/* Hide Submit Button */
.form-submit-button {
    display: none !important;
}
/* ------------------ */

/* Hide Print Button */
#print-preview {
    display: none !important;
}
/* ----------------- */

#form-element-wrapper_23{

    visibility: hidden;
}
/* Hiding Language dropdown*/
/* 
#form-element-wrapper_1{
    visibility: hidden !important;
  }*/
  /* css for edd logo and header*/
  
ul,ol{ margin-right:25px;}

ol li::marker {
    font-weight: bold;
    font-style: noto_fonts;
  }
  
/* TO CONTROL SCREEN SCROLLBAR*/
.form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.L1left {
   padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 1px;
     /* float: left;*/
    width: 50%; 
   
}

.L1right {
    padding-top: 37px;
   width: 71%;
}
    
/*css for mailing date to left and case number to right */
.header_container1 {
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.mailing {
    text-align: left;
}

.case {
        width: 37%;}

/*css for address to right*/

        .header_container2 {
            display: flex;
            justify-content: space-between;
            padding: 10px;
        }
        
.L1left1 {
    padding-top: 20px;
     padding-left: 10px;
     padding-bottom: 1px;
      /* float: left;*/
     width: 50%; 
    
 }
        .mailDate{
            padding-top: 37px;
            width: 37%;
        }
    .divTable {
        display: table;
        width: 100%;
    }
    
    .divTableBody {
        display: table-row-group;
    }
    
    .divTableRow {
        display: table-row;
    }
    
    .divTableCell {
        display: table-cell;
        padding: 2px;  /*Adjust padding as needed */
        
    }
    /*css for signature date line*/
    
.divTableRowW {
    display: table-row;
}
 
.divTableCellD {
    display: table-cell;
    padding: 0px;
    text-align: center;
    /* Centers the content */
    width: 33%;
    
}

.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;
}
.DeclareTable{ display: table;
    width: 100%;
    border-collapse: collapse;
    }
    .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;
    }    
  .Signature{
    margin-left: -46%;
  }

  @media only screen and (max-width: 768px) {
 
    /* TO CONTROL SCREEN SCROLLBAR*/
.form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}

    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
       
    }

.L1left {
    padding-top: 20px;
     padding-left: 10px;
     padding-bottom: 1px;
      /* float: left;*/
     width: 50%; 
    
 }
 
 .L1right {
    padding-top: 0px;
    width: 60%;
}

/* TO CONTROL SCREEN SCROLLBAR*/
.form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}
 
/*css for mailing date to left and case number to right */
.header_container1 {
    flex-direction: column;
        justify-content: center;
        align-items: center !important;
}

.mailing {
    text-align: left;
    margin-left: -19%;
}

.case {
        width: 49%;}

/*css for address to right*/

        .header_container2 {
            flex-direction: column;
        justify-content: center;
        align-items: center !important;
       
        }
        
    .mailDate{
        padding-top: 0px;
        width: 93%;
        }

    .divTable {
        display: table;
        width: 100%;
    }
    
    .divTableBody {
        display: table-row-group;
    }
    
    .divTableRow {
        display: table-row;
    }
    
    .divTableCell {
        display: table-cell;
        padding: 2px;  /*Adjust padding as needed */
        vertical-align: top; /* Align content to the top */
    }
    
    
  
    .divTableRowW {
       /* display: flex;*/
        justify-content: space-between; /* Distributes space between items */
        align-items: flex-end; /* Aligns items to the bottom */
        width: 100%; /* Full width */
    }
    
    .divTableCellW {
        flex: 1; /* Each cell takes equal space */
        text-align: center; /* Center align content */
    }
    
    .halflineW {
        border-bottom: 1px solid #000; /* Create a line */
        width: 100%; /* Full width for the line */
        margin-bottom: 5px; /* Space between line and label */
    }
    
    .dateLabel {
        text-align: left; /* Align date label to the left */
    }
    
    .signatureLabel {
        width: 135%;
    }
    .Signature{
      padding-left:74px;
      }
      .divTableCellD {
        display: table-cell;
        padding: 0px;
        text-align: center;
        /* Centers the content */
        width: 27%;
        
  }
}
@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;
       
    }

.L1left {
    padding-top: 20px;
     padding-left: 10px;
     padding-bottom: 1px;
      /* float: left;*/
     width: 50%; 
    
 }
 
 .L1right {
    padding-top: 0px;
    width: 30%;
}

/*css for mailing date to left and case number to right */
.header_container1 {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.mailing {
    text-align: left;
    margin-left: -10%;
}

.case {
        width: 25%;}

/*css for address to right*/

        .header_container2 {
            display: flex;
            justify-content: space-between;
            padding: 10px;
       
        }
        
    .mailDate{
        padding-top: 0px;
        width: 101%;
        }
        #form-element-wrapper_52{
            padding-left: 55%;
        }
        .Signature{
            margin-left: -69%;
          }
          /* TO CONTROL SCREEN SCROLLBAR*/
.form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}

    }
