.autoComplete_wrapper{position:relative;display:inline-block;width:100%}.autoComplete_wrapper .autoComplete_list{display:block !important;position:absolute;top:100%;left:0;right:0;background-color:#fff;box-shadow:0 3px 6px rgba(149,157,165,.15);border:1px solid rgba(33,33,33,.07);z-index:1000;outline:none;opacity:0;list-style:none;text-align:left;font-size:1rem;color:#212121;transition:all .1s ease-in-out;white-space:nowrap;transition:all .2s ease}.autoComplete_wrapper .autoComplete_list.is-show{opacity:1}.autoComplete_wrapper .autoComplete_result{display:block !important;margin:.3rem !important;padding:.3rem .5rem;overflow:hidden;text-overflow:ellipsis}.autoComplete_wrapper .autoComplete_no_result{display:block !important;margin:.3rem !important;padding:.3rem .5rem;overflow:hidden;text-overflow:ellipsis;outline:none}.autoComplete_wrapper .autoComplete_result::selection{color:rgba(255,255,255,0);background-color:rgba(255,255,255,0)}.autoComplete_wrapper .autoComplete_result:hover{cursor:pointer;background-color:rgba(255,122,122,.15)}.autoComplete_wrapper .autoComplete_highlighted{color:#ff7a7a;font-weight:bold}.autoComplete_wrapper .autoComplete_highlighted::selection{color:rgba(255,255,255,0);background-color:rgba(255,255,255,0)}.autoComplete_wrapper .autoComplete_selected{cursor:pointer;background-color:rgba(255,122,122,.15)}

/*# sourceMappingURL=autocomplete.css.map*/