/* /Components/Layout/AuthenticatedUserMenu.razor.rz.scp.css */
.session-menu-host[b-sd3fiugcaq] {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
}

.session-identity[b-sd3fiugcaq] {
    display: grid;
    gap: 0;
    justify-items: end;
    max-width: 180px;
    line-height: 1.2;
}

.session-identity strong[b-sd3fiugcaq],
.session-identity span[b-sd3fiugcaq] {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.session-identity strong[b-sd3fiugcaq] {
    color: #1f2933;
    font-size: 0.9rem;
    font-weight: 500;
}

.session-identity span[b-sd3fiugcaq] {
    color: #52616b;
    font-size: 0.82rem;
}

.session-button[b-sd3fiugcaq] {
    min-width: 66px;
    height: 44px;
    min-height: 44px;
    border: 1px solid #d9e2ec;
    border-radius: 999px;
    padding: 4px 8px 4px 4px;
    text-transform: none;
}

.session-button[b-sd3fiugcaq],
.session-button:hover[b-sd3fiugcaq],
.session-button:focus-visible[b-sd3fiugcaq] {
    background: #ffffff;
    box-shadow: none;
}

.session-button:hover[b-sd3fiugcaq],
.session-button:focus-visible[b-sd3fiugcaq] {
    border-color: #b7c4cf;
}

.session-button .mud-avatar[b-sd3fiugcaq] {
    width: 36px;
    height: 36px;
    font-size: 0.78rem;
    font-weight: 700;
}

.session-button .mud-icon-root[b-sd3fiugcaq] {
    color: #52616b;
}

.session-menu-header[b-sd3fiugcaq] {
    display: grid;
    gap: 6px;
    min-width: 260px;
    padding: 12px 16px;
}

.session-menu-header strong[b-sd3fiugcaq] {
    color: #1f2933;
}

.session-menu-header span[b-sd3fiugcaq] {
    color: #52616b;
    font-size: 0.86rem;
}

.session-menu-dismiss-layer[b-sd3fiugcaq] {
    position: fixed;
    inset: 0;
    z-index: 1290;
    background: transparent;
}

.session-dropdown[b-sd3fiugcaq] {
    position: fixed;
    top: 52px;
    right: 16px;
    z-index: 1300;
    overflow: hidden;
    min-width: 270px;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    background: #ffffff;
}

.session-dropdown-item[b-sd3fiugcaq] {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 38px;
    border: 0;
    padding: 8px 14px;
    color: #1f2933;
    background: #ffffff;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.session-dropdown-item .mud-icon-root[b-sd3fiugcaq] {
    flex: 0 0 20px;
}

.session-dropdown-item span[b-sd3fiugcaq] {
    flex: 1 1 auto;
}

.session-dropdown-item:hover[b-sd3fiugcaq],
.session-dropdown-item:focus-visible[b-sd3fiugcaq] {
    background: #f5f7f8;
    outline: none;
}

.session-dropdown-item:disabled[b-sd3fiugcaq] {
    cursor: default;
    opacity: 0.7;
}

.logout-menu-item[b-sd3fiugcaq] {
    color: #c62828;
}

.user-menu-modal-backdrop[b-sd3fiugcaq] {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(31, 41, 51, 0.28);
}

.user-menu-modal[b-sd3fiugcaq] {
    display: grid;
    gap: 12px;
    width: min(386px, calc(100vw - 48px));
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    padding: 18px;
    background: #ffffff;
}

.user-menu-modal-header[b-sd3fiugcaq] {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    justify-content: space-between;
}

.user-menu-modal-close[b-sd3fiugcaq] {
    flex: 0 0 auto;
    margin-top: -4px;
    margin-right: -4px;
}

.profile-summary[b-sd3fiugcaq] {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 6px 0 0;
}

.profile-summary .mud-avatar[b-sd3fiugcaq] {
    width: 56px;
    height: 56px;
    font-size: 1rem;
    font-weight: 700;
}

.profile-details[b-sd3fiugcaq] {
    display: grid;
    overflow: hidden;
    border: 1px solid #d9e2ec;
    border-radius: 7px;
}

.profile-detail-row[b-sd3fiugcaq] {
    display: grid;
    grid-template-columns: minmax(120px, 0.9fr) minmax(0, 1.1fr);
    gap: 12px;
    align-items: center;
    min-height: 41px;
    padding: 9px 16px;
    border-bottom: 1px solid #e6eaee;
}

.profile-detail-row:last-child[b-sd3fiugcaq] {
    border-bottom: 0;
}

.profile-detail-row span[b-sd3fiugcaq] {
    color: #52616b;
    font-size: 0.92rem;
}

.profile-detail-row strong[b-sd3fiugcaq] {
    overflow-wrap: anywhere;
    color: #1f2933;
    font-weight: 700;
    text-align: right;
}

.user-menu-form[b-sd3fiugcaq] {
    display: grid;
    gap: 14px;
}

.preferences-grid[b-sd3fiugcaq] {
    display: grid;
    gap: 8px;
}

.user-menu-modal-actions[b-sd3fiugcaq] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

[b-sd3fiugcaq] .session-button {
    min-width: 66px;
    height: 44px;
    min-height: 44px;
    border: 1px solid #d9e2ec;
    border-radius: 999px;
    padding: 4px 8px 4px 4px;
    background: #ffffff;
    text-transform: none;
    box-shadow: none;
}

[b-sd3fiugcaq] .session-button:hover,
[b-sd3fiugcaq] .session-button:focus-visible {
    border-color: #b7c4cf;
    background: #ffffff;
    box-shadow: none;
}

[b-sd3fiugcaq] .session-button .mud-avatar {
    width: 36px;
    height: 36px;
    font-size: 0.78rem;
    font-weight: 700;
}

[b-sd3fiugcaq] .session-button .mud-icon-root {
    color: #52616b;
}

[b-sd3fiugcaq] .session-dropdown {
    position: fixed;
    top: 52px;
    right: 16px;
    z-index: 1300;
    overflow: hidden;
    min-width: 270px;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    background: #ffffff;
}

[b-sd3fiugcaq] .user-menu-modal {
    display: grid;
    gap: 12px;
    width: min(386px, calc(100vw - 48px));
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    padding: 18px;
    background: #ffffff;
}

[b-sd3fiugcaq] .user-menu-modal-close {
    margin-top: -4px;
    margin-right: -4px;
}

[b-sd3fiugcaq] .profile-summary .mud-avatar {
    width: 56px;
    height: 56px;
    font-size: 1rem;
    font-weight: 700;
}

@media (max-width: 640px) {
    .user-menu-modal-actions[b-sd3fiugcaq] {
        display: grid;
    }

    .profile-detail-row[b-sd3fiugcaq] {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .profile-detail-row strong[b-sd3fiugcaq] {
        text-align: left;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-header[b-e1akn72rz2] {
    border-bottom: 1px solid #d9e2ec;
}

.brand-title[b-e1akn72rz2] {
    font-weight: 800;
    margin-left: 10px;
}

.main-content[b-e1akn72rz2] {
    min-height: 100vh;
}

#blazor-error-ui[b-e1akn72rz2] {
    color-scheme: light only;
    background: #fff8db;
    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-e1akn72rz2] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-c02bm0pwde],
.components-reconnect-repeated-attempt-visible[b-c02bm0pwde],
.components-reconnect-failed-visible[b-c02bm0pwde],
.components-pause-visible[b-c02bm0pwde],
.components-resume-failed-visible[b-c02bm0pwde],
.components-rejoining-animation[b-c02bm0pwde] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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