.progress-tip {
  text-align: center;
  color: #9e9e9e;
  margin-top: 20px;
}

.progress-container {
  margin: 50px 0;
  position: relative;
  text-align: center;
  display: none;
}
#progress-ring {
  width: 200px;
  height: 200px;
}
.progress-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.progress-text span:nth-child(2) {
  font-weight: bold;
  font-size: 24px;
}
