.elementor-790 .elementor-element.elementor-element-ffb8566{--display:flex;}.elementor-790 .elementor-element.elementor-element-66e3521 .elementor-button{background-color:#4FAD73;font-weight:700;fill:var( --e-global-color-f401f81 );color:var( --e-global-color-f401f81 );}.elementor-790 .elementor-element.elementor-element-66e3521 .elementor-button:hover, .elementor-790 .elementor-element.elementor-element-66e3521 .elementor-button:focus{background-color:#3DC06F;}.elementor-790 .elementor-element.elementor-element-66e3521 .elementor-button-content-wrapper{flex-direction:row;}.elementor-790 .elementor-element.elementor-element-e356845 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-790 .elementor-element.elementor-element-adaab0d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-790 .elementor-element.elementor-element-509a63c{--spacer-size:96px;}/* Start custom CSS for html, class: .elementor-element-37e2aee *//* --- GERAL E RESPONSIVO --- */
.rifa-form-container { font-family: 'Poppins', Arial, sans-serif; background-color: #f4f7f6; padding: 20px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.08); max-width: 600px; margin: 30px auto; }
.rifa-form-container h2, .rifa-form-container h3 { text-align: center; color: #2c3e50; }
.rifa-form-container p { text-align: center; color: #7f8c8d; margin-bottom: 25px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; margin-bottom: 6px; font-weight: 600; color: #34495e; font-size: 0.95em; }
.form-group input { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 6px; box-sizing: border-box; font-size: 1em; }
.form-group small { color: #95a5a6; font-size: 0.8em; margin-top: 5px; display: block; }

/* --- BOTÕES DE BOOST --- */
.boost-btn { width: 100%; margin-top: 10px; padding: 10px; font-size: 1em; background-color: #ffc107; color: #333; border: none; border-radius: 4px; cursor: pointer; font-weight: bold; transition: all 0.3s; }
.boost-btn:hover { background-color: #e0a800; transform: scale(1.02); }

/* ATUALIZADO: Estilo do botão de boost de linha */
.boost-linha-btn {
    font-size: 0.8em; padding: 5px 12px; border-radius: 15px;
    background: linear-gradient(45deg, #28a745, #218838); /* Gradiente vibrante */
    color: white; border: none; cursor: pointer;
    animation: pulse 1.5s infinite;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 5; /* Z-INDEX ALTO para ficar na frente */
    opacity: 1 !important; /* FORÇA a opacidade para 1, ignorando o pai */
}
.boost-linha-btn:hover { animation-play-state: paused; transform: scale(1.05); }
.boost-linha-btn::after {
    /* Efeito de brilho */
    content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(132, 225, 163, 0.4) 50%, rgba(255,255,255,0) 100%);
    transform: rotate(30deg);
    animation: shine 2.5s infinite;
}

@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(40, 167, 69, 0); } 100% { box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); } }

/* --- LINHAS DE NÚMEROS E ANIMAÇÕES (COM CORREÇÕES) --- */
.numero-linha { background-color: #e9ecef; border: 1px solid #ddd; border-radius: 8px; padding: 15px; margin-bottom: 15px; opacity: 0.5; transition: all 0.4s ease; overflow: hidden; position: relative; }
.numero-linha.ativa { opacity: 1; background-color: #fff; animation: bounceIn 0.6s ease-out; }
.numero-linha.ativa::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,215,0,0.3) 50%, rgba(255,255,255,0) 100%); transform: rotate(30deg); animation: shine 2.5s infinite; z-index: 1; }
.numero-linha-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.numero-inputs { display: flex; gap: 10px; align-items: center; position: relative; z-index: 2; }
.numero-inputs input { text-align: center; font-size: 1.2em; font-weight: bold; }
.numero-resultado { font-size: 0.9em; color: #555; margin-top: 10px; text-align: center; }
.numero-resultado small { font-size: 0.85em; color: #7f8c8d; }


/* CORREÇÃO DA LABEL PARA MOBILE */
.numero-linha-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.numero-linha-header label { display: flex; flex-direction: column; line-height: 1.3; }
.numero-linha-header label b { font-size: 1em; }
.numero-linha-header label small { font-size: 0.85em; color: #7f8c8d; }

.numero-inputs { display: flex; gap: 10px; align-items: center; position: relative; z-index: 2; }
.numero-inputs input { text-align: center; font-size: 1.2em; font-weight: bold; width: 80px; /* Largura para desktop */ }
.numero-resultado { font-size: 0.9em; color: #555; margin-top: 10px; text-align: center; }
.numero-resultado small { font-size: 0.85em; color: #7f8c8d; }



/* ATUALIZADO: DADO E ANIMAÇÕES */
.sortear-numeros .dado-img {
    height: 35px; /* Define apenas a altura */
    width: auto; /* Deixa a largura automática para manter a proporção */
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    vertical-align: middle; /* Alinha melhor com os inputs */
}
.sortear-numeros:hover .dado-img { transform: scale(1.15) rotate(15deg); }
.numero-input.slot-effect { color: #ffc107; text-shadow: 0 0 5px rgba(255,193,7,0.7); border-color: #ffc107; }

@keyframes bounceIn { 0%{opacity:0;transform:scale(.3)} 50%{opacity:1;transform:scale(1.05)} 70%{transform:scale(.9)} 100%{transform:scale(1)} }
@keyframes shine { 0% { transform: translateX(-100%) rotate(30deg); } 100% { transform: translateX(100%) rotate(30deg); } }

/* --- BOTÃO DE SUBMIT --- */
#rifa-submit-btn { width: 100%; padding: 12px; background: linear-gradient(45deg, #28a745, #218838); color: white; border: none; border-radius: 8px; font-size: 1.2em; cursor: pointer; transition: all 0.3s; display: flex; align-items: center; justify-content: center; gap: 10px; }
#rifa-submit-btn:hover { box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4); transform: translateY(-2px); }
#rifa-submit-btn .btn-icon { font-size: 1.5em; }
#rifa-submit-btn .btn-text { display: flex; flex-direction: column; text-align: left; line-height: 1.2; }
#rifa-submit-btn .btn-text small { font-size: 0.6em; font-weight: 300; opacity: 0.9; }

/* --- RESUMO E FEEDBACK --- */
.rifa-resumo { background: #e8f4f8; padding: 15px; margin: 20px 0; border-radius: 8px; border-left: 5px solid #007bff; }
#rifa-feedback { margin-top: 20px; padding: 15px; border-radius: 5px; text-align: center; font-size: 1.1em; line-height: 1.5; }
.feedback-success { background-color: #d1e7dd; color: #0f5132; border: 1px solid #badbcc; }
.feedback-error { background-color: #f8d7da; color: #842029; border: 1px solid #f5c2c7; }

/* --- VERSÃO MOBILE (COM CORREÇÕES) --- */
@media (max-width: 600px) {
    .rifa-form-container { padding: 15px; }
    .form-group label { font-size: 0.9em; }
    #rifa-submit-btn { font-size: 1.1em; }

    /* CORREÇÃO: Diminui a largura dos inputs no celular */
    .numero-inputs input {
        width: 60px;
    }
    
    /* CORREÇÃO: Ajusta o tamanho da fonte do botão de boost para caber */
    .boost-linha-btn {
        font-size: 0.75em;
        padding: 4px 8px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-e356845 *//* --- ESTILOS DA LISTA DE PARTICIPANTES --- */

.participantes-container {
    margin: 40px 0;
    border-top: 2px solid #e0e0e0;
    padding-top: 30px;
}

/*.participantes-toggle-btn {
    width: 100%;
    background-color: #34495e;
    color: white;
    padding: 15px;
    font-size: 1.2em;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}*/

.participantes-toggle-btn {
    width: 100%;
    color: white;
    padding: 15px;
    font-size: 1.2em;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    background: linear-gradient(45deg, #28a745, #218838);
    color: white;
    border: none;
    animation: pulse 1.5s infinite;
    transition: all 0.3s ease;
    opacity: 1 !important;
}

.participantes-toggle-btn:hover {
    background-color: #2c3e50;
}

#participantes-content-wrapper {
    margin-top: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.participantes-filtros {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.filtro-btn {
    padding: 8px 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #555;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
}
.filtro-btn.active {
    background-color: #28a745;
    color: white;
    border-color: #28a745;
    font-weight: bold;
}

.participantes-lista {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
}

.participant-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.07);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
    overflow: hidden;
}
.participant-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Ícones de status */
.participant-item::before {
    font-family: 'dashicons';
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
}
.participant-item[data-status="confirmado"]::before {
    content: "\f147"; /* Checkmark */
    color: #28a745;
}
.participant-item[data-status="aguardando"]::before {
    content: "\f469"; /* Clock */
    color: #fd7e14;
}
.participant-item[data-status="aguardando"] {
    opacity: 0.7;
}

.participant-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    border-radius: 50% !important; /* !important para sobrepor qualquer outra regra */
    object-fit: cover;
}

.participant-info {
    display: flex;
    flex-direction: column;
}
.participant-name {
    font-weight: 600;
    color: #333;
}
.participant-numbers {
    font-size: 0.9em;
    color: #777;
}

.nenhum-participante {
    text-align: center;
    grid-column: 1 / -1;
    color: #888;
}

/* Spinner de carregamento */
.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* --- ESTILOS DO MODAL/CARD --- */
.modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.modal-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    position: relative;
    animation: fadeInModal 0.3s ease-out;
}
@keyframes fadeInModal { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }

.modal-close-btn {
    position: absolute;
    top: 10px; right: 15px;
    background: none;
    border: none;
    font-size: 2.5em;
    color: #aaa;
    cursor: pointer;
    line-height: 1;
}
.modal-header { text-align: center; margin-bottom: 20px; }
.modal-avatar { width: 100px; height: 100px; border-radius: 50%; border: 4px solid #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); margin-bottom: 10px; }
.modal-nome { margin: 0; color: #2c3e50; }
.modal-body p { color: #555; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.modal-numeros { margin: 15px 0; }
.numero-tag {
    display: inline-block;
    background-color: #e8f4f8;
    color: #007bff;
    padding: 5px 10px;
    border-radius: 15px;
    margin: 3px;
    font-weight: bold;
}
.modal-data-aprovacao {
    font-size: 0.9em;
    text-align: center;
    color: #888;
    margin-top: 20px;
    border-bottom: none !important;
}

/* --- AJUSTE MOBILE PARA OS FILTROS --- */
@media (max-width: 600px) {
    .participantes-filtros {
        flex-direction: column; /* Empilha os botões no mobile */
        align-items: center; /* Centraliza os botões */
    }
}/* End custom CSS */