/* /Components/Layout/MainLayout.razor.rz.scp.css */
.application-root[b-5r99x1tm4s] {
    width: 100%;
    min-width: 0;
    min-height: 100dvh;
}

#blazor-error-ui[b-5r99x1tm4s] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 10000;

    display: none;
    align-items: center;
    gap: 0.75rem;

    max-width: 760px;
    min-height: 52px;
    margin-inline: auto;
    padding: 0.75rem 3.25rem 0.75rem 1rem;

    border: 1px solid #f59e0b;
    border-radius: 12px;
    background: #fffbeb;
    box-shadow:
        0 12px 30px rgba(15, 23, 42, 0.2);

    color: #92400e;
    font-size: 0.9rem;
    font-weight: 600;
}

#blazor-error-ui .reload[b-5r99x1tm4s] {
    flex-shrink: 0;
    color: #92400e;
    font-weight: 800;
}

#blazor-error-ui .dismiss[b-5r99x1tm4s] {
    position: absolute;
    top: 50%;
    right: 0.65rem;

    width: 36px;
    height: 36px;
    padding: 0;

    transform: translateY(-50%);

    border: 0;
    border-radius: 50%;
    background: transparent;

    color: #92400e;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

#blazor-error-ui .dismiss:hover[b-5r99x1tm4s] {
    background: rgba(146, 64, 14, 0.1);
}

@media (max-width: 575.98px) {
    #blazor-error-ui[b-5r99x1tm4s] {
        right: 0.5rem;
        bottom:
            max(
                0.5rem,
                env(safe-area-inset-bottom));
        left: 0.5rem;

        align-items: flex-start;
        flex-direction: column;
        gap: 0.3rem;

        padding:
            0.85rem
            3rem
            0.85rem
            0.9rem;

        font-size: 0.82rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-kxefnjvtb7],
.components-reconnect-repeated-attempt-visible[b-kxefnjvtb7],
.components-reconnect-failed-visible[b-kxefnjvtb7],
.components-pause-visible[b-kxefnjvtb7],
.components-resume-failed-visible[b-kxefnjvtb7],
.components-rejoining-animation[b-kxefnjvtb7] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-kxefnjvtb7 {
    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/Dashboard.razor.rz.scp.css */
.scheduler-shell[b-ib88g7u7gw] {
    --sidebar-width: 264px;
    --header-height: 64px;
    --page-background: #f4f7fb;
    --surface: #ffffff;
    --surface-muted: #f8fafc;
    --border: #e2e8f0;
    --text-primary: #0f172a;
    --text-secondary: #64748b;
    --brand: #0369a1;
    --brand-dark: #075985;
    --brand-soft: #e0f2fe;

    display: grid;
    grid-template-columns:
        var(--sidebar-width)
        minmax(0, 1fr);

    width: 100%;
    min-width: 0;
    min-height: 100dvh;

    background: var(--page-background);
    color: var(--text-primary);
}

.scheduler-sidebar[b-ib88g7u7gw] {
    position: sticky;
    top: 0;
    z-index: 1200;

    display: flex;
    flex-direction: column;

    width: var(--sidebar-width);
    height: 100dvh;
    min-height: 100dvh;

    padding: 1.25rem 1rem;

    background:
        linear-gradient(
            180deg,
            #0f172a 0%,
            #172554 100%);

    color: #ffffff;
    overflow-y: auto;
}

.sidebar-brand[b-ib88g7u7gw] {
    display: flex;
    align-items: center;
    gap: 0.8rem;

    min-height: 58px;
    padding: 0.25rem 0.35rem 1.25rem;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.12);
}

.sidebar-icon[b-ib88g7u7gw] {
    display: grid;
    flex: 0 0 44px;
    place-items: center;

    width: 44px;
    height: 44px;

    border-radius: 13px;
    background:
        linear-gradient(
            135deg,
            #38bdf8,
            #0ea5e9);

    box-shadow:
        0 8px 22px rgba(14, 165, 233, 0.28);

    font-size: 1.35rem;
}

.sidebar-brand-copy[b-ib88g7u7gw] {
    min-width: 0;
}

.sidebar-brand h2[b-ib88g7u7gw] {
    margin: 0;

    color: #ffffff;
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.sidebar-brand span[b-ib88g7u7gw] {
    display: block;
    margin-top: 0.16rem;

    color: #94a3b8;
    font-size: 0.74rem;
    font-weight: 600;
}

.sidebar-close-button[b-ib88g7u7gw] {
    display: none;
    flex: 0 0 42px;

    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 0;

    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);

    color: #ffffff;
    font-size: 1.55rem;
    line-height: 1;
    cursor: pointer;
}

.sidebar-menu[b-ib88g7u7gw] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.4rem;

    padding-top: 1.25rem;
}

.sidebar-menu-item[b-ib88g7u7gw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;

    width: 100%;
    min-height: 48px;
    padding: 0.7rem 0.8rem;

    border: 0;
    border-radius: 11px;
    background: transparent;

    color: #cbd5e1;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.sidebar-menu-item:hover[b-ib88g7u7gw] {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.sidebar-menu-item.active[b-ib88g7u7gw] {
    background: rgba(56, 189, 248, 0.16);
    color: #ffffff;
    box-shadow:
        inset 3px 0 0 #38bdf8;
}

.sidebar-menu-icon[b-ib88g7u7gw] {
    display: grid;
    flex: 0 0 28px;
    place-items: center;

    width: 28px;
    height: 28px;

    font-size: 1rem;
}

.sidebar-menu-item-disabled[b-ib88g7u7gw] {
    opacity: 0.48;
    cursor: not-allowed;
}

.sidebar-menu-item-disabled:hover[b-ib88g7u7gw] {
    background: transparent;
    color: #cbd5e1;
}

.sidebar-menu-badge[b-ib88g7u7gw] {
    margin-left: auto;
    padding: 0.18rem 0.42rem;

    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);

    color: #cbd5e1;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sidebar-footer[b-ib88g7u7gw] {
    display: flex;
    align-items: center;
    gap: 0.7rem;

    margin-top: 1.25rem;
    padding: 1rem 0.5rem 0.25rem;

    border-top:
        1px solid rgba(255, 255, 255, 0.12);
}

