PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.5.2
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.5.2
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.2, at templates/template-horizontal/style.css

690 lines 20.1 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 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;
690 }