/* 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;
}
.divTableCellW {
    display: table-cell;
  
    text-align: center !important;
  width:10%;
    padding-top: 15px;
    padding-bottom: 0px;
}   
 :lang(fil).divTableCellW,
 :lang(hy).divTableCellW{
    display: table-cell;
  
    text-align: center !important;
  width:16%;
    padding-top: 15px;
    padding-bottom: 0px;
}   
.form-fieldW .halflineW {
    border-bottom: 1.5px solid black;
    /* Corrected the spacing in the border property */
    width: 100%;
    /* Ensures the line spans the full width of the cell */
    margin-bottom: -3px;
    /* Adds space below the line */
    display: inline-block;
}

.form-fieldW div {
    text-align: start !important;
    margin-top: 1px;
    /* Adds space between the line and the text */
}
.moveInside{
    margin-inline-start: 20px;
}
:lang(ru).form-fieldW .halflineW {
    border-bottom: 1.5px solid black;
    /* Corrected the spacing in the border property */
    width:146%;
    /* Ensures the line spans the full width of the cell */
    margin-bottom: -3px;
    /* Adds space below the line */
    display: inline-block;
}
:lang(ru).divTableCellW {
    display: table-cell;
  white-space: nowrap;
    text-align: center !important;
  width:42%;
    padding-top: 15px;
    padding-bottom: 0px;
}

  .grey-box { 
    margin-inline-start: 7%;
       background-color: #e5e5e5;
    width: 400px;
    height: 120px;

} 
.jtext{
        display: block;
    margin-top: -21px;
    margin-inline-start: 45px;
}
.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;  
   }  
.moveInside{
    margin-inline-start: 10px;
}
.checkInside{
    margin-inline-start: 20px;
}

 .moveLeft2{
    margin-inline-start:-4px;
 }
 :lang(en).moveLeft2{
    margin-inline-start:0px;
 }

.ltext{
        display: block;
    margin-top: -21px;
    margin-inline-start: 20px;
}
:lang(ar) .ltext,
:lang(fa) .ltext {
  display: block;
    margin-top: -25px;
    margin-inline-start: 20px;
}

:lang(ar) .jtext,
:lang(fa) .jtext {
  display: block;
    margin-top: -25px;
    margin-inline-start: 45px;
}
.blank-line {
    display: inline-block; 
       border-bottom: 1px solid black;
    width: 75px;
    margin-inline-start:3px;
    margin-inline-end:3px;

   }
.blank-line1 {
    display: inline-block; 
       border-bottom: 1px solid black;
    width: 175px;
    margin-inline-start:3px;
    margin-inline-end:3px;

   }
   .moveDown{
    margin-bottom:50%;
}
 
@media only screen and (max-width: 768px)
 {
     .header_container {
      flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
.divTableCellW{
    width:auto;
}
.form-fieldW .halflineW {


    width:400%;
}
.centered{
    text-align:center !important;
}

:lang(ru).form-fieldW .halflineW {
    border-bottom: 1.5px solid black;
    /* Corrected the spacing in the border property */
    width:300%;
    /* Ensures the line spans the full width of the cell */
    margin-bottom: -3px;
    /* Adds space below the line */
    display: inline-block;
}
:lang(ru).divTableCellW {
    display: table-cell;
  white-space: normal;
    text-align: center !important;
  width:auto;
    padding-top: 15px;
    padding-bottom: 0px;
}
.moveDown{
    margin-bottom:150%;
}:lang(fil).divTableCellW, :lang(hy).divTableCellW {

width:auto !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) {

.divTableCellW{
 display: contents !important;
}
.form-fieldW .halflineW {


    width:100% !important;
}

.moveInside{
    text-align: center !important
    
    
    ;
}

 }