/* 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;
}

.form-container {
    position: relative;
    width: 100%;
    overflow: visible !important;
}

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.mainTable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid black;
    margin-top: 3px;
}
.mainTable td {
    border: 1px solid black;
    height: 25px;
    padding: 3px;
    padding-inline-start: 10px;
}
.subtable td {
    padding-inline: 10px;
}

.blank-line {
        display: inline-block; 
        border-bottom: 2px solid black;
        width: 20%;       
        vertical-align: text-bottom;
        margin-inline-start: 5px;
       }
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.checkbox-align {
    margin-inline-start: 10px;
}
.cText {
    margin-inline-start: 10px;
    margin-inline-end: 10px;
    padding-top: 3px ;
}
.Checkboxsize {
   width: 14px;
   height: 14px;
   background-color: white;
   border-radius: 5%;
   border: 2px solid black;
   appearance: none;
   -webkit-appearance: none;
   outline: none;
   cursor: pointer;
   margin-right: 8px;
   margin-left: 5px !important;
}

.checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0px 0;
}

.checkbox-row input[type="checkbox"] {
    margin-top: 5px;
    flex-shrink: 0;
}
.checkbox-label1 {
    line-height: 1.4;
    flex: 0;
    white-space: nowrap;
}
.no-border td {
    border: none !important;
    padding-top: 10px;
    padding-inline-start: 10px;
}
/*for contents which have labels followed by lines*/
.line-flex {
    display: flex;
    gap: 5px;
}
.line {
    flex-grow: 1;
    border-bottom: 1.5px solid black ;
    height: 1.2em;
}
.shortLine {
    width: 100px;
    border-bottom: 1.5px solid black ;
}

.telephone_no {
    width: 300px; 

}
/*CSS for address block where blank lines provided for filing address*/
.address-flex {
    display: flex;
    align-items: flex-start;
}
.address-label {
    flex-shrink: 0;
    width: 250px;
    line-height: 1.4;
    padding-top: 5px;
}
.address-lines {
    flex-grow: 1;
    width: 100%;

}
.address-lines div {
    border-bottom: 1.5px solid black ;
    height: 1.5em;
    margin: 5px 0;
    margin-top: 1px;
    margin-inline-start: 30px;
}
/*CSS for box inside the table to mention Dept use only*/
.dept-box {
    border: 3px solid black;
    height: 100%;
    margin-inline-end: -3px;
    background-color: lightgrey;
}
.Checkboxsize2 {
   width: 14px;
   height: 14px;
   background-color: lightgrey;
   border-radius: 5%;
   border: 2px solid black;
   appearance: none;
   -webkit-appearance: none;
   outline: none;
   cursor: pointer;
   margin-right: 8px;
   margin-left: 5px !important;
}
.dept-box-contents {
    margin-inline-start: 5px; 
    margin-top: 10px;
}

.box-title {
    text-align: center;
    margin-bottom: 5px;
    border-bottom: 2px solid black;
    padding-bottom: 4px;
}
.ssnBlock {
    width: 40px;
    margin-inline-end: 10px;
}
.ssnWidth {
    width: 300px;
}
.phoneBlock {
    margin-inline-start: 80px;
    margin-inline-end: 20px;
}
:lang(hy) .phoneBlock {
    margin-inline-start: 0px !important;
}
.form-fieldm {
    display: flex;
    /* align-items: center; */
    /* margin-bottom: 5px; */
    grid-template-columns: 33% 41% 11% 14%;
    /* gap: 10px; */
    gap: 0.5rem;
}

.signLine {
    flex-grow: 1;
    border-bottom: 1.5px solid #000;
    scroll-margin-inline-start: 5px;
    margin-bottom: 8px;
    margin-inline-end: 10px;
    height: 20px;

}
.dateLine {
    margin-inline-end: 20px !important;
}
.fieldLinePadding {
    margin-inline-start: 10px;
    margin-inline-end: 10px;
}
/*addressblock*/
.line_block1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    margin-inline-start: 8px;
}
.line_block2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    margin-inline-start: 8px;
}


.line_block3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    margin-inline-start: 8px;
}
.line_block4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 115px;
    margin-inline-start: 8px;
}
:lang(hy).line_block4,
:lang(ru).line_block4 {
    text-align: center;
}
:lang(hy).stateText,
:lang(ru).stateText {
    width: 60px;
}
:lang(hy).addressLang,
:lang(ru).addressLang {
    text-align: center;
}
.addressBlockLine
 {
    width: 100%;
    border-bottom: 1.5px solid #000;
    height: 17px;
    margin-inline-end: 5px;
}
.label_row2{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.dateBlock {
    margin-inline-end: 10px;
        margin-bottom: 40px;

}
.nameBlock {
    width: 90%;
}
:lang(hy) .nameBlock {
    width: 75% !important;
}
.addressLinePadding {
    margin-bottom: 25px !important;
}
.deptBoxPadding {
    vertical-align: top;
    width: 35%;
}

 @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 */
        }
    .header_note { 
            width: 100%;
            margin-inline-start: 0px;
        }
    .form-container .watermark{
        font-size: 20px;
        font-weight: 20px;
        text-align: center;
        width: 90%;
        background: transparent;

    }
    .line_block4 {
        width: 15% !important;
    }
}

 /* 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) {
    .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 */
        }
     .form-container .watermark{
        font-size: 40px;
    }
 }

  @media only screen
  and (min-device-width: 820px) 
 and (max-device-width: 820px) 
 and (min-device-height: 1180px) 
 and (max-device-height: 1180px) 
 and (-webkit-min-device-pixel-ratio: 1) {
         .ssnWidth {
            width: 100% !important;
         }
         .line_block1 {
            width: 50% !important;
         }
         .line_block4 {
            width: 13% !important;
         }
         .phoneBlock {
            margin-inline-start: 30px !important;
            margin-inline-end: 20px !important;
         }
         .fieldLinePadding {
            margin-inline-end: -8px !important;
         }
        :lang(hy) .nameBlock {
            width: 350px !important;
        }
        :lang(hy) .phoneNumberAir {
            width: 80% !important;
        }
        :lang(hy) .address-label {
            flex-shrink: 1 !important;
            width: 400px !important;
            padding-bottom: 20px;
        }
            .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 */
        }
 }
