/* 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;
}
 .divTableCellNX {
    display: table-cell;
    padding-top: 6px;
     
    width: 65%;
    text-align: end !important;
    vertical-align: bottom;
    padding-bottom: 5px;
    
  }  
  :lang(ar) .divTableCellNX,    
  :lang(fa) .divTableCellNX {
     display: table-cell;
    padding-top: 6px;
 
    width:65%;
    text-align: end !important;
    vertical-align: baseline;
    padding-bottom: 5px;
    white-space: nowrap;
  }
    .divTableRow {
    display: table-row;
  }

  .blank-line1X {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 110px;
    padding-left: 2px;
    padding-right: 2px;
      height: 17px;
margin-inline-start:5px;
  }
   .blank-line {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 13%;
   
      height: 17px;
margin-inline-start:3px;
margin-inline-end: 5px;
  }
     .blank-Full {
    display: inline-block;
    border-bottom: 1px solid black;
    width: 100%;
   padding-bottom:10px;
      height: 17px;
 
  }
  .Lright{
    width:52%;
  }
  .grey-box {
    background-color: #e5e5e5;
    width: 55%;
    height:135px;

    padding-inline-start: 10px;
}


/*Dropdown*/






.select-plain {
    display: inline;
    vertical-align: baseline;
    width: auto;
    max-width: 100%;
    background: #e5e5e5;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    line-height: inherit;
    height: auto; white-space: normal !important;
}


 
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}







  @media only screen and (max-width: 768px)
 {
   
    .header_container {
      flex-direction: column;
        justify-content: center;
        align-items: center !important;
    }
.Lright{
    width:auto;}

    .grey-box {
        width: 100%;
    }
.blank-line {
    width: 30%;}

.divTableCellNX {
    width: 100%;
    text-align: center !important;
    display: block;
    }
    :lang(ar).divTableCellNX,    
  :lang(fa) .divTableCellNX {

    width: 100%;
    text-align: center !important;
    display: block;
  }
.blank-line1X {
    width: 100%;
    margin-inline-start:0px;}


}