/* Hide Submit Button */
.form-submit-button {
    display: none !important;
  }
  
/* Hide Print Button */
  #print-preview {
    display: none !important;
  }

/* Hide Additional wrapper sections */
#form-element-wrapper_2
{
    display: none;
}

/* TO CONTROL SCREEN SCROLL*/
.form-section, .form-item {
    display: block;
    overflow: hidden;
    padding-left: inherit;
    padding-bottom: 16px;
}

  /* Hiding Language dropdown*/
  #form-element-wrapper_1 {
      visibility: hidden !important;
  }

/*------------------------------------------------------*/

.header_container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px !important;
}

.divTableRow {
    display: table-row;
}

.divTableCell{
    display: table-cell;
    text-align: justify;
    padding-bottom: 10px;
}

.divTableCellN {
  display: table-cell;
  padding-top: 6px;
  padding-right: 3px;
}

.mailDate {
  float:right;
}

.blank-line1 {
  display: inline-block; 
  border-bottom: 1px solid black;
  width: 125px;
}

.jtext {
  display: block;
  margin-top:-21px;
  margin-inline-start: 35px;
}

.jtext1 {
  display: block;
  margin-inline-start: 35px;
  padding-bottom: 10px;
}

.jtext2 {
  margin-inline-start: 50px;
  padding-bottom: 10px;
}

ul,ol{
  margin-right: 25px;
}

.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;  
}

.certification-container5 {
  display: flex;
  align-items: flex-start; /* Aligns the text properly */
  max-width: 100%
}

.jtext3 {
  display: block;
  margin-inline-start: 35px;
}

.jtext4 {
  display: block;
  margin-top:-27px;
  margin-inline-start: 35px;
}

.jtext5 {
  display: block;
  margin-top:-25px;
}

.tex1 {
  flex: 1; /* Ensures the text takes up remaining space */
  min-width: 0; /* Fixes overflow issues */
  padding-right: 5px;
}

.line1a {
  flex-grow: 1;
  border-bottom: 1.5px solid #000;
  margin-left: 2px;
  margin-right: 2px;
}

.line1aa {
  flex-grow: 1;
  border-bottom: 1.5px solid #000;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 12px;
}

/* Container for the Corner box */ 

.corner-boxN {
  position: relative;
  width: 400px;
  height: 100px;
  margin-top: 20px;
  }
  
  /* Top left corner */
  .corner-boxN::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-boxN::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-boxN .top-rightN {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid black;
  border-right:1px solid black;
  }
  
  /* Bottom left corner */
  .corner-boxN .bottom-leftN {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  }
  
/* **************************** */ 

.blanklinecallout {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* **************************** */ 

/* Responsive code for Mobile Devices */ 

@media only screen and (max-width: 768px)
{
   .header_container {
   flex-direction: column;
   justify-content: center;
   align-items: center !important;
}

.corner-boxN { 
  position: relative; 
  width: 100%; 
  height: 150px; 
  margin-top: 20px; 
} 

}
@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) {

}

/* Media query for iPad mini */

@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) 
    
{
    .header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}

.corner-boxN {
  width: 290px;
  height: 120px; 
  margin-bottom:35px;
}


}