.elementor-1735 .elementor-element.elementor-element-7b7c6a2{--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-1735 .elementor-element.elementor-element-0a40d22{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:48px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1735 .elementor-element.elementor-element-a811da3 > .elementor-widget-container{margin:18px 0px 0px 0px;}.elementor-1735 .elementor-element.elementor-element-a811da3{font-size:30px;font-weight:700;color:#000000;}.elementor-1735 .elementor-element.elementor-element-a72c003{font-size:14px;font-weight:400;color:#000000;}.elementor-1735 .elementor-element.elementor-element-bf7dfed{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-1735 .elementor-element.elementor-element-bf7dfed > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1735 .elementor-element.elementor-element-bf7dfed.elementor-element{--align-self:flex-start;}@media(max-width:767px){.elementor-1735 .elementor-element.elementor-element-0a40d22{--margin-top:0px;--margin-bottom:0px;--margin-left:23px;--margin-right:0px;}.elementor-1735 .elementor-element.elementor-element-a811da3{font-size:22px;line-height:1.2em;}.elementor-1735 .elementor-element.elementor-element-a72c003{width:var( --container-widget-width, 297px );max-width:297px;--container-widget-width:297px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-bf7dfed */.titulo {
        font-family: poppins;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    #container1 {
        position: absolute;
        margin-left: 30px;
        margin-top: 0px;
        width: 47%;
        height: 65%;
        border: none;
        background-color: white;
    }
    
    #container1, #cuadrado {
        display: inline-block;
        vertical-align: top;
        box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.1);
    }
    
    #cuadrado {
        background-color: white;
        border-radius: 30px;
        padding: 50px;
        width: 50%;
    }
    
    #businessNameID, #telefono, #confirmationQuestion, #testPhone {
        border: 1px solid #D1D1D1;
        border-radius: 10px;
        padding: 8px;
        margin-top: 5px;
        width: 100%;
        box-sizing: border-box;
    }
    
    #container2 {
        border-radius: 20px;
        background-color: white;
        border-color: white;
        padding: 30px;
        padding-top: 20px;
        box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.1);
    }
    
    .btnPrueba {
        border-radius: 30px;
        background-color: #61ce70;
        color: white;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        font-family: poppins;
        font-weight: 500;
        font-size: 14px;
        margin-top: 5px;
        transition: transform 0.2s ease;
            
    }
        
    .btnPrueba:hover {
        background-color: #61ce70;
        transform: scale(1.01);
    }
    
    #notification {
        font-family: poppins;
        font-size: 16px;
        font-weight: 600;
        background-color: #a5f7a3;
        border-color: #a5f7a3;
    }
    
    
    ::placeholder {
        font-family: poppins;
        font-weight: 400;
        font-size: 14px;
    }
    
    .label {
        font-family: poppins;
        font-size: 16px;
        font-weight: 500;
        margin-top: 15px;
    }
    
    .button {
            border-radius: 30px;
            border-color: #61ce70;
            width: 100%;
            padding-top: 15px;
            padding-bottom: 15px;
            color: white;
            background-color: #61ce70;
            font-family: poppins;
            font-weight: 500;
            font-size: 14px;
            margin-top: 5px;
            transition: transform 0.2s ease;
    }
        
    .button:hover {
        background-color: #61ce70;
        transform: scale(1.05);
    }
        
    .button:active {
        background-color: #61ce70; 
    }
        
    .phone-header {
        font-family: poppins;
        font-size: 20px;
        font-weight: 600;
        background-color: #61ce70;
        padding-top: 45px;
    }
        
    #previewTitle, #previewBody, #previewBody2, #previewQuestion {
        font-family: poppins;
        font-size: 16px;            
    }
    
    .whatsapp-preview {
        height: 450px;
        padding: 20px 20px;
    }
    
    #previewMessage {
        padding: 20px 30px 20px;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    }




.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2%;
    font-family: Arial, sans-serif;
    max-width: 100%;
    margin: 0 auto;
}

.top-sections {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2%;
}

.general-config, .message-type {
    width: 50%;
    background-color: #f9f9f9;
    padding: 1.5%;
    margin-bottom: 1.5%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.message-template {
    width: 100%;
    background-color: #f9f9f9;
    padding: 1.5%;
    margin-bottom: 1.5%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.section-title {
    font-size: 18px;
    margin-bottom: 1.5%;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 0.8%;
}

input[type="text"], input[type="tel"], textarea, select {
    width: 100%;
    padding: 0.8%;
    margin-bottom: 1%;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 16px;
}

input[type="submit"] {
    background-color: #075E54;
    color: white;
    padding: 0.8% 1.5%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}


    /* ... (otros estilos que ya tienes) ... */

.toggle-option {
    position: relative;
    margin: 10px 0;
    padding-left: 40px; /* Espacio para el radiobutton estilizado */
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

.toggle-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.toggle-option label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

/* Estilo del radiobutton */
.toggle-option label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: #e0e0e0;
    border-radius: 50%;
}

/* Estilo cuando el radiobutton está seleccionado */
.toggle-option input:checked + label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    background-color: #075E54;
    border-radius: 50%;
}





/* ... (otros estilos que ya tienes) ... */

.test-phone-section {
    margin-bottom: 30px;
    margin-top: 30px;
}

.test-phone-section label {
    display: block;
    margin-bottom: 10px;
}

.test-phone-section input[type="tel"] {
    width: 50%;
    padding: 8px;
    margin-right: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 16px;
}

/* .test-phone-section button {
    padding: 8px 15px;
    background-color: #075E54;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
} */

.warning-message {
    font-family: poppins;
    font-weight: 500;
    background-color: #6A9AF9;
    color: white;
    padding: 15px;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.phone {
    width: 100%;
    height: 350px;
    border: 1px solid #ccc;
    border-radius: 30px;
    background-color: #f5f5f5;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-top: 2%;
}

.phone-header {
    background-color: #075E54;
    color: white;
    text-align: center;
    padding: 1.5%;
    font-weight: bold;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-size: 18px;
}

.whatsapp-preview {
    padding: 2%;
    background-color: #ECE5DD;
    height: 250px;
    overflow-y: auto;
}



#previewMessage {
    background-color: #DCF8C6;
    padding: 1% 2%;
    border-radius: 10px;
    display: inline-block;
    max-width: 90%;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 1%;
    position: relative;
    margin: 0 auto;
}

#previewMessage::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #DCF8C6;
    border-left: 0;
    border-bottom: 0;
    margin-top: -2px;
    margin-left: -10px;
}

#notification {
    margin-top: 10px;
    padding: 10px;
    background-color: green; /* Color de fondo verde claro */
    border: 1px solid #075E54; /* Borde verde oscuro */
    border-radius: 5px;
    font-size: 16px;
}

#previewTitle {
    font-weight: bold;
    margin-bottom: 10px;
}/* End custom CSS */