@transferwise/components 46.130.3 → 46.131.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (389) hide show
  1. package/build/flowNavigation/FlowNavigation.js +4 -2
  2. package/build/flowNavigation/FlowNavigation.js.map +1 -1
  3. package/build/flowNavigation/FlowNavigation.mjs +4 -2
  4. package/build/flowNavigation/FlowNavigation.mjs.map +1 -1
  5. package/build/main.css +27004 -7
  6. package/build/styles/css/accordion.css +255 -0
  7. package/build/styles/css/alerts.css +751 -0
  8. package/build/styles/css/background.css +20 -0
  9. package/build/styles/css/badge.css +90 -0
  10. package/build/styles/css/border-radius.css +3 -0
  11. package/build/styles/css/breadcrumbs.css +20 -0
  12. package/build/styles/css/button-groups.css +495 -0
  13. package/build/styles/css/buttons.css +1390 -0
  14. package/build/styles/css/chevron.css +35 -0
  15. package/build/styles/css/circles.css +248 -0
  16. package/build/styles/css/close.css +47 -0
  17. package/build/styles/css/column-layout.css +164 -0
  18. package/build/styles/css/currency-flags.css +46 -0
  19. package/build/styles/css/decision.css +136 -0
  20. package/build/styles/css/dropdowns.css +472 -0
  21. package/build/styles/css/droppable.css +221 -0
  22. package/build/styles/css/flex.css +598 -0
  23. package/build/styles/css/footer.css +129 -0
  24. package/build/styles/css/grid.css +2369 -0
  25. package/build/styles/css/input-groups.css +2740 -0
  26. package/build/styles/css/link-callout.css +20 -0
  27. package/build/styles/css/list-group.css +350 -0
  28. package/build/styles/css/loaders.css +76 -0
  29. package/build/styles/css/media.css +74 -0
  30. package/build/styles/css/modals.css +185 -0
  31. package/build/styles/css/navbar.css +2406 -0
  32. package/build/styles/css/navs.css +296 -0
  33. package/build/styles/css/neptune-social-media.css +144 -0
  34. package/build/styles/css/neptune.css +25724 -0
  35. package/build/styles/css/panels.css +528 -0
  36. package/build/styles/css/popovers.css +661 -0
  37. package/build/styles/css/process.css +483 -0
  38. package/build/styles/css/progress-bars.css +64 -0
  39. package/build/styles/css/ring.css +55 -0
  40. package/build/styles/css/select.css +99 -0
  41. package/build/styles/css/sequences.css +855 -0
  42. package/build/styles/css/table.css +446 -0
  43. package/build/styles/css/tick.css +32 -0
  44. package/build/styles/css/tooltip.css +160 -0
  45. package/build/styles/css/utilities.css +145 -0
  46. package/build/styles/css/wells.css +74 -0
  47. package/build/styles/fonts/TW-Averta-Bold.woff +0 -0
  48. package/build/styles/fonts/TW-Averta-Bold.woff2 +0 -0
  49. package/build/styles/fonts/TW-Averta-Regular.woff +0 -0
  50. package/build/styles/fonts/TW-Averta-Regular.woff2 +0 -0
  51. package/build/styles/fonts/TW-Averta-Semibold.woff +0 -0
  52. package/build/styles/fonts/TW-Averta-Semibold.woff2 +0 -0
  53. package/build/styles/fonts/TransferWise-IconFont.svg +81 -0
  54. package/build/styles/fonts/TransferWise-IconFont.woff +0 -0
  55. package/build/styles/fonts/WiseSans-Heavy.woff2 +0 -0
  56. package/build/styles/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
  57. package/build/styles/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
  58. package/build/styles/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
  59. package/build/styles/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
  60. package/build/styles/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
  61. package/build/styles/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
  62. package/build/styles/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
  63. package/build/styles/img/bg-dark.svg +31 -0
  64. package/build/styles/img/bg-light.svg +26 -0
  65. package/build/styles/less/legacy-variables.css +0 -0
  66. package/build/styles/less/legacy-variables.less +1299 -0
  67. package/build/styles/less/neptune-tokens.css +0 -0
  68. package/build/styles/less/neptune-tokens.less +275 -0
  69. package/build/styles/less/zindex.css +0 -0
  70. package/build/styles/less/zindex.less +17 -0
  71. package/build/styles/main.css +27004 -7
  72. package/build/styles/props/custom-media.css +11 -0
  73. package/build/styles/props/legacy-custom-props.css +69 -0
  74. package/build/styles/props/neptune-tokens.css +152 -0
  75. package/build/styles/styles/less/accordion.css +255 -0
  76. package/build/styles/styles/less/alerts.css +751 -0
  77. package/build/styles/styles/less/background.css +20 -0
  78. package/build/styles/styles/less/badge.css +90 -0
  79. package/build/styles/styles/less/border-radius.css +3 -0
  80. package/build/styles/styles/less/breadcrumbs.css +20 -0
  81. package/build/styles/styles/less/button-groups.css +495 -0
  82. package/build/styles/styles/less/buttons.css +1390 -0
  83. package/build/styles/styles/less/chevron.css +35 -0
  84. package/build/styles/styles/less/circles.css +248 -0
  85. package/build/styles/styles/less/close.css +47 -0
  86. package/build/styles/styles/less/column-layout.css +164 -0
  87. package/build/styles/styles/less/core/viewport-themes.css +59 -0
  88. package/build/styles/styles/less/currency-flags.css +46 -0
  89. package/build/styles/styles/less/decision.css +136 -0
  90. package/build/styles/styles/less/dropdowns.css +472 -0
  91. package/build/styles/styles/less/droppable.css +221 -0
  92. package/build/styles/styles/less/flex.css +598 -0
  93. package/build/styles/styles/less/footer.css +129 -0
  94. package/build/styles/styles/less/forms/bootstrap-forms.css +2277 -0
  95. package/build/styles/styles/less/forms/checkbox-radio.css +367 -0
  96. package/build/styles/styles/less/grid.css +2369 -0
  97. package/build/styles/styles/less/input-groups.css +2740 -0
  98. package/build/styles/styles/less/link-callout.css +20 -0
  99. package/build/styles/styles/less/list-group.css +350 -0
  100. package/build/styles/styles/less/loaders.css +76 -0
  101. package/build/styles/styles/less/media.css +74 -0
  102. package/build/styles/styles/less/modals.css +185 -0
  103. package/build/styles/styles/less/navbar.css +2406 -0
  104. package/build/styles/styles/less/navs.css +296 -0
  105. package/build/styles/styles/less/neptune-social-media.css +144 -0
  106. package/build/styles/styles/less/neptune.css +25724 -0
  107. package/build/styles/styles/less/panels.css +528 -0
  108. package/build/styles/styles/less/popovers.css +661 -0
  109. package/build/styles/styles/less/process.css +483 -0
  110. package/build/styles/styles/less/progress-bars.css +64 -0
  111. package/build/styles/styles/less/ring.css +55 -0
  112. package/build/styles/styles/less/select.css +99 -0
  113. package/build/styles/styles/less/sequences.css +855 -0
  114. package/build/styles/styles/less/table.css +446 -0
  115. package/build/styles/styles/less/tick.css +32 -0
  116. package/build/styles/styles/less/tooltip.css +160 -0
  117. package/build/styles/styles/less/utilities.css +145 -0
  118. package/build/styles/styles/less/wells.css +74 -0
  119. package/build/styles/styles/props/custom-media.css +11 -0
  120. package/build/styles/styles/props/legacy-custom-props.css +69 -0
  121. package/build/styles/styles/props/neptune-tokens.css +11 -0
  122. package/build/styles/styles/variables/legacy-variables.css +0 -0
  123. package/build/styles/styles/variables/neptune-tokens.css +0 -0
  124. package/build/styles/styles/variables/zindex.css +0 -0
  125. package/build/types/flowNavigation/FlowNavigation.d.ts.map +1 -1
  126. package/package.json +8 -4
  127. package/src/{DisabledComponents.story.tsx → DisabledComponents.test.story.tsx} +1 -1
  128. package/src/accordion/Accordion.less +3 -3
  129. package/src/actionButton/ActionButton.less +1 -1
  130. package/src/actionButton/ActionButton.story.tsx +11 -7
  131. package/src/actionButton/ActionButton.test.story.tsx +49 -0
  132. package/src/avatar/Avatar.less +3 -3
  133. package/src/avatarLayout/AvatarLayout.story.tsx +1 -105
  134. package/src/avatarLayout/AvatarLayout.test.story.tsx +117 -0
  135. package/src/avatarView/AvatarView.story.tsx +1 -104
  136. package/src/avatarView/AvatarView.test.story.tsx +114 -0
  137. package/src/badge/Badge.less +1 -1
  138. package/src/button/LegacyButton.less +1 -1
  139. package/src/button/LegacyButton.story.tsx +1 -26
  140. package/src/button/LegacyButton.test.story.tsx +37 -0
  141. package/src/button/_stories/Button.story.tsx +17 -41
  142. package/src/button/_stories/Button.test.story.tsx +30 -0
  143. package/src/card/Card.less +3 -3
  144. package/src/checkbox/Checkbox.story.tsx +1 -6
  145. package/src/checkbox/Checkbox.test.story.tsx +33 -0
  146. package/src/checkboxButton/CheckboxButton.less +2 -2
  147. package/src/chips/Chip.less +3 -3
  148. package/src/circularButton/CircularButton.story.tsx +0 -6
  149. package/src/circularButton/CircularButton.test.story.tsx +62 -1
  150. package/src/common/Option/Option.less +2 -2
  151. package/src/common/bottomSheet/BottomSheet.less +1 -1
  152. package/src/common/bottomSheet/BottomSheet.story.tsx +0 -55
  153. package/src/common/bottomSheet/BottomSheet.test.story.tsx +118 -2
  154. package/src/common/closeButton/CloseButton.less +1 -1
  155. package/src/common/panel/Panel.less +1 -1
  156. package/src/criticalBanner/CriticalCommsBanner.test.story.tsx +1 -1
  157. package/src/dateLookup/DateLookup.less +1 -1
  158. package/src/dateLookup/DateLookup.story.tsx +0 -18
  159. package/src/dateLookup/DateLookup.test.story.tsx +51 -1
  160. package/src/dateLookup/dateTrigger/DateTrigger.less +2 -2
  161. package/src/decision/Decision.less +1 -1
  162. package/src/definitionList/DefinitionList.less +1 -1
  163. package/src/dimmer/Dimmer.less +2 -2
  164. package/src/divider/Divider.story.tsx +0 -1
  165. package/src/expressiveMoneyInput/ExpressiveMoneyInput.autofocus.docs.mdx +1 -1
  166. package/src/expressiveMoneyInput/ExpressiveMoneyInput.story.tsx +0 -9
  167. package/src/expressiveMoneyInput/ExpressiveMoneyInput.test.story.tsx +23 -0
  168. package/src/field/Field.story.tsx +1 -34
  169. package/src/field/Field.test.story.tsx +56 -0
  170. package/src/flowNavigation/FlowNavigation.less +1 -1
  171. package/src/flowNavigation/FlowNavigation.test.js +7 -0
  172. package/src/flowNavigation/FlowNavigation.tsx +5 -2
  173. package/src/flowNavigation/animatedLabel/AnimatedLabel.less +2 -2
  174. package/src/header/Header.test.story.tsx +1 -1
  175. package/src/info/Info.less +1 -1
  176. package/src/info/Info.story.tsx +1 -34
  177. package/src/info/Info.test.story.tsx +53 -0
  178. package/src/inputWithDisplayFormat/InputWithDisplayFormat.story.tsx +0 -12
  179. package/src/inputWithDisplayFormat/InputWithDisplayFormat.test.story.tsx +33 -0
  180. package/src/inputs/SelectInput/ClearButton/SelectInputClearButton.less +1 -1
  181. package/src/inputs/SelectInput/Options/SelectInputOptions.less +1 -1
  182. package/src/inputs/SelectInput/SelectInput.less +1 -1
  183. package/src/inputs/_common.less +1 -1
  184. package/src/legacylistItem/LegacyListItem.test.story.tsx +1 -1
  185. package/src/link/Link.less +2 -2
  186. package/src/listItem/ListItem.less +1 -1
  187. package/src/listItem/_stories/Breakpoints/ListItem.noMedia.test.story.tsx +1 -1
  188. package/src/listItem/_stories/Breakpoints/ListItem.sideMedia.test.story.tsx +1 -1
  189. package/src/listItem/_stories/Breakpoints/ListItem.stackedMedia.test.story.tsx +1 -1
  190. package/src/listItem/_stories/ListItem.focus.test.story.tsx +1 -1
  191. package/src/listItem/_stories/ListItem.layout.test.story.tsx +1 -1
  192. package/src/listItem/_stories/variants/ListItem.brightGreen.test.story.tsx +1 -1
  193. package/src/listItem/_stories/variants/ListItem.dark.test.story.tsx +1 -1
  194. package/src/listItem/_stories/variants/ListItem.forestGreen.test.story.tsx +1 -1
  195. package/src/listItem/_stories/variants/ListItem.medium.test.story.tsx +1 -1
  196. package/src/listItem/_stories/variants/ListItem.neutral.test.story.tsx +1 -1
  197. package/src/listItem/_stories/variants/ListItem.personal.test.story.tsx +1 -1
  198. package/src/listItem/_stories/variants/ListItem.rtl.test.story.tsx +1 -1
  199. package/src/listItem/_stories/variants/ListItem.small.test.story.tsx +1 -1
  200. package/src/logo/Logo.story.tsx +0 -6
  201. package/src/logo/Logo.test.story.tsx +20 -0
  202. package/src/main.css +27004 -7
  203. package/src/main.less +2 -0
  204. package/src/modal/Modal.story.tsx +0 -26
  205. package/src/modal/Modal.test.story.tsx +125 -0
  206. package/src/moneyInput/MoneyInput.less +2 -2
  207. package/src/moneyInput/MoneyInput.test.story.tsx +1 -1
  208. package/src/navigationOption/NavigationOption.less +3 -3
  209. package/src/navigationOptionsList/NavigationOptionsList.less +1 -1
  210. package/src/overlayHeader/OverlayHeader.less +1 -1
  211. package/src/phoneNumberInput/PhoneNumberInput.less +1 -1
  212. package/src/popover/Popover.less +1 -1
  213. package/src/prompt/ActionPrompt/ActionPrompt.story.tsx +0 -43
  214. package/src/prompt/ActionPrompt/ActionPrompt.test.story.tsx +45 -1
  215. package/src/radioGroup/RadioGroup.test.story.tsx +1 -1
  216. package/src/select/Select.less +5 -5
  217. package/src/slidingPanel/SlidingPanel.less +2 -2
  218. package/src/snackbar/Snackbar.less +3 -3
  219. package/src/stepper/Stepper.less +3 -3
  220. package/src/stepper/Stepper.test.story.tsx +1 -1
  221. package/src/styles/fonts/TW-Averta-Bold.woff +0 -0
  222. package/src/styles/fonts/TW-Averta-Bold.woff2 +0 -0
  223. package/src/styles/fonts/TW-Averta-Regular.woff +0 -0
  224. package/src/styles/fonts/TW-Averta-Regular.woff2 +0 -0
  225. package/src/styles/fonts/TW-Averta-Semibold.woff +0 -0
  226. package/src/styles/fonts/TW-Averta-Semibold.woff2 +0 -0
  227. package/src/styles/fonts/TransferWise-IconFont.svg +81 -0
  228. package/src/styles/fonts/TransferWise-IconFont.woff +0 -0
  229. package/src/styles/fonts/WiseSans-Heavy.woff2 +0 -0
  230. package/src/styles/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
  231. package/src/styles/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
  232. package/src/styles/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
  233. package/src/styles/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
  234. package/src/styles/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
  235. package/src/styles/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
  236. package/src/styles/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
  237. package/src/styles/img/bg-dark.svg +31 -0
  238. package/src/styles/img/bg-light.svg +26 -0
  239. package/src/styles/less/accordion.css +255 -0
  240. package/src/styles/less/accordion.less +15 -0
  241. package/src/styles/less/addons/_background-utilities.less +82 -0
  242. package/src/styles/less/addons/_border.less +3 -0
  243. package/src/styles/less/addons/_display-utilities.less +159 -0
  244. package/src/styles/less/addons/_spacing-utilities.less +73 -0
  245. package/src/styles/less/addons/_utilities.less +147 -0
  246. package/src/styles/less/alerts.css +751 -0
  247. package/src/styles/less/alerts.less +252 -0
  248. package/src/styles/less/background.css +20 -0
  249. package/src/styles/less/background.less +24 -0
  250. package/src/styles/less/badge.css +90 -0
  251. package/src/styles/less/badge.less +85 -0
  252. package/src/styles/less/border-radius.css +3 -0
  253. package/src/styles/less/border-radius.less +3 -0
  254. package/src/styles/less/breadcrumbs.css +20 -0
  255. package/src/styles/less/breadcrumbs.less +27 -0
  256. package/src/styles/less/button-groups.css +495 -0
  257. package/src/styles/less/button-groups.less +424 -0
  258. package/src/styles/less/buttons.css +1390 -0
  259. package/src/styles/less/buttons.less +738 -0
  260. package/src/styles/less/chevron.css +35 -0
  261. package/src/styles/less/chevron.less +39 -0
  262. package/src/styles/less/circles.css +248 -0
  263. package/src/styles/less/circles.less +233 -0
  264. package/src/styles/less/close.css +47 -0
  265. package/src/styles/less/close.less +48 -0
  266. package/src/styles/less/column-layout.css +164 -0
  267. package/src/styles/less/column-layout.less +167 -0
  268. package/src/styles/less/components/_component-animations.less +43 -0
  269. package/src/styles/less/core/_fonts.less +97 -0
  270. package/src/styles/less/core/_scaffolding.less +380 -0
  271. package/src/styles/less/core/_typography-utilities.less +255 -0
  272. package/src/styles/less/core/_typography.less +575 -0
  273. package/src/styles/less/core/viewport-themes.css +59 -0
  274. package/src/styles/less/core/viewport-themes.less +65 -0
  275. package/src/styles/less/currency-flags.css +46 -0
  276. package/src/styles/less/currency-flags.less +42 -0
  277. package/src/styles/less/decision.css +136 -0
  278. package/src/styles/less/decision.less +98 -0
  279. package/src/styles/less/dropdowns.css +472 -0
  280. package/src/styles/less/dropdowns.less +365 -0
  281. package/src/styles/less/droppable.css +221 -0
  282. package/src/styles/less/droppable.less +213 -0
  283. package/src/styles/less/flex.css +598 -0
  284. package/src/styles/less/flex.less +113 -0
  285. package/src/styles/less/footer.css +129 -0
  286. package/src/styles/less/footer.less +113 -0
  287. package/src/styles/less/forms/bootstrap-forms.css +2277 -0
  288. package/src/styles/less/forms/bootstrap-forms.less +1218 -0
  289. package/src/styles/less/forms/checkbox-radio.css +367 -0
  290. package/src/styles/less/forms/checkbox-radio.less +330 -0
  291. package/src/styles/less/grid.css +2369 -0
  292. package/src/styles/less/grid.less +187 -0
  293. package/src/styles/less/input-groups.css +2740 -0
  294. package/src/styles/less/input-groups.less +298 -0
  295. package/src/styles/less/link-callout.css +20 -0
  296. package/src/styles/less/link-callout.less +17 -0
  297. package/src/styles/less/list-group.css +350 -0
  298. package/src/styles/less/list-group.less +260 -0
  299. package/src/styles/less/loaders.css +76 -0
  300. package/src/styles/less/loaders.less +91 -0
  301. package/src/styles/less/media.css +74 -0
  302. package/src/styles/less/media.less +68 -0
  303. package/src/styles/less/mixins/_alerts.less +39 -0
  304. package/src/styles/less/mixins/_arrows.less +52 -0
  305. package/src/styles/less/mixins/_border-radius.less +11 -0
  306. package/src/styles/less/mixins/_buttons.less +82 -0
  307. package/src/styles/less/mixins/_center-block.less +7 -0
  308. package/src/styles/less/mixins/_clearfix.less +23 -0
  309. package/src/styles/less/mixins/_flex.less +105 -0
  310. package/src/styles/less/mixins/_forms.less +130 -0
  311. package/src/styles/less/mixins/_grid-framework.less +104 -0
  312. package/src/styles/less/mixins/_grid.less +158 -0
  313. package/src/styles/less/mixins/_hide-text.less +20 -0
  314. package/src/styles/less/mixins/_links.less +7 -0
  315. package/src/styles/less/mixins/_list-group.less +23 -0
  316. package/src/styles/less/mixins/_logical-properties-IE-friendly.less +381 -0
  317. package/src/styles/less/mixins/_logical-properties-modern-browsers.less +226 -0
  318. package/src/styles/less/mixins/_logical-properties.less +5 -0
  319. package/src/styles/less/mixins/_nav-divider.less +10 -0
  320. package/src/styles/less/mixins/_nav-vertical-align.less +10 -0
  321. package/src/styles/less/mixins/_panels.less +23 -0
  322. package/src/styles/less/mixins/_physical-properties.less +110 -0
  323. package/src/styles/less/mixins/_reset-text.less +22 -0
  324. package/src/styles/less/mixins/_sequence.less +203 -0
  325. package/src/styles/less/mixins/_spacing.less +122 -0
  326. package/src/styles/less/mixins/_tab-focus.less +5 -0
  327. package/src/styles/less/mixins/_table-row.less +47 -0
  328. package/src/styles/less/mixins/_text-emphasis.less +39 -0
  329. package/src/styles/less/mixins/_text-overflow.less +8 -0
  330. package/src/styles/less/mixins/_theming.less +7 -0
  331. package/src/styles/less/modals.css +185 -0
  332. package/src/styles/less/modals.less +239 -0
  333. package/src/styles/less/navbar.css +2406 -0
  334. package/src/styles/less/navbar.less +1442 -0
  335. package/src/styles/less/navs.css +296 -0
  336. package/src/styles/less/navs.less +339 -0
  337. package/src/styles/less/neptune-social-media.css +144 -0
  338. package/src/styles/less/neptune-social-media.less +84 -0
  339. package/src/styles/less/neptune.bundle.less +63 -0
  340. package/src/styles/less/neptune.css +25724 -0
  341. package/src/styles/less/panels.css +528 -0
  342. package/src/styles/less/panels.less +410 -0
  343. package/src/styles/less/popovers.css +661 -0
  344. package/src/styles/less/popovers.less +379 -0
  345. package/src/styles/less/process.css +483 -0
  346. package/src/styles/less/process.less +426 -0
  347. package/src/styles/less/progress-bars.css +64 -0
  348. package/src/styles/less/progress-bars.less +55 -0
  349. package/src/styles/less/ring.css +55 -0
  350. package/src/styles/less/ring.less +51 -0
  351. package/src/styles/less/select.css +99 -0
  352. package/src/styles/less/select.less +88 -0
  353. package/src/styles/less/sequences.css +855 -0
  354. package/src/styles/less/sequences.less +511 -0
  355. package/src/styles/less/table.css +446 -0
  356. package/src/styles/less/table.less +385 -0
  357. package/src/styles/less/tick.css +32 -0
  358. package/src/styles/less/tick.less +37 -0
  359. package/src/styles/less/tooltip.css +160 -0
  360. package/src/styles/less/tooltip.less +130 -0
  361. package/src/styles/less/utilities.css +145 -0
  362. package/src/styles/less/utilities.less +153 -0
  363. package/src/styles/less/wells.css +74 -0
  364. package/src/styles/less/wells.less +37 -0
  365. package/src/styles/props/custom-media.css +11 -0
  366. package/src/styles/props/legacy-custom-props.css +69 -0
  367. package/src/styles/props/neptune-tokens.css +11 -0
  368. package/src/styles/variables/legacy-variables.css +0 -0
  369. package/src/styles/variables/legacy-variables.less +1299 -0
  370. package/src/styles/variables/neptune-tokens.css +0 -0
  371. package/src/styles/variables/neptune-tokens.less +12 -0
  372. package/src/styles/variables/zindex.css +0 -0
  373. package/src/styles/variables/zindex.less +17 -0
  374. package/src/summary/Summary.less +1 -1
  375. package/src/summary/Summary.test.story.tsx +1 -1
  376. package/src/switch/Switch.less +4 -4
  377. package/src/table/Table.less +1 -1
  378. package/src/tabs/Tabs.less +4 -4
  379. package/src/tile/Tile.less +1 -1
  380. package/src/tooltip/Tooltip.less +1 -1
  381. package/src/tooltip/Tooltip.story.tsx +0 -21
  382. package/src/tooltip/Tooltip.test.story.tsx +42 -0
  383. package/src/typeahead/Typeahead.less +2 -2
  384. package/src/typeahead/Typeahead.story.tsx +0 -52
  385. package/src/typeahead/Typeahead.test.story.tsx +73 -0
  386. package/src/typeahead/typeaheadOption/TypeaheadOption.less +1 -1
  387. package/src/upload/Upload.less +1 -1
  388. package/src/uploadInput/UploadInput.less +2 -2
  389. package/src/uploadInput/uploadItem/UploadItem.less +1 -1
