.step-help-container .account-selection-step-container {
  margin-left: 10px;
}

.step-help-container .account-selection-step-container .help-link {
  color: rgba( 16, 110, 190 ,  1 );
  color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 );
}

.step-help-container .account-selection-step-container .help-link:visited {
  color: rgba( 16, 110, 190 ,  1 );
  color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 );
}

.step-help-container .account-selection-step-container .ms-Label.step-header {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.step-help-container .account-selection-step-container .error-section {
  display: flex;
}

.step-help-container .account-selection-step-container .error-section .icon-container {
  margin-top: 2px;
  color: rgba( 168, 0, 0 ,  1 );
  color: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
  text-align: center;
}

.step-help-container .account-selection-step-container .error-section .text-container {
  margin-left: 10px;
  word-break: break-word;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.step-help-container .account-selection-step-container .additional-info {
  margin-top: 15px;
}

.step-help-container .account-selection-step-container .permissions-section {
  margin-bottom: 15px;
}

.step-help-container .account-selection-step-container .permissions-section .scope-list {
  list-style-position: inside;
  padding-left: 10px;
  margin-top: 5px;
}
