.view-chart-layouts {
  padding: 50px 0;
}

.results-chart-outer-wrapper {
  max-width: 85%;
  margin: 0 auto;
}

.chart-row {
  display: flex;
  justify-content: space-between;
}

.chart-data-row:not(:last-child) {
  margin-bottom: 30px;
}

.title-row {
  margin-bottom: 28px;
}

.chart-des,
.chart-data-dsc,
.target,
.chart-target {
  width: 180px;
}

.indicator,
.chart-progress {
  width: 380px;
}

.indicator {
  text-align: center;
}

.chart-data-row {
  display: block;
}

.chart-inner-row {
  display: flex;
  justify-content: space-between;
}

.chart-inner-row:not(:last-child) {
  margin-bottom: 5px;
}

.ctf-key-results .chart-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3125em;
  line-height: 1;
}

.chart-data-dsc,
.chart-target {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1;
}

.chart-progress-inner {
  border-radius: 30px;
  height: 24px;
  background: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ast-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  height: 25px;
}

.progress-val {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: var(--gray);
  text-align: center;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  height: 100%;
  position: relative;
  z-index: 1;
}

/*multiple progress in single || one label two bars*/
.no-project-label .chart-progress-inner:not(:last-child) {
  margin-bottom: 5px;
}

/*range*/
.report-range {
  display: flex;
  justify-content: center;
  width: 412px;
  margin: 40px auto 0 auto;
}

.report-range ul {
  list-style: none;
  margin: 0 0 0 4px;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.report-range ul:before {
  content: "";
  position: absolute;
  left: -6px;
  right: 0;
  top: 0;
  height: 1px;
  width: calc(100% - 29px);
  background: #fff;
  margin: 0 auto;
}

.report-range ul li {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1875em;
  color: #fff;
  position: relative;
}

.report-range ul li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  height: 5px;
  width: 1px;
  background: #fff;
  margin: 0 auto;
}

.report-range ul li:first-child {
  margin-left: 0;
}

.report-range ul li:last-child {
  margin-right: 0;
}

/*note*/
.note-wrapper {
  margin-top: 60px;
}

.note-wrapper ol {
  padding-left: 20px;
  margin-bottom: 0;
}

.ctf-key-results .note-wrapper ol li {
  font-weight: 300;
  font-size: 0.875em;
}

/*chart*/
.chart-area-wrap {
  display: flex;
  align-items: center;
}

.chart-area-wrap .chart-area {
  width: 60%;
  padding-right: 20px;
}

.chart-area-wrap .chart-legend-area {
  width: 40%;
}

.legend-item-wrap {
  display: flex;
  flex-wrap: wrap;
}

.legend-title {
  font-family: 'Barlow Condensed', sans-serif;
  /* font-weight: 500; */
  line-height: 1;
  margin-bottom: 5px;
}

.legend-detail {
  width: calc(100% - 37px);
}

.legend-value {
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  /* font-size: 1.5em; */
  font-size: 1.25em;
  line-height: 1;
}

.legend-color {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 15px;
}

.legend-item:not(:last-child) {
  margin-bottom: 10px;
}

/*chart without legend*/
.chart-without-legend {
  padding-top: 20px;
}

.chart-without-legend .chart-area {
  width: 100%;
  padding: 0;
}

.view-chart-layouts .n-column-layout {
  padding: 0;
}

.chart-results-trends {
  margin-top: 30px;
}

/*chart-source*/
.chart-source.no-chart {
  margin-top: 30px;
}

.chart-source .view-content {
  display: block;
  margin: 0;
  text-align: center;
}

.chart-source .view-content p {
  margin-bottom: 5px;
  font-weight: 300;
  line-height: 1.2;
}

.chart-source .view-content p:last-child {
  margin-bottom: 0;
}

.chart-source .view-content .views-row {
  margin: 0;
}

.project-chart-section {
  padding-bottom: 20px;
}

/*chart as img*/
.chart-img-section {
  padding: 40px 0 10px;
}
