/* 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;
}
.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}
.divTableRow {
    display: table-row;
    }
    
.divTableCell {
    display: table-cell;
    }
.divTableCellN {
    display: table-cell;
    padding-top: 6px;
    padding-inline-end: 3px;
    width: 65%;
    text-align: end !important;
    vertical-align: bottom;
    }

:lang(ar).divTableCellN,
:lang(fa).divTableCellN
 {
    display: table-cell;
    padding-top: 6px;
    padding-inline-end: 3px;
    width: 65%;
    text-align: end !important;
    vertical-align: baseline;
    }
.blank-line1 {
    display: inline-block;
    border-bottom: 1.5px solid black;
    width: 200px;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    height: 17px;
}

.grey-box {
    margin-inline-start: 40px;
    background-color: #e5e5e5;
    width: 600px;
    border-radius: 10px;
    padding-bottom: 26%;
    float: left;
    position: relative;
}
.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;
}
.jtext {
    margin-top: -20px;
    display: block;
    margin-inline-start: 30px;
}
:lang(ar) .jtext,
:lang(fa) .jtext {
    margin-top: -25px !important;
}
.urlsingleLine {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
}
.URight {
   margin-top:20px;
}

   .infoBlock {
        display: inline-block;
    }
    .dateLine {
        border-bottom: 1.5px solid black;
    display: inline-block;
    text-align: center;
    width: 100px;
    white-space: nowrap;
    }
        .EnddateLine {
      border-bottom: 2px solid black;
    display: inline-block;
    text-align: center;
    width: 100px;
    white-space: nowrap;
        }
.page2TableBorder {
    border-inline-end: 1px solid black;
}
.page2table {
    width: 100%;
    border-collapse: collapse;
    border: 1.5px solid #050000;
    table-layout: fixed;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page2TableBorderhide {
    border-bottom: 0px !important;
}
.page2table td {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    padding-top: 5px;
    padding-bottom: 50px;
}
.page2table .fullRowTD {
    padding-bottom: 10px !important;
}
.page2table tr {
    border-bottom: 1.5px solid black;
}

.doc-p {
  line-height: 1.5;
  color: #000;
  margin: 0 0 18px;
}

.doc-select {
  line-height: 1.2;
  height: 22px;
  padding: 0 20px 0 8px;
  box-sizing: border-box;
  border: 1px solid #767676;
  border-radius: 3px;
  background: #fff;
  vertical-align: middle;
  width: auto;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%23444' d='M0 0h10L5 6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 8px 5px;
}

.doc-select:focus {
  outline: none;
  border-color: #1a4480;
  box-shadow: 0 0 0 2px #1a4480;
}

/* font-size:0 collapses the whitespace between the echo spans */
.echo { font-size: 0; }

.echo > span {
  display: none;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

/* fallback: if :has() is unsupported, show option 1 rather than nothing */
.echo > span:first-child { display: inline; }

@supports selector(:has(*)) {
  .echo > span:first-child { display: none; }

  body:has(.doc-select option:nth-child(1):checked) .echo > span:nth-child(1),
  body:has(.doc-select option:nth-child(2):checked) .echo > span:nth-child(2),
  body:has(.doc-select option:nth-child(3):checked) .echo > span:nth-child(3) {
    display: inline;
  }
}

  @media only screen and (max-width: 768px)
 {
        .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
        .LLeft {
         margin-top: 0px !important;
         margin-bottom: 40px;
    }
       .Lright {
        padding-inline-end: 0px !important;
       }


.grey-box {
    background-color: #e5e5e5;
    width: 350px;
    margin-bottom: 30px;
    border-radius: 10px;
    padding-bottom: 26%;
    float: left;
    position: relative;
}

    .L1right {
        text-align: center !important;
    }
        .URight{
        text-align: 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 */
        }
}