#cfw-whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    z-index: 1000;
}

#cfw-whatsapp-button img {
    width: 60px; /* Ajuste o tamanho conforme necessário */
    height: 60px; /* Ajuste o tamanho conforme necessário */
    border-radius: 50%;
}

#cfw-whatsapp-popup {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 300px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1001;
    border-radius: 10px;
}

.cfw-popup-content {
    position: relative;
}

.cfw-submit-button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #25D366;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}

#cfw-close-button {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
}

#cfw-whatsapp-form label {
    display: block;
    margin-bottom: 5px;
}

#cfw-whatsapp-form input[type="text"],
#cfw-whatsapp-form input[type="email"],
#cfw-whatsapp-form input[type="tel"] {
    width: calc(100% - 20px);
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
