.floating-wpp {
	position: fixed;
	bottom: 15px;
	right: 15px;
	font-size: 14px;
	transition: bottom .2s
}

.floating-wpp .floating-wpp-button {
	position: relative;
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
	transition: box-shadow .2s;
	cursor: pointer;
	/* overflow: hidden; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.floating-wpp .floating-wpp-button i{
    font-size: 45px;
    color: #4fce5d;
}
.dot2{
    content: "";
    position: absolute;
    top: 7px;
    right: 4px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #dc3545;
    -webkit-animation: a_dot2 2s infinite;
    animation: a_dot2 2s infinite;
}

@-webkit-keyframes a_dot2 {
  0% {
    opacity: 0;
    }
  50% {
    opacity: 1;
    }
  100% {
    opacity: 0;
    }
}
@keyframes a_dot2 {
  0% {
    opacity: 0;
    }
  50% {
    opacity: 1;
    }
  100% {
    opacity: 0;
    }
}

.floating-wpp .floating-wpp-button img {
	display: none;
}
.floating-wpp .floating-wpp-button svg {
	position: absolute;
	width: 56%;
	height: 56%;
	object-fit: contain;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	border-radius: 0;
	fill: #fff;
}

.floating-wpp:hover {
	bottom: 17px
}

.floating-wpp:hover .floating-wpp-button {
	box-shadow: 1px 2px 8px rgba(60, 60, 60, .4)
}

.floating-wpp .floating-wpp-popup {
	border-radius: 6px;
	background-color: #E5DDD5;
	position: absolute;
	overflow: hidden;
	padding: 0;
	box-shadow: 1px 2px 8px rgba(60, 60, 60, .25);
	width: 0;
	height: 0;
	bottom: 0;
	opacity: 0;
	transition: bottom .1s ease-out, opacity .2s ease-out;
	transform-origin: bottom
}

.floating-wpp .floating-wpp-popup.active {
	padding: 0 12px 12px;
	right: 1px;
	width: 260px;
	height: auto;
	bottom: 82px;
	opacity: 1
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
	background-color: #fff;
	padding: 8px;
	border-radius: 0 5px 5px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
	opacity: 0;
	transition: opacity .2s
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
	opacity: 1;
	transition-delay: .2s
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
	text-align: left;
	color: #fff;
	margin: 0 -15px 10px;
	padding: 6px 12px;
	display: flex;
	justify-content: space-between;
	cursor: pointer
}

.floating-wpp .floating-wpp-input-message {
	background-color: transparent;
	margin: 10px -12px 0;
	padding: 0 12px 4px;
	align-items: center
}

.floating-wpp .floating-wpp-input-message textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: none;
	padding: 8px;
	margin: 10px 0;
	width: 100%;
	max-width: 100%;
	font-family: inherit;
	font-size: inherit;
	resize: none
}

.floating-wpp .floating-wpp-btn-send {
	font-size: inherit;
	cursor: pointer;
	width: 100%;
	margin: 0;
}
.wa-cheader{
    padding: 7px 4px 5px 4px;
}
.wa-cheader-img{
    position: relative;
    border-radius:50%;
    width: 50px;
    display: inline-block;
}
.wa-cheader-img .dot{
    position: absolute;
    bottom: 0px;
    right: 3px;
    background-color: #46dd02;
    border: 3px solid #085e53;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.wa-cheader-img img{
    width:45px;
    border-radius:50%;
}
.wa-cheader-name{
    display: inline-block;
}
.wa-cheader-name ul{
    list-style-type:none;
}
.wa-cheader-name ul .typicall{
    font-size: 75%;
}
.c-btn-wa{
    display: block;
    box-sizing: border-box;
    background-color: #25D366;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.25;
    border: none;
    border-radius: 22px;
    width: 100%;
    padding: 10px 14px;
    margin: 12px 0 8px;
    transition: background-color .2s ease;
}
.c-btn-wa:hover{
    color: #fff;
    background-color: #20bd5a;
}
