@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Views/Bases/ValidationSummaryBase.razor.rz.scp.css */
/* /Views/Components/ChildProfileComponents/ClientInfoOverlay.razor.rz.scp.css */
.client-overlay__card[b-dcxwjn2f8t] {
    max-width: 900px;
    margin: 0 auto;
}

.client-overlay__inner[b-dcxwjn2f8t] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* HEADER */
.client-overlay__header[b-dcxwjn2f8t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid rgba(0,0,0,.06);
    padding-bottom: 1rem;
}

.client-overlay__identity[b-dcxwjn2f8t] {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.client-overlay__avatar[b-dcxwjn2f8t] {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    background: rgba(0,0,0,.04);
}

.client-overlay__display-name[b-dcxwjn2f8t] {
    font-weight: 700;
    font-size: 1.05rem;
}

.client-overlay__meta[b-dcxwjn2f8t] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin-top: .15rem;
    font-size: .85rem;
    opacity: .8;
}

.client-overlay__meta-item[b-dcxwjn2f8t] {
    white-space: nowrap;
}

.client-overlay__meta-separator[b-dcxwjn2f8t] {
    opacity: .4;
}

.client-overlay__age-pill[b-dcxwjn2f8t] {
    padding: .1rem .5rem;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.15);
    font-size: .8rem;
}

/* Actions */
.client-overlay__actions[b-dcxwjn2f8t] {
    gap: .5rem;
}

/* Summary chips row */
.client-overlay__summary[b-dcxwjn2f8t] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    font-size: .85rem;
}

.client-overlay__chip[b-dcxwjn2f8t] {
    padding: .25rem .6rem;
    border-radius: 999px;
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.05);
}

/* Sections grid */
.client-overlay__sections-grid[b-dcxwjn2f8t] {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 1rem;
}

@media (max-width: 768px) {
    .client-overlay__sections-grid[b-dcxwjn2f8t] {
        grid-template-columns: minmax(0,1fr);
    }

    .client-overlay__header[b-dcxwjn2f8t] {
        flex-direction: column;
        align-items: stretch;
    }

    .client-overlay__actions[b-dcxwjn2f8t] {
        justify-content: flex-start;
    }
}

/* Section */
.client-overlay__section[b-dcxwjn2f8t] {
    padding: .75rem .9rem;
    border-radius: .75rem;
    background: rgba(0,0,0,.015);
    border: 1px solid rgba(0,0,0,.04);
}

.client-overlay__section-header[b-dcxwjn2f8t] {
    margin-bottom: .4rem;
}

.client-overlay__section-title[b-dcxwjn2f8t] {
    font-weight: 600;
    font-size: .95rem;
}

.client-overlay__section-subtitle[b-dcxwjn2f8t] {
    font-size: .8rem;
    opacity: .7;
}

/* Definition list layout */
.dl-grid[b-dcxwjn2f8t] {
    margin: 0;
}

.dl-grid--2col[b-dcxwjn2f8t] {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
    column-gap: .75rem;
    row-gap: .2rem;
    font-size: .9rem;
}

    .dl-grid--2col dt[b-dcxwjn2f8t] {
        font-weight: 500;
        opacity: .85;
    }

    .dl-grid--2col dd[b-dcxwjn2f8t] {
        margin: 0;
    }

/* Address can wrap nicely */
.client-overlay__address[b-dcxwjn2f8t] {
    white-space: pre-wrap;
}
/* /Views/Components/LoginComponents/LoginForm.razor.rz.scp.css */
/* keep the text from going under the button */
.password-field[b-duse779yzj] {
  position: relative;
}

/* LoginForm.razor.css */
.password-field[b-duse779yzj] {
    position: relative;
}

    .password-field .pw-toggle[b-duse779yzj] {
        position: absolute;
        inset-inline-end: .5rem;
        inset-block-start: 50%;
        transform: translateY(-50%);
        border: 0;
        background: transparent;
        padding: .25rem;
        cursor: pointer;
        display: grid;
        place-items: center;
        line-height: 1;
        border-radius: 6px;
    }

        .password-field .pw-toggle:focus-visible[b-duse779yzj] {
            outline: 2px solid transparent;
            box-shadow: 0 0 0 3px rgba(59,130,246,.35);
        }

    .password-field .material-icons[b-duse779yzj] {
        font-size: 20px;
    }
/* /Views/Layout/MainLayout.razor.rz.scp.css */
/* Component-scoped helpers (safe in .razor.css).
   Do NOT put global backgrounds or container rules here. */

@media (min-width: 641px) {
    .top-row[b-8jjxztzc2c] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .sidebar[b-8jjxztzc2c] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}
/* /Views/Pages/LoginPage.razor.rz.scp.css */
/* Login.razor.css — scoped */
.login-page[b-uj56u3ygmq] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: var(--bg-page);
    padding: 24px clamp(16px, 4vw, 32px);
    box-sizing: border-box;
}

.login-container[b-uj56u3ygmq] {
    width: min(100%, var(--auth-max));
    margin-inline: auto;
}

.login-card[b-uj56u3ygmq] {
    background: var(--bg-card);
    border: var(--border);
    border-radius: var(--radius);
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    padding: var(--card-pad);
}

.login-header[b-uj56u3ygmq] {
    text-align: center;
    margin-bottom: .75rem;
}

.login-logo[b-uj56u3ygmq] {
    display: inline-block;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

    .login-logo img[b-uj56u3ygmq] {
        width: 140px;
        max-width: 90%;
        height: auto;
        display: block;
    }

.login-title[b-uj56u3ygmq] {
    margin: .5rem 0 .25rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.login-subtitle[b-uj56u3ygmq] {
    color: var(--muted);
    margin: 0;
    font-size: .95rem;
}

.login-form[b-uj56u3ygmq] {
    margin-top: .75rem;
}

.login-footer[b-uj56u3ygmq] {
    margin-top: .5rem;
    text-align: end;
}

.login-link[b-uj56u3ygmq] {
    color: var(--accent);
    text-decoration: none;
    font-size: .9rem;
}

    .login-link:hover[b-uj56u3ygmq] {
        text-decoration: underline;
    }

@media (max-width:640px) {
    .login-card[b-uj56u3ygmq] {
        padding: 16px;
    }

    .login-logo img[b-uj56u3ygmq] {
        width: 120px;
    }
}
