@keyframes dashFlow{to{stroke-dashoffset:-8}}.animated-stroke{stroke:#9ca3af;stroke-dasharray:4 4;stroke-dashoffset:0;animation:dashFlow 1s linear infinite}.animated-border{position:relative}.animated-border:before{content:"";position:absolute;inset:0;border-radius:.5rem;border:1px solid transparent;border-image-source:url("data:image/svg+xml;utf8,    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'>      <rect x='1' y='1' width='98' height='98'         fill='none' stroke='%239ca3af' stroke-width='2'         stroke-dasharray='1 1'>        <animate attributeName='stroke-dashoffset' from='0' to='-8' dur='1s' repeatCount='indefinite' />      </rect>    </svg>");border-image-slice:1;border-image-repeat:round;pointer-events:none}