/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_49{
      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;
}
.alpha-list {
    list-style-type: upper-alpha; /* Use uppercase letters for list items */
}


.Lright {
 
    width:35%;

}
.LrightOffice{
   
    width:35%;
padding-right:40px;
}
.divTable {
    display: table;
    width: 40%;
}

.divTableRow {
    display: table-row;
}

.divTableCell {
    display: table-cell;
width:57%;
}
.Checkboxsize {
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 5%;
    border: 1px solid grey;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor:not-allowed;
    margin-right: 8px;  
    padding: 10px;
    margin-top:10px;
    pointer-events: none;
}

.jtext {
   margin-top: -9px;
    padding-left: 8px;
padding-right: 10px;}


.form-field {
    display: flex;
    align-items: center;
   
}.form-field .text {
    white-space: wrap;
    margin-bottom: 8px;
}
.form-fieldr {
    display: flex;
    margin-bottom: 10px;
}
.line {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-left: 5px;
    margin-bottom: 15px;
    margin-right:15px;
   
}
.halfline {
    flex-grow: 0.7;
    border-bottom: 1.5px solid black;
    margin-left: 5px;
    margin-bottom: 8px;

}
.padstraight{
    float:right;
}
.padstyle{
    padding:15px;
}

.divTableW {
    display: table;
    width: 100%;
    border-collapse: collapse; /* Mimics table border collapse */
}

.divTableRowW {
    display: table-row;
}

.divTableCellW {
    display: table-cell;
    padding: 10px;
    text-align: center; /* Centers the content */
    width: 35%;
}

.form-fieldW .halflineW {
    border-bottom: 1.5px solid black; /* Corrected the spacing in the border property */
    width: 100%; /* Ensures the line spans the full width of the cell */
    margin-top: 20px;
    display: inline-block;
}

.form-fieldW div {
    text-align: center;
    overflow-wrap: anywhere;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
ul,ol{
    margin-right:20px;
 

}
li{
    padding-left:15px;
    padding-right:15px;
}
@media only screen and (max-width: 768px)
 {
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
   
    .Lright {        
        width: 80%;
       }
.LrightOffice{
    width:auto;
    padding-right:0;
}
.form-field{
    display: block;
}
      
        .form-fieldr {
            display: block;
           
        }
        .halfline {
            flex-grow: 1;}
    
        .end-date {
            grid-column: 1 / 2;
        }
    
        .end-line {
            grid-column: 2 / 3;
        }}
 /* 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%;
}}