.TestButton-module__WkSVEa__container{text-align:center;width:130px;height:40px}.TestButton-module__WkSVEa__button{color:#0000;letter-spacing:1px;cursor:pointer;background:#fff;-webkit-background-clip:text;background-clip:text;border:4px solid #0000;border-radius:40px;outline:none;width:130px;height:40px;font-size:12px;font-weight:900;transition:all .25s;position:relative}.TestButton-module__WkSVEa__button:before{content:"";z-index:-1;filter:blur(5px);opacity:1;background:linear-gradient(45deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red) 0 0/400%;border-radius:10px;width:calc(100% + 4px);height:calc(100% + 4px);transition:opacity .3s ease-in-out;animation:20s linear infinite TestButton-module__WkSVEa__glowing;position:absolute;top:-2px;left:-2px}.TestButton-module__WkSVEa__button:after{content:attr(data-label)}.TestButton-module__WkSVEa__button:active{letter-spacing:2px}.TestButton-module__WkSVEa__onclick{border-width:3px;border-color:#0000;width:40px;font-size:0;animation:2s linear .25s infinite TestButton-module__WkSVEa__rotating}.TestButton-module__WkSVEa__onclick:after{content:"";background:0 0}.TestButton-module__WkSVEa__validate{color:#fff;font-size:13px}.TestButton-module__WkSVEa__validate:after{content:"✔"}@keyframes TestButton-module__WkSVEa__glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}@keyframes TestButton-module__WkSVEa__rotating{0%{transform:rotate(0)}to{transform:rotate(360deg)}}