
@font-face {
    font-family: 'Pirulen';
    src: url('/../fonts/pirulen-rg.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.login-page-app-logo{
    height: 60px;
}
.login-error-span{
    float: right;
    color: #ff5560;
}
.login-content img{
    display: inline ;
}
.login-media img{
    display: inline ;
}
.nav-fa-fa{
    color: #33bfbf;
    font-size: medium;
}
.users-profile-small-icon-holder img{
    height: 40px;
    border-radius: 5px;
    max-width: max-content;
}
.users-action-button{
    color: #33bfbf;
    font-size: large;
    cursor: pointer;
}
.avatar.avatar-md {
    height: 40px;
    width: 40px;
    max-width: 40px;
}
.brand-logo-img{
    height: 100%;
}
.edit_form_section_h_tag{
    border-bottom: 1px solid black;
}
.min-height-100vh{
    min-height: 100vh;
}

.modal-confirm-notice {
    color: #636363;
    width: 400px;
}
.site-icon{
    height: 35px;
    width: 35px;
    margin-right: 15px;
}
.home-page-main-holder {
    background-image: radial-gradient(#000000b5, #00000080), url("../storage/background/home.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.modal-confirm-notice .modal-content {
    padding: 20px;
    border-radius: 10px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.modal-confirm-notice .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm-notice h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

.modal-confirm-notice .close {
    position: absolute;
    top: -5px;
    right: -2px;
}

.modal-confirm-notice .modal-body {
    color: #999;
}

.modal-confirm-notice .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

.modal-confirm-notice .modal-footer a {
    color: #999;
}

.modal-confirm-notice .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #60c7c1;
}

.modal-confirm-notice .error_icon_box {
    border: 3px solid #e3342f9e;
}

.modal-confirm-notice .error_icon_box i {
    color: #e3342f9e !important;
}

.modal-confirm-notice .icon-box i {
    color: #60c7c1;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}

.modal-confirm-notice .btn,
.modal-confirm-notice .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}

.modal-confirm-notice .error_notice_button,
.modal-confirm-notice .error_notice_button:active {

    background: #e3342f9e !important;
}

.modal-confirm-notice .btn-secondary {
    background: #c1c1c1;
}

.modal-confirm-notice .btn-secondary:hover,
.modal-confirm-notice .btn-secondary:focus {
    background: #a8a8a8;
}

.modal-confirm-notice .btn-danger {
    background: #f15e5e;
}

.modal-confirm-notice .btn-danger:hover,
.modal-confirm-notice .btn-danger:focus {
    background: #ee3535;
}
.daily-reports-filter-main-holder{
    margin-bottom: 70px;
}
.add-new-machinery-service-item-row{
    width: 100%;
}
.add-new-daily-report-item-row{
    width: 100%;
}
.add-new-machinery-repair-item-row{
    width: 100%;
}
.add-new-dispatch-note-item-row{
    width: 100%;
}
.alert_notice_bottom_modal {
    position: fixed;
    bottom: 5px;
    left: 15px;
}
.machinery_service_modal_text_div{
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 4px;
    padding-top: 4px;
}
.machinery_service_modal_text_div_description{
    padding-bottom: 4px;
    padding-top: 4px;
}
.invoice_modal_text_div{
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 4px;
    padding-top: 4px;
}
.invoice_modal_text_div_description{
    padding-bottom: 4px;
    padding-top: 4px;
}
.machinery_repair_modal_text_div{
    border-bottom: 1px solid black;
    padding-bottom: 4px;
    padding-top: 4px;
}
.machinery_repair_modal_text_div_description{
    padding-bottom: 4px;
    padding-top: 4px;
}
.cursor-pointer{
    cursor: pointer;
}
.machinery_service_modal_bill_image_holder{
    overflow: hidden;
    width: 100%;
}
.machinery_repair_modal_bill_image_holder{
    overflow: hidden;
    width: 100%;
}
.width-100-custom{
    width: 100%;
}
.past-date-row{
    background-color: #ffd1d1 !important;
}
.upcoming-date-row{
    background-color: #d5ffd1 !important;
}
.warehouse-image-avatar-thumb{
    height: 4.25rem;
    width: 5.25rem;
    border-radius: 10px;
    margin-right: 15px;
}
.all-image-list-avatar-thumb{
    height: 100%;
    max-height: 180px;
    width: 100%;
    border-radius: 10px;
    margin-right: 15px;
}
.all-image-list-title{
    padding: 15px 18px 0px;
}
.all-image-list-box-hover{
    background-color: #ecf8ff;
}
.daily-report-row-small-img{
    max-width: fit-content;
}
.all-image-list-action-button{
    color: #33bfbf;
    width: 100%;
    font-size: large;
    cursor: pointer;
}
.machinery-info-brand-image{
    height: 40px;
}
.font-size-large{
    font-size: large;
}
.employee-row-flag{
    height: 19px;
    display: inline;
    margin-left: 4px;
    border-radius: 3px;
    box-shadow: -2px 3px 5px rgb(0 0 0 / 0.5);
}
.machinery-row-brand-image{
    height: 19px;
    display: inline;
    margin-left: 4px;
    border-radius: 3px;
}
/* NAV INFORMATION */
.nav-information-loading-bar-icon-holder{
    text-align: -webkit-center;
}
.nav-information-icon{
    height: 70px;
}
/* .NAV INFORMATION */
/* INDEX */
.index-box-title-header-holder{
    font-family: 'Pirulen', sans-serif;
}
.index-dropdown-span-link{
    width: 100%;
    text-align: left;
    border-radius: 10px;
    font-size: large;
    font-weight: unset;
}
.index-dropdown-span-link:hover{
    background-color: #ececec;
    border-radius: 10px;
    transition: 0.3s;
    color: var(--primary);
}
.index-box-title-holder{
    width: 100%;
}
.index-box-title-button{
    width: 100%;
    position: relative;
    text-align: start;
}
.index-box-icon{
    position: absolute;
    height: 40px;
    width: 40px;
    right: 15px;
    top: 0;
}
.index-title-company-icon{
    position: absolute;
    top: 15px;
    right: 30px;
    height: 60px;
    width: auto;
}
.index-title-main-holder{
    height: 90px;
}
.nav-bar-brand-logo-img{
    height: 40px;
    width: auto;
}
.index-box-main-holder:first-child{
    border-radius: 15px;
    box-shadow: 2px 2px 5px 0px #888888;
}
.card-header{
    border-bottom: none;
}
.index-box-title-title{
    font-size:large;
}

.border-form-translation-separator{
    border-bottom: 2px dashed #b1b1b1;
}
/* .INDEX */
/* INVOICE */
.invoice-items-total-title-holder{
    border-bottom: 1px solid black;
    text-align: end;
}
.invoice-items-summary-holder{
    text-align: end;
}
.invoice-items-total-price-holder{
    display: inline-block; /* Osigurava da element ostane u istom redu */
    width: 100px; /* Ograničava širinu na 100px */
    white-space: nowrap; /* Sprečava prelom teksta */
    overflow: hidden; /* Sakriva sadržaj koji prelazi širinu */
    text-overflow: ellipsis; /* Prikazuje tri tačke za predugačak tekst */
}
.padding-left-right-invoice-form{
    padding: 0px 3px 0px 3px;
}
.padding-left-invoice-form{
    padding-left: 3px;
}
.padding-right-invoice-form{
    padding-right: 3px;
}
/* .INVOICE */
/* BUTTONS */
.btn-custom-export:hover{
    border-color: var(--primary);
    background-color: var(--primary);
    color: white;
}
.btn-custom-export{
    font-size: 13px !important;
    color: var(--primary);
    font-weight: 400;
    background: var(--rgba-primary-1);
    padding: 5px 12px;
    border-radius: 0.25rem;
}
.button-shadow{

}
/* .BUTTONS */
/* FILTERS */
.bg-filter{
    background-color: rgb(240 244 249) !important;
    box-shadow: 4px 4px 7px #6e9dad;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 10px;
    margin-top: 15px;
}
/* .FILTERS */
.page-container-holder{
    box-shadow: 0px 0px 6px 0px #888888;
}
/* INPUTS */
.custom-upload-file-input-wrapper {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
.custom-upload-file-input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 1;
}
.custom-upload-file-label {
    display: flex;
    align-items: center;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: #f1f1f1;
}
.custom-upload-file-label i {
    margin-right: 5px;
}
/* .INPUTS */
/* BUTTONS */
.add-remove-new-row-button{
    height: 39px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    color: white;
    padding-top: 11px;
}
.add-remove-new-row-button.plus-button{
    background-color: #33bfbf;
}
.add-remove-new-row-button.minus-button{
    background-color: #df5757;
    margin-left: 10px;
}

.add-remove-new-row-button-holder{
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
/* .BUTTONS */

@media only screen and (max-width: 768px) {
    .padding-left-invoice-form{
        padding-left: 15px;
    }
    .padding-right-invoice-form{
        padding-right: 15px;
    }
    .padding-left-right-invoice-form{
        padding: 0px 15px;
    }
}
@media only screen and (max-width: 576px) {
    .index-box-title-holder {
        font-size: large ;
    }
}
