/*
        GoodDelivery Custom CSS by GLOBUS.studio
        v 2.0
        Extend Bootstrap 5.2.2
*/

.ui-autocomplete{
    background: transparent;
    border: 0 !important;
    outline: 0 !important;
    color: white;
    font-size: 1.25rem;
    background-color: rgba(132, 211, 255, 0.7);
    /*border-color: rgba(0, 0, 0, 0);*/
    border: 0px !important;
    border-radius: 0.9375rem 0.9375rem 0rem 0rem;
    padding: 0rem;
    padding-top: 1rem !important;
}

/*.ui-menu .ui-menu-item a{ 
    font-size: 20px;
    background-color: #4DADF9;
    font-weight: 500;
}*/

.ui-menu-item .ui-menu-item-wrapper {
    padding-left: 25px !important;
    border-bottom: 1px transparent !important;
    border-top: 1px transparent !important;    
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    font-size: 1.25rem;
    background-color: #4DADF9;
    font-weight: 500;
    border-left: 0.375rem solid #fff;
    border-bottom: 3px transparent !important;
    border-top: 3px transparent !important;   
    border-right: 0rem !important;
    /* margin-left: 1px !important; */
    /* margin-right: 1px !important; */
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 19px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.ui-menu .ui-menu-item-wrapper {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
}

@media (max-width: 768px) {
    .ui-autocomplete{
        width: 9.375rem; 
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 400;
        font-size: 0.75rem;
        line-height: 1.25rem; 
        border-radius: 0.5rem 0.5rem 0rem 0rem !important; 
        border: 0rem !important;    
    }
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .ui-autocomplete {
        -webkit-backdrop-filter: blur(0.4375rem);
        backdrop-filter: blur(0.4375rem);
        background-color: rgb( 132, 211, 255, 0.2);
    }
}

