.global-modal {
  padding: 8px;
}

.d-none {
    display: none !important;
}

.my-account-page {
    padding: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: calc(100vh - 64px);
    overflow-y: auto;
    position: relative;
}

.message-title{
  margin-top: 2px;
}

.my-account-page .wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: 100%;
    align-self: center;
    justify-content: center;
}

.my-account-nav .header-icon {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

@media(min-width: 1024px) {
    .my-account-page {
        height: calc(100vh - 90px);
    }

    .my-account-nav .header-icon {
        width: 40px;
        height: 40px;
    }

    .my-account-page .wrapper {
        width: 48vw;
        max-width: 1024px;
        min-width: 600px;
        height: 100%;
        justify-content: center;
    }
}

@media (min-width: 1366px) {
    .my-account-page {
        height: calc(100vh - 110px);
    }
}

.my-account-page .otp-section {
    display: none;
    padding: 40px 20px;
    border-radius: 8px;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    border: 2px solid #EDEDED;
    background-color: #FFFFFF;
}

.my-account-page .otp-section.show {
    display: flex;
}

.my-account-page .otp-section .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.my-account-page .otp-section h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    color: #525252;
}

.my-account-page .otp-section .header p {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #525252;
}

.my-account-page .otp-section .header span#phone-number {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.5px;
    text-align: center;
    vertical-align: middle;
    color: #6F42C1;
}

.my-account-page .otp-section .otp-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.my-account-page .otp-section .otp-wrapper.error #otp-msg {
    color: #F57E77;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
}

.my-account-page .otp-section .otp-inputs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, minmax(56px, 1fr));
    gap: 14px;
    max-width: 760px;
}

.my-account-page .otp-section .otp-inputs input {
    text-align: center;
    border: 1px solid #5E6366;
    border-radius: 12px;
    background-color: #FFFFFF;
    color: #5E6366;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    min-height: auto;
    aspect-ratio: 52/64;
}

.my-account-page .otp-section .otp-wrapper.error .otp-inputs input {
    border: 1px solid #F15858;
    color: #F15858;
}

.my-account-page .otp-section .otp-inputs input:focus {
    outline: none;
    border-color: #8E3EC9;
    box-shadow: 0 0 0 2px rgba(111, 66, 193, 0.14);
}

.my-account-page .otp-section .otp-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.my-account-page .otp-section .otp-actions p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #525252;
}

.my-account-page .otp-section .otp-link {
    border: none;
    background: transparent;
    color: #6F42C1;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
    font-size: inherit;
}

.my-account-page .otp-section .resend-btn {
    border: none;
    background: transparent;
    color: #CFC0EA;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.my-account-page .otp-section .resend-btn:not(:disabled) {
    color: #6F42C1;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
}

.my-account-page .otp-section .resend-timer {
    color: #909090;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 767px) {
    .my-account-page {
        height: 100%;
        min-height: calc(100dvh - 64px);
    }

    .my-account-page .otp-section {
        padding: 24px 16px;
    }

    .my-account-page .otp-section h2 {
        font-size: 20px;
    }

    .my-account-page .otp-section .otp-actions p {
        text-align: center;
    }

    .my-account-page .otp-section .otp-inputs {
        grid-template-columns: repeat(6, minmax(10vw, 1fr));
        gap: 8px;
    }

    .my-account-page .otp-section .otp-inputs input {
        font-size: 24px;
        border-radius: 12px;
    }
}

.account-recovery-setup {
    display: none;
    flex-direction: column;
    border-radius: 1rem;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 32rem;
    margin: 0 auto;
}

.account-recovery-setup.show {
    display: flex;
}

.account-recovery-setup .card-header {
    background: #6F42C1;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: center;
    padding: 1.25rem 1.5rem;
}

.account-recovery-setup .card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    align-items: center;
}

.account-recovery-setup .card-header {
    flex-shrink: 0;
}

.account-recovery-setup .info-box {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: #F5F5F5;
    border-radius: 0.75rem;
    padding: 1rem;
}

.account-recovery-setup .info-box svg {
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.account-recovery-setup .info-box span {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #616161;
    text-align: center;
}

.account-recovery-setup .question-text {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    color: #2C2C2C;
    margin: 0;
    text-align: center;
}

.account-recovery-setup .radio-group {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.account-recovery-setup .radio-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9375rem;
    color: #2C2C2C;
    position: relative;
    user-select: none;
}

.account-recovery-setup .radio-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.account-recovery-setup .radio-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 0.125rem solid #D1D1D1;
    background: #FFFFFF;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.account-recovery-setup .radio-custom::after {
    content: '';
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: #6F42C1;
    transform: scale(0);
    transition: transform 0.2s ease;
}

