.shiny-text{position:relative;display:inline-block;color:#fff;overflow:hidden}.shiny-text:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(-120deg,transparent 35%,hsla(0,0%,67%,.85) 50%,transparent 65%);-webkit-background-clip:text;background-clip:text;color:transparent;background-size:250% 100%;animation:shine 4.5s linear infinite}@keyframes shine{0%{background-position:150%}33%{background-position:75% 0}to{background-position:-50%}}.shiny-text.disabled:after{animation:none}