.gm-ui-hover-effect {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
}


.loading {
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 18px;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 100;
	position: absolute;
}

.vs-form-map-popup {

}

.wp-singular button {
	z-index: 2;
}

.vs-form-map-popup h4 {
	font-size: 18px !important;
	border-bottom: 1px solid #999;
	position: sticky;
	width: 100%;
	top: 0;
	background-color: #ffffff;
	z-index: 1;
}

.vs-form-map-popup ul {
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vs-form-map-popup li {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.vs-form-map-popup img {
	width: 24px;
	height: auto;
	margin-right: 5px;
	margin-bottom: 5px;
}

.vs-form-map-popup span {
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
}

.project-form .list-inline {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.project-form .list-inline-item:nth-child(2) {
	flex: 1;
	width: 100%;
}

.vs-pulje {
	width: 175px !important;
}