/* 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: 30px !important;
}
.header_container2 {
    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;
}
ul,ol{
    margin-inline-start:7%;
}
.ListMove{
        padding-inline-start: 15px;
}

.Lleft{
    margin-inline-start:20%;

}
:lang(fil).Lleft{
    margin-inline-start:15%;

}
 .divTableRow {
    display: flex;
  }
 
.moveInside{
    margin-inline-start: 10%;
}

.MoveEnd{
    text-align: end!important;
}


.moveRight{
    margin-inline-start:27%;
}


.SmallTable{
    margin-inline-start: 5%;
}

td
{text-align: center !important;}








       

@media only screen and (max-width: 768px)
 {
   
    .header_container {
      flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

    .Lleft{
        margin-inline-start:0%;
    
    }
    .Lright{
        margin-top:10%;
        margin-bottom:10%;
    }
.MoveEnd {
    text-align: center !important;
}
.divTableRow{
    display: block !important;
    margin-top:-30px !important;
}
.moveInside {
    margin-inline-start: 0%;
}
  .responsive-table-container { 

        overflow-x: auto; 

        -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */ 

    } 

 

    .responsive-table-container table { 

        width: 100%; /* Ensure table takes up the full width of the container */ 

        min-width: 850px; /* Set a minimum width to maintain table readability */ 

    } 



}

  /* ipad mini*/
 @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) {
.divTableRow{
    display: block !important;
    margin-top:-17% !important;
}
.moveRight{
    margin-inline-start:0%;
}










}