/*     Chart    */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.chart {
  margin: 30px 0 30px;
  position: relative;
}

.ct-chart-pie .ct-label, .ct-chart-donut .ct-label {
  fill: #ffffff !important;
  color: #ffffff !important;
}

.chart-circle {
  display: flex;
  justify-content: center;
}
.chart-circle .circles-text {
  font-size: 28px !important;
}

.color-box {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  display: inline-block;
  float: left;
  padding-top: 3px;
  margin: 2px 5px 0 0;
}

.chart-pie {
  display: block;
  position: relative;
  width: 100%;
}
.chart-pie:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.chart-pie:after {
  content: "";
  display: table;
  clear: both;
}
.chart-pie svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}