body {
    margin:0;
    padding:0;
}
#map {
    position:absolute;
    top:0;
    bottom:0;
    width:80%;
}


.marker {
    width: 40px;
    height: 40px;
    border-radius: 25px;
}
.marker:before{
    color: #fff;
    font-size: 22px;
    margin: 8px 0;
    position: absolute;
    width: 100%;
    text-align: center;
}

#panel{
    position: absolute;
    width: 20%;
    right: 0;
}

#layers{
    position: absolute;
    right: 0;
    width: 20%;
    padding: 25px;
    box-sizing: border-box;
    top: 50px;
}
.color_cat{
    height: 20px;
    width: 20px;
    float: left;
    margin: 3px;
}
.btn{
    padding: 5px;
    border-radius: 5px;
    border: none;
    margin-bottom: 5px;
    outline: none;
}
.active{
    background: #2ea92e;
    color: #fff;
}

.directions-control-instructions, .mapboxgl-ctrl-logo, .mapboxgl-ctrl-attrib{
    display: none !important;
}

.menu {
    background-color: lightgrey;
    filter: drop-shadow(5px 10px 5px rgb(160, 160, 160));
    border-radius: 0.1%;
    width: 75%;
    height: 75%;
    position: absolute;
    z-index: 99 !important;
    margin-left: 12%;
    margin-top: 6%;
    display: none;
    overflow-y: scroll;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-butn {
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    border-radius: 60px;
    text-shadow: 1px 1px 3px #666666;
    -webkit-box-shadow: 1px 1px 3px #666666;
    -moz-box-shadow: 1px 1px 3px #666666;
    box-shadow: 1px 1px 3px #666666;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 20px;
    background: #9e0303;
    padding: 10px 15px 10px 15px;
    margin-top: 0.5%;
    margin-right: 0.5%;
    float: right;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-butn:hover {
    background: #d90707;
    text-decoration: none;
}

/*.mapboxgl-popup-close-button {
    display: none;
}

.mapboxgl-popup-content {
    background-color: rgba(0, 0, 0, 1);
    box-shadow: none;
    text-shadow: none;
    position: absolute;
    margin: auto;
    text-align: center;
}*/