.scroll-list-container{flex-direction:column;width:100%;height:100%;display:flex;position:relative}.scroll-list{height:100%;padding-bottom:20px;overflow-y:auto}.scroll-list::-webkit-scrollbar{width:4px}.scroll-list::-webkit-scrollbar-track{background:0 0}.scroll-list::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.item{background-color:#0000;border-radius:8px;margin-bottom:0;padding:16px}.item.selected{background-color:#0000000d}.item-text{color:#fff;margin:0}.top-gradient{pointer-events:none;z-index:10;background:linear-gradient(#fff,#0000);height:30px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.bottom-gradient{pointer-events:none;z-index:10;background:linear-gradient(#0000,#fff);height:50px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}
