/* ========================================
   AUTO ŠKOLA ADMIN — A+ SIDEBAR
   Smireniji, profesionalniji izgled
======================================== */

#nav-sidebar {
    background: #f5f7fa;
    border-right: 1px solid #d8dee6;
    padding: 8px 8px 12px 8px;
    overflow: visible !important;
}

/* sakrij nefunkcionalni filter */
#nav-filter {
    display: none !important;
}

/* Sekcije */
#nav-sidebar .as-sections {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#nav-sidebar .module.as-section {
    background: #ffffff;
    border: 1px solid #dfe5ec;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
    margin: 0;
}

/* Naslovi sekcija */
#nav-sidebar .as-section-title {
    margin: 0;
    padding: 9px 11px;
    background: #2f6f8f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 8px;
}

#nav-sidebar .as-section-title span {
    display: block;
}

/* ========================================
   Minimalističke vektorske ikonice
======================================== */

#nav-sidebar .as-section-title::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    opacity: 0.95;
}

/* Kandidati */
#nav-sidebar .as-section--kandidati .as-section-title::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c2-4 14-4 16 0'/%3E%3C/svg%3E");
}

/* Finansije */
#nav-sidebar .as-section--finansije .as-section-title::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='2' y='6' width='20' height='12' rx='2'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

/* Stručni kadar */
#nav-sidebar .as-section--kadar .as-section-title::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Ccircle cx='17' cy='8' r='3'/%3E%3Cpath d='M2 20c2-3 12-3 14 0'/%3E%3C/svg%3E");
}

/* Vozila */
#nav-sidebar .as-section--vozila .as-section-title::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='11' width='18' height='5' rx='1'/%3E%3Ccircle cx='7' cy='17' r='2'/%3E%3Ccircle cx='17' cy='17' r='2'/%3E%3C/svg%3E");
}

/* Dugme ispod naslova sekcije vozila */
#nav-sidebar .as-section-actions {
    padding: 0;
    margin: 0;
}

#nav-sidebar .as-section-actions .as-title-action.addlink {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 32px;
    padding: 0 11px;
    background: #1f4f67;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0;
    border-top: 1px solid #2f6f8f;
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-shadow: none;
    transition: background-color 0.15s ease;
    box-sizing: border-box;
}

#nav-sidebar .as-section-actions .as-title-action.addlink::before {
    content: "+" !important;
    display: inline-block !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff !important;
    margin-right: 8px;
}

#nav-sidebar .as-section-actions .as-title-action.addlink:hover {
    background: #173d50;
}

/* Liste i redovi */
#nav-sidebar .as-models {
    list-style: none;
    margin: 0;
    padding: 5px 8px;
}

#nav-sidebar .as-model-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 2px 0;
}

/* Linija samo između redova */
#nav-sidebar .as-models>.as-model-item:not(:last-child) {
    border-bottom: 1px solid #eef2f6;
}

#nav-sidebar .as-model-item:hover {
    background: #f6f9fc;
    transition: background-color 0.15s ease;
}

/* Linkovi u redovima */
#nav-sidebar .as-model-link {
    flex: 1;
    display: block;
    padding: 7px 10px;
    border-radius: 3px;
    color: #2b4c63;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.18s ease, color 0.18s ease;
}

#nav-sidebar .as-model-link:hover {
    background: #eef4f8;
    color: #16384d;
}

/* Aktivna stavka — plava, ne crvena */
#nav-sidebar .as-model-link.active,
#nav-sidebar .as-model-link[aria-current="page"] {
    background: #c9e1ee;
    color: #000000;
    font-weight: 600;
}

#nav-sidebar .as-spacer {
    display: none;
}

/* Mala + dugmad */
#nav-sidebar .as-add-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    min-width: 26px;
    height: 26px;
    padding: 0;
    border-radius: 3px;
    background: linear-gradient(to bottom, #2a6684 0%, #1f4f67 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #173d50;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    white-space: nowrap;
}

#nav-sidebar .as-add-btn:hover {
    background: linear-gradient(to bottom, #32769a 0%, #255a74 100%);
    border-color: #143447;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 1px 3px rgba(0, 0, 0, 0.12);
}

#nav-sidebar .as-add-btn:active {
    background: linear-gradient(to bottom, #1a4357 0%, #245a74 100%);
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.18),
        0 1px 0 rgba(255, 255, 255, 0.12);
}

