.whatsapp-support{
	position: fixed;
    right: 20px;
    left: auto;
    bottom: 20px;
    z-index: 99999;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.whatsapp-support-icon{
	background:#2db742;
	width:56px;
	height:56px;
	border-radius:50px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.whatsapp-support-icon img{
	width:32px;
	height:32px;
	filter: brightness(0) invert(1);
}
.whatsapp-support-text{
	background:#f5f7f9;
	color:#444;
	border-radius:5px;
	padding:5px 10px;
	box-shadow:0 0 5px grey;
	margin-right:10px;
	font-size:14px;
}
.whatsapp-support-box{
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	width:350px;
	position: fixed;
    right: 20px;
    left: auto;
    bottom: 80px;
    z-index: 9999999999;	
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	display:none;
}
.whatsapp-support.isopen .whatsapp-support-box{
    display:block;
}
.x_whatsapp_button {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
}

.whatsapp-support-box-head{
	background:#2db742;
	color:#fff;
	padding: 10px 20px;
}
.whatsapp-support-box-head-img {
    display: inline-block;
    width: 16%;
}
.whatsapp-support-box-head-text {
    display: inline-block;
    width: 82%;
}
.whatsapp-support-box-head p{
	color:#fff;
	font-size: 18px;
	margin-bottom: 0;
}
.whatsapp-support-box-head span{
	background:#2db742;
	color:#fff;
	font-size: 12px;
	line-height: 18px;
}
.whatsapp-support-box-head img {
    width: 40px;
    height: 100%;
    display: inline-block;
    filter: brightness(0) invert(1);
    float: right;
    margin: 10px 0 10px 10px;
}
.whatsapp-support-box-main{
	padding:10px 20px;
}
.whatsapp-support-box-main span{
	font-size:11px;
}
.whatsapp-support-profile-img {
    border: 1px solid #2db742;
    border-radius: 50px;
    display: inline-block;
	text-align: center;
    height: 58px;
    width: 58px;
	float: right;
    line-height: 58px;
	background: #fff;
}
.whatsapp-support-profile-img img {
    width: 32px;
    filter: grayscale(100%) brightness(40%) sepia(41%) hue-rotate(-300deg) saturate(40) contrast(0.9);
}
.whatsapp-support-profile {
    border-right: 2px solid #2db742;
    background: #f5f7f9;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
	z-index:9999999999;
}
.whatsapp-support-profile:hover{
	background:#fff;
	box-shadow:0 0 5px rgb(0,0,0,0.1);
}
.whatsapp-support-profile-title {
    font-size: 14px!important;
    line-height: 1.188em;
    display: block;
	color: #000;
}
.whatsapp-support-profile-text {
    display: inline-block;
    width: calc(100% - 70px);
    margin-right: 5px;
}
.whatsapp-support-profile-subtitle{
	display: block;
    line-height: 2em;
	color: #000;
}
.whatsapp-support-profile-span{
	color: #fff;
    font-size: 10px!important;
	padding: 3px 6px;
	line-height: 1.125em;
	background:#2db742;
	border-radius:3px;
}
.widget.widget_whatsapp_support_widget {
    display: block;
    padding: 0!important;
    border: none!important;
    margin: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
    overflow: unset!important;
}
.whatsapp-support .whatsapp-support-icon-x{
    display:none;
}
.whatsapp-support.isopen .whatsapp-support-icon-x{
    display:flex!important;
}
.whatsapp-support.isopen .whatsapp-support-icon img{
    display:none;
}
@media only screen and ( max-width:767px ){
  .whatsapp-support{
    bottom: 35px;
  }
  .whatsapp-support-box{
    bottom:95px;
  }
}
.whatsapp-support-box-head-text{
    padding-left:20px;
}
.whatsapp-support-profile-img img{
    margin-top:13px;
}
.whatsapp-support-icon  {
  box-shadow: 0 0 5px 3px #74d983ad;
  animation: pulsing 2s infinite;
}

@keyframes pulsing {
  0% {
    box-shadow: 0 0 5px 4px #74d983ad;
  }
  50% {
    box-shadow: 0 0 10px 8px #74d983ad;
  }
  100% {
    box-shadow: 0 0 5px 4px #74d983ad;
  }
}
