.autocomplete-search-box {
  position: absolute;
  width: 300px;
  left: -30px;
}

.autocomplete-search-box__dropdown,
.autocomplete-search-box__button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.autocomplete-search-box__dropdown.dropdown-menu {
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin-left: 0;
  max-height: 500px;
  height: auto;
  overflow-y: auto;
  position: relative;
  margin-bottom: 0;
  z-index: 10;
}

.autocomplete-search-box__button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.autocomplete-search-box__input.form-control {
  padding-left: 40px !important; /* stylelint-disable-line  declaration-no-important */
}

.autocomplete-search-box__button.btn-ghost,
.autocomplete-search-box__button.btn-ghost:hover {
  background-color: transparent;
  border: 0;
}

.autocomplete-search-box__dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.autocomplete-search-box__dropdown-item__content {
  flex: 1;
  padding: 0 5%;
  white-space: normal;
}

.autocomplete-search-box__dropdown-item__element,
.autocomplete-search-box__dropdown-item__group {
  margin: 0.5em;
  height: 2.5em;
  width: 2.5em;
}

.autocomplete-search-box__dropdown-item__element {
  border-radius: 50%;
  border: 0.02em solid silver;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.5em;
}

.autocomplete-search-box__dropdown-item__element img {
  border-radius: 50%;
  width: 100%;
}

.autocomplete-search-box__dropdown-item__group {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' style='width: 80px; height: 80px'%3E%3Cpath fill='%233B99FC' d='M155.27,391C71.44,334.42,45,133.49,146.83,133.49s185.06-77,251.36-16.33-43,116.12-73.35,165.13S239.11,447.52,155.27,391Z'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' style='width: 80px; height: 80px'%3E%3Cpath fill='%233B99FC' d='M155.27,391C71.44,334.42,45,133.49,146.83,133.49s185.06-77,251.36-16.33-43,116.12-73.35,165.13S239.11,447.52,155.27,391Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 2.8em;
  mask-size: 2.8em;
  display: block;
  flex: 0 2.5em;
}

.autocomplete-search-box mark {
  padding: 0;
  background-color: transparent;
  font-weight: 600;
}
