/* 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;
}
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.grey-box {
    background-color: #e5e5e5;
    width: 100%;
    margin-top: 10px;
    height: 200px;
    margin-bottom: 10px;
}

.divTableRowAddress { 
    display: table-row; 
} 
.divTableCellAddress {
    display: table-cell;
    vertical-align: bottom;
    padding: 5px;
}
      :lang(ar) .divTableCellAddress,
      :lang(fa) .divTableCellAddress {
        
            vertical-align: baseline !important; 
        }
.blank-line {
        display: inline-block; 
        border-bottom: 1.5px solid black;
        width: 180px;
       }
.Lleft {
    width: 50%;
}
.L1right {
    margin-top: 210px;
}
.flexLine {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-bottom: 8px;
    margin-top: 25px;
}
.indentPara {
    display: ruby;
    margin-inline-start: 65px;
}
ol {
    margin: 0;
}
.hangingList{
    text-indent: 4em;
    list-style-type: none;
    margin-top: 15px;
}
.sentence-row {
    display: block;
    gap: 6px;
    line-height: 1.8;
}

.labelLine {
    flex-grow: 1;
    border-bottom: 1.5px solid black;
    height: 7px;
    margin-inline-end: 5px;
    margin-inline-start: 5px;
    min-width: 650px;
    display: inline-block;
}

.labelLine1 {
    flex-grow: 1;
    border-bottom: 1.5px solid black;
    height: 7px;
    margin-inline-end: 5px;
    margin-inline-start: 5px;
    min-width: 250px;
    display: inline-block;
}

.sumLine {
    flex-grow: 1;
    border-bottom: 1.5px solid black;
    height: 7px;
    margin-inline-end: 5px;
    margin-inline-start: 5px;
    min-width: 400px;
    display: inline-block;
}
.new-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 22px;
}
.authorizeLine {
    border-bottom: 1.5px solid black;
    height: 7px;
    margin-inline-end: 5px;
    margin-inline-start: 5px;
    min-width: 80px;
    display: inline-block;
}
.dayLine {
    border-bottom: 1.5px solid black;
    height: 7px;
    margin-inline-end: 5px;
    min-width: 150px;
    display: inline-block;

}
.bottomLine {
    border-bottom: 1.5px solid black;
    width: 100%;
    height: 1.2em;
    margin-top: 10px;
    vertical-align: baseline;
}
:lang(ar) .bottomLine,
:lang(fa) .bottomLine {
    height: 1.9em !important;
}
.bond-block{
  max-width:1100px;
  margin:0 auto;
}


.bond-para{
  line-height:1.65;
  margin:0;
  unicode-bidi: plaintext;      /* helps RTL like Arabic */
  overflow-wrap: anywhere;      /* prevents trimming in long translations */
}

/* underline */
.fill{
  display:inline-block;
  border-bottom:1.5px solid #111;
  height:0.95em;
  vertical-align:baseline;
  position:relative;
  max-width:100%;
}

.fill.md{ width: 31ch; }
.fill.dollarmd {width: 31ch;}
:lang(vi) .fill.dollarmd {
    width: 23ch;
}
.fill.lg{ width: 37ch; }
.fill.xl{ width: 46ch; }
:lang(vi) .fill.xl {
    width: 20ch;
}
.fill.xxl{width: 56ch;}

:lang(ar) .fill.lg,
:lang(th) .fill.lg {
    width: 44ch;
}

:lang(fa) .fill.lg,
:lang(hi) .fill.lg,
:lang(ja) .fill.lg {
        width: 57ch;
}
:lang(ko) .fill.lg,
:lang(km) .fill.lg {
    width: 54ch;
}
:lang(pa) .fill.lg {
    width: 63ch;
}
:lang(zh-CN) .fill.lg,
:lang(zh-TW) .fill.lg {
    width: 63ch;
}
  @media only screen and (max-width: 768px)
 {
        .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
          .Lleft {
             width: 100%;
      }

      .L1right {
    margin-top: 80px !important;
}

      .new-cols {
    grid-template-columns: 1fr;
}
.fill.md {
    width: 35ch !important;
}

:lang(ko) .fill.md,
:lang(fil) .fill.md,
:lang(vi) .fill.md,
:lang(th) .fill.md {
    width: 34ch !important;
}
.fill.dollarmd{ width: 26ch !important; }
:lang(hy) .fill.dollarmd,
:lang(ru) .fill.dollarmd{
    width: 21ch !important;
}
.fill.lg{ width: 39ch !important;}
:lang(vi) .fill.xl {
    width: 35ch !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) {
        .fill.md {
        width: 25ch !important;
    }
        .fill.lg {
        width: 25ch !important;
    }
    :lang(fa) .fill.lg {
        width: 45ch !important;
    }
    :lang(ar) .fill.lg {
        width: 32ch !important;
    }
    :lang(hi) .fill.lg,
    :lang(ja) .fill.lg,
    :lang(ko) .fill.lg,
    :lang(km) .fill.lg
 {
    width: 35ch !important;
}
    :lang(pa) .fill.lg {
        width: 43ch !important;
    }
        :lang(ru) .fill.lg,
        :lang(zh-CN) .fill.lg,
         :lang(zh-TW) .fill.lg {
        width: 56ch !important;
    }
        :lang(vi) .fill.lg {
            width: 75ch !important;
        }
        :lang(fil) .fill.lg {
        width: 52ch !important;
    }
    .fill.dollarmd {
        width: 19ch !important;
    }
    :lang(ru) .fill.dollarmd {
        width: 13ch !important;
    }
    :lang(fil) .fill.xl {
        width: 46ch !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) {

        .fill.dollarmd {
        width: 25ch !important;
    }
        :lang(ru) .fill.dollarmd {
        width: 19ch !important;
    }

            .fill.lg {
        width: 20ch !important;
    }
    :lang(hy) .fill.lg {
        width: 27ch !important;
    }
        :lang(ar) .fill.lg{
             width: 32ch !important;
        }
         :lang(ko) .fill.lg,
    :lang(km) .fill.lg,
    :lang(fil) .fill.lg {
            width: 35ch !important;
        }
    :lang(hi) .fill.lg,
    :lang(ja) .fill.lg {
        width: 40ch !important;
    }
    :lang(fa) .fill.lg {
        width: 47ch !important;
    }
        :lang(pa) .fill.lg {
        width: 43ch !important;
    }
        :lang(ru) .fill.lg {
            width: 74ch !important;
        }
        :lang(zh-CN) .fill.lg,
         :lang(zh-TW) .fill.lg {
        width: 51ch !important;
    }
        :lang(vi) .fill.lg {
        width: 58ch !important;
    }
            :lang(th) .fill.lg {
        width: 26ch !important;
    }
 }