.details-step {
  margin-top: -10px;
  width: 70%;
}

.details-step .ms-List-page .ms-List-page {
  padding-top: 5px;
}

.details-step .publish-steps .ms-List-page .details-step .ms-List-page {
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom:  1px;
  border-bottom-color: rgba( 234, 234, 234 ,  1 ) solid;
  border-bottom-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ) solid;
}

.details-step .publish-steps .ms-List-page .details-step .ms-List-page .ms-List-page {
  border-bottom: none;
}

.details-step .publish-steps .ms-List-page .details-step .ms-List-page:last-child {
  border-bottom: none;
}

.details-step .basic-info-step {
  margin-bottom: 10px;
  margin-top: 10px;
}

.details-step .categorization-steps {
  margin-bottom: 10px;
  margin-top: 10px;
}

.details-step .vss-PickListDropdown--title.disabled {
  color: rgba(0, 0, 0, .55) !important;
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)) !important;
}

.details-step .ms-TextField.basic-info-step.is-disabled input {
  color: rgba(0, 0, 0, .55) !important;
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)) !important;
}

.details-step .ms-TextField.basic-info-step.is-disabled textarea {
  color: rgba(0, 0, 0, .55) !important;
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)) !important;
}
