/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
 
  #form-element-wrapper_1{
      visibility: hidden !important;
    }
    
/* TO CONTROL SCREEN SCROLLBAR*/
.form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}
#form-element-wrapper_2{
    display: none;
}
/*----------------------------For EDD logo and Adress ------------------------------------------*/
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.LOGO {
    width:35%;
     
 }
 .phonenumber  {
    width:35%;
     
 }

/*----------------------------For Sample and mailing info ------------------------------------------*/
.Sample_container{
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

 .mailDate{
    width:48%;
}
.divTableRowAddress{
    display: table-row; 
}
.divTableCell{
    width: 100%;
}
.divTableRow {
    display: table-row;
}
.divTableCellN {
    display: table-cell;
    padding-top: 6px;
    padding-right: 3px;
}
.blank-line1 {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 145px;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .Address  {
    padding-left:2%;
  }
  /*------------------------------For checkbox ---------------------------------------*/
  .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: -22px;
    padding-left: 35px;
    padding-right: 50px;
    
}
/*----------------------------------for declaration ----------------------------------------*/

.divTableRowW {
    display: table-row;
    
}

.divTableCellW {
    display: table-cell;
  
    text-align: center;
    width: 5%;
    padding-top: 10px;
    padding-bottom: 55px;
}

.form-fieldW .halflineW {
    border-bottom: 1.5px solid black;
    /* Corrected the spacing in the border property */
    width: 100%;
    /* Ensures the line spans the full width of the cell */
    margin-bottom: -3px;
    /* Adds space below the line */
    display: inline-block;
}

.form-fieldW div {
    text-align: center;
    margin-top: 1px;
    /* Adds space between the line and the text */

}
.Lleft1 {
   /* width: 95%;*/
    padding-top: 15px;
}

  @media only screen and (max-width: 768px) {
 
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    .mailDate {
        width: 95%;
        
    }
    .LOGO {
        width: 74%;
  
    }
  
    .Sample_container{
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    .mailingDate{
        
        padding-bottom: 15px;
        text-align: center;

    }
    .Address  {
     text-align: center;
        padding-bottom: 10px;
    }
    .phonenumber  {
        width: 46%;
        text-align:center;
    }

    .divTableRowW {
        display: table-row;
        overflow-wrap: anywhere;
    }
    .divTableCellW {
        display: table-cell;
        text-align: center;
        width: 27%;
        padding-top: 10px;
        padding-bottom: 55px;
    }
    }



  /* 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;
    }
    .LOGO {
        width: 35%;
        padding-top: 15px;
    }
    .L1left{
        width:45%;
    }
    .Address  {
        width: 35%;
      
    }
    .mailDate {
        width: 50%;
        padding-top: 15px;
        margin-left: -30px;
    }
    .mailingDate {
        width:45%;
    }
    .phonenumber {
        width: 22%;
        text-align:center;
    }
    .divTableCellW {
        display: table-cell;
        text-align: center;
        width: 5%;
        padding-top: 10px;
        padding-bottom: 55px;
    }
  
}
ul,ol{ margin-right:20px;}
