html, body { background: #F4F7F1; margin: 0; padding: 0; font-family: 'Hind Siliguri', sans-serif; }
.custom-scrollbar::-webkit-scrollbar { width: 4px; height: 4px; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #CBD5E1; border-radius: 4px; }

@media print {
  @page {
    size: A4 portrait;
    margin: 10mm 10mm 10mm 15mm !important;
  }
  body { -webkit-print-color-adjust: exact; print-color-adjust: exact; background: #fff !important; width: 183mm !important; }
  .no-print { display: none !important; }
  .page-break { page-break-before: always; }
  .print-page { width: 183mm !important; max-width: 183mm !important; box-sizing: border-box !important; }
  .print-daily-table { width: 100% !important; table-layout: fixed !important; }
  .print-daily-table th, .print-daily-table td { box-sizing: border-box !important; }
}
