@alfalab/core-components-universal-modal 1.0.2 → 1.0.3

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 (149) hide show
  1. package/components/content/base-content/base-content.js +1 -1
  2. package/components/content/base-content/index.css +5 -5
  3. package/components/content/mobile/Component.mobile.js +1 -1
  4. package/components/content/mobile/mobile.css +4 -4
  5. package/components/footer/base-footer/base-footer.js +1 -1
  6. package/components/footer/base-footer/index.css +4 -4
  7. package/components/footer/desktop/Component.desktop.js +2 -2
  8. package/components/footer/desktop/desktop.css +2 -2
  9. package/components/footer/desktop/layout.css +10 -10
  10. package/components/footer/mobile/Component.mobile.js +2 -2
  11. package/components/footer/mobile/layout.mobile.css +9 -9
  12. package/components/footer/mobile/mobile.css +3 -3
  13. package/components/header/base-header/index.css +13 -13
  14. package/components/header/desktop/Component.desktop.js +2 -2
  15. package/components/header/desktop/desktop.css +9 -9
  16. package/components/header/mobile/Component.mobile.js +2 -2
  17. package/components/header/mobile/mobile.css +6 -6
  18. package/desktop/components/base-universal-modal-content/base-universal-modal-content.css +5 -5
  19. package/desktop/components/base-universal-modal-content/base-universal-modal-content.js +1 -1
  20. package/desktop/components/buttons/arrow-button/arrow-button.css +2 -2
  21. package/desktop/components/buttons/arrow-button/arrow-button.js +1 -1
  22. package/desktop/components/buttons/cross-button/cross-button.css +2 -2
  23. package/desktop/components/buttons/cross-button/cross-button.js +1 -1
  24. package/desktop/components/center-modal/center-modal.js +3 -3
  25. package/desktop/components/center-modal/styles/index.css +522 -522
  26. package/desktop/components/center-modal/styles/transitions/safari-transitions.css +8 -8
  27. package/desktop/components/center-modal/styles/transitions/transitions.css +8 -8
  28. package/desktop/components/side-modal/get-default-transition-props.js +1 -1
  29. package/desktop/components/side-modal/side-modal.js +1 -1
  30. package/desktop/components/side-modal/styles/index.css +525 -525
  31. package/desktop/components/side-modal/styles/transitions/transitions.css +72 -72
  32. package/desktop/styles/transitions/full-size-backdrop-transitions.css +14 -14
  33. package/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +8 -8
  34. package/desktop/styles/transitions/full-size-vertical-center-transitions.css +8 -8
  35. package/desktop/styles/transitions/full-size-vertical-top-transitions.css +8 -8
  36. package/desktop/utils/get-full-size-modal-transitions.js +4 -4
  37. package/esm/Component.responsive.d.ts +2 -2
  38. package/esm/components/content/base-content/base-content.js +1 -1
  39. package/esm/components/content/base-content/index.css +5 -5
  40. package/esm/components/content/mobile/Component.mobile.js +1 -1
  41. package/esm/components/content/mobile/mobile.css +4 -4
  42. package/esm/components/footer/base-footer/base-footer.js +1 -1
  43. package/esm/components/footer/base-footer/index.css +4 -4
  44. package/esm/components/footer/desktop/Component.desktop.js +2 -2
  45. package/esm/components/footer/desktop/desktop.css +2 -2
  46. package/esm/components/footer/desktop/layout.css +10 -10
  47. package/esm/components/footer/mobile/Component.mobile.js +2 -2
  48. package/esm/components/footer/mobile/layout.mobile.css +9 -9
  49. package/esm/components/footer/mobile/mobile.css +3 -3
  50. package/esm/components/header/base-header/index.css +13 -13
  51. package/esm/components/header/desktop/Component.desktop.js +2 -2
  52. package/esm/components/header/desktop/desktop.css +9 -9
  53. package/esm/components/header/mobile/Component.mobile.js +2 -2
  54. package/esm/components/header/mobile/mobile.css +6 -6
  55. package/esm/desktop/Component.desktop.d.ts +2 -2
  56. package/esm/desktop/components/base-universal-modal-content/base-universal-modal-content.css +5 -5
  57. package/esm/desktop/components/base-universal-modal-content/base-universal-modal-content.js +1 -1
  58. package/esm/desktop/components/buttons/arrow-button/arrow-button.css +2 -2
  59. package/esm/desktop/components/buttons/arrow-button/arrow-button.js +1 -1
  60. package/esm/desktop/components/buttons/cross-button/cross-button.css +2 -2
  61. package/esm/desktop/components/buttons/cross-button/cross-button.js +1 -1
  62. package/esm/desktop/components/center-modal/center-modal.d.ts +1 -1
  63. package/esm/desktop/components/center-modal/center-modal.js +3 -3
  64. package/esm/desktop/components/center-modal/styles/index.css +522 -522
  65. package/esm/desktop/components/center-modal/styles/transitions/safari-transitions.css +8 -8
  66. package/esm/desktop/components/center-modal/styles/transitions/transitions.css +8 -8
  67. package/esm/desktop/components/side-modal/get-default-transition-props.js +1 -1
  68. package/esm/desktop/components/side-modal/side-modal.d.ts +1 -1
  69. package/esm/desktop/components/side-modal/side-modal.js +1 -1
  70. package/esm/desktop/components/side-modal/styles/index.css +525 -525
  71. package/esm/desktop/components/side-modal/styles/transitions/transitions.css +72 -72
  72. package/esm/desktop/styles/transitions/full-size-backdrop-transitions.css +14 -14
  73. package/esm/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +8 -8
  74. package/esm/desktop/styles/transitions/full-size-vertical-center-transitions.css +8 -8
  75. package/esm/desktop/styles/transitions/full-size-vertical-top-transitions.css +8 -8
  76. package/esm/desktop/utils/get-full-size-modal-transitions.js +4 -4
  77. package/esm/index.module-c62c789e.js +4 -0
  78. package/esm/mobile/Component.mobile.d.ts +2 -2
  79. package/esm/mobile/Component.mobile.js +3 -3
  80. package/esm/mobile/components/buttons/arrow-button/arrow-button.css +3 -3
  81. package/esm/mobile/components/buttons/arrow-button/arrow-button.js +1 -1
  82. package/esm/mobile/components/buttons/cross-button/cross-button.css +3 -3
  83. package/esm/mobile/components/buttons/cross-button/cross-button.js +1 -1
  84. package/esm/mobile/mobile.css +4 -4
  85. package/esm/mobile/transitions/right-side-transitions.mobile.css +8 -8
  86. package/esm/mobile/transitions/transitions.mobile.css +8 -8
  87. package/index.module-63e17dfe.js +6 -0
  88. package/mobile/Component.mobile.js +3 -3
  89. package/mobile/components/buttons/arrow-button/arrow-button.css +3 -3
  90. package/mobile/components/buttons/arrow-button/arrow-button.js +1 -1
  91. package/mobile/components/buttons/cross-button/cross-button.css +3 -3
  92. package/mobile/components/buttons/cross-button/cross-button.js +1 -1
  93. package/mobile/mobile.css +4 -4
  94. package/mobile/transitions/right-side-transitions.mobile.css +8 -8
  95. package/mobile/transitions/transitions.mobile.css +8 -8
  96. package/modern/components/content/base-content/base-content.js +1 -1
  97. package/modern/components/content/base-content/index.css +5 -5
  98. package/modern/components/content/mobile/Component.mobile.js +1 -1
  99. package/modern/components/content/mobile/mobile.css +4 -4
  100. package/modern/components/footer/base-footer/base-footer.js +1 -1
  101. package/modern/components/footer/base-footer/index.css +4 -4
  102. package/modern/components/footer/desktop/Component.desktop.js +2 -2
  103. package/modern/components/footer/desktop/desktop.css +2 -2
  104. package/modern/components/footer/desktop/layout.css +10 -10
  105. package/modern/components/footer/mobile/Component.mobile.js +2 -2
  106. package/modern/components/footer/mobile/layout.mobile.css +9 -9
  107. package/modern/components/footer/mobile/mobile.css +3 -3
  108. package/modern/components/header/base-header/index.css +13 -13
  109. package/modern/components/header/desktop/Component.desktop.js +2 -2
  110. package/modern/components/header/desktop/desktop.css +9 -9
  111. package/modern/components/header/mobile/Component.mobile.js +2 -2
  112. package/modern/components/header/mobile/mobile.css +6 -6
  113. package/modern/desktop/components/base-universal-modal-content/base-universal-modal-content.css +5 -5
  114. package/modern/desktop/components/base-universal-modal-content/base-universal-modal-content.js +1 -1
  115. package/modern/desktop/components/buttons/arrow-button/arrow-button.css +2 -2
  116. package/modern/desktop/components/buttons/arrow-button/arrow-button.js +1 -1
  117. package/modern/desktop/components/buttons/cross-button/cross-button.css +2 -2
  118. package/modern/desktop/components/buttons/cross-button/cross-button.js +1 -1
  119. package/modern/desktop/components/center-modal/center-modal.js +3 -3
  120. package/modern/desktop/components/center-modal/styles/index.css +522 -522
  121. package/modern/desktop/components/center-modal/styles/transitions/safari-transitions.css +8 -8
  122. package/modern/desktop/components/center-modal/styles/transitions/transitions.css +8 -8
  123. package/modern/desktop/components/side-modal/get-default-transition-props.js +1 -1
  124. package/modern/desktop/components/side-modal/side-modal.js +1 -1
  125. package/modern/desktop/components/side-modal/styles/index.css +525 -525
  126. package/modern/desktop/components/side-modal/styles/transitions/transitions.css +72 -72
  127. package/modern/desktop/styles/transitions/full-size-backdrop-transitions.css +14 -14
  128. package/modern/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +8 -8
  129. package/modern/desktop/styles/transitions/full-size-vertical-center-transitions.css +8 -8
  130. package/modern/desktop/styles/transitions/full-size-vertical-top-transitions.css +8 -8
  131. package/modern/desktop/utils/get-full-size-modal-transitions.js +4 -4
  132. package/modern/index.module-07c68bc8.js +4 -0
  133. package/modern/mobile/Component.mobile.js +3 -3
  134. package/modern/mobile/components/buttons/arrow-button/arrow-button.css +3 -3
  135. package/modern/mobile/components/buttons/arrow-button/arrow-button.js +1 -1
  136. package/modern/mobile/components/buttons/cross-button/cross-button.css +3 -3
  137. package/modern/mobile/components/buttons/cross-button/cross-button.js +1 -1
  138. package/modern/mobile/mobile.css +4 -4
  139. package/modern/mobile/transitions/right-side-transitions.mobile.css +8 -8
  140. package/modern/mobile/transitions/transitions.mobile.css +8 -8
  141. package/moderncssm/Component.responsive.d.ts +2 -2
  142. package/moderncssm/desktop/Component.desktop.d.ts +2 -2
  143. package/moderncssm/desktop/components/center-modal/center-modal.d.ts +1 -1
  144. package/moderncssm/desktop/components/side-modal/side-modal.d.ts +1 -1
  145. package/moderncssm/mobile/Component.mobile.d.ts +2 -2
  146. package/package.json +3 -3
  147. package/esm/index.module-013434c9.js +0 -4
  148. package/index.module-21d2243f.js +0 -6
  149. package/modern/index.module-5212b55d.js +0 -4