.sidebar-footer-icon[b-ib88g7u7gw] {
    display: grid;
    flex: 0 0 36px;
    place-items: center;

    width: 36px;
    height: 36px;

    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);

    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 900;
}

.sidebar-footer strong[b-ib88g7u7gw],
.sidebar-footer span[b-ib88g7u7gw] {
    display: block;
}

.sidebar-footer strong[b-ib88g7u7gw] {
    color: #ffffff;
    font-size: 0.78rem;
}

.sidebar-footer span[b-ib88g7u7gw] {
    margin-top: 0.1rem;
    color: #94a3b8;
    font-size: 0.68rem;
}

.scheduler-main[b-ib88g7u7gw] {
    display: flex;
    flex-direction: column;

    width: 100%;
    min-width: 0;
    min-height: 100dvh;

    overflow-x: hidden;
}

.application-header[b-ib88g7u7gw] {
    position: sticky;
    top: 0;
    z-index: 900;

    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: var(--header-height);
    padding:
        0
        clamp(1rem, 2.5vw, 2rem);

    border-bottom: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
}

.application-header-left[b-ib88g7u7gw],
.mobile-brand[b-ib88g7u7gw],
.application-header-status[b-ib88g7u7gw] {
    display: flex;
    align-items: center;
}

.application-header-left[b-ib88g7u7gw] {
    gap: 0.75rem;
}

.mobile-menu-button[b-ib88g7u7gw],
.mobile-brand[b-ib88g7u7gw] {
    display: none;
}

.application-header-status[b-ib88g7u7gw] {
    gap: 0.5rem;
    margin-left: auto;

    color: var(--text-secondary);
    font-size: 0.8rem;
    font-weight: 700;
}

.application-status-indicator[b-ib88g7u7gw] {
    width: 8px;
    height: 8px;

    border-radius: 50%;
    background: #22c55e;
    box-shadow:
        0 0 0 4px rgba(34, 197, 94, 0.13);
}

.scheduler-content[b-ib88g7u7gw] {
    width: 100%;
    min-width: 0;
    padding:
        clamp(1rem, 2.5vw, 2rem);
}

.scheduler-header[b-ib88g7u7gw] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;

    margin-bottom: 1.25rem;
}

.scheduler-title[b-ib88g7u7gw] {
    min-width: 0;
}

.scheduler-eyebrow[b-ib88g7u7gw] {
    display: block;
    margin-bottom: 0.3rem;

    color: var(--brand);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.scheduler-header h1[b-ib88g7u7gw] {
    margin: 0;

    color: var(--text-primary);
    font-size:
        clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 850;
    letter-spacing: -0.035em;
}

.scheduler-header p[b-ib88g7u7gw] {
    max-width: 620px;
    margin: 0.35rem 0 0;

    color: var(--text-secondary);
    font-size: 0.92rem;
}

.scheduler-header-actions[b-ib88g7u7gw] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
}

.btn-scheduler-action[b-ib88g7u7gw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;

    min-height: 44px;
    padding: 0.68rem 1rem;

    border-radius: 10px;

    font-family: inherit;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.btn-block-hour[b-ib88g7u7gw] {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #334155;
}

.btn-block-hour:hover[b-ib88g7u7gw] {
    background: #f8fafc;
}

.btn-new-appointment[b-ib88g7u7gw] {
    border: 1px solid var(--brand);
    background: var(--brand);
    color: #ffffff;
    box-shadow:
        0 7px 18px rgba(3, 105, 161, 0.18);
}

.btn-new-appointment:hover[b-ib88g7u7gw] {
    border-color: var(--brand-dark);
    background: var(--brand-dark);
}

.btn-scheduler-action:disabled[b-ib88g7u7gw] {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.52;
}

.mobile-navigation-backdrop[b-ib88g7u7gw] {
    display: none;
}

.calendar-card[b-ib88g7u7gw] {
    min-width: 0;
    overflow: hidden;
}

#calendar[b-ib88g7u7gw] {
    min-width: 0;
}

@media (max-width: 991.98px) {
    .scheduler-shell[b-ib88g7u7gw] {
        display: block;
    }

    .scheduler-sidebar[b-ib88g7u7gw] {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;

        width: min(84vw, 300px);

        transform: translateX(-105%);
        transition:
            transform 180ms ease-out;

        box-shadow:
            18px 0 42px rgba(15, 23, 42, 0.25);
    }

    .scheduler-sidebar-open[b-ib88g7u7gw] {
        transform: translateX(0);
    }

    .sidebar-close-button[b-ib88g7u7gw] {
        display: grid;
        place-items: center;
    }

    .mobile-navigation-backdrop[b-ib88g7u7gw] {
        position: fixed;
        inset: 0;
        z-index: 1100;

        display: block;

        width: 100%;
        height: 100%;

        padding: 0;
        border: 0;
        background: rgba(15, 23, 42, 0.52);
        backdrop-filter: blur(2px);
        cursor: pointer;
    }

    .mobile-menu-button[b-ib88g7u7gw] {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;

        width: 44px;
        height: 44px;
        padding: 0;

        border: 1px solid var(--border);
        border-radius: 10px;
        background: #ffffff;

        cursor: pointer;
    }

    .mobile-menu-button span[b-ib88g7u7gw] {
        width: 19px;
        height: 2px;

        border-radius: 999px;
        background: #334155;
    }

    .mobile-brand[b-ib88g7u7gw] {
        gap: 0.45rem;

        color: var(--text-primary);
        font-size: 0.9rem;
        font-weight: 850;
    }

    .mobile-brand-icon[b-ib88g7u7gw] {
        font-size: 1.12rem;
    }
}

@media (max-width: 767.98px) {
    .application-header[b-ib88g7u7gw] {
        min-height: 60px;
        padding:
            0
            max(
                0.85rem,
                env(safe-area-inset-right))
            0
            max(
                0.85rem,
                env(safe-area-inset-left));
    }

    .application-header-status[b-ib88g7u7gw] {
        font-size: 0.72rem;
    }

    .scheduler-content[b-ib88g7u7gw] {
        padding:
            1rem
            max(
                0.75rem,
                env(safe-area-inset-right))
            max(
                1rem,
                env(safe-area-inset-bottom))
            max(
                0.75rem,
                env(safe-area-inset-left));
    }

    .scheduler-header[b-ib88g7u7gw] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
    }

    .scheduler-header p[b-ib88g7u7gw] {
        font-size: 0.86rem;
    }

    .scheduler-header-actions[b-ib88g7u7gw] {
        display: grid;
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .btn-scheduler-action[b-ib88g7u7gw] {
        width: 100%;
        min-width: 0;
        padding-inline: 0.65rem;
    }
}

