PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.8.0
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.8.0
8.8.0 8.7.9 8.7.8 8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 All 536 releases
← All changes | templates/template-horizontal/style.css +793 -689 8.5.6 → 8.8.0 View file →
@@ -1,690 +1,794 @@
1 -/*
2 -01. Ball content
3 -02. wp Chat bot Message container
4 - -A Link Item
5 - -B Loading
6 -03. wp Chat bot Message Editor
7 -04. wp Chat bottom Tab Nav Editor
8 -05. Tab Feature Product
9 -06. Tab Cart
10 -07. Product Details
11 -*/
12 -/*********************
13 -01. Ball content wrapper
14 -**********************/
15 -.wp-chatbot-board-container {
16 - border-radius: 5px;
17 - box-shadow: 0 5px 31px rgba(0, 0, 0, .30);
18 - background: #deebe9 url("../../images/tpl-one-header.png") no-repeat top center;
19 - background-size: contain;
20 -}
21 -/******************************
22 -02. wp Chat bot Message container
23 -*********************************/
24 -.wp-chatbot-header {
25 - background-color: #70aca9;
26 -}
27 -.wp-chatbot-header h3 {
28 - color: #ffffff;
29 - font-size: 18px !important;
30 - letter-spacing: 1px;
31 -}
32 -.wp-chatbot-editor-container input {
33 - width: 100%;
34 -}
35 -ul.wp-chatbot-messages-container > li {
36 - margin-bottom: 10px;
37 - padding-top: 30px;
38 - font-size: 14px;
39 -}
40 -ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
41 - padding-left: 36px;
42 -}
43 -ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
44 - padding-right: 35px;
45 -}
46 -ul.wp-chatbot-messages-container > li:first-child {
47 - padding: 0;
48 -}
49 -ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
50 - position: absolute;
51 - border-radius: 50%;
52 - overflow: hidden;
53 - border: 2px solid #70aca9;
54 - background-color: #70aca9;
55 - width: 40px;
56 - height: 40px;
57 - top: 0;
58 -}
59 -ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
60 - left: 0;
61 -}
62 -ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
63 - right: 0;
64 -}
65 -ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble {
66 -
67 - padding: 8px 15px;
68 - width: 90%;
69 - background-color: #fff;
70 - border-radius: 10px;
71 - line-height: 150%;
72 - -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7)"; /*IE 8*/
73 - -moz-box-shadow: 1px 1px 1px #77bdb7; /*FF 3.5+*/
74 - -webkit-box-shadow: 1px 1px 1px #77bdb7; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
75 - box-shadow: 1px 1px 1px #77bdb7; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
76 - filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7); /*IE 5.5-7*/
77 -}
78 -li.wp-chatbot-msg .wp-chatbot-paragraph {
79 -
80 -}
81 -
82 -ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble {
83 - text-align: left;
84 -}
85 -
86 -.wp-chat-user-msg .wp-chatbot-paragraph {
87 - display: flex;
88 - justify-content: flex-end;
89 - align-items: flex-start;
90 - align-content: center;
91 - flex-wrap: wrap;
92 -}
93 -ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
94 - box-shadow: none;
95 -}
96 -ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
97 - text-align: right;
98 - float: right;
99 - border-radius: 10px 10px 10px 10px;
100 - color: #999;
101 -}
102 -/************ 02.A Link Item*************/
103 -span.qcld-chatbot-product-category,
104 -span.qcld-chatbot-support-items,
105 -span.qcld-chatbot-wildcard,
106 -span.qcld-chatbot-suggest-email,
107 -span.qcld-chatbot-reset-btn,
108 -#wp-chatbot-loadmore, .wp-chatbot-loadmore {
109 - color: #000000;
110 - background-size: 200% auto;
111 - box-shadow: 0 5px 15px #c3c3c3;
112 - border: 1px solid #80808030;
113 -}
114 -.wp-chatbot-editor-container button{
115 - color: #888 !important;;
116 -}
117 -span.qcld-chatbot-product-category:hover,
118 -span.qcld-chatbot-support-items:hover,
119 -span.qcld-chatbot-wildcard:hover,
120 -span.qcld-chatbot-suggest-email:hover,
121 -span.qcld-chatbot-reset-btn:hover,
122 -#wp-chatbot-loadmore:hover, .wp-chatbot-loadmore:hover {
123 - background-position: right center;
124 - box-shadow: none;
125 -}
126 -/************* 02.B Loading **************/
127 -ul.wp-chatbot-messages-container > li .wp-chatbot-paragraph img.wp-chatbot-comment-loader {
128 - background-color: #fff;
129 - padding: 1px;
130 - border-radius: 5px;
131 - margin: 0 auto;
132 - display: block;
133 -}
134 -/*******************************
135 -03. wp Chat bot Message Editor
136 -**********************************/
137 -.wp-chatbot-editor-container {
138 - border-top: 1px solid #deebe9;
139 -}
140 -.wp-chatbot-editor-container input {
141 - color: #0a2d2b;
142 -}
143 -.wp-chatbot-editor-container input::placeholder {
144 - color: #0a2d2b;
145 -}
146 -.wp-chatbot-editor-container input::-webkit-input-placeholder {
147 - color: #0a2d2b;
148 -}
149 -.wp-chatbot-editor-container input::-moz-placeholder {
150 - color: #0a2d2b;
151 -}
152 -.wp-chatbot-editor-container input:-ms-input-placeholder {
153 - color: #0a2d2b;
154 -}
155 -.wp-chatbot-editor-container input:-moz-placeholder {
156 - color: #0a2d2b;
157 -}
158 -/*******************************
159 -04. wp Chat bottom Tab Nav Editor
160 -**********************************/
161 -.wp-chatbot-footer {
162 - background: url("../../images/tpl-one-footer.png") repeat-x left top;
163 - background-color: #9ec3c0;
164 - border-radius: 0 0 5px 5px;
165 -}
166 -.wp-chatbot-tab-nav {
167 - background-color: #9ec3c0;
168 - border-radius: 0 0 5px 5px;
169 -}
170 -.wp-chatbot-tab-nav ul li:before {
171 - /* background: linear-gradient(transparent 50%, #9ec3c0 50%);
172 - background-size: 200%, 100%;*/
173 -}
174 -/******************************************
175 -05. Tab Feature Product
176 -*********************************************/
177 -.wp-chatbot-agent-profile {
178 - position: relative;
179 - padding-left: 35px;
180 - padding-top: 30px;
181 - box-sizing: border-box;
182 - word-wrap: break-word;
183 - list-style: none;
184 - display: block;
185 - clear: both;
186 - line-height: 150%;
187 - min-height: 50px;
188 - margin: 0 0 10px 0;
189 -}
190 -.wp-chatbot-widget-title {
191 - color: #353535;
192 - text-align: center;
193 - padding-bottom: 10px;
194 -}
195 -/*************************************
196 -06. Tab Cart
197 -**************************************/
198 -.wp-chatbot-cart-header {
199 - background-color: #F5F5F5;
200 -}
201 -.wp-chatbot-cart-single {
202 - background-color: rgba(245, 245, 245, 0.1);
203 - border-bottom: 1px solid #dddddd;
204 -}
205 -.wp-chatbot-cart-single:nth-child(2n+1) {
206 - background-color: rgba(245, 245, 245, 0.5);
207 -}
208 -.wp-chatbot-cart-footer div a {
209 - text-decoration: none;
210 - background: #70aca9;
211 - color: #ffffff;
212 -}
213 -.wpbot-saas-live-chat{
214 - width: 310px;
215 - height: 500px;
216 - box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
217 - display:none;
218 -}
219 -.wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a {
220 - background: #5a8c89;
221 -}
222 -/***********************************
223 -07. Product Details
224 -************************************/
225 -.wp-chatbot-product-details {
226 - box-shadow: 0 0 10px #ccc;
227 - background-color: #deebe9;
228 -}
229 -.wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore, .wp-chatbot-loadmore {
230 - border: 1px solid #70aca9;
231 - background: #70aca9;
232 - color: #ffffff;
233 - box-shadow: 0 0 2px #999;
234 -}
235 -.wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover, .wp-chatbot-loadmore:hover {
236 - background: #5a8c89;
237 - color: #ffffff;
238 -}
239 -/*************************
240 -Right-to-left text direction
241 -**************************/
242 -.wp-chatbot-rtl {
243 - text-align: right;
244 - direction: RTL;
245 -}
246 -.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg, .wp-chatbot-rtl .wp-chatbot-agent-profile {
247 - padding: 0 50px 0 0;
248 -}
249 -.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg.wp-chatbot-msg-flat {
250 - padding: 0;
251 -}
252 -.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg > .wp-chatbot-paragraph {
253 - display: table;
254 - max-width: 90%;
255 - float: right;
256 - text-align: right;
257 -}
258 -.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar,
259 -.wp-chatbot-rtl .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
260 - right: 0;
261 - left: auto;
262 -}
263 -.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
264 - padding: 0 0 0 50px;
265 -}
266 -.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
267 - left: 0;
268 - right: auto;
269 -}
270 -.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph {
271 - display: table;
272 - max-width: 90%;
273 - float: left;
274 - text-align: left;
275 -}
276 -.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
277 - margin-left: 0;
278 -}
279 -.wp-chatbot-rtl .wp-chatbot-editor-container input {
280 - text-align: right;
281 - direction: RTL;
282 -}
283 -.wp-chatbot-rtl .wp-chatbot-products-area ul li:nth-child(2n+2) {
284 - margin: auto;
285 -}
286 -.wp-chatbot-rtl .wp-chatbot-products-area ul li {
287 - margin: 1%;
288 - vertical-align: middle;
289 -}
290 -.wpb-search-result{}
291 -.wpb-search-result p{}
292 -.wpb-search-result a{ display: block;
293 - background: #eee;
294 - padding: 4px 5px;
295 - line-height: 20px;padding-left:20px;margin-bottom: 0;}
296 -.wpb-search-result a:before {
297 - font-style: normal;
298 - font-weight: normal;
299 - text-decoration: inherit;
300 - color: #000;
301 - font-size: 18px;
302 - position: absolute;
303 - left: 58px;
304 - line-height: 1;
305 - font-weight: bold;
306 - color: #7d7b7b;
307 -}
308 -.wpchat_header_left{
309 - display:inline-block;
310 -}
311 -.wpchat_header_left span{ font-size: 22px;
312 - padding: 0px 10px; }
313 -.wpchat_header_right {
314 - float: right;
315 - margin-right: 12px;
316 -}
317 -.wp-chatbot-tab-nav ul li a[data-option="live-chat"] {
318 - background-position: -169px -8px;
319 -}
320 -/*
321 -.wp-chatbot-container, .wp-chatbot-board-container.active-chat-board, .slimScrollDiv{
322 - border-radius: 7px;
323 -}
324 -*/
325 -/* Start Menu Interface style */
326 -.wp-chatbot-start-header {
327 - background: linear-gradient(135deg, #a4ccc9 0%, #3ba9a1 100%) !important;
328 -}
329 -.wp-chatbot-start-content-single {
330 - box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px 0px, rgb(116 182 167 / 50%) 0px 2px 0px 0px inset !important;
331 -}
332 -.qc-new-conversation-button{color: rgb(103 183 177) !important;border: 1px solid rgb(103 183 177) !important;}
333 -.qcld-new-conv-button path {
334 - fill: rgb(103 183 177);
335 -}
336 -.qc-new-conversation-button:hover{background: #fff !important}
337 -.qcwp-chatbot-search-article-submit {
338 - background-color: rgb(103 183 177) !important;
339 -}
340 -.qcld_back_to_start_menu{
341 - position: absolute;
342 - left: 2px;
343 - line-height: 32px;
344 - margin-left: 10px;
345 - top: 50%;
346 - transform: translateY(-50%);
347 -}
348 -#wp-chatbot-email-transcript{color: #fff;}
349 -.qcld_back_to_start_menu{color:#fff}
350 -.wp-chatbot-start-header .wp-chatbot-start-close{background-color:#3ba9a1}
351 -/* Start Menu Interface style */
352 -#wp-chatbot-email-transcript {
353 - right: 65px;
354 -}
355 -.wp-chatbot-editor-container button {
356 - background-color: #fff0 !important;
357 -}
358 -#wp-chatbot-chat-container {
359 - position: fixed;
360 - z-index: 99999;
361 - width: 880px;
362 -}
363 -.wp-chatbot-board-container {
364 - display: none;
365 - height: auto;
366 - width: 100%;
367 - position: relative;
368 - box-sizing: border-box;
369 -}
370 -.wp-chatbot-content {
371 - max-height: 500px !important;
372 -}
373 -.wp-chatbot-board-container.active-chat-board {
374 - max-height: 620px;
375 -}
376 -.wp-chatbot-footer {
377 - background: none;
378 - background-color: #40414f;
379 - border-radius: 0 0 5px 5px;
380 -}
381 -.wp-chatbot-tab-nav {
382 - background-color: #40414f;
383 - border-radius: 0 0 5px 5px;
384 -}
385 -.wp-chatbot-board-container {
386 - border-radius: 5px;
387 - box-shadow: 0 5px 31px rgb(0 0 0 / 30%);
388 - background-color: #40414f;
389 - background-image: none;
390 - background-size: contain;
391 -}
392 -ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
393 - background: #444654;
394 - color: #fff;
395 -}
396 -ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble{
397 - background: #444654;
398 - color: #fff;
399 -}
400 -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-loadmore {
401 - background-color: #444654;
402 - color: #fff;
403 -}
404 -.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 {
405 - color: #fff;
406 - background: unset;
407 - background-size: 200% auto;
408 - background-color: #40414f;
409 - box-shadow: unset;
410 - border: 1px solid #40414f;
411 -}
412 -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-loadmore {
413 - background-color: #40414f;
414 - box-shadow: none !important;
415 - color: #fff;
416 -}
417 -.wp-chatbot-editor-container {
418 - border-top: 1px solid #4b4b4b;
419 -}
420 -.wp-chatbot-board-container {
421 - background-color: #343541;
422 -}
423 -.wp-chatbot-editor-container input {
424 - color: #ffffff !important;
425 -}
426 -.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 {
427 - background-color: #444654;
428 -}
429 -.wp-chatbot-header {
430 - background-color: #343541;
431 -}
432 -ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph h3 {
433 - color: #ffffff !important;
434 -}
435 -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 {
436 - background: #444654;
437 -}
438 -ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble {
439 - -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#313131)";
440 - -moz-box-shadow: 1px 1px 1px #313131;
441 - -webkit-box-shadow: 1px 1px 1px #313131;
442 - box-shadow: 1px 1px 1px #313131;
443 - filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#313131);
444 -}
445 -ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
446 - padding-left: 50px;
447 -}
448 -ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
449 - padding-right: 50px;
450 -}
451 -ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
452 - color: #ffffff;
453 - box-shadow: none;
454 -}
455 -#wp-chatbot-editor::-webkit-input-placeholder { /* WebKit, Blink, Edge */
456 - color: #fff;
457 -}
458 -#wp-chatbot-editor:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
459 - color: #fff;
460 - opacity: 1;
461 -}
462 -#wp-chatbot-editor::-moz-placeholder { /* Mozilla Firefox 19+ */
463 - color: #fff;
464 - opacity: 1;
465 -}
466 -#wp-chatbot-editor:-ms-input-placeholder { /* Internet Explorer 10-11 */
467 - color: #fff;
468 -}
469 -#wp-chatbot-editor::-ms-input-placeholder { /* Microsoft Edge */
470 - color: #fff;
471 -}
472 -#wp-chatbot-editor::placeholder { /* Most modern browsers support this now. */
473 - color: #fff;
474 -}
475 -.wp-chatbot-editor-container {
476 - border-top: 1px solid #4b4b4b;
477 - border-bottom: 1px solid #4b4b4b;
478 - display: flex;
479 -}
480 -.wp-chatbot-start-content-single {
481 - background-color: #343541 !important;
482 - color: rgb(255 255 255) !important;
483 -}
484 -.wp-chatbot-start-header {
485 - background: #343541 !important;
486 -}
487 -.wp-chatbot-start-content-single {
488 - background-color: #444654 !important;
489 -}
490 -.qc-new-conversation-button {
491 - right: 15px !important;
492 - top: 24px !important;
493 - position: absolute !important;
494 -}
495 -.wp-chatbot-start-container {
496 - background-color: #343541 !important
497 -}
498 -.start-single-content a{
499 - color:#fff;
500 -}
501 -.wp-chatbot-start-content-single span{
502 - text-align:center;
503 -}
504 -.qcld_new_start_button span {
505 - color: #fff8f8 !important;
506 - background: #343541 !important;
507 -}
508 -.start-single-content .post-thumb img{
509 - max-width: 100px !important;
510 - border-radius: 6px;
511 -}
512 -.start-single-content .post-thumb {
513 - float: left;
514 - padding: 0 15px 0 0;
515 -}
516 -.wp-chatbot-start-content-single span.edit-link {
517 - text-align: left;
518 -}
519 -span.qcld-chatbot-site-search{
520 - display: block !important;
521 -}
522 -.wp-chatbot-textanimation span {
523 - display: inline-block;
524 - width: auto;
525 - margin: 3px 2px;
526 -}
527 -
528 -span.qcld-chatbot-site-search {
529 - display: inline-block !important;
530 - padding: 12px 30px;
531 - border: 1px solid #80808030;
532 -}
533 -span.qcld-chatbot-suggest-phone {
534 - display: inline-block !important;
535 - padding: 12px 30px;
536 - border: 1px solid #80808030;
537 -}
538 -.wp-chatbot-textanimation {
539 - position: relative;
540 - margin: 0;
541 - text-align: left;
542 -}
543 -
544 -
545 -
546 -.wpb-search-result a {
547 - color: #fff !important;
548 -}
549 -.wpbot_card_caption p {
550 - color: #fff !important;
551 -}
552 -
553 -
554 -
555 -@media screen and (max-width: 1024px) {
556 - #wp-chatbot-chat-container {
557 - width: 90%;
558 - }
559 -}
560 -@media screen and (max-width: 991px) {}
561 -@media screen and (max-width: 768px) {
562 - .wp-chatbot-header {
563 - padding: 0 !important;
564 -
565 - }
566 - #wp-chatbot-chat-container {
567 - width: 88%;
568 - }
569 -}
570 -@media screen and (max-width: 480px) {
571 - .wp-chatbot-content {
572 - padding-top: 37px;
573 - }
574 - #wp-chatbot-chat-container {
575 - width: 100%;
576 - }
577 - #wp-chatbot-chat-container .wp-chatbot-board-container.active-chat-board {
578 - max-height: initial !important;
579 - }
580 - #wp-chatbot-chat-container .wp-chatbot-content {
581 - max-height: initial !important;
582 - }
583 - div#wp-chatbot-desktop-reload,#wp-chatbot-desktop-close{
584 - z-index: 999 !important;
585 - }
586 -}
587 -
588 -
589 -@media screen and (max-width: 768px) {
590 - .wp-chatbot-editor-container button {
591 - right: 0;
592 - }
593 - .wp-chatbot-content {
594 - height: calc(100vh - 220px) !important;
595 - }
596 -}
597 -
598 -
599 -
600 -
601 -
602 -.template-vertical .wpbot_card_image span {
603 - display: none !important;
604 -}
605 -.template-vertical .wpbot_card_image a {
606 - display: flex !important;
607 - gap: 6px !important;
608 -}
609 -.template-vertical .wpbot_card_image.wpbot_card_image_saas a{
610 - display: flex !important;
611 - gap: 6px !important;
612 -}
613 -.template-vertical .wpbot_card_image img{
614 - max-width: 25px !important;
615 - height: 25px !important;
616 - border-radius: 50%;
617 -}
618 -.template-vertical .wpbot_card_caption.wpbot_card_caption_saas span {
619 - display: flex !important;
620 - gap: 10px !important;
621 - margin: 0 10px 0 0 !important;
622 -}
623 -.template-vertical .wpbot_card_image.wpbot_card_image_saas .wpbot_card_caption.wpbot_card_caption_saas p {
624 - display: flex;
625 -}
626 -.template-vertical .wpb-search-result .wpbot_card_wraper {
627 - backdrop-filter: blur(0px);
628 - isolation: isolate;
629 - margin: 5px 0;
630 - padding: 5px;
631 -}
632 -.template-vertical .wpb-search-result .wpbot_card_wraper p.wpbot_card_caption_title{
633 - margin: 0;
634 - padding: 0;
635 - color: rgb(29 115 180) !important;
636 - font-weight: 600;
637 -}
638 -.template-vertical .wpbot_card_caption.wpbot_card_caption_saas p.wpbot_card_description {
639 - padding: 0 0 0 28px;
640 -}
641 -.template-vertical .wpbot_card_caption p.wpbot_card_description {
642 - margin: 0;
643 - padding: 0;
644 -}
645 -.template-vertical .template-vertical .wpbot_card_caption h2 {
646 - margin: 0;
647 - padding: 0;
648 - color: rgb(29 115 180) !important;
649 - font-weight: 600;
650 - font-size: 14px;
651 -}
652 -
653 -.template-vertical .wpb-search-result .wpbot_card_wraper a{
654 - text-decoration: none !important;
655 -}
656 -
657 -.template-vertical .wpb-search-result .wpbot_card_wraper a p:first-child {
658 - margin: 0;
659 - padding: 0;
660 - color: #fff !important;
661 - font-weight: 600;
662 -}
663 -
664 -.template-vertical .wpb-search-result a p {
665 - margin: 0;
666 -}
667 -
668 -ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container .wp-chatbot-paragraph {
669 - color: #fff;
670 -}
671 -ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
672 - background: #444654;
673 - color: #fff;
674 - box-shadow: none;
675 - background: rgb(255 255 255 / 30%);
676 - backdrop-filter: blur(0px);
677 - isolation: isolate;
678 - border-radius: 10px;
679 - padding: 8px 15px;
680 -}
681 -
682 -ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container {
683 - box-shadow: none;
684 -}
685 -.slimScrollDiv {
686 - margin: 12px 0 0 0;
687 -}
688 -ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container {
689 - color: #fff;
1 +/*
2 +01. Ball content
3 +02. wp Chat bot Message container
4 + -A Link Item
5 + -B Loading
6 +03. wp Chat bot Message Editor
7 +04. wp Chat bottom Tab Nav Editor
8 +05. Tab Feature Product
9 +06. Tab Cart
10 +07. Product Details
11 +*/
12 +/*********************
13 +01. Ball content wrapper
14 +**********************/
15 +.wp-chatbot-board-container {
16 + border-radius: 5px;
17 + box-shadow: 0 5px 31px rgba(0, 0, 0, .30);
18 + background: #deebe9 url("../../images/tpl-one-header.png") no-repeat top center;
19 + background-size: contain;
20 +}
21 +/******************************
22 +02. wp Chat bot Message container
23 +*********************************/
24 +.wp-chatbot-header {
25 + background-color: #70aca9;
26 +}
27 +.wp-chatbot-header h3 {
28 + color: #ffffff;
29 + font-size: 18px !important;
30 + letter-spacing: 1px;
31 +}
32 +.wp-chatbot-editor-container input {
33 + width: 100%;
34 +}
35 +ul.wp-chatbot-messages-container > li {
36 + margin-bottom: 10px;
37 + padding-top: 30px;
38 + font-size: 14px;
39 +}
40 +ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
41 + padding-left: 36px;
42 +}
43 +ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
44 + padding-right: 35px;
45 +}
46 +ul.wp-chatbot-messages-container > li:first-child {
47 + padding: 0;
48 +}
49 +ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
50 + position: absolute;
51 + border-radius: 50%;
52 + overflow: hidden;
53 + width: 40px;
54 + height: 40px;
55 + top: 0;
56 +}
57 +ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
58 + left: 0;
59 +}
60 +ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
61 + right: 0;
62 +}
63 +ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble {
64 +
65 + padding: 8px 15px;
66 + width: 90%;
67 + background-color: #fff;
68 + border-radius: 10px;
69 + line-height: 150%;
70 + -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7)"; /*IE 8*/
71 + -moz-box-shadow: 1px 1px 1px #77bdb7; /*FF 3.5+*/
72 + -webkit-box-shadow: 1px 1px 1px #77bdb7; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
73 + box-shadow: 1px 1px 1px #77bdb7; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
74 + filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7); /*IE 5.5-7*/
75 +}
76 +li.wp-chatbot-msg .wp-chatbot-paragraph {
77 +
78 +}
79 +
80 +ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble {
81 + text-align: left;
82 +}
83 +
84 +.wp-chat-user-msg .wp-chatbot-paragraph {
85 + display: flex;
86 + justify-content: flex-end;
87 + align-items: flex-start;
88 + align-content: center;
89 + flex-wrap: wrap;
90 +}
91 +ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
92 + box-shadow: none;
93 +}
94 +ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
95 + text-align: right;
96 + float: right;
97 + border-radius: 10px 10px 10px 10px;
98 + color: #999;
99 +}
100 +/************ 02.A Link Item*************/
101 +span.qcld-chatbot-product-category,
102 +span.qcld-chatbot-support-items,
103 +span.qcld-chatbot-wildcard,
104 +span.qcld-chatbot-suggest-email,
105 +span.qcld-chatbot-reset-btn,
106 +#wp-chatbot-loadmore, .wp-chatbot-loadmore {
107 + color: #000000;
108 + background-size: 200% auto;
109 + box-shadow: 0 5px 15px #c3c3c3;
110 + border: 1px solid #80808030;
111 +}
112 +.wp-chatbot-editor-container button{
113 + color: #888 !important;;
114 +}
115 +span.qcld-chatbot-product-category:hover,
116 +span.qcld-chatbot-support-items:hover,
117 +span.qcld-chatbot-wildcard:hover,
118 +span.qcld-chatbot-suggest-email:hover,
119 +span.qcld-chatbot-reset-btn:hover,
120 +#wp-chatbot-loadmore:hover, .wp-chatbot-loadmore:hover {
121 + background-position: right center;
122 + box-shadow: none;
123 +}
124 +/************* 02.B Loading **************/
125 +ul.wp-chatbot-messages-container > li .wp-chatbot-paragraph img.wp-chatbot-comment-loader {
126 + background-color: #fff;
127 + padding: 1px;
128 + border-radius: 5px;
129 + margin: 0 auto;
130 + display: block;
131 +}
132 +/*******************************
133 +03. wp Chat bot Message Editor
134 +**********************************/
135 +.wp-chatbot-editor-container {
136 + border-top: 1px solid #deebe9;
137 +}
138 +.wp-chatbot-editor-container input {
139 + color: #0a2d2b;
140 +}
141 +.wp-chatbot-editor-container input::placeholder {
142 + color: #0a2d2b;
143 +}
144 +.wp-chatbot-editor-container input::-webkit-input-placeholder {
145 + color: #0a2d2b;
146 +}
147 +.wp-chatbot-editor-container input::-moz-placeholder {
148 + color: #0a2d2b;
149 +}
150 +.wp-chatbot-editor-container input:-ms-input-placeholder {
151 + color: #0a2d2b;
152 +}
153 +.wp-chatbot-editor-container input:-moz-placeholder {
154 + color: #0a2d2b;
155 +}
156 +/*******************************
157 +04. wp Chat bottom Tab Nav Editor
158 +**********************************/
159 +.wp-chatbot-footer {
160 + background: url("../../images/tpl-one-footer.png") repeat-x left top;
161 + background-color: #9ec3c0;
162 + border-radius: 0 0 5px 5px;
163 +}
164 +.wp-chatbot-tab-nav {
165 + background-color: #9ec3c0;
166 + border-radius: 0 0 5px 5px;
167 +}
168 +.wp-chatbot-tab-nav ul li:before {
169 + /* background: linear-gradient(transparent 50%, #9ec3c0 50%);
170 + background-size: 200%, 100%;*/
171 +}
172 +/******************************************
173 +05. Tab Feature Product
174 +*********************************************/
175 +.wp-chatbot-agent-profile {
176 + position: relative;
177 + padding-left: 35px;
178 + padding-top: 30px;
179 + box-sizing: border-box;
180 + word-wrap: break-word;
181 + list-style: none;
182 + display: block;
183 + clear: both;
184 + line-height: 150%;
185 + min-height: 50px;
186 + margin: 0 0 10px 0;
187 +}
188 +.wp-chatbot-widget-title {
189 + color: #353535;
190 + text-align: center;
191 + padding-bottom: 10px;
192 +}
193 +/*************************************
194 +06. Tab Cart
195 +**************************************/
196 +.wp-chatbot-cart-header {
197 + background-color: #F5F5F5;
198 +}
199 +.wp-chatbot-cart-single {
200 + background-color: rgba(245, 245, 245, 0.1);
201 + border-bottom: 1px solid #dddddd;
202 +}
203 +.wp-chatbot-cart-single:nth-child(2n+1) {
204 + background-color: rgba(245, 245, 245, 0.5);
205 +}
206 +.wp-chatbot-cart-footer div a {
207 + text-decoration: none;
208 + background: #70aca9;
209 + color: #ffffff;
210 +}
211 +.wpbot-saas-live-chat{
212 + width: 310px;
213 + height: 500px;
214 + box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
215 + display:none;
216 +}
217 +.wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a {
218 + background: #5a8c89;
219 +}
220 +/***********************************
221 +07. Product Details
222 +************************************/
223 +.wp-chatbot-product-details {
224 + box-shadow: 0 0 10px #ccc;
225 + background-color: #deebe9;
226 +}
227 +.wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore, .wp-chatbot-loadmore {
228 + border: 1px solid #70aca9;
229 + background: #70aca9;
230 + color: #ffffff;
231 + box-shadow: 0 0 2px #999;
232 +}
233 +.wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover, .wp-chatbot-loadmore:hover {
234 + background: #5a8c89;
235 + color: #ffffff;
236 +}
237 +/*************************
238 +Right-to-left text direction
239 +**************************/
240 +.wp-chatbot-rtl {
241 + text-align: right;
242 + direction: RTL;
243 +}
244 +.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg, .wp-chatbot-rtl .wp-chatbot-agent-profile {
245 + padding: 0 50px 0 0;
246 +}
247 +.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg.wp-chatbot-msg-flat {
248 + padding: 0;
249 +}
250 +.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg > .wp-chatbot-paragraph {
251 + display: table;
252 + max-width: 90%;
253 + float: right;
254 + text-align: right;
255 +}
256 +.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar,
257 +.wp-chatbot-rtl .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
258 + right: 0;
259 + left: auto;
260 +}
261 +.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
262 + padding: 0 0 0 50px;
263 +}
264 +.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
265 + left: 0;
266 + right: auto;
267 +}
268 +.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph {
269 + display: table;
270 + max-width: 90%;
271 + float: left;
272 + text-align: left;
273 +}
274 +.wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
275 + margin-left: 0;
276 +}
277 +.wp-chatbot-rtl .wp-chatbot-editor-container input {
278 + text-align: right;
279 + direction: RTL;
280 +}
281 +.wp-chatbot-rtl .wp-chatbot-products-area ul li:nth-child(2n+2) {
282 + margin: auto;
283 +}
284 +.wp-chatbot-rtl .wp-chatbot-products-area ul li {
285 + margin: 1%;
286 + vertical-align: middle;
287 +}
288 +.wpb-search-result{}
289 +.wpb-search-result p{}
290 +.wpb-search-result a{ display: block;
291 + background: #eee;
292 + padding: 4px 5px;
293 + line-height: 20px;padding-left:20px;margin-bottom: 0;}
294 +.wpb-search-result a:before {
295 + font-style: normal;
296 + font-weight: normal;
297 + text-decoration: inherit;
298 + color: #000;
299 + font-size: 18px;
300 + position: absolute;
301 + left: 58px;
302 + line-height: 1;
303 + font-weight: bold;
304 + color: #7d7b7b;
305 +}
306 +.wpchat_header_left{
307 + display:inline-block;
308 +}
309 +.wpchat_header_left span{ font-size: 22px;
310 + padding: 0px 10px; }
311 +.wpchat_header_right {
312 + float: right;
313 + margin-right: 12px;
314 +}
315 +.wp-chatbot-tab-nav ul li a[data-option="live-chat"] {
316 + background-position: -169px -8px;
317 +}
318 +/*
319 +.wp-chatbot-container, .wp-chatbot-board-container.active-chat-board, .slimScrollDiv{
320 + border-radius: 7px;
321 +}
322 +*/
323 +/* Action Start Menu Interface style */
324 +.wp-chatbot-start-header {
325 + background: linear-gradient(135deg, #a4ccc9 0%, #3ba9a1 100%) !important;
326 +}
327 +.wp-chatbot-start-content-single {
328 + box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px 0px, rgb(116 182 167 / 50%) 0px 2px 0px 0px inset !important;
329 +}
330 +.qc-new-conversation-button{color: rgb(103 183 177) !important;border: 1px solid rgb(103 183 177) !important;}
331 +.qcld-new-conv-button path {
332 + fill: rgb(103 183 177);
333 +}
334 +.qc-new-conversation-button:hover{background: #fff !important}
335 +.qcwp-chatbot-search-article-submit {
336 + background-color: rgb(103 183 177) !important;
337 +}
338 +.qcld_back_to_start_menu{
339 + position: absolute;
340 + left: 2px;
341 + line-height: 32px;
342 + margin-left: 10px;
343 + top: 50%;
344 + transform: translateY(-50%);
345 +}
346 +#wp-chatbot-email-transcript{color: #fff;}
347 +.qcld_back_to_start_menu{color:#fff}
348 +.wp-chatbot-start-header .wp-chatbot-start-close{background-color:#3ba9a1}
349 +/* Action Start Menu Interface style */
350 +#wp-chatbot-email-transcript {
351 + right: 65px;
352 +}
353 +.wp-chatbot-editor-container button {
354 + background-color: #fff0 !important;
355 +}
356 +#wp-chatbot-chat-container {
357 + position: fixed;
358 + z-index: 99999;
359 + width: 880px;
360 +}
361 +.wp-chatbot-board-container {
362 + display: none;
363 + height: auto;
364 + width: 100%;
365 + position: relative;
366 + box-sizing: border-box;
367 +}
368 +.wp-chatbot-content {
369 + max-height: 500px !important;
370 +}
371 +.wp-chatbot-board-container.active-chat-board {
372 + max-height: 620px;
373 +}
374 +.wp-chatbot-footer {
375 + background: none;
376 + background-color: #40414f;
377 + border-radius: 0 0 5px 5px;
378 +}
379 +.wp-chatbot-tab-nav {
380 + background-color: #40414f;
381 + border-radius: 0 0 5px 5px;
382 +}
383 +.wp-chatbot-board-container {
384 + border-radius: 5px;
385 + box-shadow: 0 5px 31px rgb(0 0 0 / 30%);
386 + background-color: #40414f;
387 + background-image: none;
388 + background-size: contain;
389 +}
390 +ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
391 + background: #444654;
392 + color: #fff;
393 +}
394 +ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble{
395 + background: #444654;
396 + color: #fff;
397 +}
398 +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-loadmore {
399 + background-color: #444654;
400 + color: #fff;
401 +}
402 +.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 {
403 + color: #fff;
404 + background: unset;
405 + background-size: 200% auto;
406 + background-color: #40414f;
407 + box-shadow: unset;
408 + border: 1px solid #40414f;
409 +}
410 +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-loadmore {
411 + background-color: #40414f;
412 + box-shadow: none !important;
413 + color: #fff;
414 +}
415 +.wp-chatbot-editor-container {
416 + border-top: 1px solid #4b4b4b;
417 +}
418 +.wp-chatbot-board-container {
419 + background-color: #343541;
420 +}
421 +.wp-chatbot-editor-container input {
422 + color: #ffffff !important;
423 +}
424 +.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 {
425 + background-color: #444654;
426 +}
427 +.wp-chatbot-header {
428 + background-color: #343541;
429 +}
430 +ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph h3 {
431 + color: #ffffff !important;
432 +}
433 +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 {
434 + background: #444654;
435 +}
436 +ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble {
437 + -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#313131)";
438 + -moz-box-shadow: 1px 1px 1px #313131;
439 + -webkit-box-shadow: 1px 1px 1px #313131;
440 + box-shadow: 1px 1px 1px #313131;
441 + filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#313131);
442 +}
443 +ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
444 + padding-left: 50px;
445 +}
446 +ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
447 + padding-right: 50px;
448 +}
449 +ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
450 + color: #ffffff;
451 + box-shadow: none;
452 +}
453 +#wp-chatbot-editor::-webkit-input-placeholder { /* WebKit, Blink, Edge */
454 + color: #fff;
455 +}
456 +#wp-chatbot-editor:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
457 + color: #fff;
458 + opacity: 1;
459 +}
460 +#wp-chatbot-editor::-moz-placeholder { /* Mozilla Firefox 19+ */
461 + color: #fff;
462 + opacity: 1;
463 +}
464 +#wp-chatbot-editor:-ms-input-placeholder { /* Internet Explorer 10-11 */
465 + color: #fff;
466 +}
467 +#wp-chatbot-editor::-ms-input-placeholder { /* Microsoft Edge */
468 + color: #fff;
469 +}
470 +#wp-chatbot-editor::placeholder { /* Most modern browsers support this now. */
471 + color: #fff;
472 +}
473 +.wp-chatbot-editor-container {
474 + border-top: 1px solid #4b4b4b;
475 + border-bottom: 1px solid #4b4b4b;
476 + display: flex;
477 +}
478 +.wp-chatbot-start-content-single {
479 + background-color: #343541 !important;
480 + color: rgb(255 255 255) !important;
481 +}
482 +.wp-chatbot-start-header {
483 + background: #343541 !important;
484 +}
485 +.wp-chatbot-start-content-single {
486 + background-color: #444654 !important;
487 +}
488 +.qc-new-conversation-button {
489 + right: 15px !important;
490 + top: 24px !important;
491 + position: absolute !important;
492 +}
493 +.wp-chatbot-start-container {
494 + background-color: #343541 !important
495 +}
496 +.start-single-content a{
497 + color:#fff;
498 +}
499 +.wp-chatbot-start-content-single span{
500 + text-align:center;
501 +}
502 +.qcld_new_start_button span {
503 + color: #fff8f8 !important;
504 + background: #343541 !important;
505 +}
506 +.start-single-content .post-thumb img{
507 + max-width: 100px !important;
508 + border-radius: 6px;
509 +}
510 +.start-single-content .post-thumb {
511 + float: left;
512 + padding: 0 15px 0 0;
513 +}
514 +.wp-chatbot-start-content-single span.edit-link {
515 + text-align: left;
516 +}
517 +span.qcld-chatbot-site-search{
518 + display: block !important;
519 +}
520 +.wp-chatbot-textanimation span {
521 + display: inline-block;
522 + width: auto;
523 + margin: 3px 2px;
524 +}
525 +
526 +span.qcld-chatbot-site-search {
527 + display: inline-block !important;
528 + padding: 12px 30px;
529 + border: 1px solid #80808030;
530 +}
531 +span.qcld-chatbot-suggest-phone {
532 + display: inline-block !important;
533 + padding: 12px 30px;
534 + border: 1px solid #80808030;
535 +}
536 +.wp-chatbot-textanimation {
537 + position: relative;
538 + margin: 0;
539 + text-align: left;
540 +}
541 +
542 +
543 +
544 +.wpb-search-result a {
545 + color: #fff !important;
546 +}
547 +.wpbot_card_caption p {
548 + color: #fff !important;
549 +}
550 +
551 +
552 +
553 +@media screen and (max-width: 1024px) {
554 + #wp-chatbot-chat-container {
555 + width: 90%;
556 + }
557 +}
558 +@media screen and (max-width: 991px) {}
559 +@media screen and (max-width: 768px) {
560 + .wp-chatbot-header {
561 + padding: 0 !important;
562 +
563 + }
564 + #wp-chatbot-chat-container {
565 + width: 88%;
566 + }
567 +}
568 +@media screen and (max-width: 480px) {
569 + .wp-chatbot-content {
570 + padding-top: 37px;
571 + }
572 + #wp-chatbot-chat-container {
573 + width: 100%;
574 + }
575 + #wp-chatbot-chat-container .wp-chatbot-board-container.active-chat-board {
576 + max-height: initial !important;
577 + }
578 +
579 + div#wp-chatbot-desktop-reload,#wp-chatbot-desktop-close{
580 + z-index: 999 !important;
581 + }
582 +}
583 +
584 +
585 +@media screen and (max-width: 768px) {
586 + .wp-chatbot-editor-container button {
587 + right: 0;
588 + }
589 +
590 +}
591 +
592 +
593 +
594 +
595 +
596 +.template-vertical .wpbot_card_image span {
597 + display: none !important;
598 +}
599 +.template-vertical .wpbot_card_image a {
600 + display: flex !important;
601 + gap: 6px !important;
602 +}
603 +.template-vertical .wpbot_card_image.wpbot_card_image_saas a{
604 + display: flex !important;
605 + gap: 6px !important;
606 +}
607 +.template-vertical .wpbot_card_image img{
608 + max-width: 25px !important;
609 + height: 25px !important;
610 + border-radius: 50%;
611 +}
612 +.template-vertical .wpbot_card_caption.wpbot_card_caption_saas span {
613 + display: flex !important;
614 + gap: 10px !important;
615 + margin: 0 10px 0 0 !important;
616 +}
617 +.template-vertical .wpbot_card_image.wpbot_card_image_saas .wpbot_card_caption.wpbot_card_caption_saas p {
618 + display: flex;
619 +}
620 +.template-vertical .wpb-search-result .wpbot_card_wraper {
621 + backdrop-filter: blur(0px);
622 + isolation: isolate;
623 + margin: 5px 0;
624 + padding: 5px;
625 +}
626 +.template-vertical .wpb-search-result .wpbot_card_wraper p.wpbot_card_caption_title{
627 + margin: 0;
628 + padding: 0;
629 + color: rgb(29 115 180) !important;
630 + font-weight: 600;
631 +}
632 +.template-vertical .wpbot_card_caption.wpbot_card_caption_saas p.wpbot_card_description {
633 + padding: 0 0 0 28px;
634 +}
635 +.template-vertical .wpbot_card_caption p.wpbot_card_description {
636 + margin: 0;
637 + padding: 0;
638 +}
639 +.template-vertical .template-vertical .wpbot_card_caption h2 {
640 + margin: 0;
641 + padding: 0;
642 + color: rgb(29 115 180) !important;
643 + font-weight: 600;
644 + font-size: 14px;
645 +}
646 +
647 +.template-vertical .wpb-search-result .wpbot_card_wraper a{
648 + text-decoration: none !important;
649 +}
650 +
651 +.template-vertical .wpb-search-result .wpbot_card_wraper a p:first-child {
652 + margin: 0;
653 + padding: 0;
654 + color: #fff !important;
655 + font-weight: 600;
656 +}
657 +
658 +.template-vertical .wpb-search-result a p {
659 + margin: 0;
660 +}
661 +
662 +ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container .wp-chatbot-paragraph {
663 + color: #fff;
664 +}
665 +ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
666 + background: #444654;
667 + color: #fff;
668 + box-shadow: none;
669 + background: rgb(255 255 255 / 30%);
670 + backdrop-filter: blur(0px);
671 + isolation: isolate;
672 + border-radius: 10px;
673 + padding: 8px 15px;
674 +}
675 +
676 +ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container {
677 + box-shadow: none;
678 +}
679 +.slimScrollDiv {
680 + margin: 12px 0 0 0;
681 +}
682 +ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container {
683 + color: #fff;
684 +}
685 +
686 +ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container {
687 + width: 90%;
688 +}
689 +
690 +
691 +
692 +
693 +
694 +
695 +
696 +
697 +
698 +
699 +
700 +
701 +
702 +
703 +
704 +
705 +
706 +
707 +
708 +
709 +.wp-chatbot-avatar-hidden .wp-chatbot-avatar {
710 + display: none;
711 +}
712 +.wp-chatbot-avatar-hidden ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
713 + padding-left: 0;
714 +}
715 +
716 +.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
717 + padding-left: 0px;
718 + box-shadow: none;
719 + background: rgb(64 65 79);
720 + backdrop-filter: blur(0px);
721 + isolation: isolate;
722 + border-radius: 10px;
723 + padding: 8px 15px;
724 + min-height: auto;
725 +}
726 +
727 +.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container {
728 + box-shadow: none;
729 + background: rgba(255, 255, 255, 0);
730 + backdrop-filter: none;
731 + isolation: isolate;
732 + border-radius: 0px;
733 + padding: 0;
734 +}
735 +
736 +.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li .wp-chatbot-avatar{
737 + position: relative;
738 +}
739 +
740 +.wp-chatbot-avatar-inside .wp-chatbot-avatar img, .wp-chatbot-avatar-inside .wp-chatbot-widget-avatar img {
741 + width: 32px !important;
742 + height: 32px !important;
743 + object-fit: cover;
744 +}
745 +
746 +
747 +.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
748 + padding-right: 0;
749 +}
750 +
751 +
752 +.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
753 + padding-left: 0px;
754 + box-shadow: none;
755 + background: rgb(64 65 79);
756 + backdrop-filter: blur(0px);
757 + isolation: isolate;
758 + border-radius: 10px;
759 + padding: 8px 15px;
760 + min-height: auto;
761 + display: flex;
762 + flex-direction: column;
763 + align-content: flex-end;
764 + flex-wrap: wrap;
765 +}
766 +
767 +.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
768 + box-shadow: none;
769 + background: rgba(255, 255, 255, 0);
770 + backdrop-filter: none;
771 + isolation: isolate;
772 + border-radius: 0px;
773 + padding: 0;
774 +}
775 +
776 +.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
777 + width: 32px;
778 + height: 32px;
779 + text-align: right;
780 + margin:0 0 6px auto !important;
781 +}
782 +.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li .wp-chatbot-avatar {
783 + position: relative;
784 + border-radius: 0;
785 +}
786 +.wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li .wp-chatbot-avatar img{
787 + border-radius: 50%;
788 +}
789 +.wp-chatbot-avatar-hidden ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
790 + padding-right: 0;
791 +}
792 +.wp-chatbot-avatar-inside li.wp-chat-user-msg .wp-chatbot-textanimation {
793 + text-align: right;
690 794 }