.blinking-dot{width:12px;height:12px;border-radius:666px;background-color:#48BB00;animation:colorPulse 2s ease-in-out infinite;display:inline-block;opacity:1}@keyframes colorPulse{0%{background-color:#48BB00}50%{background-color:#D2F9B9}to{background-color:#48BB00}}