.textbox > div,
.textbox .leaflet-popup-tip-container .leaflet-popup-tip {
  background: transparent !important;
  box-shadow: none;
  /* -webkit-user-drag: element; */
}

.textbox {
  background: transparent;
  font-weight: bold;
  color: blue;
  font-family: inherit;
  font-size: medium;
}

.textbox:focus {
  background-color: #fafafa91;
  -webkit-user-select: none;
  user-select: none;
  border-style: dotted;
  border-color: #e98fe191;
}

.textbox:hover {
  cursor: text;
}

.redIcon {
    color: rgba(255, 0, 0, 0.637);
}

.leaflet-editable-label-interior {
  /* background-image: url(favicon.ico); */
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  /* padding           : 3px; */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* box-shadow        : 0 1px 7px rgba(0, 0, 0, 0.65); */
  cursor: auto;
  text-align: center;
  background-color: #ffffff;
}

.leaflet-editable-label-interior:hover {
  background-color: #f4f4f4;
}
