/* 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;
}
.header_container1 {
    display: flex;

   align-items: end;
}

.divTableRow {
    display: flex;
}
.divTableCell1 {
    display: table-cell;
 align-content: end;
 
}
.divTableCell {
    display: table-cell;
 align-content: center;
 margin-inline-end: 5px !important;
}
:lang(hy) .divTableCell {
    display: table-cell;
    vertical-align: bottom; /* Aligns content to bottom */
 white-space:nowrap ;
}
:lang(ru) .divTableCell {
    display: table-cell;
    vertical-align: bottom; /* Aligns content to bottom */
    margin-inline-end: 0px !important;
}
.lines {
    display: inline-block;
    border-bottom: 1px solid black;
    margin-left: 3px;
    width: 250px;
    margin-bottom: 2px;
    height: 17px;
  }
  .lines1 {
    display: inline-block;
    border-bottom: 1px solid black;
    margin-left: 3px;
    width: 180px;
    margin-bottom: 2px;
    height: 17px;
  }
.blank-line1 {
    display: inline-block; 
    border-bottom: 1px solid black;
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
  
   }
 .blank-line2 {
    display: inline-block; 
    border-bottom: 1px solid black;
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;
   }  

   .line1 {
    display: inline-block;
    border-bottom: 1px solid black;
    margin-left: 3px;
    margin-right: 4px;
    width: 90px;
    margin-bottom: 2px;
    height: 17px;
}
.line3 {
    display: inline-block;
    border-bottom: 1px solid black;
    margin-inline-start:15px !important;
    margin-right: 4px;
    width: 139px;
    margin-bottom: 2px;
    height: 17px;
}
.instart {
    margin-inline-start: -10px !important;
}
  
  .line2 {
    display: inline-block;
    border-bottom: 1px solid black;
    margin-left: 3px;
    width: 200px;
    margin-bottom: 2px;
    height: 17px;
  }

  .divTableRowA{
    display: flex;
    padding-bottom: 20px;
    margin-left:80px;
  }
  .divTableCellQ{
    display: table-cell;
    padding-right:30px;
width:23%;
  }
  .divTableCellD{
    display: table-cell;
    padding-right:15px;
    
  }
.bottomNote{margin-left:80px;}


.fullLine{     
    display: inline-block;
    border-bottom: 1px solid black;
    margin-inline-start: 3px;
  margin-inline-end:2px;
    width: 90px;
    margin-bottom: 2px;
    height: 17px;
}
.linesmall{     
    display: inline-block;
    border-bottom: 1px solid black;
    
    margin-top: 3px;
    height: 17px;
    width: 12.5%;

}

   .blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}



.signature-stamp-section {
    display: flex;
   
    align-items: baseline;
 
  }
  
  .signature-box {
    display: flex;
    width: 50%;
    align-items: end;
    margin-bottom:25px;
    white-space: nowrap;
  }
:lang(ar).signature-box,
:lang(fa).signature-box{
    display: flex;

    align-items: end;
    margin-bottom:35px;
    white-space: nowrap;
}
  
  .signature-box .line {
    border-bottom: 1.5px solid #000;
    width: 60%;
    height: 20px;
    margin-inline-start:5px;
  }
  
  .stamp-box {
    display: flex ;
        flex-direction: column;
        align-items: center;
        width: 213px;
        margin-inline-start: 13%;
  }
  
  .stamp-space {
    border: 2px solid #000;
    width: 155%;
    height: 125px;
  }
  
  .stamp-label {
    text-align: center;
  
    margin-top: 4px;
  }
@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 */
    }
    .signature-stamp-section {
        display: contents;}
  .signature-box{
    display: contents;
  }
  .stamp-space {
    border: 1px solid #000;
    width: 135%;
    height: 125px;
}
.stamp-box{   width:250px; margin-top: 40px;}
.blank-line1{        
    margin-left:0;
    margin-right:0;
    width:100%;
}
.signature-box .line {
    width:97%;height:40px;
}
    .blank-line2{     
           width: 100%;
        margin-left: 0;
    }
    .divTableCell1{padding-bottom:15px;}
    .divTableCell{padding-bottom:15px;}
.linesmall{width: 100%;}
    .lines{width:30%;}
    
    .line1{
        width:100%;
    }
    .line2{
        width:100%;
        margin-left: 25px;
    }
    .line3 {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;}
.header_container1 {
    display: block;
  }
  :lang(ar).signature-box,
:lang(fa).signature-box{
    display: flex;
    width:97%;
  }
}
  /* Media query for iPad mini */

  @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 768px) 
  and (min-device-height: 1024px) 
  and (max-device-height: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) 

{.header_container1 {
  display: block;
}

    .stamp-box {
        width: 250px;
        margin-top: 40px;
        margin-inline-start: 30%;
    }

}