    .tgbutton a:before {
        content: '';
    background-image: url(https://img.icons8.com/?size=100&id=F4ZPUh2Mk5tk&format=png&color=ffffff);
    width: 24px;
    height: 24px;
    margin-right: 4px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: -3px;
    }
    
    .wabutton a:before {
        content: '';
    background-image: url(https://img.icons8.com/?size=100&id=16733&format=png&color=ffffff);
    width: 24px;
    height: 24px;
    margin-right: 4px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: -3px;
        
    }
    
    .maxbutton a:before {
        content: '';
    background-image: url(https://logo-teka.com/wp-content/uploads/2025/07/max-messenger-sign-logo.svg));
    width: 24px;
    height: 24px;
    margin-right: 4px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: -3px;
        
    }
    
    
    
         .autoflash{
        position: absolute;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        border-radius: 10px;
        box-shadow: 3px 3px 5px 0px rgba(17,17,17,1);
    }

     .flash{
       content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
    }
    
    .lighting {
    webkit-animation: moving 3s ease-in-out infinite;
    -moz-animation: moving 3s ease-in-out infinite;
    -ms-animation: moving 3s ease-in-out infinite;
    -o-animation: moving 3s ease-in-out infinite;
    animation: moving 3s ease-in-out infinite;
   
    }
    
  @keyframes moving {  
     30% {  webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);   
        
        }
   
    100% {  webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);   
        
        }
     }  