/* 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;
    align-items: flex-end;
    gap: 10px;
}

.horizontal-line {
    border: none;
    height: 1px;
    background-color: #000;
    width: 100%;
    margin: 20px 0;
  }
.contents {
    margin-inline-start: 20px;
}
.sub-contents {
    margin-inline-start: 80px;
    margin-top: 12px;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.mainTable {
    width: 100%;
    border-collapse: collapse;
    margin-top: 3px;
}
.no-border td {
    border: none !important;
    padding-top: 10px;
    padding-inline-start: 15px;
}

.line-flex1 {
    display: flex;
    gap: 5px;
}
.line1 {
    flex-grow: 1;
    border-bottom: 1px solid black ;
    height: 1.2em;
}


.form-return-block {
    max-width: 600px;
}
.greybox {
    width: 300px;
    height: 100px;
    background-color: #ddd;
    margin-bottom: 20px;
}
.title {
    margin-bottom: 20px;
}
/* CSS for displaying phone numbers in single line */
  :lang(ar) .phone-ltr,
  :lang(fa) .phone-ltr,
  :lang(km) .phone-ltr,
  :lang(ru) .phone-ltr {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
  

@media only screen and (max-width: 768px)
 {
    /*media query for displaying phone numbers in single line */
  :lang(ar) .phone-ltr,
  :lang(hy) .phone-ltr,
  :lang(fa) .phone-ltr,
  :lang(km) .phone-ltr,
  :lang(zh-CN) .phone-ltr,
  :lang(zh-TW) .phone-ltr,
  :lang(ru) .phone-ltr {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
    .line-flex1 {
    display: grid;
  }

  .fields {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
}
 }
 @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) {
     /*media query for displaying phone numbers in single line */
  :lang(hy) .phone-ltr,
  :lang(ja) .phone-ltr,
  :lang(fil) .phone-ltr {
    direction: ltr !important;
    unicode-bidi: embed;
    white-space: nowrap;
    display: inline-block;
  }
 }
