/* 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: 10px !important;
}
.divTableRow {
    display: table-row;
}
.divTableCellNX {
    display: table-cell;
    padding-top: 6px;
    width: 65%;
    text-align: end !important;
    vertical-align: bottom;
    padding-bottom: 5px;
    padding-inline-start: 7px;
}
.blank-line1X {
    display: inline-block;
    border-bottom: 1.5px solid black;
    width: 180px;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    height: 17px;
}
.flexLine {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    height: 18px;
    margin-bottom: 10px;
    margin-inline-end: 10px;
}
.hrPadding {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}
.hrPadding1 {
    margin-top: 30px !important;
    margin-bottom: 5px !important;
}
.pflRepBlock {
    width: 28%;
    padding-bottom: 5px;
    padding-top: 20px;
}
.blanklinecallout {
  position: fixed !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;

  border: 0 !important;
}
.grey-box {
    background-color: #e5e5e5;
    width: 400px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 50px;
    margin-inline-start: 15px;
    margin-inline-end: 50px;
}
ul,ol{
    margin-inline-start:25px;
    padding:0px !important;
}

.MailSection1 {
    width: 50%;
    border: 1.5px solid black;
}
.signBlock{
    display: flex;
    width: 100%;
}
.L1left {
    display: flex;
    width: 50%;
}

.heading-row {
    padding-inline-start: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-inline-end: 10px;
}
.list-cell {
    padding-inline-start: 30px;
    padding-bottom: 20px;
}
:lang(ar).list-cell, :lang(fa) .list-cell,
:lang(hy).list-cell, :lang(ja) .list-cell,
:lang(km) .list-cell, :lang(vi) .list-cell {
    padding-inline-end: 25px !important;
}
.bullet-list {
    list-style-type: disc;
    margin: 0;
    padding-inline-start: 20px;
}
.bullet-list li {
    margin: 6px 0;
}
.row-wrap {
    display: contents;
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin-inline-start: 10px;
}
.answer {
    white-space: nowrap;
    align-content: end;
    padding-inline-end: 7px;
}
.lst_main_item {
    margin-bottom: 15px;
    padding-inline-start: 5px;
}
.et_table {
    width: 100%;
    border-collapse: collapse;
    /* table-layout: fixed; */
    margin-top: 15px;
    min-width: 0px;
}
.et_table th {
    padding: 4px 6px;
    border: none;
    text-align: center;
    font-weight: normal;
}
.borderfortable1 td, th {
    border: 1px solid black;
    height: 25px;
    border-collapse: collapse;
   
    padding-top: 5px;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
}



.et_table td {
    border: 1.5px solid #000;
    padding: 15px 5px;
    vertical-align: top;
}

.lst_other_language_section {
    display: flex;
    padding-bottom: 20px;
    margin-inline-start: 5px;
}
.line15 {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 5px;
    margin-bottom: 2px;
}
:lang(ar).line15,
:lang(fa).line15 {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 5px;
    margin-bottom: 10px;
}
.jtext {
    margin-inline-start: 5px;
}
.form-fieldNEW {
    display: flex;
    align-items: baseline;

}
.form-fieldNEW .text {
    margin-bottom: 8px;
    padding-inline-start: 5px;
}
.form-fieldDate {
    align-items: end;
}
.manualLine {
    display: inline-block;
    border-bottom: 1.5px solid black;
    width: 130px;
    margin-inline-end: 10px;

}
:lang(zh-TW) .manualLine,
:lang(zh-CN) .manualLine {
    margin-inline-start: 5px;
}
.line16 {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 5px;
   /* margin-bottom:-20px;*/
    height:20px;

}
.form-field {
    display: flex;
    align-items: center;
}
.form-field .text {
    margin-bottom: 8px;
    padding-top: 10px;
    padding-inline-start: 5px;
}
.line {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 5px;
    margin-bottom: 8px;
}
.line1 {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 5px;
    margin-bottom: 14px;
}
:lang(ar) .line1,
:lang(fa) .line1 {
    width: 103% !important;
}
.signature {
    padding-bottom: 5px;
    padding-inline-start: 6px;
}

.form-fieldm {
    display: flex;
  
    grid-template-columns: 33% 41% 11% 14%;
    /* gap: 10px; */
    gap: 0.5rem;
}
:lang(ar).blank-line1X ,
:lang(fa).blank-line1X {
    display: inline-block;
    border-bottom: 1.5px solid black;
    width: 180px;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    height: 8px;
}
/*----------------------------------------------------------------------*/
/*--------------DOUBT-----------------*/
:lang(ar).et_table ,
:lang(fa).et_table{
    width: 103%;
    border-collapse: collapse;
    /* table-layout: fixed; */
    margin-top: 15px;
    min-width: 0px;
}
:lang(ar).lst_other_language_section,
:lang(fa).lst_other_language_section {
    width: 103%;
}
:lang(ar).form-fieldNEW,
:lang(fa).form-fieldNEW {
    display: flex;
    align-items: baseline;
    width:103%;
}
:lang(ar).form-field,
:lang(fa).form-field{
    display: flex;
    align-items: center;
    width:103%;
}
/*-----------------------------------------*/

