.shiny-text{color:#ffffff;position:relative;display:inline-block;overflow:hidden}.shiny-text:after{content:"";position:absolute;top:0;left:-150%;width:250%;height:100%;background:linear-gradient(120deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.5) 50%,rgba(0,0,0,0) 60%);animation:shine-dark 5s linear infinite}@keyframes shine-dark{0%{left:-150%}to{left:150%}}.shiny-text.disabled:after{animation:none}