label.nome-vendedor {
    display: block;
    padding: 5px;
    font-weight: bold;
}

label.retorno-cadastros {
    display: block;
    padding: 5px;
    font-weight: bold;
    color: green;
    font-size: 14px;
}

label.retorno-cadastros.sucesso {
    COLOR: GREEN;
    FONT-WEIGHT: BOLD;
    font-size: 17px;
    max-width: 550px;
}

label.retorno-cadastros.erro {
    COLOR: red;
    FONT-WEIGHT: BOLD;
    font-size: 17px;
    max-width: 550px;
}

div#modal-contrato {
    width: 100%;
    height: 100%;
}


.swal2-popup.swal2-modal.swal2-icon-success.swal2-show {
    zoom: 1.2;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    width: 450px !important;
}

/* Campo perfil secundário (oculto inicialmente) */
#perfil_secundario_container {
    display: none;
    animation: fadeIn 0.5s ease forwards;
    animation-delay: 0.8s;
}