﻿#DivAtualizacaoCadastral {
    position: fixed; /* Sit on top of the page content */

    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

    #DivAtualizacaoCadastral .container {
        text-align: center;
    }

    #DivAtualizacaoCadastral .row {
        display: inline-block;
        width: 80%;
    }

#DivAtualizacaoCadastral .password-container {
    position: relative;
    display: inline-block;
}

#DivAtualizacaoCadastral .eye-icon-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 !important;
    border-left: 1px solid #ccc;
    background: #fff;
    z-index: 1;
}

/*.btnVerSenhaToggle {
    background: none;
    border: none;
    color: inherit;
    display: flex;
    align-items: center;
    height: 34px;
    padding: 6px 12px;
}*/
/*
.form-control {
    padding-right: 40px;
}*/

.wizard {
    padding: 0 10px;
    margin: 20px auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

    .wizard p {
        text-align: justify;
    }

    .wizard #wizardTitle {
        padding: 0 15px 0 15px;
        text-align: center;
    }

    .wizard h2 {
        text-align: center;
        padding-top: 5px;
        font-weight: 700;
    }

    .wizard h3 {
        padding-left: 15px;
        font-size: 20px;
        color: black;
    }

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 97%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 5px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.prev-step {
    background-image: none;
}

/*.input-group {
    padding-top: 5px;
}*/

#iFinalizadoSucesso {
    float: left;
    font-size: 150px;
    color: green;
    padding: 10px;
    width: 67px;
    height: auto !important;
}
#divAviso {
    color: #053D4F;
    background-color: whitesmoke;
    font-size: 16px;
}
#mensagemSucesso {
    padding: 18px;
}

#divSucesso {
    display: flex;
    justify-content: flex-start;
}

#h3FinalizadoSucesso {
    font-size: 20pt;
}

#pFinalizadoSucesso {
    margin: 10px;
}
#AtualizaoCadastral .btnVerSenhaToggle {
    right :0;
    top: 0;
    height: 100%;
    align-items: center;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ccc;
    border-left : 0;
    border-radius: 0 4px 4px 0;
}
#AtualizaoCadastral .btnVerSenhaToggle a {
    background: 0 0;
    border: none;
    cursor:pointer;
    color:inherit;
    height:100%;
}
#AtualizaoCadastral #show_hide_password input{
    border-right:0;
}

/* ─── Redesign US#24380 – Modal Atualização Cadastral ─── */
.bp-atualizacao-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9998;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 30px;
    overflow-y: auto;
}

.bp-atualizacao-modal {
    background: transparent;
    border-radius: 6px;
    box-shadow: 0 8px 32px rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
    width: 600px;
    max-width: calc(100vw - 32px);
    margin-bottom: 30px;
}

/* Header padrão (alinhado às demais modais do sistema) */
.bp-atualizacao-modal .modal-header {
    background: #fff;
    border: 1px solid #d2d2d2;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    flex-shrink: 0;
    margin: 0;
}

.bp-atualizacao-modal .modal-header .modal-title {
    flex: 1;
    margin: 0;
    color: #053d4f;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bp-atualizacao-modal .modal-header .modal-title i {
    font-size: 18px;
}

    .bp-atualizacao-modal .modal-header .modal-title span {
        font-size: 20px;
    }

.bp-atualizacao-modal__body {
    background: #fff;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    flex: 1;
}

.bp-atualizacao-modal .btn:focus,
.bp-atualizacao-modal .btn:active:focus {
    outline: none;
    box-shadow: none;
}

.bp-atualizacao-modal .modal-footer {
    border-radius: 0 0 6px 6px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 16px -16px -16px;
    flex-shrink: 0;
}

.bp-select-wrapper {
    position: relative;
}

.bp-select-wrapper::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #707070;
}

/* Step indicator */
.bp-step-indicator {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bp-step-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bp-step-sub {
    font-size: 11px;
    color: #707070;
}

.bp-step-bar {
    display: flex;
    height: 3px;
    border-radius: 2px;
    overflow: hidden;
}

.bp-step-bar__fill--orange { background: #ff8e01; }
.bp-step-bar__fill--green  { background: #61b962; }
.bp-step-bar__fill--gray   { background: #e9ecef; }

/* Info boxes */
.bp-info-box {
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.5;
    color: #707070;
}

.bp-info-box--blue    { background: #d7edff; }
.bp-info-box--yellow  { background: #ffeecf; }
.bp-info-box strong   { color: #555; }


/* Formulário */
.bp-form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
}

.bp-form-row {
    display: flex;
    gap: 16px;
}

.bp-form-group--flex {
    flex: 1 1 0;
    min-width: 0;
}

.bp-form-label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

.bp-form-input {
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    padding: 0 10px;
    height: 36px;
    font-size: 13px;
    color: #323232;
    width: 100%;
    outline: none;
    background: #fff;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
}

    .bp-form-input:focus {
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

.bp-form-input--error,
.bp-form-input.input-validation-error {
    border-color: #dc3545;
}

.bp-form-input--error:focus,
.bp-form-input.input-validation-error:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 2px rgba(220,53,69,.12);
}

.bp-form-input::placeholder { color: #707070; }
.bp-form-error { font-size: 11px; color: #dc3545; }

.bp-input-with-icon {
    position: relative;
}

.bp-input-with-icon .bp-form-input {
    padding-right: 36px;
}

.bp-input-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.bp-form-input[type="select"],
select.bp-form-input {
    padding-right: 36px;
    cursor: pointer;
}

/* Botão primário da modal */
.btn-bp-primary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 18px;
    height: 36px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
    background: #61b962;
    color: #fff;
    transition: opacity .15s;
}

.btn-bp-primary:hover { opacity: .88; color: #fff; }
.btn-bp-primary:disabled { opacity: .6; cursor: default; }

/* Step panel: show/hide */
.bp-step-pane { display: none; flex-direction: column; gap: 16px; padding: 16px; }
.bp-step-pane.active { display: flex; }

/* Form dentro do step-pane */
.bp-step-pane .bp-form { display: flex; flex-direction: column; width: 100%; }

/* Tela de sucesso */
/* Modal text */
.bp-modal-text { font-size: 13px; line-height: 1.5; color: #323232; }