/* /Components/Layout/MainLayout.razor.rz.scp.css */
.admin-layout[b-afil6qy3ng] {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
}

.sidebar[b-afil6qy3ng] {
    width: 260px;
    background: linear-gradient(180deg, #0e1730 0%, #0b1220 100%);
    border-inline-start: 1px solid rgba(53, 224, 216, 0.12);
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.sidebar.collapsed[b-afil6qy3ng] {
    transform: translateX(260px);
}

.content-wrapper[b-afil6qy3ng] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin-right: 260px;
    transition: margin-right 0.3s ease;
}

.content-wrapper.sidebar-collapsed[b-afil6qy3ng] {
    margin-right: 0;
}
    background: var(--bs-secondary-bg);[b-afil6qy3ng]
}

.top-bar[b-afil6qy3ng] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25rem;
    height: 60px;
    background: var(--bs-body-bg);
    border-bottom: 1px solid var(--bs-border-color);
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    flex-shrink: 0;
}

.page-body[b-afil6qy3ng] {
    flex: 1;
    padding: 1.5rem;
}

.sidebar-toggle-btn[b-afil6qy3ng] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    color: var(--bs-secondary-color);
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.sidebar-toggle-btn:hover[b-afil6qy3ng] {
    background: var(--bs-secondary-bg);
    color: var(--bs-body-color);
}

.theme-toggle-group[b-afil6qy3ng] {
    display: flex;
    gap: 2px;
    background: var(--bs-tertiary-bg);
    border-radius: 0.5rem;
    padding: 3px;
}

.theme-btn[b-afil6qy3ng] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 28px;
    border: none;
    background: transparent;
    border-radius: 0.375rem;
    cursor: pointer;
    color: var(--bs-secondary-color);
    font-size: 0.8rem;
    transition: background 0.15s, color 0.15s;
}

.theme-btn.active[b-afil6qy3ng] {
    background: var(--bs-body-bg);
    color: var(--bs-emphasis-color);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

#blazor-error-ui[b-afil6qy3ng] {
    color-scheme: light only;
    background: #fff3cd;
    border-top: 1px solid #ffc107;
    bottom: 0;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    padding: 0.6rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 9999;
    color: #856404;
    font-size: 0.9rem;
}

    #blazor-error-ui .dismiss[b-afil6qy3ng] {
        cursor: pointer;
        position: absolute;
        left: 0.75rem;
        top: 0.6rem;
    }

@media (max-width: 767.98px) {
    .sidebar[b-afil6qy3ng] {
        transform: translateX(100%);
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.25);
    }

    .sidebar.show-mobile[b-afil6qy3ng] {
        transform: translateX(0);
    }

    .content-wrapper[b-afil6qy3ng] {
        margin-right: 0 !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-brand[b-lhg05tzjzz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none;
}

.sidebar-logo[b-lhg05tzjzz] {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 8px;
}

.sidebar-title[b-lhg05tzjzz] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.3px;
}

.sidebar-nav[b-lhg05tzjzz] {
    padding: 0.75rem 0.75rem 1rem;
    flex: 1 1 auto;
}

.sidebar-footer[b-lhg05tzjzz] {
    margin-top: auto;
    padding: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-user[b-lhg05tzjzz] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.6rem;
    border-radius: 0.6rem;
    transition: background 0.15s;
}

.sidebar-user:hover[b-lhg05tzjzz] {
    background: rgba(255, 255, 255, 0.05);
}

.sidebar-user-avatar[b-lhg05tzjzz] {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.95rem;
    font-weight: 700;
    color: #35e0d8;
    background: rgba(53, 224, 216, 0.14);
    border: 1px solid rgba(53, 224, 216, 0.3);
}

.sidebar-user-info[b-lhg05tzjzz] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.sidebar-user-name[b-lhg05tzjzz] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #eef3fb;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-user-role[b-lhg05tzjzz] {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.4);
}

.sidebar-logout[b-lhg05tzjzz] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    border-radius: 0.5rem;
    color: rgba(255, 255, 255, 0.55);
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.sidebar-logout:hover[b-lhg05tzjzz] {
    background: rgba(255, 73, 95, 0.16);
    color: #ff6b7a;
}

.menu-section-label[b-lhg05tzjzz] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.35);
    padding: 0.75rem 0.625rem 0.4rem;
    margin: 0;
}

[b-lhg05tzjzz] .menu-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.6rem 0.875rem;
    border-radius: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    text-decoration: none;
    border: none;
    background: none;
    width: 100%;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    text-align: right;
    margin-bottom: 2px;
}

[b-lhg05tzjzz] .menu-item:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

[b-lhg05tzjzz] .menu-item.active {
    background: rgba(53, 224, 216, 0.14);
    color: #fff;
    font-weight: 500;
    box-shadow: inset -3px 0 0 #35e0d8;
}

[b-lhg05tzjzz] .menu-item.active .menu-icon {
    color: #35e0d8;
}

.menu-group-btn[b-lhg05tzjzz] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.6rem 0.875rem;
    border-radius: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    border: none;
    background: none;
    width: 100%;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    text-align: right;
    margin-bottom: 2px;
}

.menu-group-btn:hover[b-lhg05tzjzz] {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.menu-group-btn[aria-expanded="true"][b-lhg05tzjzz] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.menu-icon[b-lhg05tzjzz] {
    font-size: 1rem;
    width: 1.1rem;
    text-align: center;
    flex-shrink: 0;
}

.menu-chevron[b-lhg05tzjzz] {
    font-size: 0.7rem;
    transition: transform 0.2s;
    margin-right: auto;
}

.menu-group-btn[aria-expanded="true"] .menu-chevron[b-lhg05tzjzz] {
    transform: rotate(180deg);
}

.menu-sub-item[b-lhg05tzjzz] {
    padding-right: 2.75rem !important;
    font-size: 0.84rem;
}

.collapse .menu-sub-item[b-lhg05tzjzz] {
    color: rgba(255, 255, 255, 0.6);
}

[b-lhg05tzjzz] .collapse .menu-item.active {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-d5ymu2lvk6],
.components-reconnect-repeated-attempt-visible[b-d5ymu2lvk6],
.components-reconnect-failed-visible[b-d5ymu2lvk6],
.components-pause-visible[b-d5ymu2lvk6],
.components-resume-failed-visible[b-d5ymu2lvk6],
.components-rejoining-animation[b-d5ymu2lvk6] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-d5ymu2lvk6],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-d5ymu2lvk6],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-d5ymu2lvk6],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-d5ymu2lvk6],
#components-reconnect-modal.components-reconnect-retrying[b-d5ymu2lvk6],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-d5ymu2lvk6],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-d5ymu2lvk6],
#components-reconnect-modal.components-reconnect-failed[b-d5ymu2lvk6],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-d5ymu2lvk6] {
    display: block;
}


#components-reconnect-modal[b-d5ymu2lvk6] {
    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-d5ymu2lvk6 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-d5ymu2lvk6 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-d5ymu2lvk6 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-d5ymu2lvk6]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-d5ymu2lvk6 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-d5ymu2lvk6 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-d5ymu2lvk6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-d5ymu2lvk6 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-d5ymu2lvk6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-d5ymu2lvk6] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-d5ymu2lvk6] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-d5ymu2lvk6] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-d5ymu2lvk6] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-d5ymu2lvk6] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-d5ymu2lvk6] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-d5ymu2lvk6 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-d5ymu2lvk6] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-d5ymu2lvk6 {
    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;
    }
}
