globuswebcomponents 2.8.3 → 2.8.4

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 (461) hide show
  1. package/dist/cjs/{gb-approval-modal_66.cjs.entry.js → gb-approval-modal_68.cjs.entry.js} +353 -128
  2. package/dist/cjs/gb-detail-cell.cjs.entry.js +1 -1
  3. package/dist/cjs/gb-logo.cjs.entry.js +1 -1
  4. package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
  5. package/dist/cjs/gb-nav-bar-item.cjs.entry.js +1 -1
  6. package/dist/cjs/gb-nav-bar-sidemenu.cjs.entry.js +1 -1
  7. package/dist/cjs/gb-nav-bar.cjs.entry.js +1 -1
  8. package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
  9. package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
  10. package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
  11. package/dist/cjs/gb-prompt-modal.cjs.entry.js +1 -1
  12. package/dist/cjs/gb-quick-action-card.cjs.entry.js +1 -1
  13. package/dist/cjs/gb-quick-action-icon.cjs.entry.js +1 -1
  14. package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
  15. package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
  16. package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
  17. package/dist/cjs/gb-slider.cjs.entry.js +1 -1
  18. package/dist/cjs/gb-step-base_2.cjs.entry.js +2 -2
  19. package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +1 -1
  20. package/dist/cjs/gb-stepper-horizontal-icons-connected.cjs.entry.js +1 -1
  21. package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +1 -1
  22. package/dist/cjs/gb-stepper-horizontal-minimal-icons.cjs.entry.js +1 -1
  23. package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js +1 -1
  24. package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
  25. package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
  26. package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
  27. package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
  28. package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
  29. package/dist/cjs/globuscomponents.cjs.js +1 -1
  30. package/dist/cjs/loader.cjs.js +1 -1
  31. package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
  32. package/dist/collection/assets/mail-at-sign-02.svg +3 -0
  33. package/dist/collection/collection-manifest.json +1 -0
  34. package/dist/collection/components/gb-contact-help-dropdown/gb-contact-help-dropdown.css +2837 -0
  35. package/dist/collection/components/gb-contact-help-dropdown/gb-contact-help-dropdown.js +88 -0
  36. package/dist/collection/components/gb-contact-help-dropdown/gb-contact-help-dropdown.js.map +1 -0
  37. package/dist/collection/components/gb-date-picker/gb-date-picker.css +1 -0
  38. package/dist/collection/components/gb-date-picker/gb-date-picker.js +8 -8
  39. package/dist/collection/components/gb-date-picker/gb-date-picker.js.map +1 -1
  40. package/dist/collection/components/gb-date-picker-list-item/gb-date-picker-list-item.js +1 -1
  41. package/dist/collection/components/gb-detail-cell/gb-detail-cell.js +1 -1
  42. package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.css +1 -0
  43. package/dist/collection/components/gb-dropdown-items-with-shortcut/gb-dropdown-items-with-shortcut.js +1 -1
  44. package/dist/collection/components/gb-empty-state/gb-empty-state.js +1 -1
  45. package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +3 -3
  46. package/dist/collection/components/gb-export-dropdown-item/gb-export-dropdown-item.js +1 -1
  47. package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js +1 -1
  48. package/dist/collection/components/gb-export-sub-dropdown-item/gb-export-sub-dropdown-item.js +1 -1
  49. package/dist/collection/components/gb-featured-icon/gb-featured-icon.js +1 -1
  50. package/dist/collection/components/gb-file-type-icon/gb-file-type-icon.js +1 -1
  51. package/dist/collection/components/gb-file-upload/gb-file-upload.js +12 -12
  52. package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +6 -6
  53. package/dist/collection/components/gb-filter-button/gb-filter-button.js +1 -1
  54. package/dist/collection/components/gb-header/gb-header.js +69 -15
  55. package/dist/collection/components/gb-header/gb-header.js.map +1 -1
  56. package/dist/collection/components/gb-header-icon/gb-header-icon.js +1 -1
  57. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.css +1 -1
  58. package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
  59. package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
  60. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.css +2 -2
  61. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +97 -97
  62. package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js.map +1 -1
  63. package/dist/collection/components/gb-icon-button-base/gb-icon-button-base.js +1 -1
  64. package/dist/collection/components/gb-illustration/gb-illustration.js +8 -8
  65. package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +3 -3
  66. package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
  67. package/dist/collection/components/gb-input-field/gb-input-field.css +7 -0
  68. package/dist/collection/components/gb-input-field/gb-input-field.js +34 -18
  69. package/dist/collection/components/gb-input-field/gb-input-field.js.map +1 -1
  70. package/dist/collection/components/gb-logo/gb-logo.js +1 -1
  71. package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
  72. package/dist/collection/components/gb-metric-card/gb-metric-card.js +1 -1
  73. package/dist/collection/components/gb-metric-featured-icon/gb-metric-featured-icon.js +1 -1
  74. package/dist/collection/components/gb-modal-header/gb-modal-header.js +2 -2
  75. package/dist/collection/components/gb-nav-bar/gb-nav-bar.js +1 -1
  76. package/dist/collection/components/gb-nav-bar-item/gb-nav-bar-item.js +1 -1
  77. package/dist/collection/components/gb-nav-bar-sidemenu/gb-nav-bar-sidemenu.js +1 -1
  78. package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
  79. package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
  80. package/dist/collection/components/gb-pagination/gb-pagination.js +4 -4
  81. package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
  82. package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
  83. package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
  84. package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
  85. package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
  86. package/dist/collection/components/gb-pattern/gb-pattern.js +1 -1
  87. package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
  88. package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
  89. package/dist/collection/components/gb-prompt-modal/gb-prompt-modal.js +1 -1
  90. package/dist/collection/components/gb-quick-action-card/gb-quick-action-card.js +1 -1
  91. package/dist/collection/components/gb-quick-action-icon/gb-quick-action-icon.js +1 -1
  92. package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
  93. package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
  94. package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +2 -2
  95. package/dist/collection/components/gb-slider/gb-slider.js +1 -1
  96. package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
  97. package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
  98. package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
  99. package/dist/collection/components/gb-step-icon-base/gb-step-icon-base.js +1 -1
  100. package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +1 -1
  101. package/dist/collection/components/gb-stepper-horizontal-icons-connected/gb-stepper-horizontal-icons-connected.js +1 -1
  102. package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
  103. package/dist/collection/components/gb-stepper-horizontal-minimal-icons/gb-stepper-horizontal-minimal-icons.js +1 -1
  104. package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js +1 -1
  105. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.css +4 -0
  106. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
  107. package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js.map +1 -1
  108. package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
  109. package/dist/collection/components/gb-table-header/gb-table-header.js +1 -1
  110. package/dist/collection/components/gb-table-header/gb-table-header.js.map +1 -1
  111. package/dist/collection/components/gb-tag/gb-tag.js +1 -1
  112. package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
  113. package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
  114. package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
  115. package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +3 -3
  116. package/dist/collection/components/gb-theme-tab/gb-theme-tab.js +1 -1
  117. package/dist/collection/components/gb-toast/gb-toast.js +1 -1
  118. package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
  119. package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
  120. package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
  121. package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
  122. package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
  123. package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
  124. package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
  125. package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
  126. package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
  127. package/dist/components/gb-action-panel.js +2 -2
  128. package/dist/components/gb-approval-modal.js +13 -13
  129. package/dist/components/gb-avatar-add-button.js +1 -1
  130. package/dist/components/gb-avatar-dropdown.js +1 -1
  131. package/dist/components/gb-avatar-group.js +4 -4
  132. package/dist/components/gb-avatar-label-group.js +1 -1
  133. package/dist/components/gb-avatar-profile-photo.js +2 -2
  134. package/dist/components/gb-avatar.js +1 -1
  135. package/dist/components/gb-badge.js +1 -1
  136. package/dist/components/gb-btn.js +1 -1
  137. package/dist/components/gb-button.js +1 -1
  138. package/dist/components/gb-checkbox-group-item.js +1 -1
  139. package/dist/components/gb-checkbox-group.js +5 -5
  140. package/dist/components/gb-collapse-button.js +1 -1
  141. package/dist/components/gb-comment.js +2 -2
  142. package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
  143. package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
  144. package/dist/components/gb-contact-help-dropdown.d.ts +11 -0
  145. package/dist/components/gb-contact-help-dropdown.js +9 -0
  146. package/dist/components/gb-contact-help-dropdown.js.map +1 -0
  147. package/dist/components/gb-date-picker-list-item.js +1 -1
  148. package/dist/components/gb-date-picker.js +1 -1
  149. package/dist/components/gb-detail-cell.js +7 -7
  150. package/dist/components/gb-dropdown-items-with-shortcut.js +1 -1
  151. package/dist/components/gb-empty-state.js +7 -7
  152. package/dist/components/gb-export-dropdown-item.js +1 -1
  153. package/dist/components/gb-export-dropdown.js +1 -1
  154. package/dist/components/gb-export-sub-dropdown-item.js +1 -1
  155. package/dist/components/gb-export-sub-dropdown.js +1 -1
  156. package/dist/components/gb-featured-icon.js +1 -1
  157. package/dist/components/gb-file-type-icon.js +1 -1
  158. package/dist/components/gb-file-upload-item-base.js +1 -1
  159. package/dist/components/gb-file-upload.js +17 -17
  160. package/dist/components/gb-filter-button.js +1 -1
  161. package/dist/components/gb-header-icon.js +1 -1
  162. package/dist/components/gb-header.js +68 -52
  163. package/dist/components/gb-header.js.map +1 -1
  164. package/dist/components/gb-help-dropdown.js +1 -1
  165. package/dist/components/gb-help-tooltip.js +1 -1
  166. package/dist/components/gb-horizontal-tabs.js +101 -101
  167. package/dist/components/gb-horizontal-tabs.js.map +1 -1
  168. package/dist/components/gb-icon-button-base.js +1 -1
  169. package/dist/components/gb-illustration.js +1 -1
  170. package/dist/components/gb-input-dropdown-menu-item.js +1 -1
  171. package/dist/components/gb-input-dropdown.js +1 -1
  172. package/dist/components/gb-input-field.js +1 -1
  173. package/dist/components/gb-logo.js +1 -1
  174. package/dist/components/gb-mega-input-field-base.js +1 -1
  175. package/dist/components/gb-metric-card.js +5 -5
  176. package/dist/components/gb-metric-featured-icon.js +1 -1
  177. package/dist/components/gb-modal-action.js +1 -1
  178. package/dist/components/gb-modal-header.js +1 -1
  179. package/dist/components/gb-nav-bar-item.js +1 -1
  180. package/dist/components/gb-nav-bar-sidemenu.js +6 -6
  181. package/dist/components/gb-nav-bar.js +4 -4
  182. package/dist/components/gb-notification-content.js +1 -1
  183. package/dist/components/gb-notification-pane.js +1 -1
  184. package/dist/components/gb-pagination-button-group-base.js +1 -1
  185. package/dist/components/gb-pagination-dot-group.js +1 -1
  186. package/dist/components/gb-pagination-dot-indicator.js +1 -1
  187. package/dist/components/gb-pagination-number-base.js +1 -1
  188. package/dist/components/gb-pagination.js +20 -20
  189. package/dist/components/gb-password-button.js +1 -1
  190. package/dist/components/gb-pattern.js +1 -1
  191. package/dist/components/gb-progress-bar.js +1 -1
  192. package/dist/components/gb-progress-circle.js +1 -1
  193. package/dist/components/gb-prompt-modal.js +3 -3
  194. package/dist/components/gb-quick-action-card.js +1 -1
  195. package/dist/components/gb-quick-action-icon.js +1 -1
  196. package/dist/components/gb-scrollbar.js +1 -1
  197. package/dist/components/gb-sidebar.js +9 -9
  198. package/dist/components/gb-simple-side-bar-item.js +1 -1
  199. package/dist/components/gb-slider-control-handle.js +1 -1
  200. package/dist/components/gb-slider.js +3 -3
  201. package/dist/components/gb-status-indicator.js +1 -1
  202. package/dist/components/gb-step-base.js +1 -1
  203. package/dist/components/gb-step-icon-base.js +1 -1
  204. package/dist/components/gb-stepper-horizontal-icons-centered.js +4 -4
  205. package/dist/components/gb-stepper-horizontal-icons-connected.js +1 -1
  206. package/dist/components/gb-stepper-horizontal-line-with-text.js +4 -4
  207. package/dist/components/gb-stepper-horizontal-minimal-icons.js +2 -2
  208. package/dist/components/gb-stepper-vertical-icons-with-text.js +4 -4
  209. package/dist/components/gb-tab-button-base.js +1 -1
  210. package/dist/components/gb-table-cell.js +1 -1
  211. package/dist/components/gb-table-header.js +23 -23
  212. package/dist/components/gb-table-header.js.map +1 -1
  213. package/dist/components/gb-tag-checkbox.js +1 -1
  214. package/dist/components/gb-tag-close.js +1 -1
  215. package/dist/components/gb-tag-count.js +1 -1
  216. package/dist/components/gb-tag.js +1 -1
  217. package/dist/components/gb-textarea-input-field.js +1 -1
  218. package/dist/components/gb-theme-tab.js +1 -1
  219. package/dist/components/gb-toast-button.js +1 -1
  220. package/dist/components/gb-toast.js +4 -4
  221. package/dist/components/gb-toggle-base.js +1 -1
  222. package/dist/components/gb-toggle.js +2 -2
  223. package/dist/components/gb-token-field-compact.js +1 -1
  224. package/dist/components/gb-token-field-compressed.js +3 -3
  225. package/dist/components/gb-tooltip.js +1 -1
  226. package/dist/components/gb-vertical-tabs.js +1 -1
  227. package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
  228. package/dist/components/gb-wysiwyg-tooltip.js +1 -1
  229. package/dist/components/{p-DHZCTQvw.js → p--I_gPQUE.js} +10 -10
  230. package/dist/components/{p-DHZCTQvw.js.map → p--I_gPQUE.js.map} +1 -1
  231. package/dist/components/{p-D3PqPJ7m.js → p-BG8JW_rw.js} +3 -3
  232. package/dist/components/{p-D3PqPJ7m.js.map → p-BG8JW_rw.js.map} +1 -1
  233. package/dist/components/{p-BCM_BhsR.js → p-BGCnKfl0.js} +4 -4
  234. package/dist/components/{p-BCM_BhsR.js.map → p-BGCnKfl0.js.map} +1 -1
  235. package/dist/components/{p-ByiaSVlg.js → p-BHd1jYEi.js} +3 -3
  236. package/dist/components/{p-ByiaSVlg.js.map → p-BHd1jYEi.js.map} +1 -1
  237. package/dist/components/{p-CEy6FKRg.js → p-BL5J0XvE.js} +48 -32
  238. package/dist/components/p-BL5J0XvE.js.map +1 -0
  239. package/dist/components/{p-BVp_wOR5.js → p-BNtBaG1Q.js} +6 -6
  240. package/dist/components/{p-BVp_wOR5.js.map → p-BNtBaG1Q.js.map} +1 -1
  241. package/dist/components/{p-Cm3lR_OU.js → p-BSigLF7e.js} +13 -13
  242. package/dist/components/p-BSigLF7e.js.map +1 -0
  243. package/dist/components/{p-vW2Zrzq9.js → p-BTQdW4ZB.js} +8 -8
  244. package/dist/components/{p-vW2Zrzq9.js.map → p-BTQdW4ZB.js.map} +1 -1
  245. package/dist/components/{p-CxjwVT0P.js → p-BTelYyP2.js} +8 -8
  246. package/dist/components/{p-CxjwVT0P.js.map → p-BTelYyP2.js.map} +1 -1
  247. package/dist/components/{p-BOtzwCl-.js → p-BTtfwaye.js} +9 -9
  248. package/dist/components/p-BTtfwaye.js.map +1 -0
  249. package/dist/components/{p-B8HQB6Sg.js → p-BUK7YTYS.js} +12 -12
  250. package/dist/components/{p-B8HQB6Sg.js.map → p-BUK7YTYS.js.map} +1 -1
  251. package/dist/components/{p-BdhuBiOW.js → p-Bbs_ehuC.js} +3 -3
  252. package/dist/components/{p-BdhuBiOW.js.map → p-Bbs_ehuC.js.map} +1 -1
  253. package/dist/components/{p-CS7xSV-q.js → p-BckwqSbm.js} +3 -3
  254. package/dist/components/{p-CS7xSV-q.js.map → p-BckwqSbm.js.map} +1 -1
  255. package/dist/components/{p-tMEbIjIs.js → p-BdVeX7Rd.js} +3 -3
  256. package/dist/components/{p-tMEbIjIs.js.map → p-BdVeX7Rd.js.map} +1 -1
  257. package/dist/components/{p-D8teD7NR.js → p-BjhnL_t_.js} +6 -6
  258. package/dist/components/{p-D8teD7NR.js.map → p-BjhnL_t_.js.map} +1 -1
  259. package/dist/components/{p-DbvqM0Rh.js → p-BltLlHPc.js} +5 -5
  260. package/dist/components/p-BltLlHPc.js.map +1 -0
  261. package/dist/components/{p-BzDsxFQG.js → p-BuSk8ic2.js} +4 -4
  262. package/dist/components/{p-BzDsxFQG.js.map → p-BuSk8ic2.js.map} +1 -1
  263. package/dist/components/{p-CotG7EPI.js → p-BxAHT2oZ.js} +6 -6
  264. package/dist/components/{p-CotG7EPI.js.map → p-BxAHT2oZ.js.map} +1 -1
  265. package/dist/components/{p-BNj5zb3R.js → p-C1uwcl31.js} +4 -4
  266. package/dist/components/{p-BNj5zb3R.js.map → p-C1uwcl31.js.map} +1 -1
  267. package/dist/components/{p-CF9KrRm1.js → p-C2g47NTt.js} +3 -3
  268. package/dist/components/{p-CF9KrRm1.js.map → p-C2g47NTt.js.map} +1 -1
  269. package/dist/components/{p-CpdsAbC8.js → p-C3RUMHia.js} +3 -3
  270. package/dist/components/{p-CpdsAbC8.js.map → p-C3RUMHia.js.map} +1 -1
  271. package/dist/components/{p-CkOH9CCO.js → p-CBO7F6qZ.js} +3 -3
  272. package/dist/components/{p-CkOH9CCO.js.map → p-CBO7F6qZ.js.map} +1 -1
  273. package/dist/components/{p-CejveLEJ.js → p-CD8xzR4K.js} +3 -3
  274. package/dist/components/{p-CejveLEJ.js.map → p-CD8xzR4K.js.map} +1 -1
  275. package/dist/components/{p-CWKOsNuJ.js → p-CIVRbulm.js} +3 -3
  276. package/dist/components/{p-CWKOsNuJ.js.map → p-CIVRbulm.js.map} +1 -1
  277. package/dist/components/{p-CdT1mmyn.js → p-CI_7a6LG.js} +5 -5
  278. package/dist/components/{p-CdT1mmyn.js.map → p-CI_7a6LG.js.map} +1 -1
  279. package/dist/components/{p-C3ZgWBcP.js → p-CKakiJz5.js} +4 -4
  280. package/dist/components/{p-C3ZgWBcP.js.map → p-CKakiJz5.js.map} +1 -1
  281. package/dist/components/{p-DBhDpGyN.js → p-CNvg1TqW.js} +8 -8
  282. package/dist/components/{p-DBhDpGyN.js.map → p-CNvg1TqW.js.map} +1 -1
  283. package/dist/components/{p-BbgDAOIt.js → p-ChlJGhjw.js} +7 -7
  284. package/dist/components/{p-BbgDAOIt.js.map → p-ChlJGhjw.js.map} +1 -1
  285. package/dist/components/{p-2hrZ08Z6.js → p-Ck5p4PIi.js} +8 -8
  286. package/dist/components/{p-2hrZ08Z6.js.map → p-Ck5p4PIi.js.map} +1 -1
  287. package/dist/components/{p-DR4qS32Y.js → p-Cm2tvhIA.js} +12 -12
  288. package/dist/components/{p-DR4qS32Y.js.map → p-Cm2tvhIA.js.map} +1 -1
  289. package/dist/components/{p-D3GUr_pn.js → p-D4Z4FxSq.js} +3 -3
  290. package/dist/components/{p-D3GUr_pn.js.map → p-D4Z4FxSq.js.map} +1 -1
  291. package/dist/components/{p-yH4TYD1U.js → p-D61pzm5n.js} +3 -3
  292. package/dist/components/{p-yH4TYD1U.js.map → p-D61pzm5n.js.map} +1 -1
  293. package/dist/components/{p-BJkqYQEl.js → p-DEiboqAA.js} +3 -3
  294. package/dist/components/{p-BJkqYQEl.js.map → p-DEiboqAA.js.map} +1 -1
  295. package/dist/components/{p-CDrMrE1A.js → p-DLije5ss.js} +4 -4
  296. package/dist/components/{p-CDrMrE1A.js.map → p-DLije5ss.js.map} +1 -1
  297. package/dist/components/{p-JI8st1VV.js → p-DQkdc5ku.js} +3 -3
  298. package/dist/components/{p-JI8st1VV.js.map → p-DQkdc5ku.js.map} +1 -1
  299. package/dist/components/{p-xZvUx7Ec.js → p-DTsau3UZ.js} +3 -3
  300. package/dist/components/{p-xZvUx7Ec.js.map → p-DTsau3UZ.js.map} +1 -1
  301. package/dist/components/{p-Dq9uC7R1.js → p-DVaVVnTA.js} +3 -3
  302. package/dist/components/{p-Dq9uC7R1.js.map → p-DVaVVnTA.js.map} +1 -1
  303. package/dist/components/{p-DOZ9XrOb.js → p-DWyYIqoI.js} +4 -4
  304. package/dist/components/{p-DOZ9XrOb.js.map → p-DWyYIqoI.js.map} +1 -1
  305. package/dist/components/{p-CNgMXwCB.js → p-DZGsputt.js} +3 -3
  306. package/dist/components/{p-CNgMXwCB.js.map → p-DZGsputt.js.map} +1 -1
  307. package/dist/components/{p-Ww5PwNSS.js → p-DcH1C0dU.js} +3 -3
  308. package/dist/components/{p-Ww5PwNSS.js.map → p-DcH1C0dU.js.map} +1 -1
  309. package/dist/components/{p-CcrOxLlZ.js → p-DdMrN_HY.js} +18 -18
  310. package/dist/components/{p-CcrOxLlZ.js.map → p-DdMrN_HY.js.map} +1 -1
  311. package/dist/components/{p-B7lFZTvC.js → p-DdkYqLoI.js} +4 -4
  312. package/dist/components/{p-B7lFZTvC.js.map → p-DdkYqLoI.js.map} +1 -1
  313. package/dist/components/{p-C7XJbvqN.js → p-DeiWo5G4.js} +4 -4
  314. package/dist/components/{p-C7XJbvqN.js.map → p-DeiWo5G4.js.map} +1 -1
  315. package/dist/components/{p-JxLAp6JN.js → p-DrG6ye5R.js} +4 -4
  316. package/dist/components/{p-JxLAp6JN.js.map → p-DrG6ye5R.js.map} +1 -1
  317. package/dist/components/{p-8Yy4Jd88.js → p-Ds-0Jit3.js} +4 -4
  318. package/dist/components/p-Ds-0Jit3.js.map +1 -0
  319. package/dist/components/{p-C_mtNL-s.js → p-DvENBFqd.js} +4 -4
  320. package/dist/components/{p-C_mtNL-s.js.map → p-DvENBFqd.js.map} +1 -1
  321. package/dist/components/{p-Dbj_JHM5.js → p-DvdNTQK4.js} +3 -3
  322. package/dist/components/{p-Dbj_JHM5.js.map → p-DvdNTQK4.js.map} +1 -1
  323. package/dist/components/{p-CYO_IeTa.js → p-Dvh4x44z.js} +3 -3
  324. package/dist/components/{p-CYO_IeTa.js.map → p-Dvh4x44z.js.map} +1 -1
  325. package/dist/components/{p-LV1IuBk1.js → p-Dvuh1e61.js} +3 -3
  326. package/dist/components/{p-LV1IuBk1.js.map → p-Dvuh1e61.js.map} +1 -1
  327. package/dist/components/{p-CkbE3aem.js → p-Dwsw8Uzh.js} +3 -3
  328. package/dist/components/{p-CkbE3aem.js.map → p-Dwsw8Uzh.js.map} +1 -1
  329. package/dist/components/{p-BGn39QHR.js → p-DzNJmip2.js} +5 -5
  330. package/dist/components/{p-BGn39QHR.js.map → p-DzNJmip2.js.map} +1 -1
  331. package/dist/components/{p-DHT7C6ZQ.js → p-E_g3eyui.js} +3 -3
  332. package/dist/components/{p-DHT7C6ZQ.js.map → p-E_g3eyui.js.map} +1 -1
  333. package/dist/components/{p-NQszoh5L.js → p-HUMvPq4Q.js} +8 -8
  334. package/dist/components/{p-NQszoh5L.js.map → p-HUMvPq4Q.js.map} +1 -1
  335. package/dist/components/{p-uop6XPO3.js → p-J8bXkFDh.js} +4 -4
  336. package/dist/components/{p-uop6XPO3.js.map → p-J8bXkFDh.js.map} +1 -1
  337. package/dist/components/{p-CLepqvSP.js → p-Q2RLvSZY.js} +10 -10
  338. package/dist/components/{p-CLepqvSP.js.map → p-Q2RLvSZY.js.map} +1 -1
  339. package/dist/components/{p-Dn1-ESxB.js → p-_gz48ITT.js} +3 -3
  340. package/dist/components/{p-Dn1-ESxB.js.map → p-_gz48ITT.js.map} +1 -1
  341. package/dist/components/p-j_DTJur2.js +84 -0
  342. package/dist/components/p-j_DTJur2.js.map +1 -0
  343. package/dist/components/{p-Dyi62TuK.js → p-p172yHzQ.js} +3 -3
  344. package/dist/components/{p-Dyi62TuK.js.map → p-p172yHzQ.js.map} +1 -1
  345. package/dist/components/{p-Bbz2eMQp.js → p-v-UJtHAn.js} +4 -4
  346. package/dist/components/{p-Bbz2eMQp.js.map → p-v-UJtHAn.js.map} +1 -1
  347. package/dist/components/{p-vqzKgxXP.js → p-wqXQDcCc.js} +3 -3
  348. package/dist/components/{p-vqzKgxXP.js.map → p-wqXQDcCc.js.map} +1 -1
  349. package/dist/components/test-input-tag.js +9 -9
  350. package/dist/docs.json +167 -8
  351. package/dist/esm/{gb-approval-modal_66.entry.js → gb-approval-modal_68.entry.js} +352 -129
  352. package/dist/esm/gb-detail-cell.entry.js +1 -1
  353. package/dist/esm/gb-logo.entry.js +1 -1
  354. package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
  355. package/dist/esm/gb-nav-bar-item.entry.js +1 -1
  356. package/dist/esm/gb-nav-bar-sidemenu.entry.js +1 -1
  357. package/dist/esm/gb-nav-bar.entry.js +1 -1
  358. package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
  359. package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
  360. package/dist/esm/gb-progress-circle.entry.js +1 -1
  361. package/dist/esm/gb-prompt-modal.entry.js +1 -1
  362. package/dist/esm/gb-quick-action-card.entry.js +1 -1
  363. package/dist/esm/gb-quick-action-icon.entry.js +1 -1
  364. package/dist/esm/gb-scrollbar.entry.js +1 -1
  365. package/dist/esm/gb-sidebar.entry.js +1 -1
  366. package/dist/esm/gb-slider-control-handle.entry.js +1 -1
  367. package/dist/esm/gb-slider.entry.js +1 -1
  368. package/dist/esm/gb-step-base_2.entry.js +2 -2
  369. package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +1 -1
  370. package/dist/esm/gb-stepper-horizontal-icons-connected.entry.js +1 -1
  371. package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +1 -1
  372. package/dist/esm/gb-stepper-horizontal-minimal-icons.entry.js +1 -1
  373. package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js +1 -1
  374. package/dist/esm/gb-table-cell.entry.js +1 -1
  375. package/dist/esm/gb-token-field-compact.entry.js +1 -1
  376. package/dist/esm/gb-token-field-compressed.entry.js +2 -2
  377. package/dist/esm/gb-vertical-tabs.entry.js +1 -1
  378. package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
  379. package/dist/esm/globuscomponents.js +1 -1
  380. package/dist/esm/loader.js +1 -1
  381. package/dist/esm/test-input-tag.entry.js +2 -2
  382. package/dist/globuscomponents/assets/mail-at-sign-02.svg +3 -0
  383. package/dist/globuscomponents/globuscomponents.esm.js +1 -1
  384. package/dist/globuscomponents/{p-73222336.entry.js → p-0dcf4650.entry.js} +2 -2
  385. package/dist/globuscomponents/{p-9e67f58f.entry.js → p-183e2f99.entry.js} +2 -2
  386. package/dist/globuscomponents/{p-4c487214.entry.js → p-244a44ef.entry.js} +2 -2
  387. package/dist/globuscomponents/{p-97cd2bec.entry.js → p-2c0cfc82.entry.js} +2 -2
  388. package/dist/globuscomponents/{p-9b38a7ea.entry.js → p-5a7d9cfd.entry.js} +2 -2
  389. package/dist/globuscomponents/{p-5329d29d.entry.js → p-5be9a48c.entry.js} +2 -2
  390. package/dist/globuscomponents/{p-1078e616.entry.js → p-5cdf6c25.entry.js} +2 -2
  391. package/dist/globuscomponents/{p-104997ff.entry.js → p-61641b20.entry.js} +2 -2
  392. package/dist/globuscomponents/{p-519bbc3e.entry.js → p-62341b6c.entry.js} +2 -2
  393. package/dist/globuscomponents/{p-bf140772.entry.js → p-6acfadc2.entry.js} +2 -2
  394. package/dist/globuscomponents/{p-afd03c14.entry.js → p-6f8ebe8f.entry.js} +2 -2
  395. package/dist/globuscomponents/{p-e04d8078.entry.js → p-79068ae4.entry.js} +2 -2
  396. package/dist/globuscomponents/p-79068ae4.entry.js.map +1 -0
  397. package/dist/globuscomponents/p-809229ba.entry.js +2 -0
  398. package/dist/globuscomponents/{p-2152ba95.entry.js → p-84225ac6.entry.js} +2 -2
  399. package/dist/globuscomponents/{p-9718456b.entry.js → p-88baed16.entry.js} +2 -2
  400. package/dist/globuscomponents/{p-94f88cc9.entry.js → p-8b42f385.entry.js} +2 -2
  401. package/dist/globuscomponents/{p-6b06d822.entry.js → p-903d51f0.entry.js} +2 -2
  402. package/dist/globuscomponents/{p-a00e7613.entry.js → p-a272a3ad.entry.js} +2 -2
  403. package/dist/globuscomponents/{p-5b3d777a.entry.js → p-af6d38ae.entry.js} +2 -2
  404. package/dist/globuscomponents/{p-8ca79639.entry.js → p-b54d41f2.entry.js} +2 -2
  405. package/dist/globuscomponents/{p-2ff3b831.entry.js → p-b9e4f38b.entry.js} +2 -2
  406. package/dist/globuscomponents/p-bafd6f15.entry.js +2 -0
  407. package/dist/globuscomponents/{p-3192063e.entry.js → p-cf8ffa25.entry.js} +2 -2
  408. package/dist/globuscomponents/{p-019109ba.entry.js → p-d0d613ab.entry.js} +2 -2
  409. package/dist/globuscomponents/{p-40bfdebd.entry.js → p-d509024a.entry.js} +2 -2
  410. package/dist/globuscomponents/{p-9d084ef6.entry.js → p-df563979.entry.js} +2 -2
  411. package/dist/globuscomponents/{p-8a9dc91a.entry.js → p-df84097e.entry.js} +2 -2
  412. package/dist/globuscomponents/{p-d10f7270.entry.js → p-e0c068f5.entry.js} +2 -2
  413. package/dist/globuscomponents/p-f407b695.entry.js +2 -0
  414. package/dist/types/components/gb-contact-help-dropdown/gb-contact-help-dropdown.d.ts +19 -0
  415. package/dist/types/components/gb-header/gb-header.d.ts +7 -2
  416. package/dist/types/components.d.ts +71 -6
  417. package/package.json +1 -1
  418. package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +0 -167
  419. package/dist/cjs/gb-horizontal-tabs.entry.cjs.js.map +0 -1
  420. package/dist/components/p-8Yy4Jd88.js.map +0 -1
  421. package/dist/components/p-BOtzwCl-.js.map +0 -1
  422. package/dist/components/p-CEy6FKRg.js.map +0 -1
  423. package/dist/components/p-Cm3lR_OU.js.map +0 -1
  424. package/dist/components/p-DbvqM0Rh.js.map +0 -1
  425. package/dist/esm/gb-horizontal-tabs.entry.js +0 -165
  426. package/dist/esm/gb-horizontal-tabs.entry.js.map +0 -1
  427. package/dist/globuscomponents/gb-horizontal-tabs.entry.esm.js.map +0 -1
  428. package/dist/globuscomponents/p-54df8b7a.entry.js +0 -2
  429. package/dist/globuscomponents/p-54df8b7a.entry.js.map +0 -1
  430. package/dist/globuscomponents/p-841e6027.entry.js +0 -2
  431. package/dist/globuscomponents/p-cf8c5361.entry.js +0 -2
  432. package/dist/globuscomponents/p-d44493bb.entry.js +0 -2
  433. package/dist/globuscomponents/p-e04d8078.entry.js.map +0 -1
  434. /package/dist/globuscomponents/{p-73222336.entry.js.map → p-0dcf4650.entry.js.map} +0 -0
  435. /package/dist/globuscomponents/{p-9e67f58f.entry.js.map → p-183e2f99.entry.js.map} +0 -0
  436. /package/dist/globuscomponents/{p-4c487214.entry.js.map → p-244a44ef.entry.js.map} +0 -0
  437. /package/dist/globuscomponents/{p-97cd2bec.entry.js.map → p-2c0cfc82.entry.js.map} +0 -0
  438. /package/dist/globuscomponents/{p-9b38a7ea.entry.js.map → p-5a7d9cfd.entry.js.map} +0 -0
  439. /package/dist/globuscomponents/{p-5329d29d.entry.js.map → p-5be9a48c.entry.js.map} +0 -0
  440. /package/dist/globuscomponents/{p-1078e616.entry.js.map → p-5cdf6c25.entry.js.map} +0 -0
  441. /package/dist/globuscomponents/{p-104997ff.entry.js.map → p-61641b20.entry.js.map} +0 -0
  442. /package/dist/globuscomponents/{p-519bbc3e.entry.js.map → p-62341b6c.entry.js.map} +0 -0
  443. /package/dist/globuscomponents/{p-bf140772.entry.js.map → p-6acfadc2.entry.js.map} +0 -0
  444. /package/dist/globuscomponents/{p-afd03c14.entry.js.map → p-6f8ebe8f.entry.js.map} +0 -0
  445. /package/dist/globuscomponents/{p-d44493bb.entry.js.map → p-809229ba.entry.js.map} +0 -0
  446. /package/dist/globuscomponents/{p-2152ba95.entry.js.map → p-84225ac6.entry.js.map} +0 -0
  447. /package/dist/globuscomponents/{p-9718456b.entry.js.map → p-88baed16.entry.js.map} +0 -0
  448. /package/dist/globuscomponents/{p-94f88cc9.entry.js.map → p-8b42f385.entry.js.map} +0 -0
  449. /package/dist/globuscomponents/{p-6b06d822.entry.js.map → p-903d51f0.entry.js.map} +0 -0
  450. /package/dist/globuscomponents/{p-a00e7613.entry.js.map → p-a272a3ad.entry.js.map} +0 -0
  451. /package/dist/globuscomponents/{p-5b3d777a.entry.js.map → p-af6d38ae.entry.js.map} +0 -0
  452. /package/dist/globuscomponents/{p-8ca79639.entry.js.map → p-b54d41f2.entry.js.map} +0 -0
  453. /package/dist/globuscomponents/{p-2ff3b831.entry.js.map → p-b9e4f38b.entry.js.map} +0 -0
  454. /package/dist/globuscomponents/{p-cf8c5361.entry.js.map → p-bafd6f15.entry.js.map} +0 -0
  455. /package/dist/globuscomponents/{p-3192063e.entry.js.map → p-cf8ffa25.entry.js.map} +0 -0
  456. /package/dist/globuscomponents/{p-019109ba.entry.js.map → p-d0d613ab.entry.js.map} +0 -0
  457. /package/dist/globuscomponents/{p-40bfdebd.entry.js.map → p-d509024a.entry.js.map} +0 -0
  458. /package/dist/globuscomponents/{p-9d084ef6.entry.js.map → p-df563979.entry.js.map} +0 -0
  459. /package/dist/globuscomponents/{p-8a9dc91a.entry.js.map → p-df84097e.entry.js.map} +0 -0
  460. /package/dist/globuscomponents/{p-d10f7270.entry.js.map → p-e0c068f5.entry.js.map} +0 -0
  461. /package/dist/globuscomponents/{p-841e6027.entry.js.map → p-f407b695.entry.js.map} +0 -0
