.pie-box{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.indicator-card{
  border-left: 4px solid transparent;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.legend-card{
  display: flex;
  align-items: flex-start;
  overflow: auto;
  white-space: nowrap;
}