.dhk-cmp.mapcard {
  width: 100%;
}
.poi-list-map-view-container {
  width: 100%;
  border-radius: 10px;
}

.poi-list-map-view-container .map-container {
  width: 100%;
  height: 100%;
  min-height: 365px;
  border-radius: 10px;
  outline: unset;
}

/* google map style */
.poi-list-map-view-container .gm-style {
  outline: unset;
}

.poi-list-map-view-container .gm-style .gm-control-active.gm-fullscreen-control {
  /* display: block!important; */
  outline: unset;
}

.poi-list-map-view-container .gm-style .gmnoprint.gm-bundled-control-on-bottom,
.poi-list-map-view-container .gm-style .gmnoprint.gm-bundled-control-on-bottom .gmnoprint:last-child {
  /* display: block!important; */
  outline: unset;
}

.poi-list-map-view-container .gm-style .gmnoprint.gm-bundled-control-on-bottom>button {
  display: none;
}

.poi-list-map-view-container .gm-style .gmnoprint.gm-bundled-control-on-bottom .gmnoprint .gm-control-active {
  outline: unset;
}

.poi-list-map-view-container .map-container div.gm-style-cc {
  display: none;
}

/* .poi-list-map-view-container .map-container .gm-style div div a[rel="noopener"] {
  display: none!important;
} */


/*
 * Property styles in unhighlighted state.
 */
.poi-list-map-view-container .property .icon {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 0.875rem; /* 1.4rem / 1.6 */;
  gap: 15px;
  justify-content: center;
  padding: 2px;
  position: relative;
  height: 65px;
  width: 65px;
  transition: all 0.3s ease-out;
}

.poi-list-map-view-container .property .icon::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 6.5px solid #FFFFFF;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 98%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-out;
  width: 0;
  z-index: 1;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .9));
}

.poi-list-map-view-container .property .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
}

.poi-list-map-view-container .property .icon .icon-pin {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 10;
  object-fit: cover;
}


.poi-list-map-view-container .fullScreenBtn {
  position: absolute !important;
  bottom: 7px !important;
  left: auto !important;
  top: auto !important;
  right: 7px !important;
  background-color: white;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  z-index: 10;

}

/* screen full/small */
.poi-list-map-view-container .fullScreenBtn>i {
  width: 100%;
  height: 100%;
}

.poi-list-map-view-container .fullScreenBtn:hover {
  cursor: pointer;
}

.poi-list-map-view-container .smallScreenBtn {
  position: absolute !important;
  bottom: auto !important;
  left: auto !important;
  right: 38px !important;
  top: 42px !important;
  background-color: white;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  padding: 16px 20px 16px 20px;
  gap: 8px;
  box-shadow: 0px 8px 20px 0px #EBE5E9;

}

.poi-list-map-view-container .smallScreenBtn>span {

  font-size: 1.25rem; /* 2rem / 1.6 */;
  font-weight: 700;
  line-height: 1.35;

}

.poi-list-map-view-container .smallScreenBtn>i {
  width: 16px;
  height: 16px;
}

.poi-list-map-view-container .smallScreenBtn svg {
  width: 16px;
  height: 16px;
}

.poi-list-map-view-container .smallScreenBtn:hover {
  cursor: pointer;
}

.poi-list-map-view-container .zoom-btns {
  position: absolute !important;
  bottom: 35px !important;
  left: auto !important;
  top: auto !important;
  right: 37px !important;
  background-color: white;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  width: 66px;
  height: 130px;
}

.poi-list-map-view-container .zoom-btns .svg-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.poi-list-map-view-container .zoom-btns .svg-wrapper svg {
  width: 100%;
  height: 100%;
}

