body {
    background-color: #f4f7f6;
}


.sessao-lgpd {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px 50px;
    top: 70px;
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 100px;
}


.sessao-lgpd h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #6c7276;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bfbfbf;
    text-align: center;
}


.sessao-lgpd h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #003366;
    margin-top: 40px;
    margin-bottom: 15px;
    background-color: #0f7ade2b;
    text-align: center;
}


.sessao-lgpd h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #111;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}


.sessao-lgpd h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;
}

.sessao-lgpd{
    .title-table{
        text-align: center;
        font-size: 17px;
    }
}


.sessao-lgpd p {
    margin-bottom: 15px;
    color: #6c7276;
    line-height: 20px;
    font-size: 14px;
}


.sessao-lgpd ul {
    margin: 15px 0 15px 20px;
    gap: 36px
}

.sessao-lgpd{
    .cards{
        margin: 0;
        display: flex;
        .card{
            background-color: #0f7ade2b;
            padding: 10px 13px;
            font-size: 12px;
            border-radius: 10px;
            width: 30%;
        }
    }
}

.sessao-lgpd li {
    margin-bottom: 8px;
}

.input-nome{
    width: 100%;
}

.sessao-lgpd{
    .lista{
        margin-left: 50px;
    }
    .lista li{
        list-style: disc;
        font-size: 13px;
        color: grey;
        line-height: 17px;
    }
}

.container-motivo{
    margin-top: 10px;
}


.container-confirm{
    display: flex;
    padding-left: 13px;
    .check{
        width: 15px;
    }
    label{
        font-size: 12px;
        margin-left: 6px;
    }

}


input{
    padding: 7px 10px;
    border-radius: 10px;
    border: solid 1px #7aa2c7;
    width: 100%;
    background-color: #FFFFFF;
    font-family: Poppins;
}


.spinner {
    border: 4px solid #f3f3f3; /* Cor da borda "vazia" */
    border-top: 4px solid #0056b3; /* Cor do spinner (azul) */
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-left: 15px; /* Espaço entre o texto e o spinner */
    vertical-align: middle;
}

/* Animação de rotação */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Ajuste no #loading-indicator para alinhar os itens */
#loading-indicator {
    display: none; /* Começa escondido */
    margin-top: 15px;
    color: #0056b3;
    font-weight: 500;
    font-size: 1.1em;

    /* Usar flex para alinhar o texto e o spinner */
    align-items: center;
    justify-content: center; /* Centraliza o conjunto */
}

.telefone-email-rmv{
    display: flex;
    gap: 20px;
}
