/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Shell layout: fixed navy sidebar + sticky top bar over a soft canvas. */

.page[b-gqgexriths] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-gqgexriths] {
    flex: 1;
    min-width: 0; /* lets wide tables scroll instead of stretching the page */
}

.sidebar[b-gqgexriths] {
    background: linear-gradient(185deg, var(--sidebar-top) 0%, var(--sidebar-bottom) 100%);
    border-right: 1px solid rgba(255, 255, 255, .06);
}

.top-row[b-gqgexriths] {
    background: rgba(255, 255, 255, .82);
    backdrop-filter: saturate(1.6) blur(10px);
    -webkit-backdrop-filter: saturate(1.6) blur(10px);
    border-bottom: 1px solid var(--line);
    justify-content: flex-end;
    align-items: center;
    height: 3.75rem;
    display: flex;
    gap: .25rem;
}

.top-row[b-gqgexriths]  a, .top-row[b-gqgexriths]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
    color: var(--ink-soft);
}

.top-row[b-gqgexriths]  a:hover, .top-row[b-gqgexriths]  .btn-link:hover {
    color: var(--brand);
}

.top-row[b-gqgexriths]  form {
    margin: 0;
}

@media (max-width: 640.98px) {
    .top-row[b-gqgexriths] {
        justify-content: flex-end;
        padding-right: 4.5rem !important;
    }
}

@media (min-width: 641px) {
    .page[b-gqgexriths] {
        flex-direction: row;
    }

    .sidebar[b-gqgexriths] {
        width: 246px;
        flex: 0 0 246px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gqgexriths] {
        position: sticky;
        top: 0;
        z-index: 20;
    }

    .top-row[b-gqgexriths], article[b-gqgexriths] {
        padding-left: 2rem !important;
        padding-right: 1.75rem !important;
    }
}

#blazor-error-ui[b-gqgexriths] {
    color-scheme: light only;
    background: #2a1a05;
    color: #ffe9b8;
    font-size: .85rem;
    bottom: 0;
    box-shadow: 0 -2px 14px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: .7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui[b-gqgexriths]  .reload {
    color: #ffd479;
}

#blazor-error-ui .dismiss[b-gqgexriths] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: .6rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Sidebar navigation. Palette tokens come from wwwroot/app.css. */

.nav-brand-row[b-811hs99lbh] {
    display: flex;
    align-items: center;
    min-height: 3.75rem;
    padding: 0 1.15rem;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.nav-brand[b-811hs99lbh] {
    display: flex;
    align-items: center;
    gap: .6rem;
    text-decoration: none;
    color: #fff;
}

.nav-brand-mark[b-811hs99lbh] {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    background: linear-gradient(140deg, var(--brand-400), var(--brand));
    color: #fff;
    box-shadow: 0 3px 10px rgba(22, 87, 196, .45);
    flex: 0 0 auto;
}

.nav-brand-text[b-811hs99lbh] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.nav-brand-text strong[b-811hs99lbh] {
    font-size: .95rem;
    font-weight: 650;
    letter-spacing: -.01em;
}

.nav-brand-text em[b-811hs99lbh] {
    font-style: normal;
    font-size: .68rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .45);
}

.navbar-toggler[b-811hs99lbh] {
    appearance: none;
    cursor: pointer;
    width: 2.75rem;
    height: 2.25rem;
    position: absolute;
    top: .78rem;
    right: 1rem;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, .12);
    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.7%29' stroke-linecap='round' stroke-width='2' d='M5 8h20M5 15h20M5 22h20'/%3e%3c/svg%3e") no-repeat center/1.4rem rgba(255, 255, 255, .06);
}

.navbar-toggler:checked[b-811hs99lbh] {
    background-color: rgba(255, 255, 255, .16);
}

.nav[b-811hs99lbh] {
    padding: .75rem .7rem 1.5rem;
    gap: .12rem;
}

.nav-item[b-811hs99lbh] {
    font-size: .875rem;
}

.nav-section[b-811hs99lbh] {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .64rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .11em;
    color: rgba(255, 255, 255, .34);
    padding: 1.15rem .85rem .4rem;
}

/* ::deep reaches NavLink's anchor and the Icon component's <svg>, neither of which
   carries this component's CSS-isolation attribute. */
.nav-item[b-811hs99lbh]  .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: .7rem;
    width: 100%;
    padding: .58rem .85rem;
    border: none;
    border-radius: 8px;
    background: none;
    color: rgba(255, 255, 255, .72);
    text-decoration: none;
    font-size: .875rem;
    font-weight: 500;
    text-align: left;
    transition: background-color .13s ease, color .13s ease;
}

.nav-item[b-811hs99lbh]  .nav-link .ico {
    width: 1.12rem;
    height: 1.12rem;
    flex: 0 0 auto;
    opacity: .8;
    transition: opacity .13s ease;
}

.nav-item[b-811hs99lbh]  .nav-link:hover {
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.nav-item[b-811hs99lbh]  .nav-link:hover .ico {
    opacity: 1;
}

.nav-item[b-811hs99lbh]  a.active {
    background: linear-gradient(90deg, rgba(56, 132, 255, .26), rgba(56, 132, 255, .10));
    color: #fff;
    font-weight: 600;
}

.nav-item[b-811hs99lbh]  a.active .ico {
    opacity: 1;
    color: var(--brand-300);
}

/* Accent rail on the selected item. */
.nav-item[b-811hs99lbh]  a.active::before {
    content: "";
    position: absolute;
    left: -.7rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 1.5rem;
    border-radius: 0 3px 3px 0;
    background: var(--brand-300);
}

.nav-item[b-811hs99lbh]  .nav-link:focus-visible {
    outline: 2px solid var(--brand-300);
    outline-offset: 1px;
}

.nav-item form[b-811hs99lbh] {
    margin: 0;
}

.nav-scrollable[b-811hs99lbh] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-811hs99lbh] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-811hs99lbh] {
        display: none;
    }

    .nav-scrollable[b-811hs99lbh] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.75rem);
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, .18) transparent;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-px2cq33vqc],
.components-reconnect-repeated-attempt-visible[b-px2cq33vqc],
.components-reconnect-failed-visible[b-px2cq33vqc],
.components-pause-visible[b-px2cq33vqc],
.components-resume-failed-visible[b-px2cq33vqc],
.components-rejoining-animation[b-px2cq33vqc] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-px2cq33vqc],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-px2cq33vqc],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-px2cq33vqc],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-px2cq33vqc],
#components-reconnect-modal.components-reconnect-retrying[b-px2cq33vqc],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-px2cq33vqc],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-px2cq33vqc],
#components-reconnect-modal.components-reconnect-failed[b-px2cq33vqc],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-px2cq33vqc] {
    display: block;
}


#components-reconnect-modal[b-px2cq33vqc] {
    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-px2cq33vqc 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-px2cq33vqc 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-px2cq33vqc 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-px2cq33vqc]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-px2cq33vqc 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-px2cq33vqc {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-px2cq33vqc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-px2cq33vqc {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-px2cq33vqc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-px2cq33vqc] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-px2cq33vqc] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-px2cq33vqc] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-px2cq33vqc] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-px2cq33vqc] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-px2cq33vqc] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-px2cq33vqc 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-px2cq33vqc] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-px2cq33vqc {
    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;
    }
}
