/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.app-topbar[b-uft9y98blf] {
    background: #fff;
    border-bottom: 1px solid var(--ftc-border);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.app-topbar-inner[b-uft9y98blf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
}

.app-brand[b-uft9y98blf] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
}

.brand-mark[b-uft9y98blf] {
    color: var(--ftc-accent);
    display: inline-flex;
}

.brand-text[b-uft9y98blf] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-text strong[b-uft9y98blf] {
    color: var(--ftc-primary);
    font-size: 1rem;
}

.brand-text small[b-uft9y98blf] {
    color: var(--ftc-text-muted);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.6rem;
}

.app-shell[b-uft9y98blf] {
    display: flex;
    align-items: flex-start;
    min-height: calc(100vh - 4rem);
    background: var(--ftc-bg-alt);
}

.app-sidebar[b-uft9y98blf] {
    width: 260px;
    flex-shrink: 0;
    background: #fff;
    border-right: 1px solid var(--ftc-border);
    padding: 1.5rem 1rem;
    min-height: calc(100vh - 4rem);
}

.sidebar-profile[b-uft9y98blf] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 0.5rem 1.25rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--ftc-border);
    text-decoration: none;
    color: inherit;
}

.sidebar-avatar[b-uft9y98blf] {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--ftc-primary-light);
    color: var(--ftc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.sidebar-avatar-img[b-uft9y98blf] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.sidebar-name[b-uft9y98blf] {
    font-weight: 600;
    font-size: 0.9rem;
}

.sidebar-email[b-uft9y98blf] {
    color: var(--ftc-text-muted);
    font-size: 0.75rem;
    max-width: 160px;
}

.app-content[b-uft9y98blf] {
    flex: 1;
    padding: 2rem;
    min-width: 0;
}

@media (max-width: 767.98px) {
    .app-shell[b-uft9y98blf] {
        flex-direction: column;
    }

    .app-sidebar[b-uft9y98blf] {
        width: 100%;
        min-height: auto;
        border-right: none;
        border-bottom: 1px solid var(--ftc-border);
    }

    .sidebar-nav[b-uft9y98blf] {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .app-content[b-uft9y98blf] {
        padding: 1.25rem;
    }
}
/* /Components/Layout/CounselorLayout.razor.rz.scp.css */
.app-topbar[b-julbklamdj] {
    background: #fff;
    border-bottom: 1px solid var(--ftc-border);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.app-topbar-inner[b-julbklamdj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
}

.app-brand[b-julbklamdj] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
}

.brand-mark[b-julbklamdj] {
    color: var(--ftc-accent);
    display: inline-flex;
}

.brand-text[b-julbklamdj] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-text strong[b-julbklamdj] {
    color: var(--ftc-primary);
    font-size: 1rem;
}

.brand-text small[b-julbklamdj] {
    color: var(--ftc-text-muted);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.6rem;
}

.app-shell[b-julbklamdj] {
    display: flex;
    align-items: flex-start;
    min-height: calc(100vh - 4rem);
    background: var(--ftc-bg-alt);
}

.app-sidebar[b-julbklamdj] {
    width: 260px;
    flex-shrink: 0;
    background: #fff;
    border-right: 1px solid var(--ftc-border);
    padding: 1.5rem 1rem;
    min-height: calc(100vh - 4rem);
}

.sidebar-profile[b-julbklamdj] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 0.5rem 1.25rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--ftc-border);
    text-decoration: none;
    color: inherit;
}

