PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.7.8
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.7.8
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
← All changes | templates/template-00/shortcode-backup.css +549 -556 8.5.88.7.8 View file →
@@ -1,556 +1,549 @@
1 -/*
2 -
3 - 1.ShortCode Grid
4 -
5 - 2.wp Chat bot Message container
6 -
7 - 3.Sidebar
8 -
9 - -Cart
10 -
11 - -Agent
12 -
13 - 4.Product Details
14 -
15 -*/
16 -
17 -/**********************************************************************************
18 -
19 -1. ShortCode Grid
20 -
21 -**********************************************************************************/
22 -
23 -.chatbot-shortcode-template-00 {
24 -
25 - font-family: "quicksandregular", "Helvetica Neue", Helvetica, Aria;
26 -
27 - height: auto;
28 -
29 - max-width: 1100px;
30 -
31 - margin: 0 auto;
32 -
33 - position: relative;
34 -
35 - box-sizing: border-box;
36 -
37 - border-radius: 5px;
38 -
39 - box-shadow: 0 5px 40px rgba(0, 0, 0, .10);
40 -
41 - background: #ffffff;
42 -
43 - display: table;
44 -
45 -}
46 -
47 -
48 -
49 -.chatbot-shortcode-row {
50 -
51 - display: table-row;
52 -
53 -}
54 -
55 -
56 -
57 -.chatbot-shortcode-template-00 .wp-chatbot-container, .chatbot-shortcode-template-00 .chatbot-sidebar {
58 -
59 - display: table-cell;
60 -
61 - vertical-align: top;
62 -
63 - box-sizing: border-box;
64 -
65 -}
66 -
67 -
68 -
69 -.chatbot-shortcode-template-00 .chatbot-sidebar {
70 -
71 - width: 30%;
72 -
73 - padding: 15px;
74 -
75 - font-size: 14px;
76 -
77 - line-height: 1.8;
78 -
79 -}
80 -
81 -
82 -
83 -.chatbot-shortcode-template-00 .wp-chatbot-container {
84 -
85 - width: 40%;
86 -
87 - background-color: #f6f6fc;
88 -
89 -}
90 -
91 -
92 -
93 -/***************************************************************************************************
94 -
95 -2. wp Chat bot Message container
96 -
97 -****************************************************************************************************/
98 -
99 -
100 -
101 -.wp-chatbot-header h3 {
102 -
103 - color: #999999;
104 -
105 -}
106 -
107 -
108 -
109 -.wp-chatbot-content {
110 -
111 -
112 -
113 -}
114 -
115 -
116 -
117 -ul.wp-chatbot-messages-container > li {
118 -
119 - margin-bottom: 10px;
120 -
121 - padding-top: 30px;
122 -
123 -}
124 -
125 -
126 -
127 -ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
128 -
129 - padding-left: 35px;
130 -
131 -}
132 -
133 -
134 -
135 -ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
136 -
137 - padding-right: 35px;
138 -
139 -}
140 -
141 -
142 -
143 -ul.wp-chatbot-messages-container > li:first-child {
144 -
145 - padding: 0;
146 -
147 -}
148 -
149 -
150 -
151 -ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar {
152 -
153 - position: absolute;
154 -
155 - border-radius: 50%;
156 -
157 - overflow: hidden;
158 -
159 - border: 2px solid #70aca9;
160 -
161 - background-color: #70aca9;
162 -
163 - width: 40px;
164 -
165 - height: 40px;
166 -
167 -}
168 -
169 -
170 -
171 -ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar {
172 -
173 - top: 0;
174 -
175 - left: 0;
176 -
177 -}
178 -
179 -
180 -
181 -ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
182 -
183 - top: 0;
184 -
185 - right: 0;
186 -
187 -}
188 -
189 -
190 -
191 -ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph {
192 -
193 - padding: 10px;
194 -
195 - max-width: 90%;
196 -
197 - background-color: #fff;
198 -
199 - -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7)"; /*IE 8*/
200 -
201 - -moz-box-shadow: 1px 1px 1px #77bdb7; /*FF 3.5+*/
202 -
203 - -webkit-box-shadow: 1px 1px 1px #77bdb7; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
204 -
205 - box-shadow: 1px 1px 1px #77bdb7; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
206 -
207 - filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7); /*IE 5.5-7*/
208 -
209 -}
210 -
211 -
212 -
213 -ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
214 -
215 - box-shadow: none;
216 -
217 -}
218 -
219 -
220 -
221 -ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
222 -
223 - text-align: right;
224 -
225 - float: right;
226 -
227 - border-radius: 10px 10px 10px 10px;
228 -
229 - color: #999;
230 -
231 -}
232 -
233 -
234 -
235 -ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph {
236 -
237 - color: #70aca9;
238 -
239 - border-radius: 10px 10px 10px 10px;
240 -
241 -}
242 -
243 -
244 -
245 -.wp-chatbot-footer {
246 -
247 - border-radius: 5px;
248 -
249 -}
250 -
251 -
252 -
253 -.wp-chatbot-editor-area {
254 -
255 - border-top: 1px solid #deebe9;
256 -
257 - border-radius: 0 0 5px 5px;
258 -
259 - margin: 0;
260 -
261 - padding: 6px 15px;
262 -
263 -}
264 -
265 -
266 -
267 -.wp-chatbot-editor-area input {
268 -
269 - display: inline-block;
270 -
271 - border: none;
272 -
273 - height: 50px;
274 -
275 - font-family: 'Montserrat', sans-serif;
276 -
277 - width: 80%;
278 -
279 - background-color: transparent;
280 -
281 - color: #565867;
282 -
283 - font-size: 14px;
284 -
285 - margin: 0;
286 -
287 - padding: 0;
288 -
289 -}
290 -
291 -
292 -
293 -.wp-chatbot-editor-area input:focus {
294 -
295 - outline: none;
296 -
297 - border: none;
298 -
299 - box-shadow: none;
300 -
301 - background: none;
302 -
303 -}
304 -
305 -
306 -
307 -.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 {
308 -
309 - color: #565867;
310 -
311 -}
312 -
313 -
314 -
315 -.wp-chatbot-editor-area button {
316 -
317 - display: inline-block;
318 -
319 - height: 50px;
320 -
321 - background: transparent url("../../images/send-button.png") no-repeat center;
322 -
323 - color: transparent;
324 -
325 - width: 20%;
326 -
327 - cursor: pointer;
328 -
329 - margin: 0 0 0 -8px;
330 -
331 - padding: 0;
332 -
333 - border: none;
334 -
335 - outline: none;
336 -
337 -}
338 -
339 -
340 -
341 -.wp-chatbot-editor-area button:hover {
342 -
343 - background: transparent url("../../images/send-button.png") no-repeat center;
344 -
345 -}
346 -
347 -
348 -
349 -.wp-chatbot-editor-area button:focus {
350 -
351 - outline: none;
352 -
353 - border: none;
354 -
355 - box-shadow: none;
356 -
357 - background: transparent url("../../images/send-button.png") no-repeat center;
358 -
359 -}
360 -
361 -
362 -
363 -/*******************************************************************************************
364 -
365 -sidebar element
366 -
367 -*******************************************************************************************/
368 -
369 -/********* Cart *******/
370 -
371 -
372 -
373 -.wp-chatbot-cart-header {
374 -
375 - background-color: #F5F5F5;
376 -
377 -}
378 -
379 -
380 -
381 -.wp-chatbot-cart-single {
382 -
383 - background-color: rgba(245, 245, 245, 0.1);
384 -
385 - border-bottom: 1px solid #dddddd;
386 -
387 -}
388 -
389 -
390 -
391 -.wp-chatbot-cart-single:nth-child(2n+1) {
392 -
393 - background-color: rgba(245, 245, 245, 0.5);
394 -
395 -}
396 -
397 -
398 -
399 -.wp-chatbot-cart-footer div a {
400 -
401 - text-decoration: none;
402 -
403 - background: #6dcbe3;
404 -
405 - color: #ffffff !important;
406 -
407 -}
408 -
409 -
410 -
411 -.wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a {
412 -
413 - background: #559db0 !important;
414 -
415 -}
416 -
417 -
418 -
419 -/****** ********************************************************************************
420 -
421 -04. Product Details
422 -
423 -***************************************************************************************/
424 -
425 -.wp-chatbot-product-details {
426 -
427 - box-shadow: 0 0 10px #ccc;
428 -
429 - background-color: #f5f5f5;
430 -
431 -}
432 -
433 -
434 -
435 -.wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore {
436 -
437 - border: 1px solid #6dcbe3;
438 -
439 - background: #6dcbe3;
440 -
441 - color: #ffffff;
442 -
443 - box-shadow: 0 0 2px #999;
444 -
445 -}
446 -
447 -
448 -
449 -.wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover {
450 -
451 - background: #559db0;
452 -
453 - color: #ffffff;
454 -
455 -}
456 -
457 -
458 -
459 -#wp-chatbot-shortcode-template-container a.wp-chatbot-product-close {
460 -
461 - position: absolute;
462 -
463 - top: 0;
464 -
465 - right: 0;
466 -
467 - background: #6dcbe3 url("../../images/wp-boat-product-close-icon.png") no-repeat center;
468 -
469 - background-size: 27px;
470 -
471 - width: 50px;
472 -
473 - height: 50px;
474 -
475 -}
476 -
477 -
478 -
479 -#wp-chatbot-shortcode-template-container a.wp-chatbot-product-close:hover {
480 -
481 - background-color: red;
482 -
483 -}
484 -
485 -
486 -
487 -#wp-chatbot-shortcode-template-container .wp-chatbot-product-details {
488 -
489 - box-shadow: none;
490 -
491 -}
492 -
493 -
494 -
495 -#wp-chatbot-shortcode-template-container h2#wp-chatbot-product-title {
496 -
497 - margin: 0 0 10px !important;
498 -
499 - color: #999999;
500 -
501 - padding: 0 0 5px;
502 -
503 - font-size: 18px;
504 -
505 - font-weight: 700;
506 -
507 - line-height: 1.2;
508 -
509 - letter-spacing: 1px;
510 -
511 -}
512 -
513 -
514 -
515 -@media screen and (max-width: 1024px) {
516 -
517 - .chatbot-left-sidebar {
518 -
519 - display: none !important;
520 -
521 - }
522 -
523 -}
524 -
525 -
526 -
527 -@media screen and (max-width: 767px) {
528 -
529 - .chatbot-shortcode-template-01 {
530 -
531 - display: block;
532 -
533 - }
534 -
535 -
536 -
537 - .chatbot-shortcode-template-01 .chatbot-shortcode-row {
538 -
539 - display: block;
540 -
541 - }
542 -
543 -
544 -
545 - .chatbot-shortcode-template-01 .wp-chatbot-container, .chatbot-shortcode-template-01 .chatbot-sidebar {
546 -
547 - display: block !important;
548 -
549 - width: 100% !important;
550 -
551 - margin-bottom: 30px;
552 -
553 - }
554 -
555 -}
556 -
1 +/*
2 +
3 + 1.ShortCode Grid
4 +
5 + 2.wp Chat bot Message container
6 +
7 + 3.Sidebar
8 +
9 + -Cart
10 +
11 + -Agent
12 +
13 + 4.Product Details
14 +
15 +*/
16 +
17 +/**********************************************************************************
18 +
19 +1. ShortCode Grid
20 +
21 +**********************************************************************************/
22 +
23 +.chatbot-shortcode-template-00 {
24 +
25 + font-family: "quicksandregular", "Helvetica Neue", Helvetica, Aria;
26 +
27 + height: auto;
28 +
29 + max-width: 1100px;
30 +
31 + margin: 0 auto;
32 +
33 + position: relative;
34 +
35 + box-sizing: border-box;
36 +
37 + border-radius: 5px;
38 +
39 + box-shadow: 0 5px 40px rgba(0, 0, 0, .10);
40 +
41 + background: #ffffff;
42 +
43 + display: table;
44 +
45 +}
46 +
47 +
48 +
49 +.chatbot-shortcode-row {
50 +
51 + display: table-row;
52 +
53 +}
54 +
55 +
56 +
57 +.chatbot-shortcode-template-00 .wp-chatbot-container, .chatbot-shortcode-template-00 .chatbot-sidebar {
58 +
59 + display: table-cell;
60 +
61 + vertical-align: top;
62 +
63 + box-sizing: border-box;
64 +
65 +}
66 +
67 +
68 +
69 +.chatbot-shortcode-template-00 .chatbot-sidebar {
70 +
71 + width: 30%;
72 +
73 + padding: 15px;
74 +
75 + font-size: 14px;
76 +
77 + line-height: 1.8;
78 +
79 +}
80 +
81 +
82 +
83 +.chatbot-shortcode-template-00 .wp-chatbot-container {
84 +
85 + width: 40%;
86 +
87 + background-color: #f6f6fc;
88 +
89 +}
90 +
91 +
92 +
93 +/***************************************************************************************************
94 +
95 +2. wp Chat bot Message container
96 +
97 +****************************************************************************************************/
98 +
99 +
100 +
101 +.wp-chatbot-header h3 {
102 +
103 + color: #999999;
104 +
105 +}
106 +
107 +
108 +
109 +
110 +ul.wp-chatbot-messages-container > li {
111 +
112 + margin-bottom: 10px;
113 +
114 + padding-top: 30px;
115 +
116 +}
117 +
118 +
119 +
120 +ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
121 +
122 + padding-left: 35px;
123 +
124 +}
125 +
126 +
127 +
128 +ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
129 +
130 + padding-right: 35px;
131 +
132 +}
133 +
134 +
135 +
136 +ul.wp-chatbot-messages-container > li:first-child {
137 +
138 + padding: 0;
139 +
140 +}
141 +
142 +
143 +
144 +ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar {
145 +
146 + position: absolute;
147 +
148 + border-radius: 50%;
149 +
150 + overflow: hidden;
151 +
152 + border: 2px solid #70aca9;
153 +
154 + background-color: #70aca9;
155 +
156 + width: 40px;
157 +
158 + height: 40px;
159 +
160 +}
161 +
162 +
163 +
164 +ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar {
165 +
166 + top: 0;
167 +
168 + left: 0;
169 +
170 +}
171 +
172 +
173 +
174 +ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
175 +
176 + top: 0;
177 +
178 + right: 0;
179 +
180 +}
181 +
182 +
183 +
184 +ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph {
185 +
186 + padding: 10px;
187 +
188 + max-width: 90%;
189 +
190 + background-color: #fff;
191 +
192 + -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7)"; /*IE 8*/
193 +
194 + -moz-box-shadow: 1px 1px 1px #77bdb7; /*FF 3.5+*/
195 +
196 + -webkit-box-shadow: 1px 1px 1px #77bdb7; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
197 +
198 + box-shadow: 1px 1px 1px #77bdb7; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
199 +
200 + filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7); /*IE 5.5-7*/
201 +
202 +}
203 +
204 +
205 +
206 +ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
207 +
208 + box-shadow: none;
209 +
210 +}
211 +
212 +
213 +
214 +ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
215 +
216 + text-align: right;
217 +
218 + float: right;
219 +
220 + border-radius: 10px 10px 10px 10px;
221 +
222 + color: #999;
223 +
224 +}
225 +
226 +
227 +
228 +ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph {
229 +
230 + color: #70aca9;
231 +
232 + border-radius: 10px 10px 10px 10px;
233 +
234 +}
235 +
236 +
237 +
238 +.wp-chatbot-footer {
239 +
240 + border-radius: 5px;
241 +
242 +}
243 +
244 +
245 +
246 +.wp-chatbot-editor-area {
247 +
248 + border-top: 1px solid #deebe9;
249 +
250 + border-radius: 0 0 5px 5px;
251 +
252 + margin: 0;
253 +
254 + padding: 6px 15px;
255 +
256 +}
257 +
258 +
259 +
260 +.wp-chatbot-editor-area input {
261 +
262 + display: inline-block;
263 +
264 + border: none;
265 +
266 + height: 50px;
267 +
268 + font-family: 'Montserrat', sans-serif;
269 +
270 + width: 80%;
271 +
272 + background-color: transparent;
273 +
274 + color: #565867;
275 +
276 + font-size: 14px;
277 +
278 + margin: 0;
279 +
280 + padding: 0;
281 +
282 +}
283 +
284 +
285 +
286 +.wp-chatbot-editor-area input:focus {
287 +
288 + outline: none;
289 +
290 + border: none;
291 +
292 + box-shadow: none;
293 +
294 + background: none;
295 +
296 +}
297 +
298 +
299 +
300 +.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 {
301 +
302 + color: #565867;
303 +
304 +}
305 +
306 +
307 +
308 +.wp-chatbot-editor-area button {
309 +
310 + display: inline-block;
311 +
312 + height: 50px;
313 +
314 + background: transparent url("../../images/send-button.png") no-repeat center;
315 +
316 + color: transparent;
317 +
318 + width: 20%;
319 +
320 + cursor: pointer;
321 +
322 + margin: 0 0 0 -8px;
323 +
324 + padding: 0;
325 +
326 + border: none;
327 +
328 + outline: none;
329 +
330 +}
331 +
332 +
333 +
334 +.wp-chatbot-editor-area button:hover {
335 +
336 + background: transparent url("../../images/send-button.png") no-repeat center;
337 +
338 +}
339 +
340 +
341 +
342 +.wp-chatbot-editor-area button:focus {
343 +
344 + outline: none;
345 +
346 + border: none;
347 +
348 + box-shadow: none;
349 +
350 + background: transparent url("../../images/send-button.png") no-repeat center;
351 +
352 +}
353 +
354 +
355 +
356 +/*******************************************************************************************
357 +
358 +sidebar element
359 +
360 +*******************************************************************************************/
361 +
362 +/********* Cart *******/
363 +
364 +
365 +
366 +.wp-chatbot-cart-header {
367 +
368 + background-color: #F5F5F5;
369 +
370 +}
371 +
372 +
373 +
374 +.wp-chatbot-cart-single {
375 +
376 + background-color: rgba(245, 245, 245, 0.1);
377 +
378 + border-bottom: 1px solid #dddddd;
379 +
380 +}
381 +
382 +
383 +
384 +.wp-chatbot-cart-single:nth-child(2n+1) {
385 +
386 + background-color: rgba(245, 245, 245, 0.5);
387 +
388 +}
389 +
390 +
391 +
392 +.wp-chatbot-cart-footer div a {
393 +
394 + text-decoration: none;
395 +
396 + background: #6dcbe3;
397 +
398 + color: #ffffff !important;
399 +
400 +}
401 +
402 +
403 +
404 +.wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a {
405 +
406 + background: #559db0 !important;
407 +
408 +}
409 +
410 +
411 +
412 +/****** ********************************************************************************
413 +
414 +04. Product Details
415 +
416 +***************************************************************************************/
417 +
418 +.wp-chatbot-product-details {
419 +
420 + box-shadow: 0 0 10px #ccc;
421 +
422 + background-color: #f5f5f5;
423 +
424 +}
425 +
426 +
427 +
428 +.wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore {
429 +
430 + border: 1px solid #6dcbe3;
431 +
432 + background: #6dcbe3;
433 +
434 + color: #ffffff;
435 +
436 + box-shadow: 0 0 2px #999;
437 +
438 +}
439 +
440 +
441 +
442 +.wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover {
443 +
444 + background: #559db0;
445 +
446 + color: #ffffff;
447 +
448 +}
449 +
450 +
451 +
452 +#wp-chatbot-shortcode-template-container a.wp-chatbot-product-close {
453 +
454 + position: absolute;
455 +
456 + top: 0;
457 +
458 + right: 0;
459 +
460 + background: #6dcbe3 url("../../images/wp-boat-product-close-icon.png") no-repeat center;
461 +
462 + background-size: 27px;
463 +
464 + width: 50px;
465 +
466 + height: 50px;
467 +
468 +}
469 +
470 +
471 +
472 +#wp-chatbot-shortcode-template-container a.wp-chatbot-product-close:hover {
473 +
474 + background-color: red;
475 +
476 +}
477 +
478 +
479 +
480 +#wp-chatbot-shortcode-template-container .wp-chatbot-product-details {
481 +
482 + box-shadow: none;
483 +
484 +}
485 +
486 +
487 +
488 +#wp-chatbot-shortcode-template-container h2#wp-chatbot-product-title {
489 +
490 + margin: 0 0 10px !important;
491 +
492 + color: #999999;
493 +
494 + padding: 0 0 5px;
495 +
496 + font-size: 18px;
497 +
498 + font-weight: 700;
499 +
500 + line-height: 1.2;
501 +
502 + letter-spacing: 1px;
503 +
504 +}
505 +
506 +
507 +
508 +@media screen and (max-width: 1024px) {
509 +
510 + .chatbot-left-sidebar {
511 +
512 + display: none !important;
513 +
514 + }
515 +
516 +}
517 +
518 +
519 +
520 +@media screen and (max-width: 767px) {
521 +
522 + .chatbot-shortcode-template-01 {
523 +
524 + display: block;
525 +
526 + }
527 +
528 +
529 +
530 + .chatbot-shortcode-template-01 .chatbot-shortcode-row {
531 +
532 + display: block;
533 +
534 + }
535 +
536 +
537 +
538 + .chatbot-shortcode-template-01 .wp-chatbot-container, .chatbot-shortcode-template-01 .chatbot-sidebar {
539 +
540 + display: block !important;
541 +
542 + width: 100% !important;
543 +
544 + margin-bottom: 30px;
545 +
546 + }
547 +
548 +}
549 +