.aa-Form{
  background-color: transparent!important;
  border: none!important;
  box-shadow: none!important;
}
.aa-Form:focus-within {
  outline: none!important;
  box-shadow: none!important;
}

.aa-SourceNoResults {
  padding-left: 0!important;
}
.aa-Panel {
	z-index: 999999 !important;
  line-height: 1.4!important;
}

.aa-Panel {
	/* we set the width in JS */
}

.aa-Panel:after {
	content: " ";
	display: block;
	clear: both;

}

.aa-Panel .aa-Input,
	/* Font */
.aa-Panel {
	color: #1a1a1a;
	font-size: 12px;
}

.aa-Panel a {
}

.aa-Panel a:hover {
	text-decoration: none;
}
.aa-SourceFooter .autocomplete-footer {
  text-align: right;
  padding-bottom: .5em;
}
/* Header */
.aa-Panel .autocomplete-header {
}

.aa-Panel .autocomplete-header-title,
.aa-Panel .autocomplete-header-more {
}

.aa-Panel .autocomplete-header-title {
}

.aa-Panel .autocomplete-header-more {
}

.aa-Panel .autocomplete-header-more a {
}

.aa-Panel .autocomplete-header-more a:hover {
}

/* Suggestion */

.aa-Panel .aa-Item {
	padding: 5px 0;

}

.aa-Panel .aa-Item:after {
}

.aa-Panel .aa-Item em {
}

.aa-Panel .aa-Item .suggestion-post-title {
}

.aa-Panel .aa-Item .suggestion-post-content {
}

.aa-Panel .aa-Item .suggestion-post-content em {
}

.aa-Panel .aa-Item[aria-selected="true"] {
  background-color: transparent;
}

.aa-Panel a.suggestion-link {
}

.aa-Panel a.suggestion-link.user-suggestion-link {
}


.aa-Panel a.suggestion-link svg {
}

.aa-Panel .suggestion-post-thumbnail {
}

.aa-Panel .suggestion-user-thumbnail {
}

/* Footer */
.aa-Panel .autocomplete-footer-branding {
}

/* Clearfix */
.aa-Panel .clear {
}

/* Empty */
.autocomplete-empty {
}

.autocomplete-empty .empty-query {
}

.aa-InputWrapperPrefix.hidden, .aa-InputWrapperSuffix.hidden {
  display: none!important;
}