
.rgc-wrap{border:1px solid #ccc;padding:15px;margin:10px 0;text-align:center}
.rgc-circle{width:120px;height:120px;border-radius:50%;border:10px solid green;margin:auto;animation:pulse 2s infinite;display:flex;align-items:center;justify-content:center}
.rgc-bar{height:14px;background:#eee}.rgc-fill{height:14px;width:85%;background:green}
.rgc-btn{margin-top:10px}
@keyframes pulse{50%{transform:scale(1.08)}}
