
/*

01. Ball content

02. Woo Chat bot Message container
    -A Link Item

    -B Loading

03. wp Chat bot Message Editor

04. wp Chat bottom Tab Nav Editor

05. Tab Feature Product

06. Tab Cart

07. Product Details

*/

/*********************

01. Ball content wrapper

**********************/
.wp-chatbot-board-container {
	position: relative;
}

.wp-chatbot-board-container:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 20px;
	background: linear-gradient(rgba(255, 255, 255, 1), rgba(250, 250, 250, 0));
	z-index: 1;
	border-radius: 5px 5px 0 0;
}

/******************************

02. wp Chat bot Message container

*********************************/
.wp-chatbot-header {
	background-color: transparent;
	position: relative;
	padding: 0px 30px !important;
	text-align: center;
	z-index: 9;
}

#wpbot_language {
	color: #000 !important;
}

.wp-chatbot-header h3 {
	font-size: 14px;
}

#wp-chatbot-desktop-close {
	z-index: 99;
}

#wp-chatbot-desktop-reload {
	top: 2px;
	z-index: 99;
}

.wp-chatbot-content {
	position: relative;
}

ul.wp-chatbot-messages-container {
	position: relative;
}

ul.wp-chatbot-messages-container > li {
	margin-bottom: 10px;
	font-size: 14px;
	min-height: auto;
}

ul.wp-chatbot-messages-container > li:before {
	display: none;
}

ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
	padding-left: 35px;
}

ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
	padding-right: 35px;
}

ul.wp-chatbot-messages-container > li:first-child {
	padding: 0;
}

ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #70aca9;
	background-color: #70aca9;
	width: 30px;
	height: 30px;
	top: 0;
}

ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
	left: 0;
}

ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
	right: 0;
}

ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble {
	display: table;
	display: inline-block;
	border-radius: 16px;
	border-radius: 16px;
	line-height: 150%;
	word-wrap: break-word;
	padding: 12px 20px;
	position: relative;
	width: auto;
	max-width: 89%;
	color: #000;
	background-color: #f2f2f2;
}

ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
	color: #3e3d3d;
	box-shadow: none;
}

ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
	text-align: right;
	float: right;
	border-radius: 16px;
	border-radius: 16px;
	color: #999;
	color: #fff;
	padding: 12px 20px;
	position: relative;
	display: inline-block;
	width: auto;
	max-width: 75%;
	background-color: #000;
}

/************ 02.A Link Item*************/
span.qcld-chatbot-product-category, span.qcld-chatbot-support-items, span.qcld-chatbot-wildcard, 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: 1px solid rgba(128, 128, 128, .19);
	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;
}

/************* 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. wp Chat bottom Tab Nav Editor

**********************************/
.wp-chatbot-footer {
	background-color: #fff;
	box-shadow: 0 0 5px #b2b2b2;
	border-radius: 5px;
	position: relative;
	padding-top: 5px;
}

.wp-chatbot-tab-nav {
	padding-top: 5px;
}

.wp-chatbot-tab-nav ul {
	padding-right: 25px !important;
	padding-left: 5px !important;
}

.wp-chatbot-tab-nav ul li a {
	background-color: #f12036;
}

.wp-chatbot-tab-nav ul li:nth-child(2) {}

.wp-chatbot-tab-nav ul li.wp-chatbot-operation-active a {
	background-color: #0d98f3;
}

.wp-chatbot-tab-nav ul li.wp-chatbot-operation-active a:before, .wp-chatbot-tab-nav ul li:hover a:before {
	border: 3px solid #0d98f3;
}

.wp-chatbot-operation-active {
	margin-right: 9px !important;
}

/*******************************

03. wp Chat bot Message Editor

**********************************/
.wp-chatbot-editor-container {}

.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;
}

.wp-chatbot-editor-container button {
	width: 50px;
	height: 50px;
	background-color: #0d98f3;
	box-shadow: rgba(0, 77, 255, .5) 0px 4px 24px;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	right: 0px;
	margin-top: -25px;
}

