.test-result-details-view {
  padding-top: 25px;
  height: 100%;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}

.test-result-details-view .test-case-title {
  min-height: 35px;
  max-height: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 21px;
  color: rgba( 51, 51, 51 ,  1 );
  color: rgba( var(--palette-neutral-80,51, 51, 51) ,  1 );
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 20px 1px 30px;
}

.test-result-details-view .test-case-name, .test-result-details-view .test-run-name, .test-result-details-view .test-title-sep {
  padding-right: 10px;
}

.test-result-details-view .test-title-sep {
  font-size: 16px;
}

.test-result-details-view .test-result-header {
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
}

.test-result-details-view .test-result-details-pivot-bar {
  padding-left: 32px;
  flex: 1;
  width: 100%;
  overflow: auto;
}

.test-result-details-view .test-result-details-pivot-bar .test-details-pane-debug,
.test-result-details-view .test-result-details-pivot-bar .test-details-pane-workItems,
.test-result-details-view .test-result-details-pivot-bar .test-details-pane-attachments,
.test-result-details-view .test-result-details-pivot-bar .test-details-pane-history {
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.test-result-details-view .test-result-details-pivot-bar .test-details-pane-attachments {
  overflow: hidden;
}

.test-result-details-view .test-result-details-pivot-bar-customPadding {
  padding-left: 20px;
}
