/* 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;
}

#form-element-wrapper_2{ display:none;}


/* Hiding Language dropdown*/

#form-element-wrapper_20{
  visibility: hidden !important;
}

/*CSS for DateBox*/

.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 20px !important;
}

.header_container1 {
  display: flex;
  justify-content: space-between;
  column-gap: 20px !important;
}

.header_container1a {
  display: flex;
  justify-content: space-between;
  column-gap: 55% !important;
}

.header {
  width: 67%;
}

.mailDate {
    width: auto;
}

.line2 {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:150px;
}  

.divTableRow {
  display: table-row;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
  padding-top: 6px;
  width: 55%;
}

.divTableCellN {
  display: block;
  padding-top: 6px;
  padding-right: 3px;
} 

.blanklinecallout {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.jtext {
  display: block;
  margin-top: -22px;
  padding-left: 50px;
  margin-right: 50px;
}

.jtext1 {
  padding-left: 25px;
  padding-right: 25px;
}

.sublist {
   padding-left: 25px; 
   padding-right: 25px"
}

.Checkboxsize {
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 5%;
  border: 1px solid grey;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  margin-right: 8px;
}

/* GreyBox with contents inside*/ 

.Blank-boxContents { 
  border: 1px solid #000;
   /* width: 50%; */ 
} 

.divTableCellT {
    display: block;
    padding-bottom: 70px;
    padding-left: 25px;
    padding-top: 15px;
    padding-right: 25px;
    text-align: center;
} 

.boxswrapper {
  margin-top: -10px;
}

/* Signature Date bottom section css */ 

.divTableW {
  display: table;
  width: 100%;
  border-collapse: collapse; /* Mimics table border collapse */
  margin-top: -30px;
}

.divTableRowW {
  display: table-row;
}

.halfline1 {
  flex-grow: 0.6;
  border-bottom: 1.5px solid black;
  margin-left: 5px;
  margin-bottom: 4px;
}

/* Container for the Corner box */ 

.corner-boxN {
  position: relative;
  width: 250px;
  height: 150px;
  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;
  }
  
/* **************************** */ 

/* Responsive code for Mobile Devices */

@media screen and (max-device-width: 768px) {

.header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;  
}

.header_container1 {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;  
}

.header_container1a {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;  
}

.header {
  width: auto;
  text-align: center;
}

.divTableCellN {
  display: block;
  width: auto;
}

.blank-line1 {
  width: 88px;
  padding-left: 2px;
  padding-right: 2px;
}

.blank-line1a {
  width: 88px;
  padding-left: 2px;
  padding-right: 2px;
}

.corner-boxN { 
  position: relative; 
  width: 79%; 
  height: 150px; 
  margin-top: 20px; 
} 

.mailDate {
  margin-top: 30px; 
}

.line2 {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:80px;
}  

.sublist {
  padding-left: 0px; 
  padding-right: 0px"
}

.boxswrapper {
  margin-top: 10px;
}

.divTableW {
  margin-top: 10px;
}

.corner-boxN .top-rightN { 
    position: absolute; 
    top: 0; 
    right: 1px; 
    width: 20px; 
    height: 20px; 
    border-top: 1px solid black; 
    border-right:1px solid black; 
} 

.corner-boxN::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 */ 
} 

.jtext1 {
  padding-left: 0px;
  padding-right: 0px;
}

.divTableCell {
  display: table-cell;
  /*width: auto;*/
  padding-right: 2px;
  padding-left: 2px;
  width: 47%;
  /* text-align: center;*/
}
}
@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) {
.header_container1 {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
  column-gap: 50% !important;
  }
.header_container1a {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;  
}
.phonenumbers {
    width: 48%; 
}
.boxswrapper {
  margin-bottom: 40px;
}
.divTableCellW1 {
  padding-left: 150px;
  padding-right: 150px;
}
}
/* Media query for iPad mini */

@media only screen 
and (min-width: 768px) 
and (max-width: 768px) 
and (min-height: 1024px) 
and (max-height: 1024px) {
  
.header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
}

.header_container1 {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
}

.header_container1a {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;  
}

.header {
  width: auto;
  text-align: center;
}

.corner-boxN {
  width: 290px;
  height: 120px; 
  margin-bottom:35px;
}

.phonenumbers {
  width: 41%;
}

.blank-line1 {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:200px;
  padding-left: 2px;
  padding-right: 2px;
  }

.blank-line1a {
  display: inline-block; 
  border-bottom: 1px solid black;
  width:311px;
  padding-left: 2px;
  padding-right: 2px;
}

.jtext1 {
  padding-left: 20px;
  padding-right: 20px;
}

.divTableCell {
  display: table-cell;
  padding-right: 2px;
  padding-left: 2px;
  width: 55%;
}

.divTableCellW1 {
  padding-left: 175px;
  padding-right: 175px;
}

}
