.button{padding:0 1rem;display:inline-flex;border:none;min-width:120px;min-height:32px}.button,.button-text{position:relative;border-radius:12px}.button-text{z-index:1;display:flex;justify-content:center;align-items:center}.button-background{position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:12px;background:linear-gradient(-90deg,#007cf0,#00dfd8,#ff0080,#007cf0);background-size:400% 100%;border:none;padding:0;margin:0;animation:backgroundAnimation 8s ease-in-out infinite}@keyframes backgroundAnimation{50%{background-position:140% 50%;transform:skew(-2deg)}}.button-background:after{content:"";position:absolute;background-size:inherit;background-image:inherit;-webkit-animation:inherit;animation:inherit;left:0;right:0;top:2px;height:100%;filter:blur(.5rem);border-radius:12px}