.table-fix-height .v-data-table__wrapper {
    max-height: 70vh !important;
    overflow: auto !important;
}
.table-fix-height-inner .v-data-table__wrapper {
    max-height: 70vh !important;
    overflow: auto !important;
}
.table-fix-height-50 .v-data-table__wrapper {
    max-height: 50vh !important;
    overflow: auto !important;
}
.sched-table .v-data-table__wrapper{
    max-height: 30vh !important;
}
.cursor-pointer{
    cursor: pointer !important;
}
