.parent-google-logo {

    position: relative;

}
.ui-autocomplete::-webkit-scrollbar {
  width: 3px;
}
 
.ui-autocomplete::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #fff;
}
 
.ui-autocomplete::-webkit-scrollbar-thumb {
  background-color: gray;
  outline: 0px solid slategrey;
}
.pac-item-active.advance-pac-item {
    background-color: #eef9fc;
}

.pac-item-active.advance-pac-item::before {
    content: "";
    background-image: url('../../assets/img/gps-map.svg');
}

.advance-pac-parent {
    position: absolute;
    overflow: auto;
    background: #ffffff;
    /* padding: 0px 0 15px; */
    max-height: 200px;
    overflow-y: auto;
   
    z-index: 99;
    box-shadow: 0px 0px 0px 2px #c7c6c5, 0px 0 4px #343434;
}

.advance-pac-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: normal;
  line-height: 30px;
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
  text-align: left;
  color: #999;
  background-color: #fff;
  margin: 0px;
  flex-wrap: wrap;
}

.advance-pac-icon {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 10px;
    display: inline-table;
    vertical-align: top;
    /* background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png); */
    background-image: url('../../assets/img/gps-map.svg');
    background-size: 15px;
    background-repeat: no-repeat;
}

.advance-pac-item-query {
  font-size: 13px;
  padding-right: 3px;
  color: #757575;
  white-space: normal;
  display: flex;
  line-height: 20px;
  padding: 10px 0px 6px;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  flex-direction: column;
  width: calc(100% - 40px);
}

.advance-pac-matched {
    font-weight: 700;
    line-height: 20px;
    padding: 0 0 3px;
    color: #000;
}

.advance-pac-improve-result {
  background-color: #FFEE91;
}

.advance-pac-item-improve-result {
    color: #333333;
    font-size: 14px;
    padding-left: 35px;
    padding-right: 10px;
    width: 100%;
}

.advance-pac-item-improve-result .advance-pac-matched {
    font-weight: normal;
}

.advance-pac-item-improve-result .advance-pac-click-hint {
  font-weight: 700;
}

.advance-container-google-logo {
    display: flex;
    position: sticky;
    width: 100%;
    justify-content: flex-end;
    bottom: 0px;
}

.advance-container-google-logo img{
  position: sticky;
  background:#fff;
  padding: 15px;
}

.advance-pac-item span:nth-child(3) {
    white-space: normal;
    margin: 0 0 0 0px;
    line-height: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.spinner {
    margin: 17px auto 0;
    width: 40px;
    text-align: center;
  }
  
  .spinner > div {
    width: 5px;
    height: 5px;
    background-color: #b9b3b7;
  
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  
  @-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bouncedelay {
    0%, 80%, 100% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }
  .result_place_order_pop_up{
    width: 100% !important;
  }
  /* .last_position{ */
	  /* margin-bottom:20px; */
  /* } */
  
  
  
  
  .ui-widget-content:nth-last-child(2) {
     margin-bottom:20px !important;
}

  .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px; 
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    /* padding: 4px 0; */
    padding: 0 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

/* .ui-menu-item {
    display: flex;
	justify-content: flex-start;
	align-items: center;
	white-space: normal;
    margin: 10 20px 10 20px !important;
	line-height: 30px;
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
	text-align: left;
	color: #999;
	background-color: #fff;
	margin: 0px;
	flex-wrap: wrap;
} */

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-state-active.ui-button:hover {
	background-color: #eef9fc !important;
	color: #1c1c1c !important;
    margin: 10 20px 10 20px !important;
}


.ui-autocomplete {  cursor: default;z-index:99999999999 !important;}  

.advance-pac-improve-result.ui-state-active {
  background-color: #FFEE91 !important;
}