.progress-container[data-v-4609f967] {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.progress-circle[data-v-4609f967] {
  transform: rotate(-90deg);
}
.progress-value[data-v-4609f967] {
  stroke-dasharray: 157.08;
  transform-origin: center;
}
.countdown-wrapper[data-v-4609f967] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon-container[data-v-4609f967] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.icon-container i[data-v-4609f967] {
  font-size: 1.2rem;
  color: var(--ion-color-primary);
}