/* Datepicker Header */
.ui-datepicker-header {
    background: #ea5670 !important;
    color: white !important;
    border: none !important;
}

/* Selected date */
.ui-state-active {
    background: #ea5670 !important;
    color: white !important;
}

/* Hover date */
.ui-state-hover {
    background: #b73148 !important;
    color: #ffffff !important;
}

/* Today highlight */
.ui-datepicker-today a {
    background: #ff91a4 !important;
    color: #000 !important;
}
