/* /Components/Layout/MainLayout.razor.rz.scp.css */
.omni-shell[b-1je86o0a0j] {
    background:
        radial-gradient(circle at top left, rgba(49, 83, 122, 0.18), transparent 22%),
        linear-gradient(180deg, #eef2f6 0%, #e9edf3 100%);
    display: flex;
    min-height: 100vh;
}

.shell-sidebar[b-1je86o0a0j] {
    background:
        linear-gradient(180deg, rgba(31, 45, 67, 0.98) 0%, rgba(20, 31, 47, 0.98) 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    flex-shrink: 0;
    height: 100vh;
    position: sticky;
    top: 0;
    width: 318px;
    z-index: 20;
    overflow-y: auto;
    box-shadow: 18px 0 36px rgba(15, 23, 42, 0.12);
}

.shell-main[b-1je86o0a0j] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.shell-topbar[b-1je86o0a0j] {
    backdrop-filter: blur(16px);
    background: rgba(238, 242, 246, 0.82);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem 1.75rem 1rem;
    position: sticky;
    top: 0;
    z-index: 5;
}

.shell-topbar--compact[b-1je86o0a0j] {
    padding: 0.95rem 1.75rem;
}

.shell-topbar--compact .topbar-copy[b-1je86o0a0j] {
    max-width: 920px;
}

.topbar-main[b-1je86o0a0j] {
    align-items: end;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.95fr);
}

.topbar-copy[b-1je86o0a0j] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.topbar-kicker[b-1je86o0a0j] {
    color: #1f6f78;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.topbar-copy strong[b-1je86o0a0j] {
    color: #0f172a;
    font-size: 1.15rem;
}

.topbar-copy p[b-1je86o0a0j] {
    color: #667085;
    margin: 0;
    max-width: 920px;
}

.topbar-search[b-1je86o0a0j] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.topbar-search-label[b-1je86o0a0j] {
    color: #475467;
    font-size: 0.78rem;
    font-weight: 700;
}

.topbar-search-box[b-1je86o0a0j] {
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    color: #667085;
    display: flex;
    min-height: 48px;
    padding: 0 1rem;
}

.topbar-meta[b-1je86o0a0j] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.meta-pill[b-1je86o0a0j] {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    padding: 0.8rem 0.95rem;
}

.meta-pill.accent[b-1je86o0a0j] {
    background: linear-gradient(180deg, rgba(31, 111, 120, 0.1), rgba(31, 111, 120, 0.04));
    border-color: rgba(31, 111, 120, 0.18);
}

.meta-label[b-1je86o0a0j] {
    color: #667085;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
}

.meta-pill strong[b-1je86o0a0j] {
    color: #101828;
    font-size: 0.96rem;
}

.shell-content[b-1je86o0a0j] {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    padding: 1.5rem 1.75rem 1.75rem;
}

#blazor-error-ui[b-1je86o0a0j] {
    background: #fff4ed;
    border-top: 1px solid #fedf89;
    bottom: 0;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    color: #b54708;
    display: none;
    left: 0;
    padding: 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .reload[b-1je86o0a0j] {
    color: inherit;
    font-weight: 700;
    margin-left: 0.75rem;
}

#blazor-error-ui .dismiss[b-1je86o0a0j] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 1280px) {
    .shell-sidebar[b-1je86o0a0j] {
        width: 286px;
    }

    .topbar-main[b-1je86o0a0j] {
        grid-template-columns: 1fr;
    }

    .topbar-meta[b-1je86o0a0j] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .omni-shell[b-1je86o0a0j] {
        flex-direction: column;
    }

    .shell-sidebar[b-1je86o0a0j] {
        height: auto;
        position: static;
        width: 100%;
    }

    .shell-topbar[b-1je86o0a0j] {
        padding: 1rem;
    }

    .shell-content[b-1je86o0a0j] {
        padding: 1rem;
    }
}

