﻿.ctrlPasswordReset {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito Sans", sans-serif;
}

.ctrlPasswordReset {
    height: auto;
    min-height: 100vh;
    overflow-y: auto;
}

h1, h2 {
    font-family: "Ubuntu", sans-serif;
}

button,
input,
label,
p,
span {
    letter-spacing: 0.02em;
}

.reset-container {
    display: flex;
    height: 100vh;
    width: 100vw;
}

.left-reset {
    flex: 8;
    background-color: #ffffff;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.06);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    z-index: 1;
}

.right-reset {
    flex: 2;
    transition: all 0.5s ease;
}

.reset-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    z-index: 10;
    overflow-y: auto;
}

.reset-content {
    max-width: 448px;
    width: 100%;
    pointer-events: auto;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reset-information {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.reset-information img {
    max-width: 174.28px;
    height: auto;
}

.reset-information p {
    white-space: normal;
}

.email-mask {
    display: inline-block;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    font-weight: bold;
}

.required-reset {
    display: flex;
    flex-direction: column;
    background: #f7f8f8;
    border-radius: 8px;
    padding: 16px;
    font-size: 12px;
    color: #666a79;
    letter-spacing: 0.02em;
    gap: 4px;
}

.required-reset p {
    font-weight: 700;
}

.required-reset ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.password-requirements {
    list-style: none;
    padding: 0;
    margin: 0;
}

.password-requirements li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.material-symbols-outlined {
    font-size: 16px;
}

.form-group-reset {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-group-input-reset,
.input-wrapper-reset {
    width: 100%;
}

.form-group-input-reset {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.form-group-input-reset label {
    font-size: 12px;
    font-weight: 700;
    color: #666a79;
    white-space: nowrap;
}

.input-wrapper-reset {
    position: relative;
    flex: 1;
    justify-content: center;
    align-items: center;
}

input {
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fafbfc;
    width: 100%;
    font-size: 1rem;
    cursor: pointer;
}

.reset-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-group-input-reset button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    color: #666a79;
    font-size: 1.1rem;
}

.submit-button-reset {
    height: 46px;
    width: 100%;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    align-items: center;
    transition: all 0.2s ease;
}

.submit-button-reset:disabled {
    background-color: #E6E6E9;
    color: #8C8F9A;
    border: none;
    cursor: not-allowed;
}

.submit-button-reset:disabled,
.submit-button-reset:disabled:hover,
.submit-button-reset:disabled:focus,
.submit-button-reset:disabled:active {
    background-color: #E6E6E9;
    color: #8C8F9A;
}


.footer-reset {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 16px 0;
}

.footer-reset button {
    background: none;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    color: #666a79;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 4px 4px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.footer-reset button:hover {
    background: rgba(124, 123, 126, 0.05);
    color: #3d3f4a;
}

.footer-inline-reset {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.dropdown-reset,
.footer-policy-reset {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.custom-dropdown-reset:focus {
    outline: none;
}

.dropdown-menu-end-reset {
    width: 240px;
}

.dropdown-menu.show {
    display: block;
}

.password-requirements li.met {
    color: #17723F;
    font-weight: 600;
}

.password-requirements li:not(.met) {
    color: #666A79;
    font-weight: 400;
}

.alert-success {
    background: #C3E6CB !important;
    padding: 12px 20px !important;
    color: #155724 !important;
    font-weight: 700 !important;
}

.alert-danger {
    background: #F5C6CB !important;
    padding: 12px 20px !important;
    color: #CF1B2B !important;
}

.form-group-input-reset.error input {
    border: 1px solid #F2415A !important;
}

.error-icon {
    color: #F2415A;
    font-size: 16px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}


/* ICON */
.unchecked-circle-icon, .check-circle {
    width: 16px;
    height: 16px;
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    color: inherit;
}

/* TELA LINK EXPIRADO */

.reset-expired-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.reset-expired-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 695px;
    margin: 0 auto;
    gap: 20px;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
}

.reset-expired-content p {
    color: #201E26 !important;
    max-width: 100%;
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: center;
    padding: 0 12px;
    box-sizing: border-box;
}

.expired-image {
    width: 100%;
}

.expired-logo {
    width: 174px;
}

.link-expired-retry {
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.link-expired-retry:hover {
    text-decoration: underline;
}

@media screen and (max-width: 821px) {
    .reset-container {
        flex-direction: column-reverse;
        border-radius: 0 0 16px 16px;
    }

    .left-reset,
    .right-reset {
        flex: unset;
        width: 100%;
        height: 50%;
    }

    .left-reset {
        height: auto;
        border-radius: 0 0 16px 16px;
    }

    .right-reset {
        height: 150px;
        transition: all 0.5s ease;
        box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.06);
    }

    .reset-overlay {
        width: 90%;
        max-width: 28rem;
        margin: 0 auto;
        padding: 10px;
    }

    .reset-expired-content {
        padding: 0 12px;
    }
}

@media screen and (max-width: 860px) {

    .reset-content {
        padding-bottom: 10rem;
    }

    .footer-inline-reset {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
        width: 100%;
    }

    .dropdown-reset,
    .footer-policy {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dropdown-reset button {
        width: 100%;
        text-align: center;
    }

    .footer-policy button {
        width: auto;
        margin: 0 auto;
        text-align: center;
    }

    .reset-overlay {
        width: 90%;
        max-width: 28rem;
        margin: 0 auto;
        padding: 0;
    }

    .reset-expired-content {
        padding: 0 12px;
    }

    .reset-expired-content p {
        font-size: 14px;
    }
}
