#ct-circle-container {
  width: 100%;
  height: 100%;
}

#ct-circle-container svg {
  height: 100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 100%;
}

#ct-circle-container svg circle {
  fill: none;
  stroke: #b35050;
  stroke-dashoffset: 0;
  stroke-width: 50%;
}

/* Make sure the div you use for this is a square! */

#example-timer {
  height: 350px;
  margin: 20px auto;
  width: 350px;
  border-radius: 50%;
  /* background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%); */
  background-color: rgba(255, 255, 255, 0.3);
}

.selectMin {
  background-color: #b0c7ed;
  padding: 5px 8px;
  color: #fffdf2;
  font-size: 13px;
}

.selectMinContainer {
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
