.leaflet-editable-label-interior {
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: auto;
  text-align: center;
  background-color: #ffffff;
}

@-moz-document url-prefix() {
  .leaflet-editable-label-interior {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    box-shadow: none !important;
  }
}

.leaflet-editable-label-interior:hover {
  background-color: #f5f4f4;
  cursor: pointer;
}

.redIcon {
  color: rgba(255, 0, 0, 0.637);
  margin-top: 4.5px;
}

.map-label {
  min-width: 150px !important;
  background: transparent;
  font-weight: bold;
  color: #333;
  font-family: inherit;
  font-size: medium;
  text-align: center;
  border: 2px solid;
  overflow: hidden;
  height: 32px;
}

.my-div-icon {
  background-color: transparent;
  display: flex;
}