/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yys2a2w1bh] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f4f7fb;
}

main[b-yys2a2w1bh] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-yys2a2w1bh] {
    background:
        radial-gradient(circle at 20% 0%, rgba(247, 201, 72, .22), transparent 28%),
        linear-gradient(180deg, #102a43 0%, #0b1f33 50%, #071727 100%);
    box-shadow: 14px 0 35px rgba(15, 23, 42, .08);
}

.top-row[b-yys2a2w1bh] {
    background: rgba(255,255,255,.88);
    border-bottom: 1px solid #e7edf5;
    backdrop-filter: blur(14px);
    justify-content: flex-end;
    min-height: 4rem;
    display: flex;
    align-items: center;
}

.top-row[b-yys2a2w1bh]  a,
.top-row[b-yys2a2w1bh]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
}

.top-row[b-yys2a2w1bh]  a:hover,
.top-row[b-yys2a2w1bh]  .btn-link:hover {
    text-decoration: underline;
}

.content[b-yys2a2w1bh] {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

@media (max-width: 640.98px) {
    .top-row[b-yys2a2w1bh] {
        justify-content: space-between;
    }
}

@media (min-width: 641px) {
    .page[b-yys2a2w1bh] {
        flex-direction: row;
    }

    .sidebar[b-yys2a2w1bh] {
        width: 224px;
        min-width: 224px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yys2a2w1bh] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .top-row[b-yys2a2w1bh],
    article[b-yys2a2w1bh] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-yys2a2w1bh] {
    color-scheme: light only;
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-yys2a2w1bh] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-panel[b-xducsn70mh] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1.25rem 1rem 1rem;
    color: #fff;
}

.brand-panel img[b-xducsn70mh] {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 12px;
    background: rgba(255, 255, 255, .92);
    padding: .25rem;
}

.brand-panel strong[b-xducsn70mh],
.brand-panel span[b-xducsn70mh] {
    display: block;
}

.brand-panel span[b-xducsn70mh] {
    color: rgba(255,255,255,.68);
    font-size: .78rem;
}

.navbar-toggler[b-xducsn70mh] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    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.72%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-xducsn70mh] {
    background-color: rgba(255, 255, 255, 0.22);
}

.nav-section[b-xducsn70mh] {
    color: rgba(255,255,255,.48);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    margin: 1rem 1.5rem .45rem;
    text-transform: uppercase;
}

.nav-item[b-xducsn70mh] {
    font-size: .95rem;
    padding-bottom: .35rem;
}

.nav-item[b-xducsn70mh]  .nav-link {
    color: rgba(255,255,255,.78);
    border-radius: 14px;
    height: 2.8rem;
    display: flex;
    align-items: center;
    gap: .7rem;
    width: 100%;
    padding: 0 .85rem;
}

.nav-icon[b-xducsn70mh] {
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.12);
    font-weight: 700;
}

.nav-item[b-xducsn70mh]  a.active {
    background: rgba(255,255,255,.16);
    color: #fff;
    box-shadow: inset 3px 0 0 #f7c948;
}

.nav-item[b-xducsn70mh]  .nav-link:hover {
    background: rgba(255,255,255,.10);
    color: #fff;
}

.nav-scrollable[b-xducsn70mh] {
    display: none;
    padding-bottom: 1rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-xducsn70mh] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xducsn70mh] {
        display: none;
    }

    .nav-scrollable[b-xducsn70mh] {
        display: block;
        height: calc(100vh - 5.2rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-eym1jegfg1],
.components-reconnect-repeated-attempt-visible[b-eym1jegfg1],
.components-reconnect-failed-visible[b-eym1jegfg1],
.components-pause-visible[b-eym1jegfg1],
.components-resume-failed-visible[b-eym1jegfg1],
.components-rejoining-animation[b-eym1jegfg1] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-eym1jegfg1],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-eym1jegfg1],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-eym1jegfg1],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-eym1jegfg1],
#components-reconnect-modal.components-reconnect-retrying[b-eym1jegfg1],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-eym1jegfg1],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-eym1jegfg1],
#components-reconnect-modal.components-reconnect-failed[b-eym1jegfg1],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-eym1jegfg1] {
    display: block;
}


#components-reconnect-modal[b-eym1jegfg1] {
    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-eym1jegfg1 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-eym1jegfg1 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-eym1jegfg1 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-eym1jegfg1]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-eym1jegfg1 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-eym1jegfg1 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-eym1jegfg1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-eym1jegfg1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-eym1jegfg1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-eym1jegfg1] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-eym1jegfg1] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-eym1jegfg1] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-eym1jegfg1] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-eym1jegfg1] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-eym1jegfg1] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-eym1jegfg1 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-eym1jegfg1] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-eym1jegfg1 {
    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;
    }
}
