@media print {
  .chart-card {
    background: #fff !important;
    color: #000 !important;
  }

  .chart-card svg text {
    fill: #000 !important;
  }

  .chart-card [class*="dark:"] {
    all: revert;
  }
}
