@media print {
    body { 
        background-color: #fff !important; 
        color: #000 !important; 
    }
    .sidebar, 
    .navbar, 
    .no-print, 
    .btn, 
    footer, 
    .main-header,
    .dashboard-main-body > div.d-flex.align-items-center.justify-content-between /* Top header in dashboard */ 
    { 
        display: none !important; 
    }
    .dashboard-main-body { 
        margin-left: 0 !important; 
        padding: 0 !important; 
    }
    .card { 
        box-shadow: none !important; 
        border: none !important; 
    }
    
    table {
        border-collapse: collapse !important;
        width: 100% !important;
    }
    table th, table td {
        border: 1px solid #ccc !important;
        padding: 4px !important;
    }
}
