.theme--light.v-data-table
  > .v-data-table__wrapper
  > table
  > tbody
  > tr[data-v-fc8c6fe2]:hover:not(.v-data-table__expanded__content):not(
    .v-data-table__empty-wrapper
  ) {
  background: none !important;
}
.colClass[data-v-fc8c6fe2] {
  font-size: 12px;
  padding: 5px;
  font-weight: 600;
  text-align: center;
}
.aui-table-search[data-v-fc8c6fe2] {
  display: grid;
  grid-template-columns: repeat(5, 19%);
}

