@alfalab/core-components-universal-modal 3.1.1 → 3.1.2

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 (793) hide show
  1. package/components/{content/base-content → base-content}/index.css +1 -1
  2. package/components/{content/base-content/base-content.js → base-content/index.js} +3 -3
  3. package/components/base-content/index.js.map +1 -0
  4. package/components/{content/base-content → base-content}/index.module.css.js +1 -1
  5. package/components/base-content/index.module.css.js.map +1 -0
  6. package/{modern/components/footer → components}/base-footer/index.css +3 -3
  7. package/components/{footer/base-footer/base-footer.js → base-footer/index.js} +3 -3
  8. package/components/base-footer/index.js.map +1 -0
  9. package/components/base-footer/index.module.css.js +8 -0
  10. package/components/base-footer/index.module.css.js.map +1 -0
  11. package/{esm/components/header → components}/base-header/index.css +4 -4
  12. package/components/base-header/index.module.css.js +8 -0
  13. package/components/base-header/index.module.css.js.map +1 -0
  14. package/components/{header/base-header → base-header}/useBaseHeader.js +1 -1
  15. package/components/base-header/useBaseHeader.js.map +1 -0
  16. package/cssm/components/{content/base-content/base-content.js → base-content/index.js} +3 -3
  17. package/cssm/components/base-content/index.js.map +1 -0
  18. package/cssm/components/{footer/base-footer/base-footer.js → base-footer/index.js} +3 -3
  19. package/cssm/components/base-footer/index.js.map +1 -0
  20. package/cssm/components/{header/base-header → base-header}/useBaseHeader.js +1 -1
  21. package/cssm/components/base-header/useBaseHeader.js.map +1 -0
  22. package/cssm/desktop/Component.desktop.d.ts +3 -3
  23. package/cssm/desktop/Component.desktop.js +6 -20
  24. package/cssm/desktop/Component.desktop.js.map +1 -1
  25. package/cssm/desktop/components/center-modal/center-modal.js +2 -2
  26. package/cssm/desktop/components/center-modal/center-modal.js.map +1 -1
  27. package/cssm/desktop/components/center-modal/index.module.css +792 -0
  28. package/cssm/desktop/components/content/index.d.ts +4 -0
  29. package/cssm/desktop/components/content/index.js +19 -0
  30. package/cssm/desktop/components/content/index.js.map +1 -0
  31. package/{esm/components/footer/desktop/Component.desktop.d.ts → cssm/desktop/components/footer/index.d.ts} +1 -1
  32. package/cssm/{components/footer/desktop/Component.desktop.js → desktop/components/footer/index.js} +6 -6
  33. package/cssm/desktop/components/footer/index.js.map +1 -0
  34. package/cssm/{components/header/desktop/Component.desktop.js → desktop/components/header/index.js} +4 -4
  35. package/cssm/desktop/components/header/index.js.map +1 -0
  36. package/cssm/desktop/components/side-modal/index.module.css +792 -0
  37. package/cssm/desktop/components/side-modal/side-modal.js +2 -2
  38. package/cssm/desktop/components/side-modal/side-modal.js.map +1 -1
  39. package/cssm/desktop/index.d.ts +3 -6
  40. package/cssm/desktop/index.js +6 -22
  41. package/cssm/desktop/index.js.map +1 -1
  42. package/cssm/desktop/utils/get-height-style.js +1 -2
  43. package/cssm/desktop/utils/get-height-style.js.map +1 -1
  44. package/cssm/desktop/utils/get-margin-styles.d.ts +1 -0
  45. package/cssm/desktop/utils/get-margin-styles.js +5 -1
  46. package/cssm/desktop/utils/get-margin-styles.js.map +1 -1
  47. package/cssm/desktop/utils/set-footer-and-header-refs.js.map +1 -1
  48. package/cssm/index.d.ts +4 -7
  49. package/cssm/index.js +7 -23
  50. package/cssm/index.js.map +1 -1
  51. package/cssm/mobile/Component.mobile.d.ts +3 -3
  52. package/cssm/mobile/Component.mobile.js +6 -14
  53. package/cssm/mobile/Component.mobile.js.map +1 -1
  54. package/{esm/components/content/mobile/Component.mobile.d.ts → cssm/mobile/components/content/index.d.ts} +1 -1
  55. package/cssm/{components/content/mobile/Component.mobile.js → mobile/components/content/index.js} +4 -4
  56. package/cssm/mobile/components/content/index.js.map +1 -0
  57. package/cssm/{components/content/desktop/desktop.module.css → mobile/components/content/index.module.css} +5 -0
  58. package/cssm/{components/footer/mobile/Component.mobile.d.ts → mobile/components/footer/index.d.ts} +1 -1
  59. package/cssm/{components/footer/mobile/Component.mobile.js → mobile/components/footer/index.js} +5 -5
  60. package/cssm/mobile/components/footer/index.js.map +1 -0
  61. package/cssm/{components/footer/mobile/mobile.module.css → mobile/components/footer/index.module.css} +3 -3
  62. package/cssm/{components/footer/mobile → mobile/components/footer}/layout.mobile.module.css +5 -6
  63. package/cssm/{components/header/mobile/Component.mobile.js → mobile/components/header/index.js} +4 -4
  64. package/cssm/mobile/components/header/index.js.map +1 -0
  65. package/cssm/mobile/index.d.ts +3 -6
  66. package/cssm/mobile/index.js +6 -18
  67. package/cssm/mobile/index.js.map +1 -1
  68. package/{Component.responsive.d.ts → cssm/responsive/Component.responsive.d.ts} +1 -1
  69. package/cssm/{Component.responsive.js → responsive/Component.responsive.js} +18 -19
  70. package/cssm/responsive/Component.responsive.js.map +1 -0
  71. package/{components/content/responsive/Component.responsive.d.ts → cssm/responsive/components/content/index.d.ts} +2 -2
  72. package/cssm/responsive/components/content/index.js +38 -0
  73. package/cssm/responsive/components/content/index.js.map +1 -0
  74. package/cssm/{components/footer/responsive/Component.responsive.d.ts → responsive/components/footer/index.d.ts} +2 -2
  75. package/cssm/responsive/components/footer/index.js +36 -0
  76. package/cssm/responsive/components/footer/index.js.map +1 -0
  77. package/{esm/components/header/responsive/Component.responsive.d.ts → cssm/responsive/components/header/index.d.ts} +2 -2
  78. package/cssm/responsive/components/header/index.js +36 -0
  79. package/cssm/responsive/components/header/index.js.map +1 -0
  80. package/cssm/responsive/index.d.ts +4 -0
  81. package/cssm/responsive/index.js +17 -0
  82. package/{components/content → cssm/responsive}/index.js.map +1 -1
  83. package/desktop/Component.desktop.d.ts +3 -3
  84. package/desktop/Component.desktop.js +6 -20
  85. package/desktop/Component.desktop.js.map +1 -1
  86. package/desktop/components/center-modal/center-modal.js +2 -2
  87. package/desktop/components/center-modal/center-modal.js.map +1 -1
  88. package/desktop/components/center-modal/index.css +1314 -522
  89. package/desktop/components/center-modal/index.module.css.js +1 -1
  90. package/desktop/components/center-modal/index.module.css.js.map +1 -1
  91. package/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
  92. package/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
  93. package/desktop/components/center-modal/transitions/transitions.css +7 -7
  94. package/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
  95. package/desktop/components/content/index.d.ts +4 -0
  96. package/desktop/components/content/index.js +19 -0
  97. package/desktop/components/content/index.js.map +1 -0
  98. package/{components/footer/desktop → desktop/components/footer}/desktop.css +1 -1
  99. package/{components/footer/desktop → desktop/components/footer}/desktop.module.css.js +1 -1
  100. package/{components/footer/desktop → desktop/components/footer}/desktop.module.css.js.map +1 -1
  101. package/{components/footer/desktop/Component.desktop.d.ts → desktop/components/footer/index.d.ts} +1 -1
  102. package/{components/footer/desktop/Component.desktop.js → desktop/components/footer/index.js} +6 -6
  103. package/desktop/components/footer/index.js.map +1 -0
  104. package/{esm/components/footer/desktop → desktop/components/footer}/layout.css +9 -9
  105. package/desktop/components/footer/layout.module.css.js +8 -0
  106. package/{components/footer/desktop → desktop/components/footer}/layout.module.css.js.map +1 -1
  107. package/{esm/components/header/desktop → desktop/components/header}/desktop.css +5 -5
  108. package/desktop/components/header/desktop.module.css.js +8 -0
  109. package/{components/header/desktop → desktop/components/header}/desktop.module.css.js.map +1 -1
  110. package/{components/header/desktop/Component.desktop.js → desktop/components/header/index.js} +4 -4
  111. package/desktop/components/header/index.js.map +1 -0
  112. package/desktop/components/modal-content/modal-content.css +4 -4
  113. package/desktop/components/modal-content/modal-content.module.css.js +1 -1
  114. package/desktop/components/side-modal/index.css +1316 -524
  115. package/desktop/components/side-modal/index.module.css.js +1 -1
  116. package/desktop/components/side-modal/index.module.css.js.map +1 -1
  117. package/desktop/components/side-modal/side-modal.js +2 -2
  118. package/desktop/components/side-modal/side-modal.js.map +1 -1
  119. package/desktop/components/side-modal/transitions/transitions.css +71 -71
  120. package/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
  121. package/desktop/index.d.ts +3 -6
  122. package/desktop/index.js +6 -22
  123. package/desktop/index.js.map +1 -1
  124. package/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
  125. package/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
  126. package/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
  127. package/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
  128. package/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
  129. package/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
  130. package/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
  131. package/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
  132. package/desktop/utils/get-height-style.js +1 -2
  133. package/desktop/utils/get-height-style.js.map +1 -1
  134. package/desktop/utils/get-margin-styles.d.ts +1 -0
  135. package/desktop/utils/get-margin-styles.js +5 -1
  136. package/desktop/utils/get-margin-styles.js.map +1 -1
  137. package/desktop/utils/set-footer-and-header-refs.js.map +1 -1
  138. package/esm/components/{content/base-content → base-content}/index.css +1 -1
  139. package/esm/components/{content/base-content/base-content.js → base-content/index.js} +3 -3
  140. package/esm/components/base-content/index.js.map +1 -0
  141. package/esm/components/{content/base-content → base-content}/index.module.css.js +1 -1
  142. package/esm/components/base-content/index.module.css.js.map +1 -0
  143. package/esm/components/{footer/base-footer → base-footer}/index.css +3 -3
  144. package/esm/components/{footer/base-footer/base-footer.js → base-footer/index.js} +3 -3
  145. package/esm/components/base-footer/index.js.map +1 -0
  146. package/esm/components/base-footer/index.module.css.js +6 -0
  147. package/esm/components/base-footer/index.module.css.js.map +1 -0
  148. package/{components/header → esm/components}/base-header/index.css +4 -4
  149. package/esm/components/base-header/index.module.css.js +6 -0
  150. package/esm/components/base-header/index.module.css.js.map +1 -0
  151. package/esm/components/{header/base-header → base-header}/useBaseHeader.js +1 -1
  152. package/esm/components/base-header/useBaseHeader.js.map +1 -0
  153. package/esm/desktop/Component.desktop.d.ts +3 -3
  154. package/esm/desktop/Component.desktop.js +3 -17
  155. package/esm/desktop/Component.desktop.js.map +1 -1
  156. package/esm/desktop/components/center-modal/center-modal.js +2 -2
  157. package/esm/desktop/components/center-modal/center-modal.js.map +1 -1
  158. package/esm/desktop/components/center-modal/index.css +1314 -522
  159. package/esm/desktop/components/center-modal/index.module.css.js +1 -1
  160. package/esm/desktop/components/center-modal/index.module.css.js.map +1 -1
  161. package/esm/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
  162. package/esm/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
  163. package/esm/desktop/components/center-modal/transitions/transitions.css +7 -7
  164. package/esm/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
  165. package/esm/desktop/components/content/index.d.ts +4 -0
  166. package/esm/desktop/components/content/index.js +11 -0
  167. package/esm/desktop/components/content/index.js.map +1 -0
  168. package/{modern/components/footer/desktop → esm/desktop/components/footer}/desktop.css +1 -1
  169. package/esm/{components/footer/desktop → desktop/components/footer}/desktop.module.css.js +1 -1
  170. package/esm/{components/footer/desktop → desktop/components/footer}/desktop.module.css.js.map +1 -1
  171. package/{modern/components/footer/desktop/Component.desktop.d.ts → esm/desktop/components/footer/index.d.ts} +1 -1
  172. package/esm/{components/footer/desktop/Component.desktop.js → desktop/components/footer/index.js} +4 -4
  173. package/esm/desktop/components/footer/index.js.map +1 -0
  174. package/{modern/components/footer/desktop → esm/desktop/components/footer}/layout.css +9 -9
  175. package/esm/desktop/components/footer/layout.module.css.js +6 -0
  176. package/esm/{components/footer/desktop → desktop/components/footer}/layout.module.css.js.map +1 -1
  177. package/{modern/components/header/desktop → esm/desktop/components/header}/desktop.css +5 -5
  178. package/esm/desktop/components/header/desktop.module.css.js +6 -0
  179. package/esm/{components/header/desktop → desktop/components/header}/desktop.module.css.js.map +1 -1
  180. package/esm/{components/header/desktop/Component.desktop.js → desktop/components/header/index.js} +4 -4
  181. package/esm/desktop/components/header/index.js.map +1 -0
  182. package/esm/desktop/components/modal-content/modal-content.css +4 -4
  183. package/esm/desktop/components/modal-content/modal-content.module.css.js +1 -1
  184. package/esm/desktop/components/side-modal/index.css +1316 -524
  185. package/esm/desktop/components/side-modal/index.module.css.js +1 -1
  186. package/esm/desktop/components/side-modal/index.module.css.js.map +1 -1
  187. package/esm/desktop/components/side-modal/side-modal.js +2 -2
  188. package/esm/desktop/components/side-modal/side-modal.js.map +1 -1
  189. package/esm/desktop/components/side-modal/transitions/transitions.css +71 -71
  190. package/esm/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
  191. package/esm/desktop/index.d.ts +3 -6
  192. package/esm/desktop/index.js +3 -19
  193. package/esm/desktop/index.js.map +1 -1
  194. package/esm/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
  195. package/esm/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
  196. package/esm/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
  197. package/esm/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
  198. package/esm/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
  199. package/esm/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
  200. package/esm/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
  201. package/esm/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
  202. package/esm/desktop/utils/get-height-style.js +1 -2
  203. package/esm/desktop/utils/get-height-style.js.map +1 -1
  204. package/esm/desktop/utils/get-margin-styles.d.ts +1 -0
  205. package/esm/desktop/utils/get-margin-styles.js +5 -1
  206. package/esm/desktop/utils/get-margin-styles.js.map +1 -1
  207. package/esm/desktop/utils/set-footer-and-header-refs.js.map +1 -1
  208. package/esm/index.d.ts +4 -7
  209. package/esm/index.js +4 -20
  210. package/esm/index.js.map +1 -1
  211. package/esm/mobile/Component.mobile.d.ts +3 -3
  212. package/esm/mobile/Component.mobile.js +3 -11
  213. package/esm/mobile/Component.mobile.js.map +1 -1
  214. package/esm/mobile/components/content/index.css +14 -0
  215. package/{modern/components/content/mobile/Component.mobile.d.ts → esm/mobile/components/content/index.d.ts} +1 -1
  216. package/esm/{components/content/mobile/Component.mobile.js → mobile/components/content/index.js} +3 -3
  217. package/esm/mobile/components/content/index.js.map +1 -0
  218. package/esm/mobile/components/content/index.module.css.js +6 -0
  219. package/esm/mobile/components/content/index.module.css.js.map +1 -0
  220. package/esm/mobile/components/footer/index.css +11 -0
  221. package/{components/footer/mobile/Component.mobile.d.ts → esm/mobile/components/footer/index.d.ts} +1 -1
  222. package/esm/{components/footer/mobile/Component.mobile.js → mobile/components/footer/index.js} +3 -3
  223. package/esm/mobile/components/footer/index.js.map +1 -0
  224. package/esm/mobile/components/footer/index.module.css.js +6 -0
  225. package/esm/mobile/components/footer/index.module.css.js.map +1 -0
  226. package/esm/mobile/components/footer/layout.mobile.css +26 -0
  227. package/esm/mobile/components/footer/layout.mobile.module.css.js +6 -0
  228. package/esm/mobile/components/footer/layout.mobile.module.css.js.map +1 -0
  229. package/esm/{components/header/mobile/mobile.css → mobile/components/header/index.css} +3 -3
  230. package/esm/{components/header/mobile/Component.mobile.js → mobile/components/header/index.js} +4 -4
  231. package/esm/mobile/components/header/index.js.map +1 -0
  232. package/esm/mobile/components/header/index.module.css.js +6 -0
  233. package/esm/mobile/components/header/index.module.css.js.map +1 -0
  234. package/esm/mobile/index.d.ts +3 -6
  235. package/esm/mobile/index.js +3 -15
  236. package/esm/mobile/index.js.map +1 -1
  237. package/esm/mobile/mobile.css +3 -3
  238. package/esm/mobile/mobile.module.css.js +1 -1
  239. package/esm/mobile/transitions/right-side-transitions.mobile.css +7 -7
  240. package/esm/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
  241. package/esm/mobile/transitions/transitions.mobile.css +7 -7
  242. package/esm/mobile/transitions/transitions.mobile.module.css.js +1 -1
  243. package/esm/{Component.responsive.d.ts → responsive/Component.responsive.d.ts} +1 -1
  244. package/esm/{Component.responsive.js → responsive/Component.responsive.js} +15 -16
  245. package/esm/responsive/Component.responsive.js.map +1 -0
  246. package/{cssm/components/content/responsive/Component.responsive.d.ts → esm/responsive/components/content/index.d.ts} +2 -2
  247. package/esm/responsive/components/content/index.js +30 -0
  248. package/esm/responsive/components/content/index.js.map +1 -0
  249. package/{components/footer/responsive/Component.responsive.d.ts → esm/responsive/components/footer/index.d.ts} +2 -2
  250. package/esm/responsive/components/footer/index.js +28 -0
  251. package/esm/responsive/components/footer/index.js.map +1 -0
  252. package/{modern/components/header/responsive/Component.responsive.d.ts → esm/responsive/components/header/index.d.ts} +2 -2
  253. package/esm/responsive/components/header/index.js +28 -0
  254. package/esm/responsive/components/header/index.js.map +1 -0
  255. package/esm/responsive/index.d.ts +4 -0
  256. package/esm/responsive/index.js +5 -0
  257. package/esm/{components/content → responsive}/index.js.map +1 -1
  258. package/index.d.ts +4 -7
  259. package/index.js +7 -23
  260. package/index.js.map +1 -1
  261. package/mobile/Component.mobile.d.ts +3 -3
  262. package/mobile/Component.mobile.js +6 -14
  263. package/mobile/Component.mobile.js.map +1 -1
  264. package/mobile/components/content/index.css +14 -0
  265. package/{components/content/mobile/Component.mobile.d.ts → mobile/components/content/index.d.ts} +1 -1
  266. package/{components/content/mobile/Component.mobile.js → mobile/components/content/index.js} +6 -6
  267. package/mobile/components/content/index.js.map +1 -0
  268. package/mobile/components/content/index.module.css.js +8 -0
  269. package/mobile/components/content/index.module.css.js.map +1 -0
  270. package/mobile/components/footer/index.css +11 -0
  271. package/{esm/components/footer/mobile/Component.mobile.d.ts → mobile/components/footer/index.d.ts} +1 -1
  272. package/{components/footer/mobile/Component.mobile.js → mobile/components/footer/index.js} +5 -5
  273. package/mobile/components/footer/index.js.map +1 -0
  274. package/mobile/components/footer/index.module.css.js +8 -0
  275. package/mobile/components/footer/index.module.css.js.map +1 -0
  276. package/mobile/components/footer/layout.mobile.css +26 -0
  277. package/mobile/components/footer/layout.mobile.module.css.js +8 -0
  278. package/mobile/components/footer/layout.mobile.module.css.js.map +1 -0
  279. package/{modern/components/header/mobile/mobile.css → mobile/components/header/index.css} +3 -3
  280. package/{components/header/mobile/Component.mobile.js → mobile/components/header/index.js} +9 -9
  281. package/mobile/components/header/index.js.map +1 -0
  282. package/mobile/components/header/index.module.css.js +8 -0
  283. package/mobile/components/header/index.module.css.js.map +1 -0
  284. package/mobile/index.d.ts +3 -6
  285. package/mobile/index.js +6 -18
  286. package/mobile/index.js.map +1 -1
  287. package/mobile/mobile.css +3 -3
  288. package/mobile/mobile.module.css.js +1 -1
  289. package/mobile/transitions/right-side-transitions.mobile.css +7 -7
  290. package/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
  291. package/mobile/transitions/transitions.mobile.css +7 -7
  292. package/mobile/transitions/transitions.mobile.module.css.js +1 -1
  293. package/modern/components/{content/base-content → base-content}/index.css +1 -1
  294. package/modern/components/{content/base-content/base-content.js → base-content/index.js} +3 -3
  295. package/modern/components/base-content/index.js.map +1 -0
  296. package/modern/components/{content/base-content → base-content}/index.module.css.js +1 -1
  297. package/modern/components/base-content/index.module.css.js.map +1 -0
  298. package/{components/footer → modern/components}/base-footer/index.css +3 -3
  299. package/modern/components/{footer/base-footer/base-footer.js → base-footer/index.js} +3 -3
  300. package/modern/components/base-footer/index.js.map +1 -0
  301. package/modern/components/base-footer/index.module.css.js +6 -0
  302. package/modern/components/base-footer/index.module.css.js.map +1 -0
  303. package/modern/components/{header/base-header → base-header}/index.css +4 -4
  304. package/modern/components/base-header/index.module.css.js +6 -0
  305. package/modern/components/base-header/index.module.css.js.map +1 -0
  306. package/{moderncssm/components/header → modern/components}/base-header/useBaseHeader.js +1 -1
  307. package/modern/components/base-header/useBaseHeader.js.map +1 -0
  308. package/modern/desktop/Component.desktop.d.ts +3 -3
  309. package/modern/desktop/Component.desktop.js +3 -17
  310. package/modern/desktop/Component.desktop.js.map +1 -1
  311. package/modern/desktop/components/center-modal/center-modal.js +2 -2
  312. package/modern/desktop/components/center-modal/center-modal.js.map +1 -1
  313. package/modern/desktop/components/center-modal/index.css +1314 -522
  314. package/modern/desktop/components/center-modal/index.module.css.js +1 -1
  315. package/modern/desktop/components/center-modal/index.module.css.js.map +1 -1
  316. package/modern/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
  317. package/modern/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
  318. package/modern/desktop/components/center-modal/transitions/transitions.css +7 -7
  319. package/modern/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
  320. package/modern/desktop/components/content/index.d.ts +4 -0
  321. package/modern/desktop/components/content/index.js +7 -0
  322. package/modern/desktop/components/content/index.js.map +1 -0
  323. package/{esm/components/footer/desktop → modern/desktop/components/footer}/desktop.css +1 -1
  324. package/modern/{components/footer/desktop → desktop/components/footer}/desktop.module.css.js +1 -1
  325. package/modern/{components/footer/desktop → desktop/components/footer}/desktop.module.css.js.map +1 -1
  326. package/{cssm/components/footer/desktop/Component.desktop.d.ts → modern/desktop/components/footer/index.d.ts} +1 -1
  327. package/modern/{components/footer/desktop/Component.desktop.js → desktop/components/footer/index.js} +4 -4
  328. package/modern/desktop/components/footer/index.js.map +1 -0
  329. package/{components/footer/desktop → modern/desktop/components/footer}/layout.css +9 -9
  330. package/modern/desktop/components/footer/layout.module.css.js +6 -0
  331. package/modern/{components/footer/desktop → desktop/components/footer}/layout.module.css.js.map +1 -1
  332. package/{components/header/desktop → modern/desktop/components/header}/desktop.css +5 -5
  333. package/modern/desktop/components/header/desktop.module.css.js +6 -0
  334. package/modern/{components/header/desktop → desktop/components/header}/desktop.module.css.js.map +1 -1
  335. package/modern/{components/header/desktop/Component.desktop.js → desktop/components/header/index.js} +4 -4
  336. package/modern/desktop/components/header/index.js.map +1 -0
  337. package/modern/desktop/components/modal-content/modal-content.css +4 -4
  338. package/modern/desktop/components/modal-content/modal-content.module.css.js +1 -1
  339. package/modern/desktop/components/side-modal/index.css +1316 -524
  340. package/modern/desktop/components/side-modal/index.module.css.js +1 -1
  341. package/modern/desktop/components/side-modal/index.module.css.js.map +1 -1
  342. package/modern/desktop/components/side-modal/side-modal.js +2 -2
  343. package/modern/desktop/components/side-modal/side-modal.js.map +1 -1
  344. package/modern/desktop/components/side-modal/transitions/transitions.css +71 -71
  345. package/modern/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
  346. package/modern/desktop/index.d.ts +3 -6
  347. package/modern/desktop/index.js +3 -18
  348. package/modern/desktop/index.js.map +1 -1
  349. package/modern/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
  350. package/modern/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
  351. package/modern/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
  352. package/modern/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
  353. package/modern/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
  354. package/modern/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
  355. package/modern/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
  356. package/modern/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
  357. package/modern/desktop/utils/get-height-style.js +1 -2
  358. package/modern/desktop/utils/get-height-style.js.map +1 -1
  359. package/modern/desktop/utils/get-margin-styles.d.ts +1 -0
  360. package/modern/desktop/utils/get-margin-styles.js +5 -1
  361. package/modern/desktop/utils/get-margin-styles.js.map +1 -1
  362. package/modern/desktop/utils/set-footer-and-header-refs.js.map +1 -1
  363. package/modern/index.d.ts +4 -7
  364. package/modern/index.js +4 -19
  365. package/modern/index.js.map +1 -1
  366. package/modern/mobile/Component.mobile.d.ts +3 -3
  367. package/modern/mobile/Component.mobile.js +3 -11
  368. package/modern/mobile/Component.mobile.js.map +1 -1
  369. package/modern/mobile/components/content/index.css +14 -0
  370. package/{cssm/components/content/mobile/Component.mobile.d.ts → modern/mobile/components/content/index.d.ts} +1 -1
  371. package/modern/{components/content/mobile/Component.mobile.js → mobile/components/content/index.js} +3 -3
  372. package/modern/mobile/components/content/index.js.map +1 -0
  373. package/modern/mobile/components/content/index.module.css.js +6 -0
  374. package/modern/mobile/components/content/index.module.css.js.map +1 -0
  375. package/modern/mobile/components/footer/index.css +11 -0
  376. package/modern/{components/footer/mobile/Component.mobile.d.ts → mobile/components/footer/index.d.ts} +1 -1
  377. package/modern/{components/footer/mobile/Component.mobile.js → mobile/components/footer/index.js} +3 -3
  378. package/modern/mobile/components/footer/index.js.map +1 -0
  379. package/modern/mobile/components/footer/index.module.css.js +6 -0
  380. package/modern/mobile/components/footer/index.module.css.js.map +1 -0
  381. package/modern/mobile/components/footer/layout.mobile.css +26 -0
  382. package/modern/mobile/components/footer/layout.mobile.module.css.js +6 -0
  383. package/modern/mobile/components/footer/layout.mobile.module.css.js.map +1 -0
  384. package/{components/header/mobile/mobile.css → modern/mobile/components/header/index.css} +3 -3
  385. package/modern/{components/header/mobile/Component.mobile.js → mobile/components/header/index.js} +4 -4
  386. package/modern/mobile/components/header/index.js.map +1 -0
  387. package/modern/mobile/components/header/index.module.css.js +6 -0
  388. package/modern/mobile/components/header/index.module.css.js.map +1 -0
  389. package/modern/mobile/index.d.ts +3 -6
  390. package/modern/mobile/index.js +3 -14
  391. package/modern/mobile/index.js.map +1 -1
  392. package/modern/mobile/mobile.css +3 -3
  393. package/modern/mobile/mobile.module.css.js +1 -1
  394. package/modern/mobile/transitions/right-side-transitions.mobile.css +7 -7
  395. package/modern/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
  396. package/modern/mobile/transitions/transitions.mobile.css +7 -7
  397. package/modern/mobile/transitions/transitions.mobile.module.css.js +1 -1
  398. package/modern/{Component.responsive.d.ts → responsive/Component.responsive.d.ts} +1 -1
  399. package/modern/{Component.responsive.js → responsive/Component.responsive.js} +15 -16
  400. package/modern/responsive/Component.responsive.js.map +1 -0
  401. package/{esm/components/content/responsive/Component.responsive.d.ts → modern/responsive/components/content/index.d.ts} +2 -2
  402. package/modern/responsive/components/content/index.js +28 -0
  403. package/modern/responsive/components/content/index.js.map +1 -0
  404. package/{esm/components/footer/responsive/Component.responsive.d.ts → modern/responsive/components/footer/index.d.ts} +2 -2
  405. package/modern/responsive/components/footer/index.js +27 -0
  406. package/modern/responsive/components/footer/index.js.map +1 -0
  407. package/{cssm/components/header/responsive/Component.responsive.d.ts → modern/responsive/components/header/index.d.ts} +2 -2
  408. package/modern/responsive/components/header/index.js +27 -0
  409. package/modern/responsive/components/header/index.js.map +1 -0
  410. package/modern/responsive/index.d.ts +4 -0
  411. package/modern/responsive/index.js +5 -0
  412. package/{esm/components/footer → modern/responsive}/index.js.map +1 -1
  413. package/moderncssm/components/{content/base-content/base-content.js → base-content/index.js} +3 -3
  414. package/moderncssm/components/base-content/index.js.map +1 -0
  415. package/moderncssm/components/{footer/base-footer/base-footer.js → base-footer/index.js} +3 -3
  416. package/moderncssm/components/base-footer/index.js.map +1 -0
  417. package/{modern/components/header → moderncssm/components}/base-header/useBaseHeader.js +1 -1
  418. package/moderncssm/components/base-header/useBaseHeader.js.map +1 -0
  419. package/moderncssm/desktop/Component.desktop.d.ts +3 -3
  420. package/moderncssm/desktop/Component.desktop.js +3 -17
  421. package/moderncssm/desktop/Component.desktop.js.map +1 -1
  422. package/moderncssm/desktop/components/center-modal/center-modal.js +2 -2
  423. package/moderncssm/desktop/components/center-modal/center-modal.js.map +1 -1
  424. package/moderncssm/desktop/components/center-modal/index.module.css +1051 -0
  425. package/moderncssm/desktop/components/content/index.d.ts +4 -0
  426. package/moderncssm/desktop/components/content/index.js +7 -0
  427. package/moderncssm/desktop/components/content/index.js.map +1 -0
  428. package/moderncssm/desktop/components/footer/index.d.ts +9 -0
  429. package/moderncssm/{components/footer/desktop/Component.desktop.js → desktop/components/footer/index.js} +4 -4
  430. package/moderncssm/desktop/components/footer/index.js.map +1 -0
  431. package/moderncssm/{components/header/desktop/Component.desktop.js → desktop/components/header/index.js} +4 -4
  432. package/moderncssm/desktop/components/header/index.js.map +1 -0
  433. package/moderncssm/desktop/components/side-modal/index.module.css +1051 -0
  434. package/moderncssm/desktop/components/side-modal/side-modal.js +2 -2
  435. package/moderncssm/desktop/components/side-modal/side-modal.js.map +1 -1
  436. package/moderncssm/desktop/index.d.ts +3 -6
  437. package/moderncssm/desktop/index.js +3 -18
  438. package/moderncssm/desktop/index.js.map +1 -1
  439. package/moderncssm/desktop/utils/get-height-style.js +1 -2
  440. package/moderncssm/desktop/utils/get-height-style.js.map +1 -1
  441. package/moderncssm/desktop/utils/get-margin-styles.d.ts +1 -0
  442. package/moderncssm/desktop/utils/get-margin-styles.js +5 -1
  443. package/moderncssm/desktop/utils/get-margin-styles.js.map +1 -1
  444. package/moderncssm/desktop/utils/set-footer-and-header-refs.js.map +1 -1
  445. package/moderncssm/index.d.ts +4 -7
  446. package/moderncssm/index.js +4 -19
  447. package/moderncssm/index.js.map +1 -1
  448. package/moderncssm/mobile/Component.mobile.d.ts +3 -3
  449. package/moderncssm/mobile/Component.mobile.js +3 -11
  450. package/moderncssm/mobile/Component.mobile.js.map +1 -1
  451. package/moderncssm/mobile/components/content/index.d.ts +4 -0
  452. package/moderncssm/{components/content/mobile/Component.mobile.js → mobile/components/content/index.js} +3 -3
  453. package/moderncssm/mobile/components/content/index.js.map +1 -0
  454. package/moderncssm/{components/content/desktop/desktop.module.css → mobile/components/content/index.module.css} +3 -1
  455. package/moderncssm/mobile/components/footer/index.d.ts +4 -0
  456. package/moderncssm/{components/footer/mobile/Component.mobile.js → mobile/components/footer/index.js} +3 -3
  457. package/moderncssm/mobile/components/footer/index.js.map +1 -0
  458. package/moderncssm/{components/footer/mobile/mobile.module.css → mobile/components/footer/index.module.css} +1 -1
  459. package/moderncssm/{components/footer/mobile → mobile/components/footer}/layout.mobile.module.css +3 -4
  460. package/moderncssm/{components/header/mobile/Component.mobile.js → mobile/components/header/index.js} +4 -4
  461. package/moderncssm/mobile/components/header/index.js.map +1 -0
  462. package/moderncssm/mobile/index.d.ts +3 -6
  463. package/moderncssm/mobile/index.js +3 -14
  464. package/moderncssm/mobile/index.js.map +1 -1
  465. package/{cssm → moderncssm/responsive}/Component.responsive.d.ts +1 -1
  466. package/moderncssm/{Component.responsive.js → responsive/Component.responsive.js} +15 -16
  467. package/moderncssm/responsive/Component.responsive.js.map +1 -0
  468. package/{modern/components/content/responsive/Component.responsive.d.ts → moderncssm/responsive/components/content/index.d.ts} +2 -2
  469. package/moderncssm/responsive/components/content/index.js +28 -0
  470. package/moderncssm/responsive/components/content/index.js.map +1 -0
  471. package/{modern/components/footer/responsive/Component.responsive.d.ts → moderncssm/responsive/components/footer/index.d.ts} +2 -2
  472. package/moderncssm/responsive/components/footer/index.js +27 -0
  473. package/moderncssm/responsive/components/footer/index.js.map +1 -0
  474. package/{components/header/responsive/Component.responsive.d.ts → moderncssm/responsive/components/header/index.d.ts} +2 -2
  475. package/moderncssm/responsive/components/header/index.js +27 -0
  476. package/moderncssm/responsive/components/header/index.js.map +1 -0
  477. package/moderncssm/responsive/index.d.ts +4 -0
  478. package/moderncssm/responsive/index.js +5 -0
  479. package/{esm/components/header → moderncssm/responsive}/index.js.map +1 -1
  480. package/package.json +3 -3
  481. package/responsive/Component.responsive.d.ts +8 -0
  482. package/{Component.responsive.js → responsive/Component.responsive.js} +18 -19
  483. package/responsive/Component.responsive.js.map +1 -0
  484. package/responsive/components/content/index.d.ts +6 -0
  485. package/responsive/components/content/index.js +38 -0
  486. package/responsive/components/content/index.js.map +1 -0
  487. package/responsive/components/footer/index.d.ts +6 -0
  488. package/responsive/components/footer/index.js +36 -0
  489. package/responsive/components/footer/index.js.map +1 -0
  490. package/responsive/components/header/index.d.ts +6 -0
  491. package/responsive/components/header/index.js +36 -0
  492. package/responsive/components/header/index.js.map +1 -0
  493. package/responsive/index.d.ts +4 -0
  494. package/responsive/index.js +17 -0
  495. package/{components/footer → responsive}/index.js.map +1 -1
  496. package/src/components/{content/base-content → base-content}/index.module.css +1 -1
  497. package/src/components/{content/base-content/base-content.tsx → base-content/index.tsx} +2 -1
  498. package/src/components/{footer/base-footer → base-footer}/index.module.css +1 -1
  499. package/src/components/{footer/base-footer/base-footer.tsx → base-footer/index.tsx} +2 -2
  500. package/src/components/{header/base-header → base-header}/index.module.css +1 -1
  501. package/src/components/{header/base-header → base-header}/useBaseHeader.ts +1 -1
  502. package/src/desktop/Component.desktop.tsx +3 -4
  503. package/src/desktop/components/center-modal/center-modal.tsx +2 -2
  504. package/src/desktop/components/content/index.tsx +9 -0
  505. package/src/{components/footer/desktop/Component.desktop.tsx → desktop/components/footer/index.tsx} +3 -3
  506. package/src/{components/header/desktop/Component.desktop.tsx → desktop/components/header/index.tsx} +3 -3
  507. package/src/desktop/components/side-modal/side-modal.tsx +2 -2
  508. package/src/desktop/index.ts +3 -6
  509. package/src/desktop/styles/common.module.css +35 -0
  510. package/src/desktop/utils/get-height-style.ts +1 -3
  511. package/src/desktop/utils/get-margin-styles.ts +8 -1
  512. package/src/desktop/utils/set-footer-and-header-refs.ts +2 -2
  513. package/src/index.ts +4 -7
  514. package/src/mobile/Component.mobile.tsx +3 -4
  515. package/src/{components/content/desktop/desktop.module.css → mobile/components/content/index.module.css} +3 -1
  516. package/src/{components/content/mobile/Component.mobile.tsx → mobile/components/content/index.tsx} +2 -2
  517. package/src/mobile/components/footer/index.module.css +9 -0
  518. package/src/{components/footer/mobile/Component.mobile.tsx → mobile/components/footer/index.tsx} +2 -2
  519. package/src/{components/footer/mobile → mobile/components/footer}/layout.mobile.module.css +3 -4
  520. package/src/{components/header/mobile/Component.mobile.tsx → mobile/components/header/index.tsx} +3 -3
  521. package/src/mobile/index.ts +3 -6
  522. package/src/{Component.responsive.tsx → responsive/Component.responsive.tsx} +4 -3
  523. package/src/{components/content/responsive/Component.responsive.tsx → responsive/components/content/index.tsx} +2 -2
  524. package/src/{components/footer/responsive/Component.responsive.tsx → responsive/components/footer/index.tsx} +2 -2
  525. package/src/{components/header/responsive/Component.responsive.tsx → responsive/components/header/index.tsx} +2 -2
  526. package/src/responsive/index.ts +7 -0
  527. package/Component.responsive.js.map +0 -1
  528. package/components/content/base-content/base-content.js.map +0 -1
  529. package/components/content/base-content/index.module.css.js.map +0 -1
  530. package/components/content/desktop/Component.desktop.d.ts +0 -9
  531. package/components/content/desktop/Component.desktop.js +0 -28
  532. package/components/content/desktop/Component.desktop.js.map +0 -1
  533. package/components/content/desktop/desktop.css +0 -9
  534. package/components/content/desktop/desktop.module.css.js +0 -8
  535. package/components/content/desktop/desktop.module.css.js.map +0 -1
  536. package/components/content/index.d.ts +0 -6
  537. package/components/content/index.js +0 -14
  538. package/components/content/mobile/Component.mobile.js.map +0 -1
  539. package/components/content/mobile/mobile.css +0 -16
  540. package/components/content/mobile/mobile.module.css.js +0 -8
  541. package/components/content/mobile/mobile.module.css.js.map +0 -1
  542. package/components/content/responsive/Component.responsive.js +0 -25
  543. package/components/content/responsive/Component.responsive.js.map +0 -1
  544. package/components/footer/base-footer/base-footer.js.map +0 -1
  545. package/components/footer/base-footer/index.module.css.js +0 -8
  546. package/components/footer/base-footer/index.module.css.js.map +0 -1
  547. package/components/footer/desktop/Component.desktop.js.map +0 -1
  548. package/components/footer/desktop/layout.module.css.js +0 -8
  549. package/components/footer/index.d.ts +0 -6
  550. package/components/footer/index.js +0 -14
  551. package/components/footer/mobile/Component.mobile.js.map +0 -1
  552. package/components/footer/mobile/layout.mobile.css +0 -27
  553. package/components/footer/mobile/layout.mobile.module.css.js +0 -8
  554. package/components/footer/mobile/layout.mobile.module.css.js.map +0 -1
  555. package/components/footer/mobile/mobile.css +0 -11
  556. package/components/footer/mobile/mobile.module.css.js +0 -8
  557. package/components/footer/mobile/mobile.module.css.js.map +0 -1
  558. package/components/footer/responsive/Component.responsive.js +0 -25
  559. package/components/footer/responsive/Component.responsive.js.map +0 -1
  560. package/components/header/base-header/index.module.css.js +0 -8
  561. package/components/header/base-header/index.module.css.js.map +0 -1
  562. package/components/header/base-header/useBaseHeader.js.map +0 -1
  563. package/components/header/desktop/Component.desktop.js.map +0 -1
  564. package/components/header/desktop/desktop.module.css.js +0 -8
  565. package/components/header/index.d.ts +0 -6
  566. package/components/header/index.js +0 -14
  567. package/components/header/index.js.map +0 -1
  568. package/components/header/mobile/Component.mobile.js.map +0 -1
  569. package/components/header/mobile/mobile.module.css.js +0 -8
  570. package/components/header/mobile/mobile.module.css.js.map +0 -1
  571. package/components/header/responsive/Component.responsive.js +0 -25
  572. package/components/header/responsive/Component.responsive.js.map +0 -1
  573. package/cssm/Component.responsive.js.map +0 -1
  574. package/cssm/components/content/base-content/base-content.js.map +0 -1
  575. package/cssm/components/content/desktop/Component.desktop.d.ts +0 -9
  576. package/cssm/components/content/desktop/Component.desktop.js +0 -29
  577. package/cssm/components/content/desktop/Component.desktop.js.map +0 -1
  578. package/cssm/components/content/index.d.ts +0 -6
  579. package/cssm/components/content/index.js +0 -14
  580. package/cssm/components/content/index.js.map +0 -1
  581. package/cssm/components/content/mobile/Component.mobile.js.map +0 -1
  582. package/cssm/components/content/mobile/mobile.module.css +0 -16
  583. package/cssm/components/content/responsive/Component.responsive.js +0 -25
  584. package/cssm/components/content/responsive/Component.responsive.js.map +0 -1
  585. package/cssm/components/footer/base-footer/base-footer.js.map +0 -1
  586. package/cssm/components/footer/desktop/Component.desktop.js.map +0 -1
  587. package/cssm/components/footer/index.d.ts +0 -6
  588. package/cssm/components/footer/index.js +0 -14
  589. package/cssm/components/footer/index.js.map +0 -1
  590. package/cssm/components/footer/mobile/Component.mobile.js.map +0 -1
  591. package/cssm/components/footer/responsive/Component.responsive.js +0 -25
  592. package/cssm/components/footer/responsive/Component.responsive.js.map +0 -1
  593. package/cssm/components/header/base-header/useBaseHeader.js.map +0 -1
  594. package/cssm/components/header/desktop/Component.desktop.js.map +0 -1
  595. package/cssm/components/header/index.d.ts +0 -6
  596. package/cssm/components/header/index.js +0 -14
  597. package/cssm/components/header/index.js.map +0 -1
  598. package/cssm/components/header/mobile/Component.mobile.js.map +0 -1
  599. package/cssm/components/header/responsive/Component.responsive.js +0 -25
  600. package/cssm/components/header/responsive/Component.responsive.js.map +0 -1
  601. package/cssm/desktop/utils/get-max-height-style.d.ts +0 -2
  602. package/cssm/desktop/utils/get-max-height-style.js +0 -14
  603. package/cssm/desktop/utils/get-max-height-style.js.map +0 -1
  604. package/desktop/utils/get-max-height-style.d.ts +0 -2
  605. package/desktop/utils/get-max-height-style.js +0 -14
  606. package/desktop/utils/get-max-height-style.js.map +0 -1
  607. package/esm/Component.responsive.js.map +0 -1
  608. package/esm/components/content/base-content/base-content.js.map +0 -1
  609. package/esm/components/content/base-content/index.module.css.js.map +0 -1
  610. package/esm/components/content/desktop/Component.desktop.d.ts +0 -9
  611. package/esm/components/content/desktop/Component.desktop.js +0 -19
  612. package/esm/components/content/desktop/Component.desktop.js.map +0 -1
  613. package/esm/components/content/desktop/desktop.css +0 -9
  614. package/esm/components/content/desktop/desktop.module.css.js +0 -6
  615. package/esm/components/content/desktop/desktop.module.css.js.map +0 -1
  616. package/esm/components/content/index.d.ts +0 -6
  617. package/esm/components/content/index.js +0 -4
  618. package/esm/components/content/mobile/Component.mobile.js.map +0 -1
  619. package/esm/components/content/mobile/mobile.css +0 -16
  620. package/esm/components/content/mobile/mobile.module.css.js +0 -6
  621. package/esm/components/content/mobile/mobile.module.css.js.map +0 -1
  622. package/esm/components/content/responsive/Component.responsive.js +0 -17
  623. package/esm/components/content/responsive/Component.responsive.js.map +0 -1
  624. package/esm/components/footer/base-footer/base-footer.js.map +0 -1
  625. package/esm/components/footer/base-footer/index.module.css.js +0 -6
  626. package/esm/components/footer/base-footer/index.module.css.js.map +0 -1
  627. package/esm/components/footer/desktop/Component.desktop.js.map +0 -1
  628. package/esm/components/footer/desktop/layout.module.css.js +0 -6
  629. package/esm/components/footer/index.d.ts +0 -6
  630. package/esm/components/footer/index.js +0 -4
  631. package/esm/components/footer/mobile/Component.mobile.js.map +0 -1
  632. package/esm/components/footer/mobile/layout.mobile.css +0 -27
  633. package/esm/components/footer/mobile/layout.mobile.module.css.js +0 -6
  634. package/esm/components/footer/mobile/layout.mobile.module.css.js.map +0 -1
  635. package/esm/components/footer/mobile/mobile.css +0 -11
  636. package/esm/components/footer/mobile/mobile.module.css.js +0 -6
  637. package/esm/components/footer/mobile/mobile.module.css.js.map +0 -1
  638. package/esm/components/footer/responsive/Component.responsive.js +0 -17
  639. package/esm/components/footer/responsive/Component.responsive.js.map +0 -1
  640. package/esm/components/header/base-header/index.module.css.js +0 -6
  641. package/esm/components/header/base-header/index.module.css.js.map +0 -1
  642. package/esm/components/header/base-header/useBaseHeader.js.map +0 -1
  643. package/esm/components/header/desktop/Component.desktop.js.map +0 -1
  644. package/esm/components/header/desktop/desktop.module.css.js +0 -6
  645. package/esm/components/header/index.d.ts +0 -6
  646. package/esm/components/header/index.js +0 -4
  647. package/esm/components/header/mobile/Component.mobile.js.map +0 -1
  648. package/esm/components/header/mobile/mobile.module.css.js +0 -6
  649. package/esm/components/header/mobile/mobile.module.css.js.map +0 -1
  650. package/esm/components/header/responsive/Component.responsive.js +0 -17
  651. package/esm/components/header/responsive/Component.responsive.js.map +0 -1
  652. package/esm/desktop/utils/get-max-height-style.d.ts +0 -2
  653. package/esm/desktop/utils/get-max-height-style.js +0 -10
  654. package/esm/desktop/utils/get-max-height-style.js.map +0 -1
  655. package/modern/Component.responsive.js.map +0 -1
  656. package/modern/components/content/base-content/base-content.js.map +0 -1
  657. package/modern/components/content/base-content/index.module.css.js.map +0 -1
  658. package/modern/components/content/desktop/Component.desktop.d.ts +0 -9
  659. package/modern/components/content/desktop/Component.desktop.js +0 -16
  660. package/modern/components/content/desktop/Component.desktop.js.map +0 -1
  661. package/modern/components/content/desktop/desktop.css +0 -9
  662. package/modern/components/content/desktop/desktop.module.css.js +0 -6
  663. package/modern/components/content/desktop/desktop.module.css.js.map +0 -1
  664. package/modern/components/content/index.d.ts +0 -6
  665. package/modern/components/content/index.js +0 -4
  666. package/modern/components/content/index.js.map +0 -1
  667. package/modern/components/content/mobile/Component.mobile.js.map +0 -1
  668. package/modern/components/content/mobile/mobile.css +0 -16
  669. package/modern/components/content/mobile/mobile.module.css.js +0 -6
  670. package/modern/components/content/mobile/mobile.module.css.js.map +0 -1
  671. package/modern/components/content/responsive/Component.responsive.js +0 -15
  672. package/modern/components/content/responsive/Component.responsive.js.map +0 -1
  673. package/modern/components/footer/base-footer/base-footer.js.map +0 -1
  674. package/modern/components/footer/base-footer/index.module.css.js +0 -6
  675. package/modern/components/footer/base-footer/index.module.css.js.map +0 -1
  676. package/modern/components/footer/desktop/Component.desktop.js.map +0 -1
  677. package/modern/components/footer/desktop/layout.module.css.js +0 -6
  678. package/modern/components/footer/index.d.ts +0 -6
  679. package/modern/components/footer/index.js +0 -4
  680. package/modern/components/footer/index.js.map +0 -1
  681. package/modern/components/footer/mobile/Component.mobile.js.map +0 -1
  682. package/modern/components/footer/mobile/layout.mobile.css +0 -27
  683. package/modern/components/footer/mobile/layout.mobile.module.css.js +0 -6
  684. package/modern/components/footer/mobile/layout.mobile.module.css.js.map +0 -1
  685. package/modern/components/footer/mobile/mobile.css +0 -11
  686. package/modern/components/footer/mobile/mobile.module.css.js +0 -6
  687. package/modern/components/footer/mobile/mobile.module.css.js.map +0 -1
  688. package/modern/components/footer/responsive/Component.responsive.js +0 -16
  689. package/modern/components/footer/responsive/Component.responsive.js.map +0 -1
  690. package/modern/components/header/base-header/index.module.css.js +0 -6
  691. package/modern/components/header/base-header/index.module.css.js.map +0 -1
  692. package/modern/components/header/base-header/useBaseHeader.js.map +0 -1
  693. package/modern/components/header/desktop/Component.desktop.js.map +0 -1
  694. package/modern/components/header/desktop/desktop.module.css.js +0 -6
  695. package/modern/components/header/index.d.ts +0 -6
  696. package/modern/components/header/index.js +0 -4
  697. package/modern/components/header/index.js.map +0 -1
  698. package/modern/components/header/mobile/Component.mobile.js.map +0 -1
  699. package/modern/components/header/mobile/mobile.module.css.js +0 -6
  700. package/modern/components/header/mobile/mobile.module.css.js.map +0 -1
  701. package/modern/components/header/responsive/Component.responsive.js +0 -16
  702. package/modern/components/header/responsive/Component.responsive.js.map +0 -1
  703. package/modern/desktop/utils/get-max-height-style.d.ts +0 -2
  704. package/modern/desktop/utils/get-max-height-style.js +0 -10
  705. package/modern/desktop/utils/get-max-height-style.js.map +0 -1
  706. package/moderncssm/Component.responsive.d.ts +0 -8
  707. package/moderncssm/Component.responsive.js.map +0 -1
  708. package/moderncssm/components/content/base-content/base-content.js.map +0 -1
  709. package/moderncssm/components/content/desktop/Component.desktop.d.ts +0 -9
  710. package/moderncssm/components/content/desktop/Component.desktop.js +0 -16
  711. package/moderncssm/components/content/desktop/Component.desktop.js.map +0 -1
  712. package/moderncssm/components/content/index.d.ts +0 -6
  713. package/moderncssm/components/content/index.js +0 -4
  714. package/moderncssm/components/content/index.js.map +0 -1
  715. package/moderncssm/components/content/mobile/Component.mobile.d.ts +0 -4
  716. package/moderncssm/components/content/mobile/Component.mobile.js.map +0 -1
  717. package/moderncssm/components/content/mobile/mobile.module.css +0 -13
  718. package/moderncssm/components/content/responsive/Component.responsive.d.ts +0 -6
  719. package/moderncssm/components/content/responsive/Component.responsive.js +0 -15
  720. package/moderncssm/components/content/responsive/Component.responsive.js.map +0 -1
  721. package/moderncssm/components/footer/base-footer/base-footer.js.map +0 -1
  722. package/moderncssm/components/footer/desktop/Component.desktop.d.ts +0 -9
  723. package/moderncssm/components/footer/desktop/Component.desktop.js.map +0 -1
  724. package/moderncssm/components/footer/index.d.ts +0 -6
  725. package/moderncssm/components/footer/index.js +0 -4
  726. package/moderncssm/components/footer/index.js.map +0 -1
  727. package/moderncssm/components/footer/mobile/Component.mobile.d.ts +0 -4
  728. package/moderncssm/components/footer/mobile/Component.mobile.js.map +0 -1
  729. package/moderncssm/components/footer/responsive/Component.responsive.d.ts +0 -6
  730. package/moderncssm/components/footer/responsive/Component.responsive.js +0 -16
  731. package/moderncssm/components/footer/responsive/Component.responsive.js.map +0 -1
  732. package/moderncssm/components/header/base-header/useBaseHeader.js.map +0 -1
  733. package/moderncssm/components/header/desktop/Component.desktop.js.map +0 -1
  734. package/moderncssm/components/header/index.d.ts +0 -6
  735. package/moderncssm/components/header/index.js +0 -4
  736. package/moderncssm/components/header/index.js.map +0 -1
  737. package/moderncssm/components/header/mobile/Component.mobile.js.map +0 -1
  738. package/moderncssm/components/header/responsive/Component.responsive.d.ts +0 -6
  739. package/moderncssm/components/header/responsive/Component.responsive.js +0 -16
  740. package/moderncssm/components/header/responsive/Component.responsive.js.map +0 -1
  741. package/moderncssm/desktop/utils/get-max-height-style.d.ts +0 -2
  742. package/moderncssm/desktop/utils/get-max-height-style.js +0 -10
  743. package/moderncssm/desktop/utils/get-max-height-style.js.map +0 -1
  744. package/src/components/content/desktop/Component.desktop.tsx +0 -28
  745. package/src/components/content/index.ts +0 -8
  746. package/src/components/content/mobile/mobile.module.css +0 -13
  747. package/src/components/footer/index.ts +0 -8
  748. package/src/components/footer/mobile/mobile.module.css +0 -9
  749. package/src/components/header/index.ts +0 -8
  750. package/src/desktop/utils/get-max-height-style.ts +0 -10
  751. /package/components/{content/base-content/base-content.d.ts → base-content/index.d.ts} +0 -0
  752. /package/components/{footer/base-footer/base-footer.d.ts → base-footer/index.d.ts} +0 -0
  753. /package/components/{header/base-header → base-header}/useBaseHeader.d.ts +0 -0
  754. /package/cssm/components/{content/base-content/base-content.d.ts → base-content/index.d.ts} +0 -0
  755. /package/cssm/components/{content/base-content → base-content}/index.module.css +0 -0
  756. /package/cssm/components/{footer/base-footer/base-footer.d.ts → base-footer/index.d.ts} +0 -0
  757. /package/cssm/components/{footer/base-footer → base-footer}/index.module.css +0 -0
  758. /package/cssm/components/{header/base-header → base-header}/index.module.css +0 -0
  759. /package/cssm/components/{header/base-header → base-header}/useBaseHeader.d.ts +0 -0
  760. /package/cssm/{components/footer/desktop → desktop/components/footer}/desktop.module.css +0 -0
  761. /package/cssm/{components/footer/desktop → desktop/components/footer}/layout.module.css +0 -0
  762. /package/cssm/{components/header/desktop → desktop/components/header}/desktop.module.css +0 -0
  763. /package/cssm/{components/header/desktop/Component.desktop.d.ts → desktop/components/header/index.d.ts} +0 -0
  764. /package/cssm/{components/header/mobile/Component.mobile.d.ts → mobile/components/header/index.d.ts} +0 -0
  765. /package/cssm/{components/header/mobile/mobile.module.css → mobile/components/header/index.module.css} +0 -0
  766. /package/{components/header/desktop/Component.desktop.d.ts → desktop/components/header/index.d.ts} +0 -0
  767. /package/esm/components/{content/base-content/base-content.d.ts → base-content/index.d.ts} +0 -0
  768. /package/esm/components/{footer/base-footer/base-footer.d.ts → base-footer/index.d.ts} +0 -0
  769. /package/esm/components/{header/base-header → base-header}/useBaseHeader.d.ts +0 -0
  770. /package/esm/{components/header/desktop/Component.desktop.d.ts → desktop/components/header/index.d.ts} +0 -0
  771. /package/esm/{components/header/mobile/Component.mobile.d.ts → mobile/components/header/index.d.ts} +0 -0
  772. /package/{components/header/mobile/Component.mobile.d.ts → mobile/components/header/index.d.ts} +0 -0
  773. /package/modern/components/{content/base-content/base-content.d.ts → base-content/index.d.ts} +0 -0
  774. /package/modern/components/{footer/base-footer/base-footer.d.ts → base-footer/index.d.ts} +0 -0
  775. /package/modern/components/{header/base-header → base-header}/useBaseHeader.d.ts +0 -0
  776. /package/modern/{components/header/desktop/Component.desktop.d.ts → desktop/components/header/index.d.ts} +0 -0
  777. /package/modern/{components/header/mobile/Component.mobile.d.ts → mobile/components/header/index.d.ts} +0 -0
  778. /package/moderncssm/components/{content/base-content/base-content.d.ts → base-content/index.d.ts} +0 -0
  779. /package/moderncssm/components/{content/base-content → base-content}/index.module.css +0 -0
  780. /package/moderncssm/components/{footer/base-footer/base-footer.d.ts → base-footer/index.d.ts} +0 -0
  781. /package/moderncssm/components/{footer/base-footer → base-footer}/index.module.css +0 -0
  782. /package/moderncssm/components/{header/base-header → base-header}/index.module.css +0 -0
  783. /package/moderncssm/components/{header/base-header → base-header}/useBaseHeader.d.ts +0 -0
  784. /package/moderncssm/{components/footer/desktop → desktop/components/footer}/desktop.module.css +0 -0
  785. /package/moderncssm/{components/footer/desktop → desktop/components/footer}/layout.module.css +0 -0
  786. /package/moderncssm/{components/header/desktop → desktop/components/header}/desktop.module.css +0 -0
  787. /package/moderncssm/{components/header/desktop/Component.desktop.d.ts → desktop/components/header/index.d.ts} +0 -0
  788. /package/moderncssm/{components/header/mobile/Component.mobile.d.ts → mobile/components/header/index.d.ts} +0 -0
  789. /package/moderncssm/{components/header/mobile/mobile.module.css → mobile/components/header/index.module.css} +0 -0
  790. /package/src/{components/footer/desktop → desktop/components/footer}/desktop.module.css +0 -0
  791. /package/src/{components/footer/desktop → desktop/components/footer}/layout.module.css +0 -0
  792. /package/src/{components/header/desktop → desktop/components/header}/desktop.module.css +0 -0
  793. /package/src/{components/header/mobile/mobile.module.css → mobile/components/header/index.module.css} +0 -0
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"wrapper":"universal-modal__wrapper_1txhd","wrapperAlignStart":"universal-modal__wrapperAlignStart_1txhd","wrapperAlignEnd":"universal-modal__wrapperAlignEnd_1txhd","wrapperJustifyCenter":"universal-modal__wrapperJustifyCenter_1txhd","wrapperJustifyEnd":"universal-modal__wrapperJustifyEnd_1txhd","component":"universal-modal__component_1txhd","baseModalContainer":"universal-modal__baseModalContainer_1txhd","withoutOverlay":"universal-modal__withoutOverlay_1txhd","baseModalComponent":"universal-modal__baseModalComponent_1txhd","marginTop-0":"universal-modal__marginTop-0_1txhd","marginTop-1":"universal-modal__marginTop-1_1txhd","marginTop-2":"universal-modal__marginTop-2_1txhd","marginTop-3":"universal-modal__marginTop-3_1txhd","marginTop-4":"universal-modal__marginTop-4_1txhd","marginTop-5":"universal-modal__marginTop-5_1txhd","marginTop-6":"universal-modal__marginTop-6_1txhd","marginTop-7":"universal-modal__marginTop-7_1txhd","marginTop-8":"universal-modal__marginTop-8_1txhd","marginTop-9":"universal-modal__marginTop-9_1txhd","marginTop-10":"universal-modal__marginTop-10_1txhd","marginTop-11":"universal-modal__marginTop-11_1txhd","marginTop-12":"universal-modal__marginTop-12_1txhd","marginTop-13":"universal-modal__marginTop-13_1txhd","marginTop-14":"universal-modal__marginTop-14_1txhd","marginTop-15":"universal-modal__marginTop-15_1txhd","marginTop-16":"universal-modal__marginTop-16_1txhd","marginTop-17":"universal-modal__marginTop-17_1txhd","marginTop-18":"universal-modal__marginTop-18_1txhd","marginTop-19":"universal-modal__marginTop-19_1txhd","marginTop-20":"universal-modal__marginTop-20_1txhd","marginTop-21":"universal-modal__marginTop-21_1txhd","marginTop-22":"universal-modal__marginTop-22_1txhd","marginTop-23":"universal-modal__marginTop-23_1txhd","marginTop-24":"universal-modal__marginTop-24_1txhd","marginTop-25":"universal-modal__marginTop-25_1txhd","marginTop-26":"universal-modal__marginTop-26_1txhd","marginTop-27":"universal-modal__marginTop-27_1txhd","marginTop-28":"universal-modal__marginTop-28_1txhd","marginTop-29":"universal-modal__marginTop-29_1txhd","marginTop-30":"universal-modal__marginTop-30_1txhd","marginTop-31":"universal-modal__marginTop-31_1txhd","marginTop-32":"universal-modal__marginTop-32_1txhd","marginTop-33":"universal-modal__marginTop-33_1txhd","marginTop-34":"universal-modal__marginTop-34_1txhd","marginTop-35":"universal-modal__marginTop-35_1txhd","marginTop-36":"universal-modal__marginTop-36_1txhd","marginTop-37":"universal-modal__marginTop-37_1txhd","marginTop-38":"universal-modal__marginTop-38_1txhd","marginTop-39":"universal-modal__marginTop-39_1txhd","marginTop-40":"universal-modal__marginTop-40_1txhd","marginTop-41":"universal-modal__marginTop-41_1txhd","marginTop-42":"universal-modal__marginTop-42_1txhd","marginTop-43":"universal-modal__marginTop-43_1txhd","marginTop-44":"universal-modal__marginTop-44_1txhd","marginTop-45":"universal-modal__marginTop-45_1txhd","marginTop-46":"universal-modal__marginTop-46_1txhd","marginTop-47":"universal-modal__marginTop-47_1txhd","marginTop-48":"universal-modal__marginTop-48_1txhd","marginTop-49":"universal-modal__marginTop-49_1txhd","marginTop-50":"universal-modal__marginTop-50_1txhd","marginTop-51":"universal-modal__marginTop-51_1txhd","marginTop-52":"universal-modal__marginTop-52_1txhd","marginTop-53":"universal-modal__marginTop-53_1txhd","marginTop-54":"universal-modal__marginTop-54_1txhd","marginTop-55":"universal-modal__marginTop-55_1txhd","marginTop-56":"universal-modal__marginTop-56_1txhd","marginTop-57":"universal-modal__marginTop-57_1txhd","marginTop-58":"universal-modal__marginTop-58_1txhd","marginTop-59":"universal-modal__marginTop-59_1txhd","marginTop-60":"universal-modal__marginTop-60_1txhd","marginTop-61":"universal-modal__marginTop-61_1txhd","marginTop-62":"universal-modal__marginTop-62_1txhd","marginTop-63":"universal-modal__marginTop-63_1txhd","marginTop-64":"universal-modal__marginTop-64_1txhd","marginTop-65":"universal-modal__marginTop-65_1txhd","marginTop-66":"universal-modal__marginTop-66_1txhd","marginTop-67":"universal-modal__marginTop-67_1txhd","marginTop-68":"universal-modal__marginTop-68_1txhd","marginTop-69":"universal-modal__marginTop-69_1txhd","marginTop-70":"universal-modal__marginTop-70_1txhd","marginTop-71":"universal-modal__marginTop-71_1txhd","marginTop-72":"universal-modal__marginTop-72_1txhd","marginTop-73":"universal-modal__marginTop-73_1txhd","marginTop-74":"universal-modal__marginTop-74_1txhd","marginTop-75":"universal-modal__marginTop-75_1txhd","marginTop-76":"universal-modal__marginTop-76_1txhd","marginTop-77":"universal-modal__marginTop-77_1txhd","marginTop-78":"universal-modal__marginTop-78_1txhd","marginTop-79":"universal-modal__marginTop-79_1txhd","marginTop-80":"universal-modal__marginTop-80_1txhd","marginTop-81":"universal-modal__marginTop-81_1txhd","marginTop-82":"universal-modal__marginTop-82_1txhd","marginTop-83":"universal-modal__marginTop-83_1txhd","marginTop-84":"universal-modal__marginTop-84_1txhd","marginTop-85":"universal-modal__marginTop-85_1txhd","marginTop-86":"universal-modal__marginTop-86_1txhd","marginTop-87":"universal-modal__marginTop-87_1txhd","marginTop-88":"universal-modal__marginTop-88_1txhd","marginTop-89":"universal-modal__marginTop-89_1txhd","marginTop-90":"universal-modal__marginTop-90_1txhd","marginTop-91":"universal-modal__marginTop-91_1txhd","marginTop-92":"universal-modal__marginTop-92_1txhd","marginTop-93":"universal-modal__marginTop-93_1txhd","marginTop-94":"universal-modal__marginTop-94_1txhd","marginTop-95":"universal-modal__marginTop-95_1txhd","marginTop-96":"universal-modal__marginTop-96_1txhd","marginTop-97":"universal-modal__marginTop-97_1txhd","marginTop-98":"universal-modal__marginTop-98_1txhd","marginTop-99":"universal-modal__marginTop-99_1txhd","marginTop-100":"universal-modal__marginTop-100_1txhd","marginTop-101":"universal-modal__marginTop-101_1txhd","marginTop-102":"universal-modal__marginTop-102_1txhd","marginTop-103":"universal-modal__marginTop-103_1txhd","marginTop-104":"universal-modal__marginTop-104_1txhd","marginTop-105":"universal-modal__marginTop-105_1txhd","marginTop-106":"universal-modal__marginTop-106_1txhd","marginTop-107":"universal-modal__marginTop-107_1txhd","marginTop-108":"universal-modal__marginTop-108_1txhd","marginTop-109":"universal-modal__marginTop-109_1txhd","marginTop-110":"universal-modal__marginTop-110_1txhd","marginTop-111":"universal-modal__marginTop-111_1txhd","marginTop-112":"universal-modal__marginTop-112_1txhd","marginTop-113":"universal-modal__marginTop-113_1txhd","marginTop-114":"universal-modal__marginTop-114_1txhd","marginTop-115":"universal-modal__marginTop-115_1txhd","marginTop-116":"universal-modal__marginTop-116_1txhd","marginTop-117":"universal-modal__marginTop-117_1txhd","marginTop-118":"universal-modal__marginTop-118_1txhd","marginTop-119":"universal-modal__marginTop-119_1txhd","marginTop-120":"universal-modal__marginTop-120_1txhd","marginTop-121":"universal-modal__marginTop-121_1txhd","marginTop-122":"universal-modal__marginTop-122_1txhd","marginTop-123":"universal-modal__marginTop-123_1txhd","marginTop-124":"universal-modal__marginTop-124_1txhd","marginTop-125":"universal-modal__marginTop-125_1txhd","marginTop-126":"universal-modal__marginTop-126_1txhd","marginTop-127":"universal-modal__marginTop-127_1txhd","marginTop-128":"universal-modal__marginTop-128_1txhd","marginRight-0":"universal-modal__marginRight-0_1txhd","marginRight-1":"universal-modal__marginRight-1_1txhd","marginRight-2":"universal-modal__marginRight-2_1txhd","marginRight-3":"universal-modal__marginRight-3_1txhd","marginRight-4":"universal-modal__marginRight-4_1txhd","marginRight-5":"universal-modal__marginRight-5_1txhd","marginRight-6":"universal-modal__marginRight-6_1txhd","marginRight-7":"universal-modal__marginRight-7_1txhd","marginRight-8":"universal-modal__marginRight-8_1txhd","marginRight-9":"universal-modal__marginRight-9_1txhd","marginRight-10":"universal-modal__marginRight-10_1txhd","marginRight-11":"universal-modal__marginRight-11_1txhd","marginRight-12":"universal-modal__marginRight-12_1txhd","marginRight-13":"universal-modal__marginRight-13_1txhd","marginRight-14":"universal-modal__marginRight-14_1txhd","marginRight-15":"universal-modal__marginRight-15_1txhd","marginRight-16":"universal-modal__marginRight-16_1txhd","marginRight-17":"universal-modal__marginRight-17_1txhd","marginRight-18":"universal-modal__marginRight-18_1txhd","marginRight-19":"universal-modal__marginRight-19_1txhd","marginRight-20":"universal-modal__marginRight-20_1txhd","marginRight-21":"universal-modal__marginRight-21_1txhd","marginRight-22":"universal-modal__marginRight-22_1txhd","marginRight-23":"universal-modal__marginRight-23_1txhd","marginRight-24":"universal-modal__marginRight-24_1txhd","marginRight-25":"universal-modal__marginRight-25_1txhd","marginRight-26":"universal-modal__marginRight-26_1txhd","marginRight-27":"universal-modal__marginRight-27_1txhd","marginRight-28":"universal-modal__marginRight-28_1txhd","marginRight-29":"universal-modal__marginRight-29_1txhd","marginRight-30":"universal-modal__marginRight-30_1txhd","marginRight-31":"universal-modal__marginRight-31_1txhd","marginRight-32":"universal-modal__marginRight-32_1txhd","marginRight-33":"universal-modal__marginRight-33_1txhd","marginRight-34":"universal-modal__marginRight-34_1txhd","marginRight-35":"universal-modal__marginRight-35_1txhd","marginRight-36":"universal-modal__marginRight-36_1txhd","marginRight-37":"universal-modal__marginRight-37_1txhd","marginRight-38":"universal-modal__marginRight-38_1txhd","marginRight-39":"universal-modal__marginRight-39_1txhd","marginRight-40":"universal-modal__marginRight-40_1txhd","marginRight-41":"universal-modal__marginRight-41_1txhd","marginRight-42":"universal-modal__marginRight-42_1txhd","marginRight-43":"universal-modal__marginRight-43_1txhd","marginRight-44":"universal-modal__marginRight-44_1txhd","marginRight-45":"universal-modal__marginRight-45_1txhd","marginRight-46":"universal-modal__marginRight-46_1txhd","marginRight-47":"universal-modal__marginRight-47_1txhd","marginRight-48":"universal-modal__marginRight-48_1txhd","marginRight-49":"universal-modal__marginRight-49_1txhd","marginRight-50":"universal-modal__marginRight-50_1txhd","marginRight-51":"universal-modal__marginRight-51_1txhd","marginRight-52":"universal-modal__marginRight-52_1txhd","marginRight-53":"universal-modal__marginRight-53_1txhd","marginRight-54":"universal-modal__marginRight-54_1txhd","marginRight-55":"universal-modal__marginRight-55_1txhd","marginRight-56":"universal-modal__marginRight-56_1txhd","marginRight-57":"universal-modal__marginRight-57_1txhd","marginRight-58":"universal-modal__marginRight-58_1txhd","marginRight-59":"universal-modal__marginRight-59_1txhd","marginRight-60":"universal-modal__marginRight-60_1txhd","marginRight-61":"universal-modal__marginRight-61_1txhd","marginRight-62":"universal-modal__marginRight-62_1txhd","marginRight-63":"universal-modal__marginRight-63_1txhd","marginRight-64":"universal-modal__marginRight-64_1txhd","marginRight-65":"universal-modal__marginRight-65_1txhd","marginRight-66":"universal-modal__marginRight-66_1txhd","marginRight-67":"universal-modal__marginRight-67_1txhd","marginRight-68":"universal-modal__marginRight-68_1txhd","marginRight-69":"universal-modal__marginRight-69_1txhd","marginRight-70":"universal-modal__marginRight-70_1txhd","marginRight-71":"universal-modal__marginRight-71_1txhd","marginRight-72":"universal-modal__marginRight-72_1txhd","marginRight-73":"universal-modal__marginRight-73_1txhd","marginRight-74":"universal-modal__marginRight-74_1txhd","marginRight-75":"universal-modal__marginRight-75_1txhd","marginRight-76":"universal-modal__marginRight-76_1txhd","marginRight-77":"universal-modal__marginRight-77_1txhd","marginRight-78":"universal-modal__marginRight-78_1txhd","marginRight-79":"universal-modal__marginRight-79_1txhd","marginRight-80":"universal-modal__marginRight-80_1txhd","marginRight-81":"universal-modal__marginRight-81_1txhd","marginRight-82":"universal-modal__marginRight-82_1txhd","marginRight-83":"universal-modal__marginRight-83_1txhd","marginRight-84":"universal-modal__marginRight-84_1txhd","marginRight-85":"universal-modal__marginRight-85_1txhd","marginRight-86":"universal-modal__marginRight-86_1txhd","marginRight-87":"universal-modal__marginRight-87_1txhd","marginRight-88":"universal-modal__marginRight-88_1txhd","marginRight-89":"universal-modal__marginRight-89_1txhd","marginRight-90":"universal-modal__marginRight-90_1txhd","marginRight-91":"universal-modal__marginRight-91_1txhd","marginRight-92":"universal-modal__marginRight-92_1txhd","marginRight-93":"universal-modal__marginRight-93_1txhd","marginRight-94":"universal-modal__marginRight-94_1txhd","marginRight-95":"universal-modal__marginRight-95_1txhd","marginRight-96":"universal-modal__marginRight-96_1txhd","marginRight-97":"universal-modal__marginRight-97_1txhd","marginRight-98":"universal-modal__marginRight-98_1txhd","marginRight-99":"universal-modal__marginRight-99_1txhd","marginRight-100":"universal-modal__marginRight-100_1txhd","marginRight-101":"universal-modal__marginRight-101_1txhd","marginRight-102":"universal-modal__marginRight-102_1txhd","marginRight-103":"universal-modal__marginRight-103_1txhd","marginRight-104":"universal-modal__marginRight-104_1txhd","marginRight-105":"universal-modal__marginRight-105_1txhd","marginRight-106":"universal-modal__marginRight-106_1txhd","marginRight-107":"universal-modal__marginRight-107_1txhd","marginRight-108":"universal-modal__marginRight-108_1txhd","marginRight-109":"universal-modal__marginRight-109_1txhd","marginRight-110":"universal-modal__marginRight-110_1txhd","marginRight-111":"universal-modal__marginRight-111_1txhd","marginRight-112":"universal-modal__marginRight-112_1txhd","marginRight-113":"universal-modal__marginRight-113_1txhd","marginRight-114":"universal-modal__marginRight-114_1txhd","marginRight-115":"universal-modal__marginRight-115_1txhd","marginRight-116":"universal-modal__marginRight-116_1txhd","marginRight-117":"universal-modal__marginRight-117_1txhd","marginRight-118":"universal-modal__marginRight-118_1txhd","marginRight-119":"universal-modal__marginRight-119_1txhd","marginRight-120":"universal-modal__marginRight-120_1txhd","marginRight-121":"universal-modal__marginRight-121_1txhd","marginRight-122":"universal-modal__marginRight-122_1txhd","marginRight-123":"universal-modal__marginRight-123_1txhd","marginRight-124":"universal-modal__marginRight-124_1txhd","marginRight-125":"universal-modal__marginRight-125_1txhd","marginRight-126":"universal-modal__marginRight-126_1txhd","marginRight-127":"universal-modal__marginRight-127_1txhd","marginRight-128":"universal-modal__marginRight-128_1txhd","marginBottom-0":"universal-modal__marginBottom-0_1txhd","marginBottom-1":"universal-modal__marginBottom-1_1txhd","marginBottom-2":"universal-modal__marginBottom-2_1txhd","marginBottom-3":"universal-modal__marginBottom-3_1txhd","marginBottom-4":"universal-modal__marginBottom-4_1txhd","marginBottom-5":"universal-modal__marginBottom-5_1txhd","marginBottom-6":"universal-modal__marginBottom-6_1txhd","marginBottom-7":"universal-modal__marginBottom-7_1txhd","marginBottom-8":"universal-modal__marginBottom-8_1txhd","marginBottom-9":"universal-modal__marginBottom-9_1txhd","marginBottom-10":"universal-modal__marginBottom-10_1txhd","marginBottom-11":"universal-modal__marginBottom-11_1txhd","marginBottom-12":"universal-modal__marginBottom-12_1txhd","marginBottom-13":"universal-modal__marginBottom-13_1txhd","marginBottom-14":"universal-modal__marginBottom-14_1txhd","marginBottom-15":"universal-modal__marginBottom-15_1txhd","marginBottom-16":"universal-modal__marginBottom-16_1txhd","marginBottom-17":"universal-modal__marginBottom-17_1txhd","marginBottom-18":"universal-modal__marginBottom-18_1txhd","marginBottom-19":"universal-modal__marginBottom-19_1txhd","marginBottom-20":"universal-modal__marginBottom-20_1txhd","marginBottom-21":"universal-modal__marginBottom-21_1txhd","marginBottom-22":"universal-modal__marginBottom-22_1txhd","marginBottom-23":"universal-modal__marginBottom-23_1txhd","marginBottom-24":"universal-modal__marginBottom-24_1txhd","marginBottom-25":"universal-modal__marginBottom-25_1txhd","marginBottom-26":"universal-modal__marginBottom-26_1txhd","marginBottom-27":"universal-modal__marginBottom-27_1txhd","marginBottom-28":"universal-modal__marginBottom-28_1txhd","marginBottom-29":"universal-modal__marginBottom-29_1txhd","marginBottom-30":"universal-modal__marginBottom-30_1txhd","marginBottom-31":"universal-modal__marginBottom-31_1txhd","marginBottom-32":"universal-modal__marginBottom-32_1txhd","marginBottom-33":"universal-modal__marginBottom-33_1txhd","marginBottom-34":"universal-modal__marginBottom-34_1txhd","marginBottom-35":"universal-modal__marginBottom-35_1txhd","marginBottom-36":"universal-modal__marginBottom-36_1txhd","marginBottom-37":"universal-modal__marginBottom-37_1txhd","marginBottom-38":"universal-modal__marginBottom-38_1txhd","marginBottom-39":"universal-modal__marginBottom-39_1txhd","marginBottom-40":"universal-modal__marginBottom-40_1txhd","marginBottom-41":"universal-modal__marginBottom-41_1txhd","marginBottom-42":"universal-modal__marginBottom-42_1txhd","marginBottom-43":"universal-modal__marginBottom-43_1txhd","marginBottom-44":"universal-modal__marginBottom-44_1txhd","marginBottom-45":"universal-modal__marginBottom-45_1txhd","marginBottom-46":"universal-modal__marginBottom-46_1txhd","marginBottom-47":"universal-modal__marginBottom-47_1txhd","marginBottom-48":"universal-modal__marginBottom-48_1txhd","marginBottom-49":"universal-modal__marginBottom-49_1txhd","marginBottom-50":"universal-modal__marginBottom-50_1txhd","marginBottom-51":"universal-modal__marginBottom-51_1txhd","marginBottom-52":"universal-modal__marginBottom-52_1txhd","marginBottom-53":"universal-modal__marginBottom-53_1txhd","marginBottom-54":"universal-modal__marginBottom-54_1txhd","marginBottom-55":"universal-modal__marginBottom-55_1txhd","marginBottom-56":"universal-modal__marginBottom-56_1txhd","marginBottom-57":"universal-modal__marginBottom-57_1txhd","marginBottom-58":"universal-modal__marginBottom-58_1txhd","marginBottom-59":"universal-modal__marginBottom-59_1txhd","marginBottom-60":"universal-modal__marginBottom-60_1txhd","marginBottom-61":"universal-modal__marginBottom-61_1txhd","marginBottom-62":"universal-modal__marginBottom-62_1txhd","marginBottom-63":"universal-modal__marginBottom-63_1txhd","marginBottom-64":"universal-modal__marginBottom-64_1txhd","marginBottom-65":"universal-modal__marginBottom-65_1txhd","marginBottom-66":"universal-modal__marginBottom-66_1txhd","marginBottom-67":"universal-modal__marginBottom-67_1txhd","marginBottom-68":"universal-modal__marginBottom-68_1txhd","marginBottom-69":"universal-modal__marginBottom-69_1txhd","marginBottom-70":"universal-modal__marginBottom-70_1txhd","marginBottom-71":"universal-modal__marginBottom-71_1txhd","marginBottom-72":"universal-modal__marginBottom-72_1txhd","marginBottom-73":"universal-modal__marginBottom-73_1txhd","marginBottom-74":"universal-modal__marginBottom-74_1txhd","marginBottom-75":"universal-modal__marginBottom-75_1txhd","marginBottom-76":"universal-modal__marginBottom-76_1txhd","marginBottom-77":"universal-modal__marginBottom-77_1txhd","marginBottom-78":"universal-modal__marginBottom-78_1txhd","marginBottom-79":"universal-modal__marginBottom-79_1txhd","marginBottom-80":"universal-modal__marginBottom-80_1txhd","marginBottom-81":"universal-modal__marginBottom-81_1txhd","marginBottom-82":"universal-modal__marginBottom-82_1txhd","marginBottom-83":"universal-modal__marginBottom-83_1txhd","marginBottom-84":"universal-modal__marginBottom-84_1txhd","marginBottom-85":"universal-modal__marginBottom-85_1txhd","marginBottom-86":"universal-modal__marginBottom-86_1txhd","marginBottom-87":"universal-modal__marginBottom-87_1txhd","marginBottom-88":"universal-modal__marginBottom-88_1txhd","marginBottom-89":"universal-modal__marginBottom-89_1txhd","marginBottom-90":"universal-modal__marginBottom-90_1txhd","marginBottom-91":"universal-modal__marginBottom-91_1txhd","marginBottom-92":"universal-modal__marginBottom-92_1txhd","marginBottom-93":"universal-modal__marginBottom-93_1txhd","marginBottom-94":"universal-modal__marginBottom-94_1txhd","marginBottom-95":"universal-modal__marginBottom-95_1txhd","marginBottom-96":"universal-modal__marginBottom-96_1txhd","marginBottom-97":"universal-modal__marginBottom-97_1txhd","marginBottom-98":"universal-modal__marginBottom-98_1txhd","marginBottom-99":"universal-modal__marginBottom-99_1txhd","marginBottom-100":"universal-modal__marginBottom-100_1txhd","marginBottom-101":"universal-modal__marginBottom-101_1txhd","marginBottom-102":"universal-modal__marginBottom-102_1txhd","marginBottom-103":"universal-modal__marginBottom-103_1txhd","marginBottom-104":"universal-modal__marginBottom-104_1txhd","marginBottom-105":"universal-modal__marginBottom-105_1txhd","marginBottom-106":"universal-modal__marginBottom-106_1txhd","marginBottom-107":"universal-modal__marginBottom-107_1txhd","marginBottom-108":"universal-modal__marginBottom-108_1txhd","marginBottom-109":"universal-modal__marginBottom-109_1txhd","marginBottom-110":"universal-modal__marginBottom-110_1txhd","marginBottom-111":"universal-modal__marginBottom-111_1txhd","marginBottom-112":"universal-modal__marginBottom-112_1txhd","marginBottom-113":"universal-modal__marginBottom-113_1txhd","marginBottom-114":"universal-modal__marginBottom-114_1txhd","marginBottom-115":"universal-modal__marginBottom-115_1txhd","marginBottom-116":"universal-modal__marginBottom-116_1txhd","marginBottom-117":"universal-modal__marginBottom-117_1txhd","marginBottom-118":"universal-modal__marginBottom-118_1txhd","marginBottom-119":"universal-modal__marginBottom-119_1txhd","marginBottom-120":"universal-modal__marginBottom-120_1txhd","marginBottom-121":"universal-modal__marginBottom-121_1txhd","marginBottom-122":"universal-modal__marginBottom-122_1txhd","marginBottom-123":"universal-modal__marginBottom-123_1txhd","marginBottom-124":"universal-modal__marginBottom-124_1txhd","marginBottom-125":"universal-modal__marginBottom-125_1txhd","marginBottom-126":"universal-modal__marginBottom-126_1txhd","marginBottom-127":"universal-modal__marginBottom-127_1txhd","marginBottom-128":"universal-modal__marginBottom-128_1txhd","marginLeft-0":"universal-modal__marginLeft-0_1txhd","marginLeft-1":"universal-modal__marginLeft-1_1txhd","marginLeft-2":"universal-modal__marginLeft-2_1txhd","marginLeft-3":"universal-modal__marginLeft-3_1txhd","marginLeft-4":"universal-modal__marginLeft-4_1txhd","marginLeft-5":"universal-modal__marginLeft-5_1txhd","marginLeft-6":"universal-modal__marginLeft-6_1txhd","marginLeft-7":"universal-modal__marginLeft-7_1txhd","marginLeft-8":"universal-modal__marginLeft-8_1txhd","marginLeft-9":"universal-modal__marginLeft-9_1txhd","marginLeft-10":"universal-modal__marginLeft-10_1txhd","marginLeft-11":"universal-modal__marginLeft-11_1txhd","marginLeft-12":"universal-modal__marginLeft-12_1txhd","marginLeft-13":"universal-modal__marginLeft-13_1txhd","marginLeft-14":"universal-modal__marginLeft-14_1txhd","marginLeft-15":"universal-modal__marginLeft-15_1txhd","marginLeft-16":"universal-modal__marginLeft-16_1txhd","marginLeft-17":"universal-modal__marginLeft-17_1txhd","marginLeft-18":"universal-modal__marginLeft-18_1txhd","marginLeft-19":"universal-modal__marginLeft-19_1txhd","marginLeft-20":"universal-modal__marginLeft-20_1txhd","marginLeft-21":"universal-modal__marginLeft-21_1txhd","marginLeft-22":"universal-modal__marginLeft-22_1txhd","marginLeft-23":"universal-modal__marginLeft-23_1txhd","marginLeft-24":"universal-modal__marginLeft-24_1txhd","marginLeft-25":"universal-modal__marginLeft-25_1txhd","marginLeft-26":"universal-modal__marginLeft-26_1txhd","marginLeft-27":"universal-modal__marginLeft-27_1txhd","marginLeft-28":"universal-modal__marginLeft-28_1txhd","marginLeft-29":"universal-modal__marginLeft-29_1txhd","marginLeft-30":"universal-modal__marginLeft-30_1txhd","marginLeft-31":"universal-modal__marginLeft-31_1txhd","marginLeft-32":"universal-modal__marginLeft-32_1txhd","marginLeft-33":"universal-modal__marginLeft-33_1txhd","marginLeft-34":"universal-modal__marginLeft-34_1txhd","marginLeft-35":"universal-modal__marginLeft-35_1txhd","marginLeft-36":"universal-modal__marginLeft-36_1txhd","marginLeft-37":"universal-modal__marginLeft-37_1txhd","marginLeft-38":"universal-modal__marginLeft-38_1txhd","marginLeft-39":"universal-modal__marginLeft-39_1txhd","marginLeft-40":"universal-modal__marginLeft-40_1txhd","marginLeft-41":"universal-modal__marginLeft-41_1txhd","marginLeft-42":"universal-modal__marginLeft-42_1txhd","marginLeft-43":"universal-modal__marginLeft-43_1txhd","marginLeft-44":"universal-modal__marginLeft-44_1txhd","marginLeft-45":"universal-modal__marginLeft-45_1txhd","marginLeft-46":"universal-modal__marginLeft-46_1txhd","marginLeft-47":"universal-modal__marginLeft-47_1txhd","marginLeft-48":"universal-modal__marginLeft-48_1txhd","marginLeft-49":"universal-modal__marginLeft-49_1txhd","marginLeft-50":"universal-modal__marginLeft-50_1txhd","marginLeft-51":"universal-modal__marginLeft-51_1txhd","marginLeft-52":"universal-modal__marginLeft-52_1txhd","marginLeft-53":"universal-modal__marginLeft-53_1txhd","marginLeft-54":"universal-modal__marginLeft-54_1txhd","marginLeft-55":"universal-modal__marginLeft-55_1txhd","marginLeft-56":"universal-modal__marginLeft-56_1txhd","marginLeft-57":"universal-modal__marginLeft-57_1txhd","marginLeft-58":"universal-modal__marginLeft-58_1txhd","marginLeft-59":"universal-modal__marginLeft-59_1txhd","marginLeft-60":"universal-modal__marginLeft-60_1txhd","marginLeft-61":"universal-modal__marginLeft-61_1txhd","marginLeft-62":"universal-modal__marginLeft-62_1txhd","marginLeft-63":"universal-modal__marginLeft-63_1txhd","marginLeft-64":"universal-modal__marginLeft-64_1txhd","marginLeft-65":"universal-modal__marginLeft-65_1txhd","marginLeft-66":"universal-modal__marginLeft-66_1txhd","marginLeft-67":"universal-modal__marginLeft-67_1txhd","marginLeft-68":"universal-modal__marginLeft-68_1txhd","marginLeft-69":"universal-modal__marginLeft-69_1txhd","marginLeft-70":"universal-modal__marginLeft-70_1txhd","marginLeft-71":"universal-modal__marginLeft-71_1txhd","marginLeft-72":"universal-modal__marginLeft-72_1txhd","marginLeft-73":"universal-modal__marginLeft-73_1txhd","marginLeft-74":"universal-modal__marginLeft-74_1txhd","marginLeft-75":"universal-modal__marginLeft-75_1txhd","marginLeft-76":"universal-modal__marginLeft-76_1txhd","marginLeft-77":"universal-modal__marginLeft-77_1txhd","marginLeft-78":"universal-modal__marginLeft-78_1txhd","marginLeft-79":"universal-modal__marginLeft-79_1txhd","marginLeft-80":"universal-modal__marginLeft-80_1txhd","marginLeft-81":"universal-modal__marginLeft-81_1txhd","marginLeft-82":"universal-modal__marginLeft-82_1txhd","marginLeft-83":"universal-modal__marginLeft-83_1txhd","marginLeft-84":"universal-modal__marginLeft-84_1txhd","marginLeft-85":"universal-modal__marginLeft-85_1txhd","marginLeft-86":"universal-modal__marginLeft-86_1txhd","marginLeft-87":"universal-modal__marginLeft-87_1txhd","marginLeft-88":"universal-modal__marginLeft-88_1txhd","marginLeft-89":"universal-modal__marginLeft-89_1txhd","marginLeft-90":"universal-modal__marginLeft-90_1txhd","marginLeft-91":"universal-modal__marginLeft-91_1txhd","marginLeft-92":"universal-modal__marginLeft-92_1txhd","marginLeft-93":"universal-modal__marginLeft-93_1txhd","marginLeft-94":"universal-modal__marginLeft-94_1txhd","marginLeft-95":"universal-modal__marginLeft-95_1txhd","marginLeft-96":"universal-modal__marginLeft-96_1txhd","marginLeft-97":"universal-modal__marginLeft-97_1txhd","marginLeft-98":"universal-modal__marginLeft-98_1txhd","marginLeft-99":"universal-modal__marginLeft-99_1txhd","marginLeft-100":"universal-modal__marginLeft-100_1txhd","marginLeft-101":"universal-modal__marginLeft-101_1txhd","marginLeft-102":"universal-modal__marginLeft-102_1txhd","marginLeft-103":"universal-modal__marginLeft-103_1txhd","marginLeft-104":"universal-modal__marginLeft-104_1txhd","marginLeft-105":"universal-modal__marginLeft-105_1txhd","marginLeft-106":"universal-modal__marginLeft-106_1txhd","marginLeft-107":"universal-modal__marginLeft-107_1txhd","marginLeft-108":"universal-modal__marginLeft-108_1txhd","marginLeft-109":"universal-modal__marginLeft-109_1txhd","marginLeft-110":"universal-modal__marginLeft-110_1txhd","marginLeft-111":"universal-modal__marginLeft-111_1txhd","marginLeft-112":"universal-modal__marginLeft-112_1txhd","marginLeft-113":"universal-modal__marginLeft-113_1txhd","marginLeft-114":"universal-modal__marginLeft-114_1txhd","marginLeft-115":"universal-modal__marginLeft-115_1txhd","marginLeft-116":"universal-modal__marginLeft-116_1txhd","marginLeft-117":"universal-modal__marginLeft-117_1txhd","marginLeft-118":"universal-modal__marginLeft-118_1txhd","marginLeft-119":"universal-modal__marginLeft-119_1txhd","marginLeft-120":"universal-modal__marginLeft-120_1txhd","marginLeft-121":"universal-modal__marginLeft-121_1txhd","marginLeft-122":"universal-modal__marginLeft-122_1txhd","marginLeft-123":"universal-modal__marginLeft-123_1txhd","marginLeft-124":"universal-modal__marginLeft-124_1txhd","marginLeft-125":"universal-modal__marginLeft-125_1txhd","marginLeft-126":"universal-modal__marginLeft-126_1txhd","marginLeft-127":"universal-modal__marginLeft-127_1txhd","marginLeft-128":"universal-modal__marginLeft-128_1txhd"};
3
+ const styles = {"wrapper":"universal-modal__wrapper_xg4fm","wrapperAlignStart":"universal-modal__wrapperAlignStart_xg4fm","wrapperAlignEnd":"universal-modal__wrapperAlignEnd_xg4fm","wrapperJustifyCenter":"universal-modal__wrapperJustifyCenter_xg4fm","wrapperJustifyEnd":"universal-modal__wrapperJustifyEnd_xg4fm","component":"universal-modal__component_xg4fm","baseModalContainer":"universal-modal__baseModalContainer_xg4fm","withoutOverlay":"universal-modal__withoutOverlay_xg4fm","baseModalComponent":"universal-modal__baseModalComponent_xg4fm","hugContent":"universal-modal__hugContent_xg4fm","topGap-0":"universal-modal__topGap-0_xg4fm","bottomGap-0":"universal-modal__bottomGap-0_xg4fm","topGap-1":"universal-modal__topGap-1_xg4fm","bottomGap-1":"universal-modal__bottomGap-1_xg4fm","topGap-2":"universal-modal__topGap-2_xg4fm","bottomGap-2":"universal-modal__bottomGap-2_xg4fm","topGap-3":"universal-modal__topGap-3_xg4fm","bottomGap-3":"universal-modal__bottomGap-3_xg4fm","topGap-4":"universal-modal__topGap-4_xg4fm","bottomGap-4":"universal-modal__bottomGap-4_xg4fm","topGap-5":"universal-modal__topGap-5_xg4fm","bottomGap-5":"universal-modal__bottomGap-5_xg4fm","topGap-6":"universal-modal__topGap-6_xg4fm","bottomGap-6":"universal-modal__bottomGap-6_xg4fm","topGap-7":"universal-modal__topGap-7_xg4fm","bottomGap-7":"universal-modal__bottomGap-7_xg4fm","topGap-8":"universal-modal__topGap-8_xg4fm","bottomGap-8":"universal-modal__bottomGap-8_xg4fm","topGap-9":"universal-modal__topGap-9_xg4fm","bottomGap-9":"universal-modal__bottomGap-9_xg4fm","topGap-10":"universal-modal__topGap-10_xg4fm","bottomGap-10":"universal-modal__bottomGap-10_xg4fm","topGap-11":"universal-modal__topGap-11_xg4fm","bottomGap-11":"universal-modal__bottomGap-11_xg4fm","topGap-12":"universal-modal__topGap-12_xg4fm","bottomGap-12":"universal-modal__bottomGap-12_xg4fm","topGap-13":"universal-modal__topGap-13_xg4fm","bottomGap-13":"universal-modal__bottomGap-13_xg4fm","topGap-14":"universal-modal__topGap-14_xg4fm","bottomGap-14":"universal-modal__bottomGap-14_xg4fm","topGap-15":"universal-modal__topGap-15_xg4fm","bottomGap-15":"universal-modal__bottomGap-15_xg4fm","topGap-16":"universal-modal__topGap-16_xg4fm","bottomGap-16":"universal-modal__bottomGap-16_xg4fm","topGap-17":"universal-modal__topGap-17_xg4fm","bottomGap-17":"universal-modal__bottomGap-17_xg4fm","topGap-18":"universal-modal__topGap-18_xg4fm","bottomGap-18":"universal-modal__bottomGap-18_xg4fm","topGap-19":"universal-modal__topGap-19_xg4fm","bottomGap-19":"universal-modal__bottomGap-19_xg4fm","topGap-20":"universal-modal__topGap-20_xg4fm","bottomGap-20":"universal-modal__bottomGap-20_xg4fm","topGap-21":"universal-modal__topGap-21_xg4fm","bottomGap-21":"universal-modal__bottomGap-21_xg4fm","topGap-22":"universal-modal__topGap-22_xg4fm","bottomGap-22":"universal-modal__bottomGap-22_xg4fm","topGap-23":"universal-modal__topGap-23_xg4fm","bottomGap-23":"universal-modal__bottomGap-23_xg4fm","topGap-24":"universal-modal__topGap-24_xg4fm","bottomGap-24":"universal-modal__bottomGap-24_xg4fm","topGap-25":"universal-modal__topGap-25_xg4fm","bottomGap-25":"universal-modal__bottomGap-25_xg4fm","topGap-26":"universal-modal__topGap-26_xg4fm","bottomGap-26":"universal-modal__bottomGap-26_xg4fm","topGap-27":"universal-modal__topGap-27_xg4fm","bottomGap-27":"universal-modal__bottomGap-27_xg4fm","topGap-28":"universal-modal__topGap-28_xg4fm","bottomGap-28":"universal-modal__bottomGap-28_xg4fm","topGap-29":"universal-modal__topGap-29_xg4fm","bottomGap-29":"universal-modal__bottomGap-29_xg4fm","topGap-30":"universal-modal__topGap-30_xg4fm","bottomGap-30":"universal-modal__bottomGap-30_xg4fm","topGap-31":"universal-modal__topGap-31_xg4fm","bottomGap-31":"universal-modal__bottomGap-31_xg4fm","topGap-32":"universal-modal__topGap-32_xg4fm","bottomGap-32":"universal-modal__bottomGap-32_xg4fm","topGap-33":"universal-modal__topGap-33_xg4fm","bottomGap-33":"universal-modal__bottomGap-33_xg4fm","topGap-34":"universal-modal__topGap-34_xg4fm","bottomGap-34":"universal-modal__bottomGap-34_xg4fm","topGap-35":"universal-modal__topGap-35_xg4fm","bottomGap-35":"universal-modal__bottomGap-35_xg4fm","topGap-36":"universal-modal__topGap-36_xg4fm","bottomGap-36":"universal-modal__bottomGap-36_xg4fm","topGap-37":"universal-modal__topGap-37_xg4fm","bottomGap-37":"universal-modal__bottomGap-37_xg4fm","topGap-38":"universal-modal__topGap-38_xg4fm","bottomGap-38":"universal-modal__bottomGap-38_xg4fm","topGap-39":"universal-modal__topGap-39_xg4fm","bottomGap-39":"universal-modal__bottomGap-39_xg4fm","topGap-40":"universal-modal__topGap-40_xg4fm","bottomGap-40":"universal-modal__bottomGap-40_xg4fm","topGap-41":"universal-modal__topGap-41_xg4fm","bottomGap-41":"universal-modal__bottomGap-41_xg4fm","topGap-42":"universal-modal__topGap-42_xg4fm","bottomGap-42":"universal-modal__bottomGap-42_xg4fm","topGap-43":"universal-modal__topGap-43_xg4fm","bottomGap-43":"universal-modal__bottomGap-43_xg4fm","topGap-44":"universal-modal__topGap-44_xg4fm","bottomGap-44":"universal-modal__bottomGap-44_xg4fm","topGap-45":"universal-modal__topGap-45_xg4fm","bottomGap-45":"universal-modal__bottomGap-45_xg4fm","topGap-46":"universal-modal__topGap-46_xg4fm","bottomGap-46":"universal-modal__bottomGap-46_xg4fm","topGap-47":"universal-modal__topGap-47_xg4fm","bottomGap-47":"universal-modal__bottomGap-47_xg4fm","topGap-48":"universal-modal__topGap-48_xg4fm","bottomGap-48":"universal-modal__bottomGap-48_xg4fm","topGap-49":"universal-modal__topGap-49_xg4fm","bottomGap-49":"universal-modal__bottomGap-49_xg4fm","topGap-50":"universal-modal__topGap-50_xg4fm","bottomGap-50":"universal-modal__bottomGap-50_xg4fm","topGap-51":"universal-modal__topGap-51_xg4fm","bottomGap-51":"universal-modal__bottomGap-51_xg4fm","topGap-52":"universal-modal__topGap-52_xg4fm","bottomGap-52":"universal-modal__bottomGap-52_xg4fm","topGap-53":"universal-modal__topGap-53_xg4fm","bottomGap-53":"universal-modal__bottomGap-53_xg4fm","topGap-54":"universal-modal__topGap-54_xg4fm","bottomGap-54":"universal-modal__bottomGap-54_xg4fm","topGap-55":"universal-modal__topGap-55_xg4fm","bottomGap-55":"universal-modal__bottomGap-55_xg4fm","topGap-56":"universal-modal__topGap-56_xg4fm","bottomGap-56":"universal-modal__bottomGap-56_xg4fm","topGap-57":"universal-modal__topGap-57_xg4fm","bottomGap-57":"universal-modal__bottomGap-57_xg4fm","topGap-58":"universal-modal__topGap-58_xg4fm","bottomGap-58":"universal-modal__bottomGap-58_xg4fm","topGap-59":"universal-modal__topGap-59_xg4fm","bottomGap-59":"universal-modal__bottomGap-59_xg4fm","topGap-60":"universal-modal__topGap-60_xg4fm","bottomGap-60":"universal-modal__bottomGap-60_xg4fm","topGap-61":"universal-modal__topGap-61_xg4fm","bottomGap-61":"universal-modal__bottomGap-61_xg4fm","topGap-62":"universal-modal__topGap-62_xg4fm","bottomGap-62":"universal-modal__bottomGap-62_xg4fm","topGap-63":"universal-modal__topGap-63_xg4fm","bottomGap-63":"universal-modal__bottomGap-63_xg4fm","topGap-64":"universal-modal__topGap-64_xg4fm","bottomGap-64":"universal-modal__bottomGap-64_xg4fm","topGap-65":"universal-modal__topGap-65_xg4fm","bottomGap-65":"universal-modal__bottomGap-65_xg4fm","topGap-66":"universal-modal__topGap-66_xg4fm","bottomGap-66":"universal-modal__bottomGap-66_xg4fm","topGap-67":"universal-modal__topGap-67_xg4fm","bottomGap-67":"universal-modal__bottomGap-67_xg4fm","topGap-68":"universal-modal__topGap-68_xg4fm","bottomGap-68":"universal-modal__bottomGap-68_xg4fm","topGap-69":"universal-modal__topGap-69_xg4fm","bottomGap-69":"universal-modal__bottomGap-69_xg4fm","topGap-70":"universal-modal__topGap-70_xg4fm","bottomGap-70":"universal-modal__bottomGap-70_xg4fm","topGap-71":"universal-modal__topGap-71_xg4fm","bottomGap-71":"universal-modal__bottomGap-71_xg4fm","topGap-72":"universal-modal__topGap-72_xg4fm","bottomGap-72":"universal-modal__bottomGap-72_xg4fm","topGap-73":"universal-modal__topGap-73_xg4fm","bottomGap-73":"universal-modal__bottomGap-73_xg4fm","topGap-74":"universal-modal__topGap-74_xg4fm","bottomGap-74":"universal-modal__bottomGap-74_xg4fm","topGap-75":"universal-modal__topGap-75_xg4fm","bottomGap-75":"universal-modal__bottomGap-75_xg4fm","topGap-76":"universal-modal__topGap-76_xg4fm","bottomGap-76":"universal-modal__bottomGap-76_xg4fm","topGap-77":"universal-modal__topGap-77_xg4fm","bottomGap-77":"universal-modal__bottomGap-77_xg4fm","topGap-78":"universal-modal__topGap-78_xg4fm","bottomGap-78":"universal-modal__bottomGap-78_xg4fm","topGap-79":"universal-modal__topGap-79_xg4fm","bottomGap-79":"universal-modal__bottomGap-79_xg4fm","topGap-80":"universal-modal__topGap-80_xg4fm","bottomGap-80":"universal-modal__bottomGap-80_xg4fm","topGap-81":"universal-modal__topGap-81_xg4fm","bottomGap-81":"universal-modal__bottomGap-81_xg4fm","topGap-82":"universal-modal__topGap-82_xg4fm","bottomGap-82":"universal-modal__bottomGap-82_xg4fm","topGap-83":"universal-modal__topGap-83_xg4fm","bottomGap-83":"universal-modal__bottomGap-83_xg4fm","topGap-84":"universal-modal__topGap-84_xg4fm","bottomGap-84":"universal-modal__bottomGap-84_xg4fm","topGap-85":"universal-modal__topGap-85_xg4fm","bottomGap-85":"universal-modal__bottomGap-85_xg4fm","topGap-86":"universal-modal__topGap-86_xg4fm","bottomGap-86":"universal-modal__bottomGap-86_xg4fm","topGap-87":"universal-modal__topGap-87_xg4fm","bottomGap-87":"universal-modal__bottomGap-87_xg4fm","topGap-88":"universal-modal__topGap-88_xg4fm","bottomGap-88":"universal-modal__bottomGap-88_xg4fm","topGap-89":"universal-modal__topGap-89_xg4fm","bottomGap-89":"universal-modal__bottomGap-89_xg4fm","topGap-90":"universal-modal__topGap-90_xg4fm","bottomGap-90":"universal-modal__bottomGap-90_xg4fm","topGap-91":"universal-modal__topGap-91_xg4fm","bottomGap-91":"universal-modal__bottomGap-91_xg4fm","topGap-92":"universal-modal__topGap-92_xg4fm","bottomGap-92":"universal-modal__bottomGap-92_xg4fm","topGap-93":"universal-modal__topGap-93_xg4fm","bottomGap-93":"universal-modal__bottomGap-93_xg4fm","topGap-94":"universal-modal__topGap-94_xg4fm","bottomGap-94":"universal-modal__bottomGap-94_xg4fm","topGap-95":"universal-modal__topGap-95_xg4fm","bottomGap-95":"universal-modal__bottomGap-95_xg4fm","topGap-96":"universal-modal__topGap-96_xg4fm","bottomGap-96":"universal-modal__bottomGap-96_xg4fm","topGap-97":"universal-modal__topGap-97_xg4fm","bottomGap-97":"universal-modal__bottomGap-97_xg4fm","topGap-98":"universal-modal__topGap-98_xg4fm","bottomGap-98":"universal-modal__bottomGap-98_xg4fm","topGap-99":"universal-modal__topGap-99_xg4fm","bottomGap-99":"universal-modal__bottomGap-99_xg4fm","topGap-100":"universal-modal__topGap-100_xg4fm","bottomGap-100":"universal-modal__bottomGap-100_xg4fm","topGap-101":"universal-modal__topGap-101_xg4fm","bottomGap-101":"universal-modal__bottomGap-101_xg4fm","topGap-102":"universal-modal__topGap-102_xg4fm","bottomGap-102":"universal-modal__bottomGap-102_xg4fm","topGap-103":"universal-modal__topGap-103_xg4fm","bottomGap-103":"universal-modal__bottomGap-103_xg4fm","topGap-104":"universal-modal__topGap-104_xg4fm","bottomGap-104":"universal-modal__bottomGap-104_xg4fm","topGap-105":"universal-modal__topGap-105_xg4fm","bottomGap-105":"universal-modal__bottomGap-105_xg4fm","topGap-106":"universal-modal__topGap-106_xg4fm","bottomGap-106":"universal-modal__bottomGap-106_xg4fm","topGap-107":"universal-modal__topGap-107_xg4fm","bottomGap-107":"universal-modal__bottomGap-107_xg4fm","topGap-108":"universal-modal__topGap-108_xg4fm","bottomGap-108":"universal-modal__bottomGap-108_xg4fm","topGap-109":"universal-modal__topGap-109_xg4fm","bottomGap-109":"universal-modal__bottomGap-109_xg4fm","topGap-110":"universal-modal__topGap-110_xg4fm","bottomGap-110":"universal-modal__bottomGap-110_xg4fm","topGap-111":"universal-modal__topGap-111_xg4fm","bottomGap-111":"universal-modal__bottomGap-111_xg4fm","topGap-112":"universal-modal__topGap-112_xg4fm","bottomGap-112":"universal-modal__bottomGap-112_xg4fm","topGap-113":"universal-modal__topGap-113_xg4fm","bottomGap-113":"universal-modal__bottomGap-113_xg4fm","topGap-114":"universal-modal__topGap-114_xg4fm","bottomGap-114":"universal-modal__bottomGap-114_xg4fm","topGap-115":"universal-modal__topGap-115_xg4fm","bottomGap-115":"universal-modal__bottomGap-115_xg4fm","topGap-116":"universal-modal__topGap-116_xg4fm","bottomGap-116":"universal-modal__bottomGap-116_xg4fm","topGap-117":"universal-modal__topGap-117_xg4fm","bottomGap-117":"universal-modal__bottomGap-117_xg4fm","topGap-118":"universal-modal__topGap-118_xg4fm","bottomGap-118":"universal-modal__bottomGap-118_xg4fm","topGap-119":"universal-modal__topGap-119_xg4fm","bottomGap-119":"universal-modal__bottomGap-119_xg4fm","topGap-120":"universal-modal__topGap-120_xg4fm","bottomGap-120":"universal-modal__bottomGap-120_xg4fm","topGap-121":"universal-modal__topGap-121_xg4fm","bottomGap-121":"universal-modal__bottomGap-121_xg4fm","topGap-122":"universal-modal__topGap-122_xg4fm","bottomGap-122":"universal-modal__bottomGap-122_xg4fm","topGap-123":"universal-modal__topGap-123_xg4fm","bottomGap-123":"universal-modal__bottomGap-123_xg4fm","topGap-124":"universal-modal__topGap-124_xg4fm","bottomGap-124":"universal-modal__bottomGap-124_xg4fm","topGap-125":"universal-modal__topGap-125_xg4fm","bottomGap-125":"universal-modal__bottomGap-125_xg4fm","topGap-126":"universal-modal__topGap-126_xg4fm","bottomGap-126":"universal-modal__bottomGap-126_xg4fm","topGap-127":"universal-modal__topGap-127_xg4fm","bottomGap-127":"universal-modal__bottomGap-127_xg4fm","topGap-128":"universal-modal__topGap-128_xg4fm","bottomGap-128":"universal-modal__bottomGap-128_xg4fm","marginTop-0":"universal-modal__marginTop-0_xg4fm","marginTop-1":"universal-modal__marginTop-1_xg4fm","marginTop-2":"universal-modal__marginTop-2_xg4fm","marginTop-3":"universal-modal__marginTop-3_xg4fm","marginTop-4":"universal-modal__marginTop-4_xg4fm","marginTop-5":"universal-modal__marginTop-5_xg4fm","marginTop-6":"universal-modal__marginTop-6_xg4fm","marginTop-7":"universal-modal__marginTop-7_xg4fm","marginTop-8":"universal-modal__marginTop-8_xg4fm","marginTop-9":"universal-modal__marginTop-9_xg4fm","marginTop-10":"universal-modal__marginTop-10_xg4fm","marginTop-11":"universal-modal__marginTop-11_xg4fm","marginTop-12":"universal-modal__marginTop-12_xg4fm","marginTop-13":"universal-modal__marginTop-13_xg4fm","marginTop-14":"universal-modal__marginTop-14_xg4fm","marginTop-15":"universal-modal__marginTop-15_xg4fm","marginTop-16":"universal-modal__marginTop-16_xg4fm","marginTop-17":"universal-modal__marginTop-17_xg4fm","marginTop-18":"universal-modal__marginTop-18_xg4fm","marginTop-19":"universal-modal__marginTop-19_xg4fm","marginTop-20":"universal-modal__marginTop-20_xg4fm","marginTop-21":"universal-modal__marginTop-21_xg4fm","marginTop-22":"universal-modal__marginTop-22_xg4fm","marginTop-23":"universal-modal__marginTop-23_xg4fm","marginTop-24":"universal-modal__marginTop-24_xg4fm","marginTop-25":"universal-modal__marginTop-25_xg4fm","marginTop-26":"universal-modal__marginTop-26_xg4fm","marginTop-27":"universal-modal__marginTop-27_xg4fm","marginTop-28":"universal-modal__marginTop-28_xg4fm","marginTop-29":"universal-modal__marginTop-29_xg4fm","marginTop-30":"universal-modal__marginTop-30_xg4fm","marginTop-31":"universal-modal__marginTop-31_xg4fm","marginTop-32":"universal-modal__marginTop-32_xg4fm","marginTop-33":"universal-modal__marginTop-33_xg4fm","marginTop-34":"universal-modal__marginTop-34_xg4fm","marginTop-35":"universal-modal__marginTop-35_xg4fm","marginTop-36":"universal-modal__marginTop-36_xg4fm","marginTop-37":"universal-modal__marginTop-37_xg4fm","marginTop-38":"universal-modal__marginTop-38_xg4fm","marginTop-39":"universal-modal__marginTop-39_xg4fm","marginTop-40":"universal-modal__marginTop-40_xg4fm","marginTop-41":"universal-modal__marginTop-41_xg4fm","marginTop-42":"universal-modal__marginTop-42_xg4fm","marginTop-43":"universal-modal__marginTop-43_xg4fm","marginTop-44":"universal-modal__marginTop-44_xg4fm","marginTop-45":"universal-modal__marginTop-45_xg4fm","marginTop-46":"universal-modal__marginTop-46_xg4fm","marginTop-47":"universal-modal__marginTop-47_xg4fm","marginTop-48":"universal-modal__marginTop-48_xg4fm","marginTop-49":"universal-modal__marginTop-49_xg4fm","marginTop-50":"universal-modal__marginTop-50_xg4fm","marginTop-51":"universal-modal__marginTop-51_xg4fm","marginTop-52":"universal-modal__marginTop-52_xg4fm","marginTop-53":"universal-modal__marginTop-53_xg4fm","marginTop-54":"universal-modal__marginTop-54_xg4fm","marginTop-55":"universal-modal__marginTop-55_xg4fm","marginTop-56":"universal-modal__marginTop-56_xg4fm","marginTop-57":"universal-modal__marginTop-57_xg4fm","marginTop-58":"universal-modal__marginTop-58_xg4fm","marginTop-59":"universal-modal__marginTop-59_xg4fm","marginTop-60":"universal-modal__marginTop-60_xg4fm","marginTop-61":"universal-modal__marginTop-61_xg4fm","marginTop-62":"universal-modal__marginTop-62_xg4fm","marginTop-63":"universal-modal__marginTop-63_xg4fm","marginTop-64":"universal-modal__marginTop-64_xg4fm","marginTop-65":"universal-modal__marginTop-65_xg4fm","marginTop-66":"universal-modal__marginTop-66_xg4fm","marginTop-67":"universal-modal__marginTop-67_xg4fm","marginTop-68":"universal-modal__marginTop-68_xg4fm","marginTop-69":"universal-modal__marginTop-69_xg4fm","marginTop-70":"universal-modal__marginTop-70_xg4fm","marginTop-71":"universal-modal__marginTop-71_xg4fm","marginTop-72":"universal-modal__marginTop-72_xg4fm","marginTop-73":"universal-modal__marginTop-73_xg4fm","marginTop-74":"universal-modal__marginTop-74_xg4fm","marginTop-75":"universal-modal__marginTop-75_xg4fm","marginTop-76":"universal-modal__marginTop-76_xg4fm","marginTop-77":"universal-modal__marginTop-77_xg4fm","marginTop-78":"universal-modal__marginTop-78_xg4fm","marginTop-79":"universal-modal__marginTop-79_xg4fm","marginTop-80":"universal-modal__marginTop-80_xg4fm","marginTop-81":"universal-modal__marginTop-81_xg4fm","marginTop-82":"universal-modal__marginTop-82_xg4fm","marginTop-83":"universal-modal__marginTop-83_xg4fm","marginTop-84":"universal-modal__marginTop-84_xg4fm","marginTop-85":"universal-modal__marginTop-85_xg4fm","marginTop-86":"universal-modal__marginTop-86_xg4fm","marginTop-87":"universal-modal__marginTop-87_xg4fm","marginTop-88":"universal-modal__marginTop-88_xg4fm","marginTop-89":"universal-modal__marginTop-89_xg4fm","marginTop-90":"universal-modal__marginTop-90_xg4fm","marginTop-91":"universal-modal__marginTop-91_xg4fm","marginTop-92":"universal-modal__marginTop-92_xg4fm","marginTop-93":"universal-modal__marginTop-93_xg4fm","marginTop-94":"universal-modal__marginTop-94_xg4fm","marginTop-95":"universal-modal__marginTop-95_xg4fm","marginTop-96":"universal-modal__marginTop-96_xg4fm","marginTop-97":"universal-modal__marginTop-97_xg4fm","marginTop-98":"universal-modal__marginTop-98_xg4fm","marginTop-99":"universal-modal__marginTop-99_xg4fm","marginTop-100":"universal-modal__marginTop-100_xg4fm","marginTop-101":"universal-modal__marginTop-101_xg4fm","marginTop-102":"universal-modal__marginTop-102_xg4fm","marginTop-103":"universal-modal__marginTop-103_xg4fm","marginTop-104":"universal-modal__marginTop-104_xg4fm","marginTop-105":"universal-modal__marginTop-105_xg4fm","marginTop-106":"universal-modal__marginTop-106_xg4fm","marginTop-107":"universal-modal__marginTop-107_xg4fm","marginTop-108":"universal-modal__marginTop-108_xg4fm","marginTop-109":"universal-modal__marginTop-109_xg4fm","marginTop-110":"universal-modal__marginTop-110_xg4fm","marginTop-111":"universal-modal__marginTop-111_xg4fm","marginTop-112":"universal-modal__marginTop-112_xg4fm","marginTop-113":"universal-modal__marginTop-113_xg4fm","marginTop-114":"universal-modal__marginTop-114_xg4fm","marginTop-115":"universal-modal__marginTop-115_xg4fm","marginTop-116":"universal-modal__marginTop-116_xg4fm","marginTop-117":"universal-modal__marginTop-117_xg4fm","marginTop-118":"universal-modal__marginTop-118_xg4fm","marginTop-119":"universal-modal__marginTop-119_xg4fm","marginTop-120":"universal-modal__marginTop-120_xg4fm","marginTop-121":"universal-modal__marginTop-121_xg4fm","marginTop-122":"universal-modal__marginTop-122_xg4fm","marginTop-123":"universal-modal__marginTop-123_xg4fm","marginTop-124":"universal-modal__marginTop-124_xg4fm","marginTop-125":"universal-modal__marginTop-125_xg4fm","marginTop-126":"universal-modal__marginTop-126_xg4fm","marginTop-127":"universal-modal__marginTop-127_xg4fm","marginTop-128":"universal-modal__marginTop-128_xg4fm","marginRight-0":"universal-modal__marginRight-0_xg4fm","marginRight-1":"universal-modal__marginRight-1_xg4fm","marginRight-2":"universal-modal__marginRight-2_xg4fm","marginRight-3":"universal-modal__marginRight-3_xg4fm","marginRight-4":"universal-modal__marginRight-4_xg4fm","marginRight-5":"universal-modal__marginRight-5_xg4fm","marginRight-6":"universal-modal__marginRight-6_xg4fm","marginRight-7":"universal-modal__marginRight-7_xg4fm","marginRight-8":"universal-modal__marginRight-8_xg4fm","marginRight-9":"universal-modal__marginRight-9_xg4fm","marginRight-10":"universal-modal__marginRight-10_xg4fm","marginRight-11":"universal-modal__marginRight-11_xg4fm","marginRight-12":"universal-modal__marginRight-12_xg4fm","marginRight-13":"universal-modal__marginRight-13_xg4fm","marginRight-14":"universal-modal__marginRight-14_xg4fm","marginRight-15":"universal-modal__marginRight-15_xg4fm","marginRight-16":"universal-modal__marginRight-16_xg4fm","marginRight-17":"universal-modal__marginRight-17_xg4fm","marginRight-18":"universal-modal__marginRight-18_xg4fm","marginRight-19":"universal-modal__marginRight-19_xg4fm","marginRight-20":"universal-modal__marginRight-20_xg4fm","marginRight-21":"universal-modal__marginRight-21_xg4fm","marginRight-22":"universal-modal__marginRight-22_xg4fm","marginRight-23":"universal-modal__marginRight-23_xg4fm","marginRight-24":"universal-modal__marginRight-24_xg4fm","marginRight-25":"universal-modal__marginRight-25_xg4fm","marginRight-26":"universal-modal__marginRight-26_xg4fm","marginRight-27":"universal-modal__marginRight-27_xg4fm","marginRight-28":"universal-modal__marginRight-28_xg4fm","marginRight-29":"universal-modal__marginRight-29_xg4fm","marginRight-30":"universal-modal__marginRight-30_xg4fm","marginRight-31":"universal-modal__marginRight-31_xg4fm","marginRight-32":"universal-modal__marginRight-32_xg4fm","marginRight-33":"universal-modal__marginRight-33_xg4fm","marginRight-34":"universal-modal__marginRight-34_xg4fm","marginRight-35":"universal-modal__marginRight-35_xg4fm","marginRight-36":"universal-modal__marginRight-36_xg4fm","marginRight-37":"universal-modal__marginRight-37_xg4fm","marginRight-38":"universal-modal__marginRight-38_xg4fm","marginRight-39":"universal-modal__marginRight-39_xg4fm","marginRight-40":"universal-modal__marginRight-40_xg4fm","marginRight-41":"universal-modal__marginRight-41_xg4fm","marginRight-42":"universal-modal__marginRight-42_xg4fm","marginRight-43":"universal-modal__marginRight-43_xg4fm","marginRight-44":"universal-modal__marginRight-44_xg4fm","marginRight-45":"universal-modal__marginRight-45_xg4fm","marginRight-46":"universal-modal__marginRight-46_xg4fm","marginRight-47":"universal-modal__marginRight-47_xg4fm","marginRight-48":"universal-modal__marginRight-48_xg4fm","marginRight-49":"universal-modal__marginRight-49_xg4fm","marginRight-50":"universal-modal__marginRight-50_xg4fm","marginRight-51":"universal-modal__marginRight-51_xg4fm","marginRight-52":"universal-modal__marginRight-52_xg4fm","marginRight-53":"universal-modal__marginRight-53_xg4fm","marginRight-54":"universal-modal__marginRight-54_xg4fm","marginRight-55":"universal-modal__marginRight-55_xg4fm","marginRight-56":"universal-modal__marginRight-56_xg4fm","marginRight-57":"universal-modal__marginRight-57_xg4fm","marginRight-58":"universal-modal__marginRight-58_xg4fm","marginRight-59":"universal-modal__marginRight-59_xg4fm","marginRight-60":"universal-modal__marginRight-60_xg4fm","marginRight-61":"universal-modal__marginRight-61_xg4fm","marginRight-62":"universal-modal__marginRight-62_xg4fm","marginRight-63":"universal-modal__marginRight-63_xg4fm","marginRight-64":"universal-modal__marginRight-64_xg4fm","marginRight-65":"universal-modal__marginRight-65_xg4fm","marginRight-66":"universal-modal__marginRight-66_xg4fm","marginRight-67":"universal-modal__marginRight-67_xg4fm","marginRight-68":"universal-modal__marginRight-68_xg4fm","marginRight-69":"universal-modal__marginRight-69_xg4fm","marginRight-70":"universal-modal__marginRight-70_xg4fm","marginRight-71":"universal-modal__marginRight-71_xg4fm","marginRight-72":"universal-modal__marginRight-72_xg4fm","marginRight-73":"universal-modal__marginRight-73_xg4fm","marginRight-74":"universal-modal__marginRight-74_xg4fm","marginRight-75":"universal-modal__marginRight-75_xg4fm","marginRight-76":"universal-modal__marginRight-76_xg4fm","marginRight-77":"universal-modal__marginRight-77_xg4fm","marginRight-78":"universal-modal__marginRight-78_xg4fm","marginRight-79":"universal-modal__marginRight-79_xg4fm","marginRight-80":"universal-modal__marginRight-80_xg4fm","marginRight-81":"universal-modal__marginRight-81_xg4fm","marginRight-82":"universal-modal__marginRight-82_xg4fm","marginRight-83":"universal-modal__marginRight-83_xg4fm","marginRight-84":"universal-modal__marginRight-84_xg4fm","marginRight-85":"universal-modal__marginRight-85_xg4fm","marginRight-86":"universal-modal__marginRight-86_xg4fm","marginRight-87":"universal-modal__marginRight-87_xg4fm","marginRight-88":"universal-modal__marginRight-88_xg4fm","marginRight-89":"universal-modal__marginRight-89_xg4fm","marginRight-90":"universal-modal__marginRight-90_xg4fm","marginRight-91":"universal-modal__marginRight-91_xg4fm","marginRight-92":"universal-modal__marginRight-92_xg4fm","marginRight-93":"universal-modal__marginRight-93_xg4fm","marginRight-94":"universal-modal__marginRight-94_xg4fm","marginRight-95":"universal-modal__marginRight-95_xg4fm","marginRight-96":"universal-modal__marginRight-96_xg4fm","marginRight-97":"universal-modal__marginRight-97_xg4fm","marginRight-98":"universal-modal__marginRight-98_xg4fm","marginRight-99":"universal-modal__marginRight-99_xg4fm","marginRight-100":"universal-modal__marginRight-100_xg4fm","marginRight-101":"universal-modal__marginRight-101_xg4fm","marginRight-102":"universal-modal__marginRight-102_xg4fm","marginRight-103":"universal-modal__marginRight-103_xg4fm","marginRight-104":"universal-modal__marginRight-104_xg4fm","marginRight-105":"universal-modal__marginRight-105_xg4fm","marginRight-106":"universal-modal__marginRight-106_xg4fm","marginRight-107":"universal-modal__marginRight-107_xg4fm","marginRight-108":"universal-modal__marginRight-108_xg4fm","marginRight-109":"universal-modal__marginRight-109_xg4fm","marginRight-110":"universal-modal__marginRight-110_xg4fm","marginRight-111":"universal-modal__marginRight-111_xg4fm","marginRight-112":"universal-modal__marginRight-112_xg4fm","marginRight-113":"universal-modal__marginRight-113_xg4fm","marginRight-114":"universal-modal__marginRight-114_xg4fm","marginRight-115":"universal-modal__marginRight-115_xg4fm","marginRight-116":"universal-modal__marginRight-116_xg4fm","marginRight-117":"universal-modal__marginRight-117_xg4fm","marginRight-118":"universal-modal__marginRight-118_xg4fm","marginRight-119":"universal-modal__marginRight-119_xg4fm","marginRight-120":"universal-modal__marginRight-120_xg4fm","marginRight-121":"universal-modal__marginRight-121_xg4fm","marginRight-122":"universal-modal__marginRight-122_xg4fm","marginRight-123":"universal-modal__marginRight-123_xg4fm","marginRight-124":"universal-modal__marginRight-124_xg4fm","marginRight-125":"universal-modal__marginRight-125_xg4fm","marginRight-126":"universal-modal__marginRight-126_xg4fm","marginRight-127":"universal-modal__marginRight-127_xg4fm","marginRight-128":"universal-modal__marginRight-128_xg4fm","marginBottom-0":"universal-modal__marginBottom-0_xg4fm","marginBottom-1":"universal-modal__marginBottom-1_xg4fm","marginBottom-2":"universal-modal__marginBottom-2_xg4fm","marginBottom-3":"universal-modal__marginBottom-3_xg4fm","marginBottom-4":"universal-modal__marginBottom-4_xg4fm","marginBottom-5":"universal-modal__marginBottom-5_xg4fm","marginBottom-6":"universal-modal__marginBottom-6_xg4fm","marginBottom-7":"universal-modal__marginBottom-7_xg4fm","marginBottom-8":"universal-modal__marginBottom-8_xg4fm","marginBottom-9":"universal-modal__marginBottom-9_xg4fm","marginBottom-10":"universal-modal__marginBottom-10_xg4fm","marginBottom-11":"universal-modal__marginBottom-11_xg4fm","marginBottom-12":"universal-modal__marginBottom-12_xg4fm","marginBottom-13":"universal-modal__marginBottom-13_xg4fm","marginBottom-14":"universal-modal__marginBottom-14_xg4fm","marginBottom-15":"universal-modal__marginBottom-15_xg4fm","marginBottom-16":"universal-modal__marginBottom-16_xg4fm","marginBottom-17":"universal-modal__marginBottom-17_xg4fm","marginBottom-18":"universal-modal__marginBottom-18_xg4fm","marginBottom-19":"universal-modal__marginBottom-19_xg4fm","marginBottom-20":"universal-modal__marginBottom-20_xg4fm","marginBottom-21":"universal-modal__marginBottom-21_xg4fm","marginBottom-22":"universal-modal__marginBottom-22_xg4fm","marginBottom-23":"universal-modal__marginBottom-23_xg4fm","marginBottom-24":"universal-modal__marginBottom-24_xg4fm","marginBottom-25":"universal-modal__marginBottom-25_xg4fm","marginBottom-26":"universal-modal__marginBottom-26_xg4fm","marginBottom-27":"universal-modal__marginBottom-27_xg4fm","marginBottom-28":"universal-modal__marginBottom-28_xg4fm","marginBottom-29":"universal-modal__marginBottom-29_xg4fm","marginBottom-30":"universal-modal__marginBottom-30_xg4fm","marginBottom-31":"universal-modal__marginBottom-31_xg4fm","marginBottom-32":"universal-modal__marginBottom-32_xg4fm","marginBottom-33":"universal-modal__marginBottom-33_xg4fm","marginBottom-34":"universal-modal__marginBottom-34_xg4fm","marginBottom-35":"universal-modal__marginBottom-35_xg4fm","marginBottom-36":"universal-modal__marginBottom-36_xg4fm","marginBottom-37":"universal-modal__marginBottom-37_xg4fm","marginBottom-38":"universal-modal__marginBottom-38_xg4fm","marginBottom-39":"universal-modal__marginBottom-39_xg4fm","marginBottom-40":"universal-modal__marginBottom-40_xg4fm","marginBottom-41":"universal-modal__marginBottom-41_xg4fm","marginBottom-42":"universal-modal__marginBottom-42_xg4fm","marginBottom-43":"universal-modal__marginBottom-43_xg4fm","marginBottom-44":"universal-modal__marginBottom-44_xg4fm","marginBottom-45":"universal-modal__marginBottom-45_xg4fm","marginBottom-46":"universal-modal__marginBottom-46_xg4fm","marginBottom-47":"universal-modal__marginBottom-47_xg4fm","marginBottom-48":"universal-modal__marginBottom-48_xg4fm","marginBottom-49":"universal-modal__marginBottom-49_xg4fm","marginBottom-50":"universal-modal__marginBottom-50_xg4fm","marginBottom-51":"universal-modal__marginBottom-51_xg4fm","marginBottom-52":"universal-modal__marginBottom-52_xg4fm","marginBottom-53":"universal-modal__marginBottom-53_xg4fm","marginBottom-54":"universal-modal__marginBottom-54_xg4fm","marginBottom-55":"universal-modal__marginBottom-55_xg4fm","marginBottom-56":"universal-modal__marginBottom-56_xg4fm","marginBottom-57":"universal-modal__marginBottom-57_xg4fm","marginBottom-58":"universal-modal__marginBottom-58_xg4fm","marginBottom-59":"universal-modal__marginBottom-59_xg4fm","marginBottom-60":"universal-modal__marginBottom-60_xg4fm","marginBottom-61":"universal-modal__marginBottom-61_xg4fm","marginBottom-62":"universal-modal__marginBottom-62_xg4fm","marginBottom-63":"universal-modal__marginBottom-63_xg4fm","marginBottom-64":"universal-modal__marginBottom-64_xg4fm","marginBottom-65":"universal-modal__marginBottom-65_xg4fm","marginBottom-66":"universal-modal__marginBottom-66_xg4fm","marginBottom-67":"universal-modal__marginBottom-67_xg4fm","marginBottom-68":"universal-modal__marginBottom-68_xg4fm","marginBottom-69":"universal-modal__marginBottom-69_xg4fm","marginBottom-70":"universal-modal__marginBottom-70_xg4fm","marginBottom-71":"universal-modal__marginBottom-71_xg4fm","marginBottom-72":"universal-modal__marginBottom-72_xg4fm","marginBottom-73":"universal-modal__marginBottom-73_xg4fm","marginBottom-74":"universal-modal__marginBottom-74_xg4fm","marginBottom-75":"universal-modal__marginBottom-75_xg4fm","marginBottom-76":"universal-modal__marginBottom-76_xg4fm","marginBottom-77":"universal-modal__marginBottom-77_xg4fm","marginBottom-78":"universal-modal__marginBottom-78_xg4fm","marginBottom-79":"universal-modal__marginBottom-79_xg4fm","marginBottom-80":"universal-modal__marginBottom-80_xg4fm","marginBottom-81":"universal-modal__marginBottom-81_xg4fm","marginBottom-82":"universal-modal__marginBottom-82_xg4fm","marginBottom-83":"universal-modal__marginBottom-83_xg4fm","marginBottom-84":"universal-modal__marginBottom-84_xg4fm","marginBottom-85":"universal-modal__marginBottom-85_xg4fm","marginBottom-86":"universal-modal__marginBottom-86_xg4fm","marginBottom-87":"universal-modal__marginBottom-87_xg4fm","marginBottom-88":"universal-modal__marginBottom-88_xg4fm","marginBottom-89":"universal-modal__marginBottom-89_xg4fm","marginBottom-90":"universal-modal__marginBottom-90_xg4fm","marginBottom-91":"universal-modal__marginBottom-91_xg4fm","marginBottom-92":"universal-modal__marginBottom-92_xg4fm","marginBottom-93":"universal-modal__marginBottom-93_xg4fm","marginBottom-94":"universal-modal__marginBottom-94_xg4fm","marginBottom-95":"universal-modal__marginBottom-95_xg4fm","marginBottom-96":"universal-modal__marginBottom-96_xg4fm","marginBottom-97":"universal-modal__marginBottom-97_xg4fm","marginBottom-98":"universal-modal__marginBottom-98_xg4fm","marginBottom-99":"universal-modal__marginBottom-99_xg4fm","marginBottom-100":"universal-modal__marginBottom-100_xg4fm","marginBottom-101":"universal-modal__marginBottom-101_xg4fm","marginBottom-102":"universal-modal__marginBottom-102_xg4fm","marginBottom-103":"universal-modal__marginBottom-103_xg4fm","marginBottom-104":"universal-modal__marginBottom-104_xg4fm","marginBottom-105":"universal-modal__marginBottom-105_xg4fm","marginBottom-106":"universal-modal__marginBottom-106_xg4fm","marginBottom-107":"universal-modal__marginBottom-107_xg4fm","marginBottom-108":"universal-modal__marginBottom-108_xg4fm","marginBottom-109":"universal-modal__marginBottom-109_xg4fm","marginBottom-110":"universal-modal__marginBottom-110_xg4fm","marginBottom-111":"universal-modal__marginBottom-111_xg4fm","marginBottom-112":"universal-modal__marginBottom-112_xg4fm","marginBottom-113":"universal-modal__marginBottom-113_xg4fm","marginBottom-114":"universal-modal__marginBottom-114_xg4fm","marginBottom-115":"universal-modal__marginBottom-115_xg4fm","marginBottom-116":"universal-modal__marginBottom-116_xg4fm","marginBottom-117":"universal-modal__marginBottom-117_xg4fm","marginBottom-118":"universal-modal__marginBottom-118_xg4fm","marginBottom-119":"universal-modal__marginBottom-119_xg4fm","marginBottom-120":"universal-modal__marginBottom-120_xg4fm","marginBottom-121":"universal-modal__marginBottom-121_xg4fm","marginBottom-122":"universal-modal__marginBottom-122_xg4fm","marginBottom-123":"universal-modal__marginBottom-123_xg4fm","marginBottom-124":"universal-modal__marginBottom-124_xg4fm","marginBottom-125":"universal-modal__marginBottom-125_xg4fm","marginBottom-126":"universal-modal__marginBottom-126_xg4fm","marginBottom-127":"universal-modal__marginBottom-127_xg4fm","marginBottom-128":"universal-modal__marginBottom-128_xg4fm","marginLeft-0":"universal-modal__marginLeft-0_xg4fm","marginLeft-1":"universal-modal__marginLeft-1_xg4fm","marginLeft-2":"universal-modal__marginLeft-2_xg4fm","marginLeft-3":"universal-modal__marginLeft-3_xg4fm","marginLeft-4":"universal-modal__marginLeft-4_xg4fm","marginLeft-5":"universal-modal__marginLeft-5_xg4fm","marginLeft-6":"universal-modal__marginLeft-6_xg4fm","marginLeft-7":"universal-modal__marginLeft-7_xg4fm","marginLeft-8":"universal-modal__marginLeft-8_xg4fm","marginLeft-9":"universal-modal__marginLeft-9_xg4fm","marginLeft-10":"universal-modal__marginLeft-10_xg4fm","marginLeft-11":"universal-modal__marginLeft-11_xg4fm","marginLeft-12":"universal-modal__marginLeft-12_xg4fm","marginLeft-13":"universal-modal__marginLeft-13_xg4fm","marginLeft-14":"universal-modal__marginLeft-14_xg4fm","marginLeft-15":"universal-modal__marginLeft-15_xg4fm","marginLeft-16":"universal-modal__marginLeft-16_xg4fm","marginLeft-17":"universal-modal__marginLeft-17_xg4fm","marginLeft-18":"universal-modal__marginLeft-18_xg4fm","marginLeft-19":"universal-modal__marginLeft-19_xg4fm","marginLeft-20":"universal-modal__marginLeft-20_xg4fm","marginLeft-21":"universal-modal__marginLeft-21_xg4fm","marginLeft-22":"universal-modal__marginLeft-22_xg4fm","marginLeft-23":"universal-modal__marginLeft-23_xg4fm","marginLeft-24":"universal-modal__marginLeft-24_xg4fm","marginLeft-25":"universal-modal__marginLeft-25_xg4fm","marginLeft-26":"universal-modal__marginLeft-26_xg4fm","marginLeft-27":"universal-modal__marginLeft-27_xg4fm","marginLeft-28":"universal-modal__marginLeft-28_xg4fm","marginLeft-29":"universal-modal__marginLeft-29_xg4fm","marginLeft-30":"universal-modal__marginLeft-30_xg4fm","marginLeft-31":"universal-modal__marginLeft-31_xg4fm","marginLeft-32":"universal-modal__marginLeft-32_xg4fm","marginLeft-33":"universal-modal__marginLeft-33_xg4fm","marginLeft-34":"universal-modal__marginLeft-34_xg4fm","marginLeft-35":"universal-modal__marginLeft-35_xg4fm","marginLeft-36":"universal-modal__marginLeft-36_xg4fm","marginLeft-37":"universal-modal__marginLeft-37_xg4fm","marginLeft-38":"universal-modal__marginLeft-38_xg4fm","marginLeft-39":"universal-modal__marginLeft-39_xg4fm","marginLeft-40":"universal-modal__marginLeft-40_xg4fm","marginLeft-41":"universal-modal__marginLeft-41_xg4fm","marginLeft-42":"universal-modal__marginLeft-42_xg4fm","marginLeft-43":"universal-modal__marginLeft-43_xg4fm","marginLeft-44":"universal-modal__marginLeft-44_xg4fm","marginLeft-45":"universal-modal__marginLeft-45_xg4fm","marginLeft-46":"universal-modal__marginLeft-46_xg4fm","marginLeft-47":"universal-modal__marginLeft-47_xg4fm","marginLeft-48":"universal-modal__marginLeft-48_xg4fm","marginLeft-49":"universal-modal__marginLeft-49_xg4fm","marginLeft-50":"universal-modal__marginLeft-50_xg4fm","marginLeft-51":"universal-modal__marginLeft-51_xg4fm","marginLeft-52":"universal-modal__marginLeft-52_xg4fm","marginLeft-53":"universal-modal__marginLeft-53_xg4fm","marginLeft-54":"universal-modal__marginLeft-54_xg4fm","marginLeft-55":"universal-modal__marginLeft-55_xg4fm","marginLeft-56":"universal-modal__marginLeft-56_xg4fm","marginLeft-57":"universal-modal__marginLeft-57_xg4fm","marginLeft-58":"universal-modal__marginLeft-58_xg4fm","marginLeft-59":"universal-modal__marginLeft-59_xg4fm","marginLeft-60":"universal-modal__marginLeft-60_xg4fm","marginLeft-61":"universal-modal__marginLeft-61_xg4fm","marginLeft-62":"universal-modal__marginLeft-62_xg4fm","marginLeft-63":"universal-modal__marginLeft-63_xg4fm","marginLeft-64":"universal-modal__marginLeft-64_xg4fm","marginLeft-65":"universal-modal__marginLeft-65_xg4fm","marginLeft-66":"universal-modal__marginLeft-66_xg4fm","marginLeft-67":"universal-modal__marginLeft-67_xg4fm","marginLeft-68":"universal-modal__marginLeft-68_xg4fm","marginLeft-69":"universal-modal__marginLeft-69_xg4fm","marginLeft-70":"universal-modal__marginLeft-70_xg4fm","marginLeft-71":"universal-modal__marginLeft-71_xg4fm","marginLeft-72":"universal-modal__marginLeft-72_xg4fm","marginLeft-73":"universal-modal__marginLeft-73_xg4fm","marginLeft-74":"universal-modal__marginLeft-74_xg4fm","marginLeft-75":"universal-modal__marginLeft-75_xg4fm","marginLeft-76":"universal-modal__marginLeft-76_xg4fm","marginLeft-77":"universal-modal__marginLeft-77_xg4fm","marginLeft-78":"universal-modal__marginLeft-78_xg4fm","marginLeft-79":"universal-modal__marginLeft-79_xg4fm","marginLeft-80":"universal-modal__marginLeft-80_xg4fm","marginLeft-81":"universal-modal__marginLeft-81_xg4fm","marginLeft-82":"universal-modal__marginLeft-82_xg4fm","marginLeft-83":"universal-modal__marginLeft-83_xg4fm","marginLeft-84":"universal-modal__marginLeft-84_xg4fm","marginLeft-85":"universal-modal__marginLeft-85_xg4fm","marginLeft-86":"universal-modal__marginLeft-86_xg4fm","marginLeft-87":"universal-modal__marginLeft-87_xg4fm","marginLeft-88":"universal-modal__marginLeft-88_xg4fm","marginLeft-89":"universal-modal__marginLeft-89_xg4fm","marginLeft-90":"universal-modal__marginLeft-90_xg4fm","marginLeft-91":"universal-modal__marginLeft-91_xg4fm","marginLeft-92":"universal-modal__marginLeft-92_xg4fm","marginLeft-93":"universal-modal__marginLeft-93_xg4fm","marginLeft-94":"universal-modal__marginLeft-94_xg4fm","marginLeft-95":"universal-modal__marginLeft-95_xg4fm","marginLeft-96":"universal-modal__marginLeft-96_xg4fm","marginLeft-97":"universal-modal__marginLeft-97_xg4fm","marginLeft-98":"universal-modal__marginLeft-98_xg4fm","marginLeft-99":"universal-modal__marginLeft-99_xg4fm","marginLeft-100":"universal-modal__marginLeft-100_xg4fm","marginLeft-101":"universal-modal__marginLeft-101_xg4fm","marginLeft-102":"universal-modal__marginLeft-102_xg4fm","marginLeft-103":"universal-modal__marginLeft-103_xg4fm","marginLeft-104":"universal-modal__marginLeft-104_xg4fm","marginLeft-105":"universal-modal__marginLeft-105_xg4fm","marginLeft-106":"universal-modal__marginLeft-106_xg4fm","marginLeft-107":"universal-modal__marginLeft-107_xg4fm","marginLeft-108":"universal-modal__marginLeft-108_xg4fm","marginLeft-109":"universal-modal__marginLeft-109_xg4fm","marginLeft-110":"universal-modal__marginLeft-110_xg4fm","marginLeft-111":"universal-modal__marginLeft-111_xg4fm","marginLeft-112":"universal-modal__marginLeft-112_xg4fm","marginLeft-113":"universal-modal__marginLeft-113_xg4fm","marginLeft-114":"universal-modal__marginLeft-114_xg4fm","marginLeft-115":"universal-modal__marginLeft-115_xg4fm","marginLeft-116":"universal-modal__marginLeft-116_xg4fm","marginLeft-117":"universal-modal__marginLeft-117_xg4fm","marginLeft-118":"universal-modal__marginLeft-118_xg4fm","marginLeft-119":"universal-modal__marginLeft-119_xg4fm","marginLeft-120":"universal-modal__marginLeft-120_xg4fm","marginLeft-121":"universal-modal__marginLeft-121_xg4fm","marginLeft-122":"universal-modal__marginLeft-122_xg4fm","marginLeft-123":"universal-modal__marginLeft-123_xg4fm","marginLeft-124":"universal-modal__marginLeft-124_xg4fm","marginLeft-125":"universal-modal__marginLeft-125_xg4fm","marginLeft-126":"universal-modal__marginLeft-126_xg4fm","marginLeft-127":"universal-modal__marginLeft-127_xg4fm","marginLeft-128":"universal-modal__marginLeft-128_xg4fm"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.module.css.js","sources":["../../../src/desktop/components/side-modal/index.module.css"],"sourcesContent":["@import './side-modal.module.css';\n@import '../../styles/common.module.css';\n@import '../../styles/margins.module.css';\n"],"names":[],"mappings":";;AAEgB,eAAe,CAAC,SAAS,CAAC,gCAAgC,CAAC,mBAAmB,CAAC,0CAA0C,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,sBAAsB,CAAC,6CAA6C,CAAC,mBAAmB,CAAC,0CAA0C,CAAC,WAAW,CAAC,kCAAkC,CAAC,oBAAoB,CAAC,2CAA2C,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,oBAAoB,CAAC,2CAA2C,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC;;;;"}
1
+ {"version":3,"file":"index.module.css.js","sources":["../../../src/desktop/components/side-modal/index.module.css"],"sourcesContent":["@import './side-modal.module.css';\n@import '../../styles/common.module.css';\n@import '../../styles/margins.module.css';\n"],"names":[],"mappings":";;AAEgB,eAAe,CAAC,SAAS,CAAC,gCAAgC,CAAC,mBAAmB,CAAC,0CAA0C,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,sBAAsB,CAAC,6CAA6C,CAAC,mBAAmB,CAAC,0CAA0C,CAAC,WAAW,CAAC,kCAAkC,CAAC,oBAAoB,CAAC,2CAA2C,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,oBAAoB,CAAC,2CAA2C,CAAC,YAAY,CAAC,mCAAmC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,UAAU,CAAC,iCAAiC,CAAC,aAAa,CAAC,oCAAoC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,WAAW,CAAC,kCAAkC,CAAC,cAAc,CAAC,qCAAqC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,YAAY,CAAC,mCAAmC,CAAC,eAAe,CAAC,sCAAsC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,aAAa,CAAC,oCAAoC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,iBAAiB,CAAC,wCAAwC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,kBAAkB,CAAC,yCAAyC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,cAAc,CAAC,qCAAqC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,eAAe,CAAC,sCAAsC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC,gBAAgB,CAAC,uCAAuC,CAAC;;;;"}
@@ -20,14 +20,14 @@ const SideModal = forwardRef((props, ref) => {
20
20
  });
21
21
  const { isFullSizeModal, componentTransitions: fullSizeModalContentTransitions, backdropTransitions: fullSizeModalBackdropTransitions, } = getFullSizeModalTransitions({ verticalAlign, width, height });
22
22
  const withoutOverlay = !overlay;
23
- return (React.createElement(BaseModal, { ...restProps, open: open, dataTestId: dataTestId, ref: ref, componentRef: componentRef, contentElementRef: contentRef, scrollHandler: 'content', disableBlockingScroll: withoutOverlay, wrapperClassName: cn(styles.wrapper, styles.baseModalContainer, {
23
+ return (React.createElement(BaseModal, { ...restProps, open: open, dataTestId: dataTestId, ref: ref, componentRef: componentRef, contentElementRef: contentRef, scrollHandler: 'content', scrollLock: overlay, wrapperClassName: cn(styles.wrapper, styles.baseModalContainer, {
24
24
  [styles.wrapperAlignStart]: horizontalAlign === 'start',
25
25
  [styles.wrapperAlignEnd]: horizontalAlign === 'end',
26
26
  [styles.wrapperJustifyCenter]: verticalAlign === 'center',
27
27
  [styles.wrapperJustifyEnd]: verticalAlign === 'bottom',
28
28
  [styles.withoutOverlay]: withoutOverlay,
29
29
  }), className: cn(styles.component, className, styles.baseModalComponent, {
30
- ...getMarginStyles({ styles, margin }),
30
+ ...getMarginStyles({ styles, margin, height }),
31
31
  }), contentClassName: styles.content, transitionProps: {
32
32
  ...getDefaultTransitionProps({
33
33
  horizontalAlign,
@@ -1 +1 @@
1
- {"version":3,"file":"side-modal.js","sources":["../../../../src/desktop/components/side-modal/side-modal.tsx"],"sourcesContent":["import React, { forwardRef, useRef } from 'react';\nimport cn from 'classnames';\n\nimport { BaseModal } from '@alfalab/core-components-base-modal';\n\nimport { useScrollableContainerRef } from '../../hooks/use-scrollable-container-ref';\nimport { type UniversalModalDesktopProps } from '../../types/props';\nimport { getFullSizeModalTransitions } from '../../utils/get-full-size-modal-transitions';\nimport { getHeightStyle } from '../../utils/get-height-style';\nimport { getMarginStyles } from '../../utils/get-margin-styles';\nimport { getWidthStyle } from '../../utils/get-width-style';\nimport { ModalContent } from '../modal-content/modal-content';\n\nimport { getDefaultTransitionProps } from './get-default-transition-props';\n\nimport styles from './index.module.css';\n\nexport const SideModal = forwardRef<HTMLDivElement, UniversalModalDesktopProps>((props, ref) => {\n const {\n width = 500,\n height = 'fullHeight',\n horizontalAlign = 'center',\n verticalAlign = 'center',\n overlay = true,\n open,\n dataTestId,\n className,\n children,\n margin,\n scrollableContainerRef: scrollableContainerRefProp,\n onClose,\n ...restProps\n } = props;\n const componentRef = useRef<HTMLDivElement>(null);\n const contentRef = useRef<HTMLDivElement>(null);\n const { handleWheel, scrollableContainerRef } = useScrollableContainerRef({\n overlay,\n refObject: scrollableContainerRefProp,\n });\n\n const {\n isFullSizeModal,\n componentTransitions: fullSizeModalContentTransitions,\n backdropTransitions: fullSizeModalBackdropTransitions,\n } = getFullSizeModalTransitions({ verticalAlign, width, height });\n\n const withoutOverlay = !overlay;\n\n return (\n <BaseModal\n {...restProps}\n open={open}\n dataTestId={dataTestId}\n ref={ref}\n componentRef={componentRef}\n contentElementRef={contentRef}\n scrollHandler='content'\n disableBlockingScroll={withoutOverlay}\n wrapperClassName={cn(styles.wrapper, styles.baseModalContainer, {\n [styles.wrapperAlignStart]: horizontalAlign === 'start',\n [styles.wrapperAlignEnd]: horizontalAlign === 'end',\n [styles.wrapperJustifyCenter]: verticalAlign === 'center',\n [styles.wrapperJustifyEnd]: verticalAlign === 'bottom',\n [styles.withoutOverlay]: withoutOverlay,\n })}\n className={cn(styles.component, className, styles.baseModalComponent, {\n ...getMarginStyles({ styles, margin }),\n })}\n contentClassName={styles.content}\n transitionProps={{\n ...getDefaultTransitionProps({\n horizontalAlign,\n margin,\n }),\n ...(isFullSizeModal && fullSizeModalContentTransitions),\n ...restProps.transitionProps,\n }}\n backdropProps={{\n shouldRender: overlay,\n ...(isFullSizeModal && fullSizeModalBackdropTransitions),\n ...restProps.backdropProps,\n }}\n componentDivProps={{\n style: {\n width: getWidthStyle(width, margin),\n ...getHeightStyle(height, margin),\n },\n }}\n onWheel={handleWheel}\n onClose={onClose}\n >\n <ModalContent height={height} scrollableContainerRef={scrollableContainerRef}>\n {children}\n </ModalContent>\n </BaseModal>\n );\n});\n"],"names":[],"mappings":";;;;;;;;;;;;AAiBa,MAAA,SAAS,GAAG,UAAU,CAA6C,CAAC,KAAK,EAAE,GAAG,KAAI;AAC3F,IAAA,MAAM,EACF,KAAK,GAAG,GAAG,EACX,MAAM,GAAG,YAAY,EACrB,eAAe,GAAG,QAAQ,EAC1B,aAAa,GAAG,QAAQ,EACxB,OAAO,GAAG,IAAI,EACd,IAAI,EACJ,UAAU,EACV,SAAS,EACT,QAAQ,EACR,MAAM,EACN,sBAAsB,EAAE,0BAA0B,EAClD,OAAO,EACP,GAAG,SAAS,EACf,GAAG,KAAK;AACT,IAAA,MAAM,YAAY,GAAG,MAAM,CAAiB,IAAI,CAAC;AACjD,IAAA,MAAM,UAAU,GAAG,MAAM,CAAiB,IAAI,CAAC;AAC/C,IAAA,MAAM,EAAE,WAAW,EAAE,sBAAsB,EAAE,GAAG,yBAAyB,CAAC;QACtE,OAAO;AACP,QAAA,SAAS,EAAE,0BAA0B;AACxC,KAAA,CAAC;IAEF,MAAM,EACF,eAAe,EACf,oBAAoB,EAAE,+BAA+B,EACrD,mBAAmB,EAAE,gCAAgC,GACxD,GAAG,2BAA2B,CAAC,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC;AAEjE,IAAA,MAAM,cAAc,GAAG,CAAC,OAAO;IAE/B,QACI,oBAAC,SAAS,EAAA,EAAA,GACF,SAAS,EACb,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,UAAU,EACtB,GAAG,EAAE,GAAG,EACR,YAAY,EAAE,YAAY,EAC1B,iBAAiB,EAAE,UAAU,EAC7B,aAAa,EAAC,SAAS,EACvB,qBAAqB,EAAE,cAAc,EACrC,gBAAgB,EAAE,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE;AAC5D,YAAA,CAAC,MAAM,CAAC,iBAAiB,GAAG,eAAe,KAAK,OAAO;AACvD,YAAA,CAAC,MAAM,CAAC,eAAe,GAAG,eAAe,KAAK,KAAK;AACnD,YAAA,CAAC,MAAM,CAAC,oBAAoB,GAAG,aAAa,KAAK,QAAQ;AACzD,YAAA,CAAC,MAAM,CAAC,iBAAiB,GAAG,aAAa,KAAK,QAAQ;AACtD,YAAA,CAAC,MAAM,CAAC,cAAc,GAAG,cAAc;AAC1C,SAAA,CAAC,EACF,SAAS,EAAE,EAAE,CAAC,MAAM,CAAC,SAAS,EAAE,SAAS,EAAE,MAAM,CAAC,kBAAkB,EAAE;AAClE,YAAA,GAAG,eAAe,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;SACzC,CAAC,EACF,gBAAgB,EAAE,MAAM,CAAC,OAAO,EAChC,eAAe,EAAE;AACb,YAAA,GAAG,yBAAyB,CAAC;gBACzB,eAAe;gBACf,MAAM;aACT,CAAC;AACF,YAAA,IAAI,eAAe,IAAI,+BAA+B,CAAC;YACvD,GAAG,SAAS,CAAC,eAAe;AAC/B,SAAA,EACD,aAAa,EAAE;AACX,YAAA,YAAY,EAAE,OAAO;AACrB,YAAA,IAAI,eAAe,IAAI,gCAAgC,CAAC;YACxD,GAAG,SAAS,CAAC,aAAa;AAC7B,SAAA,EACD,iBAAiB,EAAE;AACf,YAAA,KAAK,EAAE;AACH,gBAAA,KAAK,EAAE,aAAa,CAAC,KAAK,EAAE,MAAM,CAAC;AACnC,gBAAA,GAAG,cAAc,CAAC,MAAM,EAAE,MAAM,CAAC;AACpC,aAAA;AACJ,SAAA,EACD,OAAO,EAAE,WAAW,EACpB,OAAO,EAAE,OAAO,EAAA;AAEhB,QAAA,KAAA,CAAA,aAAA,CAAC,YAAY,EAAA,EAAC,MAAM,EAAE,MAAM,EAAE,sBAAsB,EAAE,sBAAsB,EACvE,EAAA,QAAQ,CACE,CACP;AAEpB,CAAC;;;;"}
1
+ {"version":3,"file":"side-modal.js","sources":["../../../../src/desktop/components/side-modal/side-modal.tsx"],"sourcesContent":["import React, { forwardRef, useRef } from 'react';\nimport cn from 'classnames';\n\nimport { BaseModal } from '@alfalab/core-components-base-modal';\n\nimport { useScrollableContainerRef } from '../../hooks/use-scrollable-container-ref';\nimport { type UniversalModalDesktopProps } from '../../types/props';\nimport { getFullSizeModalTransitions } from '../../utils/get-full-size-modal-transitions';\nimport { getHeightStyle } from '../../utils/get-height-style';\nimport { getMarginStyles } from '../../utils/get-margin-styles';\nimport { getWidthStyle } from '../../utils/get-width-style';\nimport { ModalContent } from '../modal-content/modal-content';\n\nimport { getDefaultTransitionProps } from './get-default-transition-props';\n\nimport styles from './index.module.css';\n\nexport const SideModal = forwardRef<HTMLDivElement, UniversalModalDesktopProps>((props, ref) => {\n const {\n width = 500,\n height = 'fullHeight',\n horizontalAlign = 'center',\n verticalAlign = 'center',\n overlay = true,\n open,\n dataTestId,\n className,\n children,\n margin,\n scrollableContainerRef: scrollableContainerRefProp,\n onClose,\n ...restProps\n } = props;\n const componentRef = useRef<HTMLDivElement>(null);\n const contentRef = useRef<HTMLDivElement>(null);\n const { handleWheel, scrollableContainerRef } = useScrollableContainerRef({\n overlay,\n refObject: scrollableContainerRefProp,\n });\n\n const {\n isFullSizeModal,\n componentTransitions: fullSizeModalContentTransitions,\n backdropTransitions: fullSizeModalBackdropTransitions,\n } = getFullSizeModalTransitions({ verticalAlign, width, height });\n\n const withoutOverlay = !overlay;\n\n return (\n <BaseModal\n {...restProps}\n open={open}\n dataTestId={dataTestId}\n ref={ref}\n componentRef={componentRef}\n contentElementRef={contentRef}\n scrollHandler='content'\n scrollLock={overlay}\n wrapperClassName={cn(styles.wrapper, styles.baseModalContainer, {\n [styles.wrapperAlignStart]: horizontalAlign === 'start',\n [styles.wrapperAlignEnd]: horizontalAlign === 'end',\n [styles.wrapperJustifyCenter]: verticalAlign === 'center',\n [styles.wrapperJustifyEnd]: verticalAlign === 'bottom',\n [styles.withoutOverlay]: withoutOverlay,\n })}\n className={cn(styles.component, className, styles.baseModalComponent, {\n ...getMarginStyles({ styles, margin, height }),\n })}\n contentClassName={styles.content}\n transitionProps={{\n ...getDefaultTransitionProps({\n horizontalAlign,\n margin,\n }),\n ...(isFullSizeModal && fullSizeModalContentTransitions),\n ...restProps.transitionProps,\n }}\n backdropProps={{\n shouldRender: overlay,\n ...(isFullSizeModal && fullSizeModalBackdropTransitions),\n ...restProps.backdropProps,\n }}\n componentDivProps={{\n style: {\n width: getWidthStyle(width, margin),\n ...getHeightStyle(height, margin),\n },\n }}\n onWheel={handleWheel}\n onClose={onClose}\n >\n <ModalContent height={height} scrollableContainerRef={scrollableContainerRef}>\n {children}\n </ModalContent>\n </BaseModal>\n );\n});\n"],"names":[],"mappings":";;;;;;;;;;;;AAiBa,MAAA,SAAS,GAAG,UAAU,CAA6C,CAAC,KAAK,EAAE,GAAG,KAAI;AAC3F,IAAA,MAAM,EACF,KAAK,GAAG,GAAG,EACX,MAAM,GAAG,YAAY,EACrB,eAAe,GAAG,QAAQ,EAC1B,aAAa,GAAG,QAAQ,EACxB,OAAO,GAAG,IAAI,EACd,IAAI,EACJ,UAAU,EACV,SAAS,EACT,QAAQ,EACR,MAAM,EACN,sBAAsB,EAAE,0BAA0B,EAClD,OAAO,EACP,GAAG,SAAS,EACf,GAAG,KAAK;AACT,IAAA,MAAM,YAAY,GAAG,MAAM,CAAiB,IAAI,CAAC;AACjD,IAAA,MAAM,UAAU,GAAG,MAAM,CAAiB,IAAI,CAAC;AAC/C,IAAA,MAAM,EAAE,WAAW,EAAE,sBAAsB,EAAE,GAAG,yBAAyB,CAAC;QACtE,OAAO;AACP,QAAA,SAAS,EAAE,0BAA0B;AACxC,KAAA,CAAC;IAEF,MAAM,EACF,eAAe,EACf,oBAAoB,EAAE,+BAA+B,EACrD,mBAAmB,EAAE,gCAAgC,GACxD,GAAG,2BAA2B,CAAC,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC;AAEjE,IAAA,MAAM,cAAc,GAAG,CAAC,OAAO;IAE/B,QACI,oBAAC,SAAS,EAAA,EAAA,GACF,SAAS,EACb,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,UAAU,EACtB,GAAG,EAAE,GAAG,EACR,YAAY,EAAE,YAAY,EAC1B,iBAAiB,EAAE,UAAU,EAC7B,aAAa,EAAC,SAAS,EACvB,UAAU,EAAE,OAAO,EACnB,gBAAgB,EAAE,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE;AAC5D,YAAA,CAAC,MAAM,CAAC,iBAAiB,GAAG,eAAe,KAAK,OAAO;AACvD,YAAA,CAAC,MAAM,CAAC,eAAe,GAAG,eAAe,KAAK,KAAK;AACnD,YAAA,CAAC,MAAM,CAAC,oBAAoB,GAAG,aAAa,KAAK,QAAQ;AACzD,YAAA,CAAC,MAAM,CAAC,iBAAiB,GAAG,aAAa,KAAK,QAAQ;AACtD,YAAA,CAAC,MAAM,CAAC,cAAc,GAAG,cAAc;AAC1C,SAAA,CAAC,EACF,SAAS,EAAE,EAAE,CAAC,MAAM,CAAC,SAAS,EAAE,SAAS,EAAE,MAAM,CAAC,kBAAkB,EAAE;YAClE,GAAG,eAAe,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;SACjD,CAAC,EACF,gBAAgB,EAAE,MAAM,CAAC,OAAO,EAChC,eAAe,EAAE;AACb,YAAA,GAAG,yBAAyB,CAAC;gBACzB,eAAe;gBACf,MAAM;aACT,CAAC;AACF,YAAA,IAAI,eAAe,IAAI,+BAA+B,CAAC;YACvD,GAAG,SAAS,CAAC,eAAe;AAC/B,SAAA,EACD,aAAa,EAAE;AACX,YAAA,YAAY,EAAE,OAAO;AACrB,YAAA,IAAI,eAAe,IAAI,gCAAgC,CAAC;YACxD,GAAG,SAAS,CAAC,aAAa;AAC7B,SAAA,EACD,iBAAiB,EAAE;AACf,YAAA,KAAK,EAAE;AACH,gBAAA,KAAK,EAAE,aAAa,CAAC,KAAK,EAAE,MAAM,CAAC;AACnC,gBAAA,GAAG,cAAc,CAAC,MAAM,EAAE,MAAM,CAAC;AACpC,aAAA;AACJ,SAAA,EACD,OAAO,EAAE,WAAW,EACpB,OAAO,EAAE,OAAO,EAAA;AAEhB,QAAA,KAAA,CAAA,aAAA,CAAC,YAAY,EAAA,EAAC,MAAM,EAAE,MAAM,EAAE,sBAAsB,EAAE,sBAAsB,EACvE,EAAA,QAAQ,CACE,CACP;AAEpB,CAAC;;;;"}