/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
  /* Hide Print Button */
  #print-preview {
    display: none !important;
  }
  /* Hiding Language dropdown*/
  
  #form-element-wrapper_22{
      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;
}
.line1 {
    flex-grow: 0.455;
    border-bottom: 1.5px solid #000;
    margin-left: 3px;
    margin-right: 10px;
}
.line7{
    flex-grow: 0.7;
    border-bottom: 1.5px solid #000;
    margin-left: 3px;
    margin-right: 15%;
}

.form-field {
    display: flex;
   
    margin-bottom: 5px;
   margin-left:15px;
}
.form-fieldz {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
   margin-left:15px;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.divTableW {
    display: table;
    width: 100%;
    border-collapse: collapse; /* Mimics table border collapse */
    margin-left:8px;
}

.divTableRowW {
    display: flex;
}
.divTableCellX {
    display: table-cell;
    padding: 10px;
    text-align: center; /* Centers the content */
    width: 35%;
 
}

.divTableCellW {
    display: table-cell;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 35%;
 
}

.form-fieldW .halflineW {
    border-bottom: 1.5px solid black;
    width: 80%;
    margin-bottom: -1px;
}

  


.line3 {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;   
}
.line4 {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;   
    margin-left:15px;
   
    margin-bottom: 5px;
}
.line5 {
    flex-grow: 0.9;
    border-bottom: 1.5px solid #000;   
    margin-left:15px;
  
    margin-bottom: 5px;
}
.blank-line {
  flex-grow:0.15;
  border-bottom: 1.5px solid #000; 
  margin-left: 5px;
   }
   .blank-line1 {
    flex-grow:0.3;
    border-bottom: 1.5px solid #000; 
    margin-left: 5px;
    margin-right:20px;
     }
   .blankw{
    display: inline-block;
    border-bottom: 1.5px solid #000;
    margin-left: 5px;
    width: 7.2%;
     }
ul,ol{
vertical-align: top;
    margin-right:27px;

}
.NameNo{
    margin-top:15px;
    margin-left:30px;
    margin-right: 27px;
}
.DateLast{
    margin-left:20px;
    margin-right: 27px;
}

.form-fields {
    display: flex;
    align-items: center;
    margin-bottom: -10px;
   margin-left:15px;
}
.divTableCellF
{
    display: table-cell;
    width:85%;
}
.divTableCell
{
    display: table-cell;
    width:40%;
    margin-bottom:5px;
}
.Checkboxsize {
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 5%;
    border: 1px solid grey;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
   
}
.ltext{
    margin-left:8px;
    
}
.htext{
   margin-left:10px;
}
.jtext {
    display: block;
    margin-top: -20px;
    padding-left: 25px;
    margin-right: 25px;
}
.hourlines {
    display: inline-block;
    margin-left:15px;
    width:100%;
    vertical-align: top;
}

.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 */
height:40px;
    text-align: center; /* Center-align text in the headers */
}
li{
    vertical-align: top;
}
@media only screen and (max-width: 768px)
 {
    .header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}


.responsive-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
}

.responsive-table-container table {
    width: 100%; /* Ensure table takes up the full width of the container */
    min-width: 850px; /* Set a minimum width to maintain table readability */
}
.ltext {
    display: block;
    margin-top: -23px;
    padding-left: 35px;
    margin-right: 40px;
}
.halflineW{
    max-width:65%;
}

.form-field{
    display:block;
}
.form-fields{
    display: contents;
}
/*.form-fieldW{
    display: block;
    width:100%;
}*/
.divTableCell{
    display: contents;
}
.hourlines{
    display:grid;
}
.blankw{
    width:100%;
}
.line4{
    margin-left: 0;
    width:100%;
}
.form-fieldz{
    margin-left:0;
    display: block;
}
.line1{
    margin-bottom:10px;
    margin-right: 0;
}
.blankw{
    width:93%;
    margin-bottom:5px;
}

.moveRight{
    margin-left:40px;
}
.line7{
    margin-left:0;
    width:100%;
    margin-bottom:10px;
}
.line5{
    margin-left: 43px;
    margin-right: 25px;
}
.blank-line1{
    margin-left:0;
    margin-right: 0;
    margin-bottom:10px;
}
.htext{
    display: block;
    margin-top: -25px;
    padding-left: 30px;
    margin-right: 35px;
}

.divTableRowW {
    display: flex; /* Stack rows vertically */
   
}

.divTableCellW {
        display: block;
       
        overflow-wrap: anywhere;
}

.form-fieldW .halflineW {
    display: block; /* Each blank line stacks */
    width: 100%;
    margin-bottom: 10px; /* Spacing between blank lines */
}

 
 }
 
/* 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) 

{
    .blankw{
        width:97%;}


}