/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-shell[b-rwbnlbo3jf] {
    display: flex;
    min-height: 100vh;
}

.admin-sidebar[b-rwbnlbo3jf] {
    width: 260px;
    flex-shrink: 0;
    background-color: var(--spa-sage-700, #3d5734);
    color: #d7d9de;
    display: flex;
    flex-direction: column;
    padding: 1.25rem 1rem;
}

.admin-brand[b-rwbnlbo3jf] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 0.5rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 1rem;
}

.admin-brand-icon[b-rwbnlbo3jf] {
    width: 34px;
    height: 34px;
    border-radius: 0.6rem;
    background: linear-gradient(135deg, var(--spa-sage-500), var(--spa-sage-700));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.admin-brand-text[b-rwbnlbo3jf] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    line-height: 1.15;
}

.admin-brand-name[b-rwbnlbo3jf] {
    font-weight: 700;
    color: #fff;
    font-size: 0.95rem;
}

.admin-brand-tagline[b-rwbnlbo3jf] {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #b6bac4;
}

.admin-nav[b-rwbnlbo3jf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    overflow-y: auto;
}

.admin-nav-heading[b-rwbnlbo3jf] {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f2f3f5;
    margin: 0.9rem 0.6rem 0.35rem;
}

.admin-nav-heading:first-child[b-rwbnlbo3jf] {
    margin-top: 0.25rem;
}

[b-rwbnlbo3jf] .admin-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.55rem 0.6rem;
    border-radius: 0.5rem;
    color: #c7c9d1;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background-color 0.15s ease, color 0.15s ease;
}

[b-rwbnlbo3jf] .admin-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
}

[b-rwbnlbo3jf] .admin-nav-link.active {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.admin-nav-badge[b-rwbnlbo3jf] {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.1rem 0.4rem;
    border-radius: 999px;
    flex-shrink: 0;
}

.admin-nav-badge.staff[b-rwbnlbo3jf] {
    background-color: rgba(99, 138, 84, 0.25);
    color: #a8c79a;
}

.admin-nav-badge.admin[b-rwbnlbo3jf] {
    background-color: rgba(214, 195, 168, 0.2);
    color: #d6c3a8;
}

[b-rwbnlbo3jf] .admin-home-link {
    display: block;
    padding: 0.55rem 0.6rem;
    margin-top: 0.5rem;
    border-radius: 0.5rem;
    color: #b6bac4;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 500;
}

[b-rwbnlbo3jf] .admin-home-link:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.admin-user[b-rwbnlbo3jf] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 0.5rem 0.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 0.5rem;
}

.admin-user-avatar[b-rwbnlbo3jf] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--spa-sage-600);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.admin-user-info[b-rwbnlbo3jf] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    min-width: 0;
    flex: 1;
}

.admin-user-name[b-rwbnlbo3jf] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-user-role[b-rwbnlbo3jf] {
    font-size: 0.7rem;
    color: #b6bac4;
}

.admin-user-signout[b-rwbnlbo3jf] {
    background: none;
    border: none;
    color: #b6bac4;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.25rem;
    border-radius: 0.35rem;
}

.admin-user-signout:hover[b-rwbnlbo3jf] {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.admin-main[b-rwbnlbo3jf] {
    flex: 1;
    min-width: 0;
    background-color: var(--spa-sand-50, #faf8f5);
}

.admin-content[b-rwbnlbo3jf] {
    padding: 2rem 2.5rem;
    max-width: 1400px;
}

@media (max-width: 640px) {
    .admin-sidebar[b-rwbnlbo3jf] {
        width: 210px;
        padding: 1rem 0.75rem;
    }

    .admin-content[b-rwbnlbo3jf] {
        padding: 1.25rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vgke6yn0mx] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-vgke6yn0mx] {
    flex: 1;
}

#blazor-error-ui[b-vgke6yn0mx] {
    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-vgke6yn0mx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.spa-navbar[b-j23gmvxevr] {
    position: sticky;
    top: 0;
    z-index: 20;
    background-color: rgba(250, 248, 245, 0.9);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid #e7dccd;
}

.spa-navbar-inner[b-j23gmvxevr] {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0.85rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

[b-j23gmvxevr] .spa-brand {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
}

.spa-brand-icon[b-j23gmvxevr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #638a54, #4d6e41);
    font-size: 1.1rem;
}

.spa-brand-text[b-j23gmvxevr] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    line-height: 1.1;
}

.spa-brand-name[b-j23gmvxevr] {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #2a2c34;
}

.spa-brand-tagline[b-j23gmvxevr] {
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #737682;
}

.spa-menu[b-j23gmvxevr] {
    display: none;
    align-items: center;
    gap: 1.5rem;
}

.spa-links[b-j23gmvxevr] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

    .spa-links[b-j23gmvxevr]  .spa-link {
        padding: 0.5rem 1rem;
        border-radius: 0.5rem;
        font-size: 0.9rem;
        font-weight: 500;
        color: #444752;
        text-decoration: none;
    }

    .spa-links[b-j23gmvxevr]  .spa-link:hover {
        background-color: #f3eee7;
        color: #2a2c34;
    }

    .spa-links[b-j23gmvxevr]  .spa-link.active {
        background-color: #f5f7f4;
        color: #3d5734;
    }

.spa-actions[b-j23gmvxevr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.spa-account-menu[b-j23gmvxevr] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0 1rem;
    margin-left: 0.35rem;
    border-left: 1px solid #e7dccd;
}

[b-j23gmvxevr] .spa-account-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--spa-ink-700, #3d3a34);
    text-decoration: none;
    white-space: nowrap;
    max-width: 8rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-j23gmvxevr] .spa-account-name:hover {
    color: #3d5734;
}

.navbar-toggler[b-j23gmvxevr] {
    display: none;
}

.spa-toggle[b-j23gmvxevr] {
    cursor: pointer;
    font-size: 1.4rem;
    color: #444752;
}

@media (min-width: 768px) {
    .spa-menu[b-j23gmvxevr] {
        display: flex;
    }

    .spa-toggle[b-j23gmvxevr] {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-toggler:checked ~ .spa-menu[b-j23gmvxevr] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #faf8f5;
        border-bottom: 1px solid #e7dccd;
        padding: 1rem 1.5rem;
        gap: 1rem;
    }

    .spa-menu .spa-links[b-j23gmvxevr] {
        flex-direction: column;
        align-items: stretch;
    }

    .spa-menu .spa-actions[b-j23gmvxevr] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Layout/ProviderLayout.razor.rz.scp.css */
.provider-shell[b-cyaqw0znmb] {
    display: flex;
    min-height: 100vh;
}

.provider-sidebar[b-cyaqw0znmb] {
    width: 260px;
    flex-shrink: 0;
    background-color: var(--spa-sage-700, #3d5734);
    color: #e4ebe0;
    display: flex;
    flex-direction: column;
    padding: 1.25rem 1rem;
}

.provider-brand[b-cyaqw0znmb] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 0.5rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 1rem;
}

.provider-brand-icon[b-cyaqw0znmb] {
    width: 34px;
    height: 34px;
    border-radius: 0.6rem;
    background: linear-gradient(135deg, var(--spa-sand-300), var(--spa-sand-600));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.provider-brand-text[b-cyaqw0znmb] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    line-height: 1.15;
}

.provider-brand-name[b-cyaqw0znmb] {
    font-weight: 700;
    color: #fff;
    font-size: 0.95rem;
}

.provider-brand-tagline[b-cyaqw0znmb] {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #cdd9c6;
}

.provider-nav[b-cyaqw0znmb] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    overflow-y: auto;
}

.provider-nav-heading[b-cyaqw0znmb] {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f2f3f5;
    margin: 0.25rem 0.6rem 0.35rem;
}

[b-cyaqw0znmb] .provider-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.55rem 0.6rem;
    border-radius: 0.5rem;
    color: #c7cbd4;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background-color 0.15s ease, color 0.15s ease;
}