@@ -1,4 +1,4 @@
1
- /* hash: oyv7c */
1
+ /* hash: u1ca1 */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -34,24 +34,24 @@
34
34
  } :root {
35
35
  --universal-modal-header-desktop-font-weight: bold;
36
36
  --universal-modal-header-desktop-font-family: var(--font-family-system);
37
- } .universal-modal__content_naeoc {
37
+ } .universal-modal__content_pa5m4 {
38
38
  font-weight: var(--universal-modal-header-desktop-font-weight);
39
39
  font-family: var(--universal-modal-header-desktop-font-family);
40
- } .universal-modal__sticky_naeoc {
40
+ } .universal-modal__sticky_pa5m4 {
41
41
  top: var(--gap-0);
42
- } .universal-modal__bottomAddons_naeoc,
43
- .universal-modal__headerTitle_naeoc {
42
+ } .universal-modal__bottomAddons_pa5m4,
43
+ .universal-modal__headerTitle_pa5m4 {
44
44
  font-size: 22px;
45
45
  line-height: 26px;
46
46
  font-weight: 700
47
- } .universal-modal__bottomAddons_naeoc.universal-modal__medium_naeoc, .universal-modal__headerTitle_naeoc.universal-modal__medium_naeoc {
47
+ } .universal-modal__bottomAddons_pa5m4.universal-modal__medium_pa5m4, .universal-modal__headerTitle_pa5m4.universal-modal__medium_pa5m4 {
48
48
  font-size: 30px;
49
49
  line-height: 36px;
50
50
  font-weight: 700;
51
- } .universal-modal__headerTitle_naeoc {
51
+ } .universal-modal__headerTitle_pa5m4 {
52
52
  padding: 11px var(--gap-12)
53
- } .universal-modal__headerTitle_naeoc.universal-modal__medium_naeoc {
53
+ } .universal-modal__headerTitle_pa5m4.universal-modal__medium_pa5m4 {
54
54
  padding: 6px var(--gap-12) var(--gap-16);
55
- } .universal-modal__bottomAddons_naeoc {
55
+ } .universal-modal__bottomAddons_pa5m4 {
56
56
  padding: 6px var(--gap-12) var(--gap-16);
57
57
  }
@@ -8,14 +8,14 @@ var cn = require('classnames');
8
8
  var coreComponentsNavigationBarPrivate = require('@alfalab/core-components-navigation-bar-private');
9
9
  var coreComponentsShared = require('@alfalab/core-components-shared');
10
10
  var Context = require('../../../Context.js');
11
- var index_module = require('../../../index.module-21d2243f.js');
11
+ var index_module = require('../../../index.module-63e17dfe.js');
12
12
 
13
13
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
14
14
 
15
15
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
16
16
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
17
17
 
18
- var mobileStyles = {"header":"universal-modal__header_1x0c6","sticky":"universal-modal__sticky_1x0c6","content":"universal-modal__content_1x0c6","bottomAddons":"universal-modal__bottomAddons_1x0c6","addon":"universal-modal__addon_1x0c6"};
18
+ var mobileStyles = {"header":"universal-modal__header_1puc7","sticky":"universal-modal__sticky_1puc7","content":"universal-modal__content_1puc7","bottomAddons":"universal-modal__bottomAddons_1puc7","addon":"universal-modal__addon_1puc7"};
19
19
  require('./mobile.css')
20
20
 
21
21
  var HeaderMobile = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1uyst */
1
+ /* hash: 1jq7n */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -37,11 +37,11 @@
37
37
  --universal-modal-header-mobile-line-height: 28px;
38
38
  --universal-modal-header-mobile-font-family: var(--font-family-system);
39
39
  --universal-modal-header-mobile-font-weight: 600;
40
- } .universal-modal__header_1x0c6 {
40
+ } .universal-modal__header_1puc7 {
41
41
  padding: var(--gap-8) var(--gap-4);
42
- } .universal-modal__sticky_1x0c6 {
42
+ } .universal-modal__sticky_1puc7 {
43
43
  top: var(--gap-0);
44
- } .universal-modal__content_1x0c6 {
44
+ } .universal-modal__content_1puc7 {
45
45
  font-size: var(--universal-modal-header-mobile-font-size);
46
46
  line-height: var(--universal-modal-header-mobile-line-height);
47
47
  font-family: var(--universal-modal-header-mobile-font-family);
@@ -49,11 +49,11 @@
49
49
  padding: 0 var(--gap-12);
50
50
  min-height: 40px;
51
51
  justify-content: center;
52
- } .universal-modal__bottomAddons_1x0c6 {
52
+ } .universal-modal__bottomAddons_1puc7 {
53
53
  font-size: 20px;
54
54
  line-height: 28px;
55
55
  font-weight: 600;
56
56
  padding: 6px var(--gap-16);
57
- } .universal-modal__addon_1x0c6 {
57
+ } .universal-modal__addon_1puc7 {
58
58
  height: 40px;
59
59
  }
@@ -1,4 +1,4 @@
1
- /* hash: cy8he */
1
+ /* hash: wvnj2 */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -21,14 +21,14 @@
21
21
  /* stylelint-disable-next-line length-zero-no-unit */
