.textFormFieldBlock, .dateTimeFormFieldBlock, .twoOptionFormFieldBlock, .optionSetFormFieldBlock, .multiOptionSetFormFieldBlock, .lookupFormFieldBlock {
    padding: 10px 0!important;
  }

  .custom-country-dropdown {
     padding-left: 10px;
     width: 100%;
  }
  .marketingForm table {
    width: 100%!important;
    margin: auto;
    table-layout: auto !important;
    display: table !important;
  }
  .marketingForm div {
    max-width: 100%!important;
  }

.onFormSubmittedFeedback  {
  height: auto!important;
  border: 2px solid green;
  background-color: #e9ffe9!important;
}

.onFormSubmittedFeedbackMessage {
    font-size: 1.2rem!important;
}

.phoneFormFieldBlock {
  padding: 10px 0 !important;
}

.custom-country-dropdown {
  margin-top: 8px;
}