.create-project-component-fieldset {
  margin: 0px;
  border: none;
  padding: 0px 10px 0px 0px; }
  .create-project-component-fieldset a {
    color: rgba( 16, 110, 190 ,  1 );
    color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 ); }
    .create-project-component-fieldset a:hover {
      color: rgba( 0, 90, 158 ,  1 );
      color: rgba( var(--palette-primary-shade-20,0, 90, 158) ,  1 ); }
  .create-project-component-fieldset .form-section {
    margin-top: 16px; }
  .create-project-component-fieldset .reporting-warning-icon {
    padding: 2px 4px 0px 0px; }

.advanced-options-container,
.advanced-options-region,
.code-of-conduct-statement,
.collection-name-container,
.project-description-container,
.project-name-container,
.project-visibility-container {
  margin-top: 16px; }

.create-project-component.panel-view .create-project-component-fieldset {
  flex-grow: 1; }
  .create-project-component.panel-view .create-project-component-fieldset ~ .create-project-actions-container {
    justify-content: flex-end; }