22
22
  } :root {
23
23
  } :root {
24
- } /* сбрасывает синюю подсветку при нажатии */ .universal-modal__scrollbarWrapper_oqcjb.universal-modal__scrollbarWrapper_oqcjb {
24
+ } /* сбрасывает синюю подсветку при нажатии */ .universal-modal__scrollbarWrapper_1xyhp.universal-modal__scrollbarWrapper_1xyhp {
25
25
  height: 100%
26
- } .universal-modal__scrollbarWrapper_oqcjb.universal-modal__scrollbarWrapper_oqcjb .universal-modal__verticalBarContainer_oqcjb {
26
+ } .universal-modal__scrollbarWrapper_1xyhp.universal-modal__scrollbarWrapper_1xyhp .universal-modal__verticalBarContainer_1xyhp {
27
27
  box-sizing: border-box;
28
- } .universal-modal__scrollbarWrapper_oqcjb.universal-modal__scrollbarWrapper_oqcjb .universal-modal__scrollContentWrapper_oqcjb {
28
+ } .universal-modal__scrollbarWrapper_1xyhp.universal-modal__scrollbarWrapper_1xyhp .universal-modal__scrollContentWrapper_1xyhp {
29
29
  display: flex;
30
30
  flex-direction: column
31
- } .universal-modal__scrollbarWrapper_oqcjb.universal-modal__scrollbarWrapper_oqcjb .universal-modal__scrollContentWrapper_oqcjb .universal-modal__scrollbarContainer_oqcjb {
31
+ } .universal-modal__scrollbarWrapper_1xyhp.universal-modal__scrollbarWrapper_1xyhp .universal-modal__scrollContentWrapper_1xyhp .universal-modal__scrollbarContainer_1xyhp {
32
32
  display: flex;
33
33
  flex-direction: column;
34
34
  flex: 1;
@@ -11,7 +11,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
11
11
 
12
12
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
13
13
 
14
- var styles = {"scrollbarWrapper":"universal-modal__scrollbarWrapper_oqcjb","verticalBarContainer":"universal-modal__verticalBarContainer_oqcjb","scrollContentWrapper":"universal-modal__scrollContentWrapper_oqcjb","scrollbarContainer":"universal-modal__scrollbarContainer_oqcjb"};
14
+ var styles = {"scrollbarWrapper":"universal-modal__scrollbarWrapper_1xyhp","verticalBarContainer":"universal-modal__verticalBarContainer_1xyhp","scrollContentWrapper":"universal-modal__scrollContentWrapper_1xyhp","scrollbarContainer":"universal-modal__scrollbarContainer_1xyhp"};
15
15
  require('./base-universal-modal-content.css')
16
16
 
17
17
  var BaseUniversalModalContent = function (props) {
@@ -1,4 +1,4 @@
1
- /* hash: j94tu */
1
+ /* hash: 137wb */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -24,7 +24,7 @@
24
24
  --gap-12: var(--gap-s);
25
25
  } :root {
26
26
  } :root {
27
- } /* сбрасывает синюю подсветку при нажатии */ .universal-modal__button_1yk8n.universal-modal__button_1yk8n {
27
+ } /* сбрасывает синюю подсветку при нажатии */ .universal-modal__button_1tpv7.universal-modal__button_1tpv7 {
28
28
  padding: 0 var(--gap-12);
29
29
  background-color: var(--color-light-bg-primary-alpha-40);
30
30
  -webkit-backdrop-filter: blur(10px);
@@ -11,7 +11,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
11
11
 
12
12
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
13
13
 
14
- var styles = {"button":"universal-modal__button_1yk8n"};
14
+ var styles = {"button":"universal-modal__button_1tpv7"};
15
15
  require('./arrow-button.css')
16
16
 
17
17
  var ArrowButtonDesktop = function (props) {
@@ -1,4 +1,4 @@
1
- /* hash: mdnjc */
1
+ /* hash: 1lumu */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -22,7 +22,7 @@
22
22
  /* stylelint-disable-next-line length-zero-no-unit */
23
23
  } :root {
24
24
  } :root {
25
- } /* сбрасывает синюю подсветку при нажатии */ .universal-modal__button_1h1bo.universal-modal__button_1h1bo {
25
+ } /* сбрасывает синюю подсветку при нажатии */ .universal-modal__button_1mw91.universal-modal__button_1mw91 {
26
26
  background-color: var(--color-light-bg-primary-alpha-40);
27
27
  -webkit-backdrop-filter: blur(10px);
28
28
  backdrop-filter: blur(10px);
@@ -10,7 +10,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
10
10
 
11
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
12
12
 
13
- var styles = {"button":"universal-modal__button_1h1bo"};
13
+ var styles = {"button":"universal-modal__button_1mw91"};
14
14
  require('./cross-button.css')
15
15
 
16
16
  var CrossButtonDesktop = function (props) {
@@ -19,13 +19,13 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
19
19
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
20
20
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
21
21
 
22
- var styles = {"component":"universal-modal__component_1cqwr","overlayHidden":"universal-modal__overlayHidden_1cqwr","container":"universal-modal__container_1cqwr","verticalTop":"universal-modal__verticalTop_1cqwr","verticalBottom":"universal-modal__verticalBottom_1cqwr","marginTop-0":"universal-modal__marginTop-0_1cqwr","marginTop-1":"universal-modal__marginTop-1_1cqwr","marginTop-2":"universal-modal__marginTop-2_1cqwr","marginTop-3":"universal-modal__marginTop-3_1cqwr","marginTop-4":"universal-modal__marginTop-4_1cqwr","marginTop-5":"universal-modal__marginTop-5_1cqwr","marginTop-6":"universal-modal__marginTop-6_1cqwr","marginTop-7":"universal-modal__marginTop-7_1cqwr","marginTop-8":"universal-modal__marginTop-8_1cqwr","marginTop-9":"universal-modal__marginTop-9_1cqwr","marginTop-10":"universal-modal__marginTop-10_1cqwr","marginTop-11":"universal-modal__marginTop-11_1cqwr","marginTop-12":"universal-modal__marginTop-12_1cqwr","marginTop-13":"universal-modal__marginTop-13_1cqwr","marginTop-14":"universal-modal__marginTop-14_1cqwr","marginTop-15":"universal-modal__marginTop-15_1cqwr","marginTop-16":"universal-modal__marginTop-16_1cqwr","marginTop-17":"universal-modal__marginTop-17_1cqwr","marginTop-18":"universal-modal__marginTop-18_1cqwr","marginTop-19":"universal-modal__marginTop-19_1cqwr","marginTop-20":"universal-modal__marginTop-20_1cqwr","marginTop-21":"universal-modal__marginTop-21_1cqwr","marginTop-22":"universal-modal__marginTop-22_1cqwr","marginTop-23":"universal-modal__marginTop-23_1cqwr","marginTop-24":"universal-modal__marginTop-24_1cqwr","marginTop-25":"universal-modal__marginTop-25_1cqwr","marginTop-26":"universal-modal__marginTop-26_1cqwr","marginTop-27":"universal-modal__marginTop-27_1cqwr","marginTop-28":"universal-modal__marginTop-28_1cqwr","marginTop-29":"universal-modal__marginTop-29_1cqwr","marginTop-30":"universal-modal__marginTop-30_1cqwr","marginTop-31":"universal-modal__marginTop-31_1cqwr","marginTop-32":"universal-modal__marginTop-32_1cqwr","marginTop-33":"universal-modal__marginTop-33_1cqwr","marginTop-34":"universal-modal__marginTop-34_1cqwr","marginTop-35":"universal-modal__marginTop-35_1cqwr","marginTop-36":"universal-modal__marginTop-36_1cqwr","marginTop-37":"universal-modal__marginTop-37_1cqwr","marginTop-38":"universal-modal__marginTop-38_1cqwr","marginTop-39":"universal-modal__marginTop-39_1cqwr","marginTop-40":"universal-modal__marginTop-40_1cqwr","marginTop-41":"universal-modal__marginTop-41_1cqwr","marginTop-42":"universal-modal__marginTop-42_1cqwr","marginTop-43":"universal-modal__marginTop-43_1cqwr","marginTop-44":"universal-modal__marginTop-44_1cqwr","marginTop-45":"universal-modal__marginTop-45_1cqwr","marginTop-46":"universal-modal__marginTop-46_1cqwr","marginTop-47":"universal-modal__marginTop-47_1cqwr","marginTop-48":"universal-modal__marginTop-48_1cqwr","marginTop-49":"universal-modal__marginTop-49_1cqwr","marginTop-50":"universal-modal__marginTop-50_1cqwr","marginTop-51":"universal-modal__marginTop-51_1cqwr","marginTop-52":"universal-modal__marginTop-52_1cqwr","marginTop-53":"universal-modal__marginTop-53_1cqwr","marginTop-54":"universal-modal__marginTop-54_1cqwr","marginTop-55":"universal-modal__marginTop-55_1cqwr","marginTop-56":"universal-modal__marginTop-56_1cqwr","marginTop-57":"universal-modal__marginTop-57_1cqwr","marginTop-58":"universal-modal__marginTop-58_1cqwr","marginTop-59":"universal-modal__marginTop-59_1cqwr","marginTop-60":"universal-modal__marginTop-60_1cqwr","marginTop-61":"universal-modal__marginTop-61_1cqwr","marginTop-62":"universal-modal__marginTop-62_1cqwr","marginTop-63":"universal-modal__marginTop-63_1cqwr","marginTop-64":"universal-modal__marginTop-64_1cqwr","marginTop-65":"universal-modal__marginTop-65_1cqwr","marginTop-66":"universal-modal__marginTop-66_1cqwr","marginTop-67":"universal-modal__marginTop-67_1cqwr","marginTop-68":"universal-modal__marginTop-68_1cqwr","marginTop-69":"universal-modal__marginTop-69_1cqwr","marginTop-70":"universal-modal__marginTop-70_1cqwr","marginTop-71":"universal-modal__marginTop-71_1cqwr","marginTop-72":"universal-modal__marginTop-72_1cqwr","marginTop-73":"universal-modal__marginTop-73_1cqwr","marginTop-74":"universal-modal__marginTop-74_1cqwr","marginTop-75":"universal-modal__marginTop-75_1cqwr","marginTop-76":"universal-modal__marginTop-76_1cqwr","marginTop-77":"universal-modal__marginTop-77_1cqwr","marginTop-78":"universal-modal__marginTop-78_1cqwr","marginTop-79":"universal-modal__marginTop-79_1cqwr","marginTop-80":"universal-modal__marginTop-80_1cqwr","marginTop-81":"universal-modal__marginTop-81_1cqwr","marginTop-82":"universal-modal__marginTop-82_1cqwr","marginTop-83":"universal-modal__marginTop-83_1cqwr","marginTop-84":"universal-modal__marginTop-84_1cqwr","marginTop-85":"universal-modal__marginTop-85_1cqwr","marginTop-86":"universal-modal__marginTop-86_1cqwr","marginTop-87":"universal-modal__marginTop-87_1cqwr","marginTop-88":"universal-modal__marginTop-88_1cqwr","marginTop-89":"universal-modal__marginTop-89_1cqwr","marginTop-90":"universal-modal__marginTop-90_1cqwr","marginTop-91":"universal-modal__marginTop-91_1cqwr","marginTop-92":"universal-modal__marginTop-92_1cqwr","marginTop-93":"universal-modal__marginTop-93_1cqwr","marginTop-94":"universal-modal__marginTop-94_1cqwr","marginTop-95":"universal-modal__marginTop-95_1cqwr","marginTop-96":"universal-modal__marginTop-96_1cqwr","marginTop-97":"universal-modal__marginTop-97_1cqwr","marginTop-98":"universal-modal__marginTop-98_1cqwr","marginTop-99":"universal-modal__marginTop-99_1cqwr","marginTop-100":"universal-modal__marginTop-100_1cqwr","marginTop-101":"universal-modal__marginTop-101_1cqwr","marginTop-102":"universal-modal__marginTop-102_1cqwr","marginTop-103":"universal-modal__marginTop-103_1cqwr","marginTop-104":"universal-modal__marginTop-104_1cqwr","marginTop-105":"universal-modal__marginTop-105_1cqwr","marginTop-106":"universal-modal__marginTop-106_1cqwr","marginTop-107":"universal-modal__marginTop-107_1cqwr","marginTop-108":"universal-modal__marginTop-108_1cqwr","marginTop-109":"universal-modal__marginTop-109_1cqwr","marginTop-110":"universal-modal__marginTop-110_1cqwr","marginTop-111":"universal-modal__marginTop-111_1cqwr","marginTop-112":"universal-modal__marginTop-112_1cqwr","marginTop-113":"universal-modal__marginTop-113_1cqwr","marginTop-114":"universal-modal__marginTop-114_1cqwr","marginTop-115":"universal-modal__marginTop-115_1cqwr","marginTop-116":"universal-modal__marginTop-116_1cqwr","marginTop-117":"universal-modal__marginTop-117_1cqwr","marginTop-118":"universal-modal__marginTop-118_1cqwr","marginTop-119":"universal-modal__marginTop-119_1cqwr","marginTop-120":"universal-modal__marginTop-120_1cqwr","marginTop-121":"universal-modal__marginTop-121_1cqwr","marginTop-122":"universal-modal__marginTop-122_1cqwr","marginTop-123":"universal-modal__marginTop-123_1cqwr","marginTop-124":"universal-modal__marginTop-124_1cqwr","marginTop-125":"universal-modal__marginTop-125_1cqwr","marginTop-126":"universal-modal__marginTop-126_1cqwr","marginTop-127":"universal-modal__marginTop-127_1cqwr","marginTop-128":"universal-modal__marginTop-128_1cqwr","marginRight-0":"universal-modal__marginRight-0_1cqwr","marginRight-1":"universal-modal__marginRight-1_1cqwr","marginRight-2":"universal-modal__marginRight-2_1cqwr","marginRight-3":"universal-modal__marginRight-3_1cqwr","marginRight-4":"universal-modal__marginRight-4_1cqwr","marginRight-5":"universal-modal__marginRight-5_1cqwr","marginRight-6":"universal-modal__marginRight-6_1cqwr","marginRight-7":"universal-modal__marginRight-7_1cqwr","marginRight-8":"universal-modal__marginRight-8_1cqwr","marginRight-9":"universal-modal__marginRight-9_1cqwr","marginRight-10":"universal-modal__marginRight-10_1cqwr","marginRight-11":"universal-modal__marginRight-11_1cqwr","marginRight-12":"universal-modal__marginRight-12_1cqwr","marginRight-13":"universal-modal__marginRight-13_1cqwr","marginRight-14":"universal-modal__marginRight-14_1cqwr","marginRight-15":"universal-modal__marginRight-15_1cqwr","marginRight-16":"universal-modal__marginRight-16_1cqwr","marginRight-17":"universal-modal__marginRight-17_1cqwr","marginRight-18":"universal-modal__marginRight-18_1cqwr","marginRight-19":"universal-modal__marginRight-19_1cqwr","marginRight-20":"universal-modal__marginRight-20_1cqwr","marginRight-21":"universal-modal__marginRight-21_1cqwr","marginRight-22":"universal-modal__marginRight-22_1cqwr","marginRight-23":"universal-modal__marginRight-23_1cqwr","marginRight-24":"universal-modal__marginRight-24_1cqwr","marginRight-25":"universal-modal__marginRight-25_1cqwr","marginRight-26":"universal-modal__marginRight-26_1cqwr","marginRight-27":"universal-modal__marginRight-27_1cqwr","marginRight-28":"universal-modal__marginRight-28_1cqwr","marginRight-29":"universal-modal__marginRight-29_1cqwr","marginRight-30":"universal-modal__marginRight-30_1cqwr","marginRight-31":"universal-modal__marginRight-31_1cqwr","marginRight-32":"universal-modal__marginRight-32_1cqwr","marginRight-33":"universal-modal__marginRight-33_1cqwr","marginRight-34":"universal-modal__marginRight-34_1cqwr","marginRight-35":"universal-modal__marginRight-35_1cqwr","marginRight-36":"universal-modal__marginRight-36_1cqwr","marginRight-37":"universal-modal__marginRight-37_1cqwr","marginRight-38":"universal-modal__marginRight-38_1cqwr","marginRight-39":"universal-modal__marginRight-39_1cqwr","marginRight-40":"universal-modal__marginRight-40_1cqwr","marginRight-41":"universal-modal__marginRight-41_1cqwr","marginRight-42":"universal-modal__marginRight-42_1cqwr","marginRight-43":"universal-modal__marginRight-43_1cqwr","marginRight-44":"universal-modal__marginRight-44_1cqwr","marginRight-45":"universal-modal__marginRight-45_1cqwr","marginRight-46":"universal-modal__marginRight-46_1cqwr","marginRight-47":"universal-modal__marginRight-47_1cqwr","marginRight-48":"universal-modal__marginRight-48_1cqwr","marginRight-49":"universal-modal__marginRight-49_1cqwr","marginRight-50":"universal-modal__marginRight-50_1cqwr","marginRight-51":"universal-modal__marginRight-51_1cqwr","marginRight-52":"universal-modal__marginRight-52_1cqwr","marginRight-53":"universal-modal__marginRight-53_1cqwr","marginRight-54":"universal-modal__marginRight-54_1cqwr","marginRight-55":"universal-modal__marginRight-55_1cqwr","marginRight-56":"universal-modal__marginRight-56_1cqwr","marginRight-57":"universal-modal__marginRight-57_1cqwr","marginRight-58":"universal-modal__marginRight-58_1cqwr","marginRight-59":"universal-modal__marginRight-59_1cqwr","marginRight-60":"universal-modal__marginRight-60_1cqwr","marginRight-61":"universal-modal__marginRight-61_1cqwr","marginRight-62":"universal-modal__marginRight-62_1cqwr","marginRight-63":"universal-modal__marginRight-63_1cqwr","marginRight-64":"universal-modal__marginRight-64_1cqwr","marginRight-65":"universal-modal__marginRight-65_1cqwr","marginRight-66":"universal-modal__marginRight-66_1cqwr","marginRight-67":"universal-modal__marginRight-67_1cqwr","marginRight-68":"universal-modal__marginRight-68_1cqwr","marginRight-69":"universal-modal__marginRight-69_1cqwr","marginRight-70":"universal-modal__marginRight-70_1cqwr","marginRight-71":"universal-modal__marginRight-71_1cqwr","marginRight-72":"universal-modal__marginRight-72_1cqwr","marginRight-73":"universal-modal__marginRight-73_1cqwr","marginRight-74":"universal-modal__marginRight-74_1cqwr","marginRight-75":"universal-modal__marginRight-75_1cqwr","marginRight-76":"universal-modal__marginRight-76_1cqwr","marginRight-77":"universal-modal__marginRight-77_1cqwr","marginRight-78":"universal-modal__marginRight-78_1cqwr","marginRight-79":"universal-modal__marginRight-79_1cqwr","marginRight-80":"universal-modal__marginRight-80_1cqwr","marginRight-81":"universal-modal__marginRight-81_1cqwr","marginRight-82":"universal-modal__marginRight-82_1cqwr","marginRight-83":"universal-modal__marginRight-83_1cqwr","marginRight-84":"universal-modal__marginRight-84_1cqwr","marginRight-85":"universal-modal__marginRight-85_1cqwr","marginRight-86":"universal-modal__marginRight-86_1cqwr","marginRight-87":"universal-modal__marginRight-87_1cqwr","marginRight-88":"universal-modal__marginRight-88_1cqwr","marginRight-89":"universal-modal__marginRight-89_1cqwr","marginRight-90":"universal-modal__marginRight-90_1cqwr","marginRight-91":"universal-modal__marginRight-91_1cqwr","marginRight-92":"universal-modal__marginRight-92_1cqwr","marginRight-93":"universal-modal__marginRight-93_1cqwr","marginRight-94":"universal-modal__marginRight-94_1cqwr","marginRight-95":"universal-modal__marginRight-95_1cqwr","marginRight-96":"universal-modal__marginRight-96_1cqwr","marginRight-97":"universal-modal__marginRight-97_1cqwr","marginRight-98":"universal-modal__marginRight-98_1cqwr","marginRight-99":"universal-modal__marginRight-99_1cqwr","marginRight-100":"universal-modal__marginRight-100_1cqwr","marginRight-101":"universal-modal__marginRight-101_1cqwr","marginRight-102":"universal-modal__marginRight-102_1cqwr","marginRight-103":"universal-modal__marginRight-103_1cqwr","marginRight-104":"universal-modal__marginRight-104_1cqwr","marginRight-105":"universal-modal__marginRight-105_1cqwr","marginRight-106":"universal-modal__marginRight-106_1cqwr","marginRight-107":"universal-modal__marginRight-107_1cqwr","marginRight-108":"universal-modal__marginRight-108_1cqwr","marginRight-109":"universal-modal__marginRight-109_1cqwr","marginRight-110":"universal-modal__marginRight-110_1cqwr","marginRight-111":"universal-modal__marginRight-111_1cqwr","marginRight-112":"universal-modal__marginRight-112_1cqwr","marginRight-113":"universal-modal__marginRight-113_1cqwr","marginRight-114":"universal-modal__marginRight-114_1cqwr","marginRight-115":"universal-modal__marginRight-115_1cqwr","marginRight-116":"universal-modal__marginRight-116_1cqwr","marginRight-117":"universal-modal__marginRight-117_1cqwr","marginRight-118":"universal-modal__marginRight-118_1cqwr","marginRight-119":"universal-modal__marginRight-119_1cqwr","marginRight-120":"universal-modal__marginRight-120_1cqwr","marginRight-121":"universal-modal__marginRight-121_1cqwr","marginRight-122":"universal-modal__marginRight-122_1cqwr","marginRight-123":"universal-modal__marginRight-123_1cqwr","marginRight-124":"universal-modal__marginRight-124_1cqwr","marginRight-125":"universal-modal__marginRight-125_1cqwr","marginRight-126":"universal-modal__marginRight-126_1cqwr","marginRight-127":"universal-modal__marginRight-127_1cqwr","marginRight-128":"universal-modal__marginRight-128_1cqwr","marginBottom-0":"universal-modal__marginBottom-0_1cqwr","marginBottom-1":"universal-modal__marginBottom-1_1cqwr","marginBottom-2":"universal-modal__marginBottom-2_1cqwr","marginBottom-3":"universal-modal__marginBottom-3_1cqwr","marginBottom-4":"universal-modal__marginBottom-4_1cqwr","marginBottom-5":"universal-modal__marginBottom-5_1cqwr","marginBottom-6":"universal-modal__marginBottom-6_1cqwr","marginBottom-7":"universal-modal__marginBottom-7_1cqwr","marginBottom-8":"universal-modal__marginBottom-8_1cqwr","marginBottom-9":"universal-modal__marginBottom-9_1cqwr","marginBottom-10":"universal-modal__marginBottom-10_1cqwr","marginBottom-11":"universal-modal__marginBottom-11_1cqwr","marginBottom-12":"universal-modal__marginBottom-12_1cqwr","marginBottom-13":"universal-modal__marginBottom-13_1cqwr","marginBottom-14":"universal-modal__marginBottom-14_1cqwr","marginBottom-15":"universal-modal__marginBottom-15_1cqwr","marginBottom-16":"universal-modal__marginBottom-16_1cqwr","marginBottom-17":"universal-modal__marginBottom-17_1cqwr","marginBottom-18":"universal-modal__marginBottom-18_1cqwr","marginBottom-19":"universal-modal__marginBottom-19_1cqwr","marginBottom-20":"universal-modal__marginBottom-20_1cqwr","marginBottom-21":"universal-modal__marginBottom-21_1cqwr","marginBottom-22":"universal-modal__marginBottom-22_1cqwr","marginBottom-23":"universal-modal__marginBottom-23_1cqwr","marginBottom-24":"universal-modal__marginBottom-24_1cqwr","marginBottom-25":"universal-modal__marginBottom-25_1cqwr","marginBottom-26":"universal-modal__marginBottom-26_1cqwr","marginBottom-27":"universal-modal__marginBottom-27_1cqwr","marginBottom-28":"universal-modal__marginBottom-28_1cqwr","marginBottom-29":"universal-modal__marginBottom-29_1cqwr","marginBottom-30":"universal-modal__marginBottom-30_1cqwr","marginBottom-31":"universal-modal__marginBottom-31_1cqwr","marginBottom-32":"universal-modal__marginBottom-32_1cqwr","marginBottom-33":"universal-modal__marginBottom-33_1cqwr","marginBottom-34":"universal-modal__marginBottom-34_1cqwr","marginBottom-35":"universal-modal__marginBottom-35_1cqwr","marginBottom-36":"universal-modal__marginBottom-36_1cqwr","marginBottom-37":"universal-modal__marginBottom-37_1cqwr","marginBottom-38":"universal-modal__marginBottom-38_1cqwr","marginBottom-39":"universal-modal__marginBottom-39_1cqwr","marginBottom-40":"universal-modal__marginBottom-40_1cqwr","marginBottom-41":"universal-modal__marginBottom-41_1cqwr","marginBottom-42":"universal-modal__marginBottom-42_1cqwr","marginBottom-43":"universal-modal__marginBottom-43_1cqwr","marginBottom-44":"universal-modal__marginBottom-44_1cqwr","marginBottom-45":"universal-modal__marginBottom-45_1cqwr","marginBottom-46":"universal-modal__marginBottom-46_1cqwr","marginBottom-47":"universal-modal__marginBottom-47_1cqwr","marginBottom-48":"universal-modal__marginBottom-48_1cqwr","marginBottom-49":"universal-modal__marginBottom-49_1cqwr","marginBottom-50":"universal-modal__marginBottom-50_1cqwr","marginBottom-51":"universal-modal__marginBottom-51_1cqwr","marginBottom-52":"universal-modal__marginBottom-52_1cqwr","marginBottom-53":"universal-modal__marginBottom-53_1cqwr","marginBottom-54":"universal-modal__marginBottom-54_1cqwr","marginBottom-55":"universal-modal__marginBottom-55_1cqwr","marginBottom-56":"universal-modal__marginBottom-56_1cqwr","marginBottom-57":"universal-modal__marginBottom-57_1cqwr","marginBottom-58":"universal-modal__marginBottom-58_1cqwr","marginBottom-59":"universal-modal__marginBottom-59_1cqwr","marginBottom-60":"universal-modal__marginBottom-60_1cqwr","marginBottom-61":"universal-modal__marginBottom-61_1cqwr","marginBottom-62":"universal-modal__marginBottom-62_1cqwr","marginBottom-63":"universal-modal__marginBottom-63_1cqwr","marginBottom-64":"universal-modal__marginBottom-64_1cqwr","marginBottom-65":"universal-modal__marginBottom-65_1cqwr","marginBottom-66":"universal-modal__marginBottom-66_1cqwr","marginBottom-67":"universal-modal__marginBottom-67_1cqwr","marginBottom-68":"universal-modal__marginBottom-68_1cqwr","marginBottom-69":"universal-modal__marginBottom-69_1cqwr","marginBottom-70":"universal-modal__marginBottom-70_1cqwr","marginBottom-71":"universal-modal__marginBottom-71_1cqwr","marginBottom-72":"universal-modal__marginBottom-72_1cqwr","marginBottom-73":"universal-modal__marginBottom-73_1cqwr","marginBottom-74":"universal-modal__marginBottom-74_1cqwr","marginBottom-75":"universal-modal__marginBottom-75_1cqwr","marginBottom-76":"universal-modal__marginBottom-76_1cqwr","marginBottom-77":"universal-modal__marginBottom-77_1cqwr","marginBottom-78":"universal-modal__marginBottom-78_1cqwr","marginBottom-79":"universal-modal__marginBottom-79_1cqwr","marginBottom-80":"universal-modal__marginBottom-80_1cqwr","marginBottom-81":"universal-modal__marginBottom-81_1cqwr","marginBottom-82":"universal-modal__marginBottom-82_1cqwr","marginBottom-83":"universal-modal__marginBottom-83_1cqwr","marginBottom-84":"universal-modal__marginBottom-84_1cqwr","marginBottom-85":"universal-modal__marginBottom-85_1cqwr","marginBottom-86":"universal-modal__marginBottom-86_1cqwr","marginBottom-87":"universal-modal__marginBottom-87_1cqwr","marginBottom-88":"universal-modal__marginBottom-88_1cqwr","marginBottom-89":"universal-modal__marginBottom-89_1cqwr","marginBottom-90":"universal-modal__marginBottom-90_1cqwr","marginBottom-91":"universal-modal__marginBottom-91_1cqwr","marginBottom-92":"universal-modal__marginBottom-92_1cqwr","marginBottom-93":"universal-modal__marginBottom-93_1cqwr","marginBottom-94":"universal-modal__marginBottom-94_1cqwr","marginBottom-95":"universal-modal__marginBottom-95_1cqwr","marginBottom-96":"universal-modal__marginBottom-96_1cqwr","marginBottom-97":"universal-modal__marginBottom-97_1cqwr","marginBottom-98":"universal-modal__marginBottom-98_1cqwr","marginBottom-99":"universal-modal__marginBottom-99_1cqwr","marginBottom-100":"universal-modal__marginBottom-100_1cqwr","marginBottom-101":"universal-modal__marginBottom-101_1cqwr","marginBottom-102":"universal-modal__marginBottom-102_1cqwr","marginBottom-103":"universal-modal__marginBottom-103_1cqwr","marginBottom-104":"universal-modal__marginBottom-104_1cqwr","marginBottom-105":"universal-modal__marginBottom-105_1cqwr","marginBottom-106":"universal-modal__marginBottom-106_1cqwr","marginBottom-107":"universal-modal__marginBottom-107_1cqwr","marginBottom-108":"universal-modal__marginBottom-108_1cqwr","marginBottom-109":"universal-modal__marginBottom-109_1cqwr","marginBottom-110":"universal-modal__marginBottom-110_1cqwr","marginBottom-111":"universal-modal__marginBottom-111_1cqwr","marginBottom-112":"universal-modal__marginBottom-112_1cqwr","marginBottom-113":"universal-modal__marginBottom-113_1cqwr","marginBottom-114":"universal-modal__marginBottom-114_1cqwr","marginBottom-115":"universal-modal__marginBottom-115_1cqwr","marginBottom-116":"universal-modal__marginBottom-116_1cqwr","marginBottom-117":"universal-modal__marginBottom-117_1cqwr","marginBottom-118":"universal-modal__marginBottom-118_1cqwr","marginBottom-119":"universal-modal__marginBottom-119_1cqwr","marginBottom-120":"universal-modal__marginBottom-120_1cqwr","marginBottom-121":"universal-modal__marginBottom-121_1cqwr","marginBottom-122":"universal-modal__marginBottom-122_1cqwr","marginBottom-123":"universal-modal__marginBottom-123_1cqwr","marginBottom-124":"universal-modal__marginBottom-124_1cqwr","marginBottom-125":"universal-modal__marginBottom-125_1cqwr","marginBottom-126":"universal-modal__marginBottom-126_1cqwr","marginBottom-127":"universal-modal__marginBottom-127_1cqwr","marginBottom-128":"universal-modal__marginBottom-128_1cqwr","marginLeft-0":"universal-modal__marginLeft-0_1cqwr","marginLeft-1":"universal-modal__marginLeft-1_1cqwr","marginLeft-2":"universal-modal__marginLeft-2_1cqwr","marginLeft-3":"universal-modal__marginLeft-3_1cqwr","marginLeft-4":"universal-modal__marginLeft-4_1cqwr","marginLeft-5":"universal-modal__marginLeft-5_1cqwr","marginLeft-6":"universal-modal__marginLeft-6_1cqwr","marginLeft-7":"universal-modal__marginLeft-7_1cqwr","marginLeft-8":"universal-modal__marginLeft-8_1cqwr","marginLeft-9":"universal-modal__marginLeft-9_1cqwr","marginLeft-10":"universal-modal__marginLeft-10_1cqwr","marginLeft-11":"universal-modal__marginLeft-11_1cqwr","marginLeft-12":"universal-modal__marginLeft-12_1cqwr","marginLeft-13":"universal-modal__marginLeft-13_1cqwr","marginLeft-14":"universal-modal__marginLeft-14_1cqwr","marginLeft-15":"universal-modal__marginLeft-15_1cqwr","marginLeft-16":"universal-modal__marginLeft-16_1cqwr","marginLeft-17":"universal-modal__marginLeft-17_1cqwr","marginLeft-18":"universal-modal__marginLeft-18_1cqwr","marginLeft-19":"universal-modal__marginLeft-19_1cqwr","marginLeft-20":"universal-modal__marginLeft-20_1cqwr","marginLeft-21":"universal-modal__marginLeft-21_1cqwr","marginLeft-22":"universal-modal__marginLeft-22_1cqwr","marginLeft-23":"universal-modal__marginLeft-23_1cqwr","marginLeft-24":"universal-modal__marginLeft-24_1cqwr","marginLeft-25":"universal-modal__marginLeft-25_1cqwr","marginLeft-26":"universal-modal__marginLeft-26_1cqwr","marginLeft-27":"universal-modal__marginLeft-27_1cqwr","marginLeft-28":"universal-modal__marginLeft-28_1cqwr","marginLeft-29":"universal-modal__marginLeft-29_1cqwr","marginLeft-30":"universal-modal__marginLeft-30_1cqwr","marginLeft-31":"universal-modal__marginLeft-31_1cqwr","marginLeft-32":"universal-modal__marginLeft-32_1cqwr","marginLeft-33":"universal-modal__marginLeft-33_1cqwr","marginLeft-34":"universal-modal__marginLeft-34_1cqwr","marginLeft-35":"universal-modal__marginLeft-35_1cqwr","marginLeft-36":"universal-modal__marginLeft-36_1cqwr","marginLeft-37":"universal-modal__marginLeft-37_1cqwr","marginLeft-38":"universal-modal__marginLeft-38_1cqwr","marginLeft-39":"universal-modal__marginLeft-39_1cqwr","marginLeft-40":"universal-modal__marginLeft-40_1cqwr","marginLeft-41":"universal-modal__marginLeft-41_1cqwr","marginLeft-42":"universal-modal__marginLeft-42_1cqwr","marginLeft-43":"universal-modal__marginLeft-43_1cqwr","marginLeft-44":"universal-modal__marginLeft-44_1cqwr","marginLeft-45":"universal-modal__marginLeft-45_1cqwr","marginLeft-46":"universal-modal__marginLeft-46_1cqwr","marginLeft-47":"universal-modal__marginLeft-47_1cqwr","marginLeft-48":"universal-modal__marginLeft-48_1cqwr","marginLeft-49":"universal-modal__marginLeft-49_1cqwr","marginLeft-50":"universal-modal__marginLeft-50_1cqwr","marginLeft-51":"universal-modal__marginLeft-51_1cqwr","marginLeft-52":"universal-modal__marginLeft-52_1cqwr","marginLeft-53":"universal-modal__marginLeft-53_1cqwr","marginLeft-54":"universal-modal__marginLeft-54_1cqwr","marginLeft-55":"universal-modal__marginLeft-55_1cqwr","marginLeft-56":"universal-modal__marginLeft-56_1cqwr","marginLeft-57":"universal-modal__marginLeft-57_1cqwr","marginLeft-58":"universal-modal__marginLeft-58_1cqwr","marginLeft-59":"universal-modal__marginLeft-59_1cqwr","marginLeft-60":"universal-modal__marginLeft-60_1cqwr","marginLeft-61":"universal-modal__marginLeft-61_1cqwr","marginLeft-62":"universal-modal__marginLeft-62_1cqwr","marginLeft-63":"universal-modal__marginLeft-63_1cqwr","marginLeft-64":"universal-modal__marginLeft-64_1cqwr","marginLeft-65":"universal-modal__marginLeft-65_1cqwr","marginLeft-66":"universal-modal__marginLeft-66_1cqwr","marginLeft-67":"universal-modal__marginLeft-67_1cqwr","marginLeft-68":"universal-modal__marginLeft-68_1cqwr","marginLeft-69":"universal-modal__marginLeft-69_1cqwr","marginLeft-70":"universal-modal__marginLeft-70_1cqwr","marginLeft-71":"universal-modal__marginLeft-71_1cqwr","marginLeft-72":"universal-modal__marginLeft-72_1cqwr","marginLeft-73":"universal-modal__marginLeft-73_1cqwr","marginLeft-74":"universal-modal__marginLeft-74_1cqwr","marginLeft-75":"universal-modal__marginLeft-75_1cqwr","marginLeft-76":"universal-modal__marginLeft-76_1cqwr","marginLeft-77":"universal-modal__marginLeft-77_1cqwr","marginLeft-78":"universal-modal__marginLeft-78_1cqwr","marginLeft-79":"universal-modal__marginLeft-79_1cqwr","marginLeft-80":"universal-modal__marginLeft-80_1cqwr","marginLeft-81":"universal-modal__marginLeft-81_1cqwr","marginLeft-82":"universal-modal__marginLeft-82_1cqwr","marginLeft-83":"universal-modal__marginLeft-83_1cqwr","marginLeft-84":"universal-modal__marginLeft-84_1cqwr","marginLeft-85":"universal-modal__marginLeft-85_1cqwr","marginLeft-86":"universal-modal__marginLeft-86_1cqwr","marginLeft-87":"universal-modal__marginLeft-87_1cqwr","marginLeft-88":"universal-modal__marginLeft-88_1cqwr","marginLeft-89":"universal-modal__marginLeft-89_1cqwr","marginLeft-90":"universal-modal__marginLeft-90_1cqwr","marginLeft-91":"universal-modal__marginLeft-91_1cqwr","marginLeft-92":"universal-modal__marginLeft-92_1cqwr","marginLeft-93":"universal-modal__marginLeft-93_1cqwr","marginLeft-94":"universal-modal__marginLeft-94_1cqwr","marginLeft-95":"universal-modal__marginLeft-95_1cqwr","marginLeft-96":"universal-modal__marginLeft-96_1cqwr","marginLeft-97":"universal-modal__marginLeft-97_1cqwr","marginLeft-98":"universal-modal__marginLeft-98_1cqwr","marginLeft-99":"universal-modal__marginLeft-99_1cqwr","marginLeft-100":"universal-modal__marginLeft-100_1cqwr","marginLeft-101":"universal-modal__marginLeft-101_1cqwr","marginLeft-102":"universal-modal__marginLeft-102_1cqwr","marginLeft-103":"universal-modal__marginLeft-103_1cqwr","marginLeft-104":"universal-modal__marginLeft-104_1cqwr","marginLeft-105":"universal-modal__marginLeft-105_1cqwr","marginLeft-106":"universal-modal__marginLeft-106_1cqwr","marginLeft-107":"universal-modal__marginLeft-107_1cqwr","marginLeft-108":"universal-modal__marginLeft-108_1cqwr","marginLeft-109":"universal-modal__marginLeft-109_1cqwr","marginLeft-110":"universal-modal__marginLeft-110_1cqwr","marginLeft-111":"universal-modal__marginLeft-111_1cqwr","marginLeft-112":"universal-modal__marginLeft-112_1cqwr","marginLeft-113":"universal-modal__marginLeft-113_1cqwr","marginLeft-114":"universal-modal__marginLeft-114_1cqwr","marginLeft-115":"universal-modal__marginLeft-115_1cqwr","marginLeft-116":"universal-modal__marginLeft-116_1cqwr","marginLeft-117":"universal-modal__marginLeft-117_1cqwr","marginLeft-118":"universal-modal__marginLeft-118_1cqwr","marginLeft-119":"universal-modal__marginLeft-119_1cqwr","marginLeft-120":"universal-modal__marginLeft-120_1cqwr","marginLeft-121":"universal-modal__marginLeft-121_1cqwr","marginLeft-122":"universal-modal__marginLeft-122_1cqwr","marginLeft-123":"universal-modal__marginLeft-123_1cqwr","marginLeft-124":"universal-modal__marginLeft-124_1cqwr","marginLeft-125":"universal-modal__marginLeft-125_1cqwr","marginLeft-126":"universal-modal__marginLeft-126_1cqwr","marginLeft-127":"universal-modal__marginLeft-127_1cqwr","marginLeft-128":"universal-modal__marginLeft-128_1cqwr"};
22
+ var styles = {"component":"universal-modal__component_1magw","overlayHidden":"universal-modal__overlayHidden_1magw","container":"universal-modal__container_1magw","verticalTop":"universal-modal__verticalTop_1magw","verticalBottom":"universal-modal__verticalBottom_1magw","marginTop-0":"universal-modal__marginTop-0_1magw","marginTop-1":"universal-modal__marginTop-1_1magw","marginTop-2":"universal-modal__marginTop-2_1magw","marginTop-3":"universal-modal__marginTop-3_1magw","marginTop-4":"universal-modal__marginTop-4_1magw","marginTop-5":"universal-modal__marginTop-5_1magw","marginTop-6":"universal-modal__marginTop-6_1magw","marginTop-7":"universal-modal__marginTop-7_1magw","marginTop-8":"universal-modal__marginTop-8_1magw","marginTop-9":"universal-modal__marginTop-9_1magw","marginTop-10":"universal-modal__marginTop-10_1magw","marginTop-11":"universal-modal__marginTop-11_1magw","marginTop-12":"universal-modal__marginTop-12_1magw","marginTop-13":"universal-modal__marginTop-13_1magw","marginTop-14":"universal-modal__marginTop-14_1magw","marginTop-15":"universal-modal__marginTop-15_1magw","marginTop-16":"universal-modal__marginTop-16_1magw","marginTop-17":"universal-modal__marginTop-17_1magw","marginTop-18":"universal-modal__marginTop-18_1magw","marginTop-19":"universal-modal__marginTop-19_1magw","marginTop-20":"universal-modal__marginTop-20_1magw","marginTop-21":"universal-modal__marginTop-21_1magw","marginTop-22":"universal-modal__marginTop-22_1magw","marginTop-23":"universal-modal__marginTop-23_1magw","marginTop-24":"universal-modal__marginTop-24_1magw","marginTop-25":"universal-modal__marginTop-25_1magw","marginTop-26":"universal-modal__marginTop-26_1magw","marginTop-27":"universal-modal__marginTop-27_1magw","marginTop-28":"universal-modal__marginTop-28_1magw","marginTop-29":"universal-modal__marginTop-29_1magw","marginTop-30":"universal-modal__marginTop-30_1magw","marginTop-31":"universal-modal__marginTop-31_1magw","marginTop-32":"universal-modal__marginTop-32_1magw","marginTop-33":"universal-modal__marginTop-33_1magw","marginTop-34":"universal-modal__marginTop-34_1magw","marginTop-35":"universal-modal__marginTop-35_1magw","marginTop-36":"universal-modal__marginTop-36_1magw","marginTop-37":"universal-modal__marginTop-37_1magw","marginTop-38":"universal-modal__marginTop-38_1magw","marginTop-39":"universal-modal__marginTop-39_1magw","marginTop-40":"universal-modal__marginTop-40_1magw","marginTop-41":"universal-modal__marginTop-41_1magw","marginTop-42":"universal-modal__marginTop-42_1magw","marginTop-43":"universal-modal__marginTop-43_1magw","marginTop-44":"universal-modal__marginTop-44_1magw","marginTop-45":"universal-modal__marginTop-45_1magw","marginTop-46":"universal-modal__marginTop-46_1magw","marginTop-47":"universal-modal__marginTop-47_1magw","marginTop-48":"universal-modal__marginTop-48_1magw","marginTop-49":"universal-modal__marginTop-49_1magw","marginTop-50":"universal-modal__marginTop-50_1magw","marginTop-51":"universal-modal__marginTop-51_1magw","marginTop-52":"universal-modal__marginTop-52_1magw","marginTop-53":"universal-modal__marginTop-53_1magw","marginTop-54":"universal-modal__marginTop-54_1magw","marginTop-55":"universal-modal__marginTop-55_1magw","marginTop-56":"universal-modal__marginTop-56_1magw","marginTop-57":"universal-modal__marginTop-57_1magw","marginTop-58":"universal-modal__marginTop-58_1magw","marginTop-59":"universal-modal__marginTop-59_1magw","marginTop-60":"universal-modal__marginTop-60_1magw","marginTop-61":"universal-modal__marginTop-61_1magw","marginTop-62":"universal-modal__marginTop-62_1magw","marginTop-63":"universal-modal__marginTop-63_1magw","marginTop-64":"universal-modal__marginTop-64_1magw","marginTop-65":"universal-modal__marginTop-65_1magw","marginTop-66":"universal-modal__marginTop-66_1magw","marginTop-67":"universal-modal__marginTop-67_1magw","marginTop-68":"universal-modal__marginTop-68_1magw","marginTop-69":"universal-modal__marginTop-69_1magw","marginTop-70":"universal-modal__marginTop-70_1magw","marginTop-71":"universal-modal__marginTop-71_1magw","marginTop-72":"universal-modal__marginTop-72_1magw","marginTop-73":"universal-modal__marginTop-73_1magw","marginTop-74":"universal-modal__marginTop-74_1magw","marginTop-75":"universal-modal__marginTop-75_1magw","marginTop-76":"universal-modal__marginTop-76_1magw","marginTop-77":"universal-modal__marginTop-77_1magw","marginTop-78":"universal-modal__marginTop-78_1magw","marginTop-79":"universal-modal__marginTop-79_1magw","marginTop-80":"universal-modal__marginTop-80_1magw","marginTop-81":"universal-modal__marginTop-81_1magw","marginTop-82":"universal-modal__marginTop-82_1magw","marginTop-83":"universal-modal__marginTop-83_1magw","marginTop-84":"universal-modal__marginTop-84_1magw","marginTop-85":"universal-modal__marginTop-85_1magw","marginTop-86":"universal-modal__marginTop-86_1magw","marginTop-87":"universal-modal__marginTop-87_1magw","marginTop-88":"universal-modal__marginTop-88_1magw","marginTop-89":"universal-modal__marginTop-89_1magw","marginTop-90":"universal-modal__marginTop-90_1magw","marginTop-91":"universal-modal__marginTop-91_1magw","marginTop-92":"universal-modal__marginTop-92_1magw","marginTop-93":"universal-modal__marginTop-93_1magw","marginTop-94":"universal-modal__marginTop-94_1magw","marginTop-95":"universal-modal__marginTop-95_1magw","marginTop-96":"universal-modal__marginTop-96_1magw","marginTop-97":"universal-modal__marginTop-97_1magw","marginTop-98":"universal-modal__marginTop-98_1magw","marginTop-99":"universal-modal__marginTop-99_1magw","marginTop-100":"universal-modal__marginTop-100_1magw","marginTop-101":"universal-modal__marginTop-101_1magw","marginTop-102":"universal-modal__marginTop-102_1magw","marginTop-103":"universal-modal__marginTop-103_1magw","marginTop-104":"universal-modal__marginTop-104_1magw","marginTop-105":"universal-modal__marginTop-105_1magw","marginTop-106":"universal-modal__marginTop-106_1magw","marginTop-107":"universal-modal__marginTop-107_1magw","marginTop-108":"universal-modal__marginTop-108_1magw","marginTop-109":"universal-modal__marginTop-109_1magw","marginTop-110":"universal-modal__marginTop-110_1magw","marginTop-111":"universal-modal__marginTop-111_1magw","marginTop-112":"universal-modal__marginTop-112_1magw","marginTop-113":"universal-modal__marginTop-113_1magw","marginTop-114":"universal-modal__marginTop-114_1magw","marginTop-115":"universal-modal__marginTop-115_1magw","marginTop-116":"universal-modal__marginTop-116_1magw","marginTop-117":"universal-modal__marginTop-117_1magw","marginTop-118":"universal-modal__marginTop-118_1magw","marginTop-119":"universal-modal__marginTop-119_1magw","marginTop-120":"universal-modal__marginTop-120_1magw","marginTop-121":"universal-modal__marginTop-121_1magw","marginTop-122":"universal-modal__marginTop-122_1magw","marginTop-123":"universal-modal__marginTop-123_1magw","marginTop-124":"universal-modal__marginTop-124_1magw","marginTop-125":"universal-modal__marginTop-125_1magw","marginTop-126":"universal-modal__marginTop-126_1magw","marginTop-127":"universal-modal__marginTop-127_1magw","marginTop-128":"universal-modal__marginTop-128_1magw","marginRight-0":"universal-modal__marginRight-0_1magw","marginRight-1":"universal-modal__marginRight-1_1magw","marginRight-2":"universal-modal__marginRight-2_1magw","marginRight-3":"universal-modal__marginRight-3_1magw","marginRight-4":"universal-modal__marginRight-4_1magw","marginRight-5":"universal-modal__marginRight-5_1magw","marginRight-6":"universal-modal__marginRight-6_1magw","marginRight-7":"universal-modal__marginRight-7_1magw","marginRight-8":"universal-modal__marginRight-8_1magw","marginRight-9":"universal-modal__marginRight-9_1magw","marginRight-10":"universal-modal__marginRight-10_1magw","marginRight-11":"universal-modal__marginRight-11_1magw","marginRight-12":"universal-modal__marginRight-12_1magw","marginRight-13":"universal-modal__marginRight-13_1magw","marginRight-14":"universal-modal__marginRight-14_1magw","marginRight-15":"universal-modal__marginRight-15_1magw","marginRight-16":"universal-modal__marginRight-16_1magw","marginRight-17":"universal-modal__marginRight-17_1magw","marginRight-18":"universal-modal__marginRight-18_1magw","marginRight-19":"universal-modal__marginRight-19_1magw","marginRight-20":"universal-modal__marginRight-20_1magw","marginRight-21":"universal-modal__marginRight-21_1magw","marginRight-22":"universal-modal__marginRight-22_1magw","marginRight-23":"universal-modal__marginRight-23_1magw","marginRight-24":"universal-modal__marginRight-24_1magw","marginRight-25":"universal-modal__marginRight-25_1magw","marginRight-26":"universal-modal__marginRight-26_1magw","marginRight-27":"universal-modal__marginRight-27_1magw","marginRight-28":"universal-modal__marginRight-28_1magw","marginRight-29":"universal-modal__marginRight-29_1magw","marginRight-30":"universal-modal__marginRight-30_1magw","marginRight-31":"universal-modal__marginRight-31_1magw","marginRight-32":"universal-modal__marginRight-32_1magw","marginRight-33":"universal-modal__marginRight-33_1magw","marginRight-34":"universal-modal__marginRight-34_1magw","marginRight-35":"universal-modal__marginRight-35_1magw","marginRight-36":"universal-modal__marginRight-36_1magw","marginRight-37":"universal-modal__marginRight-37_1magw","marginRight-38":"universal-modal__marginRight-38_1magw","marginRight-39":"universal-modal__marginRight-39_1magw","marginRight-40":"universal-modal__marginRight-40_1magw","marginRight-41":"universal-modal__marginRight-41_1magw","marginRight-42":"universal-modal__marginRight-42_1magw","marginRight-43":"universal-modal__marginRight-43_1magw","marginRight-44":"universal-modal__marginRight-44_1magw","marginRight-45":"universal-modal__marginRight-45_1magw","marginRight-46":"universal-modal__marginRight-46_1magw","marginRight-47":"universal-modal__marginRight-47_1magw","marginRight-48":"universal-modal__marginRight-48_1magw","marginRight-49":"universal-modal__marginRight-49_1magw","marginRight-50":"universal-modal__marginRight-50_1magw","marginRight-51":"universal-modal__marginRight-51_1magw","marginRight-52":"universal-modal__marginRight-52_1magw","marginRight-53":"universal-modal__marginRight-53_1magw","marginRight-54":"universal-modal__marginRight-54_1magw","marginRight-55":"universal-modal__marginRight-55_1magw","marginRight-56":"universal-modal__marginRight-56_1magw","marginRight-57":"universal-modal__marginRight-57_1magw","marginRight-58":"universal-modal__marginRight-58_1magw","marginRight-59":"universal-modal__marginRight-59_1magw","marginRight-60":"universal-modal__marginRight-60_1magw","marginRight-61":"universal-modal__marginRight-61_1magw","marginRight-62":"universal-modal__marginRight-62_1magw","marginRight-63":"universal-modal__marginRight-63_1magw","marginRight-64":"universal-modal__marginRight-64_1magw","marginRight-65":"universal-modal__marginRight-65_1magw","marginRight-66":"universal-modal__marginRight-66_1magw","marginRight-67":"universal-modal__marginRight-67_1magw","marginRight-68":"universal-modal__marginRight-68_1magw","marginRight-69":"universal-modal__marginRight-69_1magw","marginRight-70":"universal-modal__marginRight-70_1magw","marginRight-71":"universal-modal__marginRight-71_1magw","marginRight-72":"universal-modal__marginRight-72_1magw","marginRight-73":"universal-modal__marginRight-73_1magw","marginRight-74":"universal-modal__marginRight-74_1magw","marginRight-75":"universal-modal__marginRight-75_1magw","marginRight-76":"universal-modal__marginRight-76_1magw","marginRight-77":"universal-modal__marginRight-77_1magw","marginRight-78":"universal-modal__marginRight-78_1magw","marginRight-79":"universal-modal__marginRight-79_1magw","marginRight-80":"universal-modal__marginRight-80_1magw","marginRight-81":"universal-modal__marginRight-81_1magw","marginRight-82":"universal-modal__marginRight-82_1magw","marginRight-83":"universal-modal__marginRight-83_1magw","marginRight-84":"universal-modal__marginRight-84_1magw","marginRight-85":"universal-modal__marginRight-85_1magw","marginRight-86":"universal-modal__marginRight-86_1magw","marginRight-87":"universal-modal__marginRight-87_1magw","marginRight-88":"universal-modal__marginRight-88_1magw","marginRight-89":"universal-modal__marginRight-89_1magw","marginRight-90":"universal-modal__marginRight-90_1magw","marginRight-91":"universal-modal__marginRight-91_1magw","marginRight-92":"universal-modal__marginRight-92_1magw","marginRight-93":"universal-modal__marginRight-93_1magw","marginRight-94":"universal-modal__marginRight-94_1magw","marginRight-95":"universal-modal__marginRight-95_1magw","marginRight-96":"universal-modal__marginRight-96_1magw","marginRight-97":"universal-modal__marginRight-97_1magw","marginRight-98":"universal-modal__marginRight-98_1magw","marginRight-99":"universal-modal__marginRight-99_1magw","marginRight-100":"universal-modal__marginRight-100_1magw","marginRight-101":"universal-modal__marginRight-101_1magw","marginRight-102":"universal-modal__marginRight-102_1magw","marginRight-103":"universal-modal__marginRight-103_1magw","marginRight-104":"universal-modal__marginRight-104_1magw","marginRight-105":"universal-modal__marginRight-105_1magw","marginRight-106":"universal-modal__marginRight-106_1magw","marginRight-107":"universal-modal__marginRight-107_1magw","marginRight-108":"universal-modal__marginRight-108_1magw","marginRight-109":"universal-modal__marginRight-109_1magw","marginRight-110":"universal-modal__marginRight-110_1magw","marginRight-111":"universal-modal__marginRight-111_1magw","marginRight-112":"universal-modal__marginRight-112_1magw","marginRight-113":"universal-modal__marginRight-113_1magw","marginRight-114":"universal-modal__marginRight-114_1magw","marginRight-115":"universal-modal__marginRight-115_1magw","marginRight-116":"universal-modal__marginRight-116_1magw","marginRight-117":"universal-modal__marginRight-117_1magw","marginRight-118":"universal-modal__marginRight-118_1magw","marginRight-119":"universal-modal__marginRight-119_1magw","marginRight-120":"universal-modal__marginRight-120_1magw","marginRight-121":"universal-modal__marginRight-121_1magw","marginRight-122":"universal-modal__marginRight-122_1magw","marginRight-123":"universal-modal__marginRight-123_1magw","marginRight-124":"universal-modal__marginRight-124_1magw","marginRight-125":"universal-modal__marginRight-125_1magw","marginRight-126":"universal-modal__marginRight-126_1magw","marginRight-127":"universal-modal__marginRight-127_1magw","marginRight-128":"universal-modal__marginRight-128_1magw","marginBottom-0":"universal-modal__marginBottom-0_1magw","marginBottom-1":"universal-modal__marginBottom-1_1magw","marginBottom-2":"universal-modal__marginBottom-2_1magw","marginBottom-3":"universal-modal__marginBottom-3_1magw","marginBottom-4":"universal-modal__marginBottom-4_1magw","marginBottom-5":"universal-modal__marginBottom-5_1magw","marginBottom-6":"universal-modal__marginBottom-6_1magw","marginBottom-7":"universal-modal__marginBottom-7_1magw","marginBottom-8":"universal-modal__marginBottom-8_1magw","marginBottom-9":"universal-modal__marginBottom-9_1magw","marginBottom-10":"universal-modal__marginBottom-10_1magw","marginBottom-11":"universal-modal__marginBottom-11_1magw","marginBottom-12":"universal-modal__marginBottom-12_1magw","marginBottom-13":"universal-modal__marginBottom-13_1magw","marginBottom-14":"universal-modal__marginBottom-14_1magw","marginBottom-15":"universal-modal__marginBottom-15_1magw","marginBottom-16":"universal-modal__marginBottom-16_1magw","marginBottom-17":"universal-modal__marginBottom-17_1magw","marginBottom-18":"universal-modal__marginBottom-18_1magw","marginBottom-19":"universal-modal__marginBottom-19_1magw","marginBottom-20":"universal-modal__marginBottom-20_1magw","marginBottom-21":"universal-modal__marginBottom-21_1magw","marginBottom-22":"universal-modal__marginBottom-22_1magw","marginBottom-23":"universal-modal__marginBottom-23_1magw","marginBottom-24":"universal-modal__marginBottom-24_1magw","marginBottom-25":"universal-modal__marginBottom-25_1magw","marginBottom-26":"universal-modal__marginBottom-26_1magw","marginBottom-27":"universal-modal__marginBottom-27_1magw","marginBottom-28":"universal-modal__marginBottom-28_1magw","marginBottom-29":"universal-modal__marginBottom-29_1magw","marginBottom-30":"universal-modal__marginBottom-30_1magw","marginBottom-31":"universal-modal__marginBottom-31_1magw","marginBottom-32":"universal-modal__marginBottom-32_1magw","marginBottom-33":"universal-modal__marginBottom-33_1magw","marginBottom-34":"universal-modal__marginBottom-34_1magw","marginBottom-35":"universal-modal__marginBottom-35_1magw","marginBottom-36":"universal-modal__marginBottom-36_1magw","marginBottom-37":"universal-modal__marginBottom-37_1magw","marginBottom-38":"universal-modal__marginBottom-38_1magw","marginBottom-39":"universal-modal__marginBottom-39_1magw","marginBottom-40":"universal-modal__marginBottom-40_1magw","marginBottom-41":"universal-modal__marginBottom-41_1magw","marginBottom-42":"universal-modal__marginBottom-42_1magw","marginBottom-43":"universal-modal__marginBottom-43_1magw","marginBottom-44":"universal-modal__marginBottom-44_1magw","marginBottom-45":"universal-modal__marginBottom-45_1magw","marginBottom-46":"universal-modal__marginBottom-46_1magw","marginBottom-47":"universal-modal__marginBottom-47_1magw","marginBottom-48":"universal-modal__marginBottom-48_1magw","marginBottom-49":"universal-modal__marginBottom-49_1magw","marginBottom-50":"universal-modal__marginBottom-50_1magw","marginBottom-51":"universal-modal__marginBottom-51_1magw","marginBottom-52":"universal-modal__marginBottom-52_1magw","marginBottom-53":"universal-modal__marginBottom-53_1magw","marginBottom-54":"universal-modal__marginBottom-54_1magw","marginBottom-55":"universal-modal__marginBottom-55_1magw","marginBottom-56":"universal-modal__marginBottom-56_1magw","marginBottom-57":"universal-modal__marginBottom-57_1magw","marginBottom-58":"universal-modal__marginBottom-58_1magw","marginBottom-59":"universal-modal__marginBottom-59_1magw","marginBottom-60":"universal-modal__marginBottom-60_1magw","marginBottom-61":"universal-modal__marginBottom-61_1magw","marginBottom-62":"universal-modal__marginBottom-62_1magw","marginBottom-63":"universal-modal__marginBottom-63_1magw","marginBottom-64":"universal-modal__marginBottom-64_1magw","marginBottom-65":"universal-modal__marginBottom-65_1magw","marginBottom-66":"universal-modal__marginBottom-66_1magw","marginBottom-67":"universal-modal__marginBottom-67_1magw","marginBottom-68":"universal-modal__marginBottom-68_1magw","marginBottom-69":"universal-modal__marginBottom-69_1magw","marginBottom-70":"universal-modal__marginBottom-70_1magw","marginBottom-71":"universal-modal__marginBottom-71_1magw","marginBottom-72":"universal-modal__marginBottom-72_1magw","marginBottom-73":"universal-modal__marginBottom-73_1magw","marginBottom-74":"universal-modal__marginBottom-74_1magw","marginBottom-75":"universal-modal__marginBottom-75_1magw","marginBottom-76":"universal-modal__marginBottom-76_1magw","marginBottom-77":"universal-modal__marginBottom-77_1magw","marginBottom-78":"universal-modal__marginBottom-78_1magw","marginBottom-79":"universal-modal__marginBottom-79_1magw","marginBottom-80":"universal-modal__marginBottom-80_1magw","marginBottom-81":"universal-modal__marginBottom-81_1magw","marginBottom-82":"universal-modal__marginBottom-82_1magw","marginBottom-83":"universal-modal__marginBottom-83_1magw","marginBottom-84":"universal-modal__marginBottom-84_1magw","marginBottom-85":"universal-modal__marginBottom-85_1magw","marginBottom-86":"universal-modal__marginBottom-86_1magw","marginBottom-87":"universal-modal__marginBottom-87_1magw","marginBottom-88":"universal-modal__marginBottom-88_1magw","marginBottom-89":"universal-modal__marginBottom-89_1magw","marginBottom-90":"universal-modal__marginBottom-90_1magw","marginBottom-91":"universal-modal__marginBottom-91_1magw","marginBottom-92":"universal-modal__marginBottom-92_1magw","marginBottom-93":"universal-modal__marginBottom-93_1magw","marginBottom-94":"universal-modal__marginBottom-94_1magw","marginBottom-95":"universal-modal__marginBottom-95_1magw","marginBottom-96":"universal-modal__marginBottom-96_1magw","marginBottom-97":"universal-modal__marginBottom-97_1magw","marginBottom-98":"universal-modal__marginBottom-98_1magw","marginBottom-99":"universal-modal__marginBottom-99_1magw","marginBottom-100":"universal-modal__marginBottom-100_1magw","marginBottom-101":"universal-modal__marginBottom-101_1magw","marginBottom-102":"universal-modal__marginBottom-102_1magw","marginBottom-103":"universal-modal__marginBottom-103_1magw","marginBottom-104":"universal-modal__marginBottom-104_1magw","marginBottom-105":"universal-modal__marginBottom-105_1magw","marginBottom-106":"universal-modal__marginBottom-106_1magw","marginBottom-107":"universal-modal__marginBottom-107_1magw","marginBottom-108":"universal-modal__marginBottom-108_1magw","marginBottom-109":"universal-modal__marginBottom-109_1magw","marginBottom-110":"universal-modal__marginBottom-110_1magw","marginBottom-111":"universal-modal__marginBottom-111_1magw","marginBottom-112":"universal-modal__marginBottom-112_1magw","marginBottom-113":"universal-modal__marginBottom-113_1magw","marginBottom-114":"universal-modal__marginBottom-114_1magw","marginBottom-115":"universal-modal__marginBottom-115_1magw","marginBottom-116":"universal-modal__marginBottom-116_1magw","marginBottom-117":"universal-modal__marginBottom-117_1magw","marginBottom-118":"universal-modal__marginBottom-118_1magw","marginBottom-119":"universal-modal__marginBottom-119_1magw","marginBottom-120":"universal-modal__marginBottom-120_1magw","marginBottom-121":"universal-modal__marginBottom-121_1magw","marginBottom-122":"universal-modal__marginBottom-122_1magw","marginBottom-123":"universal-modal__marginBottom-123_1magw","marginBottom-124":"universal-modal__marginBottom-124_1magw","marginBottom-125":"universal-modal__marginBottom-125_1magw","marginBottom-126":"universal-modal__marginBottom-126_1magw","marginBottom-127":"universal-modal__marginBottom-127_1magw","marginBottom-128":"universal-modal__marginBottom-128_1magw","marginLeft-0":"universal-modal__marginLeft-0_1magw","marginLeft-1":"universal-modal__marginLeft-1_1magw","marginLeft-2":"universal-modal__marginLeft-2_1magw","marginLeft-3":"universal-modal__marginLeft-3_1magw","marginLeft-4":"universal-modal__marginLeft-4_1magw","marginLeft-5":"universal-modal__marginLeft-5_1magw","marginLeft-6":"universal-modal__marginLeft-6_1magw","marginLeft-7":"universal-modal__marginLeft-7_1magw","marginLeft-8":"universal-modal__marginLeft-8_1magw","marginLeft-9":"universal-modal__marginLeft-9_1magw","marginLeft-10":"universal-modal__marginLeft-10_1magw","marginLeft-11":"universal-modal__marginLeft-11_1magw","marginLeft-12":"universal-modal__marginLeft-12_1magw","marginLeft-13":"universal-modal__marginLeft-13_1magw","marginLeft-14":"universal-modal__marginLeft-14_1magw","marginLeft-15":"universal-modal__marginLeft-15_1magw","marginLeft-16":"universal-modal__marginLeft-16_1magw","marginLeft-17":"universal-modal__marginLeft-17_1magw","marginLeft-18":"universal-modal__marginLeft-18_1magw","marginLeft-19":"universal-modal__marginLeft-19_1magw","marginLeft-20":"universal-modal__marginLeft-20_1magw","marginLeft-21":"universal-modal__marginLeft-21_1magw","marginLeft-22":"universal-modal__marginLeft-22_1magw","marginLeft-23":"universal-modal__marginLeft-23_1magw","marginLeft-24":"universal-modal__marginLeft-24_1magw","marginLeft-25":"universal-modal__marginLeft-25_1magw","marginLeft-26":"universal-modal__marginLeft-26_1magw","marginLeft-27":"universal-modal__marginLeft-27_1magw","marginLeft-28":"universal-modal__marginLeft-28_1magw","marginLeft-29":"universal-modal__marginLeft-29_1magw","marginLeft-30":"universal-modal__marginLeft-30_1magw","marginLeft-31":"universal-modal__marginLeft-31_1magw","marginLeft-32":"universal-modal__marginLeft-32_1magw","marginLeft-33":"universal-modal__marginLeft-33_1magw","marginLeft-34":"universal-modal__marginLeft-34_1magw","marginLeft-35":"universal-modal__marginLeft-35_1magw","marginLeft-36":"universal-modal__marginLeft-36_1magw","marginLeft-37":"universal-modal__marginLeft-37_1magw","marginLeft-38":"universal-modal__marginLeft-38_1magw","marginLeft-39":"universal-modal__marginLeft-39_1magw","marginLeft-40":"universal-modal__marginLeft-40_1magw","marginLeft-41":"universal-modal__marginLeft-41_1magw","marginLeft-42":"universal-modal__marginLeft-42_1magw","marginLeft-43":"universal-modal__marginLeft-43_1magw","marginLeft-44":"universal-modal__marginLeft-44_1magw","marginLeft-45":"universal-modal__marginLeft-45_1magw","marginLeft-46":"universal-modal__marginLeft-46_1magw","marginLeft-47":"universal-modal__marginLeft-47_1magw","marginLeft-48":"universal-modal__marginLeft-48_1magw","marginLeft-49":"universal-modal__marginLeft-49_1magw","marginLeft-50":"universal-modal__marginLeft-50_1magw","marginLeft-51":"universal-modal__marginLeft-51_1magw","marginLeft-52":"universal-modal__marginLeft-52_1magw","marginLeft-53":"universal-modal__marginLeft-53_1magw","marginLeft-54":"universal-modal__marginLeft-54_1magw","marginLeft-55":"universal-modal__marginLeft-55_1magw","marginLeft-56":"universal-modal__marginLeft-56_1magw","marginLeft-57":"universal-modal__marginLeft-57_1magw","marginLeft-58":"universal-modal__marginLeft-58_1magw","marginLeft-59":"universal-modal__marginLeft-59_1magw","marginLeft-60":"universal-modal__marginLeft-60_1magw","marginLeft-61":"universal-modal__marginLeft-61_1magw","marginLeft-62":"universal-modal__marginLeft-62_1magw","marginLeft-63":"universal-modal__marginLeft-63_1magw","marginLeft-64":"universal-modal__marginLeft-64_1magw","marginLeft-65":"universal-modal__marginLeft-65_1magw","marginLeft-66":"universal-modal__marginLeft-66_1magw","marginLeft-67":"universal-modal__marginLeft-67_1magw","marginLeft-68":"universal-modal__marginLeft-68_1magw","marginLeft-69":"universal-modal__marginLeft-69_1magw","marginLeft-70":"universal-modal__marginLeft-70_1magw","marginLeft-71":"universal-modal__marginLeft-71_1magw","marginLeft-72":"universal-modal__marginLeft-72_1magw","marginLeft-73":"universal-modal__marginLeft-73_1magw","marginLeft-74":"universal-modal__marginLeft-74_1magw","marginLeft-75":"universal-modal__marginLeft-75_1magw","marginLeft-76":"universal-modal__marginLeft-76_1magw","marginLeft-77":"universal-modal__marginLeft-77_1magw","marginLeft-78":"universal-modal__marginLeft-78_1magw","marginLeft-79":"universal-modal__marginLeft-79_1magw","marginLeft-80":"universal-modal__marginLeft-80_1magw","marginLeft-81":"universal-modal__marginLeft-81_1magw","marginLeft-82":"universal-modal__marginLeft-82_1magw","marginLeft-83":"universal-modal__marginLeft-83_1magw","marginLeft-84":"universal-modal__marginLeft-84_1magw","marginLeft-85":"universal-modal__marginLeft-85_1magw","marginLeft-86":"universal-modal__marginLeft-86_1magw","marginLeft-87":"universal-modal__marginLeft-87_1magw","marginLeft-88":"universal-modal__marginLeft-88_1magw","marginLeft-89":"universal-modal__marginLeft-89_1magw","marginLeft-90":"universal-modal__marginLeft-90_1magw","marginLeft-91":"universal-modal__marginLeft-91_1magw","marginLeft-92":"universal-modal__marginLeft-92_1magw","marginLeft-93":"universal-modal__marginLeft-93_1magw","marginLeft-94":"universal-modal__marginLeft-94_1magw","marginLeft-95":"universal-modal__marginLeft-95_1magw","marginLeft-96":"universal-modal__marginLeft-96_1magw","marginLeft-97":"universal-modal__marginLeft-97_1magw","marginLeft-98":"universal-modal__marginLeft-98_1magw","marginLeft-99":"universal-modal__marginLeft-99_1magw","marginLeft-100":"universal-modal__marginLeft-100_1magw","marginLeft-101":"universal-modal__marginLeft-101_1magw","marginLeft-102":"universal-modal__marginLeft-102_1magw","marginLeft-103":"universal-modal__marginLeft-103_1magw","marginLeft-104":"universal-modal__marginLeft-104_1magw","marginLeft-105":"universal-modal__marginLeft-105_1magw","marginLeft-106":"universal-modal__marginLeft-106_1magw","marginLeft-107":"universal-modal__marginLeft-107_1magw","marginLeft-108":"universal-modal__marginLeft-108_1magw","marginLeft-109":"universal-modal__marginLeft-109_1magw","marginLeft-110":"universal-modal__marginLeft-110_1magw","marginLeft-111":"universal-modal__marginLeft-111_1magw","marginLeft-112":"universal-modal__marginLeft-112_1magw","marginLeft-113":"universal-modal__marginLeft-113_1magw","marginLeft-114":"universal-modal__marginLeft-114_1magw","marginLeft-115":"universal-modal__marginLeft-115_1magw","marginLeft-116":"universal-modal__marginLeft-116_1magw","marginLeft-117":"universal-modal__marginLeft-117_1magw","marginLeft-118":"universal-modal__marginLeft-118_1magw","marginLeft-119":"universal-modal__marginLeft-119_1magw","marginLeft-120":"universal-modal__marginLeft-120_1magw","marginLeft-121":"universal-modal__marginLeft-121_1magw","marginLeft-122":"universal-modal__marginLeft-122_1magw","marginLeft-123":"universal-modal__marginLeft-123_1magw","marginLeft-124":"universal-modal__marginLeft-124_1magw","marginLeft-125":"universal-modal__marginLeft-125_1magw","marginLeft-126":"universal-modal__marginLeft-126_1magw","marginLeft-127":"universal-modal__marginLeft-127_1magw","marginLeft-128":"universal-modal__marginLeft-128_1magw"};
23
23
  require('./styles/index.css')
24
24
 
25
- var safariTransitions = {"appear":"universal-modal__appear_2f4cz","enter":"universal-modal__enter_2f4cz","appearActive":"universal-modal__appearActive_2f4cz","enterActive":"universal-modal__enterActive_2f4cz","exit":"universal-modal__exit_2f4cz","exitActive":"universal-modal__exitActive_2f4cz","exitDone":"universal-modal__exitDone_2f4cz"};
25
+ var safariTransitions = {"appear":"universal-modal__appear_8a1ps","enter":"universal-modal__enter_8a1ps","appearActive":"universal-modal__appearActive_8a1ps","enterActive":"universal-modal__enterActive_8a1ps","exit":"universal-modal__exit_8a1ps","exitActive":"universal-modal__exitActive_8a1ps","exitDone":"universal-modal__exitDone_8a1ps"};
26
26
  require('./styles/transitions/safari-transitions.css')
27
27
 
28
- var transitions = {"appear":"universal-modal__appear_1okj5","enter":"universal-modal__enter_1okj5","appearActive":"universal-modal__appearActive_1okj5","enterActive":"universal-modal__enterActive_1okj5","exit":"universal-modal__exit_1okj5","exitActive":"universal-modal__exitActive_1okj5","exitDone":"universal-modal__exitDone_1okj5"};
28
+ var transitions = {"appear":"universal-modal__appear_1qka3","enter":"universal-modal__enter_1qka3","appearActive":"universal-modal__appearActive_1qka3","enterActive":"universal-modal__enterActive_1qka3","exit":"universal-modal__exit_1qka3","exitActive":"universal-modal__exitActive_1qka3","exitDone":"universal-modal__exitDone_1qka3"};
29
29
  require('./styles/transitions/transitions.css')
30
30
 
31
31
  // в safari некорректно отрабатывает transform:scale (???), поэтому применяем немного другую анимацию