/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout styles live in wwwroot/app.css so the shell and pages share one responsive system. */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-row[b-i2d56qj3xd] {
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
}

.brand[b-i2d56qj3xd] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--sidebar-strong);
}

.brand:hover[b-i2d56qj3xd] {
    color: var(--sidebar-strong);
}

.brand-mark[b-i2d56qj3xd] {
    display: grid;
    place-items: center;
    width: 50px;
    height: 42px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    padding: 7px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.brand-mark img[b-i2d56qj3xd] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand strong[b-i2d56qj3xd],
.brand small[b-i2d56qj3xd] {
    display: block;
    line-height: 1.2;
}

.brand small[b-i2d56qj3xd] {
    color: var(--sidebar-muted);
    font-size: 0.78rem;
}

.theme-toggle[b-i2d56qj3xd] {
    width: 100%;
    min-height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--sidebar-strong);
    font-size: 0.82rem;
    font-weight: 800;
    cursor: pointer;
}

.theme-toggle:hover[b-i2d56qj3xd] {
    background: rgba(31, 163, 214, 0.24);
}

.navbar-toggler[b-i2d56qj3xd] {
    display: none;
}

.nav-scrollable[b-i2d56qj3xd] {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: calc(100vh - 118px);
}

.nav[b-i2d56qj3xd] {
    gap: 6px;
}

.nav-item[b-i2d56qj3xd] {
    width: 100%;
}

.theme-mobile-item[b-i2d56qj3xd] {
    display: none;
}

.nav-link[b-i2d56qj3xd] {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 44px;
    border-radius: 8px;
    color: #1FA3D6 !important;
    padding: 0 12px;
    font-weight: 720;
    text-align: left;
}

.theme-mobile-button[b-i2d56qj3xd] {
    width: 100%;
    border: 0;
    text-align: left;
}

.menu-footer[b-i2d56qj3xd] {
    display: grid;
    gap: 8px;
    padding-top: 14px;
}

.nav-link:hover[b-i2d56qj3xd] {
    background: rgba(31, 163, 214, 0.18);
    color: #1FA3D6 !important;
}

.nav-link.active[b-i2d56qj3xd] {
    background: rgba(31, 163, 214, 0.14);
    color: #1FA3D6 !important;
    box-shadow: none;
}

.nav-icon[b-i2d56qj3xd] {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    color: currentColor;
    vertical-align: middle;
}

.nav-label[b-i2d56qj3xd] {
    display: inline-block;
    min-width: 0;
    vertical-align: middle;
    color: #1FA3D6 !important;
}

.nav-icon svg[b-i2d56qj3xd] {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nav-link .nav-icon[b-i2d56qj3xd],
.nav-link.active .nav-icon[b-i2d56qj3xd],
.nav-link:hover .nav-icon[b-i2d56qj3xd] {
    color: #1FA3D6 !important;
}

.nav-link.active .nav-icon[b-i2d56qj3xd] {
    color: currentColor;
}

@media (max-width: 960px) {
    .brand-row[b-i2d56qj3xd],
    .menu-footer[b-i2d56qj3xd] {
        display: none;
    }

    .nav-scrollable[b-i2d56qj3xd] {
        display: block;
        min-height: 0;
        overflow-x: auto;
    }

    .nav[b-i2d56qj3xd] {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(78px, 1fr);
        gap: 4px;
        align-items: center;
    }

    .nav-link[b-i2d56qj3xd] {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
        gap: 3px;
        min-height: 54px;
        padding: 5px 6px;
        font-size: 0.72rem;
        line-height: 1.15;
        text-align: center;
        white-space: nowrap;
    }

    .nav-icon[b-i2d56qj3xd] {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
    }

    .nav-icon svg[b-i2d56qj3xd] {
        width: 19px;
        height: 19px;
    }

    .theme-mobile-item[b-i2d56qj3xd] {
        display: block;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-k7ua6qov7u],
.components-reconnect-repeated-attempt-visible[b-k7ua6qov7u],
.components-reconnect-failed-visible[b-k7ua6qov7u],
.components-pause-visible[b-k7ua6qov7u],
.components-resume-failed-visible[b-k7ua6qov7u],
.components-rejoining-animation[b-k7ua6qov7u] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-k7ua6qov7u],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-k7ua6qov7u],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-k7ua6qov7u],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-k7ua6qov7u],
#components-reconnect-modal.components-reconnect-retrying[b-k7ua6qov7u],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-k7ua6qov7u],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-k7ua6qov7u],
#components-reconnect-modal.components-reconnect-failed[b-k7ua6qov7u],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-k7ua6qov7u] {
    display: block;
}


#components-reconnect-modal[b-k7ua6qov7u] {
    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-k7ua6qov7u 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-k7ua6qov7u 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-k7ua6qov7u 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-k7ua6qov7u]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-k7ua6qov7u 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-k7ua6qov7u {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-k7ua6qov7u {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-k7ua6qov7u {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-k7ua6qov7u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-k7ua6qov7u] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-k7ua6qov7u] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-k7ua6qov7u] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-k7ua6qov7u] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-k7ua6qov7u] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-k7ua6qov7u] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-k7ua6qov7u 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-k7ua6qov7u] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-k7ua6qov7u {
    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;
    }
}
