#status_indisponivel {
    color: red;
}

#password_requirements {
    display: none;
}

#password_requirements ul {
    padding: 0;
    margin: 15px 0 15px;
    list-style: none;
}

#password_requirements ul li {
    margin-bottom: 4px;
    color: red;
    font-weight: 700;
}

#password_requirements ul li.active {
    color: #02af02;
}

#password_requirements ul li span:before {
    content: " ✖ ";
}

#password_requirements ul li.active span:before {
    content: " ✅ ";
}

#cadastro-cliente-container {
    background: linear-gradient(180deg, #F8B057 70%, transparent 30%);
}

/* 
* ==============================
* ESTILOS DA PÁGINA DE SIMULAÇÃO
* ==============================
*/

.destaque {
    color: #3583B4;
}

.destaque2 {
    color: #f8b057;
}

.melhor-opcao {
    border: 2px solid #009145;
    background-color: #009145;
}

.melhor-opcao a {
    background-color: #009145;
    color: white;
}

.melhor-opcao a:hover {
    background-color: rgb(44, 165, 44);
    color: white;
}

.melhor-opcao .melhor-opcao-custo-mensal-titulo,
.melhor-opcao .melhor-opcao-custo-mensal-valor {
    color: #009145;
}

.segunda-opcao {
    border: 2px solid #EB953B;
    background-color: #EB953B;
}

.segunda-opcao a {
    background-color: #EB953B;
    color: white;
}

.segunda-opcao a:hover {
    background-color: rgb(251, 188, 70);
    color: white;
}

.segunda-opcao .segunda-opcao-custo-mensal-titulo,
.segunda-opcao .segunda-opcao-custo-mensal-valor {
    color: orange;
}

.simulacao-status,
.segunda-opcao a,
.melhor-opcao a {
    font-size: 1.7rem;
}

.melhor-opcao .simulacao-status,
.melhor-opcao .simulacao-economia {
    color: white;
}

.segunda-opcao .simulacao-status,
.segunda-opcao .simulacao-economia {
    color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#banner-melhor-opcao {
    cursor: pointer;
}