@media (max-width: 479.98px) {
    .application-header-status span:last-child[b-ib88g7u7gw] {
        display: none;
    }

    .scheduler-header-actions[b-ib88g7u7gw] {
        grid-template-columns: 1fr;
    }

    .btn-scheduler-action[b-ib88g7u7gw] {
        min-height: 46px;
    }

    .sidebar-footer[b-ib88g7u7gw] {
        padding-bottom:
            max(
                0.25rem,
                env(safe-area-inset-bottom));
    }
}

@media (prefers-reduced-motion: reduce) {
    .scheduler-sidebar[b-ib88g7u7gw] {
        transition: none;
    }
}
.calendar-toolbar[b-ib88g7u7gw] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
}

.doctor-selector[b-ib88g7u7gw] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 280px;
}

.doctor-selector label[b-ib88g7u7gw] {
    color: #475569;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.doctor-selector select[b-ib88g7u7gw],
.appointment-form-field select[b-ib88g7u7gw],
.appointment-form-field input[b-ib88g7u7gw],
.appointment-form-field textarea[b-ib88g7u7gw] {
    width: 100%;
    min-height: 44px;
    padding: 0.65rem 0.85rem;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #ffffff;
    color: #0f172a;
    font-family: inherit;
    font-size: 0.95rem;
}

.doctor-selector select[b-ib88g7u7gw] {
    padding-right: 2.5rem;
    cursor: pointer;
}

.doctor-selector select:focus[b-ib88g7u7gw],
.appointment-form-field select:focus[b-ib88g7u7gw],
.appointment-form-field input:focus[b-ib88g7u7gw],
.appointment-form-field textarea:focus[b-ib88g7u7gw] {
    border-color: #0284c7;
    outline: 3px solid rgba(2, 132, 199, 0.15);
}

.doctor-selector select:disabled[b-ib88g7u7gw],
.appointment-form-field select:disabled[b-ib88g7u7gw],
.appointment-form-field input:disabled[b-ib88g7u7gw],
.appointment-form-field textarea:disabled[b-ib88g7u7gw] {
    background: #f8fafc;
    color: #64748b;
    cursor: default;
}

.selected-doctor-name[b-ib88g7u7gw],
.calendar-toolbar-message[b-ib88g7u7gw] {
    color: #475569;
    font-size: 0.9rem;
    font-weight: 600;
}

.calendar-toolbar-error[b-ib88g7u7gw],
.calendar-state-error[b-ib88g7u7gw] {
    color: #b91c1c;
}

.calendar-state-message[b-ib88g7u7gw],
.calendar-state-error[b-ib88g7u7gw] {
    padding: 3rem 1rem;
    text-align: center;
}

.appointment-modal-backdrop[b-ib88g7u7gw] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(15, 23, 42, 0.58);
}

.appointment-modal[b-ib88g7u7gw] {
    width: min(620px, 100%);
    max-height: calc(100vh - 3rem);
    overflow: auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.28);
}

.appointment-form-modal[b-ib88g7u7gw] {
    width: min(760px, 100%);
}

.appointment-modal-header[b-ib88g7u7gw] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem 1.5rem 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.appointment-modal-header h2[b-ib88g7u7gw] {
    margin: 0;
    color: #0f172a;
    font-size: 1.35rem;
}

.appointment-modal-header span[b-ib88g7u7gw] {
    display: block;
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.875rem;
}

.appointment-modal-close[b-ib88g7u7gw] {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: #475569;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.appointment-modal-close:hover[b-ib88g7u7gw] {
    background: #e2e8f0;
    color: #0f172a;
}

.appointment-modal-close:disabled[b-ib88g7u7gw] {
    cursor: default;
    opacity: 0.55;
}

.appointment-modal-body[b-ib88g7u7gw] {
    padding: 1.5rem;
}

.appointment-form-grid[b-ib88g7u7gw] {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.appointment-form-field[b-ib88g7u7gw] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.appointment-form-field label[b-ib88g7u7gw] {
    color: #475569;
    font-size: 0.82rem;
    font-weight: 800;
}

.appointment-form-field textarea[b-ib88g7u7gw] {
    min-height: 100px;
    resize: vertical;
}

.appointment-form-full[b-ib88g7u7gw] {
    grid-column: 1 / -1;
}

.patient-search-row[b-ib88g7u7gw] {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr) auto;
    gap: 0.65rem;
}

.appointment-form-help[b-ib88g7u7gw] {
    color: #64748b;
    font-size: 0.82rem;
}

.appointment-checkbox[b-ib88g7u7gw] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    width: fit-content;
    cursor: pointer;
}

.appointment-checkbox input[b-ib88g7u7gw] {
    width: 18px;
    min-height: 18px;
    margin: 0;
}

.appointment-form-message[b-ib88g7u7gw] {
    margin-bottom: 1rem;
}

.appointment-form-success[b-ib88g7u7gw] {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    background: #f0fdf4;
    color: #166534;
    font-weight: 700;
}

