@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Components/Account/Pages/Manage/Index.razor.rz.scp.css */
.profile-page[b-7jj7urph8n] {
    min-height: calc(100vh - 180px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 24px 12px;
}

[b-7jj7urph8n] .profile-card {
    width: 25vw;
    min-width: 360px;
    max-width: 520px;
    padding: 24px;
    border-radius: 12px;
}

.logo-section[b-7jj7urph8n] {
    margin-top: 12px;
}

.logo-hint[b-7jj7urph8n] {
    font-size: 12px;
    opacity: 0.8;
    margin-top: 4px;
}

.logo-preview[b-7jj7urph8n] {
    margin-top: 12px;
}

.logo-preview img[b-7jj7urph8n] {
    max-width: 120px;
    max-height: 120px;
    border-radius: 8px;
    object-fit: cover;
}

.actions[b-7jj7urph8n] {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-header[b-f9wc75ih0c] {
    background-color: #0b5ed7;
    color: #fff;
    padding: 0.5rem 1rem;
}

.header-content[b-f9wc75ih0c] {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.75rem;
}

.header-brand[b-f9wc75ih0c] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.tenant-brand-logo[b-f9wc75ih0c],
.tenant-brand-logo.fallback[b-f9wc75ih0c] {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: #fff;
}

.tenant-brand-logo.fallback[b-f9wc75ih0c] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #0b5ed7;
    font-size: 0.95rem;
}

.app-title[b-f9wc75ih0c] {
    font-weight: 600;
    letter-spacing: 0.2px;
}

.header-home-link[b-f9wc75ih0c] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    padding: 0.2rem 0.45rem;
    border-radius: 6px;
}

.header-home-link:hover[b-f9wc75ih0c] {
    background: rgba(255, 255, 255, 0.16);
}

.header-nav-link[b-f9wc75ih0c] {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 0.28rem 0.55rem;
    border-radius: 6px;
}

.header-nav-link:hover[b-f9wc75ih0c] {
    background: rgba(255, 255, 255, 0.16);
}

.header-nav-link:focus-visible[b-f9wc75ih0c] {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: 2px;
}

.header-user[b-f9wc75ih0c] {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-twdmp06xf0],
.components-reconnect-repeated-attempt-visible[b-twdmp06xf0],
.components-reconnect-failed-visible[b-twdmp06xf0],
.components-pause-visible[b-twdmp06xf0],
.components-resume-failed-visible[b-twdmp06xf0],
.components-rejoining-animation[b-twdmp06xf0] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-twdmp06xf0],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-twdmp06xf0],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-twdmp06xf0],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-twdmp06xf0],
#components-reconnect-modal.components-reconnect-retrying[b-twdmp06xf0],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-twdmp06xf0],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-twdmp06xf0],
#components-reconnect-modal.components-reconnect-failed[b-twdmp06xf0],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-twdmp06xf0] {
    display: block;
}


#components-reconnect-modal[b-twdmp06xf0] {
    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-twdmp06xf0 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-twdmp06xf0 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-twdmp06xf0 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-twdmp06xf0]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-twdmp06xf0 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-twdmp06xf0 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-twdmp06xf0 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-twdmp06xf0 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-twdmp06xf0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-twdmp06xf0] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-twdmp06xf0] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-twdmp06xf0] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-twdmp06xf0] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-twdmp06xf0] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-twdmp06xf0] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-twdmp06xf0 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-twdmp06xf0] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-twdmp06xf0 {
    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;
    }
}
/* /Components/Layout/UserTenantHeader.razor.rz.scp.css */
.user-menu[b-hqrfocogng] {
    position: relative;
}

.user-menu details[b-hqrfocogng] {
    position: relative;
}

.user-menu summary[b-hqrfocogng] {
    list-style: none;
    cursor: pointer;
}

.user-menu summary[b-hqrfocogng]::-webkit-details-marker {
    display: none;
}

.user-tenant-box[b-hqrfocogng] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #fff;
    white-space: nowrap;
}

.tenant-logo[b-hqrfocogng],
.tenant-logo.fallback[b-hqrfocogng] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: #fff;
}

.tenant-logo.fallback[b-hqrfocogng] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #0b5ed7;
    font-size: 1rem;
}

.user-tenant-text[b-hqrfocogng] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    line-height: 1.1;
}

.user-name[b-hqrfocogng] {
    font-size: 1rem;
    font-weight: 700;
}

.tenant-name[b-hqrfocogng] {
    margin-top: 2px;
    font-size: 0.78rem;
    font-weight: 400;
    opacity: 0.95;
}

.user-menu-panel[b-hqrfocogng] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.4rem);
    min-width: 240px;
    padding: 0.6rem;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    z-index: 1000;
    text-align: left;
}

.user-menu-link[b-hqrfocogng] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.35rem;
    padding: 0.55rem 0.5rem;
    color: #1f1f1f;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 400;
}

.user-menu-logout[b-hqrfocogng] {
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font: inherit;
}

.user-menu-link:hover[b-hqrfocogng] {
    background: #f3f3f3;
}

.user-menu-panel form[b-hqrfocogng] {
    margin-top: 0.15rem;
}

[b-hqrfocogng] .user-menu-logout {
    font-weight: 400;
    justify-content: flex-start;
    text-align: left;
}

.menu-icon[b-hqrfocogng] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    display: inline-flex;
    color: #0b5ed7;
}

.menu-icon svg[b-hqrfocogng] {
    width: 100%;
    height: 100%;
    display: block;
}
