@keyframes ping-dot{0%,20%{opacity:0}50%{opacity:1}to{opacity:0}}.animate-ping-dot{animation:1.2s infinite ping-dot}.animation-delay-200{animation-delay:.2s}.animation-delay-400{animation-delay:.4s}@keyframes slide-border{0%{background-position:0%}to{background-position:200%}}.border-animated{background-size:200% 200%;animation:4s linear infinite slide-border}
