.step-list {
  list-style: none;
  padding: 0;
}

.step-item {
  position: relative;
  display: flex;
  align-items: center;
  vertical-align: middle;
  margin-bottom: 12px;
  margin-top: 12px;
  font-weight: 500;
  color: #6c757d;
  cursor: pointer;
}

.step-item.active .step-circle {
  background-color: rgb(250, 99, 71);
  color: #fff;
}

.step-item.active .step-label {
  color: rgb(250, 99, 71);
  font-weight: bold;
}

.step-circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #dcdcdc;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}

.step-label {
  margin-left: 10px;
  font-size: 1rem;
}

.square-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.text-end {
  text-align: right;
}

.form-group {
  margin-bottom: 12px;
}

.form-card
{
  margin-bottom: 8px;
}

.rounded-input {
  border-radius: 50px; 
  padding-left: 15px;  
  padding-right: 15px; 
  border: 1px solid #c8d6e5;
  background-color: #f0f0f0;
  color: #495057; 
  box-sizing: border-box;
}

.rounded-input:focus {
  background-color:#f0f0f0;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.rounded-input::placeholder {
  color: #888888;
  padding-left: 16px;
}

.nric-section,
.personal-info-section,
.contact-info-section,
.bank-info-section,
.address-info-section,
.work-info-section,
.loan-info-section
{
  display: none;
}

.ekyc-image
{
  height: 350px;
  width: 350px;
}

.hint-text
{
  font-size: 14px;
  color: #6e6d6d;
  margin-top: 4px;
}

.ekyc-response-message-modal .ekyc-success-title h4
{
  color: green;
  font-weight: bold;
}

.ekyc-response-message-modal .ekyc-failed-title h4
{
  color: red;
  font-weight: bold;
}

@media (width < 992px) {
  .ekyc-image
  {
    width: 350px;
    height: 350px;
  }

  .verify-ekyc-btn 
  {
    width: 100%;
  }
}


@media (width < 500px) {
  .ekyc-image
  {
    width: 100%;
    height: 100%;
  }
}