@alfalab/core-components-universal-modal 2.0.4 → 2.0.5

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 (169) hide show
  1. package/components/content/base-content/index.css +1 -1
  2. package/components/content/base-content/index.module.css.js +1 -1
  3. package/components/content/desktop/desktop.css +2 -2
  4. package/components/content/desktop/desktop.module.css.js +1 -1
  5. package/components/content/mobile/mobile.css +3 -3
  6. package/components/content/mobile/mobile.module.css.js +1 -1
  7. package/components/footer/base-footer/index.css +3 -3
  8. package/components/footer/base-footer/index.module.css.js +1 -1
  9. package/components/footer/desktop/desktop.css +1 -1
  10. package/components/footer/desktop/desktop.module.css.js +1 -1
  11. package/components/footer/desktop/layout.css +9 -9
  12. package/components/footer/desktop/layout.module.css.js +1 -1
  13. package/components/footer/mobile/layout.mobile.css +8 -8
  14. package/components/footer/mobile/layout.mobile.module.css.js +1 -1
  15. package/components/footer/mobile/mobile.css +2 -2
  16. package/components/footer/mobile/mobile.module.css.js +1 -1
  17. package/components/header/base-header/index.css +12 -12
  18. package/components/header/base-header/index.module.css.js +1 -1
  19. package/components/header/desktop/desktop.css +8 -8
  20. package/components/header/desktop/desktop.module.css.js +1 -1
  21. package/components/header/mobile/mobile.css +4 -4
  22. package/components/header/mobile/mobile.module.css.js +1 -1
  23. package/desktop/components/buttons/arrow-button/arrow-button.css +1 -1
  24. package/desktop/components/buttons/arrow-button/arrow-button.module.css.js +1 -1
  25. package/desktop/components/buttons/cross-button/cross-button.css +1 -1
  26. package/desktop/components/buttons/cross-button/cross-button.module.css.js +1 -1
  27. package/desktop/components/center-modal/index.css +521 -521
  28. package/desktop/components/center-modal/index.module.css.js +1 -1
  29. package/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
  30. package/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
  31. package/desktop/components/center-modal/transitions/transitions.css +7 -7
  32. package/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
  33. package/desktop/components/modal-content/modal-content.css +4 -4
  34. package/desktop/components/modal-content/modal-content.module.css.js +1 -1
  35. package/desktop/components/side-modal/index.css +523 -523
  36. package/desktop/components/side-modal/index.module.css.js +1 -1
  37. package/desktop/components/side-modal/transitions/transitions.css +71 -71
  38. package/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
  39. package/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
  40. package/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
  41. package/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
  42. package/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
  43. package/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
  44. package/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
  45. package/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
  46. package/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
  47. package/esm/components/content/base-content/index.css +1 -1
  48. package/esm/components/content/base-content/index.module.css.js +1 -1
  49. package/esm/components/content/desktop/desktop.css +2 -2
  50. package/esm/components/content/desktop/desktop.module.css.js +1 -1
  51. package/esm/components/content/mobile/mobile.css +3 -3
  52. package/esm/components/content/mobile/mobile.module.css.js +1 -1
  53. package/esm/components/footer/base-footer/index.css +3 -3
  54. package/esm/components/footer/base-footer/index.module.css.js +1 -1
  55. package/esm/components/footer/desktop/desktop.css +1 -1
  56. package/esm/components/footer/desktop/desktop.module.css.js +1 -1
  57. package/esm/components/footer/desktop/layout.css +9 -9
  58. package/esm/components/footer/desktop/layout.module.css.js +1 -1
  59. package/esm/components/footer/mobile/layout.mobile.css +8 -8
  60. package/esm/components/footer/mobile/layout.mobile.module.css.js +1 -1
  61. package/esm/components/footer/mobile/mobile.css +2 -2
  62. package/esm/components/footer/mobile/mobile.module.css.js +1 -1
  63. package/esm/components/header/base-header/index.css +12 -12
  64. package/esm/components/header/base-header/index.module.css.js +1 -1
  65. package/esm/components/header/desktop/desktop.css +8 -8
  66. package/esm/components/header/desktop/desktop.module.css.js +1 -1
  67. package/esm/components/header/mobile/mobile.css +4 -4
  68. package/esm/components/header/mobile/mobile.module.css.js +1 -1
  69. package/esm/desktop/components/buttons/arrow-button/arrow-button.css +1 -1
  70. package/esm/desktop/components/buttons/arrow-button/arrow-button.module.css.js +1 -1
  71. package/esm/desktop/components/buttons/cross-button/cross-button.css +1 -1
  72. package/esm/desktop/components/buttons/cross-button/cross-button.module.css.js +1 -1
  73. package/esm/desktop/components/center-modal/index.css +521 -521
  74. package/esm/desktop/components/center-modal/index.module.css.js +1 -1
  75. package/esm/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
  76. package/esm/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
  77. package/esm/desktop/components/center-modal/transitions/transitions.css +7 -7
  78. package/esm/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
  79. package/esm/desktop/components/modal-content/modal-content.css +4 -4
  80. package/esm/desktop/components/modal-content/modal-content.module.css.js +1 -1
  81. package/esm/desktop/components/side-modal/index.css +523 -523
  82. package/esm/desktop/components/side-modal/index.module.css.js +1 -1
  83. package/esm/desktop/components/side-modal/transitions/transitions.css +71 -71
  84. package/esm/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
  85. package/esm/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
  86. package/esm/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
  87. package/esm/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
  88. package/esm/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
  89. package/esm/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
  90. package/esm/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
  91. package/esm/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
  92. package/esm/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
  93. package/esm/mobile/components/buttons/arrow-button/arrow-button.css +2 -2
  94. package/esm/mobile/components/buttons/arrow-button/arrow-button.module.css.js +1 -1
  95. package/esm/mobile/components/buttons/cross-button/cross-button.css +2 -2
  96. package/esm/mobile/components/buttons/cross-button/cross-button.module.css.js +1 -1
  97. package/esm/mobile/mobile.css +3 -3
  98. package/esm/mobile/mobile.module.css.js +1 -1
  99. package/esm/mobile/transitions/right-side-transitions.mobile.css +7 -7
  100. package/esm/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
  101. package/esm/mobile/transitions/transitions.mobile.css +7 -7
  102. package/esm/mobile/transitions/transitions.mobile.module.css.js +1 -1
  103. package/mobile/components/buttons/arrow-button/arrow-button.css +2 -2
  104. package/mobile/components/buttons/arrow-button/arrow-button.module.css.js +1 -1
  105. package/mobile/components/buttons/cross-button/cross-button.css +2 -2
  106. package/mobile/components/buttons/cross-button/cross-button.module.css.js +1 -1
  107. package/mobile/mobile.css +3 -3
  108. package/mobile/mobile.module.css.js +1 -1
  109. package/mobile/transitions/right-side-transitions.mobile.css +7 -7
  110. package/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
  111. package/mobile/transitions/transitions.mobile.css +7 -7
  112. package/mobile/transitions/transitions.mobile.module.css.js +1 -1
  113. package/modern/components/content/base-content/index.css +1 -1
  114. package/modern/components/content/base-content/index.module.css.js +1 -1
  115. package/modern/components/content/desktop/desktop.css +2 -2
  116. package/modern/components/content/desktop/desktop.module.css.js +1 -1
  117. package/modern/components/content/mobile/mobile.css +3 -3
  118. package/modern/components/content/mobile/mobile.module.css.js +1 -1
  119. package/modern/components/footer/base-footer/index.css +3 -3
  120. package/modern/components/footer/base-footer/index.module.css.js +1 -1
  121. package/modern/components/footer/desktop/desktop.css +1 -1
  122. package/modern/components/footer/desktop/desktop.module.css.js +1 -1
  123. package/modern/components/footer/desktop/layout.css +9 -9
  124. package/modern/components/footer/desktop/layout.module.css.js +1 -1
  125. package/modern/components/footer/mobile/layout.mobile.css +8 -8
  126. package/modern/components/footer/mobile/layout.mobile.module.css.js +1 -1
  127. package/modern/components/footer/mobile/mobile.css +2 -2
  128. package/modern/components/footer/mobile/mobile.module.css.js +1 -1
  129. package/modern/components/header/base-header/index.css +12 -12
  130. package/modern/components/header/base-header/index.module.css.js +1 -1
  131. package/modern/components/header/desktop/desktop.css +8 -8
  132. package/modern/components/header/desktop/desktop.module.css.js +1 -1
  133. package/modern/components/header/mobile/mobile.css +4 -4
  134. package/modern/components/header/mobile/mobile.module.css.js +1 -1
  135. package/modern/desktop/components/buttons/arrow-button/arrow-button.css +1 -1
  136. package/modern/desktop/components/buttons/arrow-button/arrow-button.module.css.js +1 -1
  137. package/modern/desktop/components/buttons/cross-button/cross-button.css +1 -1
  138. package/modern/desktop/components/buttons/cross-button/cross-button.module.css.js +1 -1
  139. package/modern/desktop/components/center-modal/index.css +521 -521
  140. package/modern/desktop/components/center-modal/index.module.css.js +1 -1
  141. package/modern/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
  142. package/modern/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
  143. package/modern/desktop/components/center-modal/transitions/transitions.css +7 -7
  144. package/modern/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
  145. package/modern/desktop/components/modal-content/modal-content.css +4 -4
  146. package/modern/desktop/components/modal-content/modal-content.module.css.js +1 -1
  147. package/modern/desktop/components/side-modal/index.css +523 -523
  148. package/modern/desktop/components/side-modal/index.module.css.js +1 -1
  149. package/modern/desktop/components/side-modal/transitions/transitions.css +71 -71
  150. package/modern/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
  151. package/modern/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
  152. package/modern/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
  153. package/modern/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
  154. package/modern/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
  155. package/modern/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
  156. package/modern/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
  157. package/modern/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
  158. package/modern/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
  159. package/modern/mobile/components/buttons/arrow-button/arrow-button.css +2 -2
  160. package/modern/mobile/components/buttons/arrow-button/arrow-button.module.css.js +1 -1
  161. package/modern/mobile/components/buttons/cross-button/cross-button.css +2 -2
  162. package/modern/mobile/components/buttons/cross-button/cross-button.module.css.js +1 -1
  163. package/modern/mobile/mobile.css +3 -3
  164. package/modern/mobile/mobile.module.css.js +1 -1
  165. package/modern/mobile/transitions/right-side-transitions.mobile.css +7 -7
  166. package/modern/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
  167. package/modern/mobile/transitions/transitions.mobile.css +7 -7
  168. package/modern/mobile/transitions/transitions.mobile.module.css.js +1 -1
  169. package/package.json +4 -4
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"wrapper":"universal-modal__wrapper_jwsjm","wrapperAlignStart":"universal-modal__wrapperAlignStart_jwsjm","wrapperAlignEnd":"universal-modal__wrapperAlignEnd_jwsjm","wrapperJustifyCenter":"universal-modal__wrapperJustifyCenter_jwsjm","wrapperJustifyEnd":"universal-modal__wrapperJustifyEnd_jwsjm","component":"universal-modal__component_jwsjm","overlayHidden":"universal-modal__overlayHidden_jwsjm","marginTop-0":"universal-modal__marginTop-0_jwsjm","marginTop-1":"universal-modal__marginTop-1_jwsjm","marginTop-2":"universal-modal__marginTop-2_jwsjm","marginTop-3":"universal-modal__marginTop-3_jwsjm","marginTop-4":"universal-modal__marginTop-4_jwsjm","marginTop-5":"universal-modal__marginTop-5_jwsjm","marginTop-6":"universal-modal__marginTop-6_jwsjm","marginTop-7":"universal-modal__marginTop-7_jwsjm","marginTop-8":"universal-modal__marginTop-8_jwsjm","marginTop-9":"universal-modal__marginTop-9_jwsjm","marginTop-10":"universal-modal__marginTop-10_jwsjm","marginTop-11":"universal-modal__marginTop-11_jwsjm","marginTop-12":"universal-modal__marginTop-12_jwsjm","marginTop-13":"universal-modal__marginTop-13_jwsjm","marginTop-14":"universal-modal__marginTop-14_jwsjm","marginTop-15":"universal-modal__marginTop-15_jwsjm","marginTop-16":"universal-modal__marginTop-16_jwsjm","marginTop-17":"universal-modal__marginTop-17_jwsjm","marginTop-18":"universal-modal__marginTop-18_jwsjm","marginTop-19":"universal-modal__marginTop-19_jwsjm","marginTop-20":"universal-modal__marginTop-20_jwsjm","marginTop-21":"universal-modal__marginTop-21_jwsjm","marginTop-22":"universal-modal__marginTop-22_jwsjm","marginTop-23":"universal-modal__marginTop-23_jwsjm","marginTop-24":"universal-modal__marginTop-24_jwsjm","marginTop-25":"universal-modal__marginTop-25_jwsjm","marginTop-26":"universal-modal__marginTop-26_jwsjm","marginTop-27":"universal-modal__marginTop-27_jwsjm","marginTop-28":"universal-modal__marginTop-28_jwsjm","marginTop-29":"universal-modal__marginTop-29_jwsjm","marginTop-30":"universal-modal__marginTop-30_jwsjm","marginTop-31":"universal-modal__marginTop-31_jwsjm","marginTop-32":"universal-modal__marginTop-32_jwsjm","marginTop-33":"universal-modal__marginTop-33_jwsjm","marginTop-34":"universal-modal__marginTop-34_jwsjm","marginTop-35":"universal-modal__marginTop-35_jwsjm","marginTop-36":"universal-modal__marginTop-36_jwsjm","marginTop-37":"universal-modal__marginTop-37_jwsjm","marginTop-38":"universal-modal__marginTop-38_jwsjm","marginTop-39":"universal-modal__marginTop-39_jwsjm","marginTop-40":"universal-modal__marginTop-40_jwsjm","marginTop-41":"universal-modal__marginTop-41_jwsjm","marginTop-42":"universal-modal__marginTop-42_jwsjm","marginTop-43":"universal-modal__marginTop-43_jwsjm","marginTop-44":"universal-modal__marginTop-44_jwsjm","marginTop-45":"universal-modal__marginTop-45_jwsjm","marginTop-46":"universal-modal__marginTop-46_jwsjm","marginTop-47":"universal-modal__marginTop-47_jwsjm","marginTop-48":"universal-modal__marginTop-48_jwsjm","marginTop-49":"universal-modal__marginTop-49_jwsjm","marginTop-50":"universal-modal__marginTop-50_jwsjm","marginTop-51":"universal-modal__marginTop-51_jwsjm","marginTop-52":"universal-modal__marginTop-52_jwsjm","marginTop-53":"universal-modal__marginTop-53_jwsjm","marginTop-54":"universal-modal__marginTop-54_jwsjm","marginTop-55":"universal-modal__marginTop-55_jwsjm","marginTop-56":"universal-modal__marginTop-56_jwsjm","marginTop-57":"universal-modal__marginTop-57_jwsjm","marginTop-58":"universal-modal__marginTop-58_jwsjm","marginTop-59":"universal-modal__marginTop-59_jwsjm","marginTop-60":"universal-modal__marginTop-60_jwsjm","marginTop-61":"universal-modal__marginTop-61_jwsjm","marginTop-62":"universal-modal__marginTop-62_jwsjm","marginTop-63":"universal-modal__marginTop-63_jwsjm","marginTop-64":"universal-modal__marginTop-64_jwsjm","marginTop-65":"universal-modal__marginTop-65_jwsjm","marginTop-66":"universal-modal__marginTop-66_jwsjm","marginTop-67":"universal-modal__marginTop-67_jwsjm","marginTop-68":"universal-modal__marginTop-68_jwsjm","marginTop-69":"universal-modal__marginTop-69_jwsjm","marginTop-70":"universal-modal__marginTop-70_jwsjm","marginTop-71":"universal-modal__marginTop-71_jwsjm","marginTop-72":"universal-modal__marginTop-72_jwsjm","marginTop-73":"universal-modal__marginTop-73_jwsjm","marginTop-74":"universal-modal__marginTop-74_jwsjm","marginTop-75":"universal-modal__marginTop-75_jwsjm","marginTop-76":"universal-modal__marginTop-76_jwsjm","marginTop-77":"universal-modal__marginTop-77_jwsjm","marginTop-78":"universal-modal__marginTop-78_jwsjm","marginTop-79":"universal-modal__marginTop-79_jwsjm","marginTop-80":"universal-modal__marginTop-80_jwsjm","marginTop-81":"universal-modal__marginTop-81_jwsjm","marginTop-82":"universal-modal__marginTop-82_jwsjm","marginTop-83":"universal-modal__marginTop-83_jwsjm","marginTop-84":"universal-modal__marginTop-84_jwsjm","marginTop-85":"universal-modal__marginTop-85_jwsjm","marginTop-86":"universal-modal__marginTop-86_jwsjm","marginTop-87":"universal-modal__marginTop-87_jwsjm","marginTop-88":"universal-modal__marginTop-88_jwsjm","marginTop-89":"universal-modal__marginTop-89_jwsjm","marginTop-90":"universal-modal__marginTop-90_jwsjm","marginTop-91":"universal-modal__marginTop-91_jwsjm","marginTop-92":"universal-modal__marginTop-92_jwsjm","marginTop-93":"universal-modal__marginTop-93_jwsjm","marginTop-94":"universal-modal__marginTop-94_jwsjm","marginTop-95":"universal-modal__marginTop-95_jwsjm","marginTop-96":"universal-modal__marginTop-96_jwsjm","marginTop-97":"universal-modal__marginTop-97_jwsjm","marginTop-98":"universal-modal__marginTop-98_jwsjm","marginTop-99":"universal-modal__marginTop-99_jwsjm","marginTop-100":"universal-modal__marginTop-100_jwsjm","marginTop-101":"universal-modal__marginTop-101_jwsjm","marginTop-102":"universal-modal__marginTop-102_jwsjm","marginTop-103":"universal-modal__marginTop-103_jwsjm","marginTop-104":"universal-modal__marginTop-104_jwsjm","marginTop-105":"universal-modal__marginTop-105_jwsjm","marginTop-106":"universal-modal__marginTop-106_jwsjm","marginTop-107":"universal-modal__marginTop-107_jwsjm","marginTop-108":"universal-modal__marginTop-108_jwsjm","marginTop-109":"universal-modal__marginTop-109_jwsjm","marginTop-110":"universal-modal__marginTop-110_jwsjm","marginTop-111":"universal-modal__marginTop-111_jwsjm","marginTop-112":"universal-modal__marginTop-112_jwsjm","marginTop-113":"universal-modal__marginTop-113_jwsjm","marginTop-114":"universal-modal__marginTop-114_jwsjm","marginTop-115":"universal-modal__marginTop-115_jwsjm","marginTop-116":"universal-modal__marginTop-116_jwsjm","marginTop-117":"universal-modal__marginTop-117_jwsjm","marginTop-118":"universal-modal__marginTop-118_jwsjm","marginTop-119":"universal-modal__marginTop-119_jwsjm","marginTop-120":"universal-modal__marginTop-120_jwsjm","marginTop-121":"universal-modal__marginTop-121_jwsjm","marginTop-122":"universal-modal__marginTop-122_jwsjm","marginTop-123":"universal-modal__marginTop-123_jwsjm","marginTop-124":"universal-modal__marginTop-124_jwsjm","marginTop-125":"universal-modal__marginTop-125_jwsjm","marginTop-126":"universal-modal__marginTop-126_jwsjm","marginTop-127":"universal-modal__marginTop-127_jwsjm","marginTop-128":"universal-modal__marginTop-128_jwsjm","marginRight-0":"universal-modal__marginRight-0_jwsjm","marginRight-1":"universal-modal__marginRight-1_jwsjm","marginRight-2":"universal-modal__marginRight-2_jwsjm","marginRight-3":"universal-modal__marginRight-3_jwsjm","marginRight-4":"universal-modal__marginRight-4_jwsjm","marginRight-5":"universal-modal__marginRight-5_jwsjm","marginRight-6":"universal-modal__marginRight-6_jwsjm","marginRight-7":"universal-modal__marginRight-7_jwsjm","marginRight-8":"universal-modal__marginRight-8_jwsjm","marginRight-9":"universal-modal__marginRight-9_jwsjm","marginRight-10":"universal-modal__marginRight-10_jwsjm","marginRight-11":"universal-modal__marginRight-11_jwsjm","marginRight-12":"universal-modal__marginRight-12_jwsjm","marginRight-13":"universal-modal__marginRight-13_jwsjm","marginRight-14":"universal-modal__marginRight-14_jwsjm","marginRight-15":"universal-modal__marginRight-15_jwsjm","marginRight-16":"universal-modal__marginRight-16_jwsjm","marginRight-17":"universal-modal__marginRight-17_jwsjm","marginRight-18":"universal-modal__marginRight-18_jwsjm","marginRight-19":"universal-modal__marginRight-19_jwsjm","marginRight-20":"universal-modal__marginRight-20_jwsjm","marginRight-21":"universal-modal__marginRight-21_jwsjm","marginRight-22":"universal-modal__marginRight-22_jwsjm","marginRight-23":"universal-modal__marginRight-23_jwsjm","marginRight-24":"universal-modal__marginRight-24_jwsjm","marginRight-25":"universal-modal__marginRight-25_jwsjm","marginRight-26":"universal-modal__marginRight-26_jwsjm","marginRight-27":"universal-modal__marginRight-27_jwsjm","marginRight-28":"universal-modal__marginRight-28_jwsjm","marginRight-29":"universal-modal__marginRight-29_jwsjm","marginRight-30":"universal-modal__marginRight-30_jwsjm","marginRight-31":"universal-modal__marginRight-31_jwsjm","marginRight-32":"universal-modal__marginRight-32_jwsjm","marginRight-33":"universal-modal__marginRight-33_jwsjm","marginRight-34":"universal-modal__marginRight-34_jwsjm","marginRight-35":"universal-modal__marginRight-35_jwsjm","marginRight-36":"universal-modal__marginRight-36_jwsjm","marginRight-37":"universal-modal__marginRight-37_jwsjm","marginRight-38":"universal-modal__marginRight-38_jwsjm","marginRight-39":"universal-modal__marginRight-39_jwsjm","marginRight-40":"universal-modal__marginRight-40_jwsjm","marginRight-41":"universal-modal__marginRight-41_jwsjm","marginRight-42":"universal-modal__marginRight-42_jwsjm","marginRight-43":"universal-modal__marginRight-43_jwsjm","marginRight-44":"universal-modal__marginRight-44_jwsjm","marginRight-45":"universal-modal__marginRight-45_jwsjm","marginRight-46":"universal-modal__marginRight-46_jwsjm","marginRight-47":"universal-modal__marginRight-47_jwsjm","marginRight-48":"universal-modal__marginRight-48_jwsjm","marginRight-49":"universal-modal__marginRight-49_jwsjm","marginRight-50":"universal-modal__marginRight-50_jwsjm","marginRight-51":"universal-modal__marginRight-51_jwsjm","marginRight-52":"universal-modal__marginRight-52_jwsjm","marginRight-53":"universal-modal__marginRight-53_jwsjm","marginRight-54":"universal-modal__marginRight-54_jwsjm","marginRight-55":"universal-modal__marginRight-55_jwsjm","marginRight-56":"universal-modal__marginRight-56_jwsjm","marginRight-57":"universal-modal__marginRight-57_jwsjm","marginRight-58":"universal-modal__marginRight-58_jwsjm","marginRight-59":"universal-modal__marginRight-59_jwsjm","marginRight-60":"universal-modal__marginRight-60_jwsjm","marginRight-61":"universal-modal__marginRight-61_jwsjm","marginRight-62":"universal-modal__marginRight-62_jwsjm","marginRight-63":"universal-modal__marginRight-63_jwsjm","marginRight-64":"universal-modal__marginRight-64_jwsjm","marginRight-65":"universal-modal__marginRight-65_jwsjm","marginRight-66":"universal-modal__marginRight-66_jwsjm","marginRight-67":"universal-modal__marginRight-67_jwsjm","marginRight-68":"universal-modal__marginRight-68_jwsjm","marginRight-69":"universal-modal__marginRight-69_jwsjm","marginRight-70":"universal-modal__marginRight-70_jwsjm","marginRight-71":"universal-modal__marginRight-71_jwsjm","marginRight-72":"universal-modal__marginRight-72_jwsjm","marginRight-73":"universal-modal__marginRight-73_jwsjm","marginRight-74":"universal-modal__marginRight-74_jwsjm","marginRight-75":"universal-modal__marginRight-75_jwsjm","marginRight-76":"universal-modal__marginRight-76_jwsjm","marginRight-77":"universal-modal__marginRight-77_jwsjm","marginRight-78":"universal-modal__marginRight-78_jwsjm","marginRight-79":"universal-modal__marginRight-79_jwsjm","marginRight-80":"universal-modal__marginRight-80_jwsjm","marginRight-81":"universal-modal__marginRight-81_jwsjm","marginRight-82":"universal-modal__marginRight-82_jwsjm","marginRight-83":"universal-modal__marginRight-83_jwsjm","marginRight-84":"universal-modal__marginRight-84_jwsjm","marginRight-85":"universal-modal__marginRight-85_jwsjm","marginRight-86":"universal-modal__marginRight-86_jwsjm","marginRight-87":"universal-modal__marginRight-87_jwsjm","marginRight-88":"universal-modal__marginRight-88_jwsjm","marginRight-89":"universal-modal__marginRight-89_jwsjm","marginRight-90":"universal-modal__marginRight-90_jwsjm","marginRight-91":"universal-modal__marginRight-91_jwsjm","marginRight-92":"universal-modal__marginRight-92_jwsjm","marginRight-93":"universal-modal__marginRight-93_jwsjm","marginRight-94":"universal-modal__marginRight-94_jwsjm","marginRight-95":"universal-modal__marginRight-95_jwsjm","marginRight-96":"universal-modal__marginRight-96_jwsjm","marginRight-97":"universal-modal__marginRight-97_jwsjm","marginRight-98":"universal-modal__marginRight-98_jwsjm","marginRight-99":"universal-modal__marginRight-99_jwsjm","marginRight-100":"universal-modal__marginRight-100_jwsjm","marginRight-101":"universal-modal__marginRight-101_jwsjm","marginRight-102":"universal-modal__marginRight-102_jwsjm","marginRight-103":"universal-modal__marginRight-103_jwsjm","marginRight-104":"universal-modal__marginRight-104_jwsjm","marginRight-105":"universal-modal__marginRight-105_jwsjm","marginRight-106":"universal-modal__marginRight-106_jwsjm","marginRight-107":"universal-modal__marginRight-107_jwsjm","marginRight-108":"universal-modal__marginRight-108_jwsjm","marginRight-109":"universal-modal__marginRight-109_jwsjm","marginRight-110":"universal-modal__marginRight-110_jwsjm","marginRight-111":"universal-modal__marginRight-111_jwsjm","marginRight-112":"universal-modal__marginRight-112_jwsjm","marginRight-113":"universal-modal__marginRight-113_jwsjm","marginRight-114":"universal-modal__marginRight-114_jwsjm","marginRight-115":"universal-modal__marginRight-115_jwsjm","marginRight-116":"universal-modal__marginRight-116_jwsjm","marginRight-117":"universal-modal__marginRight-117_jwsjm","marginRight-118":"universal-modal__marginRight-118_jwsjm","marginRight-119":"universal-modal__marginRight-119_jwsjm","marginRight-120":"universal-modal__marginRight-120_jwsjm","marginRight-121":"universal-modal__marginRight-121_jwsjm","marginRight-122":"universal-modal__marginRight-122_jwsjm","marginRight-123":"universal-modal__marginRight-123_jwsjm","marginRight-124":"universal-modal__marginRight-124_jwsjm","marginRight-125":"universal-modal__marginRight-125_jwsjm","marginRight-126":"universal-modal__marginRight-126_jwsjm","marginRight-127":"universal-modal__marginRight-127_jwsjm","marginRight-128":"universal-modal__marginRight-128_jwsjm","marginBottom-0":"universal-modal__marginBottom-0_jwsjm","marginBottom-1":"universal-modal__marginBottom-1_jwsjm","marginBottom-2":"universal-modal__marginBottom-2_jwsjm","marginBottom-3":"universal-modal__marginBottom-3_jwsjm","marginBottom-4":"universal-modal__marginBottom-4_jwsjm","marginBottom-5":"universal-modal__marginBottom-5_jwsjm","marginBottom-6":"universal-modal__marginBottom-6_jwsjm","marginBottom-7":"universal-modal__marginBottom-7_jwsjm","marginBottom-8":"universal-modal__marginBottom-8_jwsjm","marginBottom-9":"universal-modal__marginBottom-9_jwsjm","marginBottom-10":"universal-modal__marginBottom-10_jwsjm","marginBottom-11":"universal-modal__marginBottom-11_jwsjm","marginBottom-12":"universal-modal__marginBottom-12_jwsjm","marginBottom-13":"universal-modal__marginBottom-13_jwsjm","marginBottom-14":"universal-modal__marginBottom-14_jwsjm","marginBottom-15":"universal-modal__marginBottom-15_jwsjm","marginBottom-16":"universal-modal__marginBottom-16_jwsjm","marginBottom-17":"universal-modal__marginBottom-17_jwsjm","marginBottom-18":"universal-modal__marginBottom-18_jwsjm","marginBottom-19":"universal-modal__marginBottom-19_jwsjm","marginBottom-20":"universal-modal__marginBottom-20_jwsjm","marginBottom-21":"universal-modal__marginBottom-21_jwsjm","marginBottom-22":"universal-modal__marginBottom-22_jwsjm","marginBottom-23":"universal-modal__marginBottom-23_jwsjm","marginBottom-24":"universal-modal__marginBottom-24_jwsjm","marginBottom-25":"universal-modal__marginBottom-25_jwsjm","marginBottom-26":"universal-modal__marginBottom-26_jwsjm","marginBottom-27":"universal-modal__marginBottom-27_jwsjm","marginBottom-28":"universal-modal__marginBottom-28_jwsjm","marginBottom-29":"universal-modal__marginBottom-29_jwsjm","marginBottom-30":"universal-modal__marginBottom-30_jwsjm","marginBottom-31":"universal-modal__marginBottom-31_jwsjm","marginBottom-32":"universal-modal__marginBottom-32_jwsjm","marginBottom-33":"universal-modal__marginBottom-33_jwsjm","marginBottom-34":"universal-modal__marginBottom-34_jwsjm","marginBottom-35":"universal-modal__marginBottom-35_jwsjm","marginBottom-36":"universal-modal__marginBottom-36_jwsjm","marginBottom-37":"universal-modal__marginBottom-37_jwsjm","marginBottom-38":"universal-modal__marginBottom-38_jwsjm","marginBottom-39":"universal-modal__marginBottom-39_jwsjm","marginBottom-40":"universal-modal__marginBottom-40_jwsjm","marginBottom-41":"universal-modal__marginBottom-41_jwsjm","marginBottom-42":"universal-modal__marginBottom-42_jwsjm","marginBottom-43":"universal-modal__marginBottom-43_jwsjm","marginBottom-44":"universal-modal__marginBottom-44_jwsjm","marginBottom-45":"universal-modal__marginBottom-45_jwsjm","marginBottom-46":"universal-modal__marginBottom-46_jwsjm","marginBottom-47":"universal-modal__marginBottom-47_jwsjm","marginBottom-48":"universal-modal__marginBottom-48_jwsjm","marginBottom-49":"universal-modal__marginBottom-49_jwsjm","marginBottom-50":"universal-modal__marginBottom-50_jwsjm","marginBottom-51":"universal-modal__marginBottom-51_jwsjm","marginBottom-52":"universal-modal__marginBottom-52_jwsjm","marginBottom-53":"universal-modal__marginBottom-53_jwsjm","marginBottom-54":"universal-modal__marginBottom-54_jwsjm","marginBottom-55":"universal-modal__marginBottom-55_jwsjm","marginBottom-56":"universal-modal__marginBottom-56_jwsjm","marginBottom-57":"universal-modal__marginBottom-57_jwsjm","marginBottom-58":"universal-modal__marginBottom-58_jwsjm","marginBottom-59":"universal-modal__marginBottom-59_jwsjm","marginBottom-60":"universal-modal__marginBottom-60_jwsjm","marginBottom-61":"universal-modal__marginBottom-61_jwsjm","marginBottom-62":"universal-modal__marginBottom-62_jwsjm","marginBottom-63":"universal-modal__marginBottom-63_jwsjm","marginBottom-64":"universal-modal__marginBottom-64_jwsjm","marginBottom-65":"universal-modal__marginBottom-65_jwsjm","marginBottom-66":"universal-modal__marginBottom-66_jwsjm","marginBottom-67":"universal-modal__marginBottom-67_jwsjm","marginBottom-68":"universal-modal__marginBottom-68_jwsjm","marginBottom-69":"universal-modal__marginBottom-69_jwsjm","marginBottom-70":"universal-modal__marginBottom-70_jwsjm","marginBottom-71":"universal-modal__marginBottom-71_jwsjm","marginBottom-72":"universal-modal__marginBottom-72_jwsjm","marginBottom-73":"universal-modal__marginBottom-73_jwsjm","marginBottom-74":"universal-modal__marginBottom-74_jwsjm","marginBottom-75":"universal-modal__marginBottom-75_jwsjm","marginBottom-76":"universal-modal__marginBottom-76_jwsjm","marginBottom-77":"universal-modal__marginBottom-77_jwsjm","marginBottom-78":"universal-modal__marginBottom-78_jwsjm","marginBottom-79":"universal-modal__marginBottom-79_jwsjm","marginBottom-80":"universal-modal__marginBottom-80_jwsjm","marginBottom-81":"universal-modal__marginBottom-81_jwsjm","marginBottom-82":"universal-modal__marginBottom-82_jwsjm","marginBottom-83":"universal-modal__marginBottom-83_jwsjm","marginBottom-84":"universal-modal__marginBottom-84_jwsjm","marginBottom-85":"universal-modal__marginBottom-85_jwsjm","marginBottom-86":"universal-modal__marginBottom-86_jwsjm","marginBottom-87":"universal-modal__marginBottom-87_jwsjm","marginBottom-88":"universal-modal__marginBottom-88_jwsjm","marginBottom-89":"universal-modal__marginBottom-89_jwsjm","marginBottom-90":"universal-modal__marginBottom-90_jwsjm","marginBottom-91":"universal-modal__marginBottom-91_jwsjm","marginBottom-92":"universal-modal__marginBottom-92_jwsjm","marginBottom-93":"universal-modal__marginBottom-93_jwsjm","marginBottom-94":"universal-modal__marginBottom-94_jwsjm","marginBottom-95":"universal-modal__marginBottom-95_jwsjm","marginBottom-96":"universal-modal__marginBottom-96_jwsjm","marginBottom-97":"universal-modal__marginBottom-97_jwsjm","marginBottom-98":"universal-modal__marginBottom-98_jwsjm","marginBottom-99":"universal-modal__marginBottom-99_jwsjm","marginBottom-100":"universal-modal__marginBottom-100_jwsjm","marginBottom-101":"universal-modal__marginBottom-101_jwsjm","marginBottom-102":"universal-modal__marginBottom-102_jwsjm","marginBottom-103":"universal-modal__marginBottom-103_jwsjm","marginBottom-104":"universal-modal__marginBottom-104_jwsjm","marginBottom-105":"universal-modal__marginBottom-105_jwsjm","marginBottom-106":"universal-modal__marginBottom-106_jwsjm","marginBottom-107":"universal-modal__marginBottom-107_jwsjm","marginBottom-108":"universal-modal__marginBottom-108_jwsjm","marginBottom-109":"universal-modal__marginBottom-109_jwsjm","marginBottom-110":"universal-modal__marginBottom-110_jwsjm","marginBottom-111":"universal-modal__marginBottom-111_jwsjm","marginBottom-112":"universal-modal__marginBottom-112_jwsjm","marginBottom-113":"universal-modal__marginBottom-113_jwsjm","marginBottom-114":"universal-modal__marginBottom-114_jwsjm","marginBottom-115":"universal-modal__marginBottom-115_jwsjm","marginBottom-116":"universal-modal__marginBottom-116_jwsjm","marginBottom-117":"universal-modal__marginBottom-117_jwsjm","marginBottom-118":"universal-modal__marginBottom-118_jwsjm","marginBottom-119":"universal-modal__marginBottom-119_jwsjm","marginBottom-120":"universal-modal__marginBottom-120_jwsjm","marginBottom-121":"universal-modal__marginBottom-121_jwsjm","marginBottom-122":"universal-modal__marginBottom-122_jwsjm","marginBottom-123":"universal-modal__marginBottom-123_jwsjm","marginBottom-124":"universal-modal__marginBottom-124_jwsjm","marginBottom-125":"universal-modal__marginBottom-125_jwsjm","marginBottom-126":"universal-modal__marginBottom-126_jwsjm","marginBottom-127":"universal-modal__marginBottom-127_jwsjm","marginBottom-128":"universal-modal__marginBottom-128_jwsjm","marginLeft-0":"universal-modal__marginLeft-0_jwsjm","marginLeft-1":"universal-modal__marginLeft-1_jwsjm","marginLeft-2":"universal-modal__marginLeft-2_jwsjm","marginLeft-3":"universal-modal__marginLeft-3_jwsjm","marginLeft-4":"universal-modal__marginLeft-4_jwsjm","marginLeft-5":"universal-modal__marginLeft-5_jwsjm","marginLeft-6":"universal-modal__marginLeft-6_jwsjm","marginLeft-7":"universal-modal__marginLeft-7_jwsjm","marginLeft-8":"universal-modal__marginLeft-8_jwsjm","marginLeft-9":"universal-modal__marginLeft-9_jwsjm","marginLeft-10":"universal-modal__marginLeft-10_jwsjm","marginLeft-11":"universal-modal__marginLeft-11_jwsjm","marginLeft-12":"universal-modal__marginLeft-12_jwsjm","marginLeft-13":"universal-modal__marginLeft-13_jwsjm","marginLeft-14":"universal-modal__marginLeft-14_jwsjm","marginLeft-15":"universal-modal__marginLeft-15_jwsjm","marginLeft-16":"universal-modal__marginLeft-16_jwsjm","marginLeft-17":"universal-modal__marginLeft-17_jwsjm","marginLeft-18":"universal-modal__marginLeft-18_jwsjm","marginLeft-19":"universal-modal__marginLeft-19_jwsjm","marginLeft-20":"universal-modal__marginLeft-20_jwsjm","marginLeft-21":"universal-modal__marginLeft-21_jwsjm","marginLeft-22":"universal-modal__marginLeft-22_jwsjm","marginLeft-23":"universal-modal__marginLeft-23_jwsjm","marginLeft-24":"universal-modal__marginLeft-24_jwsjm","marginLeft-25":"universal-modal__marginLeft-25_jwsjm","marginLeft-26":"universal-modal__marginLeft-26_jwsjm","marginLeft-27":"universal-modal__marginLeft-27_jwsjm","marginLeft-28":"universal-modal__marginLeft-28_jwsjm","marginLeft-29":"universal-modal__marginLeft-29_jwsjm","marginLeft-30":"universal-modal__marginLeft-30_jwsjm","marginLeft-31":"universal-modal__marginLeft-31_jwsjm","marginLeft-32":"universal-modal__marginLeft-32_jwsjm","marginLeft-33":"universal-modal__marginLeft-33_jwsjm","marginLeft-34":"universal-modal__marginLeft-34_jwsjm","marginLeft-35":"universal-modal__marginLeft-35_jwsjm","marginLeft-36":"universal-modal__marginLeft-36_jwsjm","marginLeft-37":"universal-modal__marginLeft-37_jwsjm","marginLeft-38":"universal-modal__marginLeft-38_jwsjm","marginLeft-39":"universal-modal__marginLeft-39_jwsjm","marginLeft-40":"universal-modal__marginLeft-40_jwsjm","marginLeft-41":"universal-modal__marginLeft-41_jwsjm","marginLeft-42":"universal-modal__marginLeft-42_jwsjm","marginLeft-43":"universal-modal__marginLeft-43_jwsjm","marginLeft-44":"universal-modal__marginLeft-44_jwsjm","marginLeft-45":"universal-modal__marginLeft-45_jwsjm","marginLeft-46":"universal-modal__marginLeft-46_jwsjm","marginLeft-47":"universal-modal__marginLeft-47_jwsjm","marginLeft-48":"universal-modal__marginLeft-48_jwsjm","marginLeft-49":"universal-modal__marginLeft-49_jwsjm","marginLeft-50":"universal-modal__marginLeft-50_jwsjm","marginLeft-51":"universal-modal__marginLeft-51_jwsjm","marginLeft-52":"universal-modal__marginLeft-52_jwsjm","marginLeft-53":"universal-modal__marginLeft-53_jwsjm","marginLeft-54":"universal-modal__marginLeft-54_jwsjm","marginLeft-55":"universal-modal__marginLeft-55_jwsjm","marginLeft-56":"universal-modal__marginLeft-56_jwsjm","marginLeft-57":"universal-modal__marginLeft-57_jwsjm","marginLeft-58":"universal-modal__marginLeft-58_jwsjm","marginLeft-59":"universal-modal__marginLeft-59_jwsjm","marginLeft-60":"universal-modal__marginLeft-60_jwsjm","marginLeft-61":"universal-modal__marginLeft-61_jwsjm","marginLeft-62":"universal-modal__marginLeft-62_jwsjm","marginLeft-63":"universal-modal__marginLeft-63_jwsjm","marginLeft-64":"universal-modal__marginLeft-64_jwsjm","marginLeft-65":"universal-modal__marginLeft-65_jwsjm","marginLeft-66":"universal-modal__marginLeft-66_jwsjm","marginLeft-67":"universal-modal__marginLeft-67_jwsjm","marginLeft-68":"universal-modal__marginLeft-68_jwsjm","marginLeft-69":"universal-modal__marginLeft-69_jwsjm","marginLeft-70":"universal-modal__marginLeft-70_jwsjm","marginLeft-71":"universal-modal__marginLeft-71_jwsjm","marginLeft-72":"universal-modal__marginLeft-72_jwsjm","marginLeft-73":"universal-modal__marginLeft-73_jwsjm","marginLeft-74":"universal-modal__marginLeft-74_jwsjm","marginLeft-75":"universal-modal__marginLeft-75_jwsjm","marginLeft-76":"universal-modal__marginLeft-76_jwsjm","marginLeft-77":"universal-modal__marginLeft-77_jwsjm","marginLeft-78":"universal-modal__marginLeft-78_jwsjm","marginLeft-79":"universal-modal__marginLeft-79_jwsjm","marginLeft-80":"universal-modal__marginLeft-80_jwsjm","marginLeft-81":"universal-modal__marginLeft-81_jwsjm","marginLeft-82":"universal-modal__marginLeft-82_jwsjm","marginLeft-83":"universal-modal__marginLeft-83_jwsjm","marginLeft-84":"universal-modal__marginLeft-84_jwsjm","marginLeft-85":"universal-modal__marginLeft-85_jwsjm","marginLeft-86":"universal-modal__marginLeft-86_jwsjm","marginLeft-87":"universal-modal__marginLeft-87_jwsjm","marginLeft-88":"universal-modal__marginLeft-88_jwsjm","marginLeft-89":"universal-modal__marginLeft-89_jwsjm","marginLeft-90":"universal-modal__marginLeft-90_jwsjm","marginLeft-91":"universal-modal__marginLeft-91_jwsjm","marginLeft-92":"universal-modal__marginLeft-92_jwsjm","marginLeft-93":"universal-modal__marginLeft-93_jwsjm","marginLeft-94":"universal-modal__marginLeft-94_jwsjm","marginLeft-95":"universal-modal__marginLeft-95_jwsjm","marginLeft-96":"universal-modal__marginLeft-96_jwsjm","marginLeft-97":"universal-modal__marginLeft-97_jwsjm","marginLeft-98":"universal-modal__marginLeft-98_jwsjm","marginLeft-99":"universal-modal__marginLeft-99_jwsjm","marginLeft-100":"universal-modal__marginLeft-100_jwsjm","marginLeft-101":"universal-modal__marginLeft-101_jwsjm","marginLeft-102":"universal-modal__marginLeft-102_jwsjm","marginLeft-103":"universal-modal__marginLeft-103_jwsjm","marginLeft-104":"universal-modal__marginLeft-104_jwsjm","marginLeft-105":"universal-modal__marginLeft-105_jwsjm","marginLeft-106":"universal-modal__marginLeft-106_jwsjm","marginLeft-107":"universal-modal__marginLeft-107_jwsjm","marginLeft-108":"universal-modal__marginLeft-108_jwsjm","marginLeft-109":"universal-modal__marginLeft-109_jwsjm","marginLeft-110":"universal-modal__marginLeft-110_jwsjm","marginLeft-111":"universal-modal__marginLeft-111_jwsjm","marginLeft-112":"universal-modal__marginLeft-112_jwsjm","marginLeft-113":"universal-modal__marginLeft-113_jwsjm","marginLeft-114":"universal-modal__marginLeft-114_jwsjm","marginLeft-115":"universal-modal__marginLeft-115_jwsjm","marginLeft-116":"universal-modal__marginLeft-116_jwsjm","marginLeft-117":"universal-modal__marginLeft-117_jwsjm","marginLeft-118":"universal-modal__marginLeft-118_jwsjm","marginLeft-119":"universal-modal__marginLeft-119_jwsjm","marginLeft-120":"universal-modal__marginLeft-120_jwsjm","marginLeft-121":"universal-modal__marginLeft-121_jwsjm","marginLeft-122":"universal-modal__marginLeft-122_jwsjm","marginLeft-123":"universal-modal__marginLeft-123_jwsjm","marginLeft-124":"universal-modal__marginLeft-124_jwsjm","marginLeft-125":"universal-modal__marginLeft-125_jwsjm","marginLeft-126":"universal-modal__marginLeft-126_jwsjm","marginLeft-127":"universal-modal__marginLeft-127_jwsjm","marginLeft-128":"universal-modal__marginLeft-128_jwsjm"};
3
+ const styles = {"wrapper":"universal-modal__wrapper_v80wo","wrapperAlignStart":"universal-modal__wrapperAlignStart_v80wo","wrapperAlignEnd":"universal-modal__wrapperAlignEnd_v80wo","wrapperJustifyCenter":"universal-modal__wrapperJustifyCenter_v80wo","wrapperJustifyEnd":"universal-modal__wrapperJustifyEnd_v80wo","component":"universal-modal__component_v80wo","overlayHidden":"universal-modal__overlayHidden_v80wo","marginTop-0":"universal-modal__marginTop-0_v80wo","marginTop-1":"universal-modal__marginTop-1_v80wo","marginTop-2":"universal-modal__marginTop-2_v80wo","marginTop-3":"universal-modal__marginTop-3_v80wo","marginTop-4":"universal-modal__marginTop-4_v80wo","marginTop-5":"universal-modal__marginTop-5_v80wo","marginTop-6":"universal-modal__marginTop-6_v80wo","marginTop-7":"universal-modal__marginTop-7_v80wo","marginTop-8":"universal-modal__marginTop-8_v80wo","marginTop-9":"universal-modal__marginTop-9_v80wo","marginTop-10":"universal-modal__marginTop-10_v80wo","marginTop-11":"universal-modal__marginTop-11_v80wo","marginTop-12":"universal-modal__marginTop-12_v80wo","marginTop-13":"universal-modal__marginTop-13_v80wo","marginTop-14":"universal-modal__marginTop-14_v80wo","marginTop-15":"universal-modal__marginTop-15_v80wo","marginTop-16":"universal-modal__marginTop-16_v80wo","marginTop-17":"universal-modal__marginTop-17_v80wo","marginTop-18":"universal-modal__marginTop-18_v80wo","marginTop-19":"universal-modal__marginTop-19_v80wo","marginTop-20":"universal-modal__marginTop-20_v80wo","marginTop-21":"universal-modal__marginTop-21_v80wo","marginTop-22":"universal-modal__marginTop-22_v80wo","marginTop-23":"universal-modal__marginTop-23_v80wo","marginTop-24":"universal-modal__marginTop-24_v80wo","marginTop-25":"universal-modal__marginTop-25_v80wo","marginTop-26":"universal-modal__marginTop-26_v80wo","marginTop-27":"universal-modal__marginTop-27_v80wo","marginTop-28":"universal-modal__marginTop-28_v80wo","marginTop-29":"universal-modal__marginTop-29_v80wo","marginTop-30":"universal-modal__marginTop-30_v80wo","marginTop-31":"universal-modal__marginTop-31_v80wo","marginTop-32":"universal-modal__marginTop-32_v80wo","marginTop-33":"universal-modal__marginTop-33_v80wo","marginTop-34":"universal-modal__marginTop-34_v80wo","marginTop-35":"universal-modal__marginTop-35_v80wo","marginTop-36":"universal-modal__marginTop-36_v80wo","marginTop-37":"universal-modal__marginTop-37_v80wo","marginTop-38":"universal-modal__marginTop-38_v80wo","marginTop-39":"universal-modal__marginTop-39_v80wo","marginTop-40":"universal-modal__marginTop-40_v80wo","marginTop-41":"universal-modal__marginTop-41_v80wo","marginTop-42":"universal-modal__marginTop-42_v80wo","marginTop-43":"universal-modal__marginTop-43_v80wo","marginTop-44":"universal-modal__marginTop-44_v80wo","marginTop-45":"universal-modal__marginTop-45_v80wo","marginTop-46":"universal-modal__marginTop-46_v80wo","marginTop-47":"universal-modal__marginTop-47_v80wo","marginTop-48":"universal-modal__marginTop-48_v80wo","marginTop-49":"universal-modal__marginTop-49_v80wo","marginTop-50":"universal-modal__marginTop-50_v80wo","marginTop-51":"universal-modal__marginTop-51_v80wo","marginTop-52":"universal-modal__marginTop-52_v80wo","marginTop-53":"universal-modal__marginTop-53_v80wo","marginTop-54":"universal-modal__marginTop-54_v80wo","marginTop-55":"universal-modal__marginTop-55_v80wo","marginTop-56":"universal-modal__marginTop-56_v80wo","marginTop-57":"universal-modal__marginTop-57_v80wo","marginTop-58":"universal-modal__marginTop-58_v80wo","marginTop-59":"universal-modal__marginTop-59_v80wo","marginTop-60":"universal-modal__marginTop-60_v80wo","marginTop-61":"universal-modal__marginTop-61_v80wo","marginTop-62":"universal-modal__marginTop-62_v80wo","marginTop-63":"universal-modal__marginTop-63_v80wo","marginTop-64":"universal-modal__marginTop-64_v80wo","marginTop-65":"universal-modal__marginTop-65_v80wo","marginTop-66":"universal-modal__marginTop-66_v80wo","marginTop-67":"universal-modal__marginTop-67_v80wo","marginTop-68":"universal-modal__marginTop-68_v80wo","marginTop-69":"universal-modal__marginTop-69_v80wo","marginTop-70":"universal-modal__marginTop-70_v80wo","marginTop-71":"universal-modal__marginTop-71_v80wo","marginTop-72":"universal-modal__marginTop-72_v80wo","marginTop-73":"universal-modal__marginTop-73_v80wo","marginTop-74":"universal-modal__marginTop-74_v80wo","marginTop-75":"universal-modal__marginTop-75_v80wo","marginTop-76":"universal-modal__marginTop-76_v80wo","marginTop-77":"universal-modal__marginTop-77_v80wo","marginTop-78":"universal-modal__marginTop-78_v80wo","marginTop-79":"universal-modal__marginTop-79_v80wo","marginTop-80":"universal-modal__marginTop-80_v80wo","marginTop-81":"universal-modal__marginTop-81_v80wo","marginTop-82":"universal-modal__marginTop-82_v80wo","marginTop-83":"universal-modal__marginTop-83_v80wo","marginTop-84":"universal-modal__marginTop-84_v80wo","marginTop-85":"universal-modal__marginTop-85_v80wo","marginTop-86":"universal-modal__marginTop-86_v80wo","marginTop-87":"universal-modal__marginTop-87_v80wo","marginTop-88":"universal-modal__marginTop-88_v80wo","marginTop-89":"universal-modal__marginTop-89_v80wo","marginTop-90":"universal-modal__marginTop-90_v80wo","marginTop-91":"universal-modal__marginTop-91_v80wo","marginTop-92":"universal-modal__marginTop-92_v80wo","marginTop-93":"universal-modal__marginTop-93_v80wo","marginTop-94":"universal-modal__marginTop-94_v80wo","marginTop-95":"universal-modal__marginTop-95_v80wo","marginTop-96":"universal-modal__marginTop-96_v80wo","marginTop-97":"universal-modal__marginTop-97_v80wo","marginTop-98":"universal-modal__marginTop-98_v80wo","marginTop-99":"universal-modal__marginTop-99_v80wo","marginTop-100":"universal-modal__marginTop-100_v80wo","marginTop-101":"universal-modal__marginTop-101_v80wo","marginTop-102":"universal-modal__marginTop-102_v80wo","marginTop-103":"universal-modal__marginTop-103_v80wo","marginTop-104":"universal-modal__marginTop-104_v80wo","marginTop-105":"universal-modal__marginTop-105_v80wo","marginTop-106":"universal-modal__marginTop-106_v80wo","marginTop-107":"universal-modal__marginTop-107_v80wo","marginTop-108":"universal-modal__marginTop-108_v80wo","marginTop-109":"universal-modal__marginTop-109_v80wo","marginTop-110":"universal-modal__marginTop-110_v80wo","marginTop-111":"universal-modal__marginTop-111_v80wo","marginTop-112":"universal-modal__marginTop-112_v80wo","marginTop-113":"universal-modal__marginTop-113_v80wo","marginTop-114":"universal-modal__marginTop-114_v80wo","marginTop-115":"universal-modal__marginTop-115_v80wo","marginTop-116":"universal-modal__marginTop-116_v80wo","marginTop-117":"universal-modal__marginTop-117_v80wo","marginTop-118":"universal-modal__marginTop-118_v80wo","marginTop-119":"universal-modal__marginTop-119_v80wo","marginTop-120":"universal-modal__marginTop-120_v80wo","marginTop-121":"universal-modal__marginTop-121_v80wo","marginTop-122":"universal-modal__marginTop-122_v80wo","marginTop-123":"universal-modal__marginTop-123_v80wo","marginTop-124":"universal-modal__marginTop-124_v80wo","marginTop-125":"universal-modal__marginTop-125_v80wo","marginTop-126":"universal-modal__marginTop-126_v80wo","marginTop-127":"universal-modal__marginTop-127_v80wo","marginTop-128":"universal-modal__marginTop-128_v80wo","marginRight-0":"universal-modal__marginRight-0_v80wo","marginRight-1":"universal-modal__marginRight-1_v80wo","marginRight-2":"universal-modal__marginRight-2_v80wo","marginRight-3":"universal-modal__marginRight-3_v80wo","marginRight-4":"universal-modal__marginRight-4_v80wo","marginRight-5":"universal-modal__marginRight-5_v80wo","marginRight-6":"universal-modal__marginRight-6_v80wo","marginRight-7":"universal-modal__marginRight-7_v80wo","marginRight-8":"universal-modal__marginRight-8_v80wo","marginRight-9":"universal-modal__marginRight-9_v80wo","marginRight-10":"universal-modal__marginRight-10_v80wo","marginRight-11":"universal-modal__marginRight-11_v80wo","marginRight-12":"universal-modal__marginRight-12_v80wo","marginRight-13":"universal-modal__marginRight-13_v80wo","marginRight-14":"universal-modal__marginRight-14_v80wo","marginRight-15":"universal-modal__marginRight-15_v80wo","marginRight-16":"universal-modal__marginRight-16_v80wo","marginRight-17":"universal-modal__marginRight-17_v80wo","marginRight-18":"universal-modal__marginRight-18_v80wo","marginRight-19":"universal-modal__marginRight-19_v80wo","marginRight-20":"universal-modal__marginRight-20_v80wo","marginRight-21":"universal-modal__marginRight-21_v80wo","marginRight-22":"universal-modal__marginRight-22_v80wo","marginRight-23":"universal-modal__marginRight-23_v80wo","marginRight-24":"universal-modal__marginRight-24_v80wo","marginRight-25":"universal-modal__marginRight-25_v80wo","marginRight-26":"universal-modal__marginRight-26_v80wo","marginRight-27":"universal-modal__marginRight-27_v80wo","marginRight-28":"universal-modal__marginRight-28_v80wo","marginRight-29":"universal-modal__marginRight-29_v80wo","marginRight-30":"universal-modal__marginRight-30_v80wo","marginRight-31":"universal-modal__marginRight-31_v80wo","marginRight-32":"universal-modal__marginRight-32_v80wo","marginRight-33":"universal-modal__marginRight-33_v80wo","marginRight-34":"universal-modal__marginRight-34_v80wo","marginRight-35":"universal-modal__marginRight-35_v80wo","marginRight-36":"universal-modal__marginRight-36_v80wo","marginRight-37":"universal-modal__marginRight-37_v80wo","marginRight-38":"universal-modal__marginRight-38_v80wo","marginRight-39":"universal-modal__marginRight-39_v80wo","marginRight-40":"universal-modal__marginRight-40_v80wo","marginRight-41":"universal-modal__marginRight-41_v80wo","marginRight-42":"universal-modal__marginRight-42_v80wo","marginRight-43":"universal-modal__marginRight-43_v80wo","marginRight-44":"universal-modal__marginRight-44_v80wo","marginRight-45":"universal-modal__marginRight-45_v80wo","marginRight-46":"universal-modal__marginRight-46_v80wo","marginRight-47":"universal-modal__marginRight-47_v80wo","marginRight-48":"universal-modal__marginRight-48_v80wo","marginRight-49":"universal-modal__marginRight-49_v80wo","marginRight-50":"universal-modal__marginRight-50_v80wo","marginRight-51":"universal-modal__marginRight-51_v80wo","marginRight-52":"universal-modal__marginRight-52_v80wo","marginRight-53":"universal-modal__marginRight-53_v80wo","marginRight-54":"universal-modal__marginRight-54_v80wo","marginRight-55":"universal-modal__marginRight-55_v80wo","marginRight-56":"universal-modal__marginRight-56_v80wo","marginRight-57":"universal-modal__marginRight-57_v80wo","marginRight-58":"universal-modal__marginRight-58_v80wo","marginRight-59":"universal-modal__marginRight-59_v80wo","marginRight-60":"universal-modal__marginRight-60_v80wo","marginRight-61":"universal-modal__marginRight-61_v80wo","marginRight-62":"universal-modal__marginRight-62_v80wo","marginRight-63":"universal-modal__marginRight-63_v80wo","marginRight-64":"universal-modal__marginRight-64_v80wo","marginRight-65":"universal-modal__marginRight-65_v80wo","marginRight-66":"universal-modal__marginRight-66_v80wo","marginRight-67":"universal-modal__marginRight-67_v80wo","marginRight-68":"universal-modal__marginRight-68_v80wo","marginRight-69":"universal-modal__marginRight-69_v80wo","marginRight-70":"universal-modal__marginRight-70_v80wo","marginRight-71":"universal-modal__marginRight-71_v80wo","marginRight-72":"universal-modal__marginRight-72_v80wo","marginRight-73":"universal-modal__marginRight-73_v80wo","marginRight-74":"universal-modal__marginRight-74_v80wo","marginRight-75":"universal-modal__marginRight-75_v80wo","marginRight-76":"universal-modal__marginRight-76_v80wo","marginRight-77":"universal-modal__marginRight-77_v80wo","marginRight-78":"universal-modal__marginRight-78_v80wo","marginRight-79":"universal-modal__marginRight-79_v80wo","marginRight-80":"universal-modal__marginRight-80_v80wo","marginRight-81":"universal-modal__marginRight-81_v80wo","marginRight-82":"universal-modal__marginRight-82_v80wo","marginRight-83":"universal-modal__marginRight-83_v80wo","marginRight-84":"universal-modal__marginRight-84_v80wo","marginRight-85":"universal-modal__marginRight-85_v80wo","marginRight-86":"universal-modal__marginRight-86_v80wo","marginRight-87":"universal-modal__marginRight-87_v80wo","marginRight-88":"universal-modal__marginRight-88_v80wo","marginRight-89":"universal-modal__marginRight-89_v80wo","marginRight-90":"universal-modal__marginRight-90_v80wo","marginRight-91":"universal-modal__marginRight-91_v80wo","marginRight-92":"universal-modal__marginRight-92_v80wo","marginRight-93":"universal-modal__marginRight-93_v80wo","marginRight-94":"universal-modal__marginRight-94_v80wo","marginRight-95":"universal-modal__marginRight-95_v80wo","marginRight-96":"universal-modal__marginRight-96_v80wo","marginRight-97":"universal-modal__marginRight-97_v80wo","marginRight-98":"universal-modal__marginRight-98_v80wo","marginRight-99":"universal-modal__marginRight-99_v80wo","marginRight-100":"universal-modal__marginRight-100_v80wo","marginRight-101":"universal-modal__marginRight-101_v80wo","marginRight-102":"universal-modal__marginRight-102_v80wo","marginRight-103":"universal-modal__marginRight-103_v80wo","marginRight-104":"universal-modal__marginRight-104_v80wo","marginRight-105":"universal-modal__marginRight-105_v80wo","marginRight-106":"universal-modal__marginRight-106_v80wo","marginRight-107":"universal-modal__marginRight-107_v80wo","marginRight-108":"universal-modal__marginRight-108_v80wo","marginRight-109":"universal-modal__marginRight-109_v80wo","marginRight-110":"universal-modal__marginRight-110_v80wo","marginRight-111":"universal-modal__marginRight-111_v80wo","marginRight-112":"universal-modal__marginRight-112_v80wo","marginRight-113":"universal-modal__marginRight-113_v80wo","marginRight-114":"universal-modal__marginRight-114_v80wo","marginRight-115":"universal-modal__marginRight-115_v80wo","marginRight-116":"universal-modal__marginRight-116_v80wo","marginRight-117":"universal-modal__marginRight-117_v80wo","marginRight-118":"universal-modal__marginRight-118_v80wo","marginRight-119":"universal-modal__marginRight-119_v80wo","marginRight-120":"universal-modal__marginRight-120_v80wo","marginRight-121":"universal-modal__marginRight-121_v80wo","marginRight-122":"universal-modal__marginRight-122_v80wo","marginRight-123":"universal-modal__marginRight-123_v80wo","marginRight-124":"universal-modal__marginRight-124_v80wo","marginRight-125":"universal-modal__marginRight-125_v80wo","marginRight-126":"universal-modal__marginRight-126_v80wo","marginRight-127":"universal-modal__marginRight-127_v80wo","marginRight-128":"universal-modal__marginRight-128_v80wo","marginBottom-0":"universal-modal__marginBottom-0_v80wo","marginBottom-1":"universal-modal__marginBottom-1_v80wo","marginBottom-2":"universal-modal__marginBottom-2_v80wo","marginBottom-3":"universal-modal__marginBottom-3_v80wo","marginBottom-4":"universal-modal__marginBottom-4_v80wo","marginBottom-5":"universal-modal__marginBottom-5_v80wo","marginBottom-6":"universal-modal__marginBottom-6_v80wo","marginBottom-7":"universal-modal__marginBottom-7_v80wo","marginBottom-8":"universal-modal__marginBottom-8_v80wo","marginBottom-9":"universal-modal__marginBottom-9_v80wo","marginBottom-10":"universal-modal__marginBottom-10_v80wo","marginBottom-11":"universal-modal__marginBottom-11_v80wo","marginBottom-12":"universal-modal__marginBottom-12_v80wo","marginBottom-13":"universal-modal__marginBottom-13_v80wo","marginBottom-14":"universal-modal__marginBottom-14_v80wo","marginBottom-15":"universal-modal__marginBottom-15_v80wo","marginBottom-16":"universal-modal__marginBottom-16_v80wo","marginBottom-17":"universal-modal__marginBottom-17_v80wo","marginBottom-18":"universal-modal__marginBottom-18_v80wo","marginBottom-19":"universal-modal__marginBottom-19_v80wo","marginBottom-20":"universal-modal__marginBottom-20_v80wo","marginBottom-21":"universal-modal__marginBottom-21_v80wo","marginBottom-22":"universal-modal__marginBottom-22_v80wo","marginBottom-23":"universal-modal__marginBottom-23_v80wo","marginBottom-24":"universal-modal__marginBottom-24_v80wo","marginBottom-25":"universal-modal__marginBottom-25_v80wo","marginBottom-26":"universal-modal__marginBottom-26_v80wo","marginBottom-27":"universal-modal__marginBottom-27_v80wo","marginBottom-28":"universal-modal__marginBottom-28_v80wo","marginBottom-29":"universal-modal__marginBottom-29_v80wo","marginBottom-30":"universal-modal__marginBottom-30_v80wo","marginBottom-31":"universal-modal__marginBottom-31_v80wo","marginBottom-32":"universal-modal__marginBottom-32_v80wo","marginBottom-33":"universal-modal__marginBottom-33_v80wo","marginBottom-34":"universal-modal__marginBottom-34_v80wo","marginBottom-35":"universal-modal__marginBottom-35_v80wo","marginBottom-36":"universal-modal__marginBottom-36_v80wo","marginBottom-37":"universal-modal__marginBottom-37_v80wo","marginBottom-38":"universal-modal__marginBottom-38_v80wo","marginBottom-39":"universal-modal__marginBottom-39_v80wo","marginBottom-40":"universal-modal__marginBottom-40_v80wo","marginBottom-41":"universal-modal__marginBottom-41_v80wo","marginBottom-42":"universal-modal__marginBottom-42_v80wo","marginBottom-43":"universal-modal__marginBottom-43_v80wo","marginBottom-44":"universal-modal__marginBottom-44_v80wo","marginBottom-45":"universal-modal__marginBottom-45_v80wo","marginBottom-46":"universal-modal__marginBottom-46_v80wo","marginBottom-47":"universal-modal__marginBottom-47_v80wo","marginBottom-48":"universal-modal__marginBottom-48_v80wo","marginBottom-49":"universal-modal__marginBottom-49_v80wo","marginBottom-50":"universal-modal__marginBottom-50_v80wo","marginBottom-51":"universal-modal__marginBottom-51_v80wo","marginBottom-52":"universal-modal__marginBottom-52_v80wo","marginBottom-53":"universal-modal__marginBottom-53_v80wo","marginBottom-54":"universal-modal__marginBottom-54_v80wo","marginBottom-55":"universal-modal__marginBottom-55_v80wo","marginBottom-56":"universal-modal__marginBottom-56_v80wo","marginBottom-57":"universal-modal__marginBottom-57_v80wo","marginBottom-58":"universal-modal__marginBottom-58_v80wo","marginBottom-59":"universal-modal__marginBottom-59_v80wo","marginBottom-60":"universal-modal__marginBottom-60_v80wo","marginBottom-61":"universal-modal__marginBottom-61_v80wo","marginBottom-62":"universal-modal__marginBottom-62_v80wo","marginBottom-63":"universal-modal__marginBottom-63_v80wo","marginBottom-64":"universal-modal__marginBottom-64_v80wo","marginBottom-65":"universal-modal__marginBottom-65_v80wo","marginBottom-66":"universal-modal__marginBottom-66_v80wo","marginBottom-67":"universal-modal__marginBottom-67_v80wo","marginBottom-68":"universal-modal__marginBottom-68_v80wo","marginBottom-69":"universal-modal__marginBottom-69_v80wo","marginBottom-70":"universal-modal__marginBottom-70_v80wo","marginBottom-71":"universal-modal__marginBottom-71_v80wo","marginBottom-72":"universal-modal__marginBottom-72_v80wo","marginBottom-73":"universal-modal__marginBottom-73_v80wo","marginBottom-74":"universal-modal__marginBottom-74_v80wo","marginBottom-75":"universal-modal__marginBottom-75_v80wo","marginBottom-76":"universal-modal__marginBottom-76_v80wo","marginBottom-77":"universal-modal__marginBottom-77_v80wo","marginBottom-78":"universal-modal__marginBottom-78_v80wo","marginBottom-79":"universal-modal__marginBottom-79_v80wo","marginBottom-80":"universal-modal__marginBottom-80_v80wo","marginBottom-81":"universal-modal__marginBottom-81_v80wo","marginBottom-82":"universal-modal__marginBottom-82_v80wo","marginBottom-83":"universal-modal__marginBottom-83_v80wo","marginBottom-84":"universal-modal__marginBottom-84_v80wo","marginBottom-85":"universal-modal__marginBottom-85_v80wo","marginBottom-86":"universal-modal__marginBottom-86_v80wo","marginBottom-87":"universal-modal__marginBottom-87_v80wo","marginBottom-88":"universal-modal__marginBottom-88_v80wo","marginBottom-89":"universal-modal__marginBottom-89_v80wo","marginBottom-90":"universal-modal__marginBottom-90_v80wo","marginBottom-91":"universal-modal__marginBottom-91_v80wo","marginBottom-92":"universal-modal__marginBottom-92_v80wo","marginBottom-93":"universal-modal__marginBottom-93_v80wo","marginBottom-94":"universal-modal__marginBottom-94_v80wo","marginBottom-95":"universal-modal__marginBottom-95_v80wo","marginBottom-96":"universal-modal__marginBottom-96_v80wo","marginBottom-97":"universal-modal__marginBottom-97_v80wo","marginBottom-98":"universal-modal__marginBottom-98_v80wo","marginBottom-99":"universal-modal__marginBottom-99_v80wo","marginBottom-100":"universal-modal__marginBottom-100_v80wo","marginBottom-101":"universal-modal__marginBottom-101_v80wo","marginBottom-102":"universal-modal__marginBottom-102_v80wo","marginBottom-103":"universal-modal__marginBottom-103_v80wo","marginBottom-104":"universal-modal__marginBottom-104_v80wo","marginBottom-105":"universal-modal__marginBottom-105_v80wo","marginBottom-106":"universal-modal__marginBottom-106_v80wo","marginBottom-107":"universal-modal__marginBottom-107_v80wo","marginBottom-108":"universal-modal__marginBottom-108_v80wo","marginBottom-109":"universal-modal__marginBottom-109_v80wo","marginBottom-110":"universal-modal__marginBottom-110_v80wo","marginBottom-111":"universal-modal__marginBottom-111_v80wo","marginBottom-112":"universal-modal__marginBottom-112_v80wo","marginBottom-113":"universal-modal__marginBottom-113_v80wo","marginBottom-114":"universal-modal__marginBottom-114_v80wo","marginBottom-115":"universal-modal__marginBottom-115_v80wo","marginBottom-116":"universal-modal__marginBottom-116_v80wo","marginBottom-117":"universal-modal__marginBottom-117_v80wo","marginBottom-118":"universal-modal__marginBottom-118_v80wo","marginBottom-119":"universal-modal__marginBottom-119_v80wo","marginBottom-120":"universal-modal__marginBottom-120_v80wo","marginBottom-121":"universal-modal__marginBottom-121_v80wo","marginBottom-122":"universal-modal__marginBottom-122_v80wo","marginBottom-123":"universal-modal__marginBottom-123_v80wo","marginBottom-124":"universal-modal__marginBottom-124_v80wo","marginBottom-125":"universal-modal__marginBottom-125_v80wo","marginBottom-126":"universal-modal__marginBottom-126_v80wo","marginBottom-127":"universal-modal__marginBottom-127_v80wo","marginBottom-128":"universal-modal__marginBottom-128_v80wo","marginLeft-0":"universal-modal__marginLeft-0_v80wo","marginLeft-1":"universal-modal__marginLeft-1_v80wo","marginLeft-2":"universal-modal__marginLeft-2_v80wo","marginLeft-3":"universal-modal__marginLeft-3_v80wo","marginLeft-4":"universal-modal__marginLeft-4_v80wo","marginLeft-5":"universal-modal__marginLeft-5_v80wo","marginLeft-6":"universal-modal__marginLeft-6_v80wo","marginLeft-7":"universal-modal__marginLeft-7_v80wo","marginLeft-8":"universal-modal__marginLeft-8_v80wo","marginLeft-9":"universal-modal__marginLeft-9_v80wo","marginLeft-10":"universal-modal__marginLeft-10_v80wo","marginLeft-11":"universal-modal__marginLeft-11_v80wo","marginLeft-12":"universal-modal__marginLeft-12_v80wo","marginLeft-13":"universal-modal__marginLeft-13_v80wo","marginLeft-14":"universal-modal__marginLeft-14_v80wo","marginLeft-15":"universal-modal__marginLeft-15_v80wo","marginLeft-16":"universal-modal__marginLeft-16_v80wo","marginLeft-17":"universal-modal__marginLeft-17_v80wo","marginLeft-18":"universal-modal__marginLeft-18_v80wo","marginLeft-19":"universal-modal__marginLeft-19_v80wo","marginLeft-20":"universal-modal__marginLeft-20_v80wo","marginLeft-21":"universal-modal__marginLeft-21_v80wo","marginLeft-22":"universal-modal__marginLeft-22_v80wo","marginLeft-23":"universal-modal__marginLeft-23_v80wo","marginLeft-24":"universal-modal__marginLeft-24_v80wo","marginLeft-25":"universal-modal__marginLeft-25_v80wo","marginLeft-26":"universal-modal__marginLeft-26_v80wo","marginLeft-27":"universal-modal__marginLeft-27_v80wo","marginLeft-28":"universal-modal__marginLeft-28_v80wo","marginLeft-29":"universal-modal__marginLeft-29_v80wo","marginLeft-30":"universal-modal__marginLeft-30_v80wo","marginLeft-31":"universal-modal__marginLeft-31_v80wo","marginLeft-32":"universal-modal__marginLeft-32_v80wo","marginLeft-33":"universal-modal__marginLeft-33_v80wo","marginLeft-34":"universal-modal__marginLeft-34_v80wo","marginLeft-35":"universal-modal__marginLeft-35_v80wo","marginLeft-36":"universal-modal__marginLeft-36_v80wo","marginLeft-37":"universal-modal__marginLeft-37_v80wo","marginLeft-38":"universal-modal__marginLeft-38_v80wo","marginLeft-39":"universal-modal__marginLeft-39_v80wo","marginLeft-40":"universal-modal__marginLeft-40_v80wo","marginLeft-41":"universal-modal__marginLeft-41_v80wo","marginLeft-42":"universal-modal__marginLeft-42_v80wo","marginLeft-43":"universal-modal__marginLeft-43_v80wo","marginLeft-44":"universal-modal__marginLeft-44_v80wo","marginLeft-45":"universal-modal__marginLeft-45_v80wo","marginLeft-46":"universal-modal__marginLeft-46_v80wo","marginLeft-47":"universal-modal__marginLeft-47_v80wo","marginLeft-48":"universal-modal__marginLeft-48_v80wo","marginLeft-49":"universal-modal__marginLeft-49_v80wo","marginLeft-50":"universal-modal__marginLeft-50_v80wo","marginLeft-51":"universal-modal__marginLeft-51_v80wo","marginLeft-52":"universal-modal__marginLeft-52_v80wo","marginLeft-53":"universal-modal__marginLeft-53_v80wo","marginLeft-54":"universal-modal__marginLeft-54_v80wo","marginLeft-55":"universal-modal__marginLeft-55_v80wo","marginLeft-56":"universal-modal__marginLeft-56_v80wo","marginLeft-57":"universal-modal__marginLeft-57_v80wo","marginLeft-58":"universal-modal__marginLeft-58_v80wo","marginLeft-59":"universal-modal__marginLeft-59_v80wo","marginLeft-60":"universal-modal__marginLeft-60_v80wo","marginLeft-61":"universal-modal__marginLeft-61_v80wo","marginLeft-62":"universal-modal__marginLeft-62_v80wo","marginLeft-63":"universal-modal__marginLeft-63_v80wo","marginLeft-64":"universal-modal__marginLeft-64_v80wo","marginLeft-65":"universal-modal__marginLeft-65_v80wo","marginLeft-66":"universal-modal__marginLeft-66_v80wo","marginLeft-67":"universal-modal__marginLeft-67_v80wo","marginLeft-68":"universal-modal__marginLeft-68_v80wo","marginLeft-69":"universal-modal__marginLeft-69_v80wo","marginLeft-70":"universal-modal__marginLeft-70_v80wo","marginLeft-71":"universal-modal__marginLeft-71_v80wo","marginLeft-72":"universal-modal__marginLeft-72_v80wo","marginLeft-73":"universal-modal__marginLeft-73_v80wo","marginLeft-74":"universal-modal__marginLeft-74_v80wo","marginLeft-75":"universal-modal__marginLeft-75_v80wo","marginLeft-76":"universal-modal__marginLeft-76_v80wo","marginLeft-77":"universal-modal__marginLeft-77_v80wo","marginLeft-78":"universal-modal__marginLeft-78_v80wo","marginLeft-79":"universal-modal__marginLeft-79_v80wo","marginLeft-80":"universal-modal__marginLeft-80_v80wo","marginLeft-81":"universal-modal__marginLeft-81_v80wo","marginLeft-82":"universal-modal__marginLeft-82_v80wo","marginLeft-83":"universal-modal__marginLeft-83_v80wo","marginLeft-84":"universal-modal__marginLeft-84_v80wo","marginLeft-85":"universal-modal__marginLeft-85_v80wo","marginLeft-86":"universal-modal__marginLeft-86_v80wo","marginLeft-87":"universal-modal__marginLeft-87_v80wo","marginLeft-88":"universal-modal__marginLeft-88_v80wo","marginLeft-89":"universal-modal__marginLeft-89_v80wo","marginLeft-90":"universal-modal__marginLeft-90_v80wo","marginLeft-91":"universal-modal__marginLeft-91_v80wo","marginLeft-92":"universal-modal__marginLeft-92_v80wo","marginLeft-93":"universal-modal__marginLeft-93_v80wo","marginLeft-94":"universal-modal__marginLeft-94_v80wo","marginLeft-95":"universal-modal__marginLeft-95_v80wo","marginLeft-96":"universal-modal__marginLeft-96_v80wo","marginLeft-97":"universal-modal__marginLeft-97_v80wo","marginLeft-98":"universal-modal__marginLeft-98_v80wo","marginLeft-99":"universal-modal__marginLeft-99_v80wo","marginLeft-100":"universal-modal__marginLeft-100_v80wo","marginLeft-101":"universal-modal__marginLeft-101_v80wo","marginLeft-102":"universal-modal__marginLeft-102_v80wo","marginLeft-103":"universal-modal__marginLeft-103_v80wo","marginLeft-104":"universal-modal__marginLeft-104_v80wo","marginLeft-105":"universal-modal__marginLeft-105_v80wo","marginLeft-106":"universal-modal__marginLeft-106_v80wo","marginLeft-107":"universal-modal__marginLeft-107_v80wo","marginLeft-108":"universal-modal__marginLeft-108_v80wo","marginLeft-109":"universal-modal__marginLeft-109_v80wo","marginLeft-110":"universal-modal__marginLeft-110_v80wo","marginLeft-111":"universal-modal__marginLeft-111_v80wo","marginLeft-112":"universal-modal__marginLeft-112_v80wo","marginLeft-113":"universal-modal__marginLeft-113_v80wo","marginLeft-114":"universal-modal__marginLeft-114_v80wo","marginLeft-115":"universal-modal__marginLeft-115_v80wo","marginLeft-116":"universal-modal__marginLeft-116_v80wo","marginLeft-117":"universal-modal__marginLeft-117_v80wo","marginLeft-118":"universal-modal__marginLeft-118_v80wo","marginLeft-119":"universal-modal__marginLeft-119_v80wo","marginLeft-120":"universal-modal__marginLeft-120_v80wo","marginLeft-121":"universal-modal__marginLeft-121_v80wo","marginLeft-122":"universal-modal__marginLeft-122_v80wo","marginLeft-123":"universal-modal__marginLeft-123_v80wo","marginLeft-124":"universal-modal__marginLeft-124_v80wo","marginLeft-125":"universal-modal__marginLeft-125_v80wo","marginLeft-126":"universal-modal__marginLeft-126_v80wo","marginLeft-127":"universal-modal__marginLeft-127_v80wo","marginLeft-128":"universal-modal__marginLeft-128_v80wo"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -2,321 +2,321 @@
2
2
  --universal-modal-transitions-timeout: 200ms;
3
3
  }
