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

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

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

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