body {
    overflow: hidden;
}

#map {
    height: 100%;
}

.slider-outer-div {
    margin-left: 20px;
}

.slider-div {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
}

.content {
    display: flex;
    height: 100%;
}

.card {
    height: 100%;
}

.card-body {
    height: 100%;
    overflow: auto;
}

.map-container {
    flex: 1;
    min-height: 320px;
}

#filter {
    max-width: 300px;
}

@media (max-width: 700px) {
    .content {
        display: grid !important;
    }

    #filter {
        display: grid;
        justify-content: center;
        max-width: 100% !important;
    }
}
