/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  #form-element-wrapper_2{
    display: none;
  }
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_3{
      visibility: hidden !important;
    }
        /* 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;
}
.line1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    height: 2.2px;
    background-color: black;
    margin-top: -26px;
}
  .form-fieldr {
    display: flex;
    margin-bottom: 10px;
    width:109%;
}

.line {
    width: 41%;
    display: inline-block;
    border-bottom: 1.5px solid #000;
    height: 15px;
    margin-left: 5px;
    margin-right: 10px;
    margin-top:7px;
   
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.halfline {
    /* flex-grow: 0.3236; */
    border-bottom: 1.5px solid #000;
    margin-left: 5px;
    margin-bottom: 8px;
    margin-right: 20px;
    width: 26%;
}

    :lang(ar) .halfline,
    :lang(fa) .halfline  {
        height: 14px;
    }

    
    :lang(ar) .line,
    :lang(fa) .line  {
        height: 12px;
    }
    
.divTableRow {
    display: table-row; /* Display as table row */
}

.form-field {
    display: flex;
    align-items: center;
   
}
.form-field .text {
    white-space: nowrap;
    margin-bottom: 10px;
}

.blank-line4 {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 86%;
        margin-inline-start: 4px;
        margin-inline-end: 4px;
}

    :lang(ar) .blank-line4,
    :lang(fa) .blank-line4  {
        margin-inline-start: 4px;
        margin-inline-end: 4px;
    }

        :lang(en) .blank-line4  {
        margin-inline-start: 4px;
        margin-inline-end: 3px;
    }


.blank-line5 {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 25%;
        margin-inline-start: 4px;
        margin-inline-end: 4px;
}

    :lang(ar) .blank-line5,
    :lang(fa) .blank-line5  {
        margin-inline-start: 4px;
        margin-inline-end: 4px;
    }

.blank-line6 {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 15%;
        margin-inline-start: 4px;
        margin-inline-end: 4px;
}

    :lang(ar) .blank-line6,
    :lang(fa) .blank-line6  {
        margin-inline-start: 4px;
        margin-inline-end: 4px;
    }

.DeclareTable{ display: table;
    width: 100%;
    border-collapse: collapse;
    }
    
.divTableCellD1 {
    display: table-cell;
    padding: 10px;
    text-align: center;
    /* Centers the content */
    width: 30%;
    
}
.form-fieldW .halflineW {
    border-bottom: 1.5px solid black;
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
    /* margin-left: -11%; */
}

.divTableCellD3 {
    display: table-cell;
    padding: 10px;
    text-align: center;
    /* Centers the content */
    width: 35%;
    padding-left:100px;
    
}


ul,ol{ margin-right:26px;}
.declarant-signature{
    text-align: left;
    padding-bottom:10px;
    }
    @media only screen and (max-width: 768px) {
        
        .header_container {
            flex-direction: column;
            justify-content: center;
            align-items: center !important;
        }
        .divTableCellD3 {
            display: table-cell;
            padding: 10px;
            text-align: center;
            width: 61%;
            padding-left: 62px;
        }
        .divTableCellD1 {
            display: table-cell;
            padding: 10px;
            text-align: center;
            width: 43%;
        }
      .line1{margin-top:-45px;}
      
        .notice-header{
        padding-left: 18%;
       
    }
    .blank-line4 {
        display: inline-block;
        border-bottom: 1px solid black;
        width: 66%;
    }
    .line {
     
        width: 99%;
    }
    .form-field {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }

    .form-field .text {
    white-space: normal;
    }
    
    .halfline {
        /* flex-grow: 0.3236; */
        border-bottom: 1.5px solid #000;
        margin-left: 5px;
        margin-bottom: 8px;
        margin-right: 20px;
        width: 99%;
    }

    :lang(ar) .halfline,
    :lang(fa) .halfline  {
        margin-inline-start: 0px;
    }

    
    :lang(ar) .line,
    :lang(fa) .line  {
        margin-inline-start: 0px;
    }
    
    }
    
    @media screen and (max-device-width: 821px)
    and (max-device-height: 1181px)
    and (min-device-width: 819px)
    and (min-device-height: 1179px) {
    .blank-line4 {
    width: 84%;
    }
    .blank-line5 {
    width: 22%;
    }
    }
    
      /* Media Query for iPad Mini */
      @media only screen 
      and (min-width: 768px) 
      and (max-width: 768px) 
      and (min-height: 1024px) 
      and (max-height: 1024px)
      {
    
       
    .blank-line4 {
        display: inline-block;
        border-bottom: 1px solid black;
        width: 83%;
    }
    .blank-line5 {
        display: inline-block;
        border-bottom: 1px solid black;
        width: 18%;
    }
    
    .form-field {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }
    
    .notice-header {
        padding-left: 0%;
    }
    .line {
       padding-bottom: 5px;
        width: 91%;
    
      
        }
    
    .halfline {
    
        border-bottom: 1.5px solid #000;
        margin-left: 5px;
        margin-bottom: 8px;
        margin-right: 20px;
        width: 91%;
      
            
        }
    }