/* #gmap_canvas {
width: 100%;
height: 600px;
} */

:root {
  --building-color: #FF9800;
  --house-color: #0288D1;
  --shop-color: #7B1FA2;
  --warehouse-color: #558B2F;
}

.map-Modal .property, .map-small .property {
  align-items: center;
  background-color: #1176b0;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 14px;
  gap: 15px;
  height: 30px;
  justify-content: center;
  padding: 4px;
  position: relative;
  position: relative;
  transition: all 0.3s ease-out;
  width: 30px;
}

.clustericon {
  background-color: #1176b0;
  border-radius: 50%;
  color: #263238;
  height: 10px;
  width: 10px;
}

.map-Modal .property::after, .map-small .property::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #1176b0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 90%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-out;
  width: 0;
  z-index: 1;
}

.map-Modal .property .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
}

.map-Modal .property .hr-iconimg, .map-small .property .hr-iconimg {
  height: 20px;
  width: 20px;
}

.map-Modal .property .details {
  display: none;
  flex-direction: column;
  flex: 1;
}

.map-Modal .property .address {
  color: #9E9E9E;
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.map-Modal .property .features {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.map-Modal .property .features > div {
  align-items: center;
  background: #F5F5F5;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  font-size: 10px;
  gap: 5px;
  padding: 5px;
}

/*
 * Property styles in highlighted state.
 */
.map-Modal .property.highlight {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  height: 80px;
  padding: 8px 15px;
  width: auto;
  margin-top: 20px ;
}

/* .close-button { */
    /* Style your close button */
    /* margin-top: 5px;
} */

.map-Modal .property.highlight::after {
  border-top: 15px solid #FFFFFF;
}

.map-Modal .property.highlight .details {
  display: flex;
}

.map-Modal .property.highlight img {
  width: 50px;
  height: 50px;
}

/* .map-Modal .property .bed {
  color: #FFA000;
}

.map-Modal .property .bath {
  color: #03A9F4;
}

.map-Modal .property .sleeps {
  color: #388E3C;
} */
 .map-Modal .property .map-featureicon{
  height:15px !important;
  width:15px !important;
 }