@nebularstreams/statify 3.0.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 (193) hide show
  1. package/dist/.DS_Store +0 -0
  2. package/dist/website.simple/webfonts/fa-brands-400.woff2 +0 -0
  3. package/dist/website.simple/webfonts/fa-solid-900.eot +0 -0
  4. package/dist/website.simple/webfonts/fa-solid-900.svg +4649 -0
  5. package/dist/website.simple/webfonts/fa-solid-900.ttf +0 -0
  6. package/dist/website.simple/webfonts/fa-solid-900.woff +0 -0
  7. package/dist/website.simple/webfonts/fa-solid-900.woff2 +0 -0
  8. package/dist/website.simple/website.css +32 -0
  9. package/dist/website.simple/website.min.js +6 -0
  10. package/dist/website.software/webfonts/fa-brands-400.woff2 +0 -0
  11. package/dist/website.software/webfonts/fa-solid-900.eot +0 -0
  12. package/dist/website.software/webfonts/fa-solid-900.svg +4649 -0
  13. package/dist/website.software/webfonts/fa-solid-900.ttf +0 -0
  14. package/dist/website.software/webfonts/fa-solid-900.woff +0 -0
  15. package/dist/website.software/webfonts/fa-solid-900.woff2 +0 -0
  16. package/dist/website.software/website.css +32 -0
  17. package/dist/website.software/website.min.js +6 -0
  18. package/dist/website.worlds/webfonts/fa-brands-400.woff2 +0 -0
  19. package/dist/website.worlds/webfonts/fa-solid-900.eot +0 -0
  20. package/dist/website.worlds/webfonts/fa-solid-900.svg +4649 -0
  21. package/dist/website.worlds/webfonts/fa-solid-900.ttf +0 -0
  22. package/dist/website.worlds/webfonts/fa-solid-900.woff +0 -0
  23. package/dist/website.worlds/webfonts/fa-solid-900.woff2 +0 -0
  24. package/dist/website.worlds/website.css +32 -0
  25. package/dist/website.worlds/website.min.js +6 -0
  26. package/package.json +49 -0
  27. package/readme.md +105 -0
  28. package/src/publisher-lib.js +179 -0
  29. package/src/publisher-list.js +91 -0
  30. package/src/publisher.js +38 -0
  31. package/src/util/cdn/nobj.cdn.js +88 -0
  32. package/src/util/htmlroute.js +39 -0
  33. package/src/util/markdown/lib.showdown.icon.js +62 -0
  34. package/src/util/markdown/lib.showdown.yt.js +54 -0
  35. package/src/util/markdown/markdown.js +144 -0
  36. package/src/util/navibar/util.navibar.js +63 -0
  37. package/src/util/sha.js +20 -0
  38. package/src/util/tokenizer.js +234 -0
  39. package/src/util/widgets/NoticeWidget.js +30 -0
  40. package/src/util/widgets/app.widgets.js +70 -0
  41. package/src/util/widgets/util.definewidget.js +14 -0
  42. package/src/widgets/Cookies.js +55 -0
  43. package/src/widgets/Frameset-simple.js +114 -0
  44. package/src/widgets/Frameset.js +124 -0
  45. package/src/widgets/Page.js +356 -0
  46. package/src/widgets/RightSide.js +93 -0
  47. package/src/widgets/Snippets.js +75 -0
  48. package/src/widgets/Tail.js +11 -0
  49. package/src/widgets/Widgets.js +10 -0
  50. package/src/widgets.client/Client.js +22 -0
  51. package/src/widgets.features/FeatureList.js +364 -0
  52. package/src/widgets.features/Youtube.js +23 -0
  53. package/src/widgets.features/bootcol.js +29 -0
  54. package/src/widgets.features/css/feature.css +112 -0
  55. package/src/widgets.features/css/tail.css +4 -0
  56. package/src/widgets.howto/Faq.js +201 -0
  57. package/src/widgets.howto/HowTo.js +419 -0
  58. package/src/widgets.howto/Tiles.js +51 -0
  59. package/src/widgets.howto/script-contractable.js +31 -0
  60. package/src/widgets.markdown/Document.js +84 -0
  61. package/src/widgets.market/MarketItem.js +278 -0
  62. package/src/widgets.market/MarketItem.orig.js +268 -0
  63. package/src/widgets.market/MarketItem.strips.js +276 -0
  64. package/src/widgets.market/StoryLicenseWIdget.js +45 -0
  65. package/src/widgets.market/app.utils.js +238 -0
  66. package/src.website/css/app/animations.css +27 -0
  67. package/src.website/css/app/ismobile.css +7 -0
  68. package/src.website/css/app/style.css +51 -0
  69. package/src.website/css/app/style.fullheight.css +9 -0
  70. package/src.website/css/app/style.mdblocks.css +59 -0
  71. package/src.website/css/app/style.putosafari.css +3 -0
  72. package/src.website/css/bootstrap/bootstrap-tiny-core.css +47 -0
  73. package/src.website/css/bootstrap/bootstrap-tiny-media-columns.css +1276 -0
  74. package/src.website/css/bootstrap/bootstrap-tiny-media-custom.css +59 -0
  75. package/src.website/css/bootstrap/bootstrap-tiny-media-display.css +279 -0
  76. package/src.website/css/bootstrap/bootstrap-tiny-media-flex.css +881 -0
  77. package/src.website/css/bootstrap/bootstrap-tiny-media-fonts.css +39 -0
  78. package/src.website/css/bootstrap/bootstrap-tiny-media-paddings.css +1348 -0
  79. package/src.website/css/css-core/core.ext.css +65 -0
  80. package/src.website/css/css-core/frontpage.css +28 -0
  81. package/src.website/css/css-core/root.css +34 -0
  82. package/src.website/css/css-core/root.fullheight.css +12 -0
  83. package/src.website/css/css-core/ui.dialog.round.css +14 -0
  84. package/src.website/css/css-core/ui.navibar.css +28 -0
  85. package/src.website/css/css-core/ui.notifications.css +12 -0
  86. package/src.website/css/css-featurelist/feature.css +196 -0
  87. package/src.website/css/css-featurelist/tail.css +4 -0
  88. package/src.website/css/css-screens/doc.css +22 -0
  89. package/src.website/css/css-screens/screens-meta.css +3 -0
  90. package/src.website/css/css-unsplash/unsplash.css +32 -0
  91. package/src.website/css/css-videos/youtube.css +28 -0
  92. package/src.website/css/css-wiki/wiki.css +206 -0
  93. package/src.website/css/css-wiki/wiki.sidepane.css +16 -0
  94. package/src.website/css/fontawesome/fa-brands.css +18 -0
  95. package/src.website/css/fontawesome/fa-solid.css +16 -0
  96. package/src.website/css/fontawesome/fa.css +4359 -0
  97. package/src.website/css/skin/mierda.css +15 -0
  98. package/src.website/css/skin/skin.dark.css +85 -0
  99. package/src.website/css/skin/skin.light.css +27 -0
  100. package/src.website/css/skin/vars.font.css +8 -0
  101. package/src.website/css/skin/vars.sizes.css +4 -0
  102. package/src.website/package-lock.json +2160 -0
  103. package/src.website/package.json +28 -0
  104. package/src.website/public/webfonts/fa-brands-400.woff2 +0 -0
  105. package/src.website/public/webfonts/fa-solid-900.eot +0 -0
  106. package/src.website/public/webfonts/fa-solid-900.svg +4649 -0
  107. package/src.website/public/webfonts/fa-solid-900.ttf +0 -0
  108. package/src.website/public/webfonts/fa-solid-900.woff +0 -0
  109. package/src.website/public/webfonts/fa-solid-900.woff2 +0 -0
  110. package/src.website/rollup.simple.mjs +36 -0
  111. package/src.website/rollup.software.mjs +36 -0
  112. package/src.website/rollup.terser.mjs +24 -0
  113. package/src.website/rollup.worlds.mjs +36 -0
  114. package/src.website/src/app/app.style.mjs +36 -0
  115. package/src.website/src/app/index.mjs +118 -0
  116. package/src.website/src/config.js +8 -0
  117. package/src.website/src/core/cdnmodel.mjs +7 -0
  118. package/src.website/src/core/clientruntime.mjs +41 -0
  119. package/src.website/src/core.cookies/analytics.mjs +96 -0
  120. package/src.website/src/core.cookies/cookiemanager.mjs +128 -0
  121. package/src.website/src/core.cookies/css/cookies.css +80 -0
  122. package/src.website/src/core.cookies/css/nocookies.css +48 -0
  123. package/src.website/src/core.extra/css/contractable.css +12 -0
  124. package/src.website/src/core.extra/css/faq.css +42 -0
  125. package/src.website/src/core.extra/css/howto.css +81 -0
  126. package/src.website/src/core.extra/extra.document.mjs +83 -0
  127. package/src.website/src/core.extra/extra.faq.mjs +30 -0
  128. package/src.website/src/core.extra/extra.mjs +62 -0
  129. package/src.website/src/main.simple.mjs +4 -0
  130. package/src.website/src/main.software.mjs +10 -0
  131. package/src.website/src/main.worlds.mjs +9 -0
  132. package/src.website/src/support/ismobile.mjs +4 -0
  133. package/src.website/src/support/nonce.mjs +4 -0
  134. package/src.website/src/support/persistsettings.mjs +41 -0
  135. package/src.website/src/support/qrcode.mjs +1269 -0
  136. package/src.website/src/support/timeutils.mjs +237 -0
  137. package/src.website/src/widgets/index.mjs +22 -0
  138. package/src.website/src.widgets/widgets.market/index.mjs +11 -0
  139. package/src.website/src.widgets/widgets.market/widgets/market/DiscoverWidget.mjs +401 -0
  140. package/src.website/src.widgets/widgets.market/widgets/market/EmptyNew.mjs +28 -0
  141. package/src.website/src.widgets/widgets.market/widgets/market/MarketDetail.mjs +78 -0
  142. package/src.website/src.widgets/widgets.market/widgets/market/MarketItem.mjs +349 -0
  143. package/src.website/src.widgets/widgets.market/widgets/market/MarketWidget.mjs +437 -0
  144. package/src.website/src.widgets/widgets.market/widgets/market/StoryLicenseWidget.mjs +34 -0
  145. package/src.website/src.widgets/widgets.market/widgets/market/css/market.css +394 -0
  146. package/src.website/src.widgets/widgets.market/widgets/market/css/notice.css +6 -0
  147. package/src.website/src.widgets/widgets.market/widgets/navibar/NaviBarWidget.mjs +58 -0
  148. package/src.website/src.widgets/widgets.market/widgets/navibar/css/titlebar.css +68 -0
  149. package/src.website/src.widgets/widgets.market/widgets/navibar/css/ui.navibar.css +28 -0
  150. package/src.website/src.widgets/widgets.software/index.mjs +9 -0
  151. package/src.website/src.widgets/widgets.software/widgets/BootStrapColumnWidget.mjs +17 -0
  152. package/src.website/src.widgets/widgets.software/widgets/DownloadWidget.mjs +210 -0
  153. package/src.website/src.widgets/widgets.software/widgets/LicenseWidget.js +103 -0
  154. package/src.website/src.widgets/widgets.software/widgets/css/download/download.css +110 -0
  155. package/src.website/src.widgets/widgets.software/widgets/css/license/beta.css +28 -0
  156. package/src.website/src.widgets/widgets.software/widgets/css/license/button.css +30 -0
  157. package/src.website/src.widgets/widgets.software/widgets/css/license/front.css +46 -0
  158. package/src.website/src.widgets/widgets.software/widgets/css/license/licenses.css +13 -0
  159. package/src.website/src.widgets/widgets.software/widgets/css/license/overstate.css +15 -0
  160. package/src.website/src.widgets/widgets.software/widgets/css/license/story.css +8 -0
  161. package/src.website/src.widgets/widgets.software/widgets/css/license/toolbar.css +9 -0
  162. package/src.website/src.widgets/widgets.software/widgets/support/version.mjs +88 -0
  163. package/src.website/src.widgets/widgets.worlds/index.mjs +11 -0
  164. package/src.website/src.widgets/widgets.worlds/widgets/LocalBrowser.mjs +386 -0
  165. package/src.website/src.widgets/widgets.worlds/widgets/LocalLauncher.code.mjs +247 -0
  166. package/src.website/src.widgets/widgets.worlds/widgets/LocalLauncher.mjs +239 -0
  167. package/src.website/src.widgets/widgets.worlds/widgets/css/input.css +32 -0
  168. package/src.website/src.widgets/widgets.worlds/widgets/css/localprojects.css +188 -0
  169. package/templates/documentation/assets/docs.css +7 -0
  170. package/templates/documentation/assets/images/right.webp +0 -0
  171. package/templates/documentation/images.json +12 -0
  172. package/templates/documentation/metadata.json +120 -0
  173. package/templates/documentation/pages/cookies.md +25 -0
  174. package/templates/documentation/pages/index.md +13 -0
  175. package/templates/documentation/pages/privacy.md +50 -0
  176. package/templates/documentation/pages/tos.md +49 -0
  177. package/templates/landing/assets/res/carousel/image-1.webp +0 -0
  178. package/templates/landing/assets/res/carousel/image-2.webp +0 -0
  179. package/templates/landing/assets/res/carousel/image-3.webp +0 -0
  180. package/templates/landing/assets/res/custom.css +122 -0
  181. package/templates/landing/assets/res/logos/favicon.ico +0 -0
  182. package/templates/landing/assets/res/logos/favicon.png +0 -0
  183. package/templates/landing/assets/res/logos/logo.medallion.png +0 -0
  184. package/templates/landing/assets/res/logos/logo.white.png +0 -0
  185. package/templates/landing/assets/res/proj/banda-tech-client.webp +0 -0
  186. package/templates/landing/assets/res/proj/banda-tech-server.webp +0 -0
  187. package/templates/landing/assets/res/proj/proj-common-ground.webp +0 -0
  188. package/templates/landing/assets/res/proj/proj-fieldnote.webp +0 -0
  189. package/templates/landing/assets/res/proj/proj-tribes.webp +0 -0
  190. package/templates/landing/images.json +932 -0
  191. package/templates/landing/metadata.json +115 -0
  192. package/templates/landing/pages/index.json +268 -0
  193. package/tool/cli.js +183 -0
