.mapboxgl-popup-content .dnetor-mapbox-inner {
  border: none;
  width: 200px;
}
.mapboxgl-popup-content .dnetor-mapbox-content {
  padding: 0;
}
.mapboxgl-popup-content .dnetor-mapbox-image {
  margin-bottom: 10px;
}
.mapboxgl-popup-content .dnetor-mapbox-title {
  margin-top: 10px;
  margin-bottom: 5px;
}
.mapboxgl-popup-content .mapboxgl-popup-close-button {
  z-index: 1;
}

.dnetor-map-box-effect {
  --dnetor-map-box-effect-primary: rgba(153, 153, 153, 0.3);
  --dnetor-map-box-effect-secondary: #999;
}
.dnetor-map-box-effect .mapboxgl-marker:before, .dnetor-map-box-effect .mapboxgl-marker:after {
  width: 200px;
  height: 200px;
  border: 2px solid #999;
  border-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: dnetor-map-animationEmission linear 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: block;
  content: "";
}
.dnetor-map-box-effect .mapboxgl-marker:before {
  -webkit-box-shadow: inset 0 0 35px 10px var(--dnetor-map-box-effect-primary);
  -moz-box-shadow: inset 0 0 35px 10px var(--dnetor-map-box-effect-primary);
  box-shadow: inset 0 0 35px 10px var(--dnetor-map-box-effect-primary);
  border-color: rgba(38, 38, 38, 0.4);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.dnetor-map-box-effect .mapboxgl-marker:after {
  -webkit-box-shadow: inset 0 0 35px 10px var(--dnetor-map-box-effect-secondary);
  -moz-box-shadow: inset 0 0 35px 10px var(--dnetor-map-box-effect-secondary);
  box-shadow: inset 0 0 35px 10px var(--dnetor-map-box-effect-secondary);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@keyframes dnetor-map-animationEmission {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    -moz-transform: translate(-50%, -50%) scale(0.3);
    -o-transform: translate(-50%, -50%) scale(0.3);
    -ms-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(0.32);
    -moz-transform: translate(-50%, -50%) scale(0.32);
    -o-transform: translate(-50%, -50%) scale(0.32);
    -ms-transform: translate(-50%, -50%) scale(0.32);
    transform: translate(-50%, -50%) scale(0.32);
    opacity: 0.1;
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0 0.45);
    -moz-transform: translate(-50%, -50%) scale(0 0.45);
    -o-transform: translate(-50%, -50%) scale(0 0.45);
    -ms-transform: translate(-50%, -50%) scale(0 0.45);
    transform: translate(-50%, -50%) scale(0 0.45);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    -moz-transform: translate(-50%, -50%) scale(0.75);
    -o-transform: translate(-50%, -50%) scale(0.75);
    -ms-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.35;
  }
}

/*# sourceMappingURL=mapbox.css.map */
