body,
main {
    min-height: 100vh;
}

#iframeCadastro {
    width: 100%;
    height: 70vh;
    border: 1px solid #2c2c2c;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

label {
    display: block;
    margin: 0 0 10px 0;
    text-align: center;
}

input[readonly] {
    cursor: not-allowed;
    opacity: 0.7;
}

input {
    background: #33333363;
    color: var(--textColor);
}

input#email {
    display: block;
    width: 100%;
    font-size: 16px;
    border: 1px solid #333333e0;
    background: #33333363;
    color: var(--textColor);
    border-radius: 6px;
    user-select: none;
}

input#nome {
    width: 100%;
    font-size: 16px;
    margin: 0 0 5px 0;
    border: 1px solid #333333e0;
    background: #33333363;
    color: var(--textColor);
    border-radius: 6px;
    user-select: none;
}

input#whatsapp {
    width: 100%;
    font-size: 16px;
    margin: 0 0 5px 0;
    border: 1px solid #333333e0;
    background: #33333363;
    color: var(--textColor);
    border-radius: 6px;
    user-select: none;
}

input#senha {
    width: 100%;
    font-size: 16px;
    border: 1px solid #333333e0;
    background: #33333363;
    color: var(--textColor);
    border-radius: 6px;
    user-select: none;
}

#botaoAcao {
    display: block;
    padding: 16px 18px;
    width: 100%;
    background: var(--primary);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    color: var(--btnColor) !important;
    font-size: 15px;
    margin: 0;
}

form {
    width: 100%;
}

.gridLogin {
    display: flex;
    width: 100%;
    max-width: 900px;
    min-height: 550px;
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px #0000004d;
}

.leftPanel {
    flex: 1;
    background: linear-gradient(135deg, #111, #0a0a0a);
    color: #fff;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.rightPanel {
    flex: 1;
    background: #111;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.app {
    width: 100%;
    color: var(--textColor);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
    padding: 0;
    max-width: 900px;
}

.textAbout {
    font-size: 15px;
    text-wrap: balance;
    opacity: .8;
}

.containerTexts h2 {
    font-size: 30px;
}

@media screen and (min-width: 520px) {
    .app {
        max-width: 900px;
        min-height: 360px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 650px) {
    .gridLogin {
        flex-direction: column;
    }

    .textAbout {
        font-size: 14px;
    }

    .leftPanel,
    .rightPanel {
        padding: 40px 20px;
    }

    main {
        padding: 30px 10px;
    }

    .containerTexts h2 {
        font-size: 24px;
    }

}


.login-divider {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
    color: #666;
    font-size: .8rem
}

.login-divider:before,
.login-divider:after {
    content: "";
    flex: 1;
    height: 1px;
    background: #333
}

.login-divider span {
    padding: 0 1rem
}

.login-divider span {
    margin: 0;
}

button#criarConta {
    margin: 0;
    background: transparent;
    color: #fff !important;
    border: 1px solid #ffffff3b;
    border-radius: 8px;
    text-transform: unset !important;
    gap: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 200ms ease-in-out;
}

button#criarConta i {
    display: flex;
}

button#criarConta:hover {
    background: #ffffff0d;
}

form div>span {
    display: inline-block;
    font-size: 13px;
    color: var(--textColor);
    opacity: 0.6;
    margin: 0 0 16px 0;
}

div#containerTitle {
    margin: 30px 0 25px 0;
}

div#containerTitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    margin-top: 0;
    justify-content: center;
}

img#logoBottom {
    opacity: .5;
    max-width: 130px;
    margin: 30px auto 0 auto;
}

div#containerTitle.leftAligned {
    justify-content: flex-start;
}

h1 {
    position: relative;
    font-size: 24px;
    text-align: center;
    color: var(--textColor);
}

h1#etapaTitle.text-medium {
    font-size: 18px;
}

h1#etapaTitle:after {
    content: "";
    display: flex;
    width: 35px;
    height: 2px;
    background: var(--terceira);
    margin: 0 auto;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    border-radius: 40px;
}

div#notificacoes {
    display: block;
    margin: 18px 0 0 0;
    min-height: 40px;
}

main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 30px 20px;
}

main:not(.logoBottom) {
    justify-content: center;
}

a.sair {
    padding: 10px 0;
}

footer {
    display: none;
}

body {
    padding: 0;
}

img.logo {
    display: block;
    max-width: 190px;
}

img#logoTop {
    margin: 0;
}

.containerTexts {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.containerTexts {
    margin: 30px 0 0 0;
}

.leftPanel {
    background: linear-gradient(135deg, #111, #0a0a0a);
}

section#cadastroDados {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
}

input#whatsapp {
    margin: 0;
}

