.day-column {
    min-width: 160px;
}

.shift-card {
    font-size: 1rem;
}

.day-header {
    font-size: 1rem;
}

.calendar-scroll {
    overflow: auto;
    max-height: calc(100vh - 160px);
}

.calendar-grid thead th {
    position: sticky;
    top: 0;
    z-index: 2;
}

.calendar-grid tbody td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: var(--bs-light);
}

.btn-rw {
    background-color: #74B843;
    color: #FFF;
    border-color: #74B843;
}

.btn-rw:disabled, .btn-rw[disabled] {
    background-color: #a8d48a;
    border-color: #a8d48a;
    cursor: not-allowed;
    opacity: 0.65;
}

.btn-rw:hover, .btn-rw:focus, .btn-rw:active, .btn-rw.active {
    background-color: #FFF !important;
    color: #74B843 !important;
    border-color: #74B843 !important;
}
