﻿.ui-autocomplete-category {
}

.ui-autocomplete {
    color: #fff;
    /*position:absolute;*/
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

#ui-id-1 {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.75);
    max-width: 380px;
}

.ui-menu-item {
    font-family: 'Poppins';
}

.ui-menu-item:hover {
    background-color: rgba(0,0,0,.5);
}

.ui-menu-item .ui-menu-item-wrapper {
    width: 100%;
}
