.theme--light.v-data-table >
.v-data-table__wrapper > table > thead > tr > th {
    background: #ffffff !important;
    color: #C4AA41  !important;
    font-size: 13px;
}

.border-bottom {
  border-bottom: 3px solid #e2deeb !important;
}

.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr > td:not(.v-data-table__mobile-row) {
  font-size: 11px;
}