/* 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: 1.5px solid black;
        width: 200px;
       }

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.Lleft {
    display: grid;
    height: 100px;
    padding-top: 30px;
    padding-inline-start: 50px;
    width: 50%;
}
.fieldSet {
    float: right;
    padding-top: 40px;
    width: 60%;
    padding-inline-start: 50px;
}
:lang(hy) .fieldSet {
    padding-inline-start: 0px !important;
}
:lang(ja) .fieldSet,
:lang(ko) .fieldSet {
    padding-inline-start: 170px ;
}
.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    padding: 5px 5px;
}

.MailDateBlock {
    text-align: end;
    vertical-align: bottom;
}
:lang(ar) .MailDateBlock,
:lang(fa) .MailDateBlock {
    text-align: left !important;
}

:lang(en) .divTableCellLang,
:lang(ar) .divTableCellLang,
:lang(fa) .divTableCellLang,
:lang(hy) .divTableCellLang,
:lang(hi) .divTableCellLang,
:lang(km) .divTableCellLang,
:lang(pa) .divTableCellLang,
:lang(ru) .divTableCellLang,
:lang(th) .divTableCellLang,
:lang(fil) .divTableCellLang,
:lang(vi) .divTableCellLang{
    vertical-align: bottom;
}
ol {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}
.olistPadding {
    padding-inline-start: 30px;
    padding-bottom: 25px;
}
.footerNote {
    display: grid;
    padding-bottom: 190px;
}
.footerNoteLine {
        display: inline-block; 
        border-bottom: 1.5px solid black;
        width: 250px;
        
}
.signLine {
        display: inline-block; 
        border-bottom: 1.5px solid black;
        width: 220px;
        margin-inline-start: 5px;
        margin-inline-end: 5px;
       }
.sentence {
    direction: ltr;
    unicode-bidi: isolate;
}
.form-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.labelText {
    margin-inline-end: 7px;
}
.moveBack {
    margin-inline-end: 3%;
}
.blank {
    border-bottom: 1.5px solid #000;
    height: 14px;
    flex-grow: 1;
    margin-inline-end: 10px;
}
.Checkboxsize {
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 5%;
    vertical-align: middle;
    border: 1px solid gray;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}
.jtext {
    margin-top: -20px;
    display: block;
    margin-inline-start: 30px;
}
:lang(ar) .jtext,
:lang(fa) .jtext {
    margin-top: -25px !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;
}
.Lleft {
    padding-inline-start: 0px !important;
}
.fieldSet {
        padding-inline-start: 0px !important;
        width: 100% !important;
}
.form-row {
    display: grid !important;
    gap: 10px !important;
}
}

/* 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;
    }
    .Lleft {
        padding-inline-start: 150px !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) {
    .fieldSet {
        width: 100% !important;
    }
 }


