@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Pages/Journeys/Components/EngagementReportContent.razor.rz.scp.css */
.journey-er[b-xet7ypuhm5] { color: #1c2233; }
.journey-er-head[b-xet7ypuhm5] { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid #e7e9f2; }
.journey-er-eyebrow[b-xet7ypuhm5] { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: #8a90a2; font-weight: 600; }
.journey-er-title[b-xet7ypuhm5] { font-size: 20px; font-weight: 700; color: #1c2233; }
.journey-er-desc[b-xet7ypuhm5] { font-size: 13px; color: #697086; margin-top: 2px; }
.journey-er-decision[b-xet7ypuhm5] { text-align: right; display: flex; flex-direction: column; gap: 4px; align-items: flex-end; }
.journey-er-decision-label[b-xet7ypuhm5] { font-size: 11px; text-transform: uppercase; letter-spacing: .5px; color: #8a90a2; }
.journey-er-pill[b-xet7ypuhm5] { background: #e6a417; color: #3a2a00; font-weight: 700; font-size: 15px; padding: 7px 16px; border-radius: 999px; }
.journey-er-kpis[b-xet7ypuhm5] { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin: 16px 0 4px; }
.journey-er-kpi[b-xet7ypuhm5] { background: #f8f9fc; border: 1px solid #e7e9f2; border-radius: 10px; padding: 12px 14px; }
.journey-er-kpi-label[b-xet7ypuhm5] { font-size: 11px; text-transform: uppercase; letter-spacing: .5px; color: #8a90a2; font-weight: 600; }
.journey-er-kpi-value[b-xet7ypuhm5] { font-size: 24px; font-weight: 700; color: #1c2233; line-height: 1.2; }
.journey-er-h3[b-xet7ypuhm5] { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: #1c2233; margin: 24px 0 8px; }
.journey-er-inputs[b-xet7ypuhm5] { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.journey-er-attr[b-xet7ypuhm5] { background: #f8f9fc; border: 1px solid #e7e9f2; border-radius: 9px; padding: 10px 12px; }
.journey-er-attr-k[b-xet7ypuhm5] { font-size: 11px; text-transform: uppercase; letter-spacing: .4px; color: #8a90a2; margin-bottom: 3px; }
.journey-er-attr-v[b-xet7ypuhm5] { font-size: 14px; font-weight: 600; color: #1c2233; word-break: break-word; }
.journey-er-steps[b-xet7ypuhm5] { display: flex; flex-direction: column; gap: 6px; }
.journey-er-step[b-xet7ypuhm5] { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid #e7e9f2; border-radius: 8px; background: #fff; }
.journey-er-step.done[b-xet7ypuhm5] { border-left: 3px solid #1f7a4d; }
.journey-er-step.pending[b-xet7ypuhm5] { border-left: 3px solid #a3660f; }
.journey-er-step-status[b-xet7ypuhm5] { width: 22px; height: 22px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; background: #eef0f3; color: #51606e; }
.journey-er-step.done .journey-er-step-status[b-xet7ypuhm5] { background: #e6f6ee; color: #1f7a4d; }
.journey-er-step.pending .journey-er-step-status[b-xet7ypuhm5] { background: #fdf1e3; color: #a3660f; }
.journey-er-step-num[b-xet7ypuhm5] { width: 22px; height: 22px; border-radius: 50%; background: #010027; color: #fff; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex: none; }
.journey-er-step-name[b-xet7ypuhm5] { font-size: 14px; font-weight: 600; color: #1c2233; }
.journey-er-step-type[b-xet7ypuhm5] { font-size: 11px; color: #8a90a2; margin-top: 2px; }
/* /Pages/Onboard/Components/AddParseJsonDialog.razor.rz.scp.css */
/* Source of truth for app.css: wwwroot/css/parse-json-dialog.scss — run npm run build:css after edits */
/* Parse JSON dialog — compact, neutral layout */
.pj-intro[b-llg4sr2acy] {
    margin: 0 0 1rem;
    padding: 0.6rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.45;
    color: var(--pj-text, #1a1a1a);
    background: #f5f3ef;
    border-radius: 6px;
    border: 1px solid #e8e6e3;
}

.pj-hint--tight[b-llg4sr2acy] {
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
}

.pj-wrap[b-llg4sr2acy] {
    --pj-bg: #faf9f7;
    --pj-card: #fff;
    --pj-border: #e8e6e3;
    --pj-text: #1a1a1a;
    --pj-muted: #6b6b6b;
    --pj-accent: #1f2d48;
    --pj-accent-hover: #182a40;
    --pj-accent-light: #e8eaef;
    --pj-accent-border: #c8ccd4;
    --pj-warn-bg: #fff8e6;
    --pj-warn-border: #e6d9a8;
    font-size: 0.875rem;
    color: var(--pj-text);
}

.pj-meta[b-llg4sr2acy] {
    display: grid;
    grid-template-columns: 1fr minmax(17rem, auto);
    gap: 0.75rem 1rem;
    align-items: start;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--pj-border);
}

.pj-meta-name .pj-label[b-llg4sr2acy] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--pj-muted);
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.pj-meta-colors[b-llg4sr2acy] {
    min-width: 16rem;
}

.pj-meta-colors .w3-section[b-llg4sr2acy],
.pj-meta-colors .pj-step-colors[b-llg4sr2acy] {
    margin: 0 !important;
}

.pj-meta-colors .pj-label[b-llg4sr2acy] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--pj-muted);
    margin-bottom: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.pj-step-colors-box[b-llg4sr2acy] {
    border: 1px solid var(--pj-border);
    padding: 0.65rem 0.85rem;
    border-radius: 6px;
    background: #fff;
}

.pj-meta-colors[b-llg4sr2acy]  .pj-step-colors-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-end !important;
    gap: 1.5rem !important;
}

.pj-step-color-field[b-llg4sr2acy] {
    flex: 0 0 auto;
    min-width: 6.5rem;
}

.pj-step-color-field label[b-llg4sr2acy] {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--pj-text);
    margin-bottom: 0.25rem;
    white-space: nowrap;
}

.pj-card[b-llg4sr2acy] {
    background: var(--pj-card);
    border: 1px solid var(--pj-border);
    border-left: 3px solid var(--pj-accent);
    border-radius: 8px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.pj-card-head[b-llg4sr2acy] {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    padding: 0.65rem 0.85rem;
    background: #ede9e3;
    border-bottom: 1px solid var(--pj-border);
}

.pj-step-badge[b-llg4sr2acy] {
    flex-shrink: 0;
    width: 1.35rem;
    height: 1.35rem;
    line-height: 1.35rem;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 700;
    color: #fff;
    background: var(--pj-accent);
    border-radius: 4px;
}

.pj-card-title[b-llg4sr2acy] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
}

.pj-hint[b-llg4sr2acy] {
    margin: 0.15rem 0 0;
    font-size: 0.75rem;
    color: var(--pj-muted);
    line-height: 1.35;
}

.pj-card-body[b-llg4sr2acy] {
    padding: 0.75rem 0.85rem;
}

.pj-card-body > label.pj-label[b-llg4sr2acy] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--pj-muted);
    margin-bottom: 0.35rem;
}

.pj-status[b-llg4sr2acy] {
    margin: 0.5rem 0 0;
    padding: 0.45rem 0.6rem;
    border-radius: 6px;
    font-size: 0.75rem;
    line-height: 1.4;
}

.pj-status--ok[b-llg4sr2acy] {
    background: #f0f7f0;
    border: 1px solid #d4e8d4;
    color: #2d5a2d;
}

.pj-status--warn[b-llg4sr2acy] {
    background: var(--pj-warn-bg);
    border: 1px solid var(--pj-warn-border);
    color: #5c4a12;
}

.pj-status--err[b-llg4sr2acy] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.pj-details[b-llg4sr2acy] {
    margin-top: 0.5rem;
    border: 1px solid var(--pj-border);
    border-radius: 6px;
    background: var(--pj-bg);
}

.pj-details > summary[b-llg4sr2acy] {
    padding: 0.4rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--pj-muted);
    cursor: pointer;
    list-style-position: inside;
}

.pj-details[open] > summary[b-llg4sr2acy] {
    border-bottom: 1px solid var(--pj-border);
    margin-bottom: 0;
}

.pj-details-body[b-llg4sr2acy] {
    padding: 0.5rem 0.6rem;
}

.pj-outputs-toolbar[b-llg4sr2acy] {
    margin-bottom: 0.5rem;
}

.pj-hint--toolbar[b-llg4sr2acy] {
    margin-bottom: 0 !important;
}

.pj-output-section[b-llg4sr2acy] {
    margin-bottom: 0.5rem;
    border: 1px solid var(--pj-border);
    border-radius: 4px;
    overflow: hidden;
}

.pj-output-section-head[b-llg4sr2acy] {
    margin: 0 !important;
    padding: 0.5rem 0.65rem !important;
    background: #f5f5f5 !important;
    border: none !important;
    border-bottom: 1px solid transparent;
    font-size: 0.85rem;
    color: var(--pj-text) !important;
}

.pj-output-section-head:hover[b-llg4sr2acy] {
    background: #ebebeb !important;
}

.pj-output-chevron[b-llg4sr2acy] {
    width: 1rem;
    margin-right: 0.35rem;
    color: var(--pj-muted);
}

.pj-output-section-title[b-llg4sr2acy] {
    font-weight: 600;
}

.pj-output-section-count[b-llg4sr2acy] {
    margin-left: 0.35rem;
    font-weight: normal;
}

.pj-output-section-body[b-llg4sr2acy] {
    padding: 0;
}

.pj-cell-muted[b-llg4sr2acy] {
    color: #6b6b6b;
}

.pj-empty[b-llg4sr2acy] {
    margin: 0;
    font-size: 0.75rem;
    color: var(--pj-muted);
    text-align: center;
    padding: 0.5rem;
}

.pj-wrap .table[b-llg4sr2acy] {
    margin-bottom: 0;
    font-size: 0.8rem;
}

.pj-wrap .table th[b-llg4sr2acy] {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--pj-muted);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-bottom-width: 1px;
}

.pj-wrap .form-control-sm[b-llg4sr2acy] {
    font-size: 0.8rem;
}

.pj-form-tabs[b-llg4sr2acy] {
    margin-top: 0.5rem;
}

.pj-form-tabs a[b-llg4sr2acy] {
    text-decoration: none;
    color: inherit;
}

.pj-tab-panel[b-llg4sr2acy] {
    padding: 1rem 0 0.5rem;
    display: flex;
    flex-direction: column;
    min-height: 22rem;
}

.pj-hint--panel[b-llg4sr2acy] {
    margin-bottom: 1rem;
    font-size: 0.8rem;
    color: var(--pj-muted);
    line-height: 1.45;
}

.pj-label--field[b-llg4sr2acy] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--pj-muted);
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.pj-source-tab[b-llg4sr2acy] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.pj-source-anchor[b-llg4sr2acy] {
    margin-bottom: 1rem !important;
    padding: 0.85rem 1rem 1rem !important;
    background: #f3f4f6 !important;
    border: none !important;
    border-radius: 8px !important;
    overflow: visible;
}

.pj-source-control[b-llg4sr2acy] {
    position: relative;
    overflow: visible;
}

.pj-source-control .dropdown-container[b-llg4sr2acy] {
    width: 100%;
    border: 1px solid var(--pj-border);
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
    overflow: visible;
    position: relative;
    z-index: 1;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}

.pj-source-control .dropdown-container:has(.dropdown-content)[b-llg4sr2acy] {
    z-index: 10050;
}

.pj-source-control .dropdown-header[b-llg4sr2acy] {
    padding: 0.65rem 2.75rem 0.65rem 0.85rem;
    min-height: 2.5rem;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    white-space: normal !important;
    cursor: pointer;
    background: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--pj-text);
}

.pj-source-control .dropdown-content[b-llg4sr2acy] {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    margin: 0;
    padding: 0.5rem;
    border: none;
    border-top: 1px solid var(--pj-border);
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 12px rgba(19, 36, 58, 0.12);
    background: #fff;
    z-index: 10051;
}

.pj-source-control .dropdown-container:hover[b-llg4sr2acy] {
    border-color: #c5c2bc;
    box-shadow: none;
}

.pj-source-control .dropdown-header:hover[b-llg4sr2acy] {
    background: #f6f5f3;
}

.pj-source-control .dropdown-header .arrow[b-llg4sr2acy] {
    color: #495057;
    font-size: 0.85rem;
    flex-shrink: 0;
    margin-left: 0.5rem;
}

.pj-source-control .dropdown-header .arrow i[b-llg4sr2acy] {
    transition: transform 0.15s ease;
}

.pj-source-change[b-llg4sr2acy] {
    position: absolute;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b6b6b;
    pointer-events: none;
    z-index: 1;
}

.pj-shape-panel[b-llg4sr2acy] {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    padding: 0;
    border: 1px solid var(--pj-border);
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

.pj-shape-panel-head[b-llg4sr2acy] {
    padding: 0.5rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--pj-text);
    background: #f5f5f5;
    border-bottom: 1px solid var(--pj-border);
}

.pj-details--secondary[b-llg4sr2acy] {
    margin-top: 0;
}

.pj-tab-footer[b-llg4sr2acy] {
    margin-top: auto;
    padding-top: 1.25rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid var(--pj-border);
}

.pj-btn-primary[b-llg4sr2acy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 10.5rem;
    padding: 0.6rem 1.35rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    background: var(--pj-accent);
    border: 1px solid var(--pj-accent-hover);
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(26, 54, 70, 0.2);
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.pj-btn-primary:hover:not(:disabled)[b-llg4sr2acy] {
    background: var(--pj-accent-hover);
    border-color: #0f242f;
    box-shadow: 0 3px 8px rgba(26, 54, 70, 0.28);
}

.pj-btn-primary:disabled[b-llg4sr2acy] {
    background: #9aa8b3;
    border-color: #8896a1;
    color: #f0f2f1;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 1;
}

.pj-btn-secondary[b-llg4sr2acy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.6rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--pj-text);
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.12s ease, border-color 0.12s ease;
}

footer.pj-dialog-footer .pj-btn-secondary[b-llg4sr2acy],
.rules-table-embedded__footer .pj-btn-secondary[b-llg4sr2acy] {
    padding: 7px 15px;
    font-size: inherit;
    font-weight: inherit;
    border-radius: 0;
    box-sizing: border-box;
    color: #1A3646;
    gap: 0.4rem;
}

footer.pj-dialog-footer .pj-btn-secondary:hover:not(:disabled)[b-llg4sr2acy],
.rules-table-embedded__footer .pj-btn-secondary:hover:not(:disabled)[b-llg4sr2acy] {
    background: #f1f5f7;
    color: #1A3646;
    border-color: #1A3646;
}

.pj-btn-back[b-llg4sr2acy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 8px 16px;
    font-size: inherit;
    font-weight: inherit;
    border-radius: 0;
    box-sizing: border-box;
    background-color: #ffffff !important;
    color: #1A3646 !important;
    border: 1px solid #1A3646 !important;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.pj-btn-back:hover:not(:disabled)[b-llg4sr2acy] {
    background-color: #f1f5f7 !important;
    color: #1A3646 !important;
    border-color: #1A3646 !important;
}

.pj-btn-back:disabled[b-llg4sr2acy] {
    cursor: not-allowed;
    opacity: 0.3;
}

.pj-btn-secondary:hover[b-llg4sr2acy] {
    background: #f5f3ef;
}

.pj-tab-next[b-llg4sr2acy] {
    margin-top: 1.5rem;
    text-align: right;
}

.pj-empty--centered[b-llg4sr2acy] {
    text-align: center;
    padding: 2.5rem 0;
    color: var(--pj-muted);
    font-size: 0.8rem;
}

/* Pull individual values by path (additive path-extraction feature) */
.pj-path-card[b-llg4sr2acy] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: var(--pj-card, #fff);
    border: 1px solid var(--pj-border, #e8e6e3);
    border-radius: 6px;
}

.pj-path-card-head[b-llg4sr2acy] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    margin-bottom: 0.5rem;
}

.pj-path-card-title[b-llg4sr2acy] {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--pj-text, #1a1a1a);
}

.pj-path-table code[b-llg4sr2acy],
.pj-path-card code[b-llg4sr2acy] {
    font-size: 0.75rem;
    background: var(--pj-accent-light, #e8eaef);
    padding: 0.05rem 0.3rem;
    border-radius: 3px;
}

.pj-path-preview[b-llg4sr2acy] {
    font-size: 0.78rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10rem;
}

.pj-path-add[b-llg4sr2acy] {
    text-decoration: none;
}
/* /Pages/Onboard/Components/JsonListExtractEditor.razor.rz.scp.css */
.pj-extract-table[b-b1ty6si7he] {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

.pj-extract-table tbody tr:nth-child(even)[b-b1ty6si7he] {
    background-color: #faf9f7;
}

.pj-extract-table tbody tr:nth-child(odd)[b-b1ty6si7he] {
    background-color: #fff;
}

.pj-extract-table th[b-b1ty6si7he] {
    font-size: 0.7rem;
    font-weight: 600;
    white-space: nowrap;
}

.pj-extract-preview[b-b1ty6si7he] {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.2rem;
    margin-top: 0;
}

.pj-extract-preview span[b-b1ty6si7he] {
    font-family: ui-monospace, Menlo, Consolas, monospace;
    font-size: 0.65rem;
    padding: 0.1rem 0.35rem;
    background: #faf9f7;
    border: 1px solid #e8e6e3;
    border-radius: 3px;
    color: #6b6b6b;
}

.pj-extract-add[b-b1ty6si7he] {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
}

.pj-extract-hint[b-b1ty6si7he] {
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
    color: #6b6b6b;
}

.pj-extract-example[b-b1ty6si7he] {
    margin: 0 0 0.65rem;
    padding: 0.45rem 0.55rem;
    font-size: 0.75rem;
    line-height: 1.4;
    color: #4a4a4a;
    background: #f5f3ef;
    border-radius: 6px;
    border: 1px solid #e8e6e3;
}

.pj-extract-will-create[b-b1ty6si7he] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.35rem;
}

.pj-extract-will-create-label[b-b1ty6si7he] {
    display: inline;
    flex: 0 0 auto;
    font-size: 0.65rem;
    font-weight: 600;
    color: #6b6b6b;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0;
    white-space: nowrap;
}
/* /Pages/Onboard/Components/ParseJsonShapeTable.razor.rz.scp.css */
.pj-shape-panel-inner[b-uz2ind8319] {
    padding: 0;
}

.pj-wrap .pj-data-table[b-uz2ind8319] {
    margin: 0;
    font-size: 0.8rem;
    width: 100%;
    border-collapse: collapse;
}

.pj-wrap .pj-data-table thead th[b-uz2ind8319] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #fff !important;
    background: var(--pj-accent, #1f2d48) !important;
    border-bottom: none;
    padding: 0.5rem 0.65rem !important;
    vertical-align: middle;
    white-space: nowrap;
}

.pj-wrap .pj-data-table tbody td[b-uz2ind8319] {
    padding: 0.45rem 0.65rem !important;
    vertical-align: middle;
}

.pj-wrap .pj-data-table tbody tr:nth-child(odd)[b-uz2ind8319] {
    background-color: #fff;
}

.pj-wrap .pj-data-table tbody tr:nth-child(even)[b-uz2ind8319] {
    background-color: #f9f9f9;
}

.pj-sample-null[b-uz2ind8319],
.pj-sample-value code[b-uz2ind8319] {
    font-size: 0.75rem;
}

.pj-sample-null-label[b-uz2ind8319] {
    color: #9ca3af;
    font-style: italic;
    font-weight: 500;
}

.pj-sample-value code[b-uz2ind8319] {
    color: #374151;
    background: #f3f4f6;
    padding: 0.1rem 0.35rem;
    border-radius: 3px;
}

.pj-shape-details-wrap .pj-shape-details[b-uz2ind8319] {
    margin-top: 0;
}
/* /Pages/Onboard/Components/StatsOnboardService.razor.rz.scp.css */
.stats-page[b-vhd3ut73f6] {
    padding: 1rem 0 1.5rem;
}

.stats-page-header[b-vhd3ut73f6] {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.stats-page-empty[b-vhd3ut73f6] {
    margin: 0;
    padding: 0.5rem 0;
}

.stats-table-toolbar[b-vhd3ut73f6] {
    margin-bottom: 0.75rem;
}

.stats-search-input[b-vhd3ut73f6] {
    max-width: 20rem;
}

.stats-table-wrap[b-vhd3ut73f6] {
    overflow-x: auto;
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 4px;
}

.stats-conditions-table th[b-vhd3ut73f6],
.stats-conditions-table td[b-vhd3ut73f6] {
    padding: 0.5rem 0.75rem !important;
    vertical-align: middle !important;
}

.stats-condition-cell[b-vhd3ut73f6] {
    min-width: 12rem;
}

.stats-condition-step-name[b-vhd3ut73f6] {
    font-weight: 600;
}

.stats-condition-summary[b-vhd3ut73f6] {
    font-size: 0.875rem;
    margin-top: 0.15rem;
}

.stats-never-triggered-tag[b-vhd3ut73f6] {
    display: inline-block;
    margin-top: 0.35rem;
    font-size: 0.75rem;
    color: #c45c00;
}

.stats-true-cell[b-vhd3ut73f6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.stats-table-bar-track[b-vhd3ut73f6] {
    width: 4.5rem;
    height: 0.35rem;
    background: #e8e6e3;
    border-radius: 2px;
    overflow: hidden;
}

.stats-table-bar-fill[b-vhd3ut73f6] {
    height: 100%;
}

.stats-true-pct[b-vhd3ut73f6] {
    color: #6b6b6b;
    font-size: 0.875rem;
}
/* /Pages/Onboard/Components/StepColor.razor.rz.scp.css */
.pj-step-colors .pj-label[b-rswxhs46yt] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b6b6b;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.pj-step-colors-box[b-rswxhs46yt] {
    border: 1px solid #e8e6e3;
    padding: 0.65rem 0.85rem;
    border-radius: 6px;
    background: #fff;
}

.pj-step-colors-row[b-rswxhs46yt] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 1.5rem;
}

.pj-step-color-field[b-rswxhs46yt] {
    flex: 0 0 auto;
    min-width: 5.5rem;
}

.pj-step-color-field label[b-rswxhs46yt] {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
    white-space: nowrap;
}

.pj-step-color-field .pickr[b-rswxhs46yt] {
    margin-top: 0;
}

.pj-step-colors--compact[b-rswxhs46yt] {
    margin-bottom: 0;
}

.pj-step-colors--compact .pj-step-colors-box[b-rswxhs46yt] {
    padding: 0.45rem 0.65rem;
}

.pj-native-color-input[b-rswxhs46yt] {
    display: block;
    width: 2.75rem;
    height: 2rem;
    padding: 0;
    border: 1px solid #e8e6e3;
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
}
/* /Pages/ReferenceTables/Edit.razor.rz.scp.css */
/* Page-scoped alignment for the reference-table editor. */

.w3-input[b-cn3a31czr9],
.w3-select[b-cn3a31czr9] {
    height: 31px;
    padding: 4px 10px;
    box-sizing: border-box;
}

.w3-table-f th[b-cn3a31czr9] {
    padding-left: 7px;
}

.reference-table-panel[b-cn3a31czr9] {
    border: 1px solid #e4e8ec;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.reference-table-panel__header[b-cn3a31czr9] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    border: none;
    background: #f6f8fa;
    cursor: pointer;
    text-align: left;
}

.reference-table-panel__body[b-cn3a31czr9] {
    padding: 12px 14px 14px;
    border-top: 1px solid #e4e8ec;
}

.reference-table-upload-toggle[b-cn3a31czr9] {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 8px 0 0;
    border: none;
    border-top: 1px dashed #dde3ea;
    background: transparent;
    color: #1a3646;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

.reference-table-upload[b-cn3a31czr9] {
    margin-top: 8px;
    padding: 10px 12px;
    border-radius: 6px;
    background: #f9fafb;
}

.reference-table-rows-toolbar[b-cn3a31czr9] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid #e4e8ec;
    background: #f6f8fa;
}

.reference-table-search[b-cn3a31czr9] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 240px;
    min-width: 220px;
}

.reference-table-search__input[b-cn3a31czr9] {
    flex: 1 1 auto;
    min-width: 160px;
}

.reference-table-rows-actions[b-cn3a31czr9] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.reference-table-page-size[b-cn3a31czr9] {
    width: 72px;
    margin-left: 6px;
    height: 28px;
    padding: 2px 8px;
}

.reference-table-rows-summary[b-cn3a31czr9] {
    margin: 10px 14px 0;
}

.reference-table-rows-scroll[b-cn3a31czr9] {
    max-height: 520px;
    overflow: auto;
    margin: 8px 14px 0;
    border: 1px solid #e4e8ec;
    border-radius: 6px;
}

.reference-table-rows thead th[b-cn3a31czr9] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f0f3f6;
    box-shadow: 0 1px 0 #e4e8ec;
}

.reference-table-rows tbody tr:nth-child(even)[b-cn3a31czr9] {
    background: #fafbfc;
}

.reference-table-row-num[b-cn3a31czr9] {
    width: 42px;
    text-align: right;
    padding-right: 10px !important;
    font-size: 12px;
}

.reference-table-cell[b-cn3a31czr9] {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    padding: 6px 8px;
    font-size: 13px;
    box-sizing: border-box;
}

.reference-table-cell:hover[b-cn3a31czr9] {
    background: #fff;
    border-color: #e0e5ea;
}

.reference-table-cell:focus[b-cn3a31czr9] {
    outline: none;
    background: #fff;
    border-color: #9cb897;
    box-shadow: 0 0 0 2px rgba(156, 184, 151, 0.25);
}

.reference-table-field[b-cn3a31czr9] {
    font-size: 13px;
}

.reference-table-pagination[b-cn3a31czr9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 14px 14px;
}
/* /Pages/RulesTables/RulesTableRow.razor.rz.scp.css */
.rules-table-lookup-tag[b-j2dza7x3fu] {
    background-color: #e3edf5 !important;
    color: #243042 !important;
}
/* /Pages/RulesTables/RulesTableService.razor.rz.scp.css */
.rules-table-embedded[b-dviv35imoz] {
    max-height: min(62vh, 720px);
    overflow: auto;
    border: 1px solid #e4e8ec;
    border-radius: 8px;
    padding: 8px 8px 0;
    background: #fafbfc;
}

.rules-table-embedded__footer[b-dviv35imoz] {
    display: flex;
    align-items: center;
    gap: 8px;
    position: sticky;
    bottom: 0;
    border-top: 1px solid #e4e8ec;
    margin-top: 8px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-64139zn9d6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-64139zn9d6] {
    flex: 1;
}

.sidebar[b-64139zn9d6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-64139zn9d6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-64139zn9d6]  a, .top-row[b-64139zn9d6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-64139zn9d6]  a:hover, .top-row[b-64139zn9d6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-64139zn9d6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-64139zn9d6] {
        display: none;
    }

    .top-row.auth[b-64139zn9d6] {
        justify-content: space-between;
    }

    .top-row[b-64139zn9d6]  a, .top-row[b-64139zn9d6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-64139zn9d6] {
        flex-direction: row;
    }

    .sidebar[b-64139zn9d6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-64139zn9d6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-64139zn9d6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
/* /Shared/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-w3ufbxjgt0] .sortable-ghost {
  visibility: hidden;
}

[b-w3ufbxjgt0] .sortable-fallback {
  opacity: 1 !important
}
