/* Hide Submit  and Print Button */
.form-submit-button {
    display: none !important;
  }
  
  #print-preview {
      display: none !important;
  }
  
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_23{
      visibility: hidden !important;
    }

    #form-element-wrapper_2{ display:none;}

    
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.boxsmall {
    background-color: #e5e5e5;
    margin-bottom: 20px;
    width: 35%;
    border-radius: 10px;  /* Remove this border-radius if rounded is not needed */ 
    height: 80px;
    border: 0px solid #ccc;
}

.boxbig {
    background-color: #e5e5e5;
    margin-bottom: 20px;
    width: 50%;
    border-radius: 10px;  /* Remove this border-radius if rounded is not needed */ 
    height: 140px;
    margin-top: 25px;
    border: 0px solid #ccc;
}

.UniquePhoneTable  { 

    width: 47%; 

    margin-top:3%;

} 

  

.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; 

} 

.L1left {
    padding-bottom: 20px;
    place-content: end;
}

.logo { 
    width: 40%;
}

.divTableRow {
	display: table-row;
}

.divTableCell {
   display: table-cell;
   width: 60%;
   padding:1px;
}

.divTableCellK {
	display: table-cell;
	border: 0px solid #ddd;
	padding: 2px;
}

.maildetails {
    width: auto;
    margin-top: 20px;
}

.box {
    position: static !important;
    width: 98%;
    height: 90%;
    border: 1px solid black;
    padding-left: 5px;
    margin-top: 20px;
    margin-left: 1px;
    text-align: left;
    padding: 5px;
}

.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;
    justify-content: center;
    align-items: center !important;
}

.boxbig {
    margin-bottom: 10px;
    width: 85%;
}

.boxsmall {
    margin-bottom: 10px;
    width: 65%;
}

.UniquePhoneTable  { 

    width: 100%; 

} 

  

.divTableCellUnique{ 

    width:65%; 

} 

.divTableCell {
    width:55%;
    padding:2px;
}

.logo {
    margin-top: 20px;
    width: auto;
}

.L1left {
    padding-top: 30px;
    padding-bottom: 0px;
    place-content: end;
}

.box {
    width: 95% !important;
}
}

/* Media Query for 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;
    justify-content: center;
    align-items: center !important;
}
   .UniquePhoneTable  { 

             width: 55%; 

             margin-inline-start: 12%; 

         } 

    .divTableCellUnique{ 

    width:65%; 

}
.maildetails {
    max-width: auto;
}
.boxbig {
    margin-bottom: 10px;
    width: 40%;
}
.boxsmall {
    margin-bottom: 10px;
    width: 30%;
}
}