.autoComplete_wrapper > input {
    width: 100%;
}

.autoComplete_wrapper > ul > li mark {
    background-color: transparent;
    color: rgb(7, 7, 7);
    font-weight: bold;
}

.autoComplete_wrapper > ul > li:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
}

.autoComplete_wrapper > ul > li[aria-selected="true"] {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
}

.autoComplete_wrapper > ul > li mark::selection {
    color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
}