/* 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;
}
.End{
    align-content: end;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.Center{
    align-content: center;
}
.Interviewer{
    justify-content: center;
}
.Block {
    position: sticky !important;
    /* left: 600px; */
    width: 340px;
    height: 110px;
    border: 1px solid black;
    padding: 15px;
    /* margin: 10px; */
    text-align: center;
}
.box1 {
    /* position: sticky !important; */
    left: 45px;
    right: 45px;
    width: 355px;
    height: 70px;
    border: 1px solid black;
    padding: 3px;
    /* margin: 10px; */

    display: inline-block;
    margin-left: 3%;
    margin-right: 3%;
}
.Start{ border-inline-start:none !important;
border-top:none !important;}
 .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: 6px;
   /* border-top:1px solid black;*/

}

.header-text{padding-left:-25px;}
/* Body cells */




/* 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;
    visibility: hidden;

  
}

.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-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: center;
   
} 
/* 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;
}

.start{
    border-inline-start: none !important;
    border-inline-end: none !important;
    border: 1px solid black;
    padding: 4px;
    vertical-align: top;

  }
  .end{
    border-inline-end: none !important;
    border: 1px solid #000;
    padding: 4px;
    vertical-align: top;
  }
  .SSN{
    border:1px solid black;
  }
  .greyboxsmall {
    background-color: #e5e5e5;
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}
.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; 
}


.ltext {
    display: block;
    padding-left: 20px;
    padding-right: 15px;
    margin-top: -21px;
}
  
/* General table styling */
table.noto_fonts {
    width: 100%; /* Set to full screen width */
    border-collapse: collapse;
    margin-bottom: 6px;

}
.table-border {
    border-collapse: collapse;
    width: 100%;
  }

  .table-border tr:first-child td:not(:first-child) {
    border-bottom: 4px double black;
 
    font-weight: normal;
  
  }
  .table-border th,
  .table-border  td {
    border: 1px solid black;
    padding: 6px;
    text-align: center;
  }
  .footer{
    white-space: nowrap !important;
  }

  .table-border .table-header {
    font-weight: normal;
  }
.header-text{padding-left:-25px;}
/* Body cells */
td {
    padding-bottom: 5px;
padding-top:5px;
    padding-left: 10px;
    padding-right: 10px;
}
.Checkboxsize {
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 5%;
    border: 1px solid grey;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-right: 8px;
}


/* 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;
    padding-left: 10px;
}
.divTableCellW3 {
    display: table-cell;
    padding-right: 10px;
    text-align: center;
    width: 5%;
    padding-top: 25px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.form-fieldW .halflineW { 
    border-bottom: 1.5px solid black; 
    width: 100%; 
    margin-bottom: -3px; 
    display: inline-block; 
} 

.form-fieldW3 .halflineW3 {
    border-bottom: 1.5px solid black;
    width: 116%;
    margin-bottom: -3px;
    display: inline-block;
}



.DeclareTable {
    display: table;
    width: 95%;
    border-collapse: collapse;

}
.form-fieldF {
    display: flex
;
}
.divTableCellW1 {
    display: table-cell;
    padding: 4px;
    text-align: start;
    margin-top: -7px;
    text-align: left;
}
.initline {
    flex-grow: 0.2;
    border-bottom: 1.5px solid black;
    margin-bottom: 4px;
    width: 135px;
}
.halfline {
    flex-grow: 0.5;
    border-bottom: 1.5px solid black;
    margin-bottom: 4px;
}
.divTableCellW2 {
    display: table-cell;
    padding: 4px;
    text-align: start;
    margin-top: -7px;
    width: 14%;
    text-align: center;
}
.divTableCellD1 {
    display: table-cell;
    padding: 0px;
    text-align: center;
    width: 30%;
    padding-left:40px;
    padding-right:40px;
    padding-bottom:25px;
}
.divTableCellD3 {
    display: table-cell;
    padding: 10px;
    text-align: center;
    width: 35%;
    padding-left: 40px;
    padding-right:40px;
}
.divTableCellD4 {
    display: table-cell;
    padding: 10px;
    text-align: center;
    width: 35%;
    padding-left: 40px;
    padding-right:40px;
}
.form-fieldO .halflineP {
    border-bottom: 1.5px solid black;
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
    /* margin-left: -11%; */
}
.blank-line {
    border-bottom: 1px solid #000;
    height: 18px;
    flex-grow: 1;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    width: 62.5%;
}
.blank-line3 {
    border-bottom: 1px solid #000;
    height: 18px;
    flex-grow: 1;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    width: 60%;
    padding-top:10px;

}
.blank-line4 {
    border-bottom: 1px solid #000;
    height: 30px;
    
    margin-right: -19px;
    /* display: inline-block; */
    width: 90%;
}

.blank-line1 {
    border-bottom: 1px solid #000;
    height: 30px;
    flex-grow: 1;
    margin-left: 20px;
    margin-right: 20px;
   
}
.Underline {
    border-bottom: 1px solid #000;
    height: 18px;
display: inline-block;
margin-left: 3px;
    margin-right: 3px;
    width:100px;
}
.Underline1 {
   
        border-bottom: 1px solid #000;
        height: 18px;
        flex-grow: 1;
        margin-left: 40px;
    }
.Underline2 {
    
        border-bottom: 1px solid #000;
        height: 30px;
        flex-grow: 1;
        margin-left: 20px;
        margin-right: 20px;
    }
.blank-line2 {
    border-bottom: 1px solid #000;
    height: 18px;
    flex-grow: 1;
    margin-left: 20px;
    margin-right: 20px;
    width:52%;
}
.attendance-record-table td {
    padding: 8px;
   
    vertical-align: top;
  }
  .jtext {
    display: block;
    margin-top: -20px;
    margin-left: 20px;
    margin-right: 20px;
}
.training-schedule-table {
    border-collapse: collapse;
    width: 100%;
  }
  
  .training-schedule-table td {
    border: 1px solid #000;
    padding: 6px;
    text-align: center;
  }
  
  .training-schedule-table .table-header {
    font-weight: normal;

  }
  .table-header{
    overflow-wrap: anywhere;
  }
   .Space{
    padding-left:10px;
    padding-right:10px;
   }
th {
 
    font-weight: normal;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .mailDate {
    padding-left:30%;
    padding-right:30%;
  }
  .dollar{
    direction: ltr !important;
  }
@media only screen and (max-width: 768px) {
 
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    .table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .form-fieldF {
        display: block;
    }
    .divTableCellW1 {
        display: block;
        padding: 4px;
        text-align: start;
        width: auto;
    }
    .initline {
        flex-grow: 0.2;
        border-bottom: 1.5px solid black;
        margin-bottom: 4px;
        width: 100% !important;
    }
    .divTableCellW2 {
        display: block;
        padding: 4px;
        text-align: start;
        width: auto;
    }
    .Block {
        position: sticky !important;
        /* left: 600px; */
        width: 315px !important;
        height: 110px;
        border: 1px solid black;
        padding: 15px;
        /* margin: 10px; */
        text-align: center;
    }
    .mailDate {
        padding-left: 0% !important;
        padding-right: 0% !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;

}
.footer {
    white-space: normal !important;
}

}

@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;
    }

.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 */
}

.mailDate {
    padding-left: 25% !important;
    padding-right: 25% !important;
}
.bigtable table {
    width: 100%; /* Ensure table takes up the full width of the container */
    min-width: 600px;
}
.footer {
    white-space: normal !important;
}
}