/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-h9fkhos1jf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.page-standard[b-h9fkhos1jf] {
    --standard-shell-background: #fff7e8;
    --standard-shell-surface: rgba(255, 233, 184, 0.9);
    --standard-shell-border: rgba(180, 83, 9, 0.18);
    --standard-shell-text: #7c2d12;
    --standard-shell-icon-hover: rgba(180, 83, 9, 0.08);
    min-height: 100dvh;
    background:
        radial-gradient(circle at top, rgba(251, 191, 36, 0.18), transparent 42%),
        var(--standard-shell-background);
}

.page-standard-morning[b-h9fkhos1jf] {
    --standard-shell-background: #fff7e8;
    --standard-shell-surface: rgba(255, 233, 184, 0.9);
    --standard-shell-border: rgba(180, 83, 9, 0.18);
    --standard-shell-text: #7c2d12;
    --standard-shell-icon-hover: rgba(180, 83, 9, 0.08);
}

.page-standard-noon[b-h9fkhos1jf],
.page-standard-afternoon[b-h9fkhos1jf] {
    --standard-shell-background: #f8fafc;
    --standard-shell-surface: rgba(224, 242, 254, 0.92);
    --standard-shell-border: rgba(3, 105, 161, 0.16);
    --standard-shell-text: #0f4c75;
    --standard-shell-icon-hover: rgba(3, 105, 161, 0.08);
}

.page-standard-evening[b-h9fkhos1jf] {
    --standard-shell-background: #fff1e8;
    --standard-shell-surface: rgba(254, 215, 170, 0.92);
    --standard-shell-border: rgba(194, 65, 12, 0.16);
    --standard-shell-text: #9a3412;
    --standard-shell-icon-hover: rgba(194, 65, 12, 0.08);
}

.page-standard-night[b-h9fkhos1jf] {
    --standard-shell-background: #111827;
    --standard-shell-surface: rgba(30, 41, 59, 0.9);
    --standard-shell-border: rgba(148, 163, 184, 0.18);
    --standard-shell-text: #f8fafc;
    --standard-shell-icon-hover: rgba(147, 197, 253, 0.12);
    background:
        radial-gradient(circle at top, rgba(147, 197, 253, 0.14), transparent 42%),
        var(--standard-shell-background);
}

main[b-h9fkhos1jf] {
    flex: 1;
}

.sidebar[b-h9fkhos1jf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.standard-topbar[b-h9fkhos1jf] {
    height: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.125rem 0.375rem;
    background: var(--standard-shell-surface);
    border-bottom: 1px solid var(--standard-shell-border);
    color: var(--standard-shell-text);
}

.standard-topbar__brand[b-h9fkhos1jf] {
    display: inline-flex;
    align-items: center;
    flex: 0 1 auto;
    max-width: min(100%, 10rem);
}

.standard-topbar__brand-logo[b-h9fkhos1jf] {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 1.35rem;
}

.standard-topbar form[b-h9fkhos1jf] {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}

.content-standard[b-h9fkhos1jf] {
    padding: 0 !important;
    background: var(--standard-shell-background);
}

.app-footer[b-h9fkhos1jf] {
    padding: 1.5rem 1.5rem 1.5rem;
    margin-top: 9rem;
    background: #f8f9fa;
}

.app-footer-banners[b-h9fkhos1jf] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 2.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid #dee2e6;
}

.app-footer-banners a[b-h9fkhos1jf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 12rem;
    max-width: 14rem;
}

.app-footer-banners img[b-h9fkhos1jf] {
    display: block;
    max-width: 100%;
    height: auto;
}

.logout-icon-button[b-h9fkhos1jf] {
    width: 1.25rem;
    height: 1.25rem;
    border: 0;
    background: transparent;
    padding: 0;
    border-radius: 0.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.logout-icon-button img[b-h9fkhos1jf] {
    width: 1rem;
    height: 1rem;
    display: block;
}

.logout-icon-button:hover[b-h9fkhos1jf] {
    background: var(--standard-shell-icon-hover);
}

.app-version-badge[b-h9fkhos1jf] {
    position: fixed;
    right: 0.5rem;
    bottom: 0.5rem;
    z-index: 900;
    font-size: 0.75rem;
    line-height: 1;
    color: #6c757d;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 0.2rem 0.35rem;
    user-select: text;
    pointer-events: none;
}

.app-version-badge-standard[b-h9fkhos1jf] {
    color: var(--standard-shell-text);
    background: var(--standard-shell-surface);
    border-color: var(--standard-shell-border);
    backdrop-filter: blur(8px);
}

.app-version-badge-standard-morning[b-h9fkhos1jf] {
    color: #7c2d12;
    background: rgba(255, 233, 184, 0.9);
    border-color: rgba(180, 83, 9, 0.18);
}

.app-version-badge-standard-noon[b-h9fkhos1jf],
.app-version-badge-standard-afternoon[b-h9fkhos1jf] {
    color: #0f4c75;
    background: rgba(224, 242, 254, 0.92);
    border-color: rgba(3, 105, 161, 0.16);
}

.app-version-badge-standard-evening[b-h9fkhos1jf] {
    color: #9a3412;
    background: rgba(254, 215, 170, 0.92);
    border-color: rgba(194, 65, 12, 0.16);
}

.app-version-badge-standard-night[b-h9fkhos1jf] {
    color: #ffffff;
    background: rgba(30, 41, 59, 0.98);
    border-color: rgba(191, 219, 254, 0.4);
}

@media (min-width: 641px) {
    .page[b-h9fkhos1jf] {
        flex-direction: row;
    }

    .sidebar[b-h9fkhos1jf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .page-standard[b-h9fkhos1jf] {
        flex-direction: column;
    }

    article:not(.content-standard)[b-h9fkhos1jf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 640.98px) {
    .app-footer[b-h9fkhos1jf] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .app-footer-banners[b-h9fkhos1jf] {
        gap: 1rem;
    }
}

#blazor-error-ui[b-h9fkhos1jf] {
    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-h9fkhos1jf] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-odq7huolri] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-odq7huolri] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-odq7huolri] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.top-row .container-fluid[b-odq7huolri] {
    display: flex;
    justify-content: flex-start;
}

