
.autocomplete {
    background: white;
    z-index: 1000;
    font: 16px/22px "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    overflow: auto;
    box-sizing: border-box;
    border: 1px solid rgba(50, 50, 50, 0.6);
    z-index: 99999;
}

.autocomplete * {
    font: inherit;
}

.autocomplete strong{
    font-weight: bolder!important;
}

.autocomplete > div {
    padding: 6px 10px;
}

.autocomplete .group {
    background: #eee;
}

.autocomplete > div:hover:not(.group),
.autocomplete > div.selected {
    background: #ffea81;
    cursor: pointer;
}