@@ -0,0 +1,881 @@
1
+
2
+ .flex-row {
3
+ -ms-flex-direction: row !important;
4
+ flex-direction: row !important
5
+ }
6
+
7
+ .flex-column {
8
+ -ms-flex-direction: column !important;
9
+ flex-direction: column !important
10
+ }
11
+
12
+ .flex-row-reverse {
13
+ -ms-flex-direction: row-reverse !important;
14
+ flex-direction: row-reverse !important
15
+ }
16
+
17
+ .flex-column-reverse {
18
+ -ms-flex-direction: column-reverse !important;
19
+ flex-direction: column-reverse !important
20
+ }
21
+
22
+ .flex-wrap {
23
+ -ms-flex-wrap: wrap !important;
24
+ flex-wrap: wrap !important
25
+ }
26
+
27
+ .flex-nowrap {
28
+ -ms-flex-wrap: nowrap !important;
29
+ flex-wrap: nowrap !important
30
+ }
31
+
32
+ .flex-wrap-reverse {
33
+ -ms-flex-wrap: wrap-reverse !important;
34
+ flex-wrap: wrap-reverse !important
35
+ }
36
+
37
+ .justify-content-start {
38
+ -ms-flex-pack: start !important;
39
+ justify-content: flex-start !important
40
+ }
41
+
42
+ .justify-content-end {
43
+ -ms-flex-pack: end !important;
44
+ justify-content: flex-end !important
45
+ }
46
+
47
+ .justify-content-center {
48
+ -ms-flex-pack: center !important;
49
+ justify-content: center !important
50
+ }
51
+
52
+ .justify-content-between {
53
+ -ms-flex-pack: justify !important;
54
+ justify-content: space-between !important
55
+ }
56
+
57
+ .justify-content-around {
58
+ -ms-flex-pack: distribute !important;
59
+ justify-content: space-around !important
60
+ }
61
+
62
+ .align-items-start {
63
+ -ms-flex-align: start !important;
64
+ align-items: flex-start !important
65
+ }
66
+
67
+ .align-items-end {
68
+ -ms-flex-align: end !important;
69
+ align-items: flex-end !important
70
+ }
71
+
72
+ .align-items-center {
73
+ -ms-flex-align: center !important;
74
+ align-items: center !important
75
+ }
76
+
77
+ .align-items-baseline {
78
+ -ms-flex-align: baseline !important;
79
+ align-items: baseline !important
80
+ }
81
+
82
+ .align-items-stretch {
83
+ -ms-flex-align: stretch !important;
84
+ align-items: stretch !important
85
+ }
86
+
87
+ .align-content-start {
88
+ -ms-flex-line-pack: start !important;
89
+ align-content: flex-start !important
90
+ }
91
+
92
+ .align-content-end {
93
+ -ms-flex-line-pack: end !important;
94
+ align-content: flex-end !important
95
+ }
96
+
97
+ .align-content-center {
98
+ -ms-flex-line-pack: center !important;
99
+ align-content: center !important
100
+ }
101
+
102
+ .align-content-between {
103
+ -ms-flex-line-pack: justify !important;
104
+ align-content: space-between !important
105
+ }
106
+
107
+ .align-content-around {
108
+ -ms-flex-line-pack: distribute !important;
109
+ align-content: space-around !important
110
+ }
111
+
112
+ .align-content-stretch {
113
+ -ms-flex-line-pack: stretch !important;
114
+ align-content: stretch !important
115
+ }
116
+
117
+ .align-self-auto {
118
+ -ms-flex-item-align: auto !important;
119
+ align-self: auto !important
120
+ }
121
+
122
+ .align-self-start {
123
+ -ms-flex-item-align: start !important;
124
+ align-self: flex-start !important
125
+ }
126
+
127
+ .align-self-end {
128
+ -ms-flex-item-align: end !important;
129
+ align-self: flex-end !important
130
+ }
131
+
132
+ .align-self-center {
133
+ -ms-flex-item-align: center !important;
134
+ align-self: center !important
135
+ }
136
+
137
+ .align-self-baseline {
138
+ -ms-flex-item-align: baseline !important;
139
+ align-self: baseline !important
140
+ }
141
+
142
+ .align-self-stretch {
143
+ -ms-flex-item-align: stretch !important;
144
+ align-self: stretch !important
145
+ }
146
+
147
+ @media (min-width: 320px) {
148
+ .flex-xs-row {
149
+ -ms-flex-direction: row !important;
150
+ flex-direction: row !important
151
+ }
152
+
153
+ .flex-xs-column {
154
+ -ms-flex-direction: column !important;
155
+ flex-direction: column !important
156
+ }
157
+
158
+ .flex-xs-row-reverse {
159
+ -ms-flex-direction: row-reverse !important;
160
+ flex-direction: row-reverse !important
161
+ }
162
+
163
+ .flex-xs-column-reverse {
164
+ -ms-flex-direction: column-reverse !important;
165
+ flex-direction: column-reverse !important
166
+ }
167
+
168
+ .flex-xs-wrap {
169
+ -ms-flex-wrap: wrap !important;
170
+ flex-wrap: wrap !important
171
+ }
172
+
173
+ .flex-xs-nowrap {
174
+ -ms-flex-wrap: nowrap !important;
175
+ flex-wrap: nowrap !important
176
+ }
177
+
178
+ .flex-xs-wrap-reverse {
179
+ -ms-flex-wrap: wrap-reverse !important;
180
+ flex-wrap: wrap-reverse !important
181
+ }
182
+
183
+ .justify-content-xs-start {
184
+ -ms-flex-pack: start !important;
185
+ justify-content: flex-start !important
186
+ }
187
+
188
+ .justify-content-xs-end {
189
+ -ms-flex-pack: end !important;
190
+ justify-content: flex-end !important
191
+ }
192
+
193
+ .justify-content-xs-center {
194
+ -ms-flex-pack: center !important;
195
+ justify-content: center !important
196
+ }
197
+
198
+ .justify-content-xs-between {
199
+ -ms-flex-pack: justify !important;
200
+ justify-content: space-between !important
201
+ }
202
+
203
+ .justify-content-xs-around {
204
+ -ms-flex-pack: distribute !important;
205
+ justify-content: space-around !important
206
+ }
207
+
208
+ .align-items-xs-start {
209
+ -ms-flex-align: start !important;
210
+ align-items: flex-start !important
211
+ }
212
+
213
+ .align-items-xs-end {
214
+ -ms-flex-align: end !important;
215
+ align-items: flex-end !important
216
+ }
217
+
218
+ .align-items-xs-center {
219
+ -ms-flex-align: center !important;
220
+ align-items: center !important
221
+ }
222
+
223
+ .align-items-xs-baseline {
224
+ -ms-flex-align: baseline !important;
225
+ align-items: baseline !important
226
+ }
227
+
228
+ .align-items-xs-stretch {
229
+ -ms-flex-align: stretch !important;
230
+ align-items: stretch !important
231
+ }
232
+
233
+ .align-content-xs-start {
234
+ -ms-flex-line-pack: start !important;
235
+ align-content: flex-start !important
236
+ }
237
+
238
+ .align-content-xs-end {
239
+ -ms-flex-line-pack: end !important;
240
+ align-content: flex-end !important
241
+ }
242
+
243
+ .align-content-xs-center {
244
+ -ms-flex-line-pack: center !important;
245
+ align-content: center !important
246
+ }
247
+
248
+ .align-content-xs-between {
249
+ -ms-flex-line-pack: justify !important;
250
+ align-content: space-between !important
251
+ }
252
+
253
+ .align-content-xs-around {
254
+ -ms-flex-line-pack: distribute !important;
255
+ align-content: space-around !important
256
+ }
257
+
258
+ .align-content-xs-stretch {
259
+ -ms-flex-line-pack: stretch !important;
260
+ align-content: stretch !important
261
+ }
262
+
263
+ .align-self-xs-auto {
264
+ -ms-flex-item-align: auto !important;
265
+ align-self: auto !important
266
+ }
267
+
268
+ .align-self-xs-start {
269
+ -ms-flex-item-align: start !important;
270
+ align-self: flex-start !important
271
+ }
272
+
273
+ .align-self-xs-end {
274
+ -ms-flex-item-align: end !important;
275
+ align-self: flex-end !important
276
+ }
277
+
278
+ .align-self-xs-center {
279
+ -ms-flex-item-align: center !important;
280
+ align-self: center !important
281
+ }
282
+
283
+ .align-self-xs-baseline {
284
+ -ms-flex-item-align: baseline !important;
285
+ align-self: baseline !important
286
+ }
287
+
288
+ .align-self-xs-stretch {
289
+ -ms-flex-item-align: stretch !important;
290
+ align-self: stretch !important
291
+ }
292
+ }
293
+
294
+ @media (min-width: 576px) {
295
+ .flex-sm-row {
296
+ -ms-flex-direction: row !important;
297
+ flex-direction: row !important
298
+ }
299
+
300
+ .flex-sm-column {
301
+ -ms-flex-direction: column !important;
302
+ flex-direction: column !important
303
+ }
304
+
305
+ .flex-sm-row-reverse {
306
+ -ms-flex-direction: row-reverse !important;
307
+ flex-direction: row-reverse !important
308
+ }
309
+
310
+ .flex-sm-column-reverse {
311
+ -ms-flex-direction: column-reverse !important;
312
+ flex-direction: column-reverse !important
313
+ }
314
+
315
+ .flex-sm-wrap {
316
+ -ms-flex-wrap: wrap !important;
317
+ flex-wrap: wrap !important
318
+ }
319
+
320
+ .flex-sm-nowrap {
321
+ -ms-flex-wrap: nowrap !important;
322
+ flex-wrap: nowrap !important
323
+ }
324
+
325
+ .flex-sm-wrap-reverse {
326
+ -ms-flex-wrap: wrap-reverse !important;
327
+ flex-wrap: wrap-reverse !important
328
+ }
329
+
330
+ .justify-content-sm-start {
331
+ -ms-flex-pack: start !important;
332
+ justify-content: flex-start !important
333
+ }
334
+
335
+ .justify-content-sm-end {
336
+ -ms-flex-pack: end !important;
337
+ justify-content: flex-end !important
338
+ }
339
+
340
+ .justify-content-sm-center {
341
+ -ms-flex-pack: center !important;
342
+ justify-content: center !important
343
+ }
344
+
345
+ .justify-content-sm-between {
346
+ -ms-flex-pack: justify !important;
347
+ justify-content: space-between !important
348
+ }
349
+
350
+ .justify-content-sm-around {
351
+ -ms-flex-pack: distribute !important;
352
+ justify-content: space-around !important
353
+ }
354
+
355
+ .align-items-sm-start {
356
+ -ms-flex-align: start !important;
357
+ align-items: flex-start !important
358
+ }
359
+
360
+ .align-items-sm-end {
361
+ -ms-flex-align: end !important;
362
+ align-items: flex-end !important
363
+ }
364
+
365
+ .align-items-sm-center {
366
+ -ms-flex-align: center !important;
367
+ align-items: center !important
368
+ }
369
+
370
+ .align-items-sm-baseline {
371
+ -ms-flex-align: baseline !important;
372
+ align-items: baseline !important
373
+ }
374
+
375
+ .align-items-sm-stretch {
376
+ -ms-flex-align: stretch !important;
377
+ align-items: stretch !important
378
+ }
379
+
380
+ .align-content-sm-start {
381
+ -ms-flex-line-pack: start !important;
382
+ align-content: flex-start !important
383
+ }
384
+
385
+ .align-content-sm-end {
386
+ -ms-flex-line-pack: end !important;
387
+ align-content: flex-end !important
388
+ }
389
+
390
+ .align-content-sm-center {
391
+ -ms-flex-line-pack: center !important;
392
+ align-content: center !important
393
+ }
394
+
395
+ .align-content-sm-between {
396
+ -ms-flex-line-pack: justify !important;
397
+ align-content: space-between !important
398
+ }
399
+
400
+ .align-content-sm-around {
401
+ -ms-flex-line-pack: distribute !important;
402
+ align-content: space-around !important
403
+ }
404
+
405
+ .align-content-sm-stretch {
406
+ -ms-flex-line-pack: stretch !important;
407
+ align-content: stretch !important
408
+ }
409
+
410
+ .align-self-sm-auto {
411
+ -ms-flex-item-align: auto !important;
412
+ align-self: auto !important
413
+ }
414
+
415
+ .align-self-sm-start {
416
+ -ms-flex-item-align: start !important;
417
+ align-self: flex-start !important
418
+ }
419
+
420
+ .align-self-sm-end {
421
+ -ms-flex-item-align: end !important;
422
+ align-self: flex-end !important
423
+ }
424
+
425
+ .align-self-sm-center {
426
+ -ms-flex-item-align: center !important;
427
+ align-self: center !important
428
+ }
429
+
430
+ .align-self-sm-baseline {
431
+ -ms-flex-item-align: baseline !important;
432
+ align-self: baseline !important
433
+ }
434
+
435
+ .align-self-sm-stretch {
436
+ -ms-flex-item-align: stretch !important;
437
+ align-self: stretch !important
438
+ }
439
+ }
440
+
441
+ @media (min-width: 768px) {
442
+
443
+ .flex-md-row {
444
+ -ms-flex-direction: row !important;
445
+ flex-direction: row !important
446
+ }
447
+
448
+ .flex-md-column {
449
+ -ms-flex-direction: column !important;
450
+ flex-direction: column !important
451
+ }
452
+
453
+ .flex-md-row-reverse {
454
+ -ms-flex-direction: row-reverse !important;
455
+ flex-direction: row-reverse !important
456
+ }
457
+
458
+ .flex-md-column-reverse {
459
+ -ms-flex-direction: column-reverse !important;
460
+ flex-direction: column-reverse !important
461
+ }
462
+
463
+ .flex-md-wrap {
464
+ -ms-flex-wrap: wrap !important;
465
+ flex-wrap: wrap !important
466
+ }
467
+
468
+ .flex-md-nowrap {
469
+ -ms-flex-wrap: nowrap !important;
470
+ flex-wrap: nowrap !important
471
+ }
472
+
473
+ .flex-md-wrap-reverse {
474
+ -ms-flex-wrap: wrap-reverse !important;
475
+ flex-wrap: wrap-reverse !important
476
+ }
477
+
478
+ .justify-content-md-start {
479
+ -ms-flex-pack: start !important;
480
+ justify-content: flex-start !important
481
+ }
482
+
483
+ .justify-content-md-end {
484
+ -ms-flex-pack: end !important;
485
+ justify-content: flex-end !important
486
+ }
487
+
488
+ .justify-content-md-center {
489
+ -ms-flex-pack: center !important;
490
+ justify-content: center !important
491
+ }
492
+
493
+ .justify-content-md-between {
494
+ -ms-flex-pack: justify !important;
495
+ justify-content: space-between !important
496
+ }
497
+
498
+ .justify-content-md-around {
499
+ -ms-flex-pack: distribute !important;
500
+ justify-content: space-around !important
501
+ }
502
+
503
+ .align-items-md-start {
504
+ -ms-flex-align: start !important;
505
+ align-items: flex-start !important
506
+ }
507
+
508
+ .align-items-md-end {
509
+ -ms-flex-align: end !important;
510
+ align-items: flex-end !important
511
+ }
512
+
513
+ .align-items-md-center {
514
+ -ms-flex-align: center !important;
515
+ align-items: center !important
516
+ }
517
+
518
+ .align-items-md-baseline {
519
+ -ms-flex-align: baseline !important;
520
+ align-items: baseline !important
521
+ }
522
+
523
+ .align-items-md-stretch {
524
+ -ms-flex-align: stretch !important;
525
+ align-items: stretch !important
526
+ }
527
+
528
+ .align-content-md-start {
529
+ -ms-flex-line-pack: start !important;
530
+ align-content: flex-start !important
531
+ }
532
+
533
+ .align-content-md-end {
534
+ -ms-flex-line-pack: end !important;
535
+ align-content: flex-end !important
536
+ }
537
+
538
+ .align-content-md-center {
539
+ -ms-flex-line-pack: center !important;
540
+ align-content: center !important
541
+ }
542
+
543
+ .align-content-md-between {
544
+ -ms-flex-line-pack: justify !important;
545
+ align-content: space-between !important
546
+ }
547
+
548
+ .align-content-md-around {
549
+ -ms-flex-line-pack: distribute !important;
550
+ align-content: space-around !important
551
+ }
552
+
553
+ .align-content-md-stretch {
554
+ -ms-flex-line-pack: stretch !important;
555
+ align-content: stretch !important
556
+ }
557
+
558
+ .align-self-md-auto {
559
+ -ms-flex-item-align: auto !important;
560
+ align-self: auto !important
561
+ }
562
+
563
+ .align-self-md-start {
564
+ -ms-flex-item-align: start !important;
565
+ align-self: flex-start !important
566
+ }
567
+
568
+ .align-self-md-end {
569
+ -ms-flex-item-align: end !important;
570
+ align-self: flex-end !important
571
+ }
572
+
573
+ .align-self-md-center {
574
+ -ms-flex-item-align: center !important;
575
+ align-self: center !important
576
+ }
577
+
578
+ .align-self-md-baseline {
579
+ -ms-flex-item-align: baseline !important;
580
+ align-self: baseline !important
581
+ }
582
+
583
+ .align-self-md-stretch {
584
+ -ms-flex-item-align: stretch !important;
585
+ align-self: stretch !important
586
+ }
587
+ }
588
+
589
+ @media (min-width: 992px) {
590
+ .flex-lg-row {
591
+ -ms-flex-direction: row !important;
592
+ flex-direction: row !important
593
+ }
594
+
595
+ .flex-lg-column {
596
+ -ms-flex-direction: column !important;
597
+ flex-direction: column !important
598
+ }
599
+
600
+ .flex-lg-row-reverse {
601
+ -ms-flex-direction: row-reverse !important;
602
+ flex-direction: row-reverse !important
603
+ }
604
+
605
+ .flex-lg-column-reverse {
606
+ -ms-flex-direction: column-reverse !important;
607
+ flex-direction: column-reverse !important
608
+ }
609
+
610
+ .flex-lg-wrap {
611
+ -ms-flex-wrap: wrap !important;
612
+ flex-wrap: wrap !important
613
+ }
614
+
615
+ .flex-lg-nowrap {
616
+ -ms-flex-wrap: nowrap !important;
617
+ flex-wrap: nowrap !important
618
+ }
619
+
620
+ .flex-lg-wrap-reverse {
621
+ -ms-flex-wrap: wrap-reverse !important;
622
+ flex-wrap: wrap-reverse !important
623
+ }
624
+
625
+ .justify-content-lg-start {
626
+ -ms-flex-pack: start !important;
627
+ justify-content: flex-start !important
628
+ }
629
+
630
+ .justify-content-lg-end {
631
+ -ms-flex-pack: end !important;
632
+ justify-content: flex-end !important
633
+ }
634
+
635
+ .justify-content-lg-center {
636
+ -ms-flex-pack: center !important;
637
+ justify-content: center !important
638
+ }
639
+
640
+ .justify-content-lg-between {
641
+ -ms-flex-pack: justify !important;
642
+ justify-content: space-between !important
643
+ }
644
+
645
+ .justify-content-lg-around {
646
+ -ms-flex-pack: distribute !important;
647
+ justify-content: space-around !important
648
+ }
649
+
650
+ .align-items-lg-start {
651
+ -ms-flex-align: start !important;
652
+ align-items: flex-start !important
653
+ }
654
+
655
+ .align-items-lg-end {
656
+ -ms-flex-align: end !important;
657
+ align-items: flex-end !important
658
+ }
659
+
660
+ .align-items-lg-center {
661
+ -ms-flex-align: center !important;
662
+ align-items: center !important
663
+ }
664
+
665
+ .align-items-lg-baseline {
666
+ -ms-flex-align: baseline !important;
667
+ align-items: baseline !important
668
+ }
669
+
670
+ .align-items-lg-stretch {
671
+ -ms-flex-align: stretch !important;
672
+ align-items: stretch !important
673
+ }
674
+
675
+ .align-content-lg-start {
676
+ -ms-flex-line-pack: start !important;
677
+ align-content: flex-start !important
678
+ }
679
+
680
+ .align-content-lg-end {
681
+ -ms-flex-line-pack: end !important;
682
+ align-content: flex-end !important
683
+ }
684
+
685
+ .align-content-lg-center {
686
+ -ms-flex-line-pack: center !important;
687
+ align-content: center !important
688
+ }
689
+
690
+ .align-content-lg-between {
691
+ -ms-flex-line-pack: justify !important;
692
+ align-content: space-between !important
693
+ }
694
+
695
+ .align-content-lg-around {
696
+ -ms-flex-line-pack: distribute !important;
697
+ align-content: space-around !important
698
+ }
699
+
700
+ .align-content-lg-stretch {
701
+ -ms-flex-line-pack: stretch !important;
702
+ align-content: stretch !important
703
+ }
704
+
705
+ .align-self-lg-auto {
706
+ -ms-flex-item-align: auto !important;
707
+ align-self: auto !important
708
+ }
709
+
710
+ .align-self-lg-start {
711
+ -ms-flex-item-align: start !important;
712
+ align-self: flex-start !important
713
+ }
714
+
715
+ .align-self-lg-end {
716
+ -ms-flex-item-align: end !important;
717
+ align-self: flex-end !important
718
+ }
719
+
720
+ .align-self-lg-center {
721
+ -ms-flex-item-align: center !important;
722
+ align-self: center !important
723
+ }
724
+
725
+ .align-self-lg-baseline {
726
+ -ms-flex-item-align: baseline !important;
727
+ align-self: baseline !important
728
+ }
729
+
730
+ .align-self-lg-stretch {
731
+ -ms-flex-item-align: stretch !important;
732
+ align-self: stretch !important
733
+ }
734
+ }
735
+
736
+ @media (min-width: 1200px) {
737
+ .flex-xl-row {
738
+ -ms-flex-direction: row !important;
739
+ flex-direction: row !important
740
+ }
741
+
742
+ .flex-xl-column {
743
+ -ms-flex-direction: column !important;
744
+ flex-direction: column !important
745
+ }
746
+
747
+ .flex-xl-row-reverse {
748
+ -ms-flex-direction: row-reverse !important;
749
+ flex-direction: row-reverse !important
750
+ }
751
+
752
+ .flex-xl-column-reverse {
753
+ -ms-flex-direction: column-reverse !important;
754
+ flex-direction: column-reverse !important
755
+ }
756
+
757
+ .flex-xl-wrap {
758
+ -ms-flex-wrap: wrap !important;
759
+ flex-wrap: wrap !important
760
+ }
761
+
762
+ .flex-xl-nowrap {
763
+ -ms-flex-wrap: nowrap !important;
764
+ flex-wrap: nowrap !important
765
+ }
766
+
767
+ .flex-xl-wrap-reverse {
768
+ -ms-flex-wrap: wrap-reverse !important;
769
+ flex-wrap: wrap-reverse !important
770
+ }
771
+
772
+ .justify-content-xl-start {
773
+ -ms-flex-pack: start !important;
774
+ justify-content: flex-start !important
775
+ }
776
+
777
+ .justify-content-xl-end {
778
+ -ms-flex-pack: end !important;
779
+ justify-content: flex-end !important
780
+ }
781
+
782
+ .justify-content-xl-center {
783
+ -ms-flex-pack: center !important;
784
+ justify-content: center !important
785
+ }
786
+
787
+ .justify-content-xl-between {
788
+ -ms-flex-pack: justify !important;
789
+ justify-content: space-between !important
790
+ }
791
+
792
+ .justify-content-xl-around {
793
+ -ms-flex-pack: distribute !important;
794
+ justify-content: space-around !important
795
+ }
796
+
797
+ .align-items-xl-start {
798
+ -ms-flex-align: start !important;
799
+ align-items: flex-start !important
800
+ }
801
+
802
+ .align-items-xl-end {
803
+ -ms-flex-align: end !important;
804
+ align-items: flex-end !important
805
+ }
806
+
807
+ .align-items-xl-center {
808
+ -ms-flex-align: center !important;
809
+ align-items: center !important
810
+ }
811
+
812
+ .align-items-xl-baseline {
813
+ -ms-flex-align: baseline !important;
814
+ align-items: baseline !important
815
+ }
816
+
817
+ .align-items-xl-stretch {
818
+ -ms-flex-align: stretch !important;
819
+ align-items: stretch !important
820
+ }
821
+
822
+ .align-content-xl-start {
823
+ -ms-flex-line-pack: start !important;
824
+ align-content: flex-start !important
825
+ }
826
+
827
+ .align-content-xl-end {
828
+ -ms-flex-line-pack: end !important;
829
+ align-content: flex-end !important
830
+ }
831
+
832
+ .align-content-xl-center {
833
+ -ms-flex-line-pack: center !important;
834
+ align-content: center !important
835
+ }
836
+
837
+ .align-content-xl-between {
838
+ -ms-flex-line-pack: justify !important;
839
+ align-content: space-between !important
840
+ }
841
+
842
+ .align-content-xl-around {
843
+ -ms-flex-line-pack: distribute !important;
844
+ align-content: space-around !important
845
+ }
846
+
847
+ .align-content-xl-stretch {
848
+ -ms-flex-line-pack: stretch !important;
849
+ align-content: stretch !important
850
+ }
851
+
852
+ .align-self-xl-auto {
853
+ -ms-flex-item-align: auto !important;
854
+ align-self: auto !important
855
+ }
856
+
857
+ .align-self-xl-start {
858
+ -ms-flex-item-align: start !important;
859
+ align-self: flex-start !important
860
+ }
861
+
862
+ .align-self-xl-end {
863
+ -ms-flex-item-align: end !important;
864
+ align-self: flex-end !important
865
+ }
866
+
867
+ .align-self-xl-center {
868
+ -ms-flex-item-align: center !important;
869
+ align-self: center !important
870
+ }
871
+
872
+ .align-self-xl-baseline {
873
+ -ms-flex-item-align: baseline !important;
874
+ align-self: baseline !important
875
+ }
876
+
877
+ .align-self-xl-stretch {
878
+ -ms-flex-item-align: stretch !important;
879
+ align-self: stretch !important
880
+ }
881
+ }