@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*...Friend list section...*/

.wbcaBodyHolder{
	clear:both;
	background-color:#ffffff;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-radius: 0px 0px 5px 5px;
}

.wpbot-saas-live-chat{
	border-radius: 0px 0px 5px 5px;
}

.wbcaBody {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: baseline;
	/*box-shadow: 0px 3px 1px -3px;*/
	font-size:13px;
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}
.live-chat {
    width: 65px;
    box-shadow: 0px 3px 9px -6px;
    border-radius: 50%;
    height: 65px;
}
.chatbot-shortcode-row .wbcaBody, .chatbot-theme-shortcode-container .wbcaBody{
	min-height: 620px;
}
.chatbot-shortcode-row #wbca_chat_body, .chatbot-theme-shortcode-container #wbca_chat_body{
	min-height: 575px;
}
.chatbot-shortcode-row .wpbot-saas-live-chat, .chatbot-theme-shortcode-container .wpbot-saas-live-chat{
	min-width: 375px;
}

.wbcaBodyLoading{
	background: url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/loading.gif) center center no-repeat;
	height:50px;
}
.wbcaTitle {
	cursor:pointer;
	background-color:#1e88e5;
	border-bottom:1px solid #1565c0;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	color:#ffffff;
}

.listOpenIcon:hover, .close:hover, .minus.hover, span.chatCloseIcon:hover{
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
	filter: alpha(opacity=70);
}
.wbcaTitle span{
	display:inline-block;
	font-size: 14px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}

.wbcaTitle span.chat-member{
	padding: 0px 5px;
}
.wbcaTitle span.chatIcon{
	width:16px; 
	height:16px;
	margin: 0px 10px;
	margin-top: 10px;
	float: left;
}
.wbcaTitle span.chatIcon.wbca_email{
	margin-top: 10px;
}
.wbcaTitle span.wbca_chat{
	background:url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/wbca_chat.png) no-repeat center center;
}

.wbcaTitle span.chatIcon img{
	border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.wbcaTitle span.listOpenIcon, .wbcaTitle span.chatCloseIcon{
	width:21px; height:21px;
	display:inline-block;
	float: right;
 	margin: 5px 10px 5px 0px;
	font-size:16px;
	line-height:21px;
	text-align:center;
}
.wbcaTitle span.chatCloseIcon{
	margin-top:6px;
	font-size: 20px;
    font-weight: 400;
}
/*...chat body section...*/

.wbca_chat_wrap {
	width: 100%;
}

#wbca_chat_body {
	overflow-x: hidden;
	overflow-y: auto;
	vertical-align: baseline;
	width:95%;
    padding-left: 10px;
}
#wbca_chat_footer {
	position:relative;
	height: 34px;
}

.wbcaBody #wbca_chat_footer input[type="text"] {
	width: 100%;
	border: none;
	padding: 8px 10px;
	margin: 0;
	font-size: 13px;
	background-color:transparent;
	border:0px;
	border-top:1px solid #EBEBEB;
}
a.btn-send-message {
    width: 70px;
    position: absolute;
    height: 64px;
    left: 290px;
}
.wbca_float_right_footer [type=file] + label {
    margin: 0;
    padding: 0;
    line-height: 0;
}
.wbcaBody #wbca_chat_footer > input:focus {
	background-color:#ffffff;
	outline: 0
}
.wbcaUser {
	float: left;
	max-width: 200px;
	margin: 5px 10px;
	font-size: 13px;
}

.wbcaEvents {
	float: right;
	margin:5px 8px 0px 10px;
}
.wbcaEvents i.close{
	display:inline-block; 
	width:21px; height:21px;
	font-size:28px;
	line-height:21px;
	text-align:center;
}
.wbcaEvents i{
	font-size:18px;
	margin-left:10px;
}

.wbcaOnline {
	color: #94CC66;
	font-size: 14px;
	margin-right: 3px;
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
	filter: alpha(opacity=90);
}
/*...message section...*/
.leftMessage {
	margin-right:5px;
	max-width: 78%;
}
.rightMessage{
	margin-left:5px;
}

