.table {
  --bs-table-hover-bg: #f7fcff;
}
.bootstrap-table {
  width: 100%;
  /* height: 100%; */
}
.fixed-table-container {
  border: none;
}
.table thead th {
  background-color: rgba(0,167,229,0.08);
  font-size: 16px;
  color: #333;
  min-height: 50px;
}
.fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
  min-height: 50px;
  padding: 0 8px 0 8px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.table tbody td {
 color: #333;
 background: #f7fcff;
 
}
.fixed-table-container tbody td, .fixed-table-container thead th {
  border-left: 1px solid #d4e3f0;
  text-align: center;
}
.bootstrap-table .table>thead>tr>th, .fixed-table-container tbody {
  border-bottom: 1px solid #d4e3f0;
}
th.th-br .th-inner {
  padding: 8px !important;
  justify-content: center;
}