/* Small extras that Tailwind's CDN build doesn't cover out of the box. */

.sidebar-link.active {
  background-color: #eef2ff;
  color: #4338ca;
  font-weight: 600;
}

.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

.nav-tab.active {
  border-bottom: 2px solid #4338ca;
  color: #4338ca;
  font-weight: 600;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

/* ---- Print rules used by the four document templates ---- */
@media print {
  body {
    background: #fff !important;
  }
  .no-print {
    display: none !important;
  }
  .print-sheet {
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  @page {
    margin: 12mm;
  }
}
