.form-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.nsc-remove-btn {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
  color: #900 !important;
  cursor: pointer;
  margin-left: auto !important;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 1;
  text-align: right;
}

.nsc-remove-btn:hover,
.nsc-remove-btn:focus,
.nsc-remove-btn:active {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.main-section {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 33rem;
  border: 1px solid rgb(200, 204, 210);
  padding: 30px 30px;
  border-radius: 12px;
  box-sizing: border-box;
  background-color: white;
}

.form-section {
  flex-grow: 1;
}

.container {
  display: flex;
  flex-direction: column;
  background-color: #fcfcfc;
  padding: 25px;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid rgb(200 204 210);
  box-sizing: border-box;
}

.select, .input {
  display: block;
  margin: 12px 0;
  padding: 8px 12px;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  color: black;
  border: 1px solid #C8CCD3 !important;
}

.select,
.input:not([type="checkbox"]) {
  line-height: normal !important;
}

.input {
  border: 1px solid #C8CCD3 !important;
  background-color: white !important;
  border-radius: 4px !important;
}

.select:focus {
  outline: none;
  border: 1px solid #C8CCD3 !important;
}

.select {
  background-position: right 4px center !important;
}

.select .option {
  color: black;
}

.summary {
  display: block;
  margin-bottom: 20px;
  padding: 25px;
  background-color: #fcfcfc;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #c8ccd2;
  box-sizing: border-box;
  overflow-x: auto;
}

.nsc-team-cost-header,
.nsc-team-cost-cell {
  min-width: 120px;
  width: 120px;
}

.nsc-team-cost-header span {
  white-space: nowrap;
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.option-item {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  padding: 0;
}

.option-item, .input-field {
  margin-bottom: 10px;
}

.option-item label {
  margin-left: 1em;
  text-transform: unset !important;
  line-height: 1.5;
}

.input[type="checkbox"] {
  width: 12px;
  padding: 0;
  -webkit-appearance: checkbox;
  appearance: checkbox;
  margin-top: 0.2em;
  flex-shrink: 0;
}

.checkboxesField, .inputsField, .mandatoryCheckbox {
  margin-bottom: 5%;
}

.inputsField {
  width: 100%;
  justify-self: center;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .main-section, .container, .summary {
    width: 100%;
    padding: 15px;
  }

  .summary {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }
}

.step1, .step2, .step3 {
  text-align: left;
  font-size: 32px !important;
}

.step1 {
  padding-left: 25px;
}

button {
  align-self: center;
}

.step2, .step3 {
  margin-top: 40px !important;
}

.summary .step2 {
  margin-top: 0 !important;
  margin-bottom: 20px;
}

#additional-options .step3 {
  margin-top: 0 !important;
  margin-bottom: 20px;
}

.summary-table {
  margin-bottom: 20px;
}

.summary .table {
  width: 100%;
  background: #FAFBFC;
  border-collapse: collapse;
  border-color: #EEF2F6;
}

.summary .table th {
  background: #00aae3;
  color: #fff;
}

.summary .table th,
.summary .table td {
  border: 1px solid #BDBDBE;
}

.summary .table tbody tr:nth-child(odd),
.summary .table tbody tr:nth-child(odd):hover {
  background: #FFFFFF !important;
}

.summary .table tbody tr:nth-child(even),
.summary .table tbody tr:nth-child(even):hover {
  background: #FAFBFC !important;
}

.summary .table tfoot tr td {
  background: #00aae3 !important;
  font-weight: 700;
  color: #fff;
}

.summary .table tfoot tr td strong {
  font-weight: 700 !important;
}

.summary .table tbody td:last-child {
  color: #000;
}

.summary .table tr td:last-child {
  text-align: end;
}

.elementor-button:focus {
  background-color: var(--e-global-color-accent) !important;
}

button {
  width: fit-content !important;
}

#addMemberBtn,
#submitButton {
  width: 80% !important;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #002e3d !important;
}

.nsc-confirmation {
  margin-top: 0.9rem;
  color: #00aae3;
  font-weight: 600;
  font-size: 32px;
}
