
/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_6{
      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;
}
.logo1 {
 width:40%;
}
.notice {
    width:40%;
    
 }
.divTableRowAddress {
    display: table-row;
}

.divTableCellAddress {
    display: table-cell;
}

/* Table 1 CSS*/
.table1 {
    width: 100%;
    border-collapse: collapse;
    border: 1.5px solid #050000;
    table-layout: fixed;
}
.table1 thead {
    font-weight: bold;
  }
.table1 th, .table1 td {
    width: 100px;
    height: 50px;
    border: 1.5px solid #050000;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
  }
 
  .horizontal-line {
    border: none;
    height: 1px;
    background-color: #000;
    width: 100%;
    margin: 20px 0;
  }
.blanklinecallout {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   border: 0;
}
/*Table 2 CSS*/
.table2 {
    margin-left: auto; 
    margin-right:auto;
}

.table2 td {
    text-align: end;
    padding-inline-end: 5px;
}

/*Table 3 CSS*/
.table3 {
    width: 100%;
    border-collapse: collapse;
    border: 1.5px solid #050000;
  }

.table3 th {
    border: 1px solid #050000;
    text-align: center;
}
.table3 td {
    border: 1px solid #050000;
    padding-left: 3px;
  }

.info-row td {
 
    font-style: italic;
    text-align: center;
  }
ul,ol {
    margin-inline-start: 20px;  
    margin-inline-end: 20px;
}
ul.aligned-list {
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
}

ul.aligned-list li {
  padding-left: 20px;
  text-indent: -20px;
}
  @media only screen and (max-width: 768px)
 {
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
        
    }
    .divAddressTable {
           text-align: center;
           padding-bottom: 20px;
    }
    .divAddressTable1 {
           text-align: center;
           padding-top: 40px;
    }
    .notice {
            width:100% !important;
            padding-bottom: 10px;  
            margin-inline-start: 40px;  
            margin-inline-end: 20px;
    }
           
    .logo1  {
            width:auto !important;
    }

           .responsive-table-container {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
            tabindex="0";
        }
    
        .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) 

{

}