4
4
 
5
- .universal-modal__enterLeft-0_iu442 {
5
+ .universal-modal__enterLeft-0_7ivr0 {
6
6
  transform: translateX(calc(-100% - 0px)) translateZ(0);
7
7
  }
8
8
 
9
- .universal-modal__enterLeft-2_iu442 {
9
+ .universal-modal__enterLeft-2_7ivr0 {
10
10
  transform: translateX(calc(-100% - 2px)) translateZ(0);
11
11
  }
12
12
 
13
- .universal-modal__enterLeft-4_iu442 {
13
+ .universal-modal__enterLeft-4_7ivr0 {
14
14
  transform: translateX(calc(-100% - 4px)) translateZ(0);
15
15
  }
16
16
 
17
- .universal-modal__enterLeft-8_iu442 {
17
+ .universal-modal__enterLeft-8_7ivr0 {
18
18
  transform: translateX(calc(-100% - 8px)) translateZ(0);
19
19
  }
20
20
 
21
- .universal-modal__enterLeft-12_iu442 {
21
+ .universal-modal__enterLeft-12_7ivr0 {
22
22
  transform: translateX(calc(-100% - 12px)) translateZ(0);
23
23
  }
24
24
 
25
- .universal-modal__enterLeft-16_iu442 {
25
+ .universal-modal__enterLeft-16_7ivr0 {
26
26
  transform: translateX(calc(-100% - 16px)) translateZ(0);
27
27
  }
28
28
 
29
- .universal-modal__enterLeft-20_iu442 {
29
+ .universal-modal__enterLeft-20_7ivr0 {
30
30
  transform: translateX(calc(-100% - 20px)) translateZ(0);
31
31
  }
32
32
 
33
- .universal-modal__enterLeft-24_iu442 {
33
+ .universal-modal__enterLeft-24_7ivr0 {
34
34
  transform: translateX(calc(-100% - 24px)) translateZ(0);
35
35
  }
36
36
 
37
- .universal-modal__enterLeft-32_iu442 {
37
+ .universal-modal__enterLeft-32_7ivr0 {
38
38
  transform: translateX(calc(-100% - 32px)) translateZ(0);
39
39
  }
40
40
 
41
- .universal-modal__enterLeft-40_iu442 {
41
+ .universal-modal__enterLeft-40_7ivr0 {
42
42
  transform: translateX(calc(-100% - 40px)) translateZ(0);
43
43
  }
44
44
 
45
- .universal-modal__enterLeft-48_iu442 {
45
+ .universal-modal__enterLeft-48_7ivr0 {
46
46
  transform: translateX(calc(-100% - 48px)) translateZ(0);
47
47
  }
48
48
 
49
- .universal-modal__enterLeft-56_iu442 {
49
+ .universal-modal__enterLeft-56_7ivr0 {
50
50
  transform: translateX(calc(-100% - 56px)) translateZ(0);
51
51
  }
52
52
 
53
- .universal-modal__enterLeft-64_iu442 {
53
+ .universal-modal__enterLeft-64_7ivr0 {
54
54
  transform: translateX(calc(-100% - 64px)) translateZ(0);
55
55
  }
56
56
 
57
- .universal-modal__enterLeft-72_iu442 {
57
+ .universal-modal__enterLeft-72_7ivr0 {
58
58
  transform: translateX(calc(-100% - 72px)) translateZ(0);
59
59
  }
60
60
 
61
- .universal-modal__enterLeft-80_iu442 {
61
+ .universal-modal__enterLeft-80_7ivr0 {
62
62
  transform: translateX(calc(-100% - 80px)) translateZ(0);
63
63
  }
64
64
 
65
- .universal-modal__enterLeft-96_iu442 {
65
+ .universal-modal__enterLeft-96_7ivr0 {
66
66
  transform: translateX(calc(-100% - 96px)) translateZ(0);
67
67
  }
68
68
 
69
- .universal-modal__enterLeft-128_iu442 {
69
+ .universal-modal__enterLeft-128_7ivr0 {
70
70
  transform: translateX(calc(-100% - 128px)) translateZ(0);
71
71
  }
72
72
 
73
- .universal-modal__enterRight-0_iu442 {
73
+ .universal-modal__enterRight-0_7ivr0 {
74
74
  transform: translateX(calc(100% + 0px)) translateZ(0);
75
75
  }
76
76
 
77
- .universal-modal__enterRight-2_iu442 {
77
+ .universal-modal__enterRight-2_7ivr0 {
78
78
  transform: translateX(calc(100% + 2px)) translateZ(0);
79
79
  }
80
80
 
81
- .universal-modal__enterRight-4_iu442 {
81
+ .universal-modal__enterRight-4_7ivr0 {
82
82
  transform: translateX(calc(100% + 4px)) translateZ(0);
83
83
  }
84
84
 
85
- .universal-modal__enterRight-8_iu442 {
85
+ .universal-modal__enterRight-8_7ivr0 {
86
86
  transform: translateX(calc(100% + 8px)) translateZ(0);
87
87
  }
88
88
 
89
- .universal-modal__enterRight-12_iu442 {
89
+ .universal-modal__enterRight-12_7ivr0 {
90
90
  transform: translateX(calc(100% + 12px)) translateZ(0);
91
91
  }
92
92
 
93
- .universal-modal__enterRight-16_iu442 {
93
+ .universal-modal__enterRight-16_7ivr0 {
94
94
  transform: translateX(calc(100% + 16px)) translateZ(0);
95
95
  }
96
96
 
97
- .universal-modal__enterRight-20_iu442 {
97
+ .universal-modal__enterRight-20_7ivr0 {
98
98
  transform: translateX(calc(100% + 20px)) translateZ(0);
99
99
  }
100
100
 
101
- .universal-modal__enterRight-24_iu442 {
101
+ .universal-modal__enterRight-24_7ivr0 {
102
102
  transform: translateX(calc(100% + 24px)) translateZ(0);
103
103
  }
104
104
 
105
- .universal-modal__enterRight-32_iu442 {
105
+ .universal-modal__enterRight-32_7ivr0 {
106
106
  transform: translateX(calc(100% + 32px)) translateZ(0);
107
107
  }
108
108
 
109
- .universal-modal__enterRight-40_iu442 {
109
+ .universal-modal__enterRight-40_7ivr0 {
110
110
  transform: translateX(calc(100% + 40px)) translateZ(0);
111
111
  }
112
112
 
113
- .universal-modal__enterRight-48_iu442 {
113
+ .universal-modal__enterRight-48_7ivr0 {
114
114
  transform: translateX(calc(100% + 48px)) translateZ(0);
115
115
  }
116
116
 
117
- .universal-modal__enterRight-56_iu442 {
117
+ .universal-modal__enterRight-56_7ivr0 {
118
118
  transform: translateX(calc(100% + 56px)) translateZ(0);
119
119
  }
120
120
 
121
- .universal-modal__enterRight-64_iu442 {
121
+ .universal-modal__enterRight-64_7ivr0 {
122
122
  transform: translateX(calc(100% + 64px)) translateZ(0);
123
123
  }
124
124
 
125
- .universal-modal__enterRight-72_iu442 {
125
+ .universal-modal__enterRight-72_7ivr0 {
126
126
  transform: translateX(calc(100% + 72px)) translateZ(0);
127
127
  }
128
128
 
129
- .universal-modal__enterRight-80_iu442 {
129
+ .universal-modal__enterRight-80_7ivr0 {
130
130
  transform: translateX(calc(100% + 80px)) translateZ(0);
131
131
  }
132
132
 
133
- .universal-modal__enterRight-96_iu442 {
133
+ .universal-modal__enterRight-96_7ivr0 {
134
134
  transform: translateX(calc(100% + 96px)) translateZ(0);
135
135
  }
136
136
 
137
- .universal-modal__enterRight-128_iu442 {
137
+ .universal-modal__enterRight-128_7ivr0 {
138
138
  transform: translateX(calc(100% + 128px)) translateZ(0);
139
139
  }
140
140
 
141
- .universal-modal__enterActive_iu442 {
141
+ .universal-modal__enterActive_7ivr0 {
142
142
  transform: translateX(0);
143
143
  transition: transform var(--universal-modal-transitions-timeout) ease-in;
144
144
  }
145
145
 
146
- .universal-modal__enterDone_iu442 {
146
+ .universal-modal__enterDone_7ivr0 {
147
147
  transform: translateX(0);
148
148
  }
149
149
 
150
- .universal-modal__exit_iu442 {
150
+ .universal-modal__exit_7ivr0 {
151
151
  transform: translateX(0);
152
152
  }
153
153
 
154
- .universal-modal__exitActiveLeft-0_iu442 {
154
+ .universal-modal__exitActiveLeft-0_7ivr0 {
155
155
  transform: translateX(calc(-100% - 0px)) translateZ(0);
156
156
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
157
157
  }
158
158
 
159
- .universal-modal__exitActiveLeft-2_iu442 {
159
+ .universal-modal__exitActiveLeft-2_7ivr0 {
160
160
  transform: translateX(calc(-100% - 2px)) translateZ(0);
161
161
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
162
162
  }
163
163
 
164
- .universal-modal__exitActiveLeft-4_iu442 {
164
+ .universal-modal__exitActiveLeft-4_7ivr0 {
165
165
  transform: translateX(calc(-100% - 4px)) translateZ(0);
166
166
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
167
167
  }
168
168
 
169
- .universal-modal__exitActiveLeft-8_iu442 {
169
+ .universal-modal__exitActiveLeft-8_7ivr0 {
170
170
  transform: translateX(calc(-100% - 8px)) translateZ(0);
171
171
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
172
172
  }
173
173
 
174
- .universal-modal__exitActiveLeft-12_iu442 {
174
+ .universal-modal__exitActiveLeft-12_7ivr0 {
175
175
  transform: translateX(calc(-100% - 12px)) translateZ(0);
176
176
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
177
177
  }
178
178
 
179
- .universal-modal__exitActiveLeft-16_iu442 {
179
+ .universal-modal__exitActiveLeft-16_7ivr0 {
180
180
  transform: translateX(calc(-100% - 16px)) translateZ(0);
181
181
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
182
182
  }
183
183
 
184
- .universal-modal__exitActiveLeft-20_iu442 {
184
+ .universal-modal__exitActiveLeft-20_7ivr0 {
185
185
  transform: translateX(calc(-100% - 20px)) translateZ(0);
186
186
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
187
187
  }
188
188
 
189
- .universal-modal__exitActiveLeft-24_iu442 {
189
+ .universal-modal__exitActiveLeft-24_7ivr0 {
190
190
  transform: translateX(calc(-100% - 24px)) translateZ(0);
191
191
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
192
192
  }
193
193
 
194
- .universal-modal__exitActiveLeft-32_iu442 {
194
+ .universal-modal__exitActiveLeft-32_7ivr0 {
195
195
  transform: translateX(calc(-100% - 32px)) translateZ(0);
196
196
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
197
197
  }
198
198
 
199
- .universal-modal__exitActiveLeft-40_iu442 {
199
+ .universal-modal__exitActiveLeft-40_7ivr0 {
200
200
  transform: translateX(calc(-100% - 40px)) translateZ(0);
201
201
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
202
202
  }
203
203
 
204
- .universal-modal__exitActiveLeft-48_iu442 {
204
+ .universal-modal__exitActiveLeft-48_7ivr0 {
205
205
  transform: translateX(calc(-100% - 48px)) translateZ(0);
206
206
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
207
207
  }
208
208
 
209
- .universal-modal__exitActiveLeft-56_iu442 {
209
+ .universal-modal__exitActiveLeft-56_7ivr0 {
210
210
  transform: translateX(calc(-100% - 56px)) translateZ(0);
211
211
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
212
212
  }
213
213
 
214
- .universal-modal__exitActiveLeft-64_iu442 {
214
+ .universal-modal__exitActiveLeft-64_7ivr0 {
215
215
  transform: translateX(calc(-100% - 64px)) translateZ(0);
216
216
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
217
217
  }
218
218
 
219
- .universal-modal__exitActiveLeft-72_iu442 {
219
+ .universal-modal__exitActiveLeft-72_7ivr0 {
220
220
  transform: translateX(calc(-100% - 72px)) translateZ(0);
221
221
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
222
222
  }
223
223
 
224
- .universal-modal__exitActiveLeft-80_iu442 {
224
+ .universal-modal__exitActiveLeft-80_7ivr0 {
225
225
  transform: translateX(calc(-100% - 80px)) translateZ(0);
226
226
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
227
227
  }
228
228
 
229
- .universal-modal__exitActiveLeft-96_iu442 {
229
+ .universal-modal__exitActiveLeft-96_7ivr0 {
230
230
  transform: translateX(calc(-100% - 96px)) translateZ(0);
231
231
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
232
232
  }
233
233
 
234
- .universal-modal__exitActiveLeft-128_iu442 {
234
+ .universal-modal__exitActiveLeft-128_7ivr0 {
235
235
  transform: translateX(calc(-100% - 128px)) translateZ(0);
236
236
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
237
237
  }
238
238
 
239
- .universal-modal__exitActiveRight-0_iu442 {
239
+ .universal-modal__exitActiveRight-0_7ivr0 {
240
240
  transform: translateX(calc(100% + 0px)) translateZ(0);
241
241
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
242
242
  }
243
243
 
244
- .universal-modal__exitActiveRight-2_iu442 {
244
+ .universal-modal__exitActiveRight-2_7ivr0 {
245
245
  transform: translateX(calc(100% + 2px)) translateZ(0);
246
246
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
247
247
  }
248
248
 
249
- .universal-modal__exitActiveRight-4_iu442 {
249
+ .universal-modal__exitActiveRight-4_7ivr0 {
250
250
  transform: translateX(calc(100% + 4px)) translateZ(0);
251
251
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
252
252
  }
253
253
 
254
- .universal-modal__exitActiveRight-8_iu442 {
254
+ .universal-modal__exitActiveRight-8_7ivr0 {
255
255
  transform: translateX(calc(100% + 8px)) translateZ(0);
256
256
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
257
257
  }
258
258
 
259
- .universal-modal__exitActiveRight-12_iu442 {
259
+ .universal-modal__exitActiveRight-12_7ivr0 {
260
260
  transform: translateX(calc(100% + 12px)) translateZ(0);
261
261
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
262
262
  }
263
263
 
264
- .universal-modal__exitActiveRight-16_iu442 {
264
+ .universal-modal__exitActiveRight-16_7ivr0 {
265
265
  transform: translateX(calc(100% + 16px)) translateZ(0);
266
266
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
267
267
  }
268
268
 
269
- .universal-modal__exitActiveRight-20_iu442 {
269
+ .universal-modal__exitActiveRight-20_7ivr0 {
270
270
  transform: translateX(calc(100% + 20px)) translateZ(0);
271
271
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
272
272
  }
273
273
 
274
- .universal-modal__exitActiveRight-24_iu442 {
274
+ .universal-modal__exitActiveRight-24_7ivr0 {
275
275
  transform: translateX(calc(100% + 24px)) translateZ(0);
276
276
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
277
277
  }
278
278
 
279
- .universal-modal__exitActiveRight-32_iu442 {
279
+ .universal-modal__exitActiveRight-32_7ivr0 {
280
280
  transform: translateX(calc(100% + 32px)) translateZ(0);
281
281
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
282
282
  }
283
283
 
284
- .universal-modal__exitActiveRight-40_iu442 {
284
+ .universal-modal__exitActiveRight-40_7ivr0 {
285
285
  transform: translateX(calc(100% + 40px)) translateZ(0);
286
286
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
287
287
  }
288
288
 
289
- .universal-modal__exitActiveRight-48_iu442 {
289
+ .universal-modal__exitActiveRight-48_7ivr0 {
290
290
  transform: translateX(calc(100% + 48px)) translateZ(0);
291
291
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
292
292
  }
293
293
 
294
- .universal-modal__exitActiveRight-56_iu442 {
294
+ .universal-modal__exitActiveRight-56_7ivr0 {
295
295
  transform: translateX(calc(100% + 56px)) translateZ(0);
296
296
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
297
297
  }
298
298
 
299
- .universal-modal__exitActiveRight-64_iu442 {
299
+ .universal-modal__exitActiveRight-64_7ivr0 {
300
300
  transform: translateX(calc(100% + 64px)) translateZ(0);
301
301
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
302
302
  }
303
303
 
304
- .universal-modal__exitActiveRight-72_iu442 {
304
+ .universal-modal__exitActiveRight-72_7ivr0 {
305
305
  transform: translateX(calc(100% + 72px)) translateZ(0);
306
306
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
307
307
  }
308
308
 
309
- .universal-modal__exitActiveRight-80_iu442 {
309
+ .universal-modal__exitActiveRight-80_7ivr0 {
310
310
  transform: translateX(calc(100% + 80px)) translateZ(0);
311
311
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
312
312
  }
313
313
 
314
- .universal-modal__exitActiveRight-96_iu442 {
314
+ .universal-modal__exitActiveRight-96_7ivr0 {
315
315
  transform: translateX(calc(100% + 96px)) translateZ(0);
316
316
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
317
317
  }
318
318
 
319
- .universal-modal__exitActiveRight-128_iu442 {
319
+ .universal-modal__exitActiveRight-128_7ivr0 {
320
320
  transform: translateX(calc(100% + 128px)) translateZ(0);
321
321
  transition: transform var(--universal-modal-transitions-timeout) ease-out;
322
322
  }
@@ -1,6 +1,6 @@
1
1
  import './transitions.css';
2
2
 
3
- const transitions = {"enterLeft-0":"universal-modal__enterLeft-0_iu442","enterLeft-2":"universal-modal__enterLeft-2_iu442","enterLeft-4":"universal-modal__enterLeft-4_iu442","enterLeft-8":"universal-modal__enterLeft-8_iu442","enterLeft-12":"universal-modal__enterLeft-12_iu442","enterLeft-16":"universal-modal__enterLeft-16_iu442","enterLeft-20":"universal-modal__enterLeft-20_iu442","enterLeft-24":"universal-modal__enterLeft-24_iu442","enterLeft-32":"universal-modal__enterLeft-32_iu442","enterLeft-40":"universal-modal__enterLeft-40_iu442","enterLeft-48":"universal-modal__enterLeft-48_iu442","enterLeft-56":"universal-modal__enterLeft-56_iu442","enterLeft-64":"universal-modal__enterLeft-64_iu442","enterLeft-72":"universal-modal__enterLeft-72_iu442","enterLeft-80":"universal-modal__enterLeft-80_iu442","enterLeft-96":"universal-modal__enterLeft-96_iu442","enterLeft-128":"universal-modal__enterLeft-128_iu442","enterRight-0":"universal-modal__enterRight-0_iu442","enterRight-2":"universal-modal__enterRight-2_iu442","enterRight-4":"universal-modal__enterRight-4_iu442","enterRight-8":"universal-modal__enterRight-8_iu442","enterRight-12":"universal-modal__enterRight-12_iu442","enterRight-16":"universal-modal__enterRight-16_iu442","enterRight-20":"universal-modal__enterRight-20_iu442","enterRight-24":"universal-modal__enterRight-24_iu442","enterRight-32":"universal-modal__enterRight-32_iu442","enterRight-40":"universal-modal__enterRight-40_iu442","enterRight-48":"universal-modal__enterRight-48_iu442","enterRight-56":"universal-modal__enterRight-56_iu442","enterRight-64":"universal-modal__enterRight-64_iu442","enterRight-72":"universal-modal__enterRight-72_iu442","enterRight-80":"universal-modal__enterRight-80_iu442","enterRight-96":"universal-modal__enterRight-96_iu442","enterRight-128":"universal-modal__enterRight-128_iu442","enterActive":"universal-modal__enterActive_iu442","enterDone":"universal-modal__enterDone_iu442","exit":"universal-modal__exit_iu442","exitActiveLeft-0":"universal-modal__exitActiveLeft-0_iu442","exitActiveLeft-2":"universal-modal__exitActiveLeft-2_iu442","exitActiveLeft-4":"universal-modal__exitActiveLeft-4_iu442","exitActiveLeft-8":"universal-modal__exitActiveLeft-8_iu442","exitActiveLeft-12":"universal-modal__exitActiveLeft-12_iu442","exitActiveLeft-16":"universal-modal__exitActiveLeft-16_iu442","exitActiveLeft-20":"universal-modal__exitActiveLeft-20_iu442","exitActiveLeft-24":"universal-modal__exitActiveLeft-24_iu442","exitActiveLeft-32":"universal-modal__exitActiveLeft-32_iu442","exitActiveLeft-40":"universal-modal__exitActiveLeft-40_iu442","exitActiveLeft-48":"universal-modal__exitActiveLeft-48_iu442","exitActiveLeft-56":"universal-modal__exitActiveLeft-56_iu442","exitActiveLeft-64":"universal-modal__exitActiveLeft-64_iu442","exitActiveLeft-72":"universal-modal__exitActiveLeft-72_iu442","exitActiveLeft-80":"universal-modal__exitActiveLeft-80_iu442","exitActiveLeft-96":"universal-modal__exitActiveLeft-96_iu442","exitActiveLeft-128":"universal-modal__exitActiveLeft-128_iu442","exitActiveRight-0":"universal-modal__exitActiveRight-0_iu442","exitActiveRight-2":"universal-modal__exitActiveRight-2_iu442","exitActiveRight-4":"universal-modal__exitActiveRight-4_iu442","exitActiveRight-8":"universal-modal__exitActiveRight-8_iu442","exitActiveRight-12":"universal-modal__exitActiveRight-12_iu442","exitActiveRight-16":"universal-modal__exitActiveRight-16_iu442","exitActiveRight-20":"universal-modal__exitActiveRight-20_iu442","exitActiveRight-24":"universal-modal__exitActiveRight-24_iu442","exitActiveRight-32":"universal-modal__exitActiveRight-32_iu442","exitActiveRight-40":"universal-modal__exitActiveRight-40_iu442","exitActiveRight-48":"universal-modal__exitActiveRight-48_iu442","exitActiveRight-56":"universal-modal__exitActiveRight-56_iu442","exitActiveRight-64":"universal-modal__exitActiveRight-64_iu442","exitActiveRight-72":"universal-modal__exitActiveRight-72_iu442","exitActiveRight-80":"universal-modal__exitActiveRight-80_iu442","exitActiveRight-96":"universal-modal__exitActiveRight-96_iu442","exitActiveRight-128":"universal-modal__exitActiveRight-128_iu442"};
3
+ const transitions = {"enterLeft-0":"universal-modal__enterLeft-0_7ivr0","enterLeft-2":"universal-modal__enterLeft-2_7ivr0","enterLeft-4":"universal-modal__enterLeft-4_7ivr0","enterLeft-8":"universal-modal__enterLeft-8_7ivr0","enterLeft-12":"universal-modal__enterLeft-12_7ivr0","enterLeft-16":"universal-modal__enterLeft-16_7ivr0","enterLeft-20":"universal-modal__enterLeft-20_7ivr0","enterLeft-24":"universal-modal__enterLeft-24_7ivr0","enterLeft-32":"universal-modal__enterLeft-32_7ivr0","enterLeft-40":"universal-modal__enterLeft-40_7ivr0","enterLeft-48":"universal-modal__enterLeft-48_7ivr0","enterLeft-56":"universal-modal__enterLeft-56_7ivr0","enterLeft-64":"universal-modal__enterLeft-64_7ivr0","enterLeft-72":"universal-modal__enterLeft-72_7ivr0","enterLeft-80":"universal-modal__enterLeft-80_7ivr0","enterLeft-96":"universal-modal__enterLeft-96_7ivr0","enterLeft-128":"universal-modal__enterLeft-128_7ivr0","enterRight-0":"universal-modal__enterRight-0_7ivr0","enterRight-2":"universal-modal__enterRight-2_7ivr0","enterRight-4":"universal-modal__enterRight-4_7ivr0","enterRight-8":"universal-modal__enterRight-8_7ivr0","enterRight-12":"universal-modal__enterRight-12_7ivr0","enterRight-16":"universal-modal__enterRight-16_7ivr0","enterRight-20":"universal-modal__enterRight-20_7ivr0","enterRight-24":"universal-modal__enterRight-24_7ivr0","enterRight-32":"universal-modal__enterRight-32_7ivr0","enterRight-40":"universal-modal__enterRight-40_7ivr0","enterRight-48":"universal-modal__enterRight-48_7ivr0","enterRight-56":"universal-modal__enterRight-56_7ivr0","enterRight-64":"universal-modal__enterRight-64_7ivr0","enterRight-72":"universal-modal__enterRight-72_7ivr0","enterRight-80":"universal-modal__enterRight-80_7ivr0","enterRight-96":"universal-modal__enterRight-96_7ivr0","enterRight-128":"universal-modal__enterRight-128_7ivr0","enterActive":"universal-modal__enterActive_7ivr0","enterDone":"universal-modal__enterDone_7ivr0","exit":"universal-modal__exit_7ivr0","exitActiveLeft-0":"universal-modal__exitActiveLeft-0_7ivr0","exitActiveLeft-2":"universal-modal__exitActiveLeft-2_7ivr0","exitActiveLeft-4":"universal-modal__exitActiveLeft-4_7ivr0","exitActiveLeft-8":"universal-modal__exitActiveLeft-8_7ivr0","exitActiveLeft-12":"universal-modal__exitActiveLeft-12_7ivr0","exitActiveLeft-16":"universal-modal__exitActiveLeft-16_7ivr0","exitActiveLeft-20":"universal-modal__exitActiveLeft-20_7ivr0","exitActiveLeft-24":"universal-modal__exitActiveLeft-24_7ivr0","exitActiveLeft-32":"universal-modal__exitActiveLeft-32_7ivr0","exitActiveLeft-40":"universal-modal__exitActiveLeft-40_7ivr0","exitActiveLeft-48":"universal-modal__exitActiveLeft-48_7ivr0","exitActiveLeft-56":"universal-modal__exitActiveLeft-56_7ivr0","exitActiveLeft-64":"universal-modal__exitActiveLeft-64_7ivr0","exitActiveLeft-72":"universal-modal__exitActiveLeft-72_7ivr0","exitActiveLeft-80":"universal-modal__exitActiveLeft-80_7ivr0","exitActiveLeft-96":"universal-modal__exitActiveLeft-96_7ivr0","exitActiveLeft-128":"universal-modal__exitActiveLeft-128_7ivr0","exitActiveRight-0":"universal-modal__exitActiveRight-0_7ivr0","exitActiveRight-2":"universal-modal__exitActiveRight-2_7ivr0","exitActiveRight-4":"universal-modal__exitActiveRight-4_7ivr0","exitActiveRight-8":"universal-modal__exitActiveRight-8_7ivr0","exitActiveRight-12":"universal-modal__exitActiveRight-12_7ivr0","exitActiveRight-16":"universal-modal__exitActiveRight-16_7ivr0","exitActiveRight-20":"universal-modal__exitActiveRight-20_7ivr0","exitActiveRight-24":"universal-modal__exitActiveRight-24_7ivr0","exitActiveRight-32":"universal-modal__exitActiveRight-32_7ivr0","exitActiveRight-40":"universal-modal__exitActiveRight-40_7ivr0","exitActiveRight-48":"universal-modal__exitActiveRight-48_7ivr0","exitActiveRight-56":"universal-modal__exitActiveRight-56_7ivr0","exitActiveRight-64":"universal-modal__exitActiveRight-64_7ivr0","exitActiveRight-72":"universal-modal__exitActiveRight-72_7ivr0","exitActiveRight-80":"universal-modal__exitActiveRight-80_7ivr0","exitActiveRight-96":"universal-modal__exitActiveRight-96_7ivr0","exitActiveRight-128":"universal-modal__exitActiveRight-128_7ivr0"};
4
4
 
5
5
  export { transitions as default };
6
6
  //# sourceMappingURL=transitions.module.css.js.map