.pc-prob {
  position: relative;
  width: 75px;
  height: 75px;
}

.pc-prob svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.pc-bg {
  stroke: var(--border-color);
  stroke-width: 9;
  fill: none;
}

.pc-progress {
  stroke-width: 9;
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
}

.pc-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
}