.wp-chatbot-editor-container button:hover {
	background-color: #0d80d7;
}

/******************************************

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, .1);
	border-bottom: 1px solid #ddd;
}

.wp-chatbot-cart-single:nth-child(2n+1) {
	background-color: rgba(245, 245, 245, .5);
}

.wp-chatbot-cart-footer div a {
	text-decoration: none;
	background: linear-gradient(135deg, #2a27da, #0cf);
	color: #fff;
}

.wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a {
	background: linear-gradient(135deg, #2a27da, #0cf);
}

/***********************************

07. Product Details

************************************/
.wp-chatbot-product-details {
	box-shadow: 0 0 10px #ccc;
	background-color: #fff;
}

.wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore, .wp-chatbot-loadmore {
	border: 1px solid #70aca9;
	background: linear-gradient(135deg, #2a27da, #0cf);
	color: #fff;
	box-shadow: 0 0 2px #999;
}

.wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover, .wp-chatbot-loadmore:hover {
	background: #0cf;
	color: #fff;
}

/*************************

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, .63);
	padding: 4px;
	border-radius: 10px;
}

.wpbot-saas-live-chat {
	width: 310px;
	height: 500px;
	box-shadow: 0 5px 40px rgba(0, 0, 0, .16) !important;
	display: none;
}

.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="live-chat"] {
	background-position: -169px -8px;
}

.wp-chatbot-avatar img {
	height: auto !important;
}

.qcld_back_to_start_menu {
	cursor: pointer;
	height: 29px;
	width: 29px;
	position: absolute;
	left: 2px;
	line-height: 32px;
	z-index: 999;
	top: 50%;
	transform: translateY(-50%);
}

.wpbot_google_list {
	box-shadow: 0 2px 8px #bfbfbf;
	margin-right: 28px;
}

.wpbot_wiki_list a {
	margin-bottom: 10px;
	margin-right: 28px;
	box-shadow: 0 2px 8px #bfbfbf;
	display: block;
}

.wp-chatbot-header-style04 .qcld_back_to_start_menu {
	position: relative;
}

.wp-chatbot-header-style04 {
	text-align: center;
	margin: 0;
	padding: 0;
}

.wp-chatbot-header-style04 span {
	padding: 0 12px;
	z-index: 999999;
	position: relative;
}

.wp-chatbot-header-style04 {
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
	padding: 15px 0 0 0 !important;
}

.wp-chatbot-header-style04 span {
	padding: 0 12px;
	padding: 0 !important;
	z-index: 999999;
	position: relative;
	display: inline-block;
	margin: 0 39px;
	margin: 0 8px !important;
	background-color: transparent !important;
	border-radius: 50% !important;
	color: #888 !important;
	font-size: 15px !important;
	line-height: 27px !important;
	top: 0px !important;
	transform: translateY(0%) !important;
}

#wp-chatbot-desktop-reload {
	position: relative;
	right: 0;
}

#wp-chatbot-desktop-close {
	position: relative;
	right: 0;
}

.wp-chatbot-board-container:before {
	height: 100%;
	z-index: -1;
	border-radius: 0px 0px 5px 5px;
}

.wp-chatbot-footer {
	border-radius: 5px 5px 5px 5px;
}

.qcld_back_to_start_menu {
	left: 0;
}

.wp-chatbot-footer {
	box-shadow: none;
	padding-top: 0;
}

.wp-chatbot-editor-container {
	background: #f9f9f9;
	margin: 0;
	padding: 8px 12px;
}

.wp-chatbot-tab-nav {
	padding: 15px 5px;
}

.wp-chatbot-tab-nav ul li {
	margin: 0 0 0 0 !important;
	padding: 0 6px !important;
}

.wp-chatbot-tab-nav ul li a {
	background-color: #c9d2d8;
}

.wp-chatbot-tab-nav ul li a {
	margin: 5px 0;
}

.wp-chatbot-header-style04 {
	height: 80px;
}

#wpbot_language {
	top: 55px;
	z-index: 9999;
	margin: 6px 0 0 0;
}

.wp-chatbot-content {}

.wp-chatbot-footer {
	border-radius: 5px 5px 0 0;
}

.wp-chatbot-integration-button-container {
	left: -42px;
}

.wp-chatbot-tab-nav ul li.wp-chatbot-operation-active a:before, .wp-chatbot-tab-nav ul li:hover a:before {
	border: 3px solid #c9d2d8;
}

.wp-chatbot-tab-nav ul li.wp-chatbot-operation-active a {
	background-color: #c9d2d8;
}

.wave2 {
	position: absolute;
	top: -30px;
}

#wpbot_language {
	text-align: center;
}

.wp-chatbot-editor-container button {
	text-align: center;
	color: #000 !important;
}

.wave1, .wave2 {
	height: 30px;
	position: absolute;
	width: 100%;
	z-index: 12;
	left: 0;
	bottom: 0;
}

.wave2 {
	background: url("https://cdn-ileflij.nitrocdn.com/BIeLKxWSvpUEFsZcfykIWXqMuYSLLSMG/assets/images/optimized/rev-02a5824/scalermusic.com/wp-content/plugins/wpbot-pro-master/images/wave2.png") 0 0 repeat-x;
}

.wave2.nitro-lazy {
	background: none !important;
}

#wp-chatbot-email-transcript {
	position: unset;
	padding: unset;
	line-height: unset;
	transform: unset;
	color: #888 !important;
}

span.qcld-chatbot-default, span.qcld-chatbot-custom-intent, span.qcld-chatbot-site-search, span.qcld-chatbot-suggest-phone {
	color: rgba(44, 62, 80, 90%) !important;
}

.wp-chatbot-footer input[type=text]:focus {
	box-shadow: none;
}

.wp-chatbot-board-container.active-chat-board {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border-radius: 8px;
}

.wp-chatbot-board-container:before {
	border-radius: 8px;
}

.wp-chatbot-footer {
	border-radius: 8px;
}

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: #000;
	box-shadow: none !important;
	color: #fff;
}

ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
	padding-right: 12px;
}

ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
	right: 0;
	display: none;
	width: 0;
}

.wp-chatbot-header-style04 {
	height: 50px;
}

.wp-chatbot-editor-container {
	background: #fff;
	margin: 0 15px;
	padding: 4px 12px;
	border-radius: 24px;
	box-shadow: rgba(0, 0, 0, .2) 0px 0px 4px;
	overflow: hidden;
	position: relative;
	outline: #000 solid 0px;
	transition: outline-width 150ms;
}

.wp-chatbot-editor-container button {
	width: 36px;
	height: 36px;
	box-shadow: none;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	right: 0px;
	margin: -18px 8px 0 0;
	background: #eee !important;
}

.wp-chatbot-footer {
	background-color: rgba(255, 255, 255, 0);
	box-shadow: none;
}

.wp-chatbot-editor-container {
	background: rgba(255, 255, 255, 0);
}

.wp-chatbot-editor-container {
	background: #fff;
}

.wp-chatbot-footer {
	margin: -30px 0 0 0;
}

.wp-chatbot-content {
	padding: 15px 15px 40px 15px;
}

.wp-chatbot-shortcode-template-container span.qcld-chatbot-product-category:hover, .wp-chatbot-shortcode-template-container span.qcld-chatbot-support-items:hover, .wp-chatbot-shortcode-template-container span.qcld-chatbot-wildcard:hover, .wp-chatbot-shortcode-template-container span.qcld-chatbot-suggest-email:hover, span.qcld-chatbot-suggest-phone:hover, span.qcld-chatbot-site-search:hover, span.qcld-chatbot-default:hover, span.qcld-chatbot-custom-intent:hover, .wp-chatbot-shortcode-template-container span.qcld-chatbot-reset-btn:hover, .wp-chatbot-shortcode-template-container span.qcld-chat-common:hover, .wp-chatbot-shortcode-template-container #wp-chatbot-loadmore:hover, .wp-chatbot-loadmore:hover, .wp-chatbot-loadmore2:hover, .wp-chatbot-loadmore-saas:hover, .wp-chatbot-fuse-loadmore:hover {
	color: #fff !important;
	background-color: #000;
}

.wp-chatbot-header-style04 {
	border-bottom: 1px solid #eee;
}

#wp-chatbot-ball-container button#wp-chatbot-send-message i {
	font-size: 13px;
}

.wp-chatbot-header-style04 {
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
}

.wp-chatbot-header-style040-center-icon {
	display: flex;
}

.wp-chatbot-header-style04 .qcld_back_to_start_menu {
	position: relative;
	background: #f2f2f2 !important;
	line-height: 36px !important;
	width: 36px;
	height: 36px !important;
	top: -8px !important;
	color: #000 !important;
}

#wp-chatbot-desktop-close {
	position: relative;
	position: relative;
	right: 0;
	background: #f2f2f2 !important;
	line-height: 36px !important;
	width: 36px;
	height: 36px !important;
	top: -8px !important;
	color: #000 !important;
}

#wp-chatbot-desktop-close:hover {
	background: #000 !important;
	color: #fff !important;
}

div#wp-chatbot-ball-container {
	box-shadow: rgba(0, 0, 0, .16) 0px 5px 40px;
	border-radius: 12px;
}

.wp-chatbot-header-style040-center-icon {
	display: flex;
	margin: -3px 0 0 0;
}

#wpbot_language {
	z-index: 9999;
	margin: 6px 0 0 0;
	position: relative;
	top: -10px;
	right: 0;
	transform: none;
}

.wp-chatbot-header-style04 select:focus {
	box-shadow: none;
}

@media screen and (max-width: 767px) {
	.wpbot-saas-live-chat {
		width: 100% !important;
	}
}

/* Horizontal Scroll Effect CSS */
.qcld-horizontal-scroll .qcld-bottom-menu-wrapper {
	max-width: 500px;
	padding: 0 20px;
	margin: 15px auto 0 auto;
	position: relative;
	overflow: hidden;
}

.qcld-horizontal-scroll .qcld-bottom-menu-wrapper .qcld-bottom-menu-item {
	height: 100%;
	overflow: auto;
	white-space: nowrap;
}

.qcld-horizontal-scroll .qcld-bottom-menu-wrapper .qcld-bottom-menu-item span {
	display: inline-block;
	padding: 3px 15px;
	color: #333;
	font-size: 13px;
	margin-right: 0 !important;
}

.qcld-horizontal-scroll .qcld-bottom-menu-wrapper .qcld-bottom-menu-item span:hover {
	text-decoration: none;
}

.qcld-horizontal-scroll .qcld-bottom-menu-wrapper .qcld-bottom-menu-item span:first-child {
	padding-left: 5px;
}

.qcld-horizontal-scroll .qcld-bottom-menu-wrapper .qcld-bottom-menu-item::-webkit-scrollbar {
	display: none;
}

.qcld-horizontal-scroll .qcld-bottom-menu-wrapper .pointer {
	height: 40px;
	width: 30px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	top: 0;
}

.qcld-horizontal-scroll .qcld-bottom-menu-wrapper .pointer i {
	color: #333;
	cursor: pointer;
}

.qcld-horizontal-scroll .qcld-bottom-menu-wrapper .left-pointer {
	left: -10px;
}

.qcld-horizontal-scroll .qcld-bottom-menu-wrapper .right-pointer {
	right: -10px;
}

.qcld-horizontal-scroll a.active {
	color: red;
}

.qcld-horizontal-scroll .qcld-bottom-menu-wrapper .qcld-bottom-menu-item span:hover {
	color: #fff !important;
}

.qcld-horizontal-scroll {
	padding: 6px 12px;
}

.qcchatbot-template-04 .wpbot_card_caption {
	box-shadow: none !important;
	color: #fff !important;
	background-color: rgba(255, 255, 255, 0) !important;
	transform: none !important;
}

.qcchatbot-template-04 .wpb-search-result>p {
	padding: 8px 15px;
	max-width: 90%;
	box-shadow: 0 2px 3px #2e2e2e;
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 75%), inset 0 0 5px rgba(255, 255, 255, 76%);
	border-radius: 0 10px 10px 10px;
	border-radius: 6px;
	background: #f2f2f2;
	backdrop-filter: blur(0px);
	isolation: isolate;
}