/*...user online status...*/

i.chat_online_circle{
	background:url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/online.png) no-repeat;
	background-size:100%;
	-webkit-background-size: 100%;           /* Safari 3.0 */
     -moz-background-size: 100%;           /* Gecko 1.9.2 (Firefox 3.6) */
       -o-background-size: 100%; 
}
i.chat_offline_circle{
	background:url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/offline.png) no-repeat;
	background-size:100%;
	-webkit-background-size: 100%;           /* Safari 3.0 */
     -moz-background-size: 100%;           /* Gecko 1.9.2 (Firefox 3.6) */
       -o-background-size: 100%; 
}


/*......... register, login, message .............................*/

.wbca_message_wrap, .wbca_login_wrap, .wbca_logres_wrap, .wbca_register_wrap, .wbca_signup_wrap{
	padding:10px;
}
.wbca_register_wrap, .open-log-in, .wbca-hide{
	display:none;
}
.wbca_signup_wrap{
	    margin: 15% 0;
}
#wbca_type_suggest{
	margin: 10px;
    background: #f5f5f5;
    padding: 10px;
}
#wbca_type_suggest p{
	margin:0;
	padding:0;
}
.wbca_login_wrap .wbca_login_submit{
	display:inline-block;
}

.wbca_login_wrap .wbca_login_submit{
	text-align:right;
	width:44%;
}

.wbcaBody button:hover{
	background-color: #90a4ae;
}
.wbca_logres_wrap{
	padding:5px 0;
	text-align:center;
}
.wbcaBody textarea{
	height:80px;
}

/*..Ticker..... */

#wbca_type_suggest{
	position: relative;
}

#wbca_type_suggest .cursor{
	display: inline-block; 
	background: #565c61; 
	width: 1px; 
	height: 14px; 
	text-align: center;
}


/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
#wbcaChatWindow{
	width:100%;
}
}


/* ----------- iPhone 6 ----------- */

@media (max-width: 320px){
	#wbcaChatWindow{
		width:100%;
	}
}

span.wbca_mobile_ChatIcon.wbca_chat{
	min-width:34px;
	height:34px;
	border-radius:17px;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	position:fixed;
	right:0px;
	bottom:34px;
	cursor:pointer;
	z-index:90000;
}
.wbca_mobile_Chat{
	display:inline-block;
	margin-left: 35px;
	margin-right: 15px;
	line-height: 34px;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
}

span.wbca_mobile_ChatIcon.wbca_chat {
	background: #1e88e5 url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/wbca_chat.png) no-repeat 9px center;
}

/* ----------- iPhone 4, 4S, 5, 5s, 6, 6+ ----------- */


