@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;

        margin: 0px;
    }
}
.autocomplete-list {
    list-style: none;
    margin: 0;
    padding: 0;
    /*border: 1px solid #ccc;*/
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 1000;
    background: white;
    width: 100%;
}
.autocomplete-item {
    padding: 10px;
    cursor: pointer;
}
.autocomplete-item:hover {
    background-color: #f0f0f0;
}
.input_container__4vgFb {
    width: 100%;
}
.input_labelAndInput__MVLde {
    position: relative;
}
.input_trailingIconInput__deS37 {
    padding: 28px 48px 8px 49px;
}
.input_input__11ZCt {
    background: #f0f2f7;
    border: 2.5px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    color: #181a1f;
    cursor: text;
    font-size: 16px;
    line-height: 24px;
    text-overflow: ellipsis;
    width: 100%;
}
.input_trailingIconLabel__xVOMa {
    padding-left: 52px;
}
.input_inputLabel__Qwzt5 {
    background: transparent;
    color: #64666b;
    font-family: var(--font-demi);
    font-size: 14px;
    font-weight: 700;
    left: 0;
    letter-spacing: 0.1px;
    line-height: 24px;
    margin: 0;
    padding-left: 12px;
    padding-top: 8px;
    position: absolute;
    text-transform: none;
    top: 0;
}
.input_trailingIconSpan__6le4A {
    left: 16px;
    justify-content: center;
}
.input_iconSpan__7pewB {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    margin: 0;
    position: absolute;
    top: 0;
    outline: none;
}
.input_iconRight__WxqbA {
    right: 14px;
    justify-content: center;
}
.input_iconSpan__7pewB {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    margin: 0;
    position: absolute;
    top: 0;
    outline: none;
}
#map {
    width: 100%;
    height: 300px;
    max-width: 100%;
    /*background: url("static/assets/img/image/map-placeholder.png") center/cover no-repeat, #e6e6e6;*/
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #dcdcdc;
    transition: all 0.5s ease-in-out;
}