/* a {
    color: #0066b6 !important;
} */

#sidebar-menu > ul > li > a.active {
    color: #0066b6 !important;
}

#sidebar-menu > ul > li > a:active,
#sidebar-menu > ul > li > a:focus,
#sidebar-menu > ul > li > a:hover {
    color: #0066b6 !important;
    text-decoration: none;
}

#sidebar-menu > ul > li > a.disabled {
    color: #A0A0A0 !important; /* Grisé */
    cursor: not-allowed; /* Curseur barré */
    text-decoration: none; /* Enlever soulignement */
    opacity: 0.6; /* Effet visuel de désactivation */
}


#page-name a {
    color: #0066b6 !important;
    text-decoration: none;
    background-color: transparent;
}

#page-name a:hover {
    color: #1e1eab !important;
    text-decoration: none;
}

.nav-second-level li.mm-active > a,
.nav-third-level li.mm-active > a {
    color: #0066b6 !important;
}

.nav-second-level li a:focus,
.nav-second-level li a:hover,
.nav-thrid-level li a:focus,
.nav-thrid-level li a:hover {
    color: #1e1eab !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #0066b6 !important;
    border-color: #0066b6 !important;
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.15rem #0066b68c !important;
    box-shadow: 0 0 0 0.15rem #0066b68c !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0066b699 !important;
    border-color: #0066b699 !important;
}

/* loader css */
#appLoader {
    position: fixed;
    z-index: 2000;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 225px;
    height: 225px;
}

/* Transparent Overlay */
#appLoader:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #18253026;
}

.disabled-user,
.disabled-transaction {
    background-color: #fdf0ce6e !important;
}

.mdi.file-type {
    font-size: 1.5rem;
}

label.required::after {
    content: "*";
    color: red;
}

.dropdown-item {
    cursor: pointer;
}

.button-menu-mobile {
    width: unset !important;
}

@media (max-width: 767.98px) {
    .bootstrap4-pagination nav, #paginationInfo {
        float: unset;
    }
}
