@transferwise/components 0.0.0-experimental-1bc70dc → 0.0.0-experimental-cbe4279

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 (352) hide show
  1. package/build/alert/Alert.js +1 -4
  2. package/build/alert/Alert.js.map +1 -1
  3. package/build/alert/Alert.mjs +1 -4
  4. package/build/alert/Alert.mjs.map +1 -1
  5. package/build/criticalBanner/CriticalCommsBanner.js +4 -6
  6. package/build/criticalBanner/CriticalCommsBanner.js.map +1 -1
  7. package/build/criticalBanner/CriticalCommsBanner.mjs +4 -6
  8. package/build/criticalBanner/CriticalCommsBanner.mjs.map +1 -1
  9. package/build/main.css +27001 -16
  10. package/build/neptune-css/fonts/TW-Averta-Bold.woff +0 -0
  11. package/build/neptune-css/fonts/TW-Averta-Bold.woff2 +0 -0
  12. package/build/neptune-css/fonts/TW-Averta-Regular.woff +0 -0
  13. package/build/neptune-css/fonts/TW-Averta-Regular.woff2 +0 -0
  14. package/build/neptune-css/fonts/TW-Averta-Semibold.woff +0 -0
  15. package/build/neptune-css/fonts/TW-Averta-Semibold.woff2 +0 -0
  16. package/build/neptune-css/fonts/TransferWise-IconFont.svg +81 -0
  17. package/build/neptune-css/fonts/TransferWise-IconFont.woff +0 -0
  18. package/build/neptune-css/fonts/WiseSans-Heavy.woff2 +0 -0
  19. package/build/neptune-css/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
  20. package/build/neptune-css/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
  21. package/build/neptune-css/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
  22. package/build/neptune-css/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
  23. package/build/neptune-css/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
  24. package/build/neptune-css/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
  25. package/build/neptune-css/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
  26. package/build/neptune-css/img/bg-dark.svg +31 -0
  27. package/build/neptune-css/img/bg-light.svg +26 -0
  28. package/build/neptune-css/less/legacy-variables.less +1299 -0
  29. package/build/neptune-css/less/neptune-tokens.css +0 -0
  30. package/build/neptune-css/less/neptune-tokens.less +275 -0
  31. package/build/neptune-css/less/zindex.css +0 -0
  32. package/build/neptune-css/less/zindex.less +17 -0
  33. package/build/neptune-css/props/custom-media.css +11 -0
  34. package/build/neptune-css/props/legacy-custom-props.css +69 -0
  35. package/build/neptune-css/props/neptune-tokens.css +152 -0
  36. package/build/neptune.css +25724 -0
  37. package/build/styles/criticalBanner/CriticalCommsBanner.css +0 -9
  38. package/build/styles/main.css +27001 -16
  39. package/build/styles/neptune-css/less/accordion.css +255 -0
  40. package/build/styles/neptune-css/less/alerts.css +751 -0
  41. package/build/styles/neptune-css/less/background.css +20 -0
  42. package/build/styles/neptune-css/less/badge.css +90 -0
  43. package/build/styles/neptune-css/less/border-radius.css +3 -0
  44. package/build/styles/neptune-css/less/breadcrumbs.css +20 -0
  45. package/build/styles/neptune-css/less/button-groups.css +495 -0
  46. package/build/styles/neptune-css/less/buttons.css +1390 -0
  47. package/build/styles/neptune-css/less/chevron.css +35 -0
  48. package/build/styles/neptune-css/less/circles.css +248 -0
  49. package/build/styles/neptune-css/less/close.css +47 -0
  50. package/build/styles/neptune-css/less/column-layout.css +164 -0
  51. package/build/styles/neptune-css/less/core/viewport-themes.css +59 -0
  52. package/build/styles/neptune-css/less/currency-flags.css +46 -0
  53. package/build/styles/neptune-css/less/decision.css +136 -0
  54. package/build/styles/neptune-css/less/dropdowns.css +472 -0
  55. package/build/styles/neptune-css/less/droppable.css +221 -0
  56. package/build/styles/neptune-css/less/flex.css +598 -0
  57. package/build/styles/neptune-css/less/footer.css +129 -0
  58. package/build/styles/neptune-css/less/forms/bootstrap-forms.css +2277 -0
  59. package/build/styles/neptune-css/less/forms/checkbox-radio.css +367 -0
  60. package/build/styles/neptune-css/less/grid.css +2369 -0
  61. package/build/styles/neptune-css/less/input-groups.css +2740 -0
  62. package/build/styles/neptune-css/less/link-callout.css +20 -0
  63. package/build/styles/neptune-css/less/list-group.css +350 -0
  64. package/build/styles/neptune-css/less/loaders.css +76 -0
  65. package/build/styles/neptune-css/less/media.css +74 -0
  66. package/build/styles/neptune-css/less/modals.css +185 -0
  67. package/build/styles/neptune-css/less/navbar.css +2406 -0
  68. package/build/styles/neptune-css/less/navs.css +296 -0
  69. package/build/styles/neptune-css/less/neptune-addons.css +1857 -0
  70. package/build/styles/neptune-css/less/neptune-core.css +2049 -0
  71. package/build/styles/neptune-css/less/neptune-social-media.css +144 -0
  72. package/build/styles/neptune-css/less/neptune.css +25724 -0
  73. package/build/styles/neptune-css/less/panels.css +528 -0
  74. package/build/styles/neptune-css/less/popovers.css +661 -0
  75. package/build/styles/neptune-css/less/process.css +483 -0
  76. package/build/styles/neptune-css/less/progress-bars.css +64 -0
  77. package/build/styles/neptune-css/less/ring.css +55 -0
  78. package/build/styles/neptune-css/less/select.css +99 -0
  79. package/build/styles/neptune-css/less/sequences.css +855 -0
  80. package/build/styles/neptune-css/less/table.css +446 -0
  81. package/build/styles/neptune-css/less/tick.css +32 -0
  82. package/build/styles/neptune-css/less/tooltip.css +160 -0
  83. package/build/styles/neptune-css/less/utilities.css +145 -0
  84. package/build/styles/neptune-css/less/wells.css +74 -0
  85. package/build/styles/neptune-css/props/custom-media.css +11 -0
  86. package/build/styles/neptune-css/props/legacy-custom-props.css +69 -0
  87. package/build/styles/neptune-css/props/neptune-tokens.css +11 -0
  88. package/build/styles/neptune-css/variables/legacy-variables.css +0 -0
  89. package/build/styles/neptune-css/variables/neptune-tokens.css +0 -0
  90. package/build/styles/neptune-css/variables/zindex.css +0 -0
  91. package/build/types/alert/Alert.d.ts +0 -2
  92. package/build/types/alert/Alert.d.ts.map +1 -1
  93. package/build/types/criticalBanner/CriticalCommsBanner.d.ts +0 -1
  94. package/build/types/criticalBanner/CriticalCommsBanner.d.ts.map +1 -1
  95. package/package.json +9 -6
  96. package/src/accordion/Accordion.less +3 -3
  97. package/src/actionButton/ActionButton.less +1 -1
  98. package/src/alert/Alert.tsx +1 -6
  99. package/src/avatar/Avatar.less +3 -3
  100. package/src/badge/Badge.less +1 -1
  101. package/src/button/LegacyButton.less +1 -1
  102. package/src/card/Card.less +3 -3
  103. package/src/checkboxButton/CheckboxButton.less +2 -2
  104. package/src/chips/Chip.less +3 -3
  105. package/src/common/Option/Option.less +2 -2
  106. package/src/common/bottomSheet/BottomSheet.less +1 -1
  107. package/src/common/closeButton/CloseButton.less +1 -1
  108. package/src/common/panel/Panel.less +1 -1
  109. package/src/criticalBanner/CriticalCommsBanner.less +0 -13
  110. package/src/criticalBanner/CriticalCommsBanner.test.story.tsx +0 -15
  111. package/src/criticalBanner/CriticalCommsBanner.test.tsx +2 -28
  112. package/src/criticalBanner/CriticalCommsBanner.tsx +1 -10
  113. package/src/dateLookup/DateLookup.less +1 -1
  114. package/src/dateLookup/dateTrigger/DateTrigger.less +2 -2
  115. package/src/decision/Decision.less +1 -1
  116. package/src/definitionList/DefinitionList.less +1 -1
  117. package/src/dimmer/Dimmer.less +2 -2
  118. package/src/flowNavigation/FlowNavigation.less +1 -1
  119. package/src/flowNavigation/animatedLabel/AnimatedLabel.less +2 -2
  120. package/src/info/Info.less +1 -1
  121. package/src/inputs/SelectInput.less +1 -1
  122. package/src/inputs/_common.less +1 -1
  123. package/src/link/Link.less +2 -2
  124. package/src/listItem/ListItem.less +1 -1
  125. package/src/main.less +2 -0
  126. package/src/moneyInput/MoneyInput.less +2 -2
  127. package/src/navigationOption/NavigationOption.less +3 -3
  128. package/src/navigationOptionsList/NavigationOptionsList.less +1 -1
  129. package/src/neptune-css/fonts/TW-Averta-Bold.woff +0 -0
  130. package/src/neptune-css/fonts/TW-Averta-Bold.woff2 +0 -0
  131. package/src/neptune-css/fonts/TW-Averta-Regular.woff +0 -0
  132. package/src/neptune-css/fonts/TW-Averta-Regular.woff2 +0 -0
  133. package/src/neptune-css/fonts/TW-Averta-Semibold.woff +0 -0
  134. package/src/neptune-css/fonts/TW-Averta-Semibold.woff2 +0 -0
  135. package/src/neptune-css/fonts/TransferWise-IconFont.svg +81 -0
  136. package/src/neptune-css/fonts/TransferWise-IconFont.woff +0 -0
  137. package/src/neptune-css/fonts/WiseSans-Heavy.woff2 +0 -0
  138. package/src/neptune-css/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2 +0 -0
  139. package/src/neptune-css/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2 +0 -0
  140. package/src/neptune-css/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2 +0 -0
  141. package/src/neptune-css/fonts/inter-greek-variable-wghtOnly-normal.woff2 +0 -0
  142. package/src/neptune-css/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2 +0 -0
  143. package/src/neptune-css/fonts/inter-latin-variable-wghtOnly-normal.woff2 +0 -0
  144. package/src/neptune-css/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2 +0 -0
  145. package/src/neptune-css/img/bg-dark.svg +31 -0
  146. package/src/neptune-css/img/bg-light.svg +26 -0
  147. package/src/neptune-css/less/accordion.less +15 -0
  148. package/src/neptune-css/less/addons/_background-utilities.less +82 -0
  149. package/src/neptune-css/less/addons/_border.less +3 -0
  150. package/src/neptune-css/less/addons/_display-utilities.less +159 -0
  151. package/src/neptune-css/less/addons/_spacing-utilities.less +73 -0
  152. package/src/neptune-css/less/addons/_utilities.less +147 -0
  153. package/src/neptune-css/less/alerts.less +252 -0
  154. package/src/neptune-css/less/background.less +24 -0
  155. package/src/neptune-css/less/badge.less +85 -0
  156. package/src/neptune-css/less/border-radius.less +3 -0
  157. package/src/neptune-css/less/breadcrumbs.less +27 -0
  158. package/src/neptune-css/less/button-groups.less +424 -0
  159. package/src/neptune-css/less/buttons.less +738 -0
  160. package/src/neptune-css/less/chevron.less +39 -0
  161. package/src/neptune-css/less/circles.less +233 -0
  162. package/src/neptune-css/less/close.less +48 -0
  163. package/src/neptune-css/less/column-layout.less +167 -0
  164. package/src/neptune-css/less/components/_component-animations.less +43 -0
  165. package/src/neptune-css/less/core/_fonts.less +97 -0
  166. package/src/neptune-css/less/core/_scaffolding.less +380 -0
  167. package/src/neptune-css/less/core/_typography-utilities.less +255 -0
  168. package/src/neptune-css/less/core/_typography.less +575 -0
  169. package/src/neptune-css/less/core/viewport-themes.less +65 -0
  170. package/src/neptune-css/less/currency-flags.less +42 -0
  171. package/src/neptune-css/less/decision.less +98 -0
  172. package/src/neptune-css/less/dropdowns.less +365 -0
  173. package/src/neptune-css/less/droppable.less +213 -0
  174. package/src/neptune-css/less/flex.less +113 -0
  175. package/src/neptune-css/less/footer.less +113 -0
  176. package/src/neptune-css/less/forms/bootstrap-forms.less +1218 -0
  177. package/src/neptune-css/less/forms/checkbox-radio.less +330 -0
  178. package/src/neptune-css/less/grid.less +187 -0
  179. package/src/neptune-css/less/input-groups.less +298 -0
  180. package/src/neptune-css/less/link-callout.less +17 -0
  181. package/src/neptune-css/less/list-group.less +260 -0
  182. package/src/neptune-css/less/loaders.less +91 -0
  183. package/src/neptune-css/less/media.less +68 -0
  184. package/src/neptune-css/less/mixins/_alerts.less +39 -0
  185. package/src/neptune-css/less/mixins/_arrows.less +52 -0
  186. package/src/neptune-css/less/mixins/_border-radius.less +11 -0
  187. package/src/neptune-css/less/mixins/_buttons.less +82 -0
  188. package/src/neptune-css/less/mixins/_center-block.less +7 -0
  189. package/src/neptune-css/less/mixins/_clearfix.less +23 -0
  190. package/src/neptune-css/less/mixins/_flex.less +105 -0
  191. package/src/neptune-css/less/mixins/_forms.less +130 -0
  192. package/src/neptune-css/less/mixins/_grid-framework.less +104 -0
  193. package/src/neptune-css/less/mixins/_grid.less +158 -0
  194. package/src/neptune-css/less/mixins/_hide-text.less +20 -0
  195. package/src/neptune-css/less/mixins/_links.less +7 -0
  196. package/src/neptune-css/less/mixins/_list-group.less +23 -0
  197. package/src/neptune-css/less/mixins/_logical-properties-IE-friendly.less +381 -0
  198. package/src/neptune-css/less/mixins/_logical-properties-modern-browsers.less +226 -0
  199. package/src/neptune-css/less/mixins/_logical-properties.less +5 -0
  200. package/src/neptune-css/less/mixins/_nav-divider.less +10 -0
  201. package/src/neptune-css/less/mixins/_nav-vertical-align.less +10 -0
  202. package/src/neptune-css/less/mixins/_panels.less +23 -0
  203. package/src/neptune-css/less/mixins/_physical-properties.less +110 -0
  204. package/src/neptune-css/less/mixins/_reset-text.less +22 -0
  205. package/src/neptune-css/less/mixins/_sequence.less +203 -0
  206. package/src/neptune-css/less/mixins/_spacing.less +122 -0
  207. package/src/neptune-css/less/mixins/_tab-focus.less +5 -0
  208. package/src/neptune-css/less/mixins/_table-row.less +47 -0
  209. package/src/neptune-css/less/mixins/_text-emphasis.less +39 -0
  210. package/src/neptune-css/less/mixins/_text-overflow.less +8 -0
  211. package/src/neptune-css/less/mixins/_theming.less +7 -0
  212. package/src/neptune-css/less/modals.less +239 -0
  213. package/src/neptune-css/less/navbar.less +1442 -0
  214. package/src/neptune-css/less/navs.less +339 -0
  215. package/src/neptune-css/less/neptune-addons.less +4 -0
  216. package/src/neptune-css/less/neptune-core.less +4 -0
  217. package/src/neptune-css/less/neptune-social-media.less +84 -0
  218. package/src/neptune-css/less/neptune.bundle.less +65 -0
  219. package/src/neptune-css/less/panels.less +410 -0
  220. package/src/neptune-css/less/popovers.less +379 -0
  221. package/src/neptune-css/less/process.less +426 -0
  222. package/src/neptune-css/less/progress-bars.less +55 -0
  223. package/src/neptune-css/less/ring.less +51 -0
  224. package/src/neptune-css/less/select.less +88 -0
  225. package/src/neptune-css/less/sequences.less +511 -0
  226. package/src/neptune-css/less/table.less +385 -0
  227. package/src/neptune-css/less/tick.less +37 -0
  228. package/src/neptune-css/less/tooltip.less +130 -0
  229. package/src/neptune-css/less/utilities.less +153 -0
  230. package/src/neptune-css/less/wells.less +37 -0
  231. package/src/neptune-css/props/custom-media.css +11 -0
  232. package/src/neptune-css/props/legacy-custom-props.css +69 -0
  233. package/src/neptune-css/props/neptune-tokens.css +11 -0
  234. package/src/neptune-css/variables/legacy-variables.less +1299 -0
  235. package/src/neptune-css/variables/neptune-tokens.less +12 -0
  236. package/src/neptune-css/variables/zindex.less +17 -0
  237. package/src/overlayHeader/OverlayHeader.less +1 -1
  238. package/src/phoneNumberInput/PhoneNumberInput.less +1 -1
  239. package/src/popover/Popover.less +1 -1
  240. package/src/select/Select.less +5 -5
  241. package/src/slidingPanel/SlidingPanel.less +2 -2
  242. package/src/snackbar/Snackbar.less +3 -3
  243. package/src/stepper/Stepper.less +3 -3
  244. package/src/summary/Summary.less +1 -1
  245. package/src/switch/Switch.less +4 -4
  246. package/src/table/Table.less +1 -1
  247. package/src/tabs/Tabs.less +4 -4
  248. package/src/tile/Tile.less +1 -1
  249. package/src/tooltip/Tooltip.less +1 -1
  250. package/src/typeahead/Typeahead.less +2 -2
  251. package/src/typeahead/typeaheadOption/TypeaheadOption.less +1 -1
  252. package/src/upload/Upload.less +1 -1
  253. package/src/uploadInput/UploadInput.less +2 -2
  254. package/src/uploadInput/uploadItem/UploadItem.less +1 -1
  255. package/src/accordion/Accordion.css +0 -74
  256. package/src/actionButton/ActionButton.css +0 -64
  257. package/src/actionOption/ActionOption.css +0 -4
  258. package/src/alert/Alert.css +0 -7
  259. package/src/avatar/Avatar.css +0 -250
  260. package/src/avatarLayout/AvatarLayout.css +0 -42
  261. package/src/avatarView/AvatarView.css +0 -44
  262. package/src/avatarView/Dot.css +0 -26
  263. package/src/badge/Badge.css +0 -65
  264. package/src/body/Body.css +0 -3
  265. package/src/button/Button.css +0 -246
  266. package/src/button/Button.vars.css +0 -46
  267. package/src/button/LegacyButton.css +0 -23
  268. package/src/card/Card.css +0 -100
  269. package/src/carousel/Carousel.css +0 -134
  270. package/src/checkboxButton/CheckboxButton.css +0 -43
  271. package/src/chips/Chip.css +0 -190
  272. package/src/circularButton/CircularButton.css +0 -34
  273. package/src/common/Option/Option.css +0 -122
  274. package/src/common/RadioButton/RadioButton.css +0 -4
  275. package/src/common/baseCard/BaseCard.css +0 -49
  276. package/src/common/bottomSheet/BottomSheet.css +0 -53
  277. package/src/common/circle/Circle.css +0 -43
  278. package/src/common/closeButton/CloseButton.css +0 -94
  279. package/src/common/panel/Panel.css +0 -73
  280. package/src/criticalBanner/CriticalCommsBanner.css +0 -63
  281. package/src/dateInput/DateInput.css +0 -16
  282. package/src/dateLookup/DateLookup.css +0 -93
  283. package/src/dateLookup/dateTrigger/DateTrigger.css +0 -29
  284. package/src/decision/Decision.css +0 -17
  285. package/src/definitionList/DefinitionList.css +0 -53
  286. package/src/dimmer/Dimmer.css +0 -70
  287. package/src/divider/Divider.css +0 -24
  288. package/src/drawer/Drawer.css +0 -56
  289. package/src/dropFade/DropFade.css +0 -19
  290. package/src/emphasis/Emphasis.css +0 -31
  291. package/src/expressiveMoneyInput/ExpressiveMoneyInput.css +0 -58
  292. package/src/expressiveMoneyInput/amountInput/AmountInput.css +0 -32
  293. package/src/expressiveMoneyInput/chevron/Chevron.css +0 -12
  294. package/src/expressiveMoneyInput/currencySelector/CurrencySelector.css +0 -6
  295. package/src/field/Field.css +0 -13
  296. package/src/flowNavigation/FlowNavigation.css +0 -76
  297. package/src/flowNavigation/animatedLabel/AnimatedLabel.css +0 -30
  298. package/src/header/Header.css +0 -33
  299. package/src/iconButton/IconButton.css +0 -82
  300. package/src/image/Image.css +0 -13
  301. package/src/info/Info.css +0 -9
  302. package/src/inputs/Input.css +0 -158
  303. package/src/inputs/InputGroup.css +0 -63
  304. package/src/inputs/SelectInput.css +0 -380
  305. package/src/inputs/TextArea.css +0 -161
  306. package/src/instructionsList/InstructionsList.css +0 -26
  307. package/src/legacylistItem/LegacyListItem.css +0 -6
  308. package/src/link/Link.css +0 -24
  309. package/src/listItem/ListItem.css +0 -659
  310. package/src/listItem/ListItem.grid.css +0 -384
  311. package/src/listItem/Prompt/ListItemPrompt.css +0 -4
  312. package/src/loader/Loader.css +0 -227
  313. package/src/logo/Logo.css +0 -26
  314. package/src/main.css +0 -7529
  315. package/src/modal/Modal.css +0 -95
  316. package/src/moneyInput/MoneyInput.css +0 -74
  317. package/src/navigationOption/NavigationOption.css +0 -69
  318. package/src/navigationOptionsList/NavigationOptionsList.css +0 -13
  319. package/src/nudge/Nudge.css +0 -206
  320. package/src/overlayHeader/OverlayHeader.css +0 -15
  321. package/src/phoneNumberInput/PhoneNumberInput.css +0 -23
  322. package/src/popover/Popover.css +0 -76
  323. package/src/progress/Progress.css +0 -43
  324. package/src/progressBar/ProgressBar.css +0 -14
  325. package/src/promoCard/PromoCard.css +0 -186
  326. package/src/prompt/ActionPrompt/ActionPrompt.css +0 -25
  327. package/src/prompt/InfoPrompt/InfoPrompt.css +0 -33
  328. package/src/prompt/InlinePrompt/InlinePrompt.css +0 -57
  329. package/src/prompt/PrimitivePrompt/PrimitivePrompt.css +0 -51
  330. package/src/radioGroup/RadioGroup.css +0 -3
  331. package/src/section/Section.css +0 -10
  332. package/src/segmentedControl/SegmentedControl.css +0 -101
  333. package/src/select/Select.css +0 -368
  334. package/src/sentimentSurface/SentimentSurface.css +0 -487
  335. package/src/slidingPanel/SlidingPanel.css +0 -105
  336. package/src/snackbar/Snackbar.css +0 -93
  337. package/src/statusIcon/StatusIcon.css +0 -6
  338. package/src/stepper/Stepper.css +0 -77
  339. package/src/summary/Summary.css +0 -81
  340. package/src/switch/Switch.css +0 -63
  341. package/src/switchOption/SwitchOption.css +0 -4
  342. package/src/table/Table.css +0 -274
  343. package/src/tabs/Tabs.css +0 -121
  344. package/src/tile/Tile.css +0 -68
  345. package/src/tooltip/Tooltip.css +0 -50
  346. package/src/typeahead/Typeahead.css +0 -187
  347. package/src/typeahead/typeaheadOption/TypeaheadOption.css +0 -9
  348. package/src/upload/Upload.css +0 -34
  349. package/src/uploadInput/UploadInput.css +0 -18
  350. package/src/uploadInput/uploadButton/UploadButton.css +0 -90
  351. package/src/uploadInput/uploadItem/UploadItem.css +0 -166
  352. /package/{src/listItem/ListItem.vars.css → build/neptune-css/less/legacy-variables.css} +0 -0
