/* 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:10%;
  
}

.custom-table th {
    background-color: #d3d3d3;
    font-weight: bold;
    text-align: center;
}

.custom-week-header {
    width: 10%; /* Adjust width as needed */
}

.custom-col-header {
    width: 20%; /* Adjust width as needed */
}

 /* CSS to fix Begin End and 1st 2nd RTL Alignment */
.BeginEnd {
    text-align: start !important;
    width: 4%;
    padding-inline-start: 15px;
}

.custom-row-header {
    background-color: #d3d3d3;
    font-weight: bold;
    text-align: start;
    padding-inline-start: 10px;
}
/*******************************************/

.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;}

:lang(ja) .L1left {
    width: 55%
}

.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-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;
 
} 




@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%;
}


.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;

}

}


@media only screen and (max-width: 768px) {
 
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }

.L1left, .L1right {
    float: none; /* Remove float */
    width: 80%; /* Adjust width as needed */
    margin: 0 auto; /* Center both divs */
    display: block; 

}
.header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}

.L1left, .L1right {
    float: none; /* Remove float */
    width: 90%; /* Adjust width to fit within screen */
    margin: 0 auto; /* Center align */
    display: block; 
}
.declaretable{
    display: contents;
}


.left-column{
    width:40%;
}


.bigtable {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
}


.bigtable table {
    width: 100%; /* Ensure table takes up the full width of the container */
    min-width: 600px;
}
}