.sidebar-avatar[b-julbklamdj] {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--ftc-primary-light);
    color: var(--ftc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.sidebar-avatar-img[b-julbklamdj] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.sidebar-name[b-julbklamdj] {
    font-weight: 600;
    font-size: 0.9rem;
}

.sidebar-email[b-julbklamdj] {
    color: var(--ftc-text-muted);
    font-size: 0.75rem;
    max-width: 160px;
}

.app-content[b-julbklamdj] {
    flex: 1;
    padding: 2rem;
    min-width: 0;
}

@media (max-width: 767.98px) {
    .app-shell[b-julbklamdj] {
        flex-direction: column;
    }

    .app-sidebar[b-julbklamdj] {
        width: 100%;
        min-height: auto;
        border-right: none;
        border-bottom: 1px solid var(--ftc-border);
    }

    .sidebar-nav[b-julbklamdj] {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .app-content[b-julbklamdj] {
        padding: 1.25rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-header[b-y6w5njvrx9] {
    background: #fff;
    border-bottom: 1px solid var(--ftc-border);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.site-header .navbar[b-y6w5njvrx9] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.navbar-brand[b-y6w5njvrx9] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.brand-mark[b-y6w5njvrx9] {
    display: inline-flex;
    color: var(--ftc-accent);
}

.brand-text[b-y6w5njvrx9] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-text strong[b-y6w5njvrx9] {
    color: var(--ftc-primary);
    font-size: 1.05rem;
}

.brand-text small[b-y6w5njvrx9] {
    color: var(--ftc-text-muted);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.65rem;
}

.nav-link[b-y6w5njvrx9] {
    color: var(--ftc-text);
    font-weight: 500;
}

.nav-link:hover[b-y6w5njvrx9] {
    color: var(--ftc-primary);
}

main[b-y6w5njvrx9] {
    min-height: 60vh;
}

.site-footer[b-y6w5njvrx9] {
    background: var(--ftc-primary-dark);
    color: rgba(255, 255, 255, 0.85);
    padding: 3rem 0 1.5rem;
    margin-top: 3rem;
}

.site-footer h5[b-y6w5njvrx9] {
    color: #fff;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.75rem;
}

.site-footer a[b-y6w5njvrx9] {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.site-footer a:hover[b-y6w5njvrx9] {
    color: #fff;
    text-decoration: underline;
}

.site-footer hr[b-y6w5njvrx9] {
    border-color: rgba(255, 255, 255, 0.15);
    margin: 2rem 0 1rem;
}

/* #blazor-error-ui styling moved to the global wwwroot/app.css - this file's own scoped CSS only
   ever applied to the div rendered by *this* layout, leaving the identical divs in every other
   layout permanently unstyled/visible. See app.css for the full explanation. */
/* /Components/Layout/PatientLayout.razor.rz.scp.css */
.app-topbar[b-adw2gmrbns] {
    background: #fff;
    border-bottom: 1px solid var(--ftc-border);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.app-topbar-inner[b-adw2gmrbns] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
}

.app-brand[b-adw2gmrbns] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
}

.brand-mark[b-adw2gmrbns] {
    color: var(--ftc-accent);
    display: inline-flex;
}

.brand-text[b-adw2gmrbns] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-text strong[b-adw2gmrbns] {
    color: var(--ftc-primary);
    font-size: 1rem;
}

.brand-text small[b-adw2gmrbns] {
    color: var(--ftc-text-muted);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.6rem;
}

.app-shell[b-adw2gmrbns] {
    display: flex;
    align-items: flex-start;
    min-height: calc(100vh - 4rem);
    background: var(--ftc-bg-alt);
}

.app-sidebar[b-adw2gmrbns] {
    width: 260px;
    flex-shrink: 0;
    background: #fff;
    border-right: 1px solid var(--ftc-border);
    padding: 1.5rem 1rem;
    min-height: calc(100vh - 4rem);
}

.sidebar-profile-wrap[b-adw2gmrbns] {
    position: relative;
    z-index: 20;
    margin-bottom: 1rem;
}

.sidebar-profile[b-adw2gmrbns] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0 0.5rem 1.25rem;
    background: none;
    border: none;
    border-bottom: 1px solid var(--ftc-border);
    text-align: left;
}

.sidebar-profile-text[b-adw2gmrbns] {
    flex: 1;
    min-width: 0;
}

.sidebar-profile-chevron[b-adw2gmrbns] {
    flex-shrink: 0;
    color: var(--ftc-text-muted);
    transition: transform 0.15s ease;
}

.sidebar-profile-chevron.open[b-adw2gmrbns] {
    transform: rotate(180deg);
}

.switcher-backdrop[b-adw2gmrbns] {
    position: fixed;
    inset: 0;
    z-index: 15;
    background: transparent;
}

.switcher-panel[b-adw2gmrbns] {
    position: absolute;
    top: 100%;
    left: 0.5rem;
    right: 0.5rem;
    z-index: 25;
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 0.5rem;
    margin-top: 0.25rem;
}

.switcher-row[b-adw2gmrbns] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem;
    border-radius: 6px;
    text-decoration: none;
    color: inherit;
}

.switcher-row:hover[b-adw2gmrbns] {
    background: var(--ftc-bg-alt);
}

.switcher-avatar[b-adw2gmrbns] {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--ftc-primary-light);
    color: var(--ftc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
    overflow: hidden;
}

.switcher-avatar-img[b-adw2gmrbns] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.switcher-name[b-adw2gmrbns] {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
}

.switcher-id[b-adw2gmrbns] {
    display: block;
    color: var(--ftc-text-muted);
    font-size: 0.75rem;
}

.switcher-create[b-adw2gmrbns] {
    display: block;
    margin-top: 0.25rem;
    padding: 0.6rem 0.5rem 0.25rem;
    border-top: 1px solid var(--ftc-border);
    color: var(--ftc-primary);
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
}

.switcher-create:hover[b-adw2gmrbns] {
    text-decoration: underline;
}

.sidebar-avatar[b-adw2gmrbns] {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--ftc-primary-light);
    color: var(--ftc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.sidebar-avatar-img[b-adw2gmrbns] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.sidebar-name[b-adw2gmrbns] {
    font-weight: 600;
    font-size: 0.9rem;
}

.sidebar-email[b-adw2gmrbns] {
    color: var(--ftc-text-muted);
    font-size: 0.75rem;
    max-width: 160px;
}

.app-content[b-adw2gmrbns] {
    flex: 1;
    padding: 2rem;
    min-width: 0;
}

@media (max-width: 767.98px) {
    .app-shell[b-adw2gmrbns] {
        flex-direction: column;
    }

    .app-sidebar[b-adw2gmrbns] {
        width: 100%;
        min-height: auto;
        border-right: none;
        border-bottom: 1px solid var(--ftc-border);
    }

    .sidebar-nav[b-adw2gmrbns] {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .app-content[b-adw2gmrbns] {
        padding: 1.25rem;
    }
}
/* /Components/Layout/ReceptionLayout.razor.rz.scp.css */
.app-topbar[b-8lska8tv1f] {
    background: #fff;
    border-bottom: 1px solid var(--ftc-border);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.app-topbar-inner[b-8lska8tv1f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
}

.app-brand[b-8lska8tv1f] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
}

.brand-mark[b-8lska8tv1f] {
    color: var(--ftc-accent);
    display: inline-flex;
}

.brand-text[b-8lska8tv1f] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-text strong[b-8lska8tv1f] {
    color: var(--ftc-primary);
    font-size: 1rem;
}

.brand-text small[b-8lska8tv1f] {
    color: var(--ftc-text-muted);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.6rem;
}

.app-shell[b-8lska8tv1f] {
    display: flex;
    align-items: flex-start;
    min-height: calc(100vh - 4rem);
    background: var(--ftc-bg-alt);
}

.app-sidebar[b-8lska8tv1f] {
    width: 260px;
    flex-shrink: 0;
    background: #fff;
    border-right: 1px solid var(--ftc-border);
    padding: 1.5rem 1rem;
    min-height: calc(100vh - 4rem);
}

.sidebar-profile[b-8lska8tv1f] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 0.5rem 1.25rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--ftc-border);
    text-decoration: none;
    color: inherit;
}

.sidebar-avatar[b-8lska8tv1f] {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--ftc-primary-light);
    color: var(--ftc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.sidebar-avatar-img[b-8lska8tv1f] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.sidebar-name[b-8lska8tv1f] {
    font-weight: 600;
    font-size: 0.9rem;
}

.sidebar-email[b-8lska8tv1f] {
    color: var(--ftc-text-muted);
    font-size: 0.75rem;
    max-width: 160px;
}

.app-content[b-8lska8tv1f] {
    flex: 1;
    padding: 2rem;
    min-width: 0;
}

@media (max-width: 767.98px) {
    .app-shell[b-8lska8tv1f] {
        flex-direction: column;
    }

    .app-sidebar[b-8lska8tv1f] {
        width: 100%;
        min-height: auto;
        border-right: none;
        border-bottom: 1px solid var(--ftc-border);
    }

    .sidebar-nav[b-8lska8tv1f] {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .app-content[b-8lska8tv1f] {
        padding: 1.25rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-bx615wrt1t],
.components-reconnect-repeated-attempt-visible[b-bx615wrt1t],
.components-reconnect-failed-visible[b-bx615wrt1t],
.components-pause-visible[b-bx615wrt1t],
.components-resume-failed-visible[b-bx615wrt1t],
.components-rejoining-animation[b-bx615wrt1t] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-bx615wrt1t],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-bx615wrt1t],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-bx615wrt1t],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-bx615wrt1t],
#components-reconnect-modal.components-reconnect-retrying[b-bx615wrt1t],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-bx615wrt1t],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-bx615wrt1t],
#components-reconnect-modal.components-reconnect-failed[b-bx615wrt1t],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-bx615wrt1t] {
    display: block;
}


#components-reconnect-modal[b-bx615wrt1t] {
    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-bx615wrt1t 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-bx615wrt1t 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-bx615wrt1t 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-bx615wrt1t]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-bx615wrt1t 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-bx615wrt1t {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-bx615wrt1t {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-bx615wrt1t {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-bx615wrt1t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-bx615wrt1t] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-bx615wrt1t] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-bx615wrt1t] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-bx615wrt1t] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-bx615wrt1t] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-bx615wrt1t] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-bx615wrt1t 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-bx615wrt1t] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-bx615wrt1t {
    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/Pages/Admin/AdminProfile.razor.rz.scp.css */
.page-title[b-zj9dzkcrsh] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.profile-header[b-zj9dzkcrsh] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.profile-avatar-wrap[b-zj9dzkcrsh] {
    position: relative;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.profile-avatar-img[b-zj9dzkcrsh] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--ftc-border);
}

