.cx_artist_earning_distribution .range-wrapper .range-item {
	padding: 16px 16px 32px;
	background-color: var(--grey-45);
	border-radius: 12px;
}

.cx_artist_earning_distribution .progress-bar {
  background:var(--grey-47);
  height:16px;
  border-radius:10000px;
  overflow:hidden;
  margin: 0;
}

.cx_artist_earning_distribution .fill {
  background:var(--brand-primary-50);
  height:100%;
  border-radius:10000px;
}