/* Hide Submit Button */
.form-submit-button {
    display: none !important;
}
/* ------------------ */

/* Hide Print Button */
#print-preview {
    display: none !important;
}
/* ----------------- */

/* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}

/* Hiding Language dropdown*/

#form-element-wrapper_1{
    visibility: hidden !important;
  }

/* Styling Address and EDD logo */

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.divTableRowAddress {
    display: table-row;
}

.divTableCellAddress {
    display: table-cell;
   
}
.divTableCell {
    display: table-cell;
   padding:2px;
}
.divTableCell2 {
  display: table-cell;

}


.OfficeUse_Right{
          
          padding-right: 90px;
        }

.lineN {
            display: inline-block; 
            border-bottom: 1px solid black; /* Styling small line that appears at first */
            width: 10%;
         
           }

.blank-line1 {
            display: inline-block; 
            border-bottom: 1px solid black; /* Styling the line that appears second */
            width: 56%;
           }

/* Styling 3 lines with text at the bottom */  
.divTableRowW {
            display: table-row;
        }
        
        .divTableCellW {
            display: table-cell;
            padding: 5px 5px 0 5px;
            text-align: center;
            width: 16.580%;
           
        }
        
        
        .form-fieldW .halflineW {
            border-bottom: 1px solid black;
            /* Corrected the spacing in the border property */
            width: 100%;
            /* Ensures the line spans the full width of the cell */
            margin-bottom: 5px;
            /* Adds space below the line */
            display: inline-block;
        }
        
        .form-fieldW div {
            text-align: center;
            margin-top: -5px;
            /* Adds space between the line and the text */
        
        }

/* Styling the big line that appears fourth */

 .blank-line2{
          display: inline-block; 
          border-bottom: 1px solid black;
          width: 72%;
         }
/* Styling the big line that appears in the subsections */

.blank-line {
            display: inline-block; 
            border-bottom: 2px solid black;
            width: 19%;
         
           }


.blanklinecallout {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
        }    

 .Checkboxsize {
            width: 14px;
            height: 14px;
            background-color: white;
            border-radius: 5%;
            border: 1px solid black;
            appearance: none;
            -webkit-appearance: none;
            outline: none;
            /*cursor: default;*/
            margin-right: 8px;      
            padding: 10px;
            margin-top:10px;
            pointer-events: none;
        }
.jtext {
           display:inline-block;
             padding-left: 10px;
             padding-right:10px;
}

label{padding:0;}

.divTable{
    margin-left:40px;
    padding-top:5px;
}

.divtable1 {
  display: table;
}
.checktable {display: block;}

.custom-row {
  display: table-row;
  margin-left:40px;
}

.custom-cell {
  display: table-cell;
  vertical-align: top;
}


  .lines {
    display: inline-block; 
    border-bottom: 1px solid black;
    width: 264px; /* Adjust as per your requirement */
  }
  .Addresslines{
    display: inline-block; 
    border-bottom: 1px solid black;
    width: 447px; /* Adjust as per your requirement */
  }


.Plines{
    display: inline-block; 
    border-bottom: 1px solid black;
    width: 150px; /* Adjust as per your requirement */

}

.divTableCellD {
    display: table-cell;
    padding: 10px;
    text-align: center;
    /* Centers the content */
    width: 33%;
    
}



.DeclareTable{ display: table;
    width: 100%;
    border-collapse: collapse;
    }



    @media screen and (max-device-width: 768px) {

    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
        
    }

.divAddressTable {
    text-align: center;
    padding-bottom: 20px;}

    
.OfficeUse_Right{
        text-align: center;   
        margin-right: -90px;}

.jtext {
            padding-left: 30px;
            margin-top: -20px;
          padding-right:20px;}
.ltext {
                padding-left: 16px;
                margin-top: -20px;}
.divTable{
                  margin-left:15px;
                 
              }
.blank-line1 {
                width: 85%;
               }
.blank-line2 {width:100%;}

.blank-line {
               
                width: 30%;
            }
.divTableCellW {width:20%; }
.lines {
    margin-bottom: 10px;
                width: 100%; /* Adjust as per your requirement */
              }

.divTableCell{

  display:block;}
.Plines{

  margin-bottom: 10px;
width:100%;}
.Addresslines{
  margin-bottom:10px;
    width:100%;

}
.bigtable{
 overflow-wrap: anywhere;
}
.divTableCellD {overflow-wrap: anywhere;}

.lineN {
 
  width: 30%;
}
}

/* CSS for Page 2 big table*/
.header-cell {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.border-cell {
  border-right: 1px solid black;
  border-left: 1px solid black;

  padding-left: 6px;
  padding-right: 4px;
  padding-top:10px;

}
  
  .bottom-border {
    border-bottom: 1px solid black;
  }
  
  .list-item {
    font-weight: bold;
font-size: 24px;
  }
  
  .section-title {
    font-weight: bold;
    line-height: 25px;
  }
  
  ul {
    padding-right: 30px;
    padding-left: 15px;
    padding-bottom: 0;
  }
  
  ul li {
    margin-bottom: 5px;
  }


  .contents{
    display:block;
    padding-left: 25px;
    margin-top: -20px;
    padding-right:20px;  
}
.bigtable {

  margin: 0 auto; }

  .ltext{
    display:block;
    padding-left: 25px;
    margin-top: -20px;
    padding-right:20px;  
}

.big-bullets li::marker {
  font-size: 24px; /* Size of the bullet */
}
.contents1{
  display: block;
  margin-top: -23px;
  padding-bottom: 20px;  
}