.profile-avatar-placeholder[b-zj9dzkcrsh] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--ftc-primary-light);
    color: var(--ftc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
}

.profile-avatar-edit[b-zj9dzkcrsh] {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--ftc-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    cursor: pointer;
}

.info-card[b-zj9dzkcrsh] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    padding: 1.5rem;
}
/* /Components/Pages/Book.razor.rz.scp.css */
.breadcrumb-nav[b-dr8ppzrkwc] {
    font-size: 0.85rem;
    color: var(--ftc-text-muted);
}

.breadcrumb-nav a[b-dr8ppzrkwc] {
    color: var(--ftc-text-muted);
}

.page-title[b-dr8ppzrkwc] {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.subject-card[b-dr8ppzrkwc] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: var(--ftc-text);
    cursor: pointer;
}

.subject-card:hover[b-dr8ppzrkwc] {
    border-color: var(--ftc-primary);
}

.subject-avatar[b-dr8ppzrkwc] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--ftc-primary-light);
    color: var(--ftc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    overflow: hidden;
}

.subject-avatar-img[b-dr8ppzrkwc] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subject-avatar.add[b-dr8ppzrkwc] {
    background: var(--ftc-bg-alt);
    color: var(--ftc-primary);
    font-size: 1.5rem;
}

.subject-name[b-dr8ppzrkwc] {
    font-weight: 600;
    text-align: center;
    color: var(--ftc-primary);
}

