/* (c) Innings2, generated by Mathigon Studio */
.circle-area {
  overflow: visible;
}
.circle-area .circle path {
  stroke: white;
  stroke-width: 1.5px;
}
.circle-area .circle:first-child {
  opacity: 0.5;
}
.circle-area.purple .circle path {
  fill: #FB8500;
}
.circle-area.purple .circle path:nth-child(2n) {
  fill: #FFDB85;
}
.circle-area.red .circle path {
  fill: #cd0e66;
}
.circle-area.red .circle path:nth-child(2n) {
  fill: #9d0b4e;
}
.circle-area.blue .circle path {
  fill: #0f82f2;
}
.circle-area.blue .circle path:nth-child(2n) {
  fill: #0b68c3;
}
.circle-area .labels line, .circle-area marker path {
  fill: none;
  stroke: #c5c2cc;
  stroke-linecap: round;
}
.circle-area .labels line {
  stroke-width: 2px;
}
.circle-area .labels text {
  fill: #c5c2cc;
  font-size: 16px;
  font-style: italic;
}