.custom-table tr:nth-child(even){
  background-color: #deebff;
  color: black;
}
.custom-table tr:nth-child(odd){
  background-color: #a3c3f7;
  color: black;
}
.custom-table tr:nth-child(1){
  background-color: #1e266e;
  color: white;
}