.skiptranslate span {
    display: none !important;
}
#suggestion-box {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}
.suggestion-item:hover{
    color: black !important;
}
#suggestion-box .suggestion-item.active1 {
    background-color: #f8f9fa !important;
    color: black !important;
}
