/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-h9fkhos1jf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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: flex-end;
    align-items: center;
    padding: 0.125rem 0.375rem;
}

.content-standard[b-h9fkhos1jf] {
    padding: 0 !important;
}

.logout-icon-button[b-h9fkhos1jf] {
    width: 1.25rem;
    height: 1.25rem;
    border: 0;
    background: transparent;
    padding: 0;
    border-radius: 0.25rem;
}

.logout-icon-button img[b-h9fkhos1jf] {
    width: 1rem;
    height: 1rem;
    display: block;
}

.logout-icon-button:hover[b-h9fkhos1jf] {
    background: rgba(0, 0, 0, 0.06);
}

.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;
}

@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;
    }
}

#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);
}

.navbar-brand[b-odq7huolri] {
    font-size: 1.1rem;
}

.nav-scrollable[b-odq7huolri] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[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);
}

@media (min-width: 641px) {
    .navbar-toggler[b-odq7huolri] {
        display: none;
    }

    .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/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;
}
/* /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-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;
}

.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);
    box-shadow: 0 1rem 3rem var(--color-soft-glow);
}

.weekday[b-lglyy1e5sw] {
    font-size: clamp(2.5rem, 7vw, 6rem);
    font-weight: 800;
    text-transform: capitalize;
}

.date[b-lglyy1e5sw] {
    font-size: clamp(1.4rem, 3.5vw, 3rem);
    font-weight: 600;
}

.time[b-lglyy1e5sw] {
    font-size: clamp(3rem, 9vw, 7rem);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    color: var(--color-time-accent);
}

.day-phase[b-lglyy1e5sw] {
    font-size: clamp(1.2rem, 2.6vw, 2.1rem);
    font-weight: 600;
    color: var(--color-text-secondary);
}

.time-colon[b-lglyy1e5sw] {
    display: inline-flex;
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
    flex: 0 0 100px !important;
    text-align: center;
    justify-content: center;
}

.time-colon-hidden[b-lglyy1e5sw] {
    opacity: 0;
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
    flex: 0 0 100px !important;
}

.appointment-list[b-lglyy1e5sw] {
    width: 100%;
    display: grid;
    gap: clamp(1rem, 3vw, 2rem);
}

.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] {
    text-align: center;
    font-size: clamp(1.2rem, 2.6vw, 2rem);
    color: var(--color-text-secondary);
}

.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;
    }
}

@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;
    }

    .today-content[b-lglyy1e5sw] {
        grid-column: 2;
        grid-row: 1;
        height: 100%;
        min-height: 0;
    }
}
/* /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;
    }
}
