/* 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;}

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.NameOffice{


}
.divTableRow {
    display: flex;
}

.divTableCell {
    display: table-cell;
        align-content: end;
}

.lines {
    display: inline-block;
    border-bottom: 1px solid black;
    margin-inline-start: 3px;
    width: 250px;
    margin-bottom: 2px;
    height: 17px;
  }
  .lines1 {
    display: inline-block;
    border-bottom: 1px solid black;
    margin-inline-start: 3px;
    width: 180px;
    margin-bottom: 2px;
    height: 17px;
  }
.blank-line1 {
    display: inline-block; 
    border-bottom: 1px solid black;
    width: 350px;
    margin-inline-start: 10px;
    margin-inline-end: 50px;
   }
   .blank-line2 {
    display: inline-block; 
    border-bottom: 1px solid black;
    width: 150px;
    margin-inline-start: 10px;
   }


   .line1 {
    display: inline-block;
    border-bottom: 1px solid black;
    margin-inline-start: 3px;
    margin-inline-end: 4px;
    width: 150px;
    margin-bottom: 2px;
    height: 17px;
}

.line3 {
    display: inline-block;
    border-bottom: 1px solid black;
    margin-inline-start: 15px;
    margin-inline-end: 4px;
    width: 139px;
    margin-bottom: 2px;
    height: 17px;
}
.forty{
    margin-inline-start:40px;   
}
  
  .line2 {
    display: inline-block;
    border-bottom: 1px solid black;
    margin-inline-start: 3px;
    width: 200px;
    margin-bottom: 2px;
    height: 17px;
  }

  .divTableRowA{
    display: flex;
    padding-bottom: 20px;
    margin-inline-start:80px;
  }
  .divTableCellQ{
    display: table-cell;
    padding-inline-end:30px;
width:23%;
  }
  .divTableCellD{
    display: table-cell;
    padding-inline-end:15px;
    
  }
.bottomNote{margin-inline-start:80px;
          }

.linesmall {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-left: 5px;
    margin-bottom: 8px;
  margin-right:5px;
 
   
}
.form-field {
    display: flex; 
      align-items: center;
      margin-bottom:5px;
      
}


.form-field .text {
    
    margin-bottom: 8px;
}
.fullLine{     
    display: inline-block;
    border-bottom: 1px solid black;
    margin-inline-start: 84px;
    margin-top: 20px;
    height: 17px;
    width: 90%;
}

.last-line1{
    display: inline-block;
    border-bottom: 1px solid black;
    width: 400px;
       margin-inline-start: 5px;
}
.last-line2{
    display: inline-block;
    border-bottom: 1px solid black;
    width: 290px;
       margin-inline-start: 5px;
}
   .blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.adjust1{
    margin-inline-start:-20px;
}
.adjust{
    margin-inline-start:-10px;
}
@media screen and (max-device-width: 768px) {

    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    .divTableRow {
      flex-direction: column; /* Stack the table rows */
    }
  
.blank-line1{        
    margin-left:0;
    margin-right:0;
    width:100%;
}
    .blank-line2{     
           width: 100%;
        margin-left: 0;
    }
  
    .divTableCell{padding-bottom:15px;}
.linesmall{width: 100%;}
    .lines{width:30%;}
    
    .line1{
        width:100%;
    }
    .line2{
        width:100%;
        margin-left: 25px;
    }
    .line3 {width:100%;}
    .fullLine{width:100%;}
    .last-line2{width: 100%;}
    .last-line1{width: 100%;}
    .divTableRowA {
        flex-direction: column; /* Stack the table rows */
        width:100%;
        margin-left:40px;
      }

.divTableCellQ{width:100%;}
.bottomNote {margin-left:40px;}
.fullLine{  margin-left:40px;}
  }