@media print {
  .no-print {
    display: none !important;
  }

  body {
    background: #ffffff;
  }

  .card.report {
    box-shadow: none;
    border: 1px solid #e5e7eb;
  }
}
