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: 1rem;
    height: 1em;
    margin-right: 2px;
    position: static !important;
}



a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-align: center;
  color: black;
  padding: 10px;
  border-radius: 5%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  font-size: 50px;
  text-decoration: none;
  color: initial;
}

input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: #0f463c;
  text-align: center;
  color: white;
  padding: 4px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  text-decoration: none;
}

::-webkit-scrollbar{
    width: 9px;
    height: 13px;
}
::-webkit-scrollbar-thumb{
    background: #337c7b;
    border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover{
    background: #B3AFB3;
}
::-webkit-scrollbar-track{
    background: #FFFFFF;
    border-radius: 9px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}

.graph-country{
    height: 400px;
    width: 800px;
    position: relative;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.info h5 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    line-height: 18px;
    color: #555;
}
    
.legend i {
   	width: 18px;
   	height: 18px;
   	float: left;
   	margin-right: 8px;
   	opacity: 0.7;
}