@keyframes cursor-blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.animate-cursor-blink{animation:cursor-blink 1s step-end infinite}