.appointment-detail-grid[b-ib88g7u7gw] {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.appointment-detail-field[b-ib88g7u7gw] {
    padding: 0.9rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
}

.appointment-detail-full[b-ib88g7u7gw] {
    grid-column: 1 / -1;
}

.appointment-detail-label[b-ib88g7u7gw] {
    display: block;
    margin-bottom: 0.35rem;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.appointment-detail-field strong[b-ib88g7u7gw] {
    color: #0f172a;
    font-size: 1.05rem;
}

.appointment-status[b-ib88g7u7gw] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 0.85rem;
    font-weight: 700;
}

.appointment-notes[b-ib88g7u7gw] {
    margin: 0;
    color: #334155;
    white-space: pre-wrap;
}

.appointment-detail-message[b-ib88g7u7gw] {
    padding: 2rem;
    color: #475569;
    text-align: center;
}

.appointment-detail-error[b-ib88g7u7gw] {
    padding: 1rem;
    border: 1px solid #fecaca;
    border-radius: 10px;
    background: #fef2f2;
    color: #b91c1c;
}

.appointment-modal-footer[b-ib88g7u7gw] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1rem 1.5rem 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.appointment-modal-button[b-ib88g7u7gw],
.appointment-primary-button[b-ib88g7u7gw],
.appointment-secondary-button[b-ib88g7u7gw] {
    min-height: 42px;
    padding: 0.65rem 1.15rem;
    border-radius: 10px;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
}

.appointment-modal-button[b-ib88g7u7gw],
.appointment-primary-button[b-ib88g7u7gw] {
    border: 0;
    background: #0f172a;
    color: #ffffff;
}

.appointment-modal-button:hover[b-ib88g7u7gw],
.appointment-primary-button:hover[b-ib88g7u7gw] {
    background: #1e293b;
}

.appointment-secondary-button[b-ib88g7u7gw] {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #334155;
}

.appointment-secondary-button:hover[b-ib88g7u7gw] {
    background: #f8fafc;
}

.appointment-modal-button:disabled[b-ib88g7u7gw],
.appointment-primary-button:disabled[b-ib88g7u7gw],
.appointment-secondary-button:disabled[b-ib88g7u7gw] {
    cursor: default;
    opacity: 0.6;
}

@media (max-width: 720px) {
    .calendar-toolbar[b-ib88g7u7gw] {
        align-items: stretch;
        flex-direction: column;
    }

    .doctor-selector[b-ib88g7u7gw] {
        min-width: 0;
        width: 100%;
    }

    .appointment-form-grid[b-ib88g7u7gw] {
        grid-template-columns: 1fr;
    }

    .appointment-form-full[b-ib88g7u7gw] {
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .appointment-modal-backdrop[b-ib88g7u7gw] {
        align-items: flex-end;
        padding: 0;
    }

    .appointment-modal[b-ib88g7u7gw] {
        width: 100%;
        max-height: 92vh;
        border-radius: 18px 18px 0 0;
    }

    .appointment-detail-grid[b-ib88g7u7gw] {
        grid-template-columns: 1fr;
    }

    .appointment-detail-full[b-ib88g7u7gw] {
        grid-column: auto;
    }

    .patient-search-row[b-ib88g7u7gw] {
        grid-template-columns: 1fr;
    }

    .appointment-modal-footer[b-ib88g7u7gw] {
        flex-direction: column-reverse;
    }

    .appointment-primary-button[b-ib88g7u7gw],
    .appointment-secondary-button[b-ib88g7u7gw] {
        width: 100%;
    }
}

.calendar-filters[b-ib88g7u7gw] {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 1rem;
}

@media (max-width: 720px) {
    .calendar-filters[b-ib88g7u7gw] {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }
}

.appointment-modal-footer .appointment-primary-button[b-ib88g7u7gw],
.appointment-modal-footer .appointment-secondary-button[b-ib88g7u7gw] {
    min-width: 130px;
}

@media (max-width: 640px) {
    .appointment-modal-footer .appointment-primary-button[b-ib88g7u7gw],
    .appointment-modal-footer .appointment-secondary-button[b-ib88g7u7gw] {
        width: 100%;
    }
}

.appointment-status-pending[b-ib88g7u7gw] {
    background: #e0f2fe;
    color: #0369a1;
}

.appointment-status-confirmed[b-ib88g7u7gw] {
    background: #dcfce7;
    color: #166534;
}

.appointment-status-cancelled[b-ib88g7u7gw] {
    background: #fee2e2;
    color: #b91c1c;
}

.appointment-status-message[b-ib88g7u7gw] {
    margin-bottom: 1rem;
}

.appointment-detail-actions[b-ib88g7u7gw] {
    flex-wrap: wrap;
}

.appointment-status-button[b-ib88g7u7gw] {
    min-height: 42px;
    padding: 0.65rem 1.15rem;
    border-radius: 10px;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
}

.appointment-status-button:disabled[b-ib88g7u7gw] {
    cursor: default;
    opacity: 0.6;
}

.appointment-confirm-button[b-ib88g7u7gw],
.appointment-restore-button[b-ib88g7u7gw] {
    border: 1px solid #86efac;
    background: #f0fdf4;
    color: #166534;
}

.appointment-confirm-button:hover[b-ib88g7u7gw],
.appointment-restore-button:hover[b-ib88g7u7gw] {
    background: #dcfce7;
}

.appointment-pending-button[b-ib88g7u7gw] {
    border: 1px solid #7dd3fc;
    background: #f0f9ff;
    color: #0369a1;
}

.appointment-pending-button:hover[b-ib88g7u7gw] {
    background: #e0f2fe;
}

.appointment-cancel-button[b-ib88g7u7gw] {
    border: 1px solid #fca5a5;
    background: #fff1f2;
    color: #b91c1c;
}

.appointment-cancel-button:hover[b-ib88g7u7gw] {
    background: #ffe4e6;
}

@media (max-width: 640px) {
    .appointment-detail-actions
        .appointment-status-button[b-ib88g7u7gw] {
        width: 100%;
    }
}

.sidebar-footer-content[b-ib88g7u7gw] {
    flex: 1;
    min-width: 0;
}

.sidebar-logout-button[b-ib88g7u7gw] {
    width: 100%;
    min-height: 36px;
    margin-top: 0.75rem;
    padding: 0.55rem 0.75rem;

    border:
        1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.55rem;

    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;

    cursor: pointer;
    font: inherit;
    font-size: 0.72rem;
    font-weight: 800;

    transition:
        background-color 160ms ease,
        border-color 160ms ease,
        transform 160ms ease;
}

.sidebar-logout-button:hover[b-ib88g7u7gw] {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.14);
}

.sidebar-logout-button:active[b-ib88g7u7gw] {
    transform: translateY(1px);
}

.sidebar-logout-button:focus-visible[b-ib88g7u7gw] {
    outline: 3px solid rgba(147, 197, 253, 0.45);
    outline-offset: 2px;
}

.sidebar-product-information[b-ib88g7u7gw] {
    display: grid;
    gap: 0.15rem;

    margin-top: 0.8rem;

    text-align: center;
}

.sidebar-product-information strong[b-ib88g7u7gw],
.sidebar-product-information span[b-ib88g7u7gw] {
    display: block;
}

.sidebar-product-information strong[b-ib88g7u7gw] {
    color: #cbd5e1;
    font-size: 0.64rem;
    font-weight: 700;
}

.sidebar-product-information span[b-ib88g7u7gw] {
    margin-top: 0;

    color: #64748b;
    font-size: 0.6rem;
}

/* Upcoming Appointments V1 */

.btn-upcoming-appointments[b-ib88g7u7gw] {
    background: #eef2ff;
    border-color: #c7d2fe;
    color: #3730a3;
}

    .btn-upcoming-appointments:hover:not(:disabled)[b-ib88g7u7gw] {
        background: #e0e7ff;
    }

.upcoming-appointments-modal[b-ib88g7u7gw] {
    width: min(960px, calc(100vw - 2rem));
    max-width: 960px;
}

.upcoming-appointments-results[b-ib88g7u7gw] {
    margin-top: 1.25rem;
}

.upcoming-appointments-state[b-ib88g7u7gw] {
    padding: 2rem 1rem;
    border: 1px dashed #cbd5e1;
    border-radius: 0.75rem;
    background: #f8fafc;
    color: #475569;
    text-align: center;
}

.upcoming-appointments-summary[b-ib88g7u7gw] {
    margin-bottom: 0.75rem;
    color: #475569;
    font-size: 0.9rem;
    font-weight: 600;
}

.upcoming-appointments-table-wrapper[b-ib88g7u7gw] {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
}

.upcoming-appointments-table[b-ib88g7u7gw] {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
}

    .upcoming-appointments-table th[b-ib88g7u7gw],
    .upcoming-appointments-table td[b-ib88g7u7gw] {
        padding: 0.9rem 1rem;
        border-bottom: 1px solid #e2e8f0;
        text-align: left;
        vertical-align: middle;
    }

    .upcoming-appointments-table th[b-ib88g7u7gw] {
        background: #f8fafc;
        color: #334155;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }

    .upcoming-appointments-table tbody tr:last-child td[b-ib88g7u7gw] {
        border-bottom: 0;
    }

    .upcoming-appointments-table tbody tr:hover[b-ib88g7u7gw] {
        background: #f8fafc;
    }

.upcoming-status[b-ib88g7u7gw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 6.5rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
}

.upcoming-status-pending[b-ib88g7u7gw] {
    background: #fef3c7;
    color: #92400e;
}

.upcoming-status-confirmed[b-ib88g7u7gw] {
    background: #dcfce7;
    color: #166534;
}

.upcoming-status-cancelled[b-ib88g7u7gw] {
    background: #fee2e2;
    color: #991b1b;
}

.upcoming-status-unknown[b-ib88g7u7gw] {
    background: #e2e8f0;
    color: #475569;
}

@media (max-width: 767.98px) {
    .upcoming-appointments-modal[b-ib88g7u7gw] {
        width: calc(100vw - 1rem);
    }

    .upcoming-appointments-table th[b-ib88g7u7gw],
    .upcoming-appointments-table td[b-ib88g7u7gw] {
        padding: 0.75rem;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.brand-icon[b-9jkf17a2ob] {
    display: flex;
    align-items: center;
    justify-content: center;

    width: auto;
    height: auto;

    margin:
        0
        auto
        1rem;

    padding: 0;

    background: transparent !important;
    background-color: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;

    overflow: visible;
}

.brand-icon img[b-9jkf17a2ob] {
    display: block;

    width: 92px;
    height: auto;

    margin: 0;
    padding: 0;

    background: transparent !important;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;

    object-fit: contain;
}

.login-product-information[b-9jkf17a2ob] {
    display: grid;
    gap: 0.2rem;

    margin-top: 1.25rem;

    text-align: center;
}

.login-product-information strong[b-9jkf17a2ob] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
}

.login-product-information span[b-9jkf17a2ob] {
    color: #94a3b8;
    font-size: 0.68rem;
}

@media (max-width: 479.98px) {
    .brand-icon img[b-9jkf17a2ob] {
        width: 80px;
    }
}

.password-input-wrapper[b-9jkf17a2ob] {
    position: relative;
    width: 100%;
}

    .password-input-wrapper .password-input[b-9jkf17a2ob] {
        width: 100%;
        padding-right: 3rem;
    }

.password-visibility-button[b-9jkf17a2ob] {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    border-radius: 0.5rem;
    background: transparent;
    cursor: pointer;
    font-size: 1.05rem;
    line-height: 1;
}

    .password-visibility-button:hover[b-9jkf17a2ob] {
        background: rgba(15, 23, 42, 0.06);
    }

    .password-visibility-button:focus-visible[b-9jkf17a2ob] {
        outline: 2px solid #2563eb;
        outline-offset: 2px;
    }

    .password-visibility-button:disabled[b-9jkf17a2ob] {
        cursor: not-allowed;
        opacity: 0.55;
    }
/* /Components/Pages/PlatformClinicUsers.razor.rz.scp.css */
.platform-users-page[b-665klytx2m] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.platform-users-header[b-665klytx2m] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
}

.platform-users-header h1[b-665klytx2m] {
    margin: 0.25rem 0;
    font-size: 2rem;
}

.platform-users-header p[b-665klytx2m] {
    margin: 0;
    color: #64748b;
}

.platform-users-kicker[b-665klytx2m] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #2563eb;
}

.platform-users-primary-button[b-665klytx2m] {
    border: 0;
    border-radius: 0.75rem;
    padding: 0.75rem 1.15rem;
    background: #2563eb;
    color: white;
    font-weight: 700;
    cursor: pointer;
}

.platform-users-primary-button:disabled[b-665klytx2m] {
    opacity: 0.55;
    cursor: not-allowed;
}

.platform-users-toolbar[b-665klytx2m] {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(260px, 1fr) auto;
    align-items: end;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: white;
}

.platform-users-field[b-665klytx2m] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.platform-users-field label[b-665klytx2m] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #334155;
}

