.vxn-map-sidebar {
  width: 100%;
  /* height: 100%; */
  overflow-x: hidden;
  overflow-y: auto;
}

.vxn-map-sidebar .group-label {
  font-weight: bold;
  margin: 1rem 0;
  border-bottom: 1px solid black;
}

.vxn-map-sidebar .group-label div:first-child{
  padding: 0 0.2rem;
}

.vxn-map-sidebar .group-field, .vxn-map-sidebar .group-field-list {
  padding: 0 0.6rem;
}

.vxn-map-sidebar .group-field div:first-child {
  font-weight: bold;
}

.legend-img {
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

input[type='radio'].leaflet-control-layers-selector {
  margin-left: 15px;
}

.leaflet-control-layers-selector {
  /* margin-left: 15px; */
  vertical-align: text-bottom;
}

.leaflet-control-layers-list {
  padding: 2px;
}

.sln-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sln-popup .leaflet-popup-tip-container {
  display: none;
}

.sln-popup .leaflet-popup-content {
  margin: 0;
  width: 320px !important;
  height: 80px;
  background-color:  #e5f4ee;
  box-shadow: -2px 2px 50px rgba(255,255,255,0.4);
}

.sln-popup .leaflet-popup-content img {
  /* max-width: 100%; */
  max-height: 80px;
  width: 100%;
  height: 100%;
}

.sln-popup .leaflet-popup-content .city-text {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.sln-popup .leaflet-popup-content .date-text {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.leaflet-sidebar > .leaflet-control {
  height: auto !important;
  max-height: 100% !important;
}