.Certify{
   margin-inline-start:4px !important;
}
/* Column widths */
.et_col_employer { width: 23%; }
.et_col_address  { width: 29%; }
.et_col_phone    { width: 18%; }
.et_col_date     { width: 24%; }

.line101 {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 5px;
    margin-bottom: 8px;
}
.line_block1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
    margin-inline-start: 8px;
}
.line_block2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
    margin-inline-start: 8px;
}


.line_block3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    margin-inline-start: 8px;
}
:lang(hy).addressLang,
:lang(ru).addressLang {
    text-align: center;
}
.addressBlockLine
 {
    width: 100%;
    border-bottom: 1.5px solid #000;
    height: 17px;
    margin-inline-end: 5px;
}
.label_row2{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
    .TOBlock {
        padding-top: 20px;
    }
@media only screen and (max-width: 768px)
{
   .header_container {
   flex-direction: column;
   justify-content: center;
   align-items: center !important;
}
  .responsive-table-container { 

        overflow-x: auto; 

        -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */ 

    } 

.line15 {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 5px;
    margin-bottom: 2px;
    height: 25px;
}
.form-fieldm {
    display: block;
    grid-template-columns: 33% 41% 11% 14%;
    /* gap: 10px; */
    gap: 0.5rem;
}
.MailSection1 {
    width: 100%;
    border: 1.5px solid black;
}
.form-field {
    display: block !important;
    align-items: center;
}
.form-field .text {
    padding-top: 30px !important;
}
.list-cell {
    padding-inline-start: 30px !important;
    padding-inline-end: 10px !important;
}
.form-fieldNEW {
    display: block !important;
    align-items: center;
}
.lst_other_language_section {
    display: block;
}
.line {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 5px;
    margin-bottom: 10px;
}
    .line15 {
        flex-grow: 1;
        border-bottom: 1.5px solid #000;
        margin-inline-start: 5px;
        margin-bottom: 10px;
        height: 25px;
    }
:lang(ar).lst_other_language_section, :lang(fa).lst_other_language_section {
    display: block;
    width: 103%;
}
:lang(ar).line15, :lang(fa).line15 {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 5px;
    margin-bottom: 10px;
    width: 105%;
}
:lang(ar).et_table, :lang(fa).et_table {
    width: 100%;
    border-collapse: collapse;
    /* table-layout: fixed; */
    margin-top: 15px;
    min-width: 850px;
}
.et_table {
    width: 100%;
    border-collapse: collapse;
    /* table-layout: fixed; */
    margin-top: 15px;
    min-width: 850px;
}
    .line101 {
        flex-grow: 1;
        border-bottom: 1.5px solid #000;
        margin-inline-start: 0px;
        margin-bottom: 10px;
    }
   .manualLine {
    width: 95% !important;
   }
   .heading-row {
    padding-inline-end: 10px;
    padding-inline-start: 10px !important;
   }
    .L1left {
    display: flex;
    margin-bottom: 30px;
    width: 100% !important;
   }
   .grey-box {
    background-color: #e5e5e5;
    width: 300px !important;
    border-radius: 10px;
    padding-bottom: 120px;
    margin-top: 0px !important;
    align-items: center;
    padding-top: 10px;
    position: relative;
    margin-bottom: 0px !important;
    margin-inline-start: 15px;
    margin-inline-end: 0px !important;
    }
    .MailSection {
        padding-bottom: 10px;
        width: 350px;
    }
    :lang(pa) .MailSection {
        width: 355px !important;
    }
    .pflRepBlock {
        width: 100% !important;
    }
    .flexLine {
        width: 400px !important;
    }
    .signBlock {
        display: grid !important;

    }
    .line_block1 {
        width: 100% !important;
    }
        .line_block2 {
        width: 100% !important;
        margin-top: 10px;
    }
            .line_block3 {
        width: 100% !important;
        margin-top: 10px;
    }
    :lang(ar) .line1,
:lang(fa) .line1 {
    width: 103% !important;
}
:lang(ar) .line,
:lang(fa) .line {
    width: 106% !important;
}
}


  @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) {

         .line_block1 {
            width: 50% !important;
         }
         .manualLine {
            width: 100px !important;
         }
         .pflRepBlock {
            width: 31% !important;
         }
         .label_row2 {
            text-align: center;
         }
        }
@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) 
{
        .MailSection1 {
        width: 60%;
        border: 1.5px solid black;
    }
    .MailSection {
        width: 55% !important;
    }
    :lang(ja) .MailSection {
        width: 38% !important;
    }
    .L1left {
        width: 50% !important;
    }
    :lang(ar).line15, :lang(fa).line15 {
        flex-grow: 1;
        border-bottom: 1.5px solid #000;
        margin-inline-start: 5px;
        margin-bottom: 10px;
        width: 100%;

    }
    .flexLine {
        width: 800px !important;
    }
}
