
.rgc-box{border:1px solid #ddd;padding:15px;margin:15px 0;text-align:center}
.rgc-circle{width:100px;height:100px;border-radius:50%;border:8px solid #2fa84f;
margin:auto;display:flex;align-items:center;justify-content:center;
animation:pulse 2s infinite}
.rgc-bar{height:12px;background:#eee;margin:10px 0}
.rgc-fill{height:12px;background:#2fa84f;width:0%;transition:2s}
@keyframes pulse{50%{transform:scale(1.05)}}
