/* 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;
    }

    /* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}
#form-element-wrapper_2
{
    display: none;
}

.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;
  }
  .divTableW {
        display: table;
        width: 100%;
        border-collapse: collapse; /* Mimics table border collapse */
    }
    
    .divTableRowW {
        display: table-row;
    }
    
    .divTableCellW {
      display: table-cell;
      padding-inline-start: 10px;
      width: 35%;
      text-align: center;
    }
    
    
    .divTableCellL {
      display: table-cell;
    
      width: 35%;
      text-align: center;
    }
    
    .form-fieldW .halflineW {
        border-bottom: 1.5px solid black; /* Corrected the spacing in the border property */
        width: 97%; /* Ensures the line spans the full width of the cell */
        height:22px;
     text-align: start;
        display: inline-block;
    }
    .line1{
        border-bottom: 1.5px solid black;
        width: 100%;
            margin-top: 10%;
           }

    .outlineborder{
        border: double 4px #000 !important; 
        padding:5px;
        background-color: #f2f1f1;
    }
       .form-fieldr {
    display: flex;
align-items:end;
    margin-bottom: 10px;

}
   .blank-line {
    flex-grow: 1;
    display: flex;
    border-bottom: 1.5px solid #000;
    margin-inline-end:5px !important;
    height:19px;
    width: 100px;
    margin-inline-start: 5px;

}
.Righted{
    width: 60%;
    margin-inline-end: 2%;
}
.wordLong{
    white-space: nowrap;
}
.numbered-list {
     counter-reset: list-counter;
    padding-inline-start: 20px;
    list-style: none;
    padding-inline-end: 20px;
}

.numbered-list li {
    counter-increment: list-counter; /* Increment counter */
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

:lang(ar) .numbered-list li,
:lang(fa) .numbered-list li {
    align-items: baseline;
}

.numbered-list li::before {
    content: counter(list-counter) ") ";
    margin-right: 10px;
    margin-left: 10px;
}

ol, ul {
    
    margin-left: 0px;
}
li {
    margin-inline-start: 20px;

}

.marker-bold li::marker {
  font-weight: bold;
}
 .form-short-wrapper {
      display: grid;
      grid-template-columns: 24% 24% 24% 24%;
      gap: 10px;
    }
    .form-grid-wrapper {
      display: grid;
      grid-template-columns:48.5% 48.5%;
      gap: 20px;
    }
    .LeftRight{
        margin-inline-start:3px;
        margin-inline-end:3px;
    }

    .form-grid {
      display: contents; /* Allows child divs to act as direct grid items */
    }

    .form-col {
      border: 2px solid #000;
      
      display: flex;
      flex-direction: column;
      height: 100%; /* Needed for equal height effect */
    }
    .setBlock {
      border-top: 2px solid #000;
      padding: 10px;
      padding-left:15px;
  
      border-bottom:0px;
    }
     .setBlock1 {
      border-top: 2px solid #000;
      padding: 10px;
      padding-left:5px;
  padding-top: 5px;
  padding-bottom: 5px;
      border-bottom:0px;
    }

    .checkbox-row,
    .checkbox-group {
      margin-top: 10px;
    }

    .checkbox-group div,
    .checkbox-row label {
      display: flex;
      align-items: center;
      gap: 5px;
      margin: 3px 0;
    }

   .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;  
   
  }

  .jtext{
      margin-inline-start: 10px;
    
  }
.rtext{
    margin-inline-end:10px;
}
    .spaced-lines {
         display: inline-block;
    border-bottom: 1.5px solid #000;
    height: 22px;
    width: 100%;
    margin-bottom: 10px;
    }
     .spaced-lines2 {
         display: inline-block;
    border-bottom: 1.5px solid #000;
    height: 22px;
    width: 100%;
    margin-bottom: 0px;
    }

:lang(ja) .spaced-lines2,:lang(ar) .spaced-lines2 {
   display: inline-block;
    border-bottom: 1.5px solid #000;
    height: 22px;
    width: 100%;
    margin-bottom: 5px;
}
       .insideLine{
    
    display: inline-block;
    border-bottom: 1.5px solid #000;
    margin-inline-end:5px !important;
    height:17px;
    width: 20%;
    margin-inline-start: 5px;

}
       .smallLine{
    
    display: inline-block;
    border-bottom: 1.5px solid #000;
    margin-inline-end:5px !important;
    height:17px;
    width: 20%;
  

}
       .mediumLine{
    
    display: inline-block;
    border-bottom: 1.5px solid #000;
    margin-inline-end:5px !important;
    height:17px;
    width: 40%;
    margin-inline-start: 5px;

}

       .MergedLine{
    
    display: inline-block;
    border-bottom: 1.5px solid #000;
    margin-inline-end:5px !important;
    height:17px;
    width: 100%;
    margin-inline-start: 5px;

}
.MergedCell{
    display: inline-table;
    text-align: center !important;
    width:30%;
}
     .shortLine{
    
    display: inline-block;
    border-bottom: 1.5px solid #000;
   
    height:17px;
    width: 10%;


}
.ltext{
    display:block;
    margin-top:-21px;
    margin-inline-start:25px;
}
.Qend{
    text-align: end !important;
    
}
.Qend1{
    text-align: end !important;
    display: inline;
}


