ul.navbar-nav-fixed {
    overflow: visible !important;
    overflow-x: clip !important;
}

.nav-section:has(.active) {
    position: sticky;
    top: -20px;
    bottom: -2px;
    background-color: inherit;
    z-index: 999;
    padding: 2px;
}

.navbar-nav > .nav-section:first-of-type {
    position: unset !important;
}

.nav-section.is-stuck {
    border-block: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px -10px rgba(33, 35, 38, 0.2),
        0 -10px 10px -10px rgba(33, 35, 38, 0.2);
}

.message-card {
    margin: 16px 0;
    list-style: none;
    padding: 12px;
    border-radius: 5px;
}
.error-message {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
.alert-message {
    background-color: #fffaeb;
    color: #344054;
    border: 1px solid #fedf89;
}
.alert-message .title-alert {
    font-weight: bold;
    color: #7a2e0e;
}

@media (min-width: 576px) {
    #banPermissionsModal .modal-dialog {
        max-width: 650px;
    }
}
