.status-dot{background:#4de794;border-radius:50%;margin:10px;height:10px;width:10px;box-shadow:0 0 #4de794;transform:scale(1);animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #4de794b3}70%{transform:scale(1);box-shadow:0 0 0 10px #4de79400}to{transform:scale(.95);box-shadow:0 0 #4de79400}}
