/* 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;
}


   .divTableRow {
    display: table-row;
  }
    .divTableCell {
    display: table-cell;
    padding-top: 6px;
     
        width: 55%;
    white-space: nowrap;
    text-align: end !important;
    vertical-align: bottom;
    padding-bottom: 5px;
    padding-inline-start: 7px;
  } 
    :lang(ar) .divTableCell,    
  :lang(fa) .divTableCell{

  display: table-cell;
    padding-top: 6px;
     
        width: 55%;
    white-space: nowrap;
    text-align: end !important;
    vertical-align: baseline;
    padding-bottom: 5px;
    padding-inline-start: 7px;




  }
  .divTableCellNX {
    display: table-cell;
    padding-top: 6px;
     
    width: 65%;
    text-align: end !important;
    vertical-align: bottom;
   
    padding-inline-start: 7px;
  }  
  :lang(ar) .divTableCellNX,    
  :lang(fa) .divTableCellNX {
     display: table-cell;
    padding-top: 6px;
   padding-inline-start: 5px;
    width:65%;
    text-align: end !important;
    vertical-align: baseline;
    
    white-space: nowrap;
  }
  
  .basis-text{
     margin-inline-start: 30px;
    margin-top: -22px;
    display: inline-block;
}

    :lang(ko).moveAside{
     margin-inline-start: 50px;
     
    
    }
  .blank-line2X {
    display: inline-block;
    border-bottom: 2px solid black;
    width: 120px;
    padding-left: 2px;
    padding-right: 2px;
      height: 17px;

  }
  :lang(hy).blank-line2X{

    display: inline-block;
    border-bottom: 2px solid black;
    width: 97px;
    padding-left: 2px;
    padding-right: 2px;
      height: 17px;


  }
  .SetWidth{
    width:60%;
  }
    .blank-line {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 45%;
    padding-left: 2px;
    padding-right: 2px;
      height: 15px;

  }
  .MoveLeft{
    margin-inline-start: 50px;
  }

.SetWidth1{
    width:35%;
}
  
  .blank-line1X {
    display: inline-block;
    border-bottom: 2px solid black;
    width: 180px;
    padding-left: 2px;
    padding-right: 2px;
      height: 17px;

  }
.divTableCellw {
    display: table-cell;
        align-content: end;
            white-space: nowrap;
}
.blank-line1 {
    display: inline-block; 
    border-bottom: 2px solid black;
    width: 400px;
    margin-inline-start: 10px;
    margin-inline-end: 50px;
     height:17px;
   }
   :lang(ar) .blank-line1,
   :lang(fa) .blank-line1 {    display: inline-block; 
    border-bottom: 2px solid black;
    width: 400px;
    margin-inline-start: 10px;
    margin-inline-end: 50px;
height:10px;}
   .blank-line2 {
    display: inline-block; 
    border-bottom: 2px solid black;
    width: 200px;
    margin-inline-start: 10px;
    height:17px;
   }
  :lang(ar) .blank-line2,
   :lang(fa) .blank-line2 {    display: inline-block; 
    border-bottom: 2px solid black;
    width: 200px;
    margin-inline-start: 10px;
 
height:10px;}
 .NameOffice{

  
    margin-top:50px;
 }
.divAddressTable {
    margin-inline-start: 6%;
    margin-top: 3%;
   
}

:lang(ar).divTableCellAddress,
:lang(fa).divTableCellAddress {
  
 text-align:end !important;
}
 
.adjust{ margin-inline-start: 10px;
margin-inline-end: 50px;}

  .blank-lineFull {
display: inline-block;
    border-bottom: 2px solid black;
    width: 100%;
   
    margin-inline-end: 2px;
  }
 .jtext {
  margin-top: -20px;
    padding-inline-start: 22px;
    display: block;
}
:lang(ar).jtext,
:lang(fa).jtext {
    margin-top: -23px;
    padding-inline-start: 22px;
    display: block;
}
.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;  
   }  


  .grey-box {
    background-color: #e5e5e5;
    width: 55%;
    height:135px;

    padding-inline-start: 10px;
}
.basis-grid {
    display: grid;
    grid-template-columns: 8% auto 1fr;
    align-items: start;
    column-gap: 10px;
    margin-top: 8px;
}







/* Blank line styling (example) */
.blank-lineq {
    margin-top: 4px;
    border-bottom: 2px solid #000;
  width: 150px;
    display: inline-block;
    height: 22px;
    text-align:center!important;
    margin-inline-start: 5px;
}




.form-container {
    position: relative;
    width: 100%;
    overflow: visible !important;
}
.mainTable {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid black;
    margin-top: 3px;
}
.mainTable td {
    border: 2px solid black;
    height: 25px;
    padding: 3px;
    padding-inline-start: 10px;
}
.subtable td {
    padding-inline: 10px;
}

