/*

01. Ball content
02. Woo Chat bot Message container
    -A Link Item
    -B Loading
03. Woo Chat bot Message Editor
04. Woo Chat bottom Tab Nav Editor
05. Tab Feature Product
06. Tab Cart
07. Product Details
*/
#wp-chatbot-chat-container {
    right: 0 !important;
    bottom: 15px !important;
    transform: translateX(274px);
    transition: 1s;
}
#wp-chatbot-notification-container{
    display: none !important;
}
/*********************
01. Ball content wrapper
*********************/
.wp-chatbot-board-container {
    width: 280px;
    position: relative;
    display: block;
}

/******************************
02. Woo Chat bot Message container
*********************************/
.slimScrollDiv {
    display: none;
}

.wp-chatbot-content {
    position: relative;
	max-height: calc(85vh - 66px);
    height: auto !important;	
}
.wp-chatbot-shortcode-template-container span.qcld-chatbot-product-category, .wp-chatbot-shortcode-template-container span.qcld-chatbot-support-items, .wp-chatbot-shortcode-template-container span.qcld-chatbot-wildcard, .wp-chatbot-shortcode-template-container span.qcld-chatbot-suggest-email, span.qcld-chatbot-suggest-phone, span.qcld-chatbot-site-search, span.qcld-chatbot-default, span.qcld-chatbot-custom-intent, .wp-chatbot-shortcode-template-container span.qcld-chatbot-reset-btn, .wp-chatbot-shortcode-template-container span.qcld-chat-common, .wp-chatbot-shortcode-template-container #wp-chatbot-loadmore, .wp-chatbot-loadmore, .wp-chatbot-loadmore2, .wp-chatbot-loadmore-saas, .wp-chatbot-fuse-loadmore {
    border-radius: 30px 30px 30px 0px;
    background-image: linear-gradient(to right, #31b7f5 0%, #8cdff8 51%, #a1c4fd 100%);
    color: #ffffff;
    box-shadow: 0 0 20px 2px rgb(0 0 0 / 10%);
    border: none;
    background-size: 200% auto;
}
@media screen and (max-width: 767px) {
	.wp-chatbot-content {
		max-height: calc(90vh - 66px);
	}
}

ul.wp-chatbot-messages-container {
    position: relative;
    overflow: visible;
	
}

ul.wp-chatbot-messages-container > li {
    margin-bottom: 12px;
    font-size: 14px;
    min-height: auto;

}

ul.wp-chatbot-messages-container > li:before {
    display: none;
}

ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar,
.wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
    display: none;
}

ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble {
    display: block;
    padding: 15px;
    max-width: 90%;
    margin: 0px auto;
    line-height: 150%;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
    word-wrap: break-word;
}

ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph, .wp-chatbot-bubble {
    border-radius: 30px 30px 30px 0px;
    background-color: #31b7f5;
    color: #ffffff;
}

ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph.wp-chatbot-proactive {
    background-color: #31b7f5 !important;
    color: #ffffff !important;
}

ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
    border-radius: 30px 30px 0px 30px;
    background-color: #fff;
}

/************ 02.A Link Item*************/

span.qcld-chatbot-product-category,
span.qcld-chatbot-support-items,
span.qcld-chatbot-wildcard,
div.qcld_new_start_button,
span.qcld-chatbot-suggest-email,
span.qcld-chatbot-reset-btn,
#wp-chatbot-loadmore,
.wp-chatbot-shortcode-template-container span.qcld-chatbot-product-category,
.wp-chatbot-shortcode-template-container span.qcld-chatbot-support-items,
.wp-chatbot-shortcode-template-container span.qcld-chatbot-wildcard,
.wp-chatbot-shortcode-template-container span.wp-chatbot-card-button,
.wp-chatbot-shortcode-template-container span.qcld-chatbot-suggest-email,
span.qcld-chatbot-suggest-phone,
.wp-chatbot-shortcode-template-container span.qcld-chatbot-reset-btn,
.wp-chatbot-shortcode-template-container #wp-chatbot-loadmore, .wp-chatbot-loadmore {
    border-radius: 30px 30px 30px 0px;
    background-image: linear-gradient(to right, #31b7f5 0%, #8cdff8 51%, #a1c4fd 100%);
    color: #ffffff;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
    border: none;
    background-size: 200% auto;
}

