
/*
* ===================================================
*    Maps
* ===================================================
*/
.map-wrapper-450 {
  height: 450px;
}

.map-wrapper-300 {
  height: 300px;
}

.map-full.shadow-left::before, .map-full.shadow-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1000;
  pointer-events: none;
}
.map-full.shadow-left::before {
  box-shadow: inset 0.5rem 0 1rem -0.5rem rgba(0, 0, 0, 0.15);
}
.map-full.shadow-right::before {
  box-shadow: inset 0.5rem 0 1rem -0.5rem rgba(0, 0, 0, 0.15);
}

@media print {
  .map-full {
    height: 500px;
    page-break-before: always !important;
  }
}
#map {
  width: 100%;
  height: 1000px;
}

.map-side-sm .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
@media (min-width: 576px) {
  .map-side-sm {
    position: fixed;
    top: 72px;
    right: 0;
  }
  .map-side-sm .map-full {
    height: calc(100vh - 72px);
  }
}

.map-side-md .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
@media (min-width: 768px) {
  .map-side-md {
    position: fixed;
    top: 72px;
    right: 0;
  }
  .map-side-md .map-full {
    height: calc(100vh - 72px);
  }
}

.map-side-lg .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
@media (min-width: 992px) {
  .map-side-lg {
    position: fixed;
    top: 72px;
    right: 0;
  }
  .map-side-lg .map-full {
    height: calc(100vh - 72px);
  }
}

.map-side-xl .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
@media (min-width: 1200px) {
  .map-side-xl {
    position: fixed;
    top: 72px;
    right: 0;
  }
  .map-side-xl .map-full {
    height: calc(100vh - 72px);
  }
}

.map-side-xxl .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
@media (min-width: 1400px) {
  .map-side-xxl {
    position: fixed;
    top: 72px;
    right: 0;
  }
  .map-side-xxl .map-full {
    height: calc(100vh - 72px);
  }
}

.map-side {
  position: fixed;
  top: 72px;
  right: 0;
}
.map-side .map-full {
  height: 100vh;
  min-height: 400px;
  z-index: 5;
}
.map-side .map-full {
  height: calc(100vh - 72px);
}
.leaflet-container .leaflet-popup-content-wrapper {
    text-align: left !important;
  }

.map-custom-popup .leaflet-popup-content-wrapper {
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.map-custom-popup .leaflet-popup-content {
  margin: 0;
  background: #fff;
}
.map-custom-popup .leaflet-popup-tip {
  background: #fff;
  box-shadow: none;
}
.map-custom-popup a.leaflet-popup-close-button {
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff !important;
  background: #343a40 !important;
  font-weight: bold;
  line-height: 30px !important;
}
.map-custom-popup .leaflet-popup-content p {
  margin: 0 0 1rem;
}
.map-custom-popup .leaflet-popup-content a {
  color: #4E66F8;
}
.map-custom-popup .popup-ae_site {
  display: flex;
}
.map-custom-popup .popup-ae_site .image {
  width: 200px;
  background-position: center center;
  background-size: cover;
}
.map-custom-popup .popup-ae_site .text {
  width: 500px;
  padding: 1rem;
}


.map-custom-tooltip {
  padding: 0.5rem;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.map-custom-tooltip.active {
  color: #fff;
  border-color: #4E66F8;
  background-color: #4E66F8;
}
.map-custom-tooltip.active:before {
  border-top-color: #4E66F8;
}
    
