body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: rgb(20, 20, 20);
    color: white;
    margin: 1rem;
    width: 90%;
    height: 96vh;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#map {
    width: 100%;
    height: 100%;
    margin: auto;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: unset !important;
}

.container {
    height: 86vh;
}

.content {
    height: 100%;
}

.links {
    padding-top: 1rem;
}

footer {
    color: lightgray;
    font-size: 0.8rem;
    padding-top: 1.2rem;
}

a {
   color: #4674ff;
}

.tree-container {
    overflow-y: scroll;
    max-height: 100%;
}

.treejs .treejs-switcher::before {
    border-top: 4px solid rgb(255, 255, 255) !important;
}

.leaflet-control-layers-overlays {
    display: none;
}

.leaflet-control-layers-separator {
    display: none;
}

input[type="range"]:disabled {
    background: #dddddd;
    cursor: not-allowed;
}