.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:#060010}.scroll-list::-webkit-scrollbar-thumb{background:#271e37;border-radius:4px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.item{background-color:#170d27;border-radius:8px;margin-bottom:1rem;padding:16px}.item.selected{background-color:#271e37}.item-text{color:#fff;margin:0}.top-gradient{pointer-events:none;background:linear-gradient(#060010,#0000);height:50px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.bottom-gradient{pointer-events:none;background:linear-gradient(#0000,#060010);height:100px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}
