/*
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 : 04/08/2022, 15:12:05
    Author     : CERES
*/

.whats-btn{    
    font-size: 13px;
    font-weight: 500;
    position: fixed;
    bottom: 30px;
    left: 20px;
    background: #05cd51;
    color: #fff;
    padding: 15px 15px;
    text-align: center;
    border-radius: 50%;
    /*    -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;*/
    opacity: 1;
    z-index: 9900;
}
.whats-btn i{
    color: white !important;
}