.shiny-button{cursor:pointer;background-color:#2b4c7e;border-image:initial;border-radius:50px;padding:.4em 1.2em;transition:.3s;max-width:250px;width:fit-content}.shiny-text{color:#e1e1e1c5;background:linear-gradient(120deg,rgba(255,255,255,0) 40%,rgba(255,255,255,.8) 50%,rgba(255,255,255,0) 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 5s linear infinite}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}