PluginProbe ʕ •ᴥ•ʔ
Custom Twitter Feeds – A Tweets Widget or X Feed Widget / 2.7.0
Custom Twitter Feeds – A Tweets Widget or X Feed Widget v2.7.0
2.8.0 2.7.0 2.6.1 2.6.0 1.0 1.0.1 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.2 1.2.1 1.2.10 1.2.11 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.4 1.4.1 1.5 1.5.1 1.6 1.6.1 1.7 1.8 1.8.1 1.8.2 1.8.3 1.8.4 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1 2.1.1 2.1.2 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.5.4 2.5.5 trunk
custom-twitter-feeds / admin / assets / css / support.css
custom-twitter-feeds / admin / assets / css Last commit date
about.css 1 month ago admin-notifications.css 1 month ago cff-admin-style.css 1 month ago settings.css 1 month ago support.css 1 month ago
support.css
831 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 #ctf-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 .twitter-feeds_page_ctf-support #wpcontent,
26 .twitter-feeds-1_page_ctf-support #wpcontent {
27 padding-left: 0px;
28 }
29 #wpbody-content {
30 padding-bottom: 40px;
31 }
32 .clearfix:after {
33 visibility: hidden;
34 display: block;
35 font-size: 0;
36 content: " ";
37 clear: both;
38 height: 0;
39 }
40 /*orange*/
41 .sb-btn-orange{
42 background: #FE544F!important;
43 color: #fff!important;
44 }
45 .sb-btn-orange:hover{
46 background: #EC352F!important;
47 color: #fff!important;
48 }
49 .sb-btn-orange:focus,
50 .sb-btn-orange:active{
51 background: #BC120E!important;
52 color: #fff!important;
53 }
54 .ctf-fb-cp-clpboard{
55 width: 0px;
56 height: 0px;
57 position: absolute;
58 left: -100000px;
59 }
60 .ctf-fb-full-wrapper{
61 padding: 0 53px;
62 padding-top: 82px;
63 }
64 .ctf-fb-fs {
65 width: 100%;
66 position: relative;
67 float: left;
68 box-sizing: border-box;
69 }
70 #adminmenu a[href="admin.php?page=ctf-support"] {
71 display: none;
72 }
73
74 .sb-btn-grey:not(:disabled){
75 background: #F3F4F5!important;
76 color: #141B38!important;
77 border: 1px solid #D0D1D7!important;
78 }
79 .sb-btn-grey:not(:disabled):hover{
80 background: #fff!important;
81 color: #141B38!important;
82 border: 1px solid #DCDDE1!important;
83 }
84 .sb-btn-grey:not(:disabled):focus,
85 .sb-btn-grey:not(:disabled):active{
86 background: #E8E8EB!important;
87 color: #141B38!important;
88 border: 1px solid #D0D1D7!important;
89 }
90
91 /*** 2.0 - HEADER ***/
92 .ctf-fb-create-ctn{
93 margin-top: 90px;
94 }
95 .ctf-fb-header{
96 height: 64px;
97 position: absolute;
98 display: flex;
99 flex-direction: row;
100 justify-content: space-between;
101 align-items: center;
102 background: #fff;
103 padding: 0px 52px;
104 z-index: 2;
105 }
106 .ctf-fb-header-left {
107 display: flex;
108 }
109 .ctf-fb-header-left .sb-social-wall-link-wrap {
110 margin-left: 30px;
111 }
112 .sb-social-wall-link-wrap {
113 display: flex;
114 font-size: 14px;
115 margin: 10px 0 10px 30px;
116 }
117 .sb-social-wall-link:first-child {
118 padding-left: 0;
119 border-right: 1px solid #ccc;
120 color: #0068A0!important;
121 line-height: 1;
122 }
123 .sb-social-wall-link {
124 padding: 0 12px;
125 border-right: 1px solid #ccc;
126 color: #0068A0!important;
127 line-height: 1;
128 }
129 .sb-social-wall-link a {
130 text-decoration: none;
131 }
132 .sb-social-wall-link a:focus {
133 outline: none;
134 box-shadow: none;
135 }
136 .sb-social-wall-link:last-child {
137 border-right: none;
138 }
139 .ctf-fb-hd-logo{
140 display: flex;
141 vertical-align: middle;
142 align-items: center;
143 gap: 5px;
144 }
145 .ctf-fb-hd-logo .sb-logo-letters-wrap {
146 transform: translate(0px, -2px);
147 }
148 .ctf-fb-hd-logo .breadcrumb-title{
149 font-size: 14px;
150 font-weight: 400;
151 line-height: 22px;
152 letter-spacing: 0em;
153 margin-left: 4px;
154 }
155 .ctf-fb-hd-logo .separator{
156 margin: 0 5px 0 10px;
157 }
158 .ctf-fb-hd-btn{
159 height: 38px;
160 cursor: pointer;
161 display: flex;
162 flex-direction: row;
163 justify-content: center;
164 align-items: center;
165 padding: 0px 15px 0px 16px;
166 font-weight: 600;
167 font-size:14px;
168 color: #353A41;
169 background: #F3F4F5;
170 border-radius: 2px;
171 border: 1px solid #DCDDE1;
172 position: relative;
173 text-decoration: none;
174 transition: all 0.15s ease-in-out;
175 }
176 .ctf-fb-hd-btn:focus {
177 outline: none;
178 box-shadow: none;
179 }
180 .ctf-fb-hd-btn:hover {
181 color: inherit;
182 background-color: #fff;
183 }
184 .ctf-fb-hd-btn i{
185 margin: 0px 5px;
186 }
187 .ctf-fb-hd-btn[data-icon="left"]{
188 padding-right: 20px!important;
189 }
190 .ctf-fb-full-wrapper .section-header h1 {
191 font-size: 32px;
192 line-height: 40px;
193 }
194 /*** 3.0 - SUPPORT CONTAINER ***/
195 .ctf-sb-container {
196 max-width: 885px;
197 position: relative;
198 margin: auto;
199 margin-top: 33px;
200 box-sizing: border-box;
201 }
202
203 /*** 3.1 - SECTION HEADER ***/
204 .ctf-section-header {
205 display: flex;
206 justify-content: space-between;
207 align-items: center;
208 }
209 .ctf-section-header h2{
210 font-weight: 600;
211 font-size: 32px;
212 line-height: 40px;
213 color: #141B38;
214 margin: 0;
215 }
216 .ctf-section-header .ctf-search-doc .ctf-search-doc-field {
217 position: relative;
218 background: #fff;
219 border: 1px solid #DCDDE1;
220 min-width: 283px;
221 box-sizing: border-box;
222 height: 38px;
223 padding: 0px 14px 0px 15px;
224 font-weight: 600;
225 font-size: 14px;
226 line-height: 22px;
227 color: #141B38;
228 text-decoration: none;
229 margin-right: 1px;
230 }
231 .ctf-section-header .ctf-search-doc .ctf-search-doc-field .sb-btn-input {
232 height: 100%;
233 border: none;
234 outline: none;
235 background-color: transparent;
236 margin-left: 25px;
237 color: #141B38;
238 min-width: 200px;
239 transform: translateY(-1px);
240 }
241 .ctf-section-header .ctf-search-doc .ctf-search-doc-field .sb-btn-input::placeholder {
242 color: #141B38;
243 }
244 .ctf-section-header .ctf-search-doc .ctf-search-doc-field:focus,
245 .ctf-section-header .ctf-search-doc .ctf-search-doc-field .sb-btn-input:focus {
246 outline: none;
247 box-shadow: none;
248 }
249 .ctf-section-header .ctf-search-doc .ctf-search-doc-field .sb-btn-icon {
250 position: absolute;
251 left: 15px;
252 top: 11px;
253 cursor: pointer;
254 }
255 .ctf-section-header .ctf-search-doc .ctf-search-doc-field .sb-btn-link-icon{
256 cursor: pointer;
257 position: absolute;
258 right: 2px;
259 top: 0;
260 width: 35px;
261 text-align: center;
262 height: 100%;
263 padding-top: 9px;
264 box-sizing: border-box;
265 }
266 .ctf-section-header .ctf-search-doc a .sb-btn-link-icon{
267 margin-left: 56px;
268 }
269 /*** 3.2 - SUPPORT BLOCK ***/
270 .ctf-support-blocks {
271 margin-top: 22px;
272 display: flex;
273 }
274 .ctf-support-blocks .ctf-support-block {
275 padding: 22px 18px;
276 background: #FFFFFF;
277 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
278 border-radius: 2px;
279 width: calc(33% - 7px);
280 box-sizing: border-box;
281 position: relative;
282 }
283 .ctf-support-blocks .ctf-support-block:not(:last-child) {
284 margin-right: 14px;
285 }
286 .ctf-support-blocks .ctf-support-block h3 {
287 font-style: normal;
288 font-weight: 600;
289 font-size: 18px;
290 line-height: 25px;
291 color: #141B38;
292 margin-top: 15px;
293 margin-bottom: 0;
294 }
295 .ctf-support-blocks .ctf-support-block p {
296 font-size: 12px;
297 line-height: 18px;
298 color: #64748B;
299 margin-top: 5px;
300 }
301 .sb-block-header img {
302 width: 56px;
303 height: 56px;
304 }
305 .sb-articles-list {
306 margin-top: 31px;
307 margin-bottom: 79px;
308 }
309
310 .sb-articles-list ul li {
311 position: relative;
312 margin: 0px;
313 padding-right: 10px;
314 }
315 .sb-articles-list ul li:not(:last-child) {
316 border-bottom: 1px solid #E8E8EB;
317 position: relative;
318 }
319 .sb-articles-list ul li a {
320 font-size: 14px;
321 line-height: 22px;
322 color: #141B38;
323 text-decoration: none;
324 display: block;
325 padding: 13px 0;
326 }
327 .sb-articles-list ul li:not(:last-child):after {
328 content: '';
329 position: absolute;
330 left: 0px;
331 bottom: -1px;
332 background-color: #0068A0;
333 height: 1px;
334 width: 0;
335 transition: all 0.25s ease-in-out;
336 }
337 .sb-articles-list ul li:not(:last-child):hover:after {
338 width: 100%;
339 }
340 .sb-articles-list ul li a:hover {
341 color: #0068A0;
342 }
343 .sb-articles-list ul li .sb-list-icon {
344 position: absolute;
345 right: 0;
346 top: calc(50% - 9px);
347 }
348 .sb-articles-list ul li .sb-list-icon svg {
349 width: 5px;
350 }
351 .sb-articles-list ul li .sb-list-icon svg path {
352 fill: #8C8F9A;
353 }
354 .ctf-support-blocks .ctf-sb-button {
355 margin-top: 50px;
356 position: absolute;
357 left: 0;
358 bottom: 20px;
359 width: calc(100% - 40px);
360 padding: 0 20px;
361 }
362 .ctf-support-blocks .ctf-sb-button .sb-btn-icon {
363 margin-left: 8px;
364 }
365 .ctf-support-blocks .ctf-sb-button .sb-btn-icon svg {
366 width: 5px;
367 transform: translateY(0px);
368 margin-left: 3px;
369 }
370 .ctf-support-blocks .ctf-sb-button a {
371 background: #F3F4F5;
372 border: 1px solid #DCDDE1;
373 box-sizing: border-box;
374 border-radius: 2px;
375 font-weight: 600;
376 font-size: 12px;
377 line-height: 19px;
378 color: #141B38;
379 display: block;
380 text-align: center;
381 text-decoration: none;
382 padding: 6px;
383 transition: all 0.15s ease-in-out;
384 }
385 .ctf-support-blocks .ctf-sb-button a:hover,
386 .ctf-section-header .ctf-search-doc a:hover {
387 background: #FFFFFF;
388 border: 1px solid #D0D1D7;
389 }
390 .ctf-support-blocks .ctf-sb-button a:focus,
391 .ctf-support-blocks .ctf-sb-button a:active,
392 .ctf-section-header .ctf-search-doc a:focus,
393 .ctf-section-header .ctf-search-doc a:active {
394 background: #E8E8EB;
395 border: 1px solid #D0D1D7;
396 }
397
398 /*** 3.3 - CONTACT SUPPORT BLOCK ***/
399 .ctf-support-contact-block {
400 background: #FFFFFF;
401 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
402 border-radius: 2px;
403 padding: 20px 20px 23px;
404 margin-top: 28px;
405 box-sizing: border-box;
406 margin-bottom: 12px;
407 display: flex;
408 }
409 .ctf-support-contact-block .sb-cb-content h3{
410 font-size: 24px;
411 line-height: 29px;
412 color: #141B38;
413 margin: 0;
414 margin-bottom: 16px;
415 }
416 .ctf-support-contact-block .sb-cb-icon {
417 margin-right: 30px;
418 }
419 .ctf-support-contact-block .sb-cb-icon span{
420 background: #E8E8EB;
421 border-radius: 60px;
422 width: 68px;
423 height: 68px;
424 display: inline-block;
425 text-align: center;
426 padding-top: 22px;
427 box-sizing: border-box;
428 }
429 .ctf-support-contact-block .sb-cb-btn{
430 background: #FE544F;
431 border-radius: 2px;
432 color: #fff;
433 text-decoration: none;
434 display: inline-block;
435 padding: 8px 12px;
436 font-size: 14px;
437 }
438 .ctf-support-contact-block .sb-cb-btn:hover {
439 background: #EC352F;
440 border-color: #EC352F;
441 }
442
443 .ctf-support-contact-block .sb-cb-btn:focus,
444 .ctf-support-contact-block .sb-cb-btn:active {
445 background: #BC120E;
446 border-color: #BC120E;
447 outline: none;
448 box-shadow: none;
449 }
450 .ctf-support-contact-block .sb-cb-btn span {
451 margin-left: 11px;
452 }
453 .ctf-support-contact-block .sb-cb-btn svg {
454 width: 5px;
455 }
456 .ctf-support-contact-block .sb-cb-btn path {
457 fill: #fff;
458 }
459 .ctf-support-contact-block .sb-contact-block-left{
460 flex-basis: 625px;
461 /* width: 625px; */
462 /* float: left; */
463 display: flex;
464 padding-top: 10px;
465 box-sizing: border-box;
466 }
467 .ctf-support-contact-block .sb-contact-block-right {
468 flex-basis: 220px;
469 /* width: 220px;
470 float: left; */
471 padding-top: 10px;
472 padding-left: 32px;
473 box-sizing: border-box;
474 border-left: 1px solid #DCDDE1;
475 }
476 .ctf-support-contact-block .sb-contact-block-right p {
477 font-size: 12px;
478 line-height: 18px;
479 color: #141B38;
480 }
481 .ctf-support-contact-block .sb-contact-block-right img {
482 max-width: 65px;
483 }
484
485 /*** 3.4 - SYSTEM INFO BLOCK ***/
486 .ctf-system-info-section {
487 background: #FFFFFF;
488 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
489 border-radius: 2px;
490 }
491 .ctf-system-info-section .ctf-system-header{
492 display: flex;
493 padding: 12px 20px 0;
494 justify-content: space-between;
495 }
496 .ctf-system-info-section .ctf-system-header h3 {
497 font-weight: 600;
498 font-size: 18px;
499 line-height: 25px;
500 color: #141B38;
501 margin-top: 9px;
502 }
503 .ctf-system-info-section .ctf-system-header .ctf-copy-btn {
504 background: #F3F4F5;
505 border: 1px solid #DCDDE1;
506 box-sizing: border-box;
507 border-radius: 2px;
508 font-size: 14px;
509 font-weight: 600;
510 line-height: 22px;
511 color: #141B38;
512 height: 38px;
513 padding: 5px 20px 5px 12px;
514 cursor: pointer;
515 transition: all 0.15s ease-in-out;
516 }
517 .ctf-system-info-section .ctf-system-header .ctf-copy-btn:hover {
518 background: #FFFFFF;
519 border: 1px solid #D0D1D7;
520 }
521 .ctf-system-info-section .ctf-system-header .ctf-copy-btn:focus,
522 .ctf-system-info-section .ctf-system-header .ctf-copy-btn:active {
523 background: #E8E8EB;
524 border: 1px solid #D0D1D7;
525 }
526 .ctf-system-info-section .ctf-system-header .ctf-copy-btn svg {
527 height: 19px;
528 width: 19px;
529 transform: translate(0px, 4px);
530 margin-right: 5px;
531 }
532 .ctf-system-info-section .ctf-system-info {
533 padding: 0 20px 20px;
534 border-bottom: 1px solid #E8E8EB;
535 }
536 .ctf-system-info-section .ctf-system-info .system_info:focus {
537 outline: none;
538 box-shadow: none;
539 }
540 .ctf-system-info-section .ctf-system-info .system_info a {
541 color: #0068A0;
542 }
543 .ctf-system-info-section .ctf-system-info .system_info {
544 box-sizing: border-box;
545 background: #F9F9FA;
546 border: 1px solid #E8E8EB;
547 width: 100%;
548 resize: none;
549 border-radius: 0;
550 padding: 20px 28px;
551 font-size: 12px;
552 line-height: 18px;
553 color: #141B38;
554 width: 100%;
555 height: 123px;
556 font-family: 'Fira Code', monospace;
557 word-break: break-all;
558 }
559 .ctf-system-info-section .ctf-system-info .system_info.expanded {
560 height: 600px;
561 overflow-x: hidden;
562 overflow-y: scroll;
563 }
564 .ctf-system-info-section .ctf-system-info .system_info.collapsed {
565 overflow: hidden;
566 }
567 .ctf-system-info-section .ctf-system-info .ctf-expand-btn {
568 padding: 8px 12px 8px 8px;
569 background: #FFFFFF;
570 border: 1px solid #D0D1D7;
571 border-radius: 2px;
572 font-size: 12px;
573 line-height: 19px;
574 color: #141B38;
575 width: 100%;
576 margin-top: -5px;
577 z-index: 9;
578 position: relative;
579 font-weight: 500;
580 cursor: pointer;
581 transition: all .15s ease-in-out;
582 }
583 .ctf-system-info-section .ctf-system-info .ctf-expand-btn:hover {
584 background: #F3F4F5;
585 border: 1px solid #DCDDE1;
586 }
587 .ctf-system-info-section .ctf-system-info .ctf-expand-btn span {
588 margin-right: 10px;
589 }
590 .ctf-system-info-section .ctf-system-info .ctf-expand-btn:focus,
591 .ctf-system-info-section .ctf-system-info .ctf-expand-btn:active{
592 background: #E8E8EB!important;
593 color: #141B38!important;
594 border: 1px solid #D0D1D7!important;
595 }
596 .ctf-export-settings-section {
597 background: #FFFFFF;
598 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
599 border-radius: 2px;
600 padding: 20px;
601 background: #FFFFFF;
602 display: flex;
603 justify-content: space-between;
604 }
605 .ctf-export-settings-section .ctf-export-right{
606 display: flex;
607 }
608 .ctf-export-settings-section .ctf-export-left h3 {
609 font-style: normal;
610 font-weight: 600;
611 font-size: 18px;
612 line-height: 25px;
613 color: #141B38;
614 margin: 0 0 4px 0;
615 }
616 .ctf-export-settings-section .ctf-export-left p {
617 font-size: 12px;
618 line-height: 18px;
619 color: #141B38;
620 margin: 0;
621 }
622 .ctf-export-settings-section .ctf-select{
623 min-width: 234px;
624 border: 1px solid #D0D1D7;
625 padding: 3px 15px;
626 height: 38px;
627 font-size: 14px;
628 color: #141B38;
629 -webkit-appearance: none;
630 appearance: none;
631 margin-right: 8px;
632 background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABSSURBVHgBfc4hCkAhDAbgjV3slQcvvHuYDWY1G8zewyIWb6YuCCLqD4Pt5wtD54NBQA2XVKiWcorl/X7s+DkhJYUhPk54IN5plCue0Tb8M8/aNx/uIpRVqbbFAAAAAElFTkSuQmCC') no-repeat right 15px top 55%;
633 }
634 .ctf-export-settings-section .ctf-btn {
635 height: 38px;
636 font-size: 14px;
637 padding: 7px 20px 7px 16px;
638 display: flex;
639 align-items: center;
640 vertical-align: middle;
641 background: #F3F4F5;
642 border: 1px solid #DCDDE1;
643 border-radius: 2px;
644 font-weight: 500;
645 transition: all .15s ease-in-out;
646 cursor: pointer;
647 }
648 .ctf-export-settings-section .ctf-btn:disabled {
649 cursor: not-allowed;
650 color: #8C8F9A;
651 background: #F3F4F5;
652 }
653 .ctf-export-settings-section .ctf-btn:disabled:hover {
654 color: #8C8F9A;
655 }
656 .ctf-export-settings-section .ctf-btn span {
657 margin-right: 11px;
658 transform: translate(0px, 2px);
659 }
660 .ctf-export-settings-section .ctf-btn:disabled span path {
661 fill: #8C8F9A;
662 }
663 .ctf-support-contact-block {}
664
665
666 /*** SB NOTIFICATION ELEMENT ***/
667 .sb-notification-ctn{
668 position: fixed;
669 bottom: -100px;
670 left: 200px;
671 z-index: 99999;
672 background: #fff;
673 display: flex;
674 justify-content: center;
675 align-items: center;
676 border-left: 3px solid #fff;
677 line-height: 1em;
678 padding: 10px 20px;
679 padding-left: 0px;
680 border-radius: 4px;
681 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);
682
683 }
684 .sb-notification-ctn[data-active="hidden"]{
685 -webkit-animation: ctf-notification-hide .5s forwards linear;
686 animation: ctf-notification-hide .5s forwards linear;
687 }
688 .sb-notification-ctn[data-active="shown"]{
689 -webkit-animation: ctf-notification-show .5s forwards linear;
690 animation: ctf-notification-show .5s forwards linear;
691 }
692 @-webkit-keyframes ctf-notification-show { 0%{bottom: -100px;} 50%{bottom: 70px;} 70%{bottom: 60px;} 85%{bottom: 65px;} 100%{bottom: 50px;}}
693 @keyframes ctf-notification-show { 0%{bottom: -100px;} 50%{bottom: 70px;} 70%{bottom: 60px;} 85%{bottom: 65px;} 100%{bottom: 50px;}}
694
695 @-webkit-keyframes ctf-notification-hide {0%{bottom: 50px;}55%{bottom: 65px;}70%{bottom: 60px;}85%{bottom: 70px;}100%{bottom: -100px;}}
696 @keyframes ctf-notification-hide {0%{bottom: 50px;}55%{bottom: 65px;}70%{bottom: 60px;}85%{bottom: 70px;}100%{bottom: -100px;}}
697
698 .sb-notification-ctn[data-type="success"]{
699 border-color: #59AB46;
700 }
701 .sb-notification-ctn[data-type="error"]{
702 border-color: #D72C2C;
703 }
704 .sb-notification-ctn[data-type="message"]{
705 border-color: #141B38;
706 }
707 .sb-notification-icon{
708 width: 25px;
709 height: 25px;
710 display: flex;
711 justify-content: center;
712 align-items: center;
713 margin-left: 10px;
714 margin-right: 15px;
715 }
716 .sb-notification-icon svg{
717 width: 22px;
718 height: 22px;
719 float: left;
720 fill: currentColor;
721 }
722
723 .sb-notification-ctn[data-type="success"] .sb-notification-icon{
724 color: #59AB46;
725 }
726 .sb-notification-ctn[data-type="error"] .sb-notification-icon{
727 color: #D72C2C;
728 }
729 .sb-notification-ctn[data-type="message"] .sb-notification-icon{
730 color: #141B38;
731 }
732
733 .sb-notification-ctn span{
734 font-size: 14px;
735 color: #141B38;
736 font-weight:500;
737 }
738
739 /*** 6.0 - RESPONSIVENESS ***/
740 @media (max-width: 1024px) {
741 .ctf-support-contact-block {
742 flex-direction: column;
743 }
744 .ctf-support-contact-block .sb-contact-block-left,
745 .ctf-support-contact-block .sb-contact-block-right {
746 flex-basis: auto;
747 }
748 .ctf-support-contact-block .sb-contact-block-right {
749 padding-top: 42px;
750 padding-left: 0;
751 border-left: 0px solid #DCDDE1;
752 position: relative;
753 }
754
755 .ctf-support-contact-block .sb-contact-block-right:before {
756 top: 25px;
757 left: 0;
758 width: 65px;
759 height: 1px;
760 background: #DCDDE1;
761 position: absolute;
762 content: '';
763 }
764 }
765 @media (max-width: 767px) {
766 .ctf-support-blocks {
767 flex-direction: column;
768 }
769 .ctf-support-blocks .ctf-support-block {
770 width: 100%;
771 margin-bottom: 12px;
772 }
773 .auto-fold #wpcontent {
774 padding-left: 0;
775 }
776 .ctf-fb-full-wrapper {
777 padding: 70px 20px 0 20px;
778 }
779 .ctf-fb-hd-btn {
780 padding: 0px 15px 0px 7px;
781 }
782 .ctf-fb-header {
783 padding: 0px 20px;
784 }
785 .ctf-section-header,
786 .ctf-export-settings-section {
787 flex-wrap: wrap;
788 }
789 .ctf-section-header h2 {
790 margin-bottom: 30px;
791 }
792 .ctf-section-header .ctf-search-doc {
793 width: 100%;
794 }
795 .ctf-export-settings-section .ctf-export-left,
796 .ctf-export-settings-section .ctf-export-right{
797 width: 100%;
798 }
799 .ctf-export-settings-section .ctf-export-left {
800 margin-bottom: 20px;
801 }
802 .ctf-export-settings-section .ctf-export-right {
803 flex-wrap: wrap;
804 }
805 .ctf-export-settings-section .ctf-select {
806 width: 100%;
807 margin-bottom: 10px;
808 }
809 .sb-notification-ctn {
810 left: 20px;
811 }
812 }
813
814 @media (max-width: 580px) {
815 .ctf-support-contact-block .sb-contact-block-left {
816 flex-wrap: wrap;
817 }
818 .ctf-support-contact-block .sb-contact-block-left .sb-cb-content {
819 margin-top: 20px;
820 }
821 }
822
823 @media (max-width: 480px) {
824 .ctf-fb-hd-btn {
825 padding: 0px 10px 0px 7px !important;
826 }
827 .ctf-fb-hd-btn[data-icon="left"] {
828 padding-right: 10px!important;
829 }
830 }
831