.user-card {
    border-radius: 15px;
    border: 1px solid #D6D2FF;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    padding: 39px 30px;
    position: relative;
    transition: 0.3s;
}

.user-card:hover {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

.user-icon {
    width: 60px;
    height: 60px;
    background: #e7e3ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    position: absolute;
    top: -32px;

}

.user-icon img {
    width: 35px;
}

.user-card h3 {

    color: #000;
}

.user-card p {

    color: #000;
    margin-bottom: 18px;
    line-height: 1.4;
}

.cta-btn {
    display: inline-block;
    background: #6259CA;
    color: #fff;
    padding: 10px 18px;
    border-radius: 7px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.cta-btn:hover {
    color: #fff;
}

.mb-54px {
    margin-bottom: 54px;
}



.mt-50px {
    margin-top: 50px;
}

.text-decoration-none a {
    text-decoration: none;
}


.form-check-custom {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}

.form-check-custom input[type="checkbox"] {
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #D6D2FF;
    background: #FFF;
}

.form-check-custom a {
    color: #685ae8;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.form-check-custom a:hover {
    text-decoration: underline;
}

.verify-box {
  text-align: center;
}

.verify-icon {
  font-size: 48px;
  margin-bottom: 12px;
  color: #695cf3;
}

.verify-box h2 {
  font-size: 24px;
  margin-bottom: 8px;
}

.verify-box p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.5;
}

.otp-input-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;

  padding: 16px;
  border-radius: 12px;
}

.otp-box {

  border-radius: 15px;
border: 1px solid #D6D2FF;
background: #FFF;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.otp-box label {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}

.otp-input {
  width: 100%;
  border: none;
  text-align: center;
  font-size: 38px;
  letter-spacing: 26px; /* spacing between stars */
  font-weight: bold;
  outline: none;
  background: transparent;
  text-shadow: 0 0 0 #9c90ff; /* star color */
}

.otp-input::placeholder {
  color: #c7c0ff;
  letter-spacing: 26px;
}


.resend-text {
  font-size: 14px;
  color: #666;
  font-family: "GothamNarrowRegular";

}

.resend-bold {
  font-weight: 600;
  color: #695cf3;
  max-width: 100%;
}

.timer {
  font-weight: 700;
}

.change-email {
  display: inline-block;
  margin-top: 12px;
  font-size: 16px;
  color: #695cf3;
  font-weight: 500;
  text-decoration: none;
}

.change-email:hover {
  text-decoration: underline;
}

.mb-30px{
    margin-bottom: 30px;
}

.mb-22px{
    margin-bottom: 22px;
}

.timer{
    color: #695cf3;
}