.adjust{
    margin-inline-start: 16%;
}
:lang(ar).form-grid,:lang(fa).form-grid{
    margin-inline-start: 0px;
}

:lang(ar).ltext,:lang(fa).ltext{
    display:block;
    margin-top:-25px;
    margin-inline-start:25px;
}
.newLine{
    display: inline-block;
    width: 100%;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 5px;
    height:17px;
}
.newLine1{
    display: inline-block;
    width: 78%;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 5px;
    height:17px;
}
.newLineS{
    display: inline-block;
    width: 61%;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 5px;
    height:17px;
}
.education-group {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
align-items: baseline;
  gap: 5px;
}
.form-field1 {
    display: flex;
    white-space: nowrap;
    margin-bottom: 10px;
    width: 335px;
}
.form-fieldQ{
    display: flex;
    white-space: nowrap;
    margin-bottom: 10px;
    width: 100%;
    align-items:center;
}
.form-field{
    display: flex;
    white-space: nowrap;
    margin-bottom: 10px;
    width: 100%;
    align-items:center;
}
.moveInside{
    padding-inline-start: 35px;
        padding-inline-end: 10px;
}
.divTableRow12{
    display:flex;
}
.divTableCell1{
    display: flex;
    
    width: 80%;
}

    .divTableCell2 {
    display: flex;
    width: 30%;
    /* height: 10px; */
    margin-inline-start: 10px;
   align-items:center;
}

:lang(hy) .divTableCell2,
:lang(km) .divTableCell2,
:lang(ru) .divTableCell2,
:lang(fil) .divTableCell2,
:lang(th) .divTableCell2,
:lang(vi) .divTableCell2 {
padding-bottom: 10px;
align-items: end;
}

.divTableCell11{
    display:table-cell;
    width: 45%;
  
}
.divTableCell12{
    display:table-cell;
    width: 55%;
    align-self: end;
}


.insideLine1 {
    display: inline-block;
    border-bottom: 1.5px solid #000;
    margin-inline-end: 5px !important;
    width: 65%;
    margin-inline-start: 5px;
}
.tablePad{
     padding-top:10px;padding-inline-start:10px;
}
   .group1 {
      display: inline;
      gap: 10px;
      margin-top: 10px;
      flex-wrap: wrap;
    }   
    
    
    .attempts {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-top: 10px;
    }

    .attempt-group {
      display: flex;
      align-items: center;
      gap: 5px;
    }


      .mailDateX {
    position: relative; 
    margin-top: 5px; 
  }
  
  .divTableCellNX {
    display: table-cell;
    padding-top: 6px;
    padding-right: 3px;
    width:72%;
    vertical-align: bottom;
  }  
  
  :lang(ar).divTableCellNX,
  :lang(fa).divTableCellNX {
    display: table-cell;
    padding-top: 6px;
    padding-right: 3px;
    width:72%;
  vertical-align: baseline;
  } 
:lang(fa) .Qend,:lang(ar) .Qend  {
  display: inline-block;
  transform: scaleX(-1); /* Horizontally flip */
  direction: ltr;
  text-align:end !important;
}
:lang(fa) .Qend1  {
  display: inline-block;
  transform: scaleX(-1); /* Horizontally flip */
  direction: ltr;
  text-align:end !important;
}
  .blank-line1X {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:175px;
  padding-left: 2px;
  padding-right: 2px;
  }
   .form-fieldr1 {
    display: flex;
align-items:baseline;
    margin-bottom: 10px;

}

    @media only screen and (max-width: 768px) {
        .header_container {
            flex-direction: column;
            justify-content: center;
            align-items: center !important;
        }
.form-short-wrapper{
    display: contents;
}
.form-col{
    margin-bottom:20px;
}
.form-grid-wrapper{
    display: contents;
}

.Righted {
    width: 25%;
    margin-inline-end: 2%;
}

.form-fieldr1 {display: block;}
.blank-line {
    width: 83%;
    display: inline-block;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 0px !important;
    height: 19px;

    width: 100%;
    margin-bottom: 10px;}
.MergedCell {display:contents;}
    :lang(ja).form-field, :lang(km).form-field {
        white-space: nowrap;
        align-items: end;
    }
    .newLineS{width:49%;}
    }





@media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 1180px) 
  and (-webkit-min-device-pixel-ratio: 2) {

.form-fieldr1 {display: block;}
.blank-line {
    width: 83%;
    display: inline-block;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 0px !important;
    height: 19px;

    width: 50%;
    margin-bottom: 10px;}
.newLineS{width:46%;}
  }