@posiwise/shared-components 0.0.10 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/assets/scss/_bootstrap_modules.scss +40 -0
  2. package/assets/scss/_custom-bootstrap.scss +13 -0
  3. package/assets/scss/_dashboard.scss +31 -0
  4. package/assets/scss/_dynamic-styles.scss +534 -0
  5. package/assets/scss/_plugins.scss +3 -0
  6. package/assets/scss/_public-pages.scss +7 -0
  7. package/assets/scss/_shared.scss +3 -0
  8. package/assets/scss/_variables.scss +5 -0
  9. package/assets/scss/common/landing-page-a/landing-page-style-1.scss +670 -0
  10. package/assets/scss/common/landing-page-b/banner.scss +141 -0
  11. package/assets/scss/common/landing-page-b/contact-us.scss +167 -0
  12. package/assets/scss/common/landing-page-b/explainer.scss +75 -0
  13. package/assets/scss/common/landing-page-b/explainer2.scss +35 -0
  14. package/assets/scss/common/landing-page-b/header.scss +56 -0
  15. package/assets/scss/common/landing-page-b/landing-page-style-2.scss +20 -0
  16. package/assets/scss/custom-bootstrap/_badge.scss +468 -0
  17. package/assets/scss/custom-bootstrap/_bootstrap_variables.scss +30 -0
  18. package/assets/scss/custom-bootstrap/_buttons.scss +84 -0
  19. package/assets/scss/custom-bootstrap/_card.scss +319 -0
  20. package/assets/scss/custom-bootstrap/_carousel.scss +6 -0
  21. package/assets/scss/custom-bootstrap/_form_select.scss +7 -0
  22. package/assets/scss/custom-bootstrap/_forms.scss +337 -0
  23. package/assets/scss/custom-bootstrap/_links.scss +7 -0
  24. package/assets/scss/custom-bootstrap/_modal.scss +16 -0
  25. package/assets/scss/custom-bootstrap/_navbar.scss +42 -0
  26. package/assets/scss/custom-bootstrap/_popover.scss +10 -0
  27. package/assets/scss/custom-bootstrap/_progress.scss +12 -0
  28. package/assets/scss/custom-bootstrap/_reboot.scss +93 -0
  29. package/assets/scss/custom-bootstrap/_type.scss +202 -0
  30. package/assets/scss/dashboard/_admin.scss +15 -0
  31. package/assets/scss/dashboard/_animations.scss +20 -0
  32. package/assets/scss/dashboard/_bootstrap-social.scss +641 -0
  33. package/assets/scss/dashboard/_chat.scss +250 -0
  34. package/assets/scss/dashboard/_coming-soon.scss +34 -0
  35. package/assets/scss/dashboard/_components.scss +229 -0
  36. package/assets/scss/dashboard/_email.scss +184 -0
  37. package/assets/scss/dashboard/_fixed-navbar.scss +18 -0
  38. package/assets/scss/dashboard/_gallery.scss +1201 -0
  39. package/assets/scss/dashboard/_helper.scss +736 -0
  40. package/assets/scss/dashboard/_horizontal-timeline.scss +314 -0
  41. package/assets/scss/dashboard/_icons.scss +107 -0
  42. package/assets/scss/dashboard/_layout.scss +23 -0
  43. package/assets/scss/dashboard/_misc.scss +220 -0
  44. package/assets/scss/dashboard/_notifications.scss +27 -0
  45. package/assets/scss/dashboard/_palette.scss +308 -0
  46. package/assets/scss/dashboard/_profile.scss +36 -0
  47. package/assets/scss/dashboard/_responsive.scss +209 -0
  48. package/assets/scss/dashboard/_search.scss +33 -0
  49. package/assets/scss/dashboard/_select.scss +16 -0
  50. package/assets/scss/dashboard/_sidebar-content.scss +632 -0
  51. package/assets/scss/dashboard/_tables.scss +17 -0
  52. package/assets/scss/dashboard/_tabs.scss +151 -0
  53. package/assets/scss/dashboard/_ui-switch.scss +6 -0
  54. package/assets/scss/dashboard/_upload.scss +249 -0
  55. package/assets/scss/dashboard/_utilities.scss +105 -0
  56. package/assets/scss/dashboard/_vertical-timeline.scss +1261 -0
  57. package/assets/scss/dashboard/mixins/_buttons.scss +78 -0
  58. package/assets/scss/dashboard/mixins/_colors.scss +29 -0
  59. package/assets/scss/dashboard/mixins/_custom.scss +34 -0
  60. package/assets/scss/dashboard/mixins/_shadows.scss +62 -0
  61. package/assets/scss/dashboard/mixins/_type.scss +16 -0
  62. package/assets/scss/dashboard/mixins/_typography.scss +29 -0
  63. package/assets/scss/dashboard/mixins/_utilities.scss +129 -0
  64. package/assets/scss/dashboard/mixins/_vendor-prefixes.scss +71 -0
  65. package/assets/scss/plugins/_plugin-nouislider.scss +199 -0
  66. package/assets/scss/plugins/_toastr.scss +71 -0
  67. package/assets/scss/plugins/perfect-scrollbar/_main.scss +3 -0
  68. package/assets/scss/plugins/perfect-scrollbar/_mixins.scss +135 -0
  69. package/assets/scss/plugins/perfect-scrollbar/_ps-custom.scss +134 -0
  70. package/assets/scss/plugins/perfect-scrollbar/_themes.scss +23 -0
  71. package/assets/scss/plugins/perfect-scrollbar/_variables.scss +19 -0
  72. package/assets/scss/public-pages/_buttons.scss +136 -0
  73. package/assets/scss/public-pages/_input-fields.scss +29 -0
  74. package/assets/scss/public-pages/_layout.scss +108 -0
  75. package/assets/scss/public-pages/mixins/_buttons.scss +28 -0
  76. package/assets/scss/shared/_modal.scss +28 -0
  77. package/assets/scss/shared/_prime-ng-tables.scss +107 -0
  78. package/assets/scss/shared/_prime-ng.scss +5100 -0
  79. package/assets/scss/variables/_app-colors-variables.scss +760 -0
  80. package/assets/scss/variables/_branding-variables.scss +93 -0
  81. package/assets/scss/variables/_dashboard-variables.scss +96 -0
  82. package/assets/scss/variables/_generic-variables.scss +33 -0
  83. package/assets/scss/variables/_landing-page-new-variables.scss +11 -0
  84. package/assets/scss/variables/_primeng-variables.scss +190 -0
  85. package/esm2020/index.mjs +3 -1
  86. package/esm2020/lib/custom-uploader/custom-uploader.component.mjs +103 -0
  87. package/esm2020/lib/image-cropper/image-cropper.component.mjs +82 -0
  88. package/esm2020/lib/shared-components.module.mjs +25 -9
  89. package/fesm2015/shared-components.mjs +192 -9
  90. package/fesm2015/shared-components.mjs.map +1 -1
  91. package/fesm2020/shared-components.mjs +198 -9
  92. package/fesm2020/shared-components.mjs.map +1 -1
  93. package/index.d.ts +2 -0
  94. package/lib/custom-uploader/custom-uploader.component.d.ts +32 -0
  95. package/lib/image-cropper/image-cropper.component.d.ts +29 -0
  96. package/lib/shared-components.module.d.ts +7 -4
  97. package/package.json +4 -2
