body{
     padding:0;
     margin:0;
}
 html, body, #map {
     height: 100%;
     width: 100vw;
     height: 100vh;
     background: #000;
}
 a.btn{
     background: #1f90c1;
     color: #fff;
     display: block;
     margin: 0;
     text-align: center;
     padding: 5px;
     text-decoration: none;
     border-radius: 5px;
     margin-bottom: 5px;
     transition: background 0.3s;
}
 a.btn:hover{
     background: #076188;
     transition: background 0.3s;
}
 .popup-img{
     width: 60px;
     height: 60px;
     margin-left: 10px;
     margin-bottom: 10px;
     background-size: cover;
     background-position: center center;
     border-radius: 500px;
     float: right;
}
 h2{
     margin-bottom: 5px;
}
 .leaflet-tooltip {
     top: -3px;
     padding: 0px 5px;
     background: transparent;
     border: 0;
     color: #fff;
     font-weight: bold;
     text-transform: uppercase;
     font-size: 12px;
     margin-left: -20px;
     box-shadow: none;
}
 .leaflet-tooltip:before {
     border-color: transparent;
}
 #arrows{
     position: absolute;
     z-index: 10000;
     bottom: 0;
     left: 0;
}
 #arrows img{
     width: 200px;
     padding: 20px;
}
 .no-select {
     user-drag: none;
     user-select: none;
     -moz-user-select: none;
     -webkit-user-drag: none;
     -webkit-user-select: none;
     -ms-user-select: none;
}
 .leaflet-overlay-pane svg{
     left: -25px;
     top: -2px;
}
 .navbar{
     z-index: 500;
     position: absolute;
     top: 10px;
     left: 10px;
     max-width: 80%;
}
 .navbar .logo{
     padding-left: 5px;
     padding-right: 17px;
     border-right: 1px solid #dadce0;
     margin-right: 10px;
}
 .navbar-container{
     background: #fff;
     display: flex;
     align-items: center;
     position: relative;
     padding: 5px 15px;
     border-radius: 8px;
     box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}
.navbar-container.rounded-top{
     border-radius: 0px;
     border-top-right-radius: 8px;
     border-top-left-radius: 8px;
}
 #searchbox{
     position: initial !important;
}
.leaflet-retina .leaflet-control-layers-toggle{
    background: url(../images/layers.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar{
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    border: initial;
    border-radius: 8px;
    /* overflow: hidden; */
}
.leaflet-control-layers-overlays label span{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #70757a;
    font-size: 12px;
    cursor: pointer;
}
.leaflet-control-layers-overlays{
    display: flex;
    justify-content: space-between;
    width: 300px;
}
.leaflet-control-layers-overlays label span img{
    outline: 2px solid transparent;
    border: 2px solid #fff;
    width: 30px;
    margin-right: 6px;
    border-radius: 8px;
}
.leaflet-control-layers label {
    text-align: center;
    line-height: 1.2;
}
.leaflet-control-layers-selector {
    opacity: 0;
    position: absolute;
}
/*.leaflet-control-layers label:hover img,*/
.leaflet-control-layers input[type="checkbox"]:checked + img{
    outline: 2px solid #6a9ef7;
}
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: block;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.leaflet-control-layers-expanded{
    padding: 0;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: absolute;
    right: 46px;
    top: 0;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    padding: 6px 12px;
    border-right: 1px solid #dadce0;
}
.leaflet-touch .leaflet-control-layers-toggle {
    width: 46px;
    height: 46px;
}
.leaflet-control-zoom{
    border-radius: 8px;
    overflow: hidden;
}