.poi-list-map-view-container .zoom-btns .zoom-in-btn,
.poi-list-map-view-container .zoom-btns .zoom-out-btn {
    position: absolute;
    z-index: 2;
    height: 65px;
    width: 66px;
    cursor: pointer;
    left: 0;
    right: 0;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.poi-list-map-view-container .zoom-btns .zoom-in-btn {
    top: 0;
}

.poi-list-map-view-container .zoom-btns .zoom-out-btn {
    top: 65px;
}


/* full map */
body.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.full-map-container {
  display: block;
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #FFF;
  top: -3000px;
  left: -30000px;
}

.full-map-container.active {
  top: 0;
  left: 0;
}

.full-map-container .full-map {
  width: 100%;
  height: 100%;
}

/* google map style */
.full-map-container .gm-style {
  outline: unset;
}

.full-map-container .gm-style .gm-control-active.gm-fullscreen-control {
  outline: unset;
}

.full-map-container .gm-style .gmnoprint.gm-bundled-control-on-bottom,
.full-map-container .gm-style .gmnoprint.gm-bundled-control-on-bottom .gmnoprint:last-child {
  outline: unset;
}

.full-map-container .gm-style .gmnoprint.gm-bundled-control-on-bottom>button {
  display: none;
}

.full-map-container .gm-style .gmnoprint.gm-bundled-control-on-bottom .gmnoprint .gm-control-active {
  outline: unset;
}

.full-map-container div.gm-style-cc {
  display: none;
}

/* .full-map-container .gm-style div div a[rel="noopener"] {
  display: none!important;
} */

.full-map-container .full-map .property .icon {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 0.875rem; /* 1.4rem / 1.6 */;
  gap: 15px;
  /* height: 30px; */
  justify-content: center;
  padding: 2px;
  position: relative;
  width: 91px;
  height: 91px;
  transition: all 0.3s ease-out;
  cursor: pointer;

}

.full-map-container .full-map .property .icon::after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 9px solid #FFFFFF;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 98%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-out;
  width: 0;
  z-index: 1;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .9));
}

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

.full-map-container .full-map .property .icon .icon-pin {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 10;
  object-fit: cover;
}


/* google map info window custom*/
html[dir] .full-map-container .gm-style .gm-style-iw-c {
  border: 1px solid #D8CCD5!important;
  padding: 0!important;
  width: auto!important;
  height: auto!important;
  border-radius: 16px;
  left: -135px;
  top: 419px;
}
html[dir] .full-map-container .gm-style .gm-style-iw-tc::after {
  display: none!important;
}

/* baidu map info window custom*/
.full-map-container .full-map .BMap_bubble_pop {
  border: 1px solid #D8CCD5 !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: 16px;
}

.full-map-container .full-map .BMap_bubble_pop>img {
  display: none;
}

.full-map-container .full-map #platform .shadow[type="infowindow_shadow"] {
  display: none;
}

.full-map-container .full-map .BMap_bubble_top {
  display: none;
}

.full-map-container .full-map .BMap_bubble_center {
  width: auto !important;
  height: auto !important;
}

.full-map-container .full-map .BMap_bubble_content {
  width: auto !important;
  height: auto !important;
  left: -162px !important;
  top: 490px !important;
}

.full-map-container .full-map .info-win-property {
  position: relative;
}
.full-map-container .full-map .BMap_bubble_center .info-win-property {
  border: 1px solid #D8CCD5 !important;
  border-radius: 16px;
}
.full-map-container .full-map .info-win-property .details {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 269px;
  max-height: 394px;
  padding: 12px;
  background-color: #FFFFFF;
  left: -219px;
  bottom: -405px;
  border-radius: 16px;
}

.full-map-container .full-map .info-win-property .details>i {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FFFFFF;
  width: 34px;
  height: 26px;
  padding: 8px 12px 8px 12px;
  border-radius: 0px 16px 0px 16px;
  cursor: pointer;
}

.full-map-container .full-map .info-win-property .details>i>svg {
  width: 10px;
  height: 10px;
  display: block;
}

.full-map-container .full-map .info-win-property .details .thumbnail-container {
  width: 100%;
  height: 184px;
}

.full-map-container .full-map .info-win-property .details .thumbnail-container .thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.full-map-container .full-map .info-win-property .details .title {
  font-size: 1rem; /* 1.6rem / 1.6 */;
  line-height: 1.36;
  color: #FF1700;
  font-weight: 700;
  margin-top: 19px;
  margin-bottom: 13px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.full-map-container .full-map .info-win-property .details .title .get-me-there {
  padding: 12px;
  border-radius: 8px;
  background: #FF1700;
  line-height: 10px;
}
.full-map-container .full-map .info-win-property .details .get-me-there svg {
  width: 10px;
  height: 10px;
  
}

.full-map-container .full-map .info-win-property .details .poi-desc-wrapper {
  max-height: 107px;
  position: relative;
  margin-bottom: 24px;

}

.full-map-container .full-map .info-win-property .details .desc {
  font-size: 0.875rem; /* 1.4rem / 1.6 */;
  line-height: 1.3;
  color: #3B002B;
  font-weight: 500;
  overflow-y: scroll;
  padding-right: 16px;
  max-height: 107px;
}

/* scroll */
.full-map-container .full-map .info-win-property .details .desc::-webkit-scrollbar {
  width: 4px;
  border-radius: 16px;
}

.full-map-container .full-map .info-win-property .details .desc::-webkit-scrollbar-track {
  background: #EBE5E9;
  border-radius: 16px;
}

.full-map-container .full-map .info-win-property .details .desc::-webkit-scrollbar-thumb {
  background: #FF1700;
  border-radius: 16px;
}

.full-map-container .full-map .info-win-property .details .desc::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}

