/* ========== ROOT VARIABLES ========== */
:root {
--sidebar-bg: #003087;
--primary-blue: #0052cc;
--sidebar-active-bg: #0052cc;
--text-dark: #1a2b4c;
--text-muted: #6c757d;
--kpi-blue: #0052cc;
--kpi-purple: #6f42c1;
--kpi-red: #dc3545;
--kpi-green: #28a745;
--card-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
--border-light: #e5e9f0;
}

/* ========== GLOBAL RESET & BODY ========== */
* {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
background: #f8f9fc;
margin: 0;
padding: 0;
}

/* ========== TOP NAVBAR / TOP BAR ========== */
.top-bar,
.top-navbar {background: white;border-bottom: 1px solid var(--border-light);padding: 12px 24px;height: 64px;display: flex;align-items: center;justify-content: space-between;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);position: relative;z-index: 1;width: 85%;margin-left: auto;}
/* .top-navbar::before {
    position: absolute;
    content: '';
    width: 240px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    background: #134e9a;
} */
.logo {
font-weight: 700;
font-size: 20px;
color: var(--sidebar-bg);
}

.visit-btn {
background: var(--primary-blue);
color: white;
border-radius: 6px;
padding: 6px 20px;
font-size: 14px;
font-weight: 600;
border: none;
cursor: pointer;
}

.visit-btn:hover {
background: #003d99;
}

.user-avatar {
width: 32px;
height: 32px;
background: var(--primary-blue);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 15px;
}