.platform-users-select[b-665klytx2m],
.platform-users-search[b-665klytx2m] {
    width: 100%;
    min-height: 42px;
    padding: 0.65rem 0.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.65rem;
    background: white;
}

.platform-users-count[b-665klytx2m] {
    padding-bottom: 0.65rem;
    color: #64748b;
    white-space: nowrap;
}

.platform-users-alert[b-665klytx2m] {
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    font-weight: 600;
}

.platform-users-alert-error[b-665klytx2m] {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.platform-users-alert-success[b-665klytx2m] {
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #166534;
}

.platform-users-table-container[b-665klytx2m] {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: white;
}

.platform-users-table[b-665klytx2m] {
    width: 100%;
    min-width: 1100px;
    border-collapse: collapse;
}

.platform-users-table th[b-665klytx2m],
.platform-users-table td[b-665klytx2m] {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
    vertical-align: middle;
}

.platform-users-table th[b-665klytx2m] {
    background: #f8fafc;
    color: #475569;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.platform-users-table tbody tr:last-child td[b-665klytx2m] {
    border-bottom: 0;
}

.platform-users-role[b-665klytx2m],
.platform-users-badge[b-665klytx2m] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.3rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.platform-users-role[b-665klytx2m] {
    background: #eff6ff;
    color: #1d4ed8;
}

.platform-users-badge-active[b-665klytx2m],
.platform-users-badge-clear[b-665klytx2m] {
    background: #dcfce7;
    color: #166534;
}

.platform-users-badge-inactive[b-665klytx2m] {
    background: #f1f5f9;
    color: #475569;
}

.platform-users-badge-blocked[b-665klytx2m] {
    background: #fee2e2;
    color: #991b1b;
}

.platform-users-contact[b-665klytx2m] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.platform-users-contact small[b-665klytx2m] {
    color: #64748b;
}

.platform-users-actions[b-665klytx2m] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.platform-users-action-button[b-665klytx2m] {
    border: 1px solid #cbd5e1;
    border-radius: 0.55rem;
    padding: 0.4rem 0.65rem;
    background: white;
    color: #334155;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
}

.platform-users-action-button:hover[b-665klytx2m] {
    background: #f8fafc;
}

.platform-users-action-danger[b-665klytx2m] {
    border-color: #fecaca;
    color: #b91c1c;
}

.platform-users-action-button:disabled[b-665klytx2m] {
    opacity: 0.5;
    cursor: not-allowed;
}

.platform-users-empty[b-665klytx2m],
.platform-users-loading[b-665klytx2m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 3rem 1.5rem;
    border: 1px dashed #cbd5e1;
    border-radius: 1rem;
    color: #64748b;
    text-align: center;
}

.platform-users-empty strong[b-665klytx2m] {
    color: #334155;
}

@media (max-width: 900px) {
    .platform-users-header[b-665klytx2m] {
        flex-direction: column;
    }

    .platform-users-primary-button[b-665klytx2m] {
        width: 100%;
    }

    .platform-users-toolbar[b-665klytx2m] {
        grid-template-columns: 1fr;
    }

    .platform-users-count[b-665klytx2m] {
        padding-bottom: 0;
    }
}

.platform-users-modal-backdrop[b-665klytx2m] {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(15, 23, 42, 0.58);
}

.platform-users-modal[b-665klytx2m] {
    width: min(760px, 100%);
    max-height: 92vh;
    overflow-y: auto;
    border-radius: 1rem;
    background: white;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.3);
}

