.shiny-text{color:rgba(255,215,0,.3);background:linear-gradient(120deg,rgba(255,215,0,0) 40%,rgba(255,215,0,.6) 50%,rgba(255,215,0,0) 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 5s linear infinite;transition:all .3s ease}.group:hover .shiny-text{animation:none;background:none;-webkit-background-clip:initial;background-clip:initial;color:#FFD700!important}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}