.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 ); }

.logs-expanded-panel.bolt-panel-callout-content {
  width: 80%; }

.logs-expand-view {
  height: 100%;
  min-width: 600px;
  background: black; }
  .logs-expand-view .bolt-toggle-button-pill[aria-checked='false'] {
    border-color: white; }
    .logs-expand-view .bolt-toggle-button-pill[aria-checked='false'] .bolt-toggle-button-icon {
      background-color: white; }
  .logs-expand-view .bolt-panel-content {
    padding: 0px;
    background: black; }
  .logs-expand-view .monaco-editor .icon {
    height: inherit; }
  .logs-expand-view .monaco-editor .margin-view-overlays {
    background: black; }
  .logs-expand-view .logs-expanded-view-header {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 5px;
    background: black;
    color: white;
    border-bottom:  2px solid;
    border-bottom-color: rgba( 102, 102, 102 ,  1 );
    border-bottom-color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
    height: 52px;
    width: 100%; }
    .logs-expand-view .logs-expanded-view-header .logs-view-header-left-section {
      overflow: hidden;
      width: 100%; }
      .logs-expand-view .logs-expanded-view-header .logs-view-header-left-section .header-title-container {
        max-width: 60%;
        padding: 10px; }
        .logs-expand-view .logs-expanded-view-header .logs-view-header-left-section .header-title-container .header-title-container-tooltip-host {
          width: 100%;
          margin-left: 25px; }
          .logs-expand-view .logs-expanded-view-header .logs-view-header-left-section .header-title-container .header-title-container-tooltip-host .header-title {
            font-weight: 600; }
        .logs-expand-view .logs-expanded-view-header .logs-view-header-left-section .header-title-container .logs-expanded-view-task-status-icon {
          margin-top: 2px;
          position: absolute; }
  .logs-expand-view .logs-expanded-view-logs-section {
    padding-top: 10px;
    width: 100%;
    background: #000000; }
    .logs-expand-view .logs-expanded-view-logs-section .vs-dark-line-number {
      color: white; }
    .logs-expand-view .logs-expanded-view-logs-section .logs-view-spinner {
      position: absolute;
      top: 50%;
      left: 50%; }
    .logs-expand-view .logs-expanded-view-logs-section .logs-editor-host {
      height: 100%; }
      .logs-expand-view .logs-expanded-view-logs-section .logs-editor-host .line-numbers {
        color: rgba( 166, 166, 166 ,  1 );
        color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 ); }
    .logs-expand-view .logs-expanded-view-logs-section .logs-view-monaco-editor {
      overflow-y: hidden; }
      .logs-expand-view .logs-expanded-view-logs-section .logs-view-monaco-editor .monaco-editor-background {
        background-color: #000000; }
