  /* Hiding Language dropdown*/
  
  #form-element-wrapper_17{
      visibility: hidden !important;
    }
@media screen and (max-device-width: 768px)        
{
      .header_container {
       flex-direction: column !important;
       justify-content: center !important;
       align-items: center !important;
       }
.UniquePhoneTable  { 

    width: 100% !important; 

} 

  

.divTableCellUnique{ 

    width:65%; 

} 
.legendsstyle {
   padding-top:0px;
}
.header_container .L1right1 img {
   padding-right:20px !important; /* Adjust the value as needed */
}
.mailDate{
   
   margin-top:-20px;
    }
.L1right {
 width: auto !important;
}
   }
   

/* iPad Mini  */
@media only screen and (min-width: 768px) and (max-width: 768px) and (min-height: 1024px) and (max-height: 1024px) {
      
  

   .UniquePhoneTable  { 

             width: 55% !important; 

             margin-inline-start: 12%; 

         } 

    .divTableCellUnique{ 

    width:65%; 

}

.legendsstyle {
   padding-top:15px;
}
.mailDate {
   
   padding-left: 33%;
}

  
}

/* Hide Submit Button */
.form-submit-button {
    display: none !important;
}
/* ------------------ */

/* Hide Print Button */
#print-preview {
    display: none !important;
}
/* Styling Phone numbers only*/

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
#form-element-wrapper_2 {
    display: none;
}

/*.L1left {
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 1px;
    /* float: left; 
    width: 50%;
    font-family: Arial;
    font-size: 14px;
    line-height: 25%
}*/

.L1right {
 
    width: 47%;

}


.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%;
}

.divTableCellN {
   /* display: table-cell;*/
    padding-top: 6px;
    /*padding-right: 3px;*/
}
.mailDate{
float:right;
width:47%;
 }



.Table{

    border: 1px solid rgba(0, 0, 0, 1); 
    padding: 10px;
    height:100px;
    }
    
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
 

#form-element-wrapper_2{
    visibility: hidden !important;
}