.account-recovery-setup .radio-label:has(input:checked) .radio-custom {
    border-color: #6F42C1;
    background: #FFFFFF;
}

.account-recovery-setup .radio-label:has(input:checked) .radio-custom::after {
    transform: scale(1);
}

.account-recovery-setup .divider-text {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
}

.account-recovery-setup .divider-line {
    flex: 1;
    height: 0.0625rem;
    background: #E0E0E0;
}

.account-recovery-setup .divider-label {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #6F42C1;
    white-space: nowrap;
    letter-spacing: 0.02em;
}

.account-recovery-setup .desc-text {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #898989;
    margin: 0;
    text-align: center;
}

.account-recovery-setup .section-tidak,
.account-recovery-setup .section-ya {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.account-recovery-setup .section-tidak.d-none,
.account-recovery-setup .section-ya.d-none {
    display: none;
}

.account-recovery-setup .section-tidak:not(.d-none),
.account-recovery-setup .section-ya:not(.d-none) {
    animation: fadeSlideIn 0.3s ease forwards;
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(-0.5rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.account-recovery-setup .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.account-recovery-setup .form-group label {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #2C2C2C;
}

.account-recovery-setup .form-group input[type="text"],
.account-recovery-setup .form-group input[type="tel"],
.account-recovery-setup .form-group textarea,
.account-recovery-setup .form-group input[type="password"]{
    width: 100%;
    height: 3.25rem;
    padding: 0 1rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #525252;
    background: #FFFFFF;
    border: 0.0625rem solid #D1D1D1;
    border-radius: 0.5rem;
    outline: none;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.account-recovery-setup .form-group textarea {
    height: 4.25rem;
    padding: 0.75rem 1rem;
}

.account-recovery-setup .form-group input[type="text"]::placeholder,
.account-recovery-setup .form-group input[type="tel"]::placeholder,
.account-recovery-setup .form-group textarea::placeholder,
.account-recovery-setup .form-group input[type="password"]::placeholder{
    color: #B0B0B0;
    font-weight: 400;
}

.account-recovery-setup .form-group input[type="text"]:focus,
.account-recovery-setup .form-group input[type="tel"]:focus,
.account-recovery-setup .form-group textarea:focus,
.account-recovery-setup .form-group input[type="password"]:focus{
    border-color: #6F42C1;
    box-shadow: 0 0 0 0.1875rem rgba(126, 61, 247, 0.12);
}

.account-recovery-setup .input-icon-wrapper {
    position: relative;
    width: 100%;
}

.account-recovery-setup .input-icon-wrapper input {
    padding-right: 3rem;
}

.account-recovery-setup .input-icon-wrapper .input-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.account-recovery-setup .input-icon-wrapper .date-input-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 3.25rem;
    padding: 0 1rem;
    padding-right: 3rem;
    border: 0.0625rem solid #D1D1D1;
    border-radius: 0.5rem;
    background: #FFFFFF;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    gap: 0;
}

.account-recovery-setup .input-icon-wrapper:focus-within .date-input-wrapper {
    border-color: #6F42C1;
    box-shadow: 0 0 0 0.1875rem rgba(126, 61, 247, 0.12);
}

.account-recovery-setup .date-input-wrapper input.date-segment {
    width: 3.5ch;
    min-width: 3ch;
    max-width: 4ch;
    height: auto;
    padding: 0;
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
    text-align: center;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #2C2C2C;
    font-family: inherit;
    box-sizing: content-box;
    caret-color: #6F42C1;
    flex: 0 0 auto;
    border-radius: 0.25rem;
}

.account-recovery-setup .date-input-wrapper #tanggalLahir-year {
    width: 4ch;
    min-width: 4ch;
    max-width: 4ch;
}

.account-recovery-setup .date-input-wrapper input.date-segment::placeholder {
    color: #B0B0B0;
    font-weight: 400;
}

.account-recovery-setup .date-input-wrapper .date-separator {
    color: #B0B0B0;
    font-weight: 400;
    user-select: none;
    line-height: 1;
    flex: 0 0 auto;
}

.account-recovery-setup .phone-input-container {
    width: 100%;
    position: relative;
}

.account-recovery-setup .phone-input-container .iti {
    width: 100%;
    display: block;
}

.account-recovery-setup .phone-input-container .iti input[type="tel"] {
    width: 100%;
    height: 3.25rem;
    border: 0.0625rem solid #D1D1D1;
    border-radius: 0.5rem;
    background: #FFFFFF;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1;
    color: #2C2C2C;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.account-recovery-setup .phone-input-container .iti input[type="tel"]::placeholder {
    color: #B0B0B0;
    font-weight: 400;
}

.account-recovery-setup .phone-input-container .iti input[type="tel"]:focus {
    outline: none;
    border-color: #6F42C1;
    box-shadow: 0 0 0 0.1875rem rgba(111, 66, 193, 0.12);
}

.account-recovery-setup .phone-input-container .iti input[type="tel"].error {
    border-color: #F15858;
}

.account-recovery-setup .phone-input-container .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0.375rem;
}

.account-recovery-setup .phone-input-container .iti__selected-flag {
    height: 100%;
    padding: 0 0.75rem;
    background: transparent;
    border-radius: 0.5rem 0 0 0.5rem;
    border: none;
    position: relative;
}

.account-recovery-setup .phone-input-container .iti__selected-flag:hover {
    background-color: #F5F5F5;
}

.account-recovery-setup .phone-input-container .iti__selected-flag::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 0.0625rem;
    background: #D1D1D1;
}

