.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-point {
  stroke: #C4BBAF;
  stroke-dasharray: 10px 10px;
  stroke-width: 2px;
}

.ct-series-c .ct-line,
.ct-series-c .ct-point {
  stroke: #00E396;
}

.ct-series-d .ct-line,
.ct-series-d .ct-point {
  stroke: #008FFB;
}

.ct-label {
  color: black;
}

.ct-chart .ct-label.ct-horizontal {
  justify-content: flex-end;
  text-align: center;
  transform-origin: 100% 0;
  transform: translate(-100%) rotate(-45deg);
}

.ct-chart {
  margin-top: 20px;
}

.ct-chart .ct-label.ct-vertical {
  transform: translateY(4px);
}

.ct-legend {
  text-align: center;
}

.ct-legend li {
  display: inline;
  position: relative;
  padding-left: 23px;
  top: -25px;
  font-weight: bolder;
}

.ct-legend li:before {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}

.ct-series-1 {
  margin-left: 20px;
}

.ct-series-0:before {
  background-color: #008FFB;
  margin-top: 3px;
}

.ct-series-1:before {
  background-color: #00E396;
  margin-top: 3px;
}
