.conversion-funnel {
  margin-top: 10px;
}

.conversion-funnel .funnel-label {
  font-size: 18px;
  font-weight: 300;
}

.conversion-funnel .stat {
  margin-top: 10px;
}

.conversion-funnel .stat .percentage {
  font-size: 14px;
}

.conversion-funnel .funnel-chart {
  margin-left: -10px;
}

.conversion-funnel .legend-summary-details {
  margin-left: 15px;
  font-size: 12px;
}

.conversion-funnel .legend-summary-details .legend-details {
  display: block;
  margin-bottom: 5px;
  margin-left: 12px;
}

.conversion-funnel .legend-summary-details .legend-details .color-rectangle-container {
  margin-right: 6px;
  margin-bottom: -1px;
}

.conversion-funnel .legend-summary-details .legend-details .color-rectangle-pageviews {
  fill: #fbb33e;
}

.conversion-funnel .legend-summary-details .legend-details .color-rectangle-acquisition {
  fill: #652e65;
}

.conversion-funnel .legend-summary-details .legend-details .legend-text {
  display: inline-block;
}

.conversion-funnel .legend-summary-details .legend-details .legend-count {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
}

.conversion-funnel .legend-summary-details .legend-details .legend-text-span {
  font-weight: 600;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}
