/**
 * @author    ELEGANTAL <info@elegantal.com>
 * @copyright (c) 2023, ELEGANTAL <www.elegantal.com>
 * @license   Proprietary License - It is forbidden to resell or redistribute copies of the module or modified copies of the module.
 */

body {
    position: relative;
}
.elegantalwhatsappchat {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
.elegantalwhatsappchat .elegantalwhatsappchat-chat-btn {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.elegantalwhatsappchat.right_bottom {
    left: auto;
    right: 0;
}
.elegantalwhatsappchat.right_bottom .elegantalwhatsappchat-chat-btn {
    left: auto;
    right: 20px;
}
.elegantalwhatsappchat.left_bottom {
    right: auto;
    left: 0;
}
.elegantalwhatsappchat.left_bottom .elegantalwhatsappchat-chat-btn {
    left: 20px;
    right: auto;
}
.elegantalwhatsappchat .elegantalwhatsappchat-chat-btn a {
    display: block;
    background: url("../../logo.png") center center no-repeat transparent;
    width: 57px;
    height: 57px;
    border: 0;
    outline: 0;
    z-index: 99999;
}
