/*DEFAULT*/
.sidebar {
    left: 0;
    width: 350px;
    position: fixed;
    bottom: 0;
    overflow-y: auto;
    z-index:5;
    background-color: #fff;
}
#jomdirectoryFormSearchMaps {
    bottom: 0;
    right: 0;
    background-color: rgb(0,0,0,.6);
    z-index:5;
    width: calc(100vw - 350px);
}

.select2-selection {
    width: 100%!important;
}

@media screen and (max-width: 767px) {
    .jomdirectory-map-container {
        margin-left: 20px;
        margin-right: 20px;
    }
}


.mobile_filter_toggle {
    cursor:pointer;
    position:fixed;
    bottom:0px;
    left:0px;
    display:none;
    width:100%;
    font-size:1.2rem!important;
    font-weight: 400;
    margin:0px;
    padding: .8rem 1.6rem;
    z-index:1000;
}
.mobile_filter_toggle i {
    font-size:1rem!important;
    font-weight: 400;
}
.sidebar {
    display:block;
}
@media screen and (max-width: 767px) {
    .sidebar {
        top:80px!important;
        display:none;
        z-index:1;
        width:100%;
    }
    .refineMap {
        width:100% !important;
        top:80px!important;
    }
    .mobile_filter_toggle{
        display:block;
    }
}

@media (min-width: 576px) {
    .select2-container {
        width: 100%;
    }
}

.btn-link {
    text-decoration: none;
}

#jomdirectory-maps-default input,
#jomdirectory-maps-default select,
#jomdirectory-maps-default .select2-container--bootstrap4 .select2-selection {
    height: 50px!important;
    border: none;
    border-right: 1px solid #f1f1f1;
    margin: 0;
    border-radius: 0!important;
    background: #fff;
}

#jomdirectory-maps-default input:focus,
#jomdirectory-maps-default select:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

#jomdirectory-maps-default .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0!important;
}


#jomdirectory-maps-default .select2-container--bootstrap4 .select2-selection,
#jomdirectory-maps-default  .input-group-prepend .input-group-text {
    line-height: 50px !important;
    height: 50px !important;
    padding: 0 0 0 20px;
}

#jomdirectory-maps-default .select2-container {
    width: 100%!important;
}