div#map_ui_container {
  background: #eaeaea;
  background: linear-gradient(to top right, #ece9e6, #fafafa);
  width: 100%;
  height: 400px;
  max-width: 800px;
  min-height: 300px;
  max-height: 50vh;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}
.leaflet-control-container .leaflet-top.leaflet-right {
  width: calc(100% - 64px);
}
.form-table {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
span.dashicons {
  position: relative;
  cursor: pointer;
}
span.dashicons:after {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  display: block;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: -100px;
  opacity: 0;
  content: attr(data-title);
  height: auto;
  min-width: 300px;
  padding: 5px 8px;
  z-index: 999;
  color: #fff;
  text-decoration: none;
  text-align: left;
  background: rgba(0, 0, 0, 0.95);
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-in-out;
}
span.dashicons:hover:after {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}
