html {
  font-size: 14px;
}

@media (min-width: 768px) {
    html {
    font-size: 16px;
    }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.register-form {
    max-width: 450px;
    margin: auto;
    box-shadow: 0 2px 25px rgb(0 0 0 / 20%);
    padding: 10px;
    background-color: white;
    margin-top: 100px;
}

.logo {
    margin: auto;
    max-width: 440px;
    margin-top: 50px;
}

.logo-img {
    height: 50px;
}

.datetimeRange-container {
    background: #fff;
    cursor: pointer;
    padding: 6px 9px;
    border: 1px solid #ccc;
    width: auto;
}

.error {
    font-weight: bold;
    color: red;
}

#map {
    position: absolute;
    top: 65px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    box-shadow: none;
    display: none;
}

#feature-list th {
    position: sticky;
    top: -2px;
    background-color: #e8e8e8;
}

.mh-490{
    max-height: 490px;
}

.tooltip-container {
    border: 1px solid black;
    padding: 2px;
    border-radius: 3px;
}

.leaflet-tooltip {
    position: absolute;
    padding: 0px !important;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}