[data-layout=vertical][data-sidebar=dark] .navbar-nav .nav-link.active {
  background: rgba(0, 0, 0, 0.25)!important;
  color: var(--vz-vertical-menu-item-active-color-dark)!important;
}
.auth-one-bg {
  background-image: none!important;
}

/* ==== Perbaikan dark mode ====
   Velzon menangani sebagian besar komponen lewat variabel --vz-* pada
   [data-layout-mode=dark]. Bagian di bawah hanya menutup elemen yang memakai
   warna hardcode sehingga tidak ikut berubah otomatis saat mode gelap. */

/* Pemicu date range (halaman Report & Player Report) memakai background putih
   inline -> teks terang jadi tak terbaca di mode gelap. Samakan dengan tema. */
[data-layout-mode="dark"] #reportrange {
  background: #2a2f34 !important;
  color: var(--vz-body-color);
  border-color: var(--vz-border-color) !important;
}

/* Tabel list deposit & withdraw — ukuran teks/padding konsisten (px agar tidak terpengaruh rem root) */
.card-body .table-transaksi {
  font-size: 13px !important;
  margin-bottom: 0;
}
.card-body .table-transaksi > :not(caption) > * > * {
  padding: 0.5rem 0.65rem !important;
  font-size: 13px !important;
  line-height: 1.45;
}
.card-body .table-transaksi thead th {
  font-size: 12px !important;
  font-weight: 600;
}
.card-body .table-transaksi .badge {
  font-size: 11px !important;
}
.card-body .table-transaksi a,
.card-body .table-transaksi .btn-sm {
  font-size: 12px !important;
}