.circularProgress {
  margin: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.innerCircle {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: white;
}

.percentage {
  position: relative;
  font-size: 0.8rem;
  color: rgb(0, 0, 0, 0.8);
}