/* 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;
   vertical-align: bottom;
   padding-bottom: 10px;;
}
:lang(ar).divTableCell,
:lang(fa).divTableCell {
  display: table-cell;
  padding: 2px;
  vertical-align: baseline;
  padding-bottom: 10px;
}
.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%;
         margin-inline-start:3px;
           }

.blank-line1 {
            display: inline-block; 
            border-bottom: 1px solid black; /* Styling the line that appears second */
            width: 56%;height: 17px;
           }

/* 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%;
            vertical-align: bottom;
        }
        
        
        .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;height: 17px;
        }

        :lang(hy).form-fieldW .halflineW,
        :lang(ru).form-fieldW .halflineW,
        :lang(fil).form-fieldW .halflineW,
        :lang(vi).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;height: 35px;
        }
        :lang(pa).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;height: 35px;
        }
        
        .form-fieldW div {
            text-align: center !important;
            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%;height: 17px;
         }
/* Styling the big line that appears in the subsections */

.blank-line {
            display: inline-block; 
            border-bottom: 2px solid black;
            width: 19%;margin-inline-start:3px;
         
           }


.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 */
    margin-inline-start:2px;
    height: 17px;
  }
  .Addresslines{
    display: inline-block; 
    border-bottom: 1px solid black;
    width: 447px; /* Adjust as per your requirement */
    margin-inline-start:2px;height: 17px;
  }


.Plines{
    display: inline-block; 
    border-bottom: 1px solid black;
    width: 150px; /* Adjust as per your requirement */
margin-inline-start:2px;
    height: 17px;
  
}

.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;}
  .responsive-table-container { 

        overflow-x: auto; 

        -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */ 

    } 

 

    .responsive-table-container table { 

        width: 100%; /* Ensure table takes up the full width of the container */ 

        min-width: 850px; /* Set a minimum width to maintain table readability */ 

    }

 

.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:100%;margin-bottom: 10px; }
.lines {
    margin-bottom: 10px;
                width: 100%; /* Adjust as per your requirement */
              }

.divTableCell{

  display:block;}:lang(ar).divTableCell,
:lang(fa).divTableCell {
  display: block;
}
.Plines{

  margin-bottom: 10px;
width:100%;}
.Addresslines{
  margin-bottom:10px;
    width:100%;

}
.bigtable{
 overflow-wrap: anywhere;
}
.divTableRowW{
    display: grid;
}
.divTableCellD {width:100%;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-inline-start:10px;
  
  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;
  }
  :lang(ar).section-title,    
  :lang(fa).section-title {
    font-weight: bold;
    line-height: 40px;
  }
  
ul,ol{
  margin-inline-start:30px;
}
  ul li {
    margin-bottom: 5px;
  }

  .contents{
    display:block;
    padding-left: 25px;
    margin-top: -20px;
    padding-right:20px;  
}
:lang(ar).contents,
:lang(fa).contents{
  display:block;
    padding-left: 25px;
    margin-top: -25px;
    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;  
}