.qcchatbot-template-04 .wpbot_card_image img {
	width: 25px !important;
	height: 25px !important;
	border-radius: 50%;
	display: inline-block;
	margin: 12px 0 0 12px;
}

.qcchatbot-template-04 .wpbot_card_wraper {
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 75%), inset 0 0 5px rgba(255, 255, 255, 76%);
	background: #f2f2f2;
	backdrop-filter: blur(0px);
	isolation: isolate;
	border-radius: 6px;
	width: 90%;
}

.qcchatbot-template-04 .wpb-search-result a {
	background: rgba(238, 238, 238, 0);
}

.qcchatbot-template-04 .qcchatbot-template-04 .wpbot_card_wraper .wpbot_card_caption.wpbot_card_caption_saas {
	box-shadow: none !important;
	background: none !important;
	backdrop-filter: none !important;
}

.qcchatbot-template-04 .wpbot_card_wraper .wpbot_card_caption p {
	font-size: 14px;
	color: #212121 !important;
	padding: 0 8px;
}

.qcchatbot-template-04 .wpbot_card_caption {
	margin-top: 0 !important;
}

.qcchatbot-template-04 .wpbot_card_wraper .wpbot_card_caption {
	width: 100%;
}

.qcchatbot-template-04 .wpbot_card_wraper .wpbot_card_caption {
	position: relative;
}

