#locationSuggestions {
    z-index: 1050;
    max-height: 300px;
    overflow-y: auto;
    border-top: none;
}

#locationSuggestions li {
    cursor: pointer;
}

#locationSuggestions li:hover,
#locationSuggestions li.active {
    background-color: #0d6efd;
    color: white;
}