/* Badge kategorije vozila */
#nav-sidebar .as-badge-grid {
    list-style: none;
    margin: 0;
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

#nav-sidebar .as-badge {
    margin: 0;
}

#nav-sidebar .as-badge-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #ffffff 0%, #e9eef3 100%);
    border: 1px solid #cfd8e3;
    color: #2b4c63;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 1px 0 rgba(255, 255, 255, 0.4),
        0 1px 2px rgba(214, 238, 129, 0.08);
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

#nav-sidebar .as-badge-link:hover {
    background: linear-gradient(to bottom, #f7f9fb 0%, #e2e9f0 100%);
    border-color: #bcc9d6;
    color: #16384d;
}

#nav-sidebar .as-badge-link:active {
    background: linear-gradient(to bottom, #dde5ec 0%, #f4f7fa 100%);
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.25);
}

/* Floating tooltip */
.as-floating-tooltip {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2147483647;
    background: #f5f6f7;
    color: #2b2b2b;
    border: 1px solid #d7dde3;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    padding: 5px 8px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-2px);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.as-floating-tooltip.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.as-floating-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
}

.as-floating-tooltip.is-right::after {
    left: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #f5f6f7;
}

.as-floating-tooltip.is-left::after {
    right: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #f5f6f7;
}
/* =========================================================
   AutoSkolaDesk sidebar refresh
   ========================================================= */
body.asbulevar-admin #nav-sidebar {
    width: 300px;
    max-width: 300px;
    background: #f7f9fb;
    border-right: 1px solid #d9e0e7;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

body.asbulevar-admin #nav-sidebar .as-sections {
    display: grid;
    gap: 8px;
}

body.asbulevar-admin #nav-sidebar .module.as-section {
    border: 1px solid #dce3ea;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

body.asbulevar-admin #nav-sidebar .as-section-title {
    min-height: 40px;
    padding: 10px 12px;
    background: #2f6f8f;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

body.asbulevar-admin #nav-sidebar .as-section--sistem .as-section-title {
    background: #4f5f6f;
}

body.asbulevar-admin #nav-sidebar .as-section--finansije .as-section-title {
    background: #2f765d;
}

body.asbulevar-admin #nav-sidebar .as-section--vozila .as-section-title {
    background: #7a4e2c;
}

body.asbulevar-admin #nav-sidebar .as-section--sistem .as-section-title::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.7 1.7 0 0 0 .3 1.9l.1.1a2 2 0 1 1-2.8 2.8l-.1-.1a1.7 1.7 0 0 0-1.9-.3 1.7 1.7 0 0 0-1 1.6V21a2 2 0 1 1-4 0v-.1a1.7 1.7 0 0 0-1-1.6 1.7 1.7 0 0 0-1.9.3l-.1.1A2 2 0 1 1 4.2 17l.1-.1a1.7 1.7 0 0 0 .3-1.9 1.7 1.7 0 0 0-1.6-1H3a2 2 0 1 1 0-4h.1a1.7 1.7 0 0 0 1.6-1 1.7 1.7 0 0 0-.3-1.9L4.3 7A2 2 0 1 1 7.1 4.2l.1.1a1.7 1.7 0 0 0 1.9.3 1.7 1.7 0 0 0 1-1.6V3a2 2 0 1 1 4 0v.1a1.7 1.7 0 0 0 1 1.6 1.7 1.7 0 0 0 1.9-.3l.1-.1A2 2 0 1 1 19.8 7l-.1.1a1.7 1.7 0 0 0-.3 1.9 1.7 1.7 0 0 0 1.6 1h.1a2 2 0 1 1 0 4H21a1.7 1.7 0 0 0-1.6 1Z'/%3E%3C/svg%3E");
}

body.asbulevar-admin #nav-sidebar .as-models {
    padding: 6px;
}

body.asbulevar-admin #nav-sidebar .as-model-item {
    gap: 6px;
    padding: 2px;
    border-radius: 6px;
}

body.asbulevar-admin #nav-sidebar .as-models>.as-model-item:not(:last-child) {
    border-bottom: 0;
}

body.asbulevar-admin #nav-sidebar .as-model-item:hover {
    background: #f1f6f9;
}

