.fw-500 {
    font-weight: 500 !important;
}

tr.link {
    cursor: pointer;
}

.table-calendar thead th:first-child,
.table-calendar tbody th:first-child {
    position: sticky;
    left: 0;
    background-color: #fff;
}

.table-calendar-border thead th:first-child,
.table-calendar-border tbody th:first-child {
    position: sticky;
    left: -1px;
    background-color: #fff;
    min-width: 65px;
}

.table-calendar-border thead th:nth-child(2),
.table-calendar-border tbody th:nth-child(2) {
    position: sticky;
    left: 63px;
    background-color: #fff;
    min-width: 65px;
}