.ui-autocomplete {
    background-color: #fff !important;
    border: 1px solid #ddd;
    max-height: 300px;
    overflow-y: auto;
    width: 250px;
    font-size: 14px;
    color: #5b5959;
    z-index: 9999 !important;
}
.ui-menu-item-wrapper {
    padding: 6px 12px;
    cursor: pointer;
}
.ui-menu-item-wrapper.ui-state-active {
    background-color: #fbfac5ae;
    color: #0e0d0d;
}
