.line-chart .legend {
  border-style: none;
  border: none;
  border-top: 1px solid #D9E0EC;
  border-top-style: dotted;
  margin-top: 24px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
}
.line-chart .legend .legend-item-wrapper {
  display: flex;
}
.line-chart .legend .legend-item-wrapper .legend-item {
  padding-right: 18px;
  margin-right: 18px;
  border-right: 1px solid #D9E0EC;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.line-chart .legend .legend-item-wrapper .legend-item > span:first-child {
  margin-right: 8px;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 7px;
  border-radius: 50%;
}
.line-chart .legend .legend-text > span:first-child {
  color: #004587;
  font-family: Ubuntu;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
}
.line-chart .legend .legend-text > span:last-child {
  color: #4A4A4A;
  font-family: Ubuntu;
  font-size: 11px;
  font-weight: 300;
  line-height: 13px;
  letter-spacing: 0px;
  text-align: left;
}

.doughnut-chart .fund-name {
  color: #004587;
  font-family: Ubuntu;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 28px;
}
.doughnut-chart .legend {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.doughnut-chart .legend .legend-item-wrapper {
  display: flex;
}
.doughnut-chart .legend .legend-item-wrapper .legend-item {
 /* padding-right: 18px;
  margin-right: 18px;*/
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.doughnut-chart .legend .legend-item-wrapper .legend-item > span:first-child {
  margin-top:2px;
  margin-right: 8px;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 7px;
  border-radius: 50%;
}
.doughnut-chart .legend .legend-text > span:first-child {
  color: #004587;
  font-family: Ubuntu;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
}
.doughnut-chart .legend .legend-text > span:last-child {
  color: #4A4A4A;
  font-family: Ubuntu;
  font-size: 11px;
  font-weight: 300;
  line-height: 13px;
  letter-spacing: 0px;
  text-align: left;
}