.ui-autocomplete-category {
  font-weight: bold;
  color: #2b2b2b;
  padding: 1em 0.5em 0em;
  font-size: 1em;
  box-sizing: border-box;
  margin: 0px;
}
.ui-autocomplete {
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #f7f5e7;
  font-size: 1em;
  box-sizing: border-box;
  margin-top: 0.5em;
  z-index: 1000 !important;
}
.ui-autocomplete-loading {
  background: #f7f5e7;
}
.ui-autocomplete.ui-menu {
  padding: 0px;
}
.ui-menu .ui-menu-item {
  padding: 0.25em 0.5em;
  font-size: 1em;
  box-sizing: border-box;
  color: #bc360a;
}
.ui-menu .ui-menu-item + .ui-autocomplete-category {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #f7f5e7;
}
.ui-menu .ui-state-focus {
  background-color: #bc360a;
  color: white;
}
.ui-menu .ui-state-focus:hover {
  cursor: pointer;
}
.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  max-width: 300px;
}
/*
* html .ui-autocomplete {
	height: 100px;
}
*/
