/* 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_container2 {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !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;
  }

.overall{
    direction: ltr !important;
    margin-top:10px;
}
  .dotted-container {
    display: inline-flex;
    gap: 2px; /* Adjust the space between boxes */
    vertical-align: middle;
    direction: ltr !important;
   
  }
.dotted-box {
    width: 20px; /* Width of each small box */
    height: 28px; /* Height of each small box */
    border: 2.5px dotted #333;
     text-align: end;

}

.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; 
}

.checked-checkbox {
    width: 14px;  
    height: 14px;  
    background-color: black;  
    border-radius: 5%;  
    vertical-align: middle;  
    border: 1px solid black;  
    appearance: none;  
    -webkit-appearance: none;  
    outline: none; 
}

.BeginEnd {
    text-align: start !important;
    width: 4%;
    padding-inline-start: 15px;
}
  
/* General table styling */
table.noto_fonts {
    width: 100%; /* Set to full screen width */
    border-collapse: collapse;
   

}

.header-text{padding-left:-25px;}
/* Body cells */
td {
    padding-bottom: 5px;
   
   
}



/* Left-aligned question cells */
.question-cell {
    text-align: left;
    padding-left: 10px;
}

/* Checkbox cells for alignment */
.checkbox-cell {
   text-align: center; 
   width: 4%; /* 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: 1px; /* 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:11%;
  
}

.custom-table th {
    background-color: #d3d3d3;
    font-weight: bold;
    text-align: center;
}

.custom-row-header {
    background-color: #d3d3d3;
    font-weight: bold;
    text-align: start;
    padding-inline-start: 10px;
}

.custom-week-header {
    width: 10%; /* Adjust width as needed */
}

.custom-col-header {
    width: 20%; /* Adjust width as needed */
}


.header_container1 {
    display: flex;
    justify-content: space-between; /* Adjusts correctly for RTL */
    column-gap: 30px; /* Handles spacing dynamically */
    direction: rtl; /* Ensure this forces RTL layout flipping */
  }
  
  /* Child rows */
  .divTableRowt {
    display: flex;

  }
  
  /* Table cell styles */
  .divTableCell2 {
    flex: 1; /* Ensures cells take equal space */
  }
  


.signature-x {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}
.divTableRowW { 
    display: table-row; 
}


.divTableCell {
    display: table-cell;
    padding-top:15px;
width:100%;}

.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;
   
} 
.jtext {
    margin-top: -9px;
    
 padding-right: 10px;
 }
 .dashed-line {
    width: 102%;
    height: 1px;
    background-image: linear-gradient(to right, #000 80%, transparent 20%);
    background-size: 10px;
    background-repeat: repeat-x;
    margin-left: -5px;
  }

  .warning-table {
    width: 100%; /* Adjust the width as needed */
    border-collapse: collapse; /* Collapse borders to make them appear as a single line */
    text-align: left; /* Align text to the left */
}

.warning-table th{
    border: 1px solid black;
    padding: 10px;
    padding-bottom: 0;
    padding-top:0;
    text-align: center;
}

.warning-table td {
    border: 1px solid black; /* Add borders to cells */

    text-align: center; /* Center-align text in the headers */
}
.divTable {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.divTableRow {
    display: table-row;
}


.divTableCell.reduced-width {
    width: 45%; /* Adjust width as needed */
    word-wrap: break-word; /* Ensures long text breaks into multiple lines */
    padding-right:20px;
      padding-bottom: 5px;
      padding-left: 5px;
}


.training-area  {
    display: block;
    margin-top: 10px;
    width:100%;
}
.training-area1  {
    display: block;
    margin-top: 10px;
    width:203%;
}
.form-field {
    display: flex;
    align-items: center;
   
}.form-field .text {
    white-space: wrap;
    margin-bottom: 8px;
}
.line {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-left: 5px;
    margin-bottom: 10px;
   
}
.line {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    margin-left: 5px;
    margin-bottom: 10px;
   
}
.highlighted-box {
    border: 3px solid rgba(0, 0, 0, 1); /* Add a solid border */
    
    padding: 10px; /* Add padding inside the box */
    margin: 5px; /* Optional: Add margin for spacing */
    width: fit-content; /* Adjust the width to fit the content */
}

.divTable_style {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.zipcode{

    padding-left:250px;
}
.divTableRow_style {
    display: table-row;
}

.divTableCell_style {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
}
.divTableCelly{
    display: inline-flex;
}

.numberBox_style {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px dotted black;
    text-align: center;
    line-height: 20px;
    margin: 2px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.Right2{width:50%;}
.adjust{
    padding-left: 10px; margin-top: 7px; width: 58%;
}
.sTable{
    margin-top: 10px; border: 1px solid rgba(0, 0, 0, 1); padding: 2px 8px 10px; 
}
.aTable{
    display: inline-flex;
    vertical-align: bottom;
    padding-right:20px;
}
.bTable{
    display:inline-flex;
    padding-right:20px;
}
  /* Inner content */
  .cTable {
    display:  inline-flex; /* Right-align content for RTL */
   }
 
.alignmt{
    display: inline-block;

}
.newCell{padding-left:18%;}


.ltr-text {
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
    white-space: nowrap;
  }.examples {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}





.largetable {
    width: 100%;
   
  
}

.largetable th{
    border:1px dashed black; /* Inner thin borders */
    
    padding: 3px;
}

.largetable td {
    border:1px dashed black; /* Inner thin borders */
    
    vertical-align: middle;
    padding-bottom:3px;
}



td.checkbox-cell1{
    text-align: center;
    width: 3%; /* Fixed width for consistent alignment */
    border-inline-end: 1px solid black; /* Inner thin borders */
}

th.checkbox-cell1{
    
    border-inline-end: 1px solid black; /* Inner thin borders */
}

th.removeborder{
  
    border-inline-end: 0;
}
th.remove1{
    border-inline-start:0;
}

td.removeborder{
   vertical-align: baseline;
    padding-left: 30px;
    padding-right: 10px;
    border-inline-end: 0;
}

td.remove1{
    border-inline-start:0;
}





@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;

}
.training-area1 {
    /* display: block; */
    /* margin-top: 10px; */
    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;
}


.Right2{width:100%;}
.divTableCell{
  
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}
.form-field{
    display: block;
}
.divTableCell.reduced-width {
    width: 100%;}
    
    .adjust{
        width: 100%;
        padding-bottom: 15px;
    }
    .aTable
    {
        padding-right: 0px;
        display: block;
      padding-bottom:10px;
    }
    .bTable{
        display: block;padding-right:0;
    }
    .cTable{
        display: block;
       
}

.newCell{
    padding-left:0;
}
.line{
    margin-left:0;
}
.divTableCelly{
    display: block;
}
}
/* 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: row !important; /* Override flex-direction */
    justify-content: flex-start !important; /* Adjust alignment */
    align-items: flex-start !important;}
    .header_container2 {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
    .adjust {
        padding-left:0 ;}
        .newCell {
            padding-left: 18%;}
            .divTableCelly{
                display: table-cell;
            }
            .Right2{width:50%;padding-left: 47%;}
    }