.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: rgba(255, 255, 255, .1);
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-link.active {
    box-shadow: none;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: rgba(255, 255, 255, .1);
    color: white;
}

/* s: login */
.w-max-480 {
    max-width: 480px;
}

.w-max-660 {
    max-width: 660px;
}

.logo-app {
    font-size: 43px;
    font-weight: 500;
}

.form-login .title {
    font-size: 32px;
    font-weight: 700;
}

.form-login .subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #9197A3;
    line-height: 140%;
}

.form-login .footer {
    font-size: 14px;
    font-weight: 400;
    color: #9197A3;
}

.form-login .welcome {
    font-size: 52px;
    font-weight: 600;
    line-height: 52px;
}

.form-login .subwelcome {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

.form-login .link-forgot-password {
    font-size: 14px;
    font-weight: 700;
    line-height: 115%;
}

.form-account-title {
    font-size: 32px;
    font-weight: 700;
}

.form-account-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #9197A3;
    line-height: 140%;
}

.form-account-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 115%;
}

.form-account-box {
    width: 450px;
}

/* e: login */

/* s: modal loader overlay */
.modal-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1055;
    /* Above modal-content but below modal backdrop */
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.modal-loading-overlay .overlay-backdrop {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
}

.modal-loading-overlay .overlay-spinner {
    z-index: 1;
    pointer-events: auto;
}

/* e: modal loader overlay */

/* s: select2 for show in modal */
.select2-container--default .select2-dropdown .select2-dropdown--below {
    z-index: 1051 !important;
}

.modal-dialog {
    overflow: visible !important;
}

/* e: select2 for show in modal */

/* s: datatables */
#tbl-list_filter .form-check-input {
    margin-left: -1.25rem !important;
}

#tbl-list_filter .form-check-label {
    cursor: pointer;
}

#tbl-list_filter .search-filter {
    width: 95% !important;
    dispaly: block !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

#tbl-list_filter .select2-container--default {
    margin-left: 5px !important;
}

.filter-organization-menu-container {
    max-height: 250px; /* Set the maximum height */
    overflow-y: auto; /* Make the menu scrollable if content exceeds the height */
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}
/* e: datatables */

.badge-orange {
    color: black;
    background-color: orange;
}

.badge-green {
    color: black;
    background-color: #00FF00;
}