

/* Hide Submit Button */
.form-submit-button {
    display: none !important;
}
/* ------------------ */

/* Hide Print Button */
#print-preview {
    display: none !important;
}

/* Hiding Language dropdown*/
   
  #form-element-wrapper_17 {
   visibility: hidden !important;
}
 
#form-element-wrapper_2{
    visibility: hidden !important;
}
/* Styling Phone numbers only*/

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.L1right {
    padding-top: 1px;
    padding-right:28px;
    padding-bottom: 1px;
    /* float: right; */
    width: 40%;
}

:lang(ar) .L1right {
    margin-left: 137px;
}

:lang(fa) .L1right {
    margin-left: 137px;
}

.midAddr {
    margin-left: 20%;
    margin-right: 20%;
    width: auto;
}

/* .Addr {
    align-content: end !important;
} */

.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; 

} 

.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    padding: 3px;
    width:55%;
}

.legendsstyle {
    font-weight: normal;
    padding-left:3px;
}

.divTableCellN {
    padding-top: 3px;
}

.mailDate {
  /*width: 43%;*/
  width: 100%;
  padding-top: 30%;
}

:lang(ar) .mailDate {
    padding-top: 65%;
}

:lang(fa) .mailDate {
    padding-top: 27%;
}

.divTableCellN {
    display: table-cell;
    padding-top: 6px;
    padding-right: 5px;
    text-align: left;
}
    
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

ul,ol { margin-right:25px; } 

.divTableCellnew4 {
    display: table-cell;
    padding: 5px;
    width: 25%;
    align-content: end;
}

  
      label {
        margin-right: 10px;
      }
  
      input.Checkboxsize {
        margin-right: 5px;
        margin-left:3px;
      }

      .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;
    padding: 10px;
    margin-top: 10px;
}

/* Step Section */
.certification-container {  
display: flex;  
/* align-items: flex-start;  Aligns the text properly */  
max-width: 100%; /* Ensures responsiveness */  
vertical-align: bottom;
padding-top: 10px;
}  
.label1 {  
font-weight: bold;  
white-space: nowrap; /* Prevents wrapping */  
margin-right: 10px; /* Space between label and text */  
flex: 0 0 auto; /* Prevents shrinking */  
}  
.tex1 {  
/* flex: 1;  Ensures the text takes up remaining space */  
min-width: 0; /* Fixes overflow issues */  
padding-right: 5px;  
display: table-cell;
width: 65%;
} 
.jtext {
    margin-top: -20px;
    display: block;
    padding-left: 25px;
    margin-right: 25px;
}
/* Declaration Section */
.divTableW {
    display: table;
    width: 100%;
    border-collapse: collapse;
    /* Mimics table border collapse */
}

.divTableRowW {
    display: table-row;
}

.divTableCellW {
    display: table-cell;
    padding-right: 25px;
    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: start;
    margin-top: 1px;
    /* Adds space between the line and the text */
}

@media screen and (max-device-width: 768px)  {
.header_container {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.midAddr {
    margin-left: 0%;
    margin-right: 0%;
    width: auto;
}

.divTableCellN {
    display: block;
}

.UniquePhoneTable  { 

    width: 100%; 

} 

  

.divTableCellUnique{ 

    width:65%; 

} 

.legendsstyle {
   padding-top: 20px;
}

.header_container .L1right1 img {
   padding-right:20px !important; /* Adjust the value as needed */
}

.certification-container {
    display: grid;
    padding-top: 20px;
}
.tex1 {
    width: auto;
}
.divTableCellnew4 {
    width: auto;
} 

.divTableCellW {
    display: contents;
}
.form-fieldW .halflineW {
    padding-top: 10px;
}

.mailDate {
   width:100%;
   margin-top:-20px;
   padding-top: 0%;
}

.mailDate1 {
   width:auto;
   margin-top: 0px;
   padding-top: 0%;
}

.L1right {
 width: 56%;
}

:lang(ar) .L1right {
    margin-left: 0px;
}

:lang(fa) .L1right {
    margin-left: 0px;
}
}
@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) {
.midAddr {
    margin-left: 15%;
    margin-right: 15%;
    width: auto;
}   
.tex1 {
    width: 60%;
}
.divTableCellnew4 {
    width: 30%;
} 
.L1right {
 width: 40%;
}
:lang(ar) .L1right {
    margin-left: 95px;
}
:lang(fa) .L1right {
    margin-left: 95px;
}
}
   
/* iPad Mini  */
@media only screen and (min-width: 768px) and 
(max-width: 768px) and (min-height: 1024px) and 
(max-height: 1024px) {
      
.header_container {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;  
}

   .UniquePhoneTable  { 

                     width: 55%;
        margin-inline-start: 4%;
        margin-top: 5%;

         } 

    .divTableCellUnique{ 

    width:65%; 

}

.legendsstyle {
   padding-top:15px;
}

.mailDate {
   width: auto;
}

.mailDate1 {
   width: auto;
   margin-top: 0px;
}

.midAddr {
    margin-left: 26%;
    margin-right: 26%;
    width: auto;
}

.L1right {
   width: auto;
   padding-right: 0px;
}

:lang(ar) .L1right {
    margin-left: 0px;
}

:lang(fa) .L1right {
    margin-left: 0px;
}

.divTableCellW {
    display: table-cell;
}

}
