@media screen and (max-width: 850px) {









}

@media screen and (max-width: 576px) {
.flatpickr-input{
	width:calc(100% - 16px) !important;
}
.search-panel-frame {
	width:min(100% , 300px);
}


}