/* 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;
  }
  .blank-line {
flex-grow: 4;
    display: flex;
    border-bottom: 1px solid #000;
    margin-inline-end:5% !important;
    height:19px;

}
.blank-lineq {
    flex-grow: 0.5;
        display: flex;
        border-bottom: 1px solid #000;
       
        height:19px;
    
    }
.phonec{
    padding-right :30px !important;
}
.greyboxsmall {
    background-color: #e5e5e5; 
    padding: 20px; 
    padding-top: 0px; 
    padding-bottom: 0px; 
    text-align: center; 
  } 

  .table1{
    width:100%;
  }
  .end{
    border-inline-end: none !important;
  }
  .start{
    border-inline-start: none !important;
  }
  .form-table{
    width:100%;
    border:1px solid black;
  }
  .jtext {
    display:block;
    margin-top:-21px;
    margin-left: 20px;
    margin-right: 20px;
    }

    :lang(ar) .jtext {
        display:block;
        margin-top:-27px;
        margin-left: 20px;
        margin-right: 20px;
        }
        :lang(fa) .jtext {
            display:block;
            margin-top:-27px;
            margin-left: 20px;
            margin-right: 20px;
            }

    .blank-line1 {
        width: 100px;
        display: inline-block;
        border-bottom: 1px solid #000;
    
    }
.form-table td,th{
    border:1px solid black;
    padding:10px;
}
.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;  
   
  } 

.line3{
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom:25px;

}
.divTableW {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-top:15px;

  }
  
  .divTableRowW {
    display: table-row;
  }
  
  .divTableCellW {
    display: table-cell;
    padding: 10px;
    text-align: start; /* Centers the content */
    width: 29%;
  }
  .divTableCellW1 {
    display: table-cell;
    padding-inline-end: 5%;
    text-align: start; /* Centers the content */
    width: 65%;
  }
  
  .halfline {
    flex-grow: 0.7;
    border-bottom: 1.5px solid black;

    margin-bottom: 4px;
  }
  .remarks{
    display: flex;
  }
  .instart{
    padding-inline-start: 36% !important;
  }
  .ltext{
    margin-top: -9px;
    padding-left: 8px;
    padding-right: 10px;
  }
  .ltext1{
    margin-top: -9px;
    padding-left: 8px;
    padding-right: 10px;
  }
 
  .form-fieldr {
    display: flex
;
    margin-bottom: 10px;}
    .ktext {
        display: block;
        margin-top: -27px;
        margin-left: 12px;
        margin-right: 20px;
        margin-bottom: 20px;
    }


    .start{
        margin-inline-start:none !important;
    }
    .end{
        margin-inline-end:none !important;
    }
    .certification-container {  

        display: flex;  
        
        align-items: flex-start; /* Aligns the text properly */  
        
        max-width: 100%; /* Ensures responsiveness */  
        
        }  
        
        .label1 {  
   
        
        white-space: nowrap; /* Prevents wrapping */  
        
        
        
        flex: 0 0 auto; /* Prevents shrinking */  
        
        }  
        
        .tex1 {  
        
        flex: 1; /* Ensures the text takes up remaining space */  
        
        min-width: 0; /* Fixes overflow issues */  
        
    
        
        } 

    @media only screen and (max-width: 768px) {
        .header_container {
            flex-direction: column;
            justify-content: center;
            align-items: center !important;
        }
    .table-container {
       
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
    }
    .table-container table 
    {
        width:100%;
         min-width:850px;
     }
    .overall{
        width:90%;
         min-width:828px;
     } }