.shiny-text{position:relative;display:inline-block;overflow:hidden;color:white}.shiny-text.text-black{color:black!important}.shiny-text.text-white{color:white!important}.shiny-text.text-gray-900{color:rgb(17 24 39)!important}.shiny-text.text-gray-800{color:rgb(31 41 55)!important}.shiny-text:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:shine 3s ease-in-out infinite}.shiny-text.disabled{animation:none;background:none;-webkit-text-fill-color:inherit}@keyframes shine{0%{background-position:-200% 0}50%{background-position:200% 0}to{background-position:-200% 0}}