.report-page .page-wrapper,
.report-page .container-fluid,
.report-page.page-wrapper,
.report-page-shell,
.report-page-shell .container-fluid {
    background: #f4f7fb;
}

.report-page .page-wrapper .container-fluid,
.report-page-shell .container-fluid {
    padding-top: 0 !important;
}

.report-page .container-fluid,
.report-page-shell .container-fluid,
.team-performance-page .container-fluid {
    padding-top: 0 !important;
}

.report-shell {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.report-nav-strip,
.report-highlight-row,
.report-insight-grid {
    display: flex;
    gap: 12px;
}

.report-nav-strip,
.report-highlight-row {
    flex-wrap: wrap;
}

.report-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dbe7f4;
    color: #355070;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.report-nav-link.is-active {
    background: linear-gradient(135deg, #17324a 0%, #2563eb 100%);
    border-color: transparent;
    color: #fff;
}

.report-insight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.report-insight-card {
    padding: 18px;
    border-radius: 18px;
    border: 1px solid #dbe7f4;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.report-insight-label {
    display: block;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.report-insight-card strong {
    display: block;
    margin-top: 10px;
    color: #0f172a;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
}

.report-insight-card small {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
}

.report-highlight-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
}

.report-hero {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 22px;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.16), transparent 28%),
        linear-gradient(135deg, #102133 0%, #1e4f7a 58%, #2b6777 100%);
    color: #fff;
    box-shadow: 0 20px 36px rgba(15, 23, 42, 0.12);
}

.report-hero-top,
.report-toolbar,
.report-toolbar-group,
.report-filter-row,
.report-chart-grid,
.report-chart-grid--single,
.report-kpi-grid,
.report-mini-kpi-grid {
    display: flex;
    gap: 12px;
}

.report-hero-top,
.report-toolbar,
.report-filter-row {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.report-hero-title {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.report-hero h3,
.report-hero h4 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
}

.report-hero p {
    margin: 0;
    color: rgba(255,255,255,0.82);
    font-size: 13px;
}

.report-hero-meta,
.report-pill,
.report-chip,
.hero-badge,
.summary-box {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.report-hero-meta {
    flex-wrap: wrap;
    margin-top: 16px;
}

.report-pill,
.hero-badge {
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.11);
    border: 1px solid rgba(255,255,255,0.16);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.report-toolbar {
    margin-top: 18px;
}

.report-toolbar .btn {
    min-height: 40px;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.report-toolbar .btn i {
    font-size: 12px;
}

.report-section-card,
.section-card,
.filters-card,
.chart-card,
.card.chart-card {
    border-radius: 18px !important;
    overflow: hidden !important;
    border: 1px solid #e5ebf3 !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05) !important;
    background: #fff !important;
}

.report-section-card .card-body,
.section-card .card-body,
.filters-card,
.chart-card .card-body,
.card.chart-card .card-body {
    padding: 14px !important;
}

.report-section-title,
.page-head-wrap,
.section-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.report-section-title h4,
.report-section-title h5,
.section-title {
    margin: 0;
    color: #111827;
    font-weight: 800;
}

.report-section-title p {
    margin: 4px 0 0;
    color: #6b7280;
    font-size: 13px;
}

.report-filter-panel,
.filter-panel,
.filters-card {
    background: #f8fafc;
    border: 1px solid #e6edf5;
    border-radius: 16px;
    padding: 12px;
}

.report-filter-row,
.filters-row {
    align-items: flex-end;
}

.report-filter-group,
.filter-group {
    flex: 1 1 220px;
    min-width: 220px;
}

.report-filter-group label,
.filter-group label {
    display: block;
    margin-bottom: 6px;
    color: #111827;
    font-size: 12px;
    font-weight: 700;
}

.report-filter-actions,
.filter-actions,
.top-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.report-filter-actions .btn,
.filter-actions .btn,
.top-actions .btn {
    min-height: 40px;
    border-radius: 10px;
    min-width: 96px;
    font-size: 12.5px;
    font-weight: 700;
}

.report-kpi-grid,
.kpi-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.report-mini-kpi-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.report-cards-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.report-kpi-card,
.kpi-card,
.report-stat-card {
    background: #fff;
    border: 1px solid #e5ebf3;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.report-kpi-label,
.kpi-label,
.report-stat-card .stat-label {
    color: #6b7280;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.report-kpi-value,
.kpi-value,
.report-stat-card .stat-value {
    margin-top: 8px;
    color: #111827;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
}

.report-page .filter-panel,
.team-performance-page .filters-card {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .report-kpi-grid,
    .kpi-grid,
    .report-cards-row,
    .report-insight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.crm-history-cell {
    width: 92px;
    min-width: 92px;
    max-width: 92px;
    text-align: center;
    white-space: nowrap;
}

.crm-history-view-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    min-height: 32px;
    padding: 6px 14px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #0f2742 !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.crm-history-view-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.crm-history-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 5000;
}

.crm-history-modal.is-open {
    display: block;
}

.crm-history-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
}

.crm-history-modal__dialog {
    position: relative;
    width: min(720px, calc(100vw - 32px));
    max-height: calc(100vh - 64px);
    margin: 32px auto;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
    overflow: hidden;
}

.crm-history-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border-bottom: 1px solid #e2e8f0;
}

.crm-history-modal__header h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    color: #102133;
}

.crm-history-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: #f1f5f9;
    color: #334155;
    font-size: 24px;
    line-height: 1;
}

.crm-history-modal__body {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    padding: 16px 18px 18px;
}

.crm-history-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 12px;
    background: #f8fafc;
}

.crm-history-item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    color: #102133;
}

.crm-history-item__top span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #e8f1ff;
    color: #0b57d0;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.crm-history-meta {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 8px 12px;
    margin: 0;
}

.crm-history-meta dt {
    margin: 0;
    color: #64748b;
    font-weight: 800;
}

.crm-history-meta dd {
    margin: 0;
    color: #0f172a;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.crm-history-empty {
    padding: 20px;
    text-align: center;
    color: #64748b;
    font-weight: 700;
}

