body{background:linear-gradient(to top,#6a15d7 0%,#a6c1ee 100%)}#app{display:flex;flex-direction:column;justify-content:center;align-items:center}#app>input{margin-bottom:254px}.autocomplete-input{height:40px;width:300px;border-radius:5px;border:none;padding:5px 10px;border:1px solid #eeeeee;box-shadow:0 10px 15px -3px #0000001a;outline:none}.autocomplete-dropdown{position:absolute;left:0;padding:0;border:1px solid #eeeeee;border-radius:5px;transition:all .3s ease-in-out;overflow:hidden;background-color:#fff;max-height:350px;overflow-y:scroll}.autocomplete-dropdown li{list-style:none;text-align:left;padding:10px;border-bottom:1px solid #eee}.autocomplete-dropdown li:hover,.autocomplete-dropdown li[item-selected=true]{background-color:#eee;cursor:pointer}.results{font-size:24px;font-weight:700;min-height:20px;margin:20px;color:#fff}.user-list-item{display:flex;flex-direction:column}.user-list-item .name{font-weight:700}.user-list-item .username{font-size:16px}
