/**
 * @author    Jamoliddin Nasriddinov <jamolsoft@gmail.com>
 * @copyright (c) 2018, Jamoliddin Nasriddinov
 * @license   http://www.gnu.org/licenses/gpl-2.0.html  GNU General Public License, version 2
 */

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;
}
