body, div {
    font-family: "Cairo", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.app-root {
    padding-bottom: 50px;
}

.loader-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}

#loader, .loader-parent {
    background-color: #0000008a;
    position: fixed;
    z-index: 1000000000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.loader-parent {
    position: absolute !important;
}

.loader-spinner {
    border: 4px solid #ffffff;
    border-radius: 50%;
    border-top: 4px solid #1884b7;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
    z-index: 100000000;
}

.loader-msg {
    z-index: 100000000;
    color: white;
    margin-top: 10px;
    font-size: 20px;
}

.loader-step {
    color: white;
    margin-top: 10px;
    font-size: 15px;
}

    .loader-step em {
        margin-right: 5px;
        margin-left: 5px;
        color: #ffeb3b;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fhd-width {
    max-width: 1920px;
}

.card .card-header {
    min-height: 50px !important;
}


.nav-fill .nav-item .nav-link:not(.active), .nav-justified .nav-item .nav-link:not(.active) {
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-link-color) !important;
    background-color: unset !important;
    border-bottom: 2px solid;
    border-radius: 0;
    font-size: 1.3rem;
}

.nav-pills .nav-link, .nav-pills .show > .nav-link {
    font-size: 1.2rem;
    border-radius: 0;
    font-weight: 600;
    transition: font-size 0.2s ease !important;
}

.form-group {
    margin-bottom: 2.0rem;
    text-align: start;
}


.vue-check-cards.horizontal {
    display: flex;
    flex-direction: row;
}

*::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

/* background of the scrollbar except button or resizer */
*::-webkit-scrollbar-track {
    background-color: #fff
}

    *::-webkit-scrollbar-track:hover {
        background-color: #f4f4f4
    }

/* scrollbar itself */
*::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff
}

    *::-webkit-scrollbar-thumb:hover {
        background-color: #a0a0a5;
        border: 4px solid #f4f4f4
    }

/* set button(top and bottom of the scrollbar) */
*::-webkit-scrollbar-button {
    display: none
}


.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group input,
    .form-label-group label {
        padding: .75rem;
    }

    .form-label-group label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:-moz-placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:-ms-input-placeholder) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:-moz-placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 0.9rem;
        color: #777;
    }

    .form-label-group input:not(:-ms-input-placeholder) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 1.1rem;
        color: #777;
    }

    .form-label-group input:not(:placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 0.9rem;
        color: #777;
    }

    .form-label-group input:-webkit-autofill ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 1.1rem;
        color: #777;
    }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .form-label-group label {
            position: static;
        }

        .form-label-group input::-ms-input-placeholder {
            color: #777;
        }
}


.input-icon.input-icon-right span {
    left: 0 !important;
    right: auto !important;
    position: absolute;
    bottom: 0;
    margin-bottom: 0 !important;
}

.tab-pane {
    margin-top: 1.25rem !important;
}

.ki-abstract-13 .path2:before, .ki-cd .path2:before {
    left: unset !important;
    right: 0;
}

input.form-control:hover, input.form-control:focus {
    border-color: #1b84ff;
}

.form-group .select2-container--bootstrap4 .select2-selection__clear {
    height: 100%;
    line-height: 1.7em;
}

.btn-min-width {
    min-width: 130px;
}

.text-start {
    text-align: start !important;
}


.app-yellow-bg {
    background-color: #f4de6d
}

[data-bs-theme=light] .breadcrumb-bg {
    background-color: white;
}

.app-sidebar {
    scrollbar-color: #26272F transparent !important;
}

.fa-light {
    color: var(--bs-text-muted);
}


[data-bs-theme="dark"] .form-section, [data-bs-theme="dark"] .form-section .form-field {
    background-color: unset !important;
}

    [data-bs-theme="dark"] .form-section .form-field {
        border-right-color: #909091 !important;
    }

[data-bs-theme="dark"] .vue-dialog-parent {
    background-color: #0f1114 !important;
}

.avatar-fade-enter-active,
.avatar-fade-leave-active {
    transition: opacity 0.5s ease;
}

.avatar-fade-enter-from,
.avatar-fade-leave-to {
    opacity: 0;
}

.avatar-fade-enter-to,
.avatar-fade-leave-from {
    opacity: 1;
}

.avatar-fade-leave-active {
    position: absolute;
}

.el-dropdown-link, .el-dropdown-link * {
    outline: none !important;
}
