.table-hover > tbody > tr:hover > * {
    --bs-table-bg-state: rgba(var(--brand-color-rgb), .2);
}

.today-brand-subtle {
    background: rgba(var(--brand-color-rgb), .2) !important;
}

.period-date-range {
    padding-top: 2px;
    white-space: nowrap;
}

#hours td,
#hours th {
    white-space: nowrap;
}

.highlighted-user {
    background: #D7EDF1 !important;
}

#hours th:first-child,
#hours td:first-child {
    position: sticky;
    left: 0;
}