/* this css is just for reference, how to target the elements */


/* calendar background */
.flatpickr-calendar {
   background-color: #7DF9FF;
}


.flatpickr-day,
span.flatpickr-weekday {
   color: black;
   font-weight: 600;
}

/* for disabled year & date */
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-day.flatpickr-disabled {
   color: rgba(0, 0, 0, 0.3);
   font-weight: 600;
}