.currency-list[data-v-3d4f43a4]{display:flex;align-items:center;gap:10px}.currency-list__all-wrapper[data-v-3d4f43a4],.currency-list__pinned-wrapper[data-v-3d4f43a4]{min-height:25px;margin-bottom:15px;display:flex}.currency-list__all-wrapper[data-v-3d4f43a4]{position:relative;overflow:hidden}.currency-list__all-wrapper[data-v-3d4f43a4]:after,.currency-list__all-wrapper[data-v-3d4f43a4]:before{content:"";height:100%;top:0;width:10%;position:absolute;z-index:1;pointer-events:none}.currency-list__all-wrapper[data-v-3d4f43a4]:before{left:0;background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.currency-list__all-wrapper[data-v-3d4f43a4]:after{right:0;background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff)}.currency-list__all[data-v-3d4f43a4]{flex-shrink:0;display:flex;gap:4px;justify-content:space-around;min-width:100%}.currency-list__item[data-v-3d4f43a4]{position:relative;min-width:40px;padding:5px;border-radius:4px;border:1px solid #f7f9ff;color:#292929;font-size:14px;font-weight:500;line-height:normal;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .1s ease-in-out}.currency-list__item-content[data-v-3d4f43a4]{display:flex;gap:5px}.currency-list__item[data-v-3d4f43a4]:hover{cursor:pointer;background:#f7f9ff}.marquee[data-v-3d4f43a4]{animation:scroll-3d4f43a4 100s linear infinite}.currency-list__all-wrapper:hover .marquee[data-v-3d4f43a4]{animation-play-state:paused}@keyframes scroll-3d4f43a4{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - 20px))}}