.ui-autocomplete {
    position: absolute;
    top: 9.7% !important;
    left: 34.7% !important;
    bottom: 0%;
    cursor: default;
    z-index: 9991;
}

#ui-id-1 {
    width: 313.406px !important;
    border: 1px solid #c5c5c5 !important;
    height: 330px;
    overflow: auto;
    line-height: 27px;
    z-index: 1000;
}

.ui-corner-all li:hover {
    padding: 0px !important;
    color: #000;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-corner-all .ui-state-focus {
    background-color: transparent !important;
    color: #42457c !important;
    border: none !important;
}

ul#ui-id-1 li:hover {
    background-color: #F4F6F9;
    padding: 0px 15px !important;
}

.ui-widget-content a {
    margin-left: 0px;
    font-size: 14px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #42457c;
}

::-webkit-scrollbar {
    width: 5px;
}

ul#ui-id-1 li {
    padding: 0px 15px;
}

@media (max-width: 768px) {
    .ui-autocomplete {
        position: absolute;
        top: 17% !important;
        left: 8% !important;
        bottom: 0%;
        cursor: default;
        z-index: 9991;
    }
    .ui-autocomplete {
        position: absolute;
        top: 110px !important;
        left: 8% !important;
        bottom: 0%;
        cursor: default;
        z-index: 9991;
    }
    #ui-id-2 {
        width: 300px !important;
        border: 1px solid #c5c5c5 !important;
        height: 330px;
        overflow: auto;
        line-height: 27px;
        z-index: 999;
    }
    .ui-corner-all li:hover {
        background-color: #F4F6F9;
        padding: 0px !important;
        color: #000;
    }
    .ui-menu .ui-menu-item-wrapper {
        position: relative;
        padding: 3px 1em 3px .4em;
    }
    .ui-corner-all .ui-state-focus {
        background-color: transparent !important;
        color: #42457c !important;
        border: none !important;
    }
    #ui-id-2 {
        padding: 5px 15px;
    }
}