
/* Adjust font size using more specific selectors */
.my-custom-table[data-v-5c3e6d9d] {
  font-size: 14px !important;
}
.custom-header[data-v-5c3e6d9d] {
  color: #000000 !important;
  font-size: 18px !important;
  /* Font size for headers */
}
.custom-cell[data-v-5c3e6d9d] {
  font-size: 16px !important;
  /* Font size for cell data */
}
.my-custom-table tbody tr > td[data-v-5c3e6d9d] {
  color: #000000 !important;
  /* Change text color */
}
.tanggal-header[data-v-5c3e6d9d] {
  min-width: 200px !important;
}
.kuota-waktu-header[data-v-5c3e6d9d] {
  min-width: 300px !important;
}

