@alfalab/core-components-universal-modal 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (206) hide show
  1. package/Component.responsive.d.ts +4 -4
  2. package/components/content/base-content/index.css +1 -1
  3. package/components/content/base-content/index.module.css.js +1 -1
  4. package/components/content/desktop/desktop.css +2 -2
  5. package/components/content/desktop/desktop.module.css.js +1 -1
  6. package/components/content/mobile/mobile.css +3 -3
  7. package/components/content/mobile/mobile.module.css.js +1 -1
  8. package/components/footer/base-footer/index.css +3 -3
  9. package/components/footer/base-footer/index.module.css.js +1 -1
  10. package/components/footer/desktop/desktop.css +1 -1
  11. package/components/footer/desktop/desktop.module.css.js +1 -1
  12. package/components/footer/desktop/layout.css +9 -9
  13. package/components/footer/desktop/layout.module.css.js +1 -1
  14. package/components/footer/mobile/layout.mobile.css +8 -8
  15. package/components/footer/mobile/layout.mobile.module.css.js +1 -1
  16. package/components/footer/mobile/mobile.css +2 -2
  17. package/components/footer/mobile/mobile.module.css.js +1 -1
  18. package/components/header/base-header/index.css +12 -12
  19. package/components/header/base-header/index.module.css.js +1 -1
  20. package/components/header/desktop/desktop.css +8 -8
  21. package/components/header/desktop/desktop.module.css.js +1 -1
  22. package/components/header/mobile/mobile.css +4 -4
  23. package/components/header/mobile/mobile.module.css.js +1 -1
  24. package/cssm/Component.responsive.d.ts +4 -4
  25. package/cssm/desktop/Component.desktop.d.ts +2 -2
  26. package/cssm/desktop/components/center-modal/center-modal.d.ts +1 -1
  27. package/cssm/desktop/components/side-modal/side-modal.d.ts +1 -1
  28. package/cssm/desktop/types/props.d.ts +1 -5
  29. package/cssm/mobile/Component.mobile.d.ts +2 -2
  30. package/cssm/mobile/types/props.d.ts +1 -5
  31. package/desktop/Component.desktop.d.ts +2 -2
  32. package/desktop/components/buttons/arrow-button/arrow-button.css +1 -1
  33. package/desktop/components/buttons/arrow-button/arrow-button.module.css.js +1 -1
  34. package/desktop/components/buttons/cross-button/cross-button.css +1 -1
  35. package/desktop/components/buttons/cross-button/cross-button.module.css.js +1 -1
  36. package/desktop/components/center-modal/center-modal.d.ts +1 -1
  37. package/desktop/components/center-modal/index.css +521 -521
  38. package/desktop/components/center-modal/index.module.css.js +1 -1
  39. package/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
  40. package/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
  41. package/desktop/components/center-modal/transitions/transitions.css +7 -7
  42. package/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
  43. package/desktop/components/modal-content/modal-content.css +4 -4
  44. package/desktop/components/modal-content/modal-content.module.css.js +1 -1
  45. package/desktop/components/side-modal/index.css +523 -523
  46. package/desktop/components/side-modal/index.module.css.js +1 -1
  47. package/desktop/components/side-modal/side-modal.d.ts +1 -1
  48. package/desktop/components/side-modal/transitions/transitions.css +71 -71
  49. package/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
  50. package/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
  51. package/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
  52. package/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
  53. package/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
  54. package/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
  55. package/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
  56. package/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
  57. package/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
  58. package/desktop/types/props.d.ts +1 -5
  59. package/esm/Component.responsive.d.ts +4 -4
  60. package/esm/components/content/base-content/index.css +1 -1
  61. package/esm/components/content/base-content/index.module.css.js +1 -1
  62. package/esm/components/content/desktop/desktop.css +2 -2
  63. package/esm/components/content/desktop/desktop.module.css.js +1 -1
  64. package/esm/components/content/mobile/mobile.css +3 -3
  65. package/esm/components/content/mobile/mobile.module.css.js +1 -1
  66. package/esm/components/footer/base-footer/index.css +3 -3
  67. package/esm/components/footer/base-footer/index.module.css.js +1 -1
  68. package/esm/components/footer/desktop/desktop.css +1 -1
  69. package/esm/components/footer/desktop/desktop.module.css.js +1 -1
  70. package/esm/components/footer/desktop/layout.css +9 -9
  71. package/esm/components/footer/desktop/layout.module.css.js +1 -1
  72. package/esm/components/footer/mobile/layout.mobile.css +8 -8
  73. package/esm/components/footer/mobile/layout.mobile.module.css.js +1 -1
  74. package/esm/components/footer/mobile/mobile.css +2 -2
  75. package/esm/components/footer/mobile/mobile.module.css.js +1 -1
  76. package/esm/components/header/base-header/index.css +12 -12
  77. package/esm/components/header/base-header/index.module.css.js +1 -1
  78. package/esm/components/header/desktop/desktop.css +8 -8
  79. package/esm/components/header/desktop/desktop.module.css.js +1 -1
  80. package/esm/components/header/mobile/mobile.css +4 -4
  81. package/esm/components/header/mobile/mobile.module.css.js +1 -1
  82. package/esm/desktop/Component.desktop.d.ts +2 -2
  83. package/esm/desktop/components/buttons/arrow-button/arrow-button.css +1 -1
  84. package/esm/desktop/components/buttons/arrow-button/arrow-button.module.css.js +1 -1
  85. package/esm/desktop/components/buttons/cross-button/cross-button.css +1 -1
  86. package/esm/desktop/components/buttons/cross-button/cross-button.module.css.js +1 -1
  87. package/esm/desktop/components/center-modal/center-modal.d.ts +1 -1
  88. package/esm/desktop/components/center-modal/index.css +521 -521
  89. package/esm/desktop/components/center-modal/index.module.css.js +1 -1
  90. package/esm/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
  91. package/esm/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
  92. package/esm/desktop/components/center-modal/transitions/transitions.css +7 -7
  93. package/esm/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
  94. package/esm/desktop/components/modal-content/modal-content.css +4 -4
  95. package/esm/desktop/components/modal-content/modal-content.module.css.js +1 -1
  96. package/esm/desktop/components/side-modal/index.css +523 -523
  97. package/esm/desktop/components/side-modal/index.module.css.js +1 -1
  98. package/esm/desktop/components/side-modal/side-modal.d.ts +1 -1
  99. package/esm/desktop/components/side-modal/transitions/transitions.css +71 -71
  100. package/esm/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
  101. package/esm/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
  102. package/esm/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
  103. package/esm/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
  104. package/esm/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
  105. package/esm/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
  106. package/esm/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
  107. package/esm/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
  108. package/esm/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
  109. package/esm/desktop/types/props.d.ts +1 -5
  110. package/esm/mobile/Component.mobile.d.ts +2 -2
  111. package/esm/mobile/components/buttons/arrow-button/arrow-button.css +2 -2
  112. package/esm/mobile/components/buttons/arrow-button/arrow-button.module.css.js +1 -1
  113. package/esm/mobile/components/buttons/cross-button/cross-button.css +2 -2
  114. package/esm/mobile/components/buttons/cross-button/cross-button.module.css.js +1 -1
  115. package/esm/mobile/mobile.css +3 -3
  116. package/esm/mobile/mobile.module.css.js +1 -1
  117. package/esm/mobile/transitions/right-side-transitions.mobile.css +7 -7
  118. package/esm/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
  119. package/esm/mobile/transitions/transitions.mobile.css +7 -7
  120. package/esm/mobile/transitions/transitions.mobile.module.css.js +1 -1
  121. package/esm/mobile/types/props.d.ts +1 -5
  122. package/mobile/Component.mobile.d.ts +2 -2
  123. package/mobile/components/buttons/arrow-button/arrow-button.css +2 -2
  124. package/mobile/components/buttons/arrow-button/arrow-button.module.css.js +1 -1
  125. package/mobile/components/buttons/cross-button/cross-button.css +2 -2
  126. package/mobile/components/buttons/cross-button/cross-button.module.css.js +1 -1
  127. package/mobile/mobile.css +3 -3
  128. package/mobile/mobile.module.css.js +1 -1
  129. package/mobile/transitions/right-side-transitions.mobile.css +7 -7
  130. package/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
  131. package/mobile/transitions/transitions.mobile.css +7 -7
  132. package/mobile/transitions/transitions.mobile.module.css.js +1 -1
  133. package/mobile/types/props.d.ts +1 -5
  134. package/modern/Component.responsive.d.ts +4 -4
  135. package/modern/components/content/base-content/index.css +1 -1
  136. package/modern/components/content/base-content/index.module.css.js +1 -1
  137. package/modern/components/content/desktop/desktop.css +2 -2
  138. package/modern/components/content/desktop/desktop.module.css.js +1 -1
  139. package/modern/components/content/mobile/mobile.css +3 -3
  140. package/modern/components/content/mobile/mobile.module.css.js +1 -1
  141. package/modern/components/footer/base-footer/index.css +3 -3
  142. package/modern/components/footer/base-footer/index.module.css.js +1 -1
  143. package/modern/components/footer/desktop/desktop.css +1 -1
  144. package/modern/components/footer/desktop/desktop.module.css.js +1 -1
  145. package/modern/components/footer/desktop/layout.css +9 -9
  146. package/modern/components/footer/desktop/layout.module.css.js +1 -1
  147. package/modern/components/footer/mobile/layout.mobile.css +8 -8
  148. package/modern/components/footer/mobile/layout.mobile.module.css.js +1 -1
  149. package/modern/components/footer/mobile/mobile.css +2 -2
  150. package/modern/components/footer/mobile/mobile.module.css.js +1 -1
  151. package/modern/components/header/base-header/index.css +12 -12
  152. package/modern/components/header/base-header/index.module.css.js +1 -1
  153. package/modern/components/header/desktop/desktop.css +8 -8
  154. package/modern/components/header/desktop/desktop.module.css.js +1 -1
  155. package/modern/components/header/mobile/mobile.css +4 -4
  156. package/modern/components/header/mobile/mobile.module.css.js +1 -1
  157. package/modern/desktop/Component.desktop.d.ts +2 -2
  158. package/modern/desktop/components/buttons/arrow-button/arrow-button.css +1 -1
  159. package/modern/desktop/components/buttons/arrow-button/arrow-button.module.css.js +1 -1
  160. package/modern/desktop/components/buttons/cross-button/cross-button.css +1 -1
  161. package/modern/desktop/components/buttons/cross-button/cross-button.module.css.js +1 -1
  162. package/modern/desktop/components/center-modal/center-modal.d.ts +1 -1
  163. package/modern/desktop/components/center-modal/index.css +521 -521
  164. package/modern/desktop/components/center-modal/index.module.css.js +1 -1
  165. package/modern/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
  166. package/modern/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
  167. package/modern/desktop/components/center-modal/transitions/transitions.css +7 -7
  168. package/modern/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
  169. package/modern/desktop/components/modal-content/modal-content.css +4 -4
  170. package/modern/desktop/components/modal-content/modal-content.module.css.js +1 -1
  171. package/modern/desktop/components/side-modal/index.css +523 -523
  172. package/modern/desktop/components/side-modal/index.module.css.js +1 -1
  173. package/modern/desktop/components/side-modal/side-modal.d.ts +1 -1
  174. package/modern/desktop/components/side-modal/transitions/transitions.css +71 -71
  175. package/modern/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
  176. package/modern/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
  177. package/modern/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
  178. package/modern/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
  179. package/modern/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
  180. package/modern/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
  181. package/modern/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
  182. package/modern/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
  183. package/modern/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
  184. package/modern/desktop/types/props.d.ts +1 -5
  185. package/modern/mobile/Component.mobile.d.ts +2 -2
  186. package/modern/mobile/components/buttons/arrow-button/arrow-button.css +2 -2
  187. package/modern/mobile/components/buttons/arrow-button/arrow-button.module.css.js +1 -1
  188. package/modern/mobile/components/buttons/cross-button/cross-button.css +2 -2
  189. package/modern/mobile/components/buttons/cross-button/cross-button.module.css.js +1 -1
  190. package/modern/mobile/mobile.css +3 -3
  191. package/modern/mobile/mobile.module.css.js +1 -1
  192. package/modern/mobile/transitions/right-side-transitions.mobile.css +7 -7
  193. package/modern/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
  194. package/modern/mobile/transitions/transitions.mobile.css +7 -7
  195. package/modern/mobile/transitions/transitions.mobile.module.css.js +1 -1
  196. package/modern/mobile/types/props.d.ts +1 -5
  197. package/moderncssm/Component.responsive.d.ts +4 -4
  198. package/moderncssm/desktop/Component.desktop.d.ts +2 -2
  199. package/moderncssm/desktop/components/center-modal/center-modal.d.ts +1 -1
  200. package/moderncssm/desktop/components/side-modal/side-modal.d.ts +1 -1
  201. package/moderncssm/desktop/types/props.d.ts +1 -5
  202. package/moderncssm/mobile/Component.mobile.d.ts +2 -2
  203. package/moderncssm/mobile/types/props.d.ts +1 -5
  204. package/package.json +10 -10
  205. package/src/desktop/types/props.ts +1 -5
  206. package/src/mobile/types/props.ts +1 -5
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"universal-modal__component_bsbhl","overlayHidden":"universal-modal__overlayHidden_bsbhl","wrapperJustifyStart":"universal-modal__wrapperJustifyStart_bsbhl","wrapperJustifyCenter":"universal-modal__wrapperJustifyCenter_bsbhl","wrapperJustifyEnd":"universal-modal__wrapperJustifyEnd_bsbhl","marginTop-0":"universal-modal__marginTop-0_bsbhl","marginTop-1":"universal-modal__marginTop-1_bsbhl","marginTop-2":"universal-modal__marginTop-2_bsbhl","marginTop-3":"universal-modal__marginTop-3_bsbhl","marginTop-4":"universal-modal__marginTop-4_bsbhl","marginTop-5":"universal-modal__marginTop-5_bsbhl","marginTop-6":"universal-modal__marginTop-6_bsbhl","marginTop-7":"universal-modal__marginTop-7_bsbhl","marginTop-8":"universal-modal__marginTop-8_bsbhl","marginTop-9":"universal-modal__marginTop-9_bsbhl","marginTop-10":"universal-modal__marginTop-10_bsbhl","marginTop-11":"universal-modal__marginTop-11_bsbhl","marginTop-12":"universal-modal__marginTop-12_bsbhl","marginTop-13":"universal-modal__marginTop-13_bsbhl","marginTop-14":"universal-modal__marginTop-14_bsbhl","marginTop-15":"universal-modal__marginTop-15_bsbhl","marginTop-16":"universal-modal__marginTop-16_bsbhl","marginTop-17":"universal-modal__marginTop-17_bsbhl","marginTop-18":"universal-modal__marginTop-18_bsbhl","marginTop-19":"universal-modal__marginTop-19_bsbhl","marginTop-20":"universal-modal__marginTop-20_bsbhl","marginTop-21":"universal-modal__marginTop-21_bsbhl","marginTop-22":"universal-modal__marginTop-22_bsbhl","marginTop-23":"universal-modal__marginTop-23_bsbhl","marginTop-24":"universal-modal__marginTop-24_bsbhl","marginTop-25":"universal-modal__marginTop-25_bsbhl","marginTop-26":"universal-modal__marginTop-26_bsbhl","marginTop-27":"universal-modal__marginTop-27_bsbhl","marginTop-28":"universal-modal__marginTop-28_bsbhl","marginTop-29":"universal-modal__marginTop-29_bsbhl","marginTop-30":"universal-modal__marginTop-30_bsbhl","marginTop-31":"universal-modal__marginTop-31_bsbhl","marginTop-32":"universal-modal__marginTop-32_bsbhl","marginTop-33":"universal-modal__marginTop-33_bsbhl","marginTop-34":"universal-modal__marginTop-34_bsbhl","marginTop-35":"universal-modal__marginTop-35_bsbhl","marginTop-36":"universal-modal__marginTop-36_bsbhl","marginTop-37":"universal-modal__marginTop-37_bsbhl","marginTop-38":"universal-modal__marginTop-38_bsbhl","marginTop-39":"universal-modal__marginTop-39_bsbhl","marginTop-40":"universal-modal__marginTop-40_bsbhl","marginTop-41":"universal-modal__marginTop-41_bsbhl","marginTop-42":"universal-modal__marginTop-42_bsbhl","marginTop-43":"universal-modal__marginTop-43_bsbhl","marginTop-44":"universal-modal__marginTop-44_bsbhl","marginTop-45":"universal-modal__marginTop-45_bsbhl","marginTop-46":"universal-modal__marginTop-46_bsbhl","marginTop-47":"universal-modal__marginTop-47_bsbhl","marginTop-48":"universal-modal__marginTop-48_bsbhl","marginTop-49":"universal-modal__marginTop-49_bsbhl","marginTop-50":"universal-modal__marginTop-50_bsbhl","marginTop-51":"universal-modal__marginTop-51_bsbhl","marginTop-52":"universal-modal__marginTop-52_bsbhl","marginTop-53":"universal-modal__marginTop-53_bsbhl","marginTop-54":"universal-modal__marginTop-54_bsbhl","marginTop-55":"universal-modal__marginTop-55_bsbhl","marginTop-56":"universal-modal__marginTop-56_bsbhl","marginTop-57":"universal-modal__marginTop-57_bsbhl","marginTop-58":"universal-modal__marginTop-58_bsbhl","marginTop-59":"universal-modal__marginTop-59_bsbhl","marginTop-60":"universal-modal__marginTop-60_bsbhl","marginTop-61":"universal-modal__marginTop-61_bsbhl","marginTop-62":"universal-modal__marginTop-62_bsbhl","marginTop-63":"universal-modal__marginTop-63_bsbhl","marginTop-64":"universal-modal__marginTop-64_bsbhl","marginTop-65":"universal-modal__marginTop-65_bsbhl","marginTop-66":"universal-modal__marginTop-66_bsbhl","marginTop-67":"universal-modal__marginTop-67_bsbhl","marginTop-68":"universal-modal__marginTop-68_bsbhl","marginTop-69":"universal-modal__marginTop-69_bsbhl","marginTop-70":"universal-modal__marginTop-70_bsbhl","marginTop-71":"universal-modal__marginTop-71_bsbhl","marginTop-72":"universal-modal__marginTop-72_bsbhl","marginTop-73":"universal-modal__marginTop-73_bsbhl","marginTop-74":"universal-modal__marginTop-74_bsbhl","marginTop-75":"universal-modal__marginTop-75_bsbhl","marginTop-76":"universal-modal__marginTop-76_bsbhl","marginTop-77":"universal-modal__marginTop-77_bsbhl","marginTop-78":"universal-modal__marginTop-78_bsbhl","marginTop-79":"universal-modal__marginTop-79_bsbhl","marginTop-80":"universal-modal__marginTop-80_bsbhl","marginTop-81":"universal-modal__marginTop-81_bsbhl","marginTop-82":"universal-modal__marginTop-82_bsbhl","marginTop-83":"universal-modal__marginTop-83_bsbhl","marginTop-84":"universal-modal__marginTop-84_bsbhl","marginTop-85":"universal-modal__marginTop-85_bsbhl","marginTop-86":"universal-modal__marginTop-86_bsbhl","marginTop-87":"universal-modal__marginTop-87_bsbhl","marginTop-88":"universal-modal__marginTop-88_bsbhl","marginTop-89":"universal-modal__marginTop-89_bsbhl","marginTop-90":"universal-modal__marginTop-90_bsbhl","marginTop-91":"universal-modal__marginTop-91_bsbhl","marginTop-92":"universal-modal__marginTop-92_bsbhl","marginTop-93":"universal-modal__marginTop-93_bsbhl","marginTop-94":"universal-modal__marginTop-94_bsbhl","marginTop-95":"universal-modal__marginTop-95_bsbhl","marginTop-96":"universal-modal__marginTop-96_bsbhl","marginTop-97":"universal-modal__marginTop-97_bsbhl","marginTop-98":"universal-modal__marginTop-98_bsbhl","marginTop-99":"universal-modal__marginTop-99_bsbhl","marginTop-100":"universal-modal__marginTop-100_bsbhl","marginTop-101":"universal-modal__marginTop-101_bsbhl","marginTop-102":"universal-modal__marginTop-102_bsbhl","marginTop-103":"universal-modal__marginTop-103_bsbhl","marginTop-104":"universal-modal__marginTop-104_bsbhl","marginTop-105":"universal-modal__marginTop-105_bsbhl","marginTop-106":"universal-modal__marginTop-106_bsbhl","marginTop-107":"universal-modal__marginTop-107_bsbhl","marginTop-108":"universal-modal__marginTop-108_bsbhl","marginTop-109":"universal-modal__marginTop-109_bsbhl","marginTop-110":"universal-modal__marginTop-110_bsbhl","marginTop-111":"universal-modal__marginTop-111_bsbhl","marginTop-112":"universal-modal__marginTop-112_bsbhl","marginTop-113":"universal-modal__marginTop-113_bsbhl","marginTop-114":"universal-modal__marginTop-114_bsbhl","marginTop-115":"universal-modal__marginTop-115_bsbhl","marginTop-116":"universal-modal__marginTop-116_bsbhl","marginTop-117":"universal-modal__marginTop-117_bsbhl","marginTop-118":"universal-modal__marginTop-118_bsbhl","marginTop-119":"universal-modal__marginTop-119_bsbhl","marginTop-120":"universal-modal__marginTop-120_bsbhl","marginTop-121":"universal-modal__marginTop-121_bsbhl","marginTop-122":"universal-modal__marginTop-122_bsbhl","marginTop-123":"universal-modal__marginTop-123_bsbhl","marginTop-124":"universal-modal__marginTop-124_bsbhl","marginTop-125":"universal-modal__marginTop-125_bsbhl","marginTop-126":"universal-modal__marginTop-126_bsbhl","marginTop-127":"universal-modal__marginTop-127_bsbhl","marginTop-128":"universal-modal__marginTop-128_bsbhl","marginRight-0":"universal-modal__marginRight-0_bsbhl","marginRight-1":"universal-modal__marginRight-1_bsbhl","marginRight-2":"universal-modal__marginRight-2_bsbhl","marginRight-3":"universal-modal__marginRight-3_bsbhl","marginRight-4":"universal-modal__marginRight-4_bsbhl","marginRight-5":"universal-modal__marginRight-5_bsbhl","marginRight-6":"universal-modal__marginRight-6_bsbhl","marginRight-7":"universal-modal__marginRight-7_bsbhl","marginRight-8":"universal-modal__marginRight-8_bsbhl","marginRight-9":"universal-modal__marginRight-9_bsbhl","marginRight-10":"universal-modal__marginRight-10_bsbhl","marginRight-11":"universal-modal__marginRight-11_bsbhl","marginRight-12":"universal-modal__marginRight-12_bsbhl","marginRight-13":"universal-modal__marginRight-13_bsbhl","marginRight-14":"universal-modal__marginRight-14_bsbhl","marginRight-15":"universal-modal__marginRight-15_bsbhl","marginRight-16":"universal-modal__marginRight-16_bsbhl","marginRight-17":"universal-modal__marginRight-17_bsbhl","marginRight-18":"universal-modal__marginRight-18_bsbhl","marginRight-19":"universal-modal__marginRight-19_bsbhl","marginRight-20":"universal-modal__marginRight-20_bsbhl","marginRight-21":"universal-modal__marginRight-21_bsbhl","marginRight-22":"universal-modal__marginRight-22_bsbhl","marginRight-23":"universal-modal__marginRight-23_bsbhl","marginRight-24":"universal-modal__marginRight-24_bsbhl","marginRight-25":"universal-modal__marginRight-25_bsbhl","marginRight-26":"universal-modal__marginRight-26_bsbhl","marginRight-27":"universal-modal__marginRight-27_bsbhl","marginRight-28":"universal-modal__marginRight-28_bsbhl","marginRight-29":"universal-modal__marginRight-29_bsbhl","marginRight-30":"universal-modal__marginRight-30_bsbhl","marginRight-31":"universal-modal__marginRight-31_bsbhl","marginRight-32":"universal-modal__marginRight-32_bsbhl","marginRight-33":"universal-modal__marginRight-33_bsbhl","marginRight-34":"universal-modal__marginRight-34_bsbhl","marginRight-35":"universal-modal__marginRight-35_bsbhl","marginRight-36":"universal-modal__marginRight-36_bsbhl","marginRight-37":"universal-modal__marginRight-37_bsbhl","marginRight-38":"universal-modal__marginRight-38_bsbhl","marginRight-39":"universal-modal__marginRight-39_bsbhl","marginRight-40":"universal-modal__marginRight-40_bsbhl","marginRight-41":"universal-modal__marginRight-41_bsbhl","marginRight-42":"universal-modal__marginRight-42_bsbhl","marginRight-43":"universal-modal__marginRight-43_bsbhl","marginRight-44":"universal-modal__marginRight-44_bsbhl","marginRight-45":"universal-modal__marginRight-45_bsbhl","marginRight-46":"universal-modal__marginRight-46_bsbhl","marginRight-47":"universal-modal__marginRight-47_bsbhl","marginRight-48":"universal-modal__marginRight-48_bsbhl","marginRight-49":"universal-modal__marginRight-49_bsbhl","marginRight-50":"universal-modal__marginRight-50_bsbhl","marginRight-51":"universal-modal__marginRight-51_bsbhl","marginRight-52":"universal-modal__marginRight-52_bsbhl","marginRight-53":"universal-modal__marginRight-53_bsbhl","marginRight-54":"universal-modal__marginRight-54_bsbhl","marginRight-55":"universal-modal__marginRight-55_bsbhl","marginRight-56":"universal-modal__marginRight-56_bsbhl","marginRight-57":"universal-modal__marginRight-57_bsbhl","marginRight-58":"universal-modal__marginRight-58_bsbhl","marginRight-59":"universal-modal__marginRight-59_bsbhl","marginRight-60":"universal-modal__marginRight-60_bsbhl","marginRight-61":"universal-modal__marginRight-61_bsbhl","marginRight-62":"universal-modal__marginRight-62_bsbhl","marginRight-63":"universal-modal__marginRight-63_bsbhl","marginRight-64":"universal-modal__marginRight-64_bsbhl","marginRight-65":"universal-modal__marginRight-65_bsbhl","marginRight-66":"universal-modal__marginRight-66_bsbhl","marginRight-67":"universal-modal__marginRight-67_bsbhl","marginRight-68":"universal-modal__marginRight-68_bsbhl","marginRight-69":"universal-modal__marginRight-69_bsbhl","marginRight-70":"universal-modal__marginRight-70_bsbhl","marginRight-71":"universal-modal__marginRight-71_bsbhl","marginRight-72":"universal-modal__marginRight-72_bsbhl","marginRight-73":"universal-modal__marginRight-73_bsbhl","marginRight-74":"universal-modal__marginRight-74_bsbhl","marginRight-75":"universal-modal__marginRight-75_bsbhl","marginRight-76":"universal-modal__marginRight-76_bsbhl","marginRight-77":"universal-modal__marginRight-77_bsbhl","marginRight-78":"universal-modal__marginRight-78_bsbhl","marginRight-79":"universal-modal__marginRight-79_bsbhl","marginRight-80":"universal-modal__marginRight-80_bsbhl","marginRight-81":"universal-modal__marginRight-81_bsbhl","marginRight-82":"universal-modal__marginRight-82_bsbhl","marginRight-83":"universal-modal__marginRight-83_bsbhl","marginRight-84":"universal-modal__marginRight-84_bsbhl","marginRight-85":"universal-modal__marginRight-85_bsbhl","marginRight-86":"universal-modal__marginRight-86_bsbhl","marginRight-87":"universal-modal__marginRight-87_bsbhl","marginRight-88":"universal-modal__marginRight-88_bsbhl","marginRight-89":"universal-modal__marginRight-89_bsbhl","marginRight-90":"universal-modal__marginRight-90_bsbhl","marginRight-91":"universal-modal__marginRight-91_bsbhl","marginRight-92":"universal-modal__marginRight-92_bsbhl","marginRight-93":"universal-modal__marginRight-93_bsbhl","marginRight-94":"universal-modal__marginRight-94_bsbhl","marginRight-95":"universal-modal__marginRight-95_bsbhl","marginRight-96":"universal-modal__marginRight-96_bsbhl","marginRight-97":"universal-modal__marginRight-97_bsbhl","marginRight-98":"universal-modal__marginRight-98_bsbhl","marginRight-99":"universal-modal__marginRight-99_bsbhl","marginRight-100":"universal-modal__marginRight-100_bsbhl","marginRight-101":"universal-modal__marginRight-101_bsbhl","marginRight-102":"universal-modal__marginRight-102_bsbhl","marginRight-103":"universal-modal__marginRight-103_bsbhl","marginRight-104":"universal-modal__marginRight-104_bsbhl","marginRight-105":"universal-modal__marginRight-105_bsbhl","marginRight-106":"universal-modal__marginRight-106_bsbhl","marginRight-107":"universal-modal__marginRight-107_bsbhl","marginRight-108":"universal-modal__marginRight-108_bsbhl","marginRight-109":"universal-modal__marginRight-109_bsbhl","marginRight-110":"universal-modal__marginRight-110_bsbhl","marginRight-111":"universal-modal__marginRight-111_bsbhl","marginRight-112":"universal-modal__marginRight-112_bsbhl","marginRight-113":"universal-modal__marginRight-113_bsbhl","marginRight-114":"universal-modal__marginRight-114_bsbhl","marginRight-115":"universal-modal__marginRight-115_bsbhl","marginRight-116":"universal-modal__marginRight-116_bsbhl","marginRight-117":"universal-modal__marginRight-117_bsbhl","marginRight-118":"universal-modal__marginRight-118_bsbhl","marginRight-119":"universal-modal__marginRight-119_bsbhl","marginRight-120":"universal-modal__marginRight-120_bsbhl","marginRight-121":"universal-modal__marginRight-121_bsbhl","marginRight-122":"universal-modal__marginRight-122_bsbhl","marginRight-123":"universal-modal__marginRight-123_bsbhl","marginRight-124":"universal-modal__marginRight-124_bsbhl","marginRight-125":"universal-modal__marginRight-125_bsbhl","marginRight-126":"universal-modal__marginRight-126_bsbhl","marginRight-127":"universal-modal__marginRight-127_bsbhl","marginRight-128":"universal-modal__marginRight-128_bsbhl","marginBottom-0":"universal-modal__marginBottom-0_bsbhl","marginBottom-1":"universal-modal__marginBottom-1_bsbhl","marginBottom-2":"universal-modal__marginBottom-2_bsbhl","marginBottom-3":"universal-modal__marginBottom-3_bsbhl","marginBottom-4":"universal-modal__marginBottom-4_bsbhl","marginBottom-5":"universal-modal__marginBottom-5_bsbhl","marginBottom-6":"universal-modal__marginBottom-6_bsbhl","marginBottom-7":"universal-modal__marginBottom-7_bsbhl","marginBottom-8":"universal-modal__marginBottom-8_bsbhl","marginBottom-9":"universal-modal__marginBottom-9_bsbhl","marginBottom-10":"universal-modal__marginBottom-10_bsbhl","marginBottom-11":"universal-modal__marginBottom-11_bsbhl","marginBottom-12":"universal-modal__marginBottom-12_bsbhl","marginBottom-13":"universal-modal__marginBottom-13_bsbhl","marginBottom-14":"universal-modal__marginBottom-14_bsbhl","marginBottom-15":"universal-modal__marginBottom-15_bsbhl","marginBottom-16":"universal-modal__marginBottom-16_bsbhl","marginBottom-17":"universal-modal__marginBottom-17_bsbhl","marginBottom-18":"universal-modal__marginBottom-18_bsbhl","marginBottom-19":"universal-modal__marginBottom-19_bsbhl","marginBottom-20":"universal-modal__marginBottom-20_bsbhl","marginBottom-21":"universal-modal__marginBottom-21_bsbhl","marginBottom-22":"universal-modal__marginBottom-22_bsbhl","marginBottom-23":"universal-modal__marginBottom-23_bsbhl","marginBottom-24":"universal-modal__marginBottom-24_bsbhl","marginBottom-25":"universal-modal__marginBottom-25_bsbhl","marginBottom-26":"universal-modal__marginBottom-26_bsbhl","marginBottom-27":"universal-modal__marginBottom-27_bsbhl","marginBottom-28":"universal-modal__marginBottom-28_bsbhl","marginBottom-29":"universal-modal__marginBottom-29_bsbhl","marginBottom-30":"universal-modal__marginBottom-30_bsbhl","marginBottom-31":"universal-modal__marginBottom-31_bsbhl","marginBottom-32":"universal-modal__marginBottom-32_bsbhl","marginBottom-33":"universal-modal__marginBottom-33_bsbhl","marginBottom-34":"universal-modal__marginBottom-34_bsbhl","marginBottom-35":"universal-modal__marginBottom-35_bsbhl","marginBottom-36":"universal-modal__marginBottom-36_bsbhl","marginBottom-37":"universal-modal__marginBottom-37_bsbhl","marginBottom-38":"universal-modal__marginBottom-38_bsbhl","marginBottom-39":"universal-modal__marginBottom-39_bsbhl","marginBottom-40":"universal-modal__marginBottom-40_bsbhl","marginBottom-41":"universal-modal__marginBottom-41_bsbhl","marginBottom-42":"universal-modal__marginBottom-42_bsbhl","marginBottom-43":"universal-modal__marginBottom-43_bsbhl","marginBottom-44":"universal-modal__marginBottom-44_bsbhl","marginBottom-45":"universal-modal__marginBottom-45_bsbhl","marginBottom-46":"universal-modal__marginBottom-46_bsbhl","marginBottom-47":"universal-modal__marginBottom-47_bsbhl","marginBottom-48":"universal-modal__marginBottom-48_bsbhl","marginBottom-49":"universal-modal__marginBottom-49_bsbhl","marginBottom-50":"universal-modal__marginBottom-50_bsbhl","marginBottom-51":"universal-modal__marginBottom-51_bsbhl","marginBottom-52":"universal-modal__marginBottom-52_bsbhl","marginBottom-53":"universal-modal__marginBottom-53_bsbhl","marginBottom-54":"universal-modal__marginBottom-54_bsbhl","marginBottom-55":"universal-modal__marginBottom-55_bsbhl","marginBottom-56":"universal-modal__marginBottom-56_bsbhl","marginBottom-57":"universal-modal__marginBottom-57_bsbhl","marginBottom-58":"universal-modal__marginBottom-58_bsbhl","marginBottom-59":"universal-modal__marginBottom-59_bsbhl","marginBottom-60":"universal-modal__marginBottom-60_bsbhl","marginBottom-61":"universal-modal__marginBottom-61_bsbhl","marginBottom-62":"universal-modal__marginBottom-62_bsbhl","marginBottom-63":"universal-modal__marginBottom-63_bsbhl","marginBottom-64":"universal-modal__marginBottom-64_bsbhl","marginBottom-65":"universal-modal__marginBottom-65_bsbhl","marginBottom-66":"universal-modal__marginBottom-66_bsbhl","marginBottom-67":"universal-modal__marginBottom-67_bsbhl","marginBottom-68":"universal-modal__marginBottom-68_bsbhl","marginBottom-69":"universal-modal__marginBottom-69_bsbhl","marginBottom-70":"universal-modal__marginBottom-70_bsbhl","marginBottom-71":"universal-modal__marginBottom-71_bsbhl","marginBottom-72":"universal-modal__marginBottom-72_bsbhl","marginBottom-73":"universal-modal__marginBottom-73_bsbhl","marginBottom-74":"universal-modal__marginBottom-74_bsbhl","marginBottom-75":"universal-modal__marginBottom-75_bsbhl","marginBottom-76":"universal-modal__marginBottom-76_bsbhl","marginBottom-77":"universal-modal__marginBottom-77_bsbhl","marginBottom-78":"universal-modal__marginBottom-78_bsbhl","marginBottom-79":"universal-modal__marginBottom-79_bsbhl","marginBottom-80":"universal-modal__marginBottom-80_bsbhl","marginBottom-81":"universal-modal__marginBottom-81_bsbhl","marginBottom-82":"universal-modal__marginBottom-82_bsbhl","marginBottom-83":"universal-modal__marginBottom-83_bsbhl","marginBottom-84":"universal-modal__marginBottom-84_bsbhl","marginBottom-85":"universal-modal__marginBottom-85_bsbhl","marginBottom-86":"universal-modal__marginBottom-86_bsbhl","marginBottom-87":"universal-modal__marginBottom-87_bsbhl","marginBottom-88":"universal-modal__marginBottom-88_bsbhl","marginBottom-89":"universal-modal__marginBottom-89_bsbhl","marginBottom-90":"universal-modal__marginBottom-90_bsbhl","marginBottom-91":"universal-modal__marginBottom-91_bsbhl","marginBottom-92":"universal-modal__marginBottom-92_bsbhl","marginBottom-93":"universal-modal__marginBottom-93_bsbhl","marginBottom-94":"universal-modal__marginBottom-94_bsbhl","marginBottom-95":"universal-modal__marginBottom-95_bsbhl","marginBottom-96":"universal-modal__marginBottom-96_bsbhl","marginBottom-97":"universal-modal__marginBottom-97_bsbhl","marginBottom-98":"universal-modal__marginBottom-98_bsbhl","marginBottom-99":"universal-modal__marginBottom-99_bsbhl","marginBottom-100":"universal-modal__marginBottom-100_bsbhl","marginBottom-101":"universal-modal__marginBottom-101_bsbhl","marginBottom-102":"universal-modal__marginBottom-102_bsbhl","marginBottom-103":"universal-modal__marginBottom-103_bsbhl","marginBottom-104":"universal-modal__marginBottom-104_bsbhl","marginBottom-105":"universal-modal__marginBottom-105_bsbhl","marginBottom-106":"universal-modal__marginBottom-106_bsbhl","marginBottom-107":"universal-modal__marginBottom-107_bsbhl","marginBottom-108":"universal-modal__marginBottom-108_bsbhl","marginBottom-109":"universal-modal__marginBottom-109_bsbhl","marginBottom-110":"universal-modal__marginBottom-110_bsbhl","marginBottom-111":"universal-modal__marginBottom-111_bsbhl","marginBottom-112":"universal-modal__marginBottom-112_bsbhl","marginBottom-113":"universal-modal__marginBottom-113_bsbhl","marginBottom-114":"universal-modal__marginBottom-114_bsbhl","marginBottom-115":"universal-modal__marginBottom-115_bsbhl","marginBottom-116":"universal-modal__marginBottom-116_bsbhl","marginBottom-117":"universal-modal__marginBottom-117_bsbhl","marginBottom-118":"universal-modal__marginBottom-118_bsbhl","marginBottom-119":"universal-modal__marginBottom-119_bsbhl","marginBottom-120":"universal-modal__marginBottom-120_bsbhl","marginBottom-121":"universal-modal__marginBottom-121_bsbhl","marginBottom-122":"universal-modal__marginBottom-122_bsbhl","marginBottom-123":"universal-modal__marginBottom-123_bsbhl","marginBottom-124":"universal-modal__marginBottom-124_bsbhl","marginBottom-125":"universal-modal__marginBottom-125_bsbhl","marginBottom-126":"universal-modal__marginBottom-126_bsbhl","marginBottom-127":"universal-modal__marginBottom-127_bsbhl","marginBottom-128":"universal-modal__marginBottom-128_bsbhl","marginLeft-0":"universal-modal__marginLeft-0_bsbhl","marginLeft-1":"universal-modal__marginLeft-1_bsbhl","marginLeft-2":"universal-modal__marginLeft-2_bsbhl","marginLeft-3":"universal-modal__marginLeft-3_bsbhl","marginLeft-4":"universal-modal__marginLeft-4_bsbhl","marginLeft-5":"universal-modal__marginLeft-5_bsbhl","marginLeft-6":"universal-modal__marginLeft-6_bsbhl","marginLeft-7":"universal-modal__marginLeft-7_bsbhl","marginLeft-8":"universal-modal__marginLeft-8_bsbhl","marginLeft-9":"universal-modal__marginLeft-9_bsbhl","marginLeft-10":"universal-modal__marginLeft-10_bsbhl","marginLeft-11":"universal-modal__marginLeft-11_bsbhl","marginLeft-12":"universal-modal__marginLeft-12_bsbhl","marginLeft-13":"universal-modal__marginLeft-13_bsbhl","marginLeft-14":"universal-modal__marginLeft-14_bsbhl","marginLeft-15":"universal-modal__marginLeft-15_bsbhl","marginLeft-16":"universal-modal__marginLeft-16_bsbhl","marginLeft-17":"universal-modal__marginLeft-17_bsbhl","marginLeft-18":"universal-modal__marginLeft-18_bsbhl","marginLeft-19":"universal-modal__marginLeft-19_bsbhl","marginLeft-20":"universal-modal__marginLeft-20_bsbhl","marginLeft-21":"universal-modal__marginLeft-21_bsbhl","marginLeft-22":"universal-modal__marginLeft-22_bsbhl","marginLeft-23":"universal-modal__marginLeft-23_bsbhl","marginLeft-24":"universal-modal__marginLeft-24_bsbhl","marginLeft-25":"universal-modal__marginLeft-25_bsbhl","marginLeft-26":"universal-modal__marginLeft-26_bsbhl","marginLeft-27":"universal-modal__marginLeft-27_bsbhl","marginLeft-28":"universal-modal__marginLeft-28_bsbhl","marginLeft-29":"universal-modal__marginLeft-29_bsbhl","marginLeft-30":"universal-modal__marginLeft-30_bsbhl","marginLeft-31":"universal-modal__marginLeft-31_bsbhl","marginLeft-32":"universal-modal__marginLeft-32_bsbhl","marginLeft-33":"universal-modal__marginLeft-33_bsbhl","marginLeft-34":"universal-modal__marginLeft-34_bsbhl","marginLeft-35":"universal-modal__marginLeft-35_bsbhl","marginLeft-36":"universal-modal__marginLeft-36_bsbhl","marginLeft-37":"universal-modal__marginLeft-37_bsbhl","marginLeft-38":"universal-modal__marginLeft-38_bsbhl","marginLeft-39":"universal-modal__marginLeft-39_bsbhl","marginLeft-40":"universal-modal__marginLeft-40_bsbhl","marginLeft-41":"universal-modal__marginLeft-41_bsbhl","marginLeft-42":"universal-modal__marginLeft-42_bsbhl","marginLeft-43":"universal-modal__marginLeft-43_bsbhl","marginLeft-44":"universal-modal__marginLeft-44_bsbhl","marginLeft-45":"universal-modal__marginLeft-45_bsbhl","marginLeft-46":"universal-modal__marginLeft-46_bsbhl","marginLeft-47":"universal-modal__marginLeft-47_bsbhl","marginLeft-48":"universal-modal__marginLeft-48_bsbhl","marginLeft-49":"universal-modal__marginLeft-49_bsbhl","marginLeft-50":"universal-modal__marginLeft-50_bsbhl","marginLeft-51":"universal-modal__marginLeft-51_bsbhl","marginLeft-52":"universal-modal__marginLeft-52_bsbhl","marginLeft-53":"universal-modal__marginLeft-53_bsbhl","marginLeft-54":"universal-modal__marginLeft-54_bsbhl","marginLeft-55":"universal-modal__marginLeft-55_bsbhl","marginLeft-56":"universal-modal__marginLeft-56_bsbhl","marginLeft-57":"universal-modal__marginLeft-57_bsbhl","marginLeft-58":"universal-modal__marginLeft-58_bsbhl","marginLeft-59":"universal-modal__marginLeft-59_bsbhl","marginLeft-60":"universal-modal__marginLeft-60_bsbhl","marginLeft-61":"universal-modal__marginLeft-61_bsbhl","marginLeft-62":"universal-modal__marginLeft-62_bsbhl","marginLeft-63":"universal-modal__marginLeft-63_bsbhl","marginLeft-64":"universal-modal__marginLeft-64_bsbhl","marginLeft-65":"universal-modal__marginLeft-65_bsbhl","marginLeft-66":"universal-modal__marginLeft-66_bsbhl","marginLeft-67":"universal-modal__marginLeft-67_bsbhl","marginLeft-68":"universal-modal__marginLeft-68_bsbhl","marginLeft-69":"universal-modal__marginLeft-69_bsbhl","marginLeft-70":"universal-modal__marginLeft-70_bsbhl","marginLeft-71":"universal-modal__marginLeft-71_bsbhl","marginLeft-72":"universal-modal__marginLeft-72_bsbhl","marginLeft-73":"universal-modal__marginLeft-73_bsbhl","marginLeft-74":"universal-modal__marginLeft-74_bsbhl","marginLeft-75":"universal-modal__marginLeft-75_bsbhl","marginLeft-76":"universal-modal__marginLeft-76_bsbhl","marginLeft-77":"universal-modal__marginLeft-77_bsbhl","marginLeft-78":"universal-modal__marginLeft-78_bsbhl","marginLeft-79":"universal-modal__marginLeft-79_bsbhl","marginLeft-80":"universal-modal__marginLeft-80_bsbhl","marginLeft-81":"universal-modal__marginLeft-81_bsbhl","marginLeft-82":"universal-modal__marginLeft-82_bsbhl","marginLeft-83":"universal-modal__marginLeft-83_bsbhl","marginLeft-84":"universal-modal__marginLeft-84_bsbhl","marginLeft-85":"universal-modal__marginLeft-85_bsbhl","marginLeft-86":"universal-modal__marginLeft-86_bsbhl","marginLeft-87":"universal-modal__marginLeft-87_bsbhl","marginLeft-88":"universal-modal__marginLeft-88_bsbhl","marginLeft-89":"universal-modal__marginLeft-89_bsbhl","marginLeft-90":"universal-modal__marginLeft-90_bsbhl","marginLeft-91":"universal-modal__marginLeft-91_bsbhl","marginLeft-92":"universal-modal__marginLeft-92_bsbhl","marginLeft-93":"universal-modal__marginLeft-93_bsbhl","marginLeft-94":"universal-modal__marginLeft-94_bsbhl","marginLeft-95":"universal-modal__marginLeft-95_bsbhl","marginLeft-96":"universal-modal__marginLeft-96_bsbhl","marginLeft-97":"universal-modal__marginLeft-97_bsbhl","marginLeft-98":"universal-modal__marginLeft-98_bsbhl","marginLeft-99":"universal-modal__marginLeft-99_bsbhl","marginLeft-100":"universal-modal__marginLeft-100_bsbhl","marginLeft-101":"universal-modal__marginLeft-101_bsbhl","marginLeft-102":"universal-modal__marginLeft-102_bsbhl","marginLeft-103":"universal-modal__marginLeft-103_bsbhl","marginLeft-104":"universal-modal__marginLeft-104_bsbhl","marginLeft-105":"universal-modal__marginLeft-105_bsbhl","marginLeft-106":"universal-modal__marginLeft-106_bsbhl","marginLeft-107":"universal-modal__marginLeft-107_bsbhl","marginLeft-108":"universal-modal__marginLeft-108_bsbhl","marginLeft-109":"universal-modal__marginLeft-109_bsbhl","marginLeft-110":"universal-modal__marginLeft-110_bsbhl","marginLeft-111":"universal-modal__marginLeft-111_bsbhl","marginLeft-112":"universal-modal__marginLeft-112_bsbhl","marginLeft-113":"universal-modal__marginLeft-113_bsbhl","marginLeft-114":"universal-modal__marginLeft-114_bsbhl","marginLeft-115":"universal-modal__marginLeft-115_bsbhl","marginLeft-116":"universal-modal__marginLeft-116_bsbhl","marginLeft-117":"universal-modal__marginLeft-117_bsbhl","marginLeft-118":"universal-modal__marginLeft-118_bsbhl","marginLeft-119":"universal-modal__marginLeft-119_bsbhl","marginLeft-120":"universal-modal__marginLeft-120_bsbhl","marginLeft-121":"universal-modal__marginLeft-121_bsbhl","marginLeft-122":"universal-modal__marginLeft-122_bsbhl","marginLeft-123":"universal-modal__marginLeft-123_bsbhl","marginLeft-124":"universal-modal__marginLeft-124_bsbhl","marginLeft-125":"universal-modal__marginLeft-125_bsbhl","marginLeft-126":"universal-modal__marginLeft-126_bsbhl","marginLeft-127":"universal-modal__marginLeft-127_bsbhl","marginLeft-128":"universal-modal__marginLeft-128_bsbhl"};
3
+ var styles = {"component":"universal-modal__component_n8zu5","overlayHidden":"universal-modal__overlayHidden_n8zu5","wrapperJustifyStart":"universal-modal__wrapperJustifyStart_n8zu5","wrapperJustifyCenter":"universal-modal__wrapperJustifyCenter_n8zu5","wrapperJustifyEnd":"universal-modal__wrapperJustifyEnd_n8zu5","marginTop-0":"universal-modal__marginTop-0_n8zu5","marginTop-1":"universal-modal__marginTop-1_n8zu5","marginTop-2":"universal-modal__marginTop-2_n8zu5","marginTop-3":"universal-modal__marginTop-3_n8zu5","marginTop-4":"universal-modal__marginTop-4_n8zu5","marginTop-5":"universal-modal__marginTop-5_n8zu5","marginTop-6":"universal-modal__marginTop-6_n8zu5","marginTop-7":"universal-modal__marginTop-7_n8zu5","marginTop-8":"universal-modal__marginTop-8_n8zu5","marginTop-9":"universal-modal__marginTop-9_n8zu5","marginTop-10":"universal-modal__marginTop-10_n8zu5","marginTop-11":"universal-modal__marginTop-11_n8zu5","marginTop-12":"universal-modal__marginTop-12_n8zu5","marginTop-13":"universal-modal__marginTop-13_n8zu5","marginTop-14":"universal-modal__marginTop-14_n8zu5","marginTop-15":"universal-modal__marginTop-15_n8zu5","marginTop-16":"universal-modal__marginTop-16_n8zu5","marginTop-17":"universal-modal__marginTop-17_n8zu5","marginTop-18":"universal-modal__marginTop-18_n8zu5","marginTop-19":"universal-modal__marginTop-19_n8zu5","marginTop-20":"universal-modal__marginTop-20_n8zu5","marginTop-21":"universal-modal__marginTop-21_n8zu5","marginTop-22":"universal-modal__marginTop-22_n8zu5","marginTop-23":"universal-modal__marginTop-23_n8zu5","marginTop-24":"universal-modal__marginTop-24_n8zu5","marginTop-25":"universal-modal__marginTop-25_n8zu5","marginTop-26":"universal-modal__marginTop-26_n8zu5","marginTop-27":"universal-modal__marginTop-27_n8zu5","marginTop-28":"universal-modal__marginTop-28_n8zu5","marginTop-29":"universal-modal__marginTop-29_n8zu5","marginTop-30":"universal-modal__marginTop-30_n8zu5","marginTop-31":"universal-modal__marginTop-31_n8zu5","marginTop-32":"universal-modal__marginTop-32_n8zu5","marginTop-33":"universal-modal__marginTop-33_n8zu5","marginTop-34":"universal-modal__marginTop-34_n8zu5","marginTop-35":"universal-modal__marginTop-35_n8zu5","marginTop-36":"universal-modal__marginTop-36_n8zu5","marginTop-37":"universal-modal__marginTop-37_n8zu5","marginTop-38":"universal-modal__marginTop-38_n8zu5","marginTop-39":"universal-modal__marginTop-39_n8zu5","marginTop-40":"universal-modal__marginTop-40_n8zu5","marginTop-41":"universal-modal__marginTop-41_n8zu5","marginTop-42":"universal-modal__marginTop-42_n8zu5","marginTop-43":"universal-modal__marginTop-43_n8zu5","marginTop-44":"universal-modal__marginTop-44_n8zu5","marginTop-45":"universal-modal__marginTop-45_n8zu5","marginTop-46":"universal-modal__marginTop-46_n8zu5","marginTop-47":"universal-modal__marginTop-47_n8zu5","marginTop-48":"universal-modal__marginTop-48_n8zu5","marginTop-49":"universal-modal__marginTop-49_n8zu5","marginTop-50":"universal-modal__marginTop-50_n8zu5","marginTop-51":"universal-modal__marginTop-51_n8zu5","marginTop-52":"universal-modal__marginTop-52_n8zu5","marginTop-53":"universal-modal__marginTop-53_n8zu5","marginTop-54":"universal-modal__marginTop-54_n8zu5","marginTop-55":"universal-modal__marginTop-55_n8zu5","marginTop-56":"universal-modal__marginTop-56_n8zu5","marginTop-57":"universal-modal__marginTop-57_n8zu5","marginTop-58":"universal-modal__marginTop-58_n8zu5","marginTop-59":"universal-modal__marginTop-59_n8zu5","marginTop-60":"universal-modal__marginTop-60_n8zu5","marginTop-61":"universal-modal__marginTop-61_n8zu5","marginTop-62":"universal-modal__marginTop-62_n8zu5","marginTop-63":"universal-modal__marginTop-63_n8zu5","marginTop-64":"universal-modal__marginTop-64_n8zu5","marginTop-65":"universal-modal__marginTop-65_n8zu5","marginTop-66":"universal-modal__marginTop-66_n8zu5","marginTop-67":"universal-modal__marginTop-67_n8zu5","marginTop-68":"universal-modal__marginTop-68_n8zu5","marginTop-69":"universal-modal__marginTop-69_n8zu5","marginTop-70":"universal-modal__marginTop-70_n8zu5","marginTop-71":"universal-modal__marginTop-71_n8zu5","marginTop-72":"universal-modal__marginTop-72_n8zu5","marginTop-73":"universal-modal__marginTop-73_n8zu5","marginTop-74":"universal-modal__marginTop-74_n8zu5","marginTop-75":"universal-modal__marginTop-75_n8zu5","marginTop-76":"universal-modal__marginTop-76_n8zu5","marginTop-77":"universal-modal__marginTop-77_n8zu5","marginTop-78":"universal-modal__marginTop-78_n8zu5","marginTop-79":"universal-modal__marginTop-79_n8zu5","marginTop-80":"universal-modal__marginTop-80_n8zu5","marginTop-81":"universal-modal__marginTop-81_n8zu5","marginTop-82":"universal-modal__marginTop-82_n8zu5","marginTop-83":"universal-modal__marginTop-83_n8zu5","marginTop-84":"universal-modal__marginTop-84_n8zu5","marginTop-85":"universal-modal__marginTop-85_n8zu5","marginTop-86":"universal-modal__marginTop-86_n8zu5","marginTop-87":"universal-modal__marginTop-87_n8zu5","marginTop-88":"universal-modal__marginTop-88_n8zu5","marginTop-89":"universal-modal__marginTop-89_n8zu5","marginTop-90":"universal-modal__marginTop-90_n8zu5","marginTop-91":"universal-modal__marginTop-91_n8zu5","marginTop-92":"universal-modal__marginTop-92_n8zu5","marginTop-93":"universal-modal__marginTop-93_n8zu5","marginTop-94":"universal-modal__marginTop-94_n8zu5","marginTop-95":"universal-modal__marginTop-95_n8zu5","marginTop-96":"universal-modal__marginTop-96_n8zu5","marginTop-97":"universal-modal__marginTop-97_n8zu5","marginTop-98":"universal-modal__marginTop-98_n8zu5","marginTop-99":"universal-modal__marginTop-99_n8zu5","marginTop-100":"universal-modal__marginTop-100_n8zu5","marginTop-101":"universal-modal__marginTop-101_n8zu5","marginTop-102":"universal-modal__marginTop-102_n8zu5","marginTop-103":"universal-modal__marginTop-103_n8zu5","marginTop-104":"universal-modal__marginTop-104_n8zu5","marginTop-105":"universal-modal__marginTop-105_n8zu5","marginTop-106":"universal-modal__marginTop-106_n8zu5","marginTop-107":"universal-modal__marginTop-107_n8zu5","marginTop-108":"universal-modal__marginTop-108_n8zu5","marginTop-109":"universal-modal__marginTop-109_n8zu5","marginTop-110":"universal-modal__marginTop-110_n8zu5","marginTop-111":"universal-modal__marginTop-111_n8zu5","marginTop-112":"universal-modal__marginTop-112_n8zu5","marginTop-113":"universal-modal__marginTop-113_n8zu5","marginTop-114":"universal-modal__marginTop-114_n8zu5","marginTop-115":"universal-modal__marginTop-115_n8zu5","marginTop-116":"universal-modal__marginTop-116_n8zu5","marginTop-117":"universal-modal__marginTop-117_n8zu5","marginTop-118":"universal-modal__marginTop-118_n8zu5","marginTop-119":"universal-modal__marginTop-119_n8zu5","marginTop-120":"universal-modal__marginTop-120_n8zu5","marginTop-121":"universal-modal__marginTop-121_n8zu5","marginTop-122":"universal-modal__marginTop-122_n8zu5","marginTop-123":"universal-modal__marginTop-123_n8zu5","marginTop-124":"universal-modal__marginTop-124_n8zu5","marginTop-125":"universal-modal__marginTop-125_n8zu5","marginTop-126":"universal-modal__marginTop-126_n8zu5","marginTop-127":"universal-modal__marginTop-127_n8zu5","marginTop-128":"universal-modal__marginTop-128_n8zu5","marginRight-0":"universal-modal__marginRight-0_n8zu5","marginRight-1":"universal-modal__marginRight-1_n8zu5","marginRight-2":"universal-modal__marginRight-2_n8zu5","marginRight-3":"universal-modal__marginRight-3_n8zu5","marginRight-4":"universal-modal__marginRight-4_n8zu5","marginRight-5":"universal-modal__marginRight-5_n8zu5","marginRight-6":"universal-modal__marginRight-6_n8zu5","marginRight-7":"universal-modal__marginRight-7_n8zu5","marginRight-8":"universal-modal__marginRight-8_n8zu5","marginRight-9":"universal-modal__marginRight-9_n8zu5","marginRight-10":"universal-modal__marginRight-10_n8zu5","marginRight-11":"universal-modal__marginRight-11_n8zu5","marginRight-12":"universal-modal__marginRight-12_n8zu5","marginRight-13":"universal-modal__marginRight-13_n8zu5","marginRight-14":"universal-modal__marginRight-14_n8zu5","marginRight-15":"universal-modal__marginRight-15_n8zu5","marginRight-16":"universal-modal__marginRight-16_n8zu5","marginRight-17":"universal-modal__marginRight-17_n8zu5","marginRight-18":"universal-modal__marginRight-18_n8zu5","marginRight-19":"universal-modal__marginRight-19_n8zu5","marginRight-20":"universal-modal__marginRight-20_n8zu5","marginRight-21":"universal-modal__marginRight-21_n8zu5","marginRight-22":"universal-modal__marginRight-22_n8zu5","marginRight-23":"universal-modal__marginRight-23_n8zu5","marginRight-24":"universal-modal__marginRight-24_n8zu5","marginRight-25":"universal-modal__marginRight-25_n8zu5","marginRight-26":"universal-modal__marginRight-26_n8zu5","marginRight-27":"universal-modal__marginRight-27_n8zu5","marginRight-28":"universal-modal__marginRight-28_n8zu5","marginRight-29":"universal-modal__marginRight-29_n8zu5","marginRight-30":"universal-modal__marginRight-30_n8zu5","marginRight-31":"universal-modal__marginRight-31_n8zu5","marginRight-32":"universal-modal__marginRight-32_n8zu5","marginRight-33":"universal-modal__marginRight-33_n8zu5","marginRight-34":"universal-modal__marginRight-34_n8zu5","marginRight-35":"universal-modal__marginRight-35_n8zu5","marginRight-36":"universal-modal__marginRight-36_n8zu5","marginRight-37":"universal-modal__marginRight-37_n8zu5","marginRight-38":"universal-modal__marginRight-38_n8zu5","marginRight-39":"universal-modal__marginRight-39_n8zu5","marginRight-40":"universal-modal__marginRight-40_n8zu5","marginRight-41":"universal-modal__marginRight-41_n8zu5","marginRight-42":"universal-modal__marginRight-42_n8zu5","marginRight-43":"universal-modal__marginRight-43_n8zu5","marginRight-44":"universal-modal__marginRight-44_n8zu5","marginRight-45":"universal-modal__marginRight-45_n8zu5","marginRight-46":"universal-modal__marginRight-46_n8zu5","marginRight-47":"universal-modal__marginRight-47_n8zu5","marginRight-48":"universal-modal__marginRight-48_n8zu5","marginRight-49":"universal-modal__marginRight-49_n8zu5","marginRight-50":"universal-modal__marginRight-50_n8zu5","marginRight-51":"universal-modal__marginRight-51_n8zu5","marginRight-52":"universal-modal__marginRight-52_n8zu5","marginRight-53":"universal-modal__marginRight-53_n8zu5","marginRight-54":"universal-modal__marginRight-54_n8zu5","marginRight-55":"universal-modal__marginRight-55_n8zu5","marginRight-56":"universal-modal__marginRight-56_n8zu5","marginRight-57":"universal-modal__marginRight-57_n8zu5","marginRight-58":"universal-modal__marginRight-58_n8zu5","marginRight-59":"universal-modal__marginRight-59_n8zu5","marginRight-60":"universal-modal__marginRight-60_n8zu5","marginRight-61":"universal-modal__marginRight-61_n8zu5","marginRight-62":"universal-modal__marginRight-62_n8zu5","marginRight-63":"universal-modal__marginRight-63_n8zu5","marginRight-64":"universal-modal__marginRight-64_n8zu5","marginRight-65":"universal-modal__marginRight-65_n8zu5","marginRight-66":"universal-modal__marginRight-66_n8zu5","marginRight-67":"universal-modal__marginRight-67_n8zu5","marginRight-68":"universal-modal__marginRight-68_n8zu5","marginRight-69":"universal-modal__marginRight-69_n8zu5","marginRight-70":"universal-modal__marginRight-70_n8zu5","marginRight-71":"universal-modal__marginRight-71_n8zu5","marginRight-72":"universal-modal__marginRight-72_n8zu5","marginRight-73":"universal-modal__marginRight-73_n8zu5","marginRight-74":"universal-modal__marginRight-74_n8zu5","marginRight-75":"universal-modal__marginRight-75_n8zu5","marginRight-76":"universal-modal__marginRight-76_n8zu5","marginRight-77":"universal-modal__marginRight-77_n8zu5","marginRight-78":"universal-modal__marginRight-78_n8zu5","marginRight-79":"universal-modal__marginRight-79_n8zu5","marginRight-80":"universal-modal__marginRight-80_n8zu5","marginRight-81":"universal-modal__marginRight-81_n8zu5","marginRight-82":"universal-modal__marginRight-82_n8zu5","marginRight-83":"universal-modal__marginRight-83_n8zu5","marginRight-84":"universal-modal__marginRight-84_n8zu5","marginRight-85":"universal-modal__marginRight-85_n8zu5","marginRight-86":"universal-modal__marginRight-86_n8zu5","marginRight-87":"universal-modal__marginRight-87_n8zu5","marginRight-88":"universal-modal__marginRight-88_n8zu5","marginRight-89":"universal-modal__marginRight-89_n8zu5","marginRight-90":"universal-modal__marginRight-90_n8zu5","marginRight-91":"universal-modal__marginRight-91_n8zu5","marginRight-92":"universal-modal__marginRight-92_n8zu5","marginRight-93":"universal-modal__marginRight-93_n8zu5","marginRight-94":"universal-modal__marginRight-94_n8zu5","marginRight-95":"universal-modal__marginRight-95_n8zu5","marginRight-96":"universal-modal__marginRight-96_n8zu5","marginRight-97":"universal-modal__marginRight-97_n8zu5","marginRight-98":"universal-modal__marginRight-98_n8zu5","marginRight-99":"universal-modal__marginRight-99_n8zu5","marginRight-100":"universal-modal__marginRight-100_n8zu5","marginRight-101":"universal-modal__marginRight-101_n8zu5","marginRight-102":"universal-modal__marginRight-102_n8zu5","marginRight-103":"universal-modal__marginRight-103_n8zu5","marginRight-104":"universal-modal__marginRight-104_n8zu5","marginRight-105":"universal-modal__marginRight-105_n8zu5","marginRight-106":"universal-modal__marginRight-106_n8zu5","marginRight-107":"universal-modal__marginRight-107_n8zu5","marginRight-108":"universal-modal__marginRight-108_n8zu5","marginRight-109":"universal-modal__marginRight-109_n8zu5","marginRight-110":"universal-modal__marginRight-110_n8zu5","marginRight-111":"universal-modal__marginRight-111_n8zu5","marginRight-112":"universal-modal__marginRight-112_n8zu5","marginRight-113":"universal-modal__marginRight-113_n8zu5","marginRight-114":"universal-modal__marginRight-114_n8zu5","marginRight-115":"universal-modal__marginRight-115_n8zu5","marginRight-116":"universal-modal__marginRight-116_n8zu5","marginRight-117":"universal-modal__marginRight-117_n8zu5","marginRight-118":"universal-modal__marginRight-118_n8zu5","marginRight-119":"universal-modal__marginRight-119_n8zu5","marginRight-120":"universal-modal__marginRight-120_n8zu5","marginRight-121":"universal-modal__marginRight-121_n8zu5","marginRight-122":"universal-modal__marginRight-122_n8zu5","marginRight-123":"universal-modal__marginRight-123_n8zu5","marginRight-124":"universal-modal__marginRight-124_n8zu5","marginRight-125":"universal-modal__marginRight-125_n8zu5","marginRight-126":"universal-modal__marginRight-126_n8zu5","marginRight-127":"universal-modal__marginRight-127_n8zu5","marginRight-128":"universal-modal__marginRight-128_n8zu5","marginBottom-0":"universal-modal__marginBottom-0_n8zu5","marginBottom-1":"universal-modal__marginBottom-1_n8zu5","marginBottom-2":"universal-modal__marginBottom-2_n8zu5","marginBottom-3":"universal-modal__marginBottom-3_n8zu5","marginBottom-4":"universal-modal__marginBottom-4_n8zu5","marginBottom-5":"universal-modal__marginBottom-5_n8zu5","marginBottom-6":"universal-modal__marginBottom-6_n8zu5","marginBottom-7":"universal-modal__marginBottom-7_n8zu5","marginBottom-8":"universal-modal__marginBottom-8_n8zu5","marginBottom-9":"universal-modal__marginBottom-9_n8zu5","marginBottom-10":"universal-modal__marginBottom-10_n8zu5","marginBottom-11":"universal-modal__marginBottom-11_n8zu5","marginBottom-12":"universal-modal__marginBottom-12_n8zu5","marginBottom-13":"universal-modal__marginBottom-13_n8zu5","marginBottom-14":"universal-modal__marginBottom-14_n8zu5","marginBottom-15":"universal-modal__marginBottom-15_n8zu5","marginBottom-16":"universal-modal__marginBottom-16_n8zu5","marginBottom-17":"universal-modal__marginBottom-17_n8zu5","marginBottom-18":"universal-modal__marginBottom-18_n8zu5","marginBottom-19":"universal-modal__marginBottom-19_n8zu5","marginBottom-20":"universal-modal__marginBottom-20_n8zu5","marginBottom-21":"universal-modal__marginBottom-21_n8zu5","marginBottom-22":"universal-modal__marginBottom-22_n8zu5","marginBottom-23":"universal-modal__marginBottom-23_n8zu5","marginBottom-24":"universal-modal__marginBottom-24_n8zu5","marginBottom-25":"universal-modal__marginBottom-25_n8zu5","marginBottom-26":"universal-modal__marginBottom-26_n8zu5","marginBottom-27":"universal-modal__marginBottom-27_n8zu5","marginBottom-28":"universal-modal__marginBottom-28_n8zu5","marginBottom-29":"universal-modal__marginBottom-29_n8zu5","marginBottom-30":"universal-modal__marginBottom-30_n8zu5","marginBottom-31":"universal-modal__marginBottom-31_n8zu5","marginBottom-32":"universal-modal__marginBottom-32_n8zu5","marginBottom-33":"universal-modal__marginBottom-33_n8zu5","marginBottom-34":"universal-modal__marginBottom-34_n8zu5","marginBottom-35":"universal-modal__marginBottom-35_n8zu5","marginBottom-36":"universal-modal__marginBottom-36_n8zu5","marginBottom-37":"universal-modal__marginBottom-37_n8zu5","marginBottom-38":"universal-modal__marginBottom-38_n8zu5","marginBottom-39":"universal-modal__marginBottom-39_n8zu5","marginBottom-40":"universal-modal__marginBottom-40_n8zu5","marginBottom-41":"universal-modal__marginBottom-41_n8zu5","marginBottom-42":"universal-modal__marginBottom-42_n8zu5","marginBottom-43":"universal-modal__marginBottom-43_n8zu5","marginBottom-44":"universal-modal__marginBottom-44_n8zu5","marginBottom-45":"universal-modal__marginBottom-45_n8zu5","marginBottom-46":"universal-modal__marginBottom-46_n8zu5","marginBottom-47":"universal-modal__marginBottom-47_n8zu5","marginBottom-48":"universal-modal__marginBottom-48_n8zu5","marginBottom-49":"universal-modal__marginBottom-49_n8zu5","marginBottom-50":"universal-modal__marginBottom-50_n8zu5","marginBottom-51":"universal-modal__marginBottom-51_n8zu5","marginBottom-52":"universal-modal__marginBottom-52_n8zu5","marginBottom-53":"universal-modal__marginBottom-53_n8zu5","marginBottom-54":"universal-modal__marginBottom-54_n8zu5","marginBottom-55":"universal-modal__marginBottom-55_n8zu5","marginBottom-56":"universal-modal__marginBottom-56_n8zu5","marginBottom-57":"universal-modal__marginBottom-57_n8zu5","marginBottom-58":"universal-modal__marginBottom-58_n8zu5","marginBottom-59":"universal-modal__marginBottom-59_n8zu5","marginBottom-60":"universal-modal__marginBottom-60_n8zu5","marginBottom-61":"universal-modal__marginBottom-61_n8zu5","marginBottom-62":"universal-modal__marginBottom-62_n8zu5","marginBottom-63":"universal-modal__marginBottom-63_n8zu5","marginBottom-64":"universal-modal__marginBottom-64_n8zu5","marginBottom-65":"universal-modal__marginBottom-65_n8zu5","marginBottom-66":"universal-modal__marginBottom-66_n8zu5","marginBottom-67":"universal-modal__marginBottom-67_n8zu5","marginBottom-68":"universal-modal__marginBottom-68_n8zu5","marginBottom-69":"universal-modal__marginBottom-69_n8zu5","marginBottom-70":"universal-modal__marginBottom-70_n8zu5","marginBottom-71":"universal-modal__marginBottom-71_n8zu5","marginBottom-72":"universal-modal__marginBottom-72_n8zu5","marginBottom-73":"universal-modal__marginBottom-73_n8zu5","marginBottom-74":"universal-modal__marginBottom-74_n8zu5","marginBottom-75":"universal-modal__marginBottom-75_n8zu5","marginBottom-76":"universal-modal__marginBottom-76_n8zu5","marginBottom-77":"universal-modal__marginBottom-77_n8zu5","marginBottom-78":"universal-modal__marginBottom-78_n8zu5","marginBottom-79":"universal-modal__marginBottom-79_n8zu5","marginBottom-80":"universal-modal__marginBottom-80_n8zu5","marginBottom-81":"universal-modal__marginBottom-81_n8zu5","marginBottom-82":"universal-modal__marginBottom-82_n8zu5","marginBottom-83":"universal-modal__marginBottom-83_n8zu5","marginBottom-84":"universal-modal__marginBottom-84_n8zu5","marginBottom-85":"universal-modal__marginBottom-85_n8zu5","marginBottom-86":"universal-modal__marginBottom-86_n8zu5","marginBottom-87":"universal-modal__marginBottom-87_n8zu5","marginBottom-88":"universal-modal__marginBottom-88_n8zu5","marginBottom-89":"universal-modal__marginBottom-89_n8zu5","marginBottom-90":"universal-modal__marginBottom-90_n8zu5","marginBottom-91":"universal-modal__marginBottom-91_n8zu5","marginBottom-92":"universal-modal__marginBottom-92_n8zu5","marginBottom-93":"universal-modal__marginBottom-93_n8zu5","marginBottom-94":"universal-modal__marginBottom-94_n8zu5","marginBottom-95":"universal-modal__marginBottom-95_n8zu5","marginBottom-96":"universal-modal__marginBottom-96_n8zu5","marginBottom-97":"universal-modal__marginBottom-97_n8zu5","marginBottom-98":"universal-modal__marginBottom-98_n8zu5","marginBottom-99":"universal-modal__marginBottom-99_n8zu5","marginBottom-100":"universal-modal__marginBottom-100_n8zu5","marginBottom-101":"universal-modal__marginBottom-101_n8zu5","marginBottom-102":"universal-modal__marginBottom-102_n8zu5","marginBottom-103":"universal-modal__marginBottom-103_n8zu5","marginBottom-104":"universal-modal__marginBottom-104_n8zu5","marginBottom-105":"universal-modal__marginBottom-105_n8zu5","marginBottom-106":"universal-modal__marginBottom-106_n8zu5","marginBottom-107":"universal-modal__marginBottom-107_n8zu5","marginBottom-108":"universal-modal__marginBottom-108_n8zu5","marginBottom-109":"universal-modal__marginBottom-109_n8zu5","marginBottom-110":"universal-modal__marginBottom-110_n8zu5","marginBottom-111":"universal-modal__marginBottom-111_n8zu5","marginBottom-112":"universal-modal__marginBottom-112_n8zu5","marginBottom-113":"universal-modal__marginBottom-113_n8zu5","marginBottom-114":"universal-modal__marginBottom-114_n8zu5","marginBottom-115":"universal-modal__marginBottom-115_n8zu5","marginBottom-116":"universal-modal__marginBottom-116_n8zu5","marginBottom-117":"universal-modal__marginBottom-117_n8zu5","marginBottom-118":"universal-modal__marginBottom-118_n8zu5","marginBottom-119":"universal-modal__marginBottom-119_n8zu5","marginBottom-120":"universal-modal__marginBottom-120_n8zu5","marginBottom-121":"universal-modal__marginBottom-121_n8zu5","marginBottom-122":"universal-modal__marginBottom-122_n8zu5","marginBottom-123":"universal-modal__marginBottom-123_n8zu5","marginBottom-124":"universal-modal__marginBottom-124_n8zu5","marginBottom-125":"universal-modal__marginBottom-125_n8zu5","marginBottom-126":"universal-modal__marginBottom-126_n8zu5","marginBottom-127":"universal-modal__marginBottom-127_n8zu5","marginBottom-128":"universal-modal__marginBottom-128_n8zu5","marginLeft-0":"universal-modal__marginLeft-0_n8zu5","marginLeft-1":"universal-modal__marginLeft-1_n8zu5","marginLeft-2":"universal-modal__marginLeft-2_n8zu5","marginLeft-3":"universal-modal__marginLeft-3_n8zu5","marginLeft-4":"universal-modal__marginLeft-4_n8zu5","marginLeft-5":"universal-modal__marginLeft-5_n8zu5","marginLeft-6":"universal-modal__marginLeft-6_n8zu5","marginLeft-7":"universal-modal__marginLeft-7_n8zu5","marginLeft-8":"universal-modal__marginLeft-8_n8zu5","marginLeft-9":"universal-modal__marginLeft-9_n8zu5","marginLeft-10":"universal-modal__marginLeft-10_n8zu5","marginLeft-11":"universal-modal__marginLeft-11_n8zu5","marginLeft-12":"universal-modal__marginLeft-12_n8zu5","marginLeft-13":"universal-modal__marginLeft-13_n8zu5","marginLeft-14":"universal-modal__marginLeft-14_n8zu5","marginLeft-15":"universal-modal__marginLeft-15_n8zu5","marginLeft-16":"universal-modal__marginLeft-16_n8zu5","marginLeft-17":"universal-modal__marginLeft-17_n8zu5","marginLeft-18":"universal-modal__marginLeft-18_n8zu5","marginLeft-19":"universal-modal__marginLeft-19_n8zu5","marginLeft-20":"universal-modal__marginLeft-20_n8zu5","marginLeft-21":"universal-modal__marginLeft-21_n8zu5","marginLeft-22":"universal-modal__marginLeft-22_n8zu5","marginLeft-23":"universal-modal__marginLeft-23_n8zu5","marginLeft-24":"universal-modal__marginLeft-24_n8zu5","marginLeft-25":"universal-modal__marginLeft-25_n8zu5","marginLeft-26":"universal-modal__marginLeft-26_n8zu5","marginLeft-27":"universal-modal__marginLeft-27_n8zu5","marginLeft-28":"universal-modal__marginLeft-28_n8zu5","marginLeft-29":"universal-modal__marginLeft-29_n8zu5","marginLeft-30":"universal-modal__marginLeft-30_n8zu5","marginLeft-31":"universal-modal__marginLeft-31_n8zu5","marginLeft-32":"universal-modal__marginLeft-32_n8zu5","marginLeft-33":"universal-modal__marginLeft-33_n8zu5","marginLeft-34":"universal-modal__marginLeft-34_n8zu5","marginLeft-35":"universal-modal__marginLeft-35_n8zu5","marginLeft-36":"universal-modal__marginLeft-36_n8zu5","marginLeft-37":"universal-modal__marginLeft-37_n8zu5","marginLeft-38":"universal-modal__marginLeft-38_n8zu5","marginLeft-39":"universal-modal__marginLeft-39_n8zu5","marginLeft-40":"universal-modal__marginLeft-40_n8zu5","marginLeft-41":"universal-modal__marginLeft-41_n8zu5","marginLeft-42":"universal-modal__marginLeft-42_n8zu5","marginLeft-43":"universal-modal__marginLeft-43_n8zu5","marginLeft-44":"universal-modal__marginLeft-44_n8zu5","marginLeft-45":"universal-modal__marginLeft-45_n8zu5","marginLeft-46":"universal-modal__marginLeft-46_n8zu5","marginLeft-47":"universal-modal__marginLeft-47_n8zu5","marginLeft-48":"universal-modal__marginLeft-48_n8zu5","marginLeft-49":"universal-modal__marginLeft-49_n8zu5","marginLeft-50":"universal-modal__marginLeft-50_n8zu5","marginLeft-51":"universal-modal__marginLeft-51_n8zu5","marginLeft-52":"universal-modal__marginLeft-52_n8zu5","marginLeft-53":"universal-modal__marginLeft-53_n8zu5","marginLeft-54":"universal-modal__marginLeft-54_n8zu5","marginLeft-55":"universal-modal__marginLeft-55_n8zu5","marginLeft-56":"universal-modal__marginLeft-56_n8zu5","marginLeft-57":"universal-modal__marginLeft-57_n8zu5","marginLeft-58":"universal-modal__marginLeft-58_n8zu5","marginLeft-59":"universal-modal__marginLeft-59_n8zu5","marginLeft-60":"universal-modal__marginLeft-60_n8zu5","marginLeft-61":"universal-modal__marginLeft-61_n8zu5","marginLeft-62":"universal-modal__marginLeft-62_n8zu5","marginLeft-63":"universal-modal__marginLeft-63_n8zu5","marginLeft-64":"universal-modal__marginLeft-64_n8zu5","marginLeft-65":"universal-modal__marginLeft-65_n8zu5","marginLeft-66":"universal-modal__marginLeft-66_n8zu5","marginLeft-67":"universal-modal__marginLeft-67_n8zu5","marginLeft-68":"universal-modal__marginLeft-68_n8zu5","marginLeft-69":"universal-modal__marginLeft-69_n8zu5","marginLeft-70":"universal-modal__marginLeft-70_n8zu5","marginLeft-71":"universal-modal__marginLeft-71_n8zu5","marginLeft-72":"universal-modal__marginLeft-72_n8zu5","marginLeft-73":"universal-modal__marginLeft-73_n8zu5","marginLeft-74":"universal-modal__marginLeft-74_n8zu5","marginLeft-75":"universal-modal__marginLeft-75_n8zu5","marginLeft-76":"universal-modal__marginLeft-76_n8zu5","marginLeft-77":"universal-modal__marginLeft-77_n8zu5","marginLeft-78":"universal-modal__marginLeft-78_n8zu5","marginLeft-79":"universal-modal__marginLeft-79_n8zu5","marginLeft-80":"universal-modal__marginLeft-80_n8zu5","marginLeft-81":"universal-modal__marginLeft-81_n8zu5","marginLeft-82":"universal-modal__marginLeft-82_n8zu5","marginLeft-83":"universal-modal__marginLeft-83_n8zu5","marginLeft-84":"universal-modal__marginLeft-84_n8zu5","marginLeft-85":"universal-modal__marginLeft-85_n8zu5","marginLeft-86":"universal-modal__marginLeft-86_n8zu5","marginLeft-87":"universal-modal__marginLeft-87_n8zu5","marginLeft-88":"universal-modal__marginLeft-88_n8zu5","marginLeft-89":"universal-modal__marginLeft-89_n8zu5","marginLeft-90":"universal-modal__marginLeft-90_n8zu5","marginLeft-91":"universal-modal__marginLeft-91_n8zu5","marginLeft-92":"universal-modal__marginLeft-92_n8zu5","marginLeft-93":"universal-modal__marginLeft-93_n8zu5","marginLeft-94":"universal-modal__marginLeft-94_n8zu5","marginLeft-95":"universal-modal__marginLeft-95_n8zu5","marginLeft-96":"universal-modal__marginLeft-96_n8zu5","marginLeft-97":"universal-modal__marginLeft-97_n8zu5","marginLeft-98":"universal-modal__marginLeft-98_n8zu5","marginLeft-99":"universal-modal__marginLeft-99_n8zu5","marginLeft-100":"universal-modal__marginLeft-100_n8zu5","marginLeft-101":"universal-modal__marginLeft-101_n8zu5","marginLeft-102":"universal-modal__marginLeft-102_n8zu5","marginLeft-103":"universal-modal__marginLeft-103_n8zu5","marginLeft-104":"universal-modal__marginLeft-104_n8zu5","marginLeft-105":"universal-modal__marginLeft-105_n8zu5","marginLeft-106":"universal-modal__marginLeft-106_n8zu5","marginLeft-107":"universal-modal__marginLeft-107_n8zu5","marginLeft-108":"universal-modal__marginLeft-108_n8zu5","marginLeft-109":"universal-modal__marginLeft-109_n8zu5","marginLeft-110":"universal-modal__marginLeft-110_n8zu5","marginLeft-111":"universal-modal__marginLeft-111_n8zu5","marginLeft-112":"universal-modal__marginLeft-112_n8zu5","marginLeft-113":"universal-modal__marginLeft-113_n8zu5","marginLeft-114":"universal-modal__marginLeft-114_n8zu5","marginLeft-115":"universal-modal__marginLeft-115_n8zu5","marginLeft-116":"universal-modal__marginLeft-116_n8zu5","marginLeft-117":"universal-modal__marginLeft-117_n8zu5","marginLeft-118":"universal-modal__marginLeft-118_n8zu5","marginLeft-119":"universal-modal__marginLeft-119_n8zu5","marginLeft-120":"universal-modal__marginLeft-120_n8zu5","marginLeft-121":"universal-modal__marginLeft-121_n8zu5","marginLeft-122":"universal-modal__marginLeft-122_n8zu5","marginLeft-123":"universal-modal__marginLeft-123_n8zu5","marginLeft-124":"universal-modal__marginLeft-124_n8zu5","marginLeft-125":"universal-modal__marginLeft-125_n8zu5","marginLeft-126":"universal-modal__marginLeft-126_n8zu5","marginLeft-127":"universal-modal__marginLeft-127_n8zu5","marginLeft-128":"universal-modal__marginLeft-128_n8zu5"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,22 +1,22 @@
1
- .universal-modal__appear_12ezi,
2
- .universal-modal__enter_12ezi {
1
+ .universal-modal__appear_1dvnu,
2
+ .universal-modal__enter_1dvnu {
3
3
  opacity: 0;
4
4
  transform: translateY(15px) translateZ(0);
5
5
  }
6
6
 
7
- .universal-modal__appearActive_12ezi,
8
- .universal-modal__enterActive_12ezi {
7
+ .universal-modal__appearActive_1dvnu,
8
+ .universal-modal__enterActive_1dvnu {
9
9
  opacity: 1;
10
10
  transform: translateY(0) translateZ(0);
11
11
  transition: opacity 200ms ease-in, transform 200ms ease-in;
12
12
  }
13
13
 
14
- .universal-modal__exit_12ezi {
14
+ .universal-modal__exit_1dvnu {
15
15
  opacity: 1;
16
16
  }
17
17
 
18
- .universal-modal__exitActive_12ezi,
19
- .universal-modal__exitDone_12ezi {
18
+ .universal-modal__exitActive_1dvnu,
19
+ .universal-modal__exitDone_1dvnu {
20
20
  opacity: 0;
21
21
  transform: translateY(15px) translateZ(0);
22
22
  transition: opacity 200ms ease-out, transform 200ms ease-out;
@@ -1,6 +1,6 @@
1
1
  import './safari-transitions.css';
2
2
 
3
- var safariTransitions = {"appear":"universal-modal__appear_12ezi","enter":"universal-modal__enter_12ezi","appearActive":"universal-modal__appearActive_12ezi","enterActive":"universal-modal__enterActive_12ezi","exit":"universal-modal__exit_12ezi","exitActive":"universal-modal__exitActive_12ezi","exitDone":"universal-modal__exitDone_12ezi"};
3
+ var safariTransitions = {"appear":"universal-modal__appear_1dvnu","enter":"universal-modal__enter_1dvnu","appearActive":"universal-modal__appearActive_1dvnu","enterActive":"universal-modal__enterActive_1dvnu","exit":"universal-modal__exit_1dvnu","exitActive":"universal-modal__exitActive_1dvnu","exitDone":"universal-modal__exitDone_1dvnu"};
4
4
 
5
5
  export { safariTransitions as default };
6
6
  //# sourceMappingURL=safari-transitions.module.css.js.map
@@ -1,22 +1,22 @@
1
- .universal-modal__appear_8u0e9,
2
- .universal-modal__enter_8u0e9 {
1
+ .universal-modal__appear_17d7j,
2
+ .universal-modal__enter_17d7j {
3
3
  opacity: 0;
4
4
  transform: scale(0.9) translateZ(0);
5
5
  }
6
6
 
7
- .universal-modal__appearActive_8u0e9,
8
- .universal-modal__enterActive_8u0e9 {
7
+ .universal-modal__appearActive_17d7j,
8
+ .universal-modal__enterActive_17d7j {
9
9
  opacity: 1;
10
10
  transform: translateX(0) translateZ(0);
11
11
  transition: opacity 200ms ease-in, transform 200ms ease-in;
12
12
  }
13
13
 
14
- .universal-modal__exit_8u0e9 {
14
+ .universal-modal__exit_17d7j {
15
15
  opacity: 1;
16
16
  }
17
17
 
18
- .universal-modal__exitActive_8u0e9,
19
- .universal-modal__exitDone_8u0e9 {
18
+ .universal-modal__exitActive_17d7j,
19
+ .universal-modal__exitDone_17d7j {
20
20
  opacity: 0;
21
21
  transform: scale(0.9) translateZ(0);
22
22
  transition: opacity 200ms ease-out, transform 200ms ease-out;
@@ -1,6 +1,6 @@
1
1
  import './transitions.css';
2
2
 
3
- var transitions = {"appear":"universal-modal__appear_8u0e9","enter":"universal-modal__enter_8u0e9","appearActive":"universal-modal__appearActive_8u0e9","enterActive":"universal-modal__enterActive_8u0e9","exit":"universal-modal__exit_8u0e9","exitActive":"universal-modal__exitActive_8u0e9","exitDone":"universal-modal__exitDone_8u0e9"};
3
+ var transitions = {"appear":"universal-modal__appear_17d7j","enter":"universal-modal__enter_17d7j","appearActive":"universal-modal__appearActive_17d7j","enterActive":"universal-modal__enterActive_17d7j","exit":"universal-modal__exit_17d7j","exitActive":"universal-modal__exitActive_17d7j","exitDone":"universal-modal__exitDone_17d7j"};
4
4
 
5
5
  export { transitions as default };
6
6
  //# sourceMappingURL=transitions.module.css.js.map
@@ -1,12 +1,12 @@
1
- .universal-modal__scrollable_1s1gv {
1
+ .universal-modal__scrollable_1gksi {
2
2
  height: 100%
3
- } .universal-modal__scrollable_1s1gv .universal-modal__scrollableNode_1s1gv {
3
+ } .universal-modal__scrollable_1gksi .universal-modal__scrollableNode_1gksi {
4
4
  display: flex;
5
5
  flex-direction: column
6
- } .universal-modal__scrollable_1s1gv .universal-modal__scrollableNode_1s1gv .universal-modal__contentNode_1s1gv {
6
+ } .universal-modal__scrollable_1gksi .universal-modal__scrollableNode_1gksi .universal-modal__contentNode_1gksi {
7
7
  display: flex;
8
8
 
9
9
  flex-direction: column
10
- } .universal-modal__scrollable_1s1gv .universal-modal__scrollableNode_1s1gv .universal-modal__contentNode_1s1gv:not(.universal-modal__hugContent_1s1gv) {
10
+ } .universal-modal__scrollable_1gksi .universal-modal__scrollableNode_1gksi .universal-modal__contentNode_1gksi:not(.universal-modal__hugContent_1gksi) {
11
11
  flex: 1 1 auto;
12
12
  }
@@ -1,6 +1,6 @@
1
1
  import './modal-content.css';
2
2
 
3
- var styles = {"scrollable":"universal-modal__scrollable_1s1gv","scrollableNode":"universal-modal__scrollableNode_1s1gv","contentNode":"universal-modal__contentNode_1s1gv","hugContent":"universal-modal__hugContent_1s1gv"};
3
+ var styles = {"scrollable":"universal-modal__scrollable_1gksi","scrollableNode":"universal-modal__scrollableNode_1gksi","contentNode":"universal-modal__contentNode_1gksi","hugContent":"universal-modal__hugContent_1gksi"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=modal-content.module.css.js.map