.scroll-list-container{flex-direction:column;flex:1;width:100%;min-height:0;display:flex;position:relative}.scroll-list{flex:1;min-height:0;max-height:100%;padding:16px;overflow-y:auto}.scroll-list::-webkit-scrollbar{width:6px}.scroll-list::-webkit-scrollbar-track{background:0 0}.scroll-list::-webkit-scrollbar-thumb{background:#a68cff33;border-radius:10px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.item{background-color:#17173266;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:.75rem;padding:12px;transition:background-color .2s,border-color .2s}.item.selected{background-color:#a68cff14;border-color:#a68cff4d}.item-text{color:#fff;margin:0;font-size:14px}.top-gradient{pointer-events:none;z-index:10;background:linear-gradient(#050510,#0000);height:60px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.bottom-gradient{pointer-events:none;z-index:10;background:linear-gradient(#0000,#050510);height:80px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}