/* 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;
}
.grey-boxContents {
    background-color: #e5e5e5;
    width: 100%;
    float: left;
    position: relative;
}


.list-container {
    display: grid;
    grid-template-columns: 40% 53%;
    gap: 43px;
    
}
.resource-list {
    display: grid
;
    grid-template-columns: 139% 139%;
    gap: 8px;
    padding: 0px;
    margin-right: 15px;
    margin-left: 40px;
}
  
 .adjust1{
    margin-top: -16px;
 }
 .adjust2{
    margin-top: -10px;
 }
 .adjust3{
    margin-top: -22px;
 }
 .adjust4{
    margin-top: -4px;
 }
 


/*For Declaration table*/

.divTableW {
    display: table;
    width: 100%;
    border-collapse: collapse;
    /* Mimics table border collapse */
}

.divTableRowW {
    display: table-row;
}
.divTableCell2{
    display:contents;
}

.divTableCellW {
    display: table-cell;
    padding-right: 10px;
    text-align: center;
    width: 5%;
    padding-top: 75px;
    padding-bottom: 0px;
}

.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 */

}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .divTableCellW {
    display: table-cell;
    padding-right: 0px;
    text-align: center;
    width: 5%;
    padding-top: 15px;
    padding-bottom: 40px;
}

/* Styling Phone numbers only*/
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.phonenumbers {
   
    width: 38%;
}
.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
    padding: 3px;
    width:55%;
}
.legendsstyle {
    padding-left: 3px;
   
}

.mailingDate {
    width:89%;
}
/* Styling EDD logo and Seal */
/* Include media query */
.seal {
   width:56.3%;
    
}
ul,ol {
    margin-right:20px;
  }
  



.divTableCell1 {
    display:inline;
        
       }


       .divTableCellT {
        display: inline;
        width:10%;
        padding: 2px;
    }  

    
    .mailing {
        text-align: left;
        padding-left: 20px;
    }
    .mailDate{
        width:45%;
    }
    .date{
        padding-bottom:10px;
    }
        .divTableCell {
            display: table-cell; /* Display as table cell */
           /* padding: 0px;  Padding for cells */
           /* vertical-align: middle;  Align content vertically */
        }
        .divTableCell1 {
            display: table-cell; /* Display as table cell */
            padding: 0px; /* Padding for cells */
    padding-bottom:2%
        }
        .custom-cell{
            padding-bottom: 2%; 
        }
        .divTableRow {
            display: table-row;
            }
            .divTableCellNew{
                display: table-cell;
                padding-right: 3px;
                width:50%;
                text-align:center;
              }  
              .itext{
                margin-bottom:20px;
              }
        .divTableCellN {
            display: table-cell;
            /*padding-top: 4px;*/
            padding-right: 3px;
            width:55%;
            padding-bottom:15px;
          }  
          .tableContainer {
            display: table;
            width: 100%;
          }
          .tableBody {
            display: table-row-group;
          }
          .tableRow {
            display: table-row;
          }
          .tableCell {
            display: table-cell;
         width:0%;
            vertical-align: top;
            padding-left:3%;
          }
          .listItem::before {
            content: "\2022 "; /* Unicode character for a bullet */
            color: black;
            font-size: 1.2em;
            margin-right: 8px;
          }
          .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;
            
        }
        .cellContent {
            display: table-cell;
            width: -1%;
            vertical-align: top;
      
        }
        .grid-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            padding-bottom: 20px;
            gap: 2.5%;
          }
         .form-header{
            display:flex;
         }
         .section-title{
            padding-top:10px;
            padding-left: 5px;
         }
         :lang(hi).adjust1,
                  :lang(ru).adjust1,
                   :lang(zh-CN).adjust1, 
                    :lang(zh-TW).adjust1 {
    margin-top: -4px;
}
@media only screen and (max-width: 768px) {
 
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    .seal {
        width: 70%;
        padding-top:20px;
    }
    .phonenumbers {
        width: 82%;
    }
    .list-container {
        display: block;
        /* grid-template-columns: 40% 53%; */
        /* gap: 43px; */
    }
.mailingDate {
    width:89%;
    text-align: center;
}
.L1left{
    margin-left: 7%;
    display:block;
}
.divTableCell2 {
    display: block;
}
.phonenumbers {
    padding-bottom:15px;
}
.mailing {
    width: 75%;
    padding-top: 15px;
}
.mailDate {
    padding-top:15px;
}
.adjust3 {
    margin-top: 11px;
}
.adjust2 {
    margin-top: 7px;
}
.adjust4 {
    margin-top: 11px;
}
.grid-container {
    display: grid
;
    grid-template-columns: auto;
    padding-bottom: 0px;
    gap:0%;
}
.adjust {
    margin-top: 4px;
}
.adjust1 {
    margin-top: 14px;
}
.Empty{
    margin-top:-35px;
}
}


  /* 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;
    }
    
    .seal {
        width: 35%;
    }
    
    .phonenumbers {
        width: 46%;
    }
       .Empty{
        margin-bottom:-10px;
       }
.mailingDate {
    width:51%;
}
.mailing {
    width: 49%;
    padding-top: 10px;
}
.mailDate {
    width: 45%;
    padding-top: 10px;
}
.L1left {
    padding-bottom: 15px;
    width: 39%;
    text-align: center;
}
}





