PluginProbe ʕ •ᴥ•ʔ
Smash Balloon Social Post Feed – Simple Social Feeds for WordPress / 4.12.0
Smash Balloon Social Post Feed – Simple Social Feeds for WordPress v4.12.0
4.12.0 4.10.0 4.9.0 4.8.1 trunk 1.0 1.1 1.12.1 1.2.3 1.2.4 1.2.5 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.5 1.5.1 1.5.2 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.4.1 1.6.5 1.6.5.1 1.6.6 1.6.6.1 1.6.6.2 1.6.6.3 1.6.7 1.6.7.1 1.6.8 1.6.8.1 1.6.8.2 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 1.8.2 1.8.2.1 1.8.2.2 1.8.2.3 1.9.0 1.9.1 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.8.1 1.9.9 1.9.9.1 1.9.9.2 1.9.9.3 2.0 2.0.1 2.1 2.1.1 2.1.2 2.1.3 2.10 2.11 2.11.1 2.12 2.12.1 2.12.2 2.12.3 2.12.4 2.13 2.14 2.14.1 2.15 2.15.1 2.16 2.16.1 2.17 2.17.1 2.18 2.18.1 2.18.2 2.18.3 2.19 2.19.1 2.19.2 2.19.3 2.2 2.2.1 2.3 2.3.1 2.3.10 2.3.2 2.3.3 2.3.4 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.1.1 2.4.1.2 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.5 2.5.1 2.5.2 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.7 2.7.1 2.7.2 2.8 2.9 2.9.1 4.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.1 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.3.0 4.3.1 4.3.2 4.3.3 4.3.4 4.7.5 4.7.6 4.7.7
custom-facebook-feed / admin / assets / css / support.css
custom-facebook-feed / admin / assets / css Last commit date
about.css 2 weeks ago admin-notifications.css 2 weeks ago callout.css 2 weeks ago cff-admin-style.css 2 weeks ago extensions.css 2 weeks ago oembeds.css 2 weeks ago settings.css 2 weeks ago support.css 2 weeks ago
support.css
1025 lines
1 /*
2 * SUPPORT PAGE CSS TABLE OF CONTENTS
3 *
4 * 1.0 - GLOBAL
5 * 2.0 - HEADER
6 * 3.0 - 3.0 - SUPPORT CONTAINER
7 * 3.1 - SECTION HEADER
8 * 3.2 - SUPPORT BLOCK
9 * 3.3 - CONTACT SUPPORT BLOCK
10 * 4.0 - STICKY WIDGET
11 * 5.0 - SB NOTIFICATION ELEMENT
12 * 6.0 - RESPONSIVENESS
13 */
14
15 /*** 1.0 - GLOBAL ***/
16 .clearfix { display: inline-block; }
17 /* start commented backslash hack \*/
18 * html .clearfix { height: 1%; }
19 .clearfix { display: block; }
20 #cff-support {
21 -webkit-font-smoothing: antialiased;
22 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
23 }
24 #wpcontent {
25 padding-left: 0px;
26 }
27 #wpbody-content {
28 padding-bottom: 40px;
29 }
30 .clearfix:after {
31 visibility: hidden;
32 display: block;
33 font-size: 0;
34 content: " ";
35 clear: both;
36 height: 0;
37 }
38 .sb-btn {
39 display: flex;
40 flex-direction: row;
41 justify-content: center;
42 align-items: center;
43 padding: 6px 12px;
44 gap: 8px;
45 background: #F3F4F5;
46 border: 1px solid #DCDDE1;
47 border-radius: 2px;
48 box-sizing: border-box;
49 transition: all .2s ease-in;
50 text-decoration: none;
51 }
52
53 .sb-btn:hover {
54 background-color: #fdfdfd;
55 cursor: pointer;
56 }
57 .sb-btn-blue {
58 background: #0068A0 !important;
59 color: #fff !important;
60 }
61
62 .sb-btn-blue:hover {
63 background: #0096CC !important;
64 border-color: #0096CC !important;
65 color: #fff !important;
66 }
67
68 .sb-btn-blue:focus,
69 .sb-btn-blue:active {
70 background: #004D77 !important;
71 border-color: #004D77 !important;
72 color: #fff !important;
73 }
74 /*orange*/
75 .sb-btn-orange{
76 background: #FE544F!important;
77 color: #fff!important;
78 }
79 .sb-btn-orange:hover{
80 background: #EC352F!important;
81 color: #fff!important;
82 }
83 .sb-btn-orange:focus,
84 .sb-btn-orange:active{
85 background: #BC120E!important;
86 color: #fff!important;
87 }
88 /*red*/
89 .sb-btn-red {
90 background: #D72C2C !important;
91 color: #fff !important;
92 }
93
94 .sb-btn-red:hover {
95 background: #DF5757 !important;
96 color: #fff !important;
97 }
98
99 .sb-btn-red:focus {
100 background: #841919 !important;
101 color: #fff !important;
102 }
103 .cff-fb-cp-clpboard{
104 width: 0px;
105 height: 0px;
106 position: absolute;
107 left: -100000px;
108 }
109 .cff-fb-full-wrapper{
110 padding: 0 53px;
111 padding-top: 82px;
112 }
113 .cff-fb-fs {
114 width: 100%;
115 position: relative;
116 float: left;
117 box-sizing: border-box;
118 }
119
120
121 .sb-btn-grey:not(:disabled){
122 background: #F3F4F5!important;
123 color: #141B38!important;
124 border: 1px solid #D0D1D7!important;
125 }
126 .sb-btn-grey:not(:disabled):hover{
127 background: #fff!important;
128 color: #141B38!important;
129 border: 1px solid #DCDDE1!important;
130 }
131 .sb-btn-grey:not(:disabled):focus,
132 .sb-btn-grey:not(:disabled):active{
133 background: #E8E8EB!important;
134 color: #141B38!important;
135 border: 1px solid #D0D1D7!important;
136 }
137
138 /*** 2.0 - HEADER ***/
139 .cff-fb-create-ctn{
140 margin-top: 90px;
141 }
142 .cff-fb-header{
143 height: 64px;
144 position: absolute;
145 display: flex;
146 flex-direction: row;
147 justify-content: space-between;
148 align-items: center;
149 background: #fff;
150 padding: 0px 52px;
151 z-index: 2;
152 }
153 .cff-fb-header-left {
154 display: flex;
155 }
156 .cff-fb-header-left .sb-social-wall-link-wrap {
157 margin-left: 30px;
158 }
159 .sb-social-wall-link-wrap {
160 display: flex;
161 font-size: 14px;
162 margin: 10px 0 10px 30px;
163 }
164 .sb-social-wall-link:first-child {
165 padding-left: 0;
166 border-right: 1px solid #ccc;
167 color: #0068A0!important;
168 line-height: 1;
169 }
170 .sb-social-wall-link {
171 padding: 0 12px;
172 border-right: 1px solid #ccc;
173 color: #0068A0!important;
174 line-height: 1;
175 }
176 .sb-social-wall-link a {
177 text-decoration: none;
178 }
179 .sb-social-wall-link a:focus {
180 box-shadow: none;
181 }
182 .sb-social-wall-link:last-child {
183 border-right: none;
184 }
185 .cff-fb-hd-logo{
186 display: flex;
187 vertical-align: middle;
188 align-items: center;
189 gap: 5px;
190 }
191 .cff-fb-hd-logo .sb-logo-letters-wrap {
192 transform: translate(0px, -2px);
193 }
194 .cff-fb-hd-logo .breadcrumb-title{
195 font-size: 14px;
196 font-weight: 400;
197 line-height: 22px;
198 letter-spacing: 0em;
199 margin-left: 4px;
200 }
201 .cff-fb-hd-logo .separator{
202 margin: 0 5px 0 10px;
203 }
204 .cff-fb-hd-btn{
205 height: 38px;
206 cursor: pointer;
207 display: flex;
208 flex-direction: row;
209 justify-content: center;
210 align-items: center;
211 padding: 0px 15px 0px 13px;
212 font-weight: 600;
213 font-size: 14px;
214 color: #353A41;
215 background: #F3F4F5;
216 border-radius: 2px;
217 border: 1px solid #DCDDE1;
218 position: relative;
219 text-decoration: none;
220 transition: all 0.3s ease;
221 box-sizing: border-box;
222 }
223 .cff-fb-hd-btn svg {
224 margin-right: 10px;
225 width: 16px;
226 }
227 .cff-fb-hd-btn:focus {
228 box-shadow: none;
229 }
230 .cff-fb-hd-btn:hover {
231 color: inherit;
232 background-color: #fff;
233 }
234 .cff-fb-hd-btn i{
235 margin: 0px 5px;
236 }
237 .cff-fb-hd-btn[data-icon="left"]{
238 padding-right: 20px!important;
239 }
240 .cff-fb-full-wrapper .section-header h1 {
241 font-size: 32px;
242 line-height: 40px;
243 }
244 /*** 3.0 - SUPPORT CONTAINER ***/
245 .cff-sb-container {
246 max-width: 885px;
247 position: relative;
248 margin: auto;
249 margin-top: 33px;
250 box-sizing: border-box;
251 }
252
253 /*** 3.1 - SECTION HEADER ***/
254 .cff-section-header {
255 display: flex;
256 justify-content: space-between;
257 align-items: center;
258 }
259 .cff-section-header h2{
260 font-weight: 600;
261 font-size: 32px;
262 line-height: 40px;
263 color: #141B38;
264 margin: 0;
265 }
266 .cff-section-header .cff-search-doc .cff-search-doc-field {
267 position: relative;
268 background: #fff;
269 border: 1px solid #DCDDE1;
270 min-width: 283px;
271 box-sizing: border-box;
272 height: 38px;
273 padding: 0px 14px 0px 15px;
274 font-weight: 600;
275 font-size: 14px;
276 line-height: 22px;
277 color: #141B38;
278 text-decoration: none;
279 margin-right: 1px;
280 }
281 .cff-section-header .cff-search-doc .cff-search-doc-field .sb-btn-input {
282 height: 100%;
283 border: none;
284 background-color: transparent;
285 margin-left: 25px;
286 color: #141B38;
287 min-width: 200px;
288 transform: translateY(-1px);
289 }
290 .cff-section-header .cff-search-doc .cff-search-doc-field .sb-btn-input::placeholder {
291 color: #141B38;
292 }
293 .cff-section-header .cff-search-doc .cff-search-doc-field:focus,
294 .cff-section-header .cff-search-doc .cff-search-doc-field .sb-btn-input:focus {
295 box-shadow: none;
296 }
297 .cff-section-header .cff-search-doc .cff-search-doc-field .sb-btn-icon {
298 position: absolute;
299 left: 15px;
300 top: 9px;
301 cursor: pointer;
302 }
303 .cff-section-header .cff-search-doc .cff-search-doc-field .sb-btn-link-icon{
304 cursor: pointer;
305 position: absolute;
306 right: 2px;
307 top: 0;
308 width: 35px;
309 text-align: center;
310 height: 100%;
311 padding-top: 9px;
312 box-sizing: border-box;
313 }
314 .cff-section-header .cff-search-doc a .sb-btn-link-icon{
315 margin-left: 56px;
316 }
317 /*** 3.2 - SUPPORT BLOCK ***/
318 .cff-support-blocks {
319 margin-top: 22px;
320 display: flex;
321 }
322 .cff-support-blocks .cff-support-block {
323 padding: 22px 18px;
324 background: #FFFFFF;
325 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
326 border-radius: 2px;
327 width: calc(33% - 7px);
328 box-sizing: border-box;
329 position: relative;
330 }
331 .cff-support-blocks .cff-support-block:not(:last-child) {
332 margin-right: 14px;
333 }
334 .cff-support-blocks .cff-support-block h3 {
335 font-style: normal;
336 font-weight: 600;
337 font-size: 18px;
338 line-height: 25px;
339 color: #141B38;
340 margin-top: 15px;
341 margin-bottom: 0;
342 }
343 .cff-support-blocks .cff-support-block p {
344 font-size: 12px;
345 line-height: 18px;
346 color: #64748B;
347 margin-top: 5px;
348 }
349 .sb-block-header img {
350 width: 56px;
351 height: 56px;
352 }
353 .sb-articles-list {
354 margin-top: 31px;
355 margin-bottom: 79px;
356 }
357
358 .sb-articles-list ul li {
359 position: relative;
360 margin: 0px;
361 padding-right: 10px;
362 }
363 .sb-articles-list ul li:not(:last-child) {
364 border-bottom: 1px solid #E8E8EB;
365 position: relative;
366 }
367 .sb-articles-list ul li a {
368 font-size: 14px;
369 line-height: 22px;
370 color: #141B38;
371 text-decoration: none;
372 display: block;
373 padding: 13px 0;
374 }
375 .sb-articles-list ul li:not(:last-child):after {
376 content: '';
377 position: absolute;
378 left: 0px;
379 bottom: -1px;
380 background-color: #0068A0;
381 height: 1px;
382 width: 0;
383 transition: all 0.25s ease-in-out;
384 }
385 .sb-articles-list ul li:not(:last-child):hover:after {
386 width: 100%;
387 }
388 .sb-articles-list ul li a:hover {
389 color: #0068A0;
390 }
391 .sb-articles-list ul li .sb-list-icon {
392 position: absolute;
393 right: 0;
394 top: calc(50% - 9px);
395 }
396 .sb-articles-list ul li .sb-list-icon svg {
397 width: 5px;
398 }
399 .sb-articles-list ul li .sb-list-icon svg path {
400 fill: #8C8F9A;
401 }
402 .cff-support-blocks .cff-sb-button {
403 margin-top: 50px;
404 position: absolute;
405 left: 0;
406 bottom: 20px;
407 width: calc(100% - 40px);
408 padding: 0 20px;
409 }
410 .cff-support-blocks .cff-sb-button .sb-btn-icon {
411 margin-left: 8px;
412 }
413 .cff-support-blocks .cff-sb-button .sb-btn-icon svg {
414 width: 5px;
415 transform: translateY(0px);
416 margin-left: 3px;
417 }
418 .cff-support-blocks .cff-sb-button a {
419 background: #F3F4F5;
420 border: 1px solid #DCDDE1;
421 box-sizing: border-box;
422 border-radius: 2px;
423 font-weight: 600;
424 font-size: 12px;
425 line-height: 19px;
426 color: #141B38;
427 display: block;
428 text-align: center;
429 text-decoration: none;
430 padding: 6px;
431 transition: all 0.15s ease-in-out;
432 }
433 .cff-support-blocks .cff-sb-button a:hover,
434 .cff-section-header .cff-search-doc a:hover {
435 background: #FFFFFF;
436 border: 1px solid #D0D1D7;
437 }
438 .cff-support-blocks .cff-sb-button a:focus,
439 .cff-support-blocks .cff-sb-button a:active,
440 .cff-section-header .cff-search-doc a:focus,
441 .cff-section-header .cff-search-doc a:active {
442 background: #E8E8EB;
443 border: 1px solid #D0D1D7;
444 }
445
446 /*** 3.3 - CONTACT SUPPORT BLOCK ***/
447 .cff-support-contact-block,
448 .cff-tempuser-settings-section {
449 background: #FFFFFF;
450 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
451 border-radius: 2px;
452 padding: 20px 20px 23px;
453 margin-top: 28px;
454 box-sizing: border-box;
455 margin-bottom: 12px;
456 display: flex;
457 }
458 .cff-support-contact-block .sb-cb-content h3{
459 font-size: 24px;
460 line-height: 29px;
461 color: #141B38;
462 margin: 0;
463 margin-bottom: 16px;
464 }
465 .cff-support-contact-block .sb-cb-icon {
466 margin-right: 30px;
467 }
468 .cff-support-contact-block .sb-cb-icon span{
469 background: #E8E8EB;
470 border-radius: 60px;
471 width: 68px;
472 height: 68px;
473 display: inline-block;
474 text-align: center;
475 padding-top: 22px;
476 box-sizing: border-box;
477 }
478 .cff-support-contact-block .sb-cb-btn{
479 background: #FE544F;
480 border-radius: 2px;
481 color: #fff;
482 text-decoration: none;
483 display: inline-block;
484 padding: 8px 12px;
485 font-size: 14px;
486 }
487 .cff-support-contact-block .sb-cb-btn:hover {
488 background: #EC352F;
489 border-color: #EC352F;
490 }
491
492 .cff-support-contact-block .sb-cb-btn:focus,
493 .cff-support-contact-block .sb-cb-btn:active {
494 background: #BC120E;
495 border-color: #BC120E;
496 box-shadow: none;
497 }
498 .cff-support-contact-block .sb-cb-btn span {
499 margin-left: 11px;
500 }
501 .cff-support-contact-block .sb-cb-btn svg {
502 width: 5px;
503 }
504 .cff-support-contact-block .sb-cb-btn path {
505 fill: #fff;
506 }
507 .cff-support-contact-block .sb-contact-block-left{
508 flex-basis: 625px;
509 /* width: 625px; */
510 /* float: left; */
511 display: flex;
512 padding-top: 10px;
513 box-sizing: border-box;
514 }
515 .cff-support-contact-block .sb-contact-block-right {
516 flex-basis: 220px;
517 /* width: 220px;
518 float: left; */
519 padding-top: 10px;
520 padding-left: 32px;
521 box-sizing: border-box;
522 border-left: 1px solid #DCDDE1;
523 }
524 .cff-support-contact-block .sb-contact-block-right p {
525 font-size: 12px;
526 line-height: 18px;
527 color: #141B38;
528 }
529 .cff-support-contact-block .sb-contact-block-right img {
530 max-width: 65px;
531 }
532
533 /*** 3.4 - SYSTEM INFO BLOCK ***/
534 .cff-system-info-section {
535 background: #FFFFFF;
536 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
537 border-radius: 2px;
538 }
539 .cff-system-info-section .cff-system-header{
540 display: flex;
541 padding: 12px 20px 0;
542 justify-content: space-between;
543 }
544 .cff-system-info-section .cff-system-header h3 {
545 font-weight: 600;
546 font-size: 18px;
547 line-height: 25px;
548 color: #141B38;
549 margin-top: 9px;
550 }
551 .cff-system-info-section .cff-system-header .cff-copy-btn {
552 background: #F3F4F5;
553 border: 1px solid #DCDDE1;
554 box-sizing: border-box;
555 border-radius: 2px;
556 font-size: 14px;
557 font-weight: 600;
558 line-height: 22px;
559 color: #141B38;
560 height: 38px;
561 padding: 5px 20px 5px 12px;
562 cursor: pointer;
563 transition: all 0.15s ease-in-out;
564 }
565 .cff-system-info-section .cff-system-header .cff-copy-btn:hover {
566 background: #FFFFFF;
567 border: 1px solid #D0D1D7;
568 }
569 .cff-system-info-section .cff-system-header .cff-copy-btn:focus,
570 .cff-system-info-section .cff-system-header .cff-copy-btn:active {
571 background: #E8E8EB;
572 border: 1px solid #D0D1D7;
573 }
574 .cff-system-info-section .cff-system-header .cff-copy-btn svg {
575 height: 19px;
576 width: 19px;
577 transform: translate(0px, 4px);
578 margin-right: 5px;
579 }
580 .cff-system-info-section .cff-system-info {
581 padding: 0 20px 20px;
582 border-bottom: 1px solid #E8E8EB;
583 }
584 .cff-system-info-section .cff-system-info .system_info:focus {
585 box-shadow: none;
586 }
587 .cff-system-info-section .cff-system-info .system_info a {
588 color: #0068A0;
589 }
590 .cff-system-info-section .cff-system-info .system_info {
591 box-sizing: border-box;
592 background: #F9F9FA;
593 border: 1px solid #E8E8EB;
594 resize: none;
595 border-radius: 0;
596 padding: 20px 28px;
597 font-size: 12px;
598 line-height: 18px;
599 color: #141B38;
600 width: 100%;
601 height: 123px;
602 font-family: 'Fira Code', monospace;
603 word-break: break-all;
604 }
605 .cff-system-info-section .cff-system-info .system_info.expanded {
606 height: 600px;
607 overflow-x: hidden;
608 overflow-y: scroll;
609 }
610 .cff-system-info-section .cff-system-info .system_info.collapsed {
611 overflow: hidden;
612 }
613 .cff-system-info-section .cff-system-info .cff-expand-btn {
614 padding: 8px 12px 8px 8px;
615 background: #FFFFFF;
616 border: 1px solid #D0D1D7;
617 border-radius: 2px;
618 font-size: 12px;
619 line-height: 19px;
620 color: #141B38;
621 width: 100%;
622 margin-top: -5px;
623 z-index: 9;
624 position: relative;
625 font-weight: 500;
626 cursor: pointer;
627 transition: all .15s ease-in-out;
628 }
629 .cff-system-info-section .cff-system-info .cff-expand-btn:hover {
630 background: #F3F4F5;
631 border: 1px solid #DCDDE1;
632 }
633 .cff-system-info-section .cff-system-info .cff-expand-btn span {
634 margin-right: 10px;
635 }
636 .cff-system-info-section .cff-system-info .cff-expand-btn:focus,
637 .cff-system-info-section .cff-system-info .cff-expand-btn:active{
638 background: #E8E8EB!important;
639 color: #141B38!important;
640 border: 1px solid #D0D1D7!important;
641 }
642 .cff-export-settings-section {
643 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
644 border-radius: 2px;
645 padding: 20px;
646 background: #FFFFFF;
647 display: flex;
648 justify-content: space-between;
649 }
650 .cff-export-settings-section .cff-export-right{
651 display: flex;
652 }
653 .cff-export-settings-section .cff-export-left h3,
654 .cff-tempuser-left h3 {
655 font-style: normal;
656 font-weight: 600;
657 font-size: 18px;
658 line-height: 25px;
659 color: #141B38;
660 margin: 0 0 4px 0;
661 }
662 .cff-export-settings-section .cff-export-left p {
663 font-size: 12px;
664 line-height: 18px;
665 color: #141B38;
666 margin: 0;
667 }
668 .cff-export-settings-section .cff-select{
669 min-width: 234px;
670 border: 1px solid #D0D1D7;
671 padding: 3px 15px;
672 height: 38px;
673 font-size: 14px;
674 color: #141B38;
675 -webkit-appearance: none;
676 appearance: none;
677 margin-right: 8px;
678 background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABSSURBVHgBfc4hCkAhDAbgjV3slQcvvHuYDWY1G8zewyIWb6YuCCLqD4Pt5wtD54NBQA2XVKiWcorl/X7s+DkhJYUhPk54IN5plCue0Tb8M8/aNx/uIpRVqbbFAAAAAElFTkSuQmCC') no-repeat right 15px top 55%;
679 }
680 .cff-export-settings-section .cff-btn {
681 height: 38px;
682 font-size: 14px;
683 padding: 7px 20px 7px 16px;
684 display: flex;
685 align-items: center;
686 vertical-align: middle;
687 background: #F3F4F5;
688 border: 1px solid #DCDDE1;
689 border-radius: 2px;
690 font-weight: 500;
691 transition: all .15s ease-in-out;
692 cursor: pointer;
693 }
694 .cff-export-settings-section .cff-btn:disabled {
695 cursor: not-allowed;
696 color: #8C8F9A;
697 background: #F3F4F5;
698 }
699 .cff-export-settings-section .cff-btn:disabled:hover {
700 color: #8C8F9A;
701 }
702 .cff-export-settings-section .cff-btn span {
703 margin-right: 11px;
704 transform: translate(0px, 2px);
705 }
706 .cff-export-settings-section .cff-btn:disabled span path {
707 fill: #8C8F9A;
708 }
709 .cff-support-contact-block {}
710
711
712 /*** SB NOTIFICATION ELEMENT ***/
713 .sb-notification-ctn{
714 position: fixed;
715 bottom: -100px;
716 left: 200px;
717 z-index: 99999;
718 background: #fff;
719 display: flex;
720 justify-content: center;
721 align-items: center;
722 border-left: 3px solid #fff;
723 line-height: 1em;
724 padding: 10px 20px;
725 padding-left: 0px;
726 border-radius: 4px;
727 box-shadow: 0px 26.7377px 77.2886px rgba(0, 0, 0, 0.107828), 0px 14.2952px 41.3222px rgba(0, 0, 0, 0.0894161), 0px 8.01379px 23.1649px rgba(0, 0, 0, 0.075), 0px 4.25607px 12.3027px rgba(0, 0, 0, 0.0605839), 0px 1.77104px 5.11942px rgba(0, 0, 0, 0.0421718);
728
729 }
730 .sb-notification-ctn[data-active="hidden"]{
731 -webkit-animation: cff-notification-hide .5s forwards linear;
732 animation: cff-notification-hide .5s forwards linear;
733 }
734 .sb-notification-ctn[data-active="shown"]{
735 -webkit-animation: cff-notification-show .5s forwards linear;
736 animation: cff-notification-show .5s forwards linear;
737 }
738 @-webkit-keyframes cff-notification-show { 0%{bottom: -100px;} 50%{bottom: 70px;} 70%{bottom: 60px;} 85%{bottom: 65px;} 100%{bottom: 50px;}}
739 @keyframes cff-notification-show { 0%{bottom: -100px;} 50%{bottom: 70px;} 70%{bottom: 60px;} 85%{bottom: 65px;} 100%{bottom: 50px;}}
740
741 @-webkit-keyframes cff-notification-hide {0%{bottom: 50px;}55%{bottom: 65px;}70%{bottom: 60px;}85%{bottom: 70px;}100%{bottom: -100px;}}
742 @keyframes cff-notification-hide {0%{bottom: 50px;}55%{bottom: 65px;}70%{bottom: 60px;}85%{bottom: 70px;}100%{bottom: -100px;}}
743
744 .sb-notification-ctn[data-type="success"]{
745 border-color: #59AB46;
746 }
747 .sb-notification-ctn[data-type="error"]{
748 border-color: #D72C2C;
749 }
750 .sb-notification-ctn[data-type="message"]{
751 border-color: #141B38;
752 }
753 .sb-notification-icon{
754 width: 25px;
755 height: 25px;
756 display: flex;
757 justify-content: center;
758 align-items: center;
759 margin-left: 10px;
760 margin-right: 15px;
761 }
762 .sb-notification-icon svg{
763 width: 22px;
764 height: 22px;
765 float: left;
766 fill: currentColor;
767 }
768
769 .sb-notification-ctn[data-type="success"] .sb-notification-icon{
770 color: #59AB46;
771 }
772 .sb-notification-ctn[data-type="error"] .sb-notification-icon{
773 color: #D72C2C;
774 }
775 .sb-notification-ctn[data-type="message"] .sb-notification-icon{
776 color: #141B38;
777 }
778
779 .sb-notification-ctn span{
780 font-size: 14px;
781 color: #141B38;
782 font-weight:500;
783 }
784
785 /*** 6.0 - RESPONSIVENESS ***/
786 @media (max-width: 1024px) {
787 .cff-support-contact-block {
788 flex-direction: column;
789 }
790 .cff-support-contact-block .sb-contact-block-left,
791 .cff-support-contact-block .sb-contact-block-right {
792 flex-basis: auto;
793 }
794 .cff-support-contact-block .sb-contact-block-right {
795 padding-top: 42px;
796 padding-left: 0;
797 border-left: 0px solid #DCDDE1;
798 position: relative;
799 }
800
801 .cff-support-contact-block .sb-contact-block-right:before {
802 top: 25px;
803 left: 0;
804 width: 65px;
805 height: 1px;
806 background: #DCDDE1;
807 position: absolute;
808 content: '';
809 }
810 }
811 @media (max-width: 767px) {
812 .cff-support-blocks {
813 flex-direction: column;
814 }
815 .cff-support-blocks .cff-support-block {
816 width: 100%;
817 margin-bottom: 12px;
818 }
819 .auto-fold #wpcontent {
820 padding-left: 0;
821 }
822 .cff-fb-full-wrapper {
823 padding: 70px 20px 0 20px;
824 }
825 .cff-fb-hd-btn {
826 padding: 0px 15px 0px 7px;
827 }
828 .cff-fb-header {
829 padding: 0px 20px;
830 }
831 .cff-section-header,
832 .cff-export-settings-section {
833 flex-wrap: wrap;
834 }
835 .cff-section-header h2 {
836 margin-bottom: 30px;
837 }
838 .cff-section-header .cff-search-doc {
839 width: 100%;
840 }
841 .cff-export-settings-section .cff-export-left,
842 .cff-export-settings-section .cff-export-right{
843 width: 100%;
844 }
845 .cff-export-settings-section .cff-export-left {
846 margin-bottom: 20px;
847 }
848 .cff-export-settings-section .cff-export-right {
849 flex-wrap: wrap;
850 }
851 .cff-export-settings-section .cff-select {
852 width: 100%;
853 margin-bottom: 10px;
854 }
855 .sb-notification-ctn {
856 left: 20px;
857 }
858 }
859
860 @media (max-width: 580px) {
861 .cff-support-contact-block .sb-contact-block-left {
862 flex-wrap: wrap;
863 }
864 .cff-support-contact-block .sb-contact-block-left .sb-cb-content {
865 margin-top: 20px;
866 }
867 }
868
869 @media (max-width: 480px) {
870 .cff-fb-hd-btn {
871 padding: 0px 10px 0px 7px !important;
872 }
873 .cff-fb-hd-btn[data-icon="left"] {
874 padding-right: 10px!important;
875 }
876 }
877
878 .cff-tempuser-settings-section {
879 display: grid;
880 grid-template-columns: 55% 45%;
881 }
882
883 .cff-templogin-settings-section {
884 display: block;
885 }
886
887 .cff-tempuser-left {
888 display: grid;
889 grid-template-columns: 85%;
890 }
891
892 .cff-tempuser-settings-section:not(.cff-templogin-settings-section) .sb-btn {
893 padding: 12px 16px;
894 padding-top: 10px;
895 }
896
897 .cff-tempuser-right {
898 display: flex;
899 justify-content: flex-end;
900 align-items: center;
901 column-gap: 10px;
902 }
903
904 .cff-tempuser-list {
905 width: 100%;
906 border-collapse: collapse;
907 }
908
909 .cff-tempuser-list tr:first-of-type {
910 border-bottom: 1px solid #E6E6EB;
911 background: linear-gradient(0deg, #F9F9FA, #F9F9FA),
912 linear-gradient(0deg, #E6E6EB, #E6E6EB);
913 color: #696D80;
914 }
915
916 .cff-tempuser-list tr {
917 text-align: left;
918 }
919
920 .cff-tempuser-list tr th {
921 padding: 5px 10px;
922 border-bottom: 1px solid #E6E6EB;
923 }
924
925 .cff-tempuser-list tr td {
926 padding: 15px 10px;
927 }
928
929 .sb-tempuser-btns {
930 display: flex;
931 justify-content: flex-end;
932 column-gap: 10px;
933 }
934
935 .cff-tempuser-list .sb-tempuser-link {
936 font-size: 11px;
937 max-width: 396px;
938 white-space: nowrap;
939 overflow: hidden;
940 text-overflow: ellipsis;
941 display: block;
942 }
943
944 .cff-tempuser-list .sb-tempuser-expires {
945 color: green;
946 font-weight: 600;
947 }
948
949 .cff-fb-tempuser-icon-ctn {
950 display: flex;
951 align-items: center;
952 justify-content: center;
953 padding: 60px 40px;
954 background: #BFE8FF;
955 }
956
957 .cff-fb-tempuser-icon {
958 display: flex;
959 width: 80px;
960 height: 80px;
961 background-color: #fff;
962 align-items: center;
963 justify-content: center;
964 box-shadow: 0px 4px 5px 0px #0000000D,
965 0px 1px 2px 0px #0000000D;
966 border-radius: 50px;
967 }
968
969 .cff-fb-tempuser-icon svg {
970 float: left;
971 }
972
973 .cff-fb-tempuser-content-item {
974 padding: 20px 25px;
975 display: flex;
976 align-items: flex-start;
977 column-gap: 10px;
978 }
979
980 .cff-fb-tempuser-item-num {
981 width: 28px;
982 height: 28px;
983 font-weight: 600;
984 color: #141B38;
985 background: #F3F4F5;
986 border-radius: 24px;
987 display: flex;
988 justify-content: center;
989 align-items: center;
990 flex-grow: 0;
991 flex-shrink: 0;
992 }
993
994 .cff-fb-tempuser-item-text strong {
995 margin-top: 2px;
996 }
997
998 .cff-fb-tempuser-item-text p {
999 margin: 0.1em 0;
1000 }
1001
1002 .cff-fb-tempuser-footer-btn {
1003 display: flex;
1004 justify-content: flex-end;
1005 padding: 25px;
1006 border-top: 1px solid #eee;
1007 }
1008
1009 .cff-fb-source-popup.cff-fb-tempuser-popup h3 {
1010 font-size: 21px;
1011 margin: 10px;
1012 }
1013
1014
1015 .cff-fb-popup-inside.cff-narrower-modal {
1016 max-width: 576px;
1017 }
1018
1019 .cff-fb-source-popup.cff-fb-tempuser-popup {
1020 background-color: #fff;
1021 }
1022
1023 .cff-fb-tempuser-footer-btn .sb-btn {
1024 padding: 10px 16px;
1025 }