.animated-svg{width:30px;height:30px;display:block}.path-animate{stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw-path 2s ease forwards,flowing-color 4s linear infinite}.circle-animate{opacity:0;animation:fade-in 1s ease forwards;animation-delay:1s}@keyframes draw-path{to{stroke-dashoffset:0}}@keyframes fade-in{to{opacity:1}}@keyframes flowing-color{0%{stroke:#00ff00}25%{stroke:#00bfff}50%{stroke:#0000ff}75%{stroke:#ff00ff}to{stroke:#00ff00}}