body.asbulevar-admin #nav-sidebar .as-model-link {
    min-width: 0;
    padding: 8px 9px;
    border-radius: 5px;
    color: #24475b;
    font-size: 13px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

body.asbulevar-admin #nav-sidebar .as-model-link:hover {
    background: #eaf2f6;
    color: #16384d;
}

body.asbulevar-admin #nav-sidebar .as-model-link.active,
body.asbulevar-admin #nav-sidebar .as-model-link[aria-current="page"] {
    background: #d8ebf3;
    color: #143447;
    box-shadow: inset 3px 0 0 #2f6f8f;
}

body.asbulevar-admin #nav-sidebar .as-add-btn {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #c7d4df;
    color: #1f4f67 !important;
    text-shadow: none;
    box-shadow: none;
}

body.asbulevar-admin #nav-sidebar .as-add-btn:hover {
    background: #2f6f8f;
    border-color: #1f4f67;
    color: #ffffff !important;
    box-shadow: none;
}

body.asbulevar-admin #nav-sidebar .as-section-actions .as-title-action.addlink {
    height: 36px;
    background: #f8fbfd;
    color: #24475b !important;
    border-top: 1px solid #dce3ea;
    font-size: 13px;
    text-shadow: none;
}

body.asbulevar-admin #nav-sidebar .as-section-actions .as-title-action.addlink::before {
    color: #24475b !important;
}

body.asbulevar-admin #nav-sidebar .as-section-actions .as-title-action.addlink:hover {
    background: #eaf2f6;
}

body.asbulevar-admin #nav-sidebar .as-badge-grid {
    padding: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

body.asbulevar-admin #nav-sidebar .as-badge-link {
    min-height: 34px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #cfd8e3;
    color: #24475b;
    text-shadow: none;
    box-shadow: none;
}

body.asbulevar-admin #nav-sidebar .as-badge-link:hover {
    background: #f1f6f9;
    border-color: #b9c8d5;
}

@media (max-width: 900px) {
    body.asbulevar-admin #nav-sidebar {
        width: auto;
        max-width: none;
        padding: 10px 12px;
    }

    body.asbulevar-admin #nav-sidebar .as-sections {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body.asbulevar-admin #nav-sidebar .as-sections {
        grid-template-columns: 1fr;
    }

    body.asbulevar-admin #nav-sidebar .as-model-link {
        font-size: 14px;
    }
}
/* AutoSkolaDesk sidebar color and staff icon refinement 20260427 */
body.asbulevar-admin #nav-sidebar .as-section-title,
body.asbulevar-admin #nav-sidebar .as-section--sistem .as-section-title,
body.asbulevar-admin #nav-sidebar .as-section--kandidati .as-section-title,
body.asbulevar-admin #nav-sidebar .as-section--finansije .as-section-title,
body.asbulevar-admin #nav-sidebar .as-section--kadar .as-section-title,
body.asbulevar-admin #nav-sidebar .as-section--vozila .as-section-title {
    background: #2f6f8f !important;
}

body.asbulevar-admin #nav-sidebar .as-section-title {
    font-size: 14px;
}

body.asbulevar-admin #nav-sidebar .as-model-link {
    font-size: 14px;
}

body.asbulevar-admin #nav-sidebar .as-section--kadar .as-section-title::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='8' cy='8' r='3.2'/%3E%3Cpath d='M6.8 8.7c.6.6 1.8.6 2.4 0'/%3E%3Ccircle cx='16' cy='8' r='3.2'/%3E%3Cpath d='M14.8 8.7c.6.6 1.8.6 2.4 0'/%3E%3Cpath d='M3 20c1.6-3.2 8.4-3.2 10 0'/%3E%3Cpath d='M11 20c1.4-2.8 7.6-2.8 9 0'/%3E%3C/svg%3E") !important;
}
/* AutoSkolaDesk sidebar typography v2 20260428 */
body.asbulevar-admin #nav-sidebar .as-section-title {
    font-size: 14px;
    font-weight: 700;
}

body.asbulevar-admin #nav-sidebar .as-model-link {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    color: #0f3a54;
}

body.asbulevar-admin #nav-sidebar .as-model-link.active,
body.asbulevar-admin #nav-sidebar .as-model-link[aria-current="page"] {
    font-weight: 500;
    background: #dceff6;
    color: #082f44;
}

