.custom-list::-webkit-scrollbar{width:4px;right:50px;margin-right:10px;position:absolute}.custom-list::-webkit-scrollbar-track{margin-right:10px;background:transparent}.custom-list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:2px;margin-right:10px;height:44px}.ticker-view{height:auto;margin:auto;display:flex;flex-direction:row-reverse;overflow:hidden;position:relative}.number-placeholder{visibility:hidden}.ticker-column-container{position:relative}.ticker-column{position:absolute;height:1000%;bottom:0;font-feature-settings:"tnum"}.ticker-digit{width:auto;height:10%}.ticker-column.increase{animation:pulseIncrement .5s cubic-bezier(.4,0,.6,1) 1}.ticker-column.decrease{animation:pulseDecrement .5s cubic-bezier(.4,0,.6,1) 1}@keyframes pulseIncrement{0%,to{color:inherit}50%{color:var(--increment-color)}}@keyframes pulseDecrement{0%,to{color:inherit}50%{color:var(--decrement-color)}}