PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.2.3
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.2.3
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-horizontal / style.css

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

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