body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f7f7f7;
}
.form-container {
max-width: 800px;
margin: 30px auto;
padding: 20px;
background: #ffffff;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.form-step {
display: none;}
.form-step:first-child {
display: block;}
.headingText {
font-weight: bold;
text-align: center;
margin-bottom: 15px;
color: #333333;
}
label {
display: block;
margin: 10px 0 5px;
font-weight: bold;
color: #555555;
}
input, select, button {
width: 100%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ddd;
border-radius: 5px;
font-size: 1rem;
}
input[type="checkbox"], {
width: auto;
margin-right: 10px;
}
button {
background-color: #0073aa;
color: #ffffff;
border: none;
cursor: pointer;
transition: background-color 0.3s ease;
}
button:hover {
background-color: #005f8c;
}
button:disabled {
background-color: #D3D3D3;
cursor: not-allowed;
}
.upload-tip {
font-size: 0.8em;
color: #555;
margin-bottom: 0.5em;
line-height: 1.2;
}
#resetBtn {
background-color: red;
}
.continue-button {
background-color: #28a745;
}
.continue-button:hover {
background-color: #218838;
}
#dob {
  width: 100%;
  max-width: 260px;
  padding: 8px 10px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;

  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
  color: #000;

  box-sizing: border-box;
}

#dob:focus {
  outline: none;
  border-color: #333;
  background-color: #fafafa;
}

.policies {
margin-top: 20px;
font-size: 14px;
}
.policies a {
color: #0073aa;
text-decoration: none;
font-weight: bold;
}
.policies a:hover {
text-decoration: underline;
}
.actions {
margin-top: 20px;
text-align: center;
}
.actions label {
font-size: 16px;
}
.prevBtn, .nextBtn {
width: calc(50% - 5px);
float: left;
}
.prevBtn {
background-color: #6c757d;
}
.prevBtn:hover {
background-color: #5a6268;
}
.nextBtn {
background-color: #007bff;
}
.nextBtn:hover {
background-color: #0056b3;
}
.terms-acknowledg {
font-size: 0.9rem;
margin: 10px 0;
}
#noteMessage {
font-size: 1rem;
font-style: italic;
color: #333333;
}
#alertBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;

  max-width: 420px;
  width: 90%;
  padding: 20px 24px;

  background-color: #1f1f1f; 
  color: #ffffff;

  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);

  text-align: center;
  font-size: 16px;
  line-height: 1.5;

}
#alertBox span {
  font-weight: 500;
}
.review-section {
background-color: #f8f9fa;
padding: 15px;
margin-bottom: 10px;
border-radius: 8px;
border-left: 5px solid #007bff;
}
.uploaded-documents {
margin-top: 20px;
background-color: #ffffff;
padding: 15px;
border-radius: 8px;
border: 2px solid #ddd;
}
.doc {
margin-bottom: 15px;
text-align: center;
}
.doc h3 {
font-size: 16px;
color: #333;
}
.doc img {
display: block;
margin: 10px auto;
border-radius: 5px;
border: 2px solid #ccc;
}
#thankyou {
display: none;
max-width: 800px;
margin: 30px auto;
padding: 20px;
background: #ffffff;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
text-align: center;
}
@media (max-width: 768px) {
.prevBtn, .nextBtn {
width: 100%;
float: none;
margin-bottom: 10px;
}
input, select, button {
font-size: 0.7rem;
}
.headingText {
font-size: 1rem;
}
}
.char-counter{
font-size:12px;
color:#666;
margin-top:4px;
text-align:right;
}
