.vc-complete-merge-container .vc-merge-dialog-line {
  display: flex;
  align-items: center;
  min-height: 32px;
  max-width: 430px;
}

.vc-complete-merge-container .vc-dialog-squash-merge-link {
  margin-left: 5px;
}

.vc-complete-merge-container .vc-dialog-info-icon {
  margin-left: 5px;
  outline: 0;
}

.vss-focus-visible .vc-complete-merge-container .vc-dialog-info-icon.focused {
  border:  1px solid;
  border-color: rgba( 0, 0, 0 ,  1 );
  border-color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}

.vc-complete-merge-container div.section-header {
  margin-top: 15px;
  margin-bottom: 5px;
}

.vc-complete-merge-container .form-section {
  flex: 1;
  max-width: 100%;
}

.vc-complete-merge-container .form-section > div.form-fields {
  max-width: 100%;
}

.vc-complete-merge-container .vc-dialog-merge-warningarea {
  margin-bottom: 8px;
}

.vc-complete-merge-container .vc-dialog-merge-warningarea .work-item-transition-warning {
  white-space: pre-wrap;
}

.vc-complete-merge-container .vc-dialog-merge-warningarea .ms-MessageBar {
  line-height: normal;
}

.vc-complete-merge-container .vc-completion-animation-container svg {
  display: block;
  height: 24px;
  margin: 13px 0 9px;
  pointer-events: all;
  cursor: pointer;
}

.vc-complete-merge-container .bolt-checkbox-label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 410px;
}

.vc-complete-merge-container .vc-dialog-complete-merge-title-input {
  margin-bottom: 8px;
}

.vc-complete-merge-container .vc-dialog-complete-merge-rebase-commitmsg {
  margin-top: 5px;
}

.vc-complete-merge-container .vc-complete-merge-footer .override-warning {
  background: rgba( 218, 10, 0 ,  1 );
  background: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.vc-completion-type-row {
  display: flex;
  align-items: flex-start;
  margin: 6px;
}

.vc-completion-type-row.vc-completion-type-disabled {
  color: rgba(0, 0, 0, .38);
  color: var(--text-disabled-color,rgba(0, 0, 0, .38));
}

.vc-completion-type-row .vc-completion-type-checkmark {
  min-width: 26px;
  width: 26px;
  font-size: 16px;
  margin-top: 1px;
}

.vc-completion-type-row .vc-completion-type-choice {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.vc-completion-type-row .vc-completion-type-choice .vc-completion-type-text {
  line-height: 20px;
  font-size: 14px;
}

.vc-completion-type-row .vc-completion-type-choice .vc-completion-type-subtext {
  line-height: 16px;
  font-size: 12px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.vc-completion-type-row .vc-completion-type-choice .vc-completion-type-subtext.vc-completion-type-warning-text {
  color: rgba( 168, 0, 0 ,  1 );
  color: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
}

.vc-completion-type-row .vc-completion-type-choice .vc-completion-type-subtext.vc-completion-type-warning-text.can-bypass {
  /*color: $strongWarningColor;*/
  color: rgba( 171, 102, 48 ,  1 );
  color: rgba( var(--palette-accent3-dark,171, 102, 48) ,  1 );
}

.vc-completion-type-section .bolt-expandable-textfield {
  display: block;
}
