/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/pages/search.scss ***!
  \******************************************************************************************************************************************************************/
.marker-cluster div {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #F7F7F5;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  margin-top: -16px;
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
  cursor: pointer;
  font-size: 0.975rem;
}
.marker-cluster div:hover {
  transform: scale(1.05);
}
.marker-cluster div span {
  font-size: 0.975rem;
  color: #2C3946;
}
.marker-cluster div.single-marker {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #8B6B30;
  border: 1px solid #FFF;
}
.marker-cluster div.single-marker span {
  color: #FFF;
}
.marker-cluster div.single-marker:hover {
  transform: scale(1.1);
}
.marker-cluster div.single-marker.active {
  transform: scale(1.1);
  background-color: #2C3946;
}

#searchmap {
  z-index: 10;
  position: relative;
  top: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  width: 250px;
  margin: 0 auto;
}
#searchmap span,
#searchmap p {
  color: white;
}
#searchmap span {
  font-weight: 600;
}

.reset-button {
  display: none;
}

.reset-active {
  display: block;
}

#mobile-overlay {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: darkgray;
  opacity: 0.9;
  border-radius: 3%;
  text-align: center;
  display: none;
}

#mobile-map-quit {
  position: absolute;
  z-index: 100;
}
