.dadata-suggestions {
  position: absolute;
  z-index: 9999;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  border-top: none;
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
}

.dadata-suggestion-item {
  padding: 6px 10px;
  cursor: pointer;
}

.dadata-suggestion-item:hover {
  background-color: #f2f2f2;
}

.dadata-suggestion-item.active {
  color: white;
  background-color: #0074bd;
}
