/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
   
  #form-element-wrapper_31{
      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;
}

:lang(hy) .divTable40,
:lang(fa) .divTable40 {
    padding-top: 115px;
}

:lang(hi) .divTable40,
:lang(ko) .divTable40,
:lang(km) .divTable40,
:lang(pa) .divTable40,
:lang(ru) .divTable40,
:lang(th) .divTable40,
:lang(fil) .divTable40,
:lang(vi) .divTable40 {
    padding-top: 90px;
}

:lang(ja) .divTable40 {
    padding-top: 100px;
}

.divTableRow.contents {
    display: flex;
    align-items: flex-start;
}
.divTableCell {
	display: table-cell;
	padding: 2px;
}
.divTableCellT {
	display: inline;
    width:10%;
	padding: 2px;
}

/* for underlining the text*/
.underline {
    text-decoration: underline;
}

/* Checkbox Styling */
   
.divTable {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.divTableRow {
    display: table-row;
}

.divTableCellBig {
    display: table-cell;
    padding: 5px;
    
}

.Checkboxsize {
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 5%;
    border: 1px solid grey;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-right: 8px;
 
    
}

.jtext {
   display:block;
   margin-top:-20px;
   padding-left: 25px ;
   margin-right: 20px;
   }

   	:lang(ar) .jtext,
	:lang(fa) .jtext {
    margin-top: -26px; }

ul,ol{margin-right:20px;}

/* For first table to align in the left and padding with zero*/
 .divTable1 {
    	width: 49%;
  
    padding-top: 20px;
    
    padding-bottom: 1px;


 }

 /* for dashed lines*/
 .divTable2 {
    display: table;
	width: 100%;
	border-collapse: collapse;
    padding-left: 0px !important;

 }
 .divTableCell1 {
        padding: 5px;
        box-sizing: border-box;
      }
      
 .dashed-line {
        width: 100%;
        height: 2px;
        background-image: linear-gradient(to right, #000 70%, transparent 30%);
        background-size: 10px;
        background-repeat: repeat-x;
        margin-left: -5px;
      }


/* Styling for First big table with blank lines*/
    .divTable40 {
        width: 53%;
        padding-top: 80px;
        padding-right:10px ;
    }

 .noteTable{
    width: 50%;
        padding-top: 80px;
        padding-right:10px;
    }

:lang(fa) .noteTable,
:lang(ar) .noteTable {
margin-top: 15px !important;
}

    .divTable52 {
        width: 50%;
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 1px;

    }
    .form-field {
        display: flex;
        align-items: center;
        flex-grow: 1;
    }
    .form-field .text {
        white-space: nowrap;
        margin-bottom: 8px;
    }
    .form-field .line {
        flex-grow: 1;
        border-bottom: 1.5px solid #000;
        margin-inline-start: 7px;
        margin-bottom: 8px;
    
    }
    .flex-item {
        margin-right: 2px;
    margin-inline-start: 20px; }
    
   
    .divTableCell40 {
        display: table-cell;
        }

    .divTableCellCheck {
        display: table-cell;
        padding: 1px;
       padding-left: 5px;
    }
    

    .divTableCellCheck1 {
        display: table-cell;
        padding: 0px;
        padding-right: 35px;
        padding-left: 10px;
    }


/* Small solid box container styling */
.note {
    font-size: 12px;
    margin-left: 215px;
    padding-right: 10px;
}
.container {
    border: 2px solid rgba(0, 0, 0, 1);
    width: 45% !important;
    height: 70px;
    padding-bottom: 0%;
    margin-left: 70px;
}
.divTableRows {
    display: table-row;
}
.divTableCellone{
	display: table-cell;
	
}

.dot-box {
    position: relative;
    width: 340px;
    height: 180px;
    margin-left: 7px;
    margin-right: 20px;
    margin-left: 50px auto;
    margin-top: -130px;
}
.dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 50%;
}
.dot.top-left {
    top: -5px;
    left: -5px;
}
.dot.top-right {
    top: -5px;
    right: -5px;
}
.dot.bottom-left {
    bottom: -5px;
    left: -5px;
}
.dot.bottom-right {
    bottom: -5px;
    right: -5px;
}

.line1 {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 49%;
    margin-left: 5px;
   }

   .blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
.lineM{
    display: inline-block;
    width:100%;
    border-bottom: 1px solid black;
    height:12px;
}

  .divTableCellW {
    display: table-cell;
    width: 50%;
   
}

.form-fieldW .halflineW {
    border-bottom: 1.5px solid black;
    width: 107%;
    margin-bottom: -3px;
    display: inline-block;
    margin-left: 0px;
}

.form-fieldW div {
    margin-left:25px;
}


	:lang(en) .address-ltr1,
	:lang(hi) .address-ltr1,
	:lang(hy) .address-ltr1,
	:lang(ja) .address-ltr1,
	:lang(ko) .address-ltr1,
	:lang(km) .address-ltr1,
	:lang(pa) .address-ltr1,
	:lang(th) .address-ltr1,
	:lang(zh-CN) .address-ltr1,
	:lang(zh-TW) .address-ltr1,
	:lang(fil) .address-ltr1,
	:lang(ru) .address-ltr1,
	:lang(vi) .address-ltr1 {
	    direction: ltr !important;
	    unicode-bidi: embed;
	    white-space: nowrap;
	    display: inline-block;
} 


/* Alignment fix for Line and Content for larger content */

:lang(hy) .form-fieldW .halflineW {
height: 45px;
}
:lang(km) .form-fieldW .halflineW,
:lang(pa) .form-fieldW .halflineW,
:lang(fil) .form-fieldW .halflineW,
:lang(ru) .form-fieldW .halflineW {
height: 40px;
}




@media only screen and (max-width: 768px)
 {  .header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}
    .divTable1 {
        width: auto !important;
        padding-left: 10px !important;
        text-align: center;
     }
  
     .Lleft {
        padding-left: 48px !important;
        width: auto !important;
       
      }
      .divTable40  {
        padding-right: 10px !important;
        padding-top: 20px !important;
        width: 340px !important;
       
      }
      .divTable52  {
        padding-right: 10px !important;
        width: 320px !important;
       
      }
      .container {
        padding-right: 10px !important;
        width: 360px !important;
       
      }
      .flex-item{ 
        margin-right: 15px;}
      .note {
  display: contents;
    }
   .dot-box{
    margin-top: 40px;
    margin-left: 20px;
   }
   .form-field{display: contents;
}
.contents{text-wrap: wrap;

}
.noteTable {
    margin-top:30px !important;
    width: 90%;
    margin-bottom:30px;
}
.line1{width:100%;
margin-left: 0;}
.divTableRows{display: contents;}

.form-fieldW .halflineW {
    border-bottom: 1.5px solid black;
    width: 97%;
    margin-bottom: -3px;
    display: inline-block;}
    
  .divTableCellW {
    display: contents;
   
}
.form-fieldW div {
    /* margin-left: 25px; */
    text-align: center;
}

:lang(hy) .form-fieldW .halflineW {
height: auto;
}
:lang(km) .form-fieldW .halflineW,
:lang(pa) .form-fieldW .halflineW,
:lang(fil) .form-fieldW .halflineW,
:lang(ru) .form-fieldW .halflineW {
height: auto;
}


 }

 @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) 

