/* 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;
}

.Topbox {
font-weight: bold !important;
border: 2px solid rgba(0, 0, 0, 1); 
padding: 10px;
width: 26%;
}

.form-field0 {
  display: flex;
  align-items: end;
  margin-bottom: 5px;
}

.form-field {
  display: flex;
  align-items: end;
  margin-bottom: 5px;
}

.form-field1 {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;   
}

.line {
  flex-grow: 1;
  border-bottom: 1.5px solid #000;
}

.blanklinecallout {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.divTableRow {
    display: table-row;
}

 /* Main ordered list with alphabetic numbering */
 ol.alpha {
  list-style-type: upper-alpha; /* This makes the list items show as A, B, C... */
}

/* Sublist (nested ordered list) with numeric numbering */
ol.alpha ol {
  list-style-type: decimal; /* This makes the nested list show as 1, 2, 3... */
}

/* Indentation styles */
ol, ol ol {
  margin-left: 20px; /* Indents the list */
}

.grid-container0 {
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  width: 93.5%;
  padding-inline-end: 50px;
}

.grid-container {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 25% 25% 25% 25%;
  padding-bottom: 0px;
  padding: 1rem;
}

.grid-container1 {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 25% 50% 25%;
  padding-bottom: 0px;
  padding: 1rem;
}

.grid-container2 {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 40% 25% 35%;
  padding-bottom: 0px;
  padding: 1rem;
  padding-left: 0;
  padding-right: 0;
  width: 98.5%;
}

.grid-container3 {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 42% 14% 13% 15% 14%;
  padding-bottom: 0px;
  padding: 1rem;
  padding-left: 0;
  padding-right: 0;
  width: 98.5%;
}

.grid-container3a {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 53% 14% 14% 18%;
  padding-bottom: 0px;
  padding: 1rem;
  padding-left: 0;
  padding-right: 0;
  width: 98.5%;
}

.grid-container4 {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 78% 23%;
  padding-bottom: 0px;
  padding: 1rem;
  padding-left: 0;
  padding-right: 0;
  width: 98.5%;
}

.grid-container5 {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 75% 25%;
  padding-bottom: 0px;
  padding: 1rem;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  align-items: end;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c1text {
  display: block;
  padding-left: 24px;
  margin-right: 24px;
  margin-top: -21px;
  width: fit-content;
}

.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;  
  padding: 10px;
  margin-top:10px; 
}

.divTableCell1 {
  width:100%;
}

.divTableCell2{
  display: block;
  padding-bottom: 10px;
  width: 100%;
  align-items: start;
}

.form-fieldW1 .row-fields {
display: flex;
justify-content: space-between;
width: 100%;
}

/* .form-fieldW {
  text-align: justify; } */
  /* Adds space between the line and the text */  

.gridline1 {
  border-bottom: 1.5px solid black;
  width: 100%;
  margin-bottom: -3px;
  display: inline-block;
  height: 21px;
}

.gridline2 {
  border-bottom: 1.5px solid black;
  width: 100%;
  margin-bottom: -3px;
  display: inline-block;
  height: 26px;
}

.gridtag {
  padding-top: 4px;
  width: 85%;
  padding-inline-start: 4px;
}

.padend {
   padding-inline-end: 40px;
}

.a3 {
  padding-top: 5px;
}

.line1 {
  flex-grow: 1;
  border-bottom: 1.5px solid #000;
  height: 27px;
}

.line1f {
  flex-grow: 1;
  border-bottom: 1.5px solid #000;
  height: 32px;
}

.divTableCell3 {
  display: flex;
  padding-bottom: 10px;
  width: 80%;
}

.chkbx {
  width: 21%;
  align-content: end;
  padding-inline-start: 5px;
  padding-bottom: 5px;
}

.chkbx1 {
  align-content: end;
  padding-inline-start: 5px;
}

.txt {
  margin-right: 4px;
}

.txt1 {
  margin-right: 25px;
  margin-left: 25px;
}

.txtinput {
  padding-inline-start: 5px;
}

.checktext {
  margin-top: -9px;
  padding-left: 5px;
  padding-right: 5px;
}

.line2 {
  flex-grow: 1;
  border-bottom: 1.5px solid #000;
  height: 20px;
}

.a5 {
   padding-top: 12px;
}

ul,ol {
  margin-right:30px;
}

/* **************************** */ 

/* Responsive code for Mobile Devices */ 

@media only screen and (max-width: 768px)
{
.header_container {
   flex-direction: column;
   justify-content: center;
   align-items: center !important;
}
.grid-container0 {
  padding-inline-end: 0px;
}
.grid-container {
  grid-template-columns: 1fr;
  padding-bottom: 5px;;
}
.grid-container1 {
  grid-template-columns: 1fr;
  padding-top: 0px;;
}
.grid-container2 {
  grid-template-columns: 1fr;
  padding-bottom: 0px;
}
.grid-container3 {
  grid-template-columns: 1fr;
  padding-top: 0px;
}

.grid-container3a {
  grid-template-columns: 1fr;
}

.grid-container4 {
  grid-template-columns: 1fr;
}
.grid-container5 {
  grid-template-columns: 1fr;
}
.txt {
  padding-top: 15px;
}
.txt1 {
  margin-right: 6px;
  margin-left: 6px;
}
.txtinput {
  padding-inline-start: 0px;
}
.form-field0 {
  display: flex;
}
.form-field1 {
  display: block;
}
.form-field {
  display: block;
}
.chkbx {
  width: 75%;
}
.hide {
  display: none;
  padding: 0%;
}
.a3 {
  padding-left: 5px;
  padding-right: 5px;
}
.gridline2 {
  height: 22px;
}
.Topbox {
  width: 60%;
}
}
@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) {
.Topbox {
    width: 30%;
}
.grid-container3 {
  grid-template-columns: 40% 13% 14% 17% 14%;
}
.grid-container3a {
  grid-template-columns: 53% 14% 14% 18%;
}
.txt1 {
  margin-right: 10px;
  margin-left: 10px;
}
.gridtag {
  width: 95%;
}
}
/* 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;
}
.Topbox {
  width: 41%;
}
.txt1 {
  margin-right: 25px;
  margin-left: 25px;
}

}