.account-recovery-setup .phone-input-container .iti__selected-dial-code {
    display: none;
}

.account-recovery-setup .phone-input-container .phone-dial-code {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4.25rem;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #2C2C2C;
    pointer-events: none;
    z-index: 2;
    line-height: 1;
    white-space: nowrap;
}

.account-recovery-setup .phone-input-container .iti__arrow {
    border-top-color: #666666;
    margin-left: 0.25rem;
}

.account-recovery-setup .form-group .field-error {
    color: #F57E77;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 0.25rem;
    text-align: center;
}

.account-recovery-setup .change-password-input-wrapper .form-group .field-error {
    text-align: left;
}

.account-recovery-setup .phone-input-container .iti__country-list {
    border-radius: 0.5rem;
    max-width: 18rem;
}

.account-recovery-setup .submit-wrapper {
    flex-shrink: 0;
    padding: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
}

.account-recovery-setup #submitBtn,
.account-recovery-setup #submitChangePassword {
    width: fit-content;
    height: 3.25rem;
    border: none;
    border-radius: 0.8rem;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1;
    font-family: inherit;
    cursor: not-allowed;
    background: #ECECEC;
    color: #D9D9D9;
    box-shadow: 0 -3px 0 0 #00000040 inset;
    transition: background 0.25s ease, transform 0.15s ease;
    padding: 1rem 2rem;
}

.account-recovery-setup #submitBtn:not(:disabled),
.account-recovery-setup #submitChangePassword:not(:disabled) {
    background: #6F42C1;
    color: #FFFFFF;
    cursor: pointer;
    box-shadow: 0 -3px 0 0 #5B2AB5 inset;
}

.account-recovery-setup #submitBtn:not(:disabled):hover,
.account-recovery-setup #submitChangePassword:not(:disabled):hover{
    background: #6C2EE0;
}

.account-recovery-setup #submitBtn:not(:disabled):active,
.account-recovery-setup #submitChangePassword:not(:disabled):active{
    transform: scale(0.98);
}

@media (max-width: 767px) {
    .my-account-page {
        height: calc(100dvh - 64px);
        overflow-y: auto;
        padding: 0.75rem;
    }

    .my-account-page .wrapper {
        justify-content: flex-start;
        padding-top: 0.5rem;
        align-self: flex-start;
        max-height: 100%;
    }

    .account-recovery-setup .card-body {
        padding: 1.25rem;
        gap: 1rem;
    }

    .account-recovery-setup .radio-group {
        gap: 1.5rem;
    }
}

.toast-notification {
    position: fixed;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 16px;
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: max-content;
    max-width: 90vw;
}

.toast-notification.show {
    top: 96px;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1023px) {
    .toast-notification.show {
        top: 72px;
    }
}

.toast-notification .toast-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.toast-notification p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #404040;
    margin: 0;
    text-align: left;
}

.toast-notification .toast-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    outline: none;
}

@media (max-width: 767px) {
    .toast-notification p {
        font-size: 14px;
    }

    .toast-notification {
        padding: 14px 16px;
        gap: 12px;
    }
}

