.autocomplete-items {
    position: absolute;
    background: white;
    /* border: 1px solid #ddd; */
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    width: 200px;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
}

.autocomplete-items div:hover {
    background: #f0f0f0;
}


.active{
    color:red
}