@import '_content/SbSelect/SbSelect.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.shell[b-1bvvxgqy8h] {
    min-height: 100vh;
}

.sidebar-panel[b-1bvvxgqy8h] {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(21rem, 86vw);
    padding: 1.5rem 1rem;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.12), transparent 38%),
        linear-gradient(180deg, #0d3b66 0%, #155e75 48%, #0f172a 100%);
    color: #f8fafc;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    z-index: 40;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.28);
    overflow-y: auto;
}

.shell.sidebar-open .sidebar-panel[b-1bvvxgqy8h] {
    transform: translateX(0);
}

.content-shell[b-1bvvxgqy8h] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.topbar[b-1bvvxgqy8h] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    backdrop-filter: blur(12px);
    background: rgba(249, 250, 251, 0.88);
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.topbar-leading[b-1bvvxgqy8h],
.topbar-actions[b-1bvvxgqy8h] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.topbar-title[b-1bvvxgqy8h] {
    font-weight: 800;
    color: #0f172a;
}

.topbar-subtitle[b-1bvvxgqy8h] {
    font-size: 0.88rem;
    color: #475569;
}

.menu-toggle[b-1bvvxgqy8h] {
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    border-radius: 0.9rem;
    background: #e2e8f0;
    color: #0f172a;
    font-size: 1.1rem;
}

.page-content[b-1bvvxgqy8h] {
    padding: 1.25rem;
}

.brand-block[b-1bvvxgqy8h] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.brand-mark[b-1bvvxgqy8h] {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.18);
    font-weight: 800;
}

.brand-title[b-1bvvxgqy8h] {
    font-weight: 800;
}

.brand-subtitle[b-1bvvxgqy8h] {
    font-size: 0.85rem;
    opacity: 0.78;
}

.nav-groups[b-1bvvxgqy8h] {
    display: grid;
    gap: 1.25rem;
}

.nav-group-section[b-1bvvxgqy8h] {
    display: grid;
    gap: 0.65rem;
}

.nav-group-title[b-1bvvxgqy8h] {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    opacity: 0.7;
    padding-inline: 0.2rem;
}

.nav-group-links[b-1bvvxgqy8h] {
    display: grid;
    gap: 0.45rem;
}

.nav-link-item[b-1bvvxgqy8h] {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.7rem;
    padding: 0.8rem 0.9rem;
    border-radius: 0.95rem;
    color: inherit;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.nav-link-item:hover[b-1bvvxgqy8h] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.18);
    transform: translateX(-2px);
}

.nav-link-item.active[b-1bvvxgqy8h] {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.nav-icon[b-1bvvxgqy8h] {
    width: 1.4rem;
    text-align: center;
    flex: 0 0 1.4rem;
}

.nav-link-text[b-1bvvxgqy8h] {
    flex: 1;
    line-height: 1.45;
}

.user-badge[b-1bvvxgqy8h] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 0.9rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dbe2ea;
    color: #0f172a;
}

.status-dot[b-1bvvxgqy8h] {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #10b981;
}

.ghost-button[b-1bvvxgqy8h] {
    border: 1px solid #d0d7e2;
    background: #fff;
    color: #0f172a;
    border-radius: 999px;
    padding: 0.72rem 1rem;
}

@media (min-width: 992px) {
    .shell[b-1bvvxgqy8h] {
        display: grid;
        grid-template-columns: 18.5rem minmax(0, 1fr);
    }

    .sidebar-panel[b-1bvvxgqy8h] {
        position: sticky;
        transform: none;
        width: auto;
        height: 100vh;
    }

    .menu-toggle[b-1bvvxgqy8h] {
        display: none;
    }

    .topbar[b-1bvvxgqy8h] {
        padding: 1rem 1.6rem;
    }

    .page-content[b-1bvvxgqy8h] {
        padding: 1.6rem;
    }
}

@media (max-width: 768px) {
    .topbar[b-1bvvxgqy8h] {
        align-items: flex-start;
        flex-direction: column;
    }

    .topbar-actions[b-1bvvxgqy8h] {
        width: 100%;
        justify-content: space-between;
    }
}
.nav-link-item.is-active[b-1bvvxgqy8h] {
    position: relative;
    background: linear-gradient(5deg, rgb(149 169 160), rgba(255, 255, 255, 0.08));
    color: #ffffff;
    font-weight: 800;
    border-radius: 14px;
}

    .nav-link-item.is-active .nav-icon[b-1bvvxgqy8h] {
        /*background: rgba(255, 255, 255, 0.18);*/
        color: #ffffff;
    }

    .nav-link-item.is-active[b-1bvvxgqy8h]::before {
        content: "";
        position: absolute;
        inset-inline-start: 0;
        top: 10px;
        bottom: 10px;
        width: 4px;
        border-radius: 999px;
        background: #4cc9f0;
    }

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-rnc8fr5gw4],
.components-reconnect-repeated-attempt-visible[b-rnc8fr5gw4],
.components-reconnect-failed-visible[b-rnc8fr5gw4],
.components-pause-visible[b-rnc8fr5gw4],
.components-resume-failed-visible[b-rnc8fr5gw4],
.components-rejoining-animation[b-rnc8fr5gw4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-rnc8fr5gw4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-rnc8fr5gw4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-rnc8fr5gw4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-rnc8fr5gw4],
#components-reconnect-modal.components-reconnect-retrying[b-rnc8fr5gw4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-rnc8fr5gw4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-rnc8fr5gw4],
#components-reconnect-modal.components-reconnect-failed[b-rnc8fr5gw4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-rnc8fr5gw4] {
    display: block;
}


#components-reconnect-modal[b-rnc8fr5gw4] {
    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-rnc8fr5gw4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-rnc8fr5gw4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-rnc8fr5gw4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-rnc8fr5gw4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-rnc8fr5gw4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-rnc8fr5gw4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-rnc8fr5gw4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-rnc8fr5gw4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-rnc8fr5gw4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-rnc8fr5gw4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-rnc8fr5gw4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-rnc8fr5gw4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-rnc8fr5gw4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-rnc8fr5gw4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-rnc8fr5gw4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-rnc8fr5gw4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-rnc8fr5gw4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-rnc8fr5gw4 {
    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;
    }
}
