.circle-timer[data-v-5f55d004] {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
}
.circle-timer[data-v-5f55d004] .el-progress path:first-child {
  stroke: rgba(0, 0, 0, 0);
}
.countdown[data-v-5f55d004] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: white;
  font-weight: 500;
}
