.fg-dropdown-country-search,
.fg-dropdown-place-search,
.fg-dropdown-user-search,
.fg-dropdown-store-search,
.fg-dropdown-category-search {
  position: relative;

  display: block;

  padding: 8px 15px;
  margin-bottom: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;

  border: none;
  background-color: #FFFFFF;
}

.fg-dropdown-search-fullpage-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.fg-dropdown-typeahead-search-input {
  display: block;

  width: 95%;
  height: 34px;

  padding: 6px 12px 6px 0;

  background: transparent;
  border: none;
  box-shadow: none;
  color: #000000;

  font-size: 15px;
  line-height: 1.4;
}

.fg-dropdown-typeahead-search-input--blue {
  color: #5c68a4;
}

.fg-dropdown-typeahead-search-input--has-result {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fg-dropdown-typeahead-search-clear-button {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1200;

  margin: 1px 0 0;
  padding: 0;

  border: none;
  background-color: transparent;
  color: #777777;

  font-size: 12.5px;
  line-height: 1;

  transform: translateY(-50%);
  transition: color .4s ease;
}

.fg-dropdown-typeahead-search-clear-button:hover {
  color: #000000;
}

.fg-dropdown-typeahead-search-result-list {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1300;

  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;

  width: 100%;
  max-height: 365px;

  padding: 15px 10px;
  margin: 42px 0 0;
  border-radius: 0 0 5px 5px;

  border: none;
  background-color: rgba(34, 36, 38, 1);
  box-shadow: none;

  font-size: 14px;
  text-align: left;
  list-style: none;

  transition: opacity .4s ease, visibility .4s ease;
}

.fg-dropdown-typeahead-search-result-list.ng-hide {
  opacity: 0;
  visibility: hidden;
}

.fg-dropdown-typeahead-search-result-item {
  position: relative;
  z-index: 2;

  display: block;

  padding: 0;
  margin-left: 0;

  cursor: pointer;
}

.fg-dropdown-typeahead-search-result-info {
  position: relative;

  display: flex;
  align-items: center;
  overflow: hidden;

  padding: 15px 15px 0 0;

  color: #999999;
  background: none;
}

.fg-dropdown-typeahead-search-result-item:first-child .fg-dropdown-typeahead-search-result-info {
  padding-top: 0;
}

.fg-dropdown-typeahead-search-result-info:after {
  position: absolute;
  right: 0;
  top: 0;

  width: 15px;
  height: 100%;

  background-image: linear-gradient(to right, rgba(34, 36, 38, 0) 30%, rgba(34, 36, 38, .6) 37%, rgba(34, 36, 38, .9) 50%, rgba(34, 36, 38, 1) 100%);

  content: "";
  pointer-events: none;
}

.fg-dropdown-typeahead-search-result-item-avatar-img {
  flex: 0 0 35px;

  opacity: 0;

  width: 35px;
  height: 35px;

  transition: opacity .4s ease;
}

.fg-dropdown-typeahead-search-result-item-avatar-img--visible {
  opacity: 1;
}

.fg-dropdoen-typeahead-search-result-item-avatar-img--circle {
  border-radius: 50%;
}

.fg-dropdown-typeahead-search-result-item-label {
  display: inline-block;

  margin-left: 16px;
  border-bottom: 1px solid transparent;

  white-space: nowrap;
}

.fg-result-highlighted-text {
  color: #FFFFFF;

  font-weight: 400;
  font-style: normal;
}

.fg-dropdown-typeahead-search-result-item-label--active {
  border-bottom: 1px solid #08B58E;
}

.fg-dropdown-typeahead-country-search-result-item-label {
  color: #FFFFFF;
}

.dropdown-menu-google-html-attributions {
  margin: 3px 16px 0;

  color: #777777;

  font-size: 9px;
}