.subject-tag[b-dr8ppzrkwc] {
    font-size: 0.75rem;
    color: var(--ftc-text-muted);
}
/* /Components/Pages/BookingHistory.razor.rz.scp.css */
.page-title[b-0erbkkqmlz] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.info-card[b-0erbkkqmlz] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    padding: 1.5rem;
}

.booking-list[b-0erbkkqmlz] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.booking-list li[b-0erbkkqmlz] {
    padding: 0.75rem 1rem;
    background: var(--ftc-bg-alt);
    border-radius: 8px;
}

.booking-list-date[b-0erbkkqmlz] {
    font-weight: 600;
    color: var(--ftc-primary);
    font-size: 0.85rem;
}

.cancellation-fee-note[b-0erbkkqmlz] {
    margin-top: 0.25rem;
    font-size: 0.8rem;
    color: #dc2626;
}
/* /Components/Pages/BookSchedule.razor.rz.scp.css */
.breadcrumb-nav[b-ys4jpmc3hm] {
    font-size: 0.85rem;
    color: var(--ftc-text-muted);
}

.breadcrumb-nav a[b-ys4jpmc3hm] {
    color: var(--ftc-text-muted);
}

.page-title[b-ys4jpmc3hm] {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}
/* /Components/Pages/Counselor/BookForPatient.razor.rz.scp.css */
.breadcrumb-nav[b-h45xd68ozi] {
    font-size: 0.85rem;
    color: var(--ftc-text-muted);
}

.breadcrumb-nav a[b-h45xd68ozi] {
    color: var(--ftc-text-muted);
}

.page-title[b-h45xd68ozi] {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.info-card[b-h45xd68ozi] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    padding: 1.5rem;
    max-width: 480px;
}
/* /Components/Pages/Counselor/Bookings.razor.rz.scp.css */
.page-title[b-ov5dfgxtb7] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}
/* /Components/Pages/Counselor/BookingSession.razor.rz.scp.css */
.notes-card[b-42qmsz0bp3] {
    display: flex;
    flex-direction: column;
    height: 640px;
}

/* Quill's editor grows to fit whatever is typed with no cap by default, which pushes
   Save/Complete further down the page the longer the notes get. Making the RichTextEditor
   wrapper a flex child that can shrink (min-height: 0 is the flexbox trick that allows that)
   and giving Quill's own editable container flex: 1 keeps the card's total height fixed - the
   editor scrolls internally instead (Quill's own quill.snow.css already gives .ql-editor
   height:100%/overflow-y:auto), and the buttons stay docked right below it. */
[b-42qmsz0bp3] .rich-text-editor {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

[b-42qmsz0bp3] .ql-container {
    flex: 1;
    min-height: 0;
}
/* /Components/Pages/Counselor/CounselorProfilePage.razor.rz.scp.css */
.page-title[b-iz80nddpeb] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.profile-header[b-iz80nddpeb] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.profile-avatar-wrap[b-iz80nddpeb] {
    position: relative;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.profile-avatar-img[b-iz80nddpeb] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--ftc-border);
}

.profile-avatar-placeholder[b-iz80nddpeb] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--ftc-primary-light);
    color: var(--ftc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
}

.profile-avatar-edit[b-iz80nddpeb] {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--ftc-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    cursor: pointer;
}

.info-card[b-iz80nddpeb] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    padding: 1.5rem;
}
/* /Components/Pages/Counselor/Diary.razor.rz.scp.css */
.page-title[b-pncr1govth] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.calendar-header[b-pncr1govth] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.calendar-title[b-pncr1govth] {
    flex: 1;
    text-align: center;
}

.calendar-weekday-header[b-pncr1govth] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--ftc-text-muted);
    text-align: center;
}

.calendar-grid[b-pncr1govth] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
}

.calendar-tile[b-pncr1govth] {
    border: 1px solid var(--ftc-border);
    border-radius: 8px;
    min-height: 92px;
    padding: 0.5rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.calendar-tile.other-month[b-pncr1govth] {
    background: var(--ftc-bg-alt);
    opacity: 0.6;
}

.calendar-tile.past:not(.holiday)[b-pncr1govth] {
    opacity: 0.7;
}

.calendar-tile.today[b-pncr1govth] {
    border-color: var(--ftc-primary);
    border-width: 2px;
}

.calendar-tile.holiday[b-pncr1govth] {
    background: var(--ftc-primary-light);
}

.calendar-tile-daynum[b-pncr1govth] {
    font-weight: 600;
    font-size: 0.85rem;
}

.calendar-tile-holiday-name[b-pncr1govth] {
    font-size: 0.75rem;
    color: var(--ftc-primary);
    font-weight: 600;
    line-height: 1.2;
}

.calendar-tile-checkbox[b-pncr1govth] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    color: var(--ftc-text-muted);
    margin-top: auto;
}
/* /Components/Pages/Counselor/Patients.razor.rz.scp.css */
.page-title[b-jwfrkbqfh0] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}
/* /Components/Pages/Counselor/WalkInPatient.razor.rz.scp.css */
.breadcrumb-nav[b-btk916asqw] {
    font-size: 0.85rem;
    color: var(--ftc-text-muted);
}

