div#wimemap, #mapLoading
{
	width: 100%;
	height: 50vh;
}
#mapLoading { background: rgba(255, 255, 255, 0.8); }

span#privacyLabel {
	font-size: 13px; 
}

#MapLegend
{
	width: 120px;
	height: 53px;
	margin: 10px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    background: white;
    border-radius: 2px;
}

#formCopertura input, #formCopertura select { margin-bottom: 5px; }


#wimeMapCont { position: relative; }

#mapLoading {
	display: none;
	position: absolute;
	z-index: 1;
	line-height: 50vh;
	text-align: center;
}

#mapLoading p {
	font-weight: bold;
    color: #3589c6;
    content:"Caricamento...";
}

#mapLoading img {
	-webkit-animation:rotation 1s linear infinite;
    -moz-animation:rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    opacity: 0.6;
    height: 15vh;
}

@-webkit-keyframes rotation {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(359deg); }
}

#MapLegend span
{
	display: inline-block;
	width: 15px;
    height: 15px;
}

#MapLegend span.fiberme
{
	border: 2px solid #3d7530;	
	background-color: #32CD32;
}

#MapLegend span.fibermeLogo
{
    background-size: 57px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 60px;
    height: 14px;
	background-image: url('/templates/WiMe2025/images/fiberMe.png');
	filter: contrast(0%);
}

#MapLegend span.hiperme
{
	border: 2px solid #A053A1;	
	background-color: #f378f5;
}

#MapLegend span.hipermeLogo
{
    background-size: 57px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 14px;
	background-image: url('/templates/WiMe2025/images/hiperMe.png');
	filter: contrast(0%);
}