.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-autocomplete {
  background: #fff;
  border: 1px solid #c8ccd0;
  border-radius: 3px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  color: #222;
  cursor: default;
  list-style: none;
  margin: 0;
  max-height: 320px;
  overflow-y: auto;
  padding: 4px 0;
  position: absolute;
  z-index: 100000;
}

.ui-menu-item {
  margin: 0;
  padding: 0;
}

.ui-menu-item-wrapper {
  display: block;
  padding: 7px 10px;
}

.ui-state-active,
.ui-menu-item-wrapper.ui-state-active {
  background: #2185d0;
  color: #fff;
}
