.glow-effect{position:relative;display:inline-block;overflow:visible}.glow-effect:after{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;background:linear-gradient(45deg,#ec4899,#3b82f6,#ec4899);background-size:400% 400%;filter:blur(8px);opacity:0;transition:opacity .8s ease;border-radius:.375rem;z-index:0}.glow-effect:focus-within:after{opacity:1;animation:svelte-1et3rcw-glow-animation 2s linear infinite}.glow-effect>input{position:relative;z-index:1}@keyframes svelte-1et3rcw-glow-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
