/* 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;
 
   
}
.divTableCellAddress1 {
    display: table-cell;
    text-align: center !important;
   
}
.divTableCell {
    display: table-cell;
   padding:2px;
}
.divTableCell2 {
  display: table-cell;

}

.phonenumbers { 
    width: 37%; 
} 

.divTableRow { 
    display: table-row; 
} 

.divTableCellQ { 
    display: table-cell; 
    padding: 3px; 
    width:55%; 
} 

.legendsstyle { 
    padding-left: 3px;
} 
.L1left

{width:46.5%;
padding-bottom:15px;}
.OfficeUse_Right{
    width: 46.5%;
    padding-bottom: 25px;
        }
.adjust{
   margin-inline-start:35% !important;
}
.adjust1{
    margin-inline-start:37% !important;
    text-align:center !important;
 }
.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;
            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%;
    
}

ul,ol{margin-right:25px;
padding-bottom:0;}

.DeclareTable{ display: table;
    width: 100%;
    border-collapse: collapse;
    }
/* CSS for Page 2 big table*/
.header-cell {
    border: 1px solid black;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    background-color: darkgrey;
  }
  .header-cell1 {
      border: 1px solid black;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      background-color: lightgrey;
    }
  
  .border-cell {
    border-right: 1px solid black;
    border-left: 1px solid black;
  
    padding:10px;
  
  }
    
    .bottom-border {
      border-bottom: 1px solid black;
    }
    
    .list-item {
      font-weight: bold;
  font-size: 24px;
    }
    
    .section-title {
      font-weight: bold;
      line-height: 25px;
    }
    
   
    
   
  
    .contents{
      display:block;
      padding-left: 25px;
      margin-top: -20px;
      padding-right:20px;  
  }
 
  
    .ltext{
      display:block;
      padding-inline-start: 25px;
      margin-top: -20px;
       
  }
  
  .big-bullets li::marker {
    font-size: 24px; /* Size of the bullet */
  }
  .contents1{
    display: block;
  margin-bottom:8px; 
  }


  .diamond-list {
    list-style: none;
  
  }
  
  .diamond-list li::before {
    content: "\25C6"; /* Unicode for black diamond (???) */
    color: #333;
    font-size: 0.9em;
    

  }
  .tick-list {
    list-style: none;
  
  }
  
  .tick-list li::before {
    content: "\2713"; /* Unicode for black diamond (???) */
    color: #333;
    font-size: 0.9em;
 

  } 
.UniquePhoneTable  {
    width: 47%;
   
}

.divTableRowUnique {
    display: table-row;
}

.divTableCellUnique {
    display: table-cell;
    width: 65%;
    padding: 2px;
     vertical-align: bottom;
}
:lang(fa).divTableCellUnique,
:lang(ar).divTableCellUnique {
     display: table-cell;
    width: 65%;
    padding: 2px;
    vertical-align: baseline;
}
    @media screen and (max-device-width: 768px) {

    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
        
    }
    .table-container {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
    }
    .table-container > table {
        width: 100%;
        min-width: 850px;
        border-collapse: collapse;
        
      }
      :lang(vi).adjust{
        margin-inline-start: 20% !important;
    }
    .adjust{
        margin-inline-start: 25% !important;
    }
    .adjust1{
        margin-inline-start: 17% !important;
    }
    :lang(fil).adjust1{
        margin-inline-start: 8% !important;
    }

    :lang(en).adjust1{
        margin-inline-start: 10% !important;
    }
    :lang(hy).adjust1,
    :lang(km).adjust1{
        margin-inline-start: 25% !important;
    }
.divAddressTable {
    text-align: center;
    padding-bottom: 20px;}

    
.OfficeUse_Right{
        text-align: center;   
        width:57%;}
.phonenumbers{
    width: 80%;
}
.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%;

}

.divTableCellD {overflow-wrap: anywhere;}

.lineN {
 
  width: 30%;
}
.UniquePhoneTable  {
    width: 100%;
}

.divTableCellUnique{
    width:65%;
}
.L1left {
    width: 70%

;
    padding-top: 20px;
}
}

/* 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) 

{.phonenumbers{
    width: 40%;
} .adjust{
    padding-inline-start: 10% !important;}
    
    
    .adjust1{
        padding-inline-start: 22% !important;}

        :lang(hy).adjust1,
        :lang(km).adjust1,
        :lang(ja).adjust1,
        :lang(ko).adjust1,  
        :lang(vi).adjust1{
            padding-inline-start: 17% !important;
        }
        :lang(pu).adjust1{
            padding-inline-start: 20% !important;
        }
        .UniquePhoneTable  {
             width: 55%;
             margin-inline-start: 12%;;
         }
       .divTableCellUnique{
    width:65%;
}
.L1left {
    width: 30%;
    padding-top: 20px;
}
    .OfficeUse_Right {
        text-align: center;
        width: 29%

;
    }
    }