.ui-datepicker-header {
    color: var(--base-color);
    background: var(--bs-body-bg);
}

.ui-datepicker-calendar {
    background: var(--bs-body-bg);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: #222421;
    background: #222421;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highligh {
    border: var(--base-color);
    background: var(--base-color);
    color: #ffffff;
}

input #datepicker {font-size:24px}

#datepicker::-webkit-input-placeholder {font-size: 24px;}
#datepicker::-moz-placeholder {font-size: 24px;}
#datepicker:-ms-input-placeholder {font-size: 24px;}
