/* Form Container */
.form-container {
    font-family: inherit;
  }
  
  /* Titles */
  .form-title {
    margin-bottom: 10px;
  }
  
  .form-subtitle-container {
    margin-bottom: 20px;
  }
  
  .form-subtitle {
    font-size: 1.1em;
    color: rgb(204, 76, 2);
  }
  
  /* Form Fields */
  .form-field {
    margin-top: 15px;
  }
  
  .field-remark {
    font-style: italic;
    margin-left: 5px;
  }
  
  /* Address Textarea */
  .address-textarea {
    width: 300px;
    height: 150px;
    min-width: 200px;
    min-height: 100px;
  }
  
  /* Footnotes */
  .footer-divider {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
  }
  
  .footnotes-table {
    width: 100%;
  }
  
  .footnote-row {
    margin-bottom: 10px;
  }
  
  .footnote-number {
    text-align: center;
    min-width: 25px;
    vertical-align: top;
  }
  
  .footnote-text {
    padding-bottom: 10px;
  }
  
  /* Utility Classes */
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  
  .required-label::after {
    content: "*";
    color: red;
    margin-left: 4px;
  }
  
  /* Styling for the main container */
  .field.form-group.layout-default {
    position: relative;
  }
  
  .part_iv_requested_data_desc {
      margin-top: 20px;
  }
  
  /* Styling for the nested language checkboxes */
  .part-vii_preferred_language {
    margin-left: 30px;
    margin-bottom: 15px;
  }
  
  /* Styling for the text input container */
  .part-vii_text-input {
    margin-left: 30px;
    margin-bottom: 5px;
  }
  
  /* Styling for the text input field */
  .part-vii_text-input-field {
    width: 704px;
    box-sizing: border-box; /* Ensure padding/borders don't affect width */
  }
  
  /* Styling for the example text */
  .part-vii_example-text {
    margin-left: 30px;
  }
  
  /* Styling for superscript in labels and text */
  sup {
    font-size: 0.75em;
    vertical-align: super;
    margin-left: 2px;
  }
  
  /* Styling for checkbox-group (nested language options) */
  .checkbox-group {
    margin-left: 30px;
  }
  
  /* Styling for control-label (main label) */
  .control-label {
    font-weight: bold;
  }
  
  .control-label sup {
    font-weight: normal;
  }
  
  /* Styling for form-control (text input) */
  .form-control {
    /* Ensure default input styles are applied */
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 1em;
  }
  
  /* Prevent container from mimicking input */
  .part-vii_text-input {
    border: none; /* Avoid border that might make div look like input */
    background: none; /* Remove any background that mimics input */
  }
  
  .table-cell-centered {
  text-align: center;
  min-width: 25px;
  vertical-align: top;
}

.table-cell-padded {
  padding-bottom: 10px;
}

.preference-option {
 margin-bottom: 20px !important;
}

.part_vii_lang_options {
    display: flex;
    flex-direction: row;
}

.part_vii_lang_option {
    margin-right: 15px;
    height: 5px;
}
.fb_custom_style_font_weight_bold{
    font-weight: bold !important;
}

.fb_custom_style_font_style_italic{
    font-style: italic !important;
}

.fb_custom_style_text_decoration_underline{
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
}


