.scroll-list-container{position:relative;width:100%}.scroll-list{max-height:480px;overflow-y:auto;padding:12px}.scroll-list::-webkit-scrollbar{width:6px}.scroll-list::-webkit-scrollbar-track{background:#120f17;border-radius:4px}.scroll-list::-webkit-scrollbar-thumb{background:#b82e2e;border-radius:4px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.item{padding:16px;background-color:#161210;border:1px solid hsla(0,0%,100%,.1);border-radius:12px;margin-bottom:.75rem;transition:all .25s ease}.item:hover{border-color:rgba(184,46,46,.5);background-color:#1e1715}.item.selected{background-color:#241a18;border-color:#b82e2e}.item-text{color:#fff;margin:0;font-size:.95rem}.top-gradient{top:0;height:40px;background:linear-gradient(180deg,#161210,transparent)}.bottom-gradient,.top-gradient{position:absolute;left:0;right:0;pointer-events:none;transition:opacity .3s ease;z-index:10}.bottom-gradient{bottom:0;height:60px;background:linear-gradient(0deg,#161210,transparent)}