@@ -0,0 +1,1261 @@
1
+ @import 'mixins/custom'; // custom mixins
2
+ @import 'layout'; // responsive grid and media queries
3
+
4
+ #cd-timeline {
5
+ @include MQ(L) {
6
+ margin: {
7
+ bottom: 3em;
8
+ top: 3em;
9
+ }
10
+
11
+ &::before {
12
+ left: 50%;
13
+ margin-left: -2px;
14
+ }
15
+ }
16
+ margin: {
17
+ bottom: 2em;
18
+ padding: 2em 0;
19
+ position: relative;
20
+ top: 2em;
21
+ }
22
+
23
+ &::before {
24
+ /* this is the vertical line */
25
+ background: darken($background, 5%);
26
+ content: '';
27
+ height: 100%;
28
+ left: 18px;
29
+ position: absolute;
30
+ top: 0;
31
+ width: 4px;
32
+ }
33
+ }
34
+
35
+ .cd-timeline-block {
36
+ @include clearfix;
37
+
38
+ margin: 2em 0;
39
+ position: relative;
40
+
41
+ @include MQ(L) {
42
+ margin: 4em 0;
43
+
44
+ &:first-child {
45
+ margin-top: 0;
46
+ }
47
+
48
+ &:last-child {
49
+ margin-bottom: 0;
50
+ }
51
+ }
52
+
53
+ &:first-child {
54
+ margin-top: 0;
55
+ }
56
+
57
+ &:last-child {
58
+ margin-bottom: 0;
59
+ }
60
+ }
61
+
62
+ .cd-timeline-img {
63
+ border-radius: 50%;
64
+ box-shadow: 0 0 0 4px $color-3, inset 0 2px 0 rgba(#000, 0.08), 0 3px 0 4px rgba(#000, 0.05);
65
+ height: 40px;
66
+ left: 0;
67
+ position: absolute;
68
+ top: 0;
69
+ width: 40px;
70
+
71
+ @include MQ(L) {
72
+ backface-visibility: hidden;
73
+ height: 60px;
74
+ left: 50%;
75
+
76
+ /* Force Hardware Acceleration in WebKit */
77
+ margin-left: -30px;
78
+ transform: translateZ(0);
79
+ width: 60px;
80
+
81
+ .cssanimations &.is-hidden {
82
+ visibility: hidden;
83
+ }
84
+
85
+ .cssanimations &.bounce-in {
86
+ animation: cd-bounce-1 0.6s;
87
+
88
+ /* Safari 4.0 - 8.0 */
89
+ visibility: visible;
90
+ }
91
+ }
92
+
93
+ img {
94
+ display: block;
95
+ height: 24px;
96
+ left: 50%;
97
+ margin-left: -12px;
98
+ margin-top: -12px;
99
+ position: relative;
100
+ top: 50%;
101
+ width: 24px;
102
+ }
103
+
104
+ &.cd-picture {
105
+ background: $color-6;
106
+ }
107
+
108
+ &.cd-movie {
109
+ background: $color-2;
110
+ }
111
+
112
+ &.cd-location {
113
+ background: $color-5;
114
+ }
115
+ }
116
+
117
+ @keyframes cd-bounce-1 {
118
+ 0% {
119
+ /* IE 9 */
120
+ opacity: 0;
121
+
122
+ /* Safari 3-8 */
123
+ transform: scale(0.5);
124
+ }
125
+
126
+ 60% {
127
+ /* IE 9 */
128
+ opacity: 1;
129
+
130
+ /* Safari 3-8 */
131
+ transform: scale(1.2);
132
+ }
133
+
134
+ 100% {
135
+ transform: scale(1);
136
+ }
137
+ }
138
+
139
+ @keyframes cd-bounce-1 {
140
+ 0% {
141
+ /* IE 9 */
142
+ opacity: 0;
143
+ transform: scale(0.5);
144
+ }
145
+
146
+ 60% {
147
+ /* IE 9 */
148
+ opacity: 1;
149
+
150
+ /* Safari 3-8 */
151
+ transform: scale(1.2);
152
+ }
153
+
154
+ 100% {
155
+ transform: scale(1);
156
+ }
157
+ }
158
+
159
+ .cd-timeline-content {
160
+ @include border-radius;
161
+ @include clearfix;
162
+
163
+ background: $color-3;
164
+ box-shadow: 0 3px 0 darken($background, 5%);
165
+ margin-left: 60px;
166
+ padding: 1em;
167
+ position: relative;
168
+
169
+ @include MQ(L) {
170
+ margin-left: 0;
171
+ padding: 1.6em;
172
+ width: 45%;
173
+
174
+ &::before {
175
+ border-color: transparent;
176
+ border-left-color: $color-3;
177
+ left: 100%;
178
+ top: 24px;
179
+ }
180
+
181
+ .cd-read-more {
182
+ float: left;
183
+ }
184
+
185
+ .cd-date {
186
+ left: 122%;
187
+ position: absolute;
188
+ top: 6px;
189
+ width: 100%;
190
+ }
191
+
192
+ .cd-timeline-block:nth-child(even) & {
193
+ float: right;
194
+
195
+ &::before {
196
+ border-color: transparent;
197
+ border-right-color: $color-3;
198
+ left: auto;
199
+ right: 100%;
200
+ top: 24px;
201
+ }
202
+
203
+ .cd-read-more {
204
+ float: right;
205
+ }
206
+
207
+ .cd-date {
208
+ left: auto;
209
+ right: 122%;
210
+ text-align: right;
211
+ }
212
+ }
213
+
214
+ .cssanimations &.is-hidden {
215
+ visibility: hidden;
216
+ }
217
+
218
+ .cssanimations &.bounce-in {
219
+ animation: cd-bounce-2 0.6s;
220
+
221
+ /* Safari 4.0 - 8.0 */
222
+ visibility: visible;
223
+ }
224
+ }
225
+
226
+ h2 {
227
+ color: $color-1;
228
+ }
229
+
230
+ .cd-read-more,
231
+ .cd-date {
232
+ display: inline-block;
233
+ }
234
+
235
+ p {
236
+ line-height: 1.6;
237
+ margin: 1em 0;
238
+ }
239
+
240
+ .cd-read-more {
241
+ @include border-radius;
242
+
243
+ background: $link;
244
+ color: $color-3;
245
+ float: right;
246
+ padding: 0.8em 1em;
247
+
248
+ .no-touch &:hover {
249
+ background-color: lighten($link, 5%);
250
+ }
251
+ }
252
+
253
+ .cd-date {
254
+ float: left;
255
+ opacity: 0.7;
256
+ padding: 0.8em 0;
257
+ }
258
+
259
+ &::before {
260
+ border: 16px solid transparent;
261
+ border-right: 16px solid $color-3;
262
+ content: '';
263
+ height: 0;
264
+ position: absolute;
265
+ right: 100%;
266
+ top: 16px;
267
+ width: 0;
268
+ }
269
+ }
270
+
271
+ @include MQ(L) {
272
+ /* inverse bounce effect on even content blocks */
273
+ .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
274
+ /* Safari 4.0 - 8.0 */
275
+ animation: cd-bounce-2-inverse 0.6s;
276
+ }
277
+ }
278
+
279
+ @keyframes cd-bounce-2 {
280
+ 0% {
281
+ /* IE 9 */
282
+ opacity: 0;
283
+ transform: translateX(-100px);
284
+ }
285
+
286
+ 60% {
287
+ /* IE 9 Safari 3-8 */
288
+ opacity: 1;
289
+ transform: translateX(20px);
290
+ }
291
+
292
+ 100% {
293
+ /* IE 9 Safari 3-8 */
294
+ transform: translateX(0);
295
+ }
296
+ }
297
+
298
+ @keyframes cd-bounce-2 {
299
+ 0% {
300
+ /* IE 9 */
301
+ opacity: 0;
302
+ transform: translateX(-100px);
303
+ }
304
+
305
+ 60% {
306
+ /* IE 9 Safari 3-8 */
307
+ opacity: 1;
308
+ transform: translateX(20px);
309
+ }
310
+
311
+ 100% {
312
+ /* IE 9 Safari 3-8 */
313
+ transform: translateX(0);
314
+ }
315
+ }
316
+
317
+ @keyframes cd-bounce-2-inverse {
318
+ 0% {
319
+ /* IE 9 Safari 3-8 */
320
+ opacity: 0;
321
+ transform: translateX(100px);
322
+ }
323
+
324
+ 60% {
325
+ /* IE 9 */
326
+ opacity: 1;
327
+
328
+ /* Safari 3-8 IE 9 */
329
+ transform: translateX(-20px);
330
+ }
331
+
332
+ 100% {
333
+ /* IE 9 Safari 3-8 */
334
+ transform: translateX(0);
335
+ }
336
+ }
337
+
338
+ @keyframes cd-bounce-2-inverse {
339
+ 0% {
340
+ /* IE 9 Safari 3-8 */
341
+ opacity: 0;
342
+ transform: translateX(100px);
343
+ }
344
+
345
+ 60% {
346
+ /* IE 9 Safari 3-8 */
347
+ opacity: 1;
348
+ transform: translateX(-20px);
349
+ }
350
+
351
+ 100% {
352
+ /* IE 9 Safari 3-8 */
353
+ transform: translateX(0);
354
+ }
355
+ }
356
+
357
+ /* Timeline */
358
+
359
+ .timeline {
360
+ display: block;
361
+ list-style: none;
362
+ margin: 0;
363
+ padding: 10px 0;
364
+ position: relative;
365
+ }
366
+
367
+ .timeline::after {
368
+ clear: both;
369
+ content: ' ';
370
+ display: table;
371
+ }
372
+
373
+ .timeline::before {
374
+ content: ' ';
375
+ display: table;
376
+ }
377
+
378
+ .timeline > li {
379
+ list-style: none;
380
+ }
381
+
382
+ .timeline > li:nth-child(even) {
383
+ clear: left;
384
+ float: left;
385
+ }
386
+
387
+ .timeline > li:nth-child(odd) {
388
+ clear: right;
389
+ float: right;
390
+ }
391
+
392
+ .timeline .media {
393
+ border-bottom: 1px solid rgb(238 238 238);
394
+ font-size: 13px;
395
+ }
396
+
397
+ .timeline .media p {
398
+ font-size: 13px;
399
+ }
400
+
401
+ .timeline .media:last-child {
402
+ border-bottom: 0;
403
+ }
404
+
405
+ .timeline-line + .timeline-item {
406
+ margin-top: -20px;
407
+ }
408
+
409
+ .timeline-group {
410
+ display: block;
411
+ float: none !important;
412
+ margin: 20px 0;
413
+ position: relative;
414
+ text-align: center;
415
+ z-index: 1;
416
+ }
417
+
418
+ .timeline-poster {
419
+ margin-top: -20px;
420
+ }
421
+
422
+ .timeline-poster .btn-link {
423
+ color: rgb(161 170 176);
424
+ }
425
+
426
+ .timeline-poster .btn-link:active {
427
+ color: rgb(62 87 113);
428
+ }
429
+
430
+ .timeline-poster .btn-link:focus {
431
+ color: rgb(62 87 113);
432
+ }
433
+
434
+ .timeline-poster .btn-link:hover {
435
+ color: rgb(62 87 113);
436
+ }
437
+
438
+ .timeline-poster .btn-link.active {
439
+ color: rgb(62 87 113);
440
+ }
441
+
442
+ #timeline.timeline-center .timeline-line {
443
+ background-color: rgb(221 221 221);
444
+ bottom: 0;
445
+ display: inline-block;
446
+ left: 50%;
447
+ position: absolute;
448
+ top: 0;
449
+ transform: translate(-50%, 0);
450
+ width: 4px;
451
+ }
452
+
453
+ #timeline.timeline-center .timeline-item {
454
+ display: inline-block;
455
+ padding: 0 50px 35px;
456
+ position: relative;
457
+ width: 50%;
458
+
459
+ .timeline-year {
460
+ color: rgb(255 255 255);
461
+ font-size: 12px;
462
+ font-weight: 600;
463
+ position: relative;
464
+ top: 8px;
465
+
466
+ .date-year {
467
+ line-height: 8px;
468
+ padding-top: 1px;
469
+ }
470
+ }
471
+ }
472
+
473
+ #timeline.timeline-center .timeline-item:nth-child(even) {
474
+ padding: 0 35px 50px 0;
475
+ }
476
+
477
+ #timeline.timeline-center .timeline-item:nth-child(even)::after {
478
+ border-bottom: 11px solid transparent;
479
+ border-left: 11px solid rgb(255 255 255);
480
+ border-top: 11px solid transparent;
481
+ content: '';
482
+ height: 0;
483
+ position: absolute;
484
+ right: 25px;
485
+ top: 27px;
486
+ width: 0;
487
+ z-index: 1;
488
+ }
489
+
490
+ #timeline.timeline-center .timeline-item:nth-child(even)::before {
491
+ border-bottom: 12px solid transparent;
492
+ border-left: 12px solid rgb(221 221 221);
493
+ border-top: 12px solid transparent;
494
+ content: '';
495
+ height: 0;
496
+ position: absolute;
497
+ right: 24px;
498
+ top: 27px;
499
+ width: 0;
500
+ z-index: 1;
501
+ }
502
+
503
+ #timeline.timeline-center .timeline-item:nth-child(even) > .timeline-badge {
504
+ right: -20px;
505
+ }
506
+
507
+ #timeline.timeline-center .timeline-item:nth-child(odd) {
508
+ padding: 0 0 50px 35px;
509
+ }
510
+
511
+ #timeline.timeline-center .timeline-item:nth-child(odd)::after {
512
+ border-bottom: 11px solid transparent;
513
+ border-right: 11px solid rgb(255 255 255);
514
+ border-top: 11px solid transparent;
515
+ content: '';
516
+ height: 0;
517
+ left: 25px;
518
+ position: absolute;
519
+ top: 27px;
520
+ width: 0;
521
+ z-index: 1;
522
+ }
523
+
524
+ #timeline.timeline-center .timeline-item:nth-child(odd)::before {
525
+ border-bottom: 12px solid transparent;
526
+ border-right: 12px solid rgb(221 221 221);
527
+ border-top: 12px solid transparent;
528
+ content: '';
529
+ height: 0;
530
+ left: 24px;
531
+ position: absolute;
532
+ top: 27px;
533
+ width: 0;
534
+ z-index: 1;
535
+ }
536
+
537
+ #timeline.timeline-center .timeline-item:nth-child(odd) > .timeline-badge {
538
+ left: -20px;
539
+ }
540
+
541
+ #timeline.timeline-center .timeline-item > .timeline-badge {
542
+ position: absolute;
543
+ top: 12px;
544
+ z-index: 1;
545
+ }
546
+
547
+ #timeline.timeline-center .timeline-item > .timeline-badge > span {
548
+ border-radius: 30%;
549
+ display: inline-block;
550
+ height: 44px;
551
+ text-align: center;
552
+ text-decoration: none;
553
+ transition: all ease 0.3s;
554
+ width: 42px;
555
+ }
556
+
557
+ #timeline.timeline-center .timeline-item > .timeline-badge > span i {
558
+ color: rgb(255 255 255);
559
+ display: block;
560
+ font-size: 1.6rem;
561
+ line-height: 40px;
562
+ top: 0;
563
+ }
564
+
565
+ #timeline.timeline-center .timeline-item > .timeline-badge > span:active {
566
+ transform: scale(1.1);
567
+ }
568
+
569
+ #timeline.timeline-center .timeline-item > .timeline-badge > span:focus {
570
+ transform: scale(1.1);
571
+ }
572
+
573
+ #timeline.timeline-center .timeline-item > .timeline-badge > span:hover {
574
+ transform: scale(1.1);
575
+ }
576
+
577
+ #timeline.timeline-center .timeline-item > .timeline-badge > a.active {
578
+ transform: scale(1.1);
579
+ }
580
+
581
+ #timeline.timeline-center .timeline-item > .timeline-panel {
582
+ background-color: rgb(255 255 255);
583
+ border: 1px solid rgb(221 221 221);
584
+ border-radius: 4px;
585
+ position: relative;
586
+ }
587
+
588
+ #timeline.timeline-center .timeline-item > .timeline-panel:hover .timeline-actions {
589
+ display: block;
590
+ }
591
+
592
+ #timeline.timeline-right .timeline-line {
593
+ background-color: rgb(221 221 221);
594
+ bottom: 0;
595
+ display: inline-block;
596
+ position: absolute;
597
+ right: 12px;
598
+ top: 0;
599
+ transform: translate(-50%, 0);
600
+ width: 4px;
601
+ }
602
+
603
+ #timeline.timeline-right .timeline-group {
604
+ text-align: right;
605
+ }
606
+
607
+ #timeline.timeline-right .timeline-item {
608
+ display: inline-block;
609
+ padding: 0 43px 35px 0;
610
+ position: relative;
611
+ width: 100%;
612
+ }
613
+
614
+ #timeline.timeline-right .timeline-item::after {
615
+ border-bottom: 11px solid transparent;
616
+ border-left: 11px solid rgb(255 255 255);
617
+ border-top: 11px solid transparent;
618
+ content: '';
619
+ height: 0;
620
+ position: absolute;
621
+ right: 33px;
622
+ top: 21px;
623
+ width: 0;
624
+ z-index: 1;
625
+ }
626
+
627
+ #timeline.timeline-right .timeline-item::before {
628
+ border-bottom: 12px solid transparent;
629
+ border-left: 12px solid rgb(204 204 204);
630
+ border-top: 12px solid transparent;
631
+ content: '';
632
+ height: 0;
633
+ position: absolute;
634
+ right: 32px;
635
+ top: 20px;
636
+ width: 0;
637
+ z-index: 1;
638
+ }
639
+
640
+ #timeline.timeline-right .timeline-item > .timeline-badge {
641
+ right: -8px;
642
+ }
643
+
644
+ #timeline.timeline-right .timeline-item > .timeline-badge {
645
+ position: absolute;
646
+ top: 12px;
647
+ z-index: 1;
648
+ }
649
+
650
+ #timeline.timeline-right .timeline-item > .timeline-badge > span {
651
+ border-radius: 50%;
652
+ display: inline-block;
653
+ height: 40px;
654
+ text-align: center;
655
+ text-decoration: none;
656
+ transition: all ease 0.3s;
657
+ width: 40px;
658
+ }
659
+
660
+ #timeline.timeline-right .timeline-item > .timeline-badge > span i {
661
+ color: rgb(255 255 255);
662
+ display: block;
663
+ font-size: 1.6rem;
664
+ line-height: 40px;
665
+ top: 0;
666
+ }
667
+
668
+ #timeline.timeline-right .timeline-item > .timeline-badge > span:active {
669
+ transform: scale(1.1);
670
+ }
671
+
672
+ #timeline.timeline-right .timeline-item > .timeline-badge > span:focus {
673
+ transform: scale(1.1);
674
+ }
675
+
676
+ #timeline.timeline-right .timeline-item > .timeline-badge > span:hover {
677
+ transform: scale(1.1);
678
+ }
679
+
680
+ #timeline.timeline-right .timeline-item > .timeline-badge > a.active {
681
+ transform: scale(1.1);
682
+ }
683
+
684
+ #timeline.timeline-right .timeline-item > .timeline-panel {
685
+ background-color: rgb(255 255 255);
686
+ border: 1px solid rgb(221 221 221);
687
+ border-radius: 4px;
688
+ position: relative;
689
+ }
690
+
691
+ #timeline.timeline-right .timeline-item > .timeline-panel:hover .timeline-actions {
692
+ display: block;
693
+ }
694
+
695
+ #timeline.timeline-right .timeline-item.block:nth-child(even)::before {
696
+ left: auto;
697
+ right: 8px;
698
+ }
699
+
700
+ #timeline.timeline-right .timeline-item.block:nth-child(even)::after {
701
+ left: auto;
702
+ right: 11px;
703
+ }
704
+
705
+ #timeline.timeline-right .timeline-item.block:nth-child(odd)::after {
706
+ right: auto;
707
+ }
708
+
709
+ #timeline.timeline-left .timeline-line {
710
+ background-color: rgb(221 221 221);
711
+ bottom: 0;
712
+ display: inline-block;
713
+ left: 12px;
714
+ position: absolute;
715
+ top: 0;
716
+ transform: translate(-50%, 0);
717
+ width: 4px;
718
+ }
719
+
720
+ #timeline.timeline-left .timeline-group {
721
+ text-align: left;
722
+ }
723
+
724
+ #timeline.timeline-left .timeline-item {
725
+ display: inline-block;
726
+ padding: 0 0 35px 43px;
727
+ position: relative;
728
+ width: 100%;
729
+ }
730
+
731
+ #timeline.timeline-left .timeline-item::after {
732
+ border-bottom: 11px solid transparent;
733
+ border-right: 11px solid rgb(255 255 255);
734
+ border-top: 11px solid transparent;
735
+ content: '';
736
+ height: 0;
737
+ left: 33px;
738
+ position: absolute;
739
+ top: 21px;
740
+ width: 0;
741
+ z-index: 1;
742
+ }
743
+
744
+ #timeline.timeline-left .timeline-item::before {
745
+ border-bottom: 12px solid transparent;
746
+ border-right: 12px solid rgb(221 221 221);
747
+ border-top: 12px solid transparent;
748
+ content: '';
749
+ height: 0;
750
+ left: 32px;
751
+ position: absolute;
752
+ top: 20px;
753
+ width: 0;
754
+ z-index: 1;
755
+ }
756
+
757
+ #timeline.timeline-left .timeline-item > .timeline-badge {
758
+ left: -8px;
759
+ }
760
+
761
+ #timeline.timeline-left .timeline-item > .timeline-badge {
762
+ position: absolute;
763
+ top: 12px;
764
+ z-index: 1;
765
+ }
766
+
767
+ #timeline.timeline-left .timeline-item > .timeline-badge > span {
768
+ border-radius: 50%;
769
+ display: inline-block;
770
+ height: 40px;
771
+ text-align: center;
772
+ text-decoration: none;
773
+ transition: all ease 0.3s;
774
+ width: 40px;
775
+ }
776
+
777
+ #timeline.timeline-left .timeline-item > .timeline-badge > span i {
778
+ color: rgb(255 255 255);
779
+ display: block;
780
+ font-size: 1.6rem;
781
+ line-height: 40px;
782
+ top: 0;
783
+ }
784
+
785
+ #timeline.timeline-left .timeline-item > .timeline-badge > span:active {
786
+ transform: scale(1.1);
787
+ }
788
+
789
+ #timeline.timeline-left .timeline-item > .timeline-badge > span:focus {
790
+ transform: scale(1.1);
791
+ }
792
+
793
+ #timeline.timeline-left .timeline-item > .timeline-badge > span:hover {
794
+ transform: scale(1.1);
795
+ }
796
+
797
+ #timeline.timeline-left .timeline-item > .timeline-badge > a.active {
798
+ transform: scale(1.1);
799
+ }
800
+
801
+ #timeline.timeline-left .timeline-item > .timeline-panel {
802
+ background-color: rgb(255 255 255);
803
+ border: 1px solid rgb(221 221 221);
804
+ border-radius: 4px;
805
+ position: relative;
806
+ }
807
+
808
+ #timeline.timeline-left .timeline-item > .timeline-panel:hover .timeline-actions {
809
+ display: block;
810
+ }
811
+
812
+ #timeline .timeline-item.block:nth-child(even) {
813
+ margin-top: 5px;
814
+ width: 100% !important;
815
+ }
816
+
817
+ #timeline .timeline-item.block:nth-child(even)::after {
818
+ border: 0;
819
+ border-bottom: 11px solid rgb(255 255 255);
820
+ border-left: 11px solid transparent;
821
+ border-right: 11px solid transparent;
822
+ left: 50%;
823
+ right: auto;
824
+ top: 8px;
825
+ transform: translate(-50%, 0);
826
+ }
827
+
828
+ #timeline .timeline-item.block:nth-child(even)::before {
829
+ border: 0;
830
+ border-bottom: 12px solid rgb(221 221 221);
831
+ border-left: 12px solid transparent;
832
+ border-right: 12px solid transparent;
833
+ left: 50%;
834
+ right: auto;
835
+ top: 7px;
836
+ transform: translate(-50%, 0);
837
+ }
838
+
839
+ #timeline .timeline-item.block:nth-child(even) > .timeline-badge {
840
+ left: 50%;
841
+ right: auto;
842
+ top: -28px;
843
+ transform: translate(-50%, 0);
844
+ }
845
+
846
+ #timeline .timeline-item.block:nth-child(odd) {
847
+ margin-top: 5px;
848
+ width: 100% !important;
849
+ }
850
+
851
+ #timeline .timeline-item.block:nth-child(odd)::after {
852
+ border: 0;
853
+ border-bottom: 11px solid rgb(255 255 255);
854
+ border-left: 11px solid transparent;
855
+ border-right: 11px solid transparent;
856
+ left: 50%;
857
+ right: auto;
858
+ top: -10px;
859
+ transform: translate(-50%, 0);
860
+ }
861
+
862
+ #timeline .timeline-item.block:nth-child(odd)::before {
863
+ border: 0;
864
+ border-bottom: 12px solid rgb(221 221 221);
865
+ border-left: 12px solid transparent;
866
+ border-right: 12px solid transparent;
867
+ left: 50%;
868
+ right: auto;
869
+ top: -11px;
870
+ transform: translate(-50%, 0);
871
+ }
872
+
873
+ #timeline .timeline-item.block:nth-child(odd) > .timeline-badge {
874
+ left: 50%;
875
+ right: auto;
876
+ top: -28px;
877
+ transform: translate(-50%, 0);
878
+ }
879
+
880
+ .timeline-actions {
881
+ display: none;
882
+ }
883
+
884
+ .timeline-content {
885
+ padding: 15px;
886
+ }
887
+
888
+ .timeline-footer {
889
+ background-color: rgb(251 252 252);
890
+ border-radius: 0 0 5px 5px;
891
+ border-top: 1px solid rgb(238 238 238);
892
+ padding: 15px;
893
+ }
894
+
895
+ .timeline-heading {
896
+ font-size: 20px;
897
+ padding: 15px;
898
+ }
899
+
900
+ .timeline-liveliness {
901
+ background-color: rgb(251 252 252);
902
+ border-top: 1px solid rgb(238 238 238);
903
+ padding: 15px;
904
+ }
905
+
906
+ .timeline-heading + .timeline-content {
907
+ padding-top: 0;
908
+ }
909
+
910
+ .timeline-date {
911
+ color: rgb(170 170 170);
912
+ font-size: 14px;
913
+ }
914
+
915
+ .timeline-embed {
916
+ height: 0;
917
+ padding-bottom: 56.25%;
918
+ padding-top: 25px;
919
+ position: relative;
920
+ }
921
+
922
+ .timeline-embed .embed-element {
923
+ height: 100%;
924
+ left: 0;
925
+ position: absolute;
926
+ top: 0;
927
+ width: 100%;
928
+ }
929
+
930
+ .timeline-embed embed {
931
+ height: 100%;
932
+ left: 0;
933
+ position: absolute;
934
+ top: 0;
935
+ width: 100%;
936
+ }
937
+
938
+ .timeline-embed iframe {
939
+ height: 100%;
940
+ left: 0;
941
+ position: absolute;
942
+ top: 0;
943
+ width: 100%;
944
+ }
945
+
946
+ .timeline-embed object {
947
+ height: 100%;
948
+ left: 0;
949
+ position: absolute;
950
+ top: 0;
951
+ width: 100%;
952
+ }
953
+
954
+ .timeline-img {
955
+ display: block;
956
+ padding: 5px 0;
957
+ }
958
+
959
+ .timeline-img.first {
960
+ margin-right: -10px;
961
+ }
962
+
963
+ .timeline-img.middle {
964
+ margin-left: -10px;
965
+ margin-right: -10px;
966
+ }
967
+
968
+ .timeline-img.last {
969
+ margin-left: -10px;
970
+ }
971
+
972
+ .timeline-resume {
973
+ background-color: rgb(251 252 252);
974
+ border-top: 1px solid rgb(238 238 238);
975
+ }
976
+
977
+ .timeline-avatar {
978
+ margin-right: 10px;
979
+ margin-top: -2px;
980
+ }
981
+
982
+ .timeline-title {
983
+ color: rgb(62 87 113);
984
+ font-size: 14px;
985
+ font-weight: 600;
986
+ line-height: 1.42857;
987
+ margin: 0;
988
+ padding: 0;
989
+ text-decoration: none;
990
+ }
991
+
992
+ .timeline-title > small {
993
+ color: rgb(161 170 176);
994
+ display: block;
995
+ font-size: 12px;
996
+ line-height: 1.5;
997
+ overflow: hidden;
998
+ text-overflow: ellipsis;
999
+ white-space: nowrap;
1000
+ }
1001
+
1002
+ .wrapkit-content-rtl .timeline-avatar {
1003
+ margin-left: 10px;
1004
+ margin-right: 0;
1005
+ }
1006
+
1007
+ @media (min-width: 992px) {
1008
+ .timeline-item:nth-child(even) {
1009
+ padding: 0 35px 50px 0;
1010
+ }
1011
+
1012
+ .timeline-item:nth-child(odd) {
1013
+ padding: 0 0 50px 35px;
1014
+ }
1015
+
1016
+ .timeline-item.block {
1017
+ padding-right: 0 !important;
1018
+ }
1019
+ }
1020
+
1021
+ @media (max-width: 991px) {
1022
+ .timeline {
1023
+ padding-left: 15px;
1024
+ }
1025
+
1026
+ .timeline-line {
1027
+ left: 15px;
1028
+ }
1029
+
1030
+ .timeline-group {
1031
+ display: inline-block;
1032
+ margin-left: -22px;
1033
+ }
1034
+
1035
+ .timeline-item {
1036
+ margin-top: 0 !important;
1037
+ padding-right: 10px;
1038
+ width: 100% !important;
1039
+ }
1040
+
1041
+ .timeline-item:nth-child(even)::after {
1042
+ border: 0;
1043
+ border-bottom: 11px solid transparent;
1044
+ border-right: 11px solid rgb(255 255 255);
1045
+ border-top: 11px solid transparent;
1046
+ left: 40px;
1047
+ top: 21px;
1048
+ transform: translate(0, 0);
1049
+ }
1050
+
1051
+ .timeline-item:nth-child(even)::before {
1052
+ border: 0;
1053
+ border-bottom: 12px solid transparent;
1054
+ border-right: 12px solid rgb(221 221 221);
1055
+ border-top: 12px solid transparent;
1056
+ left: 39px;
1057
+ top: 20px;
1058
+ transform: translate(0, 0);
1059
+ }
1060
+
1061
+ .timeline-item:nth-child(even) > .timeline-badge {
1062
+ left: -20px;
1063
+ right: auto;
1064
+ top: 12px;
1065
+ transform: translate(0, 0);
1066
+ }
1067
+
1068
+ .timeline-item:nth-child(odd)::after {
1069
+ border: 0;
1070
+ border-bottom: 11px solid transparent;
1071
+ border-right: 11px solid rgb(255 255 255);
1072
+ border-top: 11px solid transparent;
1073
+ left: 40px;
1074
+ top: 21px;
1075
+ transform: translate(0, 0);
1076
+ }
1077
+
1078
+ .timeline-item:nth-child(odd)::before {
1079
+ border: 0;
1080
+ border-bottom: 12px solid transparent;
1081
+ border-right: 12px solid rgb(221 221 221);
1082
+ border-top: 12px solid transparent;
1083
+ left: 39px;
1084
+ top: 20px;
1085
+ transform: translate(0, 0);
1086
+ }
1087
+
1088
+ .timeline-item:nth-child(odd) > .timeline-badge {
1089
+ left: -20px;
1090
+ right: auto;
1091
+ top: 12px;
1092
+ transform: translate(0, 0);
1093
+ }
1094
+
1095
+ .timeline-item.block:nth-child(even) {
1096
+ padding-bottom: 0;
1097
+ }
1098
+
1099
+ .timeline-item.block:nth-child(even)::after {
1100
+ border: 0;
1101
+ border-bottom: 11px solid transparent;
1102
+ border-right: 11px solid rgb(255 255 255);
1103
+ border-top: 11px solid transparent;
1104
+ left: 20px;
1105
+ top: 11px;
1106
+ transform: translate(0, 0);
1107
+ }
1108
+
1109
+ .timeline-item.block:nth-child(even)::before {
1110
+ border: 0;
1111
+ border-bottom: 12px solid transparent;
1112
+ border-right: 12px solid rgb(221 221 221);
1113
+ border-top: 12px solid transparent;
1114
+ left: 19px;
1115
+ top: 10px;
1116
+ transform: translate(0, 0);
1117
+ }
1118
+
1119
+ .timeline-item.block:nth-child(even) > .timeline-badge {
1120
+ left: -6px;
1121
+ right: auto;
1122
+ top: 12px;
1123
+ transform: translate(0, 0);
1124
+ }
1125
+
1126
+ .timeline-item.block:nth-child(odd) {
1127
+ padding-bottom: 0;
1128
+ }
1129
+
1130
+ .timeline-item.block:nth-child(odd)::after {
1131
+ border: 0;
1132
+ border-bottom: 11px solid transparent;
1133
+ border-right: 11px solid rgb(255 255 255);
1134
+ border-top: 11px solid transparent;
1135
+ left: 20px;
1136
+ top: 11px;
1137
+ transform: translate(0, 0);
1138
+ }
1139
+
1140
+ .timeline-item.block:nth-child(odd)::before {
1141
+ border: 0;
1142
+ border-bottom: 12px solid transparent;
1143
+ border-right: 12px solid rgb(221 221 221);
1144
+ border-top: 12px solid transparent;
1145
+ left: 19px;
1146
+ top: 10px;
1147
+ transform: translate(0, 0);
1148
+ }
1149
+
1150
+ .timeline-item.block:nth-child(odd) > .timeline-badge {
1151
+ left: -6px;
1152
+ right: auto;
1153
+ top: 12px;
1154
+ transform: translate(0, 0);
1155
+ }
1156
+ }
1157
+
1158
+ @media (max-width: 991px) {
1159
+ #timeline.timeline-center .timeline {
1160
+ padding: 0;
1161
+ }
1162
+
1163
+ #timeline.timeline-center .timeline .card-block {
1164
+ text-align: left;
1165
+ }
1166
+
1167
+ #timeline.timeline-center .timeline-line {
1168
+ background-color: rgb(221 221 221);
1169
+ bottom: 0;
1170
+ display: inline-block;
1171
+ left: 50%;
1172
+ position: absolute;
1173
+ top: 0;
1174
+ transform: translate(-50%, 0);
1175
+ width: 4px;
1176
+ }
1177
+
1178
+ #timeline.timeline-center .timeline-group {
1179
+ display: block;
1180
+ margin-left: -6px;
1181
+ text-align: center;
1182
+ }
1183
+
1184
+ #timeline.timeline-center .timeline-item {
1185
+ display: block;
1186
+ padding: 20px 0 !important;
1187
+ }
1188
+
1189
+ #timeline.timeline-center .timeline-item:nth-child(even) {
1190
+ clear: both;
1191
+ float: none;
1192
+ }
1193
+
1194
+ #timeline.timeline-center .timeline-item:nth-child(even)::after {
1195
+ display: none;
1196
+ }
1197
+
1198
+ #timeline.timeline-center .timeline-item:nth-child(even)::before {
1199
+ display: none;
1200
+ }
1201
+
1202
+ #timeline.timeline-center .timeline-item:nth-child(odd) {
1203
+ clear: both;
1204
+ float: none;
1205
+ }
1206
+
1207
+ #timeline.timeline-center .timeline-item:nth-child(odd)::after {
1208
+ display: none;
1209
+ }
1210
+
1211
+ #timeline.timeline-center .timeline-item:nth-child(odd)::before {
1212
+ display: none;
1213
+ }
1214
+
1215
+ #timeline.timeline-center .timeline-item > .timeline-badge {
1216
+ left: 47% !important;
1217
+ top: 0 !important;
1218
+ }
1219
+
1220
+ #timeline.timeline-center .timeline-item.block:nth-child(even) {
1221
+ clear: both;
1222
+ float: none;
1223
+ }
1224
+
1225
+ #timeline.timeline-center .timeline-item.block:nth-child(even)::after {
1226
+ display: none;
1227
+ }
1228
+
1229
+ #timeline.timeline-center .timeline-item.block:nth-child(even)::before {
1230
+ display: none;
1231
+ }
1232
+
1233
+ #timeline.timeline-center .timeline-item.block:nth-child(odd) {
1234
+ clear: both;
1235
+ float: none;
1236
+ }
1237
+
1238
+ #timeline.timeline-center .timeline-item.block:nth-child(odd)::after {
1239
+ display: none;
1240
+ }
1241
+
1242
+ #timeline.timeline-center .timeline-item.block:nth-child(odd)::before {
1243
+ display: none;
1244
+ }
1245
+
1246
+ #timeline.timeline-center .timeline-item.timeline-poster > .timeline-badge {
1247
+ display: none;
1248
+ }
1249
+ }
1250
+
1251
+ @media (max-width: 543px) {
1252
+ .timeline-item > .timeline-badge {
1253
+ left: 44% !important;
1254
+ top: 0 !important;
1255
+ }
1256
+ }
1257
+
1258
+ .avatar img {
1259
+ border: 0;
1260
+ border-radius: 1000px;
1261
+ }