/* container popup */
#map-district .leaflet-popup.district-popup .leaflet-popup-content-wrapper {
  background: #B22234 !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 25px rgba(0,0,0,.25) !important;
  width: 220px;
  padding: 10px 16px !important;
}

/* text popup */
#map-district .leaflet-popup.district-popup .leaflet-popup-content {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

/* arrow popup */
#map-district .leaflet-popup.district-popup .leaflet-popup-tip {
  background: #B22234 !important;
}


/* close button */
#map-district .leaflet-popup.district-popup .leaflet-popup-close-button {
  color: #ffffff !important;
  opacity: 0.9 !important;
}

#map-district .leaflet-popup.district-popup .leaflet-popup-close-button:hover {
  opacity: 1 !important;
}

