fomantic-ui 2.10.0-beta.8 → 2.10.0-beta.81

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 (345) hide show
  1. package/.eslintrc.js +6 -23
  2. package/.github/workflows/ci.yml +9 -9
  3. package/.github/workflows/depsreview.yml +1 -1
  4. package/.github/workflows/nightly.yml +7 -5
  5. package/.github/workflows/release.yml +2 -2
  6. package/.stylelintrc.js +1 -15
  7. package/CHANGELOG.md +5289 -2325
  8. package/README.md +8 -4
  9. package/changelog-setup.js +32 -10
  10. package/changelog-template.hbs +256 -251
  11. package/dist/components/accordion.css +1 -1
  12. package/dist/components/accordion.js +62 -73
  13. package/dist/components/accordion.min.css +1 -1
  14. package/dist/components/accordion.min.js +3 -3
  15. package/dist/components/ad.css +1 -1
  16. package/dist/components/ad.min.css +1 -1
  17. package/dist/components/api.js +101 -161
  18. package/dist/components/api.min.js +3 -3
  19. package/dist/components/breadcrumb.css +1 -1
  20. package/dist/components/breadcrumb.min.css +1 -1
  21. package/dist/components/button.css +5 -6
  22. package/dist/components/button.min.css +2 -2
  23. package/dist/components/calendar.css +3 -3
  24. package/dist/components/calendar.js +283 -332
  25. package/dist/components/calendar.min.css +2 -2
  26. package/dist/components/calendar.min.js +3 -3
  27. package/dist/components/card.css +1 -1
  28. package/dist/components/card.min.css +1 -1
  29. package/dist/components/checkbox.css +1 -1
  30. package/dist/components/checkbox.js +58 -79
  31. package/dist/components/checkbox.min.css +1 -1
  32. package/dist/components/checkbox.min.js +3 -3
  33. package/dist/components/comment.css +1 -1
  34. package/dist/components/comment.min.css +1 -1
  35. package/dist/components/container.css +1 -1
  36. package/dist/components/container.min.css +1 -1
  37. package/dist/components/dimmer.css +2 -2
  38. package/dist/components/dimmer.js +39 -52
  39. package/dist/components/dimmer.min.css +2 -2
  40. package/dist/components/dimmer.min.js +3 -3
  41. package/dist/components/divider.css +1 -1
  42. package/dist/components/divider.min.css +1 -1
  43. package/dist/components/dropdown.css +21 -35
  44. package/dist/components/dropdown.js +435 -531
  45. package/dist/components/dropdown.min.css +2 -2
  46. package/dist/components/dropdown.min.js +3 -3
  47. package/dist/components/embed.css +1 -1
  48. package/dist/components/embed.js +55 -68
  49. package/dist/components/embed.min.css +1 -1
  50. package/dist/components/embed.min.js +3 -3
  51. package/dist/components/emoji.css +3809 -7617
  52. package/dist/components/emoji.min.css +2 -2
  53. package/dist/components/feed.css +1 -1
  54. package/dist/components/feed.min.css +1 -1
  55. package/dist/components/flag.css +1 -1
  56. package/dist/components/flag.min.css +1 -1
  57. package/dist/components/flyout.css +1 -1
  58. package/dist/components/flyout.js +149 -168
  59. package/dist/components/flyout.min.css +1 -1
  60. package/dist/components/flyout.min.js +3 -3
  61. package/dist/components/form.css +3 -5
  62. package/dist/components/form.js +249 -269
  63. package/dist/components/form.min.css +2 -2
  64. package/dist/components/form.min.js +3 -3
  65. package/dist/components/grid.css +2 -2
  66. package/dist/components/grid.min.css +2 -2
  67. package/dist/components/header.css +6 -6
  68. package/dist/components/header.min.css +2 -2
  69. package/dist/components/icon.css +10 -37
  70. package/dist/components/icon.min.css +2 -2
  71. package/dist/components/image.css +1 -1
  72. package/dist/components/image.min.css +1 -1
  73. package/dist/components/input.css +284 -12
  74. package/dist/components/input.min.css +2 -2
  75. package/dist/components/item.css +1 -1
  76. package/dist/components/item.min.css +1 -1
  77. package/dist/components/label.css +6 -14
  78. package/dist/components/label.min.css +2 -2
  79. package/dist/components/list.css +3 -3
  80. package/dist/components/list.min.css +2 -2
  81. package/dist/components/loader.css +53 -53
  82. package/dist/components/loader.min.css +2 -2
  83. package/dist/components/menu.css +45 -60
  84. package/dist/components/menu.min.css +2 -2
  85. package/dist/components/message.css +2 -2
  86. package/dist/components/message.min.css +2 -2
  87. package/dist/components/modal.css +5 -5
  88. package/dist/components/modal.js +161 -170
  89. package/dist/components/modal.min.css +2 -2
  90. package/dist/components/modal.min.js +3 -3
  91. package/dist/components/nag.css +1 -1
  92. package/dist/components/nag.js +74 -88
  93. package/dist/components/nag.min.css +1 -1
  94. package/dist/components/nag.min.js +3 -3
  95. package/dist/components/placeholder.css +2 -2
  96. package/dist/components/placeholder.min.css +2 -2
  97. package/dist/components/popup.css +19 -73
  98. package/dist/components/popup.js +105 -138
  99. package/dist/components/popup.min.css +2 -2
  100. package/dist/components/popup.min.js +3 -3
  101. package/dist/components/progress.css +4 -13
  102. package/dist/components/progress.js +75 -97
  103. package/dist/components/progress.min.css +2 -2
  104. package/dist/components/progress.min.js +3 -3
  105. package/dist/components/rail.css +1 -1
  106. package/dist/components/rail.min.css +1 -1
  107. package/dist/components/rating.css +1 -1
  108. package/dist/components/rating.js +49 -61
  109. package/dist/components/rating.min.css +1 -1
  110. package/dist/components/rating.min.js +3 -3
  111. package/dist/components/reset.css +48 -208
  112. package/dist/components/reset.min.css +2 -2
  113. package/dist/components/reveal.css +2 -5
  114. package/dist/components/reveal.min.css +2 -2
  115. package/dist/components/search.css +2 -3
  116. package/dist/components/search.js +178 -198
  117. package/dist/components/search.min.css +2 -2
  118. package/dist/components/search.min.js +3 -3
  119. package/dist/components/segment.css +6 -6
  120. package/dist/components/segment.min.css +2 -2
  121. package/dist/components/shape.css +1 -1
  122. package/dist/components/shape.js +59 -69
  123. package/dist/components/shape.min.css +1 -1
  124. package/dist/components/shape.min.js +3 -3
  125. package/dist/components/sidebar.css +1 -1
  126. package/dist/components/sidebar.js +81 -101
  127. package/dist/components/sidebar.min.css +1 -1
  128. package/dist/components/sidebar.min.js +3 -3
  129. package/dist/components/site.css +1 -1
  130. package/dist/components/site.js +37 -58
  131. package/dist/components/site.min.css +1 -1
  132. package/dist/components/site.min.js +3 -3
  133. package/dist/components/slider.css +1 -1
  134. package/dist/components/slider.js +169 -183
  135. package/dist/components/slider.min.css +1 -1
  136. package/dist/components/slider.min.js +3 -3
  137. package/dist/components/state.js +45 -59
  138. package/dist/components/state.min.js +3 -3
  139. package/dist/components/statistic.css +1 -1
  140. package/dist/components/statistic.min.css +1 -1
  141. package/dist/components/step.css +4 -4
  142. package/dist/components/step.min.css +2 -2
  143. package/dist/components/sticky.css +1 -1
  144. package/dist/components/sticky.js +95 -117
  145. package/dist/components/sticky.min.css +1 -1
  146. package/dist/components/sticky.min.js +3 -3
  147. package/dist/components/tab.css +1 -1
  148. package/dist/components/tab.js +83 -115
  149. package/dist/components/tab.min.css +1 -1
  150. package/dist/components/tab.min.js +3 -3
  151. package/dist/components/table.css +8 -8
  152. package/dist/components/table.min.css +2 -2
  153. package/dist/components/text.css +1 -1
  154. package/dist/components/text.min.css +1 -1
  155. package/dist/components/toast.css +1 -1
  156. package/dist/components/toast.js +64 -74
  157. package/dist/components/toast.min.css +1 -1
  158. package/dist/components/toast.min.js +3 -3
  159. package/dist/components/transition.css +1 -1
  160. package/dist/components/transition.js +61 -85
  161. package/dist/components/transition.min.css +1 -1
  162. package/dist/components/transition.min.js +3 -3
  163. package/dist/components/visibility.js +120 -140
  164. package/dist/components/visibility.min.js +3 -3
  165. package/dist/semantic.css +4480 -8222
  166. package/dist/semantic.js +2886 -3485
  167. package/dist/semantic.min.css +3 -3
  168. package/dist/semantic.min.js +3 -3
  169. package/examples/attached.html +1 -1
  170. package/examples/components/menu.html +1 -1
  171. package/package.json +8 -5
  172. package/scripts/nightly-version.js +4 -4
  173. package/src/definitions/behaviors/api.js +100 -160
  174. package/src/definitions/behaviors/form.js +248 -268
  175. package/src/definitions/behaviors/state.js +44 -58
  176. package/src/definitions/behaviors/visibility.js +119 -139
  177. package/src/definitions/collections/breadcrumb.less +0 -1
  178. package/src/definitions/collections/form.less +3 -9
  179. package/src/definitions/collections/grid.less +1 -2
  180. package/src/definitions/collections/menu.less +106 -117
  181. package/src/definitions/collections/message.less +1 -2
  182. package/src/definitions/collections/table.less +7 -8
  183. package/src/definitions/elements/button.less +4 -6
  184. package/src/definitions/elements/container.less +0 -1
  185. package/src/definitions/elements/divider.less +1 -2
  186. package/src/definitions/elements/emoji.less +1 -1
  187. package/src/definitions/elements/flag.less +1 -1
  188. package/src/definitions/elements/header.less +4 -5
  189. package/src/definitions/elements/icon.less +10 -37
  190. package/src/definitions/elements/image.less +0 -1
  191. package/src/definitions/elements/input.less +4 -7
  192. package/src/definitions/elements/label.less +5 -14
  193. package/src/definitions/elements/list.less +2 -3
  194. package/src/definitions/elements/loader.less +10 -11
  195. package/src/definitions/elements/placeholder.less +1 -2
  196. package/src/definitions/elements/rail.less +0 -1
  197. package/src/definitions/elements/reveal.less +1 -5
  198. package/src/definitions/elements/segment.less +5 -6
  199. package/src/definitions/elements/step.less +3 -4
  200. package/src/definitions/elements/text.less +0 -1
  201. package/src/definitions/globals/reset.less +0 -1
  202. package/src/definitions/globals/site.js +36 -57
  203. package/src/definitions/globals/site.less +0 -1
  204. package/src/definitions/modules/accordion.js +61 -72
  205. package/src/definitions/modules/accordion.less +0 -1
  206. package/src/definitions/modules/calendar.js +282 -331
  207. package/src/definitions/modules/calendar.less +2 -3
  208. package/src/definitions/modules/checkbox.js +57 -78
  209. package/src/definitions/modules/checkbox.less +0 -1
  210. package/src/definitions/modules/dimmer.js +38 -51
  211. package/src/definitions/modules/dimmer.less +1 -2
  212. package/src/definitions/modules/dropdown.js +434 -530
  213. package/src/definitions/modules/dropdown.less +27 -38
  214. package/src/definitions/modules/embed.js +54 -67
  215. package/src/definitions/modules/embed.less +0 -1
  216. package/src/definitions/modules/flyout.js +148 -167
  217. package/src/definitions/modules/flyout.less +0 -1
  218. package/src/definitions/modules/modal.js +160 -169
  219. package/src/definitions/modules/modal.less +3 -4
  220. package/src/definitions/modules/nag.js +73 -87
  221. package/src/definitions/modules/nag.less +0 -1
  222. package/src/definitions/modules/popup.js +104 -137
  223. package/src/definitions/modules/popup.less +18 -73
  224. package/src/definitions/modules/progress.js +74 -96
  225. package/src/definitions/modules/progress.less +3 -13
  226. package/src/definitions/modules/rating.js +48 -60
  227. package/src/definitions/modules/rating.less +0 -1
  228. package/src/definitions/modules/search.js +177 -197
  229. package/src/definitions/modules/search.less +2 -4
  230. package/src/definitions/modules/shape.js +58 -68
  231. package/src/definitions/modules/shape.less +0 -1
  232. package/src/definitions/modules/sidebar.js +80 -100
  233. package/src/definitions/modules/sidebar.less +0 -1
  234. package/src/definitions/modules/slider.js +168 -182
  235. package/src/definitions/modules/slider.less +0 -1
  236. package/src/definitions/modules/sticky.js +94 -116
  237. package/src/definitions/modules/sticky.less +0 -1
  238. package/src/definitions/modules/tab.js +82 -114
  239. package/src/definitions/modules/tab.less +0 -1
  240. package/src/definitions/modules/toast.js +63 -73
  241. package/src/definitions/modules/toast.less +0 -1
  242. package/src/definitions/modules/transition.js +60 -84
  243. package/src/definitions/modules/transition.less +1 -2
  244. package/src/definitions/views/ad.less +0 -1
  245. package/src/definitions/views/card.less +0 -1
  246. package/src/definitions/views/comment.less +0 -1
  247. package/src/definitions/views/feed.less +0 -1
  248. package/src/definitions/views/item.less +0 -1
  249. package/src/definitions/views/statistic.less +0 -1
  250. package/src/semantic.less +1 -1
  251. package/src/themes/amazon/elements/button.overrides +1 -1
  252. package/src/themes/amazon/elements/button.variables +5 -6
  253. package/src/themes/amazon/globals/site.variables +2 -3
  254. package/src/themes/bookish/elements/header.variables +2 -2
  255. package/src/themes/bootstrap3/elements/button.variables +4 -5
  256. package/src/themes/chubby/collections/menu.variables +1 -1
  257. package/src/themes/chubby/elements/button.overrides +4 -4
  258. package/src/themes/chubby/modules/accordion.overrides +1 -1
  259. package/src/themes/chubby/views/comment.overrides +2 -2
  260. package/src/themes/chubby/views/comment.variables +2 -2
  261. package/src/themes/classic/collections/table.variables +2 -2
  262. package/src/themes/classic/elements/button.variables +11 -11
  263. package/src/themes/classic/modules/progress.variables +2 -2
  264. package/src/themes/classic/views/card.variables +2 -2
  265. package/src/themes/default/collections/form.variables +2 -3
  266. package/src/themes/default/collections/menu.variables +28 -28
  267. package/src/themes/default/collections/message.variables +1 -1
  268. package/src/themes/default/collections/table.variables +4 -4
  269. package/src/themes/default/elements/button.variables +9 -10
  270. package/src/themes/default/elements/divider.variables +1 -1
  271. package/src/themes/default/elements/icon.variables +2 -2
  272. package/src/themes/default/elements/image.variables +1 -1
  273. package/src/themes/default/elements/input.variables +2 -2
  274. package/src/themes/default/elements/label.variables +4 -4
  275. package/src/themes/default/elements/list.variables +1 -1
  276. package/src/themes/default/elements/placeholder.variables +6 -6
  277. package/src/themes/default/elements/segment.variables +8 -8
  278. package/src/themes/default/globals/reset.overrides +45 -201
  279. package/src/themes/default/globals/site.variables +50 -50
  280. package/src/themes/default/globals/variation.variables +3 -2
  281. package/src/themes/default/modules/accordion.variables +0 -1
  282. package/src/themes/default/modules/checkbox.variables +1 -1
  283. package/src/themes/default/modules/dimmer.variables +12 -12
  284. package/src/themes/default/modules/dropdown.variables +17 -16
  285. package/src/themes/default/modules/embed.variables +2 -2
  286. package/src/themes/default/modules/flyout.variables +3 -3
  287. package/src/themes/default/modules/modal.variables +14 -14
  288. package/src/themes/default/modules/nag.variables +1 -1
  289. package/src/themes/default/modules/rating.variables +1 -1
  290. package/src/themes/default/modules/search.variables +1 -1
  291. package/src/themes/default/modules/shape.variables +1 -1
  292. package/src/themes/default/modules/sidebar.variables +2 -2
  293. package/src/themes/default/modules/toast.variables +4 -4
  294. package/src/themes/default/views/card.variables +6 -7
  295. package/src/themes/default/views/feed.variables +4 -4
  296. package/src/themes/default/views/item.variables +2 -3
  297. package/src/themes/flat/collections/form.variables +1 -1
  298. package/src/themes/flat/globals/site.variables +9 -9
  299. package/src/themes/github/collections/form.overrides +3 -3
  300. package/src/themes/github/collections/form.variables +3 -3
  301. package/src/themes/github/collections/menu.overrides +1 -1
  302. package/src/themes/github/collections/menu.variables +10 -10
  303. package/src/themes/github/collections/message.variables +6 -6
  304. package/src/themes/github/elements/button.variables +17 -17
  305. package/src/themes/github/elements/input.variables +3 -3
  306. package/src/themes/github/elements/segment.variables +2 -2
  307. package/src/themes/github/elements/step.overrides +4 -4
  308. package/src/themes/github/elements/step.variables +3 -3
  309. package/src/themes/github/globals/site.variables +2 -2
  310. package/src/themes/github/modules/dropdown.variables +1 -3
  311. package/src/themes/gmail/collections/message.variables +2 -2
  312. package/src/themes/material/collections/menu.variables +1 -1
  313. package/src/themes/material/elements/button.overrides +4 -4
  314. package/src/themes/material/elements/button.variables +5 -5
  315. package/src/themes/material/modules/dropdown.variables +1 -1
  316. package/src/themes/material/modules/modal.variables +1 -1
  317. package/src/themes/raised/elements/button.variables +1 -1
  318. package/src/themes/round/elements/button.variables +12 -12
  319. package/src/themes/striped/modules/progress.overrides +3 -3
  320. package/src/themes/timeline/views/feed.variables +2 -2
  321. package/src/themes/twitter/elements/button.overrides +1 -1
  322. package/src/themes/twitter/elements/button.variables +4 -5
  323. package/tasks/admin/components/create.js +12 -15
  324. package/tasks/admin/components/init.js +11 -12
  325. package/tasks/admin/components/update.js +19 -20
  326. package/tasks/admin/distributions/create.js +30 -51
  327. package/tasks/admin/distributions/init.js +11 -12
  328. package/tasks/admin/distributions/update.js +18 -19
  329. package/tasks/admin/register.js +7 -7
  330. package/tasks/build/assets.js +1 -1
  331. package/tasks/build/css.js +5 -5
  332. package/tasks/build/javascript.js +1 -1
  333. package/tasks/config/admin/github.js +1 -1
  334. package/tasks/config/admin/templates/css-package.js +1 -1
  335. package/tasks/config/admin/templates/less-package.js +1 -1
  336. package/tasks/config/project/config.js +10 -10
  337. package/tasks/config/project/install.js +12 -12
  338. package/tasks/config/project/release.js +6 -12
  339. package/tasks/config/tasks.js +15 -11
  340. package/tasks/config/user.js +1 -4
  341. package/tasks/docs/metadata.js +18 -20
  342. package/tasks/install.js +14 -12
  343. package/test/meteor/assets.js +4 -4
  344. package/test/meteor/fonts.js +10 -11
  345. package/test/modules/module.spec.js +18 -18
