/* 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;
       }
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    padding: 5px 2px;
}

.MailDateBlock {
    text-align: end;
}
: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;
}
.sentenceLine {
    display: inline-block;
    border-bottom: 2px solid black;
    width: 10.5%;
    vertical-align: sub;
}
.Checkboxsize {
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 5%;
    vertical-align: middle;
    border: 2px solid black;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}
.form-field {
    flex: 1;
    display: flex;
    align-items: baseline;
}
.form-field .jtext {
    display: block;
    margin-top: -22px;
    padding-inline-start: 30px;
    line-height: 25px;
}
.ccPadding {
    margin-top: 30px;
    margin-bottom: 320px;
}
.footerText {
    float: right;
    margin-top: 320px;
}
.placeholderText {
    border-bottom: 2px solid black;
    width: 200px;
    display: inline-block;
    text-align: end;
}
  :lang(fil) .phone-ltr{
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }

@media only screen and (max-width: 768px)
 {
        .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    .sentenceLine {
        width: 20% !important;
    }
:lang(hy) .sentenceLine,
:lang(fa) .sentenceLine,
:lang(zh-CN) .sentenceLine {
        width: 18% !important;
}
:lang(zh-TW) .sentenceLine {
    width: 18.5% !important;
}
:lang(ja) .divTableCellLang,
:lang(ko) .divTableCellLang,
:lang(th) .divTableCellLang,
:lang(hi) .divTableCellLang{
    vertical-align: bottom;
}
:lang(ar) .divTableCellRTL,
:lang(fa) .divTableCellRTL {
    vertical-align: bottom;
}
  :lang(ko) .phone-ltr,
  :lang(vi) .phone-ltr,
  :lang(zh-CN) .phone-ltr,
  :lang(zh-TW) .phone-ltr{
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
}

 /* 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) {
    .sentenceLine {
        width: 15% !important;
    }
    .fieldSet {
        width: 59% !important;
    }
  :lang(hy) .phone-ltr {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
 }

   @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) {
        .sentenceLine {
        width: 15% !important;
    }
  :lang(hy) .phone-ltr,
  :lang(vi) .phone-ltr{
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
 }