/* /Components/Layout/MainLayout.razor.rz.scp.css */
.dashboard-layout[b-9om053m9gz] {
    min-height: 100vh;
    background-color: #f4f6ff;
}

.top-appbar[b-9om053m9gz] {
    background: linear-gradient(90deg, #221b7b 0%, #6039f5 100%);
    color: #fff;
}

.brand-icon[b-9om053m9gz] {
    margin-left: 0.35rem;
    margin-right: 0.5rem;
}

.brand-text[b-9om053m9gz] {
    font-weight: 700;
    letter-spacing: 0.2px;
}

.login-button[b-9om053m9gz] {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    font-weight: 600;
    text-transform: none;
}

.top-appbar[b-9om053m9gz]  .login-button {
    margin-right: 0.25rem;
}

.top-appbar[b-9om053m9gz]  .login-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.side-drawer[b-9om053m9gz] {
    background: linear-gradient(180deg, #14164a 0%, #1f2f72 100%);
    color: rgba(255, 255, 255, 0.95);
    border-right: none;
}

.side-drawer[b-9om053m9gz]  .mud-navmenu {
    padding-top: 0.8rem;
}

.side-drawer[b-9om053m9gz]  .mud-nav-link {
    margin: 0.25rem 0.65rem;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    min-height: 44px;
}

.side-drawer[b-9om053m9gz]  .mud-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.side-drawer[b-9om053m9gz]  .mud-nav-link.active,
.side-drawer[b-9om053m9gz]  .mud-nav-link.mud-nav-link-active {
    background: linear-gradient(90deg, rgba(108, 72, 255, 0.95) 0%, rgba(85, 56, 241, 0.95) 100%);
    color: #fff;
}

.side-drawer[b-9om053m9gz]  .mud-divider {
    border-color: rgba(255, 255, 255, 0.2);
    margin-left: 0.9rem;
    margin-right: 0.9rem;
}

.user-menu[b-9om053m9gz]  .mud-popover {
    min-width: 190px;
}

.user-summary[b-9om053m9gz] {
    margin-right: 0.25rem;
}

.user-display-name[b-9om053m9gz] {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 500;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-menu[b-9om053m9gz]  .mud-menu-item {
    font-weight: 500;
    font-size: 0.875rem;
}

.logout-menu-form[b-9om053m9gz] {
    margin: 0;
    width: 100%;
}

.logout-menu-link[b-9om053m9gz] {
    display: block;
    width: 100%;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    padding: 0;
    text-align: left;
    text-transform: none;
}

.content-area[b-9om053m9gz] {
    background-color: #f4f6ff;
}

.content-shell[b-9om053m9gz] {
    padding: 1.25rem;
}

.content-surface[b-9om053m9gz] {
    background: #fff;
    border-radius: 14px;
    min-height: calc(100vh - 105px);
    padding: 1.25rem;
    border: 1px solid rgba(95, 85, 201, 0.1);
}

@media (max-width: 959.98px) {
    .user-display-name[b-9om053m9gz] {
        display: none;
    }

    .content-shell[b-9om053m9gz] {
        padding: 0.75rem;
    }

    .content-surface[b-9om053m9gz] {
        border-radius: 10px;
        min-height: calc(100vh - 90px);
        padding: 1rem;
    }
}

#blazor-error-ui[b-9om053m9gz] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-9om053m9gz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fo0kluo4om],
.components-reconnect-repeated-attempt-visible[b-fo0kluo4om],
.components-reconnect-failed-visible[b-fo0kluo4om],
.components-pause-visible[b-fo0kluo4om],
.components-resume-failed-visible[b-fo0kluo4om],
.components-rejoining-animation[b-fo0kluo4om] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-fo0kluo4om],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-fo0kluo4om],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-fo0kluo4om],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-fo0kluo4om],
#components-reconnect-modal.components-reconnect-retrying[b-fo0kluo4om],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-fo0kluo4om],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-fo0kluo4om],
#components-reconnect-modal.components-reconnect-failed[b-fo0kluo4om],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-fo0kluo4om] {
    display: block;
}


#components-reconnect-modal[b-fo0kluo4om] {
    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-fo0kluo4om 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fo0kluo4om 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fo0kluo4om 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fo0kluo4om]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-fo0kluo4om 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fo0kluo4om {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fo0kluo4om {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fo0kluo4om {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fo0kluo4om] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-fo0kluo4om] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-fo0kluo4om] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-fo0kluo4om] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-fo0kluo4om] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fo0kluo4om] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fo0kluo4om] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fo0kluo4om 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-fo0kluo4om] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-fo0kluo4om {
    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;
    }
}