body.asbulevar-admin #nav-sidebar .as-add-btn {
    color: #0f3a54 !important;
    border-color: #b7c7d4;
}

body.asbulevar-admin #nav-sidebar .as-add-btn:hover {
    color: #ffffff !important;
}
/* AutoSkolaDesk sidebar icons v3 20260428 */
body.asbulevar-admin #nav-sidebar .as-section--finansije .as-section-title::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h14a3 3 0 0 1 3 3v8H5a2 2 0 0 1-2-2V8a1 1 0 0 1 1-1Z'/%3E%3Cpath d='M16 12h5'/%3E%3Ccircle cx='17.5' cy='15' r='1'/%3E%3Cpath d='M6 7V5h11v2'/%3E%3C/svg%3E") !important;
}

body.asbulevar-admin #nav-sidebar .as-section--kadar .as-section-title::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='3.2'/%3E%3Cpath d='M9.5 8.8c1.3 1 3.7 1 5 0'/%3E%3Cpath d='M5 20c1.6-4.2 12.4-4.2 14 0'/%3E%3Cpath d='M17.5 5.5l1.2 1.2 2.3-2.4'/%3E%3C/svg%3E") !important;
}

body.asbulevar-admin #nav-sidebar .as-section--vozila .as-section-title::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M5 13l2-5h10l2 5'/%3E%3Crect x='3' y='13' width='18' height='5' rx='1.5'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3Cpath d='M8 8l-1.5 5'/%3E%3Cpath d='M16 8l1.5 5'/%3E%3C/svg%3E") !important;
}
/* AutoSkolaDesk sidebar icons and ostalo v4 20260428 */
body.asbulevar-admin #nav-sidebar .as-section--kadar .as-section-title::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='14' rx='2'/%3E%3Ccircle cx='10' cy='11' r='2.2'/%3E%3Cpath d='M7 17c.8-2.2 5.2-2.2 6 0'/%3E%3Cpath d='M15 10h3'/%3E%3Cpath d='M15 14h3'/%3E%3C/svg%3E") !important;
}

body.asbulevar-admin #nav-sidebar .as-section--finansije .as-section-title::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='3' y='6' width='18' height='13' rx='2'/%3E%3Cpath d='M16 11h5'/%3E%3Ccircle cx='17.5' cy='14.5' r='1'/%3E%3Cpath d='M6 6V4h10v2'/%3E%3C/svg%3E") !important;
}

body.asbulevar-admin #nav-sidebar .as-section--vozila .as-section-title::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M5 13l2-5h10l2 5'/%3E%3Crect x='3' y='13' width='18' height='5' rx='1.5'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3Cpath d='M8 8l-1.5 5'/%3E%3Cpath d='M16 8l1.5 5'/%3E%3C/svg%3E") !important;
}

body.asbulevar-admin #nav-sidebar .as-section--ostalo .as-section-title::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='4' y='4' width='6' height='6' rx='1'/%3E%3Crect x='14' y='4' width='6' height='6' rx='1'/%3E%3Crect x='4' y='14' width='6' height='6' rx='1'/%3E%3Crect x='14' y='14' width='6' height='6' rx='1'/%3E%3C/svg%3E") !important;
}

/* Mobile drawer guard 2026-04-30 */
@media (max-width: 1024px) {
    body.asbulevar-admin #nav-sidebar {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: fixed !important;
        inset: 0 auto 0 0 !important;
        z-index: 3600 !important;
        width: min(86vw, 348px) !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        margin: 0 !important;
        padding: 72px 12px 18px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        transform: translate3d(-108%, 0, 0) !important;
        transition: transform .22s ease !important;
        background: #f7f9fb !important;
        border-right: 1px solid #c5d4df !important;
        box-shadow: 10px 0 26px rgba(15, 23, 42, .24) !important;
        clip: auto !important;
        clip-path: none !important;
        pointer-events: auto !important;
    }

    body.asbulevar-admin.as-mobile-nav-open #nav-sidebar,
    body.asbulevar-admin #nav-sidebar.as-mobile-drawer-open {
        transform: translate3d(0, 0, 0) !important;
    }

    body.asbulevar-admin .as-mobile-drawer-button {
        z-index: 3700 !important;
    }

    body.asbulevar-admin .as-mobile-drawer-backdrop {
        z-index: 3500 !important;
    }
}
