/* Hide Submit Button */
.form-submit-button {
  display: none !important;
}

/*Hide language dropdown*/
#form-element-wrapper_14
{
   
   visibility: hidden !important;
}
/* Hide Print Button */
#print-preview {
  display: none !important;
}

.eddlogo {
    float: left;

}

.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    width:55%;
    padding: 3px ;
}

.L1left{
   width:42%;
}
.L1right {
    float:right;
width:65%;
}


.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
:lang(fil) .divTableCell{
    align-content: end;
}
@media only screen and (max-width: 768px) {
    #form-element-wrapper_1{
        float: none;
        text-align: center;
        display: block;
    
    }
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

.L1left, .L1right {
    float: none; /* Remove float */
    width: 100%; /* Adjust width as needed */
    margin: 0 auto; /* Center both divs */
    display: block; 

}
.divTableCell {
    display: table-cell;
    width: 65%;
    padding: 3px;
}

:lang(ja) .divTableCell,
:lang(km) .divTableCell,
:lang(ru) .divTableCell,
:lang(Vi) .divTableCell{
 align-content: end;
}
}



    /* 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) 
    
    {
        .divTableCell {
        display: table-cell;
        width: 65%;
        padding: 3px;
    }
        .L1left, .L1right {
        float: none;
        width: 55%;
    }
}