#circular-progress {
  width: 100%;
  height: fit-content;
  color: black;
  text-align: center;
}

#circular-progress .row {
  padding-right: 5%;
  padding-left: 5%;
  margin-top: 52px;
  padding-bottom: 10vh;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

svg.radial-progress {
  height: auto;
  max-width: 200px;
  padding: 1em;
  transform: rotate(-90deg);
  width: 100%;
}

svg.radial-progress circle {
  fill: rgba(0,0,0,0);
  stroke: #fff;
  stroke-dashoffset: 219.91148575129;
  stroke-width: 10;
}

svg.radial-progress circle.incomplete {
  opacity: 0.25;
}

svg.radial-progress circle.complete {
  stroke-dasharray: 219.91148575129;
}

svg.radial-progress text {
  fill: #fff;
  text-anchor: middle;
}

svg.radial-progress {
  stroke-width: 5;
  max-height: 180px;
}

svg.radial-progress text {
  fill: #393939;
  font-size: 15px;
}

svg.daily-active-circle circle {
  stroke: #30bae7;
}

svg.employee-activity-circle circle {
  stroke: #F93445;
}

svg.quiz-circle circle {
  stroke: #6E1C97;
}

svg.poll-circle circle {
  stroke: #1C9755;
}

#circular-progress p {
  color: #7d8285;
}

#circular-progress h2 {
  font-weight: 400;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

#circular-progress h2::after {
  background-color: #c8d9e5;
  width: 100px;
  height: 3px;
  display: block;
  content: '';
  text-align: center;
  margin: auto;
  margin-top: 15px;
}

#circular-progress .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

#circular-progress .into p {
  margin-bottom: 0;
}

div {
}

div {
}

.nav-link {
  color: #000000;
}

