#result {
  z-index: 2;
  position: absolute;
  top: 50px;
  background-color: #000;
  /* overflow-y: scroll;
  height: 50vh; */
}
#result a {
  text-decoration: none;
  color: #fff;
}
h5 {
  color: #fff !important;
}
#username {
  display: flex !important;
  align-items: center;
  margin-right: 10px !important;
}
#username i {
  margin-right: 5px !important;
}
@media screen and (max-width: 991px) {
  #result {
    top: 330px;
  }
}
