.b-search-address {
  padding: 15px;
}
.b-search-address__content {
  width: 500px;
  margin: 0 auto;
}
.b-search-address__input-wrapper {
  position: relative;
}
.b-search-address__input-wrapper input {
  display: block !important;
  width: 100%;
  height: 32px;
  padding-left: 6px;
  padding-right: 35px;
  background-color: white;
  border: 1px solid #848484;
  font-size: 18px;
  line-height: 32px;
  border-radius: 5px;
  outline: 0;
  color: #444;
}
.b-search-address__input-wrapper .angucomplete-dropdown {
  width: 95%;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  color: #747474;
}
.b-search-address__input-wrapper .angucomplete-row {
  color: #747474;
}
.b-search-address__input-wrapper .angucomplete-selected-row {
  background-color: #E8E8E8;
  color: #747474;
}
.b-search-address__icon {
  position: absolute;
  top: 9px;
  right: 10px;
  color: #6EBB25;
  cursor: pointer;
}
.b-search-address__error {
  color: #F44336;
  line-height: 14px;
  line-height: 14px;
  margin: 0;
  padding: 10px 0;
}

.b-search-loader__h {
  font-size: 18px;
  font-weight: 900;
  color: #333;
  margin-bottom: 0;
}
.b-search-loader__loader {
  width: 30px;
  height: 30px;
}
/*# sourceMappingURL=search-address.css.map */
