.scroll-list-container{position:relative}.scroll-list{max-height:400px;overflow-y:auto;padding:16px}.scroll-list::-webkit-scrollbar{width:8px}.scroll-list::-webkit-scrollbar-track{background:#113f30}.scroll-list::-webkit-scrollbar-thumb{background:#05df72;border-radius:4px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.item{padding:16px;border-radius:8px;margin-bottom:1rem}.item.selected{background-color:#271e37}.item-text{color:white;margin:0}.top-gradient{top:0;height:20px;background:linear-gradient(180deg,#113f30,transparent)}.bottom-gradient,.top-gradient{position:absolute;left:0;right:0;pointer-events:none;transition:opacity .3s ease}.bottom-gradient{bottom:0;height:30px;background:linear-gradient(0deg,#113f30,transparent)}