* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  overscroll-behavior: none;
}

a {
  text-decoration: none;
}

input[type='file']::file-selector-button {
  display: none;
}

input[type='file']::-webkit-file-upload-button {
  display: none;
}

.leaflet-popup-content-wrapper {
  border-radius: 4px !important;
}
