
/* Hide Submit Button */
.form-submit-button {
  display: none !important;
}

/* Hide Print Button */
#print-preview {
  display: none !important;
}
/* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
display: block;
overflow: hidden;
padding-left: inherit;
padding-bottom: 16px;
}
/*

/* Hiding Language dropdown*/

#form-element-wrapper_13{
    visibility: hidden !important;
  }
#form-element-wrapper_2{ display:none;}


/* css for EDD logo*/

.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 30px !important;
}


/* Container for the box */
.corner-box {
  position: relative;
  width: 94%;
  height: 150px;
  margin-top: 20px;
  }
  
  /* Top left corner */
  .corner-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  width: 20px; /* Length of the corner line */
  height: 20px;
  border-top: 1px solid black; /* Top border */
  border-left: 1px solid black; /* Left border */
  }
  
  /* Bottom right corner */
  .corner-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid black; /* Bottom border */
  border-right: 1px solid black; /* Right border */
  }
  
  /* Top right corner */
  .corner-box .top-right {
  position: absolute;
  top: 0;
  right: 50px;
  width: 20px;
  height: 20px;
  border-top: 1px solid black;
  border-right:1px solid black;
  }
  
  /* Bottom left corner */
  .corner-box .bottom-left {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  }
  
  
  /*
  .contents{
    display:block;
    padding-left: 25px;
    margin-top: -22px;
    padding-right:20px;  
}*/
.divtable1 {
  display: table;
}
/*
.custom-row {
  display: table-row;
  margin-left:40px;
}*/
/*
.custom-cell {
  display: table-cell;
  vertical-align: top;
}*/


.Checkboxsize {
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 5%;
  border: 1px solid black;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  /*cursor: default;*/
  margin-right: 8px;      
  padding: 10px;
  margin-top:10px;
  pointer-events: none;
}

.blank-line {
  display: inline-block; 
  border-bottom: 2px solid black;
  width: 19%;

 }


.blanklinecallout {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}    

.divTableCellBig {
  display: table-cell;
  padding: 5px;
  vertical-align: top;
}

.jtext {
  display:block;
  margin-top:-20px;
  padding-left: 25px ;
  padding-right:25px;
  }
  .address{
  /*padding-left:60%;*/
  width:40%;
  }
  .title{
    padding-top:10%;
  }
  ul, ol {
    margin: 26px;}

    :lang(ar).jtext,
    :lang(fa) .jtext{
    display: block;
    margin-top: -25px;
    padding-left: 25px;
    padding-right: 25px;

    }

  @media screen and (max-device-width: 768px) {

    .header_container {
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
        
    }
    .corner-box {
      position: relative;
      width: 79%;
      height: 150px;
      margin-top: 20px;
      }
      .corner-box .top-right {
        position: absolute;
        top: 0;
        right: 1px;
        width: 20px;
        height: 20px;
        border-top: 1px solid black;
        border-right:1px solid black;
        }
        .corner-box::after {
          content: '';
          position: absolute;
          bottom: 0;
          right: 1px;
          width: 20px;
          height: 20px;
          border-bottom: 1px solid black; /* Bottom border */
          border-right: 1px solid black; /* Right border */
          }
          
    .info-box {
      width: 97%;
          padding: 3px;
          margin-left: -10px;
          margin-right: -10px;}
     
  .address{
    padding-left:15%
    }
    .title{
      padding-top:10%;
    }
    :lang(hy) .address-ltr1
    :lang(ja) .address-ltr1,
    :lang(km) .address-ltr1,
    :lang(zh-CN) .address-ltr1,
:lang(zh-TW) .address-ltr1{
    direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap; 

    display: inline-block; 
}

}
