/* 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;
    justify-content: space-between;
    column-gap: 30px !important;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
ul,ol{
    margin-inline-start:25px;
}


   .divTableRow {
    display: table-row;
  }
  
  .divTableCellNX {
    display: table-cell;
    padding-top: 6px;
     
    width: 65%;
    text-align: end !important;
    vertical-align: bottom;
    padding-bottom: 5px;
    padding-inline-start: 7px;
  }  
  :lang(ar) .divTableCellNX,    
  :lang(fa) .divTableCellNX {
     display: table-cell;
    padding-top: 6px;
   padding-inline-start: 5px;
    width:65%;
    text-align: end !important;
    vertical-align: baseline;
    padding-bottom: 5px;
    white-space: nowrap;
  }
  
  .blank-line1X {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 180px;
    padding-left: 2px;
    padding-right: 2px;
      height: 17px;

  }
    .blank-line {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 45%;
    padding-left: 2px;
    padding-right: 2px;
      height: 15px;

  }
    .blank-lineSmall {
  display: inline-block;
    border-bottom: 1px solid black;
    width: 8%;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    height: 17px;

  }
.divAddressTable {
    margin-inline-start: 6%;
    margin-top: 3%;
   
}

:lang(ar).divTableCellAddress,
:lang(fa).divTableCellAddress {
  
 text-align:end !important;
}
.dash-list {
  /* keep normal list semantics, just change the marker text */
  list-style: "-";           /* en dash + two spaces */
  padding-inline-start: 1.25rem;       /* indent so long lines align neatly */
  margin: 0;
}
.adjust{ margin-inline-start: 10px;
margin-inline-end: 50px;}

  .blank-lineFull {
  display: inline-block;
    border-bottom: 1px solid black;
    width: 100%;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    height: 17px;

  }
.dash-list li { padding-inline-start:15px;}
@media only screen and (max-width: 768px)
 {
   
    .header_container {
      flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
.adjust{ margin-inline-start: 10px;
margin-inline-end: 0px;
}

.blank-lineSmall {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 25%;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    height: 17px;
}
.divAddressTable {
   margin-inline-start: 0;
  
}
 }