/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./templates/routes/main/home/home.css ***!
  \*******************************************************************************************************************/
body {
	background-color: white;
	overflow: hidden;
}

.content {
	padding-top: 0 !important;
	height: 100vh;
	display: flex;
	flex-direction: column;
}

.map-wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	height: calc(100vh - 80px);
	position: relative;
}

#map {
	flex: 1;
	min-height: 0;
	width: 100%;
}

.map-footer {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1rem;
	pointer-events: none;
}

.footer-link {
	pointer-events: auto;
	text-decoration: none;
	color: inherit;
}

.footer-link:hover {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
}

.gm-style .gm-style-iw-d {
	overflow: hidden !important;
}

button[data-value="close"],
button[title="Close"],
button[aria-label="Close"] {
	pointer-events: auto !important;
	-webkit-user-select: auto !important;
	user-select: auto !important;
}

.gm-style-iw-ch {
	display: none !important;
	border: none !important;
	box-shadow: none !important;
}

.gm-style-iw-chr {
	position: relative !important;
	padding-top: 0 !important;
	pointer-events: auto !important;
}

.gm-ui-hover-effect {
	position: absolute !important;
	width: 48px !important;
	height: 48px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	right: -8px !important;
	top: -7px !important;
	pointer-events: auto !important;
	-webkit-user-select: auto !important;
	user-select: auto !important;
	z-index: 9999 !important;
}

.gm-ui-hover-effect>span {
	width: 24px !important;
	height: 24px !important;
	margin: 0 !important;
	mask-size: 24px;
	mask-position: center;
}

.gm-ui-hover-effect * {
	pointer-events: auto !important;
	cursor: pointer !important;
}

.gm-style-iw button,
.gm-style-iw [role="button"],
.gm-style-iw .gm-ui-hover-effect {
	pointer-events: auto !important;
	cursor: pointer !important;
	outline: none !important;
	border: none !important;
	background: transparent !important;
}

.infowindow-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.infowindow-icon {
    font-size: 20px;
    margin-right: 8px;
}

.infowindow-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.infowindow-type {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin: 0;
}

