﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.body {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    overflow-y: auto;
}

main {
    width: 100%;
    height: 100%;
    line-height: 100%
}

body {
    background: #fcf5f5 url('../images/wello-bg.png');
    background-position: left bottom;
    background-repeat: no-repeat;
}

.main-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 20px 0;
}

.main-container .left-side {
    /* width: 540px;
    min-width: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 22px; */
    margin-right: 40px;
}

.content-container {
    display: flex;
    flex-direction: column;
    border-radius: 50px;
    border: solid 1px #FFA8DC;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3), -5px 5px 10px rgba(0, 0, 0, 0.1);
    color: #667085;
    background: #fff;
    background-image: url('../images/wello-purple.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    padding: 146px 0 30px;
    width: 480px;
}

    .content-container form {
      padding: 0 40px;
    }

.login-container {
    /* margin-top: 40px; */
}

.wellcome-text {
  color: #4D002E;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 80px;
  line-height: 100%;
}

.form-group {
    padding-top: 14px;
    position: relative;
    margin-bottom: 0;
}

.form-group.forgot-password {
    padding-top: 0px !important;
    display: flex;
    justify-content: flex-end;
    text-decoration: underline;
    font-weight: normal !important;
    font-size: 14px;
}

    .form-group svg.icon {
        position: absolute;
        top: 32px;
        left: 16px;
    }

    .form-group svg.icon.email {
        top: 30px !important;
        opacity: 0.5;
    }

    .form-group svg.icon.password {
        top: 28px !important;
        opacity: 0.5;
    }

    .form-group svg.icon.user {
        top: 28px !important;
        opacity: 0.5;
    }

    .form-group .icon-view {
        position: absolute;
        top: 30px;
        right: 16px;
        height: 16px;
        cursor: pointer;
    }

input.form-control {
    border-radius: 8px !important;
    height: 48px;
    padding-left: 52px;
    border: solid 1px #B7C3CD !important;
}

input.form-control::placeholder {
  opacity: 0.5;
}

input.form-control.domain {
    padding-left: 24px !important;
}


.link, a, a:hover {
    color: #667085;
    font-weight: 600;
}

a.link {
    text-decoration: underline;
}

.bottom-link {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.bottom-link span {
    margin: 0 8px;
}

.c-form-login__button {
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 18px;
    background: #4D002E;
    color: #FCF5F5;
    border-radius: 8px;
    position: relative;
    width: 100%;
    border: none;
}

.c-form-login__button:hover {
    box-shadow: 0px 0px 12px 4px rgba(163, 0, 98, 0.60);
    color: #FCF5F5;
}

.c-form-login__button:disabled {
    background: #E1E6EA !important;
    color: #8A9DAD !important;
    box-shadow: none !important;
}

.c-form-login__button:active,
.c-form-login__button:focus,
.c-form-login__button:focus-visible {
    box-shadow: none;
    border: none;
    outline: none;
}

.login__button {
    position: relative;
    border-bottom: solid 1px #8A9DAD;
    padding-bottom: 40px;
}

.login-type button,
.login-type button:active,
.login-type button:focus,
.login-type button:focus-visible {
    background: none;
    color: #4d002e;
    box-shadow: none;
    border: none;
    outline: none;
    padding: 0;
}

.login-type button:hover {
    text-decoration: underline;
    color: #FFE8CA;
}

.marketing-container {
    margin: 0 30px 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 1024px) {
    .marketing-container {
        display: none !important
    }
}

.marketing-container .marketing-title {
    font-size: 32px;
    padding: 82px 0 48px;
    line-height: 32px;
    color: #002e22;
}

.marketing-container .wello-text {
    color: #4D002E !important;
    font-weight: bold;
}

.banner {
    max-width: 100%;
    height: auto;
}

.forgot-password-form, .reset-password-form, .sign-up-form {
    margin-top: 125px;
}

.forgot-password-form h4,
.reset-password-form h4,
.sign-up-form h4 {
    font-weight: 600;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #191919;
    margin-bottom: 28px;
}

.forgot-password .title {
    font-weight: 600;
}

.log-in {
    text-align: right;
}

.log-in a {
    text-decoration: none !important;
    padding: 8px 16px;
    border-radius: 8px;
    color: #4D002E;
    font-size: 14px;
}

.log-in a:hover {
    box-shadow: 0px 0px 12px 4px rgba(255, 168, 220, 0.60);
}

#captcha {
    display: flex;
    justify-content: center;
}

.preview button {
    background: #fff;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.preview button:hover {
    background: #d7d7d7;
}

.another-register {
    margin-top: 40px;
    padding: 0 40px;
}

.another-register a {
    color: #e1db6c;
}

.another-register form {
    padding: 0;
}

.external-logins {
    width: 100%;
    display: flex;
    justify-content: center;
}

.external-logins button {
    margin: 0 4px;
}

.field-validation-error {
    margin-top: 16px;
    display: block;
}

.text-danger {
    color: #FF7D1D !important;
}

.sign-up a:hover {
    color: #FFE8CA;
}

.login__different-user {
    border: solid 2px #4D002E;
    border-radius: 8px;
    padding: 10px;
    width: 100% !important;
    display: block;
    color: #4D002E;
    text-align: center;
    margin-top: 36px;
    text-decoration: none !important;
}

.login__different-user:hover {
    text-decoration: none;
    color: #4D002E !important;
    box-shadow: 0px 0px 12px 4px rgba(255, 168, 220, 0.60);
}

.info-msg {
    font-size: 16px;
    color: #667085;
}

.policy-link, .policy-link:hover {
    color: #4D002E;
    text-decoration: underline;
    font-weight: 600 !important;
}

.legal-link, .legal-link:hover {
    color: #667085;
    text-decoration: underline;
    font-weight: 600 !important;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  line-height: 20px;
}

.custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #c2185b;
  border-radius: 3px;
  box-sizing: border-box;
}

