@alfalab/core-components-universal-modal 3.1.8 → 3.2.0-alfasans
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.
- package/components/base-content/index.css +1 -1
- package/components/base-content/index.module.css.js +1 -1
- package/components/base-footer/index.css +3 -3
- package/components/base-footer/index.module.css.js +1 -1
- package/components/base-header/index.css +4 -4
- package/components/base-header/index.module.css.js +1 -1
- package/cssm/desktop/components/header/desktop.module.css +11 -6
- package/cssm/desktop/types/props.d.ts +1 -1
- package/cssm/mobile/components/header/index.module.css +9 -6
- package/desktop/components/center-modal/index.css +783 -783
- package/desktop/components/center-modal/index.module.css.js +1 -1
- package/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
- package/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
- package/desktop/components/center-modal/transitions/transitions.css +7 -7
- package/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
- package/desktop/components/footer/desktop.css +1 -1
- package/desktop/components/footer/desktop.module.css.js +1 -1
- package/desktop/components/footer/layout.css +9 -9
- package/desktop/components/footer/layout.module.css.js +1 -1
- package/desktop/components/header/desktop.css +16 -11
- package/desktop/components/header/desktop.module.css.js +1 -1
- package/desktop/components/modal-content/modal-content.css +4 -4
- package/desktop/components/modal-content/modal-content.module.css.js +1 -1
- package/desktop/components/side-modal/index.css +785 -785
- package/desktop/components/side-modal/index.module.css.js +1 -1
- package/desktop/components/side-modal/transitions/transitions.css +71 -71
- package/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
- package/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
- package/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
- package/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
- package/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
- package/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
- package/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
- package/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
- package/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
- package/desktop/types/props.d.ts +1 -1
- package/esm/components/base-content/index.css +1 -1
- package/esm/components/base-content/index.module.css.js +1 -1
- package/esm/components/base-footer/index.css +3 -3
- package/esm/components/base-footer/index.module.css.js +1 -1
- package/esm/components/base-header/index.css +4 -4
- package/esm/components/base-header/index.module.css.js +1 -1
- package/esm/desktop/components/center-modal/index.css +783 -783
- package/esm/desktop/components/center-modal/index.module.css.js +1 -1
- package/esm/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
- package/esm/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
- package/esm/desktop/components/center-modal/transitions/transitions.css +7 -7
- package/esm/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
- package/esm/desktop/components/footer/desktop.css +1 -1
- package/esm/desktop/components/footer/desktop.module.css.js +1 -1
- package/esm/desktop/components/footer/layout.css +9 -9
- package/esm/desktop/components/footer/layout.module.css.js +1 -1
- package/esm/desktop/components/header/desktop.css +16 -11
- package/esm/desktop/components/header/desktop.module.css.js +1 -1
- package/esm/desktop/components/modal-content/modal-content.css +4 -4
- package/esm/desktop/components/modal-content/modal-content.module.css.js +1 -1
- package/esm/desktop/components/side-modal/index.css +785 -785
- package/esm/desktop/components/side-modal/index.module.css.js +1 -1
- package/esm/desktop/components/side-modal/transitions/transitions.css +71 -71
- package/esm/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
- package/esm/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
- package/esm/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
- package/esm/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
- package/esm/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
- package/esm/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
- package/esm/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
- package/esm/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
- package/esm/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
- package/esm/desktop/types/props.d.ts +1 -1
- package/esm/mobile/components/content/index.css +3 -3
- package/esm/mobile/components/content/index.module.css.js +1 -1
- package/esm/mobile/components/footer/index.css +2 -2
- package/esm/mobile/components/footer/index.module.css.js +1 -1
- package/esm/mobile/components/footer/layout.mobile.css +9 -9
- package/esm/mobile/components/footer/layout.mobile.module.css.js +1 -1
- package/esm/mobile/components/header/index.css +12 -9
- package/esm/mobile/components/header/index.module.css.js +1 -1
- package/esm/mobile/mobile.css +3 -3
- package/esm/mobile/mobile.module.css.js +1 -1
- package/esm/mobile/transitions/right-side-transitions.mobile.css +7 -7
- package/esm/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
- package/esm/mobile/transitions/transitions.mobile.css +7 -7
- package/esm/mobile/transitions/transitions.mobile.module.css.js +1 -1
- package/mobile/components/content/index.css +3 -3
- package/mobile/components/content/index.module.css.js +1 -1
- package/mobile/components/footer/index.css +2 -2
- package/mobile/components/footer/index.module.css.js +1 -1
- package/mobile/components/footer/layout.mobile.css +9 -9
- package/mobile/components/footer/layout.mobile.module.css.js +1 -1
- package/mobile/components/header/index.css +12 -9
- package/mobile/components/header/index.module.css.js +1 -1
- package/mobile/mobile.css +3 -3
- package/mobile/mobile.module.css.js +1 -1
- package/mobile/transitions/right-side-transitions.mobile.css +7 -7
- package/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
- package/mobile/transitions/transitions.mobile.css +7 -7
- package/mobile/transitions/transitions.mobile.module.css.js +1 -1
- package/modern/components/base-content/index.css +1 -1
- package/modern/components/base-content/index.module.css.js +1 -1
- package/modern/components/base-footer/index.css +3 -3
- package/modern/components/base-footer/index.module.css.js +1 -1
- package/modern/components/base-header/index.css +4 -4
- package/modern/components/base-header/index.module.css.js +1 -1
- package/modern/desktop/components/center-modal/index.css +783 -783
- package/modern/desktop/components/center-modal/index.module.css.js +1 -1
- package/modern/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
- package/modern/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
- package/modern/desktop/components/center-modal/transitions/transitions.css +7 -7
- package/modern/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
- package/modern/desktop/components/footer/desktop.css +1 -1
- package/modern/desktop/components/footer/desktop.module.css.js +1 -1
- package/modern/desktop/components/footer/layout.css +9 -9
- package/modern/desktop/components/footer/layout.module.css.js +1 -1
- package/modern/desktop/components/header/desktop.css +16 -11
- package/modern/desktop/components/header/desktop.module.css.js +1 -1
- package/modern/desktop/components/modal-content/modal-content.css +4 -4
- package/modern/desktop/components/modal-content/modal-content.module.css.js +1 -1
- package/modern/desktop/components/side-modal/index.css +785 -785
- package/modern/desktop/components/side-modal/index.module.css.js +1 -1
- package/modern/desktop/components/side-modal/transitions/transitions.css +71 -71
- package/modern/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
- package/modern/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
- package/modern/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
- package/modern/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
- package/modern/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
- package/modern/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
- package/modern/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
- package/modern/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
- package/modern/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
- package/modern/desktop/types/props.d.ts +1 -1
- package/modern/mobile/components/content/index.css +3 -3
- package/modern/mobile/components/content/index.module.css.js +1 -1
- package/modern/mobile/components/footer/index.css +2 -2
- package/modern/mobile/components/footer/index.module.css.js +1 -1
- package/modern/mobile/components/footer/layout.mobile.css +9 -9
- package/modern/mobile/components/footer/layout.mobile.module.css.js +1 -1
- package/modern/mobile/components/header/index.css +12 -9
- package/modern/mobile/components/header/index.module.css.js +1 -1
- package/modern/mobile/mobile.css +3 -3
- package/modern/mobile/mobile.module.css.js +1 -1
- package/modern/mobile/transitions/right-side-transitions.mobile.css +7 -7
- package/modern/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
- package/modern/mobile/transitions/transitions.mobile.css +7 -7
- package/modern/mobile/transitions/transitions.mobile.module.css.js +1 -1
- package/moderncssm/desktop/components/header/desktop.module.css +8 -4
- package/moderncssm/desktop/types/props.d.ts +1 -1
- package/moderncssm/mobile/components/header/index.module.css +6 -4
- package/package.json +9 -9
- package/src/desktop/types/props.ts +1 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"universal-modal__component_njjvf","wrapperJustifyStart":"universal-modal__wrapperJustifyStart_njjvf","wrapperJustifyCenter":"universal-modal__wrapperJustifyCenter_njjvf","wrapperJustifyEnd":"universal-modal__wrapperJustifyEnd_njjvf","baseModalContainer":"universal-modal__baseModalContainer_njjvf","withoutOverlay":"universal-modal__withoutOverlay_njjvf","baseModalComponent":"universal-modal__baseModalComponent_njjvf","hugContent":"universal-modal__hugContent_njjvf","topGap-0":"universal-modal__topGap-0_njjvf","bottomGap-0":"universal-modal__bottomGap-0_njjvf","topGap-1":"universal-modal__topGap-1_njjvf","bottomGap-1":"universal-modal__bottomGap-1_njjvf","topGap-2":"universal-modal__topGap-2_njjvf","bottomGap-2":"universal-modal__bottomGap-2_njjvf","topGap-3":"universal-modal__topGap-3_njjvf","bottomGap-3":"universal-modal__bottomGap-3_njjvf","topGap-4":"universal-modal__topGap-4_njjvf","bottomGap-4":"universal-modal__bottomGap-4_njjvf","topGap-5":"universal-modal__topGap-5_njjvf","bottomGap-5":"universal-modal__bottomGap-5_njjvf","topGap-6":"universal-modal__topGap-6_njjvf","bottomGap-6":"universal-modal__bottomGap-6_njjvf","topGap-7":"universal-modal__topGap-7_njjvf","bottomGap-7":"universal-modal__bottomGap-7_njjvf","topGap-8":"universal-modal__topGap-8_njjvf","bottomGap-8":"universal-modal__bottomGap-8_njjvf","topGap-9":"universal-modal__topGap-9_njjvf","bottomGap-9":"universal-modal__bottomGap-9_njjvf","topGap-10":"universal-modal__topGap-10_njjvf","bottomGap-10":"universal-modal__bottomGap-10_njjvf","topGap-11":"universal-modal__topGap-11_njjvf","bottomGap-11":"universal-modal__bottomGap-11_njjvf","topGap-12":"universal-modal__topGap-12_njjvf","bottomGap-12":"universal-modal__bottomGap-12_njjvf","topGap-13":"universal-modal__topGap-13_njjvf","bottomGap-13":"universal-modal__bottomGap-13_njjvf","topGap-14":"universal-modal__topGap-14_njjvf","bottomGap-14":"universal-modal__bottomGap-14_njjvf","topGap-15":"universal-modal__topGap-15_njjvf","bottomGap-15":"universal-modal__bottomGap-15_njjvf","topGap-16":"universal-modal__topGap-16_njjvf","bottomGap-16":"universal-modal__bottomGap-16_njjvf","topGap-17":"universal-modal__topGap-17_njjvf","bottomGap-17":"universal-modal__bottomGap-17_njjvf","topGap-18":"universal-modal__topGap-18_njjvf","bottomGap-18":"universal-modal__bottomGap-18_njjvf","topGap-19":"universal-modal__topGap-19_njjvf","bottomGap-19":"universal-modal__bottomGap-19_njjvf","topGap-20":"universal-modal__topGap-20_njjvf","bottomGap-20":"universal-modal__bottomGap-20_njjvf","topGap-21":"universal-modal__topGap-21_njjvf","bottomGap-21":"universal-modal__bottomGap-21_njjvf","topGap-22":"universal-modal__topGap-22_njjvf","bottomGap-22":"universal-modal__bottomGap-22_njjvf","topGap-23":"universal-modal__topGap-23_njjvf","bottomGap-23":"universal-modal__bottomGap-23_njjvf","topGap-24":"universal-modal__topGap-24_njjvf","bottomGap-24":"universal-modal__bottomGap-24_njjvf","topGap-25":"universal-modal__topGap-25_njjvf","bottomGap-25":"universal-modal__bottomGap-25_njjvf","topGap-26":"universal-modal__topGap-26_njjvf","bottomGap-26":"universal-modal__bottomGap-26_njjvf","topGap-27":"universal-modal__topGap-27_njjvf","bottomGap-27":"universal-modal__bottomGap-27_njjvf","topGap-28":"universal-modal__topGap-28_njjvf","bottomGap-28":"universal-modal__bottomGap-28_njjvf","topGap-29":"universal-modal__topGap-29_njjvf","bottomGap-29":"universal-modal__bottomGap-29_njjvf","topGap-30":"universal-modal__topGap-30_njjvf","bottomGap-30":"universal-modal__bottomGap-30_njjvf","topGap-31":"universal-modal__topGap-31_njjvf","bottomGap-31":"universal-modal__bottomGap-31_njjvf","topGap-32":"universal-modal__topGap-32_njjvf","bottomGap-32":"universal-modal__bottomGap-32_njjvf","topGap-33":"universal-modal__topGap-33_njjvf","bottomGap-33":"universal-modal__bottomGap-33_njjvf","topGap-34":"universal-modal__topGap-34_njjvf","bottomGap-34":"universal-modal__bottomGap-34_njjvf","topGap-35":"universal-modal__topGap-35_njjvf","bottomGap-35":"universal-modal__bottomGap-35_njjvf","topGap-36":"universal-modal__topGap-36_njjvf","bottomGap-36":"universal-modal__bottomGap-36_njjvf","topGap-37":"universal-modal__topGap-37_njjvf","bottomGap-37":"universal-modal__bottomGap-37_njjvf","topGap-38":"universal-modal__topGap-38_njjvf","bottomGap-38":"universal-modal__bottomGap-38_njjvf","topGap-39":"universal-modal__topGap-39_njjvf","bottomGap-39":"universal-modal__bottomGap-39_njjvf","topGap-40":"universal-modal__topGap-40_njjvf","bottomGap-40":"universal-modal__bottomGap-40_njjvf","topGap-41":"universal-modal__topGap-41_njjvf","bottomGap-41":"universal-modal__bottomGap-41_njjvf","topGap-42":"universal-modal__topGap-42_njjvf","bottomGap-42":"universal-modal__bottomGap-42_njjvf","topGap-43":"universal-modal__topGap-43_njjvf","bottomGap-43":"universal-modal__bottomGap-43_njjvf","topGap-44":"universal-modal__topGap-44_njjvf","bottomGap-44":"universal-modal__bottomGap-44_njjvf","topGap-45":"universal-modal__topGap-45_njjvf","bottomGap-45":"universal-modal__bottomGap-45_njjvf","topGap-46":"universal-modal__topGap-46_njjvf","bottomGap-46":"universal-modal__bottomGap-46_njjvf","topGap-47":"universal-modal__topGap-47_njjvf","bottomGap-47":"universal-modal__bottomGap-47_njjvf","topGap-48":"universal-modal__topGap-48_njjvf","bottomGap-48":"universal-modal__bottomGap-48_njjvf","topGap-49":"universal-modal__topGap-49_njjvf","bottomGap-49":"universal-modal__bottomGap-49_njjvf","topGap-50":"universal-modal__topGap-50_njjvf","bottomGap-50":"universal-modal__bottomGap-50_njjvf","topGap-51":"universal-modal__topGap-51_njjvf","bottomGap-51":"universal-modal__bottomGap-51_njjvf","topGap-52":"universal-modal__topGap-52_njjvf","bottomGap-52":"universal-modal__bottomGap-52_njjvf","topGap-53":"universal-modal__topGap-53_njjvf","bottomGap-53":"universal-modal__bottomGap-53_njjvf","topGap-54":"universal-modal__topGap-54_njjvf","bottomGap-54":"universal-modal__bottomGap-54_njjvf","topGap-55":"universal-modal__topGap-55_njjvf","bottomGap-55":"universal-modal__bottomGap-55_njjvf","topGap-56":"universal-modal__topGap-56_njjvf","bottomGap-56":"universal-modal__bottomGap-56_njjvf","topGap-57":"universal-modal__topGap-57_njjvf","bottomGap-57":"universal-modal__bottomGap-57_njjvf","topGap-58":"universal-modal__topGap-58_njjvf","bottomGap-58":"universal-modal__bottomGap-58_njjvf","topGap-59":"universal-modal__topGap-59_njjvf","bottomGap-59":"universal-modal__bottomGap-59_njjvf","topGap-60":"universal-modal__topGap-60_njjvf","bottomGap-60":"universal-modal__bottomGap-60_njjvf","topGap-61":"universal-modal__topGap-61_njjvf","bottomGap-61":"universal-modal__bottomGap-61_njjvf","topGap-62":"universal-modal__topGap-62_njjvf","bottomGap-62":"universal-modal__bottomGap-62_njjvf","topGap-63":"universal-modal__topGap-63_njjvf","bottomGap-63":"universal-modal__bottomGap-63_njjvf","topGap-64":"universal-modal__topGap-64_njjvf","bottomGap-64":"universal-modal__bottomGap-64_njjvf","topGap-65":"universal-modal__topGap-65_njjvf","bottomGap-65":"universal-modal__bottomGap-65_njjvf","topGap-66":"universal-modal__topGap-66_njjvf","bottomGap-66":"universal-modal__bottomGap-66_njjvf","topGap-67":"universal-modal__topGap-67_njjvf","bottomGap-67":"universal-modal__bottomGap-67_njjvf","topGap-68":"universal-modal__topGap-68_njjvf","bottomGap-68":"universal-modal__bottomGap-68_njjvf","topGap-69":"universal-modal__topGap-69_njjvf","bottomGap-69":"universal-modal__bottomGap-69_njjvf","topGap-70":"universal-modal__topGap-70_njjvf","bottomGap-70":"universal-modal__bottomGap-70_njjvf","topGap-71":"universal-modal__topGap-71_njjvf","bottomGap-71":"universal-modal__bottomGap-71_njjvf","topGap-72":"universal-modal__topGap-72_njjvf","bottomGap-72":"universal-modal__bottomGap-72_njjvf","topGap-73":"universal-modal__topGap-73_njjvf","bottomGap-73":"universal-modal__bottomGap-73_njjvf","topGap-74":"universal-modal__topGap-74_njjvf","bottomGap-74":"universal-modal__bottomGap-74_njjvf","topGap-75":"universal-modal__topGap-75_njjvf","bottomGap-75":"universal-modal__bottomGap-75_njjvf","topGap-76":"universal-modal__topGap-76_njjvf","bottomGap-76":"universal-modal__bottomGap-76_njjvf","topGap-77":"universal-modal__topGap-77_njjvf","bottomGap-77":"universal-modal__bottomGap-77_njjvf","topGap-78":"universal-modal__topGap-78_njjvf","bottomGap-78":"universal-modal__bottomGap-78_njjvf","topGap-79":"universal-modal__topGap-79_njjvf","bottomGap-79":"universal-modal__bottomGap-79_njjvf","topGap-80":"universal-modal__topGap-80_njjvf","bottomGap-80":"universal-modal__bottomGap-80_njjvf","topGap-81":"universal-modal__topGap-81_njjvf","bottomGap-81":"universal-modal__bottomGap-81_njjvf","topGap-82":"universal-modal__topGap-82_njjvf","bottomGap-82":"universal-modal__bottomGap-82_njjvf","topGap-83":"universal-modal__topGap-83_njjvf","bottomGap-83":"universal-modal__bottomGap-83_njjvf","topGap-84":"universal-modal__topGap-84_njjvf","bottomGap-84":"universal-modal__bottomGap-84_njjvf","topGap-85":"universal-modal__topGap-85_njjvf","bottomGap-85":"universal-modal__bottomGap-85_njjvf","topGap-86":"universal-modal__topGap-86_njjvf","bottomGap-86":"universal-modal__bottomGap-86_njjvf","topGap-87":"universal-modal__topGap-87_njjvf","bottomGap-87":"universal-modal__bottomGap-87_njjvf","topGap-88":"universal-modal__topGap-88_njjvf","bottomGap-88":"universal-modal__bottomGap-88_njjvf","topGap-89":"universal-modal__topGap-89_njjvf","bottomGap-89":"universal-modal__bottomGap-89_njjvf","topGap-90":"universal-modal__topGap-90_njjvf","bottomGap-90":"universal-modal__bottomGap-90_njjvf","topGap-91":"universal-modal__topGap-91_njjvf","bottomGap-91":"universal-modal__bottomGap-91_njjvf","topGap-92":"universal-modal__topGap-92_njjvf","bottomGap-92":"universal-modal__bottomGap-92_njjvf","topGap-93":"universal-modal__topGap-93_njjvf","bottomGap-93":"universal-modal__bottomGap-93_njjvf","topGap-94":"universal-modal__topGap-94_njjvf","bottomGap-94":"universal-modal__bottomGap-94_njjvf","topGap-95":"universal-modal__topGap-95_njjvf","bottomGap-95":"universal-modal__bottomGap-95_njjvf","topGap-96":"universal-modal__topGap-96_njjvf","bottomGap-96":"universal-modal__bottomGap-96_njjvf","topGap-97":"universal-modal__topGap-97_njjvf","bottomGap-97":"universal-modal__bottomGap-97_njjvf","topGap-98":"universal-modal__topGap-98_njjvf","bottomGap-98":"universal-modal__bottomGap-98_njjvf","topGap-99":"universal-modal__topGap-99_njjvf","bottomGap-99":"universal-modal__bottomGap-99_njjvf","topGap-100":"universal-modal__topGap-100_njjvf","bottomGap-100":"universal-modal__bottomGap-100_njjvf","topGap-101":"universal-modal__topGap-101_njjvf","bottomGap-101":"universal-modal__bottomGap-101_njjvf","topGap-102":"universal-modal__topGap-102_njjvf","bottomGap-102":"universal-modal__bottomGap-102_njjvf","topGap-103":"universal-modal__topGap-103_njjvf","bottomGap-103":"universal-modal__bottomGap-103_njjvf","topGap-104":"universal-modal__topGap-104_njjvf","bottomGap-104":"universal-modal__bottomGap-104_njjvf","topGap-105":"universal-modal__topGap-105_njjvf","bottomGap-105":"universal-modal__bottomGap-105_njjvf","topGap-106":"universal-modal__topGap-106_njjvf","bottomGap-106":"universal-modal__bottomGap-106_njjvf","topGap-107":"universal-modal__topGap-107_njjvf","bottomGap-107":"universal-modal__bottomGap-107_njjvf","topGap-108":"universal-modal__topGap-108_njjvf","bottomGap-108":"universal-modal__bottomGap-108_njjvf","topGap-109":"universal-modal__topGap-109_njjvf","bottomGap-109":"universal-modal__bottomGap-109_njjvf","topGap-110":"universal-modal__topGap-110_njjvf","bottomGap-110":"universal-modal__bottomGap-110_njjvf","topGap-111":"universal-modal__topGap-111_njjvf","bottomGap-111":"universal-modal__bottomGap-111_njjvf","topGap-112":"universal-modal__topGap-112_njjvf","bottomGap-112":"universal-modal__bottomGap-112_njjvf","topGap-113":"universal-modal__topGap-113_njjvf","bottomGap-113":"universal-modal__bottomGap-113_njjvf","topGap-114":"universal-modal__topGap-114_njjvf","bottomGap-114":"universal-modal__bottomGap-114_njjvf","topGap-115":"universal-modal__topGap-115_njjvf","bottomGap-115":"universal-modal__bottomGap-115_njjvf","topGap-116":"universal-modal__topGap-116_njjvf","bottomGap-116":"universal-modal__bottomGap-116_njjvf","topGap-117":"universal-modal__topGap-117_njjvf","bottomGap-117":"universal-modal__bottomGap-117_njjvf","topGap-118":"universal-modal__topGap-118_njjvf","bottomGap-118":"universal-modal__bottomGap-118_njjvf","topGap-119":"universal-modal__topGap-119_njjvf","bottomGap-119":"universal-modal__bottomGap-119_njjvf","topGap-120":"universal-modal__topGap-120_njjvf","bottomGap-120":"universal-modal__bottomGap-120_njjvf","topGap-121":"universal-modal__topGap-121_njjvf","bottomGap-121":"universal-modal__bottomGap-121_njjvf","topGap-122":"universal-modal__topGap-122_njjvf","bottomGap-122":"universal-modal__bottomGap-122_njjvf","topGap-123":"universal-modal__topGap-123_njjvf","bottomGap-123":"universal-modal__bottomGap-123_njjvf","topGap-124":"universal-modal__topGap-124_njjvf","bottomGap-124":"universal-modal__bottomGap-124_njjvf","topGap-125":"universal-modal__topGap-125_njjvf","bottomGap-125":"universal-modal__bottomGap-125_njjvf","topGap-126":"universal-modal__topGap-126_njjvf","bottomGap-126":"universal-modal__bottomGap-126_njjvf","topGap-127":"universal-modal__topGap-127_njjvf","bottomGap-127":"universal-modal__bottomGap-127_njjvf","topGap-128":"universal-modal__topGap-128_njjvf","bottomGap-128":"universal-modal__bottomGap-128_njjvf","marginTop-0":"universal-modal__marginTop-0_njjvf","marginTop-1":"universal-modal__marginTop-1_njjvf","marginTop-2":"universal-modal__marginTop-2_njjvf","marginTop-3":"universal-modal__marginTop-3_njjvf","marginTop-4":"universal-modal__marginTop-4_njjvf","marginTop-5":"universal-modal__marginTop-5_njjvf","marginTop-6":"universal-modal__marginTop-6_njjvf","marginTop-7":"universal-modal__marginTop-7_njjvf","marginTop-8":"universal-modal__marginTop-8_njjvf","marginTop-9":"universal-modal__marginTop-9_njjvf","marginTop-10":"universal-modal__marginTop-10_njjvf","marginTop-11":"universal-modal__marginTop-11_njjvf","marginTop-12":"universal-modal__marginTop-12_njjvf","marginTop-13":"universal-modal__marginTop-13_njjvf","marginTop-14":"universal-modal__marginTop-14_njjvf","marginTop-15":"universal-modal__marginTop-15_njjvf","marginTop-16":"universal-modal__marginTop-16_njjvf","marginTop-17":"universal-modal__marginTop-17_njjvf","marginTop-18":"universal-modal__marginTop-18_njjvf","marginTop-19":"universal-modal__marginTop-19_njjvf","marginTop-20":"universal-modal__marginTop-20_njjvf","marginTop-21":"universal-modal__marginTop-21_njjvf","marginTop-22":"universal-modal__marginTop-22_njjvf","marginTop-23":"universal-modal__marginTop-23_njjvf","marginTop-24":"universal-modal__marginTop-24_njjvf","marginTop-25":"universal-modal__marginTop-25_njjvf","marginTop-26":"universal-modal__marginTop-26_njjvf","marginTop-27":"universal-modal__marginTop-27_njjvf","marginTop-28":"universal-modal__marginTop-28_njjvf","marginTop-29":"universal-modal__marginTop-29_njjvf","marginTop-30":"universal-modal__marginTop-30_njjvf","marginTop-31":"universal-modal__marginTop-31_njjvf","marginTop-32":"universal-modal__marginTop-32_njjvf","marginTop-33":"universal-modal__marginTop-33_njjvf","marginTop-34":"universal-modal__marginTop-34_njjvf","marginTop-35":"universal-modal__marginTop-35_njjvf","marginTop-36":"universal-modal__marginTop-36_njjvf","marginTop-37":"universal-modal__marginTop-37_njjvf","marginTop-38":"universal-modal__marginTop-38_njjvf","marginTop-39":"universal-modal__marginTop-39_njjvf","marginTop-40":"universal-modal__marginTop-40_njjvf","marginTop-41":"universal-modal__marginTop-41_njjvf","marginTop-42":"universal-modal__marginTop-42_njjvf","marginTop-43":"universal-modal__marginTop-43_njjvf","marginTop-44":"universal-modal__marginTop-44_njjvf","marginTop-45":"universal-modal__marginTop-45_njjvf","marginTop-46":"universal-modal__marginTop-46_njjvf","marginTop-47":"universal-modal__marginTop-47_njjvf","marginTop-48":"universal-modal__marginTop-48_njjvf","marginTop-49":"universal-modal__marginTop-49_njjvf","marginTop-50":"universal-modal__marginTop-50_njjvf","marginTop-51":"universal-modal__marginTop-51_njjvf","marginTop-52":"universal-modal__marginTop-52_njjvf","marginTop-53":"universal-modal__marginTop-53_njjvf","marginTop-54":"universal-modal__marginTop-54_njjvf","marginTop-55":"universal-modal__marginTop-55_njjvf","marginTop-56":"universal-modal__marginTop-56_njjvf","marginTop-57":"universal-modal__marginTop-57_njjvf","marginTop-58":"universal-modal__marginTop-58_njjvf","marginTop-59":"universal-modal__marginTop-59_njjvf","marginTop-60":"universal-modal__marginTop-60_njjvf","marginTop-61":"universal-modal__marginTop-61_njjvf","marginTop-62":"universal-modal__marginTop-62_njjvf","marginTop-63":"universal-modal__marginTop-63_njjvf","marginTop-64":"universal-modal__marginTop-64_njjvf","marginTop-65":"universal-modal__marginTop-65_njjvf","marginTop-66":"universal-modal__marginTop-66_njjvf","marginTop-67":"universal-modal__marginTop-67_njjvf","marginTop-68":"universal-modal__marginTop-68_njjvf","marginTop-69":"universal-modal__marginTop-69_njjvf","marginTop-70":"universal-modal__marginTop-70_njjvf","marginTop-71":"universal-modal__marginTop-71_njjvf","marginTop-72":"universal-modal__marginTop-72_njjvf","marginTop-73":"universal-modal__marginTop-73_njjvf","marginTop-74":"universal-modal__marginTop-74_njjvf","marginTop-75":"universal-modal__marginTop-75_njjvf","marginTop-76":"universal-modal__marginTop-76_njjvf","marginTop-77":"universal-modal__marginTop-77_njjvf","marginTop-78":"universal-modal__marginTop-78_njjvf","marginTop-79":"universal-modal__marginTop-79_njjvf","marginTop-80":"universal-modal__marginTop-80_njjvf","marginTop-81":"universal-modal__marginTop-81_njjvf","marginTop-82":"universal-modal__marginTop-82_njjvf","marginTop-83":"universal-modal__marginTop-83_njjvf","marginTop-84":"universal-modal__marginTop-84_njjvf","marginTop-85":"universal-modal__marginTop-85_njjvf","marginTop-86":"universal-modal__marginTop-86_njjvf","marginTop-87":"universal-modal__marginTop-87_njjvf","marginTop-88":"universal-modal__marginTop-88_njjvf","marginTop-89":"universal-modal__marginTop-89_njjvf","marginTop-90":"universal-modal__marginTop-90_njjvf","marginTop-91":"universal-modal__marginTop-91_njjvf","marginTop-92":"universal-modal__marginTop-92_njjvf","marginTop-93":"universal-modal__marginTop-93_njjvf","marginTop-94":"universal-modal__marginTop-94_njjvf","marginTop-95":"universal-modal__marginTop-95_njjvf","marginTop-96":"universal-modal__marginTop-96_njjvf","marginTop-97":"universal-modal__marginTop-97_njjvf","marginTop-98":"universal-modal__marginTop-98_njjvf","marginTop-99":"universal-modal__marginTop-99_njjvf","marginTop-100":"universal-modal__marginTop-100_njjvf","marginTop-101":"universal-modal__marginTop-101_njjvf","marginTop-102":"universal-modal__marginTop-102_njjvf","marginTop-103":"universal-modal__marginTop-103_njjvf","marginTop-104":"universal-modal__marginTop-104_njjvf","marginTop-105":"universal-modal__marginTop-105_njjvf","marginTop-106":"universal-modal__marginTop-106_njjvf","marginTop-107":"universal-modal__marginTop-107_njjvf","marginTop-108":"universal-modal__marginTop-108_njjvf","marginTop-109":"universal-modal__marginTop-109_njjvf","marginTop-110":"universal-modal__marginTop-110_njjvf","marginTop-111":"universal-modal__marginTop-111_njjvf","marginTop-112":"universal-modal__marginTop-112_njjvf","marginTop-113":"universal-modal__marginTop-113_njjvf","marginTop-114":"universal-modal__marginTop-114_njjvf","marginTop-115":"universal-modal__marginTop-115_njjvf","marginTop-116":"universal-modal__marginTop-116_njjvf","marginTop-117":"universal-modal__marginTop-117_njjvf","marginTop-118":"universal-modal__marginTop-118_njjvf","marginTop-119":"universal-modal__marginTop-119_njjvf","marginTop-120":"universal-modal__marginTop-120_njjvf","marginTop-121":"universal-modal__marginTop-121_njjvf","marginTop-122":"universal-modal__marginTop-122_njjvf","marginTop-123":"universal-modal__marginTop-123_njjvf","marginTop-124":"universal-modal__marginTop-124_njjvf","marginTop-125":"universal-modal__marginTop-125_njjvf","marginTop-126":"universal-modal__marginTop-126_njjvf","marginTop-127":"universal-modal__marginTop-127_njjvf","marginTop-128":"universal-modal__marginTop-128_njjvf","marginRight-0":"universal-modal__marginRight-0_njjvf","marginRight-1":"universal-modal__marginRight-1_njjvf","marginRight-2":"universal-modal__marginRight-2_njjvf","marginRight-3":"universal-modal__marginRight-3_njjvf","marginRight-4":"universal-modal__marginRight-4_njjvf","marginRight-5":"universal-modal__marginRight-5_njjvf","marginRight-6":"universal-modal__marginRight-6_njjvf","marginRight-7":"universal-modal__marginRight-7_njjvf","marginRight-8":"universal-modal__marginRight-8_njjvf","marginRight-9":"universal-modal__marginRight-9_njjvf","marginRight-10":"universal-modal__marginRight-10_njjvf","marginRight-11":"universal-modal__marginRight-11_njjvf","marginRight-12":"universal-modal__marginRight-12_njjvf","marginRight-13":"universal-modal__marginRight-13_njjvf","marginRight-14":"universal-modal__marginRight-14_njjvf","marginRight-15":"universal-modal__marginRight-15_njjvf","marginRight-16":"universal-modal__marginRight-16_njjvf","marginRight-17":"universal-modal__marginRight-17_njjvf","marginRight-18":"universal-modal__marginRight-18_njjvf","marginRight-19":"universal-modal__marginRight-19_njjvf","marginRight-20":"universal-modal__marginRight-20_njjvf","marginRight-21":"universal-modal__marginRight-21_njjvf","marginRight-22":"universal-modal__marginRight-22_njjvf","marginRight-23":"universal-modal__marginRight-23_njjvf","marginRight-24":"universal-modal__marginRight-24_njjvf","marginRight-25":"universal-modal__marginRight-25_njjvf","marginRight-26":"universal-modal__marginRight-26_njjvf","marginRight-27":"universal-modal__marginRight-27_njjvf","marginRight-28":"universal-modal__marginRight-28_njjvf","marginRight-29":"universal-modal__marginRight-29_njjvf","marginRight-30":"universal-modal__marginRight-30_njjvf","marginRight-31":"universal-modal__marginRight-31_njjvf","marginRight-32":"universal-modal__marginRight-32_njjvf","marginRight-33":"universal-modal__marginRight-33_njjvf","marginRight-34":"universal-modal__marginRight-34_njjvf","marginRight-35":"universal-modal__marginRight-35_njjvf","marginRight-36":"universal-modal__marginRight-36_njjvf","marginRight-37":"universal-modal__marginRight-37_njjvf","marginRight-38":"universal-modal__marginRight-38_njjvf","marginRight-39":"universal-modal__marginRight-39_njjvf","marginRight-40":"universal-modal__marginRight-40_njjvf","marginRight-41":"universal-modal__marginRight-41_njjvf","marginRight-42":"universal-modal__marginRight-42_njjvf","marginRight-43":"universal-modal__marginRight-43_njjvf","marginRight-44":"universal-modal__marginRight-44_njjvf","marginRight-45":"universal-modal__marginRight-45_njjvf","marginRight-46":"universal-modal__marginRight-46_njjvf","marginRight-47":"universal-modal__marginRight-47_njjvf","marginRight-48":"universal-modal__marginRight-48_njjvf","marginRight-49":"universal-modal__marginRight-49_njjvf","marginRight-50":"universal-modal__marginRight-50_njjvf","marginRight-51":"universal-modal__marginRight-51_njjvf","marginRight-52":"universal-modal__marginRight-52_njjvf","marginRight-53":"universal-modal__marginRight-53_njjvf","marginRight-54":"universal-modal__marginRight-54_njjvf","marginRight-55":"universal-modal__marginRight-55_njjvf","marginRight-56":"universal-modal__marginRight-56_njjvf","marginRight-57":"universal-modal__marginRight-57_njjvf","marginRight-58":"universal-modal__marginRight-58_njjvf","marginRight-59":"universal-modal__marginRight-59_njjvf","marginRight-60":"universal-modal__marginRight-60_njjvf","marginRight-61":"universal-modal__marginRight-61_njjvf","marginRight-62":"universal-modal__marginRight-62_njjvf","marginRight-63":"universal-modal__marginRight-63_njjvf","marginRight-64":"universal-modal__marginRight-64_njjvf","marginRight-65":"universal-modal__marginRight-65_njjvf","marginRight-66":"universal-modal__marginRight-66_njjvf","marginRight-67":"universal-modal__marginRight-67_njjvf","marginRight-68":"universal-modal__marginRight-68_njjvf","marginRight-69":"universal-modal__marginRight-69_njjvf","marginRight-70":"universal-modal__marginRight-70_njjvf","marginRight-71":"universal-modal__marginRight-71_njjvf","marginRight-72":"universal-modal__marginRight-72_njjvf","marginRight-73":"universal-modal__marginRight-73_njjvf","marginRight-74":"universal-modal__marginRight-74_njjvf","marginRight-75":"universal-modal__marginRight-75_njjvf","marginRight-76":"universal-modal__marginRight-76_njjvf","marginRight-77":"universal-modal__marginRight-77_njjvf","marginRight-78":"universal-modal__marginRight-78_njjvf","marginRight-79":"universal-modal__marginRight-79_njjvf","marginRight-80":"universal-modal__marginRight-80_njjvf","marginRight-81":"universal-modal__marginRight-81_njjvf","marginRight-82":"universal-modal__marginRight-82_njjvf","marginRight-83":"universal-modal__marginRight-83_njjvf","marginRight-84":"universal-modal__marginRight-84_njjvf","marginRight-85":"universal-modal__marginRight-85_njjvf","marginRight-86":"universal-modal__marginRight-86_njjvf","marginRight-87":"universal-modal__marginRight-87_njjvf","marginRight-88":"universal-modal__marginRight-88_njjvf","marginRight-89":"universal-modal__marginRight-89_njjvf","marginRight-90":"universal-modal__marginRight-90_njjvf","marginRight-91":"universal-modal__marginRight-91_njjvf","marginRight-92":"universal-modal__marginRight-92_njjvf","marginRight-93":"universal-modal__marginRight-93_njjvf","marginRight-94":"universal-modal__marginRight-94_njjvf","marginRight-95":"universal-modal__marginRight-95_njjvf","marginRight-96":"universal-modal__marginRight-96_njjvf","marginRight-97":"universal-modal__marginRight-97_njjvf","marginRight-98":"universal-modal__marginRight-98_njjvf","marginRight-99":"universal-modal__marginRight-99_njjvf","marginRight-100":"universal-modal__marginRight-100_njjvf","marginRight-101":"universal-modal__marginRight-101_njjvf","marginRight-102":"universal-modal__marginRight-102_njjvf","marginRight-103":"universal-modal__marginRight-103_njjvf","marginRight-104":"universal-modal__marginRight-104_njjvf","marginRight-105":"universal-modal__marginRight-105_njjvf","marginRight-106":"universal-modal__marginRight-106_njjvf","marginRight-107":"universal-modal__marginRight-107_njjvf","marginRight-108":"universal-modal__marginRight-108_njjvf","marginRight-109":"universal-modal__marginRight-109_njjvf","marginRight-110":"universal-modal__marginRight-110_njjvf","marginRight-111":"universal-modal__marginRight-111_njjvf","marginRight-112":"universal-modal__marginRight-112_njjvf","marginRight-113":"universal-modal__marginRight-113_njjvf","marginRight-114":"universal-modal__marginRight-114_njjvf","marginRight-115":"universal-modal__marginRight-115_njjvf","marginRight-116":"universal-modal__marginRight-116_njjvf","marginRight-117":"universal-modal__marginRight-117_njjvf","marginRight-118":"universal-modal__marginRight-118_njjvf","marginRight-119":"universal-modal__marginRight-119_njjvf","marginRight-120":"universal-modal__marginRight-120_njjvf","marginRight-121":"universal-modal__marginRight-121_njjvf","marginRight-122":"universal-modal__marginRight-122_njjvf","marginRight-123":"universal-modal__marginRight-123_njjvf","marginRight-124":"universal-modal__marginRight-124_njjvf","marginRight-125":"universal-modal__marginRight-125_njjvf","marginRight-126":"universal-modal__marginRight-126_njjvf","marginRight-127":"universal-modal__marginRight-127_njjvf","marginRight-128":"universal-modal__marginRight-128_njjvf","marginBottom-0":"universal-modal__marginBottom-0_njjvf","marginBottom-1":"universal-modal__marginBottom-1_njjvf","marginBottom-2":"universal-modal__marginBottom-2_njjvf","marginBottom-3":"universal-modal__marginBottom-3_njjvf","marginBottom-4":"universal-modal__marginBottom-4_njjvf","marginBottom-5":"universal-modal__marginBottom-5_njjvf","marginBottom-6":"universal-modal__marginBottom-6_njjvf","marginBottom-7":"universal-modal__marginBottom-7_njjvf","marginBottom-8":"universal-modal__marginBottom-8_njjvf","marginBottom-9":"universal-modal__marginBottom-9_njjvf","marginBottom-10":"universal-modal__marginBottom-10_njjvf","marginBottom-11":"universal-modal__marginBottom-11_njjvf","marginBottom-12":"universal-modal__marginBottom-12_njjvf","marginBottom-13":"universal-modal__marginBottom-13_njjvf","marginBottom-14":"universal-modal__marginBottom-14_njjvf","marginBottom-15":"universal-modal__marginBottom-15_njjvf","marginBottom-16":"universal-modal__marginBottom-16_njjvf","marginBottom-17":"universal-modal__marginBottom-17_njjvf","marginBottom-18":"universal-modal__marginBottom-18_njjvf","marginBottom-19":"universal-modal__marginBottom-19_njjvf","marginBottom-20":"universal-modal__marginBottom-20_njjvf","marginBottom-21":"universal-modal__marginBottom-21_njjvf","marginBottom-22":"universal-modal__marginBottom-22_njjvf","marginBottom-23":"universal-modal__marginBottom-23_njjvf","marginBottom-24":"universal-modal__marginBottom-24_njjvf","marginBottom-25":"universal-modal__marginBottom-25_njjvf","marginBottom-26":"universal-modal__marginBottom-26_njjvf","marginBottom-27":"universal-modal__marginBottom-27_njjvf","marginBottom-28":"universal-modal__marginBottom-28_njjvf","marginBottom-29":"universal-modal__marginBottom-29_njjvf","marginBottom-30":"universal-modal__marginBottom-30_njjvf","marginBottom-31":"universal-modal__marginBottom-31_njjvf","marginBottom-32":"universal-modal__marginBottom-32_njjvf","marginBottom-33":"universal-modal__marginBottom-33_njjvf","marginBottom-34":"universal-modal__marginBottom-34_njjvf","marginBottom-35":"universal-modal__marginBottom-35_njjvf","marginBottom-36":"universal-modal__marginBottom-36_njjvf","marginBottom-37":"universal-modal__marginBottom-37_njjvf","marginBottom-38":"universal-modal__marginBottom-38_njjvf","marginBottom-39":"universal-modal__marginBottom-39_njjvf","marginBottom-40":"universal-modal__marginBottom-40_njjvf","marginBottom-41":"universal-modal__marginBottom-41_njjvf","marginBottom-42":"universal-modal__marginBottom-42_njjvf","marginBottom-43":"universal-modal__marginBottom-43_njjvf","marginBottom-44":"universal-modal__marginBottom-44_njjvf","marginBottom-45":"universal-modal__marginBottom-45_njjvf","marginBottom-46":"universal-modal__marginBottom-46_njjvf","marginBottom-47":"universal-modal__marginBottom-47_njjvf","marginBottom-48":"universal-modal__marginBottom-48_njjvf","marginBottom-49":"universal-modal__marginBottom-49_njjvf","marginBottom-50":"universal-modal__marginBottom-50_njjvf","marginBottom-51":"universal-modal__marginBottom-51_njjvf","marginBottom-52":"universal-modal__marginBottom-52_njjvf","marginBottom-53":"universal-modal__marginBottom-53_njjvf","marginBottom-54":"universal-modal__marginBottom-54_njjvf","marginBottom-55":"universal-modal__marginBottom-55_njjvf","marginBottom-56":"universal-modal__marginBottom-56_njjvf","marginBottom-57":"universal-modal__marginBottom-57_njjvf","marginBottom-58":"universal-modal__marginBottom-58_njjvf","marginBottom-59":"universal-modal__marginBottom-59_njjvf","marginBottom-60":"universal-modal__marginBottom-60_njjvf","marginBottom-61":"universal-modal__marginBottom-61_njjvf","marginBottom-62":"universal-modal__marginBottom-62_njjvf","marginBottom-63":"universal-modal__marginBottom-63_njjvf","marginBottom-64":"universal-modal__marginBottom-64_njjvf","marginBottom-65":"universal-modal__marginBottom-65_njjvf","marginBottom-66":"universal-modal__marginBottom-66_njjvf","marginBottom-67":"universal-modal__marginBottom-67_njjvf","marginBottom-68":"universal-modal__marginBottom-68_njjvf","marginBottom-69":"universal-modal__marginBottom-69_njjvf","marginBottom-70":"universal-modal__marginBottom-70_njjvf","marginBottom-71":"universal-modal__marginBottom-71_njjvf","marginBottom-72":"universal-modal__marginBottom-72_njjvf","marginBottom-73":"universal-modal__marginBottom-73_njjvf","marginBottom-74":"universal-modal__marginBottom-74_njjvf","marginBottom-75":"universal-modal__marginBottom-75_njjvf","marginBottom-76":"universal-modal__marginBottom-76_njjvf","marginBottom-77":"universal-modal__marginBottom-77_njjvf","marginBottom-78":"universal-modal__marginBottom-78_njjvf","marginBottom-79":"universal-modal__marginBottom-79_njjvf","marginBottom-80":"universal-modal__marginBottom-80_njjvf","marginBottom-81":"universal-modal__marginBottom-81_njjvf","marginBottom-82":"universal-modal__marginBottom-82_njjvf","marginBottom-83":"universal-modal__marginBottom-83_njjvf","marginBottom-84":"universal-modal__marginBottom-84_njjvf","marginBottom-85":"universal-modal__marginBottom-85_njjvf","marginBottom-86":"universal-modal__marginBottom-86_njjvf","marginBottom-87":"universal-modal__marginBottom-87_njjvf","marginBottom-88":"universal-modal__marginBottom-88_njjvf","marginBottom-89":"universal-modal__marginBottom-89_njjvf","marginBottom-90":"universal-modal__marginBottom-90_njjvf","marginBottom-91":"universal-modal__marginBottom-91_njjvf","marginBottom-92":"universal-modal__marginBottom-92_njjvf","marginBottom-93":"universal-modal__marginBottom-93_njjvf","marginBottom-94":"universal-modal__marginBottom-94_njjvf","marginBottom-95":"universal-modal__marginBottom-95_njjvf","marginBottom-96":"universal-modal__marginBottom-96_njjvf","marginBottom-97":"universal-modal__marginBottom-97_njjvf","marginBottom-98":"universal-modal__marginBottom-98_njjvf","marginBottom-99":"universal-modal__marginBottom-99_njjvf","marginBottom-100":"universal-modal__marginBottom-100_njjvf","marginBottom-101":"universal-modal__marginBottom-101_njjvf","marginBottom-102":"universal-modal__marginBottom-102_njjvf","marginBottom-103":"universal-modal__marginBottom-103_njjvf","marginBottom-104":"universal-modal__marginBottom-104_njjvf","marginBottom-105":"universal-modal__marginBottom-105_njjvf","marginBottom-106":"universal-modal__marginBottom-106_njjvf","marginBottom-107":"universal-modal__marginBottom-107_njjvf","marginBottom-108":"universal-modal__marginBottom-108_njjvf","marginBottom-109":"universal-modal__marginBottom-109_njjvf","marginBottom-110":"universal-modal__marginBottom-110_njjvf","marginBottom-111":"universal-modal__marginBottom-111_njjvf","marginBottom-112":"universal-modal__marginBottom-112_njjvf","marginBottom-113":"universal-modal__marginBottom-113_njjvf","marginBottom-114":"universal-modal__marginBottom-114_njjvf","marginBottom-115":"universal-modal__marginBottom-115_njjvf","marginBottom-116":"universal-modal__marginBottom-116_njjvf","marginBottom-117":"universal-modal__marginBottom-117_njjvf","marginBottom-118":"universal-modal__marginBottom-118_njjvf","marginBottom-119":"universal-modal__marginBottom-119_njjvf","marginBottom-120":"universal-modal__marginBottom-120_njjvf","marginBottom-121":"universal-modal__marginBottom-121_njjvf","marginBottom-122":"universal-modal__marginBottom-122_njjvf","marginBottom-123":"universal-modal__marginBottom-123_njjvf","marginBottom-124":"universal-modal__marginBottom-124_njjvf","marginBottom-125":"universal-modal__marginBottom-125_njjvf","marginBottom-126":"universal-modal__marginBottom-126_njjvf","marginBottom-127":"universal-modal__marginBottom-127_njjvf","marginBottom-128":"universal-modal__marginBottom-128_njjvf","marginLeft-0":"universal-modal__marginLeft-0_njjvf","marginLeft-1":"universal-modal__marginLeft-1_njjvf","marginLeft-2":"universal-modal__marginLeft-2_njjvf","marginLeft-3":"universal-modal__marginLeft-3_njjvf","marginLeft-4":"universal-modal__marginLeft-4_njjvf","marginLeft-5":"universal-modal__marginLeft-5_njjvf","marginLeft-6":"universal-modal__marginLeft-6_njjvf","marginLeft-7":"universal-modal__marginLeft-7_njjvf","marginLeft-8":"universal-modal__marginLeft-8_njjvf","marginLeft-9":"universal-modal__marginLeft-9_njjvf","marginLeft-10":"universal-modal__marginLeft-10_njjvf","marginLeft-11":"universal-modal__marginLeft-11_njjvf","marginLeft-12":"universal-modal__marginLeft-12_njjvf","marginLeft-13":"universal-modal__marginLeft-13_njjvf","marginLeft-14":"universal-modal__marginLeft-14_njjvf","marginLeft-15":"universal-modal__marginLeft-15_njjvf","marginLeft-16":"universal-modal__marginLeft-16_njjvf","marginLeft-17":"universal-modal__marginLeft-17_njjvf","marginLeft-18":"universal-modal__marginLeft-18_njjvf","marginLeft-19":"universal-modal__marginLeft-19_njjvf","marginLeft-20":"universal-modal__marginLeft-20_njjvf","marginLeft-21":"universal-modal__marginLeft-21_njjvf","marginLeft-22":"universal-modal__marginLeft-22_njjvf","marginLeft-23":"universal-modal__marginLeft-23_njjvf","marginLeft-24":"universal-modal__marginLeft-24_njjvf","marginLeft-25":"universal-modal__marginLeft-25_njjvf","marginLeft-26":"universal-modal__marginLeft-26_njjvf","marginLeft-27":"universal-modal__marginLeft-27_njjvf","marginLeft-28":"universal-modal__marginLeft-28_njjvf","marginLeft-29":"universal-modal__marginLeft-29_njjvf","marginLeft-30":"universal-modal__marginLeft-30_njjvf","marginLeft-31":"universal-modal__marginLeft-31_njjvf","marginLeft-32":"universal-modal__marginLeft-32_njjvf","marginLeft-33":"universal-modal__marginLeft-33_njjvf","marginLeft-34":"universal-modal__marginLeft-34_njjvf","marginLeft-35":"universal-modal__marginLeft-35_njjvf","marginLeft-36":"universal-modal__marginLeft-36_njjvf","marginLeft-37":"universal-modal__marginLeft-37_njjvf","marginLeft-38":"universal-modal__marginLeft-38_njjvf","marginLeft-39":"universal-modal__marginLeft-39_njjvf","marginLeft-40":"universal-modal__marginLeft-40_njjvf","marginLeft-41":"universal-modal__marginLeft-41_njjvf","marginLeft-42":"universal-modal__marginLeft-42_njjvf","marginLeft-43":"universal-modal__marginLeft-43_njjvf","marginLeft-44":"universal-modal__marginLeft-44_njjvf","marginLeft-45":"universal-modal__marginLeft-45_njjvf","marginLeft-46":"universal-modal__marginLeft-46_njjvf","marginLeft-47":"universal-modal__marginLeft-47_njjvf","marginLeft-48":"universal-modal__marginLeft-48_njjvf","marginLeft-49":"universal-modal__marginLeft-49_njjvf","marginLeft-50":"universal-modal__marginLeft-50_njjvf","marginLeft-51":"universal-modal__marginLeft-51_njjvf","marginLeft-52":"universal-modal__marginLeft-52_njjvf","marginLeft-53":"universal-modal__marginLeft-53_njjvf","marginLeft-54":"universal-modal__marginLeft-54_njjvf","marginLeft-55":"universal-modal__marginLeft-55_njjvf","marginLeft-56":"universal-modal__marginLeft-56_njjvf","marginLeft-57":"universal-modal__marginLeft-57_njjvf","marginLeft-58":"universal-modal__marginLeft-58_njjvf","marginLeft-59":"universal-modal__marginLeft-59_njjvf","marginLeft-60":"universal-modal__marginLeft-60_njjvf","marginLeft-61":"universal-modal__marginLeft-61_njjvf","marginLeft-62":"universal-modal__marginLeft-62_njjvf","marginLeft-63":"universal-modal__marginLeft-63_njjvf","marginLeft-64":"universal-modal__marginLeft-64_njjvf","marginLeft-65":"universal-modal__marginLeft-65_njjvf","marginLeft-66":"universal-modal__marginLeft-66_njjvf","marginLeft-67":"universal-modal__marginLeft-67_njjvf","marginLeft-68":"universal-modal__marginLeft-68_njjvf","marginLeft-69":"universal-modal__marginLeft-69_njjvf","marginLeft-70":"universal-modal__marginLeft-70_njjvf","marginLeft-71":"universal-modal__marginLeft-71_njjvf","marginLeft-72":"universal-modal__marginLeft-72_njjvf","marginLeft-73":"universal-modal__marginLeft-73_njjvf","marginLeft-74":"universal-modal__marginLeft-74_njjvf","marginLeft-75":"universal-modal__marginLeft-75_njjvf","marginLeft-76":"universal-modal__marginLeft-76_njjvf","marginLeft-77":"universal-modal__marginLeft-77_njjvf","marginLeft-78":"universal-modal__marginLeft-78_njjvf","marginLeft-79":"universal-modal__marginLeft-79_njjvf","marginLeft-80":"universal-modal__marginLeft-80_njjvf","marginLeft-81":"universal-modal__marginLeft-81_njjvf","marginLeft-82":"universal-modal__marginLeft-82_njjvf","marginLeft-83":"universal-modal__marginLeft-83_njjvf","marginLeft-84":"universal-modal__marginLeft-84_njjvf","marginLeft-85":"universal-modal__marginLeft-85_njjvf","marginLeft-86":"universal-modal__marginLeft-86_njjvf","marginLeft-87":"universal-modal__marginLeft-87_njjvf","marginLeft-88":"universal-modal__marginLeft-88_njjvf","marginLeft-89":"universal-modal__marginLeft-89_njjvf","marginLeft-90":"universal-modal__marginLeft-90_njjvf","marginLeft-91":"universal-modal__marginLeft-91_njjvf","marginLeft-92":"universal-modal__marginLeft-92_njjvf","marginLeft-93":"universal-modal__marginLeft-93_njjvf","marginLeft-94":"universal-modal__marginLeft-94_njjvf","marginLeft-95":"universal-modal__marginLeft-95_njjvf","marginLeft-96":"universal-modal__marginLeft-96_njjvf","marginLeft-97":"universal-modal__marginLeft-97_njjvf","marginLeft-98":"universal-modal__marginLeft-98_njjvf","marginLeft-99":"universal-modal__marginLeft-99_njjvf","marginLeft-100":"universal-modal__marginLeft-100_njjvf","marginLeft-101":"universal-modal__marginLeft-101_njjvf","marginLeft-102":"universal-modal__marginLeft-102_njjvf","marginLeft-103":"universal-modal__marginLeft-103_njjvf","marginLeft-104":"universal-modal__marginLeft-104_njjvf","marginLeft-105":"universal-modal__marginLeft-105_njjvf","marginLeft-106":"universal-modal__marginLeft-106_njjvf","marginLeft-107":"universal-modal__marginLeft-107_njjvf","marginLeft-108":"universal-modal__marginLeft-108_njjvf","marginLeft-109":"universal-modal__marginLeft-109_njjvf","marginLeft-110":"universal-modal__marginLeft-110_njjvf","marginLeft-111":"universal-modal__marginLeft-111_njjvf","marginLeft-112":"universal-modal__marginLeft-112_njjvf","marginLeft-113":"universal-modal__marginLeft-113_njjvf","marginLeft-114":"universal-modal__marginLeft-114_njjvf","marginLeft-115":"universal-modal__marginLeft-115_njjvf","marginLeft-116":"universal-modal__marginLeft-116_njjvf","marginLeft-117":"universal-modal__marginLeft-117_njjvf","marginLeft-118":"universal-modal__marginLeft-118_njjvf","marginLeft-119":"universal-modal__marginLeft-119_njjvf","marginLeft-120":"universal-modal__marginLeft-120_njjvf","marginLeft-121":"universal-modal__marginLeft-121_njjvf","marginLeft-122":"universal-modal__marginLeft-122_njjvf","marginLeft-123":"universal-modal__marginLeft-123_njjvf","marginLeft-124":"universal-modal__marginLeft-124_njjvf","marginLeft-125":"universal-modal__marginLeft-125_njjvf","marginLeft-126":"universal-modal__marginLeft-126_njjvf","marginLeft-127":"universal-modal__marginLeft-127_njjvf","marginLeft-128":"universal-modal__marginLeft-128_njjvf"};
|
|
5
|
+
var styles = {"component":"universal-modal__component_d4gcu","wrapperJustifyStart":"universal-modal__wrapperJustifyStart_d4gcu","wrapperJustifyCenter":"universal-modal__wrapperJustifyCenter_d4gcu","wrapperJustifyEnd":"universal-modal__wrapperJustifyEnd_d4gcu","baseModalContainer":"universal-modal__baseModalContainer_d4gcu","withoutOverlay":"universal-modal__withoutOverlay_d4gcu","baseModalComponent":"universal-modal__baseModalComponent_d4gcu","hugContent":"universal-modal__hugContent_d4gcu","topGap-0":"universal-modal__topGap-0_d4gcu","bottomGap-0":"universal-modal__bottomGap-0_d4gcu","topGap-1":"universal-modal__topGap-1_d4gcu","bottomGap-1":"universal-modal__bottomGap-1_d4gcu","topGap-2":"universal-modal__topGap-2_d4gcu","bottomGap-2":"universal-modal__bottomGap-2_d4gcu","topGap-3":"universal-modal__topGap-3_d4gcu","bottomGap-3":"universal-modal__bottomGap-3_d4gcu","topGap-4":"universal-modal__topGap-4_d4gcu","bottomGap-4":"universal-modal__bottomGap-4_d4gcu","topGap-5":"universal-modal__topGap-5_d4gcu","bottomGap-5":"universal-modal__bottomGap-5_d4gcu","topGap-6":"universal-modal__topGap-6_d4gcu","bottomGap-6":"universal-modal__bottomGap-6_d4gcu","topGap-7":"universal-modal__topGap-7_d4gcu","bottomGap-7":"universal-modal__bottomGap-7_d4gcu","topGap-8":"universal-modal__topGap-8_d4gcu","bottomGap-8":"universal-modal__bottomGap-8_d4gcu","topGap-9":"universal-modal__topGap-9_d4gcu","bottomGap-9":"universal-modal__bottomGap-9_d4gcu","topGap-10":"universal-modal__topGap-10_d4gcu","bottomGap-10":"universal-modal__bottomGap-10_d4gcu","topGap-11":"universal-modal__topGap-11_d4gcu","bottomGap-11":"universal-modal__bottomGap-11_d4gcu","topGap-12":"universal-modal__topGap-12_d4gcu","bottomGap-12":"universal-modal__bottomGap-12_d4gcu","topGap-13":"universal-modal__topGap-13_d4gcu","bottomGap-13":"universal-modal__bottomGap-13_d4gcu","topGap-14":"universal-modal__topGap-14_d4gcu","bottomGap-14":"universal-modal__bottomGap-14_d4gcu","topGap-15":"universal-modal__topGap-15_d4gcu","bottomGap-15":"universal-modal__bottomGap-15_d4gcu","topGap-16":"universal-modal__topGap-16_d4gcu","bottomGap-16":"universal-modal__bottomGap-16_d4gcu","topGap-17":"universal-modal__topGap-17_d4gcu","bottomGap-17":"universal-modal__bottomGap-17_d4gcu","topGap-18":"universal-modal__topGap-18_d4gcu","bottomGap-18":"universal-modal__bottomGap-18_d4gcu","topGap-19":"universal-modal__topGap-19_d4gcu","bottomGap-19":"universal-modal__bottomGap-19_d4gcu","topGap-20":"universal-modal__topGap-20_d4gcu","bottomGap-20":"universal-modal__bottomGap-20_d4gcu","topGap-21":"universal-modal__topGap-21_d4gcu","bottomGap-21":"universal-modal__bottomGap-21_d4gcu","topGap-22":"universal-modal__topGap-22_d4gcu","bottomGap-22":"universal-modal__bottomGap-22_d4gcu","topGap-23":"universal-modal__topGap-23_d4gcu","bottomGap-23":"universal-modal__bottomGap-23_d4gcu","topGap-24":"universal-modal__topGap-24_d4gcu","bottomGap-24":"universal-modal__bottomGap-24_d4gcu","topGap-25":"universal-modal__topGap-25_d4gcu","bottomGap-25":"universal-modal__bottomGap-25_d4gcu","topGap-26":"universal-modal__topGap-26_d4gcu","bottomGap-26":"universal-modal__bottomGap-26_d4gcu","topGap-27":"universal-modal__topGap-27_d4gcu","bottomGap-27":"universal-modal__bottomGap-27_d4gcu","topGap-28":"universal-modal__topGap-28_d4gcu","bottomGap-28":"universal-modal__bottomGap-28_d4gcu","topGap-29":"universal-modal__topGap-29_d4gcu","bottomGap-29":"universal-modal__bottomGap-29_d4gcu","topGap-30":"universal-modal__topGap-30_d4gcu","bottomGap-30":"universal-modal__bottomGap-30_d4gcu","topGap-31":"universal-modal__topGap-31_d4gcu","bottomGap-31":"universal-modal__bottomGap-31_d4gcu","topGap-32":"universal-modal__topGap-32_d4gcu","bottomGap-32":"universal-modal__bottomGap-32_d4gcu","topGap-33":"universal-modal__topGap-33_d4gcu","bottomGap-33":"universal-modal__bottomGap-33_d4gcu","topGap-34":"universal-modal__topGap-34_d4gcu","bottomGap-34":"universal-modal__bottomGap-34_d4gcu","topGap-35":"universal-modal__topGap-35_d4gcu","bottomGap-35":"universal-modal__bottomGap-35_d4gcu","topGap-36":"universal-modal__topGap-36_d4gcu","bottomGap-36":"universal-modal__bottomGap-36_d4gcu","topGap-37":"universal-modal__topGap-37_d4gcu","bottomGap-37":"universal-modal__bottomGap-37_d4gcu","topGap-38":"universal-modal__topGap-38_d4gcu","bottomGap-38":"universal-modal__bottomGap-38_d4gcu","topGap-39":"universal-modal__topGap-39_d4gcu","bottomGap-39":"universal-modal__bottomGap-39_d4gcu","topGap-40":"universal-modal__topGap-40_d4gcu","bottomGap-40":"universal-modal__bottomGap-40_d4gcu","topGap-41":"universal-modal__topGap-41_d4gcu","bottomGap-41":"universal-modal__bottomGap-41_d4gcu","topGap-42":"universal-modal__topGap-42_d4gcu","bottomGap-42":"universal-modal__bottomGap-42_d4gcu","topGap-43":"universal-modal__topGap-43_d4gcu","bottomGap-43":"universal-modal__bottomGap-43_d4gcu","topGap-44":"universal-modal__topGap-44_d4gcu","bottomGap-44":"universal-modal__bottomGap-44_d4gcu","topGap-45":"universal-modal__topGap-45_d4gcu","bottomGap-45":"universal-modal__bottomGap-45_d4gcu","topGap-46":"universal-modal__topGap-46_d4gcu","bottomGap-46":"universal-modal__bottomGap-46_d4gcu","topGap-47":"universal-modal__topGap-47_d4gcu","bottomGap-47":"universal-modal__bottomGap-47_d4gcu","topGap-48":"universal-modal__topGap-48_d4gcu","bottomGap-48":"universal-modal__bottomGap-48_d4gcu","topGap-49":"universal-modal__topGap-49_d4gcu","bottomGap-49":"universal-modal__bottomGap-49_d4gcu","topGap-50":"universal-modal__topGap-50_d4gcu","bottomGap-50":"universal-modal__bottomGap-50_d4gcu","topGap-51":"universal-modal__topGap-51_d4gcu","bottomGap-51":"universal-modal__bottomGap-51_d4gcu","topGap-52":"universal-modal__topGap-52_d4gcu","bottomGap-52":"universal-modal__bottomGap-52_d4gcu","topGap-53":"universal-modal__topGap-53_d4gcu","bottomGap-53":"universal-modal__bottomGap-53_d4gcu","topGap-54":"universal-modal__topGap-54_d4gcu","bottomGap-54":"universal-modal__bottomGap-54_d4gcu","topGap-55":"universal-modal__topGap-55_d4gcu","bottomGap-55":"universal-modal__bottomGap-55_d4gcu","topGap-56":"universal-modal__topGap-56_d4gcu","bottomGap-56":"universal-modal__bottomGap-56_d4gcu","topGap-57":"universal-modal__topGap-57_d4gcu","bottomGap-57":"universal-modal__bottomGap-57_d4gcu","topGap-58":"universal-modal__topGap-58_d4gcu","bottomGap-58":"universal-modal__bottomGap-58_d4gcu","topGap-59":"universal-modal__topGap-59_d4gcu","bottomGap-59":"universal-modal__bottomGap-59_d4gcu","topGap-60":"universal-modal__topGap-60_d4gcu","bottomGap-60":"universal-modal__bottomGap-60_d4gcu","topGap-61":"universal-modal__topGap-61_d4gcu","bottomGap-61":"universal-modal__bottomGap-61_d4gcu","topGap-62":"universal-modal__topGap-62_d4gcu","bottomGap-62":"universal-modal__bottomGap-62_d4gcu","topGap-63":"universal-modal__topGap-63_d4gcu","bottomGap-63":"universal-modal__bottomGap-63_d4gcu","topGap-64":"universal-modal__topGap-64_d4gcu","bottomGap-64":"universal-modal__bottomGap-64_d4gcu","topGap-65":"universal-modal__topGap-65_d4gcu","bottomGap-65":"universal-modal__bottomGap-65_d4gcu","topGap-66":"universal-modal__topGap-66_d4gcu","bottomGap-66":"universal-modal__bottomGap-66_d4gcu","topGap-67":"universal-modal__topGap-67_d4gcu","bottomGap-67":"universal-modal__bottomGap-67_d4gcu","topGap-68":"universal-modal__topGap-68_d4gcu","bottomGap-68":"universal-modal__bottomGap-68_d4gcu","topGap-69":"universal-modal__topGap-69_d4gcu","bottomGap-69":"universal-modal__bottomGap-69_d4gcu","topGap-70":"universal-modal__topGap-70_d4gcu","bottomGap-70":"universal-modal__bottomGap-70_d4gcu","topGap-71":"universal-modal__topGap-71_d4gcu","bottomGap-71":"universal-modal__bottomGap-71_d4gcu","topGap-72":"universal-modal__topGap-72_d4gcu","bottomGap-72":"universal-modal__bottomGap-72_d4gcu","topGap-73":"universal-modal__topGap-73_d4gcu","bottomGap-73":"universal-modal__bottomGap-73_d4gcu","topGap-74":"universal-modal__topGap-74_d4gcu","bottomGap-74":"universal-modal__bottomGap-74_d4gcu","topGap-75":"universal-modal__topGap-75_d4gcu","bottomGap-75":"universal-modal__bottomGap-75_d4gcu","topGap-76":"universal-modal__topGap-76_d4gcu","bottomGap-76":"universal-modal__bottomGap-76_d4gcu","topGap-77":"universal-modal__topGap-77_d4gcu","bottomGap-77":"universal-modal__bottomGap-77_d4gcu","topGap-78":"universal-modal__topGap-78_d4gcu","bottomGap-78":"universal-modal__bottomGap-78_d4gcu","topGap-79":"universal-modal__topGap-79_d4gcu","bottomGap-79":"universal-modal__bottomGap-79_d4gcu","topGap-80":"universal-modal__topGap-80_d4gcu","bottomGap-80":"universal-modal__bottomGap-80_d4gcu","topGap-81":"universal-modal__topGap-81_d4gcu","bottomGap-81":"universal-modal__bottomGap-81_d4gcu","topGap-82":"universal-modal__topGap-82_d4gcu","bottomGap-82":"universal-modal__bottomGap-82_d4gcu","topGap-83":"universal-modal__topGap-83_d4gcu","bottomGap-83":"universal-modal__bottomGap-83_d4gcu","topGap-84":"universal-modal__topGap-84_d4gcu","bottomGap-84":"universal-modal__bottomGap-84_d4gcu","topGap-85":"universal-modal__topGap-85_d4gcu","bottomGap-85":"universal-modal__bottomGap-85_d4gcu","topGap-86":"universal-modal__topGap-86_d4gcu","bottomGap-86":"universal-modal__bottomGap-86_d4gcu","topGap-87":"universal-modal__topGap-87_d4gcu","bottomGap-87":"universal-modal__bottomGap-87_d4gcu","topGap-88":"universal-modal__topGap-88_d4gcu","bottomGap-88":"universal-modal__bottomGap-88_d4gcu","topGap-89":"universal-modal__topGap-89_d4gcu","bottomGap-89":"universal-modal__bottomGap-89_d4gcu","topGap-90":"universal-modal__topGap-90_d4gcu","bottomGap-90":"universal-modal__bottomGap-90_d4gcu","topGap-91":"universal-modal__topGap-91_d4gcu","bottomGap-91":"universal-modal__bottomGap-91_d4gcu","topGap-92":"universal-modal__topGap-92_d4gcu","bottomGap-92":"universal-modal__bottomGap-92_d4gcu","topGap-93":"universal-modal__topGap-93_d4gcu","bottomGap-93":"universal-modal__bottomGap-93_d4gcu","topGap-94":"universal-modal__topGap-94_d4gcu","bottomGap-94":"universal-modal__bottomGap-94_d4gcu","topGap-95":"universal-modal__topGap-95_d4gcu","bottomGap-95":"universal-modal__bottomGap-95_d4gcu","topGap-96":"universal-modal__topGap-96_d4gcu","bottomGap-96":"universal-modal__bottomGap-96_d4gcu","topGap-97":"universal-modal__topGap-97_d4gcu","bottomGap-97":"universal-modal__bottomGap-97_d4gcu","topGap-98":"universal-modal__topGap-98_d4gcu","bottomGap-98":"universal-modal__bottomGap-98_d4gcu","topGap-99":"universal-modal__topGap-99_d4gcu","bottomGap-99":"universal-modal__bottomGap-99_d4gcu","topGap-100":"universal-modal__topGap-100_d4gcu","bottomGap-100":"universal-modal__bottomGap-100_d4gcu","topGap-101":"universal-modal__topGap-101_d4gcu","bottomGap-101":"universal-modal__bottomGap-101_d4gcu","topGap-102":"universal-modal__topGap-102_d4gcu","bottomGap-102":"universal-modal__bottomGap-102_d4gcu","topGap-103":"universal-modal__topGap-103_d4gcu","bottomGap-103":"universal-modal__bottomGap-103_d4gcu","topGap-104":"universal-modal__topGap-104_d4gcu","bottomGap-104":"universal-modal__bottomGap-104_d4gcu","topGap-105":"universal-modal__topGap-105_d4gcu","bottomGap-105":"universal-modal__bottomGap-105_d4gcu","topGap-106":"universal-modal__topGap-106_d4gcu","bottomGap-106":"universal-modal__bottomGap-106_d4gcu","topGap-107":"universal-modal__topGap-107_d4gcu","bottomGap-107":"universal-modal__bottomGap-107_d4gcu","topGap-108":"universal-modal__topGap-108_d4gcu","bottomGap-108":"universal-modal__bottomGap-108_d4gcu","topGap-109":"universal-modal__topGap-109_d4gcu","bottomGap-109":"universal-modal__bottomGap-109_d4gcu","topGap-110":"universal-modal__topGap-110_d4gcu","bottomGap-110":"universal-modal__bottomGap-110_d4gcu","topGap-111":"universal-modal__topGap-111_d4gcu","bottomGap-111":"universal-modal__bottomGap-111_d4gcu","topGap-112":"universal-modal__topGap-112_d4gcu","bottomGap-112":"universal-modal__bottomGap-112_d4gcu","topGap-113":"universal-modal__topGap-113_d4gcu","bottomGap-113":"universal-modal__bottomGap-113_d4gcu","topGap-114":"universal-modal__topGap-114_d4gcu","bottomGap-114":"universal-modal__bottomGap-114_d4gcu","topGap-115":"universal-modal__topGap-115_d4gcu","bottomGap-115":"universal-modal__bottomGap-115_d4gcu","topGap-116":"universal-modal__topGap-116_d4gcu","bottomGap-116":"universal-modal__bottomGap-116_d4gcu","topGap-117":"universal-modal__topGap-117_d4gcu","bottomGap-117":"universal-modal__bottomGap-117_d4gcu","topGap-118":"universal-modal__topGap-118_d4gcu","bottomGap-118":"universal-modal__bottomGap-118_d4gcu","topGap-119":"universal-modal__topGap-119_d4gcu","bottomGap-119":"universal-modal__bottomGap-119_d4gcu","topGap-120":"universal-modal__topGap-120_d4gcu","bottomGap-120":"universal-modal__bottomGap-120_d4gcu","topGap-121":"universal-modal__topGap-121_d4gcu","bottomGap-121":"universal-modal__bottomGap-121_d4gcu","topGap-122":"universal-modal__topGap-122_d4gcu","bottomGap-122":"universal-modal__bottomGap-122_d4gcu","topGap-123":"universal-modal__topGap-123_d4gcu","bottomGap-123":"universal-modal__bottomGap-123_d4gcu","topGap-124":"universal-modal__topGap-124_d4gcu","bottomGap-124":"universal-modal__bottomGap-124_d4gcu","topGap-125":"universal-modal__topGap-125_d4gcu","bottomGap-125":"universal-modal__bottomGap-125_d4gcu","topGap-126":"universal-modal__topGap-126_d4gcu","bottomGap-126":"universal-modal__bottomGap-126_d4gcu","topGap-127":"universal-modal__topGap-127_d4gcu","bottomGap-127":"universal-modal__bottomGap-127_d4gcu","topGap-128":"universal-modal__topGap-128_d4gcu","bottomGap-128":"universal-modal__bottomGap-128_d4gcu","marginTop-0":"universal-modal__marginTop-0_d4gcu","marginTop-1":"universal-modal__marginTop-1_d4gcu","marginTop-2":"universal-modal__marginTop-2_d4gcu","marginTop-3":"universal-modal__marginTop-3_d4gcu","marginTop-4":"universal-modal__marginTop-4_d4gcu","marginTop-5":"universal-modal__marginTop-5_d4gcu","marginTop-6":"universal-modal__marginTop-6_d4gcu","marginTop-7":"universal-modal__marginTop-7_d4gcu","marginTop-8":"universal-modal__marginTop-8_d4gcu","marginTop-9":"universal-modal__marginTop-9_d4gcu","marginTop-10":"universal-modal__marginTop-10_d4gcu","marginTop-11":"universal-modal__marginTop-11_d4gcu","marginTop-12":"universal-modal__marginTop-12_d4gcu","marginTop-13":"universal-modal__marginTop-13_d4gcu","marginTop-14":"universal-modal__marginTop-14_d4gcu","marginTop-15":"universal-modal__marginTop-15_d4gcu","marginTop-16":"universal-modal__marginTop-16_d4gcu","marginTop-17":"universal-modal__marginTop-17_d4gcu","marginTop-18":"universal-modal__marginTop-18_d4gcu","marginTop-19":"universal-modal__marginTop-19_d4gcu","marginTop-20":"universal-modal__marginTop-20_d4gcu","marginTop-21":"universal-modal__marginTop-21_d4gcu","marginTop-22":"universal-modal__marginTop-22_d4gcu","marginTop-23":"universal-modal__marginTop-23_d4gcu","marginTop-24":"universal-modal__marginTop-24_d4gcu","marginTop-25":"universal-modal__marginTop-25_d4gcu","marginTop-26":"universal-modal__marginTop-26_d4gcu","marginTop-27":"universal-modal__marginTop-27_d4gcu","marginTop-28":"universal-modal__marginTop-28_d4gcu","marginTop-29":"universal-modal__marginTop-29_d4gcu","marginTop-30":"universal-modal__marginTop-30_d4gcu","marginTop-31":"universal-modal__marginTop-31_d4gcu","marginTop-32":"universal-modal__marginTop-32_d4gcu","marginTop-33":"universal-modal__marginTop-33_d4gcu","marginTop-34":"universal-modal__marginTop-34_d4gcu","marginTop-35":"universal-modal__marginTop-35_d4gcu","marginTop-36":"universal-modal__marginTop-36_d4gcu","marginTop-37":"universal-modal__marginTop-37_d4gcu","marginTop-38":"universal-modal__marginTop-38_d4gcu","marginTop-39":"universal-modal__marginTop-39_d4gcu","marginTop-40":"universal-modal__marginTop-40_d4gcu","marginTop-41":"universal-modal__marginTop-41_d4gcu","marginTop-42":"universal-modal__marginTop-42_d4gcu","marginTop-43":"universal-modal__marginTop-43_d4gcu","marginTop-44":"universal-modal__marginTop-44_d4gcu","marginTop-45":"universal-modal__marginTop-45_d4gcu","marginTop-46":"universal-modal__marginTop-46_d4gcu","marginTop-47":"universal-modal__marginTop-47_d4gcu","marginTop-48":"universal-modal__marginTop-48_d4gcu","marginTop-49":"universal-modal__marginTop-49_d4gcu","marginTop-50":"universal-modal__marginTop-50_d4gcu","marginTop-51":"universal-modal__marginTop-51_d4gcu","marginTop-52":"universal-modal__marginTop-52_d4gcu","marginTop-53":"universal-modal__marginTop-53_d4gcu","marginTop-54":"universal-modal__marginTop-54_d4gcu","marginTop-55":"universal-modal__marginTop-55_d4gcu","marginTop-56":"universal-modal__marginTop-56_d4gcu","marginTop-57":"universal-modal__marginTop-57_d4gcu","marginTop-58":"universal-modal__marginTop-58_d4gcu","marginTop-59":"universal-modal__marginTop-59_d4gcu","marginTop-60":"universal-modal__marginTop-60_d4gcu","marginTop-61":"universal-modal__marginTop-61_d4gcu","marginTop-62":"universal-modal__marginTop-62_d4gcu","marginTop-63":"universal-modal__marginTop-63_d4gcu","marginTop-64":"universal-modal__marginTop-64_d4gcu","marginTop-65":"universal-modal__marginTop-65_d4gcu","marginTop-66":"universal-modal__marginTop-66_d4gcu","marginTop-67":"universal-modal__marginTop-67_d4gcu","marginTop-68":"universal-modal__marginTop-68_d4gcu","marginTop-69":"universal-modal__marginTop-69_d4gcu","marginTop-70":"universal-modal__marginTop-70_d4gcu","marginTop-71":"universal-modal__marginTop-71_d4gcu","marginTop-72":"universal-modal__marginTop-72_d4gcu","marginTop-73":"universal-modal__marginTop-73_d4gcu","marginTop-74":"universal-modal__marginTop-74_d4gcu","marginTop-75":"universal-modal__marginTop-75_d4gcu","marginTop-76":"universal-modal__marginTop-76_d4gcu","marginTop-77":"universal-modal__marginTop-77_d4gcu","marginTop-78":"universal-modal__marginTop-78_d4gcu","marginTop-79":"universal-modal__marginTop-79_d4gcu","marginTop-80":"universal-modal__marginTop-80_d4gcu","marginTop-81":"universal-modal__marginTop-81_d4gcu","marginTop-82":"universal-modal__marginTop-82_d4gcu","marginTop-83":"universal-modal__marginTop-83_d4gcu","marginTop-84":"universal-modal__marginTop-84_d4gcu","marginTop-85":"universal-modal__marginTop-85_d4gcu","marginTop-86":"universal-modal__marginTop-86_d4gcu","marginTop-87":"universal-modal__marginTop-87_d4gcu","marginTop-88":"universal-modal__marginTop-88_d4gcu","marginTop-89":"universal-modal__marginTop-89_d4gcu","marginTop-90":"universal-modal__marginTop-90_d4gcu","marginTop-91":"universal-modal__marginTop-91_d4gcu","marginTop-92":"universal-modal__marginTop-92_d4gcu","marginTop-93":"universal-modal__marginTop-93_d4gcu","marginTop-94":"universal-modal__marginTop-94_d4gcu","marginTop-95":"universal-modal__marginTop-95_d4gcu","marginTop-96":"universal-modal__marginTop-96_d4gcu","marginTop-97":"universal-modal__marginTop-97_d4gcu","marginTop-98":"universal-modal__marginTop-98_d4gcu","marginTop-99":"universal-modal__marginTop-99_d4gcu","marginTop-100":"universal-modal__marginTop-100_d4gcu","marginTop-101":"universal-modal__marginTop-101_d4gcu","marginTop-102":"universal-modal__marginTop-102_d4gcu","marginTop-103":"universal-modal__marginTop-103_d4gcu","marginTop-104":"universal-modal__marginTop-104_d4gcu","marginTop-105":"universal-modal__marginTop-105_d4gcu","marginTop-106":"universal-modal__marginTop-106_d4gcu","marginTop-107":"universal-modal__marginTop-107_d4gcu","marginTop-108":"universal-modal__marginTop-108_d4gcu","marginTop-109":"universal-modal__marginTop-109_d4gcu","marginTop-110":"universal-modal__marginTop-110_d4gcu","marginTop-111":"universal-modal__marginTop-111_d4gcu","marginTop-112":"universal-modal__marginTop-112_d4gcu","marginTop-113":"universal-modal__marginTop-113_d4gcu","marginTop-114":"universal-modal__marginTop-114_d4gcu","marginTop-115":"universal-modal__marginTop-115_d4gcu","marginTop-116":"universal-modal__marginTop-116_d4gcu","marginTop-117":"universal-modal__marginTop-117_d4gcu","marginTop-118":"universal-modal__marginTop-118_d4gcu","marginTop-119":"universal-modal__marginTop-119_d4gcu","marginTop-120":"universal-modal__marginTop-120_d4gcu","marginTop-121":"universal-modal__marginTop-121_d4gcu","marginTop-122":"universal-modal__marginTop-122_d4gcu","marginTop-123":"universal-modal__marginTop-123_d4gcu","marginTop-124":"universal-modal__marginTop-124_d4gcu","marginTop-125":"universal-modal__marginTop-125_d4gcu","marginTop-126":"universal-modal__marginTop-126_d4gcu","marginTop-127":"universal-modal__marginTop-127_d4gcu","marginTop-128":"universal-modal__marginTop-128_d4gcu","marginRight-0":"universal-modal__marginRight-0_d4gcu","marginRight-1":"universal-modal__marginRight-1_d4gcu","marginRight-2":"universal-modal__marginRight-2_d4gcu","marginRight-3":"universal-modal__marginRight-3_d4gcu","marginRight-4":"universal-modal__marginRight-4_d4gcu","marginRight-5":"universal-modal__marginRight-5_d4gcu","marginRight-6":"universal-modal__marginRight-6_d4gcu","marginRight-7":"universal-modal__marginRight-7_d4gcu","marginRight-8":"universal-modal__marginRight-8_d4gcu","marginRight-9":"universal-modal__marginRight-9_d4gcu","marginRight-10":"universal-modal__marginRight-10_d4gcu","marginRight-11":"universal-modal__marginRight-11_d4gcu","marginRight-12":"universal-modal__marginRight-12_d4gcu","marginRight-13":"universal-modal__marginRight-13_d4gcu","marginRight-14":"universal-modal__marginRight-14_d4gcu","marginRight-15":"universal-modal__marginRight-15_d4gcu","marginRight-16":"universal-modal__marginRight-16_d4gcu","marginRight-17":"universal-modal__marginRight-17_d4gcu","marginRight-18":"universal-modal__marginRight-18_d4gcu","marginRight-19":"universal-modal__marginRight-19_d4gcu","marginRight-20":"universal-modal__marginRight-20_d4gcu","marginRight-21":"universal-modal__marginRight-21_d4gcu","marginRight-22":"universal-modal__marginRight-22_d4gcu","marginRight-23":"universal-modal__marginRight-23_d4gcu","marginRight-24":"universal-modal__marginRight-24_d4gcu","marginRight-25":"universal-modal__marginRight-25_d4gcu","marginRight-26":"universal-modal__marginRight-26_d4gcu","marginRight-27":"universal-modal__marginRight-27_d4gcu","marginRight-28":"universal-modal__marginRight-28_d4gcu","marginRight-29":"universal-modal__marginRight-29_d4gcu","marginRight-30":"universal-modal__marginRight-30_d4gcu","marginRight-31":"universal-modal__marginRight-31_d4gcu","marginRight-32":"universal-modal__marginRight-32_d4gcu","marginRight-33":"universal-modal__marginRight-33_d4gcu","marginRight-34":"universal-modal__marginRight-34_d4gcu","marginRight-35":"universal-modal__marginRight-35_d4gcu","marginRight-36":"universal-modal__marginRight-36_d4gcu","marginRight-37":"universal-modal__marginRight-37_d4gcu","marginRight-38":"universal-modal__marginRight-38_d4gcu","marginRight-39":"universal-modal__marginRight-39_d4gcu","marginRight-40":"universal-modal__marginRight-40_d4gcu","marginRight-41":"universal-modal__marginRight-41_d4gcu","marginRight-42":"universal-modal__marginRight-42_d4gcu","marginRight-43":"universal-modal__marginRight-43_d4gcu","marginRight-44":"universal-modal__marginRight-44_d4gcu","marginRight-45":"universal-modal__marginRight-45_d4gcu","marginRight-46":"universal-modal__marginRight-46_d4gcu","marginRight-47":"universal-modal__marginRight-47_d4gcu","marginRight-48":"universal-modal__marginRight-48_d4gcu","marginRight-49":"universal-modal__marginRight-49_d4gcu","marginRight-50":"universal-modal__marginRight-50_d4gcu","marginRight-51":"universal-modal__marginRight-51_d4gcu","marginRight-52":"universal-modal__marginRight-52_d4gcu","marginRight-53":"universal-modal__marginRight-53_d4gcu","marginRight-54":"universal-modal__marginRight-54_d4gcu","marginRight-55":"universal-modal__marginRight-55_d4gcu","marginRight-56":"universal-modal__marginRight-56_d4gcu","marginRight-57":"universal-modal__marginRight-57_d4gcu","marginRight-58":"universal-modal__marginRight-58_d4gcu","marginRight-59":"universal-modal__marginRight-59_d4gcu","marginRight-60":"universal-modal__marginRight-60_d4gcu","marginRight-61":"universal-modal__marginRight-61_d4gcu","marginRight-62":"universal-modal__marginRight-62_d4gcu","marginRight-63":"universal-modal__marginRight-63_d4gcu","marginRight-64":"universal-modal__marginRight-64_d4gcu","marginRight-65":"universal-modal__marginRight-65_d4gcu","marginRight-66":"universal-modal__marginRight-66_d4gcu","marginRight-67":"universal-modal__marginRight-67_d4gcu","marginRight-68":"universal-modal__marginRight-68_d4gcu","marginRight-69":"universal-modal__marginRight-69_d4gcu","marginRight-70":"universal-modal__marginRight-70_d4gcu","marginRight-71":"universal-modal__marginRight-71_d4gcu","marginRight-72":"universal-modal__marginRight-72_d4gcu","marginRight-73":"universal-modal__marginRight-73_d4gcu","marginRight-74":"universal-modal__marginRight-74_d4gcu","marginRight-75":"universal-modal__marginRight-75_d4gcu","marginRight-76":"universal-modal__marginRight-76_d4gcu","marginRight-77":"universal-modal__marginRight-77_d4gcu","marginRight-78":"universal-modal__marginRight-78_d4gcu","marginRight-79":"universal-modal__marginRight-79_d4gcu","marginRight-80":"universal-modal__marginRight-80_d4gcu","marginRight-81":"universal-modal__marginRight-81_d4gcu","marginRight-82":"universal-modal__marginRight-82_d4gcu","marginRight-83":"universal-modal__marginRight-83_d4gcu","marginRight-84":"universal-modal__marginRight-84_d4gcu","marginRight-85":"universal-modal__marginRight-85_d4gcu","marginRight-86":"universal-modal__marginRight-86_d4gcu","marginRight-87":"universal-modal__marginRight-87_d4gcu","marginRight-88":"universal-modal__marginRight-88_d4gcu","marginRight-89":"universal-modal__marginRight-89_d4gcu","marginRight-90":"universal-modal__marginRight-90_d4gcu","marginRight-91":"universal-modal__marginRight-91_d4gcu","marginRight-92":"universal-modal__marginRight-92_d4gcu","marginRight-93":"universal-modal__marginRight-93_d4gcu","marginRight-94":"universal-modal__marginRight-94_d4gcu","marginRight-95":"universal-modal__marginRight-95_d4gcu","marginRight-96":"universal-modal__marginRight-96_d4gcu","marginRight-97":"universal-modal__marginRight-97_d4gcu","marginRight-98":"universal-modal__marginRight-98_d4gcu","marginRight-99":"universal-modal__marginRight-99_d4gcu","marginRight-100":"universal-modal__marginRight-100_d4gcu","marginRight-101":"universal-modal__marginRight-101_d4gcu","marginRight-102":"universal-modal__marginRight-102_d4gcu","marginRight-103":"universal-modal__marginRight-103_d4gcu","marginRight-104":"universal-modal__marginRight-104_d4gcu","marginRight-105":"universal-modal__marginRight-105_d4gcu","marginRight-106":"universal-modal__marginRight-106_d4gcu","marginRight-107":"universal-modal__marginRight-107_d4gcu","marginRight-108":"universal-modal__marginRight-108_d4gcu","marginRight-109":"universal-modal__marginRight-109_d4gcu","marginRight-110":"universal-modal__marginRight-110_d4gcu","marginRight-111":"universal-modal__marginRight-111_d4gcu","marginRight-112":"universal-modal__marginRight-112_d4gcu","marginRight-113":"universal-modal__marginRight-113_d4gcu","marginRight-114":"universal-modal__marginRight-114_d4gcu","marginRight-115":"universal-modal__marginRight-115_d4gcu","marginRight-116":"universal-modal__marginRight-116_d4gcu","marginRight-117":"universal-modal__marginRight-117_d4gcu","marginRight-118":"universal-modal__marginRight-118_d4gcu","marginRight-119":"universal-modal__marginRight-119_d4gcu","marginRight-120":"universal-modal__marginRight-120_d4gcu","marginRight-121":"universal-modal__marginRight-121_d4gcu","marginRight-122":"universal-modal__marginRight-122_d4gcu","marginRight-123":"universal-modal__marginRight-123_d4gcu","marginRight-124":"universal-modal__marginRight-124_d4gcu","marginRight-125":"universal-modal__marginRight-125_d4gcu","marginRight-126":"universal-modal__marginRight-126_d4gcu","marginRight-127":"universal-modal__marginRight-127_d4gcu","marginRight-128":"universal-modal__marginRight-128_d4gcu","marginBottom-0":"universal-modal__marginBottom-0_d4gcu","marginBottom-1":"universal-modal__marginBottom-1_d4gcu","marginBottom-2":"universal-modal__marginBottom-2_d4gcu","marginBottom-3":"universal-modal__marginBottom-3_d4gcu","marginBottom-4":"universal-modal__marginBottom-4_d4gcu","marginBottom-5":"universal-modal__marginBottom-5_d4gcu","marginBottom-6":"universal-modal__marginBottom-6_d4gcu","marginBottom-7":"universal-modal__marginBottom-7_d4gcu","marginBottom-8":"universal-modal__marginBottom-8_d4gcu","marginBottom-9":"universal-modal__marginBottom-9_d4gcu","marginBottom-10":"universal-modal__marginBottom-10_d4gcu","marginBottom-11":"universal-modal__marginBottom-11_d4gcu","marginBottom-12":"universal-modal__marginBottom-12_d4gcu","marginBottom-13":"universal-modal__marginBottom-13_d4gcu","marginBottom-14":"universal-modal__marginBottom-14_d4gcu","marginBottom-15":"universal-modal__marginBottom-15_d4gcu","marginBottom-16":"universal-modal__marginBottom-16_d4gcu","marginBottom-17":"universal-modal__marginBottom-17_d4gcu","marginBottom-18":"universal-modal__marginBottom-18_d4gcu","marginBottom-19":"universal-modal__marginBottom-19_d4gcu","marginBottom-20":"universal-modal__marginBottom-20_d4gcu","marginBottom-21":"universal-modal__marginBottom-21_d4gcu","marginBottom-22":"universal-modal__marginBottom-22_d4gcu","marginBottom-23":"universal-modal__marginBottom-23_d4gcu","marginBottom-24":"universal-modal__marginBottom-24_d4gcu","marginBottom-25":"universal-modal__marginBottom-25_d4gcu","marginBottom-26":"universal-modal__marginBottom-26_d4gcu","marginBottom-27":"universal-modal__marginBottom-27_d4gcu","marginBottom-28":"universal-modal__marginBottom-28_d4gcu","marginBottom-29":"universal-modal__marginBottom-29_d4gcu","marginBottom-30":"universal-modal__marginBottom-30_d4gcu","marginBottom-31":"universal-modal__marginBottom-31_d4gcu","marginBottom-32":"universal-modal__marginBottom-32_d4gcu","marginBottom-33":"universal-modal__marginBottom-33_d4gcu","marginBottom-34":"universal-modal__marginBottom-34_d4gcu","marginBottom-35":"universal-modal__marginBottom-35_d4gcu","marginBottom-36":"universal-modal__marginBottom-36_d4gcu","marginBottom-37":"universal-modal__marginBottom-37_d4gcu","marginBottom-38":"universal-modal__marginBottom-38_d4gcu","marginBottom-39":"universal-modal__marginBottom-39_d4gcu","marginBottom-40":"universal-modal__marginBottom-40_d4gcu","marginBottom-41":"universal-modal__marginBottom-41_d4gcu","marginBottom-42":"universal-modal__marginBottom-42_d4gcu","marginBottom-43":"universal-modal__marginBottom-43_d4gcu","marginBottom-44":"universal-modal__marginBottom-44_d4gcu","marginBottom-45":"universal-modal__marginBottom-45_d4gcu","marginBottom-46":"universal-modal__marginBottom-46_d4gcu","marginBottom-47":"universal-modal__marginBottom-47_d4gcu","marginBottom-48":"universal-modal__marginBottom-48_d4gcu","marginBottom-49":"universal-modal__marginBottom-49_d4gcu","marginBottom-50":"universal-modal__marginBottom-50_d4gcu","marginBottom-51":"universal-modal__marginBottom-51_d4gcu","marginBottom-52":"universal-modal__marginBottom-52_d4gcu","marginBottom-53":"universal-modal__marginBottom-53_d4gcu","marginBottom-54":"universal-modal__marginBottom-54_d4gcu","marginBottom-55":"universal-modal__marginBottom-55_d4gcu","marginBottom-56":"universal-modal__marginBottom-56_d4gcu","marginBottom-57":"universal-modal__marginBottom-57_d4gcu","marginBottom-58":"universal-modal__marginBottom-58_d4gcu","marginBottom-59":"universal-modal__marginBottom-59_d4gcu","marginBottom-60":"universal-modal__marginBottom-60_d4gcu","marginBottom-61":"universal-modal__marginBottom-61_d4gcu","marginBottom-62":"universal-modal__marginBottom-62_d4gcu","marginBottom-63":"universal-modal__marginBottom-63_d4gcu","marginBottom-64":"universal-modal__marginBottom-64_d4gcu","marginBottom-65":"universal-modal__marginBottom-65_d4gcu","marginBottom-66":"universal-modal__marginBottom-66_d4gcu","marginBottom-67":"universal-modal__marginBottom-67_d4gcu","marginBottom-68":"universal-modal__marginBottom-68_d4gcu","marginBottom-69":"universal-modal__marginBottom-69_d4gcu","marginBottom-70":"universal-modal__marginBottom-70_d4gcu","marginBottom-71":"universal-modal__marginBottom-71_d4gcu","marginBottom-72":"universal-modal__marginBottom-72_d4gcu","marginBottom-73":"universal-modal__marginBottom-73_d4gcu","marginBottom-74":"universal-modal__marginBottom-74_d4gcu","marginBottom-75":"universal-modal__marginBottom-75_d4gcu","marginBottom-76":"universal-modal__marginBottom-76_d4gcu","marginBottom-77":"universal-modal__marginBottom-77_d4gcu","marginBottom-78":"universal-modal__marginBottom-78_d4gcu","marginBottom-79":"universal-modal__marginBottom-79_d4gcu","marginBottom-80":"universal-modal__marginBottom-80_d4gcu","marginBottom-81":"universal-modal__marginBottom-81_d4gcu","marginBottom-82":"universal-modal__marginBottom-82_d4gcu","marginBottom-83":"universal-modal__marginBottom-83_d4gcu","marginBottom-84":"universal-modal__marginBottom-84_d4gcu","marginBottom-85":"universal-modal__marginBottom-85_d4gcu","marginBottom-86":"universal-modal__marginBottom-86_d4gcu","marginBottom-87":"universal-modal__marginBottom-87_d4gcu","marginBottom-88":"universal-modal__marginBottom-88_d4gcu","marginBottom-89":"universal-modal__marginBottom-89_d4gcu","marginBottom-90":"universal-modal__marginBottom-90_d4gcu","marginBottom-91":"universal-modal__marginBottom-91_d4gcu","marginBottom-92":"universal-modal__marginBottom-92_d4gcu","marginBottom-93":"universal-modal__marginBottom-93_d4gcu","marginBottom-94":"universal-modal__marginBottom-94_d4gcu","marginBottom-95":"universal-modal__marginBottom-95_d4gcu","marginBottom-96":"universal-modal__marginBottom-96_d4gcu","marginBottom-97":"universal-modal__marginBottom-97_d4gcu","marginBottom-98":"universal-modal__marginBottom-98_d4gcu","marginBottom-99":"universal-modal__marginBottom-99_d4gcu","marginBottom-100":"universal-modal__marginBottom-100_d4gcu","marginBottom-101":"universal-modal__marginBottom-101_d4gcu","marginBottom-102":"universal-modal__marginBottom-102_d4gcu","marginBottom-103":"universal-modal__marginBottom-103_d4gcu","marginBottom-104":"universal-modal__marginBottom-104_d4gcu","marginBottom-105":"universal-modal__marginBottom-105_d4gcu","marginBottom-106":"universal-modal__marginBottom-106_d4gcu","marginBottom-107":"universal-modal__marginBottom-107_d4gcu","marginBottom-108":"universal-modal__marginBottom-108_d4gcu","marginBottom-109":"universal-modal__marginBottom-109_d4gcu","marginBottom-110":"universal-modal__marginBottom-110_d4gcu","marginBottom-111":"universal-modal__marginBottom-111_d4gcu","marginBottom-112":"universal-modal__marginBottom-112_d4gcu","marginBottom-113":"universal-modal__marginBottom-113_d4gcu","marginBottom-114":"universal-modal__marginBottom-114_d4gcu","marginBottom-115":"universal-modal__marginBottom-115_d4gcu","marginBottom-116":"universal-modal__marginBottom-116_d4gcu","marginBottom-117":"universal-modal__marginBottom-117_d4gcu","marginBottom-118":"universal-modal__marginBottom-118_d4gcu","marginBottom-119":"universal-modal__marginBottom-119_d4gcu","marginBottom-120":"universal-modal__marginBottom-120_d4gcu","marginBottom-121":"universal-modal__marginBottom-121_d4gcu","marginBottom-122":"universal-modal__marginBottom-122_d4gcu","marginBottom-123":"universal-modal__marginBottom-123_d4gcu","marginBottom-124":"universal-modal__marginBottom-124_d4gcu","marginBottom-125":"universal-modal__marginBottom-125_d4gcu","marginBottom-126":"universal-modal__marginBottom-126_d4gcu","marginBottom-127":"universal-modal__marginBottom-127_d4gcu","marginBottom-128":"universal-modal__marginBottom-128_d4gcu","marginLeft-0":"universal-modal__marginLeft-0_d4gcu","marginLeft-1":"universal-modal__marginLeft-1_d4gcu","marginLeft-2":"universal-modal__marginLeft-2_d4gcu","marginLeft-3":"universal-modal__marginLeft-3_d4gcu","marginLeft-4":"universal-modal__marginLeft-4_d4gcu","marginLeft-5":"universal-modal__marginLeft-5_d4gcu","marginLeft-6":"universal-modal__marginLeft-6_d4gcu","marginLeft-7":"universal-modal__marginLeft-7_d4gcu","marginLeft-8":"universal-modal__marginLeft-8_d4gcu","marginLeft-9":"universal-modal__marginLeft-9_d4gcu","marginLeft-10":"universal-modal__marginLeft-10_d4gcu","marginLeft-11":"universal-modal__marginLeft-11_d4gcu","marginLeft-12":"universal-modal__marginLeft-12_d4gcu","marginLeft-13":"universal-modal__marginLeft-13_d4gcu","marginLeft-14":"universal-modal__marginLeft-14_d4gcu","marginLeft-15":"universal-modal__marginLeft-15_d4gcu","marginLeft-16":"universal-modal__marginLeft-16_d4gcu","marginLeft-17":"universal-modal__marginLeft-17_d4gcu","marginLeft-18":"universal-modal__marginLeft-18_d4gcu","marginLeft-19":"universal-modal__marginLeft-19_d4gcu","marginLeft-20":"universal-modal__marginLeft-20_d4gcu","marginLeft-21":"universal-modal__marginLeft-21_d4gcu","marginLeft-22":"universal-modal__marginLeft-22_d4gcu","marginLeft-23":"universal-modal__marginLeft-23_d4gcu","marginLeft-24":"universal-modal__marginLeft-24_d4gcu","marginLeft-25":"universal-modal__marginLeft-25_d4gcu","marginLeft-26":"universal-modal__marginLeft-26_d4gcu","marginLeft-27":"universal-modal__marginLeft-27_d4gcu","marginLeft-28":"universal-modal__marginLeft-28_d4gcu","marginLeft-29":"universal-modal__marginLeft-29_d4gcu","marginLeft-30":"universal-modal__marginLeft-30_d4gcu","marginLeft-31":"universal-modal__marginLeft-31_d4gcu","marginLeft-32":"universal-modal__marginLeft-32_d4gcu","marginLeft-33":"universal-modal__marginLeft-33_d4gcu","marginLeft-34":"universal-modal__marginLeft-34_d4gcu","marginLeft-35":"universal-modal__marginLeft-35_d4gcu","marginLeft-36":"universal-modal__marginLeft-36_d4gcu","marginLeft-37":"universal-modal__marginLeft-37_d4gcu","marginLeft-38":"universal-modal__marginLeft-38_d4gcu","marginLeft-39":"universal-modal__marginLeft-39_d4gcu","marginLeft-40":"universal-modal__marginLeft-40_d4gcu","marginLeft-41":"universal-modal__marginLeft-41_d4gcu","marginLeft-42":"universal-modal__marginLeft-42_d4gcu","marginLeft-43":"universal-modal__marginLeft-43_d4gcu","marginLeft-44":"universal-modal__marginLeft-44_d4gcu","marginLeft-45":"universal-modal__marginLeft-45_d4gcu","marginLeft-46":"universal-modal__marginLeft-46_d4gcu","marginLeft-47":"universal-modal__marginLeft-47_d4gcu","marginLeft-48":"universal-modal__marginLeft-48_d4gcu","marginLeft-49":"universal-modal__marginLeft-49_d4gcu","marginLeft-50":"universal-modal__marginLeft-50_d4gcu","marginLeft-51":"universal-modal__marginLeft-51_d4gcu","marginLeft-52":"universal-modal__marginLeft-52_d4gcu","marginLeft-53":"universal-modal__marginLeft-53_d4gcu","marginLeft-54":"universal-modal__marginLeft-54_d4gcu","marginLeft-55":"universal-modal__marginLeft-55_d4gcu","marginLeft-56":"universal-modal__marginLeft-56_d4gcu","marginLeft-57":"universal-modal__marginLeft-57_d4gcu","marginLeft-58":"universal-modal__marginLeft-58_d4gcu","marginLeft-59":"universal-modal__marginLeft-59_d4gcu","marginLeft-60":"universal-modal__marginLeft-60_d4gcu","marginLeft-61":"universal-modal__marginLeft-61_d4gcu","marginLeft-62":"universal-modal__marginLeft-62_d4gcu","marginLeft-63":"universal-modal__marginLeft-63_d4gcu","marginLeft-64":"universal-modal__marginLeft-64_d4gcu","marginLeft-65":"universal-modal__marginLeft-65_d4gcu","marginLeft-66":"universal-modal__marginLeft-66_d4gcu","marginLeft-67":"universal-modal__marginLeft-67_d4gcu","marginLeft-68":"universal-modal__marginLeft-68_d4gcu","marginLeft-69":"universal-modal__marginLeft-69_d4gcu","marginLeft-70":"universal-modal__marginLeft-70_d4gcu","marginLeft-71":"universal-modal__marginLeft-71_d4gcu","marginLeft-72":"universal-modal__marginLeft-72_d4gcu","marginLeft-73":"universal-modal__marginLeft-73_d4gcu","marginLeft-74":"universal-modal__marginLeft-74_d4gcu","marginLeft-75":"universal-modal__marginLeft-75_d4gcu","marginLeft-76":"universal-modal__marginLeft-76_d4gcu","marginLeft-77":"universal-modal__marginLeft-77_d4gcu","marginLeft-78":"universal-modal__marginLeft-78_d4gcu","marginLeft-79":"universal-modal__marginLeft-79_d4gcu","marginLeft-80":"universal-modal__marginLeft-80_d4gcu","marginLeft-81":"universal-modal__marginLeft-81_d4gcu","marginLeft-82":"universal-modal__marginLeft-82_d4gcu","marginLeft-83":"universal-modal__marginLeft-83_d4gcu","marginLeft-84":"universal-modal__marginLeft-84_d4gcu","marginLeft-85":"universal-modal__marginLeft-85_d4gcu","marginLeft-86":"universal-modal__marginLeft-86_d4gcu","marginLeft-87":"universal-modal__marginLeft-87_d4gcu","marginLeft-88":"universal-modal__marginLeft-88_d4gcu","marginLeft-89":"universal-modal__marginLeft-89_d4gcu","marginLeft-90":"universal-modal__marginLeft-90_d4gcu","marginLeft-91":"universal-modal__marginLeft-91_d4gcu","marginLeft-92":"universal-modal__marginLeft-92_d4gcu","marginLeft-93":"universal-modal__marginLeft-93_d4gcu","marginLeft-94":"universal-modal__marginLeft-94_d4gcu","marginLeft-95":"universal-modal__marginLeft-95_d4gcu","marginLeft-96":"universal-modal__marginLeft-96_d4gcu","marginLeft-97":"universal-modal__marginLeft-97_d4gcu","marginLeft-98":"universal-modal__marginLeft-98_d4gcu","marginLeft-99":"universal-modal__marginLeft-99_d4gcu","marginLeft-100":"universal-modal__marginLeft-100_d4gcu","marginLeft-101":"universal-modal__marginLeft-101_d4gcu","marginLeft-102":"universal-modal__marginLeft-102_d4gcu","marginLeft-103":"universal-modal__marginLeft-103_d4gcu","marginLeft-104":"universal-modal__marginLeft-104_d4gcu","marginLeft-105":"universal-modal__marginLeft-105_d4gcu","marginLeft-106":"universal-modal__marginLeft-106_d4gcu","marginLeft-107":"universal-modal__marginLeft-107_d4gcu","marginLeft-108":"universal-modal__marginLeft-108_d4gcu","marginLeft-109":"universal-modal__marginLeft-109_d4gcu","marginLeft-110":"universal-modal__marginLeft-110_d4gcu","marginLeft-111":"universal-modal__marginLeft-111_d4gcu","marginLeft-112":"universal-modal__marginLeft-112_d4gcu","marginLeft-113":"universal-modal__marginLeft-113_d4gcu","marginLeft-114":"universal-modal__marginLeft-114_d4gcu","marginLeft-115":"universal-modal__marginLeft-115_d4gcu","marginLeft-116":"universal-modal__marginLeft-116_d4gcu","marginLeft-117":"universal-modal__marginLeft-117_d4gcu","marginLeft-118":"universal-modal__marginLeft-118_d4gcu","marginLeft-119":"universal-modal__marginLeft-119_d4gcu","marginLeft-120":"universal-modal__marginLeft-120_d4gcu","marginLeft-121":"universal-modal__marginLeft-121_d4gcu","marginLeft-122":"universal-modal__marginLeft-122_d4gcu","marginLeft-123":"universal-modal__marginLeft-123_d4gcu","marginLeft-124":"universal-modal__marginLeft-124_d4gcu","marginLeft-125":"universal-modal__marginLeft-125_d4gcu","marginLeft-126":"universal-modal__marginLeft-126_d4gcu","marginLeft-127":"universal-modal__marginLeft-127_d4gcu","marginLeft-128":"universal-modal__marginLeft-128_d4gcu"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
.universal-
|
|
2
|
-
.universal-
|
|
1
|
+
.universal-modal__appear_c8quw,
|
|
2
|
+
.universal-modal__enter_c8quw {
|
|
3
3
|
opacity: 0;
|
|
4
4
|
transform: translateY(15px) translateZ(0);
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
.universal-
|
|
8
|
-
.universal-
|
|
7
|
+
.universal-modal__appearActive_c8quw,
|
|
8
|
+
.universal-modal__enterActive_c8quw {
|
|
9
9
|
opacity: 1;
|
|
10
10
|
transform: translateY(0) translateZ(0);
|
|
11
11
|
transition:
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
transform 200ms ease-in;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.universal-
|
|
16
|
+
.universal-modal__exit_c8quw {
|
|
17
17
|
opacity: 1;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.universal-
|
|
21
|
-
.universal-
|
|
20
|
+
.universal-modal__exitActive_c8quw,
|
|
21
|
+
.universal-modal__exitDone_c8quw {
|
|
22
22
|
opacity: 0;
|
|
23
23
|
transform: translateY(15px) translateZ(0);
|
|
24
24
|
transition:
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./safari-transitions.css');
|
|
4
4
|
|
|
5
|
-
var safariTransitions = {"appear":"universal-
|
|
5
|
+
var safariTransitions = {"appear":"universal-modal__appear_c8quw","enter":"universal-modal__enter_c8quw","appearActive":"universal-modal__appearActive_c8quw","enterActive":"universal-modal__enterActive_c8quw","exit":"universal-modal__exit_c8quw","exitActive":"universal-modal__exitActive_c8quw","exitDone":"universal-modal__exitDone_c8quw"};
|
|
6
6
|
|
|
7
7
|
module.exports = safariTransitions;
|
|
8
8
|
//# sourceMappingURL=safari-transitions.module.css.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
.universal-
|
|
2
|
-
.universal-
|
|
1
|
+
.universal-modal__appear_lfbfu,
|
|
2
|
+
.universal-modal__enter_lfbfu {
|
|
3
3
|
opacity: 0;
|
|
4
4
|
transform: scale(0.9) translateZ(0);
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
.universal-
|
|
8
|
-
.universal-
|
|
7
|
+
.universal-modal__appearActive_lfbfu,
|
|
8
|
+
.universal-modal__enterActive_lfbfu {
|
|
9
9
|
opacity: 1;
|
|
10
10
|
transform: translateX(0) translateZ(0);
|
|
11
11
|
transition:
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
transform 200ms ease-in;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.universal-
|
|
16
|
+
.universal-modal__exit_lfbfu {
|
|
17
17
|
opacity: 1;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.universal-
|
|
21
|
-
.universal-
|
|
20
|
+
.universal-modal__exitActive_lfbfu,
|
|
21
|
+
.universal-modal__exitDone_lfbfu {
|
|
22
22
|
opacity: 0;
|
|
23
23
|
transform: scale(0.9) translateZ(0);
|
|
24
24
|
transition:
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./transitions.css');
|
|
4
4
|
|
|
5
|
-
var transitions = {"appear":"universal-
|
|
5
|
+
var transitions = {"appear":"universal-modal__appear_lfbfu","enter":"universal-modal__enter_lfbfu","appearActive":"universal-modal__appearActive_lfbfu","enterActive":"universal-modal__enterActive_lfbfu","exit":"universal-modal__exit_lfbfu","exitActive":"universal-modal__exitActive_lfbfu","exitDone":"universal-modal__exitDone_lfbfu"};
|
|
6
6
|
|
|
7
7
|
module.exports = transitions;
|
|
8
8
|
//# sourceMappingURL=transitions.module.css.js.map
|
|
@@ -6,29 +6,29 @@
|
|
|
6
6
|
--gap-12: var(--gap-s);
|
|
7
7
|
--gap-16: var(--gap-m);
|
|
8
8
|
}
|
|
9
|
-
.universal-
|
|
9
|
+
.universal-modal__column_wet8n {
|
|
10
10
|
display: flex;
|
|
11
11
|
flex-direction: column;
|
|
12
12
|
gap: var(--gap-8);
|
|
13
13
|
}
|
|
14
|
-
.universal-
|
|
14
|
+
.universal-modal__column_wet8n.universal-modal__middle_wet8n {
|
|
15
15
|
gap: var(--gap-12);
|
|
16
16
|
}
|
|
17
|
-
.universal-
|
|
17
|
+
.universal-modal__start_wet8n {
|
|
18
18
|
justify-content: flex-start;
|
|
19
19
|
}
|
|
20
|
-
.universal-
|
|
20
|
+
.universal-modal__center_wet8n {
|
|
21
21
|
justify-content: center;
|
|
22
22
|
}
|
|
23
|
-
.universal-modal__space-
|
|
23
|
+
.universal-modal__space-between_wet8n {
|
|
24
24
|
justify-content: space-between;
|
|
25
25
|
}
|
|
26
|
-
.universal-modal__space-
|
|
26
|
+
.universal-modal__space-between_wet8n > * {
|
|
27
27
|
flex: 1;
|
|
28
28
|
}
|
|
29
|
-
.universal-
|
|
30
|
-
.universal-
|
|
31
|
-
.universal-modal__space-
|
|
29
|
+
.universal-modal__start_wet8n,
|
|
30
|
+
.universal-modal__center_wet8n,
|
|
31
|
+
.universal-modal__space-between_wet8n {
|
|
32
32
|
display: flex;
|
|
33
33
|
gap: var(--gap-16);
|
|
34
34
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./layout.css');
|
|
4
4
|
|
|
5
|
-
var layoutStyles = {"column":"universal-
|
|
5
|
+
var layoutStyles = {"column":"universal-modal__column_wet8n","middle":"universal-modal__middle_wet8n","start":"universal-modal__start_wet8n","center":"universal-modal__center_wet8n","space-between":"universal-modal__space-between_wet8n"};
|
|
6
6
|
|
|
7
7
|
module.exports = layoutStyles;
|
|
8
8
|
//# sourceMappingURL=layout.module.css.js.map
|
|
@@ -8,36 +8,41 @@
|
|
|
8
8
|
--gap-20: var(--gap-l);
|
|
9
9
|
}
|
|
10
10
|
:root {
|
|
11
|
-
--font-family-
|
|
12
|
-
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
11
|
+
--font-family-alfasans:
|
|
12
|
+
'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
13
|
+
Helvetica, sans-serif;
|
|
13
14
|
}
|
|
14
|
-
.universal-
|
|
15
|
+
.universal-modal__header_19uwu {
|
|
15
16
|
padding: var(--gap-20) var(--gap-20) 0;
|
|
16
17
|
}
|
|
17
|
-
.universal-
|
|
18
|
+
.universal-modal__header_19uwu .universal-modal__headerTitle_19uwu {
|
|
18
19
|
font-size: 22px;
|
|
19
20
|
line-height: 26px;
|
|
20
21
|
font-weight: 700;
|
|
21
|
-
|
|
22
|
+
letter-spacing: 0.2px;
|
|
23
|
+
font-family: var(--font-family-alfasans);
|
|
22
24
|
padding: 11px var(--gap-12);
|
|
23
25
|
}
|
|
24
|
-
.universal-
|
|
26
|
+
.universal-modal__header_19uwu .universal-modal__bottomAddons_19uwu {
|
|
25
27
|
font-size: 22px;
|
|
26
28
|
line-height: 26px;
|
|
27
29
|
font-weight: 700;
|
|
28
|
-
|
|
30
|
+
letter-spacing: 0.2px;
|
|
31
|
+
font-family: var(--font-family-alfasans);
|
|
29
32
|
padding: var(--gap-6) var(--gap-12) var(--gap-16);
|
|
30
33
|
}
|
|
31
|
-
.universal-
|
|
34
|
+
.universal-modal__header_19uwu.universal-modal__medium_19uwu .universal-modal__headerTitle_19uwu {
|
|
32
35
|
font-size: 30px;
|
|
33
36
|
line-height: 36px;
|
|
34
37
|
font-weight: 700;
|
|
35
|
-
|
|
38
|
+
letter-spacing: 0.1px;
|
|
39
|
+
font-family: var(--font-family-alfasans);
|
|
36
40
|
padding: var(--gap-6) var(--gap-12) var(--gap-16);
|
|
37
41
|
}
|
|
38
|
-
.universal-
|
|
42
|
+
.universal-modal__header_19uwu.universal-modal__medium_19uwu .universal-modal__bottomAddons_19uwu {
|
|
39
43
|
font-size: 30px;
|
|
40
44
|
line-height: 36px;
|
|
41
45
|
font-weight: 700;
|
|
42
|
-
|
|
46
|
+
letter-spacing: 0.1px;
|
|
47
|
+
font-family: var(--font-family-alfasans);
|
|
43
48
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./desktop.css');
|
|
4
4
|
|
|
5
|
-
var desktopStyles = {"header":"universal-
|
|
5
|
+
var desktopStyles = {"header":"universal-modal__header_19uwu","headerTitle":"universal-modal__headerTitle_19uwu","bottomAddons":"universal-modal__bottomAddons_19uwu","medium":"universal-modal__medium_19uwu"};
|
|
6
6
|
|
|
7
7
|
module.exports = desktopStyles;
|
|
8
8
|
//# sourceMappingURL=desktop.module.css.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
.universal-
|
|
1
|
+
.universal-modal__scrollable_1gy0g {
|
|
2
2
|
height: 100%;
|
|
3
3
|
}
|
|
4
|
-
.universal-
|
|
4
|
+
.universal-modal__scrollable_1gy0g .universal-modal__scrollableNode_1gy0g.universal-modal__scrollableNode_1gy0g {
|
|
5
5
|
display: flex;
|
|
6
6
|
flex-direction: column;
|
|
7
7
|
}
|
|
8
|
-
.universal-
|
|
8
|
+
.universal-modal__scrollable_1gy0g .universal-modal__scrollableNode_1gy0g.universal-modal__scrollableNode_1gy0g .universal-modal__contentNode_1gy0g {
|
|
9
9
|
display: flex;
|
|
10
10
|
|
|
11
11
|
flex-direction: column;
|
|
12
12
|
}
|
|
13
|
-
.universal-
|
|
13
|
+
.universal-modal__scrollable_1gy0g .universal-modal__scrollableNode_1gy0g.universal-modal__scrollableNode_1gy0g .universal-modal__contentNode_1gy0g:not(.universal-modal__hugContent_1gy0g) {
|
|
14
14
|
flex: 1 1 auto;
|
|
15
15
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./modal-content.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"scrollable":"universal-
|
|
5
|
+
var styles = {"scrollable":"universal-modal__scrollable_1gy0g","scrollableNode":"universal-modal__scrollableNode_1gy0g","contentNode":"universal-modal__contentNode_1gy0g","hugContent":"universal-modal__hugContent_1gy0g"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=modal-content.module.css.js.map
|