@@ -0,0 +1,2369 @@
1
+ .container {
2
+ margin-right: auto;
3
+ margin-left: auto;
4
+ padding-left: 12px;
5
+ padding-right: 12px;
6
+ padding-right: 16px;
7
+ padding-left: 16px;
8
+ }
9
+ .container::before,
10
+ .container::after {
11
+ content: " ";
12
+ display: table;
13
+ }
14
+ .container::after {
15
+ clear: both;
16
+ }
17
+ @media (min-width: 1200px) {
18
+ .container {
19
+ max-width: 1164px;
20
+ }
21
+ }
22
+ @media (min-width: 576px) {
23
+ .container {
24
+ padding-right: 24px;
25
+ padding-left: 24px;
26
+ }
27
+ }
28
+ @media (min-width: 992px) {
29
+ .container {
30
+ padding-right: 32px;
31
+ padding-left: 32px;
32
+ }
33
+ }
34
+ .container-fluid {
35
+ margin-right: auto;
36
+ margin-left: auto;
37
+ padding-left: 12px;
38
+ padding-right: 12px;
39
+ }
40
+ .row {
41
+ margin-left: -12px;
42
+ margin-right: -12px;
43
+ }
44
+ [dir="rtl"] .row {
45
+ margin-right: -12px;
46
+ margin-left: -12px;
47
+ }
48
+ [dir="rtl"] .row {
49
+ margin-left: -12px;
50
+ margin-right: -12px;
51
+ }
52
+ .row::before,
53
+ .row::after {
54
+ content: " ";
55
+ display: table;
56
+ }
57
+ .row::after {
58
+ clear: both;
59
+ }
60
+ .col-xs-1,
61
+ .col-sm-1,
62
+ .col-md-1,
63
+ .col-lg-1,
64
+ .col-xl-1,
65
+ .col-xs-2,
66
+ .col-sm-2,
67
+ .col-md-2,
68
+ .col-lg-2,
69
+ .col-xl-2,
70
+ .col-xs-3,
71
+ .col-sm-3,
72
+ .col-md-3,
73
+ .col-lg-3,
74
+ .col-xl-3,
75
+ .col-xs-4,
76
+ .col-sm-4,
77
+ .col-md-4,
78
+ .col-lg-4,
79
+ .col-xl-4,
80
+ .col-xs-5,
81
+ .col-sm-5,
82
+ .col-md-5,
83
+ .col-lg-5,
84
+ .col-xl-5,
85
+ .col-xs-6,
86
+ .col-sm-6,
87
+ .col-md-6,
88
+ .col-lg-6,
89
+ .col-xl-6,
90
+ .col-xs-7,
91
+ .col-sm-7,
92
+ .col-md-7,
93
+ .col-lg-7,
94
+ .col-xl-7,
95
+ .col-xs-8,
96
+ .col-sm-8,
97
+ .col-md-8,
98
+ .col-lg-8,
99
+ .col-xl-8,
100
+ .col-xs-9,
101
+ .col-sm-9,
102
+ .col-md-9,
103
+ .col-lg-9,
104
+ .col-xl-9,
105
+ .col-xs-10,
106
+ .col-sm-10,
107
+ .col-md-10,
108
+ .col-lg-10,
109
+ .col-xl-10,
110
+ .col-xs-11,
111
+ .col-sm-11,
112
+ .col-md-11,
113
+ .col-lg-11,
114
+ .col-xl-11,
115
+ .col-xs-12,
116
+ .col-sm-12,
117
+ .col-md-12,
118
+ .col-lg-12,
119
+ .col-xl-12 {
120
+ position: relative;
121
+ min-height: 1px;
122
+ padding-left: 12px;
123
+ padding-right: 12px;
124
+ }
125
+ .col-xs-1,
126
+ .col-xs-2,
127
+ .col-xs-3,
128
+ .col-xs-4,
129
+ .col-xs-5,
130
+ .col-xs-6,
131
+ .col-xs-7,
132
+ .col-xs-8,
133
+ .col-xs-9,
134
+ .col-xs-10,
135
+ .col-xs-11,
136
+ .col-xs-12 {
137
+ float: left;
138
+ }
139
+ [dir="rtl"] .col-xs-1,
140
+ [dir="rtl"] .col-xs-2,
141
+ [dir="rtl"] .col-xs-3,
142
+ [dir="rtl"] .col-xs-4,
143
+ [dir="rtl"] .col-xs-5,
144
+ [dir="rtl"] .col-xs-6,
145
+ [dir="rtl"] .col-xs-7,
146
+ [dir="rtl"] .col-xs-8,
147
+ [dir="rtl"] .col-xs-9,
148
+ [dir="rtl"] .col-xs-10,
149
+ [dir="rtl"] .col-xs-11,
150
+ [dir="rtl"] .col-xs-12 {
151
+ float: right;
152
+ }
153
+ .col-xs-12 {
154
+ width: 100%;
155
+ }
156
+ .row-equal-height .col-xs-12 {
157
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
158
+ width: calc(100% - 0.5px);
159
+ }
160
+ .col-xs-11 {
161
+ width: 91.66666667%;
162
+ }
163
+ .row-equal-height .col-xs-11 {
164
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
165
+ width: calc(91.66666667% - 0.5px);
166
+ }
167
+ .col-xs-10 {
168
+ width: 83.33333333%;
169
+ }
170
+ .row-equal-height .col-xs-10 {
171
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
172
+ width: calc(83.33333333% - 0.5px);
173
+ }
174
+ .col-xs-9 {
175
+ width: 75%;
176
+ }
177
+ .row-equal-height .col-xs-9 {
178
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
179
+ width: calc(75% - 0.5px);
180
+ }
181
+ .col-xs-8 {
182
+ width: 66.66666667%;
183
+ }
184
+ .row-equal-height .col-xs-8 {
185
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
186
+ width: calc(66.66666667% - 0.5px);
187
+ }
188
+ .col-xs-7 {
189
+ width: 58.33333333%;
190
+ }
191
+ .row-equal-height .col-xs-7 {
192
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
193
+ width: calc(58.33333333% - 0.5px);
194
+ }
195
+ .col-xs-6 {
196
+ width: 50%;
197
+ }
198
+ .row-equal-height .col-xs-6 {
199
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
200
+ width: calc(50% - 0.5px);
201
+ }
202
+ .col-xs-5 {
203
+ width: 41.66666667%;
204
+ }
205
+ .row-equal-height .col-xs-5 {
206
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
207
+ width: calc(41.66666667% - 0.5px);
208
+ }
209
+ .col-xs-4 {
210
+ width: 33.33333333%;
211
+ }
212
+ .row-equal-height .col-xs-4 {
213
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
214
+ width: calc(33.33333333% - 0.5px);
215
+ }
216
+ .col-xs-3 {
217
+ width: 25%;
218
+ }
219
+ .row-equal-height .col-xs-3 {
220
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
221
+ width: calc(25% - 0.5px);
222
+ }
223
+ .col-xs-2 {
224
+ width: 16.66666667%;
225
+ }
226
+ .row-equal-height .col-xs-2 {
227
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
228
+ width: calc(16.66666667% - 0.5px);
229
+ }
230
+ .col-xs-1 {
231
+ width: 8.33333333%;
232
+ }
233
+ .row-equal-height .col-xs-1 {
234
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
235
+ width: calc(8.33333333% - 0.5px);
236
+ }
237
+ .col-xs-pull-12 {
238
+ right: 100%;
239
+ }
240
+ [dir="rtl"] .col-xs-pull-12 {
241
+ left: 100%;
242
+ right: auto;
243
+ right: initial;
244
+ }
245
+ .col-xs-pull-11 {
246
+ right: 91.66666667%;
247
+ }
248
+ [dir="rtl"] .col-xs-pull-11 {
249
+ left: 91.66666667%;
250
+ right: auto;
251
+ right: initial;
252
+ }
253
+ .col-xs-pull-10 {
254
+ right: 83.33333333%;
255
+ }
256
+ [dir="rtl"] .col-xs-pull-10 {
257
+ left: 83.33333333%;
258
+ right: auto;
259
+ right: initial;
260
+ }
261
+ .col-xs-pull-9 {
262
+ right: 75%;
263
+ }
264
+ [dir="rtl"] .col-xs-pull-9 {
265
+ left: 75%;
266
+ right: auto;
267
+ right: initial;
268
+ }
269
+ .col-xs-pull-8 {
270
+ right: 66.66666667%;
271
+ }
272
+ [dir="rtl"] .col-xs-pull-8 {
273
+ left: 66.66666667%;
274
+ right: auto;
275
+ right: initial;
276
+ }
277
+ .col-xs-pull-7 {
278
+ right: 58.33333333%;
279
+ }
280
+ [dir="rtl"] .col-xs-pull-7 {
281
+ left: 58.33333333%;
282
+ right: auto;
283
+ right: initial;
284
+ }
285
+ .col-xs-pull-6 {
286
+ right: 50%;
287
+ }
288
+ [dir="rtl"] .col-xs-pull-6 {
289
+ left: 50%;
290
+ right: auto;
291
+ right: initial;
292
+ }
293
+ .col-xs-pull-5 {
294
+ right: 41.66666667%;
295
+ }
296
+ [dir="rtl"] .col-xs-pull-5 {
297
+ left: 41.66666667%;
298
+ right: auto;
299
+ right: initial;
300
+ }
301
+ .col-xs-pull-4 {
302
+ right: 33.33333333%;
303
+ }
304
+ [dir="rtl"] .col-xs-pull-4 {
305
+ left: 33.33333333%;
306
+ right: auto;
307
+ right: initial;
308
+ }
309
+ .col-xs-pull-3 {
310
+ right: 25%;
311
+ }
312
+ [dir="rtl"] .col-xs-pull-3 {
313
+ left: 25%;
314
+ right: auto;
315
+ right: initial;
316
+ }
317
+ .col-xs-pull-2 {
318
+ right: 16.66666667%;
319
+ }
320
+ [dir="rtl"] .col-xs-pull-2 {
321
+ left: 16.66666667%;
322
+ right: auto;
323
+ right: initial;
324
+ }
325
+ .col-xs-pull-1 {
326
+ right: 8.33333333%;
327
+ }
328
+ [dir="rtl"] .col-xs-pull-1 {
329
+ left: 8.33333333%;
330
+ right: auto;
331
+ right: initial;
332
+ }
333
+ .col-xs-pull-0 {
334
+ right: auto;
335
+ }
336
+ [dir="rtl"] .col-xs-pull-0 {
337
+ left: auto;
338
+ right: auto;
339
+ right: initial;
340
+ }
341
+ .col-xs-push-12 {
342
+ left: 100%;
343
+ }
344
+ [dir="rtl"] .col-xs-push-12 {
345
+ right: 100%;
346
+ left: auto;
347
+ left: initial;
348
+ }
349
+ .col-xs-push-11 {
350
+ left: 91.66666667%;
351
+ }
352
+ [dir="rtl"] .col-xs-push-11 {
353
+ right: 91.66666667%;
354
+ left: auto;
355
+ left: initial;
356
+ }
357
+ .col-xs-push-10 {
358
+ left: 83.33333333%;
359
+ }
360
+ [dir="rtl"] .col-xs-push-10 {
361
+ right: 83.33333333%;
362
+ left: auto;
363
+ left: initial;
364
+ }
365
+ .col-xs-push-9 {
366
+ left: 75%;
367
+ }
368
+ [dir="rtl"] .col-xs-push-9 {
369
+ right: 75%;
370
+ left: auto;
371
+ left: initial;
372
+ }
373
+ .col-xs-push-8 {
374
+ left: 66.66666667%;
375
+ }
376
+ [dir="rtl"] .col-xs-push-8 {
377
+ right: 66.66666667%;
378
+ left: auto;
379
+ left: initial;
380
+ }
381
+ .col-xs-push-7 {
382
+ left: 58.33333333%;
383
+ }
384
+ [dir="rtl"] .col-xs-push-7 {
385
+ right: 58.33333333%;
386
+ left: auto;
387
+ left: initial;
388
+ }
389
+ .col-xs-push-6 {
390
+ left: 50%;
391
+ }
392
+ [dir="rtl"] .col-xs-push-6 {
393
+ right: 50%;
394
+ left: auto;
395
+ left: initial;
396
+ }
397
+ .col-xs-push-5 {
398
+ left: 41.66666667%;
399
+ }
400
+ [dir="rtl"] .col-xs-push-5 {
401
+ right: 41.66666667%;
402
+ left: auto;
403
+ left: initial;
404
+ }
405
+ .col-xs-push-4 {
406
+ left: 33.33333333%;
407
+ }
408
+ [dir="rtl"] .col-xs-push-4 {
409
+ right: 33.33333333%;
410
+ left: auto;
411
+ left: initial;
412
+ }
413
+ .col-xs-push-3 {
414
+ left: 25%;
415
+ }
416
+ [dir="rtl"] .col-xs-push-3 {
417
+ right: 25%;
418
+ left: auto;
419
+ left: initial;
420
+ }
421
+ .col-xs-push-2 {
422
+ left: 16.66666667%;
423
+ }
424
+ [dir="rtl"] .col-xs-push-2 {
425
+ right: 16.66666667%;
426
+ left: auto;
427
+ left: initial;
428
+ }
429
+ .col-xs-push-1 {
430
+ left: 8.33333333%;
431
+ }
432
+ [dir="rtl"] .col-xs-push-1 {
433
+ right: 8.33333333%;
434
+ left: auto;
435
+ left: initial;
436
+ }
437
+ .col-xs-push-0 {
438
+ left: auto;
439
+ }
440
+ [dir="rtl"] .col-xs-push-0 {
441
+ right: auto;
442
+ left: auto;
443
+ left: initial;
444
+ }
445
+ .col-xs-offset-12 {
446
+ margin-left: 100%;
447
+ }
448
+ [dir="rtl"] .col-xs-offset-12 {
449
+ margin-right: 100%;
450
+ margin-left: 0;
451
+ margin-left: initial;
452
+ }
453
+ .col-xs-offset-11 {
454
+ margin-left: 91.66666667%;
455
+ }
456
+ [dir="rtl"] .col-xs-offset-11 {
457
+ margin-right: 91.66666667%;
458
+ margin-left: 0;
459
+ margin-left: initial;
460
+ }
461
+ .col-xs-offset-10 {
462
+ margin-left: 83.33333333%;
463
+ }
464
+ [dir="rtl"] .col-xs-offset-10 {
465
+ margin-right: 83.33333333%;
466
+ margin-left: 0;
467
+ margin-left: initial;
468
+ }
469
+ .col-xs-offset-9 {
470
+ margin-left: 75%;
471
+ }
472
+ [dir="rtl"] .col-xs-offset-9 {
473
+ margin-right: 75%;
474
+ margin-left: 0;
475
+ margin-left: initial;
476
+ }
477
+ .col-xs-offset-8 {
478
+ margin-left: 66.66666667%;
479
+ }
480
+ [dir="rtl"] .col-xs-offset-8 {
481
+ margin-right: 66.66666667%;
482
+ margin-left: 0;
483
+ margin-left: initial;
484
+ }
485
+ .col-xs-offset-7 {
486
+ margin-left: 58.33333333%;
487
+ }
488
+ [dir="rtl"] .col-xs-offset-7 {
489
+ margin-right: 58.33333333%;
490
+ margin-left: 0;
491
+ margin-left: initial;
492
+ }
493
+ .col-xs-offset-6 {
494
+ margin-left: 50%;
495
+ }
496
+ [dir="rtl"] .col-xs-offset-6 {
497
+ margin-right: 50%;
498
+ margin-left: 0;
499
+ margin-left: initial;
500
+ }
501
+ .col-xs-offset-5 {
502
+ margin-left: 41.66666667%;
503
+ }
504
+ [dir="rtl"] .col-xs-offset-5 {
505
+ margin-right: 41.66666667%;
506
+ margin-left: 0;
507
+ margin-left: initial;
508
+ }
509
+ .col-xs-offset-4 {
510
+ margin-left: 33.33333333%;
511
+ }
512
+ [dir="rtl"] .col-xs-offset-4 {
513
+ margin-right: 33.33333333%;
514
+ margin-left: 0;
515
+ margin-left: initial;
516
+ }
517
+ .col-xs-offset-3 {
518
+ margin-left: 25%;
519
+ }
520
+ [dir="rtl"] .col-xs-offset-3 {
521
+ margin-right: 25%;
522
+ margin-left: 0;
523
+ margin-left: initial;
524
+ }
525
+ .col-xs-offset-2 {
526
+ margin-left: 16.66666667%;
527
+ }
528
+ [dir="rtl"] .col-xs-offset-2 {
529
+ margin-right: 16.66666667%;
530
+ margin-left: 0;
531
+ margin-left: initial;
532
+ }
533
+ .col-xs-offset-1 {
534
+ margin-left: 8.33333333%;
535
+ }
536
+ [dir="rtl"] .col-xs-offset-1 {
537
+ margin-right: 8.33333333%;
538
+ margin-left: 0;
539
+ margin-left: initial;
540
+ }
541
+ .col-xs-offset-0 {
542
+ margin-left: 0%;
543
+ }
544
+ [dir="rtl"] .col-xs-offset-0 {
545
+ margin-right: 0%;
546
+ margin-left: 0;
547
+ margin-left: initial;
548
+ }
549
+ @media (min-width: 576px) {
550
+ .col-sm-1,
551
+ .col-sm-2,
552
+ .col-sm-3,
553
+ .col-sm-4,
554
+ .col-sm-5,
555
+ .col-sm-6,
556
+ .col-sm-7,
557
+ .col-sm-8,
558
+ .col-sm-9,
559
+ .col-sm-10,
560
+ .col-sm-11,
561
+ .col-sm-12 {
562
+ float: left;
563
+ }
564
+ [dir="rtl"] .col-sm-1,
565
+ [dir="rtl"] .col-sm-2,
566
+ [dir="rtl"] .col-sm-3,
567
+ [dir="rtl"] .col-sm-4,
568
+ [dir="rtl"] .col-sm-5,
569
+ [dir="rtl"] .col-sm-6,
570
+ [dir="rtl"] .col-sm-7,
571
+ [dir="rtl"] .col-sm-8,
572
+ [dir="rtl"] .col-sm-9,
573
+ [dir="rtl"] .col-sm-10,
574
+ [dir="rtl"] .col-sm-11,
575
+ [dir="rtl"] .col-sm-12 {
576
+ float: right;
577
+ }
578
+ .col-sm-12 {
579
+ width: 100%;
580
+ }
581
+ .row-equal-height .col-sm-12 {
582
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
583
+ width: calc(100% - 0.5px);
584
+ }
585
+ .col-sm-11 {
586
+ width: 91.66666667%;
587
+ }
588
+ .row-equal-height .col-sm-11 {
589
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
590
+ width: calc(91.66666667% - 0.5px);
591
+ }
592
+ .col-sm-10 {
593
+ width: 83.33333333%;
594
+ }
595
+ .row-equal-height .col-sm-10 {
596
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
597
+ width: calc(83.33333333% - 0.5px);
598
+ }
599
+ .col-sm-9 {
600
+ width: 75%;
601
+ }
602
+ .row-equal-height .col-sm-9 {
603
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
604
+ width: calc(75% - 0.5px);
605
+ }
606
+ .col-sm-8 {
607
+ width: 66.66666667%;
608
+ }
609
+ .row-equal-height .col-sm-8 {
610
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
611
+ width: calc(66.66666667% - 0.5px);
612
+ }
613
+ .col-sm-7 {
614
+ width: 58.33333333%;
615
+ }
616
+ .row-equal-height .col-sm-7 {
617
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
618
+ width: calc(58.33333333% - 0.5px);
619
+ }
620
+ .col-sm-6 {
621
+ width: 50%;
622
+ }
623
+ .row-equal-height .col-sm-6 {
624
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
625
+ width: calc(50% - 0.5px);
626
+ }
627
+ .col-sm-5 {
628
+ width: 41.66666667%;
629
+ }
630
+ .row-equal-height .col-sm-5 {
631
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
632
+ width: calc(41.66666667% - 0.5px);
633
+ }
634
+ .col-sm-4 {
635
+ width: 33.33333333%;
636
+ }
637
+ .row-equal-height .col-sm-4 {
638
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
639
+ width: calc(33.33333333% - 0.5px);
640
+ }
641
+ .col-sm-3 {
642
+ width: 25%;
643
+ }
644
+ .row-equal-height .col-sm-3 {
645
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
646
+ width: calc(25% - 0.5px);
647
+ }
648
+ .col-sm-2 {
649
+ width: 16.66666667%;
650
+ }
651
+ .row-equal-height .col-sm-2 {
652
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
653
+ width: calc(16.66666667% - 0.5px);
654
+ }
655
+ .col-sm-1 {
656
+ width: 8.33333333%;
657
+ }
658
+ .row-equal-height .col-sm-1 {
659
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
660
+ width: calc(8.33333333% - 0.5px);
661
+ }
662
+ .col-sm-pull-12 {
663
+ right: 100%;
664
+ }
665
+ [dir="rtl"] .col-sm-pull-12 {
666
+ left: 100%;
667
+ right: auto;
668
+ right: initial;
669
+ }
670
+ .col-sm-pull-11 {
671
+ right: 91.66666667%;
672
+ }
673
+ [dir="rtl"] .col-sm-pull-11 {
674
+ left: 91.66666667%;
675
+ right: auto;
676
+ right: initial;
677
+ }
678
+ .col-sm-pull-10 {
679
+ right: 83.33333333%;
680
+ }
681
+ [dir="rtl"] .col-sm-pull-10 {
682
+ left: 83.33333333%;
683
+ right: auto;
684
+ right: initial;
685
+ }
686
+ .col-sm-pull-9 {
687
+ right: 75%;
688
+ }
689
+ [dir="rtl"] .col-sm-pull-9 {
690
+ left: 75%;
691
+ right: auto;
692
+ right: initial;
693
+ }
694
+ .col-sm-pull-8 {
695
+ right: 66.66666667%;
696
+ }
697
+ [dir="rtl"] .col-sm-pull-8 {
698
+ left: 66.66666667%;
699
+ right: auto;
700
+ right: initial;
701
+ }
702
+ .col-sm-pull-7 {
703
+ right: 58.33333333%;
704
+ }
705
+ [dir="rtl"] .col-sm-pull-7 {
706
+ left: 58.33333333%;
707
+ right: auto;
708
+ right: initial;
709
+ }
710
+ .col-sm-pull-6 {
711
+ right: 50%;
712
+ }
713
+ [dir="rtl"] .col-sm-pull-6 {
714
+ left: 50%;
715
+ right: auto;
716
+ right: initial;
717
+ }
718
+ .col-sm-pull-5 {
719
+ right: 41.66666667%;
720
+ }
721
+ [dir="rtl"] .col-sm-pull-5 {
722
+ left: 41.66666667%;
723
+ right: auto;
724
+ right: initial;
725
+ }
726
+ .col-sm-pull-4 {
727
+ right: 33.33333333%;
728
+ }
729
+ [dir="rtl"] .col-sm-pull-4 {
730
+ left: 33.33333333%;
731
+ right: auto;
732
+ right: initial;
733
+ }
734
+ .col-sm-pull-3 {
735
+ right: 25%;
736
+ }
737
+ [dir="rtl"] .col-sm-pull-3 {
738
+ left: 25%;
739
+ right: auto;
740
+ right: initial;
741
+ }
742
+ .col-sm-pull-2 {
743
+ right: 16.66666667%;
744
+ }
745
+ [dir="rtl"] .col-sm-pull-2 {
746
+ left: 16.66666667%;
747
+ right: auto;
748
+ right: initial;
749
+ }
750
+ .col-sm-pull-1 {
751
+ right: 8.33333333%;
752
+ }
753
+ [dir="rtl"] .col-sm-pull-1 {
754
+ left: 8.33333333%;
755
+ right: auto;
756
+ right: initial;
757
+ }
758
+ .col-sm-pull-0 {
759
+ right: auto;
760
+ }
761
+ [dir="rtl"] .col-sm-pull-0 {
762
+ left: auto;
763
+ right: auto;
764
+ right: initial;
765
+ }
766
+ .col-sm-push-12 {
767
+ left: 100%;
768
+ }
769
+ [dir="rtl"] .col-sm-push-12 {
770
+ right: 100%;
771
+ left: auto;
772
+ left: initial;
773
+ }
774
+ .col-sm-push-11 {
775
+ left: 91.66666667%;
776
+ }
777
+ [dir="rtl"] .col-sm-push-11 {
778
+ right: 91.66666667%;
779
+ left: auto;
780
+ left: initial;
781
+ }
782
+ .col-sm-push-10 {
783
+ left: 83.33333333%;
784
+ }
785
+ [dir="rtl"] .col-sm-push-10 {
786
+ right: 83.33333333%;
787
+ left: auto;
788
+ left: initial;
789
+ }
790
+ .col-sm-push-9 {
791
+ left: 75%;
792
+ }
793
+ [dir="rtl"] .col-sm-push-9 {
794
+ right: 75%;
795
+ left: auto;
796
+ left: initial;
797
+ }
798
+ .col-sm-push-8 {
799
+ left: 66.66666667%;
800
+ }
801
+ [dir="rtl"] .col-sm-push-8 {
802
+ right: 66.66666667%;
803
+ left: auto;
804
+ left: initial;
805
+ }
806
+ .col-sm-push-7 {
807
+ left: 58.33333333%;
808
+ }
809
+ [dir="rtl"] .col-sm-push-7 {
810
+ right: 58.33333333%;
811
+ left: auto;
812
+ left: initial;
813
+ }
814
+ .col-sm-push-6 {
815
+ left: 50%;
816
+ }
817
+ [dir="rtl"] .col-sm-push-6 {
818
+ right: 50%;
819
+ left: auto;
820
+ left: initial;
821
+ }
822
+ .col-sm-push-5 {
823
+ left: 41.66666667%;
824
+ }
825
+ [dir="rtl"] .col-sm-push-5 {
826
+ right: 41.66666667%;
827
+ left: auto;
828
+ left: initial;
829
+ }
830
+ .col-sm-push-4 {
831
+ left: 33.33333333%;
832
+ }
833
+ [dir="rtl"] .col-sm-push-4 {
834
+ right: 33.33333333%;
835
+ left: auto;
836
+ left: initial;
837
+ }
838
+ .col-sm-push-3 {
839
+ left: 25%;
840
+ }
841
+ [dir="rtl"] .col-sm-push-3 {
842
+ right: 25%;
843
+ left: auto;
844
+ left: initial;
845
+ }
846
+ .col-sm-push-2 {
847
+ left: 16.66666667%;
848
+ }
849
+ [dir="rtl"] .col-sm-push-2 {
850
+ right: 16.66666667%;
851
+ left: auto;
852
+ left: initial;
853
+ }
854
+ .col-sm-push-1 {
855
+ left: 8.33333333%;
856
+ }
857
+ [dir="rtl"] .col-sm-push-1 {
858
+ right: 8.33333333%;
859
+ left: auto;
860
+ left: initial;
861
+ }
862
+ .col-sm-push-0 {
863
+ left: auto;
864
+ }
865
+ [dir="rtl"] .col-sm-push-0 {
866
+ right: auto;
867
+ left: auto;
868
+ left: initial;
869
+ }
870
+ .col-sm-offset-12 {
871
+ margin-left: 100%;
872
+ }
873
+ [dir="rtl"] .col-sm-offset-12 {
874
+ margin-right: 100%;
875
+ margin-left: 0;
876
+ margin-left: initial;
877
+ }
878
+ .col-sm-offset-11 {
879
+ margin-left: 91.66666667%;
880
+ }
881
+ [dir="rtl"] .col-sm-offset-11 {
882
+ margin-right: 91.66666667%;
883
+ margin-left: 0;
884
+ margin-left: initial;
885
+ }
886
+ .col-sm-offset-10 {
887
+ margin-left: 83.33333333%;
888
+ }
889
+ [dir="rtl"] .col-sm-offset-10 {
890
+ margin-right: 83.33333333%;
891
+ margin-left: 0;
892
+ margin-left: initial;
893
+ }
894
+ .col-sm-offset-9 {
895
+ margin-left: 75%;
896
+ }
897
+ [dir="rtl"] .col-sm-offset-9 {
898
+ margin-right: 75%;
899
+ margin-left: 0;
900
+ margin-left: initial;
901
+ }
902
+ .col-sm-offset-8 {
903
+ margin-left: 66.66666667%;
904
+ }
905
+ [dir="rtl"] .col-sm-offset-8 {
906
+ margin-right: 66.66666667%;
907
+ margin-left: 0;
908
+ margin-left: initial;
909
+ }
910
+ .col-sm-offset-7 {
911
+ margin-left: 58.33333333%;
912
+ }
913
+ [dir="rtl"] .col-sm-offset-7 {
914
+ margin-right: 58.33333333%;
915
+ margin-left: 0;
916
+ margin-left: initial;
917
+ }
918
+ .col-sm-offset-6 {
919
+ margin-left: 50%;
920
+ }
921
+ [dir="rtl"] .col-sm-offset-6 {
922
+ margin-right: 50%;
923
+ margin-left: 0;
924
+ margin-left: initial;
925
+ }
926
+ .col-sm-offset-5 {
927
+ margin-left: 41.66666667%;
928
+ }
929
+ [dir="rtl"] .col-sm-offset-5 {
930
+ margin-right: 41.66666667%;
931
+ margin-left: 0;
932
+ margin-left: initial;
933
+ }
934
+ .col-sm-offset-4 {
935
+ margin-left: 33.33333333%;
936
+ }
937
+ [dir="rtl"] .col-sm-offset-4 {
938
+ margin-right: 33.33333333%;
939
+ margin-left: 0;
940
+ margin-left: initial;
941
+ }
942
+ .col-sm-offset-3 {
943
+ margin-left: 25%;
944
+ }
945
+ [dir="rtl"] .col-sm-offset-3 {
946
+ margin-right: 25%;
947
+ margin-left: 0;
948
+ margin-left: initial;
949
+ }
950
+ .col-sm-offset-2 {
951
+ margin-left: 16.66666667%;
952
+ }
953
+ [dir="rtl"] .col-sm-offset-2 {
954
+ margin-right: 16.66666667%;
955
+ margin-left: 0;
956
+ margin-left: initial;
957
+ }
958
+ .col-sm-offset-1 {
959
+ margin-left: 8.33333333%;
960
+ }
961
+ [dir="rtl"] .col-sm-offset-1 {
962
+ margin-right: 8.33333333%;
963
+ margin-left: 0;
964
+ margin-left: initial;
965
+ }
966
+ .col-sm-offset-0 {
967
+ margin-left: 0%;
968
+ }
969
+ [dir="rtl"] .col-sm-offset-0 {
970
+ margin-right: 0%;
971
+ margin-left: 0;
972
+ margin-left: initial;
973
+ }
974
+ }
975
+ @media (min-width: 768px) {
976
+ .col-md-1,
977
+ .col-md-2,
978
+ .col-md-3,
979
+ .col-md-4,
980
+ .col-md-5,
981
+ .col-md-6,
982
+ .col-md-7,
983
+ .col-md-8,
984
+ .col-md-9,
985
+ .col-md-10,
986
+ .col-md-11,
987
+ .col-md-12 {
988
+ float: left;
989
+ }
990
+ [dir="rtl"] .col-md-1,
991
+ [dir="rtl"] .col-md-2,
992
+ [dir="rtl"] .col-md-3,
993
+ [dir="rtl"] .col-md-4,
994
+ [dir="rtl"] .col-md-5,
995
+ [dir="rtl"] .col-md-6,
996
+ [dir="rtl"] .col-md-7,
997
+ [dir="rtl"] .col-md-8,
998
+ [dir="rtl"] .col-md-9,
999
+ [dir="rtl"] .col-md-10,
1000
+ [dir="rtl"] .col-md-11,
1001
+ [dir="rtl"] .col-md-12 {
1002
+ float: right;
1003
+ }
1004
+ .col-md-12 {
1005
+ width: 100%;
1006
+ }
1007
+ .row-equal-height .col-md-12 {
1008
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1009
+ width: calc(100% - 0.5px);
1010
+ }
1011
+ .col-md-11 {
1012
+ width: 91.66666667%;
1013
+ }
1014
+ .row-equal-height .col-md-11 {
1015
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1016
+ width: calc(91.66666667% - 0.5px);
1017
+ }
1018
+ .col-md-10 {
1019
+ width: 83.33333333%;
1020
+ }
1021
+ .row-equal-height .col-md-10 {
1022
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1023
+ width: calc(83.33333333% - 0.5px);
1024
+ }
1025
+ .col-md-9 {
1026
+ width: 75%;
1027
+ }
1028
+ .row-equal-height .col-md-9 {
1029
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1030
+ width: calc(75% - 0.5px);
1031
+ }
1032
+ .col-md-8 {
1033
+ width: 66.66666667%;
1034
+ }
1035
+ .row-equal-height .col-md-8 {
1036
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1037
+ width: calc(66.66666667% - 0.5px);
1038
+ }
1039
+ .col-md-7 {
1040
+ width: 58.33333333%;
1041
+ }
1042
+ .row-equal-height .col-md-7 {
1043
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1044
+ width: calc(58.33333333% - 0.5px);
1045
+ }
1046
+ .col-md-6 {
1047
+ width: 50%;
1048
+ }
1049
+ .row-equal-height .col-md-6 {
1050
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1051
+ width: calc(50% - 0.5px);
1052
+ }
1053
+ .col-md-5 {
1054
+ width: 41.66666667%;
1055
+ }
1056
+ .row-equal-height .col-md-5 {
1057
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1058
+ width: calc(41.66666667% - 0.5px);
1059
+ }
1060
+ .col-md-4 {
1061
+ width: 33.33333333%;
1062
+ }
1063
+ .row-equal-height .col-md-4 {
1064
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1065
+ width: calc(33.33333333% - 0.5px);
1066
+ }
1067
+ .col-md-3 {
1068
+ width: 25%;
1069
+ }
1070
+ .row-equal-height .col-md-3 {
1071
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1072
+ width: calc(25% - 0.5px);
1073
+ }
1074
+ .col-md-2 {
1075
+ width: 16.66666667%;
1076
+ }
1077
+ .row-equal-height .col-md-2 {
1078
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1079
+ width: calc(16.66666667% - 0.5px);
1080
+ }
1081
+ .col-md-1 {
1082
+ width: 8.33333333%;
1083
+ }
1084
+ .row-equal-height .col-md-1 {
1085
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1086
+ width: calc(8.33333333% - 0.5px);
1087
+ }
1088
+ .col-md-pull-12 {
1089
+ right: 100%;
1090
+ }
1091
+ [dir="rtl"] .col-md-pull-12 {
1092
+ left: 100%;
1093
+ right: auto;
1094
+ right: initial;
1095
+ }
1096
+ .col-md-pull-11 {
1097
+ right: 91.66666667%;
1098
+ }
1099
+ [dir="rtl"] .col-md-pull-11 {
1100
+ left: 91.66666667%;
1101
+ right: auto;
1102
+ right: initial;
1103
+ }
1104
+ .col-md-pull-10 {
1105
+ right: 83.33333333%;
1106
+ }
1107
+ [dir="rtl"] .col-md-pull-10 {
1108
+ left: 83.33333333%;
1109
+ right: auto;
1110
+ right: initial;
1111
+ }
1112
+ .col-md-pull-9 {
1113
+ right: 75%;
1114
+ }
1115
+ [dir="rtl"] .col-md-pull-9 {
1116
+ left: 75%;
1117
+ right: auto;
1118
+ right: initial;
1119
+ }
1120
+ .col-md-pull-8 {
1121
+ right: 66.66666667%;
1122
+ }
1123
+ [dir="rtl"] .col-md-pull-8 {
1124
+ left: 66.66666667%;
1125
+ right: auto;
1126
+ right: initial;
1127
+ }
1128
+ .col-md-pull-7 {
1129
+ right: 58.33333333%;
1130
+ }
1131
+ [dir="rtl"] .col-md-pull-7 {
1132
+ left: 58.33333333%;
1133
+ right: auto;
1134
+ right: initial;
1135
+ }
1136
+ .col-md-pull-6 {
1137
+ right: 50%;
1138
+ }
1139
+ [dir="rtl"] .col-md-pull-6 {
1140
+ left: 50%;
1141
+ right: auto;
1142
+ right: initial;
1143
+ }
1144
+ .col-md-pull-5 {
1145
+ right: 41.66666667%;
1146
+ }
1147
+ [dir="rtl"] .col-md-pull-5 {
1148
+ left: 41.66666667%;
1149
+ right: auto;
1150
+ right: initial;
1151
+ }
1152
+ .col-md-pull-4 {
1153
+ right: 33.33333333%;
1154
+ }
1155
+ [dir="rtl"] .col-md-pull-4 {
1156
+ left: 33.33333333%;
1157
+ right: auto;
1158
+ right: initial;
1159
+ }
1160
+ .col-md-pull-3 {
1161
+ right: 25%;
1162
+ }
1163
+ [dir="rtl"] .col-md-pull-3 {
1164
+ left: 25%;
1165
+ right: auto;
1166
+ right: initial;
1167
+ }
1168
+ .col-md-pull-2 {
1169
+ right: 16.66666667%;
1170
+ }
1171
+ [dir="rtl"] .col-md-pull-2 {
1172
+ left: 16.66666667%;
1173
+ right: auto;
1174
+ right: initial;
1175
+ }
1176
+ .col-md-pull-1 {
1177
+ right: 8.33333333%;
1178
+ }
1179
+ [dir="rtl"] .col-md-pull-1 {
1180
+ left: 8.33333333%;
1181
+ right: auto;
1182
+ right: initial;
1183
+ }
1184
+ .col-md-pull-0 {
1185
+ right: auto;
1186
+ }
1187
+ [dir="rtl"] .col-md-pull-0 {
1188
+ left: auto;
1189
+ right: auto;
1190
+ right: initial;
1191
+ }
1192
+ .col-md-push-12 {
1193
+ left: 100%;
1194
+ }
1195
+ [dir="rtl"] .col-md-push-12 {
1196
+ right: 100%;
1197
+ left: auto;
1198
+ left: initial;
1199
+ }
1200
+ .col-md-push-11 {
1201
+ left: 91.66666667%;
1202
+ }
1203
+ [dir="rtl"] .col-md-push-11 {
1204
+ right: 91.66666667%;
1205
+ left: auto;
1206
+ left: initial;
1207
+ }
1208
+ .col-md-push-10 {
1209
+ left: 83.33333333%;
1210
+ }
1211
+ [dir="rtl"] .col-md-push-10 {
1212
+ right: 83.33333333%;
1213
+ left: auto;
1214
+ left: initial;
1215
+ }
1216
+ .col-md-push-9 {
1217
+ left: 75%;
1218
+ }
1219
+ [dir="rtl"] .col-md-push-9 {
1220
+ right: 75%;
1221
+ left: auto;
1222
+ left: initial;
1223
+ }
1224
+ .col-md-push-8 {
1225
+ left: 66.66666667%;
1226
+ }
1227
+ [dir="rtl"] .col-md-push-8 {
1228
+ right: 66.66666667%;
1229
+ left: auto;
1230
+ left: initial;
1231
+ }
1232
+ .col-md-push-7 {
1233
+ left: 58.33333333%;
1234
+ }
1235
+ [dir="rtl"] .col-md-push-7 {
1236
+ right: 58.33333333%;
1237
+ left: auto;
1238
+ left: initial;
1239
+ }
1240
+ .col-md-push-6 {
1241
+ left: 50%;
1242
+ }
1243
+ [dir="rtl"] .col-md-push-6 {
1244
+ right: 50%;
1245
+ left: auto;
1246
+ left: initial;
1247
+ }
1248
+ .col-md-push-5 {
1249
+ left: 41.66666667%;
1250
+ }
1251
+ [dir="rtl"] .col-md-push-5 {
1252
+ right: 41.66666667%;
1253
+ left: auto;
1254
+ left: initial;
1255
+ }
1256
+ .col-md-push-4 {
1257
+ left: 33.33333333%;
1258
+ }
1259
+ [dir="rtl"] .col-md-push-4 {
1260
+ right: 33.33333333%;
1261
+ left: auto;
1262
+ left: initial;
1263
+ }
1264
+ .col-md-push-3 {
1265
+ left: 25%;
1266
+ }
1267
+ [dir="rtl"] .col-md-push-3 {
1268
+ right: 25%;
1269
+ left: auto;
1270
+ left: initial;
1271
+ }
1272
+ .col-md-push-2 {
1273
+ left: 16.66666667%;
1274
+ }
1275
+ [dir="rtl"] .col-md-push-2 {
1276
+ right: 16.66666667%;
1277
+ left: auto;
1278
+ left: initial;
1279
+ }
1280
+ .col-md-push-1 {
1281
+ left: 8.33333333%;
1282
+ }
1283
+ [dir="rtl"] .col-md-push-1 {
1284
+ right: 8.33333333%;
1285
+ left: auto;
1286
+ left: initial;
1287
+ }
1288
+ .col-md-push-0 {
1289
+ left: auto;
1290
+ }
1291
+ [dir="rtl"] .col-md-push-0 {
1292
+ right: auto;
1293
+ left: auto;
1294
+ left: initial;
1295
+ }
1296
+ .col-md-offset-12 {
1297
+ margin-left: 100%;
1298
+ }
1299
+ [dir="rtl"] .col-md-offset-12 {
1300
+ margin-right: 100%;
1301
+ margin-left: 0;
1302
+ margin-left: initial;
1303
+ }
1304
+ .col-md-offset-11 {
1305
+ margin-left: 91.66666667%;
1306
+ }
1307
+ [dir="rtl"] .col-md-offset-11 {
1308
+ margin-right: 91.66666667%;
1309
+ margin-left: 0;
1310
+ margin-left: initial;
1311
+ }
1312
+ .col-md-offset-10 {
1313
+ margin-left: 83.33333333%;
1314
+ }
1315
+ [dir="rtl"] .col-md-offset-10 {
1316
+ margin-right: 83.33333333%;
1317
+ margin-left: 0;
1318
+ margin-left: initial;
1319
+ }
1320
+ .col-md-offset-9 {
1321
+ margin-left: 75%;
1322
+ }
1323
+ [dir="rtl"] .col-md-offset-9 {
1324
+ margin-right: 75%;
1325
+ margin-left: 0;
1326
+ margin-left: initial;
1327
+ }
1328
+ .col-md-offset-8 {
1329
+ margin-left: 66.66666667%;
1330
+ }
1331
+ [dir="rtl"] .col-md-offset-8 {
1332
+ margin-right: 66.66666667%;
1333
+ margin-left: 0;
1334
+ margin-left: initial;
1335
+ }
1336
+ .col-md-offset-7 {
1337
+ margin-left: 58.33333333%;
1338
+ }
1339
+ [dir="rtl"] .col-md-offset-7 {
1340
+ margin-right: 58.33333333%;
1341
+ margin-left: 0;
1342
+ margin-left: initial;
1343
+ }
1344
+ .col-md-offset-6 {
1345
+ margin-left: 50%;
1346
+ }
1347
+ [dir="rtl"] .col-md-offset-6 {
1348
+ margin-right: 50%;
1349
+ margin-left: 0;
1350
+ margin-left: initial;
1351
+ }
1352
+ .col-md-offset-5 {
1353
+ margin-left: 41.66666667%;
1354
+ }
1355
+ [dir="rtl"] .col-md-offset-5 {
1356
+ margin-right: 41.66666667%;
1357
+ margin-left: 0;
1358
+ margin-left: initial;
1359
+ }
1360
+ .col-md-offset-4 {
1361
+ margin-left: 33.33333333%;
1362
+ }
1363
+ [dir="rtl"] .col-md-offset-4 {
1364
+ margin-right: 33.33333333%;
1365
+ margin-left: 0;
1366
+ margin-left: initial;
1367
+ }
1368
+ .col-md-offset-3 {
1369
+ margin-left: 25%;
1370
+ }
1371
+ [dir="rtl"] .col-md-offset-3 {
1372
+ margin-right: 25%;
1373
+ margin-left: 0;
1374
+ margin-left: initial;
1375
+ }
1376
+ .col-md-offset-2 {
1377
+ margin-left: 16.66666667%;
1378
+ }
1379
+ [dir="rtl"] .col-md-offset-2 {
1380
+ margin-right: 16.66666667%;
1381
+ margin-left: 0;
1382
+ margin-left: initial;
1383
+ }
1384
+ .col-md-offset-1 {
1385
+ margin-left: 8.33333333%;
1386
+ }
1387
+ [dir="rtl"] .col-md-offset-1 {
1388
+ margin-right: 8.33333333%;
1389
+ margin-left: 0;
1390
+ margin-left: initial;
1391
+ }
1392
+ .col-md-offset-0 {
1393
+ margin-left: 0%;
1394
+ }
1395
+ [dir="rtl"] .col-md-offset-0 {
1396
+ margin-right: 0%;
1397
+ margin-left: 0;
1398
+ margin-left: initial;
1399
+ }
1400
+ }
1401
+ @media (min-width: 992px) {
1402
+ .col-lg-1,
1403
+ .col-lg-2,
1404
+ .col-lg-3,
1405
+ .col-lg-4,
1406
+ .col-lg-5,
1407
+ .col-lg-6,
1408
+ .col-lg-7,
1409
+ .col-lg-8,
1410
+ .col-lg-9,
1411
+ .col-lg-10,
1412
+ .col-lg-11,
1413
+ .col-lg-12 {
1414
+ float: left;
1415
+ }
1416
+ [dir="rtl"] .col-lg-1,
1417
+ [dir="rtl"] .col-lg-2,
1418
+ [dir="rtl"] .col-lg-3,
1419
+ [dir="rtl"] .col-lg-4,
1420
+ [dir="rtl"] .col-lg-5,
1421
+ [dir="rtl"] .col-lg-6,
1422
+ [dir="rtl"] .col-lg-7,
1423
+ [dir="rtl"] .col-lg-8,
1424
+ [dir="rtl"] .col-lg-9,
1425
+ [dir="rtl"] .col-lg-10,
1426
+ [dir="rtl"] .col-lg-11,
1427
+ [dir="rtl"] .col-lg-12 {
1428
+ float: right;
1429
+ }
1430
+ .col-lg-12 {
1431
+ width: 100%;
1432
+ }
1433
+ .row-equal-height .col-lg-12 {
1434
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1435
+ width: calc(100% - 0.5px);
1436
+ }
1437
+ .col-lg-11 {
1438
+ width: 91.66666667%;
1439
+ }
1440
+ .row-equal-height .col-lg-11 {
1441
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1442
+ width: calc(91.66666667% - 0.5px);
1443
+ }
1444
+ .col-lg-10 {
1445
+ width: 83.33333333%;
1446
+ }
1447
+ .row-equal-height .col-lg-10 {
1448
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1449
+ width: calc(83.33333333% - 0.5px);
1450
+ }
1451
+ .col-lg-9 {
1452
+ width: 75%;
1453
+ }
1454
+ .row-equal-height .col-lg-9 {
1455
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1456
+ width: calc(75% - 0.5px);
1457
+ }
1458
+ .col-lg-8 {
1459
+ width: 66.66666667%;
1460
+ }
1461
+ .row-equal-height .col-lg-8 {
1462
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1463
+ width: calc(66.66666667% - 0.5px);
1464
+ }
1465
+ .col-lg-7 {
1466
+ width: 58.33333333%;
1467
+ }
1468
+ .row-equal-height .col-lg-7 {
1469
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1470
+ width: calc(58.33333333% - 0.5px);
1471
+ }
1472
+ .col-lg-6 {
1473
+ width: 50%;
1474
+ }
1475
+ .row-equal-height .col-lg-6 {
1476
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1477
+ width: calc(50% - 0.5px);
1478
+ }
1479
+ .col-lg-5 {
1480
+ width: 41.66666667%;
1481
+ }
1482
+ .row-equal-height .col-lg-5 {
1483
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1484
+ width: calc(41.66666667% - 0.5px);
1485
+ }
1486
+ .col-lg-4 {
1487
+ width: 33.33333333%;
1488
+ }
1489
+ .row-equal-height .col-lg-4 {
1490
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1491
+ width: calc(33.33333333% - 0.5px);
1492
+ }
1493
+ .col-lg-3 {
1494
+ width: 25%;
1495
+ }
1496
+ .row-equal-height .col-lg-3 {
1497
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1498
+ width: calc(25% - 0.5px);
1499
+ }
1500
+ .col-lg-2 {
1501
+ width: 16.66666667%;
1502
+ }
1503
+ .row-equal-height .col-lg-2 {
1504
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1505
+ width: calc(16.66666667% - 0.5px);
1506
+ }
1507
+ .col-lg-1 {
1508
+ width: 8.33333333%;
1509
+ }
1510
+ .row-equal-height .col-lg-1 {
1511
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1512
+ width: calc(8.33333333% - 0.5px);
1513
+ }
1514
+ .col-lg-pull-12 {
1515
+ right: 100%;
1516
+ }
1517
+ [dir="rtl"] .col-lg-pull-12 {
1518
+ left: 100%;
1519
+ right: auto;
1520
+ right: initial;
1521
+ }
1522
+ .col-lg-pull-11 {
1523
+ right: 91.66666667%;
1524
+ }
1525
+ [dir="rtl"] .col-lg-pull-11 {
1526
+ left: 91.66666667%;
1527
+ right: auto;
1528
+ right: initial;
1529
+ }
1530
+ .col-lg-pull-10 {
1531
+ right: 83.33333333%;
1532
+ }
1533
+ [dir="rtl"] .col-lg-pull-10 {
1534
+ left: 83.33333333%;
1535
+ right: auto;
1536
+ right: initial;
1537
+ }
1538
+ .col-lg-pull-9 {
1539
+ right: 75%;
1540
+ }
1541
+ [dir="rtl"] .col-lg-pull-9 {
1542
+ left: 75%;
1543
+ right: auto;
1544
+ right: initial;
1545
+ }
1546
+ .col-lg-pull-8 {
1547
+ right: 66.66666667%;
1548
+ }
1549
+ [dir="rtl"] .col-lg-pull-8 {
1550
+ left: 66.66666667%;
1551
+ right: auto;
1552
+ right: initial;
1553
+ }
1554
+ .col-lg-pull-7 {
1555
+ right: 58.33333333%;
1556
+ }
1557
+ [dir="rtl"] .col-lg-pull-7 {
1558
+ left: 58.33333333%;
1559
+ right: auto;
1560
+ right: initial;
1561
+ }
1562
+ .col-lg-pull-6 {
1563
+ right: 50%;
1564
+ }
1565
+ [dir="rtl"] .col-lg-pull-6 {
1566
+ left: 50%;
1567
+ right: auto;
1568
+ right: initial;
1569
+ }
1570
+ .col-lg-pull-5 {
1571
+ right: 41.66666667%;
1572
+ }
1573
+ [dir="rtl"] .col-lg-pull-5 {
1574
+ left: 41.66666667%;
1575
+ right: auto;
1576
+ right: initial;
1577
+ }
1578
+ .col-lg-pull-4 {
1579
+ right: 33.33333333%;
1580
+ }
1581
+ [dir="rtl"] .col-lg-pull-4 {
1582
+ left: 33.33333333%;
1583
+ right: auto;
1584
+ right: initial;
1585
+ }
1586
+ .col-lg-pull-3 {
1587
+ right: 25%;
1588
+ }
1589
+ [dir="rtl"] .col-lg-pull-3 {
1590
+ left: 25%;
1591
+ right: auto;
1592
+ right: initial;
1593
+ }
1594
+ .col-lg-pull-2 {
1595
+ right: 16.66666667%;
1596
+ }
1597
+ [dir="rtl"] .col-lg-pull-2 {
1598
+ left: 16.66666667%;
1599
+ right: auto;
1600
+ right: initial;
1601
+ }
1602
+ .col-lg-pull-1 {
1603
+ right: 8.33333333%;
1604
+ }
1605
+ [dir="rtl"] .col-lg-pull-1 {
1606
+ left: 8.33333333%;
1607
+ right: auto;
1608
+ right: initial;
1609
+ }
1610
+ .col-lg-pull-0 {
1611
+ right: auto;
1612
+ }
1613
+ [dir="rtl"] .col-lg-pull-0 {
1614
+ left: auto;
1615
+ right: auto;
1616
+ right: initial;
1617
+ }
1618
+ .col-lg-push-12 {
1619
+ left: 100%;
1620
+ }
1621
+ [dir="rtl"] .col-lg-push-12 {
1622
+ right: 100%;
1623
+ left: auto;
1624
+ left: initial;
1625
+ }
1626
+ .col-lg-push-11 {
1627
+ left: 91.66666667%;
1628
+ }
1629
+ [dir="rtl"] .col-lg-push-11 {
1630
+ right: 91.66666667%;
1631
+ left: auto;
1632
+ left: initial;
1633
+ }
1634
+ .col-lg-push-10 {
1635
+ left: 83.33333333%;
1636
+ }
1637
+ [dir="rtl"] .col-lg-push-10 {
1638
+ right: 83.33333333%;
1639
+ left: auto;
1640
+ left: initial;
1641
+ }
1642
+ .col-lg-push-9 {
1643
+ left: 75%;
1644
+ }
1645
+ [dir="rtl"] .col-lg-push-9 {
1646
+ right: 75%;
1647
+ left: auto;
1648
+ left: initial;
1649
+ }
1650
+ .col-lg-push-8 {
1651
+ left: 66.66666667%;
1652
+ }
1653
+ [dir="rtl"] .col-lg-push-8 {
1654
+ right: 66.66666667%;
1655
+ left: auto;
1656
+ left: initial;
1657
+ }
1658
+ .col-lg-push-7 {
1659
+ left: 58.33333333%;
1660
+ }
1661
+ [dir="rtl"] .col-lg-push-7 {
1662
+ right: 58.33333333%;
1663
+ left: auto;
1664
+ left: initial;
1665
+ }
1666
+ .col-lg-push-6 {
1667
+ left: 50%;
1668
+ }
1669
+ [dir="rtl"] .col-lg-push-6 {
1670
+ right: 50%;
1671
+ left: auto;
1672
+ left: initial;
1673
+ }
1674
+ .col-lg-push-5 {
1675
+ left: 41.66666667%;
1676
+ }
1677
+ [dir="rtl"] .col-lg-push-5 {
1678
+ right: 41.66666667%;
1679
+ left: auto;
1680
+ left: initial;
1681
+ }
1682
+ .col-lg-push-4 {
1683
+ left: 33.33333333%;
1684
+ }
1685
+ [dir="rtl"] .col-lg-push-4 {
1686
+ right: 33.33333333%;
1687
+ left: auto;
1688
+ left: initial;
1689
+ }
1690
+ .col-lg-push-3 {
1691
+ left: 25%;
1692
+ }
1693
+ [dir="rtl"] .col-lg-push-3 {
1694
+ right: 25%;
1695
+ left: auto;
1696
+ left: initial;
1697
+ }
1698
+ .col-lg-push-2 {
1699
+ left: 16.66666667%;
1700
+ }
1701
+ [dir="rtl"] .col-lg-push-2 {
1702
+ right: 16.66666667%;
1703
+ left: auto;
1704
+ left: initial;
1705
+ }
1706
+ .col-lg-push-1 {
1707
+ left: 8.33333333%;
1708
+ }
1709
+ [dir="rtl"] .col-lg-push-1 {
1710
+ right: 8.33333333%;
1711
+ left: auto;
1712
+ left: initial;
1713
+ }
1714
+ .col-lg-push-0 {
1715
+ left: auto;
1716
+ }
1717
+ [dir="rtl"] .col-lg-push-0 {
1718
+ right: auto;
1719
+ left: auto;
1720
+ left: initial;
1721
+ }
1722
+ .col-lg-offset-12 {
1723
+ margin-left: 100%;
1724
+ }
1725
+ [dir="rtl"] .col-lg-offset-12 {
1726
+ margin-right: 100%;
1727
+ margin-left: 0;
1728
+ margin-left: initial;
1729
+ }
1730
+ .col-lg-offset-11 {
1731
+ margin-left: 91.66666667%;
1732
+ }
1733
+ [dir="rtl"] .col-lg-offset-11 {
1734
+ margin-right: 91.66666667%;
1735
+ margin-left: 0;
1736
+ margin-left: initial;
1737
+ }
1738
+ .col-lg-offset-10 {
1739
+ margin-left: 83.33333333%;
1740
+ }
1741
+ [dir="rtl"] .col-lg-offset-10 {
1742
+ margin-right: 83.33333333%;
1743
+ margin-left: 0;
1744
+ margin-left: initial;
1745
+ }
1746
+ .col-lg-offset-9 {
1747
+ margin-left: 75%;
1748
+ }
1749
+ [dir="rtl"] .col-lg-offset-9 {
1750
+ margin-right: 75%;
1751
+ margin-left: 0;
1752
+ margin-left: initial;
1753
+ }
1754
+ .col-lg-offset-8 {
1755
+ margin-left: 66.66666667%;
1756
+ }
1757
+ [dir="rtl"] .col-lg-offset-8 {
1758
+ margin-right: 66.66666667%;
1759
+ margin-left: 0;
1760
+ margin-left: initial;
1761
+ }
1762
+ .col-lg-offset-7 {
1763
+ margin-left: 58.33333333%;
1764
+ }
1765
+ [dir="rtl"] .col-lg-offset-7 {
1766
+ margin-right: 58.33333333%;
1767
+ margin-left: 0;
1768
+ margin-left: initial;
1769
+ }
1770
+ .col-lg-offset-6 {
1771
+ margin-left: 50%;
1772
+ }
1773
+ [dir="rtl"] .col-lg-offset-6 {
1774
+ margin-right: 50%;
1775
+ margin-left: 0;
1776
+ margin-left: initial;
1777
+ }
1778
+ .col-lg-offset-5 {
1779
+ margin-left: 41.66666667%;
1780
+ }
1781
+ [dir="rtl"] .col-lg-offset-5 {
1782
+ margin-right: 41.66666667%;
1783
+ margin-left: 0;
1784
+ margin-left: initial;
1785
+ }
1786
+ .col-lg-offset-4 {
1787
+ margin-left: 33.33333333%;
1788
+ }
1789
+ [dir="rtl"] .col-lg-offset-4 {
1790
+ margin-right: 33.33333333%;
1791
+ margin-left: 0;
1792
+ margin-left: initial;
1793
+ }
1794
+ .col-lg-offset-3 {
1795
+ margin-left: 25%;
1796
+ }
1797
+ [dir="rtl"] .col-lg-offset-3 {
1798
+ margin-right: 25%;
1799
+ margin-left: 0;
1800
+ margin-left: initial;
1801
+ }
1802
+ .col-lg-offset-2 {
1803
+ margin-left: 16.66666667%;
1804
+ }
1805
+ [dir="rtl"] .col-lg-offset-2 {
1806
+ margin-right: 16.66666667%;
1807
+ margin-left: 0;
1808
+ margin-left: initial;
1809
+ }
1810
+ .col-lg-offset-1 {
1811
+ margin-left: 8.33333333%;
1812
+ }
1813
+ [dir="rtl"] .col-lg-offset-1 {
1814
+ margin-right: 8.33333333%;
1815
+ margin-left: 0;
1816
+ margin-left: initial;
1817
+ }
1818
+ .col-lg-offset-0 {
1819
+ margin-left: 0%;
1820
+ }
1821
+ [dir="rtl"] .col-lg-offset-0 {
1822
+ margin-right: 0%;
1823
+ margin-left: 0;
1824
+ margin-left: initial;
1825
+ }
1826
+ }
1827
+ @media (min-width: 1200px) {
1828
+ .col-xl-1,
1829
+ .col-xl-2,
1830
+ .col-xl-3,
1831
+ .col-xl-4,
1832
+ .col-xl-5,
1833
+ .col-xl-6,
1834
+ .col-xl-7,
1835
+ .col-xl-8,
1836
+ .col-xl-9,
1837
+ .col-xl-10,
1838
+ .col-xl-11,
1839
+ .col-xl-12 {
1840
+ float: left;
1841
+ }
1842
+ [dir="rtl"] .col-xl-1,
1843
+ [dir="rtl"] .col-xl-2,
1844
+ [dir="rtl"] .col-xl-3,
1845
+ [dir="rtl"] .col-xl-4,
1846
+ [dir="rtl"] .col-xl-5,
1847
+ [dir="rtl"] .col-xl-6,
1848
+ [dir="rtl"] .col-xl-7,
1849
+ [dir="rtl"] .col-xl-8,
1850
+ [dir="rtl"] .col-xl-9,
1851
+ [dir="rtl"] .col-xl-10,
1852
+ [dir="rtl"] .col-xl-11,
1853
+ [dir="rtl"] .col-xl-12 {
1854
+ float: right;
1855
+ }
1856
+ .col-xl-12 {
1857
+ width: 100%;
1858
+ }
1859
+ .row-equal-height .col-xl-12 {
1860
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1861
+ width: calc(100% - 0.5px);
1862
+ }
1863
+ .col-xl-11 {
1864
+ width: 91.66666667%;
1865
+ }
1866
+ .row-equal-height .col-xl-11 {
1867
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1868
+ width: calc(91.66666667% - 0.5px);
1869
+ }
1870
+ .col-xl-10 {
1871
+ width: 83.33333333%;
1872
+ }
1873
+ .row-equal-height .col-xl-10 {
1874
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1875
+ width: calc(83.33333333% - 0.5px);
1876
+ }
1877
+ .col-xl-9 {
1878
+ width: 75%;
1879
+ }
1880
+ .row-equal-height .col-xl-9 {
1881
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1882
+ width: calc(75% - 0.5px);
1883
+ }
1884
+ .col-xl-8 {
1885
+ width: 66.66666667%;
1886
+ }
1887
+ .row-equal-height .col-xl-8 {
1888
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1889
+ width: calc(66.66666667% - 0.5px);
1890
+ }
1891
+ .col-xl-7 {
1892
+ width: 58.33333333%;
1893
+ }
1894
+ .row-equal-height .col-xl-7 {
1895
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1896
+ width: calc(58.33333333% - 0.5px);
1897
+ }
1898
+ .col-xl-6 {
1899
+ width: 50%;
1900
+ }
1901
+ .row-equal-height .col-xl-6 {
1902
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1903
+ width: calc(50% - 0.5px);
1904
+ }
1905
+ .col-xl-5 {
1906
+ width: 41.66666667%;
1907
+ }
1908
+ .row-equal-height .col-xl-5 {
1909
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1910
+ width: calc(41.66666667% - 0.5px);
1911
+ }
1912
+ .col-xl-4 {
1913
+ width: 33.33333333%;
1914
+ }
1915
+ .row-equal-height .col-xl-4 {
1916
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1917
+ width: calc(33.33333333% - 0.5px);
1918
+ }
1919
+ .col-xl-3 {
1920
+ width: 25%;
1921
+ }
1922
+ .row-equal-height .col-xl-3 {
1923
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1924
+ width: calc(25% - 0.5px);
1925
+ }
1926
+ .col-xl-2 {
1927
+ width: 16.66666667%;
1928
+ }
1929
+ .row-equal-height .col-xl-2 {
1930
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1931
+ width: calc(16.66666667% - 0.5px);
1932
+ }
1933
+ .col-xl-1 {
1934
+ width: 8.33333333%;
1935
+ }
1936
+ .row-equal-height .col-xl-1 {
1937
+ /* stylelint-disable-next-line function-calc-no-unspaced-operator */
1938
+ width: calc(8.33333333% - 0.5px);
1939
+ }
1940
+ .col-xl-pull-12 {
1941
+ right: 100%;
1942
+ }
1943
+ [dir="rtl"] .col-xl-pull-12 {
1944
+ left: 100%;
1945
+ right: auto;
1946
+ right: initial;
1947
+ }
1948
+ .col-xl-pull-11 {
1949
+ right: 91.66666667%;
1950
+ }
1951
+ [dir="rtl"] .col-xl-pull-11 {
1952
+ left: 91.66666667%;
1953
+ right: auto;
1954
+ right: initial;
1955
+ }
1956
+ .col-xl-pull-10 {
1957
+ right: 83.33333333%;
1958
+ }
1959
+ [dir="rtl"] .col-xl-pull-10 {
1960
+ left: 83.33333333%;
1961
+ right: auto;
1962
+ right: initial;
1963
+ }
1964
+ .col-xl-pull-9 {
1965
+ right: 75%;
1966
+ }
1967
+ [dir="rtl"] .col-xl-pull-9 {
1968
+ left: 75%;
1969
+ right: auto;
1970
+ right: initial;
1971
+ }
1972
+ .col-xl-pull-8 {
1973
+ right: 66.66666667%;
1974
+ }
1975
+ [dir="rtl"] .col-xl-pull-8 {
1976
+ left: 66.66666667%;
1977
+ right: auto;
1978
+ right: initial;
1979
+ }
1980
+ .col-xl-pull-7 {
1981
+ right: 58.33333333%;
1982
+ }
1983
+ [dir="rtl"] .col-xl-pull-7 {
1984
+ left: 58.33333333%;
1985
+ right: auto;
1986
+ right: initial;
1987
+ }
1988
+ .col-xl-pull-6 {
1989
+ right: 50%;
1990
+ }
1991
+ [dir="rtl"] .col-xl-pull-6 {
1992
+ left: 50%;
1993
+ right: auto;
1994
+ right: initial;
1995
+ }
1996
+ .col-xl-pull-5 {
1997
+ right: 41.66666667%;
1998
+ }
1999
+ [dir="rtl"] .col-xl-pull-5 {
2000
+ left: 41.66666667%;
2001
+ right: auto;
2002
+ right: initial;
2003
+ }
2004
+ .col-xl-pull-4 {
2005
+ right: 33.33333333%;
2006
+ }
2007
+ [dir="rtl"] .col-xl-pull-4 {
2008
+ left: 33.33333333%;
2009
+ right: auto;
2010
+ right: initial;
2011
+ }
2012
+ .col-xl-pull-3 {
2013
+ right: 25%;
2014
+ }
2015
+ [dir="rtl"] .col-xl-pull-3 {
2016
+ left: 25%;
2017
+ right: auto;
2018
+ right: initial;
2019
+ }
2020
+ .col-xl-pull-2 {
2021
+ right: 16.66666667%;
2022
+ }
2023
+ [dir="rtl"] .col-xl-pull-2 {
2024
+ left: 16.66666667%;
2025
+ right: auto;
2026
+ right: initial;
2027
+ }
2028
+ .col-xl-pull-1 {
2029
+ right: 8.33333333%;
2030
+ }
2031
+ [dir="rtl"] .col-xl-pull-1 {
2032
+ left: 8.33333333%;
2033
+ right: auto;
2034
+ right: initial;
2035
+ }
2036
+ .col-xl-pull-0 {
2037
+ right: auto;
2038
+ }
2039
+ [dir="rtl"] .col-xl-pull-0 {
2040
+ left: auto;
2041
+ right: auto;
2042
+ right: initial;
2043
+ }
2044
+ .col-xl-push-12 {
2045
+ left: 100%;
2046
+ }
2047
+ [dir="rtl"] .col-xl-push-12 {
2048
+ right: 100%;
2049
+ left: auto;
2050
+ left: initial;
2051
+ }
2052
+ .col-xl-push-11 {
2053
+ left: 91.66666667%;
2054
+ }
2055
+ [dir="rtl"] .col-xl-push-11 {
2056
+ right: 91.66666667%;
2057
+ left: auto;
2058
+ left: initial;
2059
+ }
2060
+ .col-xl-push-10 {
2061
+ left: 83.33333333%;
2062
+ }
2063
+ [dir="rtl"] .col-xl-push-10 {
2064
+ right: 83.33333333%;
2065
+ left: auto;
2066
+ left: initial;
2067
+ }
2068
+ .col-xl-push-9 {
2069
+ left: 75%;
2070
+ }
2071
+ [dir="rtl"] .col-xl-push-9 {
2072
+ right: 75%;
2073
+ left: auto;
2074
+ left: initial;
2075
+ }
2076
+ .col-xl-push-8 {
2077
+ left: 66.66666667%;
2078
+ }
2079
+ [dir="rtl"] .col-xl-push-8 {
2080
+ right: 66.66666667%;
2081
+ left: auto;
2082
+ left: initial;
2083
+ }
2084
+ .col-xl-push-7 {
2085
+ left: 58.33333333%;
2086
+ }
2087
+ [dir="rtl"] .col-xl-push-7 {
2088
+ right: 58.33333333%;
2089
+ left: auto;
2090
+ left: initial;
2091
+ }
2092
+ .col-xl-push-6 {
2093
+ left: 50%;
2094
+ }
2095
+ [dir="rtl"] .col-xl-push-6 {
2096
+ right: 50%;
2097
+ left: auto;
2098
+ left: initial;
2099
+ }
2100
+ .col-xl-push-5 {
2101
+ left: 41.66666667%;
2102
+ }
2103
+ [dir="rtl"] .col-xl-push-5 {
2104
+ right: 41.66666667%;
2105
+ left: auto;
2106
+ left: initial;
2107
+ }
2108
+ .col-xl-push-4 {
2109
+ left: 33.33333333%;
2110
+ }
2111
+ [dir="rtl"] .col-xl-push-4 {
2112
+ right: 33.33333333%;
2113
+ left: auto;
2114
+ left: initial;
2115
+ }
2116
+ .col-xl-push-3 {
2117
+ left: 25%;
2118
+ }
2119
+ [dir="rtl"] .col-xl-push-3 {
2120
+ right: 25%;
2121
+ left: auto;
2122
+ left: initial;
2123
+ }
2124
+ .col-xl-push-2 {
2125
+ left: 16.66666667%;
2126
+ }
2127
+ [dir="rtl"] .col-xl-push-2 {
2128
+ right: 16.66666667%;
2129
+ left: auto;
2130
+ left: initial;
2131
+ }
2132
+ .col-xl-push-1 {
2133
+ left: 8.33333333%;
2134
+ }
2135
+ [dir="rtl"] .col-xl-push-1 {
2136
+ right: 8.33333333%;
2137
+ left: auto;
2138
+ left: initial;
2139
+ }
2140
+ .col-xl-push-0 {
2141
+ left: auto;
2142
+ }
2143
+ [dir="rtl"] .col-xl-push-0 {
2144
+ right: auto;
2145
+ left: auto;
2146
+ left: initial;
2147
+ }
2148
+ .col-xl-offset-12 {
2149
+ margin-left: 100%;
2150
+ }
2151
+ [dir="rtl"] .col-xl-offset-12 {
2152
+ margin-right: 100%;
2153
+ margin-left: 0;
2154
+ margin-left: initial;
2155
+ }
2156
+ .col-xl-offset-11 {
2157
+ margin-left: 91.66666667%;
2158
+ }
2159
+ [dir="rtl"] .col-xl-offset-11 {
2160
+ margin-right: 91.66666667%;
2161
+ margin-left: 0;
2162
+ margin-left: initial;
2163
+ }
2164
+ .col-xl-offset-10 {
2165
+ margin-left: 83.33333333%;
2166
+ }
2167
+ [dir="rtl"] .col-xl-offset-10 {
2168
+ margin-right: 83.33333333%;
2169
+ margin-left: 0;
2170
+ margin-left: initial;
2171
+ }
2172
+ .col-xl-offset-9 {
2173
+ margin-left: 75%;
2174
+ }
2175
+ [dir="rtl"] .col-xl-offset-9 {
2176
+ margin-right: 75%;
2177
+ margin-left: 0;
2178
+ margin-left: initial;
2179
+ }
2180
+ .col-xl-offset-8 {
2181
+ margin-left: 66.66666667%;
2182
+ }
2183
+ [dir="rtl"] .col-xl-offset-8 {
2184
+ margin-right: 66.66666667%;
2185
+ margin-left: 0;
2186
+ margin-left: initial;
2187
+ }
2188
+ .col-xl-offset-7 {
2189
+ margin-left: 58.33333333%;
2190
+ }
2191
+ [dir="rtl"] .col-xl-offset-7 {
2192
+ margin-right: 58.33333333%;
2193
+ margin-left: 0;
2194
+ margin-left: initial;
2195
+ }
2196
+ .col-xl-offset-6 {
2197
+ margin-left: 50%;
2198
+ }
2199
+ [dir="rtl"] .col-xl-offset-6 {
2200
+ margin-right: 50%;
2201
+ margin-left: 0;
2202
+ margin-left: initial;
2203
+ }
2204
+ .col-xl-offset-5 {
2205
+ margin-left: 41.66666667%;
2206
+ }
2207
+ [dir="rtl"] .col-xl-offset-5 {
2208
+ margin-right: 41.66666667%;
2209
+ margin-left: 0;
2210
+ margin-left: initial;
2211
+ }
2212
+ .col-xl-offset-4 {
2213
+ margin-left: 33.33333333%;
2214
+ }
2215
+ [dir="rtl"] .col-xl-offset-4 {
2216
+ margin-right: 33.33333333%;
2217
+ margin-left: 0;
2218
+ margin-left: initial;
2219
+ }
2220
+ .col-xl-offset-3 {
2221
+ margin-left: 25%;
2222
+ }
2223
+ [dir="rtl"] .col-xl-offset-3 {
2224
+ margin-right: 25%;
2225
+ margin-left: 0;
2226
+ margin-left: initial;
2227
+ }
2228
+ .col-xl-offset-2 {
2229
+ margin-left: 16.66666667%;
2230
+ }
2231
+ [dir="rtl"] .col-xl-offset-2 {
2232
+ margin-right: 16.66666667%;
2233
+ margin-left: 0;
2234
+ margin-left: initial;
2235
+ }
2236
+ .col-xl-offset-1 {
2237
+ margin-left: 8.33333333%;
2238
+ }
2239
+ [dir="rtl"] .col-xl-offset-1 {
2240
+ margin-right: 8.33333333%;
2241
+ margin-left: 0;
2242
+ margin-left: initial;
2243
+ }
2244
+ .col-xl-offset-0 {
2245
+ margin-left: 0%;
2246
+ }
2247
+ [dir="rtl"] .col-xl-offset-0 {
2248
+ margin-right: 0%;
2249
+ margin-left: 0;
2250
+ margin-left: initial;
2251
+ }
2252
+ }
2253
+ @media (max-width: 575px) {
2254
+ .container {
2255
+ padding-right: 16px;
2256
+ padding-left: 16px;
2257
+ }
2258
+ }
2259
+ @media (min-width: 576px) and (max-width: 767px) {
2260
+ .container {
2261
+ padding-right: 24px;
2262
+ padding-left: 24px;
2263
+ }
2264
+ }
2265
+ [class*="col-sm"],
2266
+ [class*="col-md"],
2267
+ [class*="col-lg"],
2268
+ [class*="col-xl"] {
2269
+ margin-bottom: calc(8px * 2);
2270
+ margin-bottom: calc(var(--size-8) * 2);
2271
+ }
2272
+ [class*="col-xs"] {
2273
+ margin-bottom: 0;
2274
+ }
2275
+ @media (min-width: 576px) {
2276
+ [class*="col-sm"] {
2277
+ margin-bottom: 0;
2278
+ }
2279
+ }
2280
+ @media (min-width: 768px) {
2281
+ [class*="col-md"] {
2282
+ margin-bottom: 0;
2283
+ }
2284
+ }
2285
+ @media (min-width: 992px) {
2286
+ [class*="col-lg"] {
2287
+ margin-bottom: 0;
2288
+ }
2289
+ }
2290
+ @media (min-width: 1200px) {
2291
+ [class*="col-xl"] {
2292
+ margin-bottom: 0;
2293
+ }
2294
+ }
2295
+ .row-equal-height {
2296
+ display: flex;
2297
+ flex-wrap: wrap;
2298
+ }
2299
+ .row-equal-height > [class*="col-"] {
2300
+ display: flex;
2301
+ }
2302
+ @media (max-width: 575px) {
2303
+ .row-equal-height .col-xs-12 {
2304
+ margin-bottom: 12px;
2305
+ margin-bottom: var(--size-12);
2306
+ }
2307
+ }
2308
+ @media (max-width: 575px) {
2309
+ .row {
2310
+ margin-right: calc(8px * -1);
2311
+ margin-right: calc(var(--size-8) * -1);
2312
+ margin-left: calc(8px * -1);
2313
+ margin-left: calc(var(--size-8) * -1);
2314
+ }
2315
+ [class*="col-"] {
2316
+ padding-right: 8px;
2317
+ padding-right: var(--size-8);
2318
+ padding-left: 8px;
2319
+ padding-left: var(--size-8);
2320
+ }
2321
+ }
2322
+ .row--wide {
2323
+ margin-right: -24px / 2;
2324
+ margin-left: -24px / 2;
2325
+ }
2326
+ .row--wide [class*="col-"] {
2327
+ padding-right: 24px / 2;
2328
+ padding-left: 24px / 2;
2329
+ }
2330
+ @media all and (min-width: 576px) {
2331
+ .row--wide {
2332
+ margin-right: -48px / 2;
2333
+ margin-left: -48px / 2;
2334
+ }
2335
+ .row--wide [class*="col-"] {
2336
+ padding-right: 48px / 2;
2337
+ padding-left: 48px / 2;
2338
+ }
2339
+ }
2340
+ @media all and (min-width: 992px) {
2341
+ .row--wide {
2342
+ margin-right: -96px / 2;
2343
+ margin-left: -96px / 2;
2344
+ }
2345
+ .row--wide [class*="col-"] {
2346
+ padding-right: 96px / 2;
2347
+ padding-left: 96px / 2;
2348
+ }
2349
+ }
2350
+ @media (min-width: 1200px) {
2351
+ .container--fullscreen {
2352
+ max-width: 100%;
2353
+ }
2354
+ }
2355
+ .container--text {
2356
+ max-width: 700px;
2357
+ margin-right: auto;
2358
+ margin-left: auto;
2359
+ }
2360
+ .container--wide {
2361
+ max-width: 1500px;
2362
+ margin-right: auto;
2363
+ margin-left: auto;
2364
+ }
2365
+ @media (min-width: 1200px) {
2366
+ .container--wide {
2367
+ max-width: 1500px;
2368
+ }
2369
+ }