.scroll-list-container{position:relative;width:100%}.scroll-list{max-height:520px;overflow-y:auto;display:flex;flex-direction:column;padding:4px 2px}.scroll-list::-webkit-scrollbar{width:6px}.scroll-list::-webkit-scrollbar-track{background:transparent}.scroll-list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:3px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.item{padding:16px;background-color:#141414;border:1px solid #222;border-radius:8px}.item.selected{background-color:#1c1c1c}.item-text{color:#e5e5e5;margin:0}.top-gradient{top:0;height:40px;background:linear-gradient(180deg,#0a0a0a,transparent);border-radius:8px 8px 0 0}.bottom-gradient,.top-gradient{position:absolute;left:0;right:0;pointer-events:none;transition:opacity .3s ease;z-index:2}.bottom-gradient{bottom:0;height:60px;background:linear-gradient(0deg,#0a0a0a,transparent);border-radius:0 0 8px 8px}