.autoComplete_wrapper>input {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    display: block;
    font-size: 16px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: inherit;
    border-radius: 0px;
    width: 100%;
    color : black;
    
}
.autoComplete_wrapper>ul>li mark {
  font-weight: normal;
}

.autoComplete_wrapper>input::placeholder{
  color: black;
}

.autoComplete_wrapper>input:hover {
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.12);
  transition: all .3s ease;
  -webkit-transition: all -webkit-transform .3s ease;
  color: black;
}

.autoComplete_wrapper>input:focus {
  color: rgba(0,0,0,.12);
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.12);
}