/* Hide Submit  and Print Button */
.form-submit-button {
    display: none !important;
  }
  
  
  #print-preview {
      display: none !important;
  }
  
  
  
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_3{
      visibility: hidden !important;
    }
    
/* 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;
  }
  .L1right{
    width:47%;
}

  .info-box{
    width:47%;
    padding-top: 10px;
}
.UniquePhoneTable  { 

    width: 47%; 

    

} 

  

.divTableRowUnique { 

    display: table-row; 

} 

  

.divTableCellUnique { 

    display: table-cell; 

    width: 65%; 

    padding: 2px; 

     vertical-align: bottom; 

} 

:lang(fa).divTableCellUnique, 

:lang(ar).divTableCellUnique { 

     display: table-cell; 

    width: 65%; 

    padding: 2px; 

    vertical-align: baseline; 

} 
.divTableRow {
	display: table-row;
}
.divTableCell {
	display: table-cell;
	padding: 2px;
    width:54%;
}
.blank-line {
    display: flex;
    border-bottom: 1px solid black;
    width: 92%;
    margin-left: 30px;
    margin-bottom: 5px;
   }
   .blank-line1{
    display: inline-block;
    border-bottom: 1px solid black;
    width: 30%;
 height:17px;
   }

.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;  
   }  

.divTableCellBig {
    display: table-cell;
    padding: 5px;
    vertical-align: top;
}

.jtext {
    display:block;
    margin-top: -20px; 
    padding-left: 25px ;
    margin-right: 25px;
    }
    :lang(ar).jtext,
:lang(fa).jtext {
    display:block;
    margin-top: -25px; 
    padding-left: 25px ;
    margin-right: 25px;
}
    .ltext{
        display: block;
        margin-top: -27px;
        padding-left: 30px;
        margin-right: 20px;
    }

.form-field {
        display: flex; 
          align-items: center;
          margin-bottom: 5px;
          margin-left:10px;
      }
      .line1 {
     flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 5px;
    height: 10px;
    }
      
.line {
          flex-grow: 0.97;
          border-bottom: 1.5px solid #000;
          margin-left: 30px;
      }
      .line2 {
        flex-grow: 1;
        border-bottom: 1.5px solid #000;
        width: 98%;
        margin-bottom: 5px;
    
    }

.blanklinecallout {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

ul{
    padding-bottom:6px;
    margin-right: 30px;
    list-style-type: disc;
}
.checkbox-group {
    display: flex;
    gap: 15px;
  margin-inline-start: 25px;
}


ul,ol{ margin-inline-start:20px;}
/*For Declaration table*/

.divTableW {
    display: table;
    width: 100%;
    border-collapse: collapse;
    /* Mimics table border collapse */
}

.divTableRowW {
    display: table-row;
}

.divTableCellW {
    display: table-cell;
    padding-right: 10px;
    text-align: center;
    width: 5%;
    padding-top: 25px;
    padding-bottom: 0px;
}

.form-fieldW .halflineW {
    border-bottom: 1.5px solid black;
    /* Corrected the spacing in the border property */
    width: 100%;
    /* Ensures the line spans the full width of the cell */
    margin-bottom: -3px;
    /* Adds space below the line */
    display: inline-block;
}

.form-fieldW div {
    text-align: center;
    margin-top: 1px;
    /* Adds space between the line and the text */

}




@media screen and (max-device-width: 768px) {


    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

    .L1right{
        width: 67%;
    }
    .info-box{
     width:50%;
        padding-top: 20px;
    }
.UniquePhoneTable  { 

    width: 100%; 

} 

  .line1{
    margin-inline-start: 0px;
  }

.divTableCellUnique{ 

    width:65%; 

} 

.moveYesNo{display:block;}
.moveYesNo1{display:block;
padding-left:10px;}
.form-field{
   display: block;

}
}

@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_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

    .L1right{
        width: auto;
    }
    .info-box{
     width:27%;
        padding-top: 20px;
    }
   .UniquePhoneTable  { 

             width: 55%; 

             margin-inline-start: 12%; 

         } 

    .divTableCellUnique{ 

    width:65%; 

}



}