.autocomplete-results {
    position: absolute;
    z-index: 10000000;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    max-height: 200px;
    overflow-y: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    /* bottom:0 !important; */
    left:0 !important;
    width: 100% !important;
}

.autocomplete-results div {
    padding: 5px;
    cursor: pointer;
}


.autocomplete-results div:hover {
    background-color: rgb(199, 199, 199, 0.3);
}




@media (max-width: 850px){

    
.autocomplete-results div:focus {
    background-color: rgb(199, 199, 199, 0.3);
}

    
    
}