
/* 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;
}

/* Hiding Additional section*/
#form-element-wrapper_2 { 
  display:none;
}

/* Hiding Language dropdown*/

#form-element-wrapper_20{
  visibility: hidden !important;
}

.header_container {
  display: flex;
  justify-content: space-between;
  column-gap: 100px !important;
}

.table_container {
  width: 50%;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black;
}

th {
  border: 1px solid black;
  padding: 5px;
  vertical-align: top;
  font-weight: normal;
  text-align: justify;
}

td {
  border: 1px solid black;
  padding: 5px;
  vertical-align: top;
}

.greyboxsmall {
  background-color: #e5e5e5;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.divTableRow {
  display: table-row;
}

.divTableCell {
  display: table-cell;
  padding: 5px;
  padding-top: 6px;
}

.Checkboxsize {  
  width: 16px;  
  height: 16px;  
  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: -22px;
  padding-left: 30px;
  margin-right: 30px;
}

.sublist {
  padding-left: 10px;
  padding-right: 10px;
}

.sublist1 {
  padding-left: 10px;
  padding-right: 10px;
}

ul,ol {
  margin-right: 25px;    
  margin-left: 25px;
}

.grid-section1 {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 0.5rem;
  /*align-items: center; */
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  /* border-bottom: 1px solid black; */
}

.grid-section2 {
  display: grid;
  grid-template-columns: 65% 35%;
  gap: 0.5rem;
  /*align-items: center; */
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  /* border-bottom: 1px solid black; */
}

.boldbotline {
  padding-top: 50px;
  border-bottom: 3px solid black; /* Bold bottom line */
}

.grid-section3 {
  display: grid;
  grid-template-columns: 40% 30% 30%;
  gap: 0.5rem;
  /*align-items: center; */
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  /* border-bottom: 1px solid black; */
}

/* Code for bottom Date Signed Interviewer Section */ 

.divTableW {
  display: table;
  width: 100%;
  border-collapse: collapse;;
}

.divTableRowW {
  display: table-row;
}

.form-fieldF{
  display: flex;
}

.divTableCellW0 {
  display: table-cell;
  padding: 4px;
  text-align: start; 
  width: 22%;
}

.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: 14%;
}

.divTableCellW3 {
  display: table-cell;
  padding: 4px;
  text-align: start; 
  margin-top: -2px;
}

.initline {
  flex-grow: 0.2;
  border-bottom: 1.5px solid black;
  margin-bottom: 4px;
}

.halfline {
  flex-grow: 0.5;
  border-bottom: 1.5px solid black;
  margin-bottom: 4px;
}

.halfboldbotline {
    padding-top: 4px;
    border-bottom: 1.5px solid black; /* Bold bottom line */
}

.blanklinecallout {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}

/* **************************** */ 

/* Container for the Corner box - big */ 

.corner-boxM {
  position: relative;
  width: 400px;
  height: 125px;
  margin-top: 15px;
  }
  
  /* 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;
  }
  

/* **************************** */ 

 .address-ltr1
{

    direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap; 

    display: inline-block; 

  } 

:lang(ja) .address-ltr1
{

    direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap !important; 

    display: inline-block; 

  } 
/* Responsive code for Mobile Devices */

@media screen and (max-device-width: 768px) {

.header_container {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;  
}

.table_container {
  width: 100%;
  margin-top: 30px;
}

.corner-boxM {
  position: relative;
  width: 100%;
  height: 110px;
  margin-top: 20px;
}

.divTableCell {
  display: table-cell;
  padding: 3px;
}

.grid-section1 {
  display: grid;
  grid-template-columns: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.grid-section2 {
  display: grid;
  grid-template-columns: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.grid-section3 {
  display: grid;
  grid-template-columns: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.jtext {
  display: block;
  margin-top: -22px;
  padding-left: 25px;
  margin-right: 25px;
}

.sublist {
  padding-left: 0px;
  padding-right: 0px;
}

.divTableCellW1 {
  display: block;
  padding: 4px;
  text-align: start; 
  width: auto;
}

.divTableCellW2 {
  display: block;
  padding: 4px;
  text-align: start; 
  width: auto;
}

.divTableCellW3 {
  display: block;
  padding: 4px;
  text-align: start; 
  padding-top: 15px;
}

.form-fieldF {
  display: block;
}
 .address-ltr1
{

    direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap; 

    display: inline-block; 

  } 
}
@media screen and (max-device-width: 821px) 
and (max-device-height: 1181px) 
and (min-device-width: 819px) 
and (min-device-height: 1179px) {
.divTableCellW1 {
  width: 9%;
}
.adjustWidth{
  display: block;
}
 .address-ltr1
{

    direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap; 

    display: inline-block; 

  } 
}

/* 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;
}

.corner-boxM {
  position: relative;
  width: 70%;
  height: 110px;
  margin-top: 20px;
}

.table_container {
  width: 50%;
  margin-top: 30px;
}

.form-fieldF {
  display: block;
}

.divTableCellW3 {
  padding-top: 15px;
}
 .address-ltr1
{

    direction: ltr !important; 

    unicode-bidi: embed; 

    white-space: nowrap; 

    display: inline-block; 

  } 
}