.result {
  position: relative;
  display: inline-block;
}

.strong {
  color: black;
}

#UsuserIDs {
  background-color: #eee;
  border: none;
  border-radius: 30px;
  font-size: 1.7em;
  padding: 10px 25px;
  outline: none;
  width: 90%;
}

.lista_autocompletar-items {
  color: #ccc;
  position: adsolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  z-index: 99;
  top: 100%;
  left: 20px;
  right: 0;
  width: 93%;
}

.lista_autocompletar-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.lista_autocompletar-items div:hover {
  background-color: dodgerblue;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #d4d4d4;
}

.acomple-active {
  background-color: dodgerblue;
  color: #a1caff;
}

.acomple-active strong {
  color: #FFF;
}