/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait),
  only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait),
  only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait),
  only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait),
  only screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait),
  only screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
	#wbcaChatWindow{
		width:100%;
	}
} 
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape),
  only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape),
  only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape),
  only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape),
  only screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape),
  only screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
	#wbcaChatWindow{
		width:100%;
	}
}
/* Portrait and Landscape ipad mini, 1, 2 */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	#wbcaChatWindow{
		width:100%;
	}	  

}
/* Portrait and Landscape 3, 4 */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	#wbcaChatWindow{
		width:100%;
	}
}
/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
	#wbcaChatWindow{
		width:100%;
	}
}
.wbca_header_txt{}
.wbca_header_txt p{font-size: 18px;text-align: center;}
.live-chat {
    background: #15b860 !important;
    color: #fff !important;
    border-radius: 5px 0 0 5px !important;
	font-size: 16px !important;
	height:auto !important;
	    cursor: pointer;
}
.wbcaTitle {
    display: flex;
}
.wbcaBodyHolder {
    border-bottom: 1px solid #EAEAEA;
}
.wbca_admin_message_row .wbcaMessage{

     background-color: #15b860;
    border-bottom-color: #15b860;	
	color: #fff;	
	max-width: 80%;
}
.wbca_client_message_row .wbcaMessage {
    background-color: #a4f3f6 !important;
    border-bottom-color: #a4f3f6 !important;
    color: #181818 !important;
	max-width: 80%;
}
.wbcaTitle {
    background-color: #15b860;
    border-bottom: 1px solid #15b860;
}
.wbcaContent {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.floting_live_chat {
    background: none !important;
    border: 2px solid #15b860 !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
     box-shadow: #767580 0px 4px 20px;
}
.wbcaTitle {
    background-color: #1e88e5;
    border-bottom: 1px solid #1e88e5;
}
.wbca_signup_wrap {
    margin: 15% 0;
}
.wbca_message_wrap p{
    font-size: 18px;
    text-align: center;
    color: #5a5a5a;	
}
.wbcaBody {
    width: 100%;
}
.wbcaBody input[type="text"], .wbcaBody input[type="password"], .wbcaFooter textarea, .wbcaBody textarea, #wbca_add_search_form input[type="text"], #wbca_add_search_form textarea, #wbca_edit_form input[type="text"], #wbca_edit_form textarea {
    width: 100%;
    max-width: 328px;
}
.wbcaBody select.inputbox {
    width: 100%;
    padding: 9px;
    border: 1px solid #ddd;
}
.wbcaTitle {
    display: flex;
    justify-content: space-between;
}
select:focus, textarea:focus, input[type='url']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='date']:focus, input[type='email']:focus, input[type='number']:focus, input[type='search']:focus, input[type='password']:focus, span.select2-container--default .select2-selection--single:focus {
    outline: none;
    border-color: #3eaf7c;
}



.wbcaBody button.button:hover {
    color: #fff;
    background-color: #33b0d9;
	transform: translate3d(0, -3px, 0);
}
.wbcaBody button.button {
    background: #1e88e5 !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 10px 40px !important;
    margin: 10px 0 0 0 !important;
}
.wbcaBody input[type="text"], .wbcaBody input[type="password"], .wbcaFooter textarea, .wbcaBody textarea, #wbca_add_search_form input[type="text"], #wbca_add_search_form textarea, #wbca_edit_form input[type="text"], #wbca_edit_form textarea {
    padding: 12px 8px !important;
}

.wpbot-saas-live-chat {
/*    max-height: 815px !important;
	height: 80vh !important;*/
}

.wpbot-saas-live-chat {
    bottom: 130px !important;
	box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
}


.wbcaBody {
    background-color: #ffffff;
    border-radius: 0px 0px 5px 5px;
}

.rightMessage span {
    font-size: 9px;
    color: #636363;
}
.leftMessage span{
    font-size: 10px;
    color: #fff;
}
.live-chat img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.wbca_client_message_row .wbcaMessage {
    background-color: #f1f1f1 !important;
    border-bottom-color: #f1f1f1 !important;
}
.wbcaContent {
    font-size: 12px;
}
#wbca_chat_footer input{
}
.wbca_float_right_footer {
    float: right;
    background: url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/send.png);
	width: 25px;
    height: 57px;
    background-position: center;
    background-repeat: no-repeat;
    padding-right: 20px;
    border-top: 1px solid #eee;
}
.wbca_float_left_footer {
    float: left;
    width: 76%;
}
.wbcaBody{
    max-height:685px !important;
}

.wpbot-saas-live-chat {
 max-height:715px !important; 
}
#wbca_chat_body{
	max-height:622px !important; 
}





/**************************************************************************
2. Ball Selector
**************************************************************************/
/*.floting_live_chat {
	position: relative;
	border-radius: 50%;
}
.floting_live_chat {
	opacity: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	animation: spin 2s linear infinite;
	border: 3px solid transparent;
	border-top-color: #9370DB;
}*/
.floting_live_chat_animation:before {
	content: "";
	position: absolute;
	top: -9px;
	left: -9px;
	right: -9px;
	bottom: -9px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #BA55D3;
	animation: spin 3s linear infinite;
}
.floting_live_chat_animation:after {
	content: "";
	position: absolute;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #FF00FF;
	animation: spin 1.5s linear infinite;
}
 @keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes spinHide {
 0% {
 opacity: 0;
}
 100% {
 opacity: 0;
}
}











