@amiceli/papierjs 0.0.1

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 (89) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +52 -0
  3. package/dist/cjs/app-globals-3a1e7e63.js +7 -0
  4. package/dist/cjs/app-globals-3a1e7e63.js.map +1 -0
  5. package/dist/cjs/index-028aee0a.js +1292 -0
  6. package/dist/cjs/index-028aee0a.js.map +1 -0
  7. package/dist/cjs/index.cjs.js +4 -0
  8. package/dist/cjs/index.cjs.js.map +1 -0
  9. package/dist/cjs/loader.cjs.js +17 -0
  10. package/dist/cjs/loader.cjs.js.map +1 -0
  11. package/dist/cjs/p-alert.cjs.entry.js +52 -0
  12. package/dist/cjs/p-alert.cjs.entry.js.map +1 -0
  13. package/dist/cjs/p-button.cjs.entry.js +57 -0
  14. package/dist/cjs/p-button.cjs.entry.js.map +1 -0
  15. package/dist/cjs/p-progress-bar.cjs.entry.js +54 -0
  16. package/dist/cjs/p-progress-bar.cjs.entry.js.map +1 -0
  17. package/dist/cjs/papierjs.cjs.js +27 -0
  18. package/dist/cjs/papierjs.cjs.js.map +1 -0
  19. package/dist/collection/collection-manifest.json +14 -0
  20. package/dist/collection/components/alert/alert.css +3448 -0
  21. package/dist/collection/components/alert/alert.js +138 -0
  22. package/dist/collection/components/alert/alert.js.map +1 -0
  23. package/dist/collection/components/button/button.css +3438 -0
  24. package/dist/collection/components/button/button.js +206 -0
  25. package/dist/collection/components/button/button.js.map +1 -0
  26. package/dist/collection/components/progress-bar/progress-bar.css +3438 -0
  27. package/dist/collection/components/progress-bar/progress-bar.js +143 -0
  28. package/dist/collection/components/progress-bar/progress-bar.js.map +1 -0
  29. package/dist/collection/index.js +2 -0
  30. package/dist/collection/index.js.map +1 -0
  31. package/dist/components/index.d.ts +33 -0
  32. package/dist/components/index.js +3 -0
  33. package/dist/components/index.js.map +1 -0
  34. package/dist/components/p-5ec03f76.js +1074 -0
  35. package/dist/components/p-5ec03f76.js.map +1 -0
  36. package/dist/components/p-alert.d.ts +11 -0
  37. package/dist/components/p-alert.js +71 -0
  38. package/dist/components/p-alert.js.map +1 -0
  39. package/dist/components/p-button.d.ts +11 -0
  40. package/dist/components/p-button.js +80 -0
  41. package/dist/components/p-button.js.map +1 -0
  42. package/dist/components/p-progress-bar.d.ts +11 -0
  43. package/dist/components/p-progress-bar.js +74 -0
  44. package/dist/components/p-progress-bar.js.map +1 -0
  45. package/dist/esm/app-globals-0f993ce5.js +5 -0
  46. package/dist/esm/app-globals-0f993ce5.js.map +1 -0
  47. package/dist/esm/index-ad124052.js +1265 -0
  48. package/dist/esm/index-ad124052.js.map +1 -0
  49. package/dist/esm/index.js +3 -0
  50. package/dist/esm/index.js.map +1 -0
  51. package/dist/esm/loader.js +13 -0
  52. package/dist/esm/loader.js.map +1 -0
  53. package/dist/esm/p-alert.entry.js +48 -0
  54. package/dist/esm/p-alert.entry.js.map +1 -0
  55. package/dist/esm/p-button.entry.js +53 -0
  56. package/dist/esm/p-button.entry.js.map +1 -0
  57. package/dist/esm/p-progress-bar.entry.js +50 -0
  58. package/dist/esm/p-progress-bar.entry.js.map +1 -0
  59. package/dist/esm/papierjs.js +22 -0
  60. package/dist/esm/papierjs.js.map +1 -0
  61. package/dist/index.cjs.js +1 -0
  62. package/dist/index.js +1 -0
  63. package/dist/papierjs/index.esm.js +2 -0
  64. package/dist/papierjs/index.esm.js.map +1 -0
  65. package/dist/papierjs/p-14f67b19.entry.js +2 -0
  66. package/dist/papierjs/p-14f67b19.entry.js.map +1 -0
  67. package/dist/papierjs/p-8ae1632f.entry.js +2 -0
  68. package/dist/papierjs/p-8ae1632f.entry.js.map +1 -0
  69. package/dist/papierjs/p-be2fe2c0.js +3 -0
  70. package/dist/papierjs/p-be2fe2c0.js.map +1 -0
  71. package/dist/papierjs/p-d1c3c0ac.entry.js +2 -0
  72. package/dist/papierjs/p-d1c3c0ac.entry.js.map +1 -0
  73. package/dist/papierjs/p-e1255160.js +2 -0
  74. package/dist/papierjs/p-e1255160.js.map +1 -0
  75. package/dist/papierjs/papierjs.esm.js +2 -0
  76. package/dist/papierjs/papierjs.esm.js.map +1 -0
  77. package/dist/types/components/alert/alert.d.ts +13 -0
  78. package/dist/types/components/button/button.d.ts +14 -0
  79. package/dist/types/components/progress-bar/progress-bar.d.ts +11 -0
  80. package/dist/types/components.d.ts +107 -0
  81. package/dist/types/index.d.ts +10 -0
  82. package/dist/types/stencil-public-runtime.d.ts +1680 -0
  83. package/loader/cdn.js +1 -0
  84. package/loader/index.cjs.js +1 -0
  85. package/loader/index.d.ts +24 -0
  86. package/loader/index.es2017.js +1 -0
  87. package/loader/index.js +2 -0
  88. package/loader/package.json +11 -0
  89. package/package.json +80 -0