{
    .header_container {
        display: flex;
        justify-content: space-between;
        column-gap: 30px !important;
    }

    .noteTable {
        width: 50%;
        display: grid;}
}

@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) {
:lang(en) .form-fieldW .halflineW,
:lang(hy) .form-fieldW .halflineW {
height: 45px !important;
}
:lang(ar) .form-fieldW .halflineW {
height: 55px !important;
}
:lang(hi) .form-fieldW .halflineW,
:lang(km) .form-fieldW .halflineW,
:lang(pa) .form-fieldW .halflineW,
:lang(fil) .form-fieldW .halflineW,
	:lang(ja) .form-fieldW .halflineW,
	:lang(ko) .form-fieldW .halflineW,
	:lang(th) .form-fieldW .halflineW,
	:lang(zh-CN) .form-fieldW .halflineW,
	:lang(zh-TW) .form-fieldW .halflineW,
	:lang(vi) .form-fieldW .halflineW,
:lang(ru) .form-fieldW .halflineW {
height: 40px !important;
}
}

@media only screen 
 and (min-device-width: 800px) 
 and (max-device-width: 854px) 
 and (min-device-height: 1180px) 
 and (max-device-height: 1280px) 
 and (-webkit-min-device-pixel-ratio: 1) {
    .contents{text-wrap: wrap;

    }
 }