.account-recovery-setup-message {
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 0.5rem;
    padding: 0;
}

.account-recovery-setup-message.show {
    display: flex;
}

@media (min-width: 1024px) {
    .account-recovery-setup-message {
        min-width: 17vw;
        max-width: 24vw;
        margin: 0 auto;
    }

    .modal-wrap .account-recovery-setup-message {
        max-width: 32vw;
    }
}

.account-recovery-setup-message .card-body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    padding: 1.25rem;
}

.account-recovery-setup-message .card-footer {
    padding: 1.25rem;
    border-top: 1px solid #D9D9D9;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.account-recovery-setup-message img {
    width: 3.25rem;
    height: 3.25rem;
}

.account-recovery-setup-message h3 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #1E1E1E;
}

.account-recovery-setup-message p {
    font-weight: 500;
    font-size: 1rem;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
    color: #616161;
}

.account-recovery-setup-message .btn-primary,
.otp-primary-action .btn-primary {
    border-radius: 13px;
    padding: 0.75rem 2rem;
    gap: 8px;
    background-color: #6F42C1;
    box-shadow: 0 -3px 0 0 #5B2AB5 inset;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    border: none;
}

.otp-primary-action #verify-otp-btn:disabled {
    background: #ECECEC;
    color: #D9D9D9;
    box-shadow: 0 -3px 0 0 #00000040 inset;
    cursor: not-allowed;
}

.account-recovery-setup-message .btn-secondary {
    border-radius: 13px;
    padding: 0.75rem 2rem;
    gap: 8px;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #2C2C2C;
    border: none;
    background: none;
    box-shadow: none;
}

.verify-account-setup-modal {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 1.125rem;
    padding: 0;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .verify-account-setup-modal {
        min-width: 20vw;
        max-width: 440px;
    }
}

.verify-account-setup-modal-content {
    max-height: 100%;
}

.verify-account-setup-modal .verify-account-recovery-body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-bottom: 1px solid #D9D9D9;
}

.verify-account-setup-modal .verify-account-recovery-body h3 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #525252;
    margin: 0;
}

.verify-account-setup-modal .verify-account-recovery-body p {
    font-weight: 500;
    font-size: 1rem;
    line-height: 125%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #898989;
    text-align: left;
}

.verify-account-setup-modal .verify-account-recovery-body .data-details {
    border-radius: 0.5rem;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
}

.verify-account-setup-modal .verify-account-recovery-body .data-details .data-row {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.verify-account-setup-modal .verify-account-recovery-body .data-details .data-row span {
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #525252;
    text-align: left;
}

.verify-account-setup-modal .verify-account-recovery-body .data-details .data-row p {
    font-weight: 500;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #525252;
}

.verify-account-setup-modal .verify-account-recovery-footer {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    margin: auto;
    width: fit-content;
}

.verify-account-setup-modal .verify-account-recovery-footer .btn-primary,
.verify-account-setup-modal .verify-account-recovery-footer .btn-secondary {
    border-radius: 13px;
    padding: 0.75rem 2rem;
    gap: 0.75rem;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    border: none;
}

.verify-account-setup-modal .verify-account-recovery-footer .btn-primary {
    background-color: #6F42C1;
    box-shadow: 0 -3px 0 0 #5B2AB5 inset;
    color: #FFFFFF;
}

.verify-account-setup-modal .verify-account-recovery-footer .btn-secondary {
    color: #2C2C2C;
    background-color: #FFFFFF;
    border: 2px solid #ECECEC;
    box-shadow: 0 -3px 0 0 #00000040 inset;
}

.data-field {
    gap: 0.875rem;
    opacity: 1;
    border-radius: 0.5rem;
    padding: 1rem;
    border: 1px solid #B7A0E0;
    background-color: #FAF8FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.data-field .label {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #898989;
}

.data-field .value-wrapper {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}

.data-field .value-wrapper p {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #6F42C1;
}

.account-recovery-setup .question-text.info {
    font-weight: 500;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #898989;
}

.change-password-input-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.password-input-wrapper {
    position: relative;
    width: 100%;
}

.password-input-wrapper input {
    padding-right: 2.75rem;
}

.password-toggle {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #909090;
    outline: none;
    line-height: 1;
}

.password-toggle:hover {
    color: #6F42C1;
}

#change-password.show {
    display: flex;
}
