.map-box {
    width: 100%;
    height: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    margin-bottom: 1%;
}

.mapboxgl-popup {
    max-width: 750px;
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

#content {
    display: table;
    height: 90%;
    position: absolute;
    overflow: hidden;
    width: 100%;
}

body {
    background-color: #181b1d;
}

#icon {
    padding: 10px;
    float: right;
}

#flag {
    width: 100px;
}

#description {
    font-size: 12px;
    text-align: center;
    padding-bottom: 20px;
}

#link {
    color: black;
}

#info {
    display: table;
    position: relative;
    margin: 0px auto;
    word-wrap: anywhere;
    white-space: pre-wrap;
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    color: #222;
    background: #fff;
}

.controls {
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.dot {
    height: 10;
    width: 10;
    border-radius: 50%;
    display: inline-block;
}

.controls {
    position: fixed;
    left: -300px;
    width: 250px;
    height: 100%;
    top: 55px;
    background-color: #f8f9fa;
    padding: 20px;
    transition: left 0.3s ease-in-out;
}
.controls_text{
    position: fixed;
    top: 155px;
    width: 250px;
    height: 50%;
}
.controls.show {
    left: 0;
}
#filterBtn {
    position: fixed;
    top: 80px;
    left: 20px;
    width: 210px;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1000;
}