/* 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;
}
.blank-line {
        display: inline-block; 
        border-bottom: 2px solid black;
        width: 200px;
       }
.blank-linePage2 {
        display: inline-block; 
        border-bottom: 2px solid black;
        width: 350px;
       }
.fullLine {
        display: inline-block; 
        border-bottom: 2px solid black;
        width: 100%;
        margin-top: 20px;
}
.manualLine {
        display: inline-block; 
        border-bottom: 2px solid black;
        width: 200px;
        margin-inline-start: 5px;
       }
.page2Table1 {
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.page2Table2 {
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    padding: 5px 2px;
}

.MailDateBlock {
    text-align: end;
    vertical-align: bottom;
}
:lang(ar) .MailDateBlock,
:lang(fa) .MailDateBlock {
    text-align: left !important;
}

:lang(en) .divTableCellLang,
:lang(hy) .divTableCellLang,
:lang(km) .divTableCellLang,
:lang(pa) .divTableCellLang,
:lang(ru) .divTableCellLang,
:lang(fil) .divTableCellLang,
:lang(vi) .divTableCellLang{
    vertical-align: bottom;
}
.fieldSet {
    float: right;
    padding-top: 10px;
}
.enclosureBlock {
    padding-inline-start: 10px;
}
.enclosure {
    padding-top: 40px !important;
}
.footerNote {
    margin-top: 300px;
    margin-bottom: 0px !important;
}
.footerNote1 {
    text-align: right;
    margin-bottom: 0px !important;
}
.placeholderText {
    border-bottom: 2px solid black;
    width: 200px;
    display: inline-block;
    text-align: end;
        vertical-align: bottom;
}
.form-fieldDeclaration {
    display: flex;
    /* align-items: center; */
    /* margin-bottom: 5px; */
    grid-template-columns: 33% 41% 11% 14%;
    /* gap: 10px; */
}
.form-fieldm {
    display: flex;
    /* align-items: center; */
    /* margin-bottom: 5px; */
    grid-template-columns: 33% 41% 11% 14%;
    /* gap: 10px; */
    gap: 0.5rem;
}
.declaration {
    margin-inline-start: 10px;
    margin-inline-end: 10px;
}
.signLine {
    flex-grow: 1;
    border-bottom: 2px solid #000;
    scroll-margin-inline-start: 5px;
    margin-bottom: 8px;
    height: 20px;

}
.paraPadding {
    margin-top: 15px;
    margin-bottom: 0px !important;
}

