@amiceli/papierjs 0.7.0 → 0.9.0

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