.elementor-36 .elementor-element.elementor-element-a5ba4b7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--background-transition:0.3s;}@media(min-width:768px){.elementor-36 .elementor-element.elementor-element-a5ba4b7{--width:97.5%;}}/* Start custom CSS for html, class: .elementor-element-3e14af8 *//* Estilos Gerais */
.custom-form-container {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 20px;
    width: 300px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 20px auto;
}

body {
    background-color: #f5f5f7;
}

/* Barra de Progresso */
.custom-form-container .progress-bar {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 10px;
    margin-bottom: 20px;
}

.custom-form-container .progress {
    height: 5px;
    width: 0%;
    background-color: #4caf50;
    border-radius: 10px;
}

/* Estilos das Opções */
.custom-form-container .option {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-form-container .option:hover {
    background-color: #f0f0f0;
}

.custom-form-container .option input[type="checkbox"] {
    display: none;
}

.custom-form-container .option i {
    font-size: 24px;
    margin-right: 10px;
    color: #333;
}

.custom-form-container .option div {
    text-align: left;
}

.custom-form-container .option strong {
    display: block;
    font-weight: bold;
    color: #333;
}

.custom-form-container .option p {
    margin: 0;
    color: #666;
    font-size: 12px;
}

/* Botão Selecionar Todos */
.custom-form-container #selectAllBtn {
    padding: 10px 20px;
    background-color: #e0e0e0;
    border: none;
    border-radius: 10px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s;
}

.custom-form-container #selectAllBtn:hover {
    background-color: #d0d0d0;
}

/* Estilo para as opções selecionadas */
.custom-form-container .option.selected {
    background-color: #d0f0d0;
    border-color: #4caf50;
}

.custom-form-container .option.selected i {
    color: #4caf50;
}/* End custom CSS */