/* Workaround for https://github.com/Leaflet/Leaflet/issues/4686 */
.leaflet-fade-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-zoom-animated { will-change:auto !important; }

html {
	position: relative;
  font-size: 1rem;
  overflow-x: hidden;
	color: #333;
	box-sizing: border-box;
	font-family: sans-serif;
  height: 100%;
}

html, body {
  margin: 0;
  padding: 0;
}

.hide-scrollbar {
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.hide-scrollbar::-webkit-scrollbar {
    width: 0px; /* For Chrome, Safari, and Opera */
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.font-weight-bold {
  font-weight: bold;
}
