PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.5.9
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.5.9
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 8.5.2 All 533 releases
chatbot / templates / template-horizontal / style.css

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

798 lines 23.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 /* 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 /* 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 #wp-chatbot-chat-container .wp-chatbot-content {
579 max-height: initial !important;
580 }
581 div#wp-chatbot-desktop-reload,#wp-chatbot-desktop-close{
582 z-index: 999 !important;
583 }
584 }
585
586
587 @media screen and (max-width: 768px) {
588 .wp-chatbot-editor-container button {
589 right: 0;
590 }
591 .wp-chatbot-content {
592 height: calc(100vh - 220px) !important;
593 }
594 }
595
596
597
598
599
600 .template-vertical .wpbot_card_image span {
601 display: none !important;
602 }
603 .template-vertical .wpbot_card_image a {
604 display: flex !important;
605 gap: 6px !important;
606 }
607 .template-vertical .wpbot_card_image.wpbot_card_image_saas a{
608 display: flex !important;
609 gap: 6px !important;
610 }
611 .template-vertical .wpbot_card_image img{
612 max-width: 25px !important;
613 height: 25px !important;
614 border-radius: 50%;
615 }
616 .template-vertical .wpbot_card_caption.wpbot_card_caption_saas span {
617 display: flex !important;
618 gap: 10px !important;
619 margin: 0 10px 0 0 !important;
620 }
621 .template-vertical .wpbot_card_image.wpbot_card_image_saas .wpbot_card_caption.wpbot_card_caption_saas p {
622 display: flex;
623 }
624 .template-vertical .wpb-search-result .wpbot_card_wraper {
625 backdrop-filter: blur(0px);
626 isolation: isolate;
627 margin: 5px 0;
628 padding: 5px;
629 }
630 .template-vertical .wpb-search-result .wpbot_card_wraper p.wpbot_card_caption_title{
631 margin: 0;
632 padding: 0;
633 color: rgb(29 115 180) !important;
634 font-weight: 600;
635 }
636 .template-vertical .wpbot_card_caption.wpbot_card_caption_saas p.wpbot_card_description {
637 padding: 0 0 0 28px;
638 }
639 .template-vertical .wpbot_card_caption p.wpbot_card_description {
640 margin: 0;
641 padding: 0;
642 }
643 .template-vertical .template-vertical .wpbot_card_caption h2 {
644 margin: 0;
645 padding: 0;
646 color: rgb(29 115 180) !important;
647 font-weight: 600;
648 font-size: 14px;
649 }
650
651 .template-vertical .wpb-search-result .wpbot_card_wraper a{
652 text-decoration: none !important;
653 }
654
655 .template-vertical .wpb-search-result .wpbot_card_wraper a p:first-child {
656 margin: 0;
657 padding: 0;
658 color: #fff !important;
659 font-weight: 600;
660 }
661
662 .template-vertical .wpb-search-result a p {
663 margin: 0;
664 }
665
666 ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container .wp-chatbot-paragraph {
667 color: #fff;
668 }
669 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
670 background: #444654;
671 color: #fff;
672 box-shadow: none;
673 background: rgb(255 255 255 / 30%);
674 backdrop-filter: blur(0px);
675 isolation: isolate;
676 border-radius: 10px;
677 padding: 8px 15px;
678 }
679
680 ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container {
681 box-shadow: none;
682 }
683 .slimScrollDiv {
684 margin: 12px 0 0 0;
685 }
686 ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container {
687 color: #fff;
688 }
689
690 ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container {
691 width: 90%;
692 }
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713 .wp-chatbot-avatar-hidden .wp-chatbot-avatar {
714 display: none;
715 }
716 .wp-chatbot-avatar-hidden ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
717 padding-left: 0;
718 }
719
720 .wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
721 padding-left: 0px;
722 box-shadow: none;
723 background: rgb(64 65 79);
724 backdrop-filter: blur(0px);
725 isolation: isolate;
726 border-radius: 10px;
727 padding: 8px 15px;
728 min-height: auto;
729 }
730
731 .wp-chatbot-avatar-inside ul.wp-chatbot-messages-container>li.wp-chatbot-msg .chat-container {
732 box-shadow: none;
733 background: rgba(255, 255, 255, 0);
734 backdrop-filter: none;
735 isolation: isolate;
736 border-radius: 0px;
737 padding: 0;
738 }
739
740 .wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li .wp-chatbot-avatar{
741 position: relative;
742 }
743
744 .wp-chatbot-avatar-inside .wp-chatbot-avatar img, .wp-chatbot-avatar-inside .wp-chatbot-widget-avatar img {
745 width: 32px !important;
746 height: 32px !important;
747 object-fit: cover;
748 }
749
750
751 .wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
752 padding-right: 0;
753 }
754
755
756 .wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
757 padding-left: 0px;
758 box-shadow: none;
759 background: rgb(64 65 79);
760 backdrop-filter: blur(0px);
761 isolation: isolate;
762 border-radius: 10px;
763 padding: 8px 15px;
764 min-height: auto;
765 display: flex;
766 flex-direction: column;
767 align-content: flex-end;
768 flex-wrap: wrap;
769 }
770
771 .wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
772 box-shadow: none;
773 background: rgba(255, 255, 255, 0);
774 backdrop-filter: none;
775 isolation: isolate;
776 border-radius: 0px;
777 padding: 0;
778 }
779
780 .wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
781 width: 32px;
782 height: 32px;
783 text-align: right;
784 margin:0 0 6px auto !important;
785 }
786 .wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li .wp-chatbot-avatar {
787 position: relative;
788 border-radius: 0;
789 }
790 .wp-chatbot-avatar-inside ul.wp-chatbot-messages-container > li .wp-chatbot-avatar img{
791 border-radius: 50%;
792 }
793 .wp-chatbot-avatar-hidden ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
794 padding-right: 0;
795 }
796 .wp-chatbot-avatar-inside li.wp-chat-user-msg .wp-chatbot-textanimation {
797 text-align: right;
798 }