@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';
@import '_content/WSECR.Client/WSECR.Client.1ncs0970wv.bundle.scp.css';

/* _content/WSECR.Api/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ma1uw4pqc0] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Site Header - Two Row Design */
.site-header[b-ma1uw4pqc0] {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 100;
}

/* Row 1 - Almost black with university name and auth links */
.header-row-1[b-ma1uw4pqc0] {
    background-color: #1a1a1a;
    height: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
}

.university-name[b-ma1uw4pqc0] {
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.auth-links[b-ma1uw4pqc0] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.auth-links a[b-ma1uw4pqc0],
.auth-links .btn-link[b-ma1uw4pqc0] {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.85rem;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.auth-links a:hover[b-ma1uw4pqc0],
.auth-links .btn-link:hover[b-ma1uw4pqc0] {
    text-decoration: underline;
}

/* Row 2 - Logo and program name (3x height of row 1) */
.header-row-2[b-ma1uw4pqc0] {
    background-color: #ffffff;
    height: 6rem;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    gap: 1rem;
    border-bottom: 4px solid #981e32;
}

.header-logo[b-ma1uw4pqc0] {
    height: 4rem;
}

.program-name[b-ma1uw4pqc0] {
    font-family: 'IBM Plex Serif', Georgia, serif;
    color: #000000;
    font-size: 1.5rem;
    font-weight: 600;
}

/* Spacer row */
.header-spacer[b-ma1uw4pqc0] {
    background-color: #fafaf8;
    height: 0.5rem;
    width: 100%;
}

/* Main content area with sidebar */
.main-content[b-ma1uw4pqc0] {
    display: flex;
    flex: 1;
}

.sidebar[b-ma1uw4pqc0] {
    width: 250px;
    flex-shrink: 0;
    background-color: #f5f4f2;
    border-right: 2px solid #cccccc;
    min-height: calc(100vh - 12rem);
    overflow: hidden;
    transition: width 0.25s ease, border-right 0.25s ease;
}

.sidebar.collapsed[b-ma1uw4pqc0] {
    width: 0;
    border-right: none;
}

/* Toggle strip between sidebar and main */
.sidebar-toggle-btn[b-ma1uw4pqc0] {
    flex-shrink: 0;
    width: 24px;
    background-color: #cccccc;
    border: none;
    border-left: 2px solid #777;
    border-right: 2px solid #777;
    cursor: pointer;
    color: #444;
    padding: 0;
    font-size: 0.75rem;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0.75rem;
    min-height: calc(100vh - 12rem);
    transition: background-color 0.15s ease;
}

.sidebar-toggle-btn[b-ma1uw4pqc0]::after {
    content: '◀';
    font-size: 0.65rem;
}

.sidebar.collapsed + .sidebar-toggle-btn[b-ma1uw4pqc0]::after {
    content: '▶';
    font-size: 0.65rem;
}

.sidebar-toggle-btn:hover[b-ma1uw4pqc0] {
    background-color: #981e32;
    color: #fff;
    border-right-color: #7a1828;
}

main[b-ma1uw4pqc0] {
    flex: 1;
    min-width: 0; /* Allow flex item to shrink below content size */
    overflow-x: auto; /* Contain horizontal overflow */
    background-color: #fafaf8;
}

.content[b-ma1uw4pqc0] {
    padding: 1.5rem;
}

.page-title[b-ma1uw4pqc0] {
    font-family: 'IBM Plex Serif', Georgia, serif;
    color: #1a1a1a;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    padding: 1rem 1.5rem;
    text-align: center;
    background-color: #fafaf8;
}

/* Home page has its own hero heading -- hide the text but keep the same
   box (padding/height) so the layout below doesn't shift. */
.page-title--hidden[b-ma1uw4pqc0] {
    visibility: hidden;
}

/* Responsive adjustments */
@media (max-width: 640.98px) {
    .header-row-1[b-ma1uw4pqc0] {
        flex-direction: column;
        height: auto;
        padding: 0.5rem 1rem;
        gap: 0.5rem;
    }

    .university-name[b-ma1uw4pqc0] {
        font-size: 0.75rem;
    }

    .header-row-2[b-ma1uw4pqc0] {
        height: 4rem;
        padding: 0 1rem;
    }

    .header-logo[b-ma1uw4pqc0] {
        height: 2.5rem;
    }

    .program-name[b-ma1uw4pqc0] {
        font-size: 1.1rem;
    }

    .page-title[b-ma1uw4pqc0] {
        font-size: 1.1rem;
    }

    .header-spacer[b-ma1uw4pqc0] {
        height: 0.25rem;
    }

    .main-content[b-ma1uw4pqc0] {
        flex-direction: column;
    }

    .sidebar[b-ma1uw4pqc0] {
        width: 100%;
        min-height: auto;
    }

    /* Mobile uses NavMenu's hamburger toggler — hide the strip */
    .sidebar-toggle-btn[b-ma1uw4pqc0] {
        display: none;
    }
}

@media (min-width: 641px) {
    /* Offset by the sidebar (250px) + toggle strip (24px) so the centered
       text lines up over the content column, not the full page width. */
    .page-title[b-ma1uw4pqc0] {
        padding-left: calc(1.5rem + 274px);
        transition: padding-left 0.25s ease;
    }

    /* Sidebar collapses to 0 width (see .sidebar.collapsed) — drop the
       offset so the title re-centers over the now-full-width content area. */
    .page.sidebar-collapsed .page-title[b-ma1uw4pqc0] {
        padding-left: 1.5rem;
    }

    .sidebar[b-ma1uw4pqc0] {
        position: sticky;
        top: 8rem;
        height: calc(100vh - 12rem);
        overflow-y: auto; /* allows vertical scroll when open; .collapsed overrides via higher specificity */
    }

    .sidebar-toggle-btn[b-ma1uw4pqc0] {
        position: sticky;
        top: 8rem;
        height: calc(100vh - 12rem);
        min-height: unset;
        align-items: flex-start;
    }

    .content[b-ma1uw4pqc0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ma1uw4pqc0] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-ma1uw4pqc0] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* Development-site banner. Yellow with black text (contrast ratio ~15:1, well past WCAG AA) and
   uppercase with wide tracking, so it reads as chrome rather than as page content someone might
   mistake for a compliance message. Sits inside .site-header, so it inherits the header's sticky
   positioning for free -- no separate z-index or offset to keep in sync. */
.dev-banner[b-ma1uw4pqc0] {
    background-color: #ffd200;
    color: #1a1a1a;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.25em;
    text-align: center;
    text-transform: uppercase;
    padding: 0.45rem 1rem;
    border-bottom: 2px solid #1a1a1a;
}

/* Keep it off paper. A printed compliance report is a permit document, and a screen-chrome bar
   across the top of one is noise. Note this means a report printed from the dev site is NOT
   marked as such on paper -- the dev banner is a screen-only signal. */
@media print {
    .dev-banner[b-ma1uw4pqc0] {
        display: none;
    }
}
/* _content/WSECR.Api/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8gqep96nzl] {
    cursor: pointer;
    width: 100%;
    height: 3rem;
    color: #333;
    position: relative;
    border: none;
    border-bottom: 1px solid #cccccc;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat left 1rem center/1.5rem #f8f8f8;
    padding-left: 3rem;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 500;
}

.navbar-toggler[aria-expanded="True"][b-8gqep96nzl] {
    background-color: #e8e8e8;
}

.bi[b-8gqep96nzl] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

/* Updated icons to black fill */
.bi-house-door-fill-nav-menu[b-8gqep96nzl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-8gqep96nzl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-8gqep96nzl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-8gqep96nzl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-8gqep96nzl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-8gqep96nzl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-8gqep96nzl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-8gqep96nzl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.bi-list-check-nav-menu[b-8gqep96nzl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-list-check' viewBox='0 0 16 16'%3E%3Cpath d='M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3.854 2.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 3.293l1.146-1.147a.5.5 0 0 1 .708 0zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 7.293l1.146-1.147a.5.5 0 0 1 .708 0zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.bi-question-circle-nav-menu[b-8gqep96nzl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-question-circle' viewBox='0 0 16 16'%3E%3Cpath d='M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z'/%3E%3Cpath d='M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-8gqep96nzl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-chat-left-text-nav-menu[b-8gqep96nzl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-chat-left-text' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3Cpath d='M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6zm0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-project-section[b-8gqep96nzl] {
    border-top: 2px solid #981e32;
    border-bottom: 2px solid #981e32;
    margin-bottom: 4px;
}

/* ---- Project Step Navigation ---- */

/* Step items share the same base .nav-item style */
.nav-step-item .nav-link[b-8gqep96nzl] {
    align-items: center;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
}

/* Label container: name and code ref on one line with a small gap */
.step-label-wrap[b-8gqep96nzl] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.25em;
    line-height: 1.25;
    min-width: 0;
}

.step-name[b-8gqep96nzl] {
    font-size: 0.85rem;
    font-weight: 500;
}

/* #4a5158 meets 4.5:1 contrast on sidebar bg #f5f4f2 at small text sizes */
.step-code-ref[b-8gqep96nzl] {
    font-size: 0.65rem;
    color: #4a5158;
    letter-spacing: 0.04em;
    font-weight: 400;
}

/* Not-required step: muted, italic — #767676 meets 4.5:1 on sidebar bg */
.step-state-not-required .nav-link[b-8gqep96nzl] {
    font-style: italic;
    color: #767676;
}

/* Compliance results badge — compact to fit within the nav link */
.step-compliance-badge[b-8gqep96nzl] {
    font-size: 0.6rem;
    padding: 0.15em 0.4em;
    vertical-align: middle;
}

.nav-project-label[b-8gqep96nzl] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #981e32;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.4rem 1rem 0;
    background-color: #fdf5f6;
}

/* Project title displayed prominently below the "Current Project" label */
.nav-project-title[b-8gqep96nzl] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #981e32;
    padding: 0.1rem 1rem 0.4rem;
    background-color: #fdf5f6;
    line-height: 1.3;
    word-break: break-word;
}

.nav-item[b-8gqep96nzl] {
    font-size: 0.9rem;
    padding-bottom: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: -1px;
}

.nav-item:first-of-type[b-8gqep96nzl] {
    padding-top: 0;
}

.nav-item:last-of-type[b-8gqep96nzl] {
    padding-bottom: 0;
}

/* Navigation links - black text */
.nav-item[b-8gqep96nzl]  .nav-link {
    color: #333333;
    background: none;
    border: none;
    border-left: 3px solid transparent;
    border-radius: 0;
    min-height: 3rem;
    height: auto;
    display: flex;
    align-items: center;
    line-height: 1.25;
    width: 100%;
    padding-left: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Active link - red left border */
.nav-item[b-8gqep96nzl]  a.active {
    background-color: rgba(0, 0, 0, 0.05);
    color: #333333;
    border-left: 3px solid #981e32;
    font-weight: 600;
}

/* Hover state */
.nav-item[b-8gqep96nzl]  .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #000000;
}

.nav-scrollable[b-8gqep96nzl] {
    display: none;
    background-color: #ffffff;
}

.nav-scrollable.show[b-8gqep96nzl] {
    display: block;
    border-bottom: 2px solid #981e32;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8gqep96nzl] {
        display: none;
    }

    .nav-scrollable[b-8gqep96nzl],
    .nav-scrollable.show[b-8gqep96nzl] {
        display: block;
        height: 100%;
        overflow-y: auto;
        border-bottom: none;
    }
}