.breadcrumb-nav a[b-btk916asqw] {
    color: var(--ftc-text-muted);
}

.page-title[b-btk916asqw] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.profile-tabs[b-btk916asqw] {
    display: flex;
    gap: 1.5rem;
    border-bottom: 1px solid var(--ftc-border);
    margin-bottom: 1.5rem;
    overflow-x: auto;
}

.profile-tab[b-btk916asqw] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.75rem 0.1rem;
    color: var(--ftc-text-muted);
    font-weight: 500;
    font-size: 0.9rem;
    white-space: nowrap;
}

.profile-tab:hover[b-btk916asqw] {
    color: var(--ftc-primary);
}

.profile-tab.active[b-btk916asqw] {
    color: var(--ftc-primary);
    border-bottom-color: var(--ftc-primary);
}

.profile-tab:disabled[b-btk916asqw] {
    opacity: 0.5;
    cursor: not-allowed;
}

.info-card[b-btk916asqw] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    padding: 1.5rem;
}

.form-hint[b-btk916asqw] {
    font-size: 0.8rem;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.page-title[b-ro4zei6zlr] {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.dashboard-card[b-ro4zei6zlr] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    overflow: hidden;
}

.dashboard-card-media[b-ro4zei6zlr] {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.dashboard-card-media-book[b-ro4zei6zlr] {
    background: linear-gradient(135deg, var(--ftc-primary), var(--ftc-primary-dark));
}

.dashboard-card-media-dependants[b-ro4zei6zlr] {
    background: linear-gradient(135deg, var(--ftc-accent), #5a3f75);
}

.dashboard-card-media-counsellor[b-ro4zei6zlr] {
    background: linear-gradient(135deg, #1d8a4d, #0f5c30);
}

.dashboard-card-body[b-ro4zei6zlr] {
    padding: 1.25rem 1.5rem 1.5rem;
}

.dashboard-card h3[b-ro4zei6zlr] {
    font-size: 1.1rem;
    color: var(--ftc-primary);
}

.info-card[b-ro4zei6zlr] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    padding: 1.5rem;
}

.completion-ring[b-ro4zei6zlr] {
    width: 84px;
    height: 84px;
    flex-shrink: 0;
    border-radius: 50%;
    background: conic-gradient(var(--ftc-primary) calc(var(--pct)), var(--ftc-border) 0);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.completion-avatar[b-ro4zei6zlr] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--ftc-primary-light);
    color: var(--ftc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.completion-avatar-img[b-ro4zei6zlr] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.booking-list[b-ro4zei6zlr] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.booking-list li[b-ro4zei6zlr] {
    padding: 0.75rem 1rem;
    background: var(--ftc-bg-alt);
    border-radius: 8px;
}

.booking-list-date[b-ro4zei6zlr] {
    font-weight: 600;
    color: var(--ftc-primary);
    font-size: 0.85rem;
}

.badge-mode[b-ro4zei6zlr] {
    display: inline-block;
    margin-left: 0.5rem;
    padding: 0.1rem 0.5rem;
    background: var(--ftc-primary-light);
    color: var(--ftc-primary);
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.checklist-item[b-ro4zei6zlr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 0;
    color: var(--ftc-text-muted);
    font-size: 0.9rem;
}

.checklist-item.done[b-ro4zei6zlr] {
    color: var(--ftc-text);
}

.checklist-item[b-ro4zei6zlr]  .check-icon {
    color: var(--ftc-primary);
    flex-shrink: 0;
}

.checklist-dot[b-ro4zei6zlr] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1.5px solid var(--ftc-border);
}
/* /Components/Pages/DependantProfile.razor.rz.scp.css */
.page-title[b-hgd6tkbjmm] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.profile-tabs[b-hgd6tkbjmm] {
    display: flex;
    gap: 1.5rem;
    border-bottom: 1px solid var(--ftc-border);
    margin-bottom: 1.5rem;
    overflow-x: auto;
}

.profile-tab[b-hgd6tkbjmm] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.75rem 0.1rem;
    color: var(--ftc-text-muted);
    font-weight: 500;
    font-size: 0.9rem;
    white-space: nowrap;
}

.profile-tab:hover[b-hgd6tkbjmm] {
    color: var(--ftc-primary);
}

.profile-tab.active[b-hgd6tkbjmm] {
    color: var(--ftc-primary);
    border-bottom-color: var(--ftc-primary);
}

.info-card[b-hgd6tkbjmm] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    padding: 1.5rem;
}

.profile-header[b-hgd6tkbjmm] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.profile-avatar-wrap[b-hgd6tkbjmm] {
    position: relative;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.profile-avatar-img[b-hgd6tkbjmm] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--ftc-border);
}

.profile-avatar-placeholder[b-hgd6tkbjmm] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--ftc-primary-light);
    color: var(--ftc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
}

