@import 'Streetwhacks.Trading.UI.Client.zmp9tja01t.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.shell-layout[b-1mt3bel17u] {
    --shell-bg: #080f17;
    --shell-bg-nav: #060c14;
    --shell-bg-topbar: rgba(8, 15, 23, 0.96);
    --shell-bg-surface: #0f1923;
    --shell-bg-surface-2: #111f2e;
    --shell-bg-hover: rgba(255, 255, 255, 0.03);
    --shell-border: rgba(255, 255, 255, 0.07);
    --shell-border-strong: rgba(255, 255, 255, 0.12);
    --shell-text: #e8f0f8;
    --shell-text-secondary: #7a9ab5;
    --shell-text-dim: #3d5570;
    --shell-text-faint: #22354a;
    --shell-red: #e8302a;
    --shell-red-soft: rgba(232, 48, 42, 0.08);
    --shell-green: #00c27a;
    --shell-green-soft: rgba(0, 194, 122, 0.12);
    --shell-amber: #c07800;
    --shell-nav-width: 310px;
    --shell-nav-collapsed-width: 88px;
    --shell-topbar-height: 74px;
    --shell-font: "DM Sans", "Segoe UI", sans-serif;
    min-height: 100vh;
    display: flex;
    background:
        radial-gradient(circle at top right, rgba(39, 83, 128, 0.15), transparent 28%),
        linear-gradient(180deg, #08111b 0%, #050a12 100%);
    color: var(--shell-text);
    font-family: var(--shell-font);
    position: relative;
}

.skip-link[b-1mt3bel17u] {
    position: absolute;
    left: -9999px;
    top: auto;
}

.skip-link:focus[b-1mt3bel17u] {
    left: 20px;
    top: 20px;
    z-index: 300;
    background: #fff;
    color: #000;
    padding: 8px 12px;
    border-radius: 8px;
}

.shell-overlay[b-1mt3bel17u] {
    position: fixed;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 90;
}

.shell-sidebar[b-1mt3bel17u] {
    width: var(--shell-nav-width);
    min-width: var(--shell-nav-width);
    height: 100vh;
    background: var(--shell-bg-nav);
    border-right: 1px solid var(--shell-border);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    z-index: 120;
    transition: width 0.2s ease, min-width 0.2s ease, transform 0.2s ease;
}

.shell-brand[b-1mt3bel17u] {
    height: var(--shell-topbar-height);
    border-bottom: 1px solid var(--shell-border);
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.shell-brand-link[b-1mt3bel17u] {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.shell-brand-mark[b-1mt3bel17u] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff5944 0%, var(--shell-red) 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.15rem;
    color: #fff;
    box-shadow: 0 12px 30px rgba(232, 48, 42, 0.24);
}

.shell-brand-text[b-1mt3bel17u] {
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.shell-user[b-1mt3bel17u] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-bottom: 1px solid var(--shell-border);
}

.shell-user-avatar[b-1mt3bel17u],
.shell-user-menu-avatar[b-1mt3bel17u] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(180deg, #122437 0%, #0d1825 100%);
    border: 1px solid var(--shell-border-strong);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--shell-text-secondary);
    font-size: 0.92rem;
    font-weight: 700;
    text-transform: uppercase;
    flex-shrink: 0;
}

.shell-user-meta[b-1mt3bel17u] {
    min-width: 0;
    flex: 1;
}

.shell-user-name[b-1mt3bel17u] {
    font-size: 0.98rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shell-user-plan[b-1mt3bel17u] {
    font-size: 0.8rem;
    color: var(--shell-text-dim);
}

.shell-user-chevron[b-1mt3bel17u] {
    color: var(--shell-text-dim);
    font-size: 0.72rem;
}

.shell-nav-scroll[b-1mt3bel17u] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 0 18px;
    scrollbar-width: none;
}

.shell-nav-scroll[b-1mt3bel17u]::-webkit-scrollbar {
    display: none;
}

