.sprint-capacity-summary-part {
  background-color: transparent;
  padding: 0;
}

.sprint-capacity-summary-part .error-text {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
  white-space: normal;
  text-overflow: inherit;
}

.sprint-capacity-summary-part a {
  white-space: normal;
}

.sprint-capacity-summary-part div {
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
  text-transform: none;
  white-space: nowrap;
}

.sprint-summary-tile-sprint-name {
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.sprint-summary-tile-sprint-dates {
  font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  padding-left: 8px;
}

div.sprint-summary-tile-sprint-progress-text {
  font-size: 12px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  padding-top: 2px;
  padding-bottom: 2px;
  white-space: normal;
}

/*
    IMPORTANT
    The styles below override the default behavior of the Agile burndown chart.  If you change one of these styles below
    make sure to verify that the changes don't also need to be made to the Agile CSS (and vice versa).
*/
.sprint-capacity-summary-control {
  position: absolute;
  width: 100%;
  bottom: 4px;
}

.sprint-burndown-summary-part {
  background-color: transparent;
  padding: 0;
}

/*
    Class for the small chart container 
*/
.sprint-burndown-summary-part .small-chart-container {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.sprint-burndown-summary-part .error-text {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
  white-space: normal;
  text-overflow: inherit;
}

.sprint-burndown-summary-part .burndown-tile-sprint-name {
  margin-bottom: 5px;
}

.sprint-burndown-summary-part .burndown-chart-error-image {
  margin-top: 35px;
  margin-left: 20px;
  padding-left: 70px;
  padding-top: 30px;
}
