.-is-bet-down span,.-is-bet-up span{position:relative;z-index:1}.-is-bet-down:before,.-is-bet-up:before{animation:bet-highlight 1.5s cubic-bezier(.39,.58,.57,1) 1;content:"";height:250%;left:-100%;position:absolute;top:-100%;transform:rotate(33deg);transform-origin:170% 50%;width:70%}.-is-bet-up span{animation:bet-text-up-highlight 3.5s linear 1;animation-delay:.5s}.-is-bet-up:before{background:linear-gradient(90deg,#c0de8c00,#c0de8c)}.-is-bet-down span{animation:bet-text-down-highlight 3.5s linear 1;animation-delay:.5s}.-is-bet-down:before{background:linear-gradient(90deg,#ffd6d600,#ffd4d4)}.cyber-dashboard .c-bets__bet{min-height:auto}@keyframes bet-highlight{0%{transform:rotate(33deg) translateZ(0)}to{transform:rotate(33deg) translate3d(300%,0,0)}}@keyframes bet-text-up-highlight{0%,to{color:#323946}10%,90%{color:#1bcc00}}@keyframes bet-text-down-highlight{0%,to{color:#323946}10%,90%{color:#f04c44}}