.doctor-duty-table-wrapper {
    overflow-x: scroll;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.doctor-duty-table {
    line-height: 1.5;
}

.doctor-duty-table-th-day {
    width: 10rem;
}

.doctor-duty-table .doctor-duty-table-th-day {
    border-bottom: 3px solid #dee2e6 !important;
}

.doctor-duty-table .doctor-duty-table-th-room {
    line-height: 1.25;
    border-right: 3px solid #dee2e6 !important;
    white-space: nowrap;
}

.doctor-duty-table .th-blank {
    border-right: 3px solid #dee2e6 !important;
    border-bottom: 3px solid #dee2e6 !important;
}

.doctor-duty-table-td {
    white-space: nowrap;
    vertical-align: top;
    min-width: 8rem !important;
}

.doctor-duty-table tr.is-closed td {
    background: #00000022;
    font-weight: bold;
    opacity: 0.5;
    padding: 1rem 0;
}

.doctor-duty-table .th-date,
.doctor-duty-table .th-slot {
    width: 2em !important;
    vertical-align: middle !important;
    border-bottom: 3px solid #dee2e6 !important;
}

.doctor-duty-table .th-date,
.doctor-duty-table .cell-date {
    border-right: 3px solid #dee2e6 !important;
    line-height: 1.3;
}

@media (max-width: 576px) {
    .doctor-duty-table {
        font-size: 0.75rem;
    }

    .doctor-duty-table-td {
        min-width: inherit !important;
    }
}