.scroll-list-container{width:100%;position:relative}.scroll-list{max-height:400px;padding:8px;overflow-y:auto}.scroll-list::-webkit-scrollbar{width:8px}.scroll-list::-webkit-scrollbar-track{background:rgba(0,0,0,.3)}.scroll-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:4px}.scroll-list::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.item{background-color:rgba(255,255,255,.05);border-radius:6px;margin-bottom:.5rem;padding:8px 12px;transition:all .2s}.item:hover{background-color:rgba(255,255,255,.1)}.item.selected{background-color:rgba(255,255,255,.15)}.item-text{color:#fff;margin:0}.top-gradient{pointer-events:none;background:linear-gradient(rgba(0,0,0,.9),transparent);height:50px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.bottom-gradient{pointer-events:none;background:linear-gradient(transparent,rgba(0,0,0,.9));height:100px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}
