.countdown-container {
  position: relative;
  width: 20px;
  height: 10px;
  margin: 1px auto;
  border-radius: 50%;
  border-color:indigo;
}

.pie-timer {
  width: 100%;
  height: 100%;
  background: conic-gradient(#954caf 0deg, #eee 0deg 360deg);
  transition: background 0.1s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timer-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  font-family: sans-serif;
  color: #222;
  pointer-events: none;
}