.qcchatbot-template-04 .wpb-search-result .wpbot_card_wraper a {
	padding: 0 !important;
	line-height: normal !important;
	padding-left: 0 !important;
}

.qcchatbot-template-04 .wpbot_card_wraper .wpbot_card_caption {
	margin: 0 !important;
	padding: 8px 6px 8px 6px !important;
}

.qcchatbot-template-04 .wpbot_card_wraper .wpbot_card_image {
	height: auto !important;
	overflow: unset !important;
}

.qcchatbot-template-04 .wp-chatbot-header {
	height: 50px !important;
}

.qcchatbot-template-04 .wp-chatbot-container {
	border-radius: 6px;
}

.qcchatbot-template-04 li.wp-chatbot-msg.wp-chatbot-msg-flat span {
	transition: transform .4s cubic-bezier(.175, .885, .32, 2.2);
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 75%), inset 0 0 5px rgba(255, 255, 255, 76%);
	background: #f2f2f2;
	backdrop-filter: blur(0px);
	isolation: isolate;
	color: #1d73b4 !important;
	margin: 2px 2px;
	border: 1px solid #fff !important;
}

.qcchatbot-template-04 .wpbot_card_wraper .wpbot_card_image a:hover .wpbot_card_caption.wpbot_card_caption_saas {
	box-shadow: none !important;
	background: no-repeat !important;
	backdrop-filter: none !important;
}

.qcchatbot-template-04 .wpbot_card_caption h2 {
	padding-left: 10px;
	color: #1d73b4 !important;
}

.qcchatbot-template-04 #wp-chatbot-desktop-reload {
	top: 14px;
}
