.header-color,
.table thead th,
thead,
th {
  color: #b5b5c3;
  font-size: 12;
  font-weight: bold;
}
.sub-data {
  color: #7e8299;
}
.bb-datatable .table-hover tbody tr:hover {
  background: #e8e8e8;
}

.flex-row[data-v-3f8c7781] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

