html[data-bs-theme="light"] {
  color-scheme: light;
}

body {
  background-color: var(--tblr-body-bg);
}

.page-title {
  font-weight: 600;
}

a.text-muted:hover,
a.text-muted:focus {
  color: var(--tblr-body-color) !important;
}

.table > :not(caption) > * > * {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .page-wrapper {
    padding-bottom: 1rem;
  }

  .navbar-brand {
    font-size: 1rem;
  }
}

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

  body {
    background: #fff;
  }

  .report-table {
    font-size: 10pt;
  }

  .report-table th,
  .report-table td {
    white-space: normal;
  }
}