:root{--border-animation-color:rgba(237, 21, 21, 0.8);--border-animation-speed:4s;--border-animation-width:2px}@property --border-animation-angle{syntax:"<angle>";initial-value:0turn;inherits:false}@keyframes borderRotate{to{--border-animation-angle:1turn}}.ct-border-animation{position:relative}.ct-border-animation:after{pointer-events:none;content:"";position:absolute;inset:calc(var(--border-animation-width) * -1);border-radius:inherit;border:solid #fff0;border-width:var(--border-animation-width);animation:borderRotate var(--border-animation-speed) linear infinite;background:conic-gradient(from var(--border-animation-angle),transparent 70%,var(--border-animation-color) 90%,var(--border-animation-color) 100%) border-box;background-clip:border-box;background-origin:border-box;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}