/*Fixes alignment on header with fonts used in app*/
.flatpickr-current-month {
    display: flex;
    justify-content: center;
    align-items: center;
}