@@ -0,0 +1,2837 @@
1
+ /* @import 'tailwind.css'; */
2
+ @import url('https://fonts.googleapis.com/css2?family=Sora&display=swap');
3
+
4
+ :root {
5
+ /* --------------------------------------Primary Colors--------------------------------------------- */
6
+ /* base color palette */
7
+ --base-white: #fff;
8
+ --base-black: #000;
9
+
10
+ /* gray color palette */
11
+ --gray-25: #f9fafb;
12
+ --gray-50: #f6f8fa;
13
+ --gray-100: #eef2f6;
14
+ --gray-200: #e3e8ef;
15
+ --gray-300: #cdd5df;
16
+ --gray-400: #808c9e;
17
+ --gray-500: #697586;
18
+ --gray-600: #4b5565;
19
+ --gray-700: #364152;
20
+ --gray-800: #202939;
21
+ --gray-900: #121926;
22
+ --gray-950: #0d121c;
23
+
24
+ /* brand dark blue color palette */
25
+ --brandDarkBlue-25: #f9f9fb;
26
+ --brandDarkBlue-50: #edeef3;
27
+ --brandDarkBlue-100: #d3d5e0;
28
+ --brandDarkBlue-200: #b5b9cc;
29
+ --brandDarkBlue-300: #9095b2;
30
+ --brandDarkBlue-400: #464f7f;
31
+ --brandDarkBlue-500: #212c65;
32
+ --brandDarkBlue-600: #1e285c;
33
+ --brandDarkBlue-700: #1c2554;
34
+ --brandDarkBlue-800: #161d43;
35
+ --brandDarkBlue-900: #0b0f22;
36
+ --brandDarkBlue-950: #070914;
37
+
38
+ /* brand red color palette */
39
+ --brandRed-25: #fffbfa;
40
+ --brandRed-50: #fef1f2;
41
+ --brandRed-100: #fde3e5;
42
+ --brandRed-200: #f9b4ba;
43
+ --brandRed-300: #f68e98;
44
+ --brandRed-400: #f36976;
45
+ --brandRed-500: #e21b2e;
46
+ --brandRed-600: #cc1a2a;
47
+ --brandRed-700: #b51726;
48
+ --brandRed-800: #8c121d;
49
+ --brandRed-900: #680d16;
50
+ --brandRed-950: #3f080d;
51
+
52
+ /* warning color palette */
53
+ --warning-25: #fffcf5;
54
+ --warning-50: #fffaeb;
55
+ --warning-100: #fef0c7;
56
+ --warning-200: #fedf89;
57
+ --warning-300: #fec84b;
58
+ --warning-400: #fdb022;
59
+ --warning-500: #f79009;
60
+ --warning-600: #dc6803;
61
+ --warning-700: #b54708;
62
+ --warning-800: #93370d;
63
+ --warning-900: #7a2e0e;
64
+ --warning-950: #4e1d09;
65
+
66
+ /* success color palette */
67
+ --success-25: #f6fef9;
68
+ --success-50: #ecfdf3;
69
+ --success-100: #dcfaeb;
70
+ --success-200: #a9efc5;
71
+ --success-300: #75e0a7;
72
+ --success-400: #47cd89;
73
+ --success-500: #17b26a;
74
+ --success-600: #079455;
75
+ --success-700: #067647;
76
+ --success-800: #085d3a;
77
+ --success-900: #074d31;
78
+ --success-950: #053321;
79
+
80
+ /* ------------------------------------------opacity color palette-------------------------------------- */
81
+ /* 0% opacity */
82
+ /* White */
83
+ --white-opacity0: rgba(255, 255, 255, 0);
84
+
85
+ /* Gray */
86
+ --gray25-opacity0: rgba(249, 250, 251, 0);
87
+ --gray900-opacity0: rgba(18, 25, 38, 0);
88
+ --gray950-opacity0: rgba(13, 18, 28, 0);
89
+
90
+ /* 20% opacity */
91
+ /* White */
92
+ --white-opacity20: rgba(255, 255, 255, 0.2);
93
+
94
+ /* Dark Blue */
95
+ --darkBlue200-opacity20: rgba(181, 185, 204, 0.2);
96
+ --darkBlue500-opacity20: rgba(33, 44, 101, 0.2);
97
+
98
+ /* Gray */
99
+ --gray25-opacity20: rgba(249, 250, 251, 0.2);
100
+ --gray900-opacity20: rgba(18, 25, 38, 0.2);
101
+ --gray950-opacity20: rgba(13, 18, 28, 0.2);
102
+
103
+ /* 30% opacity */
104
+ --darkBlue200-opacity30: rgba(181, 185, 204, 0.3);
105
+ --darkBlue500-opacity30: rgba(33, 44, 101, 0.3);
106
+
107
+ /* 40% opacity */
108
+ --darkBlue200-opacity40: rgba(181, 185, 204, 0.4);
109
+ --darkBlue500-opacity40: rgba(33, 44, 101, 0.4);
110
+
111
+ /* 50% opacity */
112
+ /* White */
113
+ --white-opacity50: rgba(255, 255, 255, 0.5);
114
+
115
+ /* Gray */
116
+ --gray25-opacity50: rgba(249, 250, 251, 0.5);
117
+ --gray900-opacity50: rgba(18, 25, 38, 0.5);
118
+ --gray950-opacity50: rgba(13, 18, 28, 0.5);
119
+
120
+ /* ------------------------------------------Secondary Color------------------------------------------- */
121
+ /* blueLight color palete */
122
+ --lightBlue-25: #f5fbff;
123
+ --lightBlue-50: #f0f9ff;
124
+ --lightBlue-100: #e0f2fe;
125
+ --lightBlue-200: #b9e6fe;
126
+ --lightBlue-300: #7cd4fd;
127
+ --lightBlue-400: #7cd4fd;
128
+ --lightBlue-500: #0ba5ec;
129
+ --lightBlue-600: #0086c9;
130
+ --lightBlue-700: #026aa2;
131
+ --lightBlue-800: #065986;
132
+ --lightBlue-900: #0b4a6f;
133
+ --lightBlue-950: #062c41;
134
+
135
+ /* blue color palette */
136
+ --blue-25: #ecf5fe;
137
+ --blue-50: #e4f0fc;
138
+ --blue-100: #c8e0f9;
139
+ --blue-200: #9ac7f4;
140
+ --blue-300: #6aa9e7;
141
+ --blue-400: #378fe6;
142
+ --blue-500: #075db2;
143
+ --blue-600: #064e94;
144
+ --blue-700: #053e77;
145
+ --blue-800: #042f59;
146
+ --blue-900: #022445;
147
+ --blue-950: #021d37;
148
+
149
+ /* Purple color palete */
150
+ --purple-25: #fafaff;
151
+ --purple-50: #f4f3ff;
152
+ --purple-100: #ebe9fe;
153
+ --purple-200: #d9d6fe;
154
+ --purple-300: #bdb4fe;
155
+ --purple-400: #9b8afb;
156
+ --purple-500: #7a5af8;
157
+ --purple-600: #6938ef;
158
+ --purple-700: #5925dc;
159
+ --purple-800: #4a1fb8;
160
+ --purple-900: #3e1c96;
161
+ --purple-950: #27115f;
162
+
163
+ /* pink color palette */
164
+ --pink-25: #fef6fb;
165
+ --pink-50: #fdf2fa;
166
+ --pink-100: #fce7f6;
167
+ --pink-200: #fcceee;
168
+ --pink-300: #faa7e0;
169
+ --pink-400: #f670c7;
170
+ --pink-500: #ee46bc;
171
+ --pink-600: #dd2590;
172
+ --pink-700: #c11574;
173
+ --pink-800: #9e165f;
174
+ --pink-900: #851651;
175
+ --pink-950: #4e0d30;
176
+
177
+ /* -------------------------------------------------Token---------------------------------------------- */
178
+
179
+ /* -----------Text Color----------- */
180
+
181
+ [data-theme='light'] {
182
+ --color-text-bold: var(--gray-800);
183
+ }
184
+
185
+ [data-theme='dark'] {
186
+ --color-text-bold: var(--gray-100);
187
+ }
188
+
189
+ [data-theme='light'] {
190
+ --color-text: var(--gray-600);
191
+ }
192
+
193
+ [data-theme='dark'] {
194
+ --color-text: var(--gray-300);
195
+ }
196
+
197
+ [data-theme='light'] {
198
+ --color-text-subtle: var(--gray-500);
199
+ }
200
+
201
+ [data-theme='dark'] {
202
+ --color-text-subtle: var(--gray-400);
203
+ }
204
+
205
+ [data-theme='light'] {
206
+ --color-text-disabled: var(--gray-400);
207
+ }
208
+
209
+ [data-theme='dark'] {
210
+ --color-text-disabled: var(--gray-500);
211
+ }
212
+
213
+ [data-theme='light'] {
214
+ --color-text-inverse: var(--base-white);
215
+ }
216
+
217
+ [data-theme='dark'] {
218
+ --color-text-inverse: var(--base-black);
219
+ }
220
+
221
+ [data-theme='light'] {
222
+ --color-text-brandDarkBlue: var(--brandDarkBlue-500);
223
+ }
224
+
225
+ [data-theme='dark'] {
226
+ --color-text-brandDarkBlue: var(--brandDarkBlue-100);
227
+ }
228
+
229
+ [data-theme='light'] {
230
+ --color-text-brandRed: var(--brandRed-500);
231
+ }
232
+
233
+ [data-theme='dark'] {
234
+ --color-text-brandRed: var(--brandRed-300);
235
+ }
236
+
237
+ [data-theme='light'] {
238
+ --color-text-selected: var(--blue-500);
239
+ }
240
+
241
+ [data-theme='dark'] {
242
+ --color-text-selected: var(--blue-300);
243
+ }
244
+
245
+ [data-theme='light'] {
246
+ --color-text-danger-bold: var(--brandRed-800);
247
+ }
248
+
249
+ [data-theme='dark'] {
250
+ --color-text-danger-bold: var(--brandRed-100);
251
+ }
252
+
253
+ [data-theme='light'] {
254
+ --color-text-danger: var(--brandRed-700);
255
+ }
256
+
257
+ [data-theme='dark'] {
258
+ --color-text-danger: var(--brandRed-200);
259
+ }
260
+
261
+ [data-theme='light'] {
262
+ --color-text-danger-subtle: var(--brandRed-600);
263
+ }
264
+
265
+ [data-theme='dark'] {
266
+ --color-text-danger-subtle: var(--brandRed-300);
267
+ }
268
+
269
+ [data-theme='light'] {
270
+ --color-text-danger-inverse: var(--base-white);
271
+ }
272
+
273
+ [data-theme='dark'] {
274
+ --color-text-danger-inverse: var(--brandRed-950);
275
+ }
276
+
277
+ [data-theme='light'] {
278
+ --color-text-warning-bold: var(--warning-800);
279
+ }
280
+
281
+ [data-theme='dark'] {
282
+ --color-text-warning-bold: var(--warning-100);
283
+ }
284
+
285
+ [data-theme='light'] {
286
+ --color-text-warning: var(--warning-600);
287
+ }
288
+
289
+ [data-theme='dark'] {
290
+ --color-text-warning: var(--warning-300);
291
+ }
292
+
293
+ [data-theme='light'] {
294
+ --color-text-warning-subtle: var(--warning-500);
295
+ }
296
+
297
+ [data-theme='dark'] {
298
+ --color-text-warning-subtle: var(--warning-400);
299
+ }
300
+
301
+ [data-theme='light'] {
302
+ --color-text-success-bold: var(--success-800);
303
+ }
304
+
305
+ [data-theme='dark'] {
306
+ --color-text-success-bold: var(--success-100);
307
+ }
308
+
309
+ [data-theme='light'] {
310
+ --color-text-success: var(--success-600);
311
+ }
312
+
313
+ [data-theme='dark'] {
314
+ --color-text-success: var(--success-300);
315
+ }
316
+
317
+ [data-theme='light'] {
318
+ --color-text-success-subtle: var(--success-600);
319
+ }
320
+
321
+ [data-theme='dark'] {
322
+ --color-text-success-subtle: var(--success-300);
323
+ }
324
+
325
+ [data-theme='light'] {
326
+ --color-text-discovery-bold: var(--lightBlue-800);
327
+ }
328
+
329
+ [data-theme='dark'] {
330
+ --color-text-discovery-bold: var(--lightBlue-100);
331
+ }
332
+
333
+ [data-theme='light'] {
334
+ --color-text-discovery: var(--lightBlue-800);
335
+ }
336
+
337
+ [data-theme='dark'] {
338
+ --color-text-discovery: var(--lightBlue-100);
339
+ }
340
+
341
+ [data-theme='light'] {
342
+ --color-text-discovery-subtle: var(--lightBlue-400);
343
+ }
344
+
345
+ [data-theme='dark'] {
346
+ --color-text-discovery-subtle: var(--lightBlue-100);
347
+ }
348
+
349
+ [data-theme='light'] {
350
+ --color-text-information-bold: var(--blue-800);
351
+ }
352
+
353
+ [data-theme='dark'] {
354
+ --color-text-information-bold: var(--blue-100);
355
+ }
356
+
357
+ [data-theme='light'] {
358
+ --color-text-information: var(--blue-600);
359
+ }
360
+
361
+ [data-theme='dark'] {
362
+ --color-text-information: var(--blue-300);
363
+ }
364
+
365
+ [data-theme='light'] {
366
+ --color-text-information-subtle: var(--blue-500);
367
+ }
368
+
369
+ [data-theme='dark'] {
370
+ --color-text-information-subtle: var(--blue-400);
371
+ }
372
+
373
+ [data-theme='light'] {
374
+ --color-text-purple-bold: var(--purple-800);
375
+ }
376
+
377
+ [data-theme='dark'] {
378
+ --color-text-purple-bold: var(--purple-100);
379
+ }
380
+
381
+ [data-theme='light'] {
382
+ --color-text-purple: var(--purple-600);
383
+ }
384
+
385
+ [data-theme='dark'] {
386
+ --color-text-purple: var(--purple-300);
387
+ }
388
+
389
+ [data-theme='light'] {
390
+ --color-text-purple-subtle: var(--purple-500);
391
+ }
392
+
393
+ [data-theme='dark'] {
394
+ --color-text-purple-subtle: var(--purple-400);
395
+ }
396
+
397
+ [data-theme='light'] {
398
+ --color-text-pink-bold: var(--pink-800);
399
+ }
400
+
401
+ [data-theme='dark'] {
402
+ --color-text-pink-bold: var(--pink-100);
403
+ }
404
+
405
+ [data-theme='light'] {
406
+ --color-text-pink: var(--pink-600);
407
+ }
408
+
409
+ [data-theme='dark'] {
410
+ --color-text-pink: var(--pink-300);
411
+ }
412
+
413
+ [data-theme='light'] {
414
+ --color-text-pink-subtle: var(--pink-500);
415
+ }
416
+
417
+ [data-theme='dark'] {
418
+ --color-text-pink-subtle: var(--pink-400);
419
+ }
420
+
421
+ /* --------------Link color--------------- */
422
+
423
+ [data-theme='light'] {
424
+ --color-link: var(--blue-500);
425
+ }
426
+
427
+ [data-theme='dark'] {
428
+ --color-link: var(--blue-300);
429
+ }
430
+
431
+ [data-theme='light'] {
432
+ --color-link-pressed: var(--blue-600);
433
+ }
434
+
435
+ [data-theme='dark'] {
436
+ --color-link-pressed: var(--blue-600);
437
+ }
438
+
439
+ [data-theme='light'] {
440
+ --color-link-visited: var(--lightBlue-600);
441
+ }
442
+
443
+ [data-theme='dark'] {
444
+ --color-link-visited: var(--lightBlue-300);
445
+ }
446
+
447
+ /* --------------Icon color--------------- */
448
+
449
+ [data-theme='light'] {
450
+ --color-icon-bold: var(--gray-800);
451
+ }
452
+
453
+ [data-theme='dark'] {
454
+ --color-icon-bold: var(--gray-100);
455
+ }
456
+
457
+ [data-theme='light'] {
458
+ --color-icon: var(--gray-600);
459
+ }
460
+
461
+ [data-theme='dark'] {
462
+ --color-icon: var(--gray-300);
463
+ }
464
+
465
+ [data-theme='light'] {
466
+ --color-icon-subtle: var(--gray-500);
467
+ }
468
+
469
+ [data-theme='dark'] {
470
+ --color-icon-subtle: var(--gray-400);
471
+ }
472
+
473
+ [data-theme='light'] {
474
+ --color-icon-disabled: var(--gray-400);
475
+ }
476
+
477
+ [data-theme='dark'] {
478
+ --color-icon-disabled: var(--gray-500);
479
+ }
480
+
481
+ [data-theme='light'] {
482
+ --color-icon-inverse: var(--base-white);
483
+ }
484
+
485
+ [data-theme='dark'] {
486
+ --color-icon-inverse: var(--gray-800);
487
+ }
488
+
489
+ [data-theme='light'] {
490
+ --color-icon-brandDarkBlue: var(--brandDarkBlue-500);
491
+ }
492
+
493
+ [data-theme='dark'] {
494
+ --color-icon-brandDarkBlue: var(--brandDarkBlue-200);
495
+ }
496
+
497
+ [data-theme='light'] {
498
+ --color-icon-brandRed: var(--brandRed-500);
499
+ }
500
+
501
+ [data-theme='dark'] {
502
+ --color-icon-brandRed: var(--brandRed-300);
503
+ }
504
+
505
+ [data-theme='light'] {
506
+ --color-icon-selected: var(--blue-500);
507
+ }
508
+
509
+ [data-theme='dark'] {
510
+ --color-icon-selected: var(--blue-300);
511
+ }
512
+
513
+ [data-theme='light'] {
514
+ --color-icon-danger-bold: var(--brandRed-800);
515
+ }
516
+
517
+ [data-theme='dark'] {
518
+ --color-icon-danger-bold: var(--brandRed-100);
519
+ }
520
+
521
+ [data-theme='light'] {
522
+ --color-icon-danger: var(--brandRed-700);
523
+ }
524
+
525
+ [data-theme='dark'] {
526
+ --color-icon-danger: var(--brandRed-200);
527
+ }
528
+
529
+ [data-theme='light'] {
530
+ --color-icon-danger-inverse: var(--base-white);
531
+ }
532
+
533
+ [data-theme='dark'] {
534
+ --color-icon-danger-inverse: var(--brandRed-950);
535
+ }
536
+
537
+ [data-theme='light'] {
538
+ --color-icon-warning-bold: var(--warning-800);
539
+ }
540
+
541
+ [data-theme='dark'] {
542
+ --color-icon-warning-bold: var(--warning-100);
543
+ }
544
+
545
+ [data-theme='light'] {
546
+ --color-icon-warning: var(--warning-600);
547
+ }
548
+
549
+ [data-theme='dark'] {
550
+ --color-icon-warning: var(--warning-300);
551
+ }
552
+
553
+ [data-theme='light'] {
554
+ --color-icon-success-bold: var(--success-800);
555
+ }
556
+
557
+ [data-theme='dark'] {
558
+ --color-icon-success-bold: var(--success-100);
559
+ }
560
+
561
+ [data-theme='light'] {
562
+ --color-icon-success: var(--success-600);
563
+ }
564
+
565
+ [data-theme='dark'] {
566
+ --color-icon-success: var(--success-300);
567
+ }
568
+
569
+ [data-theme='light'] {
570
+ --color-icon-discovery-bold: var(--lightBlue-800);
571
+ }
572
+
573
+ [data-theme='dark'] {
574
+ --color-icon-discovery-bold: var(--lightBlue-100);
575
+ }
576
+
577
+ [data-theme='light'] {
578
+ --color-icon-discovery: var(--lightBlue-600);
579
+ }
580
+
581
+ [data-theme='dark'] {
582
+ --color-icon-discovery: var(--lightBlue-300);
583
+ }
584
+
585
+ [data-theme='light'] {
586
+ --color-icon-information-bold: var(--blue-800);
587
+ }
588
+
589
+ [data-theme='dark'] {
590
+ --color-icon-information-bold: var(--blue-100);
591
+ }
592
+
593
+ [data-theme='light'] {
594
+ --color-icon-information: var(--blue-600);
595
+ }
596
+
597
+ [data-theme='dark'] {
598
+ --color-icon-information: var(--blue-300);
599
+ }
600
+
601
+ [data-theme='light'] {
602
+ --color-icon-purple-bold: var(--purple-800);
603
+ }
604
+
605
+ [data-theme='dark'] {
606
+ --color-icon-purple-bold: var(--purple-100);
607
+ }
608
+
609
+ [data-theme='light'] {
610
+ --color-icon-purple: var(--purple-600);
611
+ }
612
+
613
+ [data-theme='dark'] {
614
+ --color-icon-purple: var(--purple-300);
615
+ }
616
+
617
+ [data-theme='light'] {
618
+ --color-icon-pink-bold: var(--pink-800);
619
+ }
620
+
621
+ [data-theme='dark'] {
622
+ --color-icon-pink-bold: var(--pink-100);
623
+ }
624
+
625
+ [data-theme='light'] {
626
+ --color-icon-pink: var(--pink-600);
627
+ }
628
+
629
+ [data-theme='dark'] {
630
+ --color-icon-pink: var(--pink-300);
631
+ }
632
+
633
+ /* ----------------Border Color --------------- */
634
+
635
+ [data-theme='light'] {
636
+ --color-border-bold: var(--gray-500);
637
+ }
638
+
639
+ [data-theme='dark'] {
640
+ --color-border-bold: var(--gray-400);
641
+ }
642
+
643
+ [data-theme='light'] {
644
+ --color-border: var(--gray-400);
645
+ }
646
+
647
+ [data-theme='dark'] {
648
+ --color-border: var(--gray-500);
649
+ }
650
+
651
+ [data-theme='light'] {
652
+ --color-border-subtle: var(--gray-300);
653
+ }
654
+
655
+ [data-theme='dark'] {
656
+ --color-border-subtle: var(--gray-700);
657
+ }
658
+
659
+ [data-theme='light'] {
660
+ --color-border-subtler: var(--gray-200);
661
+ }
662
+
663
+ [data-theme='dark'] {
664
+ --color-border-subtler: var(--gray-800);
665
+ }
666
+
667
+ [data-theme='light'] {
668
+ --color-border-disabled: var(--gray-200);
669
+ }
670
+
671
+ [data-theme='dark'] {
672
+ --color-border-disabled: var(--gray-700);
673
+ }
674
+
675
+ [data-theme='light'] {
676
+ --color-border-inverse: var(--base-white);
677
+ }
678
+
679
+ [data-theme='dark'] {
680
+ --color-border-inverse: var(--gray-800);
681
+ }
682
+
683
+ [data-theme='light'] {
684
+ --color-border-input: var(--gray-300);
685
+ }
686
+
687
+ [data-theme='dark'] {
688
+ --color-border-input: var(--gray-600);
689
+ }
690
+
691
+ [data-theme='light'] {
692
+ --color-border-focus: var(--gray-400);
693
+ }
694
+
695
+ [data-theme='dark'] {
696
+ --color-border-focus: var(--blue-200);
697
+ }
698
+
699
+ [data-theme='light'] {
700
+ --color-border-selected: var(--blue-500);
701
+ }
702
+
703
+ [data-theme='dark'] {
704
+ --color-border-selected: var(--blue-300);
705
+ }
706
+
707
+ [data-theme='light'] {
708
+ --color-border-brandDarkBlue: var(--brandDarkBlue-500);
709
+ }
710
+
711
+ [data-theme='dark'] {
712
+ --color-border-brandDarkBlue: var(--brandDarkBlue-200);
713
+ }
714
+
715
+ [data-theme='light'] {
716
+ --color-border-brandRed: var(--brandRed-500);
717
+ }
718
+
719
+ [data-theme='dark'] {
720
+ --color-border-brandRed: var(--brandRed-300);
721
+ }
722
+
723
+ [data-theme='light'] {
724
+ --color-border-danger-bold: var(--brandRed-800);
725
+ }
726
+
727
+ [data-theme='dark'] {
728
+ --color-border-danger-bold: var(--brandRed-100);
729
+ }
730
+
731
+ [data-theme='light'] {
732
+ --color-border-danger: var(--brandRed-700);
733
+ }
734
+
735
+ [data-theme='dark'] {
736
+ --color-border-danger: var(--brandRed-200);
737
+ }
738
+
739
+ [data-theme='light'] {
740
+ --color-border-danger-subtle: var(--brandRed-200);
741
+ }
742
+
743
+ [data-theme='dark'] {
744
+ --color-border-danger-subtle: var(--brandRed-800);
745
+ }
746
+
747
+ [data-theme='light'] {
748
+ --color-border-danger-subtler: var(--brandRed-100);
749
+ }
750
+
751
+ [data-theme='dark'] {
752
+ --color-border-danger-subtler: var(--brandRed-900);
753
+ }
754
+
755
+ [data-theme='light'] {
756
+ --color-border-warning-bold: var(--warning-800);
757
+ }
758
+
759
+ [data-theme='dark'] {
760
+ --color-border-warning-bold: var(--warning-100);
761
+ }
762
+
763
+ [data-theme='light'] {
764
+ --color-border-warning: var(--warning-600);
765
+ }
766
+
767
+ [data-theme='dark'] {
768
+ --color-border-warning: var(--warning-300);
769
+ }
770
+
771
+ [data-theme='light'] {
772
+ --color-border-warning-subtle: var(--warning-200);
773
+ }
774
+
775
+ [data-theme='dark'] {
776
+ --color-border-warning-subtle: var(--warning-800);
777
+ }
778
+
779
+ [data-theme='light'] {
780
+ --color-border-warning-subtler: var(--warning-100);
781
+ }
782
+
783
+ [data-theme='dark'] {
784
+ --color-border-warning-subtler: var(--warning-900);
785
+ }
786
+
787
+ [data-theme='light'] {
788
+ --color-border-success-bold: var(--success-800);
789
+ }
790
+
791
+ [data-theme='dark'] {
792
+ --color-border-success-bold: var(--success-100);
793
+ }
794
+
795
+ [data-theme='light'] {
796
+ --color-border-success: var(--success-600);
797
+ }
798
+
799
+ [data-theme='dark'] {
800
+ --color-border-success: var(--success-300);
801
+ }
802
+
803
+ [data-theme='light'] {
804
+ --color-border-success-subtle: var(--success-200);
805
+ }
806
+
807
+ [data-theme='dark'] {
808
+ --color-border-success-subtle: var(--success-800);
809
+ }
810
+
811
+ [data-theme='light'] {
812
+ --color-border-success-subtler: var(--success-100);
813
+ }
814
+
815
+ [data-theme='dark'] {
816
+ --color-border-success-subtler: var(--success-900);
817
+ }
818
+
819
+ [data-theme='light'] {
820
+ --color-border-discovery-bold: var(--lightBlue-800);
821
+ }
822
+
823
+ [data-theme='dark'] {
824
+ --color-border-discovery-bold: var(--lightBlue-100);
825
+ }
826
+
827
+ [data-theme='light'] {
828
+ --color-border-discovery: var(--lightBlue-600);
829
+ }
830
+
831
+ [data-theme='dark'] {
832
+ --color-border-discovery: var(--lightBlue-300);
833
+ }
834
+
835
+ [data-theme='light'] {
836
+ --color-border-discovery-subtle: var(--lightBlue-200);
837
+ }
838
+
839
+ [data-theme='dark'] {
840
+ --color-border-discovery-subtle: var(--lightBlue-800);
841
+ }
842
+
843
+ [data-theme='light'] {
844
+ --color-border-discovery-subtler: var(--lightBlue-100);
845
+ }
846
+
847
+ [data-theme='dark'] {
848
+ --color-border-discovery-subtler: var(--lightBlue-900);
849
+ }
850
+
851
+ [data-theme='light'] {
852
+ --color-border-information-bold: var(--blue-800);
853
+ }
854
+
855
+ [data-theme='dark'] {
856
+ --color-border-information-bold: var(--blue-100);
857
+ }
858
+
859
+ [data-theme='light'] {
860
+ --color-border-information: var(--blue-600);
861
+ }
862
+
863
+ [data-theme='dark'] {
864
+ --color-border-information: var(--blue-300);
865
+ }
866
+
867
+ [data-theme='light'] {
868
+ --color-border-information-subtle: var(--blue-200);
869
+ }
870
+
871
+ [data-theme='dark'] {
872
+ --color-border-information-subtle: var(--blue-800);
873
+ }
874
+
875
+ [data-theme='light'] {
876
+ --color-border-information-subtler: var(--blue-100);
877
+ }
878
+
879
+ [data-theme='dark'] {
880
+ --color-border-information-subtler: var(--blue-900);
881
+ }
882
+
883
+ [data-theme='light'] {
884
+ --color-border-purple-bold: var(--purple-800);
885
+ }
886
+
887
+ [data-theme='dark'] {
888
+ --color-border-purple-bold: var(--purple-100);
889
+ }
890
+
891
+ [data-theme='light'] {
892
+ --color-border-purple: var(--purple-600);
893
+ }
894
+
895
+ [data-theme='dark'] {
896
+ --color-border-purple: var(--purple-300);
897
+ }
898
+
899
+ [data-theme='light'] {
900
+ --color-border-purple-subtle: var(--purple-200);
901
+ }
902
+
903
+ [data-theme='dark'] {
904
+ --color-border-purple-subtle: var(--purple-800);
905
+ }
906
+
907
+ [data-theme='light'] {
908
+ --color-border-purple-subtler: var(--purple-100);
909
+ }
910
+
911
+ [data-theme='dark'] {
912
+ --color-border-purple-subtler: var(--purple-900);
913
+ }
914
+
915
+ [data-theme='light'] {
916
+ --color-border-pink-bold: var(--pink-800);
917
+ }
918
+
919
+ [data-theme='dark'] {
920
+ --color-border-pink-bold: var(--pink-100);
921
+ }
922
+
923
+ [data-theme='light'] {
924
+ --color-border-pink: var(--pink-600);
925
+ }
926
+
927
+ [data-theme='dark'] {
928
+ --color-border-pink: var(--pink-300);
929
+ }
930
+
931
+ [data-theme='light'] {
932
+ --color-border-pink-subtle: var(--pink-200);
933
+ }
934
+
935
+ [data-theme='dark'] {
936
+ --color-border-pink-subtle: var(--pink-800);
937
+ }
938
+
939
+ [data-theme='light'] {
940
+ --color-border-pink-subtler: var(--pink-100);
941
+ }
942
+
943
+ [data-theme='dark'] {
944
+ --color-border-pink-subtler: var(--pink-900);
945
+ }
946
+
947
+ /* Emmanuel Kadiri starts from background color */
948
+
949
+ /* ----------------Background Color --------------- */
950
+
951
+ [data-theme='light'] {
952
+ --color-background-card-bold: var(--gray-100);
953
+ }
954
+
955
+ [data-theme='dark'] {
956
+ --color-background-card-bold: var(--gray-800);
957
+ }
958
+
959
+ [data-theme='light'] {
960
+ --color-background-card: var(--base-white);
961
+ }
962
+
963
+ [data-theme='dark'] {
964
+ --color-background-card: var(--gray-900);
965
+ }
966
+
967
+ [data-theme='light'] {
968
+ --color-background-input: var(--gray-400);
969
+ }
970
+
971
+ [data-theme='dark'] {
972
+ --color-background-input: var(--gray-950);
973
+ }
974
+
975
+ [data-theme='light'] {
976
+ --color-background-disabled: var(--gray-50);
977
+ }
978
+
979
+ [data-theme='dark'] {
980
+ --color-background-disabled: var(--gray-800);
981
+ }
982
+
983
+ [data-theme='light'] {
984
+ --color-background-btn-disabled: var(--gray-100);
985
+ }
986
+
987
+ [data-theme='dark'] {
988
+ --color-background-btn-disabled: var(--gray-700);
989
+ }
990
+
991
+ [data-theme='light'] {
992
+ --color-background-selected: var(--blue-500);
993
+ }
994
+
995
+ [data-theme='dark'] {
996
+ --color-background-selected: var(--blue-300);
997
+ }
998
+
999
+ [data-theme='light'] {
1000
+ --color-background-brandDarkblue: var(--brandDarkBlue-500);
1001
+ }
1002
+
1003
+ [data-theme='dark'] {
1004
+ --color-background-brandDarkblue: var(--brandDarkBlue-200);
1005
+ }
1006
+
1007
+ [data-theme='light'] {
1008
+ --color-background-brandRed: var(--brandRed-500);
1009
+ }
1010
+
1011
+ [data-theme='dark'] {
1012
+ --color-background-brandRed: var(--brandRed-300);
1013
+ }
1014
+
1015
+ [data-theme='light'] {
1016
+ --color-background-brandRed-hover: var(--brandRed-600);
1017
+ }
1018
+
1019
+ [data-theme='dark'] {
1020
+ --color-background-brandRed-hover: var(--brandRed-200);
1021
+ }
1022
+
1023
+ [data-theme='light'] {
1024
+ --color-background-brandRed-pressed: var(--brandRed-700);
1025
+ }
1026
+
1027
+ [data-theme='dark'] {
1028
+ --color-background-brandRed-pressed: var(--brandRed-100);
1029
+ }
1030
+
1031
+ [data-theme='light'] {
1032
+ --color-background-gray-bold: var(--gray-400);
1033
+ }
1034
+
1035
+ [data-theme='dark'] {
1036
+ --color-background-gray-bold: var(--gray-500);
1037
+ }
1038
+
1039
+ [data-theme='light'] {
1040
+ --color-background-gray: var(--gray-300);
1041
+ }
1042
+
1043
+ [data-theme='dark'] {
1044
+ --color-background-gray: var(--gray-600);
1045
+ }
1046
+
1047
+ [data-theme='light'] {
1048
+ --color-background-gray-subtle: var(--gray-200);
1049
+ }
1050
+
1051
+ [data-theme='dark'] {
1052
+ --color-background-gray-subtle: var(--gray-700);
1053
+ }
1054
+
1055
+ [data-theme='light'] {
1056
+ --color-background-gray-subtler: var(--gray-100);
1057
+ }
1058
+
1059
+ [data-theme='dark'] {
1060
+ --color-background-gray-subtler: var(--gray-800);
1061
+ }
1062
+
1063
+ [data-theme='light'] {
1064
+ --color-background-gray-subtlest: var(--gray-50);
1065
+ }
1066
+
1067
+ [data-theme='dark'] {
1068
+ --color-background-gray-subtlest: var(--gray-950);
1069
+ }
1070
+
1071
+ [data-theme='light'] {
1072
+ --color-background-danger-bold: var(--brandRed-800);
1073
+ }
1074
+
1075
+ [data-theme='dark'] {
1076
+ --color-background-danger-bold: var(--brandRed-100);
1077
+ }
1078
+
1079
+ [data-theme='light'] {
1080
+ --color-background-danger: var(--brandRed-700);
1081
+ }
1082
+
1083
+ [data-theme='dark'] {
1084
+ --color-background-danger: var(--brandRed-200);
1085
+ }
1086
+
1087
+ [data-theme='light'] {
1088
+ --color-background-danger-subtle: var(--brandRed-200);
1089
+ }
1090
+
1091
+ [data-theme='dark'] {
1092
+ --color-background-danger-subtle: var(--brandRed-800);
1093
+ }
1094
+
1095
+ [data-theme='light'] {
1096
+ --color-background-danger-subtler: var(--brandRed-100);
1097
+ }
1098
+
1099
+ [data-theme='dark'] {
1100
+ --color-background-danger-subtler: var(--brandRed-900);
1101
+ }
1102
+
1103
+ [data-theme='light'] {
1104
+ --color-background-danger-subtlest: var(--brandRed-50);
1105
+ }
1106
+
1107
+ [data-theme='dark'] {
1108
+ --color-background-danger-subtlest: var(--brandRed-950);
1109
+ }
1110
+
1111
+ [data-theme='light'] {
1112
+ --color-background-warning-bold: var(--warning-800);
1113
+ }
1114
+
1115
+ [data-theme='dark'] {
1116
+ --color-background-warning-bold: var(--warning-100);
1117
+ }
1118
+
1119
+ [data-theme='light'] {
1120
+ --color-background-warning: var(--warning-600);
1121
+ }
1122
+
1123
+ [data-theme='dark'] {
1124
+ --color-background-warning: var(--warning-200);
1125
+ }
1126
+
1127
+ [data-theme='light'] {
1128
+ --color-background-warning-subtle: var(--warning-200);
1129
+ }
1130
+
1131
+ [data-theme='dark'] {
1132
+ --color-background-warning-subtle: var(--warning-800);
1133
+ }
1134
+
1135
+ [data-theme='light'] {
1136
+ --color-background-warning-subtler: var(--warning-100);
1137
+ }
1138
+
1139
+ [data-theme='dark'] {
1140
+ --color-background-warning-subtler: var(--warning-900);
1141
+ }
1142
+
1143
+ [data-theme='light'] {
1144
+ --color-background-warning-subtlest: var(--warning-50);
1145
+ }
1146
+
1147
+ [data-theme='dark'] {
1148
+ --color-background-warning-subtlest: var(--warning-950);
1149
+ }
1150
+
1151
+ [data-theme='light'] {
1152
+ --color-background-success-bold: var(--success-800);
1153
+ }
1154
+
1155
+ [data-theme='dark'] {
1156
+ --color-background-success-bold: var(--success-100);
1157
+ }
1158
+
1159
+ [data-theme='light'] {
1160
+ --color-background-success: var(--success-600);
1161
+ }
1162
+
1163
+ [data-theme='dark'] {
1164
+ --color-background-success: var(--success-200);
1165
+ }
1166
+
1167
+ [data-theme='light'] {
1168
+ --color-background-success-subtle: var(--success-200);
1169
+ }
1170
+
1171
+ [data-theme='dark'] {
1172
+ --color-background-success-subtle: var(--success-800);
1173
+ }
1174
+
1175
+ [data-theme='light'] {
1176
+ --color-background-success-subtler: var(--success-100);
1177
+ }
1178
+
1179
+ [data-theme='dark'] {
1180
+ --color-background-success-subtler: var(--success-900);
1181
+ }
1182
+
1183
+ [data-theme='light'] {
1184
+ --color-background-success-subtlest: var(--success-50);
1185
+ }
1186
+
1187
+ [data-theme='dark'] {
1188
+ --color-background-success-subtlest: var(--success-950);
1189
+ }
1190
+
1191
+ [data-theme='light'] {
1192
+ --color-background-discovery-bold: var(--lightBlue-800);
1193
+ }
1194
+
1195
+ [data-theme='dark'] {
1196
+ --color-background-discovery-bold: var(--lightBlue-100);
1197
+ }
1198
+
1199
+ [data-theme='light'] {
1200
+ --color-background-discovery: var(--lightBlue-600);
1201
+ }
1202
+
1203
+ [data-theme='dark'] {
1204
+ --color-background-discovery: var(--lightBlue-200);
1205
+ }
1206
+
1207
+ [data-theme='light'] {
1208
+ --color-background-discovery-subtle: var(--lightBlue-200);
1209
+ }
1210
+
1211
+ [data-theme='dark'] {
1212
+ --color-background-discovery-subtle: var(--lightBlue-800);
1213
+ }
1214
+
1215
+ [data-theme='light'] {
1216
+ --color-background-discovery-subtler: var(--lightBlue-100);
1217
+ }
1218
+
1219
+ [data-theme='dark'] {
1220
+ --color-background-discovery-subtler: var(--lightBlue-900);
1221
+ }
1222
+
1223
+ [data-theme='light'] {
1224
+ --color-background-discovery-subtlest: var(--lightBlue-50);
1225
+ }
1226
+
1227
+ [data-theme='dark'] {
1228
+ --color-background-discovery-subtlest: var(--lightBlue-950);
1229
+ }
1230
+
1231
+ [data-theme='light'] {
1232
+ --color-background-information-bold: var(--blue-800);
1233
+ }
1234
+
1235
+ [data-theme='dark'] {
1236
+ --color-background-information-bold: var(--blue-100);
1237
+ }
1238
+
1239
+ [data-theme='light'] {
1240
+ --color-background-information: var(--blue-600);
1241
+ }
1242
+
1243
+ [data-theme='dark'] {
1244
+ --color-background-information: var(--blue-200);
1245
+ }
1246
+
1247
+ [data-theme='light'] {
1248
+ --color-background-information-subtle: var(--blue-200);
1249
+ }
1250
+
1251
+ [data-theme='dark'] {
1252
+ --color-background-information-subtle: var(--blue-800);
1253
+ }
1254
+
1255
+ [data-theme='light'] {
1256
+ --color-background-information-subtler: var(--blue-100);
1257
+ }
1258
+
1259
+ [data-theme='dark'] {
1260
+ --color-background-information-subtler: var(--blue-900);
1261
+ }
1262
+
1263
+ [data-theme='light'] {
1264
+ --color-background-information-subtlest: var(--blue-50);
1265
+ }
1266
+
1267
+ [data-theme='dark'] {
1268
+ --color-background-information-subtlest: var(--blue-950);
1269
+ }
1270
+
1271
+ [data-theme='light'] {
1272
+ --color-background-purple-bold: var(--purple-800);
1273
+ }
1274
+
1275
+ [data-theme='dark'] {
1276
+ --color-background-purple-bold: var(--blue-100);
1277
+ }
1278
+
1279
+ [data-theme='light'] {
1280
+ --color-background-purple: var(--purple-600);
1281
+ }
1282
+
1283
+ [data-theme='dark'] {
1284
+ --color-background-purple: var(--blue-200);
1285
+ }
1286
+
1287
+ [data-theme='light'] {
1288
+ --color-background-purple-subtle: var(--purple-200);
1289
+ }
1290
+
1291
+ [data-theme='dark'] {
1292
+ --color-background-purple-subtle: var(--purple-800);
1293
+ }
1294
+
1295
+ [data-theme='light'] {
1296
+ --color-background-purple-subtler: var(--purple-100);
1297
+ }
1298
+
1299
+ [data-theme='dark'] {
1300
+ --color-background-purple-subtler: var(--purple-900);
1301
+ }
1302
+
1303
+ [data-theme='light'] {
1304
+ --color-background-purple-subtlest: var(--purple-50);
1305
+ }
1306
+
1307
+ [data-theme='dark'] {
1308
+ --color-background-purple-subtlest: var(--purple-950);
1309
+ }
1310
+
1311
+ [data-theme='light'] {
1312
+ --color-background-pink-bold: var(--pink-800);
1313
+ }
1314
+
1315
+ [data-theme='dark'] {
1316
+ --color-background-pink-bold: var(--pink-100);
1317
+ }
1318
+
1319
+ [data-theme='light'] {
1320
+ --color-background-pink: var(--pink-600);
1321
+ }
1322
+
1323
+ [data-theme='dark'] {
1324
+ --color-background-pink: var(--pink-200);
1325
+ }
1326
+
1327
+ [data-theme='light'] {
1328
+ --color-background-pink-subtle: var(--pink-200);
1329
+ }
1330
+
1331
+ [data-theme='dark'] {
1332
+ --color-background-pink-subtle: var(--pink-800);
1333
+ }
1334
+
1335
+ [data-theme='light'] {
1336
+ --color-background-pink-subtler: var(--pink-100);
1337
+ }
1338
+
1339
+ [data-theme='dark'] {
1340
+ --color-background-pink-subtler: var(--pink-900);
1341
+ }
1342
+
1343
+ [data-theme='light'] {
1344
+ --color-background-pink-subtlest: var(--purple-50);
1345
+ }
1346
+
1347
+ [data-theme='dark'] {
1348
+ --color-background-pink-subtlest: var(--pink-950);
1349
+ }
1350
+
1351
+ /* ----------------Blanket Color --------------- */
1352
+ [data-theme='light'] {
1353
+ --color-blanket: var(--darkBlue500-opacity20);
1354
+ }
1355
+
1356
+ [data-theme='dark'] {
1357
+ --color-blanket: var(--darkBlue200-opacity20);
1358
+ }
1359
+
1360
+ [data-theme='light'] {
1361
+ --color-blanket-subtle: var(--darkBlue500-opacity30);
1362
+ }
1363
+
1364
+ [data-theme='dark'] {
1365
+ --color-blanket-subtle: var(--darkBlue200-opacity30);
1366
+ }
1367
+
1368
+ [data-theme='light'] {
1369
+ --color-blanket-subtler: var(--darkBlue500-opacity40);
1370
+ }
1371
+
1372
+ [data-theme='dark'] {
1373
+ --color-blanket-subtler: var(--darkBlue200-opacity40);
1374
+ }
1375
+
1376
+ /* ----------------Skeleton Color --------------- */
1377
+ [data-theme='light'] {
1378
+ --color-skeleton: var(--gray-200);
1379
+ }
1380
+
1381
+ [data-theme='dark'] {
1382
+ --color-skeleton: var(--gray-800);
1383
+ }
1384
+
1385
+ [data-theme='light'] {
1386
+ --color-skeleton-bold: var(--gray-300);
1387
+ }
1388
+
1389
+ [data-theme='dark'] {
1390
+ --color-skeleton-bold: var(--gray-700);
1391
+ }
1392
+
1393
+ /* ----------------Surface Color --------------- */
1394
+ [data-theme='light'] {
1395
+ --color-surface-bold: var(--gray-50);
1396
+ }
1397
+
1398
+ [data-theme='dark'] {
1399
+ --color-surface-bold: var(--gray-950);
1400
+ }
1401
+
1402
+ [data-theme='light'] {
1403
+ --color-surface: var(--base-white);
1404
+ }
1405
+
1406
+ [data-theme='dark'] {
1407
+ --color-surface: var(--gray-900);
1408
+ }
1409
+
1410
+ [data-theme='light'] {
1411
+ --color-surface-hovered: var(--gray-100);
1412
+ }
1413
+
1414
+ [data-theme='dark'] {
1415
+ --color-surface-hovered: var(--gray-800);
1416
+ }
1417
+
1418
+ [data-theme='light'] {
1419
+ --color-surface-pressed: var(--gray-200);
1420
+ }
1421
+
1422
+ [data-theme='dark'] {
1423
+ --color-surface-pressed: var(--gray-700);
1424
+ }
1425
+
1426
+ /* ----------------Transparent Color --------------- */
1427
+ [data-theme='light'] {
1428
+ --color-surface-transparent50: var(--white-opacity50);
1429
+ }
1430
+
1431
+ [data-theme='dark'] {
1432
+ --color-surface-transparent50: var(--gray900-opacity50);
1433
+ }
1434
+
1435
+ [data-theme='light'] {
1436
+ --color-surface-transparent20: var(--white-opacity20);
1437
+ }
1438
+
1439
+ [data-theme='dark'] {
1440
+ --color-surface-transparent20: var(--gray900-opacity20);
1441
+ }
1442
+
1443
+ [data-theme='light'] {
1444
+ --color-surface-transparent-full: var(--white-opacity0);
1445
+ }
1446
+
1447
+ [data-theme='dark'] {
1448
+ --color-surface-transparent-full: var(--gray900-opacity0);
1449
+ }
1450
+
1451
+ [data-theme='light'] {
1452
+ --color-surface-bold-transparent50: var(--gray25-opacity50);
1453
+ }
1454
+
1455
+ [data-theme='dark'] {
1456
+ --color-surface-bold-transparent50: var(--gray950-opacity50);
1457
+ }
1458
+
1459
+ [data-theme='light'] {
1460
+ --color-surface-bold-transparent20: var(--gray25-opacity20);
1461
+ }
1462
+
1463
+ [data-theme='dark'] {
1464
+ --color-surface-bold-transparent20: var(--gray950-opacity20);
1465
+ }
1466
+
1467
+ [data-theme='light'] {
1468
+ --color-surface-bold-transparent-full: var(--gray25-opacity0);
1469
+ }
1470
+
1471
+ [data-theme='dark'] {
1472
+ --color-surface-bold-transparent-full: var(--gray950-opacity0);
1473
+ }
1474
+ }
1475
+
1476
+ /* -----------------Shadow and Blur----------------- */
1477
+ :root {
1478
+ --shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
1479
+ --shadow-sm: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
1480
+ --shadow-md: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
1481
+ --shadow-lg: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
1482
+ --shadow-xl: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
1483
+ --shadow-2xl: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
1484
+ --shadow-3xl: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
1485
+
1486
+ --blur-sm: blur(4px);
1487
+ --blur-md: blur(8px);
1488
+ --blur-lg: blur(12px);
1489
+ --blur-xl: blur(20px);
1490
+ }
1491
+
1492
+ .shadow-xs {
1493
+ box-shadow: var(--shadow-xs);
1494
+ }
1495
+
1496
+ .shadow-sm {
1497
+ box-shadow: var(--shadow-sm);
1498
+ }
1499
+
1500
+ .shadow-md {
1501
+ box-shadow: var(--shadow-md);
1502
+ }
1503
+
1504
+ .shadow-lg {
1505
+ box-shadow: var(--shadow-lg);
1506
+ }
1507
+
1508
+ .shadow-xl {
1509
+ box-shadow: var(--shadow-xl);
1510
+ }
1511
+
1512
+ .shadow-2xl {
1513
+ box-shadow: var(--shadow-2xl);
1514
+ }
1515
+
1516
+ .shadow-3xl {
1517
+ box-shadow: var(--shadow-3xl);
1518
+ }
1519
+
1520
+ .blur-sm {
1521
+ backdrop-filter: var(--blur-sm);
1522
+ }
1523
+
1524
+ .blur-md {
1525
+ backdrop-filter: var(--blur-md);
1526
+ }
1527
+
1528
+ .blur-lg {
1529
+ backdrop-filter: var(--blur-lg);
1530
+ }
1531
+
1532
+ .blur-xl {
1533
+ backdrop-filter: var(--blur-xl);
1534
+ }
1535
+
1536
+ /* -----------------Gradients----------------- */
1537
+ :root {
1538
+ /* Gray Gradients */
1539
+ /* --gray-gradient-600: linear-gradient(); */
1540
+ --gradient-gray-600-to-500-90d: linear-gradient(90deg, var(--gray-600), var(--gray-500));
1541
+ --gradient-gray-700-to-600-45d: linear-gradient(45deg, var(--gray-700), var(--gray-600));
1542
+ --gradient-gray-800-to-600-45d: linear-gradient(45deg, var(--gray-800), var(--gray-600));
1543
+ --gradient-gray-800-to-600-90d: linear-gradient(90deg, var(--gray-800), var(--gray-600));
1544
+ --gradient-gray-800-to-700265-d: linear-gradient(26.5deg, var(--gray-800), var(--gray-700));
1545
+ --gradient-gray-900-to-600-45d: linear-gradient(45deg, var(--gray-900), var(--gray-600));
1546
+
1547
+ /* Brand Dark Blue Gradients */
1548
+ --gradient-darkBlue-500-to-400-90d: linear-gradient(90deg, var(--brandDarkBlue-500), var(--brandDarkBlue-400));
1549
+ --gradient-darkBlue-700-to-500-45d: linear-gradient(45deg, var(--brandDarkBlue-700), var(--brandDarkBlue-500));
1550
+ --gradient-darkBlue-700-to-400-45d: linear-gradient(45deg, var(--brandDarkBlue-700), var(--brandDarkBlue-400));
1551
+ --gradient-darkBlue-800-to-500-90d: linear-gradient(90deg, var(--brandDarkBlue-800), var(--brandDarkBlue-500));
1552
+ --gradient-darkBlue-800-to-600265-d: linear-gradient(26.5deg, var(--brandDarkBlue-800), var(--brandDarkBlue-600));
1553
+ --gradient-darkBlue-900-to-600-45d: linear-gradient(45deg, var(--brandDarkBlue-900), var(--brandDarkBlue-600));
1554
+
1555
+ /* Brand Red Gradients */
1556
+ --gradient-red-500-to-400-90d: linear-gradient(90deg, var(--brandRed-600), var(--brandRed-400));
1557
+ --gradient-red-700-to-500-45d: linear-gradient(45deg, var(--brandRed-700), var(--brandRed-500));
1558
+ --gradient-red-700-to-400-45d: linear-gradient(45deg, var(--brandRed-700), var(--brandRed-400));
1559
+ --gradient-red-800-to-500-90d: linear-gradient(90deg, var(--brandRed-800), var(--brandRed-500));
1560
+ --gradient-red-800-to-600265-d: linear-gradient(26.5deg, var(--brandRed-800), var(--brandRed-600));
1561
+ --gradient-red-900-to-600-45d: linear-gradient(45deg, var(--brandRed-900), var(--brandRed-600));
1562
+
1563
+ /* Blue Gradients */
1564
+ --gradient-blue-500-to-400-90d: linear-gradient(90deg, var(--blue-500), var(--blue-400));
1565
+ --gradient-blue-700-to-500-45d: linear-gradient(45deg, var(--blue-700), var(--blue-500));
1566
+ --gradient-blue-700-to-400-45d: linear-gradient(45deg, var(--blue-700), var(--blue-400));
1567
+ --gradient-blue-800-to-500-90d: linear-gradient(90deg, var(--blue-800), var(--blue-500));
1568
+ --gradient-blue-800-to-600265-d: linear-gradient(26.5deg, var(--blue-800), var(--blue-600));
1569
+ --gradient-blue-900-to-600-45d: linear-gradient(45deg, var(--blue-900), var(--blue-600));
1570
+ }
1571
+
1572
+ .gradient-gray-600-to-500-90d {
1573
+ background: var(--gradient-gray-600-to-500-90d);
1574
+ }
1575
+
1576
+ .gradient-gray-700-to-600-45d {
1577
+ background: var(--gradient-gray-700-to-600-45d);
1578
+ }
1579
+
1580
+ .gradient-gray-800-to-600-45d {
1581
+ background: var(--gradient-gray-800-to-600-45d);
1582
+ }
1583
+
1584
+ .gradient-gray-800-to-600-90d {
1585
+ background: var(--gradient-gray-800-to-600-90d);
1586
+ }
1587
+
1588
+ .gradient-gray-800-to-700265-d {
1589
+ background: var(--gradient-gray-800-to-700265-d);
1590
+ }
1591
+
1592
+ .gradient-gray-900-to-600-45d {
1593
+ background: var(--gradient-gray-900-to-600-45d);
1594
+ }
1595
+
1596
+ .gradient-darkBlue-500-to-400-90d {
1597
+ background: var(--gradient-darkBlue-500-to-400-90d);
1598
+ }
1599
+
1600
+ .gradient-darkBlue-700-to-500-45d {
1601
+ background: var(--gradient-darkBlue-700-to-500-45d);
1602
+ }
1603
+
1604
+ .gradient-darkBlue-700-to-400-45d {
1605
+ background: var(--gradient-darkBlue-700-to-400-45d);
1606
+ }
1607
+
1608
+ .gradient-darkBlue-800-to-500-90d {
1609
+ background: var(--gradient-darkBlue-800-to-500-90d);
1610
+ }
1611
+
1612
+ .gradient-darkBlue-800-to-600265-d {
1613
+ background: var(--gradient-darkBlue-800-to-600265-d);
1614
+ }
1615
+
1616
+ .gradient-darkBlue-900-to-600-45d {
1617
+ background: var(--gradient-darkBlue-900-to-600-45d);
1618
+ }
1619
+
1620
+ .gradient-red-500-to-400-90d {
1621
+ background: var(--gradient-red-500-to-400-90d);
1622
+ }
1623
+
1624
+ .gradient-red-700-to-500-45d {
1625
+ background: var(--gradient-red-700-to-500-45d);
1626
+ }
1627
+
1628
+ .gradient-red-700-to-400-45d {
1629
+ background: var(--gradient-red-700-to-400-45d);
1630
+ }
1631
+
1632
+ .gradient-red-800-to-500-90d {
1633
+ background: var(--gradient-red-800-to-500-90d);
1634
+ }
1635
+
1636
+ .gradient-red-800-to-600265-d {
1637
+ background: var(--gradient-red-800-to-600265-d);
1638
+ }
1639
+
1640
+ .gradient-red-900-to-600-45d {
1641
+ background: var(--gradient-red-900-to-600-45d);
1642
+ }
1643
+
1644
+ .gradient-blue-500-to-400-90d {
1645
+ background: var(--gradient-blue-500-to-400-90d);
1646
+ }
1647
+
1648
+ .gradient-blue-700-to-500-45d {
1649
+ background: var(--gradient-blue-700-to-500-45d);
1650
+ }
1651
+
1652
+ .gradient-blue-700-to-400-45d {
1653
+ background: var(--gradient-blue-700-to-400-45d);
1654
+ }
1655
+
1656
+ .gradient-blue-800-to-500-90d {
1657
+ background: var(--gradient-blue-800-to-500-90d);
1658
+ }
1659
+
1660
+ .gradient-blue-800-to-600265-d {
1661
+ background: var(--gradient-blue-800-to-600265-d);
1662
+ }
1663
+
1664
+ .gradient-blue-900-to-600-45d {
1665
+ background: var(--gradient-blue-900-to-600-45d);
1666
+ }
1667
+
1668
+ /* Spacing Styles */
1669
+ :root {
1670
+ /* Positive spacing */
1671
+ --spacing-none: 0rem;
1672
+ --spacing-half: 0.125rem;
1673
+ --spacing-1: 0.25rem;
1674
+ --spacing-2: 0.5rem;
1675
+ --spacing-3: 0.75rem;
1676
+ --spacing-4: 1rem;
1677
+ --spacing-5: 1.25rem;
1678
+ --spacing-6: 1.5rem;
1679
+ --spacing-7: 2rem;
1680
+ --spacing-8: 2.5rem;
1681
+ --spacing-12: 3rem;
1682
+ --spacing-16: 4rem;
1683
+ --spacing-20: 5rem;
1684
+ --spacing-24: 6rem;
1685
+ --spacing-32: 8rem;
1686
+ --spacing-40: 10rem;
1687
+ --spacing-48: 12rem;
1688
+ --spacing-56: 14rem;
1689
+ --spacing-64: 16rem;
1690
+
1691
+ /* Negative spacing */
1692
+
1693
+ --spacing-negative-half: -0.125rem;
1694
+ --spacing-negative-1: -0.25rem;
1695
+ --spacing-negative-2: -0.5rem;
1696
+ --spacing-negative-3: -0.75rem;
1697
+ --spacing-negative-4: -1rem;
1698
+ --spacing-negative-5: -1.25rem;
1699
+ --spacing-negative-6: -1.5rem;
1700
+ --spacing-negative-7: -2rem;
1701
+
1702
+ /* Radius */
1703
+ --rounded-none: 0rem;
1704
+ --rounded-xs: 0.25rem;
1705
+ --rounded-sm: 0.5rem;
1706
+ --rounded-md: 0.75rem;
1707
+ --rounded-lg: 1rem;
1708
+ --rounded-xl: 1.5rem;
1709
+ --rounded-2xl: 2rem;
1710
+ --rounded-full: 62.438rem;
1711
+ }
1712
+
1713
+ /* Typography Styles */
1714
+
1715
+ :root {
1716
+ /* Font Sizes */
1717
+ --font-size-d-2xl: 4.5rem;
1718
+ --font-size-d-xl: 3.75rem;
1719
+ --font-size-d-lg: 3rem;
1720
+ --font-size-d-md: 2.25rem;
1721
+ --font-size-d-sm: 1.875rem;
1722
+ --font-size-d-xs: 1.5rem;
1723
+ --font-size-t-xl: 1.25rem;
1724
+ --font-size-t-lg: 1.125rem;
1725
+ --font-size-t-md: 1rem;
1726
+ --font-size-t-sm: 0.875rem;
1727
+ --font-size-t-xs: 0.75rem;
1728
+ --font-size-t-xxs: 0.625rem;
1729
+
1730
+ /* Font Weights */
1731
+ --font-weight-bold: 700;
1732
+ --font-weight-semi-bold: 600;
1733
+ --font-weight-medium: 500;
1734
+ --font-weight-regular: 400;
1735
+
1736
+ /* Line Heights */
1737
+ --font-line-height-d-2xl: 5rem;
1738
+ --font-line-height-d-xl: 4.25rem;
1739
+ --font-line-height-d-lg: 3.75rem;
1740
+ --font-line-height-d-md: 2.75rem;
1741
+ --font-line-height-d-sm: 2.375rem;
1742
+ --font-line-height-d-xs: 2rem;
1743
+ --font-line-height-t-xl: 2rem;
1744
+ --font-line-height-t-lg: 1.875rem;
1745
+ --font-line-height-t-md: 1.688rem;
1746
+ --font-line-height-t-sm: 1.5rem;
1747
+ --font-line-height-t-xs: 1.25rem;
1748
+ --font-line-height-t-xxs: 1.125rem;
1749
+
1750
+ /* Letter Spacings */
1751
+ --font-letter-spacing-d-2xl: -0.09rem;
1752
+ --font-letter-spacing-d-xl: -0.075rem;
1753
+ --font-letter-spacing-d-lg: -0.075rem;
1754
+ --font-letter-spacing-d-md: -0.045rem;
1755
+ --font-letter-spacing-d-sm: 0;
1756
+ --font-letter-spacing-d-xs: 0;
1757
+ --font-letter-spacing-d-xxs: 0;
1758
+
1759
+ /* Font Families */
1760
+ --font-family-title: 'Sora';
1761
+ --font-family-body: 'Sora';
1762
+ }
1763
+
1764
+ /* Media queries for medium screens (tablet) */
1765
+ @media (max-width: 1199px) {
1766
+ :root {
1767
+ /* Font Sizes */
1768
+ --font-size-d-2xl: 3.75rem;
1769
+ --font-size-d-xl: 3.5rem;
1770
+ --font-size-d-lg: 2.75rem;
1771
+ --font-size-d-md: 2.25rem;
1772
+ --font-size-d-sm: 1.875rem;
1773
+ --font-size-d-xs: 1.5rem;
1774
+
1775
+ /* Line Heights */
1776
+ --font-line-height-d-2xl: 4.25rem;
1777
+ --font-line-height-d-xl: 3.75rem;
1778
+ --font-line-height-d-lg: 2.4375rem;
1779
+ --font-line-height-d-md: 2.75rem;
1780
+ --font-line-height-d-sm: 2.375rem;
1781
+ --font-line-height-d-xs: 2rem;
1782
+
1783
+ /* Letter Spacings */
1784
+ --font-letter-spacing-2xl: -0.075rem;
1785
+ --font-letter-spacing-xl: -0.065rem;
1786
+ --font-letter-spacing-lg: -0.045rem;
1787
+ --font-letter-spacing-md: -0.045rem;
1788
+ --font-letter-spacing-sm: 0rem;
1789
+ --font-letter-spacing-xs: 0rem;
1790
+ }
1791
+ }
1792
+
1793
+ /* Media queries for smaller screens (mobile) */
1794
+ @media (max-width: 743px) {
1795
+ :root {
1796
+ /* Font Sizes */
1797
+ --font-size-d-2xl: 3rem;
1798
+ --font-size-d-xl: 2.5rem;
1799
+ --font-size-d-lg: 2rem;
1800
+ --font-size-d-md: 1.75rem;
1801
+ --font-size-d-sm: 1.5rem;
1802
+ --font-size-d-xs: 1.25rem;
1803
+
1804
+ /* Line Heights */
1805
+ --font-line-height-d-2xl: 3.375rem;
1806
+ --font-line-height-d-xl: 2.875rem;
1807
+ --font-line-height-d-lg: 2.5rem;
1808
+ --font-line-height-d-md: 2.1375rem;
1809
+ --font-line-height-d-sm: 2rem;
1810
+ --font-line-height-d-xs: 1.75rem;
1811
+
1812
+ /* Letter Spacings */
1813
+ --font-letter-spacing-2xl: -0.06rem;
1814
+ --font-letter-spacing-xl: -0.05rem;
1815
+ --font-letter-spacing-lg: -0.045rem;
1816
+ --font-letter-spacing-md: 0rem;
1817
+ --font-letter-spacing-sm: 0rem;
1818
+ --font-letter-spacing-xs: 0rem;
1819
+ }
1820
+ }
1821
+
1822
+ .display-2xl-bold {
1823
+ font-family: var(--font-family-title);
1824
+ font-size: var(--font-size-d-2xl);
1825
+ font-weight: var(--font-weight-bold);
1826
+ line-height: var(--font-line-height-d-2xl);
1827
+ letter-spacing: var(--font-letter-spacing-d-2xl);
1828
+ margin: var(--spacing-none);
1829
+ padding: var(--spacing-none);
1830
+ display: inline-block;
1831
+ position: relative;
1832
+ }
1833
+
1834
+ .display-2xl-bold::before,
1835
+ .display-2xl-bold::after {
1836
+ content: '';
1837
+ display: table;
1838
+ }
1839
+
1840
+ .display-2xl-bold::before {
1841
+ margin-bottom: -0.135em;
1842
+ }
1843
+
1844
+ .display-2xl-bold::after {
1845
+ margin-top: -0.205em;
1846
+ }
1847
+
1848
+ .display-2xl-semi-bold {
1849
+ font-family: var(--font-family-title);
1850
+ font-size: var(--font-size-d-2xl);
1851
+ font-weight: var(--font-weight-semi-bold);
1852
+ line-height: var(--font-line-height-d-2xl);
1853
+ letter-spacing: var(--font-letter-spacing-d-2xl);
1854
+ margin: var(--spacing-none);
1855
+ padding: var(--spacing-none);
1856
+ display: inline-block;
1857
+ position: relative;
1858
+ }
1859
+
1860
+ .display-2xl-semi-bold::before,
1861
+ .display-2xl-semi-bold::after {
1862
+ content: '';
1863
+ display: table;
1864
+ }
1865
+
1866
+ .display-2xl-semi-bold::before {
1867
+ margin-bottom: -0.135em;
1868
+ }
1869
+
1870
+ .display-2xl-semi-bold::after {
1871
+ margin-top: -0.205em;
1872
+ }
1873
+
1874
+ .display-xl-bold {
1875
+ font-family: var(--font-family-title);
1876
+ font-size: var(--font-size-d-xl);
1877
+ font-weight: var(--font-weight-bold);
1878
+ line-height: var(--font-line-height-d-xl);
1879
+ letter-spacing: var(--font-letter-spacing-d-xl);
1880
+ margin: var(--spacing-none);
1881
+ padding: var(--spacing-none);
1882
+ display: inline-block;
1883
+ position: relative;
1884
+ }
1885
+
1886
+ .display-xl-bold::before,
1887
+ .display-xl-bold::after {
1888
+ content: '';
1889
+ display: table;
1890
+ }
1891
+
1892
+ .display-xl-bold::before {
1893
+ margin-bottom: -0.145em;
1894
+ }
1895
+
1896
+ .display-xl-bold::after {
1897
+ margin-top: -0.215em;
1898
+ }
1899
+
1900
+ .display-xl-semi-bold {
1901
+ font-family: var(--font-family-title);
1902
+ font-size: var(--font-size-d-xl);
1903
+ font-weight: var(--font-weight-semi-bold);
1904
+ line-height: var(--font-line-height-d-xl);
1905
+ letter-spacing: var(--font-letter-spacing-d-xl);
1906
+ margin: var(--spacing-none);
1907
+ padding: var(--spacing-none);
1908
+ display: inline-block;
1909
+ position: relative;
1910
+ }
1911
+
1912
+ .display-xl-semi-bold::before,
1913
+ .display-xl-semi-bold::after {
1914
+ content: '';
1915
+ display: table;
1916
+ }
1917
+
1918
+ .display-xl-semi-bold::before {
1919
+ margin-bottom: -0.145em;
1920
+ }
1921
+
1922
+ .display-xl-semi-bold::after {
1923
+ margin-top: -0.215em;
1924
+ }
1925
+
1926
+ .display-lg-bold {
1927
+ font-family: var(--font-family-title);
1928
+ font-size: var(--font-size-d-lg);
1929
+ font-weight: var(--font-weight-bold);
1930
+ line-height: var(--font-line-height-d-lg);
1931
+ letter-spacing: var(--font-letter-spacing-d-lg);
1932
+ margin: var(--spacing-none);
1933
+ padding: var(--spacing-none);
1934
+ display: inline-block;
1935
+ position: relative;
1936
+ }
1937
+
1938
+ .display-lg-bold::before,
1939
+ .display-lg-bold::after {
1940
+ content: '';
1941
+ display: table;
1942
+ }
1943
+
1944
+ .display-lg-bold::before {
1945
+ margin-bottom: -0.015em;
1946
+ }
1947
+
1948
+ .display-lg-bold::after {
1949
+ margin-top: -0.095em;
1950
+ }
1951
+
1952
+ .display-lg-semi-bold {
1953
+ font-family: var(--font-family-title);
1954
+ font-size: var(--font-size-d-lg);
1955
+ font-weight: var(--font-weight-semi-bold);
1956
+ line-height: var(--font-line-height-d-lg);
1957
+ letter-spacing: var(--font-letter-spacing-d-lg);
1958
+ margin: var(--spacing-none);
1959
+ padding: var(--spacing-none);
1960
+ display: inline-block;
1961
+ position: relative;
1962
+ }
1963
+
1964
+ .display-lg-semi-bold::before,
1965
+ .display-lg-semi-bold::after {
1966
+ content: '';
1967
+ display: table;
1968
+ }
1969
+
1970
+ .display-lg-semi-bold::before {
1971
+ margin-bottom: -0.015em;
1972
+ }
1973
+
1974
+ .display-lg-semi-bold::after {
1975
+ margin-top: -0.095em;
1976
+ }
1977
+
1978
+ .display-md-bold {
1979
+ font-family: var(--font-family-title);
1980
+ font-size: var(--font-size-d-md);
1981
+ font-weight: var(--font-weight-bold);
1982
+ line-height: var(--font-line-height-d-md);
1983
+ letter-spacing: var(--font-letter-spacing-d-md);
1984
+ margin: var(--spacing-none);
1985
+ padding: var(--spacing-none);
1986
+ display: inline-block;
1987
+ position: relative;
1988
+ }
1989
+
1990
+ .display-md-bold::before,
1991
+ .display-md-bold::after {
1992
+ content: '';
1993
+ display: table;
1994
+ }
1995
+
1996
+ .display-md-bold::before {
1997
+ margin-bottom: -0.195em;
1998
+ }
1999
+
2000
+ .display-md-bold::after {
2001
+ margin-top: -0.255em;
2002
+ }
2003
+
2004
+ .display-md-semi-bold {
2005
+ font-family: var(--font-family-title);
2006
+ font-size: var(--font-size-d-md);
2007
+ font-weight: var(--font-weight-semi-bold);
2008
+ line-height: var(--font-line-height-d-md);
2009
+ letter-spacing: var(--font-letter-spacing-d-md);
2010
+ margin: var(--spacing-none);
2011
+ padding: var(--spacing-none);
2012
+ display: inline-block;
2013
+ position: relative;
2014
+ }
2015
+
2016
+ .display-md-semi-bold::before,
2017
+ .display-md-semi-bold::after {
2018
+ content: '';
2019
+ display: table;
2020
+ }
2021
+
2022
+ .display-md-semi-bold::before {
2023
+ margin-bottom: -0.195em;
2024
+ }
2025
+
2026
+ .display-md-semi-bold::after {
2027
+ margin-top: -0.255em;
2028
+ }
2029
+
2030
+ .display-sm-bold {
2031
+ font-family: var(--font-family-title);
2032
+ font-size: var(--font-size-d-sm);
2033
+ font-weight: var(--font-weight-bold);
2034
+ line-height: var(--font-line-height-d-sm);
2035
+ letter-spacing: var(--font-letter-spacing-d-sm);
2036
+ margin: var(--spacing-none);
2037
+ padding: var(--spacing-none);
2038
+ display: inline-block;
2039
+ position: relative;
2040
+ }
2041
+
2042
+ .display-sm-bold::before,
2043
+ .display-sm-bold::after {
2044
+ content: '';
2045
+ display: table;
2046
+ }
2047
+
2048
+ .display-sm-bold::before {
2049
+ margin-bottom: -0.195em;
2050
+ }
2051
+
2052
+ .display-sm-bold::after {
2053
+ margin-top: -0.255em;
2054
+ }
2055
+
2056
+ .display-sm-semi-bold {
2057
+ font-family: var(--font-family-title);
2058
+ font-size: var(--font-size-d-sm);
2059
+ font-weight: var(--font-weight-semi-bold);
2060
+ line-height: var(--font-line-height-d-sm);
2061
+ letter-spacing: var(--font-letter-spacing-d-sm);
2062
+ margin: var(--spacing-none);
2063
+ padding: var(--spacing-none);
2064
+ display: inline-block;
2065
+ position: relative;
2066
+ }
2067
+
2068
+ .display-sm-semi-bold::before,
2069
+ .display-sm-semi-bold::after {
2070
+ content: '';
2071
+ display: table;
2072
+ }
2073
+
2074
+ .display-sm-semi-bold::before {
2075
+ margin-bottom: -0.195em;
2076
+ }
2077
+
2078
+ .display-sm-semi-bold::after {
2079
+ margin-top: -0.255em;
2080
+ }
2081
+
2082
+ .display-xs-bold {
2083
+ font-family: var(--font-family-title);
2084
+ font-size: var(--font-size-d-xs);
2085
+ font-weight: var(--font-weight-bold);
2086
+ line-height: var(--font-line-height-d-xs);
2087
+ letter-spacing: var(--font-letter-spacing-d-xs);
2088
+ margin: var(--spacing-none);
2089
+ padding: var(--spacing-none);
2090
+ display: inline-block;
2091
+ position: relative;
2092
+ }
2093
+
2094
+ .display-xs-bold::before,
2095
+ .display-xs-bold::after {
2096
+ content: '';
2097
+ display: table;
2098
+ }
2099
+
2100
+ .display-xs-bold::before {
2101
+ margin-bottom: -0.199em;
2102
+ }
2103
+
2104
+ .display-xs-bold::after {
2105
+ margin-top: -0.195em; /* Continue from here */
2106
+ }
2107
+
2108
+ .display-xs-semi-bold {
2109
+ font-family: var(--font-family-title);
2110
+ font-size: var(--font-size-d-xs);
2111
+ font-weight: var(--font-weight-semi-bold);
2112
+ line-height: var(--font-line-height-d-xs);
2113
+ letter-spacing: var(--font-letter-spacing-d-xs);
2114
+ margin: var(--spacing-none);
2115
+ padding: var(--spacing-none);
2116
+ display: inline-block;
2117
+ position: relative;
2118
+ }
2119
+
2120
+ .display-xs-semi-bold::before,
2121
+ .display-xs-semi-bold::after {
2122
+ content: '';
2123
+ display: table;
2124
+ }
2125
+
2126
+ .display-xs-semi-bold::before {
2127
+ margin-bottom: -0.259em;
2128
+ }
2129
+
2130
+ .display-xs-semi-bold::after {
2131
+ margin-top: -0.295em;
2132
+ }
2133
+
2134
+ .text-xl-bold {
2135
+ font-family: var(--font-family-body);
2136
+ font-size: var(--font-size-t-xl);
2137
+ font-weight: var(--font-weight-bold);
2138
+ line-height: var(--font-line-height-t-xl);
2139
+ margin: var(--spacing-none);
2140
+ padding: var(--spacing-none);
2141
+ display: inline-block;
2142
+ position: relative;
2143
+ }
2144
+
2145
+ .text-xl-bold::before,
2146
+ .text-xl-bold::after {
2147
+ content: '';
2148
+ display: table;
2149
+ }
2150
+
2151
+ .text-xl-bold::before {
2152
+ margin-bottom: -0.329em;
2153
+ }
2154
+
2155
+ .text-xl-bold::after {
2156
+ margin-top: -0.359em;
2157
+ }
2158
+
2159
+ .text-xl-semi-bold {
2160
+ font-family: var(--font-family-body);
2161
+ font-size: var(--font-size-t-xl);
2162
+ font-weight: var(--font-weight-semi-bold);
2163
+ line-height: var(--font-line-height-t-xl);
2164
+ margin: var(--spacing-none);
2165
+ padding: var(--spacing-none);
2166
+ display: inline-block;
2167
+ position: relative;
2168
+ }
2169
+
2170
+ .text-xl-semi-bold::before,
2171
+ .text-xl-semi-bold::after {
2172
+ content: '';
2173
+ display: table;
2174
+ }
2175
+
2176
+ .text-xl-semi-bold::before {
2177
+ margin-bottom: -0.329em;
2178
+ }
2179
+
2180
+ .text-xl-semi-bold::after {
2181
+ margin-top: -0.359em;
2182
+ }
2183
+
2184
+ .text-xl-medium {
2185
+ font-family: var(--font-family-body);
2186
+ font-size: var(--font-size-t-xl);
2187
+ font-weight: var(--font-weight-medium);
2188
+ line-height: var(--font-line-height-t-xl);
2189
+ margin: var(--spacing-none);
2190
+ padding: var(--spacing-none);
2191
+ display: inline-block;
2192
+ position: relative;
2193
+ }
2194
+
2195
+ .text-xl-medium::before,
2196
+ .text-xl-medium::after {
2197
+ content: '';
2198
+ display: table;
2199
+ }
2200
+
2201
+ .text-xl-medium::before {
2202
+ margin-bottom: -0.339em;
2203
+ }
2204
+
2205
+ .text-xl-medium::after {
2206
+ margin-top: -0.399em;
2207
+ }
2208
+
2209
+ .text-xl-regular {
2210
+ font-family: var(--font-family-body);
2211
+ font-size: var(--font-size-t-xl);
2212
+ font-weight: var(--font-weight-regular);
2213
+ line-height: var(--font-line-height-t-xl);
2214
+ margin: var(--spacing-none);
2215
+ padding: var(--spacing-none);
2216
+ display: inline-block;
2217
+ position: relative;
2218
+ }
2219
+
2220
+ .text-xl-regular::before,
2221
+ .text-xl-regular::after {
2222
+ content: '';
2223
+ display: table;
2224
+ }
2225
+
2226
+ .text-xl-regular::before {
2227
+ margin-bottom: -0.339em;
2228
+ }
2229
+
2230
+ .text-xl-regular::after {
2231
+ margin-top: -0.399em;
2232
+ }
2233
+
2234
+ .text-lg-bold {
2235
+ font-family: var(--font-family-body);
2236
+ font-size: var(--font-size-t-lg);
2237
+ font-weight: var(--font-weight-bold);
2238
+ line-height: var(--font-line-height-t-lg);
2239
+ margin: var(--spacing-none);
2240
+ padding: var(--spacing-none);
2241
+ display: inline-block;
2242
+ position: relative;
2243
+ }
2244
+
2245
+ .text-lg-bold::before,
2246
+ .text-lg-bold::after {
2247
+ content: '';
2248
+ display: table;
2249
+ }
2250
+
2251
+ .text-lg-bold::before {
2252
+ margin-bottom: -0.339em;
2253
+ }
2254
+
2255
+ .text-lg-bold::after {
2256
+ margin-top: -0.399em;
2257
+ }
2258
+
2259
+ .text-lg-semi-bold {
2260
+ font-family: var(--font-family-body);
2261
+ font-size: var(--font-size-t-lg);
2262
+ font-weight: var(--font-weight-semi-bold);
2263
+ line-height: var(--font-line-height-t-lg);
2264
+ margin: var(--spacing-none);
2265
+ padding: var(--spacing-none);
2266
+ display: inline-block;
2267
+ position: relative;
2268
+ }
2269
+
2270
+ .text-lg-semi-bold::before,
2271
+ .text-lg-semi-bold::after {
2272
+ content: '';
2273
+ display: table;
2274
+ }
2275
+
2276
+ .text-lg-semi-bold::before {
2277
+ margin-bottom: -0.339em;
2278
+ }
2279
+
2280
+ .text-lg-semi-bold::after {
2281
+ margin-top: -0.399em;
2282
+ }
2283
+
2284
+ .text-lg-medium {
2285
+ font-family: var(--font-family-body);
2286
+ font-size: var(--font-size-t-lg);
2287
+ font-weight: var(--font-weight-medium);
2288
+ line-height: var(--font-line-height-t-lg);
2289
+ margin: var(--spacing-none);
2290
+ padding: var(--spacing-none);
2291
+ display: inline-block;
2292
+ position: relative;
2293
+ }
2294
+
2295
+ .text-lg-medium::before,
2296
+ .text-lg-medium::after {
2297
+ content: '';
2298
+ display: table;
2299
+ }
2300
+
2301
+ .text-lg-medium::before {
2302
+ margin-bottom: -0.349em;
2303
+ }
2304
+
2305
+ .text-lg-medium::after {
2306
+ margin-top: -0.389em;
2307
+ }
2308
+
2309
+ .text-lg-regular {
2310
+ font-family: var(--font-family-body);
2311
+ font-size: var(--font-size-t-lg);
2312
+ font-weight: var(--font-weight-regular);
2313
+ line-height: var(--font-line-height-t-lg);
2314
+ margin: var(--spacing-none);
2315
+ padding: var(--spacing-none);
2316
+ display: inline-block;
2317
+ position: relative;
2318
+ }
2319
+
2320
+ .text-lg-regular::before,
2321
+ .text-lg-regular::after {
2322
+ content: '';
2323
+ display: table;
2324
+ }
2325
+
2326
+ .text-lg-regular::before {
2327
+ margin-bottom: -0.349em;
2328
+ }
2329
+
2330
+ .text-lg-regular::after {
2331
+ margin-top: -0.389em;
2332
+ }
2333
+
2334
+ .text-md-bold {
2335
+ font-family: var(--font-family-body);
2336
+ font-size: var(--font-size-t-md);
2337
+ font-weight: var(--font-weight-bold);
2338
+ line-height: var(--font-line-height-t-md);
2339
+ margin: var(--spacing-none);
2340
+ padding: var(--spacing-none);
2341
+ display: inline-block;
2342
+ position: relative;
2343
+ }
2344
+
2345
+ .text-md-bold::before,
2346
+ .text-md-bold::after {
2347
+ content: '';
2348
+ display: table;
2349
+ }
2350
+
2351
+ .text-md-bold::before {
2352
+ margin-bottom: -0.349em;
2353
+ }
2354
+
2355
+ .text-md-bold::after {
2356
+ margin-top: -0.389em;
2357
+ }
2358
+
2359
+ .text-md-semi-bold {
2360
+ font-family: var(--font-family-body);
2361
+ font-size: var(--font-size-t-md);
2362
+ font-weight: var(--font-weight-semi-bold);
2363
+ line-height: var(--font-line-height-t-md);
2364
+ margin: var(--spacing-none);
2365
+ padding: var(--spacing-none);
2366
+ display: inline-block;
2367
+ position: relative;
2368
+ }
2369
+
2370
+ .text-md-semi-bold::before,
2371
+ .text-md-semi-bold::after {
2372
+ content: '';
2373
+ display: table;
2374
+ }
2375
+
2376
+ .text-md-semi-bold::before {
2377
+ margin-bottom: -0.349em;
2378
+ }
2379
+
2380
+ .text-md-semi-bold::after {
2381
+ margin-top: -0.389em;
2382
+ }
2383
+
2384
+ .text-md-medium {
2385
+ font-family: var(--font-family-body);
2386
+ font-size: var(--font-size-t-md);
2387
+ font-weight: var(--font-weight-medium);
2388
+ line-height: var(--font-line-height-t-md);
2389
+ margin: var(--spacing-none);
2390
+ padding: var(--spacing-none);
2391
+ display: inline-block;
2392
+ position: relative;
2393
+ }
2394
+
2395
+ .text-md-medium::before,
2396
+ .text-md-medium::after {
2397
+ content: '';
2398
+ display: table;
2399
+ }
2400
+
2401
+ .text-md-medium::before {
2402
+ margin-bottom: -0.349em;
2403
+ }
2404
+
2405
+ .text-md-medium::after {
2406
+ margin-top: -0.389em;
2407
+ }
2408
+
2409
+ .text-md-regular {
2410
+ font-family: var(--font-family-body);
2411
+ font-size: var(--font-size-t-md);
2412
+ font-weight: var(--font-weight-regular);
2413
+ line-height: var(--font-line-height-t-md);
2414
+ margin: var(--spacing-none);
2415
+ padding: var(--spacing-none);
2416
+ display: inline-block;
2417
+ position: relative;
2418
+ }
2419
+
2420
+ .text-md-regular::before,
2421
+ .text-md-regular::after {
2422
+ content: '';
2423
+ display: table;
2424
+ }
2425
+
2426
+ .text-md-regular::before {
2427
+ margin-bottom: -0.349em;
2428
+ }
2429
+
2430
+ .text-md-regular::after {
2431
+ margin-top: -0.389em;
2432
+ }
2433
+
2434
+ .text-sm-bold {
2435
+ font-family: var(--font-family-body);
2436
+ font-size: var(--font-size-t-sm);
2437
+ font-weight: var(--font-weight-bold);
2438
+ line-height: var(--font-line-height-t-sm);
2439
+ margin: var(--spacing-none);
2440
+ padding: var(--spacing-none);
2441
+ display: inline-block;
2442
+ position: relative;
2443
+ }
2444
+
2445
+ .text-sm-bold::before,
2446
+ .text-sm-bold::after {
2447
+ content: '';
2448
+ display: table;
2449
+ }
2450
+
2451
+ .text-sm-bold::before {
2452
+ margin-bottom: -0.299em;
2453
+ }
2454
+
2455
+ .text-sm-bold::after {
2456
+ margin-top: -0.349em;
2457
+ }
2458
+
2459
+ .text-sm-semi-bold {
2460
+ font-family: var(--font-family-body);
2461
+ font-size: var(--font-size-t-sm);
2462
+ font-weight: var(--font-weight-semi-bold);
2463
+ line-height: var(--font-line-height-t-sm);
2464
+ margin: var(--spacing-none);
2465
+ padding: var(--spacing-none);
2466
+ display: inline-block;
2467
+ position: relative;
2468
+ }
2469
+
2470
+ .text-sm-semi-bold::before,
2471
+ .text-sm-semi-bold::after {
2472
+ content: '';
2473
+ display: table;
2474
+ }
2475
+
2476
+ .text-sm-semi-bold::before {
2477
+ margin-bottom: -0.299em;
2478
+ }
2479
+
2480
+ .text-sm-semi-bold::after {
2481
+ margin-top: -0.349em;
2482
+ }
2483
+
2484
+ .text-sm-medium {
2485
+ font-family: var(--font-family-body);
2486
+ font-size: var(--font-size-t-sm);
2487
+ font-weight: var(--font-weight-medium);
2488
+ line-height: var(--font-line-height-t-sm);
2489
+ margin: var(--spacing-none);
2490
+ padding: var(--spacing-none);
2491
+ position: relative;
2492
+ display: inline-block;
2493
+ }
2494
+
2495
+ .text-sm-medium::before,
2496
+ .text-sm-medium::after {
2497
+ content: '';
2498
+ display: table;
2499
+ }
2500
+
2501
+ .text-sm-medium::before {
2502
+ margin-bottom: -0.299em;
2503
+ }
2504
+
2505
+ .text-sm-medium::after {
2506
+ margin-top: -0.299em;
2507
+ }
2508
+
2509
+ .text-sm-regular {
2510
+ font-family: var(--font-family-body);
2511
+ font-size: var(--font-size-t-sm);
2512
+ font-weight: var(--font-weight-regular);
2513
+ line-height: var(--font-line-height-t-sm);
2514
+ margin: var(--spacing-none);
2515
+ padding: var(--spacing-none);
2516
+ position: relative;
2517
+ display: inline-block;
2518
+ }
2519
+
2520
+ .text-sm-regular::before,
2521
+ .text-sm-regular::after {
2522
+ content: '';
2523
+ display: table;
2524
+ }
2525
+
2526
+ .text-sm-regular::before {
2527
+ margin-bottom: -0.299em;
2528
+ }
2529
+
2530
+ .text-sm-regular::after {
2531
+ margin-top: -0.299em;
2532
+ }
2533
+
2534
+ .text-xs-bold {
2535
+ font-family: var(--font-family-body);
2536
+ font-size: var(--font-size-t-xs);
2537
+ font-weight: var(--font-weight-bold);
2538
+ line-height: var(--font-line-height-t-xs);
2539
+ margin: var(--spacing-none);
2540
+ padding: var(--spacing-none);
2541
+ display: inline-block;
2542
+ position: relative;
2543
+ }
2544
+
2545
+ .text-xs-bold::before,
2546
+ .text-xs-bold::after {
2547
+ content: '';
2548
+ display: table;
2549
+ }
2550
+
2551
+ .text-xs-bold::before {
2552
+ margin-bottom: -0.291em;
2553
+ }
2554
+
2555
+ .text-xs-bold::after {
2556
+ margin-top: -0.416em;
2557
+ }
2558
+
2559
+ .text-xs-semi-bold {
2560
+ font-family: var(--font-family-body);
2561
+ font-size: var(--font-size-t-xs);
2562
+ font-weight: var(--font-weight-semi-bold);
2563
+ line-height: var(--font-line-height-t-xs);
2564
+ margin: var(--spacing-none);
2565
+ padding: var(--spacing-none);
2566
+ display: inline-block;
2567
+ position: relative;
2568
+ }
2569
+
2570
+ .text-xs-semi-bold::before,
2571
+ .text-xs-semi-bold::after {
2572
+ content: '';
2573
+ display: table;
2574
+ }
2575
+
2576
+ .text-xs-semi-bold::before {
2577
+ margin-bottom: -0.321em;
2578
+ }
2579
+
2580
+ .text-xs-semi-bold::after {
2581
+ margin-top: -0.416em;
2582
+ }
2583
+
2584
+ .text-xs-medium {
2585
+ font-family: var(--font-family-body);
2586
+ font-size: var(--font-size-t-xs);
2587
+ font-weight: var(--font-weight-medium);
2588
+ line-height: var(--font-line-height-t-xs);
2589
+ margin: var(--spacing-none);
2590
+ padding: var(--spacing-none);
2591
+ display: inline-block;
2592
+ position: relative;
2593
+ }
2594
+
2595
+ .text-xs-medium::before,
2596
+ .text-xs-medium::after {
2597
+ content: '';
2598
+ display: table;
2599
+ }
2600
+
2601
+ .text-xs-medium::before {
2602
+ margin-bottom: -0.285em;
2603
+ }
2604
+
2605
+ .text-xs-medium::after {
2606
+ margin-top: -0.396em;
2607
+ }
2608
+
2609
+ .text-xs-regular {
2610
+ font-family: var(--font-family-body);
2611
+ font-size: var(--font-size-t-xs);
2612
+ font-weight: var(--font-weight-regular);
2613
+ line-height: var(--font-line-height-t-xs);
2614
+ margin: var(--spacing-none);
2615
+ padding: var(--spacing-none);
2616
+ display: inline-block;
2617
+ position: relative;
2618
+ }
2619
+
2620
+ .text-xs-regular::before,
2621
+ .text-xs-regular::after {
2622
+ content: '';
2623
+ display: table;
2624
+ }
2625
+
2626
+ .text-xs-regular::before {
2627
+ margin-bottom: -0.291em;
2628
+ }
2629
+
2630
+ .text-xs-regular::after {
2631
+ margin-top: -0.396em;
2632
+ }
2633
+
2634
+ .text-xxs-bold {
2635
+ font-family: var(--font-family-body);
2636
+ font-size: var(--font-size-t-xxs);
2637
+ font-weight: var(--font-weight-bold);
2638
+ line-height: var(--font-line-height-t-xxs);
2639
+ margin: var(--spacing-none);
2640
+ padding: var(--spacing-none);
2641
+ display: inline-block;
2642
+ position: relative;
2643
+ }
2644
+
2645
+ .text-xxs-bold::before,
2646
+ .text-xxs-bold::after {
2647
+ content: '';
2648
+ display: table;
2649
+ }
2650
+
2651
+ .text-xxs-bold::before {
2652
+ margin-bottom: -0.291em;
2653
+ }
2654
+
2655
+ .text-xxs-bold::after {
2656
+ margin-top: -0.416em;
2657
+ }
2658
+
2659
+ .text-xxs-semi-bold {
2660
+ font-family: var(--font-family-body);
2661
+ font-size: var(--font-size-t-xxs);
2662
+ font-weight: var(--font-weight-semi-bold);
2663
+ line-height: var(--font-line-height-t-xxs);
2664
+ margin: var(--spacing-none);
2665
+ padding: var(--spacing-none);
2666
+ display: inline-block;
2667
+ position: relative;
2668
+ }
2669
+
2670
+ .text-xxs-semi-bold::before,
2671
+ .text-xxs-semi-bold::after {
2672
+ content: '';
2673
+ display: table;
2674
+ }
2675
+
2676
+ .text-xxs-semi-bold::before {
2677
+ margin-bottom: -0.291em;
2678
+ }
2679
+
2680
+ .text-xxs-semi-bold::after {
2681
+ margin-top: -0.416em;
2682
+ }
2683
+
2684
+ .text-xxs-medium {
2685
+ font-family: var(--font-family-body);
2686
+ font-size: var(--font-size-t-xxs);
2687
+ font-weight: var(--font-weight-medium);
2688
+ line-height: var(--font-line-height-t-xxs);
2689
+ margin: var(--spacing-none);
2690
+ padding: var(--spacing-none);
2691
+ display: inline-block;
2692
+ position: relative;
2693
+ }
2694
+
2695
+ .text-xxs-medium::before,
2696
+ .text-xxs-medium::after {
2697
+ content: '';
2698
+ display: table;
2699
+ }
2700
+
2701
+ .text-xxs-medium::before {
2702
+ margin-bottom: -0.291em;
2703
+ }
2704
+
2705
+ .text-xxs-medium::after {
2706
+ margin-top: -0.416em;
2707
+ }
2708
+
2709
+ .text-xxs-regular {
2710
+ font-family: var(--font-family-body);
2711
+ font-size: var(--font-size-t-xxs);
2712
+ font-weight: var(--font-weight-regular);
2713
+ line-height: var(--font-line-height-t-xxs);
2714
+ margin: var(--spacing-none);
2715
+ padding: var(--spacing-none);
2716
+ display: inline-block;
2717
+ position: relative;
2718
+ }
2719
+
2720
+ .text-xxs-regular::before,
2721
+ .text-xxs-regular::after {
2722
+ content: '';
2723
+ display: table;
2724
+ }
2725
+
2726
+ .text-xxs-regular::before {
2727
+ margin-bottom: -0.291em;
2728
+ }
2729
+
2730
+ .text-xxs-regular::after {
2731
+ margin-top: -0.416em;
2732
+ }
2733
+
2734
+ /* Button slot styles */
2735
+ /* .slotted_button_text.primary {
2736
+ color: var(--color-text-inverse, #ffffff) !important;
2737
+ }
2738
+
2739
+ .slotted_button_text.secondary_gray {
2740
+ color: var(--color-text, #4b5565) !important;
2741
+ }
2742
+
2743
+ .slotted_button_text.secondary_color {
2744
+ color: var(--color-text-brandRed, #e21b2e) !important;
2745
+ }
2746
+
2747
+ .slotted_button_text.tertiary_gray {
2748
+ color: var(--color-text, #4b5565) !important;
2749
+ }
2750
+
2751
+ .slotted_button_text.tertiary_color {
2752
+ color: var(--color-text-brandRed, #e21b2e) !important;
2753
+ }
2754
+
2755
+ .slotted_button_text.link_gray {
2756
+ color: var(--color-text, #4b5565) !important;
2757
+ }
2758
+
2759
+ .slotted_button_text.link_color {
2760
+ color: var(--color-link, #075db2) !important;
2761
+ }
2762
+
2763
+ .slotted_button_text.primary.destructive {
2764
+ color: var(--color-text-inverse, #ffffff) !important;
2765
+ }
2766
+
2767
+ #slotted_button_text.primary.disabled,
2768
+ #slotted_button_text.secondary_gray.disabled,
2769
+ #slotted_button_text.secondary_color.disabled,
2770
+ #slotted_button_text.tertiary_gray.disabled,
2771
+ #slotted_button_text.tertiary_color.disabled,
2772
+ #slotted_button_text.link_gray.disabled,
2773
+ #slotted_button_text.link_color.disabled {
2774
+ color: var(--color-text-disabled, #9aa4b2) !important;
2775
+ }
2776
+
2777
+ #slotted_button_text.secondary_gray.default.destructive,
2778
+ #slotted_button_text.secondary_color.default.destructive,
2779
+ #slotted_button_text.tertiary_gray.default.destructive,
2780
+ #slotted_button_text.tertiary_color.default.destructive,
2781
+ #slotted_button_text.link_gray.default.destructive,
2782
+ #slotted_button_text.link_color.default.destructive {
2783
+ color: var(--color-text-danger, #b51726) !important;
2784
+ } */
2785
+
2786
+ .contact_help_dropdown_wrapper {
2787
+ display: flex;
2788
+ width: 18.3125rem;
2789
+ padding: var(--spacing-4) var(--spacing-none) var(--spacing-half) var(--spacing-none);
2790
+ flex-direction: column;
2791
+ justify-content: center;
2792
+ align-items: flex-start;
2793
+ gap: var(--spacing-2);
2794
+ border-radius: var(--rounded-sm);
2795
+ border: 1px solid var(--color-border-subtler);
2796
+ background: var(--color-surface, #ffffff);
2797
+ box-shadow: var(--shadow-xs);
2798
+ }
2799
+
2800
+ .contact_help_dropdown_header {
2801
+ display: flex;
2802
+ padding: 0 var(--spacing-3);
2803
+ flex-direction: column;
2804
+ justify-content: center;
2805
+ align-items: flex-start;
2806
+ gap: var(--spacing-4);
2807
+ align-self: stretch;
2808
+ }
2809
+
2810
+ .headphone_icon_wrapper {
2811
+ display: flex;
2812
+ width: 1rem;
2813
+ height: 1rem;
2814
+ padding: 0.75rem;
2815
+ justify-content: center;
2816
+ align-items: center;
2817
+ border-radius: var(--rounded-full);
2818
+ border: 8px solid var(--color-background-information-subtlest, #e4f0fc);
2819
+ background: var(--color-background-information-subtler, #c8e0f9);
2820
+ }
2821
+
2822
+ .headphone_icon {
2823
+ width: 1.5rem;
2824
+ height: 1.5rem;
2825
+ }
2826
+
2827
+ .heading{
2828
+ color: var(--color-text-information, #064E94);
2829
+ }
2830
+
2831
+ .contact_dropdown_items{
2832
+ width: 100%;
2833
+ }
2834
+
2835
+ .item{
2836
+ box-sizing: border-box;
2837
+ }