.blue {
  color: blue!important;
  font-weight: bold;
}
.gray {
  color: #6c757d!important;
}
.green {
  color: #198754!important;
}
.red {
  color: red!important;
  
}
.yellow {
  color: #ffc107!important;
}
.purple {
  color: #800080 !important;
  font-weight: bold;
}

.bold {
  font-weight: 700!important;
}

.table-blue {
  --bs-table-bg: #5cb9eb;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #68cefe;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-gray {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-green {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-red {
  --bs-table-bg: #FF3333;
  --bs-table-striped-bg: #FF3333;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #FF3333;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #FF3333;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #FF1919;
}
.table-yellow {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-black {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color:#373b3e;
}

.table-orange {
  border-color: #f39800 !important;
}
.table-orange thead {
  background-color: #f39800;
  color: #fff;
}
.table-orange tbody {
  background-color: #FDF5E6;
}

.table-tuj {
  margin:2,0em!important ;
  border-color: rgb(66, 150, 234)!important;
}
.table-tuj thead {
  background-color: rgb(66, 150, 234);
  font-size: 1.8em;
  color: #fff;
}
.table-tuj tbody {
  background-color: #f3f9fd;
}

.table-cz {
  margin:2,0em!important ;
  border-color: rgb(93, 202, 87)!important;
}
.table-cz thead {
  background-color: rgb(93, 202, 87);
  font-size: 1.8em;
  color: #fff;
}
.table-cz tbody {
  background-color: #f8fff9;
}

.table-ghb {
  margin:2,0em!important ;
  border-color: rgb(44, 135, 40)!important;
}
.table-ghb thead {
  background-color: rgb(44, 135, 40);
  font-size: 1.8em;
  color: #fff;
}
.table-ghb tbody {
  background-color: #e5f8e8;
}


.table-bns {
  margin:2,0em!important ;
  border-color: rgb(234, 122, 48)!important;
}
.table-bns thead {
  background-color:   rgb(234, 122, 48);
  font-size: 1.8em;
  color: #fff;
}
.table-bns tbody {
  background-color: #ede6e2;
}

.table-rt {
  margin:2,0em!important ;
  border-color: rgb(255, 96, 85)!important;
}
.table-rt thead {
  background-color:  rgb(255, 96, 85);
  font-size: 1.8em;
  color: #fff;
}
.table-rt tbody {
  background-color: #f1e6e4;
}

.table-at {
  margin:2,0em!important ;
  border-color: rgb(255, 35, 19)!important;
}
.table-at thead {
  background-color: rgb(255, 35, 19);
  font-size: 1.8em;
  color: #fff;
}
.table-at tbody {
  background-color: #f4e0e0;
}

.table-btl {
  margin:2,0em!important ;
  border-color: rgb(160, 31, 246)!important;
}
.table-btl thead {
  background-color: rgb(160, 31, 246);
  font-size: 1.8em;
  color: #fff;
}
.table-btl tbody {
  background-color: #f2e5fd;
}

.table-rl {
  margin:2,0em!important ;
  border-color: rgb(126, 14, 200)!important;
}
.table-rl thead {
  background-color: rgb(126, 14, 200);
  font-size: 1.8em;
  color: #fff;
}
.table-rl tbody {
  background-color: #ede1f7;
}