/**
 * @author    ELEGANTAL <info@elegantal.com>
 * @copyright (c) 2025, 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;
}

.elegantaltelegramchat {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.elegantaltelegramchat .elegantaltelegramchat-chat-btn {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

@media (max-width: 768px) {
    .elegantaltelegramchat .elegantaltelegramchat-chat-btn {
        bottom: 15px;
        right: 5px;
    }
}

.elegantaltelegramchat.right_bottom {
    left: auto;
    right: 0;
}

.elegantaltelegramchat.right_bottom .elegantaltelegramchat-chat-btn {
    left: auto;
    right: 20px;
}

@media (max-width: 768px) {
    .elegantaltelegramchat.right_bottom .elegantaltelegramchat-chat-btn {
        right: 5px;
    }
}

.elegantaltelegramchat.left_bottom {
    right: auto;
    left: 0;
}

.elegantaltelegramchat.left_bottom .elegantaltelegramchat-chat-btn {
    left: 20px;
    right: auto;
}

@media (max-width: 768px) {
    .elegantaltelegramchat.left_bottom .elegantaltelegramchat-chat-btn {
        left: 5px;
    }
}

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