body {
  background: #f5f7fb;
}

.sidebar {
  min-height: 100vh;
  background: #1e293b;
  color: #fff;
}

.sidebar .nav-link {
  color: #cbd5e1;
}

.sidebar .nav-link.active,
.sidebar .nav-link:hover {
  color: #fff;
  background: #334155;
}

.section {
  display: none;
}

.section.active {
  display: block;
}

.table-wrap {
  overflow-x: auto;
}

.kas-scroll-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.kas-table {
  font-size: 0.8rem;
  white-space: nowrap;
}

.kas-sticky-name {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #f8fafc;
  min-width: 10rem;
  box-shadow: 2px 0 4px rgba(15, 23, 42, 0.06);
}

.kas-th-today,
.kas-cell-today {
  background: #fef9c3 !important;
}

.kas-th {
  text-align: center;
  min-width: 2.25rem;
  background: #e2e8f0;
}

.kas-cell {
  width: 100%;
  min-width: 2.25rem;
  border: none;
  padding: 0.2rem 0;
  font-weight: 600;
  cursor: pointer;
}

.kas-paid {
  background: #bbf7d0;
  color: #14532d;
}

.kas-unpaid {
  background: #fecaca;
  color: #991b1b;
}

@media print {
  .sidebar {
    display: none !important;
  }
  .no-print {
    display: none !important;
  }
  main,
  .col-lg-10 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