.profile-avatar-edit[b-hgd6tkbjmm] {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--ftc-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    cursor: pointer;
}

.form-hint[b-hgd6tkbjmm] {
    font-size: 0.8rem;
}
/* /Components/Pages/Dependants.razor.rz.scp.css */
.page-title[b-uoxsqk78ks] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.dependant-card[b-uoxsqk78ks] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--ftc-text);
}

.dependant-card:hover[b-uoxsqk78ks] {
    border-color: var(--ftc-primary);
}

.dependant-avatar[b-uoxsqk78ks] {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--ftc-primary-light);
    color: var(--ftc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    overflow: hidden;
}

.dependant-avatar-img[b-uoxsqk78ks] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.info-card[b-uoxsqk78ks] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    padding: 1.5rem;
    max-width: 640px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-lx70j1zsxs] {
    background: linear-gradient(135deg, var(--ftc-primary) 0%, var(--ftc-primary-dark) 100%);
    color: #fff;
    padding: 6rem 0 5rem;
}

.hero h1[b-lx70j1zsxs] {
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.hero .lead[b-lx70j1zsxs] {
    font-size: 1.15rem;
    opacity: 0.92;
    max-width: 560px;
}

.hero-actions[b-lx70j1zsxs] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.hero-actions .btn-outline-light[b-lx70j1zsxs] {
    border-color: rgba(255, 255, 255, 0.6);
}

.intro-text[b-lx70j1zsxs] {
    max-width: 720px;
    font-size: 1.15rem;
    color: var(--ftc-text-muted);
}

.section-title[b-lx70j1zsxs] {
    color: var(--ftc-primary);
    font-size: 2rem;
}

.section-subtitle[b-lx70j1zsxs] {
    color: var(--ftc-text-muted);
}

.services[b-lx70j1zsxs] {
    background: var(--ftc-bg-alt);
}

.service-card[b-lx70j1zsxs] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    padding: 1.75rem;
    transition: transform .15s ease, box-shadow .15s ease;
}

.service-card:hover[b-lx70j1zsxs] {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.service-card h3[b-lx70j1zsxs] {
    color: var(--ftc-primary);
    font-size: 1.15rem;
}

.specialization-chips[b-lx70j1zsxs] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
}

.chip[b-lx70j1zsxs] {
    background: var(--ftc-primary-light);
    color: var(--ftc-primary);
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 500;
}

.counsellor-avatar[b-lx70j1zsxs] {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ftc-accent), var(--ftc-primary));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
}

.counsellor-avatar-img[b-lx70j1zsxs] {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991.98px) {
    .hero[b-lx70j1zsxs] {
        padding: 4rem 0 3rem;
        text-align: center;
    }

    .hero-actions[b-lx70j1zsxs] {
        justify-content: center;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-section[b-m7uogfrfq6] {
    background: var(--ftc-bg-alt);
    min-height: calc(100vh - 4rem);
}

.login-card[b-m7uogfrfq6] {
    padding: 1rem 0.5rem;
    max-width: 460px;
    margin: 0 auto;
}

.login-card h1[b-m7uogfrfq6] {
    color: var(--ftc-primary);
    font-size: 2rem;
    margin-bottom: 0.25rem;
}

.login-links a[b-m7uogfrfq6] {
    color: var(--ftc-primary);
}

@media (min-width: 1200px) {
    .login-card[b-m7uogfrfq6] {
        margin: 0;
    }
}
/* /Components/Pages/PatientNotesPrint.razor.rz.scp.css */
.print-notes[b-4vx54gbl95] {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #111;
}

.print-header[b-4vx54gbl95] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.print-header h1[b-4vx54gbl95] {
    margin: 0;
    font-size: 1.5rem;
}

.print-header h2[b-4vx54gbl95] {
    margin: 0.25rem 0 0;
    font-size: 1.1rem;
    font-weight: normal;
    color: #555;
}

.patient-info[b-4vx54gbl95] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

.patient-info th[b-4vx54gbl95] {
    text-align: left;
    padding: 0.25rem 1rem 0.25rem 0;
    width: 180px;
    color: #555;
    font-weight: 600;
    vertical-align: top;
}

.patient-info td[b-4vx54gbl95] {
    padding: 0.25rem 0;
}

h3[b-4vx54gbl95] {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.25rem;
    margin-top: 2rem;
}

.note-entry[b-4vx54gbl95] {
    margin-bottom: 1.25rem;
    page-break-inside: avoid;
}

.note-meta[b-4vx54gbl95] {
    margin: 0 0 0.25rem;
}

.note-text[b-4vx54gbl95] {
    overflow-wrap: break-word;
}

.empty[b-4vx54gbl95] {
    color: #777;
}

.print-trigger[b-4vx54gbl95] {
    margin-top: 2rem;
    padding: 0.5rem 1.5rem;
}

@media print {
    .no-print[b-4vx54gbl95] {
        display: none !important;
    }
}
/* /Components/Pages/Profile.razor.rz.scp.css */
.page-title[b-mprod9ufkm] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.profile-tabs[b-mprod9ufkm] {
    display: flex;
    gap: 1.5rem;
    border-bottom: 1px solid var(--ftc-border);
    margin-bottom: 1.5rem;
    overflow-x: auto;
}

.profile-tab[b-mprod9ufkm] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.75rem 0.1rem;
    color: var(--ftc-text-muted);
    font-weight: 500;
    font-size: 0.9rem;
    white-space: nowrap;
}

.profile-tab:hover[b-mprod9ufkm] {
    color: var(--ftc-primary);
}

.profile-tab.active[b-mprod9ufkm] {
    color: var(--ftc-primary);
    border-bottom-color: var(--ftc-primary);
}

.info-card[b-mprod9ufkm] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    padding: 1.5rem;
}

