@zohodesk/components 1.0.0-alpha-245 → 1.0.0-alpha-248

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 (337) hide show
  1. package/README.md +1071 -1061
  2. package/docs/external/active-line.js +72 -72
  3. package/docs/external/autorefresh.js +47 -47
  4. package/docs/external/codemirror.js +9681 -9681
  5. package/docs/external/css/hopscotch.css +576 -576
  6. package/docs/external/css/styleGuide.css +1100 -1100
  7. package/docs/external/css.js +466 -466
  8. package/docs/external/designTokens.js +1 -1
  9. package/docs/external/foldcode.js +151 -151
  10. package/docs/external/format.js +129 -129
  11. package/docs/external/htmlmixed.js +84 -84
  12. package/docs/external/index.html +127 -127
  13. package/docs/external/javascript.js +422 -422
  14. package/docs/external/jsx.js +147 -147
  15. package/docs/external/matchbrackets.js +145 -145
  16. package/docs/external/xml.js +322 -322
  17. package/docs/package.json +41 -41
  18. package/docs/src/index.js +1311 -1311
  19. package/es/AppContainer/AppContainer.module.css +18 -18
  20. package/es/Avatar/Avatar.js +9 -9
  21. package/es/Avatar/Avatar.module.css +117 -117
  22. package/es/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +288 -288
  23. package/es/AvatarTeam/AvatarTeam.js +7 -7
  24. package/es/AvatarTeam/AvatarTeam.module.css +161 -161
  25. package/es/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +226 -226
  26. package/es/AvatarTeam/docs/AvatarTeam__custom.docs.js +0 -0
  27. package/es/AvatarTeam/docs/AvatarTeam__default.docs.js +0 -0
  28. package/es/AvatarTeam/docs/AvatarTeam__palette.docs.js +0 -0
  29. package/es/AvatarTeam/docs/AvatarTeam__size.docs.js +0 -0
  30. package/es/Button/Button.js +4 -4
  31. package/es/Button/Button.module.css +521 -521
  32. package/es/Button/__tests__/__snapshots__/Button.spec.js.snap +191 -191
  33. package/es/Button/docs/Button__custom.docs.js +0 -0
  34. package/es/Button/docs/Button__default.docs.js +0 -0
  35. package/es/Buttongroup/Buttongroup.js +1 -1
  36. package/es/Buttongroup/Buttongroup.module.css +89 -89
  37. package/es/Buttongroup/__test__/__snapshots__/Buttongroup.spec.js.snap +146 -146
  38. package/es/Card/Card.js +12 -7
  39. package/es/Card/Card.module.css +20 -20
  40. package/es/Card/docs/Card__Custom.docs.js +0 -0
  41. package/es/Card/docs/Card__Default.docs.js +0 -0
  42. package/es/Card/docs/Card__Scroll.docs.js +0 -0
  43. package/es/CheckBox/CheckBox.js +0 -0
  44. package/es/CheckBox/CheckBox.module.css +157 -153
  45. package/es/CheckBox/docs/CheckBox__custom.docs.js +0 -0
  46. package/es/CheckBox/docs/CheckBox__default.docs.js +0 -0
  47. package/es/DateTime/CalendarView.js +0 -0
  48. package/es/DateTime/DateTime.js +0 -0
  49. package/es/DateTime/DateTime.module.css +187 -187
  50. package/es/DateTime/DateWidget.js +0 -0
  51. package/es/DateTime/DateWidget.module.css +38 -38
  52. package/es/DateTime/YearView.js +0 -0
  53. package/es/DateTime/YearView.module.css +81 -81
  54. package/es/DateTime/common.js +0 -0
  55. package/es/DateTime/docs/DateTime__default.docs.js +0 -0
  56. package/es/DateTime/docs/DateWidget__default.docs.js +0 -0
  57. package/es/DateTime/index.js +0 -0
  58. package/es/DateTime/objectUtils.js +0 -0
  59. package/es/DateTime/typeChecker.js +0 -0
  60. package/es/DateTime/validator.js +0 -0
  61. package/es/DropBox/DropBox.js +0 -0
  62. package/es/DropBox/DropBox.module.css +406 -406
  63. package/es/DropBox/DropBoxPositionMapping.json +144 -144
  64. package/es/DropDown/DropDown.js +0 -0
  65. package/es/DropDown/DropDown.module.css +5 -5
  66. package/es/DropDown/DropDownHeading.js +0 -0
  67. package/es/DropDown/DropDownHeading.module.css +53 -53
  68. package/es/DropDown/DropDownItem.js +0 -0
  69. package/es/DropDown/DropDownItem.module.css +94 -94
  70. package/es/DropDown/DropDownSearch.js +0 -0
  71. package/es/DropDown/DropDownSearch.module.css +14 -14
  72. package/es/DropDown/DropDownSeparator.js +0 -0
  73. package/es/DropDown/DropDownSeparator.module.css +7 -7
  74. package/es/Label/Label.js +2 -2
  75. package/es/Label/Label.module.css +52 -52
  76. package/es/Label/LabelColors.module.css +20 -20
  77. package/es/Label/__tests__/__snapshots__/Label.spec.js.snap +101 -101
  78. package/es/Label/docs/Label__clipped.docs.js +0 -0
  79. package/es/Label/docs/Label__custom.docs.js +0 -0
  80. package/es/Label/docs/Label__palette.docs.js +0 -0
  81. package/es/Label/docs/Label__size.docs.js +0 -0
  82. package/es/Label/docs/Label__type.docs.js +0 -0
  83. package/es/Layout/Box.js +15 -30
  84. package/es/Layout/Container.js +15 -27
  85. package/es/Layout/Layout.module.css +336 -324
  86. package/es/Layout/docs/Layout__default.docs.js +0 -0
  87. package/es/Layout/docs/Layout__four_Column.docs.js +16 -22
  88. package/es/Layout/props/defaultProps.js +12 -0
  89. package/es/Layout/props/propTypes.js +42 -0
  90. package/es/Layout/utils.js +0 -0
  91. package/es/LightNightMode/Colors.json +496 -496
  92. package/es/ListItem/ListItem.js +0 -0
  93. package/es/ListItem/ListItem.module.css +209 -205
  94. package/es/MultiSelect/AdvancedGroupMultiSelect.js +6 -6
  95. package/es/MultiSelect/MultiSelect.js +5 -5
  96. package/es/MultiSelect/MultiSelect.module.css +205 -205
  97. package/es/MultiSelect/MultiSelectWithAvatar.js +0 -0
  98. package/es/MultiSelect/SelectedOptions.module.css +15 -15
  99. package/es/MultiSelect/__tests__/MultiSelect.spec.js +0 -0
  100. package/es/PopOver/PopOver.module.css +8 -8
  101. package/es/Popup/Popup.js +0 -0
  102. package/es/Popup/PositionMapping.json +73 -73
  103. package/es/Radio/Radio.js +0 -0
  104. package/es/Radio/Radio.module.css +112 -110
  105. package/es/Radio/docs/Radio__custom.docs.js +0 -0
  106. package/es/Radio/docs/Radio__default.docs.js +0 -0
  107. package/es/Responsive/CustomResponsive.js +0 -0
  108. package/es/Responsive/docs/Responsive__Custom.docs.js +0 -0
  109. package/es/Responsive/docs/style.module.css +55 -55
  110. package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  111. package/es/Ribbon/Ribbon.js +0 -0
  112. package/es/Ribbon/Ribbon.module.css +376 -376
  113. package/es/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +163 -163
  114. package/es/Ribbon/docs/Ribbon__custom.docs.js +0 -0
  115. package/es/Ribbon/docs/Ribbon__default.docs.js +0 -0
  116. package/es/RippleEffect/RippleEffect.module.css +92 -70
  117. package/es/Select/GroupSelect.js +0 -0
  118. package/es/Select/Select.js +0 -0
  119. package/es/Select/Select.module.css +106 -106
  120. package/es/Select/SelectWithAvatar.js +0 -0
  121. package/es/Select/SelectWithIcon.js +0 -0
  122. package/es/Select/__tests__/Select.spec.js +0 -0
  123. package/es/Select/docs/SelectWithIcon__default.docs.js +0 -0
  124. package/es/Select/docs/Select__default.docs.js +0 -0
  125. package/es/Stencils/Stencils.js +0 -0
  126. package/es/Stencils/Stencils.module.css +96 -96
  127. package/es/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +49 -49
  128. package/es/Switch/Switch.js +0 -0
  129. package/es/Switch/Switch.module.css +110 -109
  130. package/es/Switch/docs/Switch__custom.docs.js +0 -0
  131. package/es/Switch/docs/Switch__default.docs.js +0 -0
  132. package/es/Tab/Tab.module.css +101 -101
  133. package/es/Tab/TabContent.module.css +4 -4
  134. package/es/Tab/Tabs.js +17 -17
  135. package/es/Tab/Tabs.module.css +141 -141
  136. package/es/Tab/docs/tabdocs.module.css +29 -29
  137. package/es/Tag/Tag.js +8 -8
  138. package/es/Tag/Tag.module.css +254 -254
  139. package/es/Tag/docs/Tag__custom.docs.js +0 -0
  140. package/es/Tag/docs/Tag__default.docs.js +0 -0
  141. package/es/TextBox/TextBox.js +0 -0
  142. package/es/TextBox/TextBox.module.css +157 -157
  143. package/es/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +127 -127
  144. package/es/TextBox/docs/TextBox__custom.docs.js +0 -0
  145. package/es/TextBox/docs/TextBox__default.docs.js +0 -0
  146. package/es/TextBox/docs/TextBox__variant.docs.js +0 -0
  147. package/es/TextBoxIcon/TextBoxIcon.js +0 -0
  148. package/es/TextBoxIcon/TextBoxIcon.module.css +78 -78
  149. package/es/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +334 -334
  150. package/es/TextBoxIcon/docs/TextBoxIcon__custom.docs.js +0 -0
  151. package/es/TextBoxIcon/docs/TextBoxIcon__default.docs.js +0 -0
  152. package/es/Textarea/Textarea.js +0 -0
  153. package/es/Textarea/Textarea.module.css +139 -139
  154. package/es/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +97 -97
  155. package/es/Textarea/docs/Textarea__custom.docs.js +0 -0
  156. package/es/Textarea/docs/Textarea__default.docs.js +0 -0
  157. package/es/Textarea/docs/Textarea__disabled.docs.js +0 -0
  158. package/es/Tooltip/Tooltip.module.css +109 -109
  159. package/es/common/animation.module.css +624 -624
  160. package/es/common/avatarsizes.module.css +44 -44
  161. package/es/common/basic.module.css +33 -33
  162. package/es/common/basicReset.module.css +40 -40
  163. package/es/common/common.module.css +525 -502
  164. package/es/common/customscroll.module.css +89 -89
  165. package/es/common/docStyle.module.css +766 -766
  166. package/es/common/reset.module.css +12 -12
  167. package/es/common/transition.module.css +146 -146
  168. package/es/deprecated/AdvancedMultiSelect.module.css +126 -126
  169. package/es/index.js +0 -4
  170. package/es/semantic/Button/semanticButton.module.css +9 -9
  171. package/es/utils/Common.js +0 -0
  172. package/es/utils/dropDownUtils.js +0 -0
  173. package/lib/AppContainer/AppContainer.module.css +18 -18
  174. package/lib/Avatar/Avatar.js +9 -9
  175. package/lib/Avatar/Avatar.module.css +117 -117
  176. package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +288 -288
  177. package/lib/AvatarTeam/AvatarTeam.js +7 -7
  178. package/lib/AvatarTeam/AvatarTeam.module.css +161 -161
  179. package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +226 -226
  180. package/lib/AvatarTeam/docs/AvatarTeam__custom.docs.js +0 -0
  181. package/lib/AvatarTeam/docs/AvatarTeam__default.docs.js +0 -0
  182. package/lib/AvatarTeam/docs/AvatarTeam__palette.docs.js +0 -0
  183. package/lib/AvatarTeam/docs/AvatarTeam__size.docs.js +0 -0
  184. package/lib/Button/Button.js +4 -4
  185. package/lib/Button/Button.module.css +521 -521
  186. package/lib/Button/__tests__/__snapshots__/Button.spec.js.snap +191 -191
  187. package/lib/Button/docs/Button__custom.docs.js +0 -0
  188. package/lib/Button/docs/Button__default.docs.js +0 -0
  189. package/lib/Buttongroup/Buttongroup.js +1 -1
  190. package/lib/Buttongroup/Buttongroup.module.css +89 -89
  191. package/lib/Buttongroup/__test__/__snapshots__/Buttongroup.spec.js.snap +146 -146
  192. package/lib/Card/Card.js +12 -7
  193. package/lib/Card/Card.module.css +20 -20
  194. package/lib/Card/docs/Card__Custom.docs.js +0 -0
  195. package/lib/Card/docs/Card__Default.docs.js +0 -0
  196. package/lib/Card/docs/Card__Scroll.docs.js +0 -0
  197. package/lib/CheckBox/CheckBox.js +0 -0
  198. package/lib/CheckBox/CheckBox.module.css +157 -153
  199. package/lib/CheckBox/docs/CheckBox__custom.docs.js +0 -0
  200. package/lib/CheckBox/docs/CheckBox__default.docs.js +0 -0
  201. package/lib/DateTime/CalendarView.js +0 -0
  202. package/lib/DateTime/DateTime.js +0 -0
  203. package/lib/DateTime/DateTime.module.css +187 -187
  204. package/lib/DateTime/DateWidget.js +0 -0
  205. package/lib/DateTime/DateWidget.module.css +38 -38
  206. package/lib/DateTime/YearView.js +0 -0
  207. package/lib/DateTime/YearView.module.css +81 -81
  208. package/lib/DateTime/common.js +0 -0
  209. package/lib/DateTime/docs/DateTime__default.docs.js +0 -0
  210. package/lib/DateTime/docs/DateWidget__default.docs.js +0 -0
  211. package/lib/DateTime/index.js +0 -0
  212. package/lib/DateTime/objectUtils.js +0 -0
  213. package/lib/DateTime/typeChecker.js +0 -0
  214. package/lib/DateTime/validator.js +0 -0
  215. package/lib/DropBox/DropBox.js +0 -0
  216. package/lib/DropBox/DropBox.module.css +406 -406
  217. package/lib/DropBox/DropBoxPositionMapping.json +144 -144
  218. package/lib/DropDown/DropDown.js +0 -0
  219. package/lib/DropDown/DropDown.module.css +5 -5
  220. package/lib/DropDown/DropDownHeading.js +0 -0
  221. package/lib/DropDown/DropDownHeading.module.css +53 -53
  222. package/lib/DropDown/DropDownItem.js +0 -0
  223. package/lib/DropDown/DropDownItem.module.css +94 -94
  224. package/lib/DropDown/DropDownSearch.js +0 -0
  225. package/lib/DropDown/DropDownSearch.module.css +14 -14
  226. package/lib/DropDown/DropDownSeparator.js +0 -0
  227. package/lib/DropDown/DropDownSeparator.module.css +7 -7
  228. package/lib/Label/Label.js +0 -0
  229. package/lib/Label/Label.module.css +52 -52
  230. package/lib/Label/LabelColors.module.css +20 -20
  231. package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +101 -101
  232. package/lib/Label/docs/Label__clipped.docs.js +0 -0
  233. package/lib/Label/docs/Label__custom.docs.js +0 -0
  234. package/lib/Label/docs/Label__palette.docs.js +0 -0
  235. package/lib/Label/docs/Label__size.docs.js +0 -0
  236. package/lib/Label/docs/Label__type.docs.js +0 -0
  237. package/lib/Layout/Box.js +18 -32
  238. package/lib/Layout/Container.js +18 -29
  239. package/lib/Layout/Layout.module.css +336 -324
  240. package/lib/Layout/docs/Layout__default.docs.js +0 -0
  241. package/lib/Layout/docs/Layout__four_Column.docs.js +16 -22
  242. package/lib/Layout/props/defaultProps.js +20 -0
  243. package/lib/Layout/props/propTypes.js +54 -0
  244. package/lib/Layout/utils.js +0 -0
  245. package/lib/LightNightMode/Colors.json +496 -496
  246. package/lib/ListItem/ListItem.js +0 -0
  247. package/lib/ListItem/ListItem.module.css +209 -205
  248. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +6 -6
  249. package/lib/MultiSelect/MultiSelect.js +5 -5
  250. package/lib/MultiSelect/MultiSelect.module.css +205 -205
  251. package/lib/MultiSelect/MultiSelectWithAvatar.js +0 -0
  252. package/lib/MultiSelect/SelectedOptions.module.css +15 -15
  253. package/lib/MultiSelect/__tests__/MultiSelect.spec.js +0 -0
  254. package/lib/PopOver/PopOver.module.css +8 -8
  255. package/lib/Popup/Popup.js +0 -0
  256. package/lib/Popup/PositionMapping.json +73 -73
  257. package/lib/Radio/Radio.js +0 -0
  258. package/lib/Radio/Radio.module.css +112 -110
  259. package/lib/Radio/docs/Radio__custom.docs.js +0 -0
  260. package/lib/Radio/docs/Radio__default.docs.js +0 -0
  261. package/lib/Responsive/CustomResponsive.js +0 -0
  262. package/lib/Responsive/docs/Responsive__Custom.docs.js +0 -0
  263. package/lib/Responsive/docs/style.module.css +55 -55
  264. package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  265. package/lib/Ribbon/Ribbon.js +0 -0
  266. package/lib/Ribbon/Ribbon.module.css +376 -376
  267. package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +163 -163
  268. package/lib/Ribbon/docs/Ribbon__custom.docs.js +0 -0
  269. package/lib/Ribbon/docs/Ribbon__default.docs.js +0 -0
  270. package/lib/RippleEffect/RippleEffect.module.css +92 -70
  271. package/lib/Select/GroupSelect.js +0 -0
  272. package/lib/Select/Select.js +0 -0
  273. package/lib/Select/Select.module.css +106 -106
  274. package/lib/Select/SelectWithAvatar.js +0 -0
  275. package/lib/Select/SelectWithIcon.js +0 -0
  276. package/lib/Select/__tests__/Select.spec.js +0 -0
  277. package/lib/Select/docs/SelectWithIcon__default.docs.js +0 -0
  278. package/lib/Select/docs/Select__default.docs.js +0 -0
  279. package/lib/Stencils/Stencils.js +0 -0
  280. package/lib/Stencils/Stencils.module.css +96 -96
  281. package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +49 -49
  282. package/lib/Switch/Switch.js +0 -0
  283. package/lib/Switch/Switch.module.css +110 -109
  284. package/lib/Switch/docs/Switch__custom.docs.js +0 -0
  285. package/lib/Switch/docs/Switch__default.docs.js +0 -0
  286. package/lib/Tab/Tab.module.css +101 -101
  287. package/lib/Tab/TabContent.module.css +4 -4
  288. package/lib/Tab/Tabs.js +11 -11
  289. package/lib/Tab/Tabs.module.css +141 -141
  290. package/lib/Tab/docs/tabdocs.module.css +29 -29
  291. package/lib/Tag/Tag.js +8 -8
  292. package/lib/Tag/Tag.module.css +254 -254
  293. package/lib/Tag/docs/Tag__custom.docs.js +0 -0
  294. package/lib/Tag/docs/Tag__default.docs.js +0 -0
  295. package/lib/TextBox/TextBox.js +0 -0
  296. package/lib/TextBox/TextBox.module.css +157 -157
  297. package/lib/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +127 -127
  298. package/lib/TextBox/docs/TextBox__custom.docs.js +0 -0
  299. package/lib/TextBox/docs/TextBox__default.docs.js +0 -0
  300. package/lib/TextBox/docs/TextBox__variant.docs.js +0 -0
  301. package/lib/TextBoxIcon/TextBoxIcon.js +0 -0
  302. package/lib/TextBoxIcon/TextBoxIcon.module.css +78 -78
  303. package/lib/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +334 -334
  304. package/lib/TextBoxIcon/docs/TextBoxIcon__custom.docs.js +0 -0
  305. package/lib/TextBoxIcon/docs/TextBoxIcon__default.docs.js +0 -0
  306. package/lib/Textarea/Textarea.js +0 -0
  307. package/lib/Textarea/Textarea.module.css +139 -139
  308. package/lib/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +97 -97
  309. package/lib/Textarea/docs/Textarea__custom.docs.js +0 -0
  310. package/lib/Textarea/docs/Textarea__default.docs.js +0 -0
  311. package/lib/Textarea/docs/Textarea__disabled.docs.js +0 -0
  312. package/lib/Tooltip/Tooltip.module.css +109 -109
  313. package/lib/common/animation.module.css +624 -624
  314. package/lib/common/avatarsizes.module.css +44 -44
  315. package/lib/common/basic.module.css +33 -33
  316. package/lib/common/basicReset.module.css +40 -40
  317. package/lib/common/common.module.css +525 -502
  318. package/lib/common/customscroll.module.css +89 -89
  319. package/lib/common/docStyle.module.css +766 -766
  320. package/lib/common/reset.module.css +12 -12
  321. package/lib/common/transition.module.css +146 -146
  322. package/lib/deprecated/AdvancedMultiSelect.module.css +126 -126
  323. package/lib/index.js +0 -36
  324. package/lib/semantic/Button/semanticButton.module.css +9 -9
  325. package/lib/utils/Common.js +0 -0
  326. package/lib/utils/dropDownUtils.js +0 -0
  327. package/package.json +76 -75
  328. package/es/a11y/FocusScope/FocusScope.js +0 -370
  329. package/es/a11y/FocusScope/docs/FocusScope__default.docs.js +0 -139
  330. package/es/beta/FocusRing/FocusRing.js +0 -281
  331. package/es/beta/FocusRing/FocusRing.module.css +0 -152
  332. package/es/beta/FocusRing/docs/FocusRing__default.docs.js +0 -48
  333. package/lib/a11y/FocusScope/FocusScope.js +0 -443
  334. package/lib/a11y/FocusScope/docs/FocusScope__default.docs.js +0 -191
  335. package/lib/beta/FocusRing/FocusRing.js +0 -338
  336. package/lib/beta/FocusRing/FocusRing.module.css +0 -152
  337. package/lib/beta/FocusRing/docs/FocusRing__default.docs.js +0 -101
