.compact .main-content {
    padding-top: 3.2rem;
}
.table-supervisors td, .table-supervisors th {
    padding: 0.2rem;
    font-size: .8rem;
    position:relative;
}
.table-supervisors tbody.weekday-5 {
    background-color: var(--gray-200);
}
.table-supervisors tbody.weekday-6 {
    background-color: var(--gray-300);
}
.table-supervisors tbody+tbody {
    border-top: 5px solid #c1c8d2;
}
.table-supervisors .settings-button {
    position: absolute;
    right: 1px;
    top: 1px;
    display:none;
}
.table-supervisors td:hover .settings-button {
    display:block;
}
.table-supervisors thead tr th:first-child, .table-supervisors tbody tr td:first-child {
    min-width: 3.6rem !important;
    position: sticky;
    left: -1.25rem;
    z-index: 100;
    background: #fff;
}
.table-supervisors td:nth-child(3),
.table-supervisors th:nth-child(3) {
    position: sticky;
    left: calc(3.6rem - 1.25rem);
    background: #fff;
    z-index: 100;
}
.table-supervisors thead tr th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 110 !important;
}
.dark-mode .table-supervisors thead tr th {
    background: var(--dark-level-2);
}
.dark-mode .table-supervisors td:nth-child(1),
.dark-mode .table-supervisors th:nth-child(1),
.dark-mode .table-supervisors td:nth-child(3),
.dark-mode .table-supervisors th:nth-child(3) {
    background: var(--dark-level-2);
}
.dark-mode .table-supervisors tbody.weekday-5 {
    background-color: var(--gray-800);
}
.dark-mode .table-supervisors tbody.weekday-6 {
    background-color: var(--gray-700);
}
.table-loading {
    opacity: .3;
}
.disabled {
    cursor: not-allowed;
}
.compact .main-content {
    padding-top: 3.2rem;
}
.table-supervisors td, .table-supervisors th {
    padding: 0.2rem;
    font-size: .8rem;
    position:relative;
}
.table-supervisors tbody.weekday-5 {
    background-color: var(--gray-200);
}
.table-supervisors tbody.weekday-6 {
    background-color: var(--gray-300);
}
.table-supervisors tbody+tbody {
    border-top: 5px solid #c1c8d2;
}
.table-supervisors .settings-button {
    position: absolute;
    right: 1px;
    top: 1px;
    display:none;
}
.table-supervisors td:hover .settings-button {
    display:block;
}
.table-supervisors thead tr th:first-child, .table-supervisors tbody tr td:first-child {
    min-width: 3.6rem !important;
    position: sticky;
    left: -1.25rem;
    z-index: 100;
    background: #fff;
}
.table-supervisors td:nth-child(3),
.table-supervisors th:nth-child(3) {
    position: sticky;
    left: calc(3.6rem - 1.25rem);
    background: #fff;
    z-index: 100;
}
.table-supervisors thead tr th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 110 !important;
}
.dark-mode .table-supervisors thead tr th {
    background: var(--dark-level-2);
}
.dark-mode .table-supervisors td:nth-child(1),
.dark-mode .table-supervisors th:nth-child(1),
.dark-mode .table-supervisors td:nth-child(3),
.dark-mode .table-supervisors th:nth-child(3) {
    background: var(--dark-level-2);
}
.dark-mode .table-supervisors tbody.weekday-5 {
    background-color: var(--gray-800);
}
.dark-mode .table-supervisors tbody.weekday-6 {
    background-color: var(--gray-700);
}
.table-loading {
    opacity: .3;
}
.disabled {
    cursor: not-allowed;
}

.trainer-calendar .v-calendar .v-event, .trainer-calendar .v-calendar .v-event-more {
    /*old-text-overflow: clip !important;*/
    white-space: initial !important;
    height: auto !important;
    margin-bottom: 3px !important;
}

.trainer-calendar .v-calendar.calendar {
    height: auto;
}
@media only print {
    .toolbar {
        display:none;
    }
    .sidebar {
        display:none;
    }
    .main-content {
        padding:0;
    }
    .own-trainer-management .card-header,
    .own-trainer-management h6,
    .own-trainer-management .form-check,
    .own-trainer-management .btn,
    .own-trainer-management .card-header {
        display:none
    }
    body {
        background: #fff;
    }
}