.platform-users-password-modal[b-665klytx2m] {
    width: min(520px, 100%);
}

.platform-users-modal-header[b-665klytx2m] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.platform-users-modal-header h2[b-665klytx2m] {
    margin: 0.25rem 0;
}

.platform-users-modal-header p[b-665klytx2m] {
    margin: 0;
    color: #64748b;
}

.platform-users-modal-close[b-665klytx2m] {
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: 1.4rem;
    cursor: pointer;
}

.platform-users-modal-body[b-665klytx2m] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem;
}

.platform-users-form-grid[b-665klytx2m] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.platform-users-form-full[b-665klytx2m] {
    grid-column: 1 / -1;
}

.platform-users-help[b-665klytx2m] {
    color: #64748b;
}

.platform-users-permissions[b-665klytx2m] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
}

.platform-users-permissions legend[b-665klytx2m] {
    padding: 0 0.4rem;
    color: #334155;
    font-weight: 700;
}

.platform-users-permissions label[b-665klytx2m] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #334155;
}

.platform-users-modal-footer[b-665klytx2m] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.platform-users-secondary-button[b-665klytx2m] {
    border: 1px solid #cbd5e1;
    border-radius: 0.75rem;
    padding: 0.75rem 1.15rem;
    background: white;
    color: #334155;
    font-weight: 700;
    cursor: pointer;
}

@media (max-width: 640px) {
    .platform-users-modal-backdrop[b-665klytx2m] {
        align-items: flex-end;
        padding: 0;
    }

    .platform-users-modal[b-665klytx2m] {
        max-height: 94vh;
        border-radius: 1rem 1rem 0 0;
    }

    .platform-users-form-grid[b-665klytx2m] {
        grid-template-columns: 1fr;
    }

    .platform-users-form-full[b-665klytx2m] {
        grid-column: auto;
    }

    .platform-users-modal-footer[b-665klytx2m] {
        flex-direction: column-reverse;
    }

    .platform-users-modal-footer button[b-665klytx2m] {
        width: 100%;
    }
}

.platform-users-field-error[b-665klytx2m] {
    color: #b91c1c;
    font-size: 0.8rem;
    font-weight: 600;
}
/* /Components/Pages/Settings.razor.rz.scp.css */
.settings-shell[b-zd66opdgux] {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);

    min-height: 100vh;

    background: #f4f7fb;
    color: #0f172a;
}

.settings-sidebar[b-zd66opdgux] {
    display: flex;
    flex-direction: column;

    min-height: 100vh;
    padding: 1.25rem;

    background:
        linear-gradient(
            180deg,
            #0f2744 0%,
            #102d4f 55%,
            #0b213b 100%
        );

    color: #ffffff;
}

.settings-brand[b-zd66opdgux] {
    display: flex;
    align-items: center;
    gap: 0.75rem;

    padding: 0.4rem 0.4rem 1.4rem;
}

