body {
    text-rendering: optimizeLegibility;
    word-wrap: normal !important;
    letter-spacing: normal;

}

.customers-list {
    position: relative;
    height: 675px !important;
}
.input-group > button {
    line-height: 0.5 !important;
    padding: 1px 5px 0 4px !important;

}
.lobibox-notify-wrapper.top.right {
    display: none;
}
.input-group > button:hover {
    color: #fff;
    background-color: #cee5fa;
    border-color: #cee5fa;
}
.input-group > button:active {
    color: #fff;
    background-color: #9acaf5;
    border-color: #9acaf5;
}
.input-group > button:focus {
    box-shadow: unset;
}

.order-actions a {
    font-size: 18px;
    width: 25px !important;
    height: 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f100;
    border: unset;
    text-align: center;
    border-radius: unset;
    color: #2b2a2a;
    margin: 0 10px;
}

.order-actions button {

    font-size: 18px;
    width: 25px !important;
    height: 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f100;
    border: unset;
    text-align: center;
    border-radius: unset;
    color: #f62718;
    margin: 0 10px;
}

.order-actions button :focus-visible {
    outline: unset !important;
}

.order-actions button :focus {
    outline: unset !important;
}

button:focus {
    outline: unset !important;
}


.back-icon {
    font-size: 15px !important;
    margin: 0px 10px !important;
}

.id-img {
    width: 25px;
    height: 25px;

}

.pagination-wrapper {
    margin-top: 25px;
}


.bx-spin {
    -webkit-animation: unset !important;
    animation: unset !important;
}


.sidebar-wrapper .metismenu a {
    font-size: 12px !important;
}

.sidebar-wrapper .metismenu a .parent-icon {
    font-size: 14px !important;
}

.switcher-btn {
    bottom: 25px !important;
}

span.switcher-btn {
    width: unset !important;
    height: unset !important;
    line-height: unset !important;
    font-size: unset !important;
    background: unset !important;
    box-shadow: unset !important;
    color: unset !important;
    text-align: unset !important;
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
    position: unset !important;
    top: unset !important;
    left: unset !important;
    cursor: unset !important;
}


.dataTables_wrapper > .row > .col-md-6 {
    width: 100%;
}


.ms-auto > a > i {
    font-size: 15px;
    margin: 0 10px;
}

@media (min-width: 1200px) {

    .col-xl-9 {
        flex: 0 0 auto;
        width: 80%;
    }

}

.image-upload > input {
    display: none;
}


.lobibox-notify {
    margin: 0 !important;
}

.form-label {
    margin-bottom: 3px !important;
    margin-top: 12px !important;
}

.logo-icon {
    width: 120px;
    margin: 0 40px;

}

@media screen and (min-width: 1025px) {
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .simplebar-mask .simplebar-offset .simplebar-content-wrapper .simplebar-content .sidebar-header div img {
        width: 50px;
        margin: 0px;

    }
}


.h-small {
    font-size: 8px;
    color: #9d0101 !important;
}

.h-medium {
    font-size: 11px;
    color: #9d0101 !important;
}

.required {
    font-size: 8px;
    font-size: 8px;
    color: #a90000 !important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}

.form-mb {
    margin-bottom: 2px;
}

.tab-pane {
    width: auto !important;
    margin-top: 10px;
}

.tab-content {
    height: auto !important;
}

.form-add {
    padding: 3px 5px 3px 0;
    font-size: .875rem;
    border-radius: .2rem;
}

.ck-content {
    height: 250px;
}


.ag-header-container .ag-header-cell-resize {
    width: 10px;
}

.ag-header-container .ag-header-cell .ag-header-cell-resize::after {
    background-color: #3c3c3c52;
}


.sick-days-warning {
    background-color: sandybrown !important;
}

.sick-days-breach {
    background-color: lightcoral !important;
}

.hr-5 {
    margin-top: 5px;
    margin-right: -6px
}

.hr-10 {
    margin-top: 10px;
    margin-right: -6px
}

.hr-15 {
    margin-top: 15px;
    margin-right: -6px
}

.hr-20 {
    margin-top: 20px;
    margin-right: -6px
}

.hr-25 {
    margin-top: 25px;
    margin-right: -6px
}


.close-tab {
    color: black;
    opacity: 0.5;
    font-size: 13px;
    margin: 0 0px 0 15px;

}

.pointer {
    cursor: pointer;
}


.topTabs {
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    height: 45px;
    background: #fff;

    border-bottom: 1px solid rgb(228 228 228 / 0%);
    z-index: 7;
}

.nav-tabs .nav-link {
    /*border: 2px solid transparent;*/
    margin-bottom: 0;
}
ul#tab {
    border-bottom: unset;
}
.nav-link {
    padding: 5px 5px;
}

.close-tab:hover {
    color: #b60000;
}
.topTabs_dark {
    background: #292929;
}


.img-fluid-70{
    width: 70%;
    height: 70%;
}

