.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

.log-task-state.state-success {
  color: rgba(16, 124, 16, 1);
  color: var(--status-success-foreground,rgba(16, 124, 16, 1)); }

.log-task-state.state-cancelled, .log-task-state.state-failed {
  color: rgba(205, 74, 69, 1);
  color: var(--status-error-foreground,rgba(205, 74, 69, 1)); }

.log-task-state.state-inProgress {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1)); }

.log-task-state.state-pending, .log-task-state.state-skipped {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }

.log-task-state.state-partially-success {
  color: rgba( 214, 127, 60 ,  1 );
  color: rgba( var(--palette-accent3,214, 127, 60) ,  1 ); }

.phase-summary-container {
  margin: 16px; }
  .phase-summary-container .primary-details-row {
    justify-content: space-between;
    align-items: center; }
    .phase-summary-container .primary-details-row .time-details-section {
      margin-right: 16px; }
    .phase-summary-container .primary-details-row .phase-name-container {
      width: 55%; }
      .phase-summary-container .primary-details-row .phase-name-container .phase-name {
        font-size: 1.125rem;
        font-weight: 600; }
  .phase-summary-container .secondary-details-row {
    justify-content: space-between;
    align-items: center; }
    .phase-summary-container .secondary-details-row .phase-summary-secondary-row-right-section {
      align-items: center;
      margin-right: 16px; }
      .phase-summary-container .secondary-details-row .phase-summary-secondary-row-right-section .show-more-options-menu-icon {
        display: none; }
      .phase-summary-container .secondary-details-row .phase-summary-secondary-row-right-section .phase-summary-duration-clock {
        padding-left: 12px;
        font-size: 0.875rem;
        display: flex; }
        .phase-summary-container .secondary-details-row .phase-summary-secondary-row-right-section .phase-summary-duration-clock .bowtie-stopwatch {
          font-size: 0.875rem; }
    .phase-summary-container .secondary-details-row .secondary-row-left-section {
      width: 60%; }
      .phase-summary-container .secondary-details-row .secondary-row-left-section .queue-loading-component {
        align-items: center; }
        .phase-summary-container .secondary-details-row .secondary-row-left-section .queue-loading-component .queue-loading-text {
          padding-left: 5px;
          font-size: 0.75rem;
          margin-bottom: 3px; }
      .phase-summary-container .secondary-details-row .secondary-row-left-section .agent-details-section {
        align-items: center; }
        .phase-summary-container .secondary-details-row .secondary-row-left-section .agent-details-section .queue-details {
          align-items: center; }
          .phase-summary-container .secondary-details-row .secondary-row-left-section .agent-details-section .queue-details .queue-name-link {
            padding: 0 5px;
            max-width: 200px;
            color: rgba( 16, 110, 190 ,  1 );
            color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 ); }
  .phase-summary-container .phase-summary-separator {
    margin-right: 5px; }
