
/* Your global styles */
.bg-white {
  background-color: white;
  border-radius: 5px;
}
.custom-header {
  color: #000000 !important;
  font-size: 18px !important;
  /* Font size for headers */
}
.custom-cell {
  font-size: 16px !important;
  /* Font size for cell data */
}
.my-custom-table tbody tr>td {
  color: #000000 !important;
  /* Change text color */
}

