.v-data-table-header__icon {
    opacity: 0.5 !important;
    color: #ffffff !important;
}

.sortable.active{
    color: #000000 !important;
}

.v-data-table__wrapper {
    overflow-x: auto;
    overflow-y: auto;
    height: 600px;
}