.shell-nav-section[b-1mt3bel17u] {
    padding: 18px 22px 8px;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--shell-text-faint);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.shell-nav-item[b-1mt3bel17u] {
    color: var(--shell-text-secondary);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 22px;
    border-left: 3px solid transparent;
    transition: color 0.12s ease, background-color 0.12s ease, border-color 0.12s ease;
}

.shell-nav-item:hover[b-1mt3bel17u] {
    color: var(--shell-text);
    background: var(--shell-bg-hover);
}

.shell-nav-item.active[b-1mt3bel17u] {
    color: var(--shell-text);
    border-left-color: var(--shell-red);
    background: linear-gradient(90deg, rgba(232, 48, 42, 0.12), rgba(232, 48, 42, 0.04));
}

.shell-nav-icon[b-1mt3bel17u] {
    width: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    flex-shrink: 0;
    opacity: 0.78;
}

.shell-nav-icon svg[b-1mt3bel17u] {
    display: block;
    width: 15px;
    height: 15px;
}

.shell-nav-label[b-1mt3bel17u] {
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
}

.shell-nav-pill[b-1mt3bel17u] {
    margin-left: auto;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--shell-green-soft);
    border: 1px solid rgba(0, 194, 122, 0.22);
    color: var(--shell-green);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shell-nav-scroll[b-1mt3bel17u]  a.shell-nav-item {
    color: var(--shell-text-secondary);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 11px 22px;
    border-left: 3px solid transparent;
    transition: color 0.12s ease, background-color 0.12s ease, border-color 0.12s ease;
}

.shell-nav-scroll[b-1mt3bel17u]  a.shell-nav-item:hover {
    color: var(--shell-text);
    background: var(--shell-bg-hover);
}

.shell-nav-scroll[b-1mt3bel17u]  a.shell-nav-item.active {
    color: var(--shell-text);
    border-left-color: var(--shell-red);
    background: linear-gradient(90deg, rgba(232, 48, 42, 0.12), rgba(232, 48, 42, 0.04));
}

.shell-nav-scroll[b-1mt3bel17u]  a.shell-nav-item .shell-nav-icon {
    width: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    flex-shrink: 0;
    opacity: 0.78;
}

.shell-nav-scroll[b-1mt3bel17u]  a.shell-nav-item .shell-nav-icon svg {
    display: block;
    width: 15px;
    height: 15px;
}

.shell-nav-scroll[b-1mt3bel17u]  a.shell-nav-item .shell-nav-label {
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
}

.shell-nav-scroll[b-1mt3bel17u]  a.shell-nav-item .shell-nav-pill {
    margin-left: auto;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--shell-green-soft);
    border: 1px solid rgba(0, 194, 122, 0.22);
    color: var(--shell-green);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shell-sidebar-footer[b-1mt3bel17u] {
    border-top: 1px solid var(--shell-border);
    padding: 16px 18px 18px;
}

.shell-session-pill[b-1mt3bel17u] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background: var(--shell-bg-surface);
    border: 1px solid var(--shell-border);
}

.shell-session-dot[b-1mt3bel17u] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.shell-session-dot.open[b-1mt3bel17u] {
    background: var(--shell-green);
    box-shadow: 0 0 0 5px rgba(0, 194, 122, 0.12);
}

.shell-session-dot.preopen[b-1mt3bel17u] {
    background: var(--shell-amber);
    box-shadow: 0 0 0 5px rgba(192, 120, 0, 0.14);
}

.shell-session-dot.closed[b-1mt3bel17u] {
    background: var(--shell-text-faint);
}

.shell-session-label[b-1mt3bel17u] {
    font-size: 0.92rem;
    font-weight: 600;
}

.shell-session-label.open[b-1mt3bel17u] {
    color: var(--shell-green);
}

.shell-session-label.preopen[b-1mt3bel17u] {
    color: var(--shell-amber);
}

