.scroll-list-container{position:relative;width:100%}.scroll-list{max-height:400px;overflow-y:auto;padding:4px}.scroll-list::-webkit-scrollbar{width:6px}.scroll-list::-webkit-scrollbar-track{background:#120f17;border-radius:4px}.scroll-list::-webkit-scrollbar-thumb{background:#2f293a;border-radius:4px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.item{padding:16px;background-color:#2f293a;border-radius:8px;margin-bottom:.5rem}.item.selected{background-color:#3b334a}.item-text{color:#fff;margin:0}.top-gradient{position:absolute;top:0;left:0;right:0;height:30px;background:linear-gradient(to bottom,#000000,transparent);pointer-events:none;transition:opacity .3s ease;z-index:20}.bottom-gradient{position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to top,#000000,transparent);pointer-events:none;transition:opacity .3s ease;z-index:20}.animated-gradient-text{position:relative;margin:0 auto;display:flex;max-width:fit-content;flex-direction:row;align-items:center;justify-content:center;border-radius:1.25rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:box-shadow .5s ease-out;overflow:hidden;cursor:pointer}.animated-gradient-text.with-border{padding:.35rem .75rem}.gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;z-index:0;pointer-events:none}.gradient-overlay:before{content:"";position:absolute;border-radius:inherit;width:calc(100% - 2px);height:calc(100% - 2px);left:50%;top:50%;transform:translate(-50%,-50%);background-color:#120f17;z-index:-1}.text-content{display:inline-block;position:relative;z-index:2;background-clip:text;-webkit-background-clip:text;color:transparent}
