/* 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;
    }
    /* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}
#form-element-wrapper_2
{
    display: none;
}

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.L1right {
  margin-top: 58px;
  font-size: 15px !important;
}

/* Container for the Corner box */ 
.table_container {
  width: 35%;
}
 
.greyboxsmall {
  background-color: #e5e5e5;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}
 
/* Container for the Corner box */
 
.corner-boxM {
  position: relative;
  width: 400px;
  height: 125px;
  margin-top: 15%;
  }
 
  /* Top left corner */
  .corner-boxM::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  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-boxM::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid black; /* Bottom border */
  border-right: 1px solid black; /* Right border */
  }
 
  /* Top right corner */
  .corner-boxM .top-rightM {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid black;
  border-right:1px solid black;
  }
 
  /* Bottom left corner */
  .corner-boxM .bottom-leftM {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  }
 
  /* **************************** */
  .smallbline {
  align-content: end;
}

/* Code for Table structure for Mid Section */ 

.tablesmall {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black;
}


.tablesmall th {
  border: 1px solid black;
  padding: 5px;
  vertical-align: top;
  font-weight: normal;
text-align:start;
}

.tablesmall td {
  border: 1px solid black;
  padding: 5px;
  vertical-align: top;
}
.blanklinecallout {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

   .Checkboxsize {  
    width: 14px;  
    height: 14px;  
    background-color: white;  
    border-radius: 5%;  
    vertical-align: middle;  
    border: 1px solid gray;  
    appearance: none;  
    -webkit-appearance: none;  
    outline: none;  
   
  } 
.jtext{
    display: block;
    margin-top:-21px;
    padding-inline-start: 30px;
}

.alpha-list {
   counter-reset: list-counter; /* Reset counter */
    padding-left: 20px; /* Add spacing */
    list-style: none; /* Remove default numbering */
}

.alpha-list li {
   counter-increment: list-counter; /* Increment counter */
    margin-bottom: 10px; /* Add space between items */
    display: flex;
    align-items: flex-start;
    position: relative;
}

.alpha-list li::before {
 content: "(" counter(list-counter, upper-alpha) ") "; 
    margin-right: 10px;
    margin-left: 10px;
}

  .line1{
       display: block;
    width: 645px;
        border-bottom: 2px solid #000; 
        height:19px;
        margin-bottom: 10px;
        line-height:0.6;
    }
  .divTableRow {
  display: table-row;
}
.divTableCellN {
  display: table-cell;
  
  padding-right: 3px;
  width: 14%;
}

.divTableCellM1 {
  display: table-cell;

  padding-right: 3px;
  width: 50%
}

.divTableCellM2 {
  display: table-cell;
  
  padding-right: 3px;
  width: 100%
}.divTable {
  display: table;
  width: 100%;
}

.linethick{
       display: block;
    width: 93%;
        border-bottom:4px solid #000; 
        height:19px;
        margin-inline-start: 7%;
        margin-top:-30px;
        margin-bottom:10px;
    }
    .lineOP{
         display: inline-block;
    width: 10%;
    border-bottom: 1px solid #000;
    height: 17px;
    margin-inline-start: 2px;
    }
    .form-fieldF{
  display: flex;
}
 

.divTableCellW1 {
  display: table-cell;
  padding: 4px;
  text-align: start;
  margin-top: -7px;
}
 
.divTableCellW2 {
  display: table-cell;
  padding: 4px;
  text-align: start;
  margin-top: -7px;
  width: 16%;
  padding-left: 45px;
  padding-right: 45px;
}
 
.initline {
  flex-grow: 0.2;
  border-bottom: 1px solid black;
  margin-bottom: 2px;
}
 :lang(ar).initline,
 :lang(fa).initline {
  flex-grow: 0.2;
  border-bottom: 1px solid black;
  margin-bottom: 2px;
height:22px;}
.halfline {
  flex-grow: 0.5;
  border-bottom: 1px solid black;
  margin-bottom: 4px;
}
.adjust{
    padding-inline-start: 20px;
}
ul,ol{
    margin-inline-start:25px;
   
}


    @media only screen and (max-width: 768px) {
        .header_container {
            flex-direction: column;
            justify-content: center;
            align-items: center !important;
        }
    
    
    .form-fieldF{
        display: block;
    }
    
    .corner-boxM {
    
    width: 300px;
    height: 125px;
    /* margin-top: 15%; */
    margin-bottom: 15%;
}
    .table_container {
        width: 100%;
    }
        .divTableCellW1 
        {
        display: block;
        padding-top: 15px;
    }
    .divTableCellW2 {
        display: block;
        width: auto;
        padding-left: 4px;
        padding-right: 4px;
    }
    .linethick{margin-inline-start: 0;
    margin-bottom:10%;
width:100%;}

}
    
@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) 

{ .tablesmall{
  width:50%;  
  margin-inline-start: 25%;
}
.initline{
  width:20%;
}
.halfline{
  width:40%;
}
}