body {
    padding: 0;
    margin: 0;
}
html, body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

#header {
    height: 78px;
    background-image: linear-gradient(to top, #38318cc4, #337c7bf0), url(../img/home-image.jpg)!important;
    background-size: cover!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header .header-content {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#map {
    position: relative;
    height: calc(100vh - 93px);
    z-index: 10;
}

#footer {
    z-index: 100;
    height: 15px!important;
    font-size: 13px;
    background-size: cover!important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-image: linear-gradient(to top, #337c7bd6, #38318c99), url(../img/home-image.jpg)!important;
}

#footer a {
    color : white;
}

#sidebar {
    height: calc(100vh - 125px)!important;
    top: 88px!important;
    background-color: white;
}


.control .leaflet-control-layers {
    border: none;
    width: 100%;
}

/* #layer-control .leaflet-control-layers .leaflet-control-layers-list .leaflet-control-layers-overlays .leaflet-control-layers-selector {
    font-size: 50px;
    size: 20px;
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    padding: 10px;
    margin-right: 10px;
} */

.sidebar-pane h3 {
    margin-bottom: 5px;
    color: #585858;
}

.leaflet-control-layers-list label {
    margin-bottom: 5px;
}

.leaflet-control-layers-separator {
    margin: 10px -10px 10px -6px !important;
}

.leaflet-control-layers-list label div {
    display: flex;
    align-items: center;
}

.leaflet-control-layers-list label div input {
    width: 1.5rem;
    height: 1.5em;
    margin-right: 5px;
    position: static !important;
}