.settings-brand-icon[b-zd66opdgux] {
    display: grid;
    place-items: center;

    width: 44px;
    height: 44px;

    border-radius: 13px;
    background: rgba(56, 189, 248, 0.16);

    font-size: 1.35rem;
}

.settings-brand h2[b-zd66opdgux] {
    margin: 0;

    font-size: 1rem;
    font-weight: 750;
}

.settings-brand span[b-zd66opdgux] {
    color: #94a3b8;
    font-size: 0.74rem;
}

.settings-navigation[b-zd66opdgux] {
    display: grid;
    gap: 0.4rem;
}

.settings-navigation-item[b-zd66opdgux] {
    display: flex;
    align-items: center;
    gap: 0.8rem;

    min-height: 48px;
    padding: 0.7rem 0.85rem;

    border-radius: 11px;

    color: #cbd5e1;
    font-weight: 650;
    text-decoration: none;

    transition:
        background 160ms ease,
        color 160ms ease;
}

.settings-navigation-item:hover[b-zd66opdgux] {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.settings-navigation-item.active[b-zd66opdgux] {
    background: rgba(56, 189, 248, 0.16);
    color: #ffffff;

    box-shadow:
        inset 3px 0 0 #38bdf8;
}

.settings-sidebar-footer[b-zd66opdgux] {
    display: flex;
    align-items: center;
    gap: 0.75rem;

    margin-top: auto;
    padding: 1rem 0.35rem 0;

    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.settings-user-avatar[b-zd66opdgux] {
    display: grid;
    place-items: center;
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    border-radius: 50%;
    background: #0284c7;

    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
}

.settings-user-information[b-zd66opdgux] {
    display: grid;
    min-width: 0;
}

.settings-user-information strong[b-zd66opdgux],
.settings-user-information span[b-zd66opdgux] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.settings-user-information strong[b-zd66opdgux] {
    font-size: 0.8rem;
}

.settings-user-information span[b-zd66opdgux] {
    color: #94a3b8;
    font-size: 0.7rem;
}

.settings-main[b-zd66opdgux] {
    min-width: 0;
    padding: 2rem;
}

.settings-header[b-zd66opdgux] {
    max-width: 1120px;
    margin: 0 auto 1.5rem;
}

.settings-back-link[b-zd66opdgux] {
    display: inline-block;

    margin-bottom: 0.75rem;

    color: #0284c7;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
}

.settings-header h1[b-zd66opdgux] {
    margin: 0;

    font-size: clamp(1.7rem, 3vw, 2.2rem);
    font-weight: 800;
}

.settings-header p[b-zd66opdgux] {
    margin: 0.4rem 0 0;

    color: #64748b;
}

.settings-loading[b-zd66opdgux] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 2rem;

    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;

    color: #64748b;
    text-align: center;
}

.settings-grid[b-zd66opdgux] {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 1.25rem;

    max-width: 1120px;
    margin: 0 auto;
}

.settings-card[b-zd66opdgux] {
    display: flex;
    gap: 1rem;

    min-width: 0;
    padding: 1.35rem;

    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;

    box-shadow:
        0 10px 28px rgba(15, 23, 42, 0.05);
}

.settings-card-icon[b-zd66opdgux] {
    display: grid;
    place-items: center;
    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    border-radius: 14px;
    background: #eff6ff;

    font-size: 1.35rem;
}

.settings-card-content[b-zd66opdgux] {
    flex: 1;
    min-width: 0;
}

.settings-card-heading[b-zd66opdgux] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.settings-card-heading h2[b-zd66opdgux] {
    margin: 0;

    font-size: 1.05rem;
    font-weight: 780;
}

.settings-card-heading p[b-zd66opdgux] {
    margin: 0.35rem 0 0;

    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.5;
}

.settings-status-badge[b-zd66opdgux] {
    align-self: flex-start;

    padding: 0.22rem 0.48rem;

    border-radius: 999px;
    background: #f1f5f9;

    color: #64748b;
    font-size: 0.66rem;
    font-weight: 750;
    text-transform: uppercase;
}

.settings-current-value[b-zd66opdgux] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;

    margin: 1.2rem 0;
    padding: 0.8rem 0;

    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;

    font-size: 0.84rem;
}

.settings-current-value span[b-zd66opdgux] {
    color: #64748b;
}

.settings-primary-button[b-zd66opdgux],
.settings-secondary-button[b-zd66opdgux] {
    min-height: 42px;
    padding: 0.65rem 1rem;

    border-radius: 10px;

    font-weight: 700;
}

.settings-primary-button[b-zd66opdgux] {
    border: 0;
    background: #0284c7;
    color: #ffffff;
}

.settings-secondary-button[b-zd66opdgux] {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
}

.settings-primary-button:disabled[b-zd66opdgux],
.settings-secondary-button:disabled[b-zd66opdgux] {
    opacity: 0.55;
    cursor: not-allowed;
}

.settings-about-card[b-zd66opdgux] {
    grid-column: 1 / -1;
}

.settings-about-list[b-zd66opdgux] {
    display: grid;
    gap: 0.75rem;

    margin: 1.15rem 0 0;
}

.settings-about-list div[b-zd66opdgux] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;

    padding-bottom: 0.7rem;

    border-bottom: 1px solid #eef2f7;
}

.settings-about-list dt[b-zd66opdgux] {
    color: #64748b;
    font-weight: 500;
}

.settings-about-list dd[b-zd66opdgux] {
    margin: 0;
    font-weight: 700;
}

@media (max-width: 899.98px) {
    .settings-shell[b-zd66opdgux] {
        grid-template-columns: 1fr;
    }

    .settings-sidebar[b-zd66opdgux] {
        min-height: auto;
        padding: 0.85rem 1rem;
    }

    .settings-brand[b-zd66opdgux] {
        padding-bottom: 0.8rem;
    }

    .settings-navigation[b-zd66opdgux] {
        display: flex;
        gap: 0.5rem;
    }

    .settings-navigation-item[b-zd66opdgux] {
        flex: 1;
        justify-content: center;
    }

    .settings-sidebar-footer[b-zd66opdgux] {
        display: none;
    }

    .settings-main[b-zd66opdgux] {
        padding: 1.25rem 1rem 2rem;
    }
}