@@ -0,0 +1,2049 @@
1
+ /* See: https://github.com/fontsource/fontsource/blob/main/fonts/google/inter/variable.css */
2
+ @font-face {
3
+ font-family: Inter;
4
+ font-style: normal;
5
+ font-display: swap;
6
+ font-weight: 100 900;
7
+ src: url("neptune-css/fonts/inter-cyrillic-variable-wghtOnly-normal.woff2") format("woff2");
8
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
9
+ }
10
+ @font-face {
11
+ font-family: Inter;
12
+ font-style: normal;
13
+ font-display: swap;
14
+ font-weight: 100 900;
15
+ src: url("neptune-css/fonts/inter-cyrillic-ext-variable-wghtOnly-normal.woff2") format("woff2");
16
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
17
+ }
18
+ @font-face {
19
+ font-family: Inter;
20
+ font-style: normal;
21
+ font-display: swap;
22
+ font-weight: 100 900;
23
+ src: url("neptune-css/fonts/inter-greek-variable-wghtOnly-normal.woff2") format("woff2");
24
+ unicode-range: U+0370-03FF;
25
+ }
26
+ @font-face {
27
+ font-family: Inter;
28
+ font-style: normal;
29
+ font-display: swap;
30
+ font-weight: 100 900;
31
+ src: url("neptune-css/fonts/inter-greek-ext-variable-wghtOnly-normal.woff2") format("woff2");
32
+ unicode-range: U+1F00-1FFF;
33
+ }
34
+ @font-face {
35
+ font-family: Inter;
36
+ font-style: normal;
37
+ font-display: swap;
38
+ font-weight: 100 900;
39
+ src: url("neptune-css/fonts/inter-latin-variable-wghtOnly-normal.woff2") format("woff2");
40
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
41
+ }
42
+ @font-face {
43
+ font-family: Inter;
44
+ font-style: normal;
45
+ font-display: swap;
46
+ font-weight: 100 900;
47
+ src: url("neptune-css/fonts/inter-latin-ext-variable-wghtOnly-normal.woff2") format("woff2");
48
+ unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
49
+ }
50
+ @font-face {
51
+ font-family: Inter;
52
+ font-style: normal;
53
+ font-display: swap;
54
+ font-weight: 100 900;
55
+ src: url("neptune-css/fonts/inter-vietnamese-variable-wghtOnly-normal.woff2") format("woff2");
56
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
57
+ }
58
+ @font-face {
59
+ font-weight: 400;
60
+ font-weight: var(--font-weight-regular);
61
+ font-family: Averta;
62
+ src: url("neptune-css/fonts/TW-Averta-Regular.woff2") format("woff2"), url("neptune-css/fonts/TW-Averta-Regular.woff") format("woff");
63
+ font-display: swap;
64
+ }
65
+ @font-face {
66
+ font-weight: 600;
67
+ font-weight: var(--font-weight-semi-bold);
68
+ font-family: Averta;
69
+ src: url("neptune-css/fonts/TW-Averta-Semibold.woff2") format("woff2"), url("neptune-css/fonts/TW-Averta-Semibold.woff") format("woff");
70
+ font-display: swap;
71
+ }
72
+ @font-face {
73
+ font-weight: 700;
74
+ font-weight: var(--font-weight-bold);
75
+ font-family: Averta;
76
+ src: url("neptune-css/fonts/TW-Averta-Bold.woff2") format("woff2"), url("neptune-css/fonts/TW-Averta-Bold.woff") format("woff");
77
+ }
78
+ @font-face {
79
+ font-family: "Wise Sans";
80
+ font-style: normal;
81
+ font-display: swap;
82
+ src: url("neptune-css/fonts/WiseSans-Heavy.woff2") format("woff2");
83
+ }
84
+ /* stylelint-disable selector-max-empty-lines */
85
+ /*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
86
+ /*
87
+ Document
88
+ ========
89
+ */
90
+ /**
91
+ Use a better box model (opinionated).
92
+ */
93
+ *,
94
+ ::before,
95
+ ::after {
96
+ box-sizing: border-box;
97
+ }
98
+ html {
99
+ /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
100
+ font-family: system-ui,-apple-system,Segoe UI,Ubuntu,Cantarell,Noto Sans, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
101
+ line-height: 1.15;
102
+ /* 1. Correct the line height in all browsers. */
103
+ -webkit-text-size-adjust: 100%;
104
+ /* 2. Prevent adjustments of font size after orientation changes in iOS. */
105
+ -moz-tab-size: 4;
106
+ -o-tab-size: 4;
107
+ tab-size: 4;
108
+ /* 3. Use a more readable tab size (opinionated). */
109
+ }
110
+ /*
111
+ Sections
112
+ ========
113
+ */
114
+ body {
115
+ margin: 0;
116
+ /* Remove the margin in all browsers. */
117
+ }
118
+ /*
119
+ Text-level semantics
120
+ ====================
121
+ */
122
+ /**
123
+ Add the correct font weight in Chrome and Safari.
124
+ */
125
+ b,
126
+ strong {
127
+ font-weight: bolder;
128
+ }
129
+ /**
130
+ 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
131
+ 2. Correct the odd 'em' font sizing in all browsers.
132
+ */
133
+ code,
134
+ kbd,
135
+ samp,
136
+ pre {
137
+ font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
138
+ /* 1 */
139
+ font-size: 1em;
140
+ /* 2 */
141
+ }
142
+ /**
143
+ Add the correct font size in all browsers.
144
+ */
145
+ small {
146
+ font-size: 80%;
147
+ }
148
+ /**
149
+ Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
150
+ */
151
+ sub,
152
+ sup {
153
+ font-size: 75%;
154
+ line-height: 0;
155
+ position: relative;
156
+ vertical-align: baseline;
157
+ }
158
+ sub {
159
+ bottom: -0.25em;
160
+ }
161
+ sup {
162
+ top: -0.5em;
163
+ }
164
+ /*
165
+ Tabular data
166
+ ============
167
+ */
168
+ /**
169
+ Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
170
+ */
171
+ table {
172
+ border-color: currentcolor;
173
+ }
174
+ /*
175
+ Forms
176
+ =====
177
+ */
178
+ /**
179
+ 1. Change the font styles in all browsers.
180
+ 2. Remove the margin in Firefox and Safari.
181
+ */
182
+ button,
183
+ input,
184
+ optgroup,
185
+ select,
186
+ textarea {
187
+ font-family: inherit;
188
+ /* 1 */
189
+ font-size: 100%;
190
+ /* 1 */
191
+ line-height: 1.15;
192
+ /* 1 */
193
+ margin: 0;
194
+ /* 2 */
195
+ }
196
+ /**
197
+ Correct the inability to style clickable types in iOS and Safari.
198
+ */
199
+ button,
200
+ [type='button'],
201
+ [type='reset'],
202
+ [type='submit'] {
203
+ -webkit-appearance: button;
204
+ }
205
+ /**
206
+ Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
207
+ */
208
+ legend {
209
+ padding: 0;
210
+ }
211
+ /**
212
+ Add the correct vertical alignment in Chrome and Firefox.
213
+ */
214
+ progress {
215
+ vertical-align: baseline;
216
+ }
217
+ /**
218
+ Correct the cursor style of increment and decrement buttons in Safari.
219
+ */
220
+ ::-webkit-inner-spin-button,
221
+ ::-webkit-outer-spin-button {
222
+ height: auto;
223
+ }
224
+ /**
225
+ 1. Correct the odd appearance in Chrome and Safari.
226
+ 2. Correct the outline style in Safari.
227
+ */
228
+ [type='search'] {
229
+ -webkit-appearance: textfield;
230
+ /* 1 */
231
+ outline-offset: -2px;
232
+ /* 2 */
233
+ }
234
+ /**
235
+ Remove the inner padding in Chrome and Safari on macOS.
236
+ */
237
+ ::-webkit-search-decoration {
238
+ -webkit-appearance: none;
239
+ }
240
+ /**
241
+ 1. Correct the inability to style clickable types in iOS and Safari.
242
+ 2. Change font properties to 'inherit' in Safari.
243
+ */
244
+ ::-webkit-file-upload-button {
245
+ -webkit-appearance: button;
246
+ /* 1 */
247
+ font: inherit;
248
+ /* 2 */
249
+ }
250
+ /*
251
+ Interactive
252
+ ===========
253
+ */
254
+ /*
255
+ Add the correct display in Chrome and Safari.
256
+ */
257
+ summary {
258
+ display: list-item;
259
+ }
260
+ :root {
261
+ --base-font-size: 16px;
262
+ --font-family-regular: "Inter", Helvetica, Arial, sans-serif;
263
+ --input-group-addon-padding: 12px 16px calc(12px - 2px);
264
+ --btn-padding: 12px 24px calc(12px - 2px);
265
+ --btn-xs-padding: 2px 8px calc(2px - 2px);
266
+ --btn-sm-padding: 4px 16px calc(4px - 2px);
267
+ --btn-lg-padding: 20px 24px calc(20px - 2px);
268
+ --input-padding: 12px 16px calc(12px - 2px);
269
+ --input-padding-small: 4px 12px calc(4px - 2px);
270
+ --input-padding-large: 12px 16px calc(12px - 2px);
271
+ --input-group-addon-sm-padding: calc(4px - 1px) 12px;
272
+ --input-group-addon-lg-padding: 12px 16px calc(12px - 2px);
273
+ --dropdown-link-padding: calc(12px + 1px) 16px calc(12px - 1px);
274
+ --btn-radius-base: 3px;
275
+ --btn-sm-radius-base: 2px;
276
+ --btn-lg-radius-base: 3px;
277
+ }
278
+ .np-theme-light,
279
+ .np-theme-dark,
280
+ .np-theme-navy {
281
+ --font-family-regular: averta, avenir w02, avenir, helvetica, arial, sans-serif !important;
282
+ font-family: averta, avenir w02, avenir, helvetica, arial, sans-serif;
283
+ font-family: var(--font-family-regular);
284
+ line-height: 1.5;
285
+ line-height: var(--line-height-body);
286
+ }
287
+ .np-theme-personal {
288
+ --font-family-regular: "Inter", Helvetica, Arial, sans-serif !important;
289
+ font-family: "Inter", Helvetica, Arial, sans-serif;
290
+ font-family: var(--font-family-regular);
291
+ font-feature-settings: "calt";
292
+ --input-group-addon-padding: 12px 16px;
293
+ --btn-padding: calc(12px - 1px) 24px;
294
+ --btn-xs-padding: calc(2px - 1px) 8px;
295
+ --btn-sm-padding: calc(4px - 1px) 16px;
296
+ --btn-lg-padding: calc(20px - 1px) 24px;
297
+ --btn-height: 48px;
298
+ --btn-xs-height: 22px;
299
+ --btn-sm-height: 32px;
300
+ --btn-lg-height: 72px;
301
+ --input-height-base: 48px;
302
+ --input-height-large: 72px;
303
+ --input-height-small: 32px;
304
+ --input-padding: 12px 16px;
305
+ --input-padding-small: 4px 12px;
306
+ --input-padding-large: 12px 16px;
307
+ --input-group-addon-sm-padding: 4px 12px;
308
+ --input-group-addon-lg-padding: 12px 16px;
309
+ --dropdown-link-padding: 12px 16px;
310
+ --btn-radius-base: 9999px;
311
+ --btn-sm-radius-base: var(--btn-radius-base);
312
+ --btn-lg-radius-base: var(--btn-radius-base);
313
+ color: #5d7079;
314
+ color: var(--color-content-secondary);
315
+ background-color: #ffffff;
316
+ background-color: var(--color-background-screen);
317
+ }
318
+ html {
319
+ font-size: 16px;
320
+ font-size: var(--base-font-size);
321
+ font-family: 'Inter', Helvetica, Arial, sans-serif;
322
+ font-family: var(--font-family-regular);
323
+ color: #5d7079;
324
+ color: var(--color-content-secondary);
325
+ background-color: #ffffff;
326
+ background-color: var(--color-background-screen);
327
+ -webkit-font-smoothing: antialiased;
328
+ -moz-osx-font-smoothing: grayscale;
329
+ }
330
+ blockquote,
331
+ dl,
332
+ dd,
333
+ hr,
334
+ figure,
335
+ p,
336
+ pre {
337
+ margin: 0;
338
+ }
339
+ .np-theme-personal::-moz-selection {
340
+ background-color: var(--color-background-neutral-active);
341
+ color: #37517e;
342
+ color: var(--color-content-primary);
343
+ }
344
+ .np-theme-personal::selection {
345
+ background-color: var(--color-background-neutral-active);
346
+ color: #37517e;
347
+ color: var(--color-content-primary);
348
+ }
349
+ /* DEPRECATED: use `a` tag or .np-text-link-* instead */
350
+ /* stylelint-disable-next-line selector-list-comma-newline-after */
351
+ .anchor,
352
+ a,
353
+ .np-text-link-default,
354
+ .np-text-link-large {
355
+ color: var(--color-sentiment-content-primary, var(--color-content-link));
356
+ }
357
+ .bg-primary .anchor,
358
+ .bg-primary a,
359
+ .bg-primary .np-text-link-default,
360
+ .bg-primary .np-text-link-large {
361
+ color: #00b9ff;
362
+ }
363
+ .bg-primary .anchor:hover,
364
+ .bg-primary a:hover,
365
+ .bg-primary .np-text-link-default:hover,
366
+ .bg-primary .np-text-link-large:hover,
367
+ .bg-primary .anchor:focus,
368
+ .bg-primary a:focus,
369
+ .bg-primary .np-text-link-default:focus,
370
+ .bg-primary .np-text-link-large:focus {
371
+ color: #00a6ea;
372
+ }
373
+ .bg-primary .anchor:active,
374
+ .bg-primary a:active,
375
+ .bg-primary .np-text-link-default:active,
376
+ .bg-primary .np-text-link-large:active {
377
+ color: #0097db;
378
+ }
379
+ .anchor:hover,
380
+ a:hover,
381
+ .np-text-link-default:hover,
382
+ .np-text-link-large:hover,
383
+ .anchor:focus,
384
+ a:focus,
385
+ .np-text-link-default:focus,
386
+ .np-text-link-large:focus {
387
+ color: var(--color-sentiment-content-primary-hover, var(--color-content-link-hover));
388
+ -webkit-text-decoration: underline;
389
+ text-decoration: underline;
390
+ }
391
+ .anchor:active,
392
+ a:active,
393
+ .np-text-link-default:active,
394
+ .np-text-link-large:active {
395
+ color: var(--color-sentiment-content-primary-active, var(--color-content-link-active));
396
+ }
397
+ .anchor.secondary,
398
+ a.secondary,
399
+ .np-text-link-default.secondary,
400
+ .np-text-link-large.secondary {
401
+ color: #5d7079;
402
+ color: var(--color-content-secondary);
403
+ }
404
+ .anchor.secondary:hover,
405
+ a.secondary:hover,
406
+ .np-text-link-default.secondary:hover,
407
+ .np-text-link-large.secondary:hover,
408
+ .anchor.secondary:focus,
409
+ a.secondary:focus,
410
+ .np-text-link-default.secondary:focus,
411
+ .np-text-link-large.secondary:focus {
412
+ color: #0084b3;
413
+ color: var(--color-content-accent-hover);
414
+ }
415
+ .anchor.secondary:active,
416
+ a.secondary:active,
417
+ .np-text-link-default.secondary:active,
418
+ .np-text-link-large.secondary:active {
419
+ color: #0077a5;
420
+ color: var(--color-content-accent-active);
421
+ }
422
+ html.ios-click {
423
+ cursor: pointer;
424
+ }
425
+ fieldset {
426
+ margin: 0;
427
+ padding: 0;
428
+ }
429
+ button,
430
+ input,
431
+ optgroup,
432
+ select,
433
+ textarea {
434
+ padding: 0;
435
+ color: inherit;
436
+ font-size: inherit;
437
+ line-height: inherit;
438
+ }
439
+ button,
440
+ [type="button"],
441
+ [type="reset"],
442
+ [type="submit"] {
443
+ cursor: pointer;
444
+ }
445
+ [role="button"] {
446
+ cursor: pointer;
447
+ }
448
+ textarea {
449
+ resize: vertical;
450
+ }
451
+ input::-moz-placeholder, textarea::-moz-placeholder {
452
+ color: #768e9c;
453
+ color: var(--color-content-tertiary);
454
+ }
455
+ input::placeholder,
456
+ textarea::placeholder {
457
+ color: #768e9c;
458
+ color: var(--color-content-tertiary);
459
+ }
460
+ ol,
461
+ ul {
462
+ margin: 0 0 24px;
463
+ margin: 0 0 var(--size-24);
464
+ padding: 0 0 0 calc(48px - 10px);
465
+ padding: 0 0 0 calc(var(--size-48) - var(--size-10));
466
+ }
467
+ [dir="rtl"] ol,
468
+ [dir="rtl"] ul {
469
+ padding: 0 calc(48px - 10px) 0 0;
470
+ padding: 0 calc(var(--size-48) - var(--size-10)) 0 0;
471
+ }
472
+ ol ol,
473
+ ul ol,
474
+ ol ul,
475
+ ul ul {
476
+ margin-bottom: 0;
477
+ }
478
+ .list-unstyled {
479
+ padding-left: 0;
480
+ list-style: none;
481
+ }
482
+ [dir="rtl"] .list-unstyled {
483
+ padding-right: 0;
484
+ padding-left: 0;
485
+ padding-left: initial;
486
+ }
487
+ .list-inline {
488
+ margin-left: calc(4px * -1);
489
+ margin-left: calc(var(--size-4) * -1);
490
+ padding-left: 0;
491
+ list-style: none;
492
+ }
493
+ [dir="rtl"] .list-inline {
494
+ margin-right: calc(4px * -1);
495
+ margin-right: calc(var(--size-4) * -1);
496
+ margin-left: 0;
497
+ margin-left: initial;
498
+ }
499
+ [dir="rtl"] .list-inline {
500
+ padding-right: 0;
501
+ padding-left: 0;
502
+ padding-left: initial;
503
+ }
504
+ .list-inline > li {
505
+ display: inline-block;
506
+ padding-right: 8px;
507
+ padding-right: var(--size-8);
508
+ padding-left: 4px;
509
+ padding-left: var(--size-4);
510
+ }
511
+ [dir="rtl"] .list-inline > li {
512
+ padding-left: 8px;
513
+ padding-left: var(--size-8);
514
+ padding-right: 0;
515
+ padding-right: initial;
516
+ }
517
+ [dir="rtl"] .list-inline > li {
518
+ padding-right: 4px;
519
+ padding-right: var(--size-4);
520
+ padding-left: 0;
521
+ padding-left: initial;
522
+ }
523
+ [dir="rtl"] .list-inline > li {
524
+ border-left: 1px solid rgba(0,0,0,0.10196);
525
+ border-left: 1px solid var(--color-border-neutral);
526
+ }
527
+ html:not([dir="rtl"]) .list-inline > li {
528
+ border-right: 1px solid rgba(0,0,0,0.10196);
529
+ border-right: 1px solid var(--color-border-neutral);
530
+ }
531
+ [dir="rtl"] .list-inline > li:last-child {
532
+ border-left: 0 ;
533
+ }
534
+ html:not([dir="rtl"]) .list-inline > li:last-child {
535
+ border-right: 0 ;
536
+ }
537
+ dt,
538
+ dd {
539
+ line-height: 1.5;
540
+ line-height: var(--line-height-body);
541
+ }
542
+ dt {
543
+ font-size: 0.875rem;
544
+ font-size: var(--font-size-14);
545
+ }
546
+ dd {
547
+ margin-bottom: 16px;
548
+ margin-bottom: var(--size-16);
549
+ color: #37517e;
550
+ color: var(--color-content-primary);
551
+ }
552
+ @media (min-width: 576px) {
553
+ dd {
554
+ margin-bottom: 24px;
555
+ margin-bottom: var(--size-24);
556
+ }
557
+ }
558
+ /* Deprecated - use the Neptune Web DefinitionList component */
559
+ .dl-horizontal dd::before,
560
+ .dl-horizontal dd::after {
561
+ display: table;
562
+ content: " ";
563
+ }
564
+ .dl-horizontal dd::after {
565
+ clear: both;
566
+ }
567
+ @media (min-width: 576px) {
568
+ .dl-horizontal dt {
569
+ float: left;
570
+ clear: left;
571
+ width: 156px;
572
+ overflow: hidden;
573
+ white-space: nowrap;
574
+ text-align: left;
575
+ text-overflow: ellipsis;
576
+ }
577
+ [dir="rtl"] .dl-horizontal dt {
578
+ float: right;
579
+ }
580
+ [dir="rtl"] .dl-horizontal dt {
581
+ clear: right;
582
+ }
583
+ [dir="rtl"] .dl-horizontal dt {
584
+ text-align: right;
585
+ }
586
+ .dl-horizontal dd {
587
+ margin-bottom: 8px;
588
+ margin-bottom: var(--size-8);
589
+ margin-left: 180px;
590
+ }
591
+ [dir="rtl"] .dl-horizontal dd {
592
+ margin-right: 180px;
593
+ margin-left: 0;
594
+ margin-left: initial;
595
+ }
596
+ }
597
+ /* Deprecated - use the Neptune Web DefinitionList component */
598
+ .dl-horizontal-item {
599
+ display: flex;
600
+ flex-wrap: nowrap;
601
+ }
602
+ .dl-horizontal-item dt {
603
+ flex: 1 2 auto;
604
+ }
605
+ .dl-horizontal-item dd {
606
+ flex: 1 1 auto;
607
+ text-align: right;
608
+ word-break: break-all;
609
+ }
610
+ [dir="rtl"] .dl-horizontal-item dd {
611
+ text-align: left;
612
+ }
613
+ hr {
614
+ margin: 16px auto;
615
+ margin: var(--size-16) auto;
616
+ border: 0;
617
+ border-top: 1px solid rgba(0,0,0,0.10196);
618
+ border-top: 1px solid var(--color-border-neutral);
619
+ }
620
+ .bg-primary hr {
621
+ border-top: 1px solid rgba(255,255,255,0.10196);
622
+ }
623
+ @media (min-width: 576px) {
624
+ hr {
625
+ margin: 24px auto;
626
+ margin: var(--size-24) auto;
627
+ }
628
+ }
629
+ @media (min-width: 992px) {
630
+ hr {
631
+ margin: 32px auto;
632
+ margin: var(--size-32) auto;
633
+ }
634
+ }
635
+ table {
636
+ border-collapse: collapse;
637
+ border-spacing: 0;
638
+ }
639
+ video,
640
+ canvas,
641
+ audio,
642
+ iframe,
643
+ embed,
644
+ object {
645
+ display: block;
646
+ }
647
+ img,
648
+ video {
649
+ max-width: 100%;
650
+ height: auto;
651
+ vertical-align: middle;
652
+ }
653
+ .img-rounded {
654
+ border-radius: 10px;
655
+ border-radius: var(--radius-small);
656
+ }
657
+ .img-circle {
658
+ border-radius: 50%;
659
+ }
660
+ .disabled,
661
+ :disabled {
662
+ filter: grayscale(1);
663
+ opacity: 0.45;
664
+ cursor: not-allowed !important;
665
+ }
666
+ .sr-only {
667
+ position: absolute;
668
+ width: 1px;
669
+ height: 1px;
670
+ margin: -1px;
671
+ padding: 0;
672
+ overflow: hidden;
673
+ border: 0;
674
+ clip: rect(0, 0, 0, 0);
675
+ }
676
+ .sr-only-focusable:active,
677
+ .sr-only-focusable:focus {
678
+ position: static;
679
+ width: auto;
680
+ height: auto;
681
+ margin: 0;
682
+ overflow: visible;
683
+ clip: auto;
684
+ }
685
+ /* stylelint-disable selector-max-empty-lines */
686
+ /* DEPRECATED: use .np-text-*-title instead */
687
+ /* stylelint-disable-next-line selector-list-comma-newline-after */
688
+ .h1,
689
+ .h2,
690
+ .h3,
691
+ .h4,
692
+ .h5,
693
+ .h6,
694
+ .title-1,
695
+ .title-2,
696
+ .title-3,
697
+ .title-4,
698
+ .title-5,
699
+ h1,
700
+ h2,
701
+ h3,
702
+ h4,
703
+ h5,
704
+ h6,
705
+ .np-text-title-screen,
706
+ .np-text-title-section,
707
+ .np-text-title-subsection,
708
+ .np-text-title-body,
709
+ .np-text-title-group {
710
+ margin: 0;
711
+ color: #37517e;
712
+ color: var(--color-content-primary);
713
+ line-height: 1.2;
714
+ line-height: var(--line-height-title);
715
+ letter-spacing: 0;
716
+ }
717
+ @supports (hyphenate-limit-chars: 1) {
718
+ .h1,
719
+ .h2,
720
+ .h3,
721
+ .h4,
722
+ .h5,
723
+ .h6,
724
+ .title-1,
725
+ .title-2,
726
+ .title-3,
727
+ .title-4,
728
+ .title-5,
729
+ h1,
730
+ h2,
731
+ h3,
732
+ h4,
733
+ h5,
734
+ h6,
735
+ .np-text-title-screen,
736
+ .np-text-title-section,
737
+ .np-text-title-subsection,
738
+ .np-text-title-body,
739
+ .np-text-title-group {
740
+ hyphens: auto;
741
+ hyphenate-limit-chars: 7 3;
742
+ }
743
+ @media (min-width: 768px) {
744
+ .h1,
745
+ .h2,
746
+ .h3,
747
+ .h4,
748
+ .h5,
749
+ .h6,
750
+ .title-1,
751
+ .title-2,
752
+ .title-3,
753
+ .title-4,
754
+ .title-5,
755
+ h1,
756
+ h2,
757
+ h3,
758
+ h4,
759
+ h5,
760
+ h6,
761
+ .np-text-title-screen,
762
+ .np-text-title-section,
763
+ .np-text-title-subsection,
764
+ .np-text-title-body,
765
+ .np-text-title-group {
766
+ hyphenate-limit-chars: 8 3;
767
+ }
768
+ }
769
+ @media (min-width: 992px) {
770
+ .h1,
771
+ .h2,
772
+ .h3,
773
+ .h4,
774
+ .h5,
775
+ .h6,
776
+ .title-1,
777
+ .title-2,
778
+ .title-3,
779
+ .title-4,
780
+ .title-5,
781
+ h1,
782
+ h2,
783
+ h3,
784
+ h4,
785
+ h5,
786
+ h6,
787
+ .np-text-title-screen,
788
+ .np-text-title-section,
789
+ .np-text-title-subsection,
790
+ .np-text-title-body,
791
+ .np-text-title-group {
792
+ hyphenate-limit-chars: 10 4 3;
793
+ }
794
+ }
795
+ }
796
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
797
+ .h1,
798
+ .h2,
799
+ .h3,
800
+ .h4,
801
+ .h5,
802
+ .h6,
803
+ .title-1,
804
+ .title-2,
805
+ .title-3,
806
+ .title-4,
807
+ .title-5,
808
+ h1,
809
+ h2,
810
+ h3,
811
+ h4,
812
+ h5,
813
+ h6,
814
+ .np-text-title-screen,
815
+ .np-text-title-section,
816
+ .np-text-title-subsection,
817
+ .np-text-title-body,
818
+ .np-text-title-group {
819
+ hyphens: auto;
820
+ -webkit-hyphenate-limit-before: 3;
821
+ -webkit-hyphenate-limit-after: 3;
822
+ }
823
+ @media (min-width: 992px) {
824
+ .h1,
825
+ .h2,
826
+ .h3,
827
+ .h4,
828
+ .h5,
829
+ .h6,
830
+ .title-1,
831
+ .title-2,
832
+ .title-3,
833
+ .title-4,
834
+ .title-5,
835
+ h1,
836
+ h2,
837
+ h3,
838
+ h4,
839
+ h5,
840
+ h6,
841
+ .np-text-title-screen,
842
+ .np-text-title-section,
843
+ .np-text-title-subsection,
844
+ .np-text-title-body,
845
+ .np-text-title-group {
846
+ -webkit-hyphenate-limit-before: 4;
847
+ }
848
+ }
849
+ }
850
+ .h1 + p,
851
+ .h2 + p,
852
+ .h3 + p,
853
+ .h4 + p,
854
+ .h5 + p,
855
+ .h6 + p,
856
+ .title-1 + p,
857
+ .title-2 + p,
858
+ .title-3 + p,
859
+ .title-4 + p,
860
+ .title-5 + p,
861
+ h1 + p,
862
+ h2 + p,
863
+ h3 + p,
864
+ h4 + p,
865
+ h5 + p,
866
+ h6 + p,
867
+ .np-text-title-screen + p,
868
+ .np-text-title-section + p,
869
+ .np-text-title-subsection + p,
870
+ .np-text-title-body + p,
871
+ .np-text-title-group + p,
872
+ .h1 + ul:not(.list-unstyled),
873
+ .h2 + ul:not(.list-unstyled),
874
+ .h3 + ul:not(.list-unstyled),
875
+ .h4 + ul:not(.list-unstyled),
876
+ .h5 + ul:not(.list-unstyled),
877
+ .h6 + ul:not(.list-unstyled),
878
+ .title-1 + ul:not(.list-unstyled),
879
+ .title-2 + ul:not(.list-unstyled),
880
+ .title-3 + ul:not(.list-unstyled),
881
+ .title-4 + ul:not(.list-unstyled),
882
+ .title-5 + ul:not(.list-unstyled),
883
+ h1 + ul:not(.list-unstyled),
884
+ h2 + ul:not(.list-unstyled),
885
+ h3 + ul:not(.list-unstyled),
886
+ h4 + ul:not(.list-unstyled),
887
+ h5 + ul:not(.list-unstyled),
888
+ h6 + ul:not(.list-unstyled),
889
+ .np-text-title-screen + ul:not(.list-unstyled),
890
+ .np-text-title-section + ul:not(.list-unstyled),
891
+ .np-text-title-subsection + ul:not(.list-unstyled),
892
+ .np-text-title-body + ul:not(.list-unstyled),
893
+ .np-text-title-group + ul:not(.list-unstyled),
894
+ .h1 + ol:not(.list-unstyled),
895
+ .h2 + ol:not(.list-unstyled),
896
+ .h3 + ol:not(.list-unstyled),
897
+ .h4 + ol:not(.list-unstyled),
898
+ .h5 + ol:not(.list-unstyled),
899
+ .h6 + ol:not(.list-unstyled),
900
+ .title-1 + ol:not(.list-unstyled),
901
+ .title-2 + ol:not(.list-unstyled),
902
+ .title-3 + ol:not(.list-unstyled),
903
+ .title-4 + ol:not(.list-unstyled),
904
+ .title-5 + ol:not(.list-unstyled),
905
+ h1 + ol:not(.list-unstyled),
906
+ h2 + ol:not(.list-unstyled),
907
+ h3 + ol:not(.list-unstyled),
908
+ h4 + ol:not(.list-unstyled),
909
+ h5 + ol:not(.list-unstyled),
910
+ h6 + ol:not(.list-unstyled),
911
+ .np-text-title-screen + ol:not(.list-unstyled),
912
+ .np-text-title-section + ol:not(.list-unstyled),
913
+ .np-text-title-subsection + ol:not(.list-unstyled),
914
+ .np-text-title-body + ol:not(.list-unstyled),
915
+ .np-text-title-group + ol:not(.list-unstyled) {
916
+ margin-top: 8px;
917
+ margin-top: var(--size-8);
918
+ }
919
+ /* DEPRECATED: use .np-text-title-screen instead */
920
+ /* stylelint-disable-next-line selector-list-comma-newline-after */
921
+ .h1,
922
+ .title-1,
923
+ h1,
924
+ .np-text-title-screen {
925
+ margin-bottom: 0;
926
+ margin-bottom: initial;
927
+ font-size: 1.875rem;
928
+ font-size: var(--font-size-30);
929
+ font-weight: 600;
930
+ font-weight: var(--font-weight-semi-bold);
931
+ letter-spacing: -0.021em;
932
+ line-height: 115%;
933
+ }
934
+ /* DEPRECATED: use .np-text-title-section instead */
935
+ /* stylelint-disable-next-line selector-list-comma-newline-after */
936
+ .h2,
937
+ .title-2,
938
+ h2,
939
+ .np-text-title-section {
940
+ margin-bottom: 0;
941
+ margin-bottom: initial;
942
+ font-weight: 600;
943
+ font-weight: var(--font-weight-semi-bold);
944
+ font-size: 1.625rem;
945
+ font-size: var(--font-size-26);
946
+ letter-spacing: -0.02em;
947
+ line-height: 122%;
948
+ }
949
+ /* DEPRECATED: use .np-text-title-subsection instead */
950
+ /* stylelint-disable-next-line selector-list-comma-newline-after */
951
+ .h3,
952
+ .title-3,
953
+ h3,
954
+ .np-text-title-subsection {
955
+ margin-bottom: 0;
956
+ margin-bottom: initial;
957
+ font-size: 1.375rem;
958
+ font-size: var(--font-size-22);
959
+ font-weight: 600;
960
+ font-weight: var(--font-weight-semi-bold);
961
+ letter-spacing: -0.018em;
962
+ line-height: 125%;
963
+ }
964
+ /* DEPRECATED: use .np-text-title-body instead */
965
+ /* stylelint-disable-next-line selector-list-comma-newline-after */
966
+ .h4,
967
+ .title-4,
968
+ h4,
969
+ .np-text-title-body {
970
+ font-size: 1.125rem;
971
+ font-size: var(--font-size-18);
972
+ font-weight: 600;
973
+ font-weight: var(--font-weight-semi-bold);
974
+ letter-spacing: -0.014em;
975
+ line-height: 135%;
976
+ }
977
+ /* DEPRECATED: use .np-text-title-group instead */
978
+ /* stylelint-disable-next-line selector-list-comma-newline-after */
979
+ .h5,
980
+ .h6,
981
+ .title-5,
982
+ h5,
983
+ h6,
984
+ .np-text-title-group {
985
+ font-weight: 500;
986
+ font-weight: var(--font-weight-medium);
987
+ font-size: 0.875rem;
988
+ font-size: var(--font-size-14);
989
+ letter-spacing: -0.006em;
990
+ line-height: 140%;
991
+ }
992
+ /* DEPRECATED: use .np-text-title-body instead */
993
+ .lead {
994
+ margin-bottom: 24px;
995
+ margin-bottom: var(--size-24);
996
+ font-size: 1.25rem;
997
+ font-size: var(--font-size-20);
998
+ line-height: 1.2;
999
+ line-height: var(--line-height-title);
1000
+ }
1001
+ .tiny {
1002
+ color: #5d7079;
1003
+ color: var(--color-content-secondary);
1004
+ }
1005
+ /* DEPRECATED: use .np-text-body-default instead */
1006
+ /* stylelint-disable-next-line selector-list-comma-newline-after */
1007
+ .body-2,
1008
+ .body-3,
1009
+ .small,
1010
+ .tiny,
1011
+ body,
1012
+ small,
1013
+ .np-text-body-default {
1014
+ font-size: 0.875rem;
1015
+ font-size: var(--font-size-14);
1016
+ line-height: 155%;
1017
+ letter-spacing: -0.006em;
1018
+ font-weight: 400;
1019
+ font-weight: var(--font-weight-regular);
1020
+ }
1021
+ /* DEPRECATED: use .np-text-body-default-bold instead */
1022
+ /* stylelint-disable-next-line selector-list-comma-newline-after */
1023
+ .control-2,
1024
+ .label,
1025
+ .control-label,
1026
+ .np-text-body-default-bold {
1027
+ font-size: 0.875rem;
1028
+ font-size: var(--font-size-14);
1029
+ line-height: 155%;
1030
+ letter-spacing: -0.006em;
1031
+ font-weight: 600;
1032
+ font-weight: var(--font-weight-semi-bold);
1033
+ }
1034
+ /* DEPRECATED: use .np-text-body-large instead */
1035
+ /* stylelint-disable-next-line selector-list-comma-newline-after */
1036
+ .body-1,
1037
+ .value,
1038
+ .np-text-body-large {
1039
+ font-weight: 400;
1040
+ font-weight: var(--font-weight-regular);
1041
+ font-size: 1rem;
1042
+ font-size: var(--font-size-16);
1043
+ line-height: 150%;
1044
+ letter-spacing: -0.011em;
1045
+ }
1046
+ /* DEPRECATED: use np-text-body-large-bold instead */
1047
+ /* stylelint-disable-next-line selector-list-comma-newline-after */
1048
+ .control-1,
1049
+ .np-text-body-large-bold {
1050
+ font-weight: 600;
1051
+ font-weight: var(--font-weight-semi-bold);
1052
+ font-size: 1rem;
1053
+ font-size: var(--font-size-16);
1054
+ line-height: 150%;
1055
+ letter-spacing: -0.011em;
1056
+ }
1057
+ a,
1058
+ .np-text-link-default,
1059
+ .np-text-link-large {
1060
+ font-weight: 600;
1061
+ font-weight: var(--font-weight-semi-bold);
1062
+ -webkit-text-decoration: underline;
1063
+ text-decoration: underline;
1064
+ text-underline-offset: 0.3em;
1065
+ }
1066
+ .np-text-link-large {
1067
+ font-size: 1rem;
1068
+ font-size: var(--font-size-16);
1069
+ letter-spacing: -0.011em;
1070
+ line-height: 150%;
1071
+ }
1072
+ .np-text-link-default {
1073
+ font-size: 0.875rem;
1074
+ font-size: var(--font-size-14);
1075
+ letter-spacing: -0.006em;
1076
+ line-height: 155%;
1077
+ }
1078
+ .np-text-display-number {
1079
+ font-weight: 600;
1080
+ font-weight: var(--font-weight-semi-bold);
1081
+ font-size: 40px;
1082
+ line-height: 110%;
1083
+ }
1084
+ .display-1,
1085
+ .display-2,
1086
+ .display-3,
1087
+ .display-4,
1088
+ .display-5,
1089
+ .np-text-display-extra-large,
1090
+ .np-text-display-large,
1091
+ .np-text-display-medium,
1092
+ .np-text-display-small {
1093
+ font-family: "Wise Sans", Inter, sans-serif;
1094
+ font-synthesis: none;
1095
+ }
1096
+ /* DEPRECATED(.np-text-display-extra-large): use .np-text-display-large instead */
1097
+ .np-text-display-extra-large,
1098
+ .np-text-display-large,
1099
+ .np-text-display-medium,
1100
+ .np-text-display-small {
1101
+ letter-spacing: normal;
1102
+ }
1103
+ @supports (hyphenate-limit-chars: 1) {
1104
+ .np-text-display-extra-large,
1105
+ .np-text-display-large,
1106
+ .np-text-display-medium,
1107
+ .np-text-display-small {
1108
+ hyphens: auto;
1109
+ hyphenate-limit-chars: 7 3;
1110
+ }
1111
+ @media (min-width: 768px) {
1112
+ .np-text-display-extra-large,
1113
+ .np-text-display-large,
1114
+ .np-text-display-medium,
1115
+ .np-text-display-small {
1116
+ hyphenate-limit-chars: 8 3;
1117
+ }
1118
+ }
1119
+ @media (min-width: 992px) {
1120
+ .np-text-display-extra-large,
1121
+ .np-text-display-large,
1122
+ .np-text-display-medium,
1123
+ .np-text-display-small {
1124
+ hyphenate-limit-chars: 10 4 3;
1125
+ }
1126
+ }
1127
+ }
1128
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
1129
+ .np-text-display-extra-large,
1130
+ .np-text-display-large,
1131
+ .np-text-display-medium,
1132
+ .np-text-display-small {
1133
+ hyphens: auto;
1134
+ -webkit-hyphenate-limit-before: 3;
1135
+ -webkit-hyphenate-limit-after: 3;
1136
+ }
1137
+ @media (min-width: 992px) {
1138
+ .np-text-display-extra-large,
1139
+ .np-text-display-large,
1140
+ .np-text-display-medium,
1141
+ .np-text-display-small {
1142
+ -webkit-hyphenate-limit-before: 4;
1143
+ }
1144
+ }
1145
+ }
1146
+ .np-text-display-extra-large,
1147
+ .np-text-display-large {
1148
+ font-size: 64px;
1149
+ font-size: var(--size-64);
1150
+ line-height: normal;
1151
+ font-weight: 700;
1152
+ font-weight: var(--font-weight-bold);
1153
+ }
1154
+ .np-text-display-medium {
1155
+ font-size: 52px;
1156
+ font-size: var(--size-52);
1157
+ line-height: normal;
1158
+ font-weight: 700;
1159
+ font-weight: var(--font-weight-bold);
1160
+ }
1161
+ .np-text-display-small {
1162
+ font-size: 40px;
1163
+ font-size: var(--size-40);
1164
+ line-height: normal;
1165
+ font-weight: 700;
1166
+ font-weight: var(--font-weight-bold);
1167
+ }
1168
+ :lang(en) > .np-text-display-extra-large,
1169
+ :lang(en) > .np-text-display-large {
1170
+ font-size: 64px;
1171
+ font-size: var(--size-64);
1172
+ line-height: 0.85;
1173
+ font-weight: 400;
1174
+ font-weight: var(--font-weight-regular);
1175
+ }
1176
+ :lang(en) > .np-text-display-medium {
1177
+ font-size: 52px;
1178
+ font-size: var(--size-52);
1179
+ line-height: 0.85;
1180
+ font-weight: 400;
1181
+ font-weight: var(--font-weight-regular);
1182
+ }
1183
+ :lang(en) > .np-text-display-small {
1184
+ font-size: 40px;
1185
+ font-size: var(--size-40);
1186
+ line-height: 0.85;
1187
+ font-weight: 400;
1188
+ font-weight: var(--font-weight-regular);
1189
+ }
1190
+ :lang(af) .np-text-display-extra-large,
1191
+ :lang(sq) .np-text-display-extra-large,
1192
+ :lang(eu) .np-text-display-extra-large,
1193
+ :lang(bs) .np-text-display-extra-large,
1194
+ :lang(ca) .np-text-display-extra-large,
1195
+ :lang(kw) .np-text-display-extra-large,
1196
+ :lang(hr) .np-text-display-extra-large,
1197
+ :lang(cs) .np-text-display-extra-large,
1198
+ :lang(da) .np-text-display-extra-large,
1199
+ :lang(nl) .np-text-display-extra-large,
1200
+ :lang(eo) .np-text-display-extra-large,
1201
+ :lang(et) .np-text-display-extra-large,
1202
+ :lang(fo) .np-text-display-extra-large,
1203
+ :lang(fi) .np-text-display-extra-large,
1204
+ :lang(fr) .np-text-display-extra-large,
1205
+ :lang(gl) .np-text-display-extra-large,
1206
+ :lang(lg) .np-text-display-extra-large,
1207
+ :lang(de) .np-text-display-extra-large,
1208
+ :lang(hu) .np-text-display-extra-large,
1209
+ :lang(is) .np-text-display-extra-large,
1210
+ :lang(se) .np-text-display-extra-large,
1211
+ :lang(id) .np-text-display-extra-large,
1212
+ :lang(in) .np-text-display-extra-large,
1213
+ :lang(ga) .np-text-display-extra-large,
1214
+ :lang(it) .np-text-display-extra-large,
1215
+ :lang(kl) .np-text-display-extra-large,
1216
+ :lang(ki) .np-text-display-extra-large,
1217
+ :lang(rw) .np-text-display-extra-large,
1218
+ :lang(lv) .np-text-display-extra-large,
1219
+ :lang(lt) .np-text-display-extra-large,
1220
+ :lang(lb) .np-text-display-extra-large,
1221
+ :lang(mg) .np-text-display-extra-large,
1222
+ :lang(ms) .np-text-display-extra-large,
1223
+ :lang(mt) .np-text-display-extra-large,
1224
+ :lang(gv) .np-text-display-extra-large,
1225
+ :lang(mi) .np-text-display-extra-large,
1226
+ :lang(nd) .np-text-display-extra-large,
1227
+ :lang(nb) .np-text-display-extra-large,
1228
+ :lang(nn) .np-text-display-extra-large,
1229
+ :lang(om) .np-text-display-extra-large,
1230
+ :lang(pl) .np-text-display-extra-large,
1231
+ :lang(pt) .np-text-display-extra-large,
1232
+ :lang(ro) .np-text-display-extra-large,
1233
+ :lang(rm) .np-text-display-extra-large,
1234
+ :lang(rn) .np-text-display-extra-large,
1235
+ :lang(sg) .np-text-display-extra-large,
1236
+ :lang(gd) .np-text-display-extra-large,
1237
+ :lang(sr) .np-text-display-extra-large,
1238
+ :lang(sn) .np-text-display-extra-large,
1239
+ :lang(sk) .np-text-display-extra-large,
1240
+ :lang(sl) .np-text-display-extra-large,
1241
+ :lang(so) .np-text-display-extra-large,
1242
+ :lang(es) .np-text-display-extra-large,
1243
+ :lang(sw) .np-text-display-extra-large,
1244
+ :lang(sv) .np-text-display-extra-large,
1245
+ :lang(tr) .np-text-display-extra-large,
1246
+ :lang(cy) .np-text-display-extra-large,
1247
+ :lang(fy) .np-text-display-extra-large,
1248
+ :lang(wo) .np-text-display-extra-large,
1249
+ :lang(zu) .np-text-display-extra-large,
1250
+ :lang(hsb) .np-text-display-extra-large,
1251
+ :lang(gsw) .np-text-display-extra-large,
1252
+ :lang(dsb) .np-text-display-extra-large,
1253
+ :lang(fil) .np-text-display-extra-large,
1254
+ :lang(af) .np-text-display-large,
1255
+ :lang(sq) .np-text-display-large,
1256
+ :lang(eu) .np-text-display-large,
1257
+ :lang(bs) .np-text-display-large,
1258
+ :lang(ca) .np-text-display-large,
1259
+ :lang(kw) .np-text-display-large,
1260
+ :lang(hr) .np-text-display-large,
1261
+ :lang(cs) .np-text-display-large,
1262
+ :lang(da) .np-text-display-large,
1263
+ :lang(nl) .np-text-display-large,
1264
+ :lang(eo) .np-text-display-large,
1265
+ :lang(et) .np-text-display-large,
1266
+ :lang(fo) .np-text-display-large,
1267
+ :lang(fi) .np-text-display-large,
1268
+ :lang(fr) .np-text-display-large,
1269
+ :lang(gl) .np-text-display-large,
1270
+ :lang(lg) .np-text-display-large,
1271
+ :lang(de) .np-text-display-large,
1272
+ :lang(hu) .np-text-display-large,
1273
+ :lang(is) .np-text-display-large,
1274
+ :lang(se) .np-text-display-large,
1275
+ :lang(id) .np-text-display-large,
1276
+ :lang(in) .np-text-display-large,
1277
+ :lang(ga) .np-text-display-large,
1278
+ :lang(it) .np-text-display-large,
1279
+ :lang(kl) .np-text-display-large,
1280
+ :lang(ki) .np-text-display-large,
1281
+ :lang(rw) .np-text-display-large,
1282
+ :lang(lv) .np-text-display-large,
1283
+ :lang(lt) .np-text-display-large,
1284
+ :lang(lb) .np-text-display-large,
1285
+ :lang(mg) .np-text-display-large,
1286
+ :lang(ms) .np-text-display-large,
1287
+ :lang(mt) .np-text-display-large,
1288
+ :lang(gv) .np-text-display-large,
1289
+ :lang(mi) .np-text-display-large,
1290
+ :lang(nd) .np-text-display-large,
1291
+ :lang(nb) .np-text-display-large,
1292
+ :lang(nn) .np-text-display-large,
1293
+ :lang(om) .np-text-display-large,
1294
+ :lang(pl) .np-text-display-large,
1295
+ :lang(pt) .np-text-display-large,
1296
+ :lang(ro) .np-text-display-large,
1297
+ :lang(rm) .np-text-display-large,
1298
+ :lang(rn) .np-text-display-large,
1299
+ :lang(sg) .np-text-display-large,
1300
+ :lang(gd) .np-text-display-large,
1301
+ :lang(sr) .np-text-display-large,
1302
+ :lang(sn) .np-text-display-large,
1303
+ :lang(sk) .np-text-display-large,
1304
+ :lang(sl) .np-text-display-large,
1305
+ :lang(so) .np-text-display-large,
1306
+ :lang(es) .np-text-display-large,
1307
+ :lang(sw) .np-text-display-large,
1308
+ :lang(sv) .np-text-display-large,
1309
+ :lang(tr) .np-text-display-large,
1310
+ :lang(cy) .np-text-display-large,
1311
+ :lang(fy) .np-text-display-large,
1312
+ :lang(wo) .np-text-display-large,
1313
+ :lang(zu) .np-text-display-large,
1314
+ :lang(hsb) .np-text-display-large,
1315
+ :lang(gsw) .np-text-display-large,
1316
+ :lang(dsb) .np-text-display-large,
1317
+ :lang(fil) .np-text-display-large {
1318
+ font-size: 64px;
1319
+ font-size: var(--size-64);
1320
+ line-height: 1.05;
1321
+ font-weight: 400;
1322
+ font-weight: var(--font-weight-regular);
1323
+ }
1324
+ :lang(af) .np-text-display-medium,
1325
+ :lang(sq) .np-text-display-medium,
1326
+ :lang(eu) .np-text-display-medium,
1327
+ :lang(bs) .np-text-display-medium,
1328
+ :lang(ca) .np-text-display-medium,
1329
+ :lang(kw) .np-text-display-medium,
1330
+ :lang(hr) .np-text-display-medium,
1331
+ :lang(cs) .np-text-display-medium,
1332
+ :lang(da) .np-text-display-medium,
1333
+ :lang(nl) .np-text-display-medium,
1334
+ :lang(eo) .np-text-display-medium,
1335
+ :lang(et) .np-text-display-medium,
1336
+ :lang(fo) .np-text-display-medium,
1337
+ :lang(fi) .np-text-display-medium,
1338
+ :lang(fr) .np-text-display-medium,
1339
+ :lang(gl) .np-text-display-medium,
1340
+ :lang(lg) .np-text-display-medium,
1341
+ :lang(de) .np-text-display-medium,
1342
+ :lang(hu) .np-text-display-medium,
1343
+ :lang(is) .np-text-display-medium,
1344
+ :lang(se) .np-text-display-medium,
1345
+ :lang(id) .np-text-display-medium,
1346
+ :lang(in) .np-text-display-medium,
1347
+ :lang(ga) .np-text-display-medium,
1348
+ :lang(it) .np-text-display-medium,
1349
+ :lang(kl) .np-text-display-medium,
1350
+ :lang(ki) .np-text-display-medium,
1351
+ :lang(rw) .np-text-display-medium,
1352
+ :lang(lv) .np-text-display-medium,
1353
+ :lang(lt) .np-text-display-medium,
1354
+ :lang(lb) .np-text-display-medium,
1355
+ :lang(mg) .np-text-display-medium,
1356
+ :lang(ms) .np-text-display-medium,
1357
+ :lang(mt) .np-text-display-medium,
1358
+ :lang(gv) .np-text-display-medium,
1359
+ :lang(mi) .np-text-display-medium,
1360
+ :lang(nd) .np-text-display-medium,
1361
+ :lang(nb) .np-text-display-medium,
1362
+ :lang(nn) .np-text-display-medium,
1363
+ :lang(om) .np-text-display-medium,
1364
+ :lang(pl) .np-text-display-medium,
1365
+ :lang(pt) .np-text-display-medium,
1366
+ :lang(ro) .np-text-display-medium,
1367
+ :lang(rm) .np-text-display-medium,
1368
+ :lang(rn) .np-text-display-medium,
1369
+ :lang(sg) .np-text-display-medium,
1370
+ :lang(gd) .np-text-display-medium,
1371
+ :lang(sr) .np-text-display-medium,
1372
+ :lang(sn) .np-text-display-medium,
1373
+ :lang(sk) .np-text-display-medium,
1374
+ :lang(sl) .np-text-display-medium,
1375
+ :lang(so) .np-text-display-medium,
1376
+ :lang(es) .np-text-display-medium,
1377
+ :lang(sw) .np-text-display-medium,
1378
+ :lang(sv) .np-text-display-medium,
1379
+ :lang(tr) .np-text-display-medium,
1380
+ :lang(cy) .np-text-display-medium,
1381
+ :lang(fy) .np-text-display-medium,
1382
+ :lang(wo) .np-text-display-medium,
1383
+ :lang(zu) .np-text-display-medium,
1384
+ :lang(hsb) .np-text-display-medium,
1385
+ :lang(gsw) .np-text-display-medium,
1386
+ :lang(dsb) .np-text-display-medium,
1387
+ :lang(fil) .np-text-display-medium {
1388
+ font-size: 52px;
1389
+ font-size: var(--size-52);
1390
+ line-height: 1.05;
1391
+ font-weight: 400;
1392
+ font-weight: var(--font-weight-regular);
1393
+ }
1394
+ :lang(af) .np-text-display-small,
1395
+ :lang(sq) .np-text-display-small,
1396
+ :lang(eu) .np-text-display-small,
1397
+ :lang(bs) .np-text-display-small,
1398
+ :lang(ca) .np-text-display-small,
1399
+ :lang(kw) .np-text-display-small,
1400
+ :lang(hr) .np-text-display-small,
1401
+ :lang(cs) .np-text-display-small,
1402
+ :lang(da) .np-text-display-small,
1403
+ :lang(nl) .np-text-display-small,
1404
+ :lang(eo) .np-text-display-small,
1405
+ :lang(et) .np-text-display-small,
1406
+ :lang(fo) .np-text-display-small,
1407
+ :lang(fi) .np-text-display-small,
1408
+ :lang(fr) .np-text-display-small,
1409
+ :lang(gl) .np-text-display-small,
1410
+ :lang(lg) .np-text-display-small,
1411
+ :lang(de) .np-text-display-small,
1412
+ :lang(hu) .np-text-display-small,
1413
+ :lang(is) .np-text-display-small,
1414
+ :lang(se) .np-text-display-small,
1415
+ :lang(id) .np-text-display-small,
1416
+ :lang(in) .np-text-display-small,
1417
+ :lang(ga) .np-text-display-small,
1418
+ :lang(it) .np-text-display-small,
1419
+ :lang(kl) .np-text-display-small,
1420
+ :lang(ki) .np-text-display-small,
1421
+ :lang(rw) .np-text-display-small,
1422
+ :lang(lv) .np-text-display-small,
1423
+ :lang(lt) .np-text-display-small,
1424
+ :lang(lb) .np-text-display-small,
1425
+ :lang(mg) .np-text-display-small,
1426
+ :lang(ms) .np-text-display-small,
1427
+ :lang(mt) .np-text-display-small,
1428
+ :lang(gv) .np-text-display-small,
1429
+ :lang(mi) .np-text-display-small,
1430
+ :lang(nd) .np-text-display-small,
1431
+ :lang(nb) .np-text-display-small,
1432
+ :lang(nn) .np-text-display-small,
1433
+ :lang(om) .np-text-display-small,
1434
+ :lang(pl) .np-text-display-small,
1435
+ :lang(pt) .np-text-display-small,
1436
+ :lang(ro) .np-text-display-small,
1437
+ :lang(rm) .np-text-display-small,
1438
+ :lang(rn) .np-text-display-small,
1439
+ :lang(sg) .np-text-display-small,
1440
+ :lang(gd) .np-text-display-small,
1441
+ :lang(sr) .np-text-display-small,
1442
+ :lang(sn) .np-text-display-small,
1443
+ :lang(sk) .np-text-display-small,
1444
+ :lang(sl) .np-text-display-small,
1445
+ :lang(so) .np-text-display-small,
1446
+ :lang(es) .np-text-display-small,
1447
+ :lang(sw) .np-text-display-small,
1448
+ :lang(sv) .np-text-display-small,
1449
+ :lang(tr) .np-text-display-small,
1450
+ :lang(cy) .np-text-display-small,
1451
+ :lang(fy) .np-text-display-small,
1452
+ :lang(wo) .np-text-display-small,
1453
+ :lang(zu) .np-text-display-small,
1454
+ :lang(hsb) .np-text-display-small,
1455
+ :lang(gsw) .np-text-display-small,
1456
+ :lang(dsb) .np-text-display-small,
1457
+ :lang(fil) .np-text-display-small {
1458
+ font-size: 40px;
1459
+ font-size: var(--size-40);
1460
+ line-height: 1.05;
1461
+ font-weight: 400;
1462
+ font-weight: var(--font-weight-regular);
1463
+ }
1464
+ :lang(el) .np-text-display-extra-large,
1465
+ :lang(az) .np-text-display-extra-large,
1466
+ :lang(be) .np-text-display-extra-large,
1467
+ :lang(bs) .np-text-display-extra-large,
1468
+ :lang(bg) .np-text-display-extra-large,
1469
+ :lang(ce) .np-text-display-extra-large,
1470
+ :lang(mk) .np-text-display-extra-large,
1471
+ :lang(os) .np-text-display-extra-large,
1472
+ :lang(ru) .np-text-display-extra-large,
1473
+ :lang(sr) .np-text-display-extra-large,
1474
+ :lang(uk) .np-text-display-extra-large,
1475
+ :lang(uz) .np-text-display-extra-large,
1476
+ :lang(sah) .np-text-display-extra-large,
1477
+ :lang(el) .np-text-display-large,
1478
+ :lang(az) .np-text-display-large,
1479
+ :lang(be) .np-text-display-large,
1480
+ :lang(bs) .np-text-display-large,
1481
+ :lang(bg) .np-text-display-large,
1482
+ :lang(ce) .np-text-display-large,
1483
+ :lang(mk) .np-text-display-large,
1484
+ :lang(os) .np-text-display-large,
1485
+ :lang(ru) .np-text-display-large,
1486
+ :lang(sr) .np-text-display-large,
1487
+ :lang(uk) .np-text-display-large,
1488
+ :lang(uz) .np-text-display-large,
1489
+ :lang(sah) .np-text-display-large {
1490
+ font-size: 60px;
1491
+ font-size: var(--size-60);
1492
+ line-height: 120%;
1493
+ font-weight: 600;
1494
+ font-weight: var(--font-weight-semi-bold);
1495
+ }
1496
+ :lang(el) .np-text-display-medium,
1497
+ :lang(az) .np-text-display-medium,
1498
+ :lang(be) .np-text-display-medium,
1499
+ :lang(bs) .np-text-display-medium,
1500
+ :lang(bg) .np-text-display-medium,
1501
+ :lang(ce) .np-text-display-medium,
1502
+ :lang(mk) .np-text-display-medium,
1503
+ :lang(os) .np-text-display-medium,
1504
+ :lang(ru) .np-text-display-medium,
1505
+ :lang(sr) .np-text-display-medium,
1506
+ :lang(uk) .np-text-display-medium,
1507
+ :lang(uz) .np-text-display-medium,
1508
+ :lang(sah) .np-text-display-medium {
1509
+ font-size: 48px;
1510
+ font-size: var(--size-48);
1511
+ line-height: 120%;
1512
+ font-weight: 600;
1513
+ font-weight: var(--font-weight-semi-bold);
1514
+ }
1515
+ :lang(el) .np-text-display-small,
1516
+ :lang(az) .np-text-display-small,
1517
+ :lang(be) .np-text-display-small,
1518
+ :lang(bs) .np-text-display-small,
1519
+ :lang(bg) .np-text-display-small,
1520
+ :lang(ce) .np-text-display-small,
1521
+ :lang(mk) .np-text-display-small,
1522
+ :lang(os) .np-text-display-small,
1523
+ :lang(ru) .np-text-display-small,
1524
+ :lang(sr) .np-text-display-small,
1525
+ :lang(uk) .np-text-display-small,
1526
+ :lang(uz) .np-text-display-small,
1527
+ :lang(sah) .np-text-display-small {
1528
+ font-size: 40px;
1529
+ font-size: var(--size-40);
1530
+ line-height: 120%;
1531
+ font-weight: 600;
1532
+ font-weight: var(--font-weight-semi-bold);
1533
+ }
1534
+ /* DEPRECATED: use `.np-text-display-*` instead */
1535
+ .display-1 {
1536
+ margin-bottom: 24px;
1537
+ margin-bottom: var(--size-24);
1538
+ /* stylelint-disable-next-line number-max-precision */
1539
+ font-size: 3.73333333rem;
1540
+ }
1541
+ @media (min-width: 768px) {
1542
+ .display-1 {
1543
+ margin-bottom: 8px;
1544
+ margin-bottom: var(--size-8);
1545
+ font-size: 6.5rem;
1546
+ }
1547
+ }
1548
+ /* DEPRECATED: use `.np-text-display-*` instead */
1549
+ .display-2 {
1550
+ margin-bottom: 24px;
1551
+ margin-bottom: var(--size-24);
1552
+ /* stylelint-disable-next-line number-max-precision */
1553
+ font-size: 3.73333333rem;
1554
+ }
1555
+ @media (min-width: 768px) {
1556
+ .display-2 {
1557
+ margin-bottom: 16px;
1558
+ margin-bottom: var(--size-16);
1559
+ font-size: 5.5rem;
1560
+ }
1561
+ }
1562
+ /* DEPRECATED: use `.np-text-display-*` instead */
1563
+ .display-3 {
1564
+ margin-bottom: 8px;
1565
+ margin-bottom: var(--size-8);
1566
+ font-size: 2.8rem;
1567
+ }
1568
+ @media (min-width: 768px) {
1569
+ .display-3 {
1570
+ margin-bottom: 24px;
1571
+ margin-bottom: var(--size-24);
1572
+ font-size: 4.5rem;
1573
+ }
1574
+ }
1575
+ /* DEPRECATED: use `.np-text-display-*` instead */
1576
+ .display-4 {
1577
+ margin-bottom: 4px;
1578
+ margin-bottom: var(--size-4);
1579
+ /* stylelint-disable-next-line number-max-precision */
1580
+ font-size: 1.86666667rem;
1581
+ }
1582
+ @media (min-width: 768px) {
1583
+ .display-4 {
1584
+ margin-bottom: 24px;
1585
+ margin-bottom: var(--size-24);
1586
+ font-size: 3.5rem;
1587
+ }
1588
+ }
1589
+ /* DEPRECATED: use `.np-text-display-*` instead */
1590
+ .display-5 {
1591
+ margin-bottom: 4px;
1592
+ margin-bottom: var(--size-4);
1593
+ /* stylelint-disable-next-line number-max-precision */
1594
+ font-size: 1.86666667rem;
1595
+ }
1596
+ @media (min-width: 768px) {
1597
+ .display-5 {
1598
+ margin-bottom: 8px;
1599
+ margin-bottom: var(--size-8);
1600
+ font-size: 2.625rem;
1601
+ }
1602
+ }
1603
+ p {
1604
+ margin: 0 0 16px;
1605
+ margin: 0 0 var(--size-16);
1606
+ }
1607
+ p + h1,
1608
+ p + h2,
1609
+ p + h3,
1610
+ p + h4,
1611
+ p + h5,
1612
+ p + h6,
1613
+ p + .h1,
1614
+ p + .h2,
1615
+ p + .h3,
1616
+ p + .h4,
1617
+ p + .h5,
1618
+ p + .h6,
1619
+ p + .title-1,
1620
+ p + .title-2,
1621
+ p + .title-3,
1622
+ p + .title-4,
1623
+ p + .title-5,
1624
+ p + .np-text-title-screen,
1625
+ p + .np-text-title-section,
1626
+ p + .np-text-title-subsection,
1627
+ p + .np-text-title-body,
1628
+ p + .np-text-title-group {
1629
+ margin-top: 0;
1630
+ margin-bottom: 8px;
1631
+ margin-bottom: var(--size-8);
1632
+ }
1633
+ .control-1,
1634
+ .control-2 {
1635
+ color: #0097c7;
1636
+ color: var(--color-content-accent);
1637
+ }
1638
+ strong,
1639
+ b {
1640
+ font-weight: 600;
1641
+ font-weight: var(--font-weight-semi-bold);
1642
+ color: #37517e;
1643
+ color: var(--color-content-primary);
1644
+ }
1645
+ mark,
1646
+ .mark {
1647
+ padding: 4px;
1648
+ padding: var(--size-4);
1649
+ background-color: rgba(255,172,0,0.10196);
1650
+ background-color: var(--color-background-warning);
1651
+ }
1652
+ address {
1653
+ margin-bottom: 24px;
1654
+ margin-bottom: var(--size-24);
1655
+ font-style: normal;
1656
+ }
1657
+ blockquote {
1658
+ margin: 16px 0;
1659
+ margin: var(--size-16) 0;
1660
+ padding: 0 16px 0 calc(16px - 2px);
1661
+ padding: 0 var(--size-16) 0 calc(var(--size-16) - 2px);
1662
+ font-size: 1rem;
1663
+ font-size: var(--font-size-16);
1664
+ }
1665
+ [dir="rtl"] blockquote {
1666
+ border-right: 2px solid #0097c7;
1667
+ border-right: 2px solid var(--color-content-accent);
1668
+ }
1669
+ html:not([dir="rtl"]) blockquote {
1670
+ border-left: 2px solid #0097c7;
1671
+ border-left: 2px solid var(--color-content-accent);
1672
+ }
1673
+ blockquote p {
1674
+ margin-bottom: 8px;
1675
+ margin-bottom: var(--size-8);
1676
+ }
1677
+ blockquote p:last-child,
1678
+ blockquote ol:last-child,
1679
+ blockquote ul:last-child {
1680
+ margin-bottom: 0;
1681
+ }
1682
+ blockquote footer {
1683
+ display: block;
1684
+ color: #5d7079;
1685
+ color: var(--color-content-secondary);
1686
+ font-size: 0.875rem;
1687
+ font-size: var(--font-size-14);
1688
+ line-height: 1.5;
1689
+ line-height: var(--line-height-body);
1690
+ }
1691
+ blockquote footer::before {
1692
+ content: "\2014 \00A0";
1693
+ }
1694
+ @media (min-width: 576px) {
1695
+ blockquote {
1696
+ margin: 24px;
1697
+ margin: var(--size-24);
1698
+ }
1699
+ }
1700
+ @media (min-width: 992px) {
1701
+ blockquote {
1702
+ margin: 32px;
1703
+ margin: var(--size-32);
1704
+ font-size: 1rem;
1705
+ font-size: var(--font-size-16);
1706
+ }
1707
+ }
1708
+ .blockquote-reverse {
1709
+ padding-right: 22px;
1710
+ padding-left: 0;
1711
+ text-align: right;
1712
+ }
1713
+ [dir="rtl"] .blockquote-reverse {
1714
+ padding-left: 22px;
1715
+ padding-right: 0;
1716
+ padding-right: initial;
1717
+ }
1718
+ [dir="rtl"] .blockquote-reverse {
1719
+ padding-right: 0;
1720
+ padding-left: 0;
1721
+ padding-left: initial;
1722
+ }
1723
+ [dir="rtl"] .blockquote-reverse {
1724
+ text-align: left;
1725
+ }
1726
+ [dir="rtl"] .blockquote-reverse {
1727
+ border-left: 2px solid #0097c7;
1728
+ border-left: 2px solid var(--color-content-accent);
1729
+ }
1730
+ html:not([dir="rtl"]) .blockquote-reverse {
1731
+ border-right: 2px solid #0097c7;
1732
+ border-right: 2px solid var(--color-content-accent);
1733
+ }
1734
+ [dir="rtl"] .blockquote-reverse {
1735
+ border-right: 0 ;
1736
+ }
1737
+ html:not([dir="rtl"]) .blockquote-reverse {
1738
+ border-left: 0 ;
1739
+ }
1740
+ .blockquote-reverse footer::before {
1741
+ content: "";
1742
+ }
1743
+ .blockquote-reverse footer::after {
1744
+ content: "\00A0 \2014";
1745
+ }
1746
+ pre,
1747
+ code,
1748
+ kbd {
1749
+ border-radius: 10px;
1750
+ border-radius: var(--radius-small);
1751
+ }
1752
+ pre {
1753
+ margin: 0 0 24px;
1754
+ margin: 0 0 var(--size-24);
1755
+ padding: 16px;
1756
+ padding: var(--size-16);
1757
+ overflow: auto;
1758
+ color: #5d7079;
1759
+ color: var(--color-content-secondary);
1760
+ font-size: 0.875rem;
1761
+ font-size: var(--font-size-14);
1762
+ line-height: 1.5;
1763
+ line-height: var(--line-height-body);
1764
+ word-wrap: break-word;
1765
+ word-break: break-all;
1766
+ background-color: rgba(134,167,189,0.10196);
1767
+ background-color: var(--color-background-neutral);
1768
+ }
1769
+ pre code {
1770
+ padding: 0;
1771
+ font-size: inherit;
1772
+ white-space: pre-wrap;
1773
+ background-color: transparent;
1774
+ border-radius: 0;
1775
+ }
1776
+ code {
1777
+ padding: 2px 4px;
1778
+ padding: 2px var(--size-4);
1779
+ font-size: 90%;
1780
+ color: #5d7079;
1781
+ color: var(--color-content-secondary);
1782
+ background-color: rgba(134,167,189,0.10196);
1783
+ background-color: var(--color-background-neutral);
1784
+ }
1785
+ kbd {
1786
+ padding: 2px 4px;
1787
+ padding: 2px var(--size-4);
1788
+ font-size: 90%;
1789
+ color: #fff;
1790
+ background-color: #333;
1791
+ }
1792
+ kbd kbd {
1793
+ padding: 0;
1794
+ font-weight: 700;
1795
+ font-weight: var(--font-weight-bold);
1796
+ font-size: 100%;
1797
+ }
1798
+ .text-xs-left {
1799
+ text-align: left;
1800
+ }
1801
+ [dir="rtl"] .text-xs-left {
1802
+ text-align: right;
1803
+ }
1804
+ .text-xs-right {
1805
+ text-align: right;
1806
+ }
1807
+ [dir="rtl"] .text-xs-right {
1808
+ text-align: left;
1809
+ }
1810
+ .text-xs-center {
1811
+ text-align: center;
1812
+ }
1813
+ .text-xs-justify {
1814
+ text-align: justify;
1815
+ }
1816
+ .text-xs-nowrap {
1817
+ white-space: nowrap;
1818
+ }
1819
+ @media (min-width: 576px) {
1820
+ .text-sm-left {
1821
+ text-align: left;
1822
+ }
1823
+ [dir="rtl"] .text-sm-left {
1824
+ text-align: right;
1825
+ }
1826
+ .text-sm-right {
1827
+ text-align: right;
1828
+ }
1829
+ [dir="rtl"] .text-sm-right {
1830
+ text-align: left;
1831
+ }
1832
+ .text-sm-center {
1833
+ text-align: center;
1834
+ }
1835
+ .text-sm-justify {
1836
+ text-align: justify;
1837
+ }
1838
+ .text-sm-nowrap {
1839
+ white-space: nowrap;
1840
+ }
1841
+ }
1842
+ @media (min-width: 768px) {
1843
+ .text-md-left {
1844
+ text-align: left;
1845
+ }
1846
+ [dir="rtl"] .text-md-left {
1847
+ text-align: right;
1848
+ }
1849
+ .text-md-right {
1850
+ text-align: right;
1851
+ }
1852
+ [dir="rtl"] .text-md-right {
1853
+ text-align: left;
1854
+ }
1855
+ .text-md-center {
1856
+ text-align: center;
1857
+ }
1858
+ .text-md-justify {
1859
+ text-align: justify;
1860
+ }
1861
+ .text-md-nowrap {
1862
+ white-space: nowrap;
1863
+ }
1864
+ }
1865
+ @media (min-width: 992px) {
1866
+ .text-lg-left {
1867
+ text-align: left;
1868
+ }
1869
+ [dir="rtl"] .text-lg-left {
1870
+ text-align: right;
1871
+ }
1872
+ .text-lg-right {
1873
+ text-align: right;
1874
+ }
1875
+ [dir="rtl"] .text-lg-right {
1876
+ text-align: left;
1877
+ }
1878
+ .text-lg-center {
1879
+ text-align: center;
1880
+ }
1881
+ .text-lg-justify {
1882
+ text-align: justify;
1883
+ }
1884
+ .text-lg-nowrap {
1885
+ white-space: nowrap;
1886
+ }
1887
+ }
1888
+ @media (min-width: 1200px) {
1889
+ .text-xl-left {
1890
+ text-align: left;
1891
+ }
1892
+ [dir="rtl"] .text-xl-left {
1893
+ text-align: right;
1894
+ }
1895
+ .text-xl-right {
1896
+ text-align: right;
1897
+ }
1898
+ [dir="rtl"] .text-xl-right {
1899
+ text-align: left;
1900
+ }
1901
+ .text-xl-center {
1902
+ text-align: center;
1903
+ }
1904
+ .text-xl-justify {
1905
+ text-align: justify;
1906
+ }
1907
+ .text-xl-nowrap {
1908
+ white-space: nowrap;
1909
+ }
1910
+ }
1911
+ .text-lowercase {
1912
+ text-transform: lowercase;
1913
+ }
1914
+ .text-uppercase {
1915
+ text-transform: uppercase;
1916
+ }
1917
+ .text-capitalize {
1918
+ text-transform: capitalize;
1919
+ }
1920
+ .text-underline {
1921
+ text-decoration: underline;
1922
+ -webkit-text-decoration: underline !important;
1923
+ text-decoration: underline !important;
1924
+ text-underline-offset: 0.3em;
1925
+ }
1926
+ .text-no-decoration {
1927
+ -webkit-text-decoration: none !important;
1928
+ text-decoration: none !important;
1929
+ }
1930
+ .text-ellipsis,
1931
+ .text-ellipses {
1932
+ display: block;
1933
+ text-overflow: ellipsis;
1934
+ white-space: nowrap;
1935
+ overflow: hidden;
1936
+ }
1937
+ .text-max-width {
1938
+ max-width: 600px;
1939
+ }
1940
+ .text-word-break {
1941
+ word-break: break-all;
1942
+ }
1943
+ .text-overflow-wrap {
1944
+ word-wrap: anywhere;
1945
+ }
1946
+ .font-weight-bold {
1947
+ font-weight: 700 !important;
1948
+ font-weight: var(--font-weight-bold) !important;
1949
+ }
1950
+ .font-weight-semi-bold {
1951
+ font-weight: 600 !important;
1952
+ font-weight: var(--font-weight-semi-bold) !important;
1953
+ }
1954
+ .font-weight-normal {
1955
+ font-weight: 400 !important;
1956
+ font-weight: var(--font-weight-regular) !important;
1957
+ }
1958
+ .font-italic {
1959
+ font-style: italic !important;
1960
+ }
1961
+ .text-primary {
1962
+ color: #37517e !important;
1963
+ color: var(--color-content-primary) !important;
1964
+ }
1965
+ a.text-primary:hover,
1966
+ a.text-primary:focus {
1967
+ color: #37517e !important;
1968
+ color: var(--color-content-primary) !important;
1969
+ }
1970
+ .bg-primary .text-primary {
1971
+ color: #ffffff !important;
1972
+ }
1973
+ .text-secondary {
1974
+ color: #5d7079 !important;
1975
+ color: var(--color-content-secondary) !important;
1976
+ }
1977
+ .text-positive,
1978
+ .text-success {
1979
+ color: #008026 !important;
1980
+ color: var(--color-content-positive) !important;
1981
+ }
1982
+ a.text-positive:hover,
1983
+ a.text-success:hover,
1984
+ a.text-positive:focus,
1985
+ a.text-success:focus {
1986
+ color: #006d13 !important;
1987
+ color: var(--color-content-positive-hover) !important;
1988
+ }
1989
+ .bg-primary .text-positive,
1990
+ .bg-primary .text-success {
1991
+ color: #6fd698 !important;
1992
+ }
1993
+ .text-accent,
1994
+ .text-info {
1995
+ color: #0097c7 !important;
1996
+ color: var(--color-content-accent) !important;
1997
+ color: var(--color-interactive-primary) !important;
1998
+ }
1999
+ a.text-accent:hover,
2000
+ a.text-info:hover,
2001
+ a.text-accent:focus,
2002
+ a.text-info:focus {
2003
+ color: #0084b3 !important;
2004
+ color: var(--color-content-accent-hover) !important;
2005
+ }
2006
+ .bg-primary .text-accent,
2007
+ .bg-primary .text-info {
2008
+ color: #00b9ff !important;
2009
+ }
2010
+ .text-warning {
2011
+ color: #9a6500 !important;
2012
+ color: var(--color-content-warning) !important;
2013
+ }
2014
+ a.text-warning:hover,
2015
+ a.text-warning:focus {
2016
+ color: #855400 !important;
2017
+ color: var(--color-content-warning-hover) !important;
2018
+ }
2019
+ .bg-primary .text-warning {
2020
+ color: #ffd184 !important;
2021
+ }
2022
+ .text-negative,
2023
+ .text-danger {
2024
+ color: var(--color-sentiment-negative) !important;
2025
+ }
2026
+ a.text-negative:hover,
2027
+ a.text-danger:hover,
2028
+ a.text-negative:focus,
2029
+ a.text-danger:focus {
2030
+ color: var(--color-sentiment-negative-hover) !important;
2031
+ }
2032
+ .bg-primary .text-negative,
2033
+ .bg-primary .text-danger {
2034
+ color: #ffa6a9 !important;
2035
+ }
2036
+ .text-inverse {
2037
+ color: #ffffff !important;
2038
+ }
2039
+ a.text-inverse:hover,
2040
+ a.text-inverse:focus {
2041
+ color: #c9cbce !important;
2042
+ }
2043
+ .text-muted {
2044
+ color: #768e9c !important;
2045
+ color: var(--color-content-tertiary) !important;
2046
+ }
2047
+ .colored-dot::after {
2048
+ content: none;
2049
+ }