.auto-wrapper {
  display: flex;
  align-items: flex-start;
}
.auto-wrapper .img-wrap {
  display: flex;
  margin-right: 6px;
}
.auto-wrapper .text-content {
  font-size: 13px;
  color: #333;
  margin: 0 5px;
}
.autocomplete-wrapper .MuiAutocomplete-option {
  position: relative;
  padding: 0 !important;
  flex-direction: column;
  border-top: 1px solid #e6e6e6;
  align-items: flex-start !important;
}

.autocomplete-wrapper .MuiAutocomplete-option .auto-wrapper {
  padding: 6px 0 6px 30px;
  width: 100%;
  box-sizing: border-box;
}

.autocomplete-wrapper .MuiAutocomplete-option:hover {
  background: #e9e9e9 !important;
}
.autocomplete-wrapper .MuiAutocomplete-option .auto-wrapper .img-wrap {
  background: url("https://bst-staging-public.s3.us-west-2.amazonaws.com/map-icon-gray.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  width: 22px;
  height: 22px;
}
.autocomplete-wrapper .MuiAutocomplete-option.Mui-focusVisible .auto-wrapper .img-wrap {
  background: url("https://bst-staging-public.s3.us-west-2.amazonaws.com/map-icon-red.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  width: 22px;
  height: 22px;
}
.autocomplete-wrapper .MuiAutocomplete-option:last-child {
  padding: 0 0px 0px 0 !important;
}
.autocomplete-wrapper .MuiAutocomplete-option:last-child:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 18px;
  box-sizing: border-box;
  text-align: right;
  display: block;
  background-image: url("https://bst-staging-public.s3.us-west-2.amazonaws.com/batch-service-power-by.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 175px 20px;
  width: 100%;
  margin: -2px 0 0 -2px;
}
.autocomplete-wrapper .MuiAutocomplete-popper .MuiAutocomplete-paper {
  border-radius: 6px;
  border-top: 1px solid #d9d9d9;
  font-family: Arial,sans-serif;
  box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 180px;
  overflow: hidden;
}
.autocomplete-wrapper .MuiAutocomplete-popper .MuiAutocomplete-paper .MuiAutocomplete-listbox {
  padding: 0;
  max-height: 180px;
  overflow: auto;
}
.custom-autocomplete .MuiAutocomplete-endAdornment .MuiAutocomplete-popupIndicator {
  display: none;
}
.custom-autocomplete .spinner {
  color: #478fc5;
  padding: 0 15px;
}
.custom-autocomplete .MuiTextField-root .MuiAutocomplete-inputRoot {
  padding: 0 16px 0 10px !important;
}
.autocomplete-wrapper .MuiAutocomplete-option.Mui-focusVisible .auto-wrapper {
  background: #cbe2f8 !important;
}
.autocomplete-wrapper .MuiAutocomplete-option.Mui-focusVisible {
  background: transparent !important;
}
.custom-autocomplete .MuiFormControl-root .MuiOutlinedInput-root fieldset {
  display: none;
}
.custom-autocomplete .MuiFormControl-root .MuiOutlinedInput-root:focus-within, .custom-autocomplete .MuiFormControl-root .MuiOutlinedInput-root:focus {
  border: 1px solid #d1d1d1;
  background: #f1f1f1;
}
.recent-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.recent-title {
  display: flex;
  align-items: center;
  
  padding: 5px 16px;
} 
.recent-title h6 {
  font-weight: 600;
  line-height: 2px;
  font-size: 15px;
  margin-left: 5px;
  color: #454545;
  margin-top: 0;margin-bottom: 0;
}
.recent-wrapper .MuiAutocomplete-option {
  width: 100%;

}
.recent-wrapper .recent-img {
  background: url("https://bst-staging-public.s3.us-west-2.amazonaws.com/recent-history.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.auto-wrapper-recent {
  display: flex;
  padding: 3px 16px;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 32px);
}

.auto-wrapper-recent .text-content {
  color: #454545;
  font-size: 15px;
}
  
.img-wrap-recent {
  background:url("https://bst-staging-public.s3.us-west-2.amazonaws.com/north_west.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}