.scroll-list-container{width:500px;position:relative}.scroll-list{max-height:400px;padding:16px;overflow-y:auto}.scroll-list::-webkit-scrollbar{width:8px}.scroll-list::-webkit-scrollbar-track{background:#120f17}.scroll-list::-webkit-scrollbar-thumb{background:#2f293a;border-radius:4px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.item{background-color:#2f293a;border-radius:8px;margin-bottom:1rem;padding:16px}.item.selected{background-color:#2f293a}.item-text{color:#fff;margin:0}.top-gradient{pointer-events:none;background:linear-gradient(#120f17,#0000);height:50px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.bottom-gradient{pointer-events:none;background:linear-gradient(#0000,#120f17);height:100px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}
