.border-animation{height:inherit;border-radius:16px;overflow:hidden}.border-animation:before{content:"";position:absolute;height:inherit;inset:0;z-index:0;border-radius:inherit;padding:2px;background:linear-gradient(90deg,#00bdde,#ffffff 25%,#6541f2 50%,#ffffff 75%,#00bdde);background-size:300% 300%;animation:border-move 3s linear infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none}@keyframes border-move{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}