.wp-chat {
    position: fixed;
    right: 5px;
    bottom: 0;
    z-index: 999999;
 
}
.wp-chat-popup{
    display:none;
    position: absolute;
    top:-330px;
    left: -260px;
    width: 360px;
    box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
    background:#fff;
    border-radius: 14px;
    overflow: hidden;
}
.wp-header{
    padding:20px;
    display: flex;
    align-items: center;
}
.wp-header .left-side{
    display: flex;
    align-items: center;
}
.wp-body{
    padding:20px;
    position: relative;
}
.wp-icon:after{
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 35px;
    border: 1px solid #4fce5d;
    opacity: .75;
    animation: 10s linear 0s infinite normal none running pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse-border {
	0% {
		padding:25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.wp-icon{
    color: rgb(79 206 93);
    height: 70px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    outline: transparent;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    width: 70px;
}
.wp-icon svg{
    width:35px;
    height: 35px;
}
.wp-icon:before{
    width: 10px;
    height: 10px;
    background-color: rgb(255, 0, 0);
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    right: 4px;
    top: 4px;
    display: block !important;
    content: '';
}

.wp-chat-title, .wp-chat-text{
    color: #fff;
}
.wp-chat-title{
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.wp-chat-text{
    font-size: 13px;
    font-weight: 400;
}

.wp-chat-button svg{
   width:20px;
   height:20px;
}
.wp-chat-button p{
    font-size: 15px !important;
    font-weight: 600;
    margin-bottom:0 !important;
}
a.whatsapp-btn-link {
    color: #fff !important;
    display: flex;
    align-items: center;
    background-color: rgb(20 198 86);
    justify-content: center;
    color: #fff;
    padding:5px;
    border-radius: 50px;
    margin:20px;
}
.wp-chat-button svg{
    padding-right: 7px;
}
.wp-body:after {
    content: '';
    display: block;
    background-color: rgb(230, 221, 212);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .9;
}
.wp-chat-button svg{
    width: 25px;
    height: 20px;
}
.message-body{
    background-color: white;
    display: table;
    padding: 7px 14px 7px;
    position: relative;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    border-radius: 0 8px 8px 8px;
    z-index:9;
}
.message-body:after{
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
.wp-chat-title-body{
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
    text-transform: capitalize;
}
.wp-chat-message{
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
    text-transform: capitalize;
}
.wp-chat-current-time{
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}
.wp-dp-image{

    margin-right: 20px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.wp-dp-image span{
    text-transform: capitalize;
    margin: 0;
    font-size: 42px;
    font-weight: 600;
}
.wp-dp-image:before{
    content: "";
    bottom: 7px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgb(74, 213, 4);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid rgb(9, 94, 84);
}

.wp-chat-form input{
    display:block
}
.close-popup{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    outline: transparent;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex !important;
    color: #fff;
}
.close-popup:hover{    opacity: 0.8;}

a.whatsapp-btn-link {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
   .wp-chat-popup{
    left: -200px;
    width: 300px;
   }
  }