/* Autocomplete Search */
.autocomplete-suggestions {text-align: left; cursor: default; background: #fff;position: absolute; display: none; overflow: hidden; overflow-y: auto; box-sizing: border-box;z-index: 9999999;max-height:70vh; max-width:450px; box-shadow:none;border:none; margin-top:8px;}
.autocomplete-suggestion a { line-height: 12px;}
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected {background: #f1f1f1;cursor:pointer;border-radius:5px;transition: background-color 0.5s ease;}
.autocomplete-suggestions.sticky {background: none;}
.autocomplete-suggestions.sticky .autocomplete-suggestion, .autocomplete-suggestions.sticky .autocomplete-suggestion a {background: none;color: white;border: none;}
.autocomplete-suggestions.sticky .autocomplete-suggestion a img {background: #fff;padding: 4px;border-radius: 5px;}
.autocomplete-suggestions.sticky .autocomplete-suggestion:hover {background: #474747;}
/*.autocomplete-suggestion.selected:after {content:" GO >"; padding:0 5px; background:#EA0029; margin-left:5px;color:white;border-radius:5px;}*/
.autocomplete-suggestions::-webkit-scrollbar {width: 10px;}
.autocomplete-suggestions::-webkit-scrollbar-track {box-shadow: inset 0 0 3px grey; border-radius: 5px;}
.autocomplete-suggestions::-webkit-scrollbar-thumb {background: #666; border-radius: 5px;}
.autocomplete-suggestions::-webkit-scrollbar-thumb:hover {background: #b30000; }
#autoSearchButton {
    color: white;
    background: #c5b08b;
    margin:5px 5px 5px -7px;
    width: 74px;
    height: 35px;
    border: 2px solid #c5b08b;
	}
div#autoSearchButton a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 18px;
    color: white;
}
.autocomplete-suggestion {background:#fff;transition: background-color 0.5s ease;border:solid 1px #fff;position: relative; padding: 3px .6em; line-height: 23px; /*white-space: nowrap;*/ overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333;display: flex;align-items: center;margin: 0.5em;}
.searchstring {padding-left: 1em;max-width: 260px;}	
.searchInput { width:70vw !important; max-width:450px; }
#searchInput { width:70vw !important; max-width:450px; }







.search-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-input {
  flex: 1;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  box-sizing: border-box;
}

.search-icon-btn {
  position: static;
  width: 74px;
  height: 35px;
  line-height: 35px; 
  padding: 0;
  box-sizing: border-box;

  display: flex;              
  align-items: center;        
  justify-content: center;    
}

/* End Autocomplete Search */

