/* 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;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.horizontalLine {
    border: none;
    height: 2px;
    background-color: black;
    width: 100%;
}
.page1Table1 {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}
.page1Table1 td {
    padding: 10px;
}
:lang(th) .page1TableTotalLang {
    padding: 9px !important;
}
.rowBorder {
    border: 2px solid black;
}
.cellBorder {
    border-inline-end: 2px solid black;
}
.datePlaceholder {
    white-space: nowrap;
    text-align: center;
}
.pg1header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px ;
    margin-top: 70px;
}
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px ;
}
.divTableRowAddress {
    display: table-row;
}

.divTableCellAddress {
    display: table-cell;
}
.emptyLine {
    display: inline-block;
    border-bottom: 2px solid black;
    width: 150px;
    height: 60px;
    margin-inline-end: 10px;
}
.dateBlock {
    padding-inline-start: 10px;
    padding-bottom: 10px;
}
.expBlock {
    padding-top: 20px;
    margin-bottom: 10px !important;
}
.exptext {
    padding-top: 5px;
    padding-bottom: 400px;
}
.page2expBlock {
    margin-top: 10px;
        padding-bottom: 400px;
}
@media only screen and (max-width: 768px)
 {
    .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 */
        }
        .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
            .pg1header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
        gap: 30px;
        margin-top: 40px !important;
    }
    .emptyLine {
    width: 230px;
    height: 0px !important; 
    margin-inline-end: 0px !important; 
}
.divTableRowAddress {
    display: grid !important;
}
.dateBlock {
    padding-inline-start: 0px !important;
    padding-bottom: 0px !important;
}
.dateBlockStart {
    padding-top: 10px;
}
.expBlockResp {
    padding-top: 35px !important;
}
}

@media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 820px) 
  and (min-device-height: 1180px) 
  and (max-device-height: 1180px) 
  and (-webkit-min-device-pixel-ratio: 1) 

{ 
    :lang(en) .amountAir,
    :lang(zh-CN) .amountAir,
    :lang(zh-TW) .amountAir{
        width: 120px;
    }
    :lang(hy) .waivedAmountAir,
    :lang(ru) .waivedAmountAir {
        width: 120px;
    }
    :lang(vi) .claimDateAir {
        width: 115px;
    }
}