@@ -1,9 +1,9 @@
1
1
  /*!
2
- * # Fomantic-UI 2.10.0-beta.8+62e258f - Step
2
+ * # Fomantic-UI 2.10.0-beta.81+4f706c2 - Step
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
7
  * https://opensource.org/licenses/MIT
8
8
  *
9
- */.ui.steps:not(.circular){display:inline-flex;flex-direction:row;align-items:stretch;margin:1em 0;background:"";box-shadow:none;line-height:1.14285714em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.steps:not(.unstackable){flex-wrap:wrap}.ui.steps:first-child{margin-top:0}.ui.steps:last-child{margin-bottom:0}.ui.steps:not(.circular) .step{position:relative;display:flex;flex:1 0 auto;flex-flow:row wrap;vertical-align:middle;align-items:center;justify-content:center;margin:0 0;padding:1.14285714em 2em;background:#fff;color:rgba(0,0,0,.87);box-shadow:none;border-radius:0;border:none;border-right:1px solid rgba(34,36,38,.15);transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease}.ui.steps:not(.circular) .step::after{display:none;position:absolute;z-index:2;content:"";top:50%;right:0;background-color:#fff;width:1.14285714em;height:1.14285714em;border-style:solid;border-color:rgba(34,36,38,.15);border-width:0 1px 1px 0;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;transform:translateY(-50%) translateX(50%) rotate(-45deg)}.ui.steps:not(.circular) .step:first-child{padding-left:2em;border-radius:.28571429rem 0 0 .28571429rem}.ui.steps:not(.circular) .step:last-child{border-radius:0 .28571429rem .28571429rem 0;border-right:none;margin-right:0}.ui.steps:not(.circular) .step:only-child{border-radius:.28571429rem}.ui.steps .step .title{font-family:Lato,system-ui,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1.14285714em;font-weight:700;line-height:1.14285714em}.ui.steps .step>.title{width:100%}.ui.steps .step .description{font-weight:400;font-size:.92857143em;color:rgba(0,0,0,.87);line-height:1.14285714em}.ui.steps .step>.description{width:100%}.ui.steps .step .title~.description{margin-top:.25em}.ui.steps .step>i.icon{line-height:1;font-size:2.5em;margin:0 1rem 0 0}.ui.steps .step>i.icon,.ui.steps .step>i.icon~.content{display:block;flex:0 1 auto;align-self:center}.ui.steps:not(.vertical) .step>i.icon{width:auto}.ui.steps .link.step,.ui.steps a.step{cursor:pointer}.ui.circular.steps{border:0;border-radius:0;box-shadow:none}.ui.circular.steps:not(.vertical){background:0 0;border:0;border-radius:0;box-shadow:none;position:relative;display:flex;padding:1em 0;margin:1em 0}.ui.circular.steps:not(.vertical) .step{background:rgba(34,36,38,.15);cursor:default;height:2px;display:flex;flex-wrap:wrap;align-items:center;flex:1;position:relative;margin-left:2.2em}.ui.circular.steps:not(.vertical) .step::before{left:-2.2em}.ui.circular.steps:not(.vertical) .step::after{left:calc((-2.2em + .95em) - .3em)}.ui.circular.steps:not(.vertical) .step.completed{background:#21ba45}.ui.circular.steps:not(.vertical) .step.completed::after{left:calc(-2.2em + ((2.2em / 2)/ 2) + (2px / 2))}.ui.circular.steps:not(.vertical) .step:last-child{flex:0}.ui.circular.steps:not(.vertical) .step .content{margin-top:-1.5em;padding:0 .5em}.ui.circular.steps:not(.vertical) .step .content.center.aligned{margin-top:-.65em}.ui.circular.steps:not(.vertical) .step .content.center.aligned .title{padding:0 .5em;margin-left:-.5em;background:#fff}.ui.circular.steps:not(.vertical) .step .content.bottom.aligned{margin-top:.5em}.ui.circular.steps:not(.vertical) .step .content:not(.aligned) .title+.description{margin-top:.5em}.ui.circular.steps:not(.vertical) .step.link .content,.ui.circular.steps:not(.vertical) .step.link::after,.ui.circular.steps:not(.vertical) .step.link::before,.ui.circular.steps:not(.vertical) a.step .content,.ui.circular.steps:not(.vertical) a.step::after,.ui.circular.steps:not(.vertical) a.step::before{cursor:pointer}.ui.circular.steps .step{color:inherit}.ui.circular.steps .step::before{content:"";border-radius:50%;border:2px solid rgba(34,36,38,.15);height:2.2em;width:2.2em;line-height:2.2em;position:absolute}.ui.circular.steps .step::after{content:"";display:block;position:absolute;border-radius:50%;background:rgba(34,36,38,.15);height:.95em;width:.95em}.ui.circular.steps .step.active::before{border-color:#21ba45}.ui.circular.steps .step.active::after{background:#21ba45}.ui.circular.steps .step.active .title{color:#21ba45}.ui.circular.steps .step.completed::before{background:#21ba45;border-color:#21ba45}.ui.circular.steps .step.completed::after{background:0 0;content:"\e800";font-family:Step;color:#fff;height:auto;line-height:1em}@supports selector(:has(.f)){.ui.circular.steps:not(.vertical) .step:last-child:has(.content){flex:1}.ui.circular.steps:not(.vertical) .step:last-child:has(.center.aligned.content){background:0 0}}.ui.ordered.steps{counter-reset:ordered}.ui.ordered.steps .step::before{text-align:center;content:counter(ordered);align-self:center;counter-increment:ordered;font-family:inherit;font-weight:700}.ui.ordered.steps:not(.circular) .step::before{display:block;position:static;font-size:2.5em;margin-right:1rem}.ui.circular.ordered.steps .step::before{line-height:calc(2.2em - 2px)}.ui.circular.ordered.steps .step.completed::before{content:""}.ui.circular.ordered.steps .step::after{background:0 0}.ui.circular.ordered.steps .step.active::before{color:#21ba45}.ui.ordered.steps .step>*{display:block;align-self:center}.ui.vertical.steps:not(.circular){display:inline-flex;flex-direction:column;overflow:visible}.ui.vertical.steps:not(.circular) .step{justify-content:flex-start;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.steps:not(.circular) .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.steps:not(.circular) .step:last-child{border-bottom:none;border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.steps:not(.circular) .step:only-child{border-radius:.28571429rem}.ui.vertical.steps:not(.circular) .step::after{top:50%;right:0;border-width:0 1px 1px 0;display:none}.ui.right.vertical.steps:not(.circular) .step::after{border-width:1px 0 0 1px;left:0;right:100%;transform:translateY(-50%) translateX(-50%) rotate(-45deg)}.ui.vertical.steps:not(.circular) .active.step::after{display:block}.ui.vertical.steps:not(.circular) .step:last-child::after{display:none}.ui.vertical.steps:not(.circular) .active.step:last-child::after{display:block}.ui.circular.vertical.steps{display:inline-flex;flex-flow:column wrap;align-items:flex-start}.ui.circular.vertical.steps .step{position:relative;width:100%}.ui.circular.vertical.steps .step::before{left:0;top:0}.ui.circular.vertical.steps .step::after{left:calc((2.2em / (2.2 * 2)) + 2px);top:calc((2.2em / (2.2 * 2)) + 2px)}.ui.circular.vertical.steps .step .content{padding-left:3.5em}.ui.circular.vertical.steps .step:not(:last-child){padding-bottom:3em}.ui.circular.vertical.steps .step:not(:last-child) .content::before{content:"";position:absolute;border-left:2px solid rgba(34,36,38,.15);top:2.2em;bottom:0;left:calc(2.2em / 2)}.ui.circular.vertical.steps .step.completed .content::before{border-color:#21ba45}.ui.circular.vertical.steps .step.completed::before{background:#21ba45;border-color:#21ba45}.ui.circular.vertical.steps .step.completed::after{top:calc((2.2em / (2.2 * 2)) + (2px - (2px / 2)))}@media only screen and (max-width:767.98px){.ui.steps:not(.unstackable):not(.circular){display:inline-flex;overflow:visible;flex-direction:column}.ui.steps:not(.unstackable):not(.circular) .step{width:100%!important;flex-direction:column;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.steps:not(.unstackable):not(.circular) .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.steps:not(.unstackable):not(.circular) .step:last-child{border-radius:0 0 .28571429rem .28571429rem;border-bottom:none}.ui.steps:not(.unstackable):not(.circular) .step::after{top:unset;bottom:-1.14285714em;right:50%;transform:translateY(-50%) translateX(50%) rotate(45deg)}.ui.vertical.steps:not(.circular) .active.step:last-child::after{display:none}.ui.steps:not(.unstackable):not(.circular) .step .content{text-align:center}.ui.ordered.steps:not(.unstackable):not(.circular) .step::before,.ui.steps:not(.unstackable):not(.circular) .step>i.icon{margin:0 0 1rem 0}}.ui.steps:not(.circular) .link.step:hover,.ui.steps:not(.circular) .link.step:hover::after,.ui.steps:not(.circular) a.step:hover,.ui.steps:not(.circular) a.step:hover::after{background:#f9fafb;color:rgba(0,0,0,.8)}.ui.steps:not(.circular) .link.step:active,.ui.steps:not(.circular) .link.step:active::after,.ui.steps:not(.circular) a.step:active,.ui.steps:not(.circular) a.step:active::after{background:#f3f4f5;color:rgba(0,0,0,.9)}.ui.steps:not(.circular) .step.active{cursor:auto;background:#f3f4f5}.ui.steps:not(.circular) .step.active::after{background:#f3f4f5}.ui.steps:not(.circular) .step.active .title{color:#4183c4}.ui.ordered.steps .step.active::before,.ui.steps .active.step i.icon{color:rgba(0,0,0,.85)}.ui.steps:not(.circular) .step::after{display:block}.ui.steps:not(.circular) .active.step::after{display:block}.ui.steps:not(.circular) .step:last-child::after{display:none}.ui.steps:not(.circular) .active.step:last-child::after{display:none}.ui.steps:not(.circular) .link.active.step:hover,.ui.steps:not(.circular) .link.active.step:hover::after,.ui.steps:not(.circular) a.active.step:hover,.ui.steps:not(.circular) a.active.step:hover::after{cursor:pointer;background:#dcddde;color:rgba(0,0,0,.87)}.ui.ordered.steps .step.completed::before,.ui.steps .step.completed>i.icon::before{color:#21ba45}.ui.steps:not(.circular) .disabled.step{cursor:auto;background:#fff;pointer-events:none}.ui.steps:not(.circular) .disabled.step,.ui.steps:not(.circular) .disabled.step .description,.ui.steps:not(.circular) .disabled.step .title{color:rgba(40,40,40,.3)}.ui.steps:not(.circular) .disabled.step::after{background:#fff}.ui.circular.steps .disabled.step{cursor:auto;opacity:.5;pointer-events:none}.ui.circular.steps .disabled.step::after,.ui.circular.steps .disabled.step::before{cursor:auto}@media only screen and (max-width:991.98px){.ui[class*="tablet stackable"].steps:not(.circular){display:inline-flex;overflow:visible;flex-direction:column}.ui[class*="tablet stackable"].steps:not(.circular) .step{flex-direction:column;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui[class*="tablet stackable"].steps:not(.circular) .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="tablet stackable"].steps:not(.circular) .step:last-child{border-radius:0 0 .28571429rem .28571429rem;border-bottom:none}.ui[class*="tablet stackable"].steps:not(.circular) .step::after{top:unset;bottom:-1.14285714em;right:50%;transform:translateY(-50%) translateX(50%) rotate(45deg)}.ui[class*="tablet stackable"].steps:not(.circular) .step .content{text-align:center}.ui[class*="tablet stackable"].ordered.steps .step::before,.ui[class*="tablet stackable"].steps .step>i.icon{margin:0 0 1rem 0}}.ui.fluid.steps{display:flex;width:100%}.ui.attached.steps:not(.circular){width:calc(100% + 2px)!important;margin:0 -1px 0;max-width:calc(100% + 2px);border-radius:.28571429rem .28571429rem 0 0}.ui.attached.steps:not(.circular) .step:first-child{border-radius:.28571429rem 0 0 0}.ui.attached.steps:not(.circular) .step:last-child{border-radius:0 .28571429rem 0 0}.ui.bottom.attached.steps:not(.circular){margin:0 -1px 0;border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.attached.steps:not(.circular) .step:first-child{border-radius:0 0 0 .28571429rem}.ui.bottom.attached.steps:not(.circular) .step:last-child{border-radius:0 0 .28571429rem 0}.ui.eight.steps,.ui.five.steps,.ui.four.steps,.ui.one.steps,.ui.seven.steps,.ui.six.steps,.ui.three.steps,.ui.two.steps{width:100%}.ui.eight.steps>.step,.ui.five.steps>.step,.ui.four.steps>.step,.ui.one.steps>.step,.ui.seven.steps>.step,.ui.six.steps>.step,.ui.three.steps>.step,.ui.two.steps>.step{flex-wrap:nowrap}.ui.one.steps>.step{width:100%}.ui.two.steps>.step{width:50%}.ui.three.steps>.step{width:33.333%}.ui.four.steps>.step{width:25%}.ui.five.steps>.step{width:20%}.ui.six.steps>.step{width:16.666%}.ui.seven.steps>.step{width:14.285%}.ui.eight.steps>.step{width:12.5%}.ui.step,.ui.steps .step{font-size:1rem}.ui.mini.step,.ui.mini.steps .step{font-size:.78571429rem}.ui.mini.circular.steps:not(.vertical){margin:.78571429rem 0;padding:.78571429rem 0}.ui.tiny.step,.ui.tiny.steps .step{font-size:.85714286rem}.ui.tiny.circular.steps:not(.vertical){margin:.85714286rem 0;padding:.85714286rem 0}.ui.small.step,.ui.small.steps .step{font-size:.92857143rem}.ui.small.circular.steps:not(.vertical){margin:.92857143rem 0;padding:.92857143rem 0}.ui.large.step,.ui.large.steps .step{font-size:1.14285714rem}.ui.large.circular.steps:not(.vertical){margin:1.14285714rem 0;padding:1.14285714rem 0}.ui.big.step,.ui.big.steps .step{font-size:1.28571429rem}.ui.big.circular.steps:not(.vertical){margin:1.28571429rem 0;padding:1.28571429rem 0}.ui.huge.step,.ui.huge.steps .step{font-size:1.42857143rem}.ui.huge.circular.steps:not(.vertical){margin:1.42857143rem 0;padding:1.42857143rem 0}.ui.massive.step,.ui.massive.steps .step{font-size:1.71428571rem}.ui.massive.circular.steps:not(.vertical){margin:1.71428571rem 0;padding:1.71428571rem 0}.ui.inverted.steps:not(.circular){border:1px solid #555}.ui.inverted.steps:not(.circular) .step{color:rgba(255,255,255,.9);background:#1b1c1d;border-color:#555}.ui.inverted.steps:not(.circular) .step::after{background-color:#1b1c1d;border-color:#555}.ui.inverted.steps .step .description{color:rgba(255,255,255,.9)}.ui.inverted.steps:not(.circular) .step.active,.ui.inverted.steps:not(.circular) .step.active::after{background:#333}.ui.inverted.ordered.steps:not(.circular) .step.active::before,.ui.inverted.steps:not(.circular) .active.step i.icon{color:#fff}.ui.inverted.steps:not(.circular) .disabled.step,.ui.inverted.steps:not(.circular) .disabled.step::after{background:#222}.ui.inverted.steps:not(.circular) .disabled.step,.ui.inverted.steps:not(.circular) .disabled.step .description,.ui.inverted.steps:not(.circular) .disabled.step .title{color:rgba(225,225,225,.3)}.ui.inverted.steps:not(.circular) .link.step:hover,.ui.inverted.steps:not(.circular) .link.step:hover::after,.ui.inverted.steps:not(.circular) a.step:hover,.ui.inverted.steps:not(.circular) a.step:hover::after{background:#3f3f3f;color:#fff}.ui.inverted.steps:not(.circular) .link.step:active,.ui.inverted.steps:not(.circular) .link.step:active::after,.ui.inverted.steps:not(.circular) a.step:active,.ui.inverted.steps:not(.circular) a.step:active::after{background:#444;color:#fff}.ui.inverted.circular.steps .step .content{color:rgba(255,255,255,.9)}.ui.inverted.circular.steps:not(.vertical) .step:not(.completed){background:rgba(255,255,255,.9)}.ui.inverted.circular.steps:not(.vertical) .step:not(.active):not(.completed)::before{border-color:rgba(255,255,255,.9)}.ui.inverted.circular.steps:not(.vertical) .step .center.aligned.content .title{background:#1b1c1d}.ui.inverted.circular.steps:not(.ordered) .step:not(.active):not(.completed)::after{background:rgba(255,255,255,.9)}.ui.inverted.circular.steps.vertical .step:not(.active):not(.completed)::before{border-color:rgba(255,255,255,.9)}.ui.inverted.circular.steps.vertical .step:not(.completed) .content::before{background:rgba(255,255,255,.9)}.ui.ui.circular.steps .step.primary::before{border-color:#2185d0}.ui.ui.circular.steps .step.primary::after{background:#2185d0}.ui.ui.primary.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.primary.active::before{border-color:#2185d0}.ui.ui.primary.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.primary.active::after{background:#2185d0}.ui.ui.primary.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.primary.completed::before{background:#2185d0;border-color:#2185d0}.ui.ui.primary.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.primary.completed{background:#2185d0}.ui.ui.circular.steps:not(.vertical) .step.primary{background:#2185d0}.ui.ui.primary.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.primary.active .content .title{color:#2185d0}.ui.ui.vertical.circular.steps .step.completed.primary .content::before{border-color:#2185d0}.ui.ui.primary.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.primary.completed .content::before{border-color:#2185d0}.ui.ui.circular.ordered.steps .step.primary::after,.ui.ui.primary.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.primary.active::before,.ui.ui.primary.circular.ordered.steps .step.active::before{color:#2185d0}.ui.ui.circular.steps .step.secondary::before{border-color:#1b1c1d}.ui.ui.circular.steps .step.secondary::after{background:#1b1c1d}.ui.ui.secondary.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.secondary.active::before{border-color:#1b1c1d}.ui.ui.secondary.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.secondary.active::after{background:#1b1c1d}.ui.ui.secondary.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.secondary.completed::before{background:#1b1c1d;border-color:#1b1c1d}.ui.ui.secondary.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.secondary.completed{background:#1b1c1d}.ui.ui.circular.steps:not(.vertical) .step.secondary{background:#1b1c1d}.ui.ui.secondary.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.secondary.active .content .title{color:#1b1c1d}.ui.ui.vertical.circular.steps .step.completed.secondary .content::before{border-color:#1b1c1d}.ui.ui.secondary.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.secondary.completed .content::before{border-color:#1b1c1d}.ui.ui.circular.ordered.steps .step.secondary::after,.ui.ui.secondary.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.secondary.active::before,.ui.ui.secondary.circular.ordered.steps .step.active::before{color:#1b1c1d}.ui.ui.circular.steps .step.red::before{border-color:#db2828}.ui.ui.circular.steps .step.red::after{background:#db2828}.ui.ui.red.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.red.active::before{border-color:#db2828}.ui.ui.red.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.red.active::after{background:#db2828}.ui.ui.red.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.red.completed::before{background:#db2828;border-color:#db2828}.ui.ui.red.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.red.completed{background:#db2828}.ui.ui.circular.steps:not(.vertical) .step.red{background:#db2828}.ui.ui.red.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.red.active .content .title{color:#db2828}.ui.ui.vertical.circular.steps .step.completed.red .content::before{border-color:#db2828}.ui.ui.red.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.red.completed .content::before{border-color:#db2828}.ui.ui.circular.ordered.steps .step.red::after,.ui.ui.red.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.red.active::before,.ui.ui.red.circular.ordered.steps .step.active::before{color:#db2828}.ui.ui.circular.steps .step.orange::before{border-color:#f2711c}.ui.ui.circular.steps .step.orange::after{background:#f2711c}.ui.ui.orange.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.orange.active::before{border-color:#f2711c}.ui.ui.orange.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.orange.active::after{background:#f2711c}.ui.ui.orange.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.orange.completed::before{background:#f2711c;border-color:#f2711c}.ui.ui.orange.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.orange.completed{background:#f2711c}.ui.ui.circular.steps:not(.vertical) .step.orange{background:#f2711c}.ui.ui.orange.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.orange.active .content .title{color:#f2711c}.ui.ui.vertical.circular.steps .step.completed.orange .content::before{border-color:#f2711c}.ui.ui.orange.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.orange.completed .content::before{border-color:#f2711c}.ui.ui.circular.ordered.steps .step.orange::after,.ui.ui.orange.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.orange.active::before,.ui.ui.orange.circular.ordered.steps .step.active::before{color:#f2711c}.ui.ui.circular.steps .step.yellow::before{border-color:#fbbd08}.ui.ui.circular.steps .step.yellow::after{background:#fbbd08}.ui.ui.ui.circular.steps .step.yellow.active::before,.ui.ui.yellow.circular.steps .step.active::before{border-color:#fbbd08}.ui.ui.ui.circular.steps .step.yellow.active::after,.ui.ui.yellow.circular.steps .step.active::after{background:#fbbd08}.ui.ui.ui.circular.steps .step.yellow.completed::before,.ui.ui.yellow.circular.steps .step.completed::before{background:#fbbd08;border-color:#fbbd08}.ui.ui.ui.circular.steps:not(.vertical) .step.yellow.completed,.ui.ui.yellow.circular.steps:not(.vertical) .step.completed{background:#fbbd08}.ui.ui.circular.steps:not(.vertical) .step.yellow{background:#fbbd08}.ui.ui.ui.circular.steps .step.yellow.active .content .title,.ui.ui.yellow.circular.steps .step.active .content .title{color:#fbbd08}.ui.ui.vertical.circular.steps .step.completed.yellow .content::before{border-color:#fbbd08}.ui.ui.vertical.circular.steps .step.yellow.completed .content::before,.ui.ui.yellow.vertical.circular.steps .step.completed .content::before{border-color:#fbbd08}.ui.ui.circular.ordered.steps .step.yellow::after,.ui.ui.yellow.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.yellow.active::before,.ui.ui.yellow.circular.ordered.steps .step.active::before{color:#fbbd08}.ui.ui.circular.steps .step.olive::before{border-color:#b5cc18}.ui.ui.circular.steps .step.olive::after{background:#b5cc18}.ui.ui.olive.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.olive.active::before{border-color:#b5cc18}.ui.ui.olive.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.olive.active::after{background:#b5cc18}.ui.ui.olive.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.olive.completed::before{background:#b5cc18;border-color:#b5cc18}.ui.ui.olive.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.olive.completed{background:#b5cc18}.ui.ui.circular.steps:not(.vertical) .step.olive{background:#b5cc18}.ui.ui.olive.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.olive.active .content .title{color:#b5cc18}.ui.ui.vertical.circular.steps .step.completed.olive .content::before{border-color:#b5cc18}.ui.ui.olive.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.olive.completed .content::before{border-color:#b5cc18}.ui.ui.circular.ordered.steps .step.olive::after,.ui.ui.olive.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.olive.active::before,.ui.ui.olive.circular.ordered.steps .step.active::before{color:#b5cc18}.ui.ui.circular.steps .step.green::before{border-color:#21ba45}.ui.ui.circular.steps .step.green::after{background:#21ba45}.ui.ui.green.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.green.active::before{border-color:#21ba45}.ui.ui.green.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.green.active::after{background:#21ba45}.ui.ui.green.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.green.completed::before{background:#21ba45;border-color:#21ba45}.ui.ui.green.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.green.completed{background:#21ba45}.ui.ui.circular.steps:not(.vertical) .step.green{background:#21ba45}.ui.ui.green.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.green.active .content .title{color:#21ba45}.ui.ui.vertical.circular.steps .step.completed.green .content::before{border-color:#21ba45}.ui.ui.green.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.green.completed .content::before{border-color:#21ba45}.ui.ui.circular.ordered.steps .step.green::after,.ui.ui.green.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.green.active::before,.ui.ui.green.circular.ordered.steps .step.active::before{color:#21ba45}.ui.ui.circular.steps .step.teal::before{border-color:#00b5ad}.ui.ui.circular.steps .step.teal::after{background:#00b5ad}.ui.ui.teal.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.teal.active::before{border-color:#00b5ad}.ui.ui.teal.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.teal.active::after{background:#00b5ad}.ui.ui.teal.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.teal.completed::before{background:#00b5ad;border-color:#00b5ad}.ui.ui.teal.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.teal.completed{background:#00b5ad}.ui.ui.circular.steps:not(.vertical) .step.teal{background:#00b5ad}.ui.ui.teal.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.teal.active .content .title{color:#00b5ad}.ui.ui.vertical.circular.steps .step.completed.teal .content::before{border-color:#00b5ad}.ui.ui.teal.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.teal.completed .content::before{border-color:#00b5ad}.ui.ui.circular.ordered.steps .step.teal::after,.ui.ui.teal.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.teal.active::before,.ui.ui.teal.circular.ordered.steps .step.active::before{color:#00b5ad}.ui.ui.circular.steps .step.blue::before{border-color:#2185d0}.ui.ui.circular.steps .step.blue::after{background:#2185d0}.ui.ui.blue.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.blue.active::before{border-color:#2185d0}.ui.ui.blue.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.blue.active::after{background:#2185d0}.ui.ui.blue.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.blue.completed::before{background:#2185d0;border-color:#2185d0}.ui.ui.blue.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.blue.completed{background:#2185d0}.ui.ui.circular.steps:not(.vertical) .step.blue{background:#2185d0}.ui.ui.blue.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.blue.active .content .title{color:#2185d0}.ui.ui.vertical.circular.steps .step.completed.blue .content::before{border-color:#2185d0}.ui.ui.blue.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.blue.completed .content::before{border-color:#2185d0}.ui.ui.blue.circular.ordered.steps .step::after,.ui.ui.circular.ordered.steps .step.blue::after{background:0 0}.ui.ui.blue.circular.ordered.steps .step.active::before,.ui.ui.circular.ordered.steps .step.blue.active::before{color:#2185d0}.ui.ui.circular.steps .step.violet::before{border-color:#6435c9}.ui.ui.circular.steps .step.violet::after{background:#6435c9}.ui.ui.ui.circular.steps .step.violet.active::before,.ui.ui.violet.circular.steps .step.active::before{border-color:#6435c9}.ui.ui.ui.circular.steps .step.violet.active::after,.ui.ui.violet.circular.steps .step.active::after{background:#6435c9}.ui.ui.ui.circular.steps .step.violet.completed::before,.ui.ui.violet.circular.steps .step.completed::before{background:#6435c9;border-color:#6435c9}.ui.ui.ui.circular.steps:not(.vertical) .step.violet.completed,.ui.ui.violet.circular.steps:not(.vertical) .step.completed{background:#6435c9}.ui.ui.circular.steps:not(.vertical) .step.violet{background:#6435c9}.ui.ui.ui.circular.steps .step.violet.active .content .title,.ui.ui.violet.circular.steps .step.active .content .title{color:#6435c9}.ui.ui.vertical.circular.steps .step.completed.violet .content::before{border-color:#6435c9}.ui.ui.vertical.circular.steps .step.violet.completed .content::before,.ui.ui.violet.vertical.circular.steps .step.completed .content::before{border-color:#6435c9}.ui.ui.circular.ordered.steps .step.violet::after,.ui.ui.violet.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.violet.active::before,.ui.ui.violet.circular.ordered.steps .step.active::before{color:#6435c9}.ui.ui.circular.steps .step.purple::before{border-color:#a333c8}.ui.ui.circular.steps .step.purple::after{background:#a333c8}.ui.ui.purple.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.purple.active::before{border-color:#a333c8}.ui.ui.purple.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.purple.active::after{background:#a333c8}.ui.ui.purple.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.purple.completed::before{background:#a333c8;border-color:#a333c8}.ui.ui.purple.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.purple.completed{background:#a333c8}.ui.ui.circular.steps:not(.vertical) .step.purple{background:#a333c8}.ui.ui.purple.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.purple.active .content .title{color:#a333c8}.ui.ui.vertical.circular.steps .step.completed.purple .content::before{border-color:#a333c8}.ui.ui.purple.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.purple.completed .content::before{border-color:#a333c8}.ui.ui.circular.ordered.steps .step.purple::after,.ui.ui.purple.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.purple.active::before,.ui.ui.purple.circular.ordered.steps .step.active::before{color:#a333c8}.ui.ui.circular.steps .step.pink::before{border-color:#e03997}.ui.ui.circular.steps .step.pink::after{background:#e03997}.ui.ui.pink.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.pink.active::before{border-color:#e03997}.ui.ui.pink.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.pink.active::after{background:#e03997}.ui.ui.pink.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.pink.completed::before{background:#e03997;border-color:#e03997}.ui.ui.pink.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.pink.completed{background:#e03997}.ui.ui.circular.steps:not(.vertical) .step.pink{background:#e03997}.ui.ui.pink.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.pink.active .content .title{color:#e03997}.ui.ui.vertical.circular.steps .step.completed.pink .content::before{border-color:#e03997}.ui.ui.pink.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.pink.completed .content::before{border-color:#e03997}.ui.ui.circular.ordered.steps .step.pink::after,.ui.ui.pink.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.pink.active::before,.ui.ui.pink.circular.ordered.steps .step.active::before{color:#e03997}.ui.ui.circular.steps .step.brown::before{border-color:#a5673f}.ui.ui.circular.steps .step.brown::after{background:#a5673f}.ui.ui.brown.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.brown.active::before{border-color:#a5673f}.ui.ui.brown.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.brown.active::after{background:#a5673f}.ui.ui.brown.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.brown.completed::before{background:#a5673f;border-color:#a5673f}.ui.ui.brown.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.brown.completed{background:#a5673f}.ui.ui.circular.steps:not(.vertical) .step.brown{background:#a5673f}.ui.ui.brown.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.brown.active .content .title{color:#a5673f}.ui.ui.vertical.circular.steps .step.completed.brown .content::before{border-color:#a5673f}.ui.ui.brown.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.brown.completed .content::before{border-color:#a5673f}.ui.ui.brown.circular.ordered.steps .step::after,.ui.ui.circular.ordered.steps .step.brown::after{background:0 0}.ui.ui.brown.circular.ordered.steps .step.active::before,.ui.ui.circular.ordered.steps .step.brown.active::before{color:#a5673f}.ui.ui.circular.steps .step.grey::before{border-color:#767676}.ui.ui.circular.steps .step.grey::after{background:#767676}.ui.ui.grey.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.grey.active::before{border-color:#767676}.ui.ui.grey.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.grey.active::after{background:#767676}.ui.ui.grey.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.grey.completed::before{background:#767676;border-color:#767676}.ui.ui.grey.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.grey.completed{background:#767676}.ui.ui.circular.steps:not(.vertical) .step.grey{background:#767676}.ui.ui.grey.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.grey.active .content .title{color:#767676}.ui.ui.vertical.circular.steps .step.completed.grey .content::before{border-color:#767676}.ui.ui.grey.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.grey.completed .content::before{border-color:#767676}.ui.ui.circular.ordered.steps .step.grey::after,.ui.ui.grey.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.grey.active::before,.ui.ui.grey.circular.ordered.steps .step.active::before{color:#767676}.ui.ui.circular.steps .step.black::before{border-color:#1b1c1d}.ui.ui.circular.steps .step.black::after{background:#1b1c1d}.ui.ui.black.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.black.active::before{border-color:#1b1c1d}.ui.ui.black.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.black.active::after{background:#1b1c1d}.ui.ui.black.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.black.completed::before{background:#1b1c1d;border-color:#1b1c1d}.ui.ui.black.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.black.completed{background:#1b1c1d}.ui.ui.circular.steps:not(.vertical) .step.black{background:#1b1c1d}.ui.ui.black.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.black.active .content .title{color:#1b1c1d}.ui.ui.vertical.circular.steps .step.completed.black .content::before{border-color:#1b1c1d}.ui.ui.black.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.black.completed .content::before{border-color:#1b1c1d}.ui.ui.black.circular.ordered.steps .step::after,.ui.ui.circular.ordered.steps .step.black::after{background:0 0}.ui.ui.black.circular.ordered.steps .step.active::before,.ui.ui.circular.ordered.steps .step.black.active::before{color:#1b1c1d}@font-face{font-family:Step;src:url(data:application/font-woff;base64,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) format("woff")}.ui.ordered.steps .step.completed::before,.ui.steps .step.completed>.icon::before{font-family:Step;content:"\e800"}
9
+ */.ui.steps:not(.circular){display:inline-flex;flex-direction:row;align-items:stretch;margin:1em 0;background:"";box-shadow:none;line-height:1.14285714em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.steps:not(.unstackable){flex-wrap:wrap}.ui.steps:first-child{margin-top:0}.ui.steps:last-child{margin-bottom:0}.ui.steps:not(.circular) .step{position:relative;display:flex;flex:1 0 auto;flex-flow:row wrap;vertical-align:middle;align-items:center;justify-content:center;margin:0 0;padding:1.14285714em 2em;background:#fff;color:rgba(0,0,0,.87);box-shadow:none;border-radius:0;border:none;border-right:1px solid rgba(34,36,38,.15);transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease}.ui.steps:not(.circular) .step::after{display:none;position:absolute;z-index:2;content:"";top:50%;right:0;background-color:#fff;width:1.14285714em;height:1.14285714em;border-style:solid;border-color:rgba(34,36,38,.15);border-width:0 1px 1px 0;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;transform:translateY(-50%) translateX(50%) rotate(-45deg)}.ui.steps:not(.circular) .step:first-child{padding-left:2em;border-radius:.28571429rem 0 0 .28571429rem}.ui.steps:not(.circular) .step:last-child{border-radius:0 .28571429rem .28571429rem 0;border-right:none;margin-right:0}.ui.steps:not(.circular) .step:only-child{border-radius:.28571429rem}.ui.steps .step .title{font-family:Lato,system-ui,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1.14285714em;font-weight:700;line-height:1.14285714em}.ui.steps .step>.title{width:100%}.ui.steps .step .description{font-weight:400;font-size:.92857143em;color:rgba(0,0,0,.87);line-height:1.14285714em}.ui.steps .step>.description{width:100%}.ui.steps .step .title~.description{margin-top:.25em}.ui.steps .step>i.icon{line-height:1;font-size:2.5em;margin:0 1rem 0 0}.ui.steps .step>i.icon,.ui.steps .step>i.icon~.content{display:block;flex:0 1 auto;align-self:center}.ui.steps:not(.vertical) .step>i.icon{width:auto}.ui.steps .link.step,.ui.steps a.step{cursor:pointer}.ui.circular.steps{border:0;border-radius:0;box-shadow:none}.ui.circular.steps:not(.vertical){background:0 0;border:0;border-radius:0;box-shadow:none;position:relative;display:flex;padding:1em 0;margin:1em 0}.ui.circular.steps:not(.vertical) .step{background:rgba(34,36,38,.15);cursor:default;height:2px;display:flex;flex-wrap:wrap;align-items:center;flex:1;position:relative;margin-left:2.2em}.ui.circular.steps:not(.vertical) .step::before{left:-2.2em}.ui.circular.steps:not(.vertical) .step::after{left:calc((-2.2em + .95em) - .3em)}.ui.circular.steps:not(.vertical) .step.completed{background:#21ba45}.ui.circular.steps:not(.vertical) .step.completed::after{left:calc(-2.2em + ((2.2em / 2)/ 2) + (2px / 2))}.ui.circular.steps:not(.vertical) .step:last-child{flex:0}.ui.circular.steps:not(.vertical) .step .content{margin-top:-1.5em;padding:0 .5em}.ui.circular.steps:not(.vertical) .step .content.center.aligned{margin-top:-.65em}.ui.circular.steps:not(.vertical) .step .content.center.aligned .title{padding:0 .5em;margin-left:-.5em;background:#fff}.ui.circular.steps:not(.vertical) .step .content.bottom.aligned{margin-top:.5em}.ui.circular.steps:not(.vertical) .step .content:not(.aligned) .title+.description{margin-top:.5em}.ui.circular.steps:not(.vertical) .step.link .content,.ui.circular.steps:not(.vertical) .step.link::after,.ui.circular.steps:not(.vertical) .step.link::before,.ui.circular.steps:not(.vertical) a.step .content,.ui.circular.steps:not(.vertical) a.step::after,.ui.circular.steps:not(.vertical) a.step::before{cursor:pointer}.ui.circular.steps .step{color:inherit}.ui.circular.steps .step::before{content:"";border-radius:50%;border:2px solid rgba(34,36,38,.15);height:2.2em;width:2.2em;line-height:2.2em;position:absolute}.ui.circular.steps .step::after{content:"";display:block;position:absolute;border-radius:50%;background:rgba(34,36,38,.15);height:.95em;width:.95em}.ui.circular.steps .step.active::before{border-color:#21ba45}.ui.circular.steps .step.active::after{background:#21ba45}.ui.circular.steps .step.active .title{color:#21ba45}.ui.circular.steps .step.completed::before{background:#21ba45;border-color:#21ba45}.ui.circular.steps .step.completed::after{background:0 0;content:"\e800";font-family:Step;color:#fff;height:auto;line-height:1em}@supports selector(:has(.f)){.ui.circular.steps:not(.vertical) .step:last-child:has(.content){flex:1}.ui.circular.steps:not(.vertical) .step:last-child:has(.center.aligned.content){background:0 0}}.ui.ordered.steps{counter-reset:ordered}.ui.ordered.steps .step::before{text-align:center;content:counter(ordered);align-self:center;counter-increment:ordered;font-family:inherit;font-weight:700}.ui.ordered.steps:not(.circular) .step::before{display:block;position:static;font-size:2.5em;margin-right:1rem}.ui.circular.ordered.steps .step::before{line-height:calc(2.2em - 2px)}.ui.circular.ordered.steps .step.completed::before{content:""}.ui.circular.ordered.steps .step::after{background:0 0}.ui.circular.ordered.steps .step.active::before{color:#21ba45}.ui.ordered.steps .step>*{display:block;align-self:center}.ui.vertical.steps:not(.circular){display:inline-flex;flex-direction:column;overflow:visible}.ui.vertical.steps:not(.circular) .step{justify-content:flex-start;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.steps:not(.circular) .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.steps:not(.circular) .step:last-child{border-bottom:none;border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.steps:not(.circular) .step:only-child{border-radius:.28571429rem}.ui.vertical.steps:not(.circular) .step::after{top:50%;right:0;border-width:0 1px 1px 0;display:none}.ui.right.vertical.steps:not(.circular) .step::after{border-width:1px 0 0 1px;left:0;right:100%;transform:translateY(-50%) translateX(-50%) rotate(-45deg)}.ui.vertical.steps:not(.circular) .active.step::after{display:block}.ui.vertical.steps:not(.circular) .step:last-child::after{display:none}.ui.vertical.steps:not(.circular) .active.step:last-child::after{display:block}.ui.circular.vertical.steps{display:inline-flex;flex-flow:column wrap;align-items:flex-start}.ui.circular.vertical.steps .step{position:relative;width:100%}.ui.circular.vertical.steps .step::before{left:0;top:0}.ui.circular.vertical.steps .step::after{left:calc((2.2em / (2.2 * 2)) + 2px);top:calc((2.2em / (2.2 * 2)) + 2px)}.ui.circular.vertical.steps .step .content{padding-left:3.5em}.ui.circular.vertical.steps .step:not(:last-child){padding-bottom:3em}.ui.circular.vertical.steps .step:not(:last-child) .content::before{content:"";position:absolute;border-left:2px solid rgba(34,36,38,.15);top:2.2em;bottom:0;left:calc(2.2em / 2)}.ui.circular.vertical.steps .step.completed .content::before{border-color:#21ba45}.ui.circular.vertical.steps .step.completed::before{background:#21ba45;border-color:#21ba45}.ui.circular.vertical.steps .step.completed::after{top:calc((2.2em / (2.2 * 2)) + (2px - (2px / 2)))}@media only screen and (max-width:767.98px){.ui.steps:not(.unstackable):not(.circular){display:inline-flex;overflow:visible;flex-direction:column}.ui.steps:not(.unstackable):not(.circular) .step{width:100%!important;flex-direction:column;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.steps:not(.unstackable):not(.circular) .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.steps:not(.unstackable):not(.circular) .step:last-child{border-radius:0 0 .28571429rem .28571429rem;border-bottom:none}.ui.steps:not(.unstackable):not(.circular) .step::after{top:unset;bottom:-1.14285714em;right:50%;transform:translateY(-50%) translateX(50%) rotate(45deg)}.ui.vertical.steps:not(.circular) .active.step:last-child::after{display:none}.ui.steps:not(.unstackable):not(.circular) .step .content{text-align:center}.ui.ordered.steps:not(.unstackable):not(.circular) .step::before,.ui.steps:not(.unstackable):not(.circular) .step>i.icon{margin:0 0 1rem 0}}.ui.steps:not(.circular) .link.step:hover,.ui.steps:not(.circular) .link.step:hover::after,.ui.steps:not(.circular) a.step:hover,.ui.steps:not(.circular) a.step:hover::after{background:#f9fafb;color:rgba(0,0,0,.8)}.ui.steps:not(.circular) .link.step:active,.ui.steps:not(.circular) .link.step:active::after,.ui.steps:not(.circular) a.step:active,.ui.steps:not(.circular) a.step:active::after{background:#f3f4f5;color:rgba(0,0,0,.9)}.ui.steps:not(.circular) .step.active{cursor:auto;background:#f3f4f5}.ui.steps:not(.circular) .step.active::after{background:#f3f4f5}.ui.steps:not(.circular) .step.active .title{color:#4183c4}.ui.ordered.steps .step.active::before,.ui.steps .active.step i.icon{color:rgba(0,0,0,.85)}.ui.steps:not(.circular) .step::after{display:block}.ui.steps:not(.circular) .active.step::after{display:block}.ui.steps:not(.circular) .step:last-child::after{display:none}.ui.steps:not(.circular) .active.step:last-child::after{display:none}.ui.steps:not(.circular) .link.active.step:hover,.ui.steps:not(.circular) .link.active.step:hover::after,.ui.steps:not(.circular) a.active.step:hover,.ui.steps:not(.circular) a.active.step:hover::after{cursor:pointer;background:#dcddde;color:rgba(0,0,0,.87)}.ui.ordered.steps .step.completed::before,.ui.steps .step.completed>i.icon::before{color:#21ba45}.ui.steps:not(.circular) .disabled.step{cursor:auto;background:#fff;pointer-events:none}.ui.steps:not(.circular) .disabled.step,.ui.steps:not(.circular) .disabled.step .description,.ui.steps:not(.circular) .disabled.step .title{color:rgba(40,40,40,.3)}.ui.steps:not(.circular) .disabled.step::after{background:#fff}.ui.circular.steps .disabled.step{cursor:auto;opacity:.5;pointer-events:none}.ui.circular.steps .disabled.step::after,.ui.circular.steps .disabled.step::before{cursor:auto}@media only screen and (max-width:991.98px){.ui[class*="tablet stackable"].steps:not(.circular){display:inline-flex;overflow:visible;flex-direction:column}.ui[class*="tablet stackable"].steps:not(.circular) .step{flex-direction:column;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui[class*="tablet stackable"].steps:not(.circular) .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="tablet stackable"].steps:not(.circular) .step:last-child{border-radius:0 0 .28571429rem .28571429rem;border-bottom:none}.ui[class*="tablet stackable"].steps:not(.circular) .step::after{top:unset;bottom:-1.14285714em;right:50%;transform:translateY(-50%) translateX(50%) rotate(45deg)}.ui[class*="tablet stackable"].steps:not(.circular) .step .content{text-align:center}.ui[class*="tablet stackable"].ordered.steps .step::before,.ui[class*="tablet stackable"].steps .step>i.icon{margin:0 0 1rem 0}}.ui.fluid.steps{display:flex;width:100%}.ui.attached.steps:not(.circular){width:calc(100% + 2px)!important;margin:0 -1px 0;max-width:calc(100% + 2px);border-radius:.28571429rem .28571429rem 0 0}.ui.attached.steps:not(.circular) .step:first-child{border-radius:.28571429rem 0 0 0}.ui.attached.steps:not(.circular) .step:last-child{border-radius:0 .28571429rem 0 0}.ui.bottom.attached.steps:not(.circular){margin:0 -1px 0;border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.attached.steps:not(.circular) .step:first-child{border-radius:0 0 0 .28571429rem}.ui.bottom.attached.steps:not(.circular) .step:last-child{border-radius:0 0 .28571429rem 0}.ui.eight.steps,.ui.five.steps,.ui.four.steps,.ui.one.steps,.ui.seven.steps,.ui.six.steps,.ui.three.steps,.ui.two.steps{width:100%}.ui.eight.steps>.step,.ui.five.steps>.step,.ui.four.steps>.step,.ui.one.steps>.step,.ui.seven.steps>.step,.ui.six.steps>.step,.ui.three.steps>.step,.ui.two.steps>.step{flex-wrap:nowrap}.ui.one.steps>.step{width:100%}.ui.two.steps>.step{width:50%}.ui.three.steps>.step{width:33.333%}.ui.four.steps>.step{width:25%}.ui.five.steps>.step{width:20%}.ui.six.steps>.step{width:16.666%}.ui.seven.steps>.step{width:14.285%}.ui.eight.steps>.step{width:12.5%}.ui.step,.ui.steps .step{font-size:1rem}.ui.mini.step,.ui.mini.steps .step{font-size:.78571429rem}.ui.mini.circular.steps:not(.vertical){margin:.78571429rem 0;padding:.78571429rem 0}.ui.tiny.step,.ui.tiny.steps .step{font-size:.85714286rem}.ui.tiny.circular.steps:not(.vertical){margin:.85714286rem 0;padding:.85714286rem 0}.ui.small.step,.ui.small.steps .step{font-size:.92857143rem}.ui.small.circular.steps:not(.vertical){margin:.92857143rem 0;padding:.92857143rem 0}.ui.large.step,.ui.large.steps .step{font-size:1.14285714rem}.ui.large.circular.steps:not(.vertical){margin:1.14285714rem 0;padding:1.14285714rem 0}.ui.big.step,.ui.big.steps .step{font-size:1.28571429rem}.ui.big.circular.steps:not(.vertical){margin:1.28571429rem 0;padding:1.28571429rem 0}.ui.huge.step,.ui.huge.steps .step{font-size:1.42857143rem}.ui.huge.circular.steps:not(.vertical){margin:1.42857143rem 0;padding:1.42857143rem 0}.ui.massive.step,.ui.massive.steps .step{font-size:1.71428571rem}.ui.massive.circular.steps:not(.vertical){margin:1.71428571rem 0;padding:1.71428571rem 0}.ui.inverted.steps:not(.circular){border:1px solid #555}.ui.inverted.steps:not(.circular) .step{color:rgba(255,255,255,.9);background:#1b1c1d;border-color:#555}.ui.inverted.steps:not(.circular) .step::after{background-color:#1b1c1d;border-color:#555}.ui.inverted.steps .step .description{color:rgba(255,255,255,.9)}.ui.inverted.steps:not(.circular) .step.active,.ui.inverted.steps:not(.circular) .step.active::after{background:#333}.ui.inverted.ordered.steps:not(.circular) .step.active::before,.ui.inverted.steps:not(.circular) .active.step i.icon{color:#fff}.ui.inverted.steps:not(.circular) .disabled.step,.ui.inverted.steps:not(.circular) .disabled.step::after{background:#222}.ui.inverted.steps:not(.circular) .disabled.step,.ui.inverted.steps:not(.circular) .disabled.step .description,.ui.inverted.steps:not(.circular) .disabled.step .title{color:rgba(225,225,225,.3)}.ui.inverted.steps:not(.circular) .link.step:hover,.ui.inverted.steps:not(.circular) .link.step:hover::after,.ui.inverted.steps:not(.circular) a.step:hover,.ui.inverted.steps:not(.circular) a.step:hover::after{background:#3f3f3f;color:#fff}.ui.inverted.steps:not(.circular) .link.step:active,.ui.inverted.steps:not(.circular) .link.step:active::after,.ui.inverted.steps:not(.circular) a.step:active,.ui.inverted.steps:not(.circular) a.step:active::after{background:#444;color:#fff}.ui.inverted.circular.steps .step .content{color:rgba(255,255,255,.9)}.ui.inverted.circular.steps:not(.vertical) .step:not(.completed){background:rgba(255,255,255,.9)}.ui.inverted.circular.steps:not(.vertical) .step:not(.active,.completed)::before{border-color:rgba(255,255,255,.9)}.ui.inverted.circular.steps:not(.vertical) .step .center.aligned.content .title{background:#1b1c1d}.ui.inverted.circular.steps:not(.ordered) .step:not(.active,.completed)::after{background:rgba(255,255,255,.9)}.ui.inverted.circular.steps.vertical .step:not(.active,.completed)::before{border-color:rgba(255,255,255,.9)}.ui.inverted.circular.steps.vertical .step:not(.completed) .content::before{background:rgba(255,255,255,.9)}.ui.ui.circular.steps .step.primary::before{border-color:#2185d0}.ui.ui.circular.steps .step.primary::after{background:#2185d0}.ui.ui.primary.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.primary.active::before{border-color:#2185d0}.ui.ui.primary.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.primary.active::after{background:#2185d0}.ui.ui.primary.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.primary.completed::before{background:#2185d0;border-color:#2185d0}.ui.ui.primary.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.primary.completed{background:#2185d0}.ui.ui.circular.steps:not(.vertical) .step.primary{background:#2185d0}.ui.ui.primary.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.primary.active .content .title{color:#2185d0}.ui.ui.vertical.circular.steps .step.completed.primary .content::before{border-color:#2185d0}.ui.ui.primary.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.primary.completed .content::before{border-color:#2185d0}.ui.ui.circular.ordered.steps .step.primary::after,.ui.ui.primary.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.primary.active::before,.ui.ui.primary.circular.ordered.steps .step.active::before{color:#2185d0}.ui.ui.circular.steps .step.secondary::before{border-color:#1b1c1d}.ui.ui.circular.steps .step.secondary::after{background:#1b1c1d}.ui.ui.secondary.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.secondary.active::before{border-color:#1b1c1d}.ui.ui.secondary.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.secondary.active::after{background:#1b1c1d}.ui.ui.secondary.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.secondary.completed::before{background:#1b1c1d;border-color:#1b1c1d}.ui.ui.secondary.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.secondary.completed{background:#1b1c1d}.ui.ui.circular.steps:not(.vertical) .step.secondary{background:#1b1c1d}.ui.ui.secondary.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.secondary.active .content .title{color:#1b1c1d}.ui.ui.vertical.circular.steps .step.completed.secondary .content::before{border-color:#1b1c1d}.ui.ui.secondary.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.secondary.completed .content::before{border-color:#1b1c1d}.ui.ui.circular.ordered.steps .step.secondary::after,.ui.ui.secondary.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.secondary.active::before,.ui.ui.secondary.circular.ordered.steps .step.active::before{color:#1b1c1d}.ui.ui.circular.steps .step.red::before{border-color:#db2828}.ui.ui.circular.steps .step.red::after{background:#db2828}.ui.ui.red.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.red.active::before{border-color:#db2828}.ui.ui.red.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.red.active::after{background:#db2828}.ui.ui.red.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.red.completed::before{background:#db2828;border-color:#db2828}.ui.ui.red.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.red.completed{background:#db2828}.ui.ui.circular.steps:not(.vertical) .step.red{background:#db2828}.ui.ui.red.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.red.active .content .title{color:#db2828}.ui.ui.vertical.circular.steps .step.completed.red .content::before{border-color:#db2828}.ui.ui.red.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.red.completed .content::before{border-color:#db2828}.ui.ui.circular.ordered.steps .step.red::after,.ui.ui.red.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.red.active::before,.ui.ui.red.circular.ordered.steps .step.active::before{color:#db2828}.ui.ui.circular.steps .step.orange::before{border-color:#f2711c}.ui.ui.circular.steps .step.orange::after{background:#f2711c}.ui.ui.orange.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.orange.active::before{border-color:#f2711c}.ui.ui.orange.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.orange.active::after{background:#f2711c}.ui.ui.orange.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.orange.completed::before{background:#f2711c;border-color:#f2711c}.ui.ui.orange.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.orange.completed{background:#f2711c}.ui.ui.circular.steps:not(.vertical) .step.orange{background:#f2711c}.ui.ui.orange.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.orange.active .content .title{color:#f2711c}.ui.ui.vertical.circular.steps .step.completed.orange .content::before{border-color:#f2711c}.ui.ui.orange.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.orange.completed .content::before{border-color:#f2711c}.ui.ui.circular.ordered.steps .step.orange::after,.ui.ui.orange.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.orange.active::before,.ui.ui.orange.circular.ordered.steps .step.active::before{color:#f2711c}.ui.ui.circular.steps .step.yellow::before{border-color:#fbbd08}.ui.ui.circular.steps .step.yellow::after{background:#fbbd08}.ui.ui.ui.circular.steps .step.yellow.active::before,.ui.ui.yellow.circular.steps .step.active::before{border-color:#fbbd08}.ui.ui.ui.circular.steps .step.yellow.active::after,.ui.ui.yellow.circular.steps .step.active::after{background:#fbbd08}.ui.ui.ui.circular.steps .step.yellow.completed::before,.ui.ui.yellow.circular.steps .step.completed::before{background:#fbbd08;border-color:#fbbd08}.ui.ui.ui.circular.steps:not(.vertical) .step.yellow.completed,.ui.ui.yellow.circular.steps:not(.vertical) .step.completed{background:#fbbd08}.ui.ui.circular.steps:not(.vertical) .step.yellow{background:#fbbd08}.ui.ui.ui.circular.steps .step.yellow.active .content .title,.ui.ui.yellow.circular.steps .step.active .content .title{color:#fbbd08}.ui.ui.vertical.circular.steps .step.completed.yellow .content::before{border-color:#fbbd08}.ui.ui.vertical.circular.steps .step.yellow.completed .content::before,.ui.ui.yellow.vertical.circular.steps .step.completed .content::before{border-color:#fbbd08}.ui.ui.circular.ordered.steps .step.yellow::after,.ui.ui.yellow.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.yellow.active::before,.ui.ui.yellow.circular.ordered.steps .step.active::before{color:#fbbd08}.ui.ui.circular.steps .step.olive::before{border-color:#b5cc18}.ui.ui.circular.steps .step.olive::after{background:#b5cc18}.ui.ui.olive.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.olive.active::before{border-color:#b5cc18}.ui.ui.olive.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.olive.active::after{background:#b5cc18}.ui.ui.olive.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.olive.completed::before{background:#b5cc18;border-color:#b5cc18}.ui.ui.olive.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.olive.completed{background:#b5cc18}.ui.ui.circular.steps:not(.vertical) .step.olive{background:#b5cc18}.ui.ui.olive.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.olive.active .content .title{color:#b5cc18}.ui.ui.vertical.circular.steps .step.completed.olive .content::before{border-color:#b5cc18}.ui.ui.olive.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.olive.completed .content::before{border-color:#b5cc18}.ui.ui.circular.ordered.steps .step.olive::after,.ui.ui.olive.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.olive.active::before,.ui.ui.olive.circular.ordered.steps .step.active::before{color:#b5cc18}.ui.ui.circular.steps .step.green::before{border-color:#21ba45}.ui.ui.circular.steps .step.green::after{background:#21ba45}.ui.ui.green.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.green.active::before{border-color:#21ba45}.ui.ui.green.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.green.active::after{background:#21ba45}.ui.ui.green.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.green.completed::before{background:#21ba45;border-color:#21ba45}.ui.ui.green.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.green.completed{background:#21ba45}.ui.ui.circular.steps:not(.vertical) .step.green{background:#21ba45}.ui.ui.green.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.green.active .content .title{color:#21ba45}.ui.ui.vertical.circular.steps .step.completed.green .content::before{border-color:#21ba45}.ui.ui.green.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.green.completed .content::before{border-color:#21ba45}.ui.ui.circular.ordered.steps .step.green::after,.ui.ui.green.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.green.active::before,.ui.ui.green.circular.ordered.steps .step.active::before{color:#21ba45}.ui.ui.circular.steps .step.teal::before{border-color:#00b5ad}.ui.ui.circular.steps .step.teal::after{background:#00b5ad}.ui.ui.teal.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.teal.active::before{border-color:#00b5ad}.ui.ui.teal.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.teal.active::after{background:#00b5ad}.ui.ui.teal.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.teal.completed::before{background:#00b5ad;border-color:#00b5ad}.ui.ui.teal.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.teal.completed{background:#00b5ad}.ui.ui.circular.steps:not(.vertical) .step.teal{background:#00b5ad}.ui.ui.teal.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.teal.active .content .title{color:#00b5ad}.ui.ui.vertical.circular.steps .step.completed.teal .content::before{border-color:#00b5ad}.ui.ui.teal.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.teal.completed .content::before{border-color:#00b5ad}.ui.ui.circular.ordered.steps .step.teal::after,.ui.ui.teal.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.teal.active::before,.ui.ui.teal.circular.ordered.steps .step.active::before{color:#00b5ad}.ui.ui.circular.steps .step.blue::before{border-color:#2185d0}.ui.ui.circular.steps .step.blue::after{background:#2185d0}.ui.ui.blue.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.blue.active::before{border-color:#2185d0}.ui.ui.blue.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.blue.active::after{background:#2185d0}.ui.ui.blue.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.blue.completed::before{background:#2185d0;border-color:#2185d0}.ui.ui.blue.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.blue.completed{background:#2185d0}.ui.ui.circular.steps:not(.vertical) .step.blue{background:#2185d0}.ui.ui.blue.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.blue.active .content .title{color:#2185d0}.ui.ui.vertical.circular.steps .step.completed.blue .content::before{border-color:#2185d0}.ui.ui.blue.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.blue.completed .content::before{border-color:#2185d0}.ui.ui.blue.circular.ordered.steps .step::after,.ui.ui.circular.ordered.steps .step.blue::after{background:0 0}.ui.ui.blue.circular.ordered.steps .step.active::before,.ui.ui.circular.ordered.steps .step.blue.active::before{color:#2185d0}.ui.ui.circular.steps .step.violet::before{border-color:#6435c9}.ui.ui.circular.steps .step.violet::after{background:#6435c9}.ui.ui.ui.circular.steps .step.violet.active::before,.ui.ui.violet.circular.steps .step.active::before{border-color:#6435c9}.ui.ui.ui.circular.steps .step.violet.active::after,.ui.ui.violet.circular.steps .step.active::after{background:#6435c9}.ui.ui.ui.circular.steps .step.violet.completed::before,.ui.ui.violet.circular.steps .step.completed::before{background:#6435c9;border-color:#6435c9}.ui.ui.ui.circular.steps:not(.vertical) .step.violet.completed,.ui.ui.violet.circular.steps:not(.vertical) .step.completed{background:#6435c9}.ui.ui.circular.steps:not(.vertical) .step.violet{background:#6435c9}.ui.ui.ui.circular.steps .step.violet.active .content .title,.ui.ui.violet.circular.steps .step.active .content .title{color:#6435c9}.ui.ui.vertical.circular.steps .step.completed.violet .content::before{border-color:#6435c9}.ui.ui.vertical.circular.steps .step.violet.completed .content::before,.ui.ui.violet.vertical.circular.steps .step.completed .content::before{border-color:#6435c9}.ui.ui.circular.ordered.steps .step.violet::after,.ui.ui.violet.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.violet.active::before,.ui.ui.violet.circular.ordered.steps .step.active::before{color:#6435c9}.ui.ui.circular.steps .step.purple::before{border-color:#a333c8}.ui.ui.circular.steps .step.purple::after{background:#a333c8}.ui.ui.purple.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.purple.active::before{border-color:#a333c8}.ui.ui.purple.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.purple.active::after{background:#a333c8}.ui.ui.purple.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.purple.completed::before{background:#a333c8;border-color:#a333c8}.ui.ui.purple.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.purple.completed{background:#a333c8}.ui.ui.circular.steps:not(.vertical) .step.purple{background:#a333c8}.ui.ui.purple.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.purple.active .content .title{color:#a333c8}.ui.ui.vertical.circular.steps .step.completed.purple .content::before{border-color:#a333c8}.ui.ui.purple.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.purple.completed .content::before{border-color:#a333c8}.ui.ui.circular.ordered.steps .step.purple::after,.ui.ui.purple.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.purple.active::before,.ui.ui.purple.circular.ordered.steps .step.active::before{color:#a333c8}.ui.ui.circular.steps .step.pink::before{border-color:#e03997}.ui.ui.circular.steps .step.pink::after{background:#e03997}.ui.ui.pink.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.pink.active::before{border-color:#e03997}.ui.ui.pink.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.pink.active::after{background:#e03997}.ui.ui.pink.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.pink.completed::before{background:#e03997;border-color:#e03997}.ui.ui.pink.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.pink.completed{background:#e03997}.ui.ui.circular.steps:not(.vertical) .step.pink{background:#e03997}.ui.ui.pink.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.pink.active .content .title{color:#e03997}.ui.ui.vertical.circular.steps .step.completed.pink .content::before{border-color:#e03997}.ui.ui.pink.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.pink.completed .content::before{border-color:#e03997}.ui.ui.circular.ordered.steps .step.pink::after,.ui.ui.pink.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.pink.active::before,.ui.ui.pink.circular.ordered.steps .step.active::before{color:#e03997}.ui.ui.circular.steps .step.brown::before{border-color:#a5673f}.ui.ui.circular.steps .step.brown::after{background:#a5673f}.ui.ui.brown.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.brown.active::before{border-color:#a5673f}.ui.ui.brown.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.brown.active::after{background:#a5673f}.ui.ui.brown.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.brown.completed::before{background:#a5673f;border-color:#a5673f}.ui.ui.brown.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.brown.completed{background:#a5673f}.ui.ui.circular.steps:not(.vertical) .step.brown{background:#a5673f}.ui.ui.brown.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.brown.active .content .title{color:#a5673f}.ui.ui.vertical.circular.steps .step.completed.brown .content::before{border-color:#a5673f}.ui.ui.brown.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.brown.completed .content::before{border-color:#a5673f}.ui.ui.brown.circular.ordered.steps .step::after,.ui.ui.circular.ordered.steps .step.brown::after{background:0 0}.ui.ui.brown.circular.ordered.steps .step.active::before,.ui.ui.circular.ordered.steps .step.brown.active::before{color:#a5673f}.ui.ui.circular.steps .step.grey::before{border-color:#767676}.ui.ui.circular.steps .step.grey::after{background:#767676}.ui.ui.grey.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.grey.active::before{border-color:#767676}.ui.ui.grey.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.grey.active::after{background:#767676}.ui.ui.grey.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.grey.completed::before{background:#767676;border-color:#767676}.ui.ui.grey.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.grey.completed{background:#767676}.ui.ui.circular.steps:not(.vertical) .step.grey{background:#767676}.ui.ui.grey.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.grey.active .content .title{color:#767676}.ui.ui.vertical.circular.steps .step.completed.grey .content::before{border-color:#767676}.ui.ui.grey.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.grey.completed .content::before{border-color:#767676}.ui.ui.circular.ordered.steps .step.grey::after,.ui.ui.grey.circular.ordered.steps .step::after{background:0 0}.ui.ui.circular.ordered.steps .step.grey.active::before,.ui.ui.grey.circular.ordered.steps .step.active::before{color:#767676}.ui.ui.circular.steps .step.black::before{border-color:#1b1c1d}.ui.ui.circular.steps .step.black::after{background:#1b1c1d}.ui.ui.black.circular.steps .step.active::before,.ui.ui.ui.circular.steps .step.black.active::before{border-color:#1b1c1d}.ui.ui.black.circular.steps .step.active::after,.ui.ui.ui.circular.steps .step.black.active::after{background:#1b1c1d}.ui.ui.black.circular.steps .step.completed::before,.ui.ui.ui.circular.steps .step.black.completed::before{background:#1b1c1d;border-color:#1b1c1d}.ui.ui.black.circular.steps:not(.vertical) .step.completed,.ui.ui.ui.circular.steps:not(.vertical) .step.black.completed{background:#1b1c1d}.ui.ui.circular.steps:not(.vertical) .step.black{background:#1b1c1d}.ui.ui.black.circular.steps .step.active .content .title,.ui.ui.ui.circular.steps .step.black.active .content .title{color:#1b1c1d}.ui.ui.vertical.circular.steps .step.completed.black .content::before{border-color:#1b1c1d}.ui.ui.black.vertical.circular.steps .step.completed .content::before,.ui.ui.vertical.circular.steps .step.black.completed .content::before{border-color:#1b1c1d}.ui.ui.black.circular.ordered.steps .step::after,.ui.ui.circular.ordered.steps .step.black::after{background:0 0}.ui.ui.black.circular.ordered.steps .step.active::before,.ui.ui.circular.ordered.steps .step.black.active::before{color:#1b1c1d}@font-face{font-family:Step;src:url(data:application/font-woff;base64,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) format("woff")}.ui.ordered.steps .step.completed::before,.ui.steps .step.completed>.icon::before{font-family:Step;content:"\e800"}
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.10.0-beta.8+62e258f - Sticky
2
+ * # Fomantic-UI 2.10.0-beta.81+4f706c2 - Sticky
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.10.0-beta.8+62e258f - Sticky
2
+ * # Fomantic-UI 2.10.0-beta.81+4f706c2 - Sticky
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -19,19 +19,19 @@
19
19
  ? window
20
20
  : globalThis;
21
21
 
22
- $.fn.sticky = function (parameters) {
23
- let $allModules = $(this);
24
- let $document = $(document);
22
+ $.fn.sticky = function (...args) {
23
+ const $allModules = $(this);
24
+ const $document = $(document);
25
25
 
26
26
  let time = Date.now();
27
27
  let performance = [];
28
28
 
29
- let query = arguments[0];
30
- let methodInvoked = typeof query === 'string';
31
- let queryArguments = [].slice.call(arguments, 1);
32
- let contextCheck = function (context, win) {
29
+ const parameters = args[0];
30
+ const methodInvoked = typeof parameters === 'string';
31
+ const queryArguments = args.slice(1);
32
+ const contextCheck = function (context, win) {
33
33
  let $context;
34
- if ([window, document].indexOf(context) >= 0) {
34
+ if ([window, document].includes(context)) {
35
35
  $context = $(context);
36
36
  } else {
37
37
  $context = $(win.document).find(context);
@@ -45,32 +45,31 @@
45
45
  let returnedValue;
46
46
 
47
47
  $allModules.each(function () {
48
- let settings = $.isPlainObject(parameters)
48
+ const settings = $.isPlainObject(parameters)
49
49
  ? $.extend(true, {}, $.fn.sticky.settings, parameters)
50
50
  : $.extend({}, $.fn.sticky.settings);
51
51
 
52
- let className = settings.className;
53
- let namespace = settings.namespace;
54
- let error = settings.error;
52
+ const className = settings.className;
53
+ const namespace = settings.namespace;
54
+ const error = settings.error;
55
55
 
56
- let eventNamespace = '.' + namespace;
57
- let moduleNamespace = 'module-' + namespace;
56
+ const eventNamespace = '.' + namespace;
57
+ const moduleNamespace = 'module-' + namespace;
58
58
 
59
- let $module = $(this);
60
- let $window = $(window);
61
- let $scroll = contextCheck(settings.scrollContext, window);
59
+ const $module = $(this);
60
+ const $window = $(window);
61
+ const $scroll = contextCheck(settings.scrollContext, window);
62
62
  let $container;
63
63
  let $context;
64
64
 
65
65
  let instance = $module.data(moduleNamespace);
66
66
 
67
- let element = this;
67
+ const element = this;
68
68
 
69
69
  let documentObserver;
70
70
  let observer;
71
- let module;
72
71
 
73
- module = {
72
+ const module = {
74
73
 
75
74
  initialize: function () {
76
75
  module.determineContainer();
@@ -112,23 +111,21 @@
112
111
  },
113
112
 
114
113
  observeChanges: function () {
115
- if ('MutationObserver' in window) {
116
- documentObserver = new MutationObserver(module.event.documentChanged);
117
- observer = new MutationObserver(module.event.changed);
118
- documentObserver.observe(document, {
119
- childList: true,
120
- subtree: true,
121
- });
122
- observer.observe(element, {
123
- childList: true,
124
- subtree: true,
125
- });
126
- observer.observe($context[0], {
127
- childList: true,
128
- subtree: true,
129
- });
130
- module.debug('Setting up mutation observer', observer);
131
- }
114
+ documentObserver = new MutationObserver(module.event.documentChanged);
115
+ observer = new MutationObserver(module.event.changed);
116
+ documentObserver.observe(document, {
117
+ childList: true,
118
+ subtree: true,
119
+ });
120
+ observer.observe(element, {
121
+ childList: true,
122
+ subtree: true,
123
+ });
124
+ observer.observe($context[0], {
125
+ childList: true,
126
+ subtree: true,
127
+ });
128
+ module.debug('Setting up mutation observer', observer);
132
129
  },
133
130
 
134
131
  determineContainer: function () {
@@ -174,16 +171,14 @@
174
171
  }, 100);
175
172
  },
176
173
  documentChanged: function (mutations) {
177
- [].forEach.call(mutations, function (mutation) {
178
- if (mutation.removedNodes) {
179
- [].forEach.call(mutation.removedNodes, function (node) {
180
- if (node === element || $(node).find(element).length > 0) {
181
- module.debug('Element removed from DOM, tearing down events');
182
- module.destroy();
183
- }
184
- });
174
+ for (const mutation of mutations) {
175
+ for (const node of mutation.removedNodes) {
176
+ if (node === element || $(node).find(element).length > 0) {
177
+ module.debug('Element removed from DOM, tearing down events');
178
+ module.destroy();
179
+ }
185
180
  }
186
- });
181
+ }
187
182
  },
188
183
  load: function () {
189
184
  module.verbose('Page contents finished loading');
@@ -219,7 +214,7 @@
219
214
 
220
215
  supports: {
221
216
  sticky: function () {
222
- let $element = $('<div/>');
217
+ const $element = $('<div/>');
223
218
  $element.addClass(className.supported);
224
219
 
225
220
  return $element.css('position').match('sticky');
@@ -234,19 +229,19 @@
234
229
  module.elementScroll = scroll;
235
230
  },
236
231
  positions: function () {
237
- let scrollContext = {
232
+ const scrollContext = {
238
233
  height: $scroll.height(),
239
234
  };
240
- let element = {
235
+ const element = {
241
236
  margin: {
242
- top: parseInt($module.css('margin-top'), 10),
243
- bottom: parseInt($module.css('margin-bottom'), 10),
237
+ top: Number.parseInt($module.css('margin-top'), 10),
238
+ bottom: Number.parseInt($module.css('margin-bottom'), 10),
244
239
  },
245
240
  offset: $module.offset(),
246
241
  width: $module.outerWidth(),
247
242
  height: $module.outerHeight(),
248
243
  };
249
- let context = {
244
+ const context = {
250
245
  offset: $context.offset(),
251
246
  height: $context.outerHeight(),
252
247
  };
@@ -289,18 +284,15 @@
289
284
  },
290
285
 
291
286
  get: {
292
- direction: function (scroll) {
287
+ direction: function (scroll = $scroll.scrollTop()) {
293
288
  let direction = 'down';
294
- scroll = scroll || $scroll.scrollTop();
295
289
  if (module.lastScroll && module.lastScroll > scroll) {
296
290
  direction = 'up';
297
291
  }
298
292
 
299
293
  return direction;
300
294
  },
301
- scrollChange: function (scroll) {
302
- scroll = scroll || $scroll.scrollTop();
303
-
295
+ scrollChange: function (scroll = $scroll.scrollTop()) {
304
296
  return module.lastScroll
305
297
  ? scroll - module.lastScroll
306
298
  : 0;
@@ -311,18 +303,17 @@
311
303
  }
312
304
 
313
305
  return module.is.top()
314
- ? Math.abs(parseInt($module.css('top'), 10)) || 0
315
- : Math.abs(parseInt($module.css('bottom'), 10)) || 0;
306
+ ? Math.abs(Number.parseInt($module.css('top'), 10)) || 0
307
+ : Math.abs(Number.parseInt($module.css('bottom'), 10)) || 0;
316
308
  },
317
309
 
318
- elementScroll: function (scroll) {
319
- scroll = scroll || $scroll.scrollTop();
320
- let element = module.cache.element;
321
- let scrollContext = module.cache.scrollContext;
322
- let delta = module.get.scrollChange(scroll);
323
- let maxScroll = element.height - scrollContext.height + settings.offset;
310
+ elementScroll: function (scroll = $scroll.scrollTop()) {
311
+ const element = module.cache.element;
312
+ const scrollContext = module.cache.scrollContext;
313
+ const delta = module.get.scrollChange(scroll);
314
+ const maxScroll = element.height - scrollContext.height + settings.offset;
324
315
  let elementScroll = module.get.currentElementScroll();
325
- let possibleScroll = elementScroll + delta;
316
+ const possibleScroll = elementScroll + delta;
326
317
  if (module.cache.fits || possibleScroll < 0) {
327
318
  elementScroll = 0;
328
319
  } else if (possibleScroll > maxScroll) {
@@ -358,11 +349,11 @@
358
349
  .css('margin-top', settings.offset);
359
350
  },
360
351
  containerSize: function () {
361
- let tagName = $container[0].tagName;
352
+ const tagName = $container[0].tagName;
362
353
  if (tagName === 'HTML' || tagName === 'body') {
363
354
  module.determineContainer();
364
355
  } else {
365
- let tallestHeight = Math.max(module.cache.context.height, module.cache.element.height);
356
+ const tallestHeight = Math.max(module.cache.context.height, module.cache.element.height);
366
357
  if (tallestHeight - $container.outerHeight() > settings.jitter) {
367
358
  module.debug('Context is taller than container. Specifying exact height for container', module.cache.context.height);
368
359
  $container.css({
@@ -382,7 +373,7 @@
382
373
  }
383
374
  },
384
375
  minimumSize: function () {
385
- let element = module.cache.element;
376
+ const element = module.cache.element;
386
377
  $container
387
378
  .css('min-height', element.height);
388
379
  },
@@ -434,28 +425,27 @@
434
425
  },
435
426
  },
436
427
 
437
- stick: function (scrollPosition) {
438
- let cachedPosition = scrollPosition || $scroll.scrollTop();
439
- let cache = module.cache;
440
- let fits = cache.fits;
441
- let sameHeight = cache.sameHeight;
442
- let element = cache.element;
443
- let scrollContext = cache.scrollContext;
444
- let context = cache.context;
445
- let offset = module.is.bottom() && settings.pushing
428
+ stick: function (scrollPosition = $scroll.scrollTop()) {
429
+ const cache = module.cache;
430
+ const fits = cache.fits;
431
+ const sameHeight = cache.sameHeight;
432
+ const element = cache.element;
433
+ const scrollContext = cache.scrollContext;
434
+ const context = cache.context;
435
+ const offset = module.is.bottom() && settings.pushing
446
436
  ? settings.bottomOffset
447
437
  : settings.offset;
448
- let scroll = {
449
- top: cachedPosition + offset,
450
- bottom: cachedPosition + offset + scrollContext.height,
438
+ const scroll = {
439
+ top: scrollPosition + offset,
440
+ bottom: scrollPosition + offset + scrollContext.height,
451
441
  };
452
- let elementScroll = fits
442
+ const elementScroll = fits
453
443
  ? 0
454
444
  : module.get.elementScroll(scroll.top);
455
445
 
456
446
  // shorthand
457
- let doesntFit = !fits;
458
- let elementVisible = element.height !== 0;
447
+ const doesntFit = !fits;
448
+ const elementVisible = element.height !== 0;
459
449
  if (elementVisible && !sameHeight) {
460
450
  if (module.is.initialPosition()) {
461
451
  if (scroll.top >= context.bottom) {
@@ -500,18 +490,14 @@
500
490
  if (scroll.top <= element.top) {
501
491
  module.debug('Jumped from bottom fixed to top fixed, most likely used home/end button');
502
492
  module.setInitialPosition();
503
- } else {
504
- if (settings.pushing) {
505
- if (module.is.bound() && scroll.bottom <= context.bottom) {
506
- module.debug('Fixing bottom attached element to bottom of browser.');
507
- module.fixBottom();
508
- }
509
- } else {
510
- if (module.is.bound() && (scroll.top <= context.bottom - element.height)) {
511
- module.debug('Fixing bottom attached element to top of browser.');
512
- module.fixTop();
513
- }
493
+ } else if (settings.pushing) {
494
+ if (module.is.bound() && scroll.bottom <= context.bottom) {
495
+ module.debug('Fixing bottom attached element to bottom of browser.');
496
+ module.fixBottom();
514
497
  }
498
+ } else if (module.is.bound() && (scroll.top <= context.bottom - element.height)) {
499
+ module.debug('Fixing bottom attached element to top of browser.');
500
+ module.fixTop();
515
501
  }
516
502
  }
517
503
  }
@@ -664,30 +650,30 @@
664
650
  return module[name];
665
651
  }
666
652
  },
667
- debug: function () {
653
+ debug: function (...args) {
668
654
  if (!settings.silent && settings.debug) {
669
655
  if (settings.performance) {
670
- module.performance.log(arguments);
656
+ module.performance.log(args);
671
657
  } else {
672
658
  module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':');
673
- module.debug.apply(console, arguments);
659
+ module.debug.apply(console, args);
674
660
  }
675
661
  }
676
662
  },
677
- verbose: function () {
663
+ verbose: function (...args) {
678
664
  if (!settings.silent && settings.verbose && settings.debug) {
679
665
  if (settings.performance) {
680
- module.performance.log(arguments);
666
+ module.performance.log(args);
681
667
  } else {
682
668
  module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':');
683
- module.verbose.apply(console, arguments);
669
+ module.verbose.apply(console, args);
684
670
  }
685
671
  }
686
672
  },
687
- error: function () {
673
+ error: function (...args) {
688
674
  if (!settings.silent) {
689
675
  module.error = Function.prototype.bind.call(console.error, console, settings.name + ':');
690
- module.error.apply(console, arguments);
676
+ module.error.apply(console, args);
691
677
  }
692
678
  },
693
679
  performance: {
@@ -702,7 +688,7 @@
702
688
  time = currentTime;
703
689
  performance.push({
704
690
  Name: message[0],
705
- Arguments: [].slice.call(message, 1) || '',
691
+ Arguments: message.slice(1),
706
692
  Element: element,
707
693
  'Execution Time': executionTime,
708
694
  });
@@ -723,30 +709,22 @@
723
709
  title += ' ' + totalTime + 'ms';
724
710
  if (performance.length > 0) {
725
711
  console.groupCollapsed(title);
726
- if (console.table) {
727
- console.table(performance);
728
- } else {
729
- $.each(performance, function (index, data) {
730
- console.log(data.Name + ': ' + data['Execution Time'] + 'ms');
731
- });
732
- }
712
+ console.table(performance);
733
713
  console.groupEnd();
734
714
  }
735
715
  performance = [];
736
716
  },
737
717
  },
738
- invoke: function (query, passedArguments, context) {
718
+ invoke: function (query, passedArguments = queryArguments, context = element) {
739
719
  let object = instance;
740
720
  let maxDepth;
741
721
  let found;
742
722
  let response;
743
- passedArguments = passedArguments || queryArguments;
744
- context = context || element;
745
723
  if (typeof query === 'string' && object !== undefined) {
746
724
  query = query.split(/[ .]/);
747
725
  maxDepth = query.length - 1;
748
726
  $.each(query, function (depth, value) {
749
- let camelCaseValue = depth !== maxDepth
727
+ const camelCaseValue = depth !== maxDepth
750
728
  ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1)
751
729
  : query;
752
730
  if ($.isPlainObject(object[camelCaseValue]) && (depth !== maxDepth)) {
@@ -789,7 +767,7 @@
789
767
  if (instance === undefined) {
790
768
  module.initialize();
791
769
  }
792
- module.invoke(query);
770
+ module.invoke(parameters);
793
771
  } else {
794
772
  if (instance !== undefined) {
795
773
  instance.invoke('destroy');
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.10.0-beta.8+62e258f - Sticky
2
+ * # Fomantic-UI 2.10.0-beta.81+4f706c2 - Sticky
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *