/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fwvfgnj5ql] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-fwvfgnj5ql] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/ActivityReportBeta.razor.rz.scp.css */
/* ── Activity Report (Beta) — layout chrome modeled on the Prospect Profile mockup ── */
.ar-beta[b-bo0lblllo2] {
    --purple-50: #EEEDFE;
    --purple-200: #AFA9EC;
    --purple-600: #534AB7;
    --purple-800: #3C3489;
    --green-800: #3B6D11;
    --red-800: #A32D2D;
    --bg: #F7F6F3;
    --surface: #FFFFFF;
    --border: rgba(0, 0, 0, 0.1);
    --border-strong: rgba(0, 0, 0, 0.18);
    --text: #1A1A18;
    --text-2: #5F5E5A;
    --text-3: #888780;
    --radius: 8px;
    --radius-lg: 12px;

    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ── Top bar ── */
.topbar[b-bo0lblllo2] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    background: var(--surface);
    border: 0.5px solid var(--border);
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    flex-wrap: wrap;
}

.topbar-title[b-bo0lblllo2] {
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
}

.sp[b-bo0lblllo2] {
    flex: 1;
}

/* ── Date bar ── */
.datebar[b-bo0lblllo2] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    background: var(--surface);
    border: 0.5px solid var(--border);
    border-top: none;
    flex-wrap: wrap;
}

.date-inputs[b-bo0lblllo2] {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ── Filter drawer ── */
.filter-drawer[b-bo0lblllo2] {
    background: var(--surface);
    border: 0.5px solid var(--border);
    border-top: none;
    padding: 14px 16px;
    display: none;
}

.filter-drawer.open[b-bo0lblllo2] {
    display: block;
}

/* ── Content ── */
.content[b-bo0lblllo2] {
    padding: 16px 0 8px;
}

/* ── KPI row ── */
.kpi-row[b-bo0lblllo2] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
}

.kpi[b-bo0lblllo2] {
    background: var(--surface);
    border: 0.5px solid var(--border);
    border-radius: var(--radius);
    padding: 11px 12px;
}

.kpi.accent[b-bo0lblllo2] {
    background: var(--purple-50);
    border-color: var(--purple-200);
}

.kpi-lbl[b-bo0lblllo2] {
    font-size: 10px;
    color: var(--text-2);
    margin-bottom: 3px;
}

.kpi-val[b-bo0lblllo2] {
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
}

.kpi.accent .kpi-val[b-bo0lblllo2] {
    color: var(--purple-800);
}

.kpi-sub[b-bo0lblllo2] {
    font-size: 10px;
    color: var(--text-3);
    margin-top: 3px;
}

/* ── Responsive ── */
@media (max-width: 1023px) {
    .kpi-row[b-bo0lblllo2] {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /Components/Pages/Authorization/UserManagement.razor.rz.scp.css */
/* Cards are flex items in a scrolling column; keep their natural height (don't shrink/clip)
   so the column scrolls instead. ::deep reaches the cards rendered by child components. */
.um-detail-scroll[b-3v3ki4fe1x]  .k-card {
    flex-shrink: 0;
}

/* The two assignment trees sit side by side, each in an equal-width column that
   wraps to a stacked layout when the pane gets narrow. */
.um-tree-row[b-3v3ki4fe1x] {
    flex-shrink: 0;
    align-items: flex-start;
}

.um-tree-col[b-3v3ki4fe1x] {
    flex: 1 1 360px;
    min-width: 0;
}

.um-body[b-3v3ki4fe1x] {
    background: #ffffff;
    border: 1px solid #dfe4ec;
    border-radius: 4px;
    overflow: hidden;
}

/* Readable secondary text — the theme's default subtle color is too light. */
.um-muted[b-3v3ki4fe1x] {
    color: #5b6675;
}

.um-title[b-3v3ki4fe1x] {
    color: #08234e;
}

/* Inline status pills (TelerikBadge renders as an overlay, so it floats to a corner). */
.um-badge[b-3v3ki4fe1x] {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 4px 10px;
    border-radius: 9999px;
    white-space: nowrap;
}

.um-badge-info[b-3v3ki4fe1x] {
    color: #1968b3;
    background: #e3eef9;
}

.um-badge-entire[b-3v3ki4fe1x] {
    color: #1f8a5b;
    background: #e2f3ea;
    border-radius: 5px;
    font-size: 10.5px;
    letter-spacing: 0.05em;
}

.um-error-text[b-3v3ki4fe1x] {
    color: #c0392b;
    font-size: 0.875rem;
}

/* Unsaved-changes indicator in the user list */
.um-dirty-dot[b-3v3ki4fe1x] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e67e22;
}

/* Roles | Email cadences — two side-by-side groups that stack when narrow */
.um-settings-cols[b-3v3ki4fe1x] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 48px;
}

.um-settings-col[b-3v3ki4fe1x] {
    flex: 1 1 240px;
    min-width: 0;
}

.um-col-heading[b-3v3ki4fe1x] {
    font-weight: 600;
    color: #08234e;
    margin-bottom: 8px;
}

/* Roles toggles — compact responsive columns */
.um-roles-grid[b-3v3ki4fe1x] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    column-gap: 32px;
    row-gap: 4px;
}

.um-role-row[b-3v3ki4fe1x] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 2px 0;
}

/* User list rows */
.um-user-row[b-3v3ki4fe1x] {
    border-bottom: 1px solid #f3f5f8;
    cursor: pointer;
}

.um-user-row:hover[b-3v3ki4fe1x] {
    background: #f7f9fb;
}

.um-user-row.um-selected[b-3v3ki4fe1x] {
    background: #f1f7fc;
    box-shadow: inset 3px 0 0 #1968b3;
}
/* /Components/Shared/AssignmentTree.razor.rz.scp.css */
/* Readable secondary text — the theme's default subtle color is too light. */
.um-muted[b-tc582t0aza] {
    color: #5b6675;
}

/* Inline status pills (TelerikBadge renders as an overlay, so it floats to a corner). */
.um-badge[b-tc582t0aza] {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 4px 10px;
    border-radius: 9999px;
    white-space: nowrap;
}

.um-badge-info[b-tc582t0aza] {
    color: #1968b3;
    background: #e3eef9;
}

.um-badge-entire[b-tc582t0aza] {
    color: #1f8a5b;
    background: #e2f3ea;
    border-radius: 5px;
    font-size: 10.5px;
    letter-spacing: 0.05em;
}
