.flatpickr-months .flatpickr-month {
    height: 42px !important;
    padding-top: 2px;
    font-size: 13px;
    font-weight: bold;
}

.date-picker-input {
    font-size: 0.9em !important;
    padding: 0.55em !important;
    border-radius: 8px !important;
    border: 1px solid #ccc !important;
    width: 6vw;
    font-weight: bold;
}

.flatpickr-current-month {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: center !important;
    align-items: flex-start !important;
}

.highlight-day {
    color: lightcoral;
    opacity: 0.75;
}
