.scroll-list-container{position:relative;width:100%}.scroll-list{max-height:600px;overflow-y:auto;padding:0}.scroll-list::-webkit-scrollbar{width:8px}.scroll-list::-webkit-scrollbar-track{background:#1a1a1a}.scroll-list::-webkit-scrollbar-thumb{background:rgba(225,109,60,.5);border-radius:4px}.scroll-list::-webkit-scrollbar-thumb:hover{background:rgba(225,109,60,.7)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.item{padding:16px;background-color:rgba(26,26,26,.5);border-radius:8px;margin-bottom:1rem}.item.selected{background-color:rgba(225,109,60,.1);border-left:3px solid #e16d3c}.item-text{color:#e8ddbf;margin:0}.top-gradient{top:0;height:50px;background:linear-gradient(180deg,rgba(26,26,26,.95),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,rgba(26,26,26,.95),transparent)}