@media (max-width: 720px) {
    .topbar-meta[b-1je86o0a0j] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-block[b-fg7pl89uv9] {
    align-items: center;
    display: flex;
    gap: 0.95rem;
    padding: 1.4rem 1.3rem 1rem;
}

.brand-mark[b-fg7pl89uv9] {
    align-items: center;
    background: linear-gradient(180deg, #2e5579 0%, #203d59 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
    color: #ffffff;
    display: flex;
    font-size: 0.95rem;
    font-weight: 800;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.brand-name[b-fg7pl89uv9] {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 800;
}

.brand-subtitle[b-fg7pl89uv9] {
    color: #aab7c9;
    font-size: 0.72rem;
}

.nav-group-label[b-fg7pl89uv9] {
    color: #a9bad0;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.95rem 1.3rem 0.5rem;
    text-transform: uppercase;
}

.nav-stack[b-fg7pl89uv9] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0 0.95rem;
}

.nav-item-link[b-fg7pl89uv9] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #e4edf8;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 62px;
    padding: 0.7rem 0.9rem;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.nav-item-link--compact[b-fg7pl89uv9] {
    min-height: 54px;
}

.nav-item-link.active[b-fg7pl89uv9] {
    background: linear-gradient(180deg, rgba(44, 76, 108, 0.92), rgba(31, 56, 81, 0.92));
    border-color: rgba(121, 160, 194, 0.22);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
    color: #ffffff;
}

.nav-item-link:hover[b-fg7pl89uv9] {
    background: rgba(37, 61, 86, 0.72);
    border-color: rgba(121, 160, 194, 0.12);
    color: #ffffff;
}

.nav-item-index[b-fg7pl89uv9] {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #e4edf8;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.nav-item-copy[b-fg7pl89uv9] {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    min-width: 0;
}

.nav-item-copy strong[b-fg7pl89uv9] {
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.35;
}

.nav-item-copy small[b-fg7pl89uv9] {
    color: inherit;
    font-size: 0.73rem;
    line-height: 1.45;
    opacity: 0.96;
}

.nav-item-link:not(.active)[b-fg7pl89uv9] {
    background: rgba(255, 255, 255, 0.025);
}

.nav-stack[b-fg7pl89uv9]  .nav-item-link {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #e4edf8;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 62px;
    padding: 0.7rem 0.9rem;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.nav-stack[b-fg7pl89uv9]  .nav-item-link--compact {
    min-height: 54px;
}

.nav-stack[b-fg7pl89uv9]  .nav-item-link.active {
    background: linear-gradient(180deg, rgba(44, 76, 108, 0.92), rgba(31, 56, 81, 0.92));
    border-color: rgba(121, 160, 194, 0.22);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
    color: #ffffff;
}

.nav-stack[b-fg7pl89uv9]  .nav-item-link:hover {
    background: rgba(37, 61, 86, 0.72);
    border-color: rgba(121, 160, 194, 0.12);
    color: #ffffff;
}

.nav-stack[b-fg7pl89uv9]  .nav-item-link:not(.active) {
    background: rgba(255, 255, 255, 0.025);
}

.sidebar-card[b-fg7pl89uv9] {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    color: #d8e1ec;
    margin: 0 1.15rem;
    padding: 0.9rem 1rem;
}

.sidebar-card + .sidebar-card[b-fg7pl89uv9] {
    margin-top: 0.9rem;
}

.sidebar-card--highlight[b-fg7pl89uv9] {
    background: linear-gradient(180deg, rgba(34, 81, 101, 0.52), rgba(22, 54, 69, 0.46));
    border-color: rgba(106, 181, 194, 0.18);
}

.sidebar-card--muted[b-fg7pl89uv9] {
    color: #b7c4d4;
    margin-top: 1rem;
}

.sidebar-card-label[b-fg7pl89uv9] {
    color: #7ed5df;
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}

.sidebar-card strong[b-fg7pl89uv9] {
    display: block;
    font-size: 0.98rem;
    margin-bottom: 0.3rem;
}

.sidebar-card p[b-fg7pl89uv9] {
    color: inherit;
    font-size: 0.8rem;
    line-height: 1.55;
    margin: 0;
    opacity: 0.86;
}

.sidebar-metric-row[b-fg7pl89uv9] {
    align-items: center;
    display: flex;
    font-size: 0.83rem;
    justify-content: space-between;
    padding: 0.24rem 0;
}

.sidebar-user[b-fg7pl89uv9] {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 1.5rem;
    padding: 1rem 1.15rem;
}

.sidebar-user-role[b-fg7pl89uv9] {
    color: #7ed5df;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar-logout-btn[b-fg7pl89uv9] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #aab7c9;
    cursor: pointer;
    font-size: 0.78rem;
    padding: 0.45rem 0.85rem;
    transition: background 0.18s ease, color 0.18s ease;
}

.sidebar-logout-btn:hover[b-fg7pl89uv9] {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}
/* /Components/Layout/OperatorLayout.razor.rz.scp.css */
.omni-shell[b-0aozzyhweb] {
    background:
        radial-gradient(circle at top left, rgba(49, 83, 122, 0.18), transparent 22%),
        linear-gradient(180deg, #eef2f6 0%, #e9edf3 100%);
    display: flex;
    min-height: 100vh;
}

.shell-sidebar[b-0aozzyhweb] {
    background:
        linear-gradient(180deg, rgba(28, 43, 65, 0.98) 0%, rgba(18, 31, 45, 0.98) 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 18px 0 36px rgba(15, 23, 42, 0.12);
    flex-shrink: 0;
    height: 100vh;
    overflow-y: auto;
    position: sticky;
    top: 0;
    width: 318px;
    z-index: 20;
}

.shell-main[b-0aozzyhweb] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.shell-topbar[b-0aozzyhweb] {
    backdrop-filter: blur(16px);
    background: rgba(238, 242, 246, 0.82);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0.95rem 1.75rem;
    position: sticky;
    top: 0;
    z-index: 5;
}

.topbar-main[b-0aozzyhweb] {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.95fr);
}

.topbar-copy[b-0aozzyhweb] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.topbar-kicker[b-0aozzyhweb] {
    color: #1f6f78;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.topbar-copy strong[b-0aozzyhweb] {
    color: #0f172a;
    font-size: 1.15rem;
}

.topbar-copy p[b-0aozzyhweb] {
    color: #667085;
    margin: 0;
    max-width: 920px;
}

.topbar-meta[b-0aozzyhweb] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.meta-pill[b-0aozzyhweb] {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    padding: 0.8rem 0.95rem;
}

.meta-pill.accent[b-0aozzyhweb] {
    background: linear-gradient(180deg, rgba(31, 111, 120, 0.1), rgba(31, 111, 120, 0.04));
    border-color: rgba(31, 111, 120, 0.18);
}

.meta-label[b-0aozzyhweb] {
    color: #667085;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
}

.meta-pill strong[b-0aozzyhweb] {
    color: #101828;
    font-size: 0.96rem;
}

.shell-content[b-0aozzyhweb] {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    padding: 1.25rem 1.75rem 1.75rem;
}

@media (max-width: 1280px) {
    .shell-sidebar[b-0aozzyhweb] {
        width: 286px;
    }

    .topbar-main[b-0aozzyhweb] {
        grid-template-columns: 1fr;
    }

    .topbar-meta[b-0aozzyhweb] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .omni-shell[b-0aozzyhweb] {
        flex-direction: column;
    }

    .shell-sidebar[b-0aozzyhweb] {
        height: auto;
        position: static;
        width: 100%;
    }

    .shell-topbar[b-0aozzyhweb] {
        padding: 1rem;
    }

    .shell-content[b-0aozzyhweb] {
        padding: 1rem;
    }
}

@media (max-width: 720px) {
    .topbar-meta[b-0aozzyhweb] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/OperatorNavMenu.razor.rz.scp.css */
.brand-block[b-b9vlftdsfo] {
    align-items: center;
    display: flex;
    gap: 0.95rem;
    padding: 1.4rem 1.3rem 1rem;
}

.brand-mark[b-b9vlftdsfo] {
    align-items: center;
    background: linear-gradient(180deg, #2e5579 0%, #203d59 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
    color: #ffffff;
    display: flex;
    font-size: 0.95rem;
    font-weight: 800;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.brand-name[b-b9vlftdsfo] {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 800;
}

.brand-subtitle[b-b9vlftdsfo] {
    color: #aab7c9;
    font-size: 0.72rem;
}

.nav-group-label[b-b9vlftdsfo] {
    color: #a9bad0;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.95rem 1.3rem 0.5rem;
    text-transform: uppercase;
}

.nav-stack[b-b9vlftdsfo] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0 0.95rem;
}

.nav-item-link[b-b9vlftdsfo] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #e4edf8;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 62px;
    padding: 0.7rem 0.9rem;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.nav-item-link--compact[b-b9vlftdsfo] {
    min-height: 54px;
}

.nav-item-link.active[b-b9vlftdsfo] {
    background: linear-gradient(180deg, rgba(44, 76, 108, 0.92), rgba(31, 56, 81, 0.92));
    border-color: rgba(121, 160, 194, 0.22);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
    color: #ffffff;
}

.nav-item-link:hover[b-b9vlftdsfo] {
    background: rgba(37, 61, 86, 0.72);
    border-color: rgba(121, 160, 194, 0.12);
    color: #ffffff;
}

.nav-item-link:not(.active)[b-b9vlftdsfo] {
    background: rgba(255, 255, 255, 0.025);
}

.nav-stack[b-b9vlftdsfo]  .nav-item-link {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #e4edf8;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 62px;
    padding: 0.7rem 0.9rem;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.nav-stack[b-b9vlftdsfo]  .nav-item-link--compact {
    min-height: 54px;
}

.nav-stack[b-b9vlftdsfo]  .nav-item-link.active {
    background: linear-gradient(180deg, rgba(44, 76, 108, 0.92), rgba(31, 56, 81, 0.92));
    border-color: rgba(121, 160, 194, 0.22);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
    color: #ffffff;
}

.nav-stack[b-b9vlftdsfo]  .nav-item-link:hover {
    background: rgba(37, 61, 86, 0.72);
    border-color: rgba(121, 160, 194, 0.12);
    color: #ffffff;
}

.nav-stack[b-b9vlftdsfo]  .nav-item-link:not(.active) {
    background: rgba(255, 255, 255, 0.025);
}

.nav-item-index[b-b9vlftdsfo] {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #e4edf8;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.nav-item-copy[b-b9vlftdsfo] {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    min-width: 0;
}

.nav-item-copy strong[b-b9vlftdsfo] {
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.35;
}

.nav-item-copy small[b-b9vlftdsfo] {
    color: inherit;
    font-size: 0.73rem;
    line-height: 1.45;
    opacity: 0.96;
}

.sidebar-card[b-b9vlftdsfo] {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    color: #d8e1ec;
    margin: 0 1.15rem;
    padding: 0.9rem 1rem;
}

.sidebar-card + .sidebar-card[b-b9vlftdsfo] {
    margin-top: 0.9rem;
}

.sidebar-card--highlight[b-b9vlftdsfo] {
    background: linear-gradient(180deg, rgba(34, 81, 101, 0.52), rgba(22, 54, 69, 0.46));
    border-color: rgba(106, 181, 194, 0.18);
}

.sidebar-card--muted[b-b9vlftdsfo] {
    color: #b7c4d4;
    margin-top: 1rem;
}

.sidebar-card-label[b-b9vlftdsfo] {
    color: #7ed5df;
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}

.sidebar-card strong[b-b9vlftdsfo] {
    display: block;
    font-size: 0.98rem;
    margin-bottom: 0.3rem;
}

.sidebar-card p[b-b9vlftdsfo] {
    color: inherit;
    font-size: 0.8rem;
    line-height: 1.55;
    margin: 0;
    opacity: 0.86;
}

.sidebar-metric-row[b-b9vlftdsfo] {
    align-items: center;
    display: flex;
    font-size: 0.83rem;
    justify-content: space-between;
    padding: 0.24rem 0;
}

.sidebar-metric-row strong[b-b9vlftdsfo] {
    color: #e4edf8;
    font-size: 0.8rem;
    margin: 0;
}

.sidebar-user[b-b9vlftdsfo] {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 1.5rem;
    padding: 1rem 1.15rem;
}

.sidebar-user-role[b-b9vlftdsfo] {
    color: #7ed5df;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar-logout-btn[b-b9vlftdsfo] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #aab7c9;
    cursor: pointer;
    font-size: 0.78rem;
    padding: 0.45rem 0.85rem;
    transition: background 0.18s ease, color 0.18s ease;
}

.sidebar-logout-btn:hover[b-b9vlftdsfo] {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

@media (max-width: 960px) {
    .brand-block[b-b9vlftdsfo] {
        padding: 1rem 1rem 0.75rem;
    }

    .sidebar-card[b-b9vlftdsfo] {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .nav-stack[b-b9vlftdsfo] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0 1rem;
    }

    .sidebar-user[b-b9vlftdsfo] {
        margin-top: 1rem;
    }
}

@media (max-width: 640px) {
    .nav-stack[b-b9vlftdsfo] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3hw1daqwt4],
.components-reconnect-repeated-attempt-visible[b-3hw1daqwt4],
.components-reconnect-failed-visible[b-3hw1daqwt4],
.components-pause-visible[b-3hw1daqwt4],
.components-resume-failed-visible[b-3hw1daqwt4],
.components-rejoining-animation[b-3hw1daqwt4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3hw1daqwt4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3hw1daqwt4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3hw1daqwt4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3hw1daqwt4],
#components-reconnect-modal.components-reconnect-retrying[b-3hw1daqwt4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3hw1daqwt4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3hw1daqwt4],
#components-reconnect-modal.components-reconnect-failed[b-3hw1daqwt4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3hw1daqwt4] {
    display: block;
}


#components-reconnect-modal[b-3hw1daqwt4] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-3hw1daqwt4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3hw1daqwt4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3hw1daqwt4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3hw1daqwt4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3hw1daqwt4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3hw1daqwt4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3hw1daqwt4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3hw1daqwt4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3hw1daqwt4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3hw1daqwt4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3hw1daqwt4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3hw1daqwt4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3hw1daqwt4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3hw1daqwt4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3hw1daqwt4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3hw1daqwt4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3hw1daqwt4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3hw1daqwt4 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
