.shiny-text{color:#fff;background:linear-gradient(120deg,hsla(0,0%,100%,.3) 40%,#fff 50%,hsla(0,0%,100%,.3) 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;animation:shine 5s linear infinite;position:relative}.shiny-text:before{content:attr(data-text);position:absolute;top:0;left:0;color:#fff;z-index:-1;-webkit-text-fill-color:#fff}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}