.waves-whatsapp {
    animation: waves-whatsapp linear 3s infinite;
}

.scale-in-whatsapp-and-waves {
    animation: waves-whatsapp linear 3s infinite, scale-in .5s cubic-bezier(.25,.46,.45,.94) both;
}

@keyframes waves-whatsapp {
    0% {
        box-shadow: 0 8px 10px rgba(37, 211, 102, 0.3), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(37, 211, 102, 0.3), 0 0 0 35px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(37, 211, 102, 0.3), 0 0 0 55px rgba(37, 211, 102, 0), 0 0 0 26.7px rgba(37, 211, 102, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(37, 211, 102, 0.3), 0 0 0 80px rgba(37, 211, 102, 0), 0 0 0 40px rgba(37, 211, 102, 0.0)
    }
}

@-webkit-keyframes come-in {
    0% {
        -webkit-transform: translatey(100px);
        transform: translatey(100px);
        opacity: 0;
    }

    30% {
        -webkit-transform: translateX(-50px) scale(0.4);
        transform: translateX(-50px) scale(0.4);
    }

    70% {
        -webkit-transform: translateX(0px) scale(1.2);
        transform: translateX(0px) scale(1.2);
    }

    100% {
        -webkit-transform: translatey(0px) scale(1);
        transform: translatey(0px) scale(1);
        opacity: 1;
    }
}

@keyframes come-in {
    0% {
        -webkit-transform: translatey(100px);
        transform: translatey(100px);
        opacity: 0;
    }

    30% {
        -webkit-transform: translateX(-50px) scale(0.4);
        transform: translateX(-50px) scale(0.4);
    }

    70% {
        -webkit-transform: translateX(0px) scale(1.2);
        transform: translateX(0px) scale(1.2);
    }

    100% {
        -webkit-transform: translatey(0px) scale(1);
        transform: translatey(0px) scale(1);
        opacity: 1;
    }
}

.floating-container {
    z-index: 32000;
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 0;
    left: 0;
    margin: 26px 10px;
    /*margin: 15px 1px;*/
    /*margin: 35px 25px;*/
}

    .floating-container .floating-button {
        position: absolute;
        width: 72px;
        height: 72px;
        background: rgb(37, 211, 102);
        /*background: #2773ff;*/
        /*background: #2cb3f0;*/
        bottom: 0;
        border-radius: 50%;
        left: 0;
        right: 0;
        margin: auto;
        color: white;
        line-height: 65px;
        text-align: center;
        font-size: 23px;
        z-index: 32000;
        box-shadow: 6px 6px 15px 1px rgba(60, 60, 60, 0.4);
        /*box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);*/
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .floating-container .float-element {
        position: relative;
        display: block;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        margin: 15px auto;
        color: white;
        font-weight: 500;
        font-size: 23px;
        text-align: center;
        line-height: 50px;
        z-index: 0;
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    .floating-container .float-element {
        vertical-align: middle;
        /*font-size: 16px;*/
    }

.chatjhix_container_anim_start {
    /*box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);*/
    height: 350px;
    -webkit-transform: translatey(5px);
    transform: translatey(5px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.chatjhix_container_anim_start_btn1 {
    -webkit-animation: come-in 0.4s forwards 0.2s;
    animation: come-in 0.4s forwards 0.2s;
}

.chatjhix_container_anim_start_btn2 {
    -webkit-animation: come-in 0.4s forwards 0.4s;
    animation: come-in 0.4s forwards 0.4s;
}

.chatjhix_container_anim_start_btn3 {
    -webkit-animation: come-in 0.4s forwards 0.6s;
    animation: come-in 0.4s forwards 0.6s;
}
.chatjhix_container_anim_start_btn4 {
    -webkit-animation: come-in 0.4s forwards 0.8s;
    animation: come-in 0.4s forwards 0.8s;
}

.chatjhix-button-1 {
    /*background: #42A5F5;*/
    background: #25d366;
    box-shadow: 0 20px 20px -10px rgba(37, 211, 102, 0.5);
}

.chatjhix-button-2 {
    /*background: #4CAF50;*/
    background: #2cb3f0;
    box-shadow: 0 20px 20px -10px rgba(44, 179, 240, 0.5);
}

.chatjhix-button-3 {
    /*background: #FF9800;*/
    background: #3ade55;
    box-shadow: 0 20px 20px -10px rgba(58, 222, 85, 0.5);
}
.chatjhix-button-4 {
    /*background: #FF9800;*/
    background: #FF9800;
    box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
}
/*#chatjhix_container_btn4 a:hover {
    color: rgba(37, 211, 102, 0) !important;
}*/

.chatjhix_button_label {
    font-size: 10px;
    position: relative;
    top: -52px;
    right: 19px;
    display: none;
}

.fa-user-headset {
    padding-top: 21px;
    font-size: 30px;
}

.fa-whatsapp, .fa-telegram-plane, .fa-comment {
    font-size: 26px;
    padding-top: 12px;
}

.shine-box {
    position: absolute;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 40%;
}

    .shine-box:before {
        position: absolute;
        top: 0;
        left: -500px;
        content: "";
        width: 50px;
        height: 500px;
        background: rgba(255, 255, 255, 0.2);
        transform: skew(-50deg);
        /* transition: 1s; */
        animation: shine 3s ease infinite;
    }

@keyframes shine {
    from {
        left: -500px;
    }

    to {
        left: 655px;
    }
}
/*.floating-container:hover {
            height: 300px;
        }
        .floating-container:hover .floating-button {
            box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
            -webkit-transform: translatey(5px);
            transform: translatey(5px);
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
        .floating-container:hover .element-container .float-element:nth-child(1) {
            -webkit-animation: come-in 0.4s forwards 0.2s;
            animation: come-in 0.4s forwards 0.2s;
        }
        .floating-container:hover .element-container .float-element:nth-child(2) {
            -webkit-animation: come-in 0.4s forwards 0.4s;
            animation: come-in 0.4s forwards 0.4s;
        }
        .floating-container:hover .element-container .float-element:nth-child(3) {
            -webkit-animation: come-in 0.4s forwards 0.6s;
            animation: come-in 0.4s forwards 0.6s;
        }*/