.custom-checkbox input:checked + .checkmark {
  background-color: #c2185b;
  border-color: #c2185b;
}

.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input:checked + .checkmark::after {
  display: block;
}

/* Recovery step 1 */

.recovery-step-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 90px;
}

.recovery-step-1 .frame-wrapper {
  width: 100%;
}

.recovery-step-1 .frame-wrapper input {
  padding-left: 16px !important;
}

.recovery-step-1 .WELLO-RESPONSIVE {
  position: relative;
  width: 405px;
  height: 200px;
  aspect-ratio: 2.02;
}

.recovery-step-1 .div {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.recovery-step-1 .div-wrapper {
  width: 520px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.recovery-step-1 .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #191919;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.recovery-step-1 .safe-pana {
  position: relative;
  height: 150px;
}

.recovery-step-1 .div-2 {
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.recovery-step-1 .input-text-base {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  margin-top: 55px;
}

.recovery-step-1 .text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #60778a;
  font-size: 14px;
  letter-spacing: -0.08px;
  line-height: 20px;
  white-space: nowrap;
  margin-bottom: 0;
}

.recovery-step-1 .alert-circle {
  position: relative;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}

.recovery-step-1 .div-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.recovery-step-1 .div-3 button {
  cursor: pointer;
}

.recovery-step-1 .div-3 .text-danger ul {
  margin: 8px 0;
  padding-left: 18px;
}

.recovery-step-1 .input-text-base-2 {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  margin-top: 28px;
}

.recovery-step-1 .p {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 14px;
  letter-spacing: -0.08px;
  line-height: 20px;
  white-space: nowrap;
}

.recovery-step-1 .span {
  font-weight: 500;
  color: #60778a;
  letter-spacing: -0.01px;
}

.recovery-step-1 .text-wrapper-2 {
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #fc2154;
  letter-spacing: -0.01px;
}

.recovery-step-1 .recovery-step-3-wrapper {
  min-height: 48px;
  padding: 12px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: #60778a;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.recovery-step-1 .div-4 {
  align-items: center;
  gap: 4px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.recovery-step-1 .primary-buttons {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #4d002e;
  border-radius: 8px;
  margin-top: 18px;
}

.recovery-step-1 .button {
  all: unset;
  box-sizing: border-box;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #fcf5f5;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.recovery-step-1 .div-wrapper-2 {
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 0px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  margin-top: 50px;
}

.recovery-step-1 .text-wrapper-3 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #4d002e;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: underline;
}

.recovery-step-1 .privacy-terms {
  position: relative;
  align-self: stretch;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #60778a;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 50px;
}

.recovery-step-1 .text-wrapper-4 {
  text-decoration: underline;
}

.recovery-step-1 .text-wrapper-5 {
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #60778a;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
/* Original CSS code should be injected here */

/* Additional styles for semantic HTML elements */
.recovery-step-1 .div-4 {
  all: unset;
  box-sizing: border-box;
  align-items: center;
  gap: 4px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 400;
  color: #191919;
  font-size: 14px;
  letter-spacing: -0.08px;
  line-height: 20px;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  padding: 0;
}

.recovery-step-1 .div-4:focus {
  outline: none;
  outline-offset: 2px;
}

.recovery-step-1 .text-wrapper-4 {
  text-decoration: underline;
  color: inherit;
}

.recovery-step-1 .text-wrapper-4:hover {
  opacity: 0.8;
}

.recovery-step-1 .text-wrapper-3:hover {
  opacity: 0.8;
}

.recovery-step-1 .primary-buttons:hover {
  background-color: #3d0024;
}

.recovery-step-1 .primary-buttons:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.recovery-step-1 .primary-buttons:disabled {
  background-color: #d0d5dd;
  cursor: not-allowed;
}

.recovery-step-1 .primary-buttons:disabled .button {
  color: #60778a;
}

/* Recovery step 2 */

.recovery-step-2 {
}

.recovery-step-2 .progress-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #d0d5dd;
}

.recovery-step-2 .group {
  position: absolute;
  width: 190px;
  height: 2px;
  top: 14px;
  left: 118px;
  background-color: #e1e6ea;
}

.recovery-step-2 .step-base {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.recovery-step-2 .step-icon-base {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #b788a4;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 4px #aacef6;
}

.recovery-step-2 .content {
  background-color: #036be2;
  height: 32px;
  border-radius: 16px;
}

.recovery-step-2 .dot {
  position: relative;
  width: 10px;
  height: 10px;
  top: 11px;
  left: 11px;
  background-color: #ffffff;
  border-radius: 5px;
}

.recovery-step-2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 4px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.recovery-step-2 .text {
  align-self: stretch;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #036be2;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
  margin-top: -1.00px;
}

.recovery-step-2 .content-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #e1e6ea;
  border-radius: 16px;
  overflow: hidden;
}

.recovery-step-2 .dot-wrapper {
  height: 32px;
  border-radius: 16px;
}

.recovery-step-2 .div {
  align-self: stretch;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #60778a;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
  margin-top: -1.00px;
}

.recovery-step-2 .div-2 {
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  margin-top: 40px;
}

.recovery-step-2 .div-wrapper {
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.recovery-step-2 .text-wrapper-2 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #191919;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.recovery-step-2 .input-text-base {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.recovery-step-2 .p {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #60778a;
  font-size: 14px;
  letter-spacing: -0.08px;
  line-height: 20px;
}

.recovery-step-2 .div-3 {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.recovery-step-2 .div-4 {
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  margin-top: 15px;
}

.recovery-step-2 .div-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.recovery-step-2 .input-text-base-2 {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  margin: 0;
}

.recovery-step-2 .text-2 {
  width: fit-content;
  font-weight: 600;
  color: #60778a;
  font-size: 14px;
  letter-spacing: -0.08px;
  line-height: 20px;
  white-space: nowrap;
  position: relative;
  margin-top: -1.00px;
}

.recovery-step-2 .recovery-step-3-wrapper {
  min-height: 48px;
  padding: 12px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: #60778a;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.recovery-step-2 .div-6 {
  align-items: center;
  gap: 4px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.recovery-step-2 .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: #60778a;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22.4px;
  white-space: nowrap;
}

.recovery-step-2 .primary-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #4d002e;
  border-radius: 8px;
  max-height: 48px;
  cursor: pointer;
}

.recovery-step-2 .button {
  all: unset;
  box-sizing: border-box;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #fcf5f5;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.recovery-step-2 .text-3 {
  width: fit-content;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #fc2154;
  font-size: 14px;
  letter-spacing: -0.08px;
  line-height: 20px;
  position: relative;
  margin-top: -1.00px;
}

.recovery-step-2 .email-campaign-pana {
  position: relative;
  width: 300px;
  height: 200px;
}
/* Original CSS code should be injected here */

/* Additional styles for semantic HTML elements and accessibility */
.recovery-step-2 input {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
}

.recovery-step-2 input:focus {
  outline: none;
  outline-offset: -2px;
}

.recovery-step-2 input::placeholder {
  color: #60778a;
  opacity: 0.7;
}

.recovery-step-2 button:hover {
  cursor: pointer;
}

.recovery-step-2 button:active {
  /* background-color: #2a0015; */
}

.recovery-step-2 button:disabled {
  background-color: #8a8a8a;
  cursor: not-allowed;
}

.recovery-step-2 input[type="email"]:invalid:not(:placeholder-shown) {
  color: #fc2154;
}

.recovery-step-2 input[type="text"]:invalid:not(:placeholder-shown) {
  color: #fc2154;
}

@media (prefers-reduced-motion: reduce) {
  .recovery-step-2 button {
    transition: none;
  }
}

/* Recovery step 3 */

.recovery-step-3 {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.recovery-step-3 .progress-steps {
  display: flex;
  align-items: center;
  padding: 0px 0px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #d0d5dd;
}

.recovery-step-3 .group {
  position: absolute;
  width: 180px;
  height: 4px;
  top: 14px;
  left: 122px;
  background-color: #7cb8fd;
}

.recovery-step-3 .step-base {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.recovery-step-3 .step-icon-base {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 4px #f4ebff;
}

.recovery-step-3 .content {
  height: 32px;
  background-color: #036be2;
  border-radius: 16px;
}

.recovery-step-3 .tick-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 16px;
}

.recovery-step-3 .tick {
  position: absolute;
  width: 16px;
  height: 14px;
  top: 9px;
  left: 8px;
}

.recovery-step-3 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 4px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.recovery-step-3 .text {
  align-self: stretch;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #191919;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
  margin-top: -1.00px;
}

.recovery-step-3 .content-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #b788a4;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 4px #aacef6;
}

.recovery-step-3 .dot {
  position: relative;
  width: 10px;
  height: 10px;
  top: 11px;
  left: 11px;
  background-color: #ffffff;
  border-radius: 5px;
}

.recovery-step-3 .div {
  align-self: stretch;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #036be2;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
  margin-top: -1.00px;
}

.recovery-step-3 .div-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.recovery-step-3 .div-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.recovery-step-3 .p {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #191919;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 0;
}

.recovery-step-3 .input-text-base {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.recovery-step-3 .text-2 {
  flex: 1;
  /* font-family: "Inter-Medium", Helvetica; */
  font-weight: 600;
  color: #60778a;
  font-size: 14px;
  letter-spacing: -0.08px;
  line-height: 20px;
  position: relative;
  margin-top: -1.00px;
  margin-bottom: 0;
}

.recovery-step-3 .div-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.recovery-step-3 .lb-yu-mwd-nyb-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -5.00px;
}

.recovery-step-3 .lb-yu-mwd-nyb {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-bottom: 0;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #191919;
  font-size: 24px;
  letter-spacing: 0.24px;
  line-height: normal;
}

.recovery-step-3 .div-4 {
  display: flex;
  flex-direction: column;
  width: 250px;
  /* height: 48px; */
  align-items: flex-start;
  gap: 16px;
  position: relative;
  overflow: hidden;
}

.recovery-step-3 .input-text-base-2 {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  padding: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: #475569;
}

.recovery-step-3 .div-5 {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.recovery-step-3 .text-3 {
  flex: 1;
  /* font-family: "Inter-Medium", Helvetica; */
  font-weight: 600;
  color: #191919;
  font-size: 14px;
  letter-spacing: -0.10px;
  line-height: 22px;
  position: relative;
  margin-top: -1.00px;
}

.recovery-step-3 .chevron-down {
  position: relative;
  width: 24px;
  height: 24px;
}

.recovery-step-3 .vector {
  position: absolute;
  width: 14px;
  height: 8px;
  top: 8px;
  left: 5px;
}

.recovery-step-3 .div-6 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 12px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -82.00px;
  background-color: #ffffff;
  border-radius: 8px;
}

.recovery-step-3 .dropdown-item {
  display: flex;
  width: 308px;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
}

.recovery-step-3 .clipboard {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: -463.00px;
  margin-left: -60.00px;
  aspect-ratio: 1;
}

.recovery-step-3 .text-4 {
  position: relative;
  flex: 1;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #60778a;
  font-size: 14px;
  letter-spacing: -0.10px;
  line-height: 22px;
}

.recovery-step-3 .line {
  margin-top: -391.00px;
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  margin-left: -40.00px;
  object-fit: cover;
}

.recovery-step-3 .printer {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: -527.00px;
  margin-left: -60.00px;
}

.recovery-step-3 .img {
  margin-top: -327.00px;
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  margin-left: -40.00px;
  object-fit: cover;
}

.recovery-step-3 .edit {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: -591.00px;
  margin-left: -60.00px;
  aspect-ratio: 1;
}

.recovery-step-3 .frame-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.recovery-step-3 .frame-wrapper-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.recovery-step-3 .primary-buttons {
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #4d002e;
  border-radius: 8px;
  cursor: pointer;
}

.recovery-step-3 .button {
  all: unset;
  box-sizing: border-box;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter-Medium", Helvetica;
  font-weight: 500;
  color: #fcf5f5;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}


.dropdown-toggle {
  background: #fff;
  color: #191919;
  border: solid 1px #475569;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  padding: 14px;
  width: 250px;
  text-align: left;
  -webkit-tap-highlight-color: transparent; /* bỏ flash xám trên mobile */
  -webkit-appearance: none;                 /* bỏ style mặc định Safari/Chrome */
  appearance: none;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle:active,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  background: #fff !important;
  border: solid 1px #475569 !important;
  color: #191919 !important;
  cursor: pointer !important;
  outline: none;
  box-shadow: none;
}

.dropdown-toggle::after {
  content: none !important;
}

.dropdown-toggle img {
  position: absolute;
  right: 16px;
  top: 22px;
}

.dropdown.show .dropdown-toggle img{
   transform: rotate(180deg);
}

ul.dropdown-menu {
  width: 248px;
}

ul.dropdown-menu li {
  padding: 16px 8px;
  border-bottom: solid 1px #CBD5E1;
  margin: 0 8px;
}

ul.dropdown-menu li:last-child {
  border: none;
}

ul.dropdown-menu li img {
  margin-right: 8px;
}

.dropdown-menu.show {
  border: solid 1px #475569 !important;
  border-radius: 8px;
}