.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: none;
  box-shadow: none;
}

.leaflet-popup-content-wrapper {
  padding-bottom: 200px;
}

.leaflet-popup-content {
  margin: 0;
  padding: 0;
  padding-bottom: 0px;
  font-family: inter-var;
  width: 900px !important;
  height: 400px;
}

.side_icon {
  content: url(/assets/icons/list.svg);
  background: none;
  height: 30px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background: none;
}

.leaflet-control-slidemenu {
  cursor: pointer;
}

.leaflet-menu {
  position: absolute;
  background-color: rgba(255, 255, 255, 255);
  overflow: auto;
  cursor: default;
  z-index: 9999;
}

.leaflet-menu-contents {
  padding: 10px;
}

.leaflet-menu-close-button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  padding-top: 16px;
  padding-left: 10px;
  margin-bottom: 80px;
}

.leaflet-menu-close-button:hover {
  color: #0443a8;
}

.leaflet-control-slidemenu {
  border: none !important;
}

.circle1 { 
  border: 10px solid black;
  border-radius: 50%;
  height:50px;
  width:50px;
  background: black
}

.circle2 { 
  border: 10px solid black;
  border-radius: 50%;
  height:50px;
  width:50px;

}

@media screen and (max-width: 1024px) {
  .leaflet-popup-content-wrapper {
    padding-bottom: 125px;
  }
  .leaflet-popup-content {
    width: 700px !important;
    height: 350px;
  }
}

@media screen and (max-width: 678px) {
  .leaflet-popup-content-wrapper {
    padding-bottom: 65px;

  }
  .leaflet-popup-content {
    width: 500px !important;
    height: 300px;
  }
}

@media screen and (max-width: 550px) {
  .leaflet-popup-content-wrapper {
    padding-bottom: 225px;

  }
  .leaflet-popup-content {
    width: 350px !important;
    height: 150px;
  }
}