/* 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;
}

.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.returnBlock {
    margin-inline-start: 200px;
}

.grey-box {
    background-color: #e5e5e5;
    width: 400px;
    border-radius: 10px;
    padding-bottom: 100px;
    position: relative;
    margin-inline-start: 15px;
}



.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.header_container1 {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.header_container2 {
    display: flex;
}
.L1right{
    padding-right:45px;
}
.logoNumber {
    margin-top: -15px;
}

/* Table 1 CSS*/
.table1 {
    width: 100%;
    border-collapse: collapse;
    border: 1.5px solid #050000;
    table-layout: fixed;
}
.table1 thead {
    font-weight: bold;
  }
.table1 th, .table1 td {
    width: 100px;
    height: 50px;
    border: 1.5px solid #050000;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
  }
.h1Style {
    margin-bottom: 15px;
}

.table2 {
    border: 1px solid black;
    width: 100%;
    margin-top: 10px;
}

.table2 td {
    border-bottom: 1px solid black; 
    padding: 7px;
}

.question1 {
    padding-inline-start: 180px !important;
}
.question3 {
    margin-inline-start: 100px;
}
:lang(ar) .question3Indent,
:lang(fa) .question3Indent {
    margin-top: 20px;
}
.signatureBlock {
    padding-inline-start: 25px !important;
}
.leftSignBlock {
        padding-inline-start: 20px;
}
.Checkboxsize {
   width: 14px;
   height: 14px;
   background-color: white;
   border-radius: 5%;
   border: 1px 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-label1 {
    line-height: 1.5;
    padding-bottom: 5px;
    flex: 0;
    white-space: nowrap;
    margin-inline-start: 10px;
}
.table2Style {
    border-inline-end: 1px solid black;
}
.table2row3 {
    border-bottom: none !important;
    margin-inline-start: 5px;
}

.question-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.question-text {
    flex-grow: 1;
    white-space: normal;
    word-wrap: break-word;
}
.blankline {
    border-bottom: 1px solid black;
    width: 100%;
    height: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-container {
    position: relative;
    width: 100%;
    overflow: visible !important;
}

.form-container .watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-40deg);
    font-size: 100px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.20);
    white-space: nowrap;
    z-index: 0;
    pointer-events: none;
    user-select: none;
    text-align: center;
    width: 100%;
}
.hidden-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
 @media only screen and (max-width: 768px)
 {
    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
        
    }
    .header_container2 {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
        
    }
    .returnBlock {
        margin-inline-start: 0px;
    }

           .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 */
        }

 }

