@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url("MaterialIcons-Regular.woff2") format("woff2"),
    url("MaterialIcons-Regular.woff") format("woff");
}

.edit-mode-buttons-container {
  top: 110px;
  position: absolute;
  width: 50px;
  z-index: 400;
  /* top: 110px; */
  border-radius: 0 2px 2px 0;
  background-color: white;
  box-shadow: 0 0 1px 0 rgba(9, 30, 66, 0.5),
    0 6px 10px 2px rgba(9, 30, 66, 0.3);
}

.distance-button-container {
  top: 320px;
  position: absolute;
  width: 50px;
  z-index: 400;
  /* top: 110px; */
  border-radius: 0 2px 2px 0;
  background-color: white;
  box-shadow: 0 0 1px 0 rgba(9, 30, 66, 0.5),
    0 6px 10px 2px rgba(9, 30, 66, 0.3);
}

.undo-redo-buttons-container {
  position: absolute;
  width: 50px;
  z-index: 400;
  border-radius: 0 2px 2px 0;
  background-color: white;
  box-shadow: 0 0 1px 0 rgba(9, 30, 66, 0.5),
    0 6px 10px 2px rgba(9, 30, 66, 0.3);
}

.edit-mode-button {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--gray-4);
}

.edit-mode-buttons-container:hover {
  color: lightblue;
}


/* RULER CSS */

.leaflet-ruler{
  height: 35px;
  width: 35px;
  /* background-image: url("../dist/icon.png"); */
   /* <div>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div> */
  background-repeat: no-repeat;
  background-position: center;
}

.leaflet-ruler-clicked{
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center;
  /* background-image: url("../dist/icon-colored.png"); */
  border-color: chartreuse !important;
}
.leaflet-bar{
  background-color: #ffffff;
}
.leaflet-control {
  cursor: pointer;
}
.result-tooltip{
  background-color: white;
  border-width: medium;
  border-color: #de0000;
  font-size: smaller;
}
.moving-tooltip{
  background-color: rgba(255, 255, 255, .7);
  background-clip: padding-box;
  opacity: 0.5;
  border: dotted;
  border-color: red;
  font-size: smaller;
}
.plus-length{
  padding-left: 45px;
}