﻿@media print {
    body.dashboard-print-mode * {
        visibility: hidden !important;
    }

    body.dashboard-print-mode #dashboard-print-area,
    body.dashboard-print-mode #dashboard-print-area * {
        visibility: visible !important;
    }

    body.dashboard-print-mode #dashboard-print-area {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: auto !important;
        overflow: visible !important;
        background: #ffffff !important;
        padding: 10px !important;
    }

    body.dashboard-print-mode .dash-filter,
    body.dashboard-print-mode .dashboard-no-print,
    body.dashboard-print-mode button,
    body.dashboard-print-mode .dxbl-btn {
        display: none !important;
    }

    body.dashboard-print-mode .dash-card,
    body.dashboard-print-mode .kpi-card,
    body.dashboard-print-mode .branch-section,
    body.dashboard-print-mode .dash-header {
        break-inside: avoid !important;
        page-break-inside: avoid !important;
        box-shadow: none !important;
    }

    body.dashboard-print-mode .chart-grid,
    body.dashboard-print-mode .grid-two {
        grid-template-columns: 1fr !important;
    }

    @page {
        size: A4 landscape;
        margin: 10mm;
    }
}
.export-btn i {
    font-size: 16px;
}

.export-btn .fa-file-excel {
    color: #16a34a;
}

.export-btn .fa-file-pdf {
    color: #dc2626;
}
