/* DRAWATTENTION PLUGIN */

.hotspots-image-container
{
	background: #fff !important;
	border: 1px solid var(--awf-main-color) !important;
}

.leaflet-container
{
	background: #fff !important;
}

.hotspots-placeholder
{
	display: none;
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	z-index: 9999999999999999999999 !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	background-color:rgba(210, 210, 210, 0.92) !important;
	text-align: center !important;
	color: rgb(32, 33, 36) !important;
	overflow: auto !important;
}

.hotspot-overlay
{
	overflow: hidden !important;
}

.hotspot-info
{
	background-color: rgb(253, 253, 253) !important;
	border-radius: 20px !important;
	box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 30px 0px !important;
	min-width: 80% !important;
	max-width: 80% !important;
	overflow: none !important;
	margin: 60px auto !important;
	padding: inherit !important;
	position: relativ !important;
}

.hotspot-title
{
	color: rgb(32, 33, 36) !important;
}

/* DRAWATTENTION PLUGIN END */