span.qcld-chatbot-product-category:hover,
span.qcld-chatbot-support-items:hover,
span.qcld-chatbot-wildcard:hover,
span.qcld-chatbot-suggest-email:hover,
span.qcld-chatbot-reset-btn:hover,
#wp-chatbot-loadmore:hover, .wp-chatbot-loadmore:hover {
    background-position: right center;
    box-shadow: none;

}

.qcld-chatbot-reset-btn {
    min-width: 70px;
}

.wp-chatbot-agent-profile {
    
    padding-left: 0px !important;

}

/************* 02.B Loading **************/

ul.wp-chatbot-messages-container > li .wp-chatbot-paragraph img.wp-chatbot-comment-loader {
    background-color: #fff;
    padding: 1px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}

/*******************************

04. Woo Chat bottom Tab Nav Editor

**********************************/

.wp-chatbot-footer {
    position: relative;
    border-radius: 30px 30px 0px 30px;
    background-color: #fff;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0 16px;
}

.wp-chatbot-tab-nav {
    padding: 7px 7px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
}

.wp-chatbot-tab-nav ul {
    justify-content: start;
    padding-right: 25px !important;
}

.wp-chatbot-tab-nav ul li a:hover {
    background-color: #e5e5e5;
}



.wp-chatbot-tab-nav ul li.wp-chatbot-operation-active a {
    
}

.wp-chatbot-tab-nav ul li.wp-chatbot-operation-active a:before, .wp-chatbot-tab-nav ul li:hover a:before {
    display: none;
}

.wp-chatbot-operation-active{
    margin-right: 9px !important;
}
#wp-chatbot-send-message{
    display:none;
}

.wp-chatbot-tab-nav ul li a[data-option="chat"] {
    width: 84px;
    font-size: 12px;
    height: 24px;
    margin: 5px;
    border-radius: 20px;
    box-sizing: border-box;
    background-image: none;
    line-height: 25px;
    color: #615f5f;
    background-color: #e5e5e5;
}

.wp-chatbot-tab-nav ul li a[data-option="chat"]:after, .wp-chatbot-tab-nav ul li:before {
    display: none;
}
.wp-chatbot-tab-nav ul li a[data-option="recent"] {
    background-position: -7px -47px;
}
.wp-chatbot-tab-nav ul li a[data-option="help"] {
    background-position: -129px -47px;
}

.wpbot-saas-live-chat{
	width: 278px !important;
    height: 500px !important;
    box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
    display:none;
}
.wbcaBody{
    height: 470px !important;
}
#wbca_chat_body{
    height: 410px !important;
}
.wpchat_header_left{
	display:inline-block;
}
.wpchat_header_left span{    font-size: 22px;
    padding: 0px 10px;	}
.wpchat_header_right {
    float: right;
    margin-right: 12px;
}
.wp-chatbot-tab-nav ul li a[data-option="cart"] {
    background-position: -47px -47px;
}
/*******************************

03. Woo Chat bot Message Editor

**********************************/

.wp-chatbot-editor-container {
    position: relative;
}

.wp-chatbot-editor-container input {
    color: #0a2d2b;
    width: 100%;

}

.wp-chatbot-editor-container input::placeholder {
    color: #0a2d2b;
}

.wp-chatbot-editor-container input::-webkit-input-placeholder {
    color: #0a2d2b;
}

.wp-chatbot-editor-container input::-moz-placeholder {
    color: #0a2d2b;
}

.wp-chatbot-editor-container input:-ms-input-placeholder {
    color: #0a2d2b;
}

.wp-chatbot-editor-container input:-moz-placeholder {
    color: #0a2d2b;
}

/******************************************

05. Tab Feature Product

*********************************************/

.wp-chatbot-agent-profile {
    position: relative;
    padding-left: 35px;
    padding-top: 30px;
    box-sizing: border-box;
    word-wrap: break-word;
    list-style: none;
    display: block;
    clear: both;
    line-height: 150%;
    min-height: 50px;
    margin: 0 0 10px 0;
}

