
#wa-widget-send-button {
    margin: 0 0 20px 15px !important;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 0 !important;
    text-align: center !important;
    height: 50px;
    min-width: 50px;
    border-radius: 25px;
    visibility: visible;
    transition: none !important;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    /*right: 50px;*/
    left:0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

        .wa-messenger-svg-whatsapp{
            fill: white;
            width: 41px;
            height: 50px;
            stroke: none;
        }
        .wa-chat-box-poweredby{
            text-align: center;
            font: 400 normal 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
            margin-bottom: 15px;
            margin-top: -10px;
            font-style: italic;
            font-size: 12px;
            color: lightgray;
        }
/*    .float-whatsapp{*/
/*	position:fixed;*/
/*	width:75px;*/
/*	height:75px;*/
/*	bottom:150px;*/
/*	right:50px;*/
/*	background-color:#25d366;*/
/*	color:#FFF;*/
/*	border-radius:50px;*/
/*	text-align:center;*/
/*  font-size:45px;*/
/*	box-shadow: 2px 2px 3px #999;*/
/*  z-index:100;*/
/*}*/
/*.my-float-whatsapp{*/
/*	margin-top:16px;*/
/*}*/

@-webkit-keyframes blinker {
  from {opacity: 5.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
