/* 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;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
ul,ol{
    margin-inline-start:25px;
}


.lineborder{
    border-bottom: double 4px #000 !important; 
    margin-bottom:5px;
}


    table {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
         
    }

    th {
        border: 1px solid #555;
        padding: 6px;
        vertical-align: top;
       text-align:start;
        font-weight:normal;
    }

  
    td {
        border: 1px solid #555;
        padding: 6px;
        text-align: start;
        vertical-align: top;
        padding-bottom:30px;
        font-weight:normal;
    }
.moveDown{
    align-self: end !important;
}
 
.Checkboxsize {  
    width: 14px;  
    height: 14px;  
    background-color: white;  
    border-radius: 5%;  
    vertical-align: middle;  
    border: 1px solid gray;  
    appearance: none;  
    -webkit-appearance: none;  
    outline: none;  
   }  
   .cell1 {
    float:inline-end;
}
.flexCell{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:10px;
}
:lang(hy).flexCell{
margin-top:-1px;
     display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:10px;
}
 
.jtext{
    margin-inline-start: 7px;
}
.signature-section {

    margin-top: 10px;
    display: flex;
 
    margin-inline-start: 35%;}

.sig-block {
    width: 50%;
    text-align: start;
 
}



.blank-line {
    width: 90%;              /* adjust as needed */
    display: inline-block;
    border-bottom: 1.5px solid #000;
    height: 50px;
}

.blank-line.small {
    width: 70%;              /* date line shorter */
}


.HideLeft{
    border-inline-start:none!important;
}
.HideRight{
    border-inline-end:none!important;
}



.home-row-cell {
    border-top: none;
    border-bottom: none;
    padding: 6px;
}

/* Make all three items align in one row */
.cell-block {
    display: flex;
    align-items: flex-start; /* aligns tops exactly like image */
    justify-content: space-around; /* spreads them evenly */
    gap: 20px; /* adjust spacing to match the original form */
}

/* Each item behaves like a column */
.cell-block .item {
    display: flex;
    flex-direction: column;
}
.MoveToEnd{
   float:inline-end !important;
}






       

@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: 945px; /* Set a minimum width to maintain table readability */ 

    }
    .signature-section {

    margin-top: 40px;
    display: block;
 
    margin-inline-start: 0%;}

.sig-block {
    width: 100%;
    text-align: start;
    margin-top:20px;
 
}



.blank-line {
    width: 100%;              /* adjust as needed */
    display: inline-block;
    border-bottom: 1.5px solid #000;
    height: 50px;
}

.blank-line.small {
    width: 100%;              /* date line shorter */
}


}

 /* 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) 
    
    {





    }