

/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
   
  #form-element-wrapper_40{
      visibility: hidden !important;
    }

    /* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}
#form-element-wrapper_2
{
    display: none;
}

 .header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.Lright {
 
    width:38%;

}
.LrightOffice{
   
    width:35%;
padding-right:40px;
}
.divTable {
    display: table;
    width: 40%;
}

.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
width:57%;
}


.date-info{
    width: 29%;
    padding-top: 30px;
    padding-bottom: 10%;
  }
  .form-fieldr {
    display: flex;
    margin-bottom: 10px;
    width:100%;
}

.form-field {
    display: flex;
    align-items: center;
   
}
.halfline {
    flex-grow: 0.3236;
    border-bottom: 1.5px solid #000;
    margin-left: 5px;
    margin-bottom: 8px;
    margin-right: 20px;

}
.box1{
    width:90%;
}
.line {
    width: 35%;
    display: inline-block;
    border-bottom: 1.5px solid #000;
    height: 15px;
    margin-left: 5px;
    margin-right: 10px;
   
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.line2 {
    display: inline-block;
    border-bottom: 1px solid black;

    width: 25%;
    margin-bottom: 2px;
    height: 17px;
  }

  .divTableRowA{
    display: flex;
    padding-bottom: 10px;
    margin-left:10px;
  }
  .divTableCellQ{
    display: table-cell;
    padding-right: 30px;
    width: 35%;
  }
  .custom-style {
    list-style-type: none; /* Remove default bullets */
    padding: 0; /* Remove padding from the list */
}

.custom-style li {
    margin-bottom: 10px; /* Add space between items */
    padding-inline-start: 40px; /* Logical padding for alignment (handles both LTR and RTL) */
    position: relative; /* For custom bullet positioning */
}

.custom-style li::before {
    content: '__'; /* Custom bullet */
    position: absolute;
    inset-inline-start: 0; /* Logical property for bullet position */
    top: 0; /* Keep the bullet aligned with the top of the text */
}
.borderfortable td, th {
  border: 1px solid black;
  height: 12px;
  border-collapse: collapse;

  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 49px;
}
.borderfortable1 td,th {
  border:1px solid black;
  height: 25px;
  border-collapse: collapse;
text-align: center;
  padding-top: 5px;

  padding-left: 5px;
  padding-right: 5px;
}


  
.confidentiality-notice {
  border: 1px solid black;
  padding-left: 10px;
  padding-right: 15px;
  margin-left: 20px;
  margin-right: 15px;

}
.confidentiality {
  border: 1px solid black;
  padding-left: 10px;
  padding-right: 15px;


}
ul,ol{
  margin-right:30px;
}
.edd-link {
  padding-left: 300px;
  color: rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 768px)
 {
    .header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}
.Lright{
    width: 78%;
    padding-left: 10px;
}
.date-info {
   width: 60%; 
  padding-top: 15px; 
  padding-bottom: 10%;
}
.date-label{
  WIDTH: 214%;
}

.table-container {
    display: block;
    overflow-x: auto;
 
    -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
}
.table-container table{
    width:100%;
    min-width:850px;

}
.divTableRowA {
    flex-direction: column; /* Stack the table rows */
    width:100%;
    margin-left:40px;
  }

.divTableCellQ{width:100%;}
.line2{width:100%;
    padding-left: 20px;
margin-right:30px;
}
.form-fieldr{
    display: block;
}
.line{width:100%;
margin-bottom:10px;}
.edd-link {
  padding-left: 0px;
  color: rgba(0, 0, 0, 1);
}

 }

  /* Media query for 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) 

{
  


    .Lright {
        width: 39%;}
        
    .header_container {
      flex-direction: column;
      justify-content: center;
      align-items: center !important;
  }
  .Lright{
      width: 39%;
      padding-left: 10px;
  }
  .date-info {
     width: 25%; 
    padding-top: 15px; 
    padding-bottom: 10%;
  }
  .date-label{
    WIDTH: 214%;
  }
  
  .table-container {
      display: block;
      overflow-x: auto;
   
      -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
  }
  .table-container table{
      width:100%;
      min-width:850px;
  
  }
  .divTableRowA {
      flex-direction: column; /* Stack the table rows */
      width:100%;
      margin-left:40px;
    }
  
  .divTableCellQ{width:100%;}
  .line2{width:100%;
      padding-left: 20px;
  margin-right:30px;
  }
  .form-fieldr{
      display: block;
  }
  .line{width:100%;
  margin-bottom:10px;}
  .edd-link {
    padding-left: 0px;
    color: rgba(0, 0, 0, 1);
  }
}





