.o_timesheet_v2_list .o_data_row.o_list_row_decoration_info {
    background-color: #fff8e6 !important;
}

.o_timesheet_v2_list .o_data_row.o_list_row_decoration_success {
    background-color: #eef7ee !important;
}

.o_timesheet_v2_list .o_data_row.o_list_row_decoration_warning {
    background-color: #fdeeee !important;
}

.o_timesheet_v2_dashboard .o_timesheet_v2_gauge .card-header {
    font-weight: 600;
    background: #f4f4f4;
}

.o_timesheet_v2_dashboard .o_timesheet_v2_gauge_detail {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

.o_timesheet_v2_week_plan .oe_title h1 {
    font-size: 1.4rem;
    font-weight: 600;
}

.o_timesheet_v2_week_plan .o_stat_value {
    font-variant-numeric: tabular-nums;
}
