/* 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;
  }

  /* Hiding extra space in the footer*/
  #form-element-wrapper_2{ display:none;}


  /* Hiding Scrollbar*/
  .form-section,.form-item{
    display: block;
    overflow: hidden; 
     padding-top: inherit;
  padding-bottom: 16px;
}
  .header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.L1right{
  width:40%;
}
.info-box{
    width:47%;
    padding-top: 20px;
}

  	/* Styling Phone numbers only*/ 

	.UniquePhoneTable  { 
	    width: 47%; 
	} 
	  
	.divTableRowUnique { 
	    display: table-row; 
	} 
	  
	.divTableCellUnique { 
	    display: table-cell; 
	    width: 65%; 
	    padding: 2px; 
	     vertical-align: bottom; 
	} 
	
	:lang(fa).divTableCellUnique, 
	:lang(ar).divTableCellUnique { 
	     display: table-cell; 
	    width: 65%; 
	    padding: 2px; 
	    vertical-align: baseline; 
    } 
/* --------------------------------------------- */

.phonenumbers {
    width:40%;
    margin-top: -15px;
}
.divTableRow {
	display: table-row;
}
.divTableCell {
	display: table-cell;
	padding: 2px;
    width:54%;
}

.blank-line {
    display: flex;
    border-bottom: 1px solid black;
    width: 92%;
    margin-left: 30px;
    margin-bottom: 5px;
   }

.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;  
   }  

.divTableCellBig {
    display: table-cell;
    padding: 5px;
    vertical-align: top;
}
 

.jtext {
    display:block;
    margin-top: -20px; 
    padding-left: 25px ;
    margin-right: 25px;
    }

	:lang(fa) .jtext, 
	:lang(ar) .jtext {
    margin-top: -26px; 
    }

.ltext {
    display: block;
    margin-top: -27px;
    padding-left: 30px;
    margin-right: 20px;
    }

.form-field {
        display: flex; 
          align-items: center;
          margin-bottom: 5px;
      }
      .line1 {
        flex-grow: 0.97;
        border-bottom: 1.5px solid #000;
        margin-left: 5px;
    }
      
.line {
          flex-grow: 0.97;
          border-bottom: 1.5px solid #000;
          
      }

.blanklinecallout {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

ul, ol {
    padding-bottom:6px;
    margin-right: 30px;
}

.sub-list {
    list-style-type: disc;
    padding-left: 20px;
}
.sub-list li {
    margin: 5px 0;
}


/*For Declaration table*/

.divTableW {
    display: table;
    width: 100%;
    border-collapse: collapse;
    /* Mimics table border collapse */
}

.divTableRowW {
    display: table-row;
}

.divTableCellW {
    display: table-cell;
    padding-right: 10px;
    text-align: center;
    width: 5%;
    padding-top: 25px;
    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: center;
    margin-top: 1px;
    /* Adds space between the line and the text */
}

@media screen and (max-device-width: 768px) {


    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

    .L1right{
        width: 67%;
    }
    .info-box{
     width:50%;
        padding-top: 20px;
    }

            /* Styling Phone numbers only*/
	.UniquePhoneTable  { 
	    width: 100%; 
	} 
	  
	.divTableCellUnique{ 
	    width:65%; 
  } 
/* --------------------------------------------- */

.phonenumbers{
    width: 77%;
    margin-top: -31px;
    padding-left: 10px;
}



.form-field{
   display: block;

}
}

@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 {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

    .L1right{
        width: 40%;
    }
    .info-box{
     width:27%;
        padding-top: 20px;
    }

            /* Styling Phone numbers only*/
	   .UniquePhoneTable  { 
	        width: 55%; 
	        margin-inline-start: 12%; 
	  } 
	   .divTableCellUnique { 
	        width:65%; 
    } 
 /* --------------------------------------------- */

.phonenumbers{
    width: 47%;
    margin-top: -31px;
    padding-left: 10px;
}




}