/* Customize InfoWindow content */
.gm-style-iw {
  background-color: transparent !important; /* Set background color to transparent */
  box-shadow: none !important; /* Remove box shadow */
  border: none !important;
}
.gm-style-iw div {
  overflow: hidden; /* Ensure content doesn't overflow */
}
.gm-style-iw .gm-style-iw-c {
  padding: 0 !important; /* Remove padding */
  background-color: transparent !important; /* Set background color to transparent */
}
.gm-style-iw .gm-style-iw-t::after {
  content: none !important; /* Remove the triangle pointer */
}
.gm-style-iw .gm-style-iw-t::before {
  content: none !important; /* Remove the triangle pointer */
}
.gm-style-iw button[title="Close"] {
  display: none !important;
}
.boundary-badge-block-style-default {
  background: #54B49D;
  opacity: 1;
  border-radius: 24;
  box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.15);      
}
.dot-bold-text {
  font-weight: 900;
}
.dot-bold-carousel-text {
  font-weight: 700;
}
@media (max-width: 991px) {
  .boundary-badge-font-style-default {
    font-family: 'Prompt';
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .housing-list-row-height {
    display: flex; 
    flex-direction: row; 
    height: 104px;
  }
  .housing-list-right-block-size{
    width: calc(100vw - 152px);
  }
  .housing-list-img-block-size {
    height: 104px; 
    width: 104px;
  }
  .housing-list-type-text {
    font-size: 12px;
    font-weight: 400;
  }


  .classified-condo-list-row-height {
    display: flex; 
    flex-direction: row; 
    height: 128px;
  }
  .classified-condo-list-right-block-size{
    width: calc(100% - 148px);
  }
  .classified-condo-list-img-block-size {
    height: 128px; 
    width: 128px;
  }
  .classified-condo-list-type-text {
    font-size: 12px;
    font-weight: 400;
  }
  .classified-condo-list-column-block {
    display: flex;
    height: 151px;
    min-width: 160px;
    max-width: 200px;
    padding: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 0 0;
    border-radius: 5px;
    background: #ffffff;
  }
}




@media (min-width: 992px) {
  .boundary-badge-font-style-default {
    font-family: 'Prompt';
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .housing-list-row-height {
    display: flex; 
    flex-direction: row; 
    height: 94.5px;
  }
  .housing-list-right-block-size{
    width: calc(100% - 176px);
  }
  .housing-list-img-block-size {
    height: 94.5px; 
    width: 168px;
  }
  .housing-list-type-text {
    font-size: 16px;
    font-weight: 400;
  }

  .classified-condo-list-row-height {
    display: flex; 
    flex-direction: row; 
    height: 112px;
  }
  .classified-condo-list-right-block-size{
    width: calc(100% - 120px);
  }
  .classified-condo-list-img-block-size {
    height: 112px; 
    width: 112px;
  }
  .classified-condo-list-type-text {
    font-size: 16px;
    font-weight: 400;
  }
  .classified-condo-list-head-text {
    overflow: hidden;
    color: #54B49D;
    text-overflow: ellipsis;
    font-family: 'Prompt';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.housing-small-marker-current {
  width: 16px;
  height: 16px;
  background: rgba(0, 88, 137, 1);
  position: absolute;
  /*box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);*/
  cursor: pointer;
  border: solid 1px #ffffff;
  border-radius: 8px;
}
.housing-marker-current {
  width: 24px;
  height: 24px;
  background: rgba(0, 88, 137, 1);
  position: absolute;
  /*box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);*/
  cursor: pointer;
  border: solid 1px #ffffff;
  border-radius: 12px;
}

.housing-marker {
  
  font-size: 10px;
  line-height: 1em;
  color: #fff;
  padding: 5px 5px 5px 5px;
  background: rgba(28, 135, 194, 1); 
  position: absolute;
  cursor: pointer;
  border: solid 1px #ffffff;
  border-radius: 50%;
}
.housing-marker-s {
  width: 12px;
  height: 12px;
  background: rgba(28, 135, 194, 1);
  position: absolute;
  cursor: pointer;
  border: solid 1px #ffffff;
  border-radius: 50%;
}
.housing-marker-l {
  width: 24px;
  height: 24px;
  background: rgba(28, 135, 194, 1);
  position: absolute;
  cursor: pointer;
  border: solid 1px #ffffff;
  border-radius: 50%;
}

.housing-marker-click {
  box-shadow: 0 0 5px 20px rgba(43, 179, 255, 0.25);
}

.housing-small-marker-click {
  box-shadow: 0 0 5px 16px rgba(43, 179, 255, 0.25);
}

.current-housing-marker-click {
  box-shadow: 0 0 5px 28px rgba(43, 179, 255, 0.25);
}
.current-housing-small-marker-click {
  box-shadow: 0 0 5px 16px rgba(43, 179, 255, 0.25);
}

.housing-marker-hover {
  box-shadow: 0 0 5px 12px rgba(43, 179, 255, 0.25);
}

.housing-small-marker-hover {
  box-shadow: 0 0 5px 10px rgba(43, 179, 255, 0.25);
}

.poi-overlay-marker-s {
  /*z-index: 51;*/
  width: 10px;
  height: 10px;

  position: absolute;
  cursor: pointer;
  border: solid 1px #ffffff;
  border-radius: 50%;
}

.poi-overlay-marker-l {
  /*z-index: 51;*/
  width: 18px;
  height: 18px;
  padding: 0;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
}


.condo-marker-l {
  /*z-index: 51;*/
  width: 24px;
  height: 24px;
  background: #54B49D;
  position: absolute;
  cursor: pointer;
  border: solid 1px #ffffff;
  border-radius: 50%;
}

.condo-marker-s {
  /*z-index: 51;*/
  width: 12px;
  height: 12px;
  background: #54B49D;
  position: absolute;
  cursor: pointer;
  border: solid 1px #ffffff;
  border-radius: 50%;
}
.condo-marker-s-2 {
  /*z-index: 51;*/
  min-width: 24px;
  height: 24px;
  background: transparent;
  position: absolute;
  cursor: pointer;
  border: solid 0px red;
  border-radius: 50%;
  /*opacity: 0.65;*/
}

.poi-shopping-marker-s {
  /*z-index: 51;*/
  width: 12px;
  height: 12px;
  background: #FFB519;
  position: absolute;
  cursor: pointer;
  border: solid 1px #ffffff;
  border-radius: 50%;
}

.poi-hospital-marker-s {
  /*z-index: 51;*/
  width: 12px;
  height: 12px;
  background: #9DCF3C;
  position: absolute;
  cursor: pointer;
  border: solid 1px #ffffff;
  border-radius: 50%;
}

.poi-school-marker-s {
  /*z-index: 51;*/
  width: 12px;
  height: 12px;
  background: #E35F50;
  position: absolute;
  cursor: pointer;
  border: solid 1px #ffffff;
  border-radius: 50%;
}

.poi-bts-marker-s {
  /*z-index: 51;*/
  width: 12px;
  height: 12px;
  background: #799194;
  position: absolute;
  cursor: pointer;
  border: solid 1px #ffffff;
  border-radius: 50%;
}

.poi-express-way-marker-s {
  /*z-index: 51;*/
  width: 12px;
  height: 12px;
  background: #9FBDC1;
  position: absolute;
  cursor: pointer;
  border: solid 1px #ffffff;
  border-radius: 50%;
}


.poi-port-marker-s {
  /*z-index: 51;*/
  width: 12px;
  height: 12px;
  background: #C2D4D6;
  position: absolute;
  cursor: pointer;
  border: solid 1px #ffffff;
  border-radius: 50%;
}


