/* Workaround to solve flatpicker input height on mobile */
.flatpickr-input{
  height: 38px !important;
}

.flatpickr-mobile{
  height: 38px !important;
}
