.edit .mappa-cyclomap {
	margin: 1em 0em;
	height: 40vh;
	min-height: 200px;
}

.page .mappa-cyclomap {
	margin: 1em 0em;
	height: 40vh;
	min-height: 200px;
}

.scrollable-dropdown .dropdown-menu {
	max-height: 30vh;
	overflow-y: auto;
}

.scrollable-dropdown .dropdown-item.active {
	background-color: var(--primary-color);
}

.percorso-filtri h5 {
	font-weight: bolder;
}

.bg-overlay {
	background: rgba(0, 0, 0, 0.5);
	/* Dark overlay */
	border-radius: inherit;
	/* Matches b-card border radius */
}

@media (max-width: 767.98px) {
	#percorsi-carousel .carousel-caption {
		bottom: 20px;
	}

	#percorsi-carousel .carousel-caption h5 {
		font-size: 1.25rem;
	}

	#percorsi-carousel .carousel-caption h6 {
		font-size: 1rem;
	}

	#percorsi-carousel .carousel-caption .badge {
		font-size: 0.875rem;
	}
}