/*
Everest Chat Buttons Lite - Frontend CSS
@since 1.0.0
@developer : ZerOneThemes
*/
body .ztwa-whatsapp-wrap,
body .ztwa-whatsapp-wrap *{
	margin:0;
	padding:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	line-height: 1;
}
.ztwa-whatsapp-wrap{
	text-align: left;
}
/*----------------------
font common
-----------------------*/
.ztwa-single-account-wrap{
	font-family: 'Lato', sans-serif;
}
/*----------------------
color common
------------------------*/
.ztwa-whatsapp-wrap .ztwa-online-info,
.ztwa-single-account-wrap.ztwa-template3 .ztwa-cta-text{
    color: #000;
}
.ztwa-shortcode-outer-wrap.ztwa-template3 .ztwa-full-name,
.ztwa-shortcode-outer-wrap.ztwa-template3 .ztwa-designation,
.ztwa-shortcode-outer-wrap.ztwa-template3 .ztwa-auto-text,
.ztwa-single-account-wrap .ztwa-cta-text,
.ztwa-shortcode-outer-wrap .ztwa-online-info{
	color: #fff;
}
.ztwa-shortcode-outer-wrap .ztwa-full-name,
.ztwa-shortcode-outer-wrap .ztwa-auto-text{
	color: #212121;
}
.ztwa-shortcode-outer-wrap .ztwa-designation{
	color:#242424;
}
/*----------------------
border color common
------------------------*/
.ztwa-shortcode-outer-wrap.ztwa-template3 .ztwa-avatar:after{
	border:3px solid #46be3b;
}
.ztwa-shortcode-outer-wrap.ztwa-template3 .ztwa-avatar{
	border:4px solid #fff;
}
/*-----------------------
background color common
------------------------*/
.ztwa-whatsapp-wrap .ztwa-single-account-wrap .ztwa-online-info{
    background-color: rgba(255,255,255,0.9);
}
.ztwa-shortcode-outer-wrap.ztwa-template3 .ztwa-info-wrap,
.ztwa-shortcode-outer-wrap.ztwa-template3 .ztwa-avatar{
	background-color: #46be3b;
}
.ztwa-shortcode-outer-wrap .ztwa-online-info,
.ztwa-shortcode-outer-wrap .ztwa-whatsapp-icon{
	background-color:#66e25a;
}
.ztwa-shortcode-outer-wrap.ztwa-template1 .ztwa-avatar-info-wrap,
.ztwa-shortcode-outer-wrap.ztwa-template2 .ztwa-avatar-info-wrap{
	background-color:#f5f7f9;
}
/*-----------------------------
box-shadow common
-------------------------------*/

/*---------------------------
shortcode template design
---------------------------*/
.ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap{
	max-width:350px;
	width: 100%;
	margin:10px 0;
	position: relative;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
}
.ztwa-avatar{
	position:relative; 
	width: 80px;
    height: 80px;
}
.ztwa-avatar:before{
	content:'';
	padding-top:100%;
	display:block;
}
.ztwa-avatar img{
	max-width:100%;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.ztwa-shortcode-outer-wrap .ztwa-avatar img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform:translate(0);
	transform:translate(0);
	object-fit: cover;
}
.ztwa-shortcode-outer-wrap .ztwa-avatar.ztwa-avatar-round img{
	border-radius: 50%;
}

