

/* 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;
}
#form-element-wrapper_2 {
    display: none;
}

.L1right {
    padding-top: 1px;
    padding-right:28px;
    padding-bottom: 1px;
    /* float: right; */
    width: 43%;
}

:lang(ar) .L1right {
    margin-left: 170px;
}

:lang(fa) .L1right {
    margin-left: 170px;
}


.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: 47%;
}

.divTableCellN {
    display: table-cell;
    padding-top: 6px;
    padding-right: 5px;
    text-align: left;
}

.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;
  }

@media screen and (max-device-width: 768px)  {
.header_container {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.UniquePhoneTable  { 

    width: 100%; 

} 

  

.divTableCellUnique{ 

    width:65%; 

} 

.legendsstyle {
   padding-top:0px;
}

.header_container .L1right1 img {
   padding-right:20px !important; /* Adjust the value as needed */
}

.mailDate {
   width:80%;
   margin-top:-20px;
}

.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) {

.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: 12%; 

         } 

    .divTableCellUnique{ 

    width:65%; 

}

.legendsstyle {
   padding-top:15px;
}

.mailDate {
   width: auto;
}

.L1right {
   width: auto;
   padding-right: 0px;
}

:lang(ar) .L1right {
    margin-left: 0px;
}

:lang(fa) .L1right {
    margin-left: 0px;
}

}
