.edit-iteration-dialog-title {
  font-size: 1.5rem;
  font-weight: 200; }

.edit-iteration-dialog-header {
  color: rgba(0, 120, 212, 1);
  color: var(--communication-background,rgba(0, 120, 212, 1));
  font-family: "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.5rem;
  font-weight: 200;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.edit-iteration-dialog-error {
  padding-top: 3px;
  color: rgba(218, 10, 0, 1);
  color: var(--status-error-text,rgba(218, 10, 0, 1));
  font-size: 0.75rem; }
