/* From CollectionStep.jsx */
.collection-step-section {
  margin-bottom: 10px !important;
}

.collection-step-table {
  border-collapse: collapse !important;
}
.collection-step-table th,
.collection-step-table td {
  border: 1px solid black !important;
}

/* From IntroductionStep.jsx */
.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.highlight-text {
    font-size: 1em !important;
    color: red !important;
}

/* From DetailsofApplication.jsx */
.detailsofapplication-bold {
  font-weight: bold !important;
}
.detailsofapplication-table {
  table-layout: fixed !important;
  width: 100% !important;
}
.detailsofapplication-td-left {
  text-align: left !important;
  width: 30px !important;
  vertical-align: top !important;
}
.detailsofapplication-td-padding {
  padding-bottom: 10px !important;
}
.detailsofapplication-section-margin {
  margin-bottom: 20px !important;
  font-size: 1.1em !important;
  color: #cc4c02 !important;
}
.detailsofapplication-gender-select {
  margin-bottom: 10px !important;
  margin-right: 30px !important;
}
.detailsofapplication-option4-text {
  margin-left: 30px !important;
}
