.ActiveMarkets{width:100%;max-width:672px;margin:0 auto;padding:0 24px;box-sizing:border-box;position:relative}.ActiveMarkets__list{margin:0;padding:0 150px 0 0;list-style-type:none;display:flex;gap:4px;overflow-y:scroll}@media(max-width:800px){.ActiveMarkets__list{padding-right:75px}}.ActiveMarkets__list:after{position:absolute;content:"";width:146px;height:100%;right:0;background:linear-gradient(90deg,rgba(0,0,0,0),#000 40.38%,#000 59.13%);box-sizing:border-box}@media(max-width:800px){.ActiveMarkets__list:after{width:75px}}.ActiveMarkets__list>li{padding:8px 16px;cursor:pointer;box-sizing:border-box;text-wrap:nowrap;position:relative}.ActiveMarkets__list>li[data-selected=true]{font-weight:700;color:#d0f08b}.ActiveMarkets__list>li:after{content:attr(data-text);position:absolute;top:0;left:0;font-weight:700;opacity:0;transition:opacity .15s ease;pointer-events:none;white-space:nowrap;width:100%;height:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.ActiveMarkets__list>li:hover:after{opacity:1}