.full-map-container .full-map .smallScreenBtn {
  position: absolute !important;
  bottom: auto !important;
  left: auto !important;
  right: 38px !important;
  top: 42px !important;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  padding: 11px 20px;
  gap: 8px;
  box-shadow: 0px 8px 20px 0px #EBE5E9;

}

.full-map-container .full-map .smallScreenBtn>span {
  font-size: 1.25rem; /* 2rem / 1.6 */;
  font-weight: 700;
  line-height: 1.35;
}

.full-map-container .full-map .smallScreenBtn svg {
  width: 0.625rem; /* 1rem / 1.6 */
  height: 0.625rem; /* 1rem / 1.6 */
}

.full-map-container .full-map .smallScreenBtn:hover {
  cursor: pointer;
}

.full-map-container .full-map .zoom-btns {
  position: absolute !important;
  bottom: 42px !important;
  left: auto !important;
  top: auto !important;
  right: 38px !important;
  display: block;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  width: 30px;
  height: 60px;
}

.full-map-container .full-map .zoom-btns .svg-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.full-map-container .full-map .zoom-btns .svg-wrapper svg {
  width: 100%;
  height: 100%;
}

.full-map-container .full-map .zoom-btns .zoom-in-btn,
.full-map-container .full-map .zoom-btns .zoom-out-btn {
  position: absolute;
  height: 30px;
  width: 30px;
  cursor: pointer;
  left: 0;
  right: 0;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.full-map-container .full-map .zoom-btns .zoom-in-btn {
  top: 0;
}

.full-map-container .full-map .zoom-btns .zoom-out-btn {
  top: 30px;
}

@media screen and (max-width: 992px) {
  .full-map-container .gm-style .gm-style-iw-c {
    display: block;
  }
  .full-map-container .gm-style .gm-style-iw-d {
      display: block;
  }
}

@media screen and (max-width: 1024px) {
  html[dir] .full-map-container .gm-style .gm-style-iw-c {
    left: 0;
    top: -80px;
  }

  .full-map-container .full-map .BMap_bubble_content {
    left: -26px !important;
    top: -10px !important;
  }

  .full-map-container .full-map .property .icon {
    width: 80px;
    height: 80px;
  }
  .full-map-container .full-map .property .icon::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 7px solid #FFFFFF;
  }
  .full-map-container .full-map .info-win-property .details {
    width: 240px;
    max-height: unset;
  }

  .full-map-container .full-map .info-win-property .details .thumbnail-container {
    height: 162px;
  }
  .full-map-container .full-map .info-win-property .details .title {
    margin-top: 13px;
  }

  .full-map-container .full-map .info-win-property .details .poi-desc-wrapper {
    margin-bottom: 15px;
  }
  .full-map-container .full-map .info-win-property .details .desc {
    max-height: 90px;
  }

  .full-map-container .full-map .smallScreenBtn {
    right: 25px !important;
  }
  .full-map-container .full-map .smallScreenBtn>span {
    font-size: 1rem; /* 1.6rem / 1.6 */;
  }

  .full-map-container .full-map .smallScreenBtn svg {
    width: 0.546875rem; /*0.875rem/ 1.6 */
    height: 0.546875rem; /*0.875rem/ 1.6 */
  }

  .full-map-container .full-map .zoom-btns {
    right: 25px !important;
  }

}

@media screen and (max-width: 768px) {
  
  .full-map-container .full-map .info-win-property .details .poi-desc-wrapper {
    margin-bottom: 10px;
  }

  html[dir] .full-map-container .gm-style .gm-style-iw-c {
    top: -60px;
  }

  .full-map-container .full-map .BMap_bubble_content {
    left: -18px !important;
    top: 10px !important;
  }
  .full-map-container .full-map .property .icon {
    width: 60px;
    height: 60px;
  }
  .full-map-container .full-map .info-win-property .details {
    width: 200px;
  }

  .full-map-container .full-map .info-win-property .details .thumbnail-container {
    height: 132px;
  }

  .full-map-container .full-map .info-win-property .details .desc {
    padding-right: 9px;
  }

}