.wbca_float_right_footer [type=file] {
  height: 0;
  overflow: hidden;
  width: 0;
}

.wbca_float_right_footer [type=file] + label {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: inherit;
  font-weight: 500;
  outline: none;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
}
.wbca_float_right_footer [type=file] + label.btn-upload {
  overflow: hidden;
}
.wbca_float_right_footer [type=file] + label.btn-upload:before {
  font-size: 100%;
  height: 100%;
  right: 130%;
  line-height: 3.3;
  position: absolute;
  top: 0px;
  transition: all 0.3s;
}

.wbca_float_right_footer {
    width: 90px;
    display: flex;
    align-items: center;
}
.wbca_float_left_footer {
    float: left;
    width: 70%;
}

.wbca_float_right_footer label.btn-upload img {
    max-width: 22px !important;
}/* CSS Document */
/* .... Message body ... */
.wbca-admin-wrap ul{
	list-style:none;
	margin:0;
	padding:0;
}
.wbca_client_message_row, .wbca_admin_message_row {
	padding: 15px 0px 0px 0px;
}
.wbca_client_message_row:first-child, .wbca_admin_message_row:first-child {
	margin-top: 0px
}

.wbca_client_message_row:last-child, .wbca_admin_message_row:last-child {
	margin-bottom: 15px
}
.wbca_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	border:0px;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:8px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	text-transform:inherit;
}
.wbca_button:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.wbca_button:active {
	position:relative;
	top:1px;
}

.wbcaBody button.button {
	min-width: 100px;
	max-width: 250px;
	display: block;
	margin: 1em 0;
	padding: .5em 1.2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	border: 1px solid #eaeaea;
	font-size: 1.15em;
	text-transform: inherit;
}
.wbcaBody button.button:focus {
	outline: none;
}
.wbcaBody button.button > span {
	vertical-align: middle;
}
/* Ujarak */
.wbcaBody .button--ujarak {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.wbcaBody .button--ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #37474f;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.wbcaBody .button--ujarak,
.wbcaBody .button--ujarak::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.wbcaBody .button--ujarak:hover {
	color: #fff;
	border-color: #37474f;
}
.wbcaBody .button--ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.wbcaBody input[type="text"], 
.wbcaBody input[type="password"],
.wbcaFooter textarea,
.wbcaBody textarea,
#wbca_add_search_form input[type="text"],
#wbca_add_search_form textarea,
#wbca_edit_form input[type="text"],
#wbca_edit_form textarea{
	border: 1px solid #eaeaea;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);
	background-color: transparent;
	background-image:none;
	font-family: inherit;
	border-radius: 0px;
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 13px;
	margin: 0px 0px 6px;
	padding: .7em;
	transition: all 0.15s linear 0s;
	width:100%;
}
 
#wbca_chat_footer input[type="text"]:focus, .wbcaFooter textarea:focus{
	background-color:transparent;
}
#wbca_chat_footer input[type="text"], .wbcaFooter textarea{
	margin: 0px;
	background-color:transparent;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#wbcaChatWindow input::-webkit-input-placeholder, 
