.dataLabels{
  font-weight: 600;
  font-size: 14px;
}

.vertical-line {
  /* stroke-dasharray: 5, 5; */
  stroke: "#888888";
}

.vertical-line {
  stroke-linecap: round;
}

.bar {
  stroke-linecap: round;
}

div.legend--item--here {
  display:flex;
  padding-right:40px;
  padding-bottom: 12px;
  margin-top: 12px;
}

div.legend--icon--refline {
  height: 3px;
  stroke-dasharray: 5, 5;
  width: 20px;
  align-self: center;
  flex-shrink: 0;

}