[b-cyaqw0znmb] .provider-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

[b-cyaqw0znmb] .provider-nav-link.active {
    background-color: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.provider-nav-badge[b-cyaqw0znmb] {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.1rem 0.4rem;
    border-radius: 999px;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.16);
    color: #f3eee7;
}

[b-cyaqw0znmb] .provider-home-link {
    display: block;
    padding: 0.55rem 0.6rem;
    margin-top: 0.5rem;
    border-radius: 0.5rem;
    color: #cdd9c6;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 500;
}

[b-cyaqw0znmb] .provider-home-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.provider-user[b-cyaqw0znmb] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 0.5rem 0.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 0.5rem;
}

.provider-user-avatar[b-cyaqw0znmb] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--spa-sand-600);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.provider-user-info[b-cyaqw0znmb] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    min-width: 0;
    flex: 1;
}

.provider-user-name[b-cyaqw0znmb] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.provider-user-role[b-cyaqw0znmb] {
    font-size: 0.7rem;
    color: #cdd9c6;
}

.provider-user-signout[b-cyaqw0znmb] {
    background: none;
    border: none;
    color: #cdd9c6;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.25rem;
    border-radius: 0.35rem;
}

.provider-user-signout:hover[b-cyaqw0znmb] {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.provider-main[b-cyaqw0znmb] {
    flex: 1;
    min-width: 0;
    background-color: var(--spa-sand-50, #faf8f5);
}

.provider-content[b-cyaqw0znmb] {
    padding: 2rem 2.5rem;
    max-width: 1400px;
}

@media (max-width: 640px) {
    .provider-sidebar[b-cyaqw0znmb] {
        width: 210px;
        padding: 1rem 0.75rem;
    }

    .provider-content[b-cyaqw0znmb] {
        padding: 1.25rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cnmd8ib7ey],
.components-reconnect-repeated-attempt-visible[b-cnmd8ib7ey],
.components-reconnect-failed-visible[b-cnmd8ib7ey],
.components-pause-visible[b-cnmd8ib7ey],
.components-resume-failed-visible[b-cnmd8ib7ey],
.components-rejoining-animation[b-cnmd8ib7ey] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-cnmd8ib7ey],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-cnmd8ib7ey],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-cnmd8ib7ey],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-cnmd8ib7ey],
#components-reconnect-modal.components-reconnect-retrying[b-cnmd8ib7ey],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-cnmd8ib7ey],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-cnmd8ib7ey],
#components-reconnect-modal.components-reconnect-failed[b-cnmd8ib7ey],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-cnmd8ib7ey] {
    display: block;
}


#components-reconnect-modal[b-cnmd8ib7ey] {
    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-cnmd8ib7ey 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-cnmd8ib7ey 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-cnmd8ib7ey 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-cnmd8ib7ey]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-cnmd8ib7ey 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-cnmd8ib7ey {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-cnmd8ib7ey {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-cnmd8ib7ey {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-cnmd8ib7ey] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-cnmd8ib7ey] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-cnmd8ib7ey] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-cnmd8ib7ey] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-cnmd8ib7ey] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-cnmd8ib7ey] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-cnmd8ib7ey] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-cnmd8ib7ey 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-cnmd8ib7ey] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-cnmd8ib7ey {
    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;
    }
}
