.border-glow-container{position:relative;border-radius:.375rem}.border-glow-container:before{content:"";position:absolute;inset:0;border-radius:.375rem;padding:1px;background:linear-gradient(var(--angle),transparent 0,transparent 40%,white 50%,transparent 60%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:rotate 4s linear infinite}@property --angle{syntax:"<angle>";initial-value:0deg;inherits:false}@keyframes rotate{to{--angle:360deg}}@supports not (animation-timeline:scroll()){.border-glow-container:before{background:linear-gradient(var(--angle),transparent 0,transparent 40%,white 50%,transparent 60%,transparent 100%);animation:rotate 4s linear infinite}@keyframes rotate{0%{--angle:0deg}to{--angle:360deg}}}