/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/

  #form-element-wrapper_1 {
      visibility: hidden !important;
    }

#form-element-wrapper_2{
    display: none;
}
    /* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
ul,ol{
    margin-inline-start:25px;
}

.blank-small{
    display: inline-block; 
       border-bottom: 1px solid black;
    width: 100px;
    margin-inline-start:4px;
}
.Lright{
    padding:10px;
    padding-bottom:5px;
}




.form-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom:25px;
}

.form-row.full-width {
  width: 100%; /* this is actually the default, but fine to keep */
}

.labelText {
  margin-inline-end: 7px;
  white-space: nowrap;
}

/* KEY CHANGE: let each field-group flex and fill the row */
.field-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 0;        /* grow to use remaining space */
 border-top: 1px solid #000;
  height: 0px;
  width: 100% !important;
}

/* smaller fixed-width groups for State / ZIP */
.field-group.small {
  flex: 0 0 80px; border-bottom: 1px solid #000;
  height: 14px;
  width: 100% !important;
}

.blank {
  border-bottom: 1px solid #000;
  height: 14px;
  flex-grow:1;
}

.sub-label {
  text-align: center !important;
  margin-top: 2px;
}

/* longer single lines */
.field-group.long {
  flex: 1 1 250px; 
}

.jtext {
      margin-top: -20px;
    display: block;
    margin-inline-start: 30px;
}
:lang(ar) .jtext,
:lang(fa) .jtext {
    margin-top: -25px;
    display: block;
    margin-inline-end: 30px;
}
.Checkboxsize {  
    width: 14px;  
    height: 14px;  
    background-color: white;  
    border-radius: 5%;  
    vertical-align: middle;  
    border: 1px solid gray;  
    appearance: none;  
    -webkit-appearance: none;  
    outline: none;  
   
}


.moveBack{
    margin-inline-end:3%;
}












@media only screen and (max-width: 768px)
 {
   
    .header_container {
      flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
.moveUP{
    margin-top:25px;
}
.moveLittle{
    margin-top:15px;
}
.form-row{
    display:contents;
}
.field-group{
    display:contents;
}

.blank{
  height:25px;
  margin-bottom:5px;
}
.moveDown{
    margin-bottom:20px;
}
.moveBack{
    margin-inline-end:0%;}
}