#ae_whatsappcontact_cta {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    padding: 10px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}

#ae_whatsappcontact_cta > img{
    width:66px;
    height:66px;
}

#ae_whatsappcontact_modal {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 450px;
    max-height: 100%;
    z-index: 9999;
    padding:1rem;
}
#ae_whatsappcontact_modal_content {
    border: 3px solid green;
    background-color: green;
    border-radius: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#ae_whatsappcontact_modal_title {
    padding:.5rem;
    cursor: pointer;
}
#ae_whatsappcontact_modal_title h2 {
    color: #fff;
    font-size: 1.2rem;
    text-align:center;
    cursor: pointer;
}
#ae_whatsappcontact_modal_title i {
    color: #fff;
    float: right;
    cursor: pointer;
}
#ae_whatsappcontact_avatar {
    background-color: #fff;
    color: #000;
    padding: .4rem;
}
#ae_whatsappcontact_avatar img {
    max-width:36px;
    height:auto;
    border-radius: 50%;
    float: left;
}
#ae_whatsappcontact_avatar span {
    font-weight: 700;
    font-size: 1rem;
    margin-left: 60px;
    display: block;
    margin-top: 8px;
}
#ae_whatsappcontact_modal_body {
    background-color: #fff;
    padding: .6rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#ae_whatsappcontact_modal_body_input {
    width: 100%;
    flex-grow: 1;
    padding: .5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#ae_whatsappcontact_modal_body_button {
    width: 100%;
    padding: .5rem;
    border: 1px solid green;
    border-radius: 5px;
    background-color: #fff;
    color: green;
    cursor: pointer;
    margin-top: .5rem;
    display: flex;
    align-items: center;
}
#ae_whatsappcontact_modal_body_button img {
    width:40px;
    height:auto;
}
#ae_whatsappcontact_modal_body_button span {
    font-weight:700;
    font-size:0.9rem;
}
#ae_whatsappcontact_modal_onpc {
    padding: 1rem;
    background-color: #fff;
}
#ae_whatsappcontact_modal_onpc h4 {
    text-align: center;
    cursor: pointer;
}

#ae_whatsappcontact_modal_footer {
    background-color: #fff;
    height: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

#ae_whatsappcontact_modal_scanqr {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 328px;
    height: 420px;
    color: white;
    z-index: 9999;
    padding: 1rem;
}

#ae_whatsappcontact_modal_scanqr_content {
    background-color: green;
    border-radius: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

#ae_whatsappcontact_modal_scanqr_title {
    padding: .5rem;
    cursor: pointer;
}
#ae_whatsappcontact_modal_scanqr_title h2 {
    color: #fff;
    font-size: 1.2rem;
    text-align:center;
    cursor: pointer;
}
#ae_whatsappcontact_modal_scanqr_title i {
    color: #fff;
    float: right;
    cursor: pointer;
}
#ae_whatsappcontact_modal_scanqr_body {
    width: 256px;
    height: 256px;
}

#ae_whatsappcontact_modal_scanqr_footer {
    height: 25px;
}