@media (max-width: 575px) {
    .crm-history-modal__dialog {
        width: calc(100vw - 20px);
        margin: 10px auto;
        max-height: calc(100vh - 20px);
    }

    .crm-history-modal__body {
        max-height: calc(100vh - 116px);
    }

    .crm-history-item__top,
    .crm-history-meta {
        display: block;
    }

    .crm-history-meta dt {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .report-kpi-grid,
    .kpi-grid,
    .report-cards-row,
    .report-insight-grid,
    .report-mini-kpi-grid,
    .team-performance-summary-grid {
        grid-template-columns: 1fr;
    }

    .report-hero {
        padding: 14px;
        border-radius: 16px;
    }

    .report-nav-strip {
        gap: 8px;
    }

    .report-nav-link {
        min-height: 38px;
        padding: 0 12px;
        font-size: 11.5px;
    }
}

.report-kpi-value--title {
    font-size: 22px;
    line-height: 1.25;
}

.report-kpi-sub,
.kpi-sub,
.report-stat-card .stat-sub,
.report-stat-card .stat-percent {
    margin-top: 8px;
    color: #6b7280;
    font-size: 12px;
}

.report-chart-grid,
.chart-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.report-chart-grid--single,
.chart-grid-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
}

.report-chart-box,
.chart-box {
    border: 1px solid #e5ebf3;
    border-radius: 18px;
    padding: 18px;
    background: #fff;
    min-height: 340px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.report-chart-box canvas,
.chart-box canvas {
    max-width: 100%;
}

.report-chart-title,
.chart-title {
    margin-bottom: 14px;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
}

.report-chip {
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef4ff;
    border: 1px solid #dbe7ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
}

.helper-note {
    font-size: 12px;
    color: #6b7280;
    margin-top: -4px;
    margin-bottom: 10px;
}

.report-summary-inline,
.summary-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
}

.report-table-wrap {
    border: 1px solid #e5ebf3;
    border-radius: 18px;
    overflow: hidden;
}

.report-page .table {
    margin-bottom: 0 !important;
    border-color: #e5ebf3 !important;
}

.report-page .table td,
.report-page .table th {
    color: #243447 !important;
    vertical-align: middle !important;
    padding: 10px 12px !important;
    font-size: 12.5px !important;
}

.report-page .table thead th {
    background: #f7fafc !important;
    color: #111827 !important;
    white-space: nowrap !important;
    font-weight: 800 !important;
    font-size: 11.5px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #e5ebf3 !important;
}

.report-page .table tbody td {
    background: #fff !important;
}

.report-page .table tbody tr:hover td {
    background: #f9fbfe !important;
}

.report-page .table tfoot th {
    background: #f8fafc !important;
    font-weight: 800 !important;
}

.report-page .table-responsive {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

.report-page .status-badge,
.report-page .age-pill,
.report-page .badge-pill-soft {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    border-radius: 999px !important;
    padding: 6px 10px !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
}

.report-page .age-pill,
.report-page .badge-pill-soft {
    background: #eff6ff !important;
    color: #1d4ed8 !important;
    border: 1px solid #dbeafe !important;
}

.report-page .dataTables_wrapper .dataTables_length,
.report-page .dataTables_wrapper .dataTables_filter,
.report-page .dataTables_wrapper .dataTables_info,
.report-page .dataTables_wrapper .dataTables_paginate {
    margin: 10px 0 !important;
    font-size: 12px !important;
}

.report-page .dataTables_wrapper .dataTables_filter input,
.report-page .dataTables_wrapper .dataTables_length select {
    border-radius: 10px !important;
    min-height: 38px !important;
    padding: 0 10px !important;
}

.report-page .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 8px !important;
}

.report-page .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    color: #fff !important;
}

.report-page .report-empty {
    padding: 28px 20px;
    text-align: center;
    border: 1px dashed #d6dfeb;
    border-radius: 18px;
    background: #f8fafc;
    color: #6b7280;
}

.remarks-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    white-space: nowrap;
}

.member-remarks-panel {
    border-color: #dbe7ff !important;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%) !important;
}

.remarks-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.remarks-stat-card {
    border: 1px solid #dbe7ff;
    border-radius: 16px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.06);
}

