.vm-realtime-search-responsive-btn {
    display: none !important;
    width: 30px;
    height: 30px;
}
.vm-button {
    align-items: center;
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    font-size: 15px;
    justify-content: center;
    line-height: 1.42;
    margin: 0;
    min-width: 45px;
    outline: none;
    padding: 0 16px 0;
    text-align: center;
    text-decoration: none;
    transition: background 90ms linear,color 90ms linear;
}

.vm-list__item {
    color: #707070;
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    display: block;
    padding: 4px 16px;
}

.vm-header__search-col {
    margin-right: auto;
    width: 33%;
    margin-left: 40px;
}

.vm-realtime-search-result-block {
    padding: 3px;
}

.vm-realtime-search {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    position: relative;
    height: 45px;
}

.vm-realtime-search__bar {
    position: relative;
}

.vm-realtime-search__input {
    padding: 0 !important;
}

.vm-realtime-search__input .vm-input {
    width: 100%;
    height: 45px;
    border-radius: 17px;
    padding-left: 40px;
    padding-right: 20px;
    border: none;
    box-shadow: none;
    background: #f5f5f5;
    padding-top: 20px;
}

.vm-realtime-search__input .vm-input::placeholder {
    color: #bdbdbd;
}

.vm-realtime-search__icon {
    flex: 1 1 auto;
    position: absolute;
    top: 11px;
    left: 12px;
    width: 24px;
    height: 24px;
    z-index: 100;
    color: #E4003A;
}

.vm-realtime-search__clear {
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 24px;
    width: 34px;
    height: 34px;
    color: #bdbdbd;
    fill: #bdbdbd;
    z-index: 3;
}

.vm-realtime-search__results {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1px;
    width: 100%;
    max-height: 250px;
    overflow: auto;
    padding: 12px 0;
    background: #f5f5f5;
    border-radius: 17px;
}

.vm-realtime-search-container {
    width: 100%;
}

.vm-realtime-search__expand {
    margin-right: auto;
    position: relative;
}

.vm-realtime-search__expand .vm-button__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
}

.vm-realtime-search__expand .vm-button__icon,
.vm-realtime-search__icon {
    filter: invert(17%) sepia(89%) saturate(7154%) hue-rotate(339deg) brightness(87%) contrast(107%);
}

.vm-realtime-search-result {
    box-shadow: inset 0 1px 0 #bdbdbd;
    cursor: pointer;
}

.vm-realtime-search-result:hover {
    background: #fcfcfc;
}

.vm-realtime-search-result:first-child {
    box-shadow: none;
}

.vm-realtime-search-result--loading {
    padding-top: 16px;
    padding-bottom: 16px;
    cursor: pointer;
    text-align: center;
}

.vm-realtime-search-result--loading:hover {
    background: none;
}

.vm-realtime-search-result__row {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.vm-realtime-search-result__row--title {
    font-size: 16px;
    color: #34183C;
}

.vm-realtime-search-result__row--subtitle {
    font-size: 14px;
    color: #5d5d5d;
}

.vm-realtime-search-result__row--address {
    font-size: 12px;
}

.vm-realtime-search-result__highlight {
    color: #E4003A !important;
    font-weight: bold;
    font-style: normal;
}

.vm-button--icon {
    width: 36px;
    max-width: 36px;
    min-width: 0;
    height: 36px;
    font-size: 22px;
    color: #5d5d5d;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent !important;
}

@media (max-width: 1439.98px) {
    .vm-button {
        min-width: 100px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 632px) {
    .vm-realtime-search-responsive-btn {
        display: flex !important;
        min-width: initial !important;
    }

    .vm-realtime-search__bar--hidden {
        display: none;
    }

    .vm-realtime-search__bar {
        left: 0;
        position: fixed;
        top: 70px;
        width: 100%;
    }

    .vm-realtime-search__results {
        position: fixed;
        top: 104px;
        left: 0;
        width: 100%;
    }

    .vm-header__search-col {
        margin-left: 0;
    }
}

@media (min-width: 632px) and (max-width: 768px) {
    .vm-header__search-col {
        width: 69%;
    }
    .vm-realtime-search-container {
        width: 88%;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .vm-header__search-col {
        width: 55%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .vm-header__search-col {
        width: 35%;
    }
}

@media (min-width: 1023px) and (max-width: 1275px) {
    .vm-realtime-search-responsive-btn {
        display: flex !important;
    }

    .vm-realtime-search__bar--hidden {
        display: none;
    }

    .vm-realtime-search__bar {
        left: 0;
        position: fixed;
        top: 70px;
        width: 100%;
    }

    .vm-realtime-search__results {
        position: fixed;
        top: 104px;
        left: 0;
        width: 100%;
    }

    .vm-header__search-col {
        margin-left: 0;
    }
}
