.progress-circle { position: relative; width: 120px; height: 120px; } .progress-ring { transform: rotate(-90deg); position: absolute; top: 0; left: 0; } .progress-ring__circle { transition: 0.35s stroke-dashoffset; transform: rotate(-90deg); transform-origin: 50% 50%; } .progress-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 24px; font-weight: bold; color: #000; } .uploading-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255, 255, 255, 0.8); display: flex; align-items: center; justify-content: center; z-index: 1000; } .progress-container { text-align: center; } .step-name { margin-top: 10px; font-size: 18px; color: #333; }