/* 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;*/
        height:16px;
        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;
}

.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: 1fr 1fr;
      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 */
    }

    .form-col1 {
      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;
    }

    .setBlock2 {
      border-top: 2px solid #000;
      padding: 10px;
      padding-left:15px;
      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-linesff {
    display: inline-block;
    border-bottom: 1.5px solid #000;
    height: 22px;
    width: 100%;
    margin-bottom: 0px;
    }

    .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%;
   }

   .small-text {
    padding-inline-start: 45px;
    padding-bottom: 20px;
    white-space: normal;
   }

.ltext{
    display:block;
    margin-top:-21px;
    margin-inline-start:25px;
}
.Qend{
    text-align: end;
}
.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;
}
.education-group {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.form-field1 {
    display: flex;
    white-space: nowrap;
    margin-bottom: 10px;
    width: 335px;
}
.form-field{
    display: flex;
    white-space: nowrap;
    margin-bottom: 10px;
    width: 100%;
}
.form-field3{
    display: flex;
    white-space: nowrap;
    margin-bottom: 10px;
    width: 100%;
}
.form-field2 {
    display: flex;
    white-space: nowrap;
    margin-bottom: 10px;
    width: 100%;
}
.moveInside{
    padding-inline-start: 35px;
}
.divTableRow12{
    display:flex;
}
.divTableCell1{
    display: flex;
    
    width: 80%;
}

.divTableCell2 {
    display: flex;
    width: 30%;
    /* height: 10px; */
    margin-inline-start: 10px;
   align-items:center;
}
.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;
    }


@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-col1{
    margin-bottom:20px;
}
.form-grid-wrapper {
    display: contents;
}
.form-field{
    /*white-space: normal;*/
    align-items: end; 
}
.form-field1 {
    width: 275px; 
}
.form-field3 {
    white-space: normal;
    align-items: end; 
}
.form-field2 {
    white-space: normal;
    align-items: end; 
    display: block;
}
.form-fieldr {
    display: block;
}
.small-text {
    padding-inline-start: 0px;
}
.spaced-linesff {
    margin-bottom: 0px;    
}  
.wordLong {
    padding-top: 10px;
}
.Righted {
    width: auto;
}
.MergedCell {
    display: contents;
}
} 
@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) {
.Righted {
    width: 70%;
}
.form-field{
    white-space: normal;
    align-items: end; 
}
.form-field3{
    white-space: nowrap;
    align-items: end; 
}
:lang(hy).form-col1
{
    width: 86%;
}
:lang(fil).form-col1
{
    width: 94%;
}
}
/* Media Query for iPad Mini */
  @media only screen 
  and (min-width: 768px) 
  and (max-width: 768px) 
  and (min-height: 1024px) 
  and (max-height: 1024px) {
.form-field {
        white-space: nowrap;
    }
}