.ui-autocomplete {
  z-index: 7777;
  max-height: 300px;
  overflow-y: auto;
  overflow-x:  hidden;
}

.ui-autocomplete-category {
  font-weight: bold;
  color: #f57e20;
  padding: 0.4rem;
  border-bottom: 1px solid #d5d5d5;
}

.ui-menu .ui-menu-item {
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
}

.ui-menu .ui-menu-item a {
  padding: 0.4rem;
  line-height: inherit;
}

.ui-menu .ui-menu-item img {
  float: left;
  margin-right: 5px;
}

.ui-menu .ui-menu-item a::after {
  content: '';
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
  clear: both;
  font-size: 0 !important;
}

.ui-menu .ui-menu-item a p {
  overflow: hidden;
  padding: 0 5px;
  font-size: 0.688rem;
  color: #0099ff;
  line-height: 1rem;
}
.ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-active {
  background-color: rgba(245, 126, 32, 0.3);
}