.scroll-list-container{position:relative;width:100%}.scroll-list{position:relative;max-height:600px;overflow-y:auto;padding:16px;overscroll-behavior-y:auto;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable both-edges;scroll-behavior:smooth}.scroll-list::-webkit-scrollbar{width:8px}.scroll-list::-webkit-scrollbar-track{background:transparent}.scroll-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.scroll-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.item{margin-bottom:1rem;transition:transform .2s ease,box-shadow .2s ease}.item.selected{transform:scale(1.02);box-shadow:0 10px 25px rgba(15,23,42,.12)}.animated-item{will-change:transform,opacity}.item-text{margin:0}.top-gradient{top:0;height:50px;background:linear-gradient(180deg,#fff,transparent)}.bottom-gradient,.top-gradient{position:absolute;left:0;right:0;pointer-events:none;transition:opacity .3s ease;z-index:10}.bottom-gradient{bottom:0;height:100px;background:linear-gradient(0deg,#fff,transparent)}