.leaflet-map {
  height: 400px;
  z-index: 1;
}
.leaflet-map-object {
  height: 100%;
  z-index: 1;
}

html[data-textdirection=rtl] .leaflet-map .leaflet-control-container .leaflet-left {
  left: 0;
  right: unset;
}
html[data-textdirection=rtl] .leaflet-map .leaflet-control-container .leaflet-left .leaflet-control-zoom,
html[data-textdirection=rtl] .leaflet-map .leaflet-control-container .leaflet-left .leaflet-control-layers {
  margin-right: 0;
  margin-left: 10px;
}
html[data-textdirection=rtl] .leaflet-map .leaflet-control-container .leaflet-right {
  right: 0;
  left: unset;
}
html[data-textdirection=rtl] .leaflet-map .leaflet-control-container .leaflet-right .leaflet-control-zoom,
html[data-textdirection=rtl] .leaflet-map .leaflet-control-container .leaflet-right .leaflet-control-layers {
  margin-right: 10px;
  margin-left: 0px;
}
.leaflet-popup-content-wrapper{
  background: transparent;
  box-shadow: none;
}
.leaflet-popup-close-button{
  display: none;
}.leaflet-popup-tip-container{
  display: none;
}
.map-title-a {
  font-size: 16px;
}

.map-container {
  width: 100%;
  height: 100%;
  background-image: url("./../assets/img/map/maptemplate.PNG");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden
}

.map-closeBtn-icon {
  background: url(/images/icons/map/ic_clear_24px.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  top: 6px;
  left: 9px;
  display: inline-block;
  position: relative
}

.map-container-logo {
  display: none
}

.map-closeBtnArea {
  width: 25px;
  height: 25px;
  border-radius: 0 0 0 25px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 14;
  -webkit-transition: 0;
  -moz-transition: 0;
  -ms-transition: 0;
  -o-transition: 0;
  transition: 0
}

@media(min-width:1000px) {
  .map-container-logo {
      width: 100px;
      height: 100px;
      position: absolute;
      right: 54px;
      top: 0;
      display: flex;
      z-index: 11
  }
  .map-container-logo-img {
      display: block;
      max-width: 100%;
      object-fit: contain;
  }
  .map-closeBtnArea {
      width: 37px;
      height: 37px;
      border-radius: 0;
      background-color: #fff;
      position: absolute;
      top: 7px;
      right: 38px;
      z-index: 10
  }
  .map-closeBtn {
      display: flex;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 12;
      align-items: center;
      justify-content: center
  }
  .map-closeBtn-icon {
      width: 14px;
      height: 14px;
      background-size: 14px 14px;
      top: unset;
      left: unset
  }
  ::-webkit-scrollbar {
      width: 6px
  }
  ::-webkit-scrollbar-track {
      background: #c8c6c6
  }
  ::-webkit-scrollbar-thumb {
      background: #707070
  }
}

.map-container {
  background-image: none !important;
  position: absolute
}



.list-unstyled {
  list-style: none !important
}
*:focus {
  outline: 0 !important
}
.map-closeBtn-icon {
  background: url(/images/icons/map/ic_clear_24px.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  top: 6px;
  left: 9px;
  display: inline-block;
  position: relative
}

.map-closeBtn {
  display: flex;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 14
}

.map-object-result {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: calc(100% - -1px);
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  z-index: 11;
  margin-left: -1px;
  display: none;
  flex-direction: column
}

.map-object-imgArea {
  position: relative
}

.map-object-result .map-object-img-wide {
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 115px;
  display: block
}

.map-object-result .map-object-result-detailsArea.flex-column {
  padding: 10px 20px 5px 20px;
  border-bottom: 1px solid #afafaf
}

.map-object-result-detailsArea {
  display: flex;
  position: relative;
  width: 100%
}

.map-object-result-p {
  font-size: 14px;
  color: #565a5c !important;
  margin: 8px !important;
  line-height: 1.2;
  display: flex;
  align-items: center
}

.map-object-linksArea {
  padding: 10px 0 0 0;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-evenly
}

.map-object-linksArea-a {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 14px !important;
  width: 40px;
  justify-content: center;
  align-items: center;
  line-height: 1.1
}

.map-object-result-closeBtnArea {
  position: absolute;
  right: 13px;
  top: -149px;
  background-color: #fff;
  width: 36px;
  height: 34px;
  border-radius: 25px 25px 0 0
}

.map-object-result-closeBtnArea .map-closeBtn {
  top: 2px;
  display: flex;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 12;
  align-items: center;
  justify-content: center
}

.map-object-result-closeBtnArea .map-closeBtn .map-closeBtn-icon {
  top: unset;
  left: unset;
  width: 14px;
  height: 14px;
  background-size: 14px 14px
}

@media(min-width:1000px) {
  .map-object-result-closeBtnArea {
      top: -154px;
      box-shadow: 0 -1px 4px #00000029
  }
  .map-object-result {
      flex-direction: column;
      padding: 0;
      border-bottom: 0
  }
  .map-object-result .map-object-img-wide {
      height: 100%;
      width: 100%;
      display: block
  }
  .map-object-result {
      position: absolute;
      left: 60%;
      top: 50%;
      bottom: unset;
      transform: translate(-50%, -50%);
      width: 375px;
      z-index: 11;
      box-shadow: 0 2px 4px #00000029
  }
  .map-closeBtn {
      display: flex;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 12;
      align-items: center;
      justify-content: center
  }
  .map-closeBtn-icon {
      width: 14px;
      height: 14px;
      background-size: 14px 14px;
      top: unset;
      left: unset
  }
  ::-webkit-scrollbar {
      width: 6px
  }
  ::-webkit-scrollbar-track {
      background: #c8c6c6
  }
  ::-webkit-scrollbar-thumb {
      background: #707070
  }
}

@media(min-width:576px) {
  .map-object-result {
      max-width: 375px;
  }
}

.map-object-img-wide {
  object-fit: cover
}

#mpop-content .map-object-result {
  position: unset;
  left: unset;
  top: unset;
  bottom: unset;
  transform: unset;
  display: block;
  padding-bottom: 5px
}

#mpop-content .map-object-result-closeBtnArea {
  position: unset;
  margin-left: 86%
}

#mpop-content .map-closeBtn {
  position: unset
}