.actionContainer>span {
    text-align: center;
    width: 100%;
    margin: 0 0 5px 0;
}

#avisoAction {
    transition: all 400ms ease-in-out;
}

.input-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.input-icon-wrapper i {
    position: absolute;
    left: 16px;
    color: var(--textColor);
    opacity: 0.6;
    font-size: 18px;
    pointer-events: none;
}

.input-icon-wrapper input {
    padding: 16px 16px 16px 48px;
}

.input-icon-wrapper i {
    display: inline-flex;
}



.botaoLoader {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-top: 2px solid #000000;
    /* ou outra cor do tema */
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

span#avisoMaiores {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px 0;
}

@media screen and (min-width: 650px) {
    span#avisoMaiores {
        position: absolute;
        bottom: 25px;
        left: 0;
        right: 0;
    }
}

span#avisoMaiores span.textMaiores {
    text-align: center;
    font-size: 13px;
    color: #fff;
    opacity: .6;
    text-wrap: balance;
    font-weight: 400;
    line-height: 1.2;
}

span#avisoMaiores i {
    font-size: 20px;
    color: var(--terceira);
}

input:-webkit-autofill {
    background-color: #151717 !important;
    color: #fff !important;
    box-shadow: 0 0 0px 1000px #151717 inset !important;
    -webkit-text-fill-color: #fff !important;
}

input:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px #151717 inset !important;
}

button#botaoAcao {
    font-weight: 600;
    text-transform: capitalize;
}

.lembrar-me {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    gap: 8px;
    font-size: 14px;
    margin: 0;
}

.lembrar-me input[type="checkbox"] {
    display: none;
}

.lembrar-me .checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid var(--primary);
    border-radius: 4px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.lembrar-me input[type="checkbox"]:checked+.checkmark {
    background-color: var(--primary);
    border-color: var(--primary);
}

.lembrar-me input[type="checkbox"]:checked+.checkmark::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid var(--btnColor);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


span#toggleSenha {
    font-size: 13px;
    color: var(--textColor);
    opacity: 0.6;
    position: absolute;
    right: 5px;
    padding: 0 10px 0 5px;
    margin: 0 -5px 0 0;
    z-index: 60;
    width: 35px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

span#toggleSenha i {
    position: unset;
}

.vinculado {
    gap: 15px !important;
}

input {
    user-select: none !important;
}

.containerAcoes {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.containerAcoes button#criarConta {
    margin: 0;
    gap: 5px;
    display: inline-flex;
    text-transform: none;
    width: auto;
    background: transparent;
    color: var(--textColor) !important;
    padding: 0;
    border: none !important;
    font-size: 13px;
}

.containerAcoes button#criarConta b {
    color: var(--primary) !important;
    font-size: 13px;
    font-weight: 600;
}

@media screen and (max-width: 390px) {
    .containerAcoes {
        flex-direction: column;
        justify-content: center;
    }
}

.containerAcoes button#criarConta b {
    color: var(--primary) !important;
}

.kpopup {
    z-index: 65;
}

form#loginForm * {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -o-user-select: none !important;
}

.emailCompraPopup {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
}

form.emailCompraForm {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    max-width: 390px;
    gap: 10px;
}

input#emailCompra {
    border: none;
    border-radius: 8px;
    width: 100%;
}

button#btnValidar {
    font-weight: 600;
    text-transform: capitalize;
}

button#btnValidar:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: var(--primary);
    color: var(--btnColor) !important;
    font-weight: 600;
    text-transform: capitalize;
}

@media screen and (min-width: 768px) {
    .emailCompraPopup {
        max-height: 40vh;
    }
}

.checkoutContainer,
.iframeCompra {
    height: 100%;
}

iframe.iframeCompra {
    width: 100%;
}

.checkoutContainer {
    overflow: hidden;
}

div#linkCompra {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 30%;
    left: 0;
    right: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}


div#linkCompra a {
    background: var(--primary);
    color: #000;
    font-size: 14px;
    padding: 12px 15px;
    display: inline-flex;
    border-radius: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    min-width: 160px;
}

div#linkCompra i {
    display: inline-flex;
}

.itemImportante {
    display: flex;
    gap: 8px;
    flex-direction: row;
    align-items: center;
}


.itemImportante i {
    display: flex;
    color: var(--primary);
    background: #f333;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}

.pontosImportantes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0 0 0;
}

.itemImportante>span {
    font-size: 15px;
    opacity: .8;
}