/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
   
  #form-element-wrapper_3{
      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;
}
.grey-box {
    background-color: #e5e5e5;
    width: 300px;
    border-radius: 10px;
    padding-bottom: 120px;
}
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
    padding-bottom: 20px;
}
.header_container1 {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.header_containerTextLang{
    
    white-space: nowrap;
}
.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    padding: 5px 5px;
    width:55%;
}
.divTableCell1 {
    display: table-cell;
    padding: 5px 5px;
    width: 0%;
}
.MailDateBlock {
    text-align: end;
}
: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;
}
.L1Left {
    display: grid;
    margin-inline-start: 30px;
}
.blank-line {
        display: inline-block; 
        border-bottom: 1px solid black;
        width: 200px;
       }

.form-field {
    flex: 1;
    display: flex;
    align-items: baseline;
}
.Checkboxsize {
   width: 14px;
   height: 14px;
   background-color: white;
   border-radius: 5%;
   border: 1px solid black;
   appearance: none;
   -webkit-appearance: none;
   outline: none;
   cursor: pointer;
   margin-right: 8px;
       margin-top: -4px !important;

}
.jText {
    display: block;
    margin-top: -23px;
    padding-inline-start: 55px;
    line-height: 25px;
  }

.numberList {
    margin-inline-start: 15px;
}

.horizontal-line {
    border: none;
    height: 2px;
    background-color: #000;
    width: 100%;
    margin-top: 150px;
}
@media only screen and (max-width: 768px)
 {
        .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
            .header_container1 {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

       .L1Left {
          margin-inline-start: 0px !important;
          margin-bottom: 20px;
       }
        :lang(ru) .L1LeftLang,
        :lang(vi) .L1LeftLang {
          margin-inline-start: 30px !important;
          margin-bottom: 20px;
       }
       :lang(hy) .L1LeftAr {
           margin-inline-start: 30px;

       }
              :lang(hy) .L1LeftAr1 {
          text-align: center;

       }
       .fieldSet 
       {
        text-align: center;
       }


    }