/* ========== SIDEBAR ========== */
.sidebar {background: #134e9a;color: white;min-height: calc(100vh - 68px);width: 240px;position: fixed;top: 0;left: 0;overflow-y: auto;padding: 20px 10px;height: 100%;}

.sidebar .nav-link {
color: rgba(255, 255, 255, 0.9);
padding: 14px 20px;
font-size: 15px;
font-weight: 500;
display: flex;
align-items: center;
text-decoration: none;
transition: all 0.2s;
}

.sidebar .nav-link i,
.sidebar .nav-link .icon {
width: 22px;
margin-right: 12px;
}

.sidebar .nav-link:hover {
background: rgba(255, 255, 255, 0.1);
color: white;
}

.sidebar .nav-link.active {
background: #1f5fc3;
color: white;
font-weight: 600;
border-radius: 10px;
}

/* ========== MAIN CONTENT ========== */
.main-content {
padding: 24px;
background: #f8f9fc;
margin-left: 240px;
min-height: calc(100vh - 64px);
}

/* ========== TYPOGRAPHY & SECTION TITLES ========== */
.dashboard-header h1,
.page-title {
font-size: 28px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 4px;
}

.dashboard-header p {
color: var(--text-muted);
font-size: 15px;
margin-bottom: 0;
}

.section-title {
font-size: 24px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 8px;
}

.section-subtitle {
font-size: 13px;
color: var(--text-muted);
margin-bottom: 16px;
}

/* ========== KPI CARDS ========== */
.kpi-card {
background: white;
border-radius: 12px;
box-shadow: var(--card-shadow);
overflow: hidden;
height: 100%;
transition: transform 0.2s;
padding: 0px 10px 8px;
border: 1px solid #cccc;
text-align: center;
}
.green-highlight {background: #ecfdf5 !important;}

.orange-highlight {background: #fff6ed !important;}

.purple-highlight {
background: #fcf2f1;
}
.kpi-card .kpi-header {
height: 6px;
}

.kpi-card .card-body {
padding: 20px 24px;
}

.kpi-value {
font-size: 22px;
font-weight: 700;
color: var(--text-dark);
line-height: 1.2;
}

.kpi-label {
font-size: 14px;
color: var(--text-muted);
font-weight: 500;
}

.kpi-sub {
font-size: 13px;
font-weight: 600;
margin-top: 8px;
}

/* ========== GENERIC CARDS ========== */
.card {
border: none;
border-radius: 12px;
box-shadow: var(--card-shadow);
background: white;
}

.chart-card {
border-radius: 12px;
border: 1px solid var(--border-light);
box-shadow: var(--card-shadow);
background: white;
padding: 16px;
}

/* ========== TABLES ========== */
.table th {
font-size: 14px;
font-weight: 600;
color: var(--text-muted);
text-transform: uppercase;
letter-spacing: 0.5px;
background: #eff6ff;
border-bottom: 2px solid #e5e9f0;
padding: 10px 5px;
}

.table td {
padding: 10px 5px;
vertical-align: middle;
font-size: 13px;
border-top: 1px solid #e5e9f0;
font-weight: 400;
}

.risk-table td,
.client-table td,
.county-table td,
.results-table td {
padding: 14px 12px;
vertical-align: middle;
font-size: 14px;
}

/* ========== STATUS & BADGES ========== */
.status-pill {
padding: 4px 12px;
border-radius: 30px;
font-size: 12px;
font-weight: 600;
display: inline-block;
}

.status-active,
.status-open {
background: #d4edda;
color: #155724;
}

.status-review,
.status-in-review {
background: #fff3cd;
color: #856404;
}

.status-billed {
background: #d1ecf1;
color: #0c5460;
}

.status-qa-review {
background: #fff3cd;
color: #856404;
}

.status-pending {
background: #f8d7da;
color: #721c24;
}

.status-badge {
font-size: 13px;
padding: 6px 14px;
border-radius: 6px;
font-weight: 600;
display: inline-block;
}

/* ========== FORMS & INPUTS ========== */
.form-label {
font-size: 14px;
font-weight: 600;
color: #555;
margin-bottom: 6px;
}

.form-control,
.form-select {
border-radius: 8px;
border: 1px solid #ced4da;
padding: 10px 14px;
font-size: 15px;
width: 100%;
transition: all 0.2s;
}

.form-control:focus,
.form-select:focus {
border-color: var(--primary-blue);
box-shadow: 0 0 0 3px rgba(0, 82, 204, 0.15);
outline: none;
}

.search-box {
border-radius: 12px;
border: 1px solid #d0d6e0;
background: white;
display: block;
align-items: center;
padding: 0 8px;
}

.search-input {
border: none;
padding: 14px 20px;
font-size: 16px;
width: 100%;
background: transparent;
}

.search-input:focus {
outline: none;
}

.btn-run-search {
background: var(--primary-blue);
color: white;
border-radius: 8px;
padding: 10px 28px;
font-weight: 600;
border: none;
cursor: pointer;
}

/* ========== BUTTONS ========== */
.btn-primary {
background: var(--primary-blue);
border: none;
color: white;
padding: 8px 20px;
border-radius: 6px;
font-weight: 600;
cursor: pointer;
}

.btn-orange {
background: #ff9500;
color: white;
border: none;
}

.btn-green {
background: #28a745;
color: white;
border: none;
}

.btn-red {
background: #dc3545;
color: white;
border: none;
}

.btn-yellow {
background: #ffc107;
color: #212529;
border: none;
}

.btn-submit {
background: #28a745;
color: white;
padding: 12px 32px;
font-weight: 600;
border-radius: 8px;
border: none;
cursor: pointer;
}

.btn-save {
background: #ff9500;
color: white;
padding: 12px 28px;
font-weight: 600;
border-radius: 8px;
border: none;
cursor: pointer;
}

.top-right-btn {
background: var(--primary-blue);
color: white;
border-radius: 30px;
padding: 8px 24px;
font-size: 14px;
font-weight: 600;
border: none;
cursor: pointer;
}
.bordergren {background: #f0fdf4;}

.col-lg-4.borderred {
border: 1px solid #000;
background: #fef2f2;
}

.col-lg-4.borderorang {
border: 1px solid #000;
background: #fefbea;
}

.col-lg-4.borderorang, .col-lg-4.borderred, .col-lg-4.bordergren {margin: 10px 3px 0;width: 31%;border-radius: 10px;padding: 6px;border: 1px solid #d1d1d1;}

.billing-label {
font-size: 11px;
}

.billing-value.text-primary {
font-size: 20px;
color: #000 !important;
}
.filter-tabs button {
border: 1px solid #ccc;
background: none;
padding: 8px 20px;
font-size: 14px;
color: #6c757d;
cursor: pointer;
border-radius: 50px;
}

.filter-tabs button.active, .filter-tabs button:hover {
color: var(--primary-blue);
border-bottom: 3px solid var(--primary-blue);
font-weight: 600;
background: #0052cc1a;
}

/* ========== PORTFOLIO / SUMMARY CARDS ========== */
.portfolio-card {
border: 1px solid var(--border-light);
border-radius: 12px;
background: white;
box-shadow: var(--card-shadow);
padding: 16px;
}

.portfolio-label {
font-size: 13px;
color: var(--text-muted);
font-weight: 500;
}

.portfolio-value {
font-size: 20px;
font-weight: 700;
color: var(--text-dark);
}

/* ========== BILLING SNAPSHOT ========== */
.billing-box {
border-radius: 10px;
padding: 16px;
background: white;
border: 1px solid var(--border-light);
box-shadow: var(--card-shadow);
}

.billing-label {
font-size: 13px;
font-weight: 500;
color: var(--text-muted);
}

.billing-value {
font-size: 20px;
font-weight: 700;
}

/* ========== TO-DO ITEMS ========== */
.todo-item .wd {
    width: 90px;
}
.todo-item {border-radius: 8px;padding: 5px 10px;margin-bottom: 8px;font-size: 14px;font-weight: 500;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);position: relative;z-index: 1;}

.todo-today {
background: #e6f4ea;
color: #1e7e34;
}

.todo-review {
background: #fff4e5;
color: #c77c00;
}

.todo-call {
background: #ffebee;
color: #d32f2f;
}

.todo-tomorrow {
background: #f3e8ff;
color: #6f42c1;
}

/* ========== TIMELINE & QUIRK CARDS ========== */
.timeline-item {
position: relative;
padding-left: 28px;
margin-bottom: 16px;
}

.timeline-item::before {
content: '';
position: absolute;
left: 8px;
top: 6px;
bottom: -20px;
width: 3px;
background: #e9ecef;
}

.timeline-dot {
position: absolute;
left: 3px;
top: 6px;
width: 12px;
height: 12px;
border-radius: 50%;
}

.quirk-card {
background: #f8f9fa;
border-radius: 10px;
padding: 14px;
font-size: 14px;
}

/* ========== COMPANY CHIP ========== */
.company-chip {
    background: white;
    border: 1px solid #134e9a;
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 13px;
    transition: all 0.2s;
    cursor: pointer;
    display: inline-block;
    background: #134e9a1c;
    color: #134e9a;
    font-weight: 600;
}

.company-chip:hover {
background: #f0f4ff;
border-color: var(--primary-blue);
}

/* ========== QUICK CONTACT & REASON CARDS ========== */
.quick-contact-card {
border-left: 5px solid;
border-radius: 8px;
padding: 16px;
margin-bottom: 12px;
background: white;
}

.reason-card {
border-left: 5px solid;
padding: 14px 18px;
border-radius: 8px;
margin-bottom: 12px;
background: white;
}

/* ========== SIGNATURE & INFO BOXES ========== */
.info-box {
    background: #eff6ff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 18px;
}

.signature-box {
border: 2px solid #e9ecef;
border-radius: 12px;
background: white;
padding: 20px;
}

.signature-name {
font-size: 28px;
font-weight: 700;
color: var(--text-dark);
border-bottom: 3px solid var(--primary-blue);
display: inline-block;
padding-bottom: 4px;
}

.capture-info {
font-size: 14px;
line-height: 1.6;
}

/* ========== FORM CARD & VALIDATION ========== */
.form-card {
background: white;
border-radius: 16px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
overflow: hidden;
padding: 24px;
}

.validation-item {
font-size: 14px;
padding: 6px 10px;
border: 1px solid #c1c1c1;
border-radius: 10px;
margin: 5px 0;
}
.text-secces {
color: #179934;
background: #36db5c29;
padding: 2px 8px;
border-radius: 50px;
}

.text-warning {
background: #ff95001c;
padding: 2px 8px;
border-radius: 50px;
}
.complete-dot {
color: #28a745;
}

.needs-review {
color: #ff9500;
}

/* ========== STAGE BAR & VALUE BAR ========== */
.stage-bar {
    height: 14px;
    border-radius: 10px;
background: #e9ecef;
overflow: hidden;
}

.value-bar {
height: 110px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: 700;
font-size: 18px;
background: var(--primary-blue);
}

/* ========== DOCUMENT CARD ========== */
.document-card {background: white;border: 1px solid var(--border-light);border-radius: 10px;padding: 16px;text-align: center;}

/* ========== QUICK JUMP & ACTION LINKS ========== */
.quick-jump {
background: white;
border-radius: 8px;
padding: 12px 18px;
font-size: 14px;
transition: all 0.2s;
cursor: pointer;
background: #eff6ff;
border: 1px solid #134e9a;
color: #0163fb !important;
font-weight: 600;
}

.quick-jump:hover {
background: #f0f4ff;
color: var(--primary-blue);
}

.action-link {
color: var(--primary-blue);
font-weight: 600;
text-decoration: none;
}

.action-link:hover {
text-decoration: underline;
}

.action-label {
font-size: 13px;
padding: 3px 10px;
border-radius: 4px;
background: #f1f3f8;
color: #5c6b8a;
display: inline-block;
}

/* ========== CHART CONTAINER ========== */
.chart-container {
position: relative;
height: 260px;
width: 100%;
}

.chart-footer {
font-size: 13px;
color: var(--text-muted);
display: flex;
gap: 10px;
flex-wrap: wrap;
margin-top: 16px;
}

/* ========== UTILITIES ========== */
.linked-count {
font-size: 32px;
font-weight: 700;
line-height: 1;
}

.flag {
color: #dc3545;
font-size: 18px;
}

.clear-btn {
color: #6c757d;
text-decoration: underline;
font-size: 14px;
cursor: pointer;
}
.sidebar-logo {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.sidebar-logo::before {
    position: absolute;
    content: '';
    width: 100vw;
    height: 100vh;
    right: -13px;
    bottom: -4px;
    background: #fff;
    z-index: -1;
}
.tttl-col .col-xl-2 {
width: 20%;
}.sidebar-logo img {
    width: 100%;
}
.search-box .input-group input {padding: 0 20px;height: 50px;width: 80%;}

.input-group button {border-radius: 50px !important;}

table.table.results-table  th {
background: #0d6efd !important;
color: #fff !important;
}

.input-group.signuppss {
justify-content: space-between;
align-items: end;
}

.input-group.signuppss input.form-control {
width: 160px;
}


.input-group.signuppss button.btn.btn-outline-secondary {
padding: 0 10px;
height: 40px;
}
.table-width-fix table {
width: max-content;
}

.account-tags-top .col-xl-2 {
width: 14.2%;
}
.main-content.flex-grow-1 .kpi-card {
padding: 0;
}
.cad-haed-er-kpis .col-xl-3 {
width: 20%;
}

.cad-haed-er-kpis .kpi-card {
border-top: 5px solid #079184;
text-align: center;
}

.cad-haed-er-kpis .blue-border {
border-color: #215fe9;
}

.cad-haed-er-kpis .green-border {
border-color: #17a449;
}

.cad-haed-er-kpis .orange-border {
border-color: #d87709;
}

.cad-haed-er-kpis .darkgrn-border {
border-color: #d92627;
}
.deadline-item {
border: 1px solid #ccc;
padding: 5px 15px;
margin: 5px 0px;
border-radius: 15px;
}
.account-tags-top .kpi-card {
text-align: center;
}


/* New Css */
    /* ===== NEW CLASSES ADDED (NOT IN PREVIOUS MERGE) ===== */

    .bucket-item {
        padding: 12px 16px;
        border-radius: 8px;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .amount-positive {
        color: #28a745;
    }

    .amount-negative {
        color: #dc3545;
    }

    .action-item {
        padding: 12px 16px;
        border-radius: 8px;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .status-stored {
        background: #d4edda;
        color: #155724;
        padding: 4px 12px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 600;
    }

    .status-missing {
        background: #f8d7da;
        color: #721c24;
        padding: 4px 12px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 600;
    }

    .task-item {
        padding: 12px 16px;
        border-radius: 8px;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .evidence-item {
        padding: 12px 16px;
        border-radius: 8px;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .deadline-card {
        border-left: 5px solid;
        padding: 16px;
        border-radius: 10px;
        margin-bottom: 12px;
    }

    .highlight-card {
        border-left: 5px solid;
        padding: 14px 18px;
        border-radius: 8px;
        margin-bottom: 12px;
    }
/* New Css */
.search-box .input-group {
    border: 1px solid #ccc;
    border-radius: 50px;
    justify-content: space-between;
    overflow: hidden;
}



/* ===== NEW @IMPORT (not in previous merge) ===== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&amp;family=Roboto:wght@400;500&amp;display=swap');

/* ===== NEW CLASSES & ELEMENTS ===== */
.page-subtitle {
    font-size: 15px;
    color: #64748b;
    margin-bottom: 24px;
}

.stat-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #1e2937;
}

.stat-label {
    font-size: 14px;
    color: #64748b;
}

.table-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.status-included {
    color: #10b981;
    font-weight: 600;
}

.preview-panel {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    height: fit-content;
}

.template-token {
    background: #f8fafc;
    border: 1px dashed #94a3b8;
    border-radius: 8px;
    padding: 12px 16px;
    font-family: monospace;
    font-size: 14px;
    margin-bottom: 8px;
}

.btn-primary-custom {
    background: #0d6efd;
    border: none;
}

.btn-success-custom {
    background: #10b981;
    border: none;
}

.status-ready {
    background: #d4edda;
    color: #155724;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

.template-row {
    padding: 14px 20px;
    border-bottom: 1px solid #eee;
}

.template-row:hover {
    background: #f8f9fa;
}

.status-draft {
    background: #fff3cd;
    color: #856404;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

.merge-tag {
    background: #e9ecef;
    padding: 2px 8px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 13px;
}

/* Letter preview styles */
.page-header {
    font-size: 22px;
    font-weight: 600;
    color: #1e2937;
    margin-bottom: 4px;
}

.letter-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
    padding: 40px 48px;
    max-width: 100%;
    margin-bottom: 0;
}

.letter-header {
    text-align: center;
    margin-bottom: 32px;
}

.letter-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e2937;
    letter-spacing: 0.5px;
}

.letter-subtitle {
    font-size: 15px;
    color: #64748b;
    margin-top: 4px;
}

.letter-date {
    font-size: 15px;
    color: #1e2937;
    margin: 24px 0 8px;
}

.letter-address {
    font-size: 15px;
    line-height: 1.4;
    color: #1e2937;
}

.re-line {
    font-weight: 600;
    font-size: 16px;
    margin: 28px 0 20px;
}

.property-table {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 28px;
}

.property-table td {
    padding: 14px 20px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 15px;
}

.property-table td:last-child {
    border-bottom: none;
}

.property-table td.label {
    background: #f8fafc;
    font-weight: 500;
    color: #475569;
    width: 160px;
}

.letter-body {
    font-size: 15.5px;
    line-height: 1.65;
    color: #1e2937;
}

.signature-section {
    margin-top: 48px;
}

.signature-title {
    color: #64748b;
    font-size: 15px;
}

.stamp-box {
    border: 2px dashed #cbd5e1;
    border-radius: 8px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 14px;
    margin-top: 16px;
}

.right-panel {
    position: sticky;
    top: 88px;
}

.panel-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.panel-header {
    padding: 20px 24px 16px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 15px;
    font-weight: 600;
    color: #1e2937;
}

.metadata-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 20px 24px;
}

.metadata-item {
    background: #f8fafc;
    border-radius: 8px;
    padding: 12px 16px;
}

.metadata-label {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 2px;
}

.metadata-value {
    font-size: 15px;
    font-weight: 600;
    color: #1e2937;
}

.contents-table {
    width: 100%;
    border-collapse: collapse;
}

.contents-table th {
    background: #f8fafc;
    padding: 14px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
}

.contents-table td {
    padding: 16px 20px;
    font-size: 15px;
    border-top: 1px solid #f1f5f9;
}

.status-optional {
    color: #64748b;
    font-weight: 500;
}

.print-check {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 9999px;
    padding: 10px 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 14.5px;
    font-weight: 500;
    color: #10b981;
}

.print-check i {
    margin-right: 10px;
    font-size: 18px;
}

.action-buttons {
    display: flex;
    gap: 10px;
    padding: 20px 24px;
    flex-wrap: wrap;
}

.btn-save-pdf {
    background: #0d6efd;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 15px;
}

.btn-print-letter {
    background: #10b981;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 15px;
}

.btn-full-packet {
    background: #7c3aed;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 15px;
}

.status-healthy {
    background: #d4edda;
    color: #155724;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

/* Responsive adjustment */
@media (max-width: 992px) {
    .sidebar {
        width: 220px;
    }
    .main-content {
        margin-left: 220px;
    }
}
td.status-open {
    color: #0d6efd;
}

.status-billed {
    color: green !important;
}
.d-flex.gap-2.mb-4.card-body {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
.blue-light-bg {
    background: #134e9a2b !important;
    color: #134e9a !important;
}

.green-light-bg {
    background: #1987543d !important;
    color: #198754 !important;
}
.prp-kpi .col-xl-2.col-lg-4.col-md-6 {
    width: 20%;
}.blue-highlight {
    background: #1f5fc321;
}

.red-highlight {
    background: #dc354517;
}
.w-13 {
    width: 13%;
}
.section-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a2b4c;
    margin-bottom: 18px;
}

.form-label {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 6px;
}

.input-box {
    border: 1px solid #e5e9f0;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 15px;
    background: #f8f9fa;
}

.export-item {
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 8px;
    font-weight: 500;
}

.export-blue {
    background: #e3f2fd;
}

.export-green {
    background: #e8f5e9;
}

.export-yellow {
    background: #fff8e1;
}
.list-item {
padding: 10px 0;
border-bottom: 1px solid #f0f3f8;
display: flex;
align-items: center;
gap: 10px;
}

.list-item:last-child {
border-bottom: none;
}

.btn-green {
background: #28a745;
color: white;
border: none;
padding: 10px 4px;
border-radius: 8px;
font-weight: 600;
}

.btn-blue {
background: #0d6efd;
color: white;
border: none;
padding: 10px 4px;
border-radius: 8px;
font-weight: 600;
}

.assurance-item {
display: flex;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid #f0f3f8;
}

.assurance-item:last-child {
border-bottom: none;
}

.ok {
color: #28a745;
font-weight: 600;
}

.review {
color: #dc3545;
font-weight: 600;
}
.light-bg {
    background: #f1f1f1;
    padding: 4px 5px;
    margin: 3px;
    border-radius: 20px;
    display: inline-block;
}
.f-10 {
    font-size: 12px;
}