.navbar-brand[b-odq7huolri] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 15.5rem);
    max-width: 15.5rem;
    padding: 0.35rem 0.7rem;
    background-color: #ffffff;
    border-radius: 0.6rem;
    box-shadow:
        0 0.35rem 1rem rgba(15, 23, 42, 0.18),
        inset 0 0 0 1px rgba(148, 163, 184, 0.22);
}

.navbar-brand__logo[b-odq7huolri] {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 2.4rem;
}

.nav-scrollable[b-odq7huolri] {
    display: none;
}

.nav-scrollable.open[b-odq7huolri] {
    display: block;
}

.nav-menu-root[b-odq7huolri] {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 3.5rem);
}

.nav-menu-main[b-odq7huolri] {
    flex: 1 1 auto;
}

.nav-menu-bottom[b-odq7huolri] {
    margin-top: auto;
    padding-bottom: 0.5rem;
}

.nav-item[b-odq7huolri] {
    font-size: 0.9rem;
    padding-bottom: 0.35rem;
}

.nav-item:first-of-type[b-odq7huolri] {
    padding-top: 1rem;
}

.nav-item[b-odq7huolri]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
}

.nav-item[b-odq7huolri]  a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

.nav-item[b-odq7huolri]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-item[b-odq7huolri]  .nav-expand-button {
    text-align: left;
    cursor: pointer;
    justify-content: space-between;
    padding-right: 0.8rem;
}

.expand-indicator[b-odq7huolri] {
    font-size: 0.95rem;
    opacity: 0.95;
}

.nav-submenu-block[b-odq7huolri] {
    margin: 0 0.75rem 0.5rem 0.75rem;
    padding: 0.35rem 0.25rem;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.nav-item[b-odq7huolri]  .nav-subitem {
    padding-left: 1rem;
    background-color: rgba(255, 255, 255, 0.08);
}

.nav-menu-divider[b-odq7huolri] {
    padding-top: 0.25rem;
    padding-bottom: 0.6rem;
}

.nav-menu-divider span[b-odq7huolri] {
    display: block;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.22);
}

.nav-item-admin-group-start[b-odq7huolri] {
    margin-top: 0.1rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-odq7huolri] {
        display: none;
    }

    .top-row .container-fluid[b-odq7huolri] {
        justify-content: center;
    }

    .nav-scrollable[b-odq7huolri] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-je2v1ejvgi],
.components-reconnect-repeated-attempt-visible[b-je2v1ejvgi],
.components-reconnect-failed-visible[b-je2v1ejvgi],
.components-pause-visible[b-je2v1ejvgi],
.components-resume-failed-visible[b-je2v1ejvgi],
.components-rejoining-animation[b-je2v1ejvgi] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-je2v1ejvgi],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-je2v1ejvgi],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-je2v1ejvgi],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-je2v1ejvgi],
#components-reconnect-modal.components-reconnect-retrying[b-je2v1ejvgi],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-je2v1ejvgi],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-je2v1ejvgi],
#components-reconnect-modal.components-reconnect-failed[b-je2v1ejvgi],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-je2v1ejvgi] {
    display: block;
}


#components-reconnect-modal[b-je2v1ejvgi] {
    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-je2v1ejvgi 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-je2v1ejvgi 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-je2v1ejvgi 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-je2v1ejvgi]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-je2v1ejvgi 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-je2v1ejvgi {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-je2v1ejvgi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-je2v1ejvgi {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-je2v1ejvgi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-je2v1ejvgi] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-je2v1ejvgi] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-je2v1ejvgi] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-je2v1ejvgi] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-je2v1ejvgi] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-je2v1ejvgi] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-je2v1ejvgi 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-je2v1ejvgi] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-je2v1ejvgi {
    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/Account/Login.razor.rz.scp.css */
.login-page[b-ty9h0f9ayq] {
    min-height: calc(100dvh - 8rem);
    display: grid;
    place-items: center;
    padding: 1rem;
}

.login-panel[b-ty9h0f9ayq] {
    width: min(100%, 28rem);
}
/* /Components/Pages/AdminSchedule.razor.rz.scp.css */
.image-picker-grid[b-zmumd2u2nm] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
    gap: 0.5rem;
}