.wbca-admin-wrap input::-webkit-input-placeholder,
#wbcaChatWindow textarea::-webkit-input-placeholder, 
.wbca-admin-wrap textarea::-webkit-input-placeholder {
   color: #757575;
}
#wbcaChatWindow input:-moz-placeholder, 
.wbca-admin-wrap input:-moz-placeholder,
#wbcaChatWindow textarea::-webkit-input-placeholder, 
.wbca-admin-wrap textarea::-webkit-input-placeholder{
   color: #757575;  
}
#wbcaChatWindow input::-moz-placeholder, 
.wbca-admin-wrap input::-moz-placeholder,
#wbcaChatWindow textarea::-webkit-input-placeholder, 
.wbca-admin-wrap textarea::-webkit-input-placeholder{
   color: #757575; 
}
#wbcaChatWindow input:-ms-input-placeholder, 
.wbca-admin-wrap input:-ms-input-placeholder,
#wbcaChatWindow textarea::-webkit-input-placeholder, 
.wbca-admin-wrap textarea::-webkit-input-placeholder{  
   color: #757575;  
}
.wbcaMessage {
	font-size: 13px;
	background-color:#ffffff;
	display: block;
	color: #373E4D;
	min-height: 14px;
	padding: 3px 10px;
	position: relative;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	border-bottom: 1px solid #c2c2c2;
}
/* .wbcaMessage:after, .wbcaMessage:before{
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
} */
/* .rightMessage:after, .leftMessage:after{border-width: 7px; margin-top: -7px;} 
.rightMessage:before, .leftMessage:before{border-width: 8px; margin-top: -8px;}

.rightMessage:after, .rightMessage:before {
	left: 100%;
	top: 13px;
	border-bottom: transparent;
} */

.leftMessage:after, .leftMessage:before {
	right: 100%;
	top: 13px;
	border-bottom: transparent;
}

.leftMessage:after{border-color: rgba(255, 255, 255, 0);border-right-color: #ffffff;}
.leftMessage:before{border-color: rgba(218, 222, 225, 0);border-right-color: #ffffff;}
.rightMessage:after{border-color: rgba(255, 255, 255, 0);border-left-color: #ffffff;}
.rightMessage:before{border-color: rgba(218, 222, 225, 0);border-left-color: #ffffff;}

	
.wbca_image > img {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}
.floatLeft, .leftImage {
	float: left;
}
.floatRight, .rightImage {
	float: right;
}

.leftMessage {
	margin-left: 8px;
	float:left;
}
.rightMessage{
	margin-right: 8px;
	float:right;
}
.leftMessage, .rightMessage{
	position:relative;
}
.wbca-clear:after, .wbca-clear:before {
     visibility: hidden;
     display: table;
     font-size: 0;
     content: " ";
     clear: both;
     height: 1px; 
	 margin-top:-1px;
}

* html .wbca-clear { height: 1px; margin-top:-1px;}

/*.........Sound alert .............................*/

#wbca_alert{position:fixed; bottom:0; left:0; display:none;}

.wbca_error, .wbca_success{
	padding: 10px;
	margin: 0 0 10px;
	display:block;
	
}
.wbca_error{ 
	color:#ED4337;
	background-color: #f2dede;
}
.wbca_success{
	color: #008000;
	background-color: #dff0d8;
}
.wbca_hide, #wbca_msg_notify, #wbca_type_suggest{
	display:none;
}
.wbca_center{
	text-align:center;
}
.wbca_spinnerx16{
	background-image:url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/loaderx16.gif);
	background-repeat:no-repeat;
	display:inline-block;
	width:16px;
	height:16px;
}
i.wbca_delete{
	position:absolute;
	top:50%;
	right:50%;
	margin-top:-8px;
	margin-right:-8px;
}
i.wbca_btn_spin{
	margin-left: 5px;
    margin-bottom: -3px;
}
i.wbca_left_spin{
	margin-right: 5px;
    margin-bottom: -3px;
}
.livechat-select-department{
    width: 100% !important;
    padding: 8px;
    border-color: #ddd !important;
	color: #777;
}
/*....wbca_box .... */

.ispbox {position:absolute; display:none; padding:14px 17px; z-index:900; font-size:14px;}
.ispinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/loaderx16.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.ispmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.ispclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/close.png) no-repeat}
.ispclose:hover {background-position:0 -30px}

#wbca_box_error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0 ; font-size:14px;}
#wbca_box_error .ispcontent {padding:5px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#wbca_box_success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:5px 10px; -moz-border-radius:0; border-radius:0; font-size:14px;}
#bluemask {background:#4195aa}
#frameless {padding:0}
#frameless .ispclose {left:6px}

.ui.button .dashicons.dashicons-paperclip {
    font-size: 12px;
    width: 15px;
    height: 12px;
}