/* 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;
}

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
ul,ol{
    margin-inline-start:25px;
}

.divTableRow{
    display: table-row;}

.Lright{
    width:40%;
}
:lang(hy).Lright,
:lang(ru).Lright{
    width:65%;
}
:lang(fil).Lright,
:lang(km).Lright
{
    width:50%;
}
.line {
  border-bottom: 1px solid black;
  height: 18px;                       /* the ???fill in??? zone */
  display:block;
  width:350px;
  margin-top:20px;
}
:lang(hy).line,
:lang(ru).line,
:lang(fil).line  {
  border-bottom: 1px solid black;
  height: 18px;                       /* the ???fill in??? zone */
  display:block;
  width:105%;
}
:lang(km).line {
  border-bottom: 1px solid black;
  height: 18px;                       /* the ???fill in??? zone */
  display:block;
  width:120%;
}
.labelText {
  grid-column: 2;                     /* under the line, aligned with it */
 margin-inline-start: 10px;
  text-align: center;
  margin-top: 2px;
}

         .grey-box {
    background-color: #e5e5e5;
    width: 50%;
    height:135px;

      margin-inline-start: 30px;
}

  
  .blank-line {
    width: 10%;
    display: inline-block;
    border-bottom: 1.5px solid #000;
    height: 18px;
    margin-inline-start:3px;
    margin-inline-end:5px;
}
.moveInside{
        margin-inline-start: 30px;
}

.RightMail{
    margin-inline-start: 30px;
}


















       

@media only screen and (max-width: 768px)
 {
   
    .header_container {
      flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    .Lright{
        width: auto !important;
    }  .blank-line {
    width: 20%;
    display: inline-block;
    border-bottom: 1.5px solid #000;
    height: 18px;
    margin-inline-start:3px;
    margin-inline-end:5px;
}
:lang(hy).Lright,
:lang(ru).Lright,
:lang(fil).Lright
{
    width:auto  !important;
}
.divTableRow{
    text-align: center !important;
} .grey-box{
    width: 100%;}
 }

       @media screen and (max-device-width: 821px)
and (max-device-height: 1181px)
and (min-device-width: 819px)
and (min-device-height: 1179px) {

:lang(km).Lright
{
    width:55%;
}

:lang(hy).Lright{
    width:72%;
}
:lang(ru).Lright{
    width:67%;
}
:lang(fil).Lright
{
    width:50%;
}

.Lright{
    width:45%;}

} /* 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) {

.grey-box{
    width: 50%;

} 

:lang(km).line {
  border-bottom: 1px solid black;
  height: 18px;                       /* the ???fill in??? zone */
  display:block;
  width:370px;
}




.blank-line {
    width: 15%;
    display: inline-block;
    border-bottom: 1.5px solid #000;
    height: 18px;
    margin-inline-start:3px;
    margin-inline-end:5px;
}
 }