/* ************************ Autocomplete Start ************************ */
.react-autosuggest__container--open .react-autosuggest__suggestions-container { display: block; position: absolute; max-height: 360px; width: 100%; border: 1px solid #aaa; background-color: #fff; color: #000; font-family: Helvetica, sans-serif; font-weight: 300; font-size: 16px; border-radius: 0px; z-index: 6; overflow: auto; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.react-autosuggest__input { width: 240px; height: 30px; padding: 10px 20px; font-family: Helvetica, sans-serif; font-weight: 300; font-size: 16px; border: 1px solid #aaa; border-radius: 4px; }
.react-autosuggest__container--open .react-autosuggest__input { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.react-autosuggest__container--open a { text-decoration: none; color: #212529; }
.react-autosuggest__container { position: relative; }
.react-autosuggest__input:focus { outline: none; }
.react-autosuggest__suggestions-container { display: none; }
.react-autosuggest__suggestions-list::before { content: ''; }
.react-autosuggest__suggestions-list { margin: 0; padding: 0; list-style-type: none; }
.react-autosuggest__suggestions-list li a:hover { text-decoration: none; }
.react-autosuggest__suggestion { cursor: pointer; }
.react-autosuggest__suggestion:not(:first-child) { border-top: 1px solid #ddd; }
.react-autosuggest__suggestion:hover { background-color: #0e2775; color: #fff; }
.react-autosuggest__suggestion--highlighted { background-color: #0e2775; color: #fff; }
.react-autosuggest__suggestion--focused .highlight { color: #120000; }
.suggestion-content { display: flex; align-items: center; background-repeat: no-repeat; }
.suggestion-content:hover { color: #FFFFFF; }
.suggestion-content:hover .suggestion-highlight { color: #FFFFFF; }
.suggestion-name { margin-left: 10px; line-height: 34px; font-size: 14px; }
.suggestion-highlight { font-weight: bold; }
.react-autosuggest__suggestion--highlighted .suggestion-content { color: #FFFFFF; }
.search-border { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; }
/* ************************ Autocomplete End ************************ */
