/* Add custom CSS styles below */ Salla.onReady(()=>{
setTimeout(() => document.querySelector('.flatpickr-input')?._flatpickr?.set('minDate', null) , 1000);
})