/* 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(hy) .divTableCellN {
    width: 64% !important;
}
.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 black;
    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;
}
:lang(ru) .jtext {
    margin-inline-end: 5px;
}
.urlsingleLine {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
}
.URight {
   margin-top:20px;
}

   .infoBlock {
        display: inline-block;
    }
    .dateLine {
        border-bottom: 2px 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 black;
    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 .fullRowblank {
    padding-bottom: 100px !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 black;
  border-radius: 3px;
  background: #fff;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  white-space: normal;
  -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;
  }
}
.sr-only {
    position: absolute;
    left: -9999px;
    top: auto;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}
.form-label {
    width: 100%;
    word-break: break-word;
}

  @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;
    margin-inline-start: 0px !important;
    width: 300px;
    margin-bottom: 30px;
    border-radius: 10px;
    padding-bottom: 26%;
    float: left;
    position: relative;
}

    .L1right {
        text-align: center !important;
    }
        .URight{
        text-align: center !important;
        
    }

            :lang(fil) .jtext {
    margin-inline-end: 12px;
     }

}
 /* 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) {

    :lang(hy) .divTableCellN {
    width: 65% !important;
}
    :lang(ko) .jtext {
    margin-inline-end: 7px;
     }

 }

  @media only screen and (max-width: 1180px)
 {
    :lang(pa) .doc-p {
        margin-inline-end: 5px;
    }
    :lang(th) .jtext {
    margin-inline-end: 7px;
     }
 }