/* General */
body {
    font-size: 12px;
}
/* END General */



/* Modal */
.modal-content {
    width: 85%;
}
.modal-section, .modal-hr {
    width: unset;
}
/* END Modal */

h1 {
    font-size: 18px;
}

/* Navbar */
#dvrpc-logo {
    height: 32px;
}
/* END Navbar */



/* Main Webmap Area */
.main-content-wrapper {
    flex-direction: column-reverse;
}
/* END Main Webmap Area */



/* Sidebar */
.sidebar-wrapper {
    width: 100%;
    height: 45%;
}
.sidebar-content, footer {
    height: unset;
}
/* END Sidebar */



/* Map */
.map {
    width: 100%;
}
.legend-container {
    min-width: unset;
    max-width: 150px;
    min-height: unset;
}
.mapboxgl-ctrl-geocoder {
    font-size: 0.8rem;
    min-width: unset;
    width: 75%;
}
.mapboxgl-ctrl-geocoder--input {
    height: 30px;
    padding: 6px 35px;
    padding-right: 0;
}
.mapboxgl-ctrl-geocoder--icon-search {
    top: 3px;
    left: 6px;
}
/* END Map */