.elementor-16436 .elementor-element.elementor-element-2b4bf80:not(.elementor-motion-effects-element-type-background), .elementor-16436 .elementor-element.elementor-element-2b4bf80 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;background-image:url("https://one.mercapro.com.br/wp-content/uploads/2025/02/img-BG-1-1-2048x1311-1.jpg");background-position:top right;background-repeat:no-repeat;}.elementor-16436 .elementor-element.elementor-element-2b4bf80{transition:background 0s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-16436 .elementor-element.elementor-element-2b4bf80 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-16436 .elementor-element.elementor-element-2468636 > .elementor-element-populated{text-align:center;}.elementor-16436 .elementor-element.elementor-element-200bc5d > .elementor-widget-container{margin:15px 0px 0px 0px;}.elementor-16436 .elementor-element.elementor-element-200bc5d{text-align:center;}.elementor-16436 .elementor-element.elementor-element-dca99a6 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-16436 .elementor-element.elementor-element-dca99a6:not(.elementor-motion-effects-element-type-background), .elementor-16436 .elementor-element.elementor-element-dca99a6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-16436 .elementor-element.elementor-element-dca99a6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:100px 0px 100px 0px;}.elementor-16436 .elementor-element.elementor-element-dca99a6 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:1367px){.elementor-16436 .elementor-element.elementor-element-2b4bf80:not(.elementor-motion-effects-element-type-background), .elementor-16436 .elementor-element.elementor-element-2b4bf80 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:1024px){.elementor-16436 .elementor-element.elementor-element-dca99a6{padding:100px 25px 100px 25px;}}@media(max-width:767px){.elementor-16436 .elementor-element.elementor-element-dca99a6{padding:50px 20px 50px 20px;}}/* Start custom CSS for html, class: .elementor-element-373fc66 *//* ======= ESTILOS GERAIS ======= */

body {
    font-family: Arial, sans-serif;
    background-color: #f6f6f6;
    margin: 0;
    padding: 0;
}

/* ======= ESTILIZAÇÃO DO CONTAINER PRINCIPAL ======= */
.full-div {
    text-align: center;
    background-color: #fff;
    width: 70%;
    max-width: 800px;
    height: auto;
    margin: 20px auto;
    border-radius: 7px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Responsividade */
@media only screen and (max-width: 1023px) {
    .full-div {
        width: 90%;
        padding: 15px;
    }
}

/* ======= TITULOS ======= */
.step-title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.step-subtitle {
    width: 80%;
    font-size: 16px;
    color: #555;
    margin: 0 auto 15px;
    text-align: center;
}

/* ======= FORMULÁRIO ======= */
#myForm label {
    display: block;
    width: 80%;
    margin: 10px auto 5px;
    font-size: 16px;
    color: #777;
    text-align: left;
}

/* Campos de input e textarea */
#myForm input[type="text"],
#myForm input[type="tel"],
#myForm input[type="email"],
#myForm select,
#myForm textarea {
    width: 80%;
    margin: 5px auto;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    display: block;
    box-sizing: border-box;
}

#account-number:disabled {
    background-color: #f8f9fa;  /* Mesma cor do quadro de resultados */
    color: #555;  /* Deixa o texto mais suave */
    border: 1px solid #ccc;  /* Mantém uma borda sutil */
    cursor: not-allowed;  /* Altera o cursor para indicar que está bloqueado */
}

/* Ajusta altura de campos específicos */
#myForm input[type="text"],
#myForm input[type="tel"],
#myForm input[type="email"],
#myForm select {
    height: 40px;
}

#myForm textarea {
    height: 120px;
}

#myForm > div.choices > div.choices__inner > input {
    min-width: 120px !important;
    text-align: center
}

/* Botão de envio */
#myForm input[type="submit"] {
    width: 80%;
    padding: 12px;
    font-size: 18px;
    color: white;
    background-color: #f48729;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    margin: 0 0 30px 0;
}

#myForm input[type="submit"]:hover {
    background-color: #c76b21;
}

#myForm input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ======= CAMPO DE PESQUISA DE CONTA ======= */
.account-search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: auto;
    gap: 10px; /* Espaço entre input e botão */
}

/* Input da conta */
#account-number {
    flex: 1;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

/* Botão de buscar conta */
#buscarConta {
    padding: 10px 15px;
    margin-bottom: 7px;
    font-size: 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#buscarConta:hover {
    background-color: #0056b3;
}

#editarConta {
    padding: 10px 15px;
    margin-bottom: 7px;
    font-size: 16px;
    background-color: #8d98a3;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#editarConta:hover {
    background-color: #7b868e;
}

/* ======= QUADRO DE RESULTADO DA CONTA ======= */
#account-info {
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    color: #333;
    width: 80%;
    margin: 15px auto;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

#account-info p {
    margin: 5px 0;
}

#account-info p:first-child {
    font-weight: bold;
}

/* ======= CLASSES AUXILIARES ======= */
.hidden {
    display: none;
}

.nopacity {
    opacity: 0;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}/* End custom CSS */
/* Start custom CSS */form {
    background-color: #FFF; /* Cor de fundo do formulário */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #FFF;
    color: #333;
}

input[type="submit"] {
    background-color: #007BFF; /* Cor do botão */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
}

input[type="submit"]:hover {
    background-color: #0056b3; /* Cor do botão ao passar o mouse */
}

.hidden {
    display: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #FFF;
    color: #333;
}


/* CHOICES BB */
.choices {
    width: 80%;
    margin:20px auto 5px;
    cursor: pointer!important;
}
.choices__inner{
    cursor: pointer!important;
}

/* Ajustar a altura das opções no dropdown */
.choices__input {
    cursor: pointer!important;
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 7px!important;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #fa9e5f!important;
    border: 1px solid #fa9e5f!important;
    color: #fff;
    word-break: break-all;
    box-sizing: border-box;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid #fafafa!important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
    border-radius: 0;
}

.choices__button:hover{
    color: #fff;
    background-color: #c67d4b;
    text-decoration: none;
    border-radius: 18px !important;
}/* End custom CSS */