#map {
  height: 60vh;
  width: 100%;
}

#map.map-dark .leaflet-tile-pane {
  filter: invert(1);
}


.leaflet-pulsing-icon {
  border-radius: 100%;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.75);
  z-index: -99 !important;
}

.leaflet-pulsing-icon:after {
  content: "";
  border-radius: 100%;
  height: 300%;
  width: 300%;
  position: absolute;
  margin: -100% 0 0 -100%;
}

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    transform: scale(3.2, 3.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

.leaflet-container .leaflet-control-search {
  font-size: 15px;
  color: #1978cf;
  z-index: 1000;
  box-shadow: 2px 10px 23px -10px rgba(0, 0, 0, 0.75);
  display: flex;
}

.leaflet-control-search .search-input {
  display: block;
  float: left;
  background: #fff;
  height: 35px;
  width: 200px;
  background-color: black;
  color: white;
}

/* Sug list */
.leaflet-control-search .search-tooltip {
  position: absolute;
  font-size: 17px;
  top: 90%;
  width: 100%;
  left: 0;
  float: left;
  list-style: circle;
  padding-left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1010;
  overflow-y: auto;
  overflow-x: auto;
  cursor: pointer;
  box-shadow: 2px 10px 23px -10px rgba(0, 0, 0, 0.75);
  background-color: white;
  font-family: "poppins", sans-serif;
}

.leaflet-control-search .search-tip {
  margin: 2px;
  padding: 2px 4px;
  display: block;
  color: white;
  background: darkgrey;
}
/* .leaflet-control-search .search-button:hover {
   background-color: #f4f4f4;
} */
.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover {
  background-color: white;
  color: black;
}
/* .leaflet-control-search .search-alert {
   cursor:pointer;
   clear:both;
   font-size:.75em;
   margin-bottom:5px;
   padding:0 .25em;
   color:#e00;
} */

@media all and (min-width: 576px) {
  .leaflet-control-search .search-input {
    height: 35px;
    width: 400px;
    background-color: black;
  }
}


/* ------------------------------------------------------------------
   Popup op de dealerkaart
   Leaflet levert een vierkant wit blokje met veel ruimte eromheen; deze
   regels maken er een kaartje van dat bij de rest van de site past.
   ------------------------------------------------------------------ */

.leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

.leaflet-popup-content {
  margin: 0;
  width: 248px !important;
  font-family: "Manrope", system-ui, sans-serif;
}

.leaflet-popup-tip {
  box-shadow: none;
}

.leaflet-popup-close-button {
  top: 8px !important;
  right: 8px !important;
  width: 22px !important;
  height: 22px !important;
  font-size: 18px !important;
  line-height: 20px !important;
  color: #adb5bd !important;
  border-radius: 50%;
}

.leaflet-popup-close-button:hover {
  color: #212529 !important;
  background: #f1f3f5;
}

.sf-pop {
  padding: 16px 18px 18px;
  border-top: 3px solid #6c757d;
  border-radius: 14px 14px 0 0;
}

.sf-pop--dealer {
  border-top-color: #22c55e;
}

.sf-pop__type {
  display: inline-flex;
  align-items: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #868e96;
}

.sf-pop--dealer .sf-pop__type {
  color: #16a34a;
}

.sf-pop__dot {
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #6c757d;
}

.sf-pop--dealer .sf-pop__dot {
  background: #22c55e;
}

.sf-pop__naam {
  margin: 9px 0 7px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  color: #181818;
}

.sf-pop__adres {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #6c757d;
}