.image-picker-item[b-zmumd2u2nm] {
    position: relative;
    border: 2px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 0;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    height: 92px;
}

.image-picker-item.selected[b-zmumd2u2nm] {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}

.image-picker-item img[b-zmumd2u2nm] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-picker-delete[b-zmumd2u2nm] {
    position: absolute;
    top: 0.15rem;
    right: 0.25rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 0.95rem;
    line-height: 1;
    cursor: pointer;
}

.visit-preview[b-zmumd2u2nm] {
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
    object-fit: cover;
    border: 0.2rem solid #15803d;
}

.appointment-editor-layout[b-zmumd2u2nm] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 28rem);
    gap: 2rem;
    align-items: start;
}

.appointment-preview-panel[b-zmumd2u2nm] {
    position: sticky;
    top: 1.5rem;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1rem;
}

.appointment-inline-controls[b-zmumd2u2nm] {
    gap: 0;
}

.appointment-inline-controls__recurrence[b-zmumd2u2nm] {
    min-width: 18rem;
}

.schedule-page-header[b-zmumd2u2nm] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.schedule-page-header__actions[b-zmumd2u2nm] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.schedule-page-title[b-zmumd2u2nm] {
    margin: 0;
    color: #1b2559;
    font-size: clamp(2rem, 3.2vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.schedule-page-subtitle[b-zmumd2u2nm] {
    margin: 0.45rem 0 0;
    color: #5f6d96;
    font-size: 1rem;
}

.schedule-create-button[b-zmumd2u2nm] {
    border: 0;
    border-radius: 0.85rem;
    padding: 0.95rem 1.45rem;
    background: linear-gradient(180deg, #2f76db 0%, #1e63c4 100%);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(31, 99, 196, 0.18);
    white-space: nowrap;
}

.schedule-user-filter[b-zmumd2u2nm] {
    min-width: 16rem;
}

.schedule-section-card[b-zmumd2u2nm] {
    margin-top: 1.5rem;
    border: 1px solid #d9e3f0;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(24, 48, 90, 0.08);
    overflow: hidden;
}

.schedule-section-toggle[b-zmumd2u2nm],
.schedule-week-toggle[b-zmumd2u2nm] {
    width: 100%;
    border: 0;
    background: linear-gradient(180deg, #f8fbff 0%, #f2f7fd 100%);
    color: #2452b8;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    font-size: 1.1rem;
    line-height: 1.15;
}

.schedule-section-toggle[b-zmumd2u2nm] {
    border-bottom: 1px solid #d9e3f0;
}

.schedule-week-group[b-zmumd2u2nm] {
    border-top: 1px solid #e6edf7;
}

.schedule-week-toggle[b-zmumd2u2nm] {
    background: linear-gradient(180deg, #eef4ff 0%, #e6efff 100%);
    color: #2f5ebd;
    font-size: 1rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e6edf7;
}

.schedule-section-toggle__lead[b-zmumd2u2nm] {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.schedule-section-toggle__section-icon-wrap[b-zmumd2u2nm] {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.schedule-section-toggle__section-icon[b-zmumd2u2nm] {
    width: 1.55rem;
    height: 1.55rem;
    display: block;
    filter: brightness(0) saturate(100%) invert(28%) sepia(71%) saturate(2600%) hue-rotate(211deg) brightness(96%) contrast(90%);
}

.schedule-section-toggle__label[b-zmumd2u2nm],
.schedule-week-toggle__label[b-zmumd2u2nm] {
    font-weight: 700;
}

.schedule-section-toggle__icon[b-zmumd2u2nm],
.schedule-week-toggle__icon[b-zmumd2u2nm] {
    color: #2452b8;
    flex: 0 0 auto;
    font-size: 1.1rem;
    line-height: 1;
    min-width: 1rem;
    text-align: center;
}

.schedule-table[b-zmumd2u2nm] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #27335b;
    table-layout: fixed;
}

.schedule-table thead th[b-zmumd2u2nm] {
    background: #ffffff;
    color: #2a3157;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 1.2rem 1.15rem 1rem;
    border-bottom: 1px solid #e6edf7;
}

.schedule-table tbody td[b-zmumd2u2nm] {
    padding: 1.15rem;
    vertical-align: middle;
    border-top: 1px solid #edf2f8;
    font-size: 0.95rem;
    background: #ffffff;
}

.schedule-table tbody tr:nth-child(even) td[b-zmumd2u2nm] {
    background: #f8fbff;
}

.schedule-table tbody tr:nth-child(even)[b-zmumd2u2nm] {
    background: #f8fbff;
}

.schedule-table__title[b-zmumd2u2nm] {
    font-weight: 500;
    color: #27335b;
}

.schedule-table__time span[b-zmumd2u2nm] {
    display: block;
    white-space: nowrap;
    line-height: 1.45;
}

.schedule-table__time span:first-child[b-zmumd2u2nm] {
    color: #34406f;
}

.schedule-table__time span:last-child[b-zmumd2u2nm] {
    color: #46527f;
}

.schedule-category-badge[b-zmumd2u2nm] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 3rem;
    padding: 0.6rem 0.95rem;
    border-radius: 0.9rem;
    border: 1px solid transparent;
    font-weight: 600;
    white-space: nowrap;
}

.schedule-category-badge img[b-zmumd2u2nm] {
    width: 1.35rem;
    height: 1.35rem;
    display: block;
}

.schedule-category-badge-movement[b-zmumd2u2nm] {
    background: #eef9f2;
    border-color: #c6ebd2;
    color: #2f8f6a;
}

.schedule-category-badge-medication[b-zmumd2u2nm] {
    background: #f4efff;
    border-color: #ddd2fb;
    color: #7457d8;
}

.schedule-category-badge-appointment[b-zmumd2u2nm] {
    background: #ebf4ff;
    border-color: #cfe0fb;
    color: #3f7edd;
}

.schedule-category-badge-visit[b-zmumd2u2nm] {
    background: #fff3eb;
    border-color: #ffd8c2;
    color: #e2804f;
}

.schedule-category-badge-meal[b-zmumd2u2nm] {
    background: #fff7e9;
    border-color: #ffe1aa;
    color: #c48a1f;
}

.schedule-category-badge-rest[b-zmumd2u2nm] {
    background: #edf5ff;
    border-color: #d1e2fb;
    color: #5377b6;
}

.schedule-category-badge-important[b-zmumd2u2nm] {
    background: #fff0f0;
    border-color: #ffcaca;
    color: #da5d5d;
}

.schedule-category-badge-other[b-zmumd2u2nm] {
    background: #f4f7fb;
    border-color: #dfe6f1;
    color: #63708d;
}

.schedule-table__info[b-zmumd2u2nm],
.schedule-table__actions[b-zmumd2u2nm] {
    text-align: center;
}

.schedule-table__info[b-zmumd2u2nm] {
    text-align: left;
}

.schedule-table__actions[b-zmumd2u2nm] {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.schedule-info-button[b-zmumd2u2nm] {
    border-color: #d6dfec;
    color: #27335b;
    background: #ffffff;
    border-radius: 0.85rem;
}

.schedule-info-button:hover[b-zmumd2u2nm],
.schedule-info-button:focus[b-zmumd2u2nm] {
    background: #f6f9fd;
    border-color: #c8d8ef;
    color: #27335b;
}

.schedule-info-button img[b-zmumd2u2nm] {
    filter: brightness(0) saturate(100%) invert(22%) sepia(22%) saturate(820%) hue-rotate(189deg) brightness(92%) contrast(89%);
}

.schedule-table__actions .btn[b-zmumd2u2nm] {
    border-radius: 0.85rem;
    width: 2rem;
    height: 2rem;
    margin-left: 0 !important;
    flex: 0 0 auto;
}

.schedule-table__actions .btn-outline-primary[b-zmumd2u2nm] {
    border-color: #c8dcff;
    color: #2f76db;
    background: #ffffff;
}

.schedule-table__actions .btn-outline-secondary[b-zmumd2u2nm] {
    border-color: #d7deea;
    color: #344169;
    background: #ffffff;
}

.schedule-table__actions .btn-outline-warning[b-zmumd2u2nm] {
    border-color: #ffd37f;
    color: #f1a400;
    background: #ffffff;
}

.schedule-table__actions .btn-outline-danger[b-zmumd2u2nm] {
    border-color: #ffb3b8;
    color: #ff5a62;
    background: #ffffff;
}

.schedule-table__actions .btn:hover[b-zmumd2u2nm],
.schedule-table__actions .btn:focus[b-zmumd2u2nm] {
    background: #f8fbff;
}

@media (max-width: 991.98px) {
    .schedule-page-header[b-zmumd2u2nm] {
        flex-direction: column;
        align-items: stretch;
    }

    .schedule-page-header__actions[b-zmumd2u2nm] {
        flex-direction: column;
        align-items: stretch;
    }

    .appointment-editor-layout[b-zmumd2u2nm] {
        grid-template-columns: 1fr;
    }

    .appointment-preview-panel[b-zmumd2u2nm] {
        position: static;
    }

    .appointment-inline-controls[b-zmumd2u2nm] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .appointment-inline-controls__recurrence[b-zmumd2u2nm] {
        min-width: 0;
    }

    .schedule-create-button[b-zmumd2u2nm] {
        width: 100%;
    }

    .schedule-user-filter[b-zmumd2u2nm] {
        min-width: 0;
        width: 100%;
    }

    .schedule-section-toggle[b-zmumd2u2nm],
    .schedule-week-toggle[b-zmumd2u2nm] {
        padding: 1rem;
        font-size: 1rem;
    }

    .schedule-week-group[b-zmumd2u2nm] {
        margin-left: 0;
    }

    .schedule-table[b-zmumd2u2nm] {
        table-layout: auto;
    }

    .schedule-table thead th[b-zmumd2u2nm] {
        padding: 1rem 0.85rem 0.9rem;
        font-size: 0.9rem;
    }

    .schedule-table tbody td[b-zmumd2u2nm] {
        padding: 1rem 0.85rem;
    }

    .schedule-category-badge[b-zmumd2u2nm] {
        min-height: 2.5rem;
        padding: 0.45rem 0.7rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    .schedule-table[b-zmumd2u2nm],
    .schedule-table thead[b-zmumd2u2nm],
    .schedule-table tbody[b-zmumd2u2nm] {
        display: block;
        width: 100%;
    }

    .schedule-table thead[b-zmumd2u2nm] {
        display: none;
    }

    .schedule-table tbody tr[b-zmumd2u2nm] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas:
            "title title"
            "category time"
            "recurrence info"
            "actions actions";
        gap: 0.75rem 1rem;
        padding: 1rem;
    }

    .schedule-table tbody tr:nth-child(odd)[b-zmumd2u2nm] {
        background: #ffffff;
    }

    .schedule-table tbody tr:nth-child(even)[b-zmumd2u2nm] {
        background: #f8fbff;
    }

    .schedule-table tbody td[b-zmumd2u2nm] {
        display: block;
        padding: 0;
        border-top: 0;
        min-width: 0;
        background: transparent;
    }

    .schedule-table__title[b-zmumd2u2nm] {
        grid-area: title;
    }

    .schedule-table__category[b-zmumd2u2nm] {
        grid-area: category;
    }

    .schedule-table__time[b-zmumd2u2nm] {
        grid-area: time;
        text-align: left;
    }

    .schedule-table__recurrence[b-zmumd2u2nm] {
        grid-area: recurrence;
    }

    .schedule-table__info[b-zmumd2u2nm] {
        grid-area: info;
        text-align: left;
    }

    .schedule-table__actions[b-zmumd2u2nm] {
        grid-area: actions;
        justify-self: end;
        width: 100%;
        justify-content: flex-end;
    }

    .schedule-category-badge[b-zmumd2u2nm] {
        max-width: 100%;
        white-space: normal;
    }

    .schedule-table__time span[b-zmumd2u2nm] {
        white-space: normal;
    }
}
/* /Components/Pages/Today.razor.rz.scp.css */
.today-display[b-lglyy1e5sw] {
    --color-page-background: #fff7e8;
    --color-header-background: #ffe9b8;
    --color-surface: #ffffff;
    --color-text-primary: #1f2933;
    --color-text-secondary: #4b5563;
    --color-border: #d6d3cb;
    --color-time-accent: #b45309;
    --color-soft-glow: rgba(251, 191, 36, 0.22);
    --color-meal: #c75a00;
    --color-meal-bg: #fff1e2;
    --color-medication: #2563eb;
    --color-medication-bg: #eaf1ff;
    --color-appointment: #7c3aed;
    --color-appointment-bg: #f3e8ff;
    --color-visit: #15803d;
    --color-visit-bg: #eaf8ee;
    --color-movement: #0f766e;
    --color-movement-bg: #e6fffb;
    --color-rest: #6b7280;
    --color-rest-bg: #f3f4f6;
    --color-important: #b91c1c;
    --color-important-bg: #fee2e2;
    --color-other: #374151;
    --color-other-bg: #f3f4f6;

    min-height: calc(100dvh - 4.5rem);
    background:
        radial-gradient(circle at top, var(--color-soft-glow), transparent 42%),
        var(--color-page-background);
    color: var(--color-text-primary);
    padding: clamp(1rem, 3vw, 3rem);
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
}

.today-display[b-lglyy1e5sw],
.today-display *[b-lglyy1e5sw] {
    cursor: none !important;
}

.frontend-preview-toolbar[b-lglyy1e5sw] {
    margin: 0.5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem;
}

.frontend-preview-label[b-lglyy1e5sw] {
    padding: 0.25rem 0.6rem;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    background: #e2e8f0;
    border-radius: 999px;
}

.frontend-preview-actions[b-lglyy1e5sw] {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.frontend-preview-select[b-lglyy1e5sw] {
    min-width: 12rem;
    max-width: 100%;
    padding: 0.25rem 0.7rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #334155;
    font-size: 0.75rem;
    font-weight: 600;
}

.frontend-preview-button[b-lglyy1e5sw] {
    padding: 0.25rem 0.7rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    color: #334155;
    font-size: 0.75rem;
    font-weight: 600;
}

.frontend-preview-button.is-active[b-lglyy1e5sw] {
    background: #0f172a;
    border-color: #0f172a;
    color: #f8fafc;
}

.today-content[b-lglyy1e5sw] {
    background: var(--color-surface);
    border: 2px solid var(--color-border);
    border-radius: 1rem;
    min-height: 16rem;
    padding: clamp(1rem, 2.4vw, 2rem);
    display: grid;
    align-items: center;
    justify-items: center;
    min-width: 0;
    overflow: hidden;
}

.today-header[b-lglyy1e5sw] {
    display: grid;
    place-items: center;
    text-align: center;
    background: var(--color-header-background);
    border: 2px solid var(--color-border);
    border-radius: 1rem;
    padding: clamp(1rem, 2vw, 2rem);
    row-gap: 0.35rem;
    box-shadow: 0 1rem 3rem var(--color-soft-glow);
    min-width: 0;
    overflow: hidden;
    container-type: inline-size;
}

.today-header__content[b-lglyy1e5sw] {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 0;
    display: grid;
    grid-auto-flow: row;
    justify-items: center;
    grid-template-rows: repeat(5, auto);
    align-content: space-evenly;
    gap: 0;
}

.weekday[b-lglyy1e5sw] {
    --fit-font-min: 1.75rem;
    --fit-font-max: 7rem;
    width: 100%;
    max-width: 100%;
    font-size: var(--fit-font-size, clamp(1.75rem, 18cqi, 5rem));
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: -0.1rem;
    line-height: 0.95;
    white-space: nowrap;
    text-align: center;
}

.date[b-lglyy1e5sw] {
    --fit-font-min: 1.1rem;
    --fit-font-max: 3.8rem;
    width: 100%;
    max-width: 100%;
    font-size: var(--fit-font-size, clamp(1.1rem, 8cqi, 2.6rem));
    font-weight: 600;
    margin-bottom: -0.2rem;
    line-height: 1.05;
    white-space: nowrap;
    text-align: center;
}

.time[b-lglyy1e5sw] {
    --fit-font-min: 2rem;
    --fit-font-max: 9rem;
    width: 100%;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: var(--fit-font-size, clamp(2rem, 21cqi, 5.8rem));
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    color: var(--color-time-accent);
    margin-bottom: -0.1rem;
    line-height: 0.95;
    text-align: center;
}

.day-phase__label[b-lglyy1e5sw] {
    --fit-font-min: 1rem;
    --fit-font-max: 2.4rem;
    width: 100%;
    max-width: 100%;
    font-size: var(--fit-font-size, clamp(1rem, 5.5cqi, 1.9rem));
    font-weight: 600;
    color: var(--color-text-secondary);
    white-space: nowrap;
    text-align: center;
}

.day-phase__icon[b-lglyy1e5sw] {
    width: 80px;
    height: 80px;
    display: block;
    object-fit: contain;
    max-width: 100%;
    justify-self: center;
}

.time-colon[b-lglyy1e5sw] {
    display: inline-flex;
    width: clamp(1.35rem, 6.2cqi, 2.5rem) !important;
    min-width: clamp(1.35rem, 6.2cqi, 2.5rem) !important;
    max-width: clamp(1.35rem, 6.2cqi, 2.5rem) !important;
    flex: 0 0 clamp(1.35rem, 6.2cqi, 2.5rem) !important;
    text-align: center;
    justify-content: center;
}

.time-colon-hidden[b-lglyy1e5sw] {
    opacity: 0;
    width: clamp(1.35rem, 6.2cqi, 2.5rem) !important;
    min-width: clamp(1.35rem, 6.2cqi, 2.5rem) !important;
    max-width: clamp(1.35rem, 6.2cqi, 2.5rem) !important;
    flex: 0 0 clamp(1.35rem, 6.2cqi, 2.5rem) !important;
}

.appointment-list[b-lglyy1e5sw] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: clamp(1rem, 3vw, 2rem);
    min-width: 0;
    max-width: 100%;
}

.appointment-list__item[b-lglyy1e5sw] {
    width: 90%;
    position: relative;
    z-index: 30;
    isolation: isolate;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    max-width: 100%;
}

.appointment-list__item--2[b-lglyy1e5sw] {
    width: 85%;
    margin-top: clamp(-4rem, -12%, -2.5rem);
    z-index: 20;
}

.appointment-list__item--3[b-lglyy1e5sw] {
    width: 80%;
    margin-top: clamp(-3.75rem, -11%, -2.25rem);
    z-index: 10;
}

.appointment-list__item :global(.appointment-card)[b-lglyy1e5sw] {
    position: relative;
    box-shadow: 1rem 1.2rem 2rem rgba(31, 41, 51, 0.2);
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.appointment-list__item--1 :global(.appointment-card)[b-lglyy1e5sw] {
    z-index: 30;
}

.appointment-list__item--2 :global(.appointment-card)[b-lglyy1e5sw] {
    z-index: 20;
    background: #ffffff;
    opacity: 1;
}

.appointment-list__item--3 :global(.appointment-card)[b-lglyy1e5sw] {
    z-index: 10;
    background: #ffffff;
    opacity: 1;
}

.appointment-card[b-lglyy1e5sw] {
    --category-color: var(--color-other);
    --category-background: var(--color-other-bg);
    background: var(--color-surface);
    border: 2px solid var(--color-border);
    border-left: 0.75rem solid var(--category-color);
    border-radius: 1rem;
    padding: clamp(0.9rem, 2vw, 1.5rem);
    box-shadow: 0 0.5rem 1.5rem rgba(31, 41, 51, 0.08);
}

.appointment-card--highlighted[b-lglyy1e5sw] {
    background: var(--category-background);
}

.appointment-card__status[b-lglyy1e5sw] {
    font-size: clamp(0.95rem, 1.7vw, 1.2rem);
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--category-color);
    margin-bottom: 0.4rem;
}

.appointment-card__content[b-lglyy1e5sw] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: clamp(0.8rem, 2vw, 1.2rem);
    align-items: center;
}

.appointment-card__icon[b-lglyy1e5sw] {
    width: clamp(4.4rem, 8vw, 6.4rem);
    height: clamp(4.4rem, 8vw, 6.4rem);
    display: block;
}

.appointment-card__icon-image[b-lglyy1e5sw] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.appointment-card__time[b-lglyy1e5sw] {
    font-size: clamp(1.45rem, 3.4vw, 2.6rem);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.appointment-card__title[b-lglyy1e5sw] {
    font-size: clamp(1.1rem, 2.3vw, 1.8rem);
    font-weight: 800;
}

.appointment-card__location[b-lglyy1e5sw] {
    font-size: clamp(0.95rem, 1.7vw, 1.2rem);
    color: var(--color-text-secondary);
    margin-top: 0.2rem;
}

.appointment-card__photo-wrap[b-lglyy1e5sw] {
    width: clamp(5rem, 10vw, 9rem);
    height: clamp(5rem, 10vw, 9rem);
    border-radius: 999px;
    overflow: hidden;
    border: 0.25rem solid var(--category-color);
}

.appointment-card__photo[b-lglyy1e5sw] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.appointment-card--meal[b-lglyy1e5sw] { --category-color: var(--color-meal); --category-background: var(--color-meal-bg); }
.appointment-card--medication[b-lglyy1e5sw] { --category-color: var(--color-medication); --category-background: var(--color-medication-bg); }
.appointment-card--appointment[b-lglyy1e5sw] { --category-color: var(--color-appointment); --category-background: var(--color-appointment-bg); }
.appointment-card--visit[b-lglyy1e5sw] { --category-color: var(--color-visit); --category-background: var(--color-visit-bg); }
.appointment-card--movement[b-lglyy1e5sw] { --category-color: var(--color-movement); --category-background: var(--color-movement-bg); }
.appointment-card--rest[b-lglyy1e5sw] { --category-color: var(--color-rest); --category-background: var(--color-rest-bg); }
.appointment-card--important[b-lglyy1e5sw] { --category-color: var(--color-important); --category-background: var(--color-important-bg); }

.empty-state[b-lglyy1e5sw] {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 1rem;
    text-align: center;
    font-size: clamp(1.2rem, 2.6vw, 2rem);
    color: var(--color-text-secondary);
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.empty-state__image[b-lglyy1e5sw] {
    width: min(100%, 22rem);
    max-height: 14rem;
    object-fit: contain;
    display: block;
}

.empty-state p[b-lglyy1e5sw] {
    margin: 0;
    max-inline-size: min(100%, 20ch);
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.empty-state p:first-of-type[b-lglyy1e5sw] {
    margin-top: 0.75rem;
}

.today-display[data-day-phase="morning"][b-lglyy1e5sw] {
    --color-page-background: #fff7e8;
    --color-header-background: #ffe9b8;
    --color-surface: #ffffff;
    --color-text-primary: #1f2933;
    --color-text-secondary: #4b5563;
    --color-time-accent: #b45309;
    --color-soft-glow: rgba(251, 191, 36, 0.22);
}

.today-display[data-day-phase="noon"][b-lglyy1e5sw],
.today-display[data-day-phase="afternoon"][b-lglyy1e5sw] {
    --color-page-background: #f8fafc;
    --color-header-background: #e0f2fe;
    --color-surface: #ffffff;
    --color-text-primary: #1f2933;
    --color-text-secondary: #4b5563;
    --color-time-accent: #0369a1;
    --color-soft-glow: rgba(14, 165, 233, 0.16);
}

.today-display[data-day-phase="evening"][b-lglyy1e5sw] {
    --color-page-background: #fff1e8;
    --color-header-background: #fed7aa;
    --color-surface: #fffdf8;
    --color-text-primary: #1f2933;
    --color-text-secondary: #4b5563;
    --color-time-accent: #c2410c;
    --color-soft-glow: rgba(249, 115, 22, 0.18);
}

.today-display[data-day-phase="night"][b-lglyy1e5sw] {
    --color-page-background: #111827;
    --color-header-background: #1e293b;
    --color-surface: #243044;
    --color-text-primary: #f8fafc;
    --color-text-secondary: #cbd5e1;
    --color-border: #475569;
    --color-time-accent: #93c5fd;
    --color-soft-glow: rgba(147, 197, 253, 0.14);
}

@media (orientation: portrait) {
    .today-display[b-lglyy1e5sw] {
        grid-template-rows: minmax(25dvh, auto) 1fr;
    }

    .today-header[b-lglyy1e5sw] {
        grid-row: 1;
    }

    .today-content[b-lglyy1e5sw] {
        grid-row: 2;
    }

    .appointment-list__item[b-lglyy1e5sw] {
        width: 94%;
    }

    .appointment-list__item--2[b-lglyy1e5sw] {
        width: 89%;
    }

    .appointment-list__item--3[b-lglyy1e5sw] {
        width: 86%;
    }

}

@media (orientation: landscape) {
    .today-display[b-lglyy1e5sw] {
        grid-template-columns: minmax(20rem, 34vw) 1fr;
        grid-template-rows: 1fr;
        align-items: stretch;
    }

    .today-header[b-lglyy1e5sw] {
        grid-column: 1;
        grid-row: 1;
        height: 100%;
        text-align: center;
        place-items: center;
        padding-inline: clamp(1rem, 3cqi, 2rem);
    }

    .today-content[b-lglyy1e5sw] {
        grid-column: 2;
        grid-row: 1;
        height: 100%;
        min-height: 0;
    }
}
/* /Components/Shared/AppointmentCard.razor.rz.scp.css */
.appointment-card[b-jbvigctjbj] {
    --category-color: var(--color-other);
    --category-background: var(--color-other-bg, #f3f4f6);
    --color-border: var(--color-border, #d6d3cb);
    --appointment-card-text-primary: var(--color-text-primary, #1f2933);
    --appointment-card-text-secondary: var(--color-text-secondary, #4b5563);

    background: #ffffff;
    border: 2px solid var(--color-border);
    border-left: 0.75rem solid var(--category-color);
    border-radius: 1rem;
    padding: clamp(0.9rem, 2vw, 1.5rem);
    box-shadow:
        0.5rem 0.65rem 1.4rem rgba(31, 41, 51, 0.16),
        0.15rem 0.2rem 0.45rem rgba(31, 41, 51, 0.1);
    color: var(--appointment-card-text-primary);
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: clamp(9rem, 29cqi, 13rem);
    container-type: inline-size;
}

.appointment-card--highlighted[b-jbvigctjbj] {
    background: var(--category-background);
}

.appointment-card--dark-text[b-jbvigctjbj] {
    --appointment-card-text-primary: #111827;
    --appointment-card-text-secondary: #4b5563;
}

.appointment-card__status[b-jbvigctjbj] {
    font-size: clamp(0.8rem, 2.2cqi, 1.2rem);
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--category-color);
    margin-bottom: 0.4rem;
}

.appointment-card__content[b-jbvigctjbj] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(0.8rem, 2vw, 1.2rem);
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
}

.appointment-card__text[b-jbvigctjbj] {
    min-height: 0;
    min-width: 0;
}

.appointment-card__icon[b-jbvigctjbj] {
    width: clamp(3.2rem, 12cqi, 6.4rem);
    height: clamp(3.2rem, 12cqi, 6.4rem);
    display: block;
}

.appointment-card__icon-image[b-jbvigctjbj] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.appointment-card__time[b-jbvigctjbj] {
    font-size: clamp(1.05rem, 5cqi, 2.6rem);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    color: var(--appointment-card-text-primary);
}

.appointment-card__title[b-jbvigctjbj] {
    font-size: clamp(0.95rem, 3.4cqi, 1.8rem);
    font-weight: 800;
    color: var(--appointment-card-text-primary);
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.appointment-card__location[b-jbvigctjbj],
.appointment-card__note[b-jbvigctjbj] {
    font-size: clamp(0.72rem, 2cqi, 1rem);
    color: var(--appointment-card-text-secondary);
    margin-top: 0.2rem;
    font-style: italic;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.appointment-card__photo-wrap[b-jbvigctjbj] {
    width: clamp(4rem, 16cqi, 9rem);
    height: clamp(4rem, 16cqi, 9rem);
    border-radius: 999px;
    overflow: hidden;
    border: 0.25rem solid var(--category-color);
}

.appointment-card__photo[b-jbvigctjbj] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.appointment-card--meal[b-jbvigctjbj] { --category-color: var(--color-meal); --category-background: var(--color-meal-bg); }
.appointment-card--medication[b-jbvigctjbj] { --category-color: var(--color-medication); --category-background: var(--color-medication-bg); }
.appointment-card--appointment[b-jbvigctjbj] { --category-color: var(--color-appointment); --category-background: var(--color-appointment-bg); }
.appointment-card--visit[b-jbvigctjbj] { --category-color: var(--color-visit); --category-background: var(--color-visit-bg); }
.appointment-card--movement[b-jbvigctjbj] { --category-color: var(--color-movement); --category-background: var(--color-movement-bg); }
.appointment-card--rest[b-jbvigctjbj] { --category-color: var(--color-rest); --category-background: var(--color-rest-bg); }
.appointment-card--important[b-jbvigctjbj] { --category-color: var(--color-important); --category-background: var(--color-important-bg); }

.appointment-card__created-by[b-jbvigctjbj] {
    margin-top: 0.7rem;
    text-align: right;
    font-size: clamp(0.56rem, 1.45cqi, 0.72rem);
    color: var(--appointment-card-text-secondary);
    opacity: 0.9;
    min-height: 1em;
    overflow-wrap: anywhere;
}

.appointment-card__meta-placeholder[b-jbvigctjbj] {
    visibility: hidden;
}
/* /Components/Shared/VisitorImageCropper.razor.rz.scp.css */
.cropper-grid[b-ry3l8njw3p] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: start;
}

.cropper-stage[b-ry3l8njw3p] {
    min-height: 18rem;
}

.cropper-image[b-ry3l8njw3p] {
    max-width: 100%;
    display: block;
}

.cropper-preview-wrap[b-ry3l8njw3p] {
    display: grid;
    place-items: center;
}

.cropper-preview[b-ry3l8njw3p] {
    width: clamp(7rem, 18vw, 10rem);
    height: clamp(7rem, 18vw, 10rem);
    border-radius: 999px;
    overflow: hidden;
    border: 0.25rem solid #15803d;
}

@media (max-width: 900px) {
    .cropper-grid[b-ry3l8njw3p] {
        grid-template-columns: 1fr;
    }
}
