/*Public CSS - Ver 1*/
.leadeal {
    position: absolute;
    z-index: 999999;
}

.floating-wpp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-family: "Open sans", serif;
    font-size: 14px;
    transition: bottom 0.3s;
    z-index: 99999;
}

.floating-wpp .floating-wpp-button {
    width: 80px;
    height: 80px;
    background-image: url('../images/whatsapp.svg');
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}

.floating-wpp:hover .floating-wpp-button {
    bottom: 5px;
}

.floating-wpp .floating-wpp-modal {
    background-color: #e5ddd5;
    position: absolute;
    overflow: hidden;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    height: auto;
    max-width: calc(100vw - 45px);
    width: 320px;
    bottom: 82px;
    transition: 0.3s;
    transform-origin: bottom;
    opacity: 0;
    pointer-events: none;
    right: 0;
}

.floating-wpp .floating-wpp-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.wp-wpp-modal-whatsapp {
    font-family: "Poppins", sans-serif; font-weight: 300; font-style: normal;
    width: 350px;
    inset: auto 16px 16px auto;
    padding: 0;
    background-image: url('../images/wallpaper-modal-whatsapp.webp');
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    z-index: 999999!important;
}

.wp-wpp-modal-whatsapp .wp-wpp-form-header {
    border-radius: 8px 8px 0 0;
    background: #09816d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
}

.wp-wpp-modal-whatsapp .wp-wpp-form-header .icone-status {
    margin-left: 15px;
    position: absolute;
    top: 4px;
}

.wp-wpp-modal-whatsapp .wp-wpp-form-header .wp-wpp-form-header-title h3 {
    font-family: "Poppins", sans-serif; font-weight: 300; font-style: normal;
    padding: 15px 10px 15px 0;
    margin: 0px 0px 0px 70px;
    font-size: 16px;
    line-height: 1.75rem;
    font-weight: 500;
    color: #ffffff;
}

.wp-wpp-modal-whatsapp .wp-wpp-first-message {
    font-family: "Poppins", sans-serif; font-weight: 300; font-style: normal;
    padding: 10px;
    background-color: #fff;
    margin: 15px 20% 20px 15px;
    border-radius: 8px;
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.1);
    font-size: 13px !important;
    line-height: 18px !important;
}

.wp-wpp-modal-whatsapp .wp-wpp-form input[type=text],
.wp-wpp-modal-whatsapp .wp-wpp-form input[type=tel],
.wp-wpp-modal-whatsapp .wp-wpp-form input[type=email] {
    font-family: "Poppins", sans-serif; font-weight: 300; font-style: normal;
    font-size: 13px;
    background-color: #eafeeb !important;
    padding: 10px;
    border: 0;
    border-radius: 8px;
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);
    margin-bottom: 15px;
    margin-right: 10px;
    float: right;
    width: 60%;
    font-weight: 300;
}

.wp-wpp-modal-whatsapp .wp-wpp-form input[type="submit"] {
    font-family: "Poppins", sans-serif; font-style: normal;
    font-size: 15px;
    float: right;
    margin-bottom: 20px;
    margin-right: 10px;
    color: #ffffff;
    border-radius: 8px;
    border: none;
    background-color: #09816d;
    font-weight:600;
    max-width: 50%;
    padding: 10px 20px;
    cursor: pointer;
    clear: both;
}

.wp-wpp-modal-whatsapp .wp-wpp-form input[type="submit"]:hover {
    background-color: #00c73d;
}

.wp-wpp-modal-whatsapp .wpcf7-not-valid-tip {
    float: right;
    font-size: 12px;
    margin: -10px 10px 15px 0;
}

.wp-wpp-modal-whatsapp .wpcf7-response-output,
.wp-wpp-modal-whatsapp .wpcf7-spinner {
    display: none;
}
