.progress-circle[data-v-f22c0121] {
  display: inline-table;
  position: relative;
}
.progress-circle[data-v-f22c0121]:hover {
  cursor: pointer;
}
.progress-circle svg[data-v-f22c0121] {
  display: inline-block;
  /* transform: rotate(-90deg); */
}
.progress-circle .circle-bg[data-v-f22c0121],
.progress-circle .circle[data-v-f22c0121] {
  fill: none;
}
.progress-circle .circle-bg[data-v-f22c0121] {
  stroke: #eee;
}
.progress-circle .circle[data-v-f22c0121] {
  stroke-linecap: round;
}
.progress-circle p[data-v-f22c0121] {
  position: absolute;
  font-size: 0.6em;
}
.percent-center[data-v-f22c0121] {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radial-title[data-v-f22c0121] {
  font-size: 0.8em;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  text-overflow: ellipsis;
  color: var(--ion-text-medium);
}