/* Hide Submit Button */
.form-submit-button {
    display: none !important;
}
/* ------------------ */

/* Hide Print Button */
#print-preview {
    display: none !important;
}
/* ----------------- */

/* Styling EDD logo*/


.eddlogo {
    float: left;

}
 
/*To hide the language drop-down*/
#form-element-wrapper_3{
    visibility: hidden !important;
}

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
/**************************************** for phone number block *************************/

.L1left{
    width:42%;
}
.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;
}
/*
.L1right {   width:100%;

    }
.phonenumbers {
    float: right;
    width: 41%;
}*/
.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    padding: 3px;
    width:55%;
}
.legendsstyle {
    
    
    padding-left:3px;
}

.divTableCellN {
    display: table-cell;
    padding-top: 6px;
    padding-right: 3px;
}
.mailDate{
float:right;
width:40.5%;
 }

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  
.blank-line1 {
    display: inline-block; 
    border-bottom: 1px solid black;
    width:60px;
}


 

/* Checkbox Styling */
 
.divTable {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.divTableRow {
    display: table-row;
}

.divTableCellBig {
    display: table-cell;
    padding: 5px;
    vertical-align: top;
}

.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;
 
    
}

.jtext {
   display:block;
   margin-top:-20px;
   padding-left: 25px ;
   padding-right:20px;
   }



@media (min-device-width: 344px) and (max-device-height:932px)and (orientation: portrait)
{


    #form-element-wrapper_5 {
        float: none;
        text-align: center;
        display: block;
    }
    
   .header_container {
   flex-direction: column;
   justify-content: center;
   align-items: center !important;
}
.UniquePhoneTable  {
    width: 100%;
}

.divTableCellUnique{
    width:65%;
}
.Left1{
    text-align: center !important;
    margin-bottom: 20px;
}
.L1left{
    margin-bottom:20px;
    width: auto;
}

.legendsstyle {
    padding-top:15px;
}
    .mailDate{
       width:76%;
        
    }


}
 /* Media query for iPad mini */

    @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;
         }
         .UniquePhoneTable  {
             width: 55%;
             margin-inline-start: 12%;;
         }
       .divTableCellUnique{
    width:65%;
}
         .LRight {
            width: 45%;
            text-align: center !important;
            padding-top: 20px;
        }
        .mailDate {
            padding-top: 0px;
            width: auto;
            text-align: center !important;
        }

    }