.shell-session-label.closed[b-1mt3bel17u] {
    color: var(--shell-text-dim);
}

.shell-session-time[b-1mt3bel17u] {
    margin-left: auto;
    color: var(--shell-text-faint);
    font-size: 0.88rem;
    font-family: "IBM Plex Mono", "Consolas", monospace;
    font-variant-numeric: tabular-nums;
}

.shell-sidebar-links[b-1mt3bel17u] {
    display: flex;
    gap: 14px;
    padding: 12px 4px 0;
}

.shell-sidebar-links a[b-1mt3bel17u] {
    color: var(--shell-text-faint);
    font-size: 0.88rem;
    text-decoration: none;
}

.shell-sidebar-links a:hover[b-1mt3bel17u] {
    color: var(--shell-text-secondary);
}

.shell-main[b-1mt3bel17u] {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.shell-topbar[b-1mt3bel17u] {
    min-height: var(--shell-topbar-height);
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
    border-bottom: 1px solid var(--shell-border);
    background: var(--shell-bg-topbar);
    backdrop-filter: blur(18px);
    position: sticky;
    top: 0;
    z-index: 80;
}

.shell-hamburger[b-1mt3bel17u] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid var(--shell-border);
    background: transparent;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    color: var(--shell-text-secondary);
    flex-shrink: 0;
}

.shell-hamburger:hover[b-1mt3bel17u] {
    background: var(--shell-bg-surface);
    color: var(--shell-text);
}

