/* Report Specific Styles */
.report-table {
    font-size: 0.72rem !important;
}

.report-table thead th {
    background-color: #718096 !important;
    /* Slate grey */
    color: white !important;
    font-size: 0.68rem !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 0.3rem 0.5rem !important;
    border: none !important;
}

.report-table tbody td {
    padding: 0.4rem 0.5rem !important;
    vertical-align: middle;
    color: #4a5568;
}

@media print {

    .sidebar,
    .top-bar-frame,
    .btn,
    .report-filter-card {
        display: none !important;
    }

    .main-content-frame {
        padding: 0 !important;
        overflow: visible !important;
    }

    .table-responsive {
        max-height: none !important;
        overflow: visible !important;
    }
}

.report-table tfoot td {
    background-color: #f7fafc;
    font-size: 0.72rem !important;
    padding: 0.3rem 0.5rem !important;
    border-top: 2px solid #e2e8f0 !important;
}

.report-filter-card {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.report-header-badge {
    font-size: 0.7rem !important;
    padding: 0.4rem 0.6rem !important;
}