.dropoff_point{
	font-size:1rem;
}

.dropoff_popup_active{
	position:relative;
}
.dropoff_popup_active:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
	z-index:10;
}

.dropoff_popup{
	display:none;
	position:fixed;
	width:80%;
	height:70%;
	max-width:700px;
	max-height:500px;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:15;
}
.dropoff_popup.active{
	display:block;
}

#map{position:absolute;top:0;right:0;bottom:0;left:0;}
#map .ol-viewport:not(:first-child){display:none!important;}

.ol-popup{
	position:absolute;
	background-color: white;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 300px;
}
.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}
.ol-popup-closer:after {
	content: "✖";
}
#popup-content p{
	margin: 0;
}
#popup-content .titolo{
	font-size: 14px;
	line-height: 1;
	margin-bottom: 10px;
}
#popup-content .indirizzo{
	font-size: 12px;
	line-height: 1;
}
#popup-content .button{
	font-size: 14px;
	margin-top: 15px;
}