/* /Components/Layout/AppNavigation.razor.rz.scp.css */
.workspace-navigation[b-4c6mpne9pl] { display: flex; flex-direction: column; min-height: 100%; color: var(--sidebar-fg); }
.workspace-brand[b-4c6mpne9pl] { display: flex; align-items: center; gap: .65rem; padding: 1rem; text-decoration: none; border-bottom: 1px solid var(--sidebar-border); }
.workspace-brand-logo[b-4c6mpne9pl] { width: 100%; max-width: 12rem; height: auto; }
.workspace-nav[b-4c6mpne9pl] { flex: 1; padding: .75rem .5rem; }
.navigation-group-label[b-4c6mpne9pl] { margin: 1rem .5rem .25rem; font-size: .75rem; color: var(--sidebar-muted); }
.navigation-group-label:first-child[b-4c6mpne9pl] { margin-top: 0; }
.workspace-nav[b-4c6mpne9pl]  .rz-panel-menu { background: transparent; border: none; }
.workspace-nav[b-4c6mpne9pl]  .rz-navigation-item { background: transparent; border: none; }
.workspace-nav[b-4c6mpne9pl]  .rz-navigation-item-link { padding: .65rem .5rem; color: var(--sidebar-fg); border-radius: .25rem; }
.workspace-nav[b-4c6mpne9pl]  .rz-navigation-item-text { white-space: normal; }
.workspace-nav[b-4c6mpne9pl]  .rz-navigation-item-link:hover { background: rgb(255 255 255 / 7%); }
.workspace-nav[b-4c6mpne9pl]  .rz-navigation-item-link.active,
.workspace-nav[b-4c6mpne9pl]  .rz-navigation-item-link-active { background: var(--sidebar-active); color: white; box-shadow: none; }
.workspace-nav[b-4c6mpne9pl]  a:focus-visible, a:focus-visible[b-4c6mpne9pl] { outline: 2px solid currentColor; outline-offset: -2px; }
.workspace-footer[b-4c6mpne9pl] { padding: .75rem; border-top: 1px solid var(--sidebar-border); }
.workspace-user-block[b-4c6mpne9pl] { display: grid; grid-template-columns: 2rem minmax(0, 1fr); align-items: center; gap: .75rem; }
.workspace-user-avatar[b-4c6mpne9pl] { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: var(--sidebar-border); font-size: .8rem; font-weight: 600; }
.workspace-user-info[b-4c6mpne9pl] { min-width: 0; }
.workspace-user-email[b-4c6mpne9pl] { margin: .15rem 0 0; font-size: .75rem; line-height: 1.4; overflow-wrap: anywhere; }
.workspace-user-label[b-4c6mpne9pl] { margin: 0; font-size: .8rem; font-weight: 600; color: var(--sidebar-fg); }
.workspace-logout[b-4c6mpne9pl] { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: .5rem; min-height: 44px; padding: .5rem .75rem; border: 1px solid var(--sidebar-border); border-radius: .375rem; color: var(--sidebar-fg); font-size: .8rem; text-decoration: none; }
.workspace-logout:hover[b-4c6mpne9pl] { background: rgb(255 255 255 / 7%); color: white; }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.workspace-shell[b-vb97g63hb1]  .rz-layout {
    min-height: 100dvh;
    height: auto;
    overflow: visible;
    grid-template-columns: 15rem minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    grid-template-areas: "rz-sidebar rz-header" "rz-sidebar rz-body";
}
.workspace-shell[b-vb97g63hb1]  .workspace-sidebar {
    width: 15rem;
    height: 100dvh;
    position: sticky;
    top: 0;
    overflow-y: auto;
    background: var(--sidebar-bg);
}
.workspace-shell[b-vb97g63hb1]  .workspace-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .75rem 1.5rem;
    background: var(--surface);
    color: var(--text);
    border-bottom: 1px solid var(--border-soft);
    box-shadow: none;
}
h1[b-vb97g63hb1] { flex: 1; margin: 0; font-size: 1rem; color: var(--text); }
.workspace-shell[b-vb97g63hb1]  .workspace-body { margin: 0; padding: 0; min-width: 0; overflow: visible; }
.workspace-menu-button[b-vb97g63hb1] { display: none; align-items: center; justify-content: center; flex-shrink: 0; width: 44px; height: 44px; padding: .5rem; }
.workspace-navigation-dialog[b-vb97g63hb1] {
    padding: 0;
    margin: 0;
    width: min(22rem, calc(100vw - 2rem));
    max-width: none;
    height: 100dvh;
    max-height: 100dvh;
    border: 0;
    background: var(--sidebar-bg);
    color: var(--sidebar-fg);
    overflow-y: auto;
}
.workspace-navigation-dialog[b-vb97g63hb1]::backdrop { background: rgb(0 0 0 / 45%); }
.workspace-navigation-close[b-vb97g63hb1] { padding: .75rem; display: flex; justify-content: flex-end; }
.workspace-navigation-close button[b-vb97g63hb1] { color: var(--sidebar-fg); border-color: var(--sidebar-muted); }
@media (max-width: 1060px) {
    .workspace-shell[b-vb97g63hb1]  .rz-layout {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas: "rz-header" "rz-body";
    }
    .workspace-shell[b-vb97g63hb1]  .workspace-sidebar { display: none; }
    .workspace-shell[b-vb97g63hb1]  .workspace-header { padding: .75rem 1rem; flex-wrap: wrap; gap: .5rem; }
    .workspace-menu-button[b-vb97g63hb1] { display: inline-flex; }
}
/* RadzenHeader otherwise applies its on-primary link color to the language selector. */
.workspace-shell[b-vb97g63hb1]  .workspace-header .language-selector-link { color: var(--muted); }
.workspace-shell[b-vb97g63hb1]  .workspace-header .language-selector-link:hover,
.workspace-shell[b-vb97g63hb1]  .workspace-header .language-selector-link:focus { color: var(--text); }
.workspace-shell[b-vb97g63hb1]  .workspace-header .language-selector-link.active { color: var(--primary); }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-l2hinjmutp],
.components-reconnect-repeated-attempt-visible[b-l2hinjmutp],
.components-reconnect-failed-visible[b-l2hinjmutp],
.components-pause-visible[b-l2hinjmutp],
.components-resume-failed-visible[b-l2hinjmutp],
.components-rejoining-animation[b-l2hinjmutp] {
    display: none;
}

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

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

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

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-l2hinjmutp {
    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: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/PlatformTenantsWorkspace.razor.rz.scp.css */
.platform-kpi-label[b-pp3p3vkw8z] {
    margin: 0 0 0.35rem;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.platform-kpi-value[b-pp3p3vkw8z] {
    margin: 0;
    color: #0f172a;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
}
/* /Components/Pages/PlatformWorkspace.razor.rz.scp.css */
.platform-kpi-label[b-xr3k06xrj2] {
    margin: 0 0 0.35rem;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.platform-kpi-value[b-xr3k06xrj2] {
    margin: 0;
    color: #0f172a;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
}

.platform-admin-filter-result[b-xr3k06xrj2] {
    color: #64748b;
    font-size: 0.875rem;
}
/* /Components/Pages/PublicBooking.razor.rz.scp.css */
.public-booking-page[b-rzoms29qds] {
    padding-top: 2rem;
}

.public-booking-header[b-rzoms29qds] {
    max-width: 56rem;
    margin: 0 auto 1.25rem;
}
/* /Components/PlatformAdmin/CreatePlatformAdminDialog.razor.rz.scp.css */
.pa-dialog-body[b-9z96i170ge] {
    padding-top: 0.25rem;
}

.form-group[b-9z96i170ge] {
    margin-bottom: 1rem;
}

.form-group label[b-9z96i170ge] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #374151;
    font-size: 0.9375rem;
}

.validation-error[b-9z96i170ge] {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.form-alert-error[b-9z96i170ge] {
    margin-bottom: 1rem;
    padding: 0.75rem 0.875rem;
    border: 1px solid #fca5a5;
    border-radius: 0.5rem;
    background: #fee2e2;
    color: #991b1b;
    font-size: 0.875rem;
}

.pa-dialog-actions[b-9z96i170ge] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    margin-top: 1.5rem;
}
/* /Components/PlatformAdmin/EditPlatformAdminDialog.razor.rz.scp.css */
.pa-dialog-body[b-a8e0b2h6dw] {
    padding-top: 0.25rem;
}

.form-group[b-a8e0b2h6dw] {
    margin-bottom: 1rem;
}

.form-group label[b-a8e0b2h6dw] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #374151;
    font-size: 0.9375rem;
}

.role-list[b-a8e0b2h6dw] {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    max-height: 220px;
    overflow-y: auto;
    background: #fff;
}

.role-check[b-a8e0b2h6dw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.role-check:last-child[b-a8e0b2h6dw] {
    margin-bottom: 0;
}

.role-lock-hint[b-a8e0b2h6dw] {
    color: #6b7280;
    font-size: 0.8125rem;
    margin-top: 0.5rem;
}

.validation-error[b-a8e0b2h6dw] {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.form-alert-error[b-a8e0b2h6dw] {
    margin-bottom: 1rem;
    padding: 0.75rem 0.875rem;
    border: 1px solid #fca5a5;
    border-radius: 0.5rem;
    background: #fee2e2;
    color: #991b1b;
    font-size: 0.875rem;
}

.pa-dialog-actions[b-a8e0b2h6dw] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    margin-top: 1.5rem;
}
/* /Components/PublicBooking/PublicBookingDoctorList.razor.rz.scp.css */
.public-clinic-summary[b-dnqhpgltt9],
.public-doctor-card[b-dnqhpgltt9] {
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    background: var(--surface);
    padding: 1rem;
}

.public-clinic-summary[b-dnqhpgltt9] {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.public-clinic-summary h3[b-dnqhpgltt9],
.public-doctor-card h3[b-dnqhpgltt9] {
    font-size: 1.1rem;
    margin: 0;
}

.public-doctor-grid[b-dnqhpgltt9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    gap: 1rem;
}

.public-doctor-bio[b-dnqhpgltt9] {
    color: var(--muted);
    margin-bottom: 1rem;
}

@media (max-width: 640px) {
    .public-clinic-summary[b-dnqhpgltt9] {
        display: block;
    }
}
/* /Components/PublicBooking/PublicBookingPatientForm.razor.rz.scp.css */
.public-patient-panel-header[b-40f8rjk6kg] {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0 0 1rem;
}
/* /Components/TenantOnboarding/CreateTenantOnboardingDialog.razor.rz.scp.css */
.to-dialog-body[b-5w54qoy0vv] {
    padding-top: 0.25rem;
}

.validation-error[b-5w54qoy0vv] {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.to-dialog-actions[b-5w54qoy0vv] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}
/* /Components/TenantOnboarding/EditTenantDialog.razor.rz.scp.css */
.to-dialog-body[b-8t1om4sfkv] {
    padding-top: 0.25rem;
}

.validation-error[b-8t1om4sfkv] {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.to-dialog-actions[b-8t1om4sfkv] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}
