
/* Adjust font size using more specific selectors */
.my-custom-table[data-v-b218996e] {
  font-size: 14px !important;
}
.custom-header[data-v-b218996e] {
  color: #000000 !important;
  font-size: 18px !important;
  /* Font size for headers */
}
.custom-cell[data-v-b218996e] {
  font-size: 16px !important;
  /* Font size for cell data */
}
.my-custom-table tbody tr > td[data-v-b218996e] {
  color: #000000 !important;
  /* Change text color */
}
.bg-white[data-v-b218996e] {
  background-color: white;
  border-radius: 5px;
}

