/* FONTS */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.leaflet,.easy-button-button, .leaflet-control, .button, .leaflet-control-zoom-in, .leaflet-control-zoom-out, .leaflet-container, .legend, .info, input[type="text" i], .daterangepicker {
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
}

/* popup name */
.pName {
  font-size: larger;
  font-weight: bolder;
}

.easy-button-button {
  font-size: medium;
}

.leaflet-control-attribution {
  font-size: small;
}

.leaflet-container, .leaflet-tooltip {
  font-size: smaller !important;
}

#language_toggle > div > button {
  line-height: unset;
}

/* OTHER */

.leaflet-popup-content input[type="text" i] {
  text-align: center;
}

.leaflet-map-pane {
  display: none /* show once page is ready using js */
}

.vert_text {
    padding: 0.1rem 0 0.1rem 0;
}


.leaflet-top, .leaflet-bottom {
  z-index: unset !important;
} 

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  z-index: 10000000000 !important;
}

.button {
  color: black;
  background-color: #f5f5f5;
  border-width: 1px;
  border-radius: 99rem;
  cursor: pointer;
  margin-top: 5px;
}

.button:hover {
  background-color: #e0e0e0;
  transition: 0.3s;
}

#help_tip_div {
  padding: 4px;
}
#help_tip_open {
  background-color: transparent; 
  border-color: transparent; 
  display: block; 
  padding: 0px;
  opacity:0.7;
}
#help_tip_close {
  background-color: transparent;border-color: 
  transparent;outline: none;
  color: darkgrey;
  /* margin-right: 0; */
  float: right;
}
#help_tip {
  max-width: 367px; 
  max-height:600px; 
  overflow-y:scroll; 
  font-size: 12px; 
  display: none;
  padding: 6px 8px;
}

.leaflet-control-attribution {
  text-align: right;
  z-index: 1;
  max-width: 700px;
}

.leaflet-control-search {
  box-shadow: none;
  background-color: transparent;
}

.search-button {
  background-image : url(../icons/search_icon.jif) !important;
  background-position: 8px center !important;
  background-size: 14px !important;
  background-color: rgba(255,255,255,.8) !important;
}

.info .legend .tooltip .pm_legend .leaflet-control {
  opacity: 0.95;
}
.search-tooltip {
  margin-top: 1px;
}

#searchtext9 {
  height: 21px;
}

.leaflet-control-layers {
  background-color : rgba(255, 255, 255, 0.95) !important;
}

.info .legend .leaflet-control {
  background-color : rgba(255, 255, 255, 0.95)
}

.obs_icons {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
}
.obs_icons_missing {
  width: 21px;
  height: 21px;
  margin-left: -10.5px;
  margin-top: -10.5px;
}

.pm {
  padding: 0.1rem 0.25rem;
}

.pm-H {
  padding: 0.1rem 0.25rem;
  display:inline-block; 
}
