/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
    
  #form-element-wrapper_1{
      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;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
    .blank-line {
    flex-grow: 4;
    display: flex;
    border-bottom: 1.5px solid #000;
    margin-inline-end:5% !important;
    height:19px;
    margin-inline-start: 10px;

}
.blank-lineq {
       flex-grow: 0.5;
       display: flex;
       border-bottom: 1.5px solid #000;
       margin-inline-start: 10px;
       height:19px;
    
    }
    .line{
       display: flex;
       flex-grow: 1;height:19px;
       border-bottom: 1.5px solid #000; 
    }
      .form-fieldr {
    display: flex;
    margin-bottom: 10px;

}
ul,ol{
    margin-inline-start:25px;}

.greyboxsmall {
    background-color: #e5e5e5; 
    padding: 20px; 
    padding-top: 0px; 
    padding-bottom: 0px; 
    text-align: center; 
  } 
  .Checkboxsize {  
    width: 14px;  
    height: 14px;  
    background-color: white;  
    border-radius: 5%;  
    vertical-align: middle;  
    border: 1px solid gray;  
    appearance: none;  
    -webkit-appearance: none;  
    outline: none;  
   
  } 
  .divCell1{
    width: 68%;
    display: inline-block;
    vertical-align: text-top;
    padding-inline-start: 10px;
    padding-bottom: 4px;
  }
 .divCell2{
    width: 29%;
    display: inline-block;
    vertical-align: bottom;
  }
.jtext{
    display:block;
    margin-top:-21px;
    margin-inline-start: 20px;
    margin-inline-end: 20px;
    }
    .line1{
        display: flex;
        flex-grow: 1;
        border-bottom: 1.5px solid #000; 
        height:19px;
        margin-bottom: 20px;
    }

    ul,ol{
        margin-inline-end:20px;
    }

    
.divTableW {
        display: table;
        width: 100%;
        border-collapse: collapse; /* Mimics table border collapse */
    }
    
    .divTableRowW {
        display: table-row;
    }
    
    .divTableCellW {
      display: table-cell;
      padding-inline-start: 10px;
      width: 35%;
    }
    .divTableCellW1 {
      display: table-cell;
      padding-inline-start: 10px;
      width: 50%;
    }
    
    .form-fieldW .halflineW {
        border-bottom: 1.5px solid black; /* Corrected the spacing in the border property */
        width: 97%; /* Ensures the line spans the full width of the cell */
        height:22px;
        display: inline-block;
    }
    .form-fieldW .halflineWq {
        border-bottom: 1.5px solid black; /* Corrected the spacing in the border property */
        width: 97%; /* Ensures the line spans the full width of the cell */
        height:19px;
        display: inline-block;
    }
.form-fieldW .blank-lineq1  {
        width:80%;
        flex-grow: 0.5;
        display: flex;
        border-bottom: 1.5px solid #000;
        margin-inline-start: 10px;
       
}
.adjust{
    margin-inline-start: 10px;
}
.levelline{
    margin-inline-start: -10px;
}
.checkbox-row {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin: 0px 0;
}
.checkbox-label1 {
    line-height: 1.4;
    flex: 0;
    white-space: nowrap;
    margin-inline-start: 15px;
    margin-inline-end: 20px;
    vertical-align: sub; /* To manage the checkbox alignment content */
}
.checkbox-row input[type="checkbox"] {
    margin-top: 5px;
    flex-shrink: 0;
}
  @media only screen and (max-width: 768px) {
        .header_container {
            flex-direction: column;
            justify-content: center;
            align-items: center !important;
        }
    .divCell1 {
    width: 100%;
    padding-inline-start: 0px;
    padding-bottom: 10px;
}
.form-fieldW .blank-lineq1 {
    width: 97%;
    flex-grow: 0.5;
    display: flex;
    border-bottom: 1.5px solid #000;
    margin-inline-start: 0px; 
    padding-top: 15px;
}
.divTableCellW1 {
    display: contents;
    padding-inline-start: 10px;
    width: 50%;
}
.line{
    margin-bottom: 10px;
}
.form-fieldr{
    display: block;
}
.divTableCellW{
    display: contents;
}
.adjust
{
    margin-inline-start: 0px;}
    .divCell2{
        display: contents;}
        .blank-line{
            margin-inline-start: 0px;
            margin-inline-end: 0% !important;
            margin-bottom:15px;

        }
        .blank-lineq {
    margin-inline-start: 0px;
    margin-top: 10px;
    margin-bottom: 25px;
}
    }

@media screen and (max-device-width: 821px)
and (max-device-height: 1181px)
and (min-device-width: 819px)
and (min-device-height: 1179px) {
  .divCell1{
    width: 64%;
  }
 .divCell2{
    width: 33%;
 }
}
    