@keyframes dashFlow{to{stroke-dashoffset:-8px}}.animated-stroke{stroke:#9ca3af;stroke-dasharray:4 4;stroke-dashoffset:0;animation:1s linear infinite dashFlow}.animated-border{position:relative}.animated-border:before{content:"";border:1px solid #0000;pointer-events:none;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;border-radius:.5rem;position:absolute;inset:0}
