/* Override for the OK button in the date picker */
.rz-timepicker .rz-button.rz-button-md.rz-secondary {
    background-color: #8A1B61 !important;
    color: white !important;
    border-color: #8A1B61 !important;
}

.rz-timepicker .rz-button.rz-button-md.rz-secondary:hover,
.rz-timepicker .rz-button.rz-button-md.rz-secondary:focus {
    background-color: #7a184f !important;
    border-color: #7a184f !important;
}