.blank-line {
        display: inline-block; 
        border-bottom: 2px solid black;
        width: 20%;       
        vertical-align: text-bottom;
        margin-inline-start: 2px;
       }
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.checkbox-align {
    margin-inline-start: 10px;
}
.cText {
    margin-inline-start: 10px;
    margin-inline-end: 10px;
    padding-top: 3px ;
}
.Checkboxsize {
   width: 14px;
   height: 14px;
   background-color: white;
   border-radius: 5%;
   border: 2px solid black;
   appearance: none;
   -webkit-appearance: none;
   outline: none;
   cursor: pointer;
   margin-right: 8px;
   margin-left: 5px !important;
}

.checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0px 0;
}

.checkbox-row input[type="checkbox"] {
    margin-top: 5px;
    flex-shrink: 0;
}
.checkbox-label1 {
    line-height: 1.4;
    flex: 0;
    white-space: nowrap;
}
.no-border td {
    border: none !important;
    padding-top: 10px;
    padding-inline-start: 10px;
}
/*for contents which have labels followed by lines*/
.line-flex {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.line-flex1 {
    display: inline-block;
    gap: 5px;
}
.line {
    flex-grow: 1;
    border-bottom: 2px solid black ;
    height: 1.2em;
}
.shortLine {
    width: 100px;
    border-bottom: 2px solid black ;
}

.telephone_no {
    width: 300px; 

}
/*CSS for address block where blank lines provided for filing address*/
.address-flex {
    display: flex;
    align-items: flex-start;
}
.address-label {
    flex-shrink: 0;
    width: 250px;
    line-height: 1.4;
    padding-top: 5px;
}
:lang(zh-TW).address-label,
:lang(zh-CN).address-label {
    flex-shrink: 0;
    width: 272px;
    line-height: 1.4;
    padding-top: 5px;
}
.address-lines {
    flex-grow: 1;
    width: 100%;

}
.address-lines div {
    border-bottom: 2px solid black ;
    height: 1.5em;
    margin: 5px 0;
    margin-top: 1px;
    margin-inline-start: 30px;
}
/*CSS for box inside the table to mention Dept use only*/
.dept-box {
    border: 3px solid black;
    height: 100%;
    margin-inline-end: -3px;
    border-inline-end: none !important;
    background-color: lightgrey;
}
.Checkboxsize2 {
   width: 14px;
   height: 14px;
   background-color: lightgrey;
   border-radius: 5%;
   border: 2px solid black;
   appearance: none;
   -webkit-appearance: none;
   outline: none;
   cursor: pointer;
   margin-right: 8px;
   margin-left: 5px !important;
}
.dept-box-contents {
    margin-inline-start: 5px; 
    margin-top: 10px;
}

.box-title {
    text-align: center !important;
    margin-bottom: 5px;
    border-bottom: 2px solid black;
    padding-bottom: 4px;
}
.ssnBlock {
    width: 40px;
    margin-inline-end: 10px;
}
.ssnWidth {
    width: 300px;
}

:lang(hy) .phoneBlock {
    margin-inline-start: 0px !important;
}
.form-fieldm {
    display: flex;
    /* align-items: center; */
    /* margin-bottom: 5px; */
    grid-template-columns: 33% 41% 11% 14%;
    /* gap: 10px; */
    gap: 0.5rem;
}

.signLine {
    flex-grow: 1;
    border-bottom: 2px solid #000;
    scroll-margin-inline-start: 5px;
    margin-bottom: 8px;
  
    height: 20px;

}
.dateLine {
    margin-inline-end: 10px !important;
}
.fieldLinePadding {
    margin-inline-start: 5px;
  
}
/*addressblock*/
.line_block1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    margin-inline-start: 8px;
}
.line_block2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    margin-inline-start: 8px;
}


