.header {
    height: 80px;
    z-index: 2;
    position: relative;
}

.map {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100vh;
}

.footer {
    position: absolute;
    height: 30px;
    z-index: 3;
    top: calc(100vh - (30px));
    left: 100px;
    background-color: #fffa;
    border-radius: 80px;
}


.top-badge {
    background-color: #ffffff;
    text-align: center;
}

#listBtnContainer {
    position: absolute;
    left: 10px;
    top: 80%;
    z-index: 2;
}

.roundBtn {
    border-radius: 100px !important;
    box-shadow: 5px 5px 15px 5px #000000c9;
}

.dimmed {
    background-color: #eeebeb;
}
