﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.div_modal_banner img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
}


.modal-funcional-mais .modal-content {
    border-radius: 16px;
    overflow: hidden;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.modal-funcional-mais .modal-header {
    background-color: #76B82C;
    border-bottom: none;
    padding: 10px 15px;
    display: flex;
    justify-content: flex-end;
}

.modal-funcional-mais .modal-header .close {
    color: white;
    opacity: 1;
    margin: 0;
    padding: 5px 10px;
}

.modal-funcional-mais .modal-body {
    display: flex;
    padding: 0;
    position: relative;
}


.modal-funcional-mais .column-left {
    padding: 30px 35px;
    flex: 1;
    font-family: Arial, sans-serif;
}


.modal-funcional-mais .column-right {
    width: 45%;
    position: relative;
}

.modal-funcional-mais .column-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-bottom: 50px;
}

.modal-funcional-mais .close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    cursor: pointer;
    border: none;
}

.modal-funcional-mais .close-button:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-funcional-mais .close-button svg {
    display: block;
    margin: auto;
}


.modal-funcional-mais .logo-funcional-mais {
    margin-bottom: 25px;
}

.modal-funcional-mais .logo-funcional-mais img {
    height: 50px;
}


.modal-funcional-mais h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.modal-funcional-mais p {
    margin-bottom: 10px;
    color: #333;
    line-height: 1.4;
    font-size: 14px;
}


.modal-funcional-mais .steps-container {
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 15px 20px;
}


.modal-funcional-mais .step {
    display: flex;
    margin-bottom: 12px;
    align-items: flex-start;
}

.modal-funcional-mais .step:last-child {
    margin-bottom: 0;
}


.modal-funcional-mais .step-number {
    width: 24px;
    height: 24px;
    background-color: #C8F495;
    color: #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0;
    font-size: 14px;
    margin-top: 5px; 
}


.modal-funcional-mais .step-text {
    flex: 1;
    padding-top: 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #333;
}


.modal-funcional-mais .step-text strong {
    font-weight: 700;
    color: #333;
}


.modal-funcional-mais .btn-acessar {
    background-color: #86CE31;
    color: #000000;
    border: none;
    border-radius: 8px;
    padding: 8px 20px;
    font-weight: 600;
    margin-top: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 14px;
    text-transform: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.modal-funcional-mais .btn-acessar:hover {
    background-color: #75b92a;
    color: #000000;
}


.modal-funcional-mais .final-message {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    padding-bottom: 30px;
}


.modal-funcional-mais strong {
    font-weight: 600;
    color: #333;
}


.modal-funcional-mais .step-text strong {
    color: #333;
}


.modal-funcional-mais p strong {
    font-weight: 700;
}


.modal-funcional-mais {
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #333;
}

/* Estilos para o modal de confirmação */
#modalConfirmacaoMigracao .modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

#modalConfirmacaoMigracao .btn {
    transition: all 0.3s ease;
}

#modalConfirmacaoMigracao .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

#btnAcessarFuncionalMais:hover {
    background-color: #f5f5f5 !important;
}

#btnMigrarDepois:hover {
    background-color: #7dbe3e !important;
}


#btnFecharConfirmacao {
    opacity: 0.7;
    transition: all 0.2s ease;
}

#btnFecharConfirmacao:hover {
    opacity: 1;
    background-color: rgba(0,0,0,0.2) !important;
    transform: scale(1.1);
}
