/* 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;
    }
#form-element-wrapper_2{
    display: none;
}
    /* TO CONTROL SCREEN SCROLL*/
.form-section, .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-left: 20px;}
.L1right {width:55%;}
.left-column {
    width: 34%;
    padding-right: 10px;
    vertical-align: top;
}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.dotted-rectangle1 {
    width: 20px; /* Adjust width of each rectangle */
    height: 30px; /* Adjust height of each rectangle */
    border: 2.5px dotted black; /* Dotted border */
    
    display: inline-block;
    margin-left: 25px;
  }


  .dotted-container {
    display: inline-flex;
    gap: 2px; /* Adjust the space between boxes */
    vertical-align: middle;
}
.dotted-box {
    width: 20px; /* Width of each small box */
    height: 30px; /* Height of each small box */
    border: 2.5px dotted #333;
}

.custom-checkbox {
    width: 14px;  
    height: 14px;  
    background-color: white;  
    border-radius: 5%;  
    vertical-align: middle;  
    border: 1px solid gray;  
    appearance: none;  
    -webkit-appearance: none;  
    outline: none; 
}



  
/* General table styling */
table.noto_fonts {
    width: 100%; /* Set to full screen width */
    border-collapse: collapse;
    margin-bottom: 20px;

}

.header-text{padding-left:-25px;}
/* Body cells */
td {
    padding-bottom: 5px;
   width:20%;
   
}



/* Left-aligned question cells */
.question-cell {
    text-align: left;
    padding-left: 10px;
}

/* Checkbox cells for alignment */
.checkbox-cell {
   text-align: center; 
   width: 3%; /* Fixed width for consistent alignment */
}

/* Input cells for earnings and days */
.input-cell input,
.input-large {
    width: 100%; /* Full width inside cell */
    box-sizing: border-box; /* Consistent padding and border */
    padding: 5px;
}

/* Vertical line (right border) for certain cells */
.vertical-line {
    position: relative;

  
}

.vertical-line::before {
    content: "";
    position: absolute;
    height: 100%; /* Adjust the height as needed */
    width: 2px; /* Set the line thickness */
    background-color: #000; /* Set the line color */
}


.Right2{
    width:50%;
}



.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


.custom-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.custom-table th, .custom-table td {
    border: 1px solid black;
    width:12%;
  
}

.custom-table th {
    background-color: #d3d3d3;
    font-weight: bold;
    text-align: center;
}

.custom-row-header {
    background-color: #d3d3d3;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

.custom-week-header {
    width: 10%; /* Adjust width as needed */
}

.custom-col-header {
    width: 20%; /* Adjust width as needed */
}





.signature-x {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}


.divTableRowW { 
    display: table-row; 
} 

.divTableCellW { 
    display: table-cell; 
    padding-right: 10px; 
    text-align: center; 
    width: 5%; 
    padding-top: 25px; 
    padding-bottom: 0px; 
} 

.form-fieldW .halflineW { 
    border-bottom: 1.5px solid black; 
    width: 100%; 
    margin-bottom: -3px; 
    display: inline-block; 
} 


.form-fieldW div { 
    text-align: left;
   
} 
/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
  /* 
  #form-element-wrapper_14{
      visibility: hidden !important;
    }*/

    /* TO CONTROL SCREEN SCROLL*/
.form-section, .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-left: 20px;}
.L1right {width:55%;}
.left-column {
    width: 34%;
    padding-right: 10px;
    vertical-align: top;
}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


.custom-checkbox {
    width: 14px;  
    height: 14px;  
    background-color: white;  
    border-radius: 5%;  
    vertical-align: middle;  
    border: 1px solid gray;  
    appearance: none;  
    -webkit-appearance: none;  
    outline: none; 
}



  
/* General table styling */
table.noto_fonts {
    width: 100%; /* Set to full screen width */
    border-collapse: collapse;
    margin-bottom: 20px;

}

.header-text{padding-left:-25px;}
/* Body cells */
td {
    padding-bottom: 5px;
   width:20%;
   
}



/* Left-aligned question cells */
.question-cell {
    text-align: left;
    padding-left: 10px;
}

/* Checkbox cells for alignment */
.checkbox-cell {
   text-align: center; 
   width: 3%; /* Fixed width for consistent alignment */
}

/* Input cells for earnings and days */
.input-cell input,
.input-large {
    width: 100%; /* Full width inside cell */
    box-sizing: border-box; /* Consistent padding and border */
    padding: 5px;
}

/* Vertical line (right border) for certain cells */
.vertical-line {
    position: relative;

  
}

.vertical-line::before {
    content: "";
    position: absolute;
    height: 100%; /* Adjust the height as needed */
    width: 2px; /* Set the line thickness */
    background-color: #000; /* Set the line color */
}






.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


.custom-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.custom-table th, .custom-table td {
    border: 1px solid black;
    width:10%;
  
}

.custom-table th {
    background-color: #d3d3d3;
    font-weight: bold;
    text-align: center;
}

.custom-row-header {
    background-color: #d3d3d3;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

.custom-week-header {
    width: 10%; /* Adjust width as needed */
}

.custom-col-header {
    width: 20%; /* Adjust width as needed */
}





.signature-x {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}


.divTableRowW { 
    display: table-row; 
} 

.divTableCellW { 
    display: table-cell; 
    padding-right: 10px; 
    text-align: center; 
    width: 5%; 
    padding-top: 25px; 
    padding-bottom: 0px; 
} 

.form-fieldW .halflineW { 
    border-bottom: 1.5px solid black; 
    width: 100%; 
    margin-bottom: -3px; 
    display: inline-block; 
} 


.form-fieldW div { 
    text-align: left;
 
} 


/*.last-container {
    display: grid;
    grid-template-columns:40% 18% 41%; 
    align-items: center !important;
    padding: 10px;
 
}

.left-section {
    text-align: center;
}

.center-section {
    
    justify-content: center;
}

.right-section{
    text-align: center;
}*/

.last-container {
    display: table;
    width: 100%;
    table-layout: fixed; /* Ensures equal column widths */
    border-collapse: collapse; /* Prevents extra spacing */
}

.table-row {
    display: table-row;
}

.left-section,

.right-section {
    display: table-cell;
    vertical-align: middle;
    text-align: center !important;
}

/* Ensure left and right sections take equal width */
.left-section, .right-section {
    width: 40%;
}

.center-section {
    width: 20%; /* Fix width for the seal */
}


h3,.centeradjust{
    text-align:center !important;
 }


.PRight1{ 
    width: 30%;
    padding-bottom: 10px;
}
.RLeft{
    padding-right:25px;
    padding-left:25px;
}
.PRight{width:30%;}

@media only screen and (max-width: 768px) {
 
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

.L1left{
    width: 100%;
    text-align: center;
    margin-left:-20px;
}
.L1right {
 
    width: 100%;
   text-align: center;

}
.Right2{
    width:100%;
}
.PRight1{
    width:auto;
}

.declaretable{
    display: contents;
}
h1{
    text-align: center;
}

.table-container {
    display: block;
    overflow-x: auto;
 
    -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
}
.table-container table{
    width:100%;
    min-width:850px;

}
.last-container{
    display: flex;
}
.center-section{text-align: center; padding-top:20px;padding-bottom:20px;padding-left: 32%;
    padding-right: 32%;}
.left-section{
    padding-top:10px;
}
.right-section{
    padding-bottom:20px;
}
.RLeft{
    text-align: center;
}
}


  /* 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) 

{

.header_container {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
}
  
.table-row{
    padding-left:27%;
    padding-right:25%;
}

.PRight{
    width:auto;
}
}