
.autocomplete {
    background: white;
    z-index: 1000;
    overflow: auto;
    box-sizing: border-box;
    border: 1px solid rgba(50, 50, 50, 0.6);
    line-height: 1.5;
}

.autocomplete * {
    font: inherit;
}

.autocomplete > div {
    padding: 0px 0.3em;
}

.autocomplete .group {
    background: #eee;
}

.autocomplete > div.selected,
.autocomplete > div:hover:not(.group) {
    background: #1a57d4;
    color: white;
    cursor: pointer;
}
