
/* Hide Submit Button */
.form-submit-button {
  display: none !important;
}

/* Hide Print Button */
#print-preview {
  display: none !important;
}

 /* TO CONTROL SCREEN H-SCROLL*/ 
.form-item { 
  display: block; 
  overflow: hidden; 
  padding-left: inherit; 
  padding-bottom: 16px; 
}

/*To hide the languages drop-down*/
#form-element-wrapper_1
{
visibility: hidden;
}
/* ------------------ */

/*to hide the blank space below the form footer*/
#form-element-wrapper_2
{
  display: none;
} 

#form-element-wrapper_34
{
  display: none;
} 

/*------------------------------------------------------*/

.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 30px !important;
}

.mailbox {
  width: 51%; 
  padding-left: 60px;  
  padding-right: 40px;  
  margin-bottom: -4px;
}

.divTableRow1 {
  display: table-row;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
  width: 65%;
}

.divTableCell1 {
  display: table-cell;
  padding: 3px;
}

.divTableCell2 {
  display: table-cell;
  padding: 3px;
}

.divTableCell3 { 
  display:table-cell;
}

.divTableCell4 {
  display: table-cell;
  padding: 3px;
}

.divTableCell5 {
  display: table-cell;
  padding: 3px;
}

.divTableCell6 { 
  display:table-cell;
}

.blanklinecallout {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.longbars {
  width: 100%; 
  margin-top: -15px;
}

.line1 {
  flex-grow: 0.90;
  border-bottom: 1.5px solid #000;
}

.blank-line1 {
  display: inline-block;
  border-bottom: 1px solid black;
  width: 157px;
  text-align: left;
}

.blank-line2 {
  display: inline-block;
  border-bottom: 1px solid black;
  width: 761px;
}

.blank-line3 {
  display: inline-block;
  border-bottom: 1px solid black;
  width: 42px;
  height: 16px;
}

.addrlist {
  margin-bottom: -10px;
  margin-top: -14px;
}

.form-field {
  display: flex; 
  align-items: center;  
}

.jtext {
  display:block;
  margin-top: -20px; 
  padding-left: 25px ;
  margin-right: 20px;
}

.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;  
}  

.divTableCellBig2 {
  display: table-cell;
  padding: 5px;
  vertical-align: top;
}

.warning-table {
  width: 100%; /* Adjust the width as needed */
  border: 2px solid black; /*Adjust the overall table border */
  border-collapse: collapse; /* Collapse borders to make them appear as a single line */
  text-align: left; /* Align text to the left */
}

.warning-table th{
  border: 1px solid black;
  padding: 10px;
  padding-bottom: 0;
  padding-top:0;
  text-align: center;
}

.warning-table td {
  border: 1px solid black; /* Add borders to cells */
  height:25px;
  text-align: center; /* Center-align text in the headers */
}

.cellContent {
  display: table-cell;
  padding-left:10px;
}

ul,ol {
  margin-right:28px;
}


/* Responsive code for Mobile Devices */

@media screen and (max-device-width: 768px) {

    
.header_container {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
}

.blank-line1 {   
  display: inline-block;  
  border-bottom: 1px solid black; 
  width: 100%;  
  margin-bottom: 10px;    
  height: 20px;
}

.mailbox {
  width: 260px;
  border: 1px;
  display: contents;
  text-align: center;
  padding-left: 37px;
  padding-right: 55px;
  margin-bottom: 30px;
  padding-top: 20px;
}

.divTableRow {
  margin-left: 0px;
}

.divTableRow1 {
  display: contents;
  text-align: center;
}

.divTableRow2{
  display: table-row;
}

.divTableCell3 { 
  display: table-cell;
  width:50%;
  display: inline;
}

.divTableCell4 {
  display: table-cell;
  padding: 3px;
}

.divTableCell5 {
  width:55%;
  display: contents;
}

.divTableCell6 { 
  width:32%;
  display: inline;
}

.line1 {
  flex-grow: 0.90;
  border-bottom: 1.5px solid #000;
  /*margin-left: 5px;*/
}

.blank-line1 {
  width:70%;
}

.divTableCellBig2 {
  display: contents;
}

.table-container {
  display: block;
  overflow-x: auto;

  -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
}

.table-container table {
  width:100%;
  min-width:850px;
} 
}
@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) 
{
.mailbox {
  width: 54%;
  padding-left: 60px;
  padding-right: 0px;
  margin-bottom: -4px;
}
}

/* 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;
}

.line1 {
  flex-grow: 0.90;
  border-bottom: 1.5px solid #000;
  margin-left: 15px;
}

.blank-line1 {
  width:40%;
}

.divTableRow {
  margin-left:0px;
}

.divTableCell3 { 
  display:table-cell;
  width:32%;
  display: contents;
}

.divTableCell4 {
  display: table-cell;
  padding: 3px;
  column-width: 107px;
}

.divTableCell5 {
  width:55%;
  display: contents;
}

.divTableCell6 { 
  width:32%;
}

.divTableCell7 {
  width: 23%;
}

}
