.scroll-list-container{width:100%;position:relative}.scroll-list{max-height:var(--animated-list-max-height,320px);padding:8px 4px;overflow-y:auto}.scroll-list::-webkit-scrollbar{width:6px}.scroll-list::-webkit-scrollbar-track{background:0 0}.scroll-list::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:999px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.animated-list-item{border-radius:10px;transition:background-color .15s}.animated-list-item.selected{background-color:#27272a99}.top-gradient{pointer-events:none;z-index:1;background:linear-gradient(#09090b,#0000);height:40px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.bottom-gradient{pointer-events:none;z-index:1;background:linear-gradient(#0000,#09090b);height:48px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}
