/*DEFAULT*/
.sidebar {
    left: 0;
    width: 350px;
    position: fixed;
    padding: 10px;
    bottom: 0;
    overflow-y: auto;
    z-index:12;
    background-color: #fff;
}
#jomdirectoryFormSearchMaps {
    bottom: 0;
    right: 0;
    background-color: rgb(0,0,0,.6);
    z-index:10;
    width: calc(100vw - 350px);
}

.select2-selection {

}

@media screen and (max-width: 767px) {
    .jomdirectory-map-container {
        margin-left: 20px;
        margin-right: 20px;
    }
}


