.source-selection label {
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}

.source-selection-icon {
  line-height: 100%;
  font-size: 30px;
}

.source-selection-tab-panel {
  margin-top: 20px;
}

.source-selection-tab-panel .source-selection-tab-title {
  font-size: 18px;
  margin-bottom: 5px;
}

.source-selection-tab-panel .source-selection-tab-content {
  margin-top: 20px;
}

.source-selection-tab-panel .ms-ChoiceField-Wrapper {
  width: 130px;
}

.source-selection-tab-panel .source-selection-icon {
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}

.ci-getting-started-continue-button-container span {
  font-weight: 600;
}

.ci-getting-started-continue-button-container .ci-getting-started-filename-text {
  font-family: Menlo, Consolas, Courier New, monospace;
}
