.atwho-view{position:absolute;top:0;left:0;display:none;margin-top:5px;background:var(--bg-tertiary);color:var(--color-white);border:1px solid var(--bg-quaternary);border-radius:var(--rounded);box-shadow:0 10px 25px rgba(0,0,0,.5);min-width:180px;max-height:250px;overflow:auto;z-index:11110!important;font-family:var(--fonts);padding:0}.atwho-view .cur{background:var(--bg-primary);color:#fff}.atwho-view ul{list-style:none;padding:0;margin:0}.atwho-view ul li{display:flex;align-items:center;padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.05);cursor:pointer;transition:background .2s ease}.atwho-view ul li:last-child{border-bottom:none}.atwho-view strong{color:inherit;font-weight:500;font-size:13px;margin-left:8px}.am_avatar_img{height:30px;width:30px;background-size:cover;background-position:center;border-radius:var(--rounded-circle);border:1px solid rgba(255,255,255,.1)}.atwho-view::-webkit-scrollbar{width:5px}.atwho-view::-webkit-scrollbar-track{background:var(--bg-secondary)}.atwho-view::-webkit-scrollbar-thumb{background:var(--bg-quaternary);border-radius:10px}