.table-wrap[data-v-15aea9a3] .table-wrap__thead-tr {
  background-color: #0044AD;
  color: #fff;
  text-align: center;
}
.table-wrap[data-v-15aea9a3] .table-wrap__thead-tr th {
  vertical-align: middle;
}
.table-wrap[data-v-15aea9a3] .table-wrap__tbody-tr {
  text-align: center;
}
.table-wrap[data-v-15aea9a3] .table-wrap__tbody-tr td {
  vertical-align: middle;
  text-align: center;
}
.table-wrap .c-nameLink[data-v-15aea9a3] {
  color: #0044AD;
  text-decoration: underline;
  cursor: pointer;
}
.table thead th {
  background-color: #0044ad !important;
  color: #fff;
}
.selfPayment .table {
  border-collapse: separate;
  border-spacing: 0;
}
.selfPayment .table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left), .table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-color: #0044AD;
  color: #fff;
}
.selfPayment .table.b-table.table-hover > tbody > tr:hover > td:nth-child(1) {
  background: none !important;
}
.selfPayment .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
  background-color: none;
}
.selfPayment th.table-b-table-default.b-table-sticky-column.position-relative {
  position: sticky !important;
}
th, td.text-center.text-nowrap {
  vertical-align: middle !important;
}
