.table thead tr th {
  font-size: 24px !important;
}
.table thead tr th p {
  font-size: 24px !important;
}
.table-responsive {
  padding-bottom: 2rem;
}
.info15 .table-responsive table.table th.head {
  width: 280px !important;
}
.line-th-group-1 {
  top: 205px !important;
}
.line-th-group-2 {
  top: 230px !important;
}

.line-th-group-3 {
  top: 140px !important;
}
.line-th-group-4 {
  top: 164px !important;
}
.line-th-group-5 {
  top: 194px !important;
}
table.table {
  margin-top: 1rem;
}

.card-unit-gray ul li {
  font-size: 19px !important;
}






/* Fixed Table */
.underline{
  text-decoration: underline;
}

.card-unit-gray {
  background: rgb(0 154 199 / 12%) !important;
}
.border-b{
  border-bottom: solid 2px #0a1e61;
}
.border-y{
  border-bottom: solid 2px #f7c603;
}
.table-auto{
  width: 991px;
  margin-top: 1rem;
}

.table-auto thead tr th{
  width: auto;
  padding: 0.5rem 0.7rem;
  font-size: 22px;
  border: none;
  font-weight: 400;
}

.table-auto tbody tr td{
  height: 100%;
  padding: 0.7rem;
  font-size: 20px;
  text-align: center;
}
.table-auto tbody tr td:first-child{
  text-align: left;
}
.table-blue thead tr th.head{
  background-color: #0a1e61 !important;
  color: #fff;
}
.table-blue thead tr th.sub{
  background-color: rgb(10 30 97 / 71%) !important;
  color: #fff;
}
.table-yellow thead tr th.head{
  background-color: #f5c402 !important;
  color: #000;
}
.table-yellow thead tr th.sub{
  background-color: rgb(247 198 3 / 16%) !important;
  color: #000;
}
@media (max-width: 767px) {
  .table thead tr th {
    font-size: 22px !important;
  }
  .table thead tr th p {
    font-size: 22px !important;
  }
}

@media (max-width: 575px) {
  .card-token-b,
  .card-token-y {
    bottom: -20px;
    height: 40px;
    width: 45px;
  }
}