@import '_content/SSMC.AddIns.V2.NetworkTools/SSMC.AddIns.V2.NetworkTools.75tr1k3yqa.bundle.scp.css';
@import '_content/SSMC.Components/SSMC.Components.k1dunfkaww.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cdfplhrqk7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cdfplhrqk7] {
    flex: 1;
}

.sidebar[b-cdfplhrqk7] {
    background-color: #32373C;
}

.top-row[b-cdfplhrqk7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cdfplhrqk7]  a, .top-row[b-cdfplhrqk7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-cdfplhrqk7]  a:hover, .top-row[b-cdfplhrqk7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-cdfplhrqk7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-cdfplhrqk7] {
        justify-content: space-between;
    }

    .top-row[b-cdfplhrqk7]  a, .top-row[b-cdfplhrqk7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cdfplhrqk7] {
        flex-direction: row;
    }

    .sidebar[b-cdfplhrqk7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cdfplhrqk7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-cdfplhrqk7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-cdfplhrqk7], article[b-cdfplhrqk7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-cdfplhrqk7] {
    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-cdfplhrqk7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3581o39f34] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255,255,255,.15);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255,255,255,.08);
}
.navbar-toggler:checked[b-3581o39f34] { background-color: rgba(255,255,255,.2); }

.top-row[b-3581o39f34] {
    background-color: #32373C;
    border-bottom: 1px solid rgba(255,255,255,.08);
    height: auto;
    min-height: 4rem;
    padding: .75rem 1rem;
    flex-shrink: 0;
}
.brand-block[b-3581o39f34] { display: flex; flex-direction: column; gap: 0; }
.brand-title[b-3581o39f34] { font-size: 1.1rem; font-weight: 700; color: #fff; line-height: 1.2; }
.brand-org[b-3581o39f34] { font-size: .65rem; color: #94a3b8; line-height: 1.4; }

/* ── nav-scrollable: flex child that fills all remaining sidebar height ── */
/* On desktop, the sidebar sets display:flex; flex-direction:column on children.
   This element must stretch to fill remaining space, then internally use flex
   to pin module bar at the bottom. */
.nav-scrollable[b-3581o39f34] {
    display: none; /* mobile: hidden until toggler checked */
    flex-direction: column;
    overflow: hidden;
}

/* Screen list — fills space above module bar, scrollable */
.nav-screen-list[b-3581o39f34] {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

/* Module button bar — always at bottom, never scrolls */
.nav-module-bar[b-3581o39f34] {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    background-color: #0a1628;
    border-top: 2px solid rgba(255,255,255,.15);
    overflow: hidden;
    padding-bottom: 5rem;
}

/* Screen list items */
.nav-item[b-3581o39f34] { font-size: .875rem; padding-bottom: .15rem; }

.nav-item[b-3581o39f34]  .nav-link {
    color: #cbd5e1;
    background: none;
    border: none;
    border-radius: 6px;
    height: 2.4rem;
    display: flex;
    align-items: center;
    line-height: 1;
    width: 100%;
    padding: 0 .75rem;
    transition: background .15s, color .15s;
    text-decoration: none;
}
.nav-item[b-3581o39f34]  a.active {
    background-color: #2a5298;
    color: #fff;
}
.nav-item[b-3581o39f34]  .nav-link:hover {
    background-color: rgba(255,255,255,.1);
    color: #fff;
}

/* Group headers */
.nav-group-header[b-3581o39f34] {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #64748b;
    padding: .6rem .75rem .2rem .75rem;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    gap: .35rem;
    transition: color .15s;
}
.nav-group-header:hover[b-3581o39f34] { color: #94a3b8; }
.nav-group-header .group-chevron[b-3581o39f34] {
    font-size: .6rem;
    transition: transform .2s;
    display: inline-block;
}
.nav-group-header.collapsed .group-chevron[b-3581o39f34] { transform: rotate(-90deg); }

/* Disabled nav items (not yet implemented) */
.nav-item[b-3581o39f34]  .nav-link-disabled {
    color: #475569;
    font-size: .875rem;
    padding: 0 .75rem;
    height: 2.4rem;
    display: flex;
    align-items: center;
    width: 100%;
    cursor: default;
    font-style: italic;
}

.nav-coming-soon[b-3581o39f34] {
    color: #64748b;
    font-size: .8rem;
    font-style: italic;
    padding: 1rem 1rem;
}

/* Mobile: show on toggle */
.navbar-toggler:checked ~ .nav-scrollable[b-3581o39f34] {
    display: flex;
    flex-direction: column;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3581o39f34] { display: none; }

    .nav-scrollable[b-3581o39f34] {
        /* Override display:none — show as flex column */
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 0;
        min-height: 0;
        overflow: hidden;
    }
}
