/* /Components/Account/Pages/Login.razor.rz.scp.css */
.app-login-page[b-r6yqd4h6ah] {
    min-height: calc(100vh - 5rem);
    display: grid;
    place-items: center;
    padding: 2rem 1rem;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.app-login-card[b-r6yqd4h6ah] {
    width: min(520px, 100%);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.app-login-form[b-r6yqd4h6ah] {
    padding: 2rem;
}

.app-login-form h1[b-r6yqd4h6ah] {
    margin-bottom: 0.35rem;
}

.app-login-sub[b-r6yqd4h6ah] {
    margin: 0 0 1.2rem;
    color: #64748b;
}

/* /Components/Layout/AppMenu.razor.rz.scp.css */
.app-menu[b-rfahr324zn] {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    gap: 1rem;
}

.app-menu-logo[b-rfahr324zn] {
    height: 2rem;
    width: auto;
    flex: 0 0 auto;
}

.app-menu-title[b-rfahr324zn] {
    flex: 1 1 auto;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
}

.app-menu-spacer[b-rfahr324zn] {
    flex: 0 0 auto;
    width: 2rem;
}

.app-menu-user-wrap[b-rfahr324zn] {
    position: relative;
    flex: 0 0 auto;
}

.app-menu-user-btn[b-rfahr324zn] {
    border: 1px solid #dbe2ea;
    background: #ffffff;
    color: #0f172a;
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.app-menu-user-btn:hover[b-rfahr324zn] {
    background: #f8fafc;
}

.app-menu-user-name[b-rfahr324zn] {
    max-width: 19rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-menu-user-caret[b-rfahr324zn] {
    color: #64748b;
    font-size: 0.75rem;
}

.app-menu-user-dropdown[b-rfahr324zn] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.45rem);
    min-width: 230px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
    overflow: hidden;
    z-index: 1200;
}

.app-menu-user-dropdown-head[b-rfahr324zn] {
    padding: 0.6rem 0.85rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-weight: 700;
}

.app-menu-user-dropdown a[b-rfahr324zn],
.app-menu-user-logout[b-rfahr324zn] {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0.6rem 0.85rem;
    font-size: 0.9rem;
    color: #1e293b;
    text-decoration: none;
    background: #fff;
    border: 0;
}

.app-menu-user-dropdown a:hover[b-rfahr324zn],
.app-menu-user-logout:hover[b-rfahr324zn] {
    background: #f1f5f9;
}

.app-menu-user-logout[b-rfahr324zn] {
    border-top: 1px solid #e2e8f0;
    color: #b91c1c;
    font-weight: 600;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ziwwk3th78] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ziwwk3th78] {
    flex: 1;
}

.app-header[b-ziwwk3th78] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
}

#blazor-error-ui[b-ziwwk3th78] {
    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-ziwwk3th78] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-p9oce5p6pg],
.components-reconnect-repeated-attempt-visible[b-p9oce5p6pg],
.components-reconnect-failed-visible[b-p9oce5p6pg],
.components-pause-visible[b-p9oce5p6pg],
.components-resume-failed-visible[b-p9oce5p6pg],
.components-rejoining-animation[b-p9oce5p6pg] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-p9oce5p6pg],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-p9oce5p6pg],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-p9oce5p6pg],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-p9oce5p6pg],
#components-reconnect-modal.components-reconnect-retrying[b-p9oce5p6pg],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-p9oce5p6pg],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-p9oce5p6pg],
#components-reconnect-modal.components-reconnect-failed[b-p9oce5p6pg],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-p9oce5p6pg] {
    display: block;
}


#components-reconnect-modal[b-p9oce5p6pg] {
    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-p9oce5p6pg 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-p9oce5p6pg 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-p9oce5p6pg 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-p9oce5p6pg]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-p9oce5p6pg 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-p9oce5p6pg {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-p9oce5p6pg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-p9oce5p6pg {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-p9oce5p6pg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-p9oce5p6pg] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-p9oce5p6pg] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-p9oce5p6pg] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-p9oce5p6pg] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-p9oce5p6pg] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-p9oce5p6pg] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-p9oce5p6pg 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-p9oce5p6pg] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-p9oce5p6pg {
    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;
    }
}
