.ui-datepicker .ui-datepicker-header {
        background: #fff !important;
}

#pickdate span {
    color: var(--red);
}
.ui-datepicker-calendar thead tr {
    background: var(--red);
    color: #fff !important;
}

.ui-datepicker-calendar thead tr span {
    color: #fff !important;
}

.ui-state-default {
    color: var(--red) !important;
}

.ui-state-active, .ui-state-hover {
    background: var(--red) !important;
    border-radius: 40px !important;
    color: #fff !important;
}
.ui-state-highlight {
    background: #fff !important;
    color: var(--red) !important;
}

#coe-cal aside form input#filter {
    width: auto !important;
    padding: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important; 
}

.btn-theme {
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    background: var(--red);
    color: #fff;
    font-family: var(--headers);
    border-radius: 5px;
    font-size: .9em;
    border: 2px solid var(--red);
    font-weight: 700;
}
