/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 4, 2022, 12:42:04 AM
    Author     : picoc
*/

.whatsapp-click-to-chat{
    position:fixed;
    width:60px;
    height:60px;
    bottom:60px;
    right:1px;
    /* background-color:#25d366; */
    /* color:#FFF; */
    border-radius:50px;
    text-align:center;
    font-size:30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index:100;
    opacity: 0.5;
}

.whatsapp-click-to-chat:hover{
    transition-duration: 500ms;
    transition-property: all;
    opacity: 1;
}
