.scroll-list-container{position:relative;width:100%;max-width:500px}.scroll-list{max-height:400px;overflow-y:auto;padding:16px}.scroll-list::-webkit-scrollbar{width:8px}.scroll-list::-webkit-scrollbar-track{background:#060606}.scroll-list::-webkit-scrollbar-thumb{background:#222;border-radius:4px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.item{padding:14px 16px;background-color:#0f0f14;border:1px solid hsla(0,0%,100%,.06);border-radius:10px;margin-bottom:.75rem;transition:background-color .2s ease,border-color .2s ease}.item.selected{background-color:#141419;border-color:rgba(249,115,22,.35)}.item-text{color:#f0f0f2;margin:0;font-size:13px;line-height:1.5}.top-gradient{top:0;height:50px;background:linear-gradient(180deg,#0a0a0e,transparent)}.bottom-gradient,.top-gradient{position:absolute;left:0;right:0;pointer-events:none;transition:opacity .3s ease}.bottom-gradient{bottom:0;height:100px;background:linear-gradient(0deg,#0a0a0e,transparent)}