.suggestions-enabled #ae-bar-suggestions {
	position: absolute;
    background-color: white;
    z-index: 999;
    width: 100%;
    padding: 9px 0 20px 25px;
    /* border: 1px solid black; */
    margin-top: 0;
    border-top: 1px solid #f1f1f1;
    -webkit-box-shadow: 0px 3px 5px 1px rgb(117 117 117);
    -moz-box-shadow: 0px 3px 5px 1px rgba(117,117,117,1);
    box-shadow: 0px 3px 5px 1px rgb(117 117 117);
    box-shadow: 0 0px 6px rgb(32 33 36 / 28%);
    border-radius: 0 0 10px 10px;
    margin-top: -1px;
    box-shadow: 0 3px 6px 0px rgb(32 33 36 / 28%);
}

.suggestions-enabled .ae-searchPanel-innerForm {
    border-bottom-color: white;
    box-shadow: 0 3px 4px 0px rgb(32 33 36 / 28%);
}

.suggestions-enabled #ae-bar-suggestions > li {
    background-color: white;
    /* color: red; */
    /* z-index: 1000; */
}

.suggestions-disabled #ae-bar-suggestions {
	display: none;
}

.suggestions-enabled #ae-bar-suggestions {
	display: block;
}

.suggestions-enabled li a:hover {
    text-decoration: underline;
}