@@ -0,0 +1,3438 @@
1
+ :host .papier {
2
+ @charset "UTF-8";
3
+ /* PaperCSS core */
4
+ /**
5
+ Global PaperCSS Config
6
+ */
7
+ @import url("https://fonts.googleapis.com/css?family=Neucha|Patrick+Hand+SC&display=swap");
8
+ html {
9
+ --primary: #41403e;
10
+ --secondary: #0b74d5;
11
+ --success: #86a361;
12
+ --warning: #ddcd45;
13
+ --danger: #a7342d;
14
+ --muted: #868e96;
15
+ --primary-light: #cdcccb;
16
+ --secondary-light: #d8ebfd;
17
+ --success-light: #d5dfc8;
18
+ --warning-light: #f5f0c6;
19
+ --danger-light: #f0cbc9;
20
+ --muted-light: #e6e7e9;
21
+ --primary-dark: black;
22
+ --secondary-dark: black;
23
+ --success-dark: #374427;
24
+ --warning-dark: #746a15;
25
+ --danger-dark: black;
26
+ --muted-dark: #313538;
27
+ --primary-light-10: #5b5a57;
28
+ --secondary-light-10: #208ef3;
29
+ --success-light-10: #9fb681;
30
+ --warning-light-10: #e5d970;
31
+ --danger-light-10: #cb453c;
32
+ --muted-light-10: #a1a8ae;
33
+ --primary-dark-10: #272625;
34
+ --secondary-dark-10: #085aa5;
35
+ --success-dark-10: #4a5a35;
36
+ --warning-dark-10: #746a15;
37
+ --danger-dark-10: #7f2722;
38
+ --muted-dark-10: #6c757d;
39
+ --primary-shaded-50: #c1c0bd;
40
+ --primary-shaded-70: #f2f2f2;
41
+ --white-dark: rgba(0, 0, 0, 0.03);
42
+ --white-dark-light-80: rgba(204, 204, 204, 0.03);
43
+ --light-dark: rgba(0, 0, 0, 0.7);
44
+ --white: white;
45
+ --main-background: white;
46
+ --main-background-light: white;
47
+ --black: black;
48
+ --primary-text: #272625;
49
+ --secondary-text: #085aa5;
50
+ --success-text: #4a5a35;
51
+ --warning-text: #746a15;
52
+ --danger-text: #7f2722;
53
+ --muted-text: #6c757d;
54
+ --shadow-color-regular: rgba(0, 0, 0, 0.2);
55
+ --shadow-color-hover: rgba(0, 0, 0, 0.3);
56
+ --primary-inverse: #fff;
57
+ }
58
+
59
+ html.dark {
60
+ --primary: #fff;
61
+ --secondary: #5595ce;
62
+ --success: #70c272;
63
+ --warning: #d4c252;
64
+ --danger: #df4c57;
65
+ --muted: #868e96;
66
+ --primary-light: white;
67
+ --secondary-light: #69a1d4;
68
+ --success-light: #82ca84;
69
+ --warning-light: #d9c966;
70
+ --danger-light: #e3626b;
71
+ --muted-light: #949ba2;
72
+ --primary-dark: gray;
73
+ --secondary-dark: #1f476b;
74
+ --success-dark: #265927;
75
+ --warning-dark: #71651c;
76
+ --danger-dark: #7c161e;
77
+ --muted-dark: #313538;
78
+ --primary-light-10: white;
79
+ --secondary-light-10: #7daed9;
80
+ --success-light-10: #94d195;
81
+ --warning-light-10: #ded07b;
82
+ --danger-light-10: #e77780;
83
+ --muted-light-10: #a1a8ae;
84
+ --primary-dark-10: #e6e6e6;
85
+ --secondary-dark-10: #367cba;
86
+ --success-dark-10: #4cb34f;
87
+ --warning-dark-10: #c3ae30;
88
+ --danger-dark-10: #d22633;
89
+ --muted-dark-10: #6c757d;
90
+ --primary-shaded-50: #343332;
91
+ --primary-shaded-70: #2f2e2d;
92
+ --white-dark: rgba(255, 255, 255, 0.03);
93
+ --white-dark-light-80: rgba(255, 255, 255, 0.03);
94
+ --light-dark: rgba(255, 255, 255, 0.7);
95
+ --white: white;
96
+ --main-background: #41403e;
97
+ --main-background-light: #c1c0bd;
98
+ --black: black;
99
+ --primary-text: #41403e;
100
+ --secondary-text: #1f476b;
101
+ --success-text: #265927;
102
+ --warning-text: #71651c;
103
+ --danger-text: #7c161e;
104
+ --muted-text: #949ba2;
105
+ --shadow-color-regular: rgba(0, 0, 0, 0.2);
106
+ --shadow-color-hover: rgba(0, 0, 0, 0.3);
107
+ --primary-inverse: #41403e;
108
+ }
109
+
110
+ /* stylelint-disable */
111
+ /* stylelint-enable */
112
+ /**
113
+ This Loop will generate the various .text- and .background- classes
114
+ based on the $colors map above.
115
+ */
116
+ .text-primary {
117
+ color: #41403e;
118
+ color: var(--primary);
119
+ }
120
+
121
+ .background-primary {
122
+ background-color: #41403e;
123
+ background-color: var(--primary-light);
124
+ }
125
+
126
+ .text-secondary {
127
+ color: #41403e;
128
+ color: var(--secondary);
129
+ }
130
+
131
+ .background-secondary {
132
+ background-color: #41403e;
133
+ background-color: var(--secondary-light);
134
+ }
135
+
136
+ .text-success {
137
+ color: #41403e;
138
+ color: var(--success);
139
+ }
140
+
141
+ .background-success {
142
+ background-color: #41403e;
143
+ background-color: var(--success-light);
144
+ }
145
+
146
+ .text-warning {
147
+ color: #41403e;
148
+ color: var(--warning);
149
+ }
150
+
151
+ .background-warning {
152
+ background-color: #41403e;
153
+ background-color: var(--warning-light);
154
+ }
155
+
156
+ .text-danger {
157
+ color: #41403e;
158
+ color: var(--danger);
159
+ }
160
+
161
+ .background-danger {
162
+ background-color: #41403e;
163
+ background-color: var(--danger-light);
164
+ }
165
+
166
+ .text-muted {
167
+ color: #41403e;
168
+ color: var(--muted);
169
+ }
170
+
171
+ .background-muted {
172
+ background-color: #41403e;
173
+ background-color: var(--muted-light);
174
+ }
175
+
176
+ /**
177
+ PaperCSS Mixins
178
+ */
179
+ /**
180
+ Assign a border style to a component selector.
181
+ @param integer
182
+ @default 1
183
+ */
184
+ /**
185
+ Mixin for setting responsive breakpoints
186
+ @param string | integer
187
+ @default null
188
+ */
189
+ /**
190
+ Useful helper mixins
191
+ */
192
+ /*
193
+ Add transform: translate() with browser prefixes.
194
+ Same syntax for translate() and translate3d()
195
+ To get 3D add a $z value and set 'true'
196
+ @param string | boolean
197
+ @default 0 | false
198
+ */
199
+ /*
200
+ Add global transition styles to selector
201
+ @param string
202
+ @default all | 235ms | ease-in-out | 0
203
+ */
204
+ /**
205
+ Set the shadow type for a component
206
+ @param string
207
+ @default regular
208
+ */
209
+ /**
210
+ Sets a striped background on a component
211
+ @param string
212
+ */
213
+ /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
214
+ /* stylelint-disable */
215
+ html {
216
+ line-height: 1.15;
217
+ -ms-text-size-adjust: 100%;
218
+ -webkit-text-size-adjust: 100%;
219
+ }
220
+
221
+ body {
222
+ margin: 0;
223
+ }
224
+
225
+ article,
226
+ aside,
227
+ footer,
228
+ header,
229
+ nav,
230
+ section {
231
+ display: block;
232
+ }
233
+
234
+ h1 {
235
+ font-size: 2em;
236
+ margin: 0.67em 0;
237
+ }
238
+
239
+ figcaption,
240
+ figure,
241
+ main {
242
+ display: block;
243
+ }
244
+
245
+ figure {
246
+ margin: 1em 40px;
247
+ }
248
+
249
+ hr {
250
+ box-sizing: content-box;
251
+ height: 0;
252
+ overflow: visible;
253
+ }
254
+
255
+ pre {
256
+ font-family: monospace, monospace;
257
+ font-size: 1em;
258
+ }
259
+
260
+ a {
261
+ background-color: transparent;
262
+ -webkit-text-decoration-skip: objects;
263
+ }
264
+
265
+ abbr[title] {
266
+ border-bottom: none;
267
+ text-decoration: underline;
268
+ -webkit-text-decoration: underline dotted;
269
+ text-decoration: underline dotted;
270
+ }
271
+
272
+ b,
273
+ strong {
274
+ font-weight: inherit;
275
+ }
276
+
277
+ b,
278
+ strong {
279
+ font-weight: bolder;
280
+ }
281
+
282
+ code,
283
+ kbd,
284
+ samp {
285
+ font-family: monospace, monospace;
286
+ font-size: 1em;
287
+ }
288
+
289
+ dfn {
290
+ font-style: italic;
291
+ }
292
+
293
+ mark {
294
+ background-color: #ff0;
295
+ color: #000;
296
+ }
297
+
298
+ small {
299
+ font-size: 80%;
300
+ }
301
+
302
+ sub,
303
+ sup {
304
+ font-size: 75%;
305
+ line-height: 0;
306
+ position: relative;
307
+ vertical-align: baseline;
308
+ }
309
+
310
+ sub {
311
+ bottom: -0.25em;
312
+ }
313
+
314
+ sup {
315
+ top: -0.5em;
316
+ }
317
+
318
+ audio,
319
+ video {
320
+ display: inline-block;
321
+ }
322
+
323
+ audio:not([controls]) {
324
+ display: none;
325
+ height: 0;
326
+ }
327
+
328
+ img {
329
+ border-style: none;
330
+ }
331
+
332
+ svg:not(:root) {
333
+ overflow: hidden;
334
+ }
335
+
336
+ button,
337
+ input,
338
+ optgroup,
339
+ select,
340
+ textarea {
341
+ font-family: sans-serif;
342
+ font-size: 100%;
343
+ line-height: 1.15;
344
+ margin: 0;
345
+ }
346
+
347
+ button,
348
+ input {
349
+ overflow: visible;
350
+ }
351
+
352
+ button,
353
+ select {
354
+ text-transform: none;
355
+ }
356
+
357
+ [type=reset],
358
+ [type=submit],
359
+ button,
360
+ html [type=button] {
361
+ -webkit-appearance: button;
362
+ }
363
+
364
+ [type=button]::-moz-focus-inner,
365
+ [type=reset]::-moz-focus-inner,
366
+ [type=submit]::-moz-focus-inner,
367
+ button::-moz-focus-inner {
368
+ border-style: none;
369
+ padding: 0;
370
+ }
371
+
372
+ [type=button]:-moz-focusring,
373
+ [type=reset]:-moz-focusring,
374
+ [type=submit]:-moz-focusring,
375
+ button:-moz-focusring {
376
+ outline: 1px dotted ButtonText;
377
+ }
378
+
379
+ fieldset {
380
+ padding: 0.35em 0.75em 0.625em;
381
+ }
382
+
383
+ legend {
384
+ box-sizing: border-box;
385
+ color: inherit;
386
+ display: table;
387
+ max-width: 100%;
388
+ padding: 0;
389
+ white-space: normal;
390
+ }
391
+
392
+ progress {
393
+ display: inline-block;
394
+ vertical-align: baseline;
395
+ }
396
+
397
+ textarea {
398
+ overflow: auto;
399
+ }
400
+
401
+ [type=checkbox],
402
+ [type=radio] {
403
+ box-sizing: border-box;
404
+ padding: 0;
405
+ }
406
+
407
+ [type=number]::-webkit-inner-spin-button,
408
+ [type=number]::-webkit-outer-spin-button {
409
+ height: auto;
410
+ }
411
+
412
+ [type=search] {
413
+ -webkit-appearance: textfield;
414
+ outline-offset: -2px;
415
+ }
416
+
417
+ [type=search]::-webkit-search-cancel-button,
418
+ [type=search]::-webkit-search-decoration {
419
+ -webkit-appearance: none;
420
+ }
421
+
422
+ ::-webkit-file-upload-button {
423
+ -webkit-appearance: button;
424
+ font: inherit;
425
+ }
426
+
427
+ details,
428
+ menu {
429
+ display: block;
430
+ }
431
+
432
+ summary {
433
+ display: list-item;
434
+ }
435
+
436
+ canvas {
437
+ display: inline-block;
438
+ }
439
+
440
+ template {
441
+ display: none;
442
+ }
443
+
444
+ [hidden] {
445
+ display: none;
446
+ }
447
+
448
+ html {
449
+ box-sizing: border-box;
450
+ }
451
+
452
+ *, *:before, *:after {
453
+ box-sizing: inherit;
454
+ }
455
+
456
+ /* stylelint-enable */
457
+ /* Layout styling */
458
+ .container {
459
+ margin: 0 auto;
460
+ max-width: 960px;
461
+ position: relative;
462
+ width: 100%;
463
+ }
464
+ @media only screen and (max-width: 992px) {
465
+ .container {
466
+ width: 85%;
467
+ }
468
+ }
469
+ @media only screen and (max-width: 480px) {
470
+ .container {
471
+ width: 90%;
472
+ }
473
+ }
474
+
475
+ .container.container-xs {
476
+ max-width: 480px;
477
+ }
478
+
479
+ .container.container-sm {
480
+ max-width: 768px;
481
+ }
482
+
483
+ .container.container-md {
484
+ max-width: 992px;
485
+ }
486
+
487
+ .container.container-lg {
488
+ max-width: 1200px;
489
+ }
490
+
491
+ .section {
492
+ margin-bottom: 2rem;
493
+ margin-top: 1rem;
494
+ word-wrap: break-word;
495
+ }
496
+ .section::after {
497
+ color: #8f8d89;
498
+ content: "~~~";
499
+ display: block;
500
+ font-size: 1.5rem;
501
+ position: relative;
502
+ text-align: center;
503
+ }
504
+
505
+ hr {
506
+ border: 0;
507
+ }
508
+ hr::after {
509
+ color: #8f8d89;
510
+ content: "~~~";
511
+ display: block;
512
+ font-size: 1.5rem;
513
+ position: relative;
514
+ text-align: center;
515
+ top: -0.75rem;
516
+ }
517
+
518
+ .paper {
519
+ background-color: #41403e;
520
+ background-color: var(--main-background);
521
+ border: 1px solid #cdcccb;
522
+ box-shadow: -1px 5px 35px -9px rgba(0, 0, 0, 0.2);
523
+ margin-bottom: 1rem;
524
+ margin-top: 1rem;
525
+ padding: 2rem;
526
+ }
527
+ @media only screen and (max-width: 480px) {
528
+ .paper {
529
+ margin-bottom: 0;
530
+ margin-top: 0;
531
+ padding: 1rem;
532
+ width: 100%;
533
+ }
534
+ }
535
+
536
+ .row {
537
+ display: flex;
538
+ flex-flow: row wrap;
539
+ margin-bottom: 1rem;
540
+ margin-left: auto;
541
+ margin-right: auto;
542
+ }
543
+ .row.flex-right {
544
+ justify-content: flex-end;
545
+ }
546
+ .row.flex-center {
547
+ justify-content: center;
548
+ }
549
+ .row.flex-edges {
550
+ justify-content: space-between;
551
+ }
552
+ .row.flex-spaces {
553
+ justify-content: space-around;
554
+ }
555
+ .row.flex-top {
556
+ align-items: flex-start;
557
+ }
558
+ .row.flex-middle {
559
+ align-items: center;
560
+ }
561
+ .row.flex-bottom {
562
+ align-items: flex-end;
563
+ }
564
+
565
+ .col {
566
+ padding: 1rem;
567
+ }
568
+ @media only screen and (max-width: 768px) {
569
+ .col {
570
+ flex: 0 0 100%;
571
+ max-width: 100%;
572
+ }
573
+ }
574
+
575
+ .col-fill {
576
+ flex: 1 1 0;
577
+ width: auto;
578
+ }
579
+
580
+ @media only screen and (min-width: 0) {
581
+ .col-1 {
582
+ flex: 0 0 8.3333333333%;
583
+ max-width: 8.3333333333%;
584
+ }
585
+
586
+ .col-2 {
587
+ flex: 0 0 16.6666666667%;
588
+ max-width: 16.6666666667%;
589
+ }
590
+
591
+ .col-3 {
592
+ flex: 0 0 25%;
593
+ max-width: 25%;
594
+ }
595
+
596
+ .col-4 {
597
+ flex: 0 0 33.3333333333%;
598
+ max-width: 33.3333333333%;
599
+ }
600
+
601
+ .col-5 {
602
+ flex: 0 0 41.6666666667%;
603
+ max-width: 41.6666666667%;
604
+ }
605
+
606
+ .col-6 {
607
+ flex: 0 0 50%;
608
+ max-width: 50%;
609
+ }
610
+
611
+ .col-7 {
612
+ flex: 0 0 58.3333333333%;
613
+ max-width: 58.3333333333%;
614
+ }
615
+
616
+ .col-8 {
617
+ flex: 0 0 66.6666666667%;
618
+ max-width: 66.6666666667%;
619
+ }
620
+
621
+ .col-9 {
622
+ flex: 0 0 75%;
623
+ max-width: 75%;
624
+ }
625
+
626
+ .col-10 {
627
+ flex: 0 0 83.3333333333%;
628
+ max-width: 83.3333333333%;
629
+ }
630
+
631
+ .col-11 {
632
+ flex: 0 0 91.6666666667%;
633
+ max-width: 91.6666666667%;
634
+ }
635
+
636
+ .col-12 {
637
+ flex: 0 0 100%;
638
+ max-width: 100%;
639
+ }
640
+ }
641
+ @media only screen and (min-width: 480px) {
642
+ .xs-1 {
643
+ flex: 0 0 8.3333333333%;
644
+ max-width: 8.3333333333%;
645
+ }
646
+
647
+ .xs-2 {
648
+ flex: 0 0 16.6666666667%;
649
+ max-width: 16.6666666667%;
650
+ }
651
+
652
+ .xs-3 {
653
+ flex: 0 0 25%;
654
+ max-width: 25%;
655
+ }
656
+
657
+ .xs-4 {
658
+ flex: 0 0 33.3333333333%;
659
+ max-width: 33.3333333333%;
660
+ }
661
+
662
+ .xs-5 {
663
+ flex: 0 0 41.6666666667%;
664
+ max-width: 41.6666666667%;
665
+ }
666
+
667
+ .xs-6 {
668
+ flex: 0 0 50%;
669
+ max-width: 50%;
670
+ }
671
+
672
+ .xs-7 {
673
+ flex: 0 0 58.3333333333%;
674
+ max-width: 58.3333333333%;
675
+ }
676
+
677
+ .xs-8 {
678
+ flex: 0 0 66.6666666667%;
679
+ max-width: 66.6666666667%;
680
+ }
681
+
682
+ .xs-9 {
683
+ flex: 0 0 75%;
684
+ max-width: 75%;
685
+ }
686
+
687
+ .xs-10 {
688
+ flex: 0 0 83.3333333333%;
689
+ max-width: 83.3333333333%;
690
+ }
691
+
692
+ .xs-11 {
693
+ flex: 0 0 91.6666666667%;
694
+ max-width: 91.6666666667%;
695
+ }
696
+
697
+ .xs-12 {
698
+ flex: 0 0 100%;
699
+ max-width: 100%;
700
+ }
701
+ }
702
+ @media only screen and (min-width: 768px) {
703
+ .sm-1 {
704
+ flex: 0 0 8.3333333333%;
705
+ max-width: 8.3333333333%;
706
+ }
707
+
708
+ .sm-2 {
709
+ flex: 0 0 16.6666666667%;
710
+ max-width: 16.6666666667%;
711
+ }
712
+
713
+ .sm-3 {
714
+ flex: 0 0 25%;
715
+ max-width: 25%;
716
+ }
717
+
718
+ .sm-4 {
719
+ flex: 0 0 33.3333333333%;
720
+ max-width: 33.3333333333%;
721
+ }
722
+
723
+ .sm-5 {
724
+ flex: 0 0 41.6666666667%;
725
+ max-width: 41.6666666667%;
726
+ }
727
+
728
+ .sm-6 {
729
+ flex: 0 0 50%;
730
+ max-width: 50%;
731
+ }
732
+
733
+ .sm-7 {
734
+ flex: 0 0 58.3333333333%;
735
+ max-width: 58.3333333333%;
736
+ }
737
+
738
+ .sm-8 {
739
+ flex: 0 0 66.6666666667%;
740
+ max-width: 66.6666666667%;
741
+ }
742
+
743
+ .sm-9 {
744
+ flex: 0 0 75%;
745
+ max-width: 75%;
746
+ }
747
+
748
+ .sm-10 {
749
+ flex: 0 0 83.3333333333%;
750
+ max-width: 83.3333333333%;
751
+ }
752
+
753
+ .sm-11 {
754
+ flex: 0 0 91.6666666667%;
755
+ max-width: 91.6666666667%;
756
+ }
757
+
758
+ .sm-12 {
759
+ flex: 0 0 100%;
760
+ max-width: 100%;
761
+ }
762
+ }
763
+ @media only screen and (min-width: 992px) {
764
+ .md-1 {
765
+ flex: 0 0 8.3333333333%;
766
+ max-width: 8.3333333333%;
767
+ }
768
+
769
+ .md-2 {
770
+ flex: 0 0 16.6666666667%;
771
+ max-width: 16.6666666667%;
772
+ }
773
+
774
+ .md-3 {
775
+ flex: 0 0 25%;
776
+ max-width: 25%;
777
+ }
778
+
779
+ .md-4 {
780
+ flex: 0 0 33.3333333333%;
781
+ max-width: 33.3333333333%;
782
+ }
783
+
784
+ .md-5 {
785
+ flex: 0 0 41.6666666667%;
786
+ max-width: 41.6666666667%;
787
+ }
788
+
789
+ .md-6 {
790
+ flex: 0 0 50%;
791
+ max-width: 50%;
792
+ }
793
+
794
+ .md-7 {
795
+ flex: 0 0 58.3333333333%;
796
+ max-width: 58.3333333333%;
797
+ }
798
+
799
+ .md-8 {
800
+ flex: 0 0 66.6666666667%;
801
+ max-width: 66.6666666667%;
802
+ }
803
+
804
+ .md-9 {
805
+ flex: 0 0 75%;
806
+ max-width: 75%;
807
+ }
808
+
809
+ .md-10 {
810
+ flex: 0 0 83.3333333333%;
811
+ max-width: 83.3333333333%;
812
+ }
813
+
814
+ .md-11 {
815
+ flex: 0 0 91.6666666667%;
816
+ max-width: 91.6666666667%;
817
+ }
818
+
819
+ .md-12 {
820
+ flex: 0 0 100%;
821
+ max-width: 100%;
822
+ }
823
+ }
824
+ @media only screen and (min-width: 1200px) {
825
+ .lg-1 {
826
+ flex: 0 0 8.3333333333%;
827
+ max-width: 8.3333333333%;
828
+ }
829
+
830
+ .lg-2 {
831
+ flex: 0 0 16.6666666667%;
832
+ max-width: 16.6666666667%;
833
+ }
834
+
835
+ .lg-3 {
836
+ flex: 0 0 25%;
837
+ max-width: 25%;
838
+ }
839
+
840
+ .lg-4 {
841
+ flex: 0 0 33.3333333333%;
842
+ max-width: 33.3333333333%;
843
+ }
844
+
845
+ .lg-5 {
846
+ flex: 0 0 41.6666666667%;
847
+ max-width: 41.6666666667%;
848
+ }
849
+
850
+ .lg-6 {
851
+ flex: 0 0 50%;
852
+ max-width: 50%;
853
+ }
854
+
855
+ .lg-7 {
856
+ flex: 0 0 58.3333333333%;
857
+ max-width: 58.3333333333%;
858
+ }
859
+
860
+ .lg-8 {
861
+ flex: 0 0 66.6666666667%;
862
+ max-width: 66.6666666667%;
863
+ }
864
+
865
+ .lg-9 {
866
+ flex: 0 0 75%;
867
+ max-width: 75%;
868
+ }
869
+
870
+ .lg-10 {
871
+ flex: 0 0 83.3333333333%;
872
+ max-width: 83.3333333333%;
873
+ }
874
+
875
+ .lg-11 {
876
+ flex: 0 0 91.6666666667%;
877
+ max-width: 91.6666666667%;
878
+ }
879
+
880
+ .lg-12 {
881
+ flex: 0 0 100%;
882
+ max-width: 100%;
883
+ }
884
+ }
885
+ .align-top {
886
+ align-self: flex-start;
887
+ }
888
+
889
+ .align-middle {
890
+ align-self: center;
891
+ }
892
+
893
+ .align-bottom {
894
+ align-self: flex-end;
895
+ }
896
+
897
+ .container {
898
+ margin: 0 auto;
899
+ max-width: 960px;
900
+ position: relative;
901
+ width: 100%;
902
+ }
903
+ @media only screen and (max-width: 992px) {
904
+ .container {
905
+ width: 85%;
906
+ }
907
+ }
908
+ @media only screen and (max-width: 480px) {
909
+ .container {
910
+ width: 90%;
911
+ }
912
+ }
913
+
914
+ /* Content styling */
915
+ code {
916
+ color: #41403e;
917
+ color: var(--secondary);
918
+ background-color: #41403e;
919
+ background-color: var(--primary-shaded-70);
920
+ border-radius: 3px;
921
+ font-size: 80%;
922
+ padding: 2px 4px;
923
+ }
924
+
925
+ kbd {
926
+ color: #41403e;
927
+ color: var(--primary-inverse);
928
+ background-color: #41403e;
929
+ background-color: var(--primary);
930
+ border-radius: 3px;
931
+ font-size: 80%;
932
+ padding: 2px 4px;
933
+ }
934
+
935
+ pre {
936
+ color: #41403e;
937
+ color: var(--inverse-primary);
938
+ background-color: #41403e;
939
+ background-color: var(--primary-shaded-70);
940
+ border-color: #41403e;
941
+ border-color: var(--primary-shaded-50);
942
+ border-radius: 3px;
943
+ border-style: solid;
944
+ border-width: 1px;
945
+ display: block;
946
+ font-size: 80%;
947
+ line-height: 1.5;
948
+ overflow-x: auto;
949
+ padding: 1em;
950
+ white-space: pre;
951
+ word-break: break-all;
952
+ word-wrap: break-word;
953
+ }
954
+ pre code {
955
+ color: #41403e;
956
+ color: var(--inverse-primary);
957
+ background: transparent;
958
+ display: block;
959
+ font-size: inherit;
960
+ padding: initial;
961
+ white-space: pre;
962
+ }
963
+
964
+ html {
965
+ color: #41403e;
966
+ color: var(--primary);
967
+ font-family: "Neucha", sans-serif;
968
+ font-size: 20px;
969
+ }
970
+
971
+ p,
972
+ a,
973
+ button,
974
+ li,
975
+ table,
976
+ thead,
977
+ tbody,
978
+ th,
979
+ tr,
980
+ td,
981
+ input,
982
+ textarea,
983
+ select,
984
+ option {
985
+ font-family: "Neucha", sans-serif;
986
+ }
987
+
988
+ h1,
989
+ h2,
990
+ h3,
991
+ h4,
992
+ h5,
993
+ h6 {
994
+ font-family: "Patrick Hand SC", sans-serif;
995
+ font-weight: normal;
996
+ }
997
+
998
+ h1 {
999
+ font-size: 4rem;
1000
+ }
1001
+
1002
+ h2 {
1003
+ font-size: 3rem;
1004
+ }
1005
+
1006
+ h3 {
1007
+ font-size: 2rem;
1008
+ }
1009
+
1010
+ h4 {
1011
+ font-size: 1.5rem;
1012
+ }
1013
+
1014
+ h5 {
1015
+ font-size: 1rem;
1016
+ }
1017
+
1018
+ h6 {
1019
+ font-size: 0.8rem;
1020
+ }
1021
+
1022
+ .text-left {
1023
+ text-align: left;
1024
+ }
1025
+
1026
+ .text-center {
1027
+ text-align: center;
1028
+ }
1029
+
1030
+ .text-right {
1031
+ text-align: right;
1032
+ }
1033
+
1034
+ img {
1035
+ border-bottom-left-radius: 15px 255px;
1036
+ border-bottom-right-radius: 225px 15px;
1037
+ border-top-left-radius: 255px 15px;
1038
+ border-top-right-radius: 15px 225px;
1039
+ border-color: #41403e;
1040
+ border-color: var(--primary);
1041
+ border-style: solid;
1042
+ border-width: 2px;
1043
+ display: block;
1044
+ height: auto;
1045
+ max-width: 100%;
1046
+ }
1047
+ img.float-left {
1048
+ float: left;
1049
+ margin: 1rem 1rem 1rem 0;
1050
+ }
1051
+ img.float-right {
1052
+ float: right;
1053
+ margin: 1rem 0 1rem 1rem;
1054
+ }
1055
+ img.no-responsive {
1056
+ display: initial;
1057
+ height: initial;
1058
+ max-width: initial;
1059
+ }
1060
+ img.no-border {
1061
+ border: 0;
1062
+ border-radius: 0;
1063
+ }
1064
+
1065
+ ol {
1066
+ list-style-type: decimal;
1067
+ }
1068
+ ol ol {
1069
+ list-style-type: upper-alpha;
1070
+ }
1071
+ ol ol ol {
1072
+ list-style-type: upper-roman;
1073
+ }
1074
+ ol ol ol ol {
1075
+ list-style-type: lower-alpha;
1076
+ }
1077
+ ol ol ol ol ol {
1078
+ list-style-type: lower-roman;
1079
+ }
1080
+
1081
+ ul {
1082
+ list-style: none;
1083
+ margin-left: 0;
1084
+ }
1085
+ ul li::before {
1086
+ content: "-";
1087
+ }
1088
+ ul li {
1089
+ text-indent: -7px;
1090
+ }
1091
+ ul li .badge,
1092
+ ul li [popover-bottom]::after,
1093
+ ul li [popover-left]::after,
1094
+ ul li [popover-right]::after,
1095
+ ul li [popover-top]::after {
1096
+ text-indent: 0;
1097
+ }
1098
+ ul li::before {
1099
+ left: -7px;
1100
+ position: relative;
1101
+ }
1102
+ ul ul li::before {
1103
+ content: "+";
1104
+ }
1105
+ ul ul ul li::before {
1106
+ content: "~";
1107
+ }
1108
+ ul ul ul ul li::before {
1109
+ content: "⤍";
1110
+ }
1111
+ ul ul ul ul ul li::before {
1112
+ content: "⁎";
1113
+ }
1114
+ ul.inline li {
1115
+ display: inline;
1116
+ margin-left: 5px;
1117
+ }
1118
+
1119
+ table {
1120
+ box-sizing: border-box;
1121
+ max-width: 100%;
1122
+ overflow-x: auto;
1123
+ width: 100%;
1124
+ }
1125
+ @media only screen and (max-width: 480px) {
1126
+ table thead tr th {
1127
+ padding: 2%;
1128
+ }
1129
+ table tbody tr td {
1130
+ padding: 2%;
1131
+ }
1132
+ }
1133
+ table thead tr th {
1134
+ line-height: 1.5;
1135
+ padding: 8px;
1136
+ text-align: left;
1137
+ vertical-align: bottom;
1138
+ }
1139
+ table tbody tr td {
1140
+ border-top: 1px dashed #d9d9d8;
1141
+ line-height: 1.5;
1142
+ padding: 8px;
1143
+ vertical-align: top;
1144
+ }
1145
+ table.table-hover tbody tr:hover {
1146
+ color: #41403e;
1147
+ color: var(--secondary);
1148
+ }
1149
+ table.table-alternating tbody tr:nth-of-type(even) {
1150
+ color: #82807c;
1151
+ }
1152
+
1153
+ /* Utilities */
1154
+ .border {
1155
+ border-color: #41403e;
1156
+ border-color: var(--primary);
1157
+ border-style: solid;
1158
+ border-width: 2px;
1159
+ }
1160
+
1161
+ .border,
1162
+ .border-1,
1163
+ .child-borders > *:nth-child(6n+1) {
1164
+ border-bottom-left-radius: 15px 255px;
1165
+ border-bottom-right-radius: 225px 15px;
1166
+ border-top-left-radius: 255px 15px;
1167
+ border-top-right-radius: 15px 225px;
1168
+ }
1169
+
1170
+ .border-2,
1171
+ .child-borders > *:nth-child(6n+2) {
1172
+ border-bottom-left-radius: 185px 25px;
1173
+ border-bottom-right-radius: 20px 205px;
1174
+ border-top-left-radius: 125px 25px;
1175
+ border-top-right-radius: 10px 205px;
1176
+ }
1177
+
1178
+ .border-3,
1179
+ .child-borders > *:nth-child(6n+3) {
1180
+ border-bottom-left-radius: 225px 15px;
1181
+ border-bottom-right-radius: 15px 255px;
1182
+ border-top-left-radius: 15px 225px;
1183
+ border-top-right-radius: 255px 15px;
1184
+ }
1185
+
1186
+ .border-4,
1187
+ .child-borders > *:nth-child(6n+4) {
1188
+ border-bottom-left-radius: 25px 115px;
1189
+ border-bottom-right-radius: 155px 25px;
1190
+ border-top-left-radius: 15px 225px;
1191
+ border-top-right-radius: 25px 150px;
1192
+ }
1193
+
1194
+ .border-5,
1195
+ .child-borders > *:nth-child(6n+5) {
1196
+ border-bottom-left-radius: 20px 115px;
1197
+ border-bottom-right-radius: 15px 105px;
1198
+ border-top-left-radius: 250px 15px;
1199
+ border-top-right-radius: 25px 80px;
1200
+ }
1201
+
1202
+ .border-6,
1203
+ .child-borders > *:nth-child(6n+6) {
1204
+ border-bottom-left-radius: 15px 225px;
1205
+ border-bottom-right-radius: 20px 205px;
1206
+ border-top-left-radius: 28px 125px;
1207
+ border-top-right-radius: 100px 30px;
1208
+ }
1209
+
1210
+ .child-borders > * {
1211
+ border-color: #41403e;
1212
+ border-color: var(--primary);
1213
+ border-style: solid;
1214
+ border-width: 2px;
1215
+ }
1216
+
1217
+ .border-white {
1218
+ border-color: #41403e;
1219
+ border-color: var(--white);
1220
+ }
1221
+
1222
+ .border-dotted {
1223
+ border-style: dotted;
1224
+ }
1225
+
1226
+ .border-dashed {
1227
+ border-style: dashed;
1228
+ }
1229
+
1230
+ .border-thick {
1231
+ border-width: 5px;
1232
+ }
1233
+
1234
+ .border-primary {
1235
+ border-color: #41403e;
1236
+ border-color: var(--primary);
1237
+ }
1238
+
1239
+ .border-secondary {
1240
+ border-color: #41403e;
1241
+ border-color: var(--secondary);
1242
+ }
1243
+
1244
+ .border-success {
1245
+ border-color: #41403e;
1246
+ border-color: var(--success);
1247
+ }
1248
+
1249
+ .border-warning {
1250
+ border-color: #41403e;
1251
+ border-color: var(--warning);
1252
+ }
1253
+
1254
+ .border-danger {
1255
+ border-color: #41403e;
1256
+ border-color: var(--danger);
1257
+ }
1258
+
1259
+ .border-muted {
1260
+ border-color: #41403e;
1261
+ border-color: var(--muted);
1262
+ }
1263
+
1264
+ .shadow {
1265
+ transition: all 235ms ease 0s;
1266
+ box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
1267
+ }
1268
+ .shadow.shadow-large {
1269
+ transition: all 235ms ease 0s;
1270
+ box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
1271
+ }
1272
+ .shadow.shadow-small {
1273
+ transition: all 235ms ease 0s;
1274
+ box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
1275
+ }
1276
+ .shadow.shadow-hover:hover {
1277
+ transform: translate3d(0, 2px, 0);
1278
+ box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);
1279
+ }
1280
+
1281
+ .child-shadows > * {
1282
+ transition: all 235ms ease 0s;
1283
+ box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
1284
+ }
1285
+
1286
+ .child-shadows .shadow-none {
1287
+ box-shadow: none;
1288
+ }
1289
+
1290
+ .child-shadows-hover > * {
1291
+ transition: all 235ms ease 0s;
1292
+ box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
1293
+ }
1294
+ .child-shadows-hover > *:hover {
1295
+ transform: translate3d(0, 2px, 0);
1296
+ box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);
1297
+ }
1298
+
1299
+ /* Components */
1300
+ .collapsible {
1301
+ display: flex;
1302
+ flex-direction: column;
1303
+ }
1304
+ .collapsible:nth-of-type(1) {
1305
+ border-top-color: #41403e;
1306
+ border-top-color: var(--muted-light);
1307
+ border-top-style: solid;
1308
+ border-top-width: 1px;
1309
+ }
1310
+ .collapsible .collapsible-body {
1311
+ border-bottom-color: #41403e;
1312
+ border-bottom-color: var(--muted-light);
1313
+ background-color: #41403e;
1314
+ background-color: var(--white-dark-light-80);
1315
+ transition: all 235ms ease-in-out 0s;
1316
+ border-bottom-style: solid;
1317
+ border-bottom-width: 1px;
1318
+ margin: 0;
1319
+ max-height: 0;
1320
+ opacity: 0;
1321
+ overflow: hidden;
1322
+ padding: 0 0.75rem;
1323
+ }
1324
+ .collapsible > input {
1325
+ display: none;
1326
+ }
1327
+ .collapsible > input:checked + label {
1328
+ color: #41403e;
1329
+ color: var(--primary);
1330
+ }
1331
+ .collapsible > input[id^=collapsible]:checked ~ div.collapsible-body {
1332
+ margin: 0;
1333
+ max-height: 960px;
1334
+ opacity: 1;
1335
+ padding: 0.75rem;
1336
+ }
1337
+ .collapsible > label {
1338
+ color: #41403e;
1339
+ color: var(--primary);
1340
+ border-bottom-color: #41403e;
1341
+ border-bottom-color: var(--muted-light);
1342
+ border-bottom-style: solid;
1343
+ border-bottom-width: 1px;
1344
+ display: inline-block;
1345
+ font-weight: 600;
1346
+ margin: 0 0 -1px;
1347
+ padding: 0.75rem;
1348
+ text-align: center;
1349
+ }
1350
+ .collapsible > label:hover {
1351
+ color: #41403e;
1352
+ color: var(--muted);
1353
+ cursor: pointer;
1354
+ }
1355
+
1356
+ .alert {
1357
+ border-color: #41403e;
1358
+ border-color: var(--primary);
1359
+ border-bottom-left-radius: 15px 255px;
1360
+ border-bottom-right-radius: 225px 15px;
1361
+ border-top-left-radius: 255px 15px;
1362
+ border-top-right-radius: 15px 225px;
1363
+ border-style: solid;
1364
+ border-width: 2px;
1365
+ margin-bottom: 20px;
1366
+ padding: 15px;
1367
+ width: 100%;
1368
+ }
1369
+ .alert.dismissible {
1370
+ transition: all 235ms ease-in-out 0s;
1371
+ display: flex;
1372
+ justify-content: space-between;
1373
+ max-height: 48rem;
1374
+ overflow: hidden;
1375
+ }
1376
+ .alert .btn-close {
1377
+ transition: all 235ms ease-in-out 0s;
1378
+ color: #41403e;
1379
+ color: var(--primary-text);
1380
+ cursor: pointer;
1381
+ margin-left: 0.75rem;
1382
+ }
1383
+ .alert .btn-close:hover, .alert .btn-close:active, .alert .btn-close:focus {
1384
+ color: #41403e;
1385
+ color: var(--primary-dark);
1386
+ }
1387
+
1388
+ .alert-primary {
1389
+ color: #41403e;
1390
+ color: var(--primary-text);
1391
+ background-color: #41403e;
1392
+ background-color: var(--primary-light);
1393
+ border-color: #41403e;
1394
+ border-color: var(--primary);
1395
+ }
1396
+ .alert-primary .btn-close {
1397
+ color: #41403e;
1398
+ color: var(--primary-text);
1399
+ }
1400
+ .alert-primary .btn-close:hover, .alert-primary .btn-close:active, .alert-primary .btn-close:focus {
1401
+ color: #41403e;
1402
+ color: var(--primary-dark);
1403
+ }
1404
+
1405
+ .alert-secondary {
1406
+ color: #41403e;
1407
+ color: var(--secondary-text);
1408
+ background-color: #41403e;
1409
+ background-color: var(--secondary-light);
1410
+ border-color: #41403e;
1411
+ border-color: var(--secondary);
1412
+ }
1413
+ .alert-secondary .btn-close {
1414
+ color: #41403e;
1415
+ color: var(--secondary-text);
1416
+ }
1417
+ .alert-secondary .btn-close:hover, .alert-secondary .btn-close:active, .alert-secondary .btn-close:focus {
1418
+ color: #41403e;
1419
+ color: var(--secondary-dark);
1420
+ }
1421
+
1422
+ .alert-success {
1423
+ color: #41403e;
1424
+ color: var(--success-text);
1425
+ background-color: #41403e;
1426
+ background-color: var(--success-light);
1427
+ border-color: #41403e;
1428
+ border-color: var(--success);
1429
+ }
1430
+ .alert-success .btn-close {
1431
+ color: #41403e;
1432
+ color: var(--success-text);
1433
+ }
1434
+ .alert-success .btn-close:hover, .alert-success .btn-close:active, .alert-success .btn-close:focus {
1435
+ color: #41403e;
1436
+ color: var(--success-dark);
1437
+ }
1438
+
1439
+ .alert-warning {
1440
+ color: #41403e;
1441
+ color: var(--warning-text);
1442
+ background-color: #41403e;
1443
+ background-color: var(--warning-light);
1444
+ border-color: #41403e;
1445
+ border-color: var(--warning);
1446
+ }
1447
+ .alert-warning .btn-close {
1448
+ color: #41403e;
1449
+ color: var(--warning-text);
1450
+ }
1451
+ .alert-warning .btn-close:hover, .alert-warning .btn-close:active, .alert-warning .btn-close:focus {
1452
+ color: #41403e;
1453
+ color: var(--warning-dark);
1454
+ }
1455
+
1456
+ .alert-danger {
1457
+ color: #41403e;
1458
+ color: var(--danger-text);
1459
+ background-color: #41403e;
1460
+ background-color: var(--danger-light);
1461
+ border-color: #41403e;
1462
+ border-color: var(--danger);
1463
+ }
1464
+ .alert-danger .btn-close {
1465
+ color: #41403e;
1466
+ color: var(--danger-text);
1467
+ }
1468
+ .alert-danger .btn-close:hover, .alert-danger .btn-close:active, .alert-danger .btn-close:focus {
1469
+ color: #41403e;
1470
+ color: var(--danger-dark);
1471
+ }
1472
+
1473
+ .alert-muted {
1474
+ color: #41403e;
1475
+ color: var(--muted-text);
1476
+ background-color: #41403e;
1477
+ background-color: var(--muted-light);
1478
+ border-color: #41403e;
1479
+ border-color: var(--muted);
1480
+ }
1481
+ .alert-muted .btn-close {
1482
+ color: #41403e;
1483
+ color: var(--muted-text);
1484
+ }
1485
+ .alert-muted .btn-close:hover, .alert-muted .btn-close:active, .alert-muted .btn-close:focus {
1486
+ color: #41403e;
1487
+ color: var(--muted-dark);
1488
+ }
1489
+
1490
+ .alert-state {
1491
+ display: none;
1492
+ }
1493
+ .alert-state:checked + .dismissible {
1494
+ border-width: 0;
1495
+ margin: 0;
1496
+ max-height: 0;
1497
+ opacity: 0;
1498
+ padding-bottom: 0;
1499
+ padding-top: 0;
1500
+ }
1501
+
1502
+ article .article-title {
1503
+ font-size: 3rem;
1504
+ }
1505
+ article .article-meta {
1506
+ color: #41403e;
1507
+ color: var(--muted-text);
1508
+ font-size: 15px;
1509
+ }
1510
+ article .article-meta a {
1511
+ color: #41403e;
1512
+ color: var(--muted-text);
1513
+ background-image: none;
1514
+ }
1515
+ article .article-meta a:hover {
1516
+ color: #41403e;
1517
+ color: var(--light-dark);
1518
+ }
1519
+ article .text-lead {
1520
+ font-size: 30px;
1521
+ line-height: 1.3;
1522
+ margin: 35px;
1523
+ }
1524
+ article button:not(:first-of-type) {
1525
+ margin-left: 2rem;
1526
+ }
1527
+ @media only screen and (max-width: 480px) {
1528
+ article button:not(:first-of-type) {
1529
+ margin-left: 0;
1530
+ }
1531
+ }
1532
+ article p {
1533
+ line-height: 1.6;
1534
+ }
1535
+
1536
+ .badge {
1537
+ border-bottom-left-radius: 15px 255px;
1538
+ border-bottom-right-radius: 225px 15px;
1539
+ border-top-left-radius: 255px 15px;
1540
+ border-top-right-radius: 15px 225px;
1541
+ color: #41403e;
1542
+ color: var(--white);
1543
+ background-color: #41403e;
1544
+ background-color: var(--muted);
1545
+ border-color: #41403e;
1546
+ border-color: var(--primary);
1547
+ border: 2px solid;
1548
+ border-color: transparent;
1549
+ display: inline-block;
1550
+ font-size: 75%;
1551
+ font-weight: 700;
1552
+ line-height: 1;
1553
+ padding: 0.25em 0.4em;
1554
+ text-align: center;
1555
+ vertical-align: baseline;
1556
+ white-space: nowrap;
1557
+ }
1558
+
1559
+ .badge.primary {
1560
+ background-color: #41403e;
1561
+ background-color: var(--primary);
1562
+ }
1563
+
1564
+ .badge.secondary {
1565
+ background-color: #41403e;
1566
+ background-color: var(--secondary);
1567
+ }
1568
+
1569
+ .badge.success {
1570
+ background-color: #41403e;
1571
+ background-color: var(--success);
1572
+ }
1573
+
1574
+ .badge.warning {
1575
+ background-color: #41403e;
1576
+ background-color: var(--warning);
1577
+ }
1578
+
1579
+ .badge.danger {
1580
+ background-color: #41403e;
1581
+ background-color: var(--danger);
1582
+ }
1583
+
1584
+ .badge.muted {
1585
+ background-color: #41403e;
1586
+ background-color: var(--muted);
1587
+ }
1588
+
1589
+ ul.breadcrumb {
1590
+ list-style: none;
1591
+ padding: 10px 16px;
1592
+ }
1593
+ ul.breadcrumb li {
1594
+ display: inline;
1595
+ font-size: 20px;
1596
+ }
1597
+ ul.breadcrumb li::before {
1598
+ content: "";
1599
+ }
1600
+ ul.breadcrumb li a {
1601
+ color: #41403e;
1602
+ color: var(--secondary);
1603
+ background-image: none;
1604
+ text-decoration: none;
1605
+ }
1606
+ ul.breadcrumb li a:hover {
1607
+ text-decoration: underline;
1608
+ }
1609
+ ul.breadcrumb li + li::before {
1610
+ content: "/ ";
1611
+ padding: 8px;
1612
+ }
1613
+
1614
+ button,
1615
+ .paper-btn,
1616
+ [type=button] {
1617
+ border-bottom-left-radius: 15px 255px;
1618
+ border-bottom-right-radius: 225px 15px;
1619
+ border-top-left-radius: 255px 15px;
1620
+ border-top-right-radius: 15px 225px;
1621
+ transition: all 235ms ease 0s;
1622
+ box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
1623
+ transition: all 235ms ease-in-out 0s;
1624
+ color: #41403e;
1625
+ color: var(--primary);
1626
+ border-color: #41403e;
1627
+ border-color: var(--primary);
1628
+ background-color: #41403e;
1629
+ background-color: var(--main-background);
1630
+ align-self: center;
1631
+ background-image: none;
1632
+ border-style: solid;
1633
+ border-width: 2px;
1634
+ cursor: pointer;
1635
+ display: inline-block;
1636
+ font-size: 1rem;
1637
+ outline: none;
1638
+ padding: 0.75rem;
1639
+ }
1640
+ @media only screen and (max-width: 520px) {
1641
+ button,
1642
+ .paper-btn,
1643
+ [type=button] {
1644
+ display: inline-block;
1645
+ margin: 0 auto;
1646
+ margin-bottom: 1rem;
1647
+ text-align: center;
1648
+ }
1649
+ }
1650
+ button.btn-large,
1651
+ .paper-btn.btn-large,
1652
+ [type=button].btn-large {
1653
+ transition: all 235ms ease 0s;
1654
+ box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
1655
+ font-size: 2rem;
1656
+ padding: 1rem;
1657
+ }
1658
+ button.btn-small,
1659
+ .paper-btn.btn-small,
1660
+ [type=button].btn-small {
1661
+ transition: all 235ms ease 0s;
1662
+ box-shadow: 10px 19px 17px -13px rgba(0, 0, 0, 0.2);
1663
+ font-size: 0.75rem;
1664
+ padding: 0.5rem;
1665
+ }
1666
+ button.btn-block,
1667
+ .paper-btn.btn-block,
1668
+ [type=button].btn-block {
1669
+ display: block;
1670
+ width: 100%;
1671
+ }
1672
+ button:hover,
1673
+ .paper-btn:hover,
1674
+ [type=button]:hover {
1675
+ transform: translate3d(0, 2px, 0);
1676
+ box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);
1677
+ }
1678
+ button:focus,
1679
+ .paper-btn:focus,
1680
+ [type=button]:focus {
1681
+ border-color: #41403e;
1682
+ border-color: var(--secondary);
1683
+ border-style: solid;
1684
+ border-width: 2px;
1685
+ box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
1686
+ }
1687
+ button:active,
1688
+ .paper-btn:active,
1689
+ [type=button]:active {
1690
+ border-color: rgba(0, 0, 0, 0.2);
1691
+ transition: none;
1692
+ }
1693
+ button.disabled, button[disabled],
1694
+ .paper-btn.disabled,
1695
+ .paper-btn[disabled],
1696
+ [type=button].disabled,
1697
+ [type=button][disabled] {
1698
+ cursor: not-allowed;
1699
+ opacity: 0.5;
1700
+ }
1701
+
1702
+ a {
1703
+ color: #41403e;
1704
+ color: var(--secondary);
1705
+ background-image: linear-gradient(5deg, transparent 65%, #0b74d5 80%, transparent 90%), linear-gradient(165deg, transparent 5%, #0b74d5 15%, transparent 25%), linear-gradient(165deg, transparent 45%, #0b74d5 55%, transparent 65%), linear-gradient(15deg, transparent 25%, #0b74d5 35%, transparent 50%);
1706
+ background-position: 0 90%;
1707
+ background-repeat: repeat-x;
1708
+ background-size: 4px 3px;
1709
+ text-decoration: none;
1710
+ }
1711
+ a:visited {
1712
+ color: #41403e;
1713
+ color: var(--primary);
1714
+ text-decoration: none;
1715
+ }
1716
+
1717
+ button.btn-primary,
1718
+ .paper-btn.btn-primary,
1719
+ [type=button].btn-primary {
1720
+ color: #41403e;
1721
+ color: var(--primary-text);
1722
+ background-color: #41403e;
1723
+ background-color: var(--primary-light);
1724
+ border-color: #41403e;
1725
+ border-color: var(--primary);
1726
+ }
1727
+ button.btn-primary:hover:active,
1728
+ .paper-btn.btn-primary:hover:active,
1729
+ [type=button].btn-primary:hover:active {
1730
+ background-color: #b4b3b0;
1731
+ }
1732
+
1733
+ button.btn-secondary,
1734
+ .paper-btn.btn-secondary,
1735
+ [type=button].btn-secondary {
1736
+ color: #41403e;
1737
+ color: var(--secondary-text);
1738
+ background-color: #41403e;
1739
+ background-color: var(--secondary-light);
1740
+ border-color: #41403e;
1741
+ border-color: var(--secondary);
1742
+ }
1743
+ button.btn-secondary:hover:active,
1744
+ .paper-btn.btn-secondary:hover:active,
1745
+ [type=button].btn-secondary:hover:active {
1746
+ background-color: #a7d3fa;
1747
+ }
1748
+
1749
+ button.btn-success,
1750
+ .paper-btn.btn-success,
1751
+ [type=button].btn-success {
1752
+ color: #41403e;
1753
+ color: var(--success-text);
1754
+ background-color: #41403e;
1755
+ background-color: var(--success-light);
1756
+ border-color: #41403e;
1757
+ border-color: var(--success);
1758
+ }
1759
+ button.btn-success:hover:active,
1760
+ .paper-btn.btn-success:hover:active,
1761
+ [type=button].btn-success:hover:active {
1762
+ background-color: #bccca8;
1763
+ }
1764
+
1765
+ button.btn-warning,
1766
+ .paper-btn.btn-warning,
1767
+ [type=button].btn-warning {
1768
+ color: #41403e;
1769
+ color: var(--warning-text);
1770
+ background-color: #41403e;
1771
+ background-color: var(--warning-light);
1772
+ border-color: #41403e;
1773
+ border-color: var(--warning);
1774
+ }
1775
+ button.btn-warning:hover:active,
1776
+ .paper-btn.btn-warning:hover:active,
1777
+ [type=button].btn-warning:hover:active {
1778
+ background-color: #ede49b;
1779
+ }
1780
+
1781
+ button.btn-danger,
1782
+ .paper-btn.btn-danger,
1783
+ [type=button].btn-danger {
1784
+ color: #41403e;
1785
+ color: var(--danger-text);
1786
+ background-color: #41403e;
1787
+ background-color: var(--danger-light);
1788
+ border-color: #41403e;
1789
+ border-color: var(--danger);
1790
+ }
1791
+ button.btn-danger:hover:active,
1792
+ .paper-btn.btn-danger:hover:active,
1793
+ [type=button].btn-danger:hover:active {
1794
+ background-color: #e6a5a1;
1795
+ }
1796
+
1797
+ button.btn-muted,
1798
+ .paper-btn.btn-muted,
1799
+ [type=button].btn-muted {
1800
+ color: #41403e;
1801
+ color: var(--muted-text);
1802
+ background-color: #41403e;
1803
+ background-color: var(--muted-light);
1804
+ border-color: #41403e;
1805
+ border-color: var(--muted);
1806
+ }
1807
+ button.btn-muted:hover:active,
1808
+ .paper-btn.btn-muted:hover:active,
1809
+ [type=button].btn-muted:hover:active {
1810
+ background-color: #caced1;
1811
+ }
1812
+
1813
+ button.btn-primary-outline,
1814
+ .paper-btn.btn-primary-outline,
1815
+ [type=button].btn-primary-outline {
1816
+ background-color: #41403e;
1817
+ background-color: var(--main-background);
1818
+ color: #41403e;
1819
+ color: var(--primary);
1820
+ border-color: #41403e;
1821
+ border-color: var(--primary);
1822
+ }
1823
+ button.btn-primary-outline:hover,
1824
+ .paper-btn.btn-primary-outline:hover,
1825
+ [type=button].btn-primary-outline:hover {
1826
+ background-color: #cdcccb;
1827
+ }
1828
+ button.btn-primary-outline:hover:active,
1829
+ .paper-btn.btn-primary-outline:hover:active,
1830
+ [type=button].btn-primary-outline:hover:active {
1831
+ background-color: #b4b3b0;
1832
+ }
1833
+
1834
+ button.btn-secondary-outline,
1835
+ .paper-btn.btn-secondary-outline,
1836
+ [type=button].btn-secondary-outline {
1837
+ background-color: #41403e;
1838
+ background-color: var(--main-background);
1839
+ color: #41403e;
1840
+ color: var(--secondary);
1841
+ border-color: #41403e;
1842
+ border-color: var(--secondary);
1843
+ }
1844
+ button.btn-secondary-outline:hover,
1845
+ .paper-btn.btn-secondary-outline:hover,
1846
+ [type=button].btn-secondary-outline:hover {
1847
+ background-color: #d8ebfd;
1848
+ }
1849
+ button.btn-secondary-outline:hover:active,
1850
+ .paper-btn.btn-secondary-outline:hover:active,
1851
+ [type=button].btn-secondary-outline:hover:active {
1852
+ background-color: #a7d3fa;
1853
+ }
1854
+
1855
+ button.btn-success-outline,
1856
+ .paper-btn.btn-success-outline,
1857
+ [type=button].btn-success-outline {
1858
+ background-color: #41403e;
1859
+ background-color: var(--main-background);
1860
+ color: #41403e;
1861
+ color: var(--success);
1862
+ border-color: #41403e;
1863
+ border-color: var(--success);
1864
+ }
1865
+ button.btn-success-outline:hover,
1866
+ .paper-btn.btn-success-outline:hover,
1867
+ [type=button].btn-success-outline:hover {
1868
+ background-color: #d5dfc8;
1869
+ }
1870
+ button.btn-success-outline:hover:active,
1871
+ .paper-btn.btn-success-outline:hover:active,
1872
+ [type=button].btn-success-outline:hover:active {
1873
+ background-color: #bccca8;
1874
+ }
1875
+
1876
+ button.btn-warning-outline,
1877
+ .paper-btn.btn-warning-outline,
1878
+ [type=button].btn-warning-outline {
1879
+ background-color: #41403e;
1880
+ background-color: var(--main-background);
1881
+ color: #41403e;
1882
+ color: var(--warning);
1883
+ border-color: #41403e;
1884
+ border-color: var(--warning);
1885
+ }
1886
+ button.btn-warning-outline:hover,
1887
+ .paper-btn.btn-warning-outline:hover,
1888
+ [type=button].btn-warning-outline:hover {
1889
+ background-color: #f5f0c6;
1890
+ }
1891
+ button.btn-warning-outline:hover:active,
1892
+ .paper-btn.btn-warning-outline:hover:active,
1893
+ [type=button].btn-warning-outline:hover:active {
1894
+ background-color: #ede49b;
1895
+ }
1896
+
1897
+ button.btn-danger-outline,
1898
+ .paper-btn.btn-danger-outline,
1899
+ [type=button].btn-danger-outline {
1900
+ background-color: #41403e;
1901
+ background-color: var(--main-background);
1902
+ color: #41403e;
1903
+ color: var(--danger);
1904
+ border-color: #41403e;
1905
+ border-color: var(--danger);
1906
+ }
1907
+ button.btn-danger-outline:hover,
1908
+ .paper-btn.btn-danger-outline:hover,
1909
+ [type=button].btn-danger-outline:hover {
1910
+ background-color: #f0cbc9;
1911
+ }
1912
+ button.btn-danger-outline:hover:active,
1913
+ .paper-btn.btn-danger-outline:hover:active,
1914
+ [type=button].btn-danger-outline:hover:active {
1915
+ background-color: #e6a5a1;
1916
+ }
1917
+
1918
+ button.btn-muted-outline,
1919
+ .paper-btn.btn-muted-outline,
1920
+ [type=button].btn-muted-outline {
1921
+ background-color: #41403e;
1922
+ background-color: var(--main-background);
1923
+ color: #41403e;
1924
+ color: var(--muted);
1925
+ border-color: #41403e;
1926
+ border-color: var(--muted);
1927
+ }
1928
+ button.btn-muted-outline:hover,
1929
+ .paper-btn.btn-muted-outline:hover,
1930
+ [type=button].btn-muted-outline:hover {
1931
+ background-color: #e6e7e9;
1932
+ }
1933
+ button.btn-muted-outline:hover:active,
1934
+ .paper-btn.btn-muted-outline:hover:active,
1935
+ [type=button].btn-muted-outline:hover:active {
1936
+ background-color: #caced1;
1937
+ }
1938
+
1939
+ .card {
1940
+ transition: all 235ms ease 0s;
1941
+ box-shadow: 15px 28px 25px -18px rgba(0, 0, 0, 0.2);
1942
+ border-color: #41403e;
1943
+ border-color: var(--muted-light);
1944
+ -webkit-backface-visibility: hidden;
1945
+ backface-visibility: hidden;
1946
+ border-style: solid;
1947
+ border-width: 2px;
1948
+ display: flex;
1949
+ flex-direction: column;
1950
+ position: relative;
1951
+ will-change: transform;
1952
+ word-wrap: break-word;
1953
+ }
1954
+ .card:hover {
1955
+ transform: translate3d(0, 2px, 0);
1956
+ box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);
1957
+ }
1958
+ .card .card-header,
1959
+ .card .card-footer {
1960
+ background-color: #41403e;
1961
+ background-color: var(--white-dark);
1962
+ border-color: #41403e;
1963
+ border-color: var(--muted-light);
1964
+ padding: 0.75rem 1.25rem;
1965
+ }
1966
+ .card .card-header {
1967
+ border-bottom-style: solid;
1968
+ border-bottom-width: 2px;
1969
+ }
1970
+ .card .card-footer {
1971
+ border-top-style: solid;
1972
+ border-top-width: 2px;
1973
+ }
1974
+ .card .card-body {
1975
+ flex: 1 1 auto;
1976
+ padding: 1.25rem;
1977
+ }
1978
+ .card .card-body .card-title,
1979
+ .card .card-body h4 {
1980
+ margin-bottom: 0.5rem;
1981
+ margin-top: 0;
1982
+ }
1983
+ .card .card-body .card-subtitle,
1984
+ .card .card-body h5 {
1985
+ color: #0b74d5;
1986
+ margin-bottom: 0.5rem;
1987
+ margin-top: 0;
1988
+ }
1989
+ .card .card-body .card-text,
1990
+ .card .card-body p {
1991
+ margin-bottom: 1rem;
1992
+ margin-top: 0;
1993
+ }
1994
+ .card .card-body .card-link + .card-link,
1995
+ .card .card-body a + a {
1996
+ margin-left: 1.25rem;
1997
+ }
1998
+ .card .image-top,
1999
+ .card .image-bottom,
2000
+ .card img {
2001
+ border: 0;
2002
+ border-radius: 0;
2003
+ }
2004
+
2005
+ input,
2006
+ select,
2007
+ textarea {
2008
+ color: #41403e;
2009
+ color: var(--primary);
2010
+ border-color: #41403e;
2011
+ border-color: var(--primary);
2012
+ background: transparent;
2013
+ border-bottom-left-radius: 15px 255px;
2014
+ border-bottom-right-radius: 225px 15px;
2015
+ border-style: solid;
2016
+ border-top-left-radius: 255px 15px;
2017
+ border-top-right-radius: 15px 225px;
2018
+ border-width: 2px;
2019
+ display: block;
2020
+ font-size: 1rem;
2021
+ outline: none;
2022
+ padding: 0.5rem;
2023
+ }
2024
+ input:focus,
2025
+ select:focus,
2026
+ textarea:focus {
2027
+ border-color: #41403e;
2028
+ border-color: var(--secondary);
2029
+ border-style: solid;
2030
+ border-width: 2px;
2031
+ }
2032
+ select {
2033
+ height: 2.35rem;
2034
+ }
2035
+
2036
+ .disabled, input.disabled, input[disabled],
2037
+ select.disabled,
2038
+ select[disabled],
2039
+ textarea.disabled,
2040
+ textarea[disabled] {
2041
+ cursor: not-allowed;
2042
+ opacity: 0.5;
2043
+ }
2044
+
2045
+ .form-group {
2046
+ margin-bottom: 1rem;
2047
+ }
2048
+ .form-group > label,
2049
+ .form-group legend {
2050
+ display: inline-block;
2051
+ margin-bottom: 0.5rem;
2052
+ }
2053
+ .form-group .input-block {
2054
+ width: 100%;
2055
+ }
2056
+ .form-group textarea {
2057
+ max-height: 90vh;
2058
+ max-width: 100%;
2059
+ }
2060
+ .form-group textarea.no-resize {
2061
+ resize: none;
2062
+ }
2063
+ .form-group .paper-radio,
2064
+ .form-group .paper-check {
2065
+ cursor: pointer;
2066
+ display: block;
2067
+ margin-bottom: 0.5rem;
2068
+ /* the basic, unchecked style */
2069
+ }
2070
+ .form-group .paper-radio input,
2071
+ .form-group .paper-check input {
2072
+ border: 0;
2073
+ height: 1px;
2074
+ margin: -1px;
2075
+ opacity: 0;
2076
+ overflow: hidden;
2077
+ padding: 0;
2078
+ position: absolute;
2079
+ width: 1px;
2080
+ /* radio styles */
2081
+ /* checkbox styles */
2082
+ }
2083
+ .form-group .paper-radio input + span,
2084
+ .form-group .paper-check input + span {
2085
+ display: block;
2086
+ }
2087
+ .form-group .paper-radio input + span::before,
2088
+ .form-group .paper-check input + span::before {
2089
+ border-color: #41403e;
2090
+ border-color: var(--primary);
2091
+ border-style: solid;
2092
+ border-width: 2px;
2093
+ content: "";
2094
+ display: inline-block;
2095
+ height: 1rem;
2096
+ margin-right: 0.75em;
2097
+ position: relative;
2098
+ vertical-align: -0.25em;
2099
+ width: 1rem;
2100
+ }
2101
+ .form-group .paper-radio input[type=radio] + span::before,
2102
+ .form-group .paper-check input[type=radio] + span::before {
2103
+ border-bottom-left-radius: 0.7rem 1rem;
2104
+ border-bottom-right-radius: 1rem 0.9rem;
2105
+ border-top-left-radius: 1rem 1rem;
2106
+ border-top-right-radius: 1rem 0.6rem;
2107
+ }
2108
+ .form-group .paper-radio input[type=radio]:checked + span::before,
2109
+ .form-group .paper-check input[type=radio]:checked + span::before {
2110
+ background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%20100%20100'%3E%3Cpath%20fill%3D'%230b74d5'%20d%3D'M49.346,46.341c-3.79-2.005,3.698-10.294,7.984-8.89%20c8.713,2.852,4.352,20.922-4.901,20.269c-4.684-0.33-12.616-7.405-14.38-11.818c-2.375-5.938,7.208-11.688,11.624-13.837%20c9.078-4.42,18.403-3.503,22.784,6.651c4.049,9.378,6.206,28.09-1.462,36.276c-7.091,7.567-24.673,2.277-32.357-1.079%20c-11.474-5.01-24.54-19.124-21.738-32.758c3.958-19.263,28.856-28.248,46.044-23.244c20.693,6.025,22.012,36.268,16.246,52.826%20c-5.267,15.118-17.03,26.26-33.603,21.938c-11.054-2.883-20.984-10.949-28.809-18.908C9.236,66.096,2.704,57.597,6.01,46.371%20c3.059-10.385,12.719-20.155,20.892-26.604C40.809,8.788,58.615,1.851,75.058,12.031c9.289,5.749,16.787,16.361,18.284,27.262%20c0.643,4.698,0.646,10.775-3.811,13.746'%3E%3C/path%3E%3C/svg%3E") left center no-repeat;
2111
+ }
2112
+ .form-group .paper-radio input[type=checkbox],
2113
+ .form-group .paper-check input[type=checkbox] {
2114
+ /* checked */
2115
+ }
2116
+ .form-group .paper-radio input[type=checkbox] + span::before,
2117
+ .form-group .paper-check input[type=checkbox] + span::before {
2118
+ border-bottom-left-radius: 15px 255px;
2119
+ border-bottom-right-radius: 225px 15px;
2120
+ border-top-left-radius: 255px 15px;
2121
+ border-top-right-radius: 15px 225px;
2122
+ }
2123
+ .form-group .paper-radio input[type=checkbox]:checked + span::before,
2124
+ .form-group .paper-check input[type=checkbox]:checked + span::before {
2125
+ background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%20100%20100'%3E%3Cpath%20stroke%3D'%230b74d5'%20fill-opacity%3D'0'%20stroke-width%3D'16'%20d%3D'm13,62c0.61067,1.6%201.3045,2.3045%201.75717,2.75716c0.72683,0.72684%201.24283,1.24284%202.07617,2.07617c0.54133,0.54133%201.04116,1.06035%201.82833,1.82383c0.5781,0.5607%201.00502,0.96983%202.02633,1.74417c0.55877,0.42365%201.191,0.84034%201.884,1.284c1.16491,0.74577%201.59777,1.00147%202.5,1.55067c0.4692,0.28561%201.43689,0.86868%201.93067,1.16534c0.99711,0.59904%201.99667,1.19755%202.49283,1.49866c0.98501,0.59779%201.47073,0.89648%201.94733,1.2c1.3971,0.88972%201.83738,1.19736%202.7,1.7955c0.42201,0.29262%201.24022,0.87785%202.05583,1.41917c0.79531,0.52785%201.59376,1.0075%202.38,1.43867c0.74477,0.40842%201.45167,0.75802%202.37817,1.22517c0.76133,0.38387%201.54947,0.82848%202.40717,1.41084c0.7312,0.49647%201.49563,1.08231%202.27884,1.258c0.35564,0.07978%200.14721,-0.95518%200.35733,-1.86867c0.18092,-0.78651%200.98183,-1.2141%200.99983,-2.07867c0.02073,-0.99529%200.07916,-1.79945%200.42533,-2.56133c0.43607,-0.95973%200.53956,-1.66774%200.79617,-2.68183c0.18888,-0.74645%200.39764,-1.31168%200.7785,-2.6235c0.20865,-0.71867%200.41483,-1.48614%200.708,-2.28c0.15452,-0.41843%200.77356,-1.73138%201.348,-2.64133c0.30581,-0.48443%200.65045,-0.97043%201.0065,-1.4745c0.74776,-1.05863%201.1531,-1.60163%201.9375,-2.77084c0.40621,-0.60548%200.80272,-1.23513%201.2045,-1.8765c0.40757,-0.65062%200.81464,-1.31206%201.2315,-1.9755c0.41946,-0.66757%200.83374,-1.34258%201.73067,-2.648c0.44696,-0.65053%200.91436,-1.28356%201.386,-1.9095c0.46972,-0.6234%200.94725,-1.2364%201.422,-1.8465c0.94116,-1.20947%201.86168,-2.40844%202.30367,-3.0105c0.438,-0.59664%200.86246,-1.19396%201.27501,-1.7895c0.40743,-0.58816%200.80352,-1.17234%201.185,-1.7535c1.10526,-1.68381%201.44079,-2.23511%201.77633,-2.7705c0.32878,-0.52461%200.96306,-1.5459%201.27467,-2.04c0.60654,-0.96177%201.20782,-1.88193%201.51051,-2.325c0.59013,-0.86381%201.17888,-1.68032%201.46416,-2.075c0.5498,-0.76063%201.31747,-1.8231%201.77883,-2.4895c0.43918,-0.63437%200.85266,-1.25267%201.45717,-2.15717c0.59549,-0.891%200.96531,-1.46814%201.51466,-2.22933c0.58413,-0.80936%201.12566,-1.40253%201.83801,-2.12333c0.61304,-0.62031%200.45171,-1.48306%200.7045,-2.34733c0.25668,-0.87762%200.75447,-1.62502%201,-2.40983c0.25128,-0.8032%200.7633,-1.39453%201.33217,-2.25417c0.54528,-0.82398%200.73415,-1.6714%201.31516,-2.336c0.55639,-0.63644%201.38658,-1.22588%201.8595,-1.9c0.5082,-0.72441%200.78867,-1.4%201.60266,-1.56667l0.71184,-0.4905'%3E%3C/path%3E%3C/svg%3E") left center no-repeat;
2126
+ }
2127
+ .form-group .paper-switch-label,
2128
+ .form-group .paper-switch-2-label {
2129
+ cursor: pointer;
2130
+ float: left;
2131
+ }
2132
+ .form-group .paper-switch-label {
2133
+ margin: -6px 10px 0 0;
2134
+ }
2135
+ .form-group .paper-switch-2-label {
2136
+ margin: 0 10px 0 0;
2137
+ }
2138
+ .form-group .paper-switch,
2139
+ .form-group .paper-switch-2 {
2140
+ display: block;
2141
+ float: left;
2142
+ margin: 0 10px 0 0;
2143
+ position: relative;
2144
+ }
2145
+ .form-group .paper-switch input,
2146
+ .form-group .paper-switch-2 input {
2147
+ height: 0;
2148
+ opacity: 0;
2149
+ width: 0;
2150
+ }
2151
+ .form-group .paper-switch input:checked + .paper-switch-slider,
2152
+ .form-group .paper-switch-2 input:checked + .paper-switch-slider {
2153
+ background-color: #41403e;
2154
+ background-color: var(--success-light);
2155
+ }
2156
+ .form-group .paper-switch input:checked + .paper-switch-slider::before,
2157
+ .form-group .paper-switch-2 input:checked + .paper-switch-slider::before {
2158
+ transform: translateX(26px);
2159
+ }
2160
+ .form-group .paper-switch input:focus + .paper-switch-slider,
2161
+ .form-group .paper-switch-2 input:focus + .paper-switch-slider {
2162
+ box-shadow: 0 0 3px #0b74d5;
2163
+ }
2164
+ .form-group .paper-switch .paper-switch-slider,
2165
+ .form-group .paper-switch-2 .paper-switch-slider {
2166
+ border-color: #41403e;
2167
+ border-color: var(--primary);
2168
+ border-bottom-left-radius: 15px 255px;
2169
+ border-bottom-right-radius: 225px 15px;
2170
+ border-style: solid;
2171
+ border-top-left-radius: 255px 15px;
2172
+ border-top-right-radius: 15px 225px;
2173
+ border-width: 2px;
2174
+ bottom: 0;
2175
+ cursor: pointer;
2176
+ left: 0;
2177
+ position: absolute;
2178
+ right: 0;
2179
+ top: 0;
2180
+ transition: 0.4s;
2181
+ }
2182
+ .form-group .paper-switch .paper-switch-slider::before,
2183
+ .form-group .paper-switch-2 .paper-switch-slider::before {
2184
+ background: #41403e;
2185
+ background: var(--secondary);
2186
+ border-bottom-left-radius: 15px 255px;
2187
+ border-bottom-right-radius: 225px 15px;
2188
+ border-top-left-radius: 255px 15px;
2189
+ border-top-right-radius: 15px 225px;
2190
+ content: "";
2191
+ left: 4px;
2192
+ position: absolute;
2193
+ transition: 0.4s;
2194
+ }
2195
+ .form-group .paper-switch .paper-switch-slider.round,
2196
+ .form-group .paper-switch-2 .paper-switch-slider.round {
2197
+ border-color: #41403e;
2198
+ border-color: var(--primary);
2199
+ border-bottom-left-radius: 0.7rem 1rem;
2200
+ border-bottom-right-radius: 1rem 0.9rem;
2201
+ border-style: solid;
2202
+ border-top-left-radius: 1rem 1rem;
2203
+ border-top-right-radius: 1rem 0.6rem;
2204
+ border-width: 2px;
2205
+ }
2206
+ .form-group .paper-switch .paper-switch-slider.round::before,
2207
+ .form-group .paper-switch-2 .paper-switch-slider.round::before {
2208
+ background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%20100%20100'%3E%3Cpath%20fill%3D'%230071de'%20d%3D'M49.346,46.341c-3.79-2.005,3.698-10.294,7.984-8.89%20c8.713,2.852,4.352,20.922-4.901,20.269c-4.684-0.33-12.616-7.405-14.38-11.818c-2.375-5.938,7.208-11.688,11.624-13.837%20c9.078-4.42,18.403-3.503,22.784,6.651c4.049,9.378,6.206,28.09-1.462,36.276c-7.091,7.567-24.673,2.277-32.357-1.079%20c-11.474-5.01-24.54-19.124-21.738-32.758c3.958-19.263,28.856-28.248,46.044-23.244c20.693,6.025,22.012,36.268,16.246,52.826%20c-5.267,15.118-17.03,26.26-33.603,21.938c-11.054-2.883-20.984-10.949-28.809-18.908C9.236,66.096,2.704,57.597,6.01,46.371%20c3.059-10.385,12.719-20.155,20.892-26.604C40.809,8.788,58.615,1.851,75.058,12.031c9.289,5.749,16.787,16.361,18.284,27.262%20c0.643,4.698,0.646,10.775-3.811,13.746'%3E%3C/path%3E%3C/svg%3E") left center no-repeat;
2209
+ border-bottom-left-radius: 0.7rem 1rem;
2210
+ border-bottom-right-radius: 1rem 0.9rem;
2211
+ border-top-left-radius: 1rem 1rem;
2212
+ border-top-right-radius: 1rem 0.6rem;
2213
+ left: 4px;
2214
+ }
2215
+ .form-group .paper-switch {
2216
+ height: 12px;
2217
+ width: 60px;
2218
+ }
2219
+ .form-group .paper-switch .paper-switch-slider::before {
2220
+ bottom: -6px;
2221
+ height: 20px;
2222
+ width: 20px;
2223
+ }
2224
+ .form-group .paper-switch .paper-switch-slider.round::before {
2225
+ bottom: -7px;
2226
+ height: 23px;
2227
+ width: 23px;
2228
+ }
2229
+ .form-group .paper-switch-2 {
2230
+ height: 22px;
2231
+ width: 50px;
2232
+ }
2233
+ .form-group .paper-switch-2 .paper-switch-slider::before {
2234
+ bottom: 2px;
2235
+ height: 14px;
2236
+ width: 14px;
2237
+ }
2238
+ .form-group .paper-switch-2 .paper-switch-slider.round::before {
2239
+ bottom: 2px;
2240
+ height: 14px;
2241
+ width: 14px;
2242
+ }
2243
+ .form-group .paper-switch-tile {
2244
+ cursor: pointer;
2245
+ display: block;
2246
+ float: left;
2247
+ height: 80px;
2248
+ margin: 40px 0 0 40px;
2249
+ perspective: 1000px;
2250
+ position: relative;
2251
+ transform: translate(-50%, -50%);
2252
+ transform-style: preserve-3d;
2253
+ width: 80px;
2254
+ }
2255
+ .form-group .paper-switch-tile:hover .paper-switch-tile-card {
2256
+ box-shadow: 2px 8px 4px -5px rgba(0, 0, 0, 0.2);
2257
+ transform: rotateX(30deg);
2258
+ }
2259
+ .form-group .paper-switch-tile:hover:checked + .paper-switch-tile-card {
2260
+ background-color: transparent;
2261
+ box-shadow: 0 10px 15px -15px rgba(0, 0, 0, 0.9);
2262
+ transform: rotateX(150deg);
2263
+ }
2264
+ .form-group .paper-switch-tile input {
2265
+ display: none;
2266
+ }
2267
+ .form-group .paper-switch-tile input:checked + .paper-switch-tile-card {
2268
+ transform: rotateX(180deg);
2269
+ }
2270
+ .form-group .paper-switch-tile-card {
2271
+ background-color: transparent;
2272
+ border-color: transparent;
2273
+ height: 100%;
2274
+ position: relative;
2275
+ transform-style: preserve-3d;
2276
+ transition: all 600ms;
2277
+ width: 100%;
2278
+ }
2279
+ .form-group .paper-switch-tile-card div {
2280
+ -webkit-backface-visibility: hidden;
2281
+ backface-visibility: hidden;
2282
+ box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);
2283
+ height: 100%;
2284
+ line-height: 70px;
2285
+ position: absolute;
2286
+ text-align: center;
2287
+ width: 100%;
2288
+ }
2289
+ .form-group .paper-switch-tile-card .paper-switch-tile-card-back {
2290
+ transform: rotateX(180deg);
2291
+ }
2292
+ .form-group input[type=range] {
2293
+ -webkit-appearance: none;
2294
+ -moz-appearance: none;
2295
+ appearance: none;
2296
+ border-width: 0;
2297
+ padding: 0;
2298
+ /* For Chromium */
2299
+ /* For Mozilla Firefox */
2300
+ /* For IE */
2301
+ }
2302
+ .form-group input[type=range]::-webkit-slider-runnable-track {
2303
+ background: #41403e;
2304
+ background: var(--secondary);
2305
+ border-color: #41403e;
2306
+ border-color: var(--primary);
2307
+ border-radius: 18px;
2308
+ border-style: solid;
2309
+ border-width: 1px;
2310
+ box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
2311
+ cursor: pointer;
2312
+ height: 8px;
2313
+ margin: 10px 0;
2314
+ width: 100%;
2315
+ }
2316
+ .form-group input[type=range]::-webkit-slider-thumb {
2317
+ background: #41403e;
2318
+ background: var(--white);
2319
+ border-color: #41403e;
2320
+ border-color: var(--primary);
2321
+ -webkit-appearance: none;
2322
+ appearance: none;
2323
+ border-bottom-left-radius: 0.7rem 1rem;
2324
+ border-bottom-right-radius: 1rem 0.9rem;
2325
+ border-style: solid;
2326
+ border-top-left-radius: 1rem 1rem;
2327
+ border-top-right-radius: 1rem 0.6rem;
2328
+ border-width: 1px;
2329
+ box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
2330
+ cursor: pointer;
2331
+ height: 36px;
2332
+ margin-top: -14px;
2333
+ width: 16px;
2334
+ }
2335
+ .form-group input[type=range]::-moz-range-track {
2336
+ background: #41403e;
2337
+ background: var(--secondary);
2338
+ border-color: #41403e;
2339
+ border-color: var(--primary);
2340
+ border-radius: 18px;
2341
+ box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
2342
+ cursor: pointer;
2343
+ height: 8px;
2344
+ width: 100%;
2345
+ }
2346
+ .form-group input[type=range]::-moz-range-thumb {
2347
+ background: #41403e;
2348
+ background: var(--white);
2349
+ border-color: #41403e;
2350
+ border-color: var(--primary);
2351
+ border-bottom-left-radius: 0.7rem 1rem;
2352
+ border-bottom-right-radius: 1rem 0.9rem;
2353
+ border-style: solid;
2354
+ border-top-left-radius: 1rem 1rem;
2355
+ border-top-right-radius: 1rem 0.6rem;
2356
+ border-width: 1px;
2357
+ box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
2358
+ cursor: pointer;
2359
+ height: 36px;
2360
+ width: 16px;
2361
+ }
2362
+ .form-group input[type=range]::-ms-track {
2363
+ background: transparent;
2364
+ border-color: transparent;
2365
+ border-width: 16px 0;
2366
+ color: transparent;
2367
+ cursor: pointer;
2368
+ height: 8px;
2369
+ width: 100%;
2370
+ }
2371
+ .form-group input[type=range]::-ms-fill-lower, .form-group input[type=range]::-ms-fill-upper {
2372
+ background: #41403e;
2373
+ background: var(--secondary);
2374
+ border-color: #41403e;
2375
+ border-color: var(--primary);
2376
+ border-radius: 18px;
2377
+ border-style: solid;
2378
+ border-width: 1px;
2379
+ box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
2380
+ }
2381
+ .form-group input[type=range]::-ms-thumb {
2382
+ background: #41403e;
2383
+ background: var(--white);
2384
+ border-color: #41403e;
2385
+ border-color: var(--primary);
2386
+ border: 1px solid #41403e;
2387
+ border-bottom-left-radius: 0.7rem 1rem;
2388
+ border-bottom-right-radius: 1rem 0.9rem;
2389
+ border-style: solid;
2390
+ border-top-left-radius: 1rem 1rem;
2391
+ border-top-right-radius: 1rem 0.6rem;
2392
+ border-width: 1px;
2393
+ box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
2394
+ cursor: pointer;
2395
+ height: 36px;
2396
+ width: 16px;
2397
+ }
2398
+
2399
+ fieldset.form-group {
2400
+ border: 0;
2401
+ padding: 0;
2402
+ }
2403
+
2404
+ .modal {
2405
+ transition: opacity 235ms ease-in-out 0s;
2406
+ background: rgba(0, 0, 0, 0.6);
2407
+ bottom: 0;
2408
+ flex: 1 1 auto;
2409
+ left: 0;
2410
+ opacity: 0;
2411
+ position: fixed;
2412
+ right: 0;
2413
+ text-align: left;
2414
+ top: 0;
2415
+ visibility: hidden;
2416
+ word-wrap: break-word;
2417
+ z-index: 200;
2418
+ }
2419
+ .modal-bg {
2420
+ bottom: 0;
2421
+ cursor: pointer;
2422
+ left: 0;
2423
+ position: absolute;
2424
+ right: 0;
2425
+ top: 0;
2426
+ }
2427
+ .modal .modal-body {
2428
+ color: #41403e;
2429
+ color: var(--primary);
2430
+ background: #41403e;
2431
+ background: var(--main-background);
2432
+ border-color: #41403e;
2433
+ border-color: var(--muted-light);
2434
+ transition: all 235ms ease-in-out 0s;
2435
+ -webkit-backface-visibility: hidden;
2436
+ backface-visibility: hidden;
2437
+ border: 2px solid;
2438
+ left: 50%;
2439
+ padding: 1.25rem;
2440
+ position: absolute;
2441
+ top: 0;
2442
+ transform: translate(-50%, -50%);
2443
+ }
2444
+ @media only screen and (max-width: 768px) {
2445
+ .modal .modal-body {
2446
+ box-sizing: border-box;
2447
+ width: 90%;
2448
+ }
2449
+ }
2450
+ .modal .btn-close {
2451
+ color: #41403e;
2452
+ color: var(--primary-light);
2453
+ transition: all 235ms ease-in-out 0s;
2454
+ cursor: pointer;
2455
+ font-size: 30px;
2456
+ height: 1.1rem;
2457
+ position: absolute;
2458
+ right: 1rem;
2459
+ text-decoration: none;
2460
+ top: 1rem;
2461
+ width: 1.1rem;
2462
+ }
2463
+ .modal .btn-close:hover, .modal .btn-close:active, .modal .btn-close:focus {
2464
+ color: #41403e;
2465
+ color: var(--primary);
2466
+ }
2467
+ .modal h4,
2468
+ .modal .modal-title {
2469
+ margin-bottom: 0.5rem;
2470
+ margin-top: 0;
2471
+ }
2472
+ .modal h5,
2473
+ .modal .modal-subtitle {
2474
+ color: #41403e;
2475
+ color: var(--secondary);
2476
+ margin-bottom: 0.5rem;
2477
+ margin-top: 0;
2478
+ }
2479
+ .modal p,
2480
+ .modal .modal-text {
2481
+ margin-bottom: 1rem;
2482
+ margin-top: 0;
2483
+ }
2484
+ .modal .modal-link + .modal-link,
2485
+ .modal a + a {
2486
+ margin-left: 1.25rem;
2487
+ }
2488
+ .modal .paper-btn {
2489
+ background: #41403e;
2490
+ background: var(--main-background);
2491
+ display: inline-block;
2492
+ text-decoration: none;
2493
+ }
2494
+ .modal .modal-link,
2495
+ .modal a {
2496
+ background-image: linear-gradient(5deg, transparent 65%, #0b74d5 80%, transparent 90%), linear-gradient(165deg, transparent 5%, #0b74d5 15%, transparent 25%), linear-gradient(165deg, transparent 45%, #0b74d5 55%, transparent 65%), linear-gradient(15deg, transparent 25%, #0b74d5 35%, transparent 50%);
2497
+ background-position: 0 90%;
2498
+ background-repeat: repeat-x;
2499
+ background-size: 4px 3px;
2500
+ cursor: pointer;
2501
+ text-decoration: none;
2502
+ }
2503
+ .modal .modal-link:hover, .modal .modal-link:focus, .modal .modal-link:visited,
2504
+ .modal a:hover,
2505
+ .modal a:focus,
2506
+ .modal a:visited {
2507
+ color: #41403e;
2508
+ color: var(--primary);
2509
+ text-decoration: none;
2510
+ }
2511
+
2512
+ .modal-state {
2513
+ display: none;
2514
+ }
2515
+ .modal-state:checked + .modal {
2516
+ opacity: 1;
2517
+ visibility: visible;
2518
+ }
2519
+ .modal-state:checked + .modal .modal-body {
2520
+ top: 50%;
2521
+ }
2522
+
2523
+ [popover-top],
2524
+ [popover-right],
2525
+ [popover-bottom],
2526
+ [popover-left] {
2527
+ margin: 24px;
2528
+ position: relative;
2529
+ }
2530
+ [popover-top]:hover::after,
2531
+ [popover-right]:hover::after,
2532
+ [popover-bottom]:hover::after,
2533
+ [popover-left]:hover::after {
2534
+ opacity: 1;
2535
+ transition: opacity 235ms ease-in-out, visibility 0s linear;
2536
+ visibility: visible;
2537
+ }
2538
+ [popover-top]::after,
2539
+ [popover-right]::after,
2540
+ [popover-bottom]::after,
2541
+ [popover-left]::after {
2542
+ border-bottom-left-radius: 15px 255px;
2543
+ border-bottom-right-radius: 225px 15px;
2544
+ border-top-left-radius: 255px 15px;
2545
+ border-top-right-radius: 15px 225px;
2546
+ background-color: #41403e;
2547
+ background-color: var(--light-dark);
2548
+ border-color: #41403e;
2549
+ border-color: var(--light-dark);
2550
+ color: #41403e;
2551
+ color: var(--primary-inverse);
2552
+ border-style: solid;
2553
+ border-width: 2px;
2554
+ font-size: 0.7em;
2555
+ left: 50%;
2556
+ min-width: 80px;
2557
+ opacity: 0;
2558
+ padding: 4px 2px;
2559
+ position: absolute;
2560
+ text-align: center;
2561
+ top: -6px;
2562
+ transform: translateX(-50%) translateY(-100%);
2563
+ transition: opacity 235ms ease-in-out, visibility 0s linear 235ms;
2564
+ visibility: hidden;
2565
+ }
2566
+
2567
+ [popover-left]::before {
2568
+ left: 0;
2569
+ margin-left: -12px;
2570
+ top: 50%;
2571
+ transform: translateY(-50%) rotate(-90deg);
2572
+ }
2573
+ [popover-left]::after {
2574
+ content: attr(popover-left);
2575
+ left: 0;
2576
+ margin-left: -8px;
2577
+ top: 50%;
2578
+ transform: translateX(-100%) translateY(-50%);
2579
+ }
2580
+
2581
+ [popover-right]::before {
2582
+ left: 100%;
2583
+ margin-left: 1px;
2584
+ top: 50%;
2585
+ transform: translatey(-50%) rotate(90deg);
2586
+ }
2587
+ [popover-right]::after {
2588
+ content: attr(popover-right);
2589
+ left: 100%;
2590
+ margin-left: 8px;
2591
+ top: 50%;
2592
+ transform: translateX(0%) translateY(-50%);
2593
+ }
2594
+
2595
+ [popover-top]::before {
2596
+ left: 50%;
2597
+ }
2598
+ [popover-top]::after {
2599
+ content: attr(popover-top);
2600
+ left: 50%;
2601
+ }
2602
+
2603
+ [popover-bottom]::before {
2604
+ margin-top: 8px;
2605
+ top: 100%;
2606
+ transform: translateX(-50%) translatey(-100%) rotate(-180deg);
2607
+ }
2608
+ [popover-bottom]::after {
2609
+ content: attr(popover-bottom);
2610
+ margin-top: 8px;
2611
+ top: 100%;
2612
+ transform: translateX(-50%) translateY(0%);
2613
+ }
2614
+
2615
+ .progress {
2616
+ border-bottom-left-radius: 20px 115px;
2617
+ border-bottom-right-radius: 15px 105px;
2618
+ border-top-left-radius: 250px 15px;
2619
+ border-top-right-radius: 25px 80px;
2620
+ border-color: #41403e;
2621
+ border-color: var(--primary);
2622
+ border: 2px solid;
2623
+ box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, 0.3);
2624
+ height: 1.2rem;
2625
+ overflow: hidden;
2626
+ width: 100%;
2627
+ }
2628
+ .progress .bar {
2629
+ border-bottom-left-radius: 20px 115px;
2630
+ border-bottom-right-radius: 15px 105px;
2631
+ border-top-left-radius: 250px 15px;
2632
+ border-top-right-radius: 25px 80px;
2633
+ transition: all 235ms ease-in-out 0s;
2634
+ background-color: #41403e;
2635
+ background-color: var(--primary-light);
2636
+ border-color: #41403e;
2637
+ border-color: var(--primary);
2638
+ border-right: 2px solid;
2639
+ display: flex;
2640
+ flex-direction: column;
2641
+ font-size: 0.6rem;
2642
+ height: 100%;
2643
+ justify-content: center;
2644
+ text-align: center;
2645
+ width: 0%;
2646
+ }
2647
+ .progress .bar.striped {
2648
+ background: repeating-linear-gradient(45deg, #cdcccb, #cdcccb 0.25rem, #b4b3b0 0.25rem, #b4b3b0 0.5rem);
2649
+ }
2650
+ .progress .bar.primary {
2651
+ background-color: #41403e;
2652
+ background-color: var(--primary-light);
2653
+ }
2654
+ .progress .bar.primary.striped {
2655
+ background: repeating-linear-gradient(45deg, #cdcccb, #cdcccb 0.25rem, #b4b3b0 0.25rem, #b4b3b0 0.5rem);
2656
+ }
2657
+ .progress .bar.secondary {
2658
+ background-color: #41403e;
2659
+ background-color: var(--secondary-light);
2660
+ }
2661
+ .progress .bar.secondary.striped {
2662
+ background: repeating-linear-gradient(45deg, #d8ebfd, #d8ebfd 0.25rem, #a7d3fa 0.25rem, #a7d3fa 0.5rem);
2663
+ }
2664
+ .progress .bar.success {
2665
+ background-color: #41403e;
2666
+ background-color: var(--success-light);
2667
+ }
2668
+ .progress .bar.success.striped {
2669
+ background: repeating-linear-gradient(45deg, #d5dfc8, #d5dfc8 0.25rem, #bccca8 0.25rem, #bccca8 0.5rem);
2670
+ }
2671
+ .progress .bar.warning {
2672
+ background-color: #41403e;
2673
+ background-color: var(--warning-light);
2674
+ }
2675
+ .progress .bar.warning.striped {
2676
+ background: repeating-linear-gradient(45deg, #f5f0c6, #f5f0c6 0.25rem, #ede49b 0.25rem, #ede49b 0.5rem);
2677
+ }
2678
+ .progress .bar.danger {
2679
+ background-color: #41403e;
2680
+ background-color: var(--danger-light);
2681
+ }
2682
+ .progress .bar.danger.striped {
2683
+ background: repeating-linear-gradient(45deg, #f0cbc9, #f0cbc9 0.25rem, #e6a5a1 0.25rem, #e6a5a1 0.5rem);
2684
+ }
2685
+ .progress .bar.muted {
2686
+ background-color: #41403e;
2687
+ background-color: var(--muted-light);
2688
+ }
2689
+ .progress .bar.muted.striped {
2690
+ background: repeating-linear-gradient(45deg, #e6e7e9, #e6e7e9 0.25rem, #caced1 0.25rem, #caced1 0.5rem);
2691
+ }
2692
+ .progress .bar.w-0 {
2693
+ width: 0%;
2694
+ }
2695
+ .progress .bar.w-1 {
2696
+ width: 1%;
2697
+ }
2698
+ .progress .bar.w-2 {
2699
+ width: 2%;
2700
+ }
2701
+ .progress .bar.w-3 {
2702
+ width: 3%;
2703
+ }
2704
+ .progress .bar.w-4 {
2705
+ width: 4%;
2706
+ }
2707
+ .progress .bar.w-5 {
2708
+ width: 5%;
2709
+ }
2710
+ .progress .bar.w-6 {
2711
+ width: 6%;
2712
+ }
2713
+ .progress .bar.w-7 {
2714
+ width: 7%;
2715
+ }
2716
+ .progress .bar.w-8 {
2717
+ width: 8%;
2718
+ }
2719
+ .progress .bar.w-9 {
2720
+ width: 9%;
2721
+ }
2722
+ .progress .bar.w-10 {
2723
+ width: 10%;
2724
+ }
2725
+ .progress .bar.w-11 {
2726
+ width: 11%;
2727
+ }
2728
+ .progress .bar.w-12 {
2729
+ width: 12%;
2730
+ }
2731
+ .progress .bar.w-13 {
2732
+ width: 13%;
2733
+ }
2734
+ .progress .bar.w-14 {
2735
+ width: 14%;
2736
+ }
2737
+ .progress .bar.w-15 {
2738
+ width: 15%;
2739
+ }
2740
+ .progress .bar.w-16 {
2741
+ width: 16%;
2742
+ }
2743
+ .progress .bar.w-17 {
2744
+ width: 17%;
2745
+ }
2746
+ .progress .bar.w-18 {
2747
+ width: 18%;
2748
+ }
2749
+ .progress .bar.w-19 {
2750
+ width: 19%;
2751
+ }
2752
+ .progress .bar.w-20 {
2753
+ width: 20%;
2754
+ }
2755
+ .progress .bar.w-21 {
2756
+ width: 21%;
2757
+ }
2758
+ .progress .bar.w-22 {
2759
+ width: 22%;
2760
+ }
2761
+ .progress .bar.w-23 {
2762
+ width: 23%;
2763
+ }
2764
+ .progress .bar.w-24 {
2765
+ width: 24%;
2766
+ }
2767
+ .progress .bar.w-25 {
2768
+ width: 25%;
2769
+ }
2770
+ .progress .bar.w-26 {
2771
+ width: 26%;
2772
+ }
2773
+ .progress .bar.w-27 {
2774
+ width: 27%;
2775
+ }
2776
+ .progress .bar.w-28 {
2777
+ width: 28%;
2778
+ }
2779
+ .progress .bar.w-29 {
2780
+ width: 29%;
2781
+ }
2782
+ .progress .bar.w-30 {
2783
+ width: 30%;
2784
+ }
2785
+ .progress .bar.w-31 {
2786
+ width: 31%;
2787
+ }
2788
+ .progress .bar.w-32 {
2789
+ width: 32%;
2790
+ }
2791
+ .progress .bar.w-33 {
2792
+ width: 33%;
2793
+ }
2794
+ .progress .bar.w-34 {
2795
+ width: 34%;
2796
+ }
2797
+ .progress .bar.w-35 {
2798
+ width: 35%;
2799
+ }
2800
+ .progress .bar.w-36 {
2801
+ width: 36%;
2802
+ }
2803
+ .progress .bar.w-37 {
2804
+ width: 37%;
2805
+ }
2806
+ .progress .bar.w-38 {
2807
+ width: 38%;
2808
+ }
2809
+ .progress .bar.w-39 {
2810
+ width: 39%;
2811
+ }
2812
+ .progress .bar.w-40 {
2813
+ width: 40%;
2814
+ }
2815
+ .progress .bar.w-41 {
2816
+ width: 41%;
2817
+ }
2818
+ .progress .bar.w-42 {
2819
+ width: 42%;
2820
+ }
2821
+ .progress .bar.w-43 {
2822
+ width: 43%;
2823
+ }
2824
+ .progress .bar.w-44 {
2825
+ width: 44%;
2826
+ }
2827
+ .progress .bar.w-45 {
2828
+ width: 45%;
2829
+ }
2830
+ .progress .bar.w-46 {
2831
+ width: 46%;
2832
+ }
2833
+ .progress .bar.w-47 {
2834
+ width: 47%;
2835
+ }
2836
+ .progress .bar.w-48 {
2837
+ width: 48%;
2838
+ }
2839
+ .progress .bar.w-49 {
2840
+ width: 49%;
2841
+ }
2842
+ .progress .bar.w-50 {
2843
+ width: 50%;
2844
+ }
2845
+ .progress .bar.w-51 {
2846
+ width: 51%;
2847
+ }
2848
+ .progress .bar.w-52 {
2849
+ width: 52%;
2850
+ }
2851
+ .progress .bar.w-53 {
2852
+ width: 53%;
2853
+ }
2854
+ .progress .bar.w-54 {
2855
+ width: 54%;
2856
+ }
2857
+ .progress .bar.w-55 {
2858
+ width: 55%;
2859
+ }
2860
+ .progress .bar.w-56 {
2861
+ width: 56%;
2862
+ }
2863
+ .progress .bar.w-57 {
2864
+ width: 57%;
2865
+ }
2866
+ .progress .bar.w-58 {
2867
+ width: 58%;
2868
+ }
2869
+ .progress .bar.w-59 {
2870
+ width: 59%;
2871
+ }
2872
+ .progress .bar.w-60 {
2873
+ width: 60%;
2874
+ }
2875
+ .progress .bar.w-61 {
2876
+ width: 61%;
2877
+ }
2878
+ .progress .bar.w-62 {
2879
+ width: 62%;
2880
+ }
2881
+ .progress .bar.w-63 {
2882
+ width: 63%;
2883
+ }
2884
+ .progress .bar.w-64 {
2885
+ width: 64%;
2886
+ }
2887
+ .progress .bar.w-65 {
2888
+ width: 65%;
2889
+ }
2890
+ .progress .bar.w-66 {
2891
+ width: 66%;
2892
+ }
2893
+ .progress .bar.w-67 {
2894
+ width: 67%;
2895
+ }
2896
+ .progress .bar.w-68 {
2897
+ width: 68%;
2898
+ }
2899
+ .progress .bar.w-69 {
2900
+ width: 69%;
2901
+ }
2902
+ .progress .bar.w-70 {
2903
+ width: 70%;
2904
+ }
2905
+ .progress .bar.w-71 {
2906
+ width: 71%;
2907
+ }
2908
+ .progress .bar.w-72 {
2909
+ width: 72%;
2910
+ }
2911
+ .progress .bar.w-73 {
2912
+ width: 73%;
2913
+ }
2914
+ .progress .bar.w-74 {
2915
+ width: 74%;
2916
+ }
2917
+ .progress .bar.w-75 {
2918
+ width: 75%;
2919
+ }
2920
+ .progress .bar.w-76 {
2921
+ width: 76%;
2922
+ }
2923
+ .progress .bar.w-77 {
2924
+ width: 77%;
2925
+ }
2926
+ .progress .bar.w-78 {
2927
+ width: 78%;
2928
+ }
2929
+ .progress .bar.w-79 {
2930
+ width: 79%;
2931
+ }
2932
+ .progress .bar.w-80 {
2933
+ width: 80%;
2934
+ }
2935
+ .progress .bar.w-81 {
2936
+ width: 81%;
2937
+ }
2938
+ .progress .bar.w-82 {
2939
+ width: 82%;
2940
+ }
2941
+ .progress .bar.w-83 {
2942
+ width: 83%;
2943
+ }
2944
+ .progress .bar.w-84 {
2945
+ width: 84%;
2946
+ }
2947
+ .progress .bar.w-85 {
2948
+ width: 85%;
2949
+ }
2950
+ .progress .bar.w-86 {
2951
+ width: 86%;
2952
+ }
2953
+ .progress .bar.w-87 {
2954
+ width: 87%;
2955
+ }
2956
+ .progress .bar.w-88 {
2957
+ width: 88%;
2958
+ }
2959
+ .progress .bar.w-89 {
2960
+ width: 89%;
2961
+ }
2962
+ .progress .bar.w-90 {
2963
+ width: 90%;
2964
+ }
2965
+ .progress .bar.w-91 {
2966
+ width: 91%;
2967
+ }
2968
+ .progress .bar.w-92 {
2969
+ width: 92%;
2970
+ }
2971
+ .progress .bar.w-93 {
2972
+ width: 93%;
2973
+ }
2974
+ .progress .bar.w-94 {
2975
+ width: 94%;
2976
+ }
2977
+ .progress .bar.w-95 {
2978
+ width: 95%;
2979
+ }
2980
+ .progress .bar.w-96 {
2981
+ width: 96%;
2982
+ }
2983
+ .progress .bar.w-97 {
2984
+ width: 97%;
2985
+ }
2986
+ .progress .bar.w-98 {
2987
+ width: 98%;
2988
+ }
2989
+ .progress .bar.w-99 {
2990
+ width: 99%;
2991
+ }
2992
+ .progress .bar.w-100 {
2993
+ width: 100%;
2994
+ }
2995
+ .progress .bar.w-0, .progress .bar.w-100 {
2996
+ border-right: 0;
2997
+ }
2998
+
2999
+ .tabs .content {
3000
+ display: none;
3001
+ flex-basis: 100%;
3002
+ padding: 0.75rem 0 0;
3003
+ }
3004
+ .tabs input {
3005
+ display: none;
3006
+ }
3007
+ .tabs input:checked + label {
3008
+ color: #41403e;
3009
+ color: var(--primary);
3010
+ border-bottom-color: #41403e;
3011
+ border-bottom-color: var(--secondary);
3012
+ border-bottom-style: solid;
3013
+ border-bottom-width: 3px;
3014
+ }
3015
+ .tabs input[id$=tab1]:checked ~ div[id$=content1] {
3016
+ display: block;
3017
+ }
3018
+ .tabs input[id$=tab2]:checked ~ div[id$=content2] {
3019
+ display: block;
3020
+ }
3021
+ .tabs input[id$=tab3]:checked ~ div[id$=content3] {
3022
+ display: block;
3023
+ }
3024
+ .tabs input[id$=tab4]:checked ~ div[id$=content4] {
3025
+ display: block;
3026
+ }
3027
+ .tabs input[id$=tab5]:checked ~ div[id$=content5] {
3028
+ display: block;
3029
+ }
3030
+ .tabs label {
3031
+ color: #41403e;
3032
+ color: var(--primary-light);
3033
+ display: inline-block;
3034
+ font-weight: 600;
3035
+ margin: 0 0 -1px;
3036
+ padding: 0.75rem;
3037
+ text-align: center;
3038
+ }
3039
+ .tabs label:hover {
3040
+ color: #41403e;
3041
+ color: var(--muted);
3042
+ cursor: pointer;
3043
+ }
3044
+
3045
+ .margin {
3046
+ margin: 1rem;
3047
+ }
3048
+ .margin-top {
3049
+ margin-top: 1rem;
3050
+ }
3051
+ .margin-top-large {
3052
+ margin-top: 2rem;
3053
+ }
3054
+ .margin-top-small {
3055
+ margin-top: 0.5rem;
3056
+ }
3057
+ .margin-top-none {
3058
+ margin-top: 0;
3059
+ }
3060
+ .margin-right {
3061
+ margin-right: 1rem;
3062
+ }
3063
+ .margin-right-large {
3064
+ margin-right: 2rem;
3065
+ }
3066
+ .margin-right-small {
3067
+ margin-right: 0.5rem;
3068
+ }
3069
+ .margin-right-none {
3070
+ margin-right: 0;
3071
+ }
3072
+ .margin-bottom {
3073
+ margin-bottom: 1rem;
3074
+ }
3075
+ .margin-bottom-large {
3076
+ margin-bottom: 2rem;
3077
+ }
3078
+ .margin-bottom-small {
3079
+ margin-bottom: 0.5rem;
3080
+ }
3081
+ .margin-bottom-none {
3082
+ margin-bottom: 0;
3083
+ }
3084
+ .margin-left {
3085
+ margin-left: 1rem;
3086
+ }
3087
+ .margin-left-large {
3088
+ margin-left: 2rem;
3089
+ }
3090
+ .margin-left-small {
3091
+ margin-left: 0.5rem;
3092
+ }
3093
+ .margin-left-none {
3094
+ margin-left: 0;
3095
+ }
3096
+ .margin-large {
3097
+ margin: 2rem;
3098
+ }
3099
+ .margin-small {
3100
+ margin: 0.5rem;
3101
+ }
3102
+ .margin-none {
3103
+ margin: 0;
3104
+ }
3105
+
3106
+ .padding {
3107
+ padding: 1rem;
3108
+ }
3109
+ .padding-top {
3110
+ padding-top: 1rem;
3111
+ }
3112
+ .padding-top-large {
3113
+ padding-top: 2rem;
3114
+ }
3115
+ .padding-top-small {
3116
+ padding-top: 0.5rem;
3117
+ }
3118
+ .padding-top-none {
3119
+ padding-top: 0;
3120
+ }
3121
+ .padding-right {
3122
+ padding-right: 1rem;
3123
+ }
3124
+ .padding-right-large {
3125
+ padding-right: 2rem;
3126
+ }
3127
+ .padding-right-small {
3128
+ padding-right: 0.5rem;
3129
+ }
3130
+ .padding-right-none {
3131
+ padding-right: 0;
3132
+ }
3133
+ .padding-bottom {
3134
+ padding-bottom: 1rem;
3135
+ }
3136
+ .padding-bottom-large {
3137
+ padding-bottom: 2rem;
3138
+ }
3139
+ .padding-bottom-small {
3140
+ padding-bottom: 0.5rem;
3141
+ }
3142
+ .padding-bottom-none {
3143
+ padding-bottom: 0;
3144
+ }
3145
+ .padding-left {
3146
+ padding-left: 1rem;
3147
+ }
3148
+ .padding-left-large {
3149
+ padding-left: 2rem;
3150
+ }
3151
+ .padding-left-small {
3152
+ padding-left: 0.5rem;
3153
+ }
3154
+ .padding-left-none {
3155
+ padding-left: 0;
3156
+ }
3157
+ .padding-large {
3158
+ padding: 2rem;
3159
+ }
3160
+ .padding-small {
3161
+ padding: 0.5rem;
3162
+ }
3163
+ .padding-none {
3164
+ padding: 0;
3165
+ }
3166
+
3167
+ nav {
3168
+ background-color: #41403e;
3169
+ background-color: var(--main-background);
3170
+ display: flex;
3171
+ padding: 0.3rem;
3172
+ position: relative;
3173
+ width: 100%;
3174
+ z-index: 100;
3175
+ }
3176
+ @media only screen and (max-width: 768px) {
3177
+ nav {
3178
+ display: block;
3179
+ }
3180
+ }
3181
+ nav .bar1,
3182
+ nav .bar2,
3183
+ nav .bar3 {
3184
+ background-color: #41403e;
3185
+ background-color: var(--primary);
3186
+ border-color: #41403e;
3187
+ border-color: var(--primary);
3188
+ color: #41403e;
3189
+ color: var(--primary);
3190
+ border-bottom-left-radius: 15px 5px;
3191
+ border-bottom-right-radius: 15px 3px;
3192
+ border-bottom-style: solid;
3193
+ border-bottom-width: 5px;
3194
+ margin: 6px 0;
3195
+ transition: 0.4s;
3196
+ width: 2rem;
3197
+ }
3198
+ nav .collapsible input[id^=collapsible]:checked + button .bar1,
3199
+ nav .collapsible input[id^=collapsible]:checked + label .bar1 {
3200
+ transform: rotate(-45deg) translate(-9px, 7px);
3201
+ }
3202
+ nav .collapsible input[id^=collapsible]:checked + button .bar2,
3203
+ nav .collapsible input[id^=collapsible]:checked + label .bar2 {
3204
+ opacity: 0;
3205
+ }
3206
+ nav .collapsible input[id^=collapsible]:checked + button .bar3,
3207
+ nav .collapsible input[id^=collapsible]:checked + label .bar3 {
3208
+ transform: rotate(45deg) translate(-8px, -9px);
3209
+ }
3210
+ nav.split-nav {
3211
+ justify-content: space-between;
3212
+ }
3213
+ nav.fixed {
3214
+ left: 0;
3215
+ position: fixed;
3216
+ right: 0;
3217
+ top: 0;
3218
+ }
3219
+ nav div {
3220
+ margin: 0 1rem;
3221
+ }
3222
+ nav ul.inline {
3223
+ margin-bottom: 0;
3224
+ margin-top: 10px;
3225
+ padding: 0;
3226
+ }
3227
+ nav ul.inline li {
3228
+ display: inline-block;
3229
+ margin: 0 0.5rem;
3230
+ }
3231
+ @media only screen and (max-width: 768px) {
3232
+ nav ul.inline li {
3233
+ display: block;
3234
+ margin: 1rem 0;
3235
+ }
3236
+ }
3237
+ nav a {
3238
+ color: #41403e;
3239
+ color: var(--primary);
3240
+ border-bottom-color: #41403e;
3241
+ border-bottom-color: var(--primary);
3242
+ background-image: none;
3243
+ border-bottom-left-radius: 15px 3px;
3244
+ border-bottom-right-radius: 15px 5px;
3245
+ border-bottom-style: solid;
3246
+ border-bottom-width: 5px;
3247
+ padding-bottom: 0.1rem;
3248
+ }
3249
+ nav a:hover {
3250
+ border-color: #41403e;
3251
+ border-color: var(--primary-light);
3252
+ border-bottom-style: solid;
3253
+ border-bottom-width: 5px;
3254
+ }
3255
+ nav ul.inline li a {
3256
+ font-size: 1.3rem;
3257
+ }
3258
+ nav ul.inline li::before {
3259
+ content: "";
3260
+ }
3261
+ @media only screen and (max-width: 992px) {
3262
+ nav ul {
3263
+ text-align: center;
3264
+ }
3265
+ }
3266
+ nav .nav-brand h1,
3267
+ nav .nav-brand h2,
3268
+ nav .nav-brand h3,
3269
+ nav .nav-brand h4,
3270
+ nav .nav-brand h5,
3271
+ nav .nav-brand h6 {
3272
+ margin: 0;
3273
+ margin-bottom: 0.2rem;
3274
+ }
3275
+ @media only screen and (max-width: 768px) {
3276
+ nav .collapsible {
3277
+ width: 100%;
3278
+ }
3279
+ }
3280
+ nav .collapsible input[id^=collapsible]:checked ~ div.collapsible-body {
3281
+ margin: 0;
3282
+ max-height: 960px;
3283
+ opacity: 1;
3284
+ padding: 0;
3285
+ }
3286
+ nav .collapsible:nth-of-type(1),
3287
+ nav .collapsible .collapsible-body {
3288
+ border: 0;
3289
+ }
3290
+ @media only screen and (min-width: 769px) {
3291
+ nav .collapsible:nth-of-type(1),
3292
+ nav .collapsible .collapsible-body {
3293
+ display: contents;
3294
+ }
3295
+ }
3296
+ nav div.collapsible-body {
3297
+ padding: none;
3298
+ }
3299
+ nav .collapsible label {
3300
+ border-color: #41403e;
3301
+ border-color: var(--primary);
3302
+ border-bottom-left-radius: 15px 255px;
3303
+ border-bottom-right-radius: 225px 15px;
3304
+ border-style: solid;
3305
+ border-top-left-radius: 255px 15px;
3306
+ border-top-right-radius: 15px 225px;
3307
+ border-width: 2px;
3308
+ }
3309
+ nav .collapsible > button {
3310
+ border: 0;
3311
+ }
3312
+ nav .collapsible > button,
3313
+ nav .collapsible > label {
3314
+ background-color: #41403e;
3315
+ background-color: var(--main-background);
3316
+ display: none;
3317
+ font-size: 0.5rem;
3318
+ margin-right: 1rem;
3319
+ padding: 0.25rem;
3320
+ position: absolute;
3321
+ right: 0;
3322
+ top: 0.2rem;
3323
+ }
3324
+ @media only screen and (max-width: 768px) {
3325
+ nav .collapsible > button,
3326
+ nav .collapsible > label {
3327
+ display: block;
3328
+ }
3329
+ }
3330
+ font-family: "Neucha", sans-serif;
3331
+ font-size: 20px;
3332
+ }
3333
+ :host .papier.is--dark {
3334
+ --primary: #fff;
3335
+ --secondary: #5595ce;
3336
+ --success: #70c272;
3337
+ --warning: #d4c252;
3338
+ --danger: #df4c57;
3339
+ --muted: #868e96;
3340
+ --primary-light: white;
3341
+ --secondary-light: #69a1d4;
3342
+ --success-light: #82ca84;
3343
+ --warning-light: #d9c966;
3344
+ --danger-light: #e3626b;
3345
+ --muted-light: #949ba2;
3346
+ --primary-dark: gray;
3347
+ --secondary-dark: #1f476b;
3348
+ --success-dark: #265927;
3349
+ --warning-dark: #71651c;
3350
+ --danger-dark: #7c161e;
3351
+ --muted-dark: #313538;
3352
+ --primary-light-10: white;
3353
+ --secondary-light-10: #7daed9;
3354
+ --success-light-10: #94d195;
3355
+ --warning-light-10: #ded07b;
3356
+ --danger-light-10: #e77780;
3357
+ --muted-light-10: #a1a8ae;
3358
+ --primary-dark-10: #e6e6e6;
3359
+ --secondary-dark-10: #367cba;
3360
+ --success-dark-10: #4cb34f;
3361
+ --warning-dark-10: #c3ae30;
3362
+ --danger-dark-10: #d22633;
3363
+ --muted-dark-10: #6c757d;
3364
+ --primary-shaded-50: #343332;
3365
+ --primary-shaded-70: #2f2e2d;
3366
+ --white-dark: rgba(255, 255, 255, 0.03);
3367
+ --white-dark-light-80: rgba(255, 255, 255, 0.03);
3368
+ --light-dark: rgba(255, 255, 255, 0.7);
3369
+ --white: white;
3370
+ --main-background: #41403e;
3371
+ --main-background-light: #c1c0bd;
3372
+ --black: black;
3373
+ --primary-text: #41403e;
3374
+ --secondary-text: #1f476b;
3375
+ --success-text: #265927;
3376
+ --warning-text: #71651c;
3377
+ --danger-text: #7c161e;
3378
+ --muted-text: #949ba2;
3379
+ --shadow-color-regular: rgba(0, 0, 0, 0.2);
3380
+ --shadow-color-hover: rgba(0, 0, 0, 0.3);
3381
+ --primary-inverse: #41403e;
3382
+ }
3383
+ :host .papier:not(.is--dark) {
3384
+ --primary: #41403e;
3385
+ --secondary: #0b74d5;
3386
+ --success: #86a361;
3387
+ --warning: #ddcd45;
3388
+ --danger: #a7342d;
3389
+ --muted: #868e96;
3390
+ --primary-light: #cdcccb;
3391
+ --secondary-light: #d8ebfd;
3392
+ --success-light: #d5dfc8;
3393
+ --warning-light: #f5f0c6;
3394
+ --danger-light: #f0cbc9;
3395
+ --muted-light: #e6e7e9;
3396
+ --primary-dark: black;
3397
+ --secondary-dark: black;
3398
+ --success-dark: #374427;
3399
+ --warning-dark: #746a15;
3400
+ --danger-dark: black;
3401
+ --muted-dark: #313538;
3402
+ --primary-light-10: #5b5a57;
3403
+ --secondary-light-10: #208ef3;
3404
+ --success-light-10: #9fb681;
3405
+ --warning-light-10: #e5d970;
3406
+ --danger-light-10: #cb453c;
3407
+ --muted-light-10: #a1a8ae;
3408
+ --primary-dark-10: #272625;
3409
+ --secondary-dark-10: #085aa5;
3410
+ --success-dark-10: #4a5a35;
3411
+ --warning-dark-10: #746a15;
3412
+ --danger-dark-10: #7f2722;
3413
+ --muted-dark-10: #6c757d;
3414
+ --primary-shaded-50: #c1c0bd;
3415
+ --primary-shaded-70: #f2f2f2;
3416
+ --white-dark: rgba(0, 0, 0, 0.03);
3417
+ --white-dark-light-80: rgba(204, 204, 204, 0.03);
3418
+ --light-dark: rgba(0, 0, 0, 0.7);
3419
+ --white: white;
3420
+ --main-background: white;
3421
+ --main-background-light: white;
3422
+ --black: black;
3423
+ --primary-text: #272625;
3424
+ --secondary-text: #085aa5;
3425
+ --success-text: #4a5a35;
3426
+ --warning-text: #746a15;
3427
+ --danger-text: #7f2722;
3428
+ --muted-text: #6c757d;
3429
+ --shadow-color-regular: rgba(0, 0, 0, 0.2);
3430
+ --shadow-color-hover: rgba(0, 0, 0, 0.3);
3431
+ --primary-inverse: #fff;
3432
+ }
3433
+ :host .papier.is--block {
3434
+ display: block;
3435
+ }
3436
+ :host .papier:not(.is--block) {
3437
+ display: inline-block;
3438
+ }