@keyframes pulseGreen{0%{background-color:transparent}50%{background-color:rgba(34,197,94,.2)}to{background-color:transparent}}@keyframes pulseRed{0%{background-color:transparent}50%{background-color:rgba(239,68,68,.2)}to{background-color:transparent}}.animate-pulse-green{animation:pulseGreen .3s ease-in-out}.animate-pulse-red{animation:pulseRed .3s ease-in-out}