.profile-header[b-mprod9ufkm] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.profile-avatar-wrap[b-mprod9ufkm] {
    position: relative;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.profile-avatar-img[b-mprod9ufkm] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--ftc-border);
}

.profile-avatar-placeholder[b-mprod9ufkm] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--ftc-primary-light);
    color: var(--ftc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
}

.profile-avatar-edit[b-mprod9ufkm] {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--ftc-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    cursor: pointer;
}

.form-hint[b-mprod9ufkm] {
    font-size: 0.8rem;
}

.security-label[b-mprod9ufkm] {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.strength-meter-labels[b-mprod9ufkm] {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
}

.strength-level[b-mprod9ufkm] {
    font-weight: 600;
}

.strength-bar-track[b-mprod9ufkm] {
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 0.25rem;
}

.strength-bar-fill[b-mprod9ufkm] {
    height: 100%;
    border-radius: 3px;
    transition: width 0.2s ease, background-color 0.2s ease;
}

.password-input-wrap[b-mprod9ufkm] {
    position: relative;
}

.password-input-wrap input[b-mprod9ufkm] {
    padding-right: 2.5rem;
}

.password-toggle-btn[b-mprod9ufkm] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    color: var(--ftc-text-muted);
    display: flex;
}

.otp-method-option[b-mprod9ufkm] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.otp-method-option label[b-mprod9ufkm] {
    margin-bottom: 0;
    font-weight: 500;
}
/* /Components/Pages/Reception/BookForPatient.razor.rz.scp.css */
.breadcrumb-nav[b-oy2rz1rvly] {
    font-size: 0.85rem;
    color: var(--ftc-text-muted);
}

.breadcrumb-nav a[b-oy2rz1rvly] {
    color: var(--ftc-text-muted);
}

.page-title[b-oy2rz1rvly] {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.info-card[b-oy2rz1rvly] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    padding: 1.5rem;
    max-width: 480px;
}
/* /Components/Pages/Reception/Bookings.razor.rz.scp.css */
.page-title[b-ioum6twwhm] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}
/* /Components/Pages/Reception/Diary.razor.rz.scp.css */
.page-title[b-vem36q4lo9] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.calendar-header[b-vem36q4lo9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.calendar-title[b-vem36q4lo9] {
    flex: 1;
    text-align: center;
}

.calendar-weekday-header[b-vem36q4lo9] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--ftc-text-muted);
    text-align: center;
}

.calendar-grid[b-vem36q4lo9] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
}

.calendar-tile[b-vem36q4lo9] {
    border: 1px solid var(--ftc-border);
    border-radius: 8px;
    min-height: 92px;
    padding: 0.5rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.calendar-tile.other-month[b-vem36q4lo9] {
    background: var(--ftc-bg-alt);
    opacity: 0.6;
}

.calendar-tile.past:not(.holiday)[b-vem36q4lo9] {
    opacity: 0.7;
}

.calendar-tile.today[b-vem36q4lo9] {
    border-color: var(--ftc-primary);
    border-width: 2px;
}

.calendar-tile.holiday[b-vem36q4lo9] {
    background: var(--ftc-primary-light);
}

.calendar-tile-daynum[b-vem36q4lo9] {
    font-weight: 600;
    font-size: 0.85rem;
}

.calendar-tile-holiday-name[b-vem36q4lo9] {
    font-size: 0.75rem;
    color: var(--ftc-primary);
    font-weight: 600;
    line-height: 1.2;
}

.calendar-tile-checkbox[b-vem36q4lo9] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    color: var(--ftc-text-muted);
    margin-top: auto;
}
/* /Components/Pages/Reception/Patients.razor.rz.scp.css */
.page-title[b-1wlagv0dgu] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}
/* /Components/Pages/Reception/ReceptionProfile.razor.rz.scp.css */
.page-title[b-vsgw7gpvvc] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.profile-header[b-vsgw7gpvvc] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.profile-avatar-wrap[b-vsgw7gpvvc] {
    position: relative;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.profile-avatar-img[b-vsgw7gpvvc] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--ftc-border);
}

