*,
:after,
:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body,
html,
#map {
  width: 100vw;
  height: 100vh;
}

body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  background-color: #f1f1f1;
}

.marker-position {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 10px;
  font-weight: 700;
  background-color: #fff;
}

.leaflet-popup-tip {
  width: 0px;
  height: 0px;
}



/* .POP {
  background-color: darkred; 
  position: fixed; 
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  top: 50;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
} */