.line_block3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    margin-inline-start: 8px;
}
.line_block4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 115px;
    margin-inline-start: 8px;
}
:lang(hy).line_block4,
:lang(ru).line_block4 {
    text-align: center;
}
:lang(hy).stateText,
:lang(ru).stateText {
    width: 60px;
}
:lang(hy).addressLang,
:lang(ru).addressLang {
    text-align: center;
}
.addressBlockLine
 {
    width: 100%;
    border-bottom: 2px solid #000;
    height: 17px;
    margin-inline-end: 5px;
}
.label_row2{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.dateBlock {
    margin-inline-end: 10px;
        margin-bottom: 40px;

}


.addressLinePadding {
    margin-bottom: 25px !important;
}
.deptBoxPadding {
    vertical-align: top;
    width: 35%;
}


.adjust1{
    margin-inline-start:30px;
    display: inline-block;
}

.address-row-grid {
    display: grid;
    grid-template-columns:
        auto
        minmax(220px, 1.8fr)
        minmax(120px, 1fr)
        minmax(91px, 0.6fr)
        minmax(100px, 0.8fr);
    column-gap: 12px;
    align-items: baseline;
    width: 100%;
}

/* Title */
.address-row-title {
 
    white-space: nowrap;
}

/* Field container */
.address-field {
    display: flex;
    flex-direction: column;
}

/* Input line */
.address-input-line {
  
    border-bottom: 2px solid #000;
}

/* Field labels */
.address-field-label {
  
    margin-top: 2px;
   text-align:center!important;
}

























@media only screen and (max-width: 768px)
 {
   
    .header_container {
      flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
.adjust{ margin-inline-start: 10px;
margin-inline-end: 0px;
}
.basis-grid {
    display: grid;
    grid-template-columns: 20% auto 1fr;
    align-items: start;
    column-gap: 10px;
    margin-top: 8px;
}

 
.blank-lineSmall {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 25%;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    height: 17px;
}
.divAddressTable {
   margin-inline-start: 0;
  
}
.SetWidth {
    width: auto;
}
.SetWidth1 {
    width: 30%;
    margin-top:20px;
}
.grey-box{
    width: 100%;}
    .MoveLeft{
    margin-inline-start: 0px;   }
    .divTableCellw{
        display: block !important;
    }
    .blank-line2 {
    display: inline-block;
    border-bottom: 2px solid black;
    width: 100% !important;
    margin-inline-start: 0px !important; 
    height: 17px;
 }
.NameOffice{
    margin-inline-start:0px;
    margin-top:20px;
}
.divTableRow{
    display: block;
}
 .blank-line1 {
    display: inline-block;
    border-bottom: 2px solid black;
    width: 100% !important;
   margin-inline-start: 0px !important;  
    margin-inline-end: 50px;
    height: 17px;
    margin-bottom:20px;
   
}
:lang(ar) .blank-line1,
   :lang(fa) .blank-line1 {
    display: inline-block;
    border-bottom: 2px solid black;
    width: 100% !important;
   margin-inline-start: 0px !important;  
    margin-inline-end: 50px;
    height: 10px;
  margin-bottom:20px;

}


:lang(ar).blank-line2,
   :lang(fa).blank-line2 {
 display: inline-block;
    border-bottom: 2px solid black;
    width: 100% !important;
    margin-inline-start: 0px !important; 
    height: 10px;
 }
.responsive-table-container {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
        }
    
    .responsive-table-container table {
            width: 100%; /* Ensure table takes up the full width of the container */
            min-width: 850px; /* Set a minimum width to maintain table readability */
        }
    .header_note { 
            width: 100%;
            margin-inline-start: 0px;
        }
    .form-container .watermark{
        font-size: 20px;
        font-weight: 20px;
        text-align: center;
        width: 90%;
        background: transparent;

    }
    .line_block4 {
        width: 15% !important;
    }

}

  /* 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) {

.grey-box{
    width: 50%;

}   .responsive-table-container {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
        }
    
    .responsive-table-container table {
            width: 100%; /* Ensure table takes up the full width of the container */
            min-width: 850px; /* Set a minimum width to maintain table readability */
        }
     .form-container .watermark{
        font-size: 40px;
    }
    .basis-grid {
    display: grid;
    grid-template-columns: 11% 89% !important;
    align-items: start;
    column-gap: 10px;
    margin-top: 8px;
}
:lang(th).basis-text,
:lang(en).basis-text {
     margin-inline-start: 30px;
    margin-top: -22px;
    display: flex;
}
:lang(ko).moveAside {
    margin-inline-start: 30px;
}
}
 @media only screen and (max-width: 1180px)
 {

 .divTableCellw {
    display: table-cell;
        align-content: end;
         white-space: nowrap;
}
.blank-line1 {
    display: inline-block; 
    border-bottom: 2px solid black;
    width: 300px;
    margin-inline-start: 10px;
    margin-inline-end: 50px;
     height:17px;
   }
   :lang(ar) .blank-line1,
   :lang(fa) .blank-line1 {    display: inline-block; 
    border-bottom: 2px solid black;
    width: 300px;
    margin-inline-start: 10px;
    margin-inline-end: 50px;
height:10px;}

:lang(ar).blank-line2,
   :lang(fa).blank-line2 {
 display: inline-block;
    border-bottom: 2px solid black;
    width: 200px;
    margin-inline-start: 8px; 
    height: 10px;
 }
  .blank-line2 {
    display: inline-block;
    border-bottom: 2px solid black;
     width: 200px;
    margin-inline-start: 8px; 
    height: 17px;
 }
}
@media only screen
  and (min-device-width: 820px) 
 and (max-device-width: 820px) 
 and (min-device-height: 1180px) 
 and (max-device-height: 1180px) 
 and (-webkit-min-device-pixel-ratio: 1) {
         .ssnWidth {
            width: 100% !important;
         }
         .line_block1 {
            width: 50% !important;
         }
         .line_block4 {
            width: 13% !important;
         }
      
        
        :lang(hy) .nameBlock {
            width: 350px !important;
        }
        :lang(hy) .phoneNumberAir {
            width: 80% !important;
        }
        :lang(hy) .address-label {
            flex-shrink: 1 !important;
            width: 400px !important;
            padding-bottom: 20px;
        }
   
 }