body .ztwa-whatsapp-wrap a{
	text-decoration:none;
}
.ztwa-info-wrap{
	position: relative;
}
.ztwa-avatar-info-wrap{
	position:relative;
}
.ztwa-avatar-info-wrap:after{
  content: "";
  clear: both;
  display: table;
}
.ztwa-avatar.ztwa-avatar-round{
	border-radius:50%;
}
body .ztwa-shortcode-outer-wrap.ztwa-whatsapp-wrap .ztwa-avatar .ztwa-whatsapp-icon{
	width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    z-index: 1;
    right: -6px;
    bottom:10px;
    padding:0;
}
body .ztwa-shortcode-outer-wrap.ztwa-avatar-right.ztwa-whatsapp-wrap .ztwa-avatar .ztwa-whatsapp-icon{
	right: auto;
	left:-6px;
}
.ztwa-shortcode-outer-wrap.ztwa-avatar-left .ztwa-avatar .ztwa-whatsapp-icon.ztwa-no-icon{
	width:10px;
	height: 10px;
	right: 15px;
    bottom: 15px;
}
body .ztwa-shortcode-outer-wrap.ztwa-avatar-right.ztwa-whatsapp-wrap .ztwa-avatar .ztwa-whatsapp-icon.ztwa-no-icon{
	width:10px;
	height: 10px;
	right:auto;
	left:15px;
	bottom:15px;
}
.ztwa-shortcode-outer-wrap .ztwa-avatar.ztwa-avatar-round .ztwa-whatsapp-icon{
	border-radius: 50%;
	right: 10px;
    bottom: 10px;
    overflow: hidden;
}
.ztwa-shortcode-outer-wrap .ztwa-whatsapp-icon i{
	line-height: 20px;
    font-size: 11px;
    color: #fff;
}
.ztwa-shortcode-outer-wrap span{
	display: block;
}
.ztwa-shortcode-outer-wrap .ztwa-full-name,
.ztwa-shortcode-outer-wrap .ztwa-auto-text{
	font-size:14px;
	font-weight:500;
}
.ztwa-shortcode-outer-wrap .ztwa-designation{
	font-size:12px;
	font-weight:400;
}
.ztwa-shortcode-outer-wrap .ztwa-full-name,
.ztwa-shortcode-outer-wrap .ztwa-designation{
	margin-bottom: 5px;
}
.ztwa-shortcode-outer-wrap .ztwa-online-info{
	display: inline-block;
    position: absolute;
    right:0;
    top: 0;
    font-size: 12px;
    vertical-align: top;
    padding: 4px 10px;
    border-radius: 10px;
    line-height: 1;
}
.ztwa-shortcode-outer-wrap.ztwa-avatar-right .ztwa-online-info{
	right: auto;
	left:0px;
}
.ztwa-shortcode-outer-wrap.ztwa-template3 .ztwa-online-info{
    right: 20px;
    top: 14px;
}
.ztwa-shortcode-outer-wrap.ztwa-avatar-right.ztwa-template3 .ztwa-online-info{
	right: auto;
	left:20px;
}
/*------------------------
template1 and template2
-------------------------*/
.ztwa-shortcode-outer-wrap.ztwa-template1 .ztwa-avatar-info-wrap,
.ztwa-shortcode-outer-wrap.ztwa-template2 .ztwa-avatar-info-wrap{
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.ztwa-shortcode-outer-wrap.ztwa-template1.ztwa-avatar-right .ztwa-avatar-info-wrap,
.ztwa-shortcode-outer-wrap.ztwa-template2.ztwa-avatar-right .ztwa-avatar-info-wrap{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.ztwa-shortcode-outer-wrap.ztwa-template2 .ztwa-avatar-info-wrap{
	border-left:4px solid #46be3b;
}
.ztwa-shortcode-outer-wrap.ztwa-template2.ztwa-avatar-right .ztwa-avatar-info-wrap{
	border-left:0;
	border-right:4px solid #46be3b;
}
.ztwa-shortcode-outer-wrap.ztwa-template1 .ztwa-avatar,
.ztwa-shortcode-outer-wrap.ztwa-template2 .ztwa-avatar{
	width: 70px;
	height: 70px;
}
.ztwa-shortcode-outer-wrap.ztwa-template1 .ztwa-info-wrap,
.ztwa-shortcode-outer-wrap.ztwa-template2 .ztwa-info-wrap{
	width:-webkit-calc(100% - 70px);
	width:calc(100% - 70px);
	padding-left: 15px;
}
.ztwa-shortcode-outer-wrap.ztwa-template1.ztwa-avatar-right .ztwa-info-wrap,
.ztwa-shortcode-outer-wrap.ztwa-template2.ztwa-avatar-right .ztwa-info-wrap{
	padding-left:0;
	padding-right:15px;
	text-align: right;
}
/*-----------
template3
------------*/
.ztwa-shortcode-outer-wrap.ztwa-template3 .ztwa-avatar-info-wrap{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-align:center;
	    -ms-flex-align:center;
        align-items:center;
}
.ztwa-shortcode-outer-wrap.ztwa-template3.ztwa-avatar-right .ztwa-avatar-info-wrap{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
        flex-direction:row-reverse;
}
.ztwa-shortcode-outer-wrap.ztwa-template3 .ztwa-avatar{
	z-index: 2;
	position: relative;
}
.ztwa-shortcode-outer-wrap.ztwa-template3 .ztwa-avatar:after{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.ztwa-shortcode-outer-wrap.ztwa-template3 .ztwa-avatar.ztwa-avatar-round:after{
	border-radius:50%;
}
.ztwa-shortcode-outer-wrap.ztwa-template3 .ztwa-info-wrap{
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 16px;
    margin-left: -40px;
    padding-left: 50px;
    border-radius: 10px 30px 30px 10px;
}
.ztwa-shortcode-outer-wrap.ztwa-template3.ztwa-avatar-right{
	text-align: right;
}
.ztwa-shortcode-outer-wrap.ztwa-template3.ztwa-avatar-right .ztwa-info-wrap{
	margin-left:0;
	margin-right:-40px;
	padding-left:16px;
	padding-right:50px;
	border-radius: 30px 10px 10px 30px;
}

/*shortcode when disabled*/
body .ztwa-shortcode-outer-wrap.ztwa-template3.ztwa-disabled .ztwa-info-wrap, 
body .ztwa-shortcode-outer-wrap.ztwa-template3.ztwa-disabled .ztwa-avatar, 
body .ztwa-shortcode-outer-wrap.ztwa-template1.ztwa-disabled .ztwa-avatar-info-wrap, 
body .ztwa-shortcode-outer-wrap.ztwa-template2.ztwa-disabled .ztwa-avatar-info-wrap{
	background-color: #f5f7f9;
}
body .ztwa-shortcode-outer-wrap.ztwa-template3.ztwa-disabled .ztwa-avatar:after{
	border-color: #f5f7f9;
}
body .ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap.ztwa-disabled .ztwa-online-info, 
body .ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap.ztwa-disabled .ztwa-whatsapp-icon, 
body .ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap.ztwa-disabled .ztwa-whatsapp-icon i{
	background-color:#d2d7dc;
}
body .ztwa-shortcode-outer-wrap.ztwa-template2.ztwa-disabled .ztwa-avatar-info-wrap{
	border-color: #d2d7dc;
}
body .ztwa-shortcode-outer-wrap.ztwa-disabled .ztwa-avatar img,
body .ztwa-shortcode-outer-wrap.ztwa-disabled .ztwa-whatsapp-icon img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

body .ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap.ztwa-disabled .ztwa-online-info, 
body .ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap.ztwa-disabled .ztwa-whatsapp-icon, 
body .ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap.ztwa-disabled .ztwa-whatsapp-icon i,
body .ztwa-shortcode-outer-wrap.ztwa-template1.ztwa-disabled .ztwa-full-name,
body .ztwa-shortcode-outer-wrap.ztwa-template1.ztwa-disabled .ztwa-designation,
body .ztwa-shortcode-outer-wrap.ztwa-template1.ztwa-disabled .ztwa-auto-text,
body .ztwa-shortcode-outer-wrap.ztwa-template2.ztwa-disabled .ztwa-full-name,
body .ztwa-shortcode-outer-wrap.ztwa-template2.ztwa-disabled .ztwa-designation,
body .ztwa-shortcode-outer-wrap.ztwa-template2.ztwa-disabled .ztwa-auto-text,
body .ztwa-shortcode-outer-wrap.ztwa-template3.ztwa-disabled .ztwa-full-name,
body .ztwa-shortcode-outer-wrap.ztwa-template3.ztwa-disabled .ztwa-designation,
body .ztwa-shortcode-outer-wrap.ztwa-template3.ztwa-disabled .ztwa-auto-text{
	color:#212121;
}
/*--------------------------
Floating Design css start
---------------------------*/
.ztwa-floating-outer-wrap{
	position: fixed;
	bottom:20px;
	right:20px;
	z-index: 99999;
}
.ztwa-floating-outer-wrap.ztwa-left-position{
	left:20px;
	right:auto;
}
.ztwa-floating-popup-content{
	position: absolute;
    background-color: #fff;
    width:350px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    z-index: 999999;
}
.ztwa-whatsapp-wrap .ztwa-single-account-wrap .ztwa-online-info{
	padding: 4px 7px 4px;
    border-radius: 10px;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    margin:0;
    display: inline-block;
    vertical-align: top;
}
.ztwa-single-template3 .ztwa-floating-popup-content,
.ztwa-single-template1 .ztwa-floating-popup-content{
    box-shadow:none;
    background-color:transparent;
}
.ztwa-single-template1 .ztwa-floating-popup-content,
.ztwa-single-template2 .ztwa-floating-popup-content,
.ztwa-single-template3 .ztwa-floating-popup-content,
.ztwa-mulit-account-wrap .ztwa-floating-popup-content{
	box-shadow: 0 2px 6px 4px rgba(59, 184, 78, 0.24);
    -webkit-box-shadow: 0 2px 6px 4px rgba(59, 184, 78, 0.24);
    -moz-box-shadow: 0 2px 6px 4px rgba(59, 184, 78, 0.24);
}
.ztwa-single-template1 .ztwa-floating-popup-content,
.ztwa-single-template2 .ztwa-floating-popup-content,
.ztwa-single-template3 .ztwa-floating-popup-content,
.ztwa-multi-template1 .ztwa-floating-popup-content{
    border-radius: 5px;
}
.ztwa-multi-template2 .ztwa-floating-popup-content{
	border-radius: 20px;
}
.ztwa-floating-popup-content.ztwa-active-pop-up{
    opacity: 1;
    visibility: visible;
    bottom:70px;
}
.ztwa-single-template1 .ztwa-floating-popup-content .ztwa-chat-link-wrap{
	border-radius: 0;
}
.ztwa-single-template1 .ztwa-floating-popup-content .ztwa-popup-header,
.ztwa-single-template2 .ztwa-floating-popup-content .ztwa-popup-header,
.ztwa-single-template3 .ztwa-floating-popup-content .ztwa-popup-header,
.ztwa-multi-template1 .ztwa-floating-popup-content .ztwa-popup-header{
	border-radius:5px 5px 0 0;
}
.ztwa-multi-template2 .ztwa-floating-popup-content  .ztwa-popup-header{
	border-radius:20px 20px 0 0;
}
.ztwa-single-template3 .ztwa-floating-popup-content .ztwa-popup-header .ztwa-designation-info{
	width:100%;
}
.ztwa-single-template1 .ztwa-floating-popup-content.ztwa-active-pop-up,
.ztwa-multi-template3 .ztwa-floating-popup-content.ztwa-active-pop-up{
	bottom: 70px;
}
.ztwa-single-template3 .ztwa-floating-popup-content.ztwa-active-pop-up,
.ztwa-multi-template3 .ztwa-floating-popup-content.ztwa-active-pop-up{
	bottom:72px;
}
.ztwa-single-account-wrap .ztwa-popup-header{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.ztwa-single-account-wrap .ztwa-popup-header{
	padding:20px;
	position:relative;
}
.ztwa-floating-outer-wrap .ztwa-avatar-designation-wrap{
	background-color:rgb(9, 94, 84); 
	padding:20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ztwa-single-account-wrap .ztwa-avatar{
	width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow:hidden;
    position: relative;
}

.ztwa-designation-info{
	position: relative;
}
.ztwa-floating-outer-wrap .ztwa-avatar + .ztwa-designation-info{
	width: -moz-calc(100% - 72px);
	width: -webkit-calc(100% - 72px);
	width: calc(100% - 72px);
	padding-left:12px;
	margin-left: auto;
}
.ztwa-single-account-wrap.ztwa-single-template3 .ztwa-avatar{
	position: absolute;
	right: 100%;
	margin-right:10px;
	top:50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border:2px solid rgba(37, 211, 102 ,1);
}
.ztwa-single-account-wrap.ztwa-single-template3.ztwa-left-position .ztwa-avatar{
	right: auto;
	left: 100%;
	margin-left: 10px;
	margin-right:auto;
}
.ztwa-single-account-wrap.ztwa-single-template3 .ztwa-avatar  + .ztwa-designation-info{
	width: 100%;
}
.ztwa-floating-outer-wrap .ztwa-popup-header .ztwa-designation-info .ztwa-full-name,
.ztwa-floating-outer-wrap .ztwa-popup-header .ztwa-designation-info  .ztwa-designation,
.ztwa-floating-outer-wrap .ztwa-popup-header .ztwa-response-intro{
	color:#fff;
}
.ztwa-floating-outer-wrap.ztwa-single-account-wrap .ztwa-chat-component-wrap span.ztwa-full-name{
	color:#1d1d1d;
	font-weight:600;
	margin-bottom: 12px;
}
.ztwa-floating-outer-wrap.ztwa-single-template2 .ztwa-chat-component-wrap span.ztwa-full-name,
.ztwa-floating-outer-wrap.ztwa-single-template3 .ztwa-chat-component-wrap span.ztwa-full-name{
	margin-bottom:20px;
}
.ztwa-floating-outer-wrap .ztwa-popup-header .ztwa-designation-info .ztwa-full-name{
	font-size: 16px;
	display: block;
	margin-bottom: 4px;
}
.ztwa-floating-outer-wrap  .ztwa-popup-header  .ztwa-designation-info .ztwa-designation{
	font-size: 12px;
	margin-bottom:10px;
}
.ztwa-floating-outer-wrap.ztwa-single-template1 .ztwa-auto-text{
    font-size: 15px;
    line-height: 1.3;
    color:#414141;
}
.ztwa-single-account-wrap .ztwa-cta-text{
	font-size:15px;
	line-height: 1.3;
}
.ztwa-floating-outer-wrap .ztwa-designation-info span{
	display: block;
}
.ztwa-floating-outer-wrap .ztwa-response-intro{
	width:100%;
	font-size:16px;
}
.ztwa-floating-outer-wrap.ztwa-single-account-wrap .ztwa-chat-component-wrap .ztwa-chat-component-list{
	background-color:#e3e3e3;
	padding:20px;
}
.ztwa-mulit-account-wrap .ztwa-popup_notice,
.ztwa-mulit-account-wrap .ztwa-terms-condition{
	color:#000;
    margin-bottom:10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

body .ztwa-terms-condition{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;        
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body .ztwa-terms-condition a{
	margin-left:5px;
	color:#2db742;
}
body .ztwa-terms-condition input{
	margin-right: 15px;
}
body .ztwa-single-account-wrap .ztwa-terms-conditionn{
	margin:0;
	color:#000;
	font-size:14px;
}
.ztwa-single-account-wrap .ztwa-chat-component-wrap .ztwa-full-name{
	display: block;
	margin-bottom:10px;
	font-size:16px;
}
.ztwa-single-account-wrap .ztwa-terms-condition + .ztwa-chat-link-wrap{
	margin-top: 20px;
}
.ztwa-single-account-wrap .ztwa-chat-link-wrap{
	text-align: center;
}
.ztwa-single-account-wrap .ztwa-footer-wrap{
	padding:20px;
	background-color:#fff;
}
.ztwa-single-account-wrap.ztwa-single-template1 .ztwa-footer-wrap,
.ztwa-single-account-wrap.ztwa-single-template2 .ztwa-footer-wrap,
.ztwa-single-account-wrap.ztwa-single-template3 .ztwa-footer-wrap,
.ztwa-multi-template1 .ztwa-floating-popup-content .ztwa-chat-component-list{
	border-radius: 0 0 5px 5px;
}
.ztwa-multi-template2 .ztwa-floating-popup-content .ztwa-chat-component-list{
	border-radius: 0 0 20px 20px;
}
.ztwa-single-template3.ztwa-single-account-wrap .ztwa-chat-link-wrap{
	padding:0;
}
.ztwa-single-account-wrap .ztwa-chat-link-wrap a{
	display: inline-block;
	width: 100%;
	border-radius:5px;
	background-color:#2db742;
	color: #fff;
	padding:12px 10px;
	vertical-align: top; 
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
}
.ztwa-single-account-wrap.ztwa-single-template5 .ztwa-chat-link-wrap a{
	border-radius:20px;
}
.ztwa-floating-popup-content{
	padding: 20px;
}
.ztwa-popup-header{
	background-color:#2db742;
}
.ztwa-floating-outer-wrap.ztwa-mulit-account-wrap .ztwa-chat-component-wrap .ztwa-chat-component-inner-wrap{
	padding: 15px 20px;
	background-color:#f1f1f1;
}
.ztwa-floating-outer-wrap.ztwa-mulit-account-wrap .ztwa-chat-component-wrap .ztwa-chat-component-list{
	background-color: #fff;
    padding: 20px 20px 20px;
    max-height:250px;
    overflow-y: auto;
}
body .ztwa-mulit-account-wrap .ztwa-terms-condition{
	margin-bottom: 0;
}
.ztwa-mulit-account-wrap .ztwa-popup-header{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding:20px;
	color:#fff;
}
.ztwa-mulit-account-wrap .ztwa-popup-header-icon{
	max-width:60px;
}
.ztwa-mulit-account-wrap .ztwa-popup-header-icon i{
	font-size: 40px;
    width: auto;
    height: auto;
}
.ztwa-mulit-account-wrap .ztwa-chat-desc{
	padding-left:15px;
}

.ztwa-mulit-account-wrap .ztwa-chat-desc .ztwa-chat-title{
	font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.3;
}
.ztwa-mulit-account-wrap .ztwa-chat-desc .ztwa-response-intro{
	font-size:13px;
	line-height: 1.3;
}
.ztwa-mulit-account-wrap .ztwa-chat-desc .ztwa-chat-title + .ztwa-response-intro{
	margin-top:7px;
}

.ztwa-floating-outer-wrap.ztwa-left-position .ztwa-floating-popup-content{
	left: 0px;
	right: auto;
}

.ztwa-mulit-account-wrap.ztwa-multi-template2 .ztwa-popup-header{
	border-radius:20px 20px 0 0;
}
.ztwa-mulit-account-wrap.ztwa-multi-template2 .ztwa-chat-component-wrap{
	border-radius:0px 0px 20px 20px;
}
.ztwa-single-account-wrap .ztwa-popup-header{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.ztwa-floating-outer-wrap.ztwa-single-template2 .ztwa-chat-component-wrap span.ztwa-auto-text,
.ztwa-floating-outer-wrap.ztwa-single-template3 .ztwa-chat-component-wrap span.ztwa-auto-text{
	background-color: #fff;
    display: block;
    color: #000;
    padding: 15px;
    max-width: 226px;
    position: relative;
    font-size: 15px;
    border-radius: 0 5px 5px 5px;
}
.ztwa-floating-outer-wrap.ztwa-single-template2 .ztwa-chat-component-wrap span.ztwa-auto-text:before,
.ztwa-floating-outer-wrap.ztwa-single-template3 .ztwa-chat-component-wrap span.ztwa-auto-text:before{
	content:'';
	position: absolute;
	bottom:100%;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 0 7px;
	border-color: transparent transparent transparent #fff;
}

/**/


body .ztwa-whatsapp-wrap .ztwa-floating-close{
	position: absolute;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    right: 0;
    bottom: 100%;
    margin-bottom: 7px;
    background-color:#3BB84E;
    color: #fff;
    border-radius:5px;
    font-size:12px;
    box-shadow: 0 2px 6px 4px rgba(59, 184, 78, 0.24);
    -webkit-box-shadow: 0 2px 6px 4px rgba(59, 184, 78, 0.24);
    -moz-box-shadow: 0 2px 6px 4px rgba(59, 184, 78, 0.24);
    cursor:pointer;
}
body  .ztwa-single-account-wrap.ztwa-single-template5 .ztwa-floating-close,
body .ztwa-multi-template2 .ztwa-floating-close{
	border-radius: 50%;
}
body .ztwa-right-position .ztwa-whatsapp-wrap .ztwa-floating-close{
	right: auto;
	left:0;
}
body .ztwa-whatsapp-wrap .ztwa-multi-template3 .ztwa-floating-close,
body .ztwa-whatsapp-wrap .ztwa-multi-template5 .ztwa-floating-close{
	border-radius:0;
}
/*-----------------
ANIMATION
-------------------*/
.ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap,
.ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap  .ztwa-avatar{
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap.ztwa-template1:hover{
	-webkit-box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .3);
        box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .3);
}	
.ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap.ztwa-template3:hover,
.ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap.ztwa-template1:hover,
.ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap.ztwa-template2:hover{
	-webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
        transform: translateY(-3px);
}
.ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap.ztwa-template1.ztwa-disabled:hover,
.ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap.ztwa-template6:hover{
	-webkit-box-shadow:none;
    box-shadow:none;
}
.ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap.ztwa-template3.ztwa-disabled:hover,
.ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap.ztwa-template1.ztwa-disabled:hover,
.ztwa-whatsapp-wrap.ztwa-shortcode-outer-wrap.ztwa-template2.ztwa-disabled:hover{
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.ztwa-popup-custom-send-message-box{
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	z-index:99;
}
.ztwa-popup-custom-send-message-box .ztwa-close-inline-popup,
.ztwa-popup-custom-send-message-box .ztwa-send-custom-message-button-custom{
	width: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	text-align: center;
	background-color:rgba(37, 211, 102 ,1);
	color:#fff;
	cursor: pointer;
}
.ztwa-popup-custom-send-message-box .ztwa-close-inline-popup{
	left:0;
}
.ztwa-popup-custom-send-message-box .ztwa-send-custom-message-button-custom{
	right:0;
}
.ztwa-popup-custom-send-message-box .ztwa-close-inline-popup i,
.ztwa-popup-custom-send-message-box .ztwa-send-custom-message-button-custom i{
	position: relative;
	line-height: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ztwa-popup-custom-send-message-box .ztwa-input-text-field{
	padding:0px;
}
.ztwa-popup-custom-send-message-box .ztwa-custom-message-box,
.ztwa-popup-custom-send-message-box .ztwa-input-text-field,
.ztwa-popup-custom-send-message-box .ztwa-input-text-field textarea{
	height: 100%;
	width: 100%;
}
.ztwa-popup-custom-send-message-box .ztwa-input-text-field textarea{
    resize: none;
    padding: 10px 40px;
}
.ztwa-popup-custom-send-message-box{
	opacity: 0;
	visibility:hidden;
	transition: all 0.3s ease-in-out;
}
.ztwa-popup-custom-send-message-box.ztwa-active{
	opacity: 1;
	visibility: visible;
}
.ztwa-single-account-wrap .ztwa-custom-message-box{
	position: relative;
}
.ztwa-single-account-wrap .ztwa-terms-condition + .ztwa-custom-message-box{
	margin-top: 15px;
}
.ztwa-single-account-wrap .ztwa-custom-message-box input[type=text]{
	width: 100%;
    height: 35px;
    border-radius:5px;
    padding: 0 10px;
    outline: 0;
    box-shadow: none;
    border: 0;
    padding-right: 37px;
    background-color: #e3e3e3;
}

.ztwa-single-account-wrap .ztwa-custom-message-box .ztwa-send-custom-message-button-custom{
	position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    line-height:33px;
    width:31px;
    background-color: #3BB84E;
    color: #fff;
    font-size:12px;
    border-radius:5px;
    cursor: pointer;
    text-align: center;
}

body .ztwa-shortcode-outer-wrap.ztwa-template1 .ztwa-avatar{
	-webkit-box-shadow: 0 0 0 4px rgba(255,255,255,0.3);
    box-shadow: 0 0 0 4px rgba(255,255,255,0.3);
}
body .ztwa-mulit-account-wrap .ztwa-shortcode-outer-wrap.ztwa-template1 .ztwa-avatar{
	-webkit-box-shadow: 0 0 0 4px rgba(37,211,102,0.3);
    box-shadow: 0 0 0 4px rgba(37,211,102,1);
}

 body .ztwa-whatsapp-wrap .ztwa-error-message{
	color:red;
	opacity: 0.7;
	margin-top:10px;
	font-size: 0;
	transition:all 0.3s ease-in-out;
}
 body .ztwa-whatsapp-wrap  .ztwa-error-message.ztwa-active{
	font-size: 13px;
}
/*-------------------
ztwa-pop-up-menu css
--------------------*/
.ztwa-pop-up-menu{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
    align-items:center;
}
.ztwa-left-position .ztwa-pop-up-menu{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
body .ztwa-whatsapp-wrap .floating-button-template1,
body .ztwa-whatsapp-wrap .floating-button-template2,
body .ztwa-whatsapp-wrap .floating-button-template3,
body .ztwa-whatsapp-wrap .floating-button-template4,
body .ztwa-whatsapp-wrap .floating-button-template5 .ztwa-pop-up-text,
body .ztwa-whatsapp-wrap .floating-button-template5 .ztwa-pop-up-icon{
	background-color:#2db742;
}
body .ztwa-whatsapp-wrap .floating-button-template1,
body .ztwa-whatsapp-wrap .floating-button-template2{
	padding:10px 20px;
	border-radius:20px;
}
body .ztwa-whatsapp-wrap .floating-button-template1.ztfm-text-hidden ,
body .ztwa-whatsapp-wrap .floating-button-template2.ztfm-text-hidden{
	padding:15px 20px;
}
body .ztwa-whatsapp-wrap .floating-button-template3{
	padding:10px 60px 10px 20px;
	position: relative;
}
body .ztwa-whatsapp-wrap .floating-button-template3.ztfm-text-hidden{
	padding:10px;
	min-height:50px;
	min-width:50px;
}

body .ztwa-whatsapp-wrap .ztwa-left-position .floating-button-template3{
	padding:10px 20px 10px 60px;
}
body .ztwa-whatsapp-wrap .floating-button-template3:before{
	content: '';
	background-color:rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body .ztwa-whatsapp-wrap .floating-button-template3.ztfm-text-hidden:before{
	content:none;
}
body .ztwa-whatsapp-wrap .floating-button-template3:before,
body .ztwa-whatsapp-wrap .floating-button-template3 .ztwa-pop-up-icon{
	width: 50px;
	position: absolute;
	top:0;
	bottom: 0;
	right:0;
}
body .ztwa-whatsapp-wrap .ztwa-left-position .floating-button-template3:before,
body .ztwa-whatsapp-wrap .ztwa-left-position .floating-button-template3 .ztwa-pop-up-icon{
	right: auto;
	left:0;
}
body .ztwa-whatsapp-wrap .floating-button-template3 .ztwa-pop-up-icon i{
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
body .ztwa-whatsapp-wrap .floating-button-template3:before{
	border-radius:0 5px 5px 0;
}
body .ztwa-whatsapp-wrap .ztwa-left-position .floating-button-template3:before{
	border-radius:5px 0 0 5px;
}
body .ztwa-whatsapp-wrap .ztwa-left-position .floating-button-template3:hover:before,
body .ztwa-whatsapp-wrap .floating-button-template3:hover:before,
body .ztwa-whatsapp-wrap .floating-button-template3.ztwa-pop-up-text-active:before,
body .ztwa-whatsapp-wrap .ztwa-left-position .floating-button-template3.ztwa-pop-up-text-active:before{
	width: 100%;
	border-radius:5px;
}
body .ztwa-whatsapp-wrap .floating-button-template3.ztwa-left-position:before,
body .ztwa-whatsapp-wrap .floating-button-template3.ztwa-left-position .ztwa-pop-up-icon{
	right: auto;
	left: 0;
}
body .ztwa-whatsapp-wrap .floating-button-template3 .ztwa-pop-up-text{
	position: relative;
}
body .ztwa-whatsapp-wrap .floating-button-template2{
	border-radius:0px;
}
body .ztwa-whatsapp-wrap .floating-button-template3{
	border-radius: 5px;
}
body .ztwa-whatsapp-wrap .ztwa-pop-up-menu{
	cursor:pointer;
}
body .ztwa-whatsapp-wrap .ztwa-pop-up-menu.ztwa-pop-up-text-active{
	cursor:default;
}
body .ztwa-whatsapp-wrap .floating-button-template1 .ztwa-pop-up-text,
body .ztwa-whatsapp-wrap .floating-button-template1 .ztwa-pop-up-icon,
body .ztwa-whatsapp-wrap .floating-button-template2 .ztwa-pop-up-text,
body .ztwa-whatsapp-wrap .floating-button-template2 .ztwa-pop-up-icon,
body .ztwa-whatsapp-wrap .floating-button-template3 .ztwa-pop-up-text,
body .ztwa-whatsapp-wrap .floating-button-template3 .ztwa-pop-up-icon{
	color:#fff;
}
body .ztwa-whatsapp-wrap .floating-button-template1 .ztwa-pop-up-text,
body .ztwa-whatsapp-wrap .floating-button-template2 .ztwa-pop-up-text,
body .ztwa-whatsapp-wrap .floating-button-template3 .ztwa-pop-up-text{
	font-size:14px;
}
body .ztwa-whatsapp-wrap .floating-button-template1 .ztwa-pop-up-icon,
body .ztwa-whatsapp-wrap .floating-button-template2 .ztwa-pop-up-icon,
body .ztwa-whatsapp-wrap .floating-button-template3 .ztwa-pop-up-icon{
	font-size:18px;
}
body .ztwa-whatsapp-wrap .floating-button-template1 .ztwa-pop-up-text + .ztwa-pop-up-icon,
body .ztwa-whatsapp-wrap .floating-button-template2 .ztwa-pop-up-text + .ztwa-pop-up-icon{
	margin-left:10px;
}
body .ztwa-whatsapp-wrap .ztwa-left-position .floating-button-template1 .ztwa-pop-up-text + .ztwa-pop-up-icon,
body .ztwa-whatsapp-wrap .ztwa-left-position .floating-button-template2 .ztwa-pop-up-text + .ztwa-pop-up-icon{
	margin-right:10px;
	margin-left:auto;
}
body .ztwa-whatsapp-wrap .floating-button-template4{
	padding:20px 20px 25px 20px;
	text-align: center;
	-ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-orient:vertical;
	-webkit-box-direction:reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse;
    border-radius: 5px 5px 0 0;
    position: relative;
}
body .ztwa-whatsapp-wrap .floating-button-template4:after{
	content:'';
	position: absolute;
	background-color: rgba(0,0,0,0.2);
	width:100%;
	height: 5px;
	bottom:0;
	left:0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


body .ztwa-whatsapp-wrap .floating-button-template3.ztwa-pop-up-text-active:after{
	height:100%;
	border-radius:5px 5px 0 0;
}

/* Recent edits 1.0.2 */
.ztwa-image-icon{
	height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ztwa-image-icon img{
	width:20px;
	height:20px;
}

/*----------------------
Responsive Design css
-----------------------*/
@media only screen and (max-width: 840px) {
	.ztwa-floating-popup-content{
		width:300px;
	}
}
@media only screen and (max-width:480px) {
	.ztwa-floating-popup-content{
		width:100%;
		right:auto;
		left:auto;
	}
	.ztwa-floating-outer-wrap.ztwa-left-position,
	.ztwa-floating-outer-wrap.ztwa-right-position{
		left:20px;
		right:20px;
	}
	/*-------------------------
	shortcode responsiveness
	---------------------------*/
}

