/* Filtri */
.filter-group > input, .filter-group > select{
	height:50px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  box-sizing: border-box;  
  padding:.5em !important;
}

.filter-group label,
.filter-group input:not([type="checkbox"]),
.filter-group select {
  width: 100%;
}
input#dateRange {
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
}
/* Mappa */
#event-map{
  height: 700px;
}

/* Eventi */
.leaflet-popup-content{
  width:450px !important;
}


.inactive,.inactive:hover {
  background: #6c757d;
  color: #feffff !important;
  cursor:auto;
}
.reserved,.reserved:hover {
  background: red;
  color: #feffff !important;
  cursor:auto;
}

