/* Remove powered by google from autocomplete*/

.pac-container .pac-logo .hdpi {
  width: 100%;
  left: 0;
}

.pac-container .pac-logo {
  width: 100%;
  left: 0;
}

.pac-container:after {
  content: none !important;
  box-shadow: none !important;
}

.pac-container {
  border-bottom: 1px solid #d9d9d9 !important;
  border-top: 0px solid #d9d9d9 !important;
  box-shadow: none !important;
  width: 100% !important;
  left: 0 !important;
  top: 50px !important;
  height: 100%;
  overflow-y: scroll;
  z-index: 999999;
}

.pac-container:empty {
  width: 100% !important;
}

.pac-item {
  border-bottom: 1px solid #d9d9d9 !important;
  border-top: 0px solid #d9d9d9 !important;
  padding:8px 0;
  display: grid;
  padding-left: 15px;
  box-shadow: none !important;
  grid-template-columns: 25px 100%;
}

.pac-item .pac-icon {
  background: #FBC648;
  font-size: 15px;
  color: #efeff4;
  height: 25px;
  width: 25px;
  background-image: url("../images/icons/map-market.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  /* justify-content: center; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* align-items: center; */
  /* margin-right: 15px; */
  box-shadow: none;
  /* padding-right: 25px; */
  /* padding-top: 10px; */
  margin-top: 12px;
}

.pac-item .pac-item-query {
  color: #adadad;
  font-size: 15px;
  box-shadow: none;
  padding-bottom: 10px;
}
.pac-item span:nth-of-type(2) {
  padding-left: 15px;
  color: #212121;
}

.pac-item span:nth-of-type(3) {
  color: #757575;
  font-size: 12px;
  padding-left: 40px;
  margin-top: -19px;
}

.pac-item:hover {
  background: #2142eb;
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
  box-shadow: none;
  border-bottom: 1px solid #2142eb;
}

.pac-item:hover .pac-item-query {
  color: #fff;
  box-shadow: none;
}

.pac-item:hover span:nth-of-type(3) {
  color: #fff;
}

.pac-matched {
  box-shadow: none;
  /* font-family: 'Poppins-Medium'; */
  color: #757575;
  font-weight: 500;
}

.pac-item:hover .pac-icon {
  background: #fff;
  color: #2142eb;
  background-image: url("../images/icons/map-market-blue.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}