.profile-avatar-placeholder[b-vsgw7gpvvc] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--ftc-primary-light);
    color: var(--ftc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
}

.profile-avatar-edit[b-vsgw7gpvvc] {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--ftc-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    cursor: pointer;
}

.info-card[b-vsgw7gpvvc] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    padding: 1.5rem;
}
/* /Components/Pages/Reception/WalkInPatient.razor.rz.scp.css */
.breadcrumb-nav[b-ubcawunisy] {
    font-size: 0.85rem;
    color: var(--ftc-text-muted);
}

.breadcrumb-nav a[b-ubcawunisy] {
    color: var(--ftc-text-muted);
}

.page-title[b-ubcawunisy] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.profile-tabs[b-ubcawunisy] {
    display: flex;
    gap: 1.5rem;
    border-bottom: 1px solid var(--ftc-border);
    margin-bottom: 1.5rem;
    overflow-x: auto;
}

.profile-tab[b-ubcawunisy] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.75rem 0.1rem;
    color: var(--ftc-text-muted);
    font-weight: 500;
    font-size: 0.9rem;
    white-space: nowrap;
}

.profile-tab:hover[b-ubcawunisy] {
    color: var(--ftc-primary);
}

.profile-tab.active[b-ubcawunisy] {
    color: var(--ftc-primary);
    border-bottom-color: var(--ftc-primary);
}

.profile-tab:disabled[b-ubcawunisy] {
    opacity: 0.5;
    cursor: not-allowed;
}

.info-card[b-ubcawunisy] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    padding: 1.5rem;
}

.form-hint[b-ubcawunisy] {
    font-size: 0.8rem;
}
/* /Components/Shared/BookingScheduler.razor.rz.scp.css */
.provider-card[b-a8x2g86pwd] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    max-width: 420px;
}

.provider-avatar[b-a8x2g86pwd] {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--ftc-primary-light);
    color: var(--ftc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
}

.provider-avatar-img[b-a8x2g86pwd] {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.pill-group[b-a8x2g86pwd] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pill[b-a8x2g86pwd] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid var(--ftc-border);
    background: #fff;
    color: var(--ftc-text);
    border-radius: 999px;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    font-weight: 500;
}

.pill.active[b-a8x2g86pwd] {
    background: var(--ftc-primary);
    border-color: var(--ftc-primary);
    color: #fff;
}

.confirm-panel[b-a8x2g86pwd] {
    background: #fff;
    border: 1px solid var(--ftc-border);
    border-radius: var(--ftc-radius);
    padding: 1.5rem;
    max-width: 480px;
}

.terms-heading[b-a8x2g86pwd] {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ftc-primary);
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.terms-list[b-a8x2g86pwd] {
    padding-left: 1.1rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    color: var(--ftc-text-muted);
}

.terms-list li[b-a8x2g86pwd] {
    margin-bottom: 0.35rem;
}

.terms-check .form-check-label[b-a8x2g86pwd] {
    font-size: 0.85rem;
}
/* /Components/Shared/CookieConsentBanner.razor.rz.scp.css */
.cookie-consent-banner[b-zlu6wezf8e] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background: #e6e7e7;
    color: var(--ftc-text);
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
}

.cookie-consent-text[b-zlu6wezf8e] {
    flex: 1 1 480px;
    font-size: 0.85rem;
}

.cookie-consent-actions[b-zlu6wezf8e] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cookie-consent-close[b-zlu6wezf8e] {
    background: none;
    border: none;
    font-size: 1.4rem;
    line-height: 1;
    color: var(--ftc-text-muted);
    cursor: pointer;
    padding: 0 0.25rem;
}

.cookie-consent-close:hover[b-zlu6wezf8e] {
    color: var(--ftc-text);
}
/* /Components/Shared/PatientNotesPanel.razor.rz.scp.css */
.patient-note-list[b-e22qhpj8qs] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.patient-note-item[b-e22qhpj8qs] {
    padding: 0.75rem 1rem;
    background: var(--ftc-bg-alt);
    border-radius: 8px;
}

.patient-note-text[b-e22qhpj8qs] {
    overflow-wrap: break-word;
}

.session-history-text[b-e22qhpj8qs] {
    overflow-wrap: break-word;
}

.session-history > :last-child[b-e22qhpj8qs] {
    margin-bottom: 0 !important;
}

.patient-file-gallery[b-e22qhpj8qs] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
}

.patient-file-gallery li[b-e22qhpj8qs] {
    padding: 0.5rem;
    background: var(--ftc-bg-alt);
    border-radius: 8px;
}

.patient-file-thumb[b-e22qhpj8qs] {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    background: #fff;
}

.patient-file-meta[b-e22qhpj8qs] {
    margin-top: 0.4rem;
}
/* /Components/Shared/UploadField.razor.rz.scp.css */
.upload-field[b-rylwbh7y7k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    cursor: pointer;
    color: var(--bs-secondary-color);
    margin-bottom: 0;
}

.upload-field svg[b-rylwbh7y7k] {
    flex-shrink: 0;
    color: var(--ftc-text-muted);
}