.shell-hamburger span[b-1mt3bel17u] {
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.shell-indices-wrap[b-1mt3bel17u] {
    min-width: 0;
    overflow: hidden;
}

.shell-indices-wrap[b-1mt3bel17u]  .shell-indices {
    display: flex;
    align-items: stretch;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.shell-indices-wrap[b-1mt3bel17u]  .shell-indices::-webkit-scrollbar {
    display: none;
}

.shell-indices-wrap[b-1mt3bel17u]  .shell-index-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    min-height: 74px;
    border-right: 1px solid var(--shell-border);
    flex-shrink: 0;
}

.shell-indices-wrap[b-1mt3bel17u]  .shell-index-name {
    color: var(--shell-text-dim);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.shell-indices-wrap[b-1mt3bel17u]  .shell-index-value {
    color: var(--shell-text);
    font-size: 0.96rem;
    font-weight: 700;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.shell-indices-wrap[b-1mt3bel17u]  .shell-index-change {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.shell-indices-wrap[b-1mt3bel17u]  .shell-index-percent,
.shell-indices-wrap[b-1mt3bel17u]  .shell-index-points {
    font-family: "IBM Plex Mono", "Consolas", monospace;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.shell-indices-wrap[b-1mt3bel17u]  .shell-index-percent {
    font-size: 0.76rem;
    font-weight: 700;
}

.shell-indices-wrap[b-1mt3bel17u]  .shell-index-points {
    font-size: 0.72rem;
    opacity: 0.78;
}

.shell-indices-wrap[b-1mt3bel17u]  .shell-index-item.up .shell-index-percent,
.shell-indices-wrap[b-1mt3bel17u]  .shell-index-item.up .shell-index-points {
    color: var(--shell-green);
}

.shell-indices-wrap[b-1mt3bel17u]  .shell-index-item.dn .shell-index-percent,
.shell-indices-wrap[b-1mt3bel17u]  .shell-index-item.dn .shell-index-points {
    color: #ff6e6a;
}

.shell-indices-wrap[b-1mt3bel17u]  .shell-index-empty {
    min-height: 74px;
    display: inline-flex;
    align-items: center;
    color: var(--shell-text-dim);
    font-size: 0.9rem;
    padding: 0 18px;
}

.shell-topbar-search[b-1mt3bel17u] {
    width: clamp(220px, 18vw, 320px);
    justify-self: start;
    max-width: 100%;
    min-width: 220px;
}

.shell-topbar-search[b-1mt3bel17u]  .smart-search-container {
    max-width: none;
}

.shell-topbar-search[b-1mt3bel17u]  .input-group {
    border-radius: 14px;
    overflow: hidden;
    background: var(--shell-bg-surface);
    border: 1px solid var(--shell-border);
}

.shell-topbar-search[b-1mt3bel17u]  .input-group-text,
.shell-topbar-search[b-1mt3bel17u]  .btn-link {
    background: transparent !important;
    border: 0 !important;
    color: var(--shell-text-dim) !important;
}

.shell-topbar-search[b-1mt3bel17u]  .form-control {
    background: transparent !important;
    border: 0 !important;
    color: var(--shell-text) !important;
    box-shadow: none !important;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.shell-topbar-search[b-1mt3bel17u]  .form-control::placeholder {
    color: var(--shell-text-dim);
}

.shell-topbar-search[b-1mt3bel17u]  .search-dropdown {
    margin-top: 10px !important;
    border-radius: 14px !important;
    border-color: var(--shell-border) !important;
    background: #0c1621 !important;
}

.shell-topbar-actions[b-1mt3bel17u] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 0;
    flex-shrink: 0;
    justify-self: end;
}

.shell-action-btn[b-1mt3bel17u] {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 0;
    background: transparent;
    color: var(--shell-text-secondary);
    position: relative;
}

.shell-action-btn:hover[b-1mt3bel17u] {
    background: var(--shell-bg-surface);
    color: var(--shell-text);
}

.shell-action-dot[b-1mt3bel17u] {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--shell-red);
    border: 2px solid var(--shell-bg-topbar);
}

.shell-user-menu[b-1mt3bel17u] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 4px 6px 4px 4px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: var(--shell-text-secondary);
    text-decoration: none;
    max-width: 320px;
}

.shell-user-menu:hover[b-1mt3bel17u],
.shell-user-menu:focus[b-1mt3bel17u] {
    background: var(--shell-bg-surface);
    color: var(--shell-text);
}

.shell-user-menu-name[b-1mt3bel17u] {
    font-size: 0.98rem;
    font-weight: 600;
    white-space: nowrap;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shell-dropdown[b-1mt3bel17u] {
    background: #0d1824;
    border: 1px solid var(--shell-border);
    border-radius: 14px;
}

.shell-dropdown .dropdown-item[b-1mt3bel17u] {
    color: var(--shell-text-secondary);
}

.shell-dropdown .dropdown-item:hover[b-1mt3bel17u],
.shell-dropdown .dropdown-item:focus[b-1mt3bel17u] {
    color: var(--shell-text);
    background: var(--shell-bg-hover);
}

.shell-content-scroll[b-1mt3bel17u] {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.shell-page-frame[b-1mt3bel17u] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.shell-footer[b-1mt3bel17u] {
    border-top: 1px solid var(--shell-border);
    background: var(--shell-bg-nav);
    padding: 0 24px;
    flex-shrink: 0;
}

.shell-footer-inner[b-1mt3bel17u] {
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shell-footer-left[b-1mt3bel17u],
.shell-footer-links[b-1mt3bel17u],
.shell-footer-social[b-1mt3bel17u] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.shell-footer-brand[b-1mt3bel17u] {
    color: #ff4635;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.shell-footer-sep[b-1mt3bel17u],
.shell-footer-copy[b-1mt3bel17u] {
    color: var(--shell-text-faint);
    font-size: 0.82rem;
}

.shell-footer-links a[b-1mt3bel17u] {
    color: var(--shell-text-dim);
    text-decoration: none;
    font-size: 0.84rem;
}

.shell-footer-links a:hover[b-1mt3bel17u] {
    color: var(--shell-text-secondary);
}

.shell-footer-social a[b-1mt3bel17u] {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid var(--shell-border);
    background: var(--shell-bg-surface);
    color: var(--shell-text-dim);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.shell-footer-social a i[b-1mt3bel17u] {
    font-size: 0.8rem;
}

.shell-social-glyph[b-1mt3bel17u] {
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: lowercase;
}

.shell-footer-social a:hover[b-1mt3bel17u] {
    color: var(--shell-text-secondary);
    background: var(--shell-bg-surface-2);
}

.sidebar-collapsed .shell-sidebar[b-1mt3bel17u] {
    width: var(--shell-nav-collapsed-width);
    min-width: var(--shell-nav-collapsed-width);
}

.sidebar-collapsed .shell-brand[b-1mt3bel17u] {
    justify-content: center;
    padding: 0;
}

.sidebar-collapsed .shell-brand-text[b-1mt3bel17u],
.sidebar-collapsed .shell-user-meta[b-1mt3bel17u],
.sidebar-collapsed .shell-user-chevron[b-1mt3bel17u],
.sidebar-collapsed .shell-nav-section[b-1mt3bel17u],
.sidebar-collapsed .shell-sidebar-footer[b-1mt3bel17u] {
    display: none;
}

.sidebar-collapsed .shell-nav-scroll[b-1mt3bel17u]  a.shell-nav-item .shell-nav-label,
.sidebar-collapsed .shell-nav-scroll[b-1mt3bel17u]  a.shell-nav-item .shell-nav-pill {
    display: none;
}

.sidebar-collapsed .shell-brand-link[b-1mt3bel17u],
.sidebar-collapsed .shell-user[b-1mt3bel17u],
.sidebar-collapsed .shell-nav-item[b-1mt3bel17u] {
    justify-content: center;
}

.sidebar-collapsed .shell-nav-scroll[b-1mt3bel17u]  a.shell-nav-item {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.sidebar-collapsed .shell-nav-item[b-1mt3bel17u] {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1400px) {
    .shell-topbar[b-1mt3bel17u] {
        gap: 12px;
        grid-template-columns: 42px minmax(0, 1fr) auto auto;
    }

    .shell-topbar-search[b-1mt3bel17u] {
        width: clamp(210px, 17vw, 280px);
    }

    .shell-indices-wrap[b-1mt3bel17u]  .shell-index-item {
        padding: 0 8px;
    }
}

@media (max-width: 1100px) {
    .shell-sidebar[b-1mt3bel17u] {
        position: fixed;
        left: 0;
        transform: translateX(-100%);
        box-shadow: 24px 0 60px rgba(0, 0, 0, 0.35);
    }

    .sidebar-open .shell-sidebar[b-1mt3bel17u] {
        transform: translateX(0);
    }

    .sidebar-open .shell-overlay[b-1mt3bel17u] {
        opacity: 1;
        pointer-events: auto;
    }

    .sidebar-collapsed .shell-sidebar[b-1mt3bel17u] {
        width: var(--shell-nav-width);
        min-width: var(--shell-nav-width);
    }

    .sidebar-collapsed .shell-brand[b-1mt3bel17u],
    .sidebar-collapsed .shell-user[b-1mt3bel17u],
    .sidebar-collapsed .shell-nav-item[b-1mt3bel17u] {
        justify-content: flex-start;
        padding-left: 22px;
        padding-right: 22px;
    }

    .sidebar-collapsed .shell-nav-scroll[b-1mt3bel17u]  a.shell-nav-item {
        justify-content: flex-start;
        padding-left: 22px;
        padding-right: 22px;
    }

    .sidebar-collapsed .shell-brand-text[b-1mt3bel17u],
    .sidebar-collapsed .shell-user-meta[b-1mt3bel17u],
    .sidebar-collapsed .shell-user-chevron[b-1mt3bel17u],
    .sidebar-collapsed .shell-nav-section[b-1mt3bel17u],
    .sidebar-collapsed .shell-sidebar-footer[b-1mt3bel17u] {
        display: initial;
    }

    .sidebar-collapsed .shell-nav-scroll[b-1mt3bel17u]  a.shell-nav-item .shell-nav-label,
    .sidebar-collapsed .shell-nav-scroll[b-1mt3bel17u]  a.shell-nav-item .shell-nav-pill {
        display: initial;
    }
}

@media (max-width: 760px) {
    .shell-topbar[b-1mt3bel17u] {
        display: flex;
        flex-wrap: wrap;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 12px;
        padding-bottom: 12px;
        min-height: 0;
    }

    .shell-indices-wrap[b-1mt3bel17u] {
        order: 3;
        flex-basis: 100%;
    }

    .shell-topbar-search[b-1mt3bel17u] {
        width: 100%;
        min-width: 0;
    }

    .shell-topbar-actions[b-1mt3bel17u],
    .shell-footer-links[b-1mt3bel17u],
    .shell-footer-social[b-1mt3bel17u] {
        width: 100%;
    }

    .shell-footer[b-1mt3bel17u] {
        padding-left: 16px;
        padding-right: 16px;
    }

    .shell-footer-inner[b-1mt3bel17u] {
        padding: 16px 0;
        align-items: flex-start;
    }
}
/* /Components/Layout/NavigationLoadingIndicator.razor.rz.scp.css */
.nav-loading-overlay[b-v0shk8ckch] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 9999;
    overflow: hidden;
    background-color: rgba(0, 113, 193, 0.2);
}

.nav-loading-bar[b-v0shk8ckch] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    background: linear-gradient(90deg, #0071c1, #258cfb, #0071c1);
    animation: nav-loading-slide-b-v0shk8ckch 1s ease-in-out infinite;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 0 10px rgba(37, 140, 251, 0.5);
}

@keyframes nav-loading-slide-b-v0shk8ckch {
    0% {
        left: -30%;
        width: 30%;
    }
    50% {
        width: 40%;
    }
    100% {
        left: 100%;
        width: 30%;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yzjfv0pg8j] {
    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, 0.1);
    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, 0.1);
}

.navbar-toggler:checked[b-yzjfv0pg8j] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-yzjfv0pg8j] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-yzjfv0pg8j] {
    font-size: 1.1rem;
}

.bi[b-yzjfv0pg8j] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-yzjfv0pg8j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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[b-yzjfv0pg8j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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[b-yzjfv0pg8j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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");
}

.nav-item[b-yzjfv0pg8j] {
    font-size: 1rem; /* increased for readability */
    padding-bottom: 0.6rem;
}

    .nav-item:first-of-type[b-yzjfv0pg8j] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-yzjfv0pg8j] {
        padding-bottom: 1rem;
    }

    .nav-item[b-yzjfv0pg8j]  a {
        color: #cbd5e1; /* light slate */
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-yzjfv0pg8j]  a.active {
    background-color: rgba(225, 29, 72, 0.25); /* primary tint */
    color: #ffffff;
}

.nav-item[b-yzjfv0pg8j]  a:hover {
    background-color: rgba(225, 29, 72, 0.15); /* primary hover */
    color: #ffffff;
}

/* Nav link loading state */
.nav-item[b-yzjfv0pg8j]  a.nav-loading {
    pointer-events: none;
    opacity: 0.85;
}

.nav-item[b-yzjfv0pg8j]  a.nav-loading .nav-loading-spinner {
    display: inline-block;
    margin-left: auto;
    margin-right: 0.5rem;
}

.nav-loading-spinner[b-yzjfv0pg8j] {
    display: none;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: nav-spin-b-yzjfv0pg8j 0.8s linear infinite;
}

@keyframes nav-spin-b-yzjfv0pg8j {
    to {
        transform: rotate(360deg);
    }
}

.nav-scrollable[b-yzjfv0pg8j] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-yzjfv0pg8j] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-yzjfv0pg8j] {
        display: none;
    }

    .nav-scrollable[b-yzjfv0pg8j] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
