.o_timeoff_today_button {
    border: none;
    width: fit-content;
    background: none;
    transition: all 0.2s;
    &:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }
}

.o_timeoff_dashboard {
    display: flex;
    flex-direction: row;

    height: auto;
    box-shadow: inset 0 -1px 0 $border-color;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: $o-webclient-background-color;
}

.o_timeoff_dashboard_cards {
    display: flex;
    flex-direction: row;
    & > * {
        flex: 1;
    }
}