@media (max-width: 699.98px) {
    .settings-grid[b-zd66opdgux] {
        grid-template-columns: 1fr;
    }

    .settings-about-card[b-zd66opdgux] {
        grid-column: auto;
    }

    .settings-card[b-zd66opdgux] {
        padding: 1rem;
    }
}

@media (max-width: 479.98px) {
    .settings-brand[b-zd66opdgux] {
        display: none;
    }

    .settings-sidebar[b-zd66opdgux] {
        padding: 0.65rem;
    }

    .settings-navigation-item[b-zd66opdgux] {
        min-height: 42px;
        padding: 0.55rem;
        font-size: 0.8rem;
    }

    .settings-main[b-zd66opdgux] {
        padding-top: 1rem;
    }

    .settings-card[b-zd66opdgux] {
        align-items: flex-start;
    }

    .settings-card-icon[b-zd66opdgux] {
        flex-basis: 42px;

        width: 42px;
        height: 42px;
    }
}

.settings-field-label[b-zd66opdgux] {
    display: block;

    margin-bottom: 0.4rem;

    color: #475569;
    font-size: 0.78rem;
    font-weight: 700;
}

.settings-language-select[b-zd66opdgux] {
    width: 100%;
    min-height: 44px;

    margin-bottom: 1rem;
    padding: 0.65rem 0.75rem;

    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #ffffff;

    color: #0f172a;
    font: inherit;
}

.settings-language-select:focus[b-zd66opdgux] {
    border-color: #0284c7;
    outline: 3px solid rgba(2, 132, 199, 0.14);
}

.settings-language-select:disabled[b-zd66opdgux] {
    background: #f8fafc;
    cursor: not-allowed;
}

.settings-success-message[b-zd66opdgux] {
    margin-bottom: 1rem;
    padding: 0.7rem 0.8rem;

    border: 1px solid #bbf7d0;
    border-radius: 10px;
    background: #f0fdf4;

    color: #166534;
    font-size: 0.8rem;
    font-weight: 650;
}

/* Change Password V1 */

.settings-password-form[b-zd66opdgux] {
    display: grid;
    gap: 0.7rem;

    margin-top: 1.15rem;
}

.settings-password-field[b-zd66opdgux] {
    position: relative;
}

.settings-password-field input[b-zd66opdgux] {
    width: 100%;
    min-height: 44px;

    padding: 0.65rem 3rem 0.65rem 0.75rem;

    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #ffffff;

    color: #0f172a;
    font: inherit;
}

.settings-password-field input:focus[b-zd66opdgux] {
    border-color: #0284c7;
    outline: 3px solid rgba(2, 132, 199, 0.14);
}

.settings-password-field input:disabled[b-zd66opdgux] {
    background: #f8fafc;
    cursor: not-allowed;
}

.settings-password-toggle[b-zd66opdgux] {
    position: absolute;
    top: 50%;
    right: 0.45rem;

    display: grid;
    place-items: center;

    width: 36px;
    height: 36px;

    transform: translateY(-50%);

    border: 0;
    border-radius: 8px;
    background: transparent;

    cursor: pointer;
    font-size: 1rem;
}

.settings-password-toggle:hover:not(:disabled)[b-zd66opdgux] {
    background: #f1f5f9;
}

.settings-password-toggle:disabled[b-zd66opdgux] {
    cursor: not-allowed;
    opacity: 0.55;
}

.settings-password-help[b-zd66opdgux] {
    margin-bottom: 0.35rem;

    color: #64748b;
    font-size: 0.76rem;
    line-height: 1.45;
}

.settings-error-message[b-zd66opdgux] {
    margin-top: 1rem;
    padding: 0.7rem 0.8rem;

    border: 1px solid #fecaca;
    border-radius: 10px;
    background: #fef2f2;

    color: #991b1b;
    font-size: 0.8rem;
    font-weight: 650;
}

.settings-password-form .settings-primary-button[b-zd66opdgux] {
    margin-top: 0.35rem;
}
/* /Components/Shared/ConfirmationDialog.razor.rz.scp.css */
.confirmation-backdrop[b-pz0p1ehmpo] {
    position: fixed;
    inset: 0;
    background: rgba(15,23,42,.55);

    display:flex;
    justify-content:center;
    align-items:center;

    z-index:9999;
}

.confirmation-dialog[b-pz0p1ehmpo]{

    width:min(460px,92vw);

    background:white;

    border-radius:18px;

    overflow:hidden;

    box-shadow:
        0 24px 60px rgba(15,23,42,.30);

    animation:
        confirmationAppear-b-pz0p1ehmpo .18s ease-out;
}

@keyframes confirmationAppear-b-pz0p1ehmpo{

    from{

        opacity:0;

        transform:
            translateY(10px)
            scale(.97);

    }

    to{

        opacity:1;

        transform:
            translateY(0)
            scale(1);

    }

}

.confirmation-header[b-pz0p1ehmpo]{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    padding:24px 24px 10px;
}

.confirmation-header h2[b-pz0p1ehmpo]{

    margin:0;

    font-size:1.25rem;

    font-weight:700;
}

.confirmation-header span[b-pz0p1ehmpo]{

    display:block;

    margin-top:8px;

    color:#64748b;

    line-height:1.5;
}

.confirmation-close[b-pz0p1ehmpo]{

    border:none;

    background:none;

    cursor:pointer;

    font-size:1.4rem;
}

.confirmation-footer[b-pz0p1ehmpo]{

    display:flex;

    justify-content:flex-end;

    gap:12px;

    padding:20px 24px 24px;
}

.confirmation-secondary[b-pz0p1ehmpo]{

    padding:.70rem 1.2rem;

    border-radius:10px;

    border:1px solid #cbd5e1;

    background:white;

    cursor:pointer;
}

.confirmation-primary[b-pz0p1ehmpo]{

    padding:.70rem 1.2rem;

    border:none;

    border-radius:10px;

    background:#2563eb;

    color:white;

    cursor:pointer;
}

.confirmation-danger[b-pz0p1ehmpo]{

    padding:.70rem 1.2rem;

    border:none;

    border-radius:10px;

    background:#dc2626;

    color:white;

    cursor:pointer;
}
