.animated-border{position:relative;border-radius:12px;overflow:hidden;z-index:1}.animated-border::before,.animated-border::after{content:"";position:absolute;inset:-3px;border-radius:inherit;background:conic-gradient(#008000 0deg,#00cc66 90deg,#0000ff 150deg,#0040ff 220deg,black 250deg,#008000 360deg);animation:spin 6s linear infinite;z-index:-1}.animated-border::before{filter:blur(25px)}.animated-border::after{-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:3px;box-sizing:border-box}@keyframes notspin{to{transform:rotate(180deg)}}