PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 7.8.1
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v7.8.1
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 8.5.4 8.5.3 All 534 releases
chatbot / templates / template-00 / style.css

style.css in WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services 7.8.1, at templates/template-00/style.css

1,034 lines 22.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2
3 01. Ball content
4
5 02. wp Chat bot Message container
6
7 -A Link Item
8
9 -B Loading
10
11 03. wp Chat bot Message Editor
12
13 04. wp Chat bottom Tab Nav Editor
14 05. Tab Feature Product
15
16 06. Tab Cart
17
18 07. Product Details
19
20 */
21
22 /*********************
23
24 01. ball content wrapper
25
26 **********************/
27
28 .wp-chatbot-board-container {
29 border-radius: 5px;
30 overflow: hidden;
31 }
32
33 .wp-chatbot-board-container:after {
34 content: "";
35 position: absolute;
36 right: 0;
37 bottom: -26px;
38 width: 0;
39 height: 0;
40 border-left: 30px solid transparent;
41 border-right: 0 solid transparent;
42 border-top: 30px solid #ffffff;
43
44 }
45
46 /******************************
47
48 02. wp Chat bot Message container
49
50 *********************************/
51
52
53 .wp-chatbot-header h3 {
54
55 color: #ffffff;
56
57 font-size: 18px !important;
58
59 letter-spacing: 1px;
60
61 }
62
63
64 ul.wp-chatbot-messages-container li {
65
66 font-size: 14px;
67
68 }
69
70 ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
71
72 padding-left: 50px;
73
74 }
75
76 ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
77
78 padding-right: 50px;
79
80 }
81 ul li .wp-chatbot-avatar {
82 margin-top: 0 !important;
83 }
84 ul.wp-chatbot-messages-container > li .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
85
86 position: absolute;
87
88 top: 0;
89
90 width: 40px;
91
92 height: 40px;
93
94 overflow: hidden;
95
96 border-radius: 50%;
97
98 }
99
100 ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
101
102 left: 0;
103
104 }
105
106 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
107
108 right: 0;
109
110 }
111
112 ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-agent-profile .wp-chatbot-bubble {
113
114 padding: 8px 15px;
115
116 max-width: 90%;
117
118 box-shadow: 0 2px 8px #bfbfbf;
119
120 line-height: 150%;
121
122 display: table;
123
124 }
125
126 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
127
128 text-align: right;
129
130 float: right;
131
132 }
133
134 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
135
136 background-color: #eaf1f6;
137
138 color: #494949;
139
140 margin-left: 10%;
141
142 border-radius: 10px 10px 0 10px;
143
144 }
145
146 ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph, .wp-chatbot-agent-profile .wp-chatbot-bubble {
147
148 background-color: #1f8ceb;
149
150 color: #ffffff;
151
152 border-radius: 0 10px 10px 10px;
153 width: 100%;
154 }
155
156 ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
157
158 background-color: transparent;
159
160 }
161
162 /************ 02 (A). Link Item *************/
163
164 span.qcld-chatbot-product-category,
165 span.qcld-chatbot-support-items,
166 span.qcld-chatbot-wildcard,
167 span.qcld-chatbot-suggest-email,
168 span.qcld-chatbot-reset-btn,
169 #wp-chatbot-loadmore, .wp-chatbot-loadmore, span.qcld-chatbot-suggest-phone {
170
171 color: #000000;
172 background-size: 200% auto;
173 border: 1px solid #ffffff;
174 display: inline-block;
175 margin: 3px auto;
176 padding: 6px 11px;
177
178
179 }
180
181 span.qcld-chatbot-product-category:hover,
182 span.qcld-chatbot-support-items:hover,
183 span.qcld-chatbot-wildcard:hover,
184 span.qcld-chatbot-suggest-email:hover,
185 span.qcld-chatbot-reset-btn:hover,
186 #wp-chatbot-loadmore:hover, .wp-chatbot-loadmore:hover {
187
188 background-position: right center;
189
190
191 }
192
193 /**************** 02. (B) Loading **********/
194
195 ul.wp-chatbot-messages-container > li .wp-chatbot-paragraph img.wp-chatbot-comment-loader {
196
197 background-color: #fff;
198
199 padding: 1px;
200
201 border-radius: 5px;
202
203 margin: 0 auto;
204
205 display: block;
206
207 }
208
209 /*******************************
210
211 03. wp Chat bot Message Editor
212
213 **********************************/
214
215
216
217 .wp-chatbot-editor-container input, .wp-chatbot-editor-area input::-webkit-input-placeholder, .wp-chatbot-editor-area input::-moz-placeholder, .wp-chatbot-editor-area input:-ms-input-placeholder, .wp-chatbot-editor-area input:-moz-placeholder {
218
219 color: #fff;
220
221 }
222
223 /*******************************
224
225 04. wp Chat bottom Tab Nav Editor
226
227 **********************************/
228
229 .wp-chatbot-footer {
230
231 padding: 0;
232
233 }
234
235 .wp-chatbot-tab-nav ul li a[data-option="recent"] {
236
237 background-position: -7px -47px;
238
239 }
240
241 .wp-chatbot-tab-nav ul li a[data-option="cart"] {
242
243 background-position: -47px -47px;
244
245 }
246
247 .wp-chatbot-tab-nav ul li a[data-option="chat"] {
248
249 background-position: -82px -42px;
250
251 }
252
253 .wp-chatbot-tab-nav ul li a[data-option="help"] {
254
255 background-position: -129px -47px;
256
257 }
258
259
260
261 .wp-chatbot-tab-nav ul li a[data-option="chat"]:after {
262
263 content: "";
264
265 position: absolute;
266
267 border-radius: 50%;
268
269 border: 3px solid #1f8ceb;
270
271 left: -9px;
272
273 right: -9px;;
274
275 bottom: -9px;
276
277 top: -9px;
278
279 }
280
281 .wp-chatbot-tab-nav ul li.wp-chatbot-operation-active a:before, .wp-chatbot-tab-nav ul li:hover a:before {
282
283 border: 2px solid #1f8ceb;
284
285 }
286
287 /***************************
288
289 05. Tab Feature Product
290
291 ***************************/
292
293 .wp-chatbot-agent-profile {
294
295 position: relative;
296
297 padding-left: 50px;
298
299 box-sizing: border-box;
300
301 word-wrap: break-word;
302
303 list-style: none;
304
305 display: block;
306
307 clear: both;
308
309 line-height: 150%;
310
311 min-height: 50px;
312
313 margin: 0 0 10px 0;
314
315 }
316
317 .wp-chatbot-widget-title {
318
319 color: #353535;
320
321 text-align: center;
322
323 padding-bottom: 10px;
324
325 }
326
327 /**************************
328
329 06. Tab Cart
330
331 *************************/
332
333 .wp-chatbot-cart-header {
334
335 background-color: #F5F5F5;
336
337 }
338
339 .wp-chatbot-cart-single {
340
341 background-color: rgba(245, 245, 245, 0.1);
342
343 border-bottom: 1px solid #dddddd;
344
345 }
346
347 .wp-chatbot-cart-single:nth-child(2n+1) {
348
349 background-color: rgba(245, 245, 245, 0.5);
350
351 }
352
353 .wp-chatbot-cart-footer div a {
354
355 text-decoration: none;
356
357 background: #1f8ceb;
358
359 color: #ffffff;
360
361 }
362
363 .wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a {
364
365 background: #1c7ed4;
366
367 }
368
369 /**************************
370
371 07. Product Details
372
373 ***************************/
374
375 .wp-chatbot-product-details {
376
377 box-shadow: 0 0 10px #ccc;
378
379 background-color: #ffffff;
380
381 }
382
383 .wp-chatbot-product-cart-button input[type="button"] {
384
385 border: 1px solid #e4e5e7;
386
387 background: #1f8ceb;
388
389 color: #ffffff;
390
391 box-shadow: 0 0 2px #999;
392
393 }
394
395 .wp-chatbot-product-cart-button input[type="button"]:hover {
396
397 background: #1c7ed4;
398
399 color: #ffffff;
400
401 }
402
403 /*************************
404
405 Right-to-left text direction
406
407 **************************/
408
409 .wp-chatbot-rtl {
410
411 text-align: right;
412
413 direction: RTL;
414
415 }
416
417 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg, .wp-chatbot-rtl .wp-chatbot-agent-profile {
418
419 padding: 0 50px 0 0;
420
421 }
422
423 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg.wp-chatbot-msg-flat {
424
425 padding: 0;
426
427 }
428
429 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg > .wp-chatbot-paragraph {
430
431 display: table;
432
433 max-width: 90%;
434
435 float: right;
436
437 text-align: right;
438
439 }
440
441 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar,
442 .wp-chatbot-rtl .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
443
444 right: 0;
445
446 left: auto;
447
448 }
449
450 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
451
452 padding: 0 0 0 50px;
453
454 }
455
456 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
457
458 left: 0;
459
460 right: auto;
461
462 }
463
464 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph {
465
466 display: table;
467
468 max-width: 90%;
469
470 float: left;
471
472 text-align: left;
473
474 }
475
476 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
477
478 margin-left: 0;
479
480 }
481
482 .wp-chatbot-rtl .wp-chatbot-editor-container input {
483
484 text-align: right;
485
486 direction: RTL;
487
488 }
489
490 .wp-chatbot-rtl .wp-chatbot-products-area ul li:nth-child(2n+2) {
491
492 margin: auto;
493
494 }
495 .wp-chatbot-rtl .wp-chatbot-products-area ul li {
496 margin: 1%;
497 vertical-align: middle;
498 }
499
500 .wpb-search-result a {
501 display: block;
502 background: #eee;
503 padding: 4px 5px;
504 line-height: 20px;
505 padding-left: 20px;
506 margin-bottom: 0;
507 }
508 .wpb-search-result a:before {
509 content: "";
510 font-style: normal;
511 font-weight: normal;
512 text-decoration: inherit;
513 color: #000;
514 font-size: 18px;
515 position: absolute;
516 left: 68px;
517 line-height: 1;
518 font-weight: bold;
519 color: #7d7b7b;
520 }
521 .wpbot-saas-live-chat{
522 width: 310px !important;
523 height: 500px;
524 box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
525 display:none;
526 }
527 .wpchat_header_left{
528 display:inline-block;
529 }
530 .wpchat_header_left span{ font-size: 22px;
531 padding: 0px 10px; }
532 .wpchat_header_right {
533 float: right;
534 margin-right: 12px;
535 }
536
537
538 /* Css Updated - 06-06-24 */
539
540 .wp-chatbot-header {
541 color: rgb(255, 255, 255);
542 }
543 ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph, .wp-chatbot-agent-profile .wp-chatbot-bubble {
544 color: rgb(255, 255, 255);
545 background: linear-gradient(135deg, rgb(42, 39, 218) 0%, rgb(0, 204, 255) 100%);
546 }
547 ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
548 background: linear-gradient(135deg, rgb(42, 39, 218) 0%, rgb(0, 204, 255) 100%);
549 }
550
551 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
552 color: rgb(255, 255, 255);
553 background: linear-gradient(135deg, rgb(0, 204, 255) 0%, rgb(42, 39, 218) 100%);
554 }
555 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, span.qcld-chatbot-suggest-phone {
556 background: rgba(0, 0, 0, 0);
557 padding: 8px 12px 6px 12px;
558 }
559
560 h2.oneline {
561 font-size: 18px;
562 color: #fff;
563 }
564
565 h2.oneline img{
566 margin: 0 0 0 10px !important;
567 }
568 .wp-chatbot-header {
569 display: flex;
570 align-content: center;
571 align-items: center;
572 }
573 .wp-chatbot-content {
574 height: calc(100vh - 320px) !important;
575 }
576 div#wp-chatbot-desktop-reload {
577 top: -14px;
578 }
579 #wp-chatbot-desktop-close {
580 top: -14px;
581 }
582 div#wp-chatbot-ball-container {
583 box-shadow: rgba(0, 18, 46, 0.16) 0px 8px 36px 0px;
584 border-radius: 8px;
585 }
586
587
588 .wp-chatbot-tab-nav ul li a {
589 width: 32px;
590 height: 32px;
591 background: url(../../images/tab-btn-icon-new.png) no-repeat;
592
593 box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%);
594 background-color: rgb(255 255 255 / 25%);
595 backdrop-filter: blur(0px);
596 isolation: isolate;
597
598
599 }
600 .wp-chatbot-tab-nav ul li a[data-option="help"] {
601 background-position: -125px -44px;
602 }
603 .wp-chatbot-tab-nav ul li a[data-option="support"] {
604 background-position: -166px -44px;
605 }
606
607 .wp-chatbot-board-container:after {
608 border-top: 30px solid #ffffff00;
609 }
610
611 .wp-chatbot-header {
612 padding: 6px 15px;
613 }
614 .wp-chatbot-ball {
615 box-shadow: rgba(0, 77, 255, 0.5) 0px 4px 24px;
616 }
617
618 .wp-chatbot-tab-nav ul {
619 margin: 0 !important;
620 padding: 0 !important;
621 list-style: none;
622 text-align: center;
623 display: flex;
624 justify-content: space-between;
625 vertical-align: bottom;
626 }
627 .wp-chatbot-tab-nav ul li a[data-option="chat"]:after {
628 border: 0 solid #1f8ceb;
629 }
630 .wp-chatbot-tab-nav ul li.wp-chatbot-operation-active a:before, .wp-chatbot-tab-nav ul li:hover a:before {
631 border: 0px solid #1f8ceb;
632 }
633 .wp-chatbot-tab-nav ul li a[data-option="chat"] {
634 background-position: -82px -41px;
635 }
636
637 .wp-chatbot-tab-nav {
638 padding: 4px 5px;
639 }
640
641 ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph, .wp-chatbot-agent-profile .wp-chatbot-bubble {
642 border-radius: 10px;
643 }
644 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
645 border-radius: 10px;
646 }
647
648 .wp-chatbot-editor-container button {
649 width: auto;
650 position: absolute;
651 right: 4px;
652 z-index: 999999;
653 padding: 0 0 0 0;
654 background:#ffffff82 url(../../images/send-button-new.png) no-repeat center !important;
655 border-radius: 50%;
656 width: 38px;
657 height: 38px;
658 top: 5px;
659 }
660 .wp-chatbot-board-container {
661 overflow: visible;
662 }
663
664
665 .wp-chatbot-editor-container button:hover {
666 background: url(../../images/send-button-new.png) no-repeat center !important;
667 }
668
669 .wp-chatbot-header-welcome-text img {
670 border-radius: 50%;
671 padding: 3px;
672 }
673
674 .wp-chatbot-footer {
675 padding: 0;
676 }
677 .wp-chatbot-header-welcome-text {
678 align-items: center;
679 display: flex;
680 justify-content: center;
681 }
682 span.qcld-chatbot-wildcard {
683 width: 100%;
684 max-width: 255px;
685 }
686
687 .wp-chatbot-textanimation span {
688 display: inline-block;
689 width: auto;
690 margin: 3px 2px;
691 }
692
693 .wp-chatbot-textanimation span:hover {
694 color: rgb(255, 255, 255);
695 background: linear-gradient(135deg, rgb(42, 39, 218) 0%, rgb(0, 204, 255) 100%);
696 }
697
698
699
700 .wpb-search-result a {
701 color: #222 !important;
702 }
703 .wpbot_card_caption p {
704 color: #222 !important;
705 }
706
707
708 @media screen and (max-width: 768px) {
709 .wp-chatbot-editor-container button {
710 right: 0;
711 }
712 .wp-chatbot-content {
713 height: calc(100vh - 220px) !important;
714 }
715 }
716
717
718 div#wp-chatbot-board-container {
719 background: url(../../images/bg-03.jpg) no-repeat;
720 position: relative;
721 background-size: 100% 100%;
722 background-position: center bottom;
723 box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%);
724 backdrop-filter: blur(0px);
725 isolation: isolate;
726 box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
727 border-radius: 8px;
728 }
729 div#wp-chatbot-board-container:before {
730 isolation: isolate;
731 content: '';
732 position: absolute;
733 height: 100%;
734 width: 100%;
735 backdrop-filter: blur(0px);
736 border-radius: 8px !important;
737 left: 0;
738 right: 0;
739 width: 100%;
740 box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%);
741 backdrop-filter: blur(0px);
742 isolation: isolate;
743 }
744 ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph, .wp-chatbot-agent-profile .wp-chatbot-bubble {
745 box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%);
746 background: rgb(255 255 255 / 30%);
747 backdrop-filter: blur(0px);
748 isolation: isolate;
749 }
750 ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph{
751
752 background: rgb(255 255 255 / 30%);
753 backdrop-filter: blur(0px);
754 isolation: isolate;
755 }
756 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph{
757 box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%);
758 background: rgb(255 255 255 / 30%);
759 backdrop-filter: blur(0px);
760 isolation: isolate;
761 }
762
763 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, span.qcld-chatbot-suggest-phone {
764 box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%);
765 background: rgb(255 255 255 / 25%);
766 backdrop-filter: blur(0px);
767 isolation: isolate;
768 color: #fff;
769 }
770
771 div#wp-chatbot-editor-container {
772 box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%);
773 background: #5755bd61;
774 backdrop-filter: blur(0px);
775 isolation: isolate;
776 margin: 0 12px 0 12px;
777 border-radius: 6PX;
778 }
779 div#wp-chatbot-desktop-reload {
780 box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%);
781 background: rgb(255 255 255 / 25%);
782 backdrop-filter: blur(0px);
783 isolation: isolate;
784 }
785 div#wp-chatbot-desktop-close {
786 box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%);
787 background: rgb(255 255 255 / 25%);
788 backdrop-filter: blur(0px);
789 isolation: isolate;
790 }
791 div#wp-chatbot-desktop-reload {
792 right: 38px;
793 }
794 button#wp-chatbot-send-message {
795 box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%);
796 background: rgb(255 255 255 / 25%);
797 backdrop-filter: blur(0px);
798 isolation: isolate;
799 }
800
801 .wp-chatbot-textanimation span:hover {
802 box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%);
803 background: rgb(255 255 255 / 25%);
804 backdrop-filter: blur(0px);
805 isolation: isolate;
806 backdrop-filter: blur(2px);
807 }
808 .wp-chatbot-editor-container input {
809 width: 88%;
810 }
811
812 .wp-chatbot-editor-container input, .wp-chatbot-editor-area input::-webkit-input-placeholder, .wp-chatbot-editor-area input::-moz-placeholder, .wp-chatbot-editor-area input:-ms-input-placeholder, .wp-chatbot-editor-area input:-moz-placeholder {
813
814 color: #222 !important;
815
816 }
817 .wp-chatbot-header-welcome-text img {
818 box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%);
819 background: rgb(255 255 255 / 25%);
820 backdrop-filter: blur(0px);
821 isolation: isolate;
822 }
823 .wp-chatbot-header-welcome-text img {
824 max-width: 38px !important;
825 }
826
827 div#wp-chatbot-editor-container input{
828 color: #222;
829 }
830 div#wp-chatbot-editor-container input::placeholder {
831 color: #fff;
832 }
833 div#wp-chatbot-editor-container input::-webkit-input-placeholder {
834 color: #fff;
835 }
836 div#wp-chatbot-editor-container input::-moz-placeholder {
837 color: #fff;
838 }
839 div#wp-chatbot-editor-container input:-ms-input-placeholder {
840 color: #fff;
841 }
842
843
844 .wp-chatbot-tab-nav ul li a:hover {
845 transform: scale(0.95);
846 }
847 .wp-chatbot-tab-nav ul li a{
848 transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
849 }
850
851 .wp-chatbot-textanimation span:hover {
852 transform: scale(0.95);
853 }
854 .wp-chatbot-textanimation span{
855 transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
856 }
857
858 button#wp-chatbot-send-message:hover {
859 transform: scale(0.95);
860 }
861 button#wp-chatbot-send-message{
862 transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
863 }
864
865 .wp-chatbot-tab-nav ul li:before {
866 top: 0;
867 }
868
869 span.qcld-chatbot-wildcard:hover {
870 transform: scale(0.95);
871 }
872 span.qcld-chatbot-wildcard{
873 transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
874 }
875
876 .wp-chatbot-tab-nav ul {
877 margin: 5px 0 !important;
878 padding: 0 !important;
879 list-style: none;
880 text-align: center;
881 display: flex;
882 gap: 30px;
883 vertical-align: bottom;
884 align-items: center;
885 justify-content: center;
886 width: 100%;
887 }
888
889 ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph, .wp-chatbot-agent-profile .wp-chatbot-bubble {
890 color: rgb(33 33 33);
891 }
892 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
893 color: rgb(33 33 33) ;
894 }
895
896
897 div#wp-chatbot-desktop-reload {
898 color: #3f3f3f;
899 }
900 #wp-chatbot-desktop-close {
901 color: #3f3f3f;
902
903 }
904 .wp-chatbot-ball {
905 background: #fbf7ff;
906 }
907 .wp-chatbot-ball {
908 background: #ffffff;
909 }
910 .wp-chatbot-ball:hover, .wp-chatbot-ball:focus {
911 background: #ffffff;
912 }
913 .wp-chatbot-header {
914 border-bottom: 1px solid #fff;
915 box-shadow: inset 1px 1px 0 rgb(255 255 255), inset 0 0 5px rgb(255 255 255);
916 }
917
918
919 .wpbot_chatopen_iconanimation .wp-chatbot-ball {
920 border: 1px solid #dadada;
921 background-color: #dadada;
922 }
923 div#wp-chatbot-desktop-reload {
924 top: -10px;
925 }
926 #wp-chatbot-desktop-close {
927 top: -10px;
928 right: 8px;
929 }
930 div#wp-chatbot-desktop-reload {
931 right: 45px;
932 }
933
934
935 .notice.is-dismissible.qcbot-feedback {
936 display: flex;
937 column-gap: 15px;
938 row-gap: 10px;
939 background: #fff;
940 padding: 15px 15px;
941 margin: 20px 20px 20px 0;
942 border-radius: 16px;
943 align-items: center;
944 justify-content: space-between;
945 border: none;
946 }
947
948
949
950
951 .wp-chatbot-template-01 .wpbot_card_image span {
952 display: none !important;
953 }
954 .wp-chatbot-template-01 .wpbot_card_image a {
955 display: flex !important;
956 gap: 6px !important;
957 }
958 .wp-chatbot-template-01 .wpbot_card_image.wpbot_card_image_saas a{
959 display: flex !important;
960 gap: 6px !important;
961 }
962 .wp-chatbot-template-01 .wpbot_card_image img{
963 max-width: 25px !important;
964 height: 25px !important;
965 border-radius: 50%;
966 }
967 .wp-chatbot-template-01 .wpbot_card_caption.wpbot_card_caption_saas span {
968 display: flex !important;
969 gap: 10px !important;
970 margin: 0 10px 0 0 !important;
971 }
972 .wp-chatbot-template-01 .wpbot_card_image.wpbot_card_image_saas .wpbot_card_caption.wpbot_card_caption_saas p {
973 display: flex;
974 }
975 .wp-chatbot-template-01 .wpb-search-result .wpbot_card_wraper {
976 box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%);
977 background: rgb(255 255 255 / 30%);
978 backdrop-filter: blur(0px);
979 isolation: isolate;
980 margin: 5px 0;
981 padding: 5px;
982 }
983 .wp-chatbot-template-01 .wpb-search-result .wpbot_card_wraper p.wpbot_card_caption_title{
984 margin: 0;
985 padding: 0;
986 color: rgb(29 115 180) !important;
987 font-weight: 600;
988 }
989 .wp-chatbot-template-01 .wpbot_card_caption.wpbot_card_caption_saas p.wpbot_card_description {
990 padding: 0 0 0 28px;
991 }
992 .wp-chatbot-template-01 .wpbot_card_caption p.wpbot_card_description {
993 margin: 0;
994 padding: 0;
995 }
996 .wp-chatbot-template-01 .wp-chatbot-template-01 .wpbot_card_caption h2 {
997 margin: 0;
998 padding: 0;
999 color: rgb(29 115 180) !important;
1000 font-weight: 600;
1001 font-size: 14px;
1002 }
1003
1004 .wp-chatbot-template-01 .wpb-search-result .wpbot_card_wraper a{
1005 text-decoration: none !important;
1006 }
1007
1008 .wp-chatbot-template-01 .wpb-search-result .wpbot_card_wraper a p:first-child {
1009 margin: 0;
1010 padding: 0;
1011 color: rgb(29 115 180) !important;
1012 font-weight: 600;
1013 }
1014
1015 .wp-chatbot-template-01 .wpb-search-result a p {
1016 margin: 0;
1017 }
1018 ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
1019 color: rgb(0 0 0) ;
1020 }
1021 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, span.qcld-chatbot-suggest-phone {
1022 color: #3289c8;
1023 }
1024
1025
1026 .wp-chatbot-textanimation span:hover {
1027 color: rgb(50 137 200);
1028 }
1029 @media screen and (max-width: 768px) {
1030 .wp-chatbot-editor-container button {
1031 right: 7px;
1032 }
1033 }
1034