/* 
Theme Name: Webmister
Theme URI: https://webmister.pro/
Description: Hello Elementor Child theme by Webmister
Author: Webmister
Author URI: https://webmister.pro/
Template: hello-elementor
Version: 1.0.1
Text Domain: webmister
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.fixed_link--telegram-group {
    display: block;
    position: fixed;
    background-size: cover;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 10001;
    /* -webkit-animation: shake 3s infinite alternate;
    animation: shake 3s infinite alternate; */
    color: #fff !important;
    text-decoration: none;
    background-color: #9dca00;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
