.pie-chart {
  fill: #000;
}

.pie-chart .arc {
  font-size: 12px;
  text-anchor: middle;
}
.pie-chart .arc tspan {
  position: absolute;
  fill: #ffffff;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 133.1%;
  text-align: center;
  letter-spacing: 0.25px;
}

.pie-chart .arc tspan.name {
  font-weight: bold;
  color: #fff;
}
.pie-chart .arc tspan.value {
  fill-opacity: 0.8;
}
.pie-chart .title {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 133.1%;
  letter-spacing: 0.25px;
  color: #cedaeb;
}
.pie-chart .title text {
  text-anchor: middle;
  text-align: center;
  dominant-baseline: hanging;
}
.pie-chart .center div {
  background-color: #333;
  width: 50px;
  height: 50px;
}
.rect {
  fill: #636366;
  opacity: 0.9;
}

.pie-chart circle {
  fill: transparent;
}

.chartContainer tspan {
  fill: #ffffff;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