.wp-chatbot-widget-title {
    color: #353535;
    text-align: center;
    padding-bottom: 10px;
}

/*************************************

06. Tab Cart

**************************************/

.wp-chatbot-cart-header {
    background-color: #F5F5F5;
}

.wp-chatbot-cart-single {
    background-color: rgba(245, 245, 245, 0.1);
    border-bottom: 1px solid #dddddd;
}

.wp-chatbot-cart-single:nth-child(2n+1) {
    background-color: rgba(245, 245, 245, 0.5);
}

.wp-chatbot-cart-footer div a {
    text-decoration: none;
    background: linear-gradient(135deg, rgb(42, 39, 218), rgb(0, 204, 255));
    color: #ffffff;
}

.wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a {
    background: linear-gradient(135deg, rgb(42, 39, 218), rgb(0, 204, 255));
}

/***********************************

07. Product Details

************************************/
.active-chatbot-product-details {
    margin: 0;
    bottom: 0;
}

.wp-chatbot-product-details {
    box-shadow: 0 0 10px #ccc;
    background-color: #FFFFFF;
}

.wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore, .wp-chatbot-loadmore {
    border: 1px solid #70aca9;
    background: linear-gradient(135deg, rgb(42, 39, 218), rgb(0, 204, 255));
    color: #ffffff;
    box-shadow: 0 0 2px #999;
}

.wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover, .wp-chatbot-loadmore:hover {
    background: rgb(0, 204, 255);
    color: #ffffff;
}

/*************************

Notification

**************************/
.wp-chatbot-notification-container {
    display: none;
}

/*************************

Ball

**************************/
#wp-chatbot-ball {
    position: absolute;
    right: 100%;
    bottom: 0;
}

/*************************

Right-to-left text direction

**************************/

.wp-chatbot-rtl {
    text-align: right;
    direction: RTL;
}

.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg, .wp-chatbot-rtl .wp-chatbot-agent-profile {
    padding: 0 50px 0 0;
}

.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg.wp-chatbot-msg-flat {
    padding: 0;
}

.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg > .wp-chatbot-paragraph {
    display: table;
    max-width: 90%;
    float: right;
    text-align: right;
}

.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar,
.wp-chatbot-rtl .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
    right: 0;
    left: auto;
}

.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
    padding: 0 0 0 50px;
}

.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
    left: 0;
    right: auto;
}

.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph {
    display: table;
    max-width: 90%;
    float: left;
    text-align: left;
}

.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
    margin-left: 0;
}

.wp-chatbot-rtl .wp-chatbot-editor-container input {
    text-align: right;
    direction: RTL;
}

.wp-chatbot-rtl .wp-chatbot-products-area ul li:nth-child(2n+2) {
    margin: auto;
}

.wp-chatbot-rtl .wp-chatbot-products-area ul li {
    margin: 1%;
    vertical-align: middle;
}

/**********************
integration
************************/
.wp-chatbot-integration-button-container {
    background-color: rgba(255, 255, 255, 0.63);
    border-radius: 10px;
    top: -50px;
    bottom: auto !important;
    text-align: center;
    left: 0px;
    width: 279px;
}
.wp-chatbot-integration-button-container a{
	display: inline-block;	
	vertical-align: middle;
}
.wp-chatbot-integration-button-container a#wpbot_live_chat_floating_btn{
	display: inline-block;
	vertical-align: top;
}

ul.wp-chatbot-messages-container > li:nth-last-child(-n+3) {
    display: block;
}

.wp-chatbot-container {
    background: none !important;
}
.wp-chatbot-paragraph {
    color: #43454b !important;
}
.wpb-search-result>p{color:#43454b !important;}

#wpbot_voice_message_floating_btn{
    display: inline-block !important;
}

.wp-chatbot-header{
    background: #ffffffb8;
    border-radius: 8px;
}
.wpbot_google_list {
    box-shadow: 0 2px 8px #bfbfbf;
}
.wpbot_wiki_list a{
    box-shadow: 0 2px 8px #bfbfbf;
    display:block;
}

@media screen and (max-width: 767px) {
    .wpbot-saas-live-chat {
        width: 100% !important;
    }
    }