@@ -1,502 +1,525 @@
1
- /*Font-smooth*/
2
- .ftsmooth {
3
- -moz-osx-font-smoothing: grayscale;
4
- -webkit-font-smoothing: antialiased;
5
- }
6
-
7
- /* --Overflow Props-- */
8
- .oflowx {
9
- overflow-x: auto;
10
- overflow-y: hidden;
11
- }
12
-
13
- .oflowy {
14
- overflow-y: auto;
15
- overflow-x: hidden;
16
- }
17
-
18
- .oflow {
19
- overflow: hidden;
20
- }
21
-
22
- .oflowA {
23
- overflow: auto;
24
- }
25
-
26
- /* --Position Props-- */
27
- .posrel {
28
- position: relative;
29
- }
30
-
31
- .posab {
32
- position: absolute;
33
- }
34
-
35
- .posfix {
36
- position: fixed;
37
- }
38
-
39
- .cboth::after {
40
- content: '.';
41
- display: block;
42
- font-size: 0;
43
- height: 0;
44
- line-height: 0;
45
- visibility: hidden;
46
- clear: both;
47
- }
48
-
49
- .blockEvent {
50
- pointer-events: none;
51
- }
52
-
53
- .clboth {
54
- clear: both;
55
- }
56
- .disable,
57
- .disabled {
58
- position: relative;
59
- }
60
- .disable::after {
61
- cursor: no-drop;
62
- background: var(--zdt_disable_bg);
63
- }
64
- .disable::after,
65
- .disabled::after,
66
- .readonly::after {
67
- position: absolute;
68
- top: 0;
69
- bottom: 0;
70
- z-index: 2;
71
- content: '';
72
- user-select: none;
73
- }
74
- [dir=ltr] .disable::after, [dir=ltr] .disabled::after, [dir=ltr] .readonly::after {
75
- left: 0;
76
- right: 0;
77
- }
78
- [dir=rtl] .disable::after, [dir=rtl] .disabled::after, [dir=rtl] .readonly::after {
79
- right: 0;
80
- left: 0;
81
- }
82
-
83
- .disabled, .readonly {
84
- cursor: not-allowed;
85
- }
86
- .disabled::after, .readonly::after {
87
- cursor: not-allowed;
88
- }
89
-
90
- /* --Float Props-- */
91
- [dir=ltr] .fleft {
92
- float: left;
93
- }
94
- [dir=rtl] .fleft {
95
- float: right;
96
- }
97
-
98
- [dir=ltr] .fright {
99
- float: right;
100
- }
101
-
102
- [dir=rtl] .fright {
103
- float: left;
104
- }
105
-
106
- .fnone {
107
- float: none;
108
- }
109
-
110
- /* --Display Props-- */
111
- .dinblk {
112
- display: inline-block;
113
- }
114
-
115
- .dblk {
116
- display: block;
117
- }
118
-
119
- .dtable {
120
- display: table;
121
- }
122
-
123
- .dtcell {
124
- display: table-cell;
125
- }
126
-
127
- .hide {
128
- display: none;
129
- }
130
-
131
- /* FLex Assets*/
132
- .dflex {
133
- display: -webkit-box;
134
- display: -ms-flexbox;
135
- display: flex;
136
- }
137
-
138
- .dInflex {
139
- display: inline-flex;
140
- display: -webkit-inline-flex;
141
- display: -ms-inline-flexbox;
142
- }
143
-
144
- .flexwrap {
145
- -ms-flex-wrap: wrap;
146
- flex-wrap: wrap;
147
- }
148
-
149
- .flexcolumn {
150
- -webkit-box-orient: vertical;
151
- -webkit-box-direction: normal;
152
- -webkit-flex-direction: column;
153
- -ms-flex-direction: column;
154
- flex-direction: column;
155
- }
156
-
157
- .flexrow {
158
- -webkit-box-orient: horizontal;
159
- -webkit-box-direction: normal;
160
- -webkit-flex-direction: row;
161
- -ms-flex-direction: row;
162
- flex-direction: row;
163
- }
164
-
165
- .flexrowreverse {
166
- -webkit-box-orient: horizontal;
167
- -webkit-box-direction: reverse;
168
- -webkit-flex-direction: row-reverse;
169
- -ms-flex-direction: row-reverse;
170
- flex-direction: row-reverse;
171
- }
172
-
173
- .flexcolumnreverse {
174
- -webkit-box-orient: vertical;
175
- -webkit-box-direction: reverse;
176
- -webkit-flex-direction: column-reverse;
177
- -ms-flex-direction: column-reverse;
178
- flex-direction: column-reverse;
179
- }
180
-
181
- .flexgrow {
182
- -webkit-box-flex: 1;
183
- -ms-flex-positive: 1;
184
- flex-grow: 1;
185
- min-height: 0;
186
- min-width: 0;
187
- }
188
-
189
- .flexshrink {
190
- flex-shrink: 0;
191
- -moz-flex-shrink: 0;
192
- -webkit-flex-shrink: 0;
193
- -ms-flex-shrink: 0;
194
- }
195
-
196
- .flexbasis {
197
- flex-basis: 0%;
198
- -webkit-flex-basis: 0%;
199
- -moz-flex-basis: 0%;
200
- -ms-flex-basis: 0%;
201
- }
202
-
203
- .alignVertical {
204
- -webkit-box-align: center;
205
- -ms-flex-align: center;
206
- align-items: center;
207
- }
208
-
209
- .alignFstart {
210
- -webkit-box-align: start;
211
- -ms-flex-align: start;
212
- align-items: flex-start;
213
- }
214
-
215
- .alignFend {
216
- -webkit-box-align: end;
217
- -ms-flex-align: end;
218
- align-items: flex-end;
219
- }
220
- .alignBaseline {
221
- -webkit-box-align: baseline;
222
- -ms-flex-align: baseline;
223
- align-items: baseline;
224
- }
225
-
226
- .alignHorizontal {
227
- -webkit-box-pack: center;
228
- -ms-flex-pack: center;
229
- justify-content: center;
230
- }
231
-
232
- .alignAround {
233
- -ms-flex-pack: distribute;
234
- justify-content: space-around;
235
- }
236
-
237
- .alignBetween {
238
- -webkit-box-pack: justify;
239
- -ms-flex-pack: justify;
240
- justify-content: space-between;
241
- }
242
-
243
- .justifyFend {
244
- -webkit-box-pack: flex-end;
245
- -ms-flex-pack: flex-end;
246
- justify-content: flex-end;
247
- }
248
-
249
- /* --Vertical props-- */
250
-
251
- .vtop {
252
- vertical-align: top;
253
- }
254
-
255
- .vbot {
256
- vertical-align: bottom;
257
- }
258
-
259
- .vmid {
260
- vertical-align: middle;
261
- }
262
-
263
- /* --Resize Props-- */
264
- .resizeX {
265
- resize: horizontal;
266
- }
267
-
268
- .resizenone {
269
- resize: none;
270
- }
271
-
272
- .resizeboth {
273
- resize: both;
274
- }
275
-
276
- .resizeY {
277
- resize: vertical;
278
- }
279
-
280
- /*font-family*/
281
- .regular {
282
- font-family: var(--zd_regular, Regular);
283
- }
284
-
285
- .light {
286
- font-family: var(--zd_light, Light);
287
- }
288
-
289
- .semibold {
290
- font-family: var(--zd_semibold, Semibold);
291
- composes: ftsmooth;
292
- }
293
-
294
- .bold {
295
- font-family: var(--zd_bold, Bold);
296
- composes: ftsmooth;
297
- }
298
-
299
- /* --Pointer props-- */
300
- .pointer {
301
- cursor: pointer;
302
- }
303
-
304
- .notallow {
305
- cursor: not-allowed;
306
- }
307
-
308
- .curdefault {
309
- cursor: default;
310
- }
311
-
312
- /* --Width Props-- */
313
- .w100 {
314
- width: 100%;
315
- }
316
-
317
- .h100 {
318
- height: 100%;
319
- }
320
-
321
- .rounded {
322
- -moz-border-radius: 50%;
323
- -webkit-border-radius: 50%;
324
- -ms-border-radius: 50%;
325
- border-radius: 50%;
326
- }
327
-
328
- .noradius {
329
- border-radius: 0;
330
- }
331
-
332
- .tcenter {
333
- text-align: center;
334
- }
335
-
336
- [dir=ltr] .tleft {
337
- text-align: left;
338
- }
339
-
340
- [dir=rtl] .tleft {
341
- text-align: right;
342
- }
343
-
344
- [dir=ltr] .tright {
345
- text-align: right;
346
- }
347
-
348
- [dir=rtl] .tright {
349
- text-align: left;
350
- }
351
-
352
- .textCap {
353
- text-transform: uppercase;
354
- }
355
-
356
- .textCaps {
357
- text-transform: capitalize;
358
- }
359
-
360
- .t50 {
361
- top: 50%;
362
- }
363
-
364
- [dir=ltr] .l50 {
365
- left: 50%;
366
- }
367
-
368
- [dir=rtl] .l50 {
369
- right: 50%;
370
- }
371
-
372
- [dir=ltr] .middle {
373
- transform: translate(-50%, -50%) translateZ(0);
374
- -webkit-transform: translate(-50%, -50%) translateZ(0);
375
- -moz-transform: translate(-50%, -50%) translateZ(0);
376
- -ms-transform: translate(-50%, -50%) translateZ(0);
377
- }
378
-
379
- [dir=rtl] .middle {
380
- transform: translate(50%, -50%) translateZ(0);
381
- -webkit-transform: translate(50%, -50%) translateZ(0);
382
- -moz-transform: translate(50%, -50%) translateZ(0);
383
- -ms-transform: translate(50%, -50%) translateZ(0);
384
- }
385
-
386
- .middleBoth {
387
- composes: middle;
388
- top: 50%;
389
- }
390
-
391
- [dir=ltr] .middleBoth {
392
- left: 50%;
393
- }
394
-
395
- [dir=rtl] .middleBoth {
396
- right: 50%;
397
- }
398
-
399
- .middleY {
400
- -webkit-transform: translateY(-50%);
401
- -moz-transform: translateY(-50%);
402
- -ms-transform: translateY(-50%);
403
- transform: translateY(-50%);
404
- }
405
-
406
- .yMiddle {
407
- composes: middleY;
408
- composes: t50;
409
- }
410
-
411
- [dir=ltr] .middleX {
412
- transform: translateX(-50%);
413
- -webkit-transform: translateX(-50%);
414
- -moz-transform: translateX(-50%);
415
- -ms-transform: translateX(-50%);
416
- }
417
-
418
- [dir=rtl] .middleX {
419
- transform: translateX(50%);
420
- -webkit-transform: translateX(50%);
421
- -moz-transform: translateX(50%);
422
- -ms-transform: translateX(50%);
423
- }
424
-
425
- .xMiddle {
426
- composes: middleX;
427
- composes: l50;
428
- }
429
-
430
- .transZ {
431
- -moz-transform: translateZ(0);
432
- -webkit-transform: translateZ(0);
433
- -ms-transform: translateZ(0);
434
- transform: translateZ(0);
435
- }
436
-
437
- .vishidden {
438
- visibility: hidden;
439
- }
440
-
441
- .visible {
442
- visibility: visible;
443
- }
444
-
445
- .coverafter::after {
446
- content: '';
447
- vertical-align: middle;
448
- display: inline-block;
449
- height: 100%;
450
- }
451
-
452
- .wbreak {
453
- word-break: break-word;
454
- }
455
-
456
- .notrans {
457
- transition: none;
458
- -moz-transition: none;
459
- -ms-transition: none;
460
- -webkit-transition: none;
461
- }
462
-
463
- .dotted {
464
- overflow: hidden;
465
- white-space: nowrap;
466
- word-wrap: normal;
467
- text-overflow: ellipsis;
468
- }
469
- .clamp {
470
- -webkit-line-clamp: 2;
471
- -webkit-box-orient: vertical;
472
- display: -webkit-box;
473
- overflow: hidden;
474
- }
475
-
476
- .offSelection {
477
- -webkit-user-select: none;
478
- -moz-user-select: none;
479
- -ms-user-select: none;
480
- user-select: none;
481
- }
482
-
483
- .disableFocus a,
484
- .disableFocus input,
485
- .disableFocus textarea,
486
- .disableFocus button,
487
- .disableFocus iframe {
488
- display: none;
489
- }
490
-
491
- .sticky {
492
- position: sticky;
493
- position: -webkit-sticky;
494
- }
495
- .fitContWidth{
496
- width: fit-content;
497
- width: -moz-fit-content;
498
- }
499
- .fitContHeight{
500
- height: fit-content;
501
- height: -moz-fit-content;
502
- }
1
+ /*Font-smooth*/
2
+ .ftsmooth {
3
+ -moz-osx-font-smoothing: grayscale;
4
+ -webkit-font-smoothing: antialiased;
5
+ }
6
+
7
+ /* --Overflow Props-- */
8
+ .oflowx {
9
+ overflow-x: auto;
10
+ overflow-y: hidden;
11
+ }
12
+
13
+ .oflowy {
14
+ overflow-y: auto;
15
+ overflow-x: hidden;
16
+ }
17
+
18
+ .oflow {
19
+ overflow: hidden;
20
+ }
21
+
22
+ .oflowA {
23
+ overflow: auto;
24
+ }
25
+
26
+ .preventScrollBubbleX {
27
+ overscroll-behavior-x: contain;
28
+ }
29
+
30
+ .preventScrollBubbleY {
31
+ overscroll-behavior-y: contain;
32
+ }
33
+
34
+ .preventScrollBubbleBoth {
35
+ overscroll-behavior: contain;
36
+ }
37
+
38
+
39
+ /* --Position Props-- */
40
+ .posrel {
41
+ position: relative;
42
+ }
43
+
44
+ .posab {
45
+ position: absolute;
46
+ }
47
+
48
+ .posfix {
49
+ position: fixed;
50
+ }
51
+
52
+ .cboth::after {
53
+ content: '.';
54
+ display: block;
55
+ font-size: 0;
56
+ height: 0;
57
+ line-height: 0;
58
+ visibility: hidden;
59
+ clear: both;
60
+ }
61
+
62
+ .blockEvent {
63
+ pointer-events: none;
64
+ }
65
+
66
+ .clboth {
67
+ clear: both;
68
+ }
69
+
70
+ .disable,
71
+ .disabled {
72
+ position: relative;
73
+ }
74
+
75
+ .disable::after {
76
+ cursor: no-drop;
77
+ background: var(--zdt_disable_bg);
78
+ }
79
+
80
+ .disable::after,
81
+ .disabled::after,
82
+ .readonly::after {
83
+ position: absolute;
84
+ top: 0;
85
+ bottom: 0;
86
+ z-index: 2;
87
+ content: '';
88
+ user-select: none;
89
+ }
90
+
91
+ [dir=ltr] .disable::after, [dir=ltr] .disabled::after, [dir=ltr] .readonly::after {
92
+ left: 0;
93
+ right: 0;
94
+ }
95
+
96
+ [dir=rtl] .disable::after, [dir=rtl] .disabled::after, [dir=rtl] .readonly::after {
97
+ right: 0;
98
+ left: 0;
99
+ }
100
+
101
+ .disabled, .readonly {
102
+ cursor: not-allowed;
103
+ }
104
+
105
+ .disabled::after, .readonly::after {
106
+ cursor: not-allowed;
107
+ }
108
+
109
+ /* --Float Props-- */
110
+ [dir=ltr] .fleft {
111
+ float: left;
112
+ }
113
+ [dir=rtl] .fleft {
114
+ float: right;
115
+ }
116
+
117
+ [dir=ltr] .fright {
118
+ float: right;
119
+ }
120
+
121
+ [dir=rtl] .fright {
122
+ float: left;
123
+ }
124
+
125
+ .fnone {
126
+ float: none;
127
+ }
128
+
129
+ /* --Display Props-- */
130
+ .dinblk {
131
+ display: inline-block;
132
+ }
133
+
134
+ .dblk {
135
+ display: block;
136
+ }
137
+
138
+ .dtable {
139
+ display: table;
140
+ }
141
+
142
+ .dtcell {
143
+ display: table-cell;
144
+ }
145
+
146
+ .hide {
147
+ display: none;
148
+ }
149
+
150
+ /* FLex Assets*/
151
+ .dflex {
152
+ display: -webkit-box;
153
+ display: -ms-flexbox;
154
+ display: flex;
155
+ }
156
+
157
+ .dInflex {
158
+ display: inline-flex;
159
+ display: -webkit-inline-flex;
160
+ display: -ms-inline-flexbox;
161
+ }
162
+
163
+ .flexwrap {
164
+ -ms-flex-wrap: wrap;
165
+ flex-wrap: wrap;
166
+ }
167
+
168
+ .flexcolumn {
169
+ -webkit-box-orient: vertical;
170
+ -webkit-box-direction: normal;
171
+ -webkit-flex-direction: column;
172
+ -ms-flex-direction: column;
173
+ flex-direction: column;
174
+ }
175
+
176
+ .flexrow {
177
+ -webkit-box-orient: horizontal;
178
+ -webkit-box-direction: normal;
179
+ -webkit-flex-direction: row;
180
+ -ms-flex-direction: row;
181
+ flex-direction: row;
182
+ }
183
+
184
+ .flexrowreverse {
185
+ -webkit-box-orient: horizontal;
186
+ -webkit-box-direction: reverse;
187
+ -webkit-flex-direction: row-reverse;
188
+ -ms-flex-direction: row-reverse;
189
+ flex-direction: row-reverse;
190
+ }
191
+
192
+ .flexcolumnreverse {
193
+ -webkit-box-orient: vertical;
194
+ -webkit-box-direction: reverse;
195
+ -webkit-flex-direction: column-reverse;
196
+ -ms-flex-direction: column-reverse;
197
+ flex-direction: column-reverse;
198
+ }
199
+
200
+ .flexgrow {
201
+ -webkit-box-flex: 1;
202
+ -ms-flex-positive: 1;
203
+ flex-grow: 1;
204
+ min-height: 0;
205
+ min-width: 0;
206
+ }
207
+
208
+ .flexshrink {
209
+ flex-shrink: 0;
210
+ -moz-flex-shrink: 0;
211
+ -webkit-flex-shrink: 0;
212
+ -ms-flex-shrink: 0;
213
+ }
214
+
215
+ .flexbasis {
216
+ flex-basis: 0%;
217
+ -webkit-flex-basis: 0%;
218
+ -moz-flex-basis: 0%;
219
+ -ms-flex-basis: 0%;
220
+ }
221
+
222
+ .alignVertical {
223
+ -webkit-box-align: center;
224
+ -ms-flex-align: center;
225
+ align-items: center;
226
+ }
227
+
228
+ .alignFstart {
229
+ -webkit-box-align: start;
230
+ -ms-flex-align: start;
231
+ align-items: flex-start;
232
+ }
233
+
234
+ .alignFend {
235
+ -webkit-box-align: end;
236
+ -ms-flex-align: end;
237
+ align-items: flex-end;
238
+ }
239
+
240
+ .alignBaseline {
241
+ -webkit-box-align: baseline;
242
+ -ms-flex-align: baseline;
243
+ align-items: baseline;
244
+ }
245
+
246
+ .alignHorizontal {
247
+ -webkit-box-pack: center;
248
+ -ms-flex-pack: center;
249
+ justify-content: center;
250
+ }
251
+
252
+ .alignAround {
253
+ -ms-flex-pack: distribute;
254
+ justify-content: space-around;
255
+ }
256
+
257
+ .alignBetween {
258
+ -webkit-box-pack: justify;
259
+ -ms-flex-pack: justify;
260
+ justify-content: space-between;
261
+ }
262
+
263
+ .justifyFend {
264
+ -webkit-box-pack: flex-end;
265
+ -ms-flex-pack: flex-end;
266
+ justify-content: flex-end;
267
+ }
268
+
269
+ /* --Vertical props-- */
270
+
271
+ .vtop {
272
+ vertical-align: top;
273
+ }
274
+
275
+ .vbot {
276
+ vertical-align: bottom;
277
+ }
278
+
279
+ .vmid {
280
+ vertical-align: middle;
281
+ }
282
+
283
+ /* --Resize Props-- */
284
+ .resizeX {
285
+ resize: horizontal;
286
+ }
287
+
288
+ .resizenone {
289
+ resize: none;
290
+ }
291
+
292
+ .resizeboth {
293
+ resize: both;
294
+ }
295
+
296
+ .resizeY {
297
+ resize: vertical;
298
+ }
299
+
300
+ /*font-family*/
301
+ .regular {
302
+ font-family: var(--zd_regular, Regular);
303
+ }
304
+
305
+ .light {
306
+ font-family: var(--zd_light, Light);
307
+ }
308
+
309
+ .semibold {
310
+ font-family: var(--zd_semibold, Semibold);
311
+ composes: ftsmooth;
312
+ }
313
+
314
+ .bold {
315
+ font-family: var(--zd_bold, Bold);
316
+ composes: ftsmooth;
317
+ }
318
+
319
+ /* --Pointer props-- */
320
+ .pointer {
321
+ cursor: pointer;
322
+ }
323
+
324
+ .notallow {
325
+ cursor: not-allowed;
326
+ }
327
+
328
+ .curdefault {
329
+ cursor: default;
330
+ }
331
+
332
+ /* --Width Props-- */
333
+ .w100 {
334
+ width: 100%;
335
+ }
336
+
337
+ .h100 {
338
+ height: 100%;
339
+ }
340
+
341
+ .rounded {
342
+ -moz-border-radius: 50%;
343
+ -webkit-border-radius: 50%;
344
+ -ms-border-radius: 50%;
345
+ border-radius: 50%;
346
+ }
347
+
348
+ .noradius {
349
+ border-radius: 0;
350
+ }
351
+
352
+ .tcenter {
353
+ text-align: center;
354
+ }
355
+
356
+ [dir=ltr] .tleft {
357
+ text-align: left;
358
+ }
359
+
360
+ [dir=rtl] .tleft {
361
+ text-align: right;
362
+ }
363
+
364
+ [dir=ltr] .tright {
365
+ text-align: right;
366
+ }
367
+
368
+ [dir=rtl] .tright {
369
+ text-align: left;
370
+ }
371
+
372
+ .textCap {
373
+ text-transform: uppercase;
374
+ }
375
+
376
+ .textCaps {
377
+ text-transform: capitalize;
378
+ }
379
+
380
+ .t50 {
381
+ top: 50%;
382
+ }
383
+
384
+ [dir=ltr] .l50 {
385
+ left: 50%;
386
+ }
387
+
388
+ [dir=rtl] .l50 {
389
+ right: 50%;
390
+ }
391
+
392
+ [dir=ltr] .middle {
393
+ transform: translate(-50%, -50%) translateZ(0);
394
+ -webkit-transform: translate(-50%, -50%) translateZ(0);
395
+ -moz-transform: translate(-50%, -50%) translateZ(0);
396
+ -ms-transform: translate(-50%, -50%) translateZ(0);
397
+ }
398
+
399
+ [dir=rtl] .middle {
400
+ transform: translate(50%, -50%) translateZ(0);
401
+ -webkit-transform: translate(50%, -50%) translateZ(0);
402
+ -moz-transform: translate(50%, -50%) translateZ(0);
403
+ -ms-transform: translate(50%, -50%) translateZ(0);
404
+ }
405
+
406
+ .middleBoth {
407
+ composes: middle;
408
+ top: 50%;
409
+ }
410
+
411
+ [dir=ltr] .middleBoth {
412
+ left: 50%;
413
+ }
414
+
415
+ [dir=rtl] .middleBoth {
416
+ right: 50%;
417
+ }
418
+
419
+ .middleY {
420
+ -webkit-transform: translateY(-50%);
421
+ -moz-transform: translateY(-50%);
422
+ -ms-transform: translateY(-50%);
423
+ transform: translateY(-50%);
424
+ }
425
+
426
+ .yMiddle {
427
+ composes: middleY;
428
+ composes: t50;
429
+ }
430
+
431
+ [dir=ltr] .middleX {
432
+ transform: translateX(-50%);
433
+ -webkit-transform: translateX(-50%);
434
+ -moz-transform: translateX(-50%);
435
+ -ms-transform: translateX(-50%);
436
+ }
437
+
438
+ [dir=rtl] .middleX {
439
+ transform: translateX(50%);
440
+ -webkit-transform: translateX(50%);
441
+ -moz-transform: translateX(50%);
442
+ -ms-transform: translateX(50%);
443
+ }
444
+
445
+ .xMiddle {
446
+ composes: middleX;
447
+ composes: l50;
448
+ }
449
+
450
+ .transZ {
451
+ -moz-transform: translateZ(0);
452
+ -webkit-transform: translateZ(0);
453
+ -ms-transform: translateZ(0);
454
+ transform: translateZ(0);
455
+ }
456
+
457
+ .vishidden {
458
+ visibility: hidden;
459
+ }
460
+
461
+ .visible {
462
+ visibility: visible;
463
+ }
464
+
465
+ .coverafter::after {
466
+ content: '';
467
+ vertical-align: middle;
468
+ display: inline-block;
469
+ height: 100%;
470
+ }
471
+
472
+ .wbreak {
473
+ word-break: break-word;
474
+ }
475
+
476
+ .notrans {
477
+ transition: none;
478
+ -moz-transition: none;
479
+ -ms-transition: none;
480
+ -webkit-transition: none;
481
+ }
482
+
483
+ .dotted {
484
+ overflow: hidden;
485
+ white-space: nowrap;
486
+ word-wrap: normal;
487
+ text-overflow: ellipsis;
488
+ }
489
+
490
+ .clamp {
491
+ -webkit-line-clamp: 2;
492
+ -webkit-box-orient: vertical;
493
+ display: -webkit-box;
494
+ overflow: hidden;
495
+ }
496
+
497
+ .offSelection {
498
+ -webkit-user-select: none;
499
+ -moz-user-select: none;
500
+ -ms-user-select: none;
501
+ user-select: none;
502
+ }
503
+
504
+ .disableFocus a,
505
+ .disableFocus input,
506
+ .disableFocus textarea,
507
+ .disableFocus button,
508
+ .disableFocus iframe {
509
+ display: none;
510
+ }
511
+
512
+ .sticky {
513
+ position: sticky;
514
+ position: -webkit-sticky;
515
+ }
516
+
517
+ .fitContWidth {
518
+ width: fit-content;
519
+ width: -moz-fit-content;
520
+ }
521
+
522
+ .fitContHeight {
523
+ height: fit-content;
524
+ height: -moz-fit-content;
525
+ }