.remarks-stat-label {
    display: block;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.remarks-stat-card strong {
    display: block;
    margin-top: 10px;
    color: #0f172a;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
}

.remarks-summary-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.remarks-text-cell {
    min-width: 240px;
    max-width: 320px;
    white-space: normal !important;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .report-kpi-grid,
    .kpi-grid,
    .report-insight-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .report-chart-grid,
    .chart-grid,
    .report-kpi-grid,
    .kpi-grid,
    .report-mini-kpi-grid,
    .report-cards-row,
    .remarks-stat-grid,
    .report-insight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .report-filter-group,
    .filter-group,
    .report-filter-actions,
    .filter-actions {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

@media (max-width: 640px) {
    .report-chart-grid,
    .chart-grid,
    .chart-grid-bottom,
    .report-kpi-grid,
    .kpi-grid,
    .report-mini-kpi-grid,
    .report-cards-row,
    .remarks-stat-grid,
    .report-insight-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .report-toolbar {
        align-items: stretch;
    }

    .report-toolbar-group,
    .report-toolbar .btn,
    .report-filter-actions .btn,
    .report-nav-link {
        width: 100%;
    }
}

@media print {
    body.report-printing .header,
    body.report-printing .left-sidebar,
    body.report-printing .report-print-hide,
    body.report-printing .crm-help-widget,
    body.report-printing .crm-footer-bar,
    body.report-printing .page-titles,
    body.report-printing .scroll-sidebar,
    body.report-printing .report-toolbar {
        display: none !important;
    }

    body.report-printing .page-wrapper {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }

    body.report-printing .container-fluid {
        padding: 0 !important;
    }

    body.report-printing .report-hero,
    body.report-printing .report-section-card,
    body.report-printing .report-kpi-card,
    body.report-printing .report-chart-box,
    body.report-printing .report-table-wrap {
        box-shadow: none !important;
        border-color: #d1d5db !important;
    }

    body.report-printing .report-chart-box,
    body.report-printing .report-kpi-card,
    body.report-printing .report-section-card {
        break-inside: avoid;
    }
}

/* Reports module simplification and responsive toolbar cleanup */
.leadership-winner-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.leadership-winner-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    padding: 18px;
    border: 1px solid #e5ebf3;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.leadership-winner-card--monthly {
    border-top: 4px solid #2563eb;
}

.leadership-winner-card--overall {
    border-top: 4px solid #0f766e;
}

.leadership-winner-card--podium {
    border-top: 4px solid #b7791f;
}

.leadership-winner-label {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.leadership-winner-card h4 {
    margin: 0;
    color: #0f172a;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.leadership-winner-meta,
.leadership-winner-role {
    color: #475569;
    font-size: 12px;
    line-height: 1.5;
}

.leadership-winner-score {
    color: #0f172a;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.leadership-winner-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.leadership-winner-note {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
}

@media (min-width: 1200px) {
    .report-page .filter-panel .crm-filter-form {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 10px 12px;
    }

    .report-page .filter-panel .crm-filter-grid--report-fields {
        display: contents;
    }

    .report-page .filter-panel .filter-group {
        flex: 0 1 150px;
        min-width: 132px;
        max-width: 170px;
        margin-bottom: 0;
    }

    .report-page .filter-panel .filter-group:first-child {
        flex-basis: 138px;
    }

    .report-page .filter-panel .filter-group label,
    .project-report-page .project-report-filter-group label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .report-page .filter-panel .form-control,
    .project-report-page .project-report-filter-form .form-control {
        min-height: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .report-page .crm-filter-actions-row {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 10px;
        margin-left: auto;
    }

    .report-page .crm-filter-actions-row .filter-actions {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
    }

    .report-page .crm-filter-actions-row .btn,
    .project-report-page .project-report-filter-actions .btn {
        min-width: 96px;
        height: 40px;
    }

    .project-report-page .project-report-filter-form {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 10px 12px;
    }

    .project-report-page .project-report-filter-grid {
        display: contents;
    }

    .project-report-page .project-report-filter-group {
        flex: 0 1 150px;
        min-width: 132px;
        max-width: 170px;
        margin-bottom: 0;
    }

    .project-report-page .project-report-filter-group--project {
        flex-basis: 190px;
        max-width: 220px;
    }

    .project-report-page .project-report-filter-group--date {
        flex-basis: 146px;
        max-width: 158px;
    }

    .project-report-page .project-report-filter-group--team,
    .project-report-page .project-report-filter-group--sales {
        flex-basis: 168px;
        max-width: 188px;
    }

    .project-report-page .project-report-filter-group--assignment,
    .project-report-page .project-report-filter-group--status {
        flex-basis: 150px;
        max-width: 168px;
    }

    .project-report-page .project-report-filter-actions {
        display: flex;
        flex: 0 0 auto;
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
        margin-left: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .report-page .filter-panel .crm-filter-form,
    .project-report-page .project-report-filter-form {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 10px 12px;
    }

    .report-page .filter-panel .crm-filter-grid--report-fields,
    .project-report-page .project-report-filter-grid {
        display: contents;
    }

    .report-page .filter-panel .filter-group,
    .project-report-page .project-report-filter-group {
        flex: 1 1 150px;
        min-width: 148px;
        max-width: 196px;
        margin-bottom: 0;
    }

    .report-page .crm-filter-actions-row,
    .project-report-page .project-report-filter-actions {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 10px;
    }

    .report-page .crm-filter-actions-row .filter-actions,
    .project-report-page .project-report-filter-actions {
        flex-wrap: nowrap;
    }
}

@media (max-width: 991px) {
    .report-page .filter-panel .crm-filter-form,
    .project-report-page .project-report-filter-form {
        display: grid;
        gap: 12px;
    }

    .report-page .crm-filter-grid--report-fields,
    .project-report-page .project-report-filter-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .report-page .crm-filter-actions-row,
    .project-report-page .project-report-filter-actions {
        margin-left: 0;
    }

    .leadership-winner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .report-page .crm-filter-grid--report-fields,
    .project-report-page .project-report-filter-grid,
    .leadership-winner-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .project-report-page .project-report-toolbar-meta {
        margin-top: 12px;
    }

    .leadership-winner-card {
        padding: 14px;
    }

    .leadership-winner-score {
        font-size: 26px;
    }
}

.report-page .report-hero,
.report-page .report-section-card,
.report-page .report-kpi-card,
.report-page .report-chart-box,
.report-page .report-table-wrap {
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.report-page .report-hero,
.report-page .report-section-card,
.report-page .report-chart-box,
.report-page .report-table-wrap {
    padding: 16px;
}

.report-page .report-kpi-card {
    padding: 14px;
}

.report-page .table td,
.report-page .table th {
    padding: 8px 10px !important;
    font-size: 12px !important;
}

.report-page .table thead th {
    font-size: 10.5px !important;
}

.report-page .status-badge,
.report-page .age-pill,
.report-page .badge-pill-soft {
    padding: 5px 8px !important;
    font-size: 10.5px !important;
}

.report-page .dataTables_wrapper .dataTables_length,
.report-page .dataTables_wrapper .dataTables_filter,
.report-page .dataTables_wrapper .dataTables_info,
.report-page .dataTables_wrapper .dataTables_paginate {
    margin: 8px 0 !important;
    font-size: 11.5px !important;
}

.report-page .dataTables_wrapper .dataTables_filter input,
.report-page .dataTables_wrapper .dataTables_length select {
    min-height: 34px !important;
    padding: 0 8px !important;
}

.report-page .report-empty {
    padding: 18px 14px;
    border-radius: 14px;
    font-size: 12px;
}

.report-action-cell {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.member-performance-report-page {
    min-height: 100vh;
    padding: 28px;
    background: linear-gradient(180deg, #eef4fb 0%, #f8fafc 100%);
}

.member-performance-report {
    max-width: 1180px;
    margin: 0 auto;
}

.member-report-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.member-report-sheet {
    padding: 28px;
    border-radius: 24px;
    border: 1px solid #dbe7f4;
    background: #fff;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.member-report-header,
.member-report-summary-grid,
.member-report-snapshot-grid,
.member-report-team-grid,
.member-report-mini-grid {
    display: grid;
    gap: 14px;
}

.member-report-header {
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
    align-items: start;
    padding-bottom: 22px;
    border-bottom: 1px solid #e6edf5;
}

.member-report-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.member-report-header h1,
.member-report-section-head h2 {
    margin: 0;
    color: #0f172a;
    font-weight: 800;
}

.member-report-header h1 {
    font-size: 30px;
}

.member-report-header p,
.member-report-section-head p,
.member-report-card small,
.member-report-note {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
}

.member-report-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.member-report-meta-item,
.member-report-card,
.member-report-mini-card,
.member-report-section {
    border-radius: 18px;
    border: 1px solid #e6edf5;
    background: #fff;
}

.member-report-meta-item {
    padding: 14px 16px;
    background: #f8fbff;
}

.member-report-meta-item span,
.member-report-card span,
.member-report-mini-card span {
    display: block;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.member-report-meta-item strong,
.member-report-card strong,
.member-report-mini-card strong {
    display: block;
    margin-top: 8px;
    color: #0f172a;
    font-weight: 800;
}

.member-report-meta-item strong,
.member-report-mini-card strong {
    font-size: 16px;
}

.member-report-summary-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 20px;
}

.member-report-card {
    padding: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
}

.member-report-card strong {
    font-size: 30px;
    line-height: 1;
}

.member-report-snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.member-report-section {
    padding: 18px;
}

.member-report-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.member-report-bars {
    display: grid;
    gap: 12px;
}

.member-report-bar-row {
    display: grid;
    gap: 8px;
}

.member-report-bar-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
}

.member-report-bar-track {
    height: 10px;
    border-radius: 999px;
    background: #e5eef9;
    overflow: hidden;
}

.member-report-bar-fill {
    height: 100%;
    border-radius: inherit;
}

.member-report-bar-fill.is-worked {
    background: linear-gradient(90deg, #0f766e 0%, #14b8a6 100%);
}

.member-report-bar-fill.is-pending {
    background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 100%);
}

.member-report-bar-fill.is-scheduled {
    background: linear-gradient(90deg, #0284c7 0%, #38bdf8 100%);
}

.member-report-bar-fill.is-no-followup {
    background: linear-gradient(90deg, #475569 0%, #94a3b8 100%);
}

.member-report-mini-grid,
.member-report-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.member-report-mini-card {
    padding: 14px 16px;
    background: #f8fafc;
}

.member-report-table-wrap {
    border: 1px solid #e6edf5;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.member-report-table th,
.member-report-table td {
    padding: 10px 12px !important;
    vertical-align: top;
    font-size: 12px !important;
}

.member-report-table thead th {
    background: #f8fafc;
    color: #334155;
    font-size: 10.5px !important;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.member-report-remark-cell small {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: 11px;
}

@media (max-width: 991px) {
    .member-performance-report-page {
        padding: 16px;
    }

    .member-report-header,
    .member-report-snapshot-grid,
    .member-report-summary-grid,
    .member-report-meta,
    .member-report-team-grid,
    .member-report-mini-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .member-report-toolbar {
        flex-direction: column;
        align-items: stretch;
    }
}

@media print {
    body {
        background: #fff !important;
    }

    #page > .header,
    #page > .left-sidebar,
    .member-report-toolbar,
    .crm-help-widget,
    .crm-footer-bar {
        display: none !important;
    }

    #page,
    .member-performance-report-page,
    .member-performance-report,
    .member-report-sheet {
        padding: 0 !important;
        margin: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
        border: none !important;
    }

    .member-report-sheet,
    .member-report-section,
    .member-report-card,
    .member-report-mini-card,
    .member-report-meta-item,
    .member-report-table-wrap {
        box-shadow: none !important;
        break-inside: avoid;
    }

    .member-report-sheet {
        font-size: 11px;
    }

    .member-report-summary-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .member-report-table th,
    .member-report-table td {
        padding: 7px 8px !important;
        font-size: 10.5px !important;
    }
}

.team-performance-page .container-fluid {
    padding-top: 0 !important;
}

.team-performance-summary-shell .card-body,
.team-performance-page .section-card .card-body {
    padding: 20px !important;
}

.team-performance-window {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
}

.team-performance-filter-form {
    margin-top: 16px;
}

.team-performance-filter-form--detail {
    margin-top: 0;
}

.team-performance-filter-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 12px;
    align-items: end;
}

.team-performance-filter-grid .filter-group {
    min-width: 0;
    grid-column: span 2;
}

.team-performance-filter-grid--detail .filter-group-wide {
    grid-column: span 8;
}

.team-performance-filter-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    grid-column: span 2;
    min-width: 0;
}

.team-performance-filter-actions .btn {
    min-height: 40px;
    min-width: 120px;
    white-space: nowrap;
}

.team-performance-filter-actions--detail {
    grid-column: span 4;
    justify-content: flex-end;
}

.team-performance-detail-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin: 14px 0 16px;
}

.team-performance-detail-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
}

.team-performance-detail-note {
    color: #64748b;
    font-size: 12.5px;
    line-height: 1.5;
}

.team-performance-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.team-performance-summary-card {
    position: relative;
    min-height: 138px;
    padding: 16px 16px 14px;
    border-radius: 16px;
    border: 1px solid #e5ebf3;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.team-performance-summary-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: #cbd5e1;
}

.team-performance-summary-card span {
    display: block;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.team-performance-summary-card strong {
    display: block;
    margin-top: 8px;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.05;
}

.team-performance-summary-card small {
    display: block;
    margin-top: 10px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
}

.project-report-page .project-report-filter-grid .filter-group:first-child {
    grid-column: span 3;
}

.project-report-page .project-report-toolbar-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin-top: 16px;
}

.project-report-page .project-report-summary-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.project-report-page .project-report-export-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.project-report-page .project-report-export-wrap .btn {
    min-height: 40px;
    white-space: nowrap;
}

.team-performance-summary-card.tone-primary::before {
    background: linear-gradient(90deg, #2563eb 0%, #60a5fa 100%);
}

.team-performance-summary-card.tone-accent::before {
    background: linear-gradient(90deg, #7c3aed 0%, #c084fc 100%);
}

.team-performance-summary-card.tone-success::before {
    background: linear-gradient(90deg, #16a34a 0%, #4ade80 100%);
}

.team-performance-summary-card.tone-danger::before {
    background: linear-gradient(90deg, #dc2626 0%, #f87171 100%);
}

.team-performance-summary-card.tone-warning::before {
    background: linear-gradient(90deg, #d97706 0%, #fbbf24 100%);
}

.team-performance-summary-card.tone-info::before {
    background: linear-gradient(90deg, #0891b2 0%, #67e8f9 100%);
}

.team-performance-summary-card.tone-muted::before,
.team-performance-summary-card.tone-neutral::before {
    background: linear-gradient(90deg, #64748b 0%, #cbd5e1 100%);
}

.team-performance-empty-state {
    padding: 18px 8px;
    text-align: center;
}

.team-performance-empty-state h4 {
    margin: 0;
    color: #0f172a;
    font-weight: 800;
}

.team-performance-empty-state p {
    margin: 8px auto 0;
    max-width: 560px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}

.team-performance-table-wrap {
    border-radius: 18px;
}

.team-performance-detail-table th,
.team-performance-detail-table td {
    vertical-align: top !important;
    white-space: normal;
}

.team-assignment-cell {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.team-assignment-type-text {
    color: #334155;
    font-size: 12.5px;
    font-weight: 500;
    white-space: normal;
    line-height: 1.5;
}

.team-lead-name {
    font-weight: 700;
    color: #0f172a;
}

@media (max-width: 1199px) {
    .team-performance-filter-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .team-performance-filter-grid--overview .filter-group {
        grid-column: span 2;
    }

    .team-performance-filter-grid--overview .team-performance-filter-actions {
        grid-column: span 6;
    }

    .team-performance-filter-grid--detail .filter-group-wide {
        grid-column: span 4;
    }

    .team-performance-filter-grid--detail .team-performance-filter-actions--detail {
        grid-column: span 2;
    }

    .team-performance-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .project-report-page .project-report-summary-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .team-performance-filter-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .team-performance-filter-grid--overview .filter-group {
        grid-column: span 2;
    }

    .team-performance-filter-grid--overview .team-performance-filter-actions,
    .team-performance-filter-grid--detail .team-performance-filter-actions--detail {
        grid-column: span 4;
        justify-content: flex-start;
    }

    .team-performance-filter-grid--detail .filter-group-wide {
        grid-column: span 4;
    }

    .team-performance-detail-note {
        width: 100%;
    }

    .project-report-page .project-report-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .team-performance-filter-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .team-performance-filter-grid .filter-group,
    .team-performance-filter-actions {
        grid-column: auto !important;
    }

    .team-performance-filter-grid--detail .filter-group-wide {
        grid-column: auto !important;
    }

    .team-performance-filter-actions,
    .team-performance-filter-actions--detail {
        display: grid !important;
        grid-template-columns: 1fr !important;
        align-items: stretch !important;
        justify-content: stretch !important;
    }

    .team-performance-summary-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .project-report-page .project-report-summary-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .team-performance-page .filter-actions .btn,
    .team-performance-page .report-toolbar .btn {
        width: 100%;
        justify-content: center;
    }

    .team-performance-detail-meta {
        margin-top: 12px;
        margin-bottom: 14px;
    }

    .team-performance-detail-pill,
    .team-performance-detail-note {
        width: 100%;
    }

    .team-performance-summary-card {
        min-height: 0;
        padding: 14px;
    }

    .team-performance-summary-card strong {
        font-size: 24px;
    }

    .team-performance-summary-card small {
        font-size: 11.5px;
    }

    .project-report-page .project-report-filter-grid .filter-group:first-child,
    .project-report-page .project-report-export-wrap {
        grid-column: auto;
        justify-content: stretch;
    }
}

.report-page .crm-filter-form,
.report-page-shell .crm-filter-form {
    display: grid;
    gap: 16px;
}

.report-page .crm-filter-grid--report-fields,
.report-page-shell .crm-filter-grid--report-fields {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    align-items: end;
}

.report-page .crm-filter-actions-row,
.report-filter-section .crm-filter-actions-row,
.report-page-shell .crm-filter-actions-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.report-page .crm-filter-actions-row .filter-actions,
.report-page-shell .crm-filter-actions-row .filter-actions {
    justify-content: flex-end;
}

@media (max-width: 1199px) {
    .report-page .crm-filter-grid--report-fields,
    .report-page-shell .crm-filter-grid--report-fields {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .report-page .crm-filter-grid--report-fields,
    .report-page-shell .crm-filter-grid--report-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .report-page .crm-filter-actions-row,
    .report-page-shell .crm-filter-actions-row {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .report-page .crm-filter-grid--report-fields,
    .report-page-shell .crm-filter-grid--report-fields {
        grid-template-columns: 1fr;
    }

    .report-page .crm-filter-actions-row .filter-actions,
    .report-page-shell .crm-filter-actions-row .filter-actions {
        width: 100%;
    }

    .report-page .crm-filter-actions-row .filter-actions .btn,
    .report-page-shell .crm-filter-actions-row .filter-actions .btn {
        flex: 1 1 0;
    }
}

/* Compact desktop report filter bars */
@media (min-width: 992px) {
    .team-performance-page .team-performance-filter-grid--overview {
        display: flex !important;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 12px;
    }

    .team-performance-page .team-performance-filter-grid--overview .filter-group {
        flex: 0 1 170px;
        min-width: 150px;
        max-width: 190px;
        grid-column: auto !important;
    }

    .team-performance-page .team-performance-filter-grid--overview .team-performance-filter-actions {
        grid-column: auto !important;
        flex: 0 0 auto;
        margin-left: auto;
        flex-wrap: nowrap !important;
        justify-content: flex-end !important;
    }

    .team-performance-page .team-performance-filter-grid--overview .team-performance-filter-actions .btn {
        min-width: 110px;
    }

    .team-performance-page .team-performance-filter-grid--detail {
        display: flex !important;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 12px;
    }

    .team-performance-page .team-performance-filter-grid--detail .filter-group-wide {
        flex: 1 1 360px;
        min-width: 280px;
        grid-column: auto !important;
    }

    .team-performance-page .team-performance-filter-grid--detail .team-performance-filter-actions--detail {
        grid-column: auto !important;
        flex: 0 0 auto;
        margin-left: auto;
        flex-wrap: nowrap !important;
        justify-content: flex-end !important;
    }

    .report-page .crm-filter-actions-row,
    .report-page-shell .crm-filter-actions-row {
        justify-content: flex-end;
        flex-wrap: nowrap;
    }

    .report-page .crm-filter-actions-row .filter-actions,
    .report-page-shell .crm-filter-actions-row .filter-actions {
        flex-wrap: nowrap !important;
    }
}

@media (min-width: 1200px) {
    .project-report-page .project-report-filter-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 8px !important;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-group {
        flex: 0 0 auto !important;
        min-width: 0 !important;
        max-width: none !important;
        grid-column: auto !important;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-group > label {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-group--project {
        width: 156px;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-group--date {
        width: 120px;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-group--team,
    .project-report-page .project-report-filter-grid .project-report-filter-group--sales {
        width: 142px;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-group--assignment,
    .project-report-page .project-report-filter-grid .project-report-filter-group--status {
        width: 128px;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-group .form-control {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 44px;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-group select.form-control {
        text-overflow: ellipsis;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-actions {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 8px !important;
        flex: 0 0 auto !important;
        margin-left: auto !important;
        min-width: auto !important;
        grid-column: auto !important;
        flex-wrap: nowrap !important;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-actions .btn {
        min-width: 96px;
        min-height: 44px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .project-report-page .project-report-filter-grid {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-end !important;
        gap: 12px !important;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-group {
        flex: 1 1 calc(25% - 12px) !important;
        min-width: 150px !important;
        max-width: none !important;
        grid-column: auto !important;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-group .form-control {
        min-height: 44px;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-actions {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 10px !important;
        flex: 0 0 auto !important;
        margin-left: auto !important;
        min-width: auto !important;
        grid-column: auto !important;
        flex-wrap: nowrap !important;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-actions .btn {
        min-width: 104px;
    }
}

/* Final toolbar overrides */
@media (min-width: 1200px) {
    .report-page .filter-panel .crm-filter-form {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-end !important;
        gap: 10px 12px !important;
    }

    .report-page .filter-panel .crm-filter-grid--report-fields {
        display: contents !important;
    }

    .report-page .filter-panel .filter-group {
        flex: 0 1 150px !important;
        min-width: 132px !important;
        max-width: 170px !important;
        margin-bottom: 0 !important;
    }

    .report-page .filter-panel .filter-group label,
    .project-report-page .project-report-filter-group label {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    .report-page .crm-filter-actions-row,
    .project-report-page .project-report-filter-actions {
        display: flex !important;
        flex: 0 0 auto !important;
        align-items: center !important;
        gap: 10px !important;
        margin-left: auto !important;
    }

    .report-page .crm-filter-actions-row .filter-actions,
    .project-report-page .project-report-filter-actions {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 10px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .report-page .filter-panel .crm-filter-form,
    .project-report-page .project-report-filter-form {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-end !important;
        gap: 10px 12px !important;
    }

    .report-page .filter-panel .crm-filter-grid--report-fields,
    .project-report-page .project-report-filter-grid {
        display: contents !important;
    }

    .report-page .filter-panel .filter-group,
    .project-report-page .project-report-filter-group {
        flex: 1 1 150px !important;
        min-width: 148px !important;
        max-width: 196px !important;
        margin-bottom: 0 !important;
    }

    .report-page .crm-filter-actions-row .filter-actions,
    .project-report-page .project-report-filter-actions {
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 991px) {
    .report-page .filter-panel .crm-filter-form,
    .project-report-page .project-report-filter-form {
        display: grid !important;
        gap: 12px !important;
    }

    .report-page .crm-filter-grid--report-fields,
    .project-report-page .project-report-filter-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
}

@media (max-width: 767px) {
    .report-page .crm-filter-grid--report-fields,
    .project-report-page .project-report-filter-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

@media (max-width: 1199px) {
    .leadership-winner-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .leadership-winner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .leadership-winner-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Finalized reports UI */
.report-nav-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 16px !important;
}

.report-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    min-width: 178px;
    padding: 0 24px;
    border-radius: 999px;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
}

.team-performance-filter-grid .filter-group label,
.project-report-page .project-report-filter-grid .project-report-filter-group > label {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 0 10px !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    border: 0 !important;
    display: block !important;
    color: #020617 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.team-performance-filter-grid .filter-group .form-control,
.project-report-page .project-report-filter-grid .project-report-filter-group .form-control {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 60px !important;
    height: 60px !important;
    border: 1px solid #d8e2f0 !important;
    border-radius: 10px !important;
    color: #334155 !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    box-shadow: none !important;
}

.project-report-page .project-report-filter-form {
    width: 100%;
}

.project-report-page .project-report-filter-grid {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    gap: 18px 12px !important;
    align-items: end !important;
    width: 100%;
}

.project-report-page .project-report-filter-grid .project-report-filter-group {
    grid-column: span 2 !important;
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
    flex: initial !important;
    margin: 0 !important;
}

.project-report-page .project-report-filter-grid .project-report-filter-group--project,
.project-report-page .project-report-filter-grid .project-report-filter-group--team,
.project-report-page .project-report-filter-grid .project-report-filter-group--sales {
    grid-column: span 2 !important;
}

.project-report-page .project-report-filter-grid .project-report-filter-actions {
    display: flex !important;
    align-items: end !important;
    justify-content: flex-end !important;
    gap: 14px !important;
    grid-column: span 12 !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    flex: initial !important;
    flex-wrap: nowrap !important;
}

.project-report-page .project-report-filter-grid .project-report-filter-actions .btn,
.team-performance-filter-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px !important;
    min-height: 60px !important;
    height: 60px !important;
    padding: 0 24px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

@media (min-width: 1400px) {
    .project-report-page .project-report-filter-grid {
        grid-template-columns: minmax(180px, 1.2fr) repeat(2, minmax(142px, 0.9fr)) repeat(4, minmax(142px, 1fr)) minmax(250px, auto) !important;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-group,
    .project-report-page .project-report-filter-grid .project-report-filter-group--project,
    .project-report-page .project-report-filter-grid .project-report-filter-group--team,
    .project-report-page .project-report-filter-grid .project-report-filter-group--sales {
        grid-column: auto !important;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-actions {
        grid-column: auto !important;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .project-report-page .project-report-filter-grid .project-report-filter-group {
        grid-column: span 3 !important;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-actions {
        grid-column: span 12 !important;
    }
}

@media (max-width: 991px) {
    .report-nav-link {
        min-width: 0;
        flex: 1 1 220px;
    }

    .project-report-page .project-report-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-group {
        grid-column: span 1 !important;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-actions {
        grid-column: span 2 !important;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-actions {
        justify-content: flex-start !important;
    }
}

@media (max-width: 767px) {
    .report-nav-strip {
        gap: 10px !important;
    }

    .report-nav-link {
        width: 100%;
        flex-basis: 100%;
        min-height: 52px;
    }

    .project-report-page .project-report-filter-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-actions {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        align-items: stretch !important;
        grid-column: span 1 !important;
    }

    .project-report-page .project-report-filter-grid .project-report-filter-actions .btn {
        width: 100%;
    }
}

/* Urgent compact report layout correction */
.report-nav-strip {
    gap: 12px !important;
}

.report-nav-link {
    min-height: 52px !important;
    min-width: 168px !important;
    padding: 0 22px !important;
    border-radius: 28px !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
}

.team-performance-summary-shell .card-body,
.team-performance-page .section-card .card-body {
    padding: 18px !important;
}

.team-performance-filter-form {
    margin-top: 12px !important;
}

.team-performance-filter-grid,
.project-report-page .project-report-filter-grid {
    gap: 12px !important;
}

.team-performance-filter-grid .filter-group label,
.project-report-page .project-report-filter-grid .project-report-filter-group > label {
    margin-bottom: 6px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
}

.team-performance-filter-grid .filter-group .form-control,
.project-report-page .project-report-filter-grid .project-report-filter-group .form-control {
    min-height: 50px !important;
    height: 50px !important;
    border-radius: 9px !important;
    font-size: 14px !important;
}

.project-report-page .project-report-filter-grid .project-report-filter-actions .btn,
.team-performance-filter-actions .btn {
    min-height: 50px !important;
    height: 50px !important;
    min-width: 108px !important;
    padding: 0 20px !important;
    border-radius: 9px !important;
    font-size: 13px !important;
}

@media (min-width: 1200px) {
    .report-nav-strip {
        flex-wrap: nowrap !important;
    }

    .project-report-page .project-report-filter-grid {
        gap: 12px !important;
    }
}

@media (max-width: 991px) {
    .report-nav-link {
        flex: 0 1 auto !important;
        min-width: 156px !important;
    }
}

@media (max-width: 767px) {
    .report-nav-link {
        width: auto !important;
        flex: 1 1 calc(50% - 10px) !important;
        min-width: 0 !important;
        min-height: 48px !important;
        padding: 0 14px !important;
        white-space: normal !important;
    }

    .team-performance-summary-shell .card-body,
    .team-performance-page .section-card .card-body {
        padding: 14px !important;
    }
}

/* Unified five-report layout */
.report-shell {
    display: flex;
    flex-direction: column;
    gap: 16px !important;
}

.report-nav-strip {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
}

.report-nav-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 52px !important;
    height: 52px !important;
    min-width: 168px !important;
    padding: 0 22px !important;
    border-radius: 28px !important;
    text-align: center !important;
    white-space: nowrap !important;
    line-height: 1.15 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.report-hero {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 20px !important;
    border-radius: 18px !important;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.10) !important;
}

.report-hero--overall,
.report-hero--followup {
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.16), transparent 28%),
        linear-gradient(135deg, #0f5132 0%, #198754 58%, #20a66a 100%) !important;
}

.report-hero--project {
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.16), transparent 28%),
        linear-gradient(135deg, #12345f 0%, #2563eb 58%, #0ea5e9 100%) !important;
}

.report-hero--team {
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.16), transparent 28%),
        linear-gradient(135deg, #1e1b4b 0%, #4f46e5 58%, #7c3aed 100%) !important;
}

.report-hero--leadership {
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.16), transparent 28%),
        linear-gradient(135deg, #713f12 0%, #b45309 58%, #d97706 100%) !important;
}

.report-hero-top {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin: 0 !important;
}

.report-hero-title {
    min-width: 0 !important;
    gap: 6px !important;
}

.report-hero h3,
.report-hero h4 {
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
}

.report-hero p {
    max-width: 760px !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.report-hero-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
}

.report-pill,
.hero-badge {
    min-height: 34px !important;
    padding: 7px 12px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
}

.report-toolbar {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
}

.report-toolbar-group {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
}

.report-toolbar .btn {
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 16px !important;
    border-radius: 10px !important;
    font-size: 12.5px !important;
    line-height: 1 !important;
}

.report-filter-section,
.report-page .section-card:has(.filter-panel) {
    margin: 0 !important;
}

.report-filter-section .card-body,
.report-page .section-card:has(.filter-panel) .card-body {
    padding: 16px !important;
}

.report-filter-section .report-section-title,
.report-page .section-card:has(.filter-panel) .report-section-title {
    margin-bottom: 12px !important;
}

.report-filter-section .report-section-title h4,
.report-page .section-card:has(.filter-panel) .report-section-title h4 {
    font-size: 18px !important;
}

.report-filter-section .report-section-title p,
.report-page .section-card:has(.filter-panel) .report-section-title p {
    font-size: 13px !important;
}

.report-filter-section .team-performance-filter-form,
.report-filter-section .crm-filter-form,
.report-page .filter-panel .crm-filter-form {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-end !important;
    gap: 12px !important;
    margin: 0 !important;
}

.report-page .filter-panel {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.report-page .filter-panel .crm-filter-grid--report-fields,
.report-filter-section .crm-filter-grid--report-fields,
.report-filter-section .team-performance-filter-grid {
    display: contents !important;
}

.report-page .filter-panel .filter-group,
.report-filter-section .filter-group,
.report-filter-section .project-report-filter-group {
    flex: 1 1 150px !important;
    min-width: 142px !important;
    max-width: 210px !important;
    margin: 0 !important;
    grid-column: auto !important;
}

.report-page .filter-panel .filter-group label,
.report-filter-section .filter-group label,
.report-filter-section .project-report-filter-group > label {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 0 6px !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    border: 0 !important;
    display: block !important;
    color: #0f172a !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
}

.report-page .filter-panel .form-control,
.report-filter-section .form-control {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    height: 50px !important;
    border-radius: 9px !important;
    font-size: 14px !important;
}

.report-page .crm-filter-actions-row,
.report-filter-section .team-performance-filter-actions,
.report-filter-section .project-report-filter-actions {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    margin-left: auto !important;
    min-width: 228px !important;
    grid-column: auto !important;
}

.report-page .crm-filter-actions-row .filter-actions,
.report-filter-section .crm-filter-actions-row .filter-actions {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
}

.report-page .crm-filter-actions-row .btn,
.report-filter-section .crm-filter-actions-row .btn,
.report-filter-section .team-performance-filter-actions .btn,
.report-filter-section .project-report-filter-actions .btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 50px !important;
    height: 50px !important;
    min-width: 108px !important;
    padding: 0 20px !important;
    border-radius: 9px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.team-performance-summary-shell,
.team-performance-detail-shell,
.report-page .report-kpi-grid,
.report-page .report-insight-grid,
.report-page .report-chart-grid,
.leadership-winner-grid {
    margin-top: 0 !important;
}

@media (min-width: 1200px) {
    .report-nav-strip {
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 991px) {
    .report-hero-top {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .report-toolbar,
    .report-toolbar-group {
        width: 100% !important;
        justify-content: flex-start !important;
    }

    .report-page .filter-panel .filter-group,
    .report-filter-section .filter-group,
    .report-filter-section .project-report-filter-group {
        flex: 1 1 calc(50% - 12px) !important;
        max-width: none !important;
    }

    .report-page .crm-filter-actions-row,
    .report-filter-section .crm-filter-actions-row,
    .report-filter-section .team-performance-filter-actions,
    .report-filter-section .project-report-filter-actions {
        width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        justify-content: flex-start !important;
    }
}

@media (max-width: 767px) {
    .report-shell {
        gap: 12px !important;
    }

    .report-nav-link {
        flex: 1 1 calc(50% - 8px) !important;
        min-width: 0 !important;
        height: 48px !important;
        min-height: 48px !important;
        padding: 0 12px !important;
        white-space: normal !important;
    }

    .report-hero {
        padding: 16px !important;
        border-radius: 16px !important;
    }

    .report-hero h3,
    .report-hero h4 {
        font-size: 21px !important;
    }

    .report-toolbar-group,
    .report-page .crm-filter-actions-row .filter-actions,
    .report-filter-section .crm-filter-actions-row .filter-actions,
    .report-filter-section .team-performance-filter-actions,
    .report-filter-section .project-report-filter-actions {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
    }

    .report-toolbar .btn,
    .report-page .crm-filter-actions-row .btn,
    .report-filter-section .crm-filter-actions-row .btn,
    .report-filter-section .team-performance-filter-actions .btn,
    .report-filter-section .project-report-filter-actions .btn {
        width: 100% !important;
    }

    .report-page .filter-panel .filter-group,
    .report-filter-section .filter-group,
    .report-filter-section .project-report-filter-group {
        flex-basis: 100% !important;
        min-width: 0 !important;
    }
}

/* Final shared report UI normalisation - keep last */
.report-nav-strip,
.report-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    width: 100% !important;
    padding: 0 0 6px !important;
    margin: 0 0 16px !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.report-nav-link,
.report-tab {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 34px !important;
    height: auto !important;
    padding: 6px 14px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    background: #f1f5f9 !important;
    color: #334155 !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.report-nav-link:hover,
.report-tab:hover {
    background: #e0e7ff !important;
    border-color: #bfdbfe !important;
    color: #1d4ed8 !important;
}

.report-nav-link.is-active,
.report-nav-link.active,
.report-tab.active {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #fff !important;
}

.report-filters {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    width: 100% !important;
}

.filters-left,
.team-performance-filter-grid,
.project-report-page .project-report-filter-grid,
.report-page .crm-filter-grid--report-fields {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-wrap: wrap !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    min-width: 0 !important;
}

.filters-right,
.report-filter-section .team-performance-filter-actions,
.report-filter-section .project-report-filter-actions,
.report-page .crm-filter-actions-row {
    display: flex !important;
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
    flex-wrap: wrap !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    margin-left: auto !important;
    min-width: 0 !important;
}

.filters-left .filter-group,
.team-performance-filter-grid .filter-group,
.project-report-page .project-report-filter-grid .project-report-filter-group,
.report-page .crm-filter-grid--report-fields .filter-group {
    flex: 1 1 150px !important;
    min-width: 150px !important;
    max-width: none !important;
}

.filters-right .btn,
.report-filter-section .team-performance-filter-actions .btn,
.report-filter-section .project-report-filter-actions .btn,
.report-page .crm-filter-actions-row .btn,
.report-toolbar .btn,
.project-report-export-wrap .btn {
    width: auto !important;
    min-height: 40px !important;
    height: auto !important;
    padding: 8px 14px !important;
    border-radius: 9px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
}

.crm-table-wrap,
.report-table-wrap,
.member-report-table-wrap,
.team-performance-table-wrap {
    overflow-x: auto !important;
    overflow-y: visible;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-overflow-scrolling: touch;
}

.crm-table-wrap table,
.report-table-wrap table,
.member-report-table-wrap table,
.team-performance-table-wrap table {
    white-space: nowrap;
}

.crm-table-wrap .dataTables_wrapper,
.report-table-wrap .dataTables_wrapper,
.member-report-table-wrap .dataTables_wrapper,
.team-performance-table-wrap .dataTables_wrapper {
    overflow: visible !important;
}

.crm-table-wrap .dataTables_scrollBody,
.report-table-wrap .dataTables_scrollBody,
.member-report-table-wrap .dataTables_scrollBody,
.team-performance-table-wrap .dataTables_scrollBody {
    overflow-x: auto !important;
    overflow-y: auto !important;
}

.crm-empty-table-row td:not(:first-child) {
    color: transparent !important;
}

@media (max-width: 767px) {
    .report-nav-link,
    .report-tab {
        flex: 0 0 auto !important;
        width: auto !important;
        height: auto !important;
        min-height: 34px !important;
        padding: 6px 14px !important;
        white-space: nowrap !important;
    }

    .report-filters,
    .filters-left,
    .filters-right,
    .team-performance-filter-grid,
    .project-report-page .project-report-filter-grid,
    .report-page .crm-filter-grid--report-fields {
        align-items: stretch !important;
        justify-content: flex-start !important;
        width: 100% !important;
    }

    .filters-left .filter-group,
    .team-performance-filter-grid .filter-group,
    .project-report-page .project-report-filter-grid .project-report-filter-group,
    .report-page .crm-filter-grid--report-fields .filter-group {
        flex: 1 1 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    .filters-right,
    .report-filter-section .team-performance-filter-actions,
    .report-filter-section .project-report-filter-actions,
    .report-page .crm-filter-actions-row {
        width: 100% !important;
        margin-left: 0 !important;
        justify-content: flex-start !important;
    }

    .filters-right .btn,
    .report-filter-section .team-performance-filter-actions .btn,
    .report-filter-section .project-report-filter-actions .btn,
    .report-page .crm-filter-actions-row .btn {
        flex: 1 1 100% !important;
        width: 100% !important;
    }
}

/* Report CSS loads after page CSS, so keep final follow-up row overrides last. */
.report-page-shell tr.row-followup-scheduled,
.report-page-shell tr.row-followup-scheduled td,
.report-page-shell tr.crm-row-scheduled,
.report-page-shell tr.crm-row-scheduled td {
    background: #e8f8ef !important;
    background-color: #e8f8ef !important;
}

.report-page-shell tr.row-followup-none,
.report-page-shell tr.row-followup-none td,
.report-page-shell tr.crm-row-no-followup,
.report-page-shell tr.crm-row-no-followup td {
    background: #fff0dc !important;
    background-color: #fff0dc !important;
}

.report-page-shell tr.row-followup-overdue,
.report-page-shell tr.row-followup-overdue td,
.report-page-shell tr.crm-row-overdue,
.report-page-shell tr.crm-row-overdue td {
    background: #fde2e2 !important;
    background-color: #fde2e2 !important;
}

.report-page-shell tr.row-followup-closed,
.report-page-shell tr.row-followup-closed td,
.report-page-shell tr.crm-row-closed,
.report-page-shell tr.crm-row-closed td {
    background: #f1f5f9 !important;
    background-color: #f1f5f9 !important;
}

.report-page-shell tr.row-followup-unassigned,
.report-page-shell tr.row-followup-unassigned td,
.report-page-shell tr.crm-row-unassigned,
.report-page-shell tr.crm-row-unassigned td {
    background: #eef4ff !important;
    background-color: #eef4ff !important;
}