.page-content {
    padding: 2px 5px 5px 5px !important;
}

.justify-content-center .py-3 {
    padding-top: 10px !important;
}

.modal-backdrop.show {
    opacity: .8;
}


@media (min-width: 1200px) {
    div#f1 > .modal-dialog.modal-xl.modal-dialog-centered {
        max-width: 1600px;
    }
}

div#f1 {
    padding-right: 17px;
    padding-left: 17px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-right: 9px;
    height: 24px;
}

.select2-selection--multiple .select2-selection__choice__display {
    padding-left: 2px;
    padding-right: 2px;
}

li.select2-selection__choice {
    font-size: 12px;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.textarea-none-resize {
    height: 150px;
    resize: none;
}
.textarea-500-none-resize {
    height: 500px;
    resize: none;
}
.page-header {
    position: relative;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
    color: #7e7c7c;
}


.ag-center-cols-clipper {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.swal2-title {
    line-height: 30px!important;
    font-size: 16px !important;
}
.modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-title {
    font-size: 13px !important;
}

/*.ag-body-vertical-scroll{*/
/*    visibility: hidden !important;*/

/*}*/
.a-disabled {
    pointer-events: none !important;
    color: gray !important;
    text-decoration: none !important;
}

.setting-bottom {
    color: #5d5d5d;
    position: absolute;
    bottom: 7px;
}

.super-approval-alert {
    padding: 6px 1rem !important;
}

.reload-button {
    padding: 2px !important;
    margin: .25rem !important;
}

.card-title {
    margin: 15px 15px 0 15px !important;
}

.dropdown-large .msg-info {
    font-size: 11px;
}

.input-group-text-edit {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text-customer-card{
    display: flex;
    align-items: center;
    padding: 2px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    color: red;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}



.vertical-line{
    border-left: 1px solid #000; /* Change color as needed */
    height: 100%; /* Adjust height as needed */
    margin: 0 10px; /* Adjust margin as needed */
}


.select2-container .select2-selection--single {
    height: 30px !important;
}
.select2-container .select2-selection--multiple {
    min-height: 30px !important;
}






/*loader*/
#loader {
    height: 80vh;
    margin-top: 100px;
}
.loader-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader-text{
    margin-bottom: 100px;
}

.loader-logo img{
    max-width: 200px; /* Adjust the max-width according to your logo size */
    height: auto;
}

.loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-top: 30px;
}

.loader div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fc0d0d;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader div:nth-child(1) {
    left: 8px;
    animation: loader1 0.6s infinite;
}
.loader div:nth-child(2) {
    left: 8px;
    animation: loader2 0.6s infinite;
}
.loader div:nth-child(3) {
    left: 32px;
    animation: loader2 0.6s infinite;
}
.loader div:nth-child(4) {
    left: 56px;
    animation: loader3 0.6s infinite;
}
@keyframes loader1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes loader3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes loader2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.modal-body {
    overflow-x: auto;
}
.modal-xxl{
    max-width: 90% !important;
}
.modal-xxl > .modal-content{
    max-height: 85vh !important;
    min-height: 85vh !important;
}
.modal-xl > .modal-content{
    max-height: 75vh !important;
    min-height: 50vh !important;
}
.modal-lg > .modal-content{
    min-height: 320px !important;
}
.modal-md > .modal-content{
    min-height: 275px !important;
}
.modal-sm > .modal-content{
    min-height: 220px !important;
}
.radius-10-10-0-0{
    border-radius: 10px 10px 0 0 !important;
}
.radius-50-50{
    border-radius: 50px 50px !important;
}
.pos-avatar{
    width: 106px;
    padding: 1px 1px 0 1px
}

.hide-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;

    &::-webkit-scrollbar {
        width: 1px;
    }

    &::-webkit-scrollbar-track {
        background: transparent;
    }

    &::-webkit-scrollbar-thumb {
        background-color: transparent;
    }
}

a > span {
    cursor: pointer !important;
}




.topTabs .nav {
    white-space: nowrap;
    display:block!important;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}

.topTabs .nav li {
    display: inline-block
}

.topTabs-hide-scrollbar {
    scrollbar-color: transparent transparent;
}

::-webkit-scrollbar {
    scrollbar-width: thin;
    height: 5px;
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #d9d9d9;
}
::-webkit-scrollbar-button {
    display: none;
}

.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.equal-height .col {
    display: flex;
    align-items: stretch;
}

.fade {
     transition: unset !important;
}
div:where(.swal2-container) .swal2-select {
    padding: 1px !important;
    font-size: 15px !important;
}
.btn-sm {
    font-size: 10px !important;
    padding: 7px 7px !important;
    font-weight: 900 !important;
}
.form-select:focus {
     box-shadow: none !important;
}
input#f1_search {
    font-size: 14px;
}
.modal-header {
    cursor: move;
    position: relative;
    z-index: 1051;

}

.modal-backdrop.fade.show {
    width: 100% !important;
    height: 100% !important;
}



