.scroll-list-container{position:relative;width:500px}.scroll-list{max-height:400px;overflow-y:auto;padding:16px 0}.scroll-list::-webkit-scrollbar{width:8px}.scroll-list::-webkit-scrollbar-track{background:#060010}.scroll-list::-webkit-scrollbar-thumb{background:#271e37;border-radius:4px}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.item{padding:16px;background-color:#253247;border-radius:8px;margin-bottom:-5px!important}.item.selected{background-color:#1a2537}.item-content{display:flex;align-items:center;width:100%}.item-text{color:#fff;margin:0;flex:1 1}.tick-icon{animation:tickFadeIn .2s ease-in-out}@keyframes tickFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}