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