/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 13:38:37 */
.map {
	position: fixed;
	width: 95%;
	max-width: 900px;
	height: 300px !important;
	min-height: 300px; 
	max-height: 300px;
	z-index: 10000 !important;
}
.kms {
	top: 10px;
	left: 50px;
	z-index: 2;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	position: absolute;
}
.map_container {
	width: 100%;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1111;
	display: flex; 
	justify-content: center; 
	align-items: center;
}
.close {
	position: fixed;
	right: 3rem;
	top: 3rem;
}
.search-box-container {
	z-index: 2;
	position: absolute;
	top: -150px;
	left: 1rem;
}
.search-box-container div {
	box-shadow: none !important;
}
.search-box-container input {
	border-radius: 0 !important;
	padding-left: 32px !important; 
}
mapbox-search-box {
	position: absolute !important;
	width: 100% !important;
	top: 75px !important;
	box-shadow: none !important;
}
mapbox-search-box input {
	box-shadow: none !important;
	padding-left: 34px !important;
}
mapbox-search-box div {
	box-shadow: none !important;
}