.divTableW {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-inline-start: 15px;
}
.divTableRowW {
    display: flex;
}
.divTableCellW {
    display: table-cell;
    padding-top: 15px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    text-align: center;
    width: 35%;
}
.divTableLines {
    display: table-cell;
    padding-top: 5px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    text-align: center;
    width: 35%;
}
.form-fieldW .halflineW {
    border-bottom: 2px solid black;
    width: 80%;
    margin-bottom: 8px;
}
.table-row {
    display: flex;
    width: 30%;
    border-top: 2px solid black;
    margin-top: 20px;
    margin-inline-start: 10px ;
    margin-inline-end: 10px;
}
.table-row1 {
    display: flex;
    width: 50%;
    border-top: 2px solid black;
    margin-top: 20px;
    margin-inline-start: 10px ;
}
.table-cell1 {
    flex: 1;
    padding: 4px;
    font-weight: normal;
    white-space: nowrap;
    padding-bottom: 15px;
    max-width: 300px;
    margin-top: -5px;
}
.table-cell2 {
    flex: 1;
    padding: 4px;
    font-weight: normal;
    white-space: nowrap;
    padding-bottom: 5px;
    min-width: 100px;
    max-width: 200px;
    margin-top: -5px;
    text-align: center;
}
.table-cell3 {
    flex: 1;
    padding: 4px;
    font-weight: normal;
    padding-bottom: 15px;
    margin-top: -5px;
    text-align: center;
}
.signBlock {
    display: flex;
    white-space: nowrap;
    padding-top: 10px;
}
.signBlock2 {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: baseline;
    gap: 10px;
}
.line-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
}
.claimantSign {
    border-bottom: 2px solid black;
    height: 35px;
    width: 400px;
}
.placeHolder{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 2px;
    gap: 16px;
    white-space: normal;
    text-align: center;
}
.hrPadding {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.form-fieldCheck {
    flex: 1;
    display: flex;
    align-items: baseline;
}
.form-fieldCheck .jtext {
    display: block;
    margin-top: -22px;
    padding-inline-start: 30px;
    line-height: 25px;
}
.Checkboxsize {
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 5%;
    vertical-align: middle;
    border: 1px solid black;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}
.footerName {
    border-bottom: 2px solid black;
    height: 35px;
    width: 200px;

}
  :lang(hi) .phone-ltr1,
  :lang(ko) .phone-ltr1,
  :lang(pa) .phone-ltr1,
  :lang(th) .phone-ltr1{
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
  :lang(fa) .phone-ltr2{
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
.reissuancePadding {
    width: 80%;
    display: grid;
}
.reissuancePadding {
    width: 80%;
    display: grid;
}
.reissuancePadding1 {
    width: 50%;
}
.placeHolderPadding {
    width: 80%;
    padding-bottom: 10px;
}
.double-underline {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}

:lang(ar) .placeHolderPadding,
:lang(fa) .placeHolderPadding{
    width: 100% !important;
    padding-bottom: 8px !important;
}
.page2Table2 td {
    width: 10%;
}
.tableHeaders {
    text-align: center !important;
    width: 150px;
    padding-bottom: 10px;
}
.tableLines {
    border-bottom: 2px solid black;
    padding-bottom: 20px;
    width: 150px;
}
.tableLines1 {
    border-bottom: 2px solid black;
    padding-bottom: 5px;
    text-align: center;
    width: 150px;
    white-space: nowrap;
}

:lang(ar) .dollarLine,
:lang(fa) .dollarLine {
    padding-bottom: 12.5px !important;
}

 @media only screen and (max-width: 768px)
 {
        .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

:lang(ja) .divTableCellLang,
:lang(ko) .divTableCellLang,
:lang(th) .divTableCellLang,
:lang(hi) .divTableCellLang,
:lang(zh-CN) .divTableCellLang,
:lang(zh-TW) .divTableCellLang{
    vertical-align: bottom;
}
:lang(ar) .divTableCellRTL,
:lang(fa) .divTableCellRTL {
    vertical-align: bottom;
}
.footerNote {
    text-align: center !important;
}
.footerNote1 {
    text-align: center !important;
}
  :lang(ar) .phone-ltr,
  :lang(fa) .phone-ltr,
  :lang(ja) .phone-ltr,
  :lang(km) .phone-ltr,
  :lang(zh-CN) .phone-ltr,
  :lang(zh-TW) .phone-ltr,
  :lang(fil) .phone-ltr,
  :lang(vi) .phone-ltr{
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
    .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 */
        }
    .form-fieldW .halflineW {
    width: 80px !important;
}
.signBlock {
    display: grid !important;
}
.signBlock2 {
    display: contents !important;
}
.table-row {
    width: 100% !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
}
.table-row1 {
    width: 100% !important;
    margin-inline-start: 0px !important;
}
.trResponsive {
    display: grid !important;
}
.footerName {
    width: 100% !important;
}
.reissuancePadding {
    width: 100% !important;
}
.reissuancePadding1 {
    width: 100% !important;
}
:lang(ar) .returnBlock,
:lang(fa) .returnBlock {
    margin-inline-start: 5px;
}
}
 /* 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) {

    .fieldSet {
        width: 59% !important;
    }
    :lang(en) .phone-ltrMini,
    :lang(hy) .phone-ltrMini,
    :lang(zh-CN) .phone-ltrMini,
    :lang(zh-TW) .phone-ltrMini {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
          .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    .signBlockGap {
        gap: 30px !important
    }
    .claimantSign {
    width: 100% !important;
}
:lang(zh-CN) .periodPadding,
:lang(zh-TW) .periodPadding  {
    width: 95% !important
}
    .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 */
        }
 }

   @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) {
    .claimantSign {
    width: 350px !important;
}
    .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 */
        }
        
 }