@mycause/ui 0.0.0-c9beb99b → 0.0.0-c9cc3b00
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/README.md +17 -0
- package/dist/components/anchor/anchor.d.ts +1 -1
- package/dist/components/anchor/anchor.stories.d.ts +2 -2
- package/dist/components/anchor/bold-anchor.d.ts +1 -1
- package/dist/components/anchor/bold-anchor.stories.d.ts +2 -2
- package/dist/components/avatar/avatar.d.ts +3 -3
- package/dist/components/avatar/avatar.stories.d.ts +3 -3
- package/dist/components/avatar/image-avatar.d.ts +1 -1
- package/dist/components/avatar/ipet-photo-CfDAo3C3bvQ-unsplash.jpg +0 -0
- package/dist/components/avatar/text-avatar.d.ts +1 -1
- package/dist/components/button/button.d.ts +2 -2
- package/dist/components/button/button.stories.d.ts +10 -10
- package/dist/components/button-select/button-select.d.ts +1 -1
- package/dist/components/button-select/button-select.stories.d.ts +2 -2
- package/dist/components/campaign-card/campaign-card.d.ts +2 -2
- package/dist/components/campaign-card/campaign-card.stories.d.ts +3 -3
- package/dist/components/campaign-card/test-image.svg +10 -0
- package/dist/components/campaign-of-month/campaign-of-month.d.ts +1 -1
- package/dist/components/campaign-of-month/campaign-of-month.stories.d.ts +3 -3
- package/dist/components/campaign-of-month/image.png +0 -0
- package/dist/components/charity-card/arrow.svg +3 -0
- package/dist/components/charity-card/charity-card.d.ts +2 -2
- package/dist/components/charity-card/charity-card.stories.d.ts +3 -3
- package/dist/components/charity-tags-filter-button/FilterIcon.d.ts +6 -0
- package/dist/components/charity-tags-filter-button/charity-tags-filter-button.d.ts +36 -0
- package/dist/components/charity-tags-filter-button/charity-tags-filter-button.stories.d.ts +12 -0
- package/dist/components/charity-tags-filter-button/index.d.ts +1 -0
- package/dist/components/checkbox/checkbox.d.ts +1 -1
- package/dist/components/checkbox/checkbox.stories.d.ts +4 -4
- package/dist/components/chips/chip.d.ts +2 -2
- package/dist/components/chips/chips.d.ts +2 -2
- package/dist/components/chips/chips.stories.d.ts +4 -4
- package/dist/components/chips/input-chips.d.ts +1 -1
- package/dist/components/chips/input-chips.stories.d.ts +2 -2
- package/dist/components/collapse/collapse.d.ts +21 -0
- package/dist/components/collapse/collapse.stories.d.ts +19 -0
- package/dist/components/collapse/icons.d.ts +5 -0
- package/dist/components/collapse/index.d.ts +1 -0
- package/dist/components/combo-field/combo-field-expander.d.ts +1 -1
- package/dist/components/combo-field/combo-field.d.ts +1 -1
- package/dist/components/combo-field/combo-field.stories.d.ts +3 -3
- package/dist/components/comment-section/comment-section-v2/comment-section-v2.d.ts +3 -3
- package/dist/components/comment-section/comment-section-v2/icons/add-feel-icon.svg +8 -0
- package/dist/components/comment-section/comment-section-v2/icons/expand-icon.svg +3 -0
- package/dist/components/comment-section/comment-section-v2/icons/heart-icon.svg +9 -0
- package/dist/components/comment-section/comment-section-v2/icons/like-icon.svg +9 -0
- package/dist/components/comment-section/comment-section-v2/icons/reply-icon.svg +8 -0
- package/dist/components/comment-section/comment-section-v2/sub-comments-v2.d.ts +4 -4
- package/dist/components/comment-section/comment-section.d.ts +2 -11
- package/dist/components/comment-section/comment-section.stories.d.ts +3 -3
- package/dist/components/comment-section/comment-type.d.ts +10 -0
- package/dist/components/comment-section/index.d.ts +1 -1
- package/dist/components/comment-section/sub-comments.d.ts +4 -4
- package/dist/components/cropper/cat.jpeg +0 -0
- package/dist/components/cropper/cropper.d.ts +1 -1
- package/dist/components/cropper/cropper.stories.d.ts +2 -2
- package/dist/components/date-picker/date-picker.d.ts +1 -1
- package/dist/components/date-picker/date-picker.stories.d.ts +6 -6
- package/dist/components/date-picker/index.d.ts +1 -1
- package/dist/components/date-picker/single-date-picker-custom-header.d.ts +2 -2
- package/dist/components/date-picker/single-date-picker.d.ts +3 -2
- package/dist/components/donate-card/donate-card.d.ts +2 -2
- package/dist/components/donate-card/donate-card.stories.d.ts +3 -3
- package/dist/components/donation-form/donation-details.d.ts +1 -1
- package/dist/components/donation-form/donation-form-v2/donation-form-v2.d.ts +2 -2
- package/dist/components/donation-form/donation-form-v2/icon/share.svg +10 -0
- package/dist/components/donation-form/donation-form.d.ts +2 -2
- package/dist/components/donation-form/donation-form.stories.d.ts +3 -3
- package/dist/components/donation-form/donation-payment.d.ts +2 -2
- package/dist/components/donation-form/donation-select.d.ts +2 -2
- package/dist/components/elevation/elevation.d.ts +1 -1
- package/dist/components/elevation/elevation.stories.d.ts +2 -2
- package/dist/components/favorite-charity-item/charitytest.png +0 -0
- package/dist/components/favorite-charity-item/favorite-charity-item.stories.d.ts +3 -3
- package/dist/components/favorite-charity-item/mycause-logo-icon.svg +1 -0
- package/dist/components/favorite-charity-item/showmorecharity.png +0 -0
- package/dist/components/featured-campaign-card/featured-campaign-card.d.ts +2 -2
- package/dist/components/featured-campaign-card/featured-campaign-card.stories.d.ts +3 -3
- package/dist/components/featured-campaign-card/test-image.svg +9 -0
- package/dist/components/field-helpers/field-helper-text.d.ts +2 -2
- package/dist/components/field-helpers/field-label.d.ts +1 -1
- package/dist/components/footerV2/footerV2.d.ts +2 -2
- package/dist/components/footerV2/footerV2.stories.d.ts +2 -2
- package/dist/components/footerV2/icon/arrow-right-white.svg +1 -0
- package/dist/components/footerV2/icon/icon-bigger.svg +3 -0
- package/dist/components/footerV2/icon/icon-facebook.svg +3 -0
- package/dist/components/footerV2/icon/icon-instagram.svg +3 -0
- package/dist/components/footerV2/icon/icon-linkedin.svg +3 -0
- package/dist/components/footerV2/icon/icon-smaller.svg +3 -0
- package/dist/components/footerV2/icon/mycause-logo-hand.svg +3 -0
- package/dist/components/footerV2/icon/mycause-logo-heart.svg +3 -0
- package/dist/components/footerV2/icon/mycause-logo-on-light.svg +1 -0
- package/dist/components/footerV2/icon/mycause-logo-people.svg +3 -0
- package/dist/components/fundraising-section/fundraising-section.d.ts +2 -2
- package/dist/components/fundraising-section/fundraising-section.stories.d.ts +3 -3
- package/dist/components/fundraising-section/image.png +0 -0
- package/dist/components/hero-banner/hero-banner.d.ts +2 -2
- package/dist/components/hero-banner/hero-banner.stories.d.ts +3 -3
- package/dist/components/hero-banner/hero.png +0 -0
- package/dist/components/horizontalbar/horizontalbar.d.ts +2 -2
- package/dist/components/horizontalbar/horizontalbar.stories.d.ts +5 -5
- package/dist/components/icon/btn_google_light_normal_ios.svg.d.ts +1 -1
- package/dist/components/icon/facebook_6.svg.d.ts +1 -1
- package/dist/components/icon/heart-toggle.d.ts +1 -1
- package/dist/components/icon/heart-toggle.stories.d.ts +2 -2
- package/dist/components/icon/icon-button-group.d.ts +1 -1
- package/dist/components/icon/icon-button-group.stories.d.ts +2 -2
- package/dist/components/icon/icon-button.d.ts +1 -1
- package/dist/components/icon/icon-button.stories.d.ts +3 -3
- package/dist/components/icon/icon.d.ts +1 -1
- package/dist/components/icon/icon.stories.d.ts +4 -4
- package/dist/components/icon/material-icon.d.ts +2 -2
- package/dist/components/index.d.ts +4 -3
- package/dist/components/info-represent-campaign/icon/causes-icon.svg +1 -0
- package/dist/components/info-represent-campaign/icon/follow-icon.svg +10 -0
- package/dist/components/info-represent-campaign/info-represent-campaign.d.ts +2 -2
- package/dist/components/info-represent-campaign/info-represent-campaign.stories.d.ts +2 -2
- package/dist/components/input/InputDefault.d.ts +1 -1
- package/dist/components/input/input.stories.d.ts +4 -4
- package/dist/components/input-social/Icons.d.ts +2 -2
- package/dist/components/input-social/InputSocial.d.ts +1 -1
- package/dist/components/input-social/input-social.stories.d.ts +2 -2
- package/dist/components/layout/box.d.ts +232 -224
- package/dist/components/layout/flex.d.ts +4 -4
- package/dist/components/layout/flex.stories.d.ts +2 -2
- package/dist/components/layout/grid.d.ts +2 -2
- package/dist/components/layout/grid.stories.d.ts +2 -2
- package/dist/components/layout/stack.d.ts +2 -2
- package/dist/components/layout/stack.stories.d.ts +4 -4
- package/dist/components/list/causes-icon.svg +1 -0
- package/dist/components/list/charity_icon.jpg +0 -0
- package/dist/components/list/item-image.jpg +0 -0
- package/dist/components/list/list.d.ts +3 -3
- package/dist/components/list/list.stories.d.ts +7 -7
- package/dist/components/login/login.d.ts +2 -2
- package/dist/components/login/login.stories.d.ts +3 -3
- package/dist/components/logo/logo-type.d.ts +3 -3
- package/dist/components/menu/menu-list-item.d.ts +2 -2
- package/dist/components/menu/menu-list.d.ts +2 -2
- package/dist/components/menu/menu.stories.d.ts +2 -2
- package/dist/components/modal/image.png +0 -0
- package/dist/components/modal/modal-image.d.ts +2 -2
- package/dist/components/modal/modal.d.ts +1 -1
- package/dist/components/modal/modal.stories.d.ts +9 -9
- package/dist/components/my-account-choose-charity-card/choose-charity.svg +9 -0
- package/dist/components/my-account-choose-charity-card/index.d.ts +1 -1
- package/dist/components/my-account-choose-charity-card/my-account-choose-charity-card.d.ts +2 -2
- package/dist/components/my-account-choose-charity-card/my-account-choose-charity-card.stories.d.ts +3 -3
- package/dist/components/my-account-frp-closed/Icon.d.ts +2 -2
- package/dist/components/my-account-frp-closed/background.png +0 -0
- package/dist/components/my-account-frp-closed/complete.svg +4 -0
- package/dist/components/my-account-frp-closed/error_size.jpg +0 -0
- package/dist/components/my-account-frp-closed/frp-closed-img.d.ts +2 -2
- package/dist/components/my-account-frp-closed/frp-information.d.ts +3 -1
- package/dist/components/my-account-frp-closed/frp_image.jpeg +0 -0
- package/dist/components/my-account-frp-closed/img.jpeg +0 -0
- package/dist/components/my-account-frp-closed/my-account-frp-closed.d.ts +3 -1
- package/dist/components/my-account-frp-closed/my-account-frp-closed.stories.d.ts +4 -4
- package/dist/components/my-account-frp-preview/Icon.d.ts +2 -2
- package/dist/components/my-account-frp-preview/background.png +0 -0
- package/dist/components/my-account-frp-preview/error_size.jpg +0 -0
- package/dist/components/my-account-frp-preview/frp-information.d.ts +2 -2
- package/dist/components/my-account-frp-preview/frp-preview-img.d.ts +2 -2
- package/dist/components/my-account-frp-preview/frp_image.jpeg +0 -0
- package/dist/components/my-account-frp-preview/img.jpeg +0 -0
- package/dist/components/my-account-frp-preview/my-account-frp-preview.d.ts +2 -2
- package/dist/components/my-account-frp-preview/my-account-frp-preview.stories.d.ts +4 -4
- package/dist/components/my-account-frp-preview/picture.jpeg +0 -0
- package/dist/components/my-account-sidebar/Icon.d.ts +12 -12
- package/dist/components/my-account-sidebar/my-account-sidebar.d.ts +3 -3
- package/dist/components/my-account-sidebar/my-account-sidebar.stories.d.ts +2 -2
- package/dist/components/my-account-start-fundraise-card/index.d.ts +1 -1
- package/dist/components/my-account-start-fundraise-card/my-account-start-fundraise-card.d.ts +2 -2
- package/dist/components/my-account-start-fundraise-card/my-account-start-fundraise-card.stories.d.ts +4 -4
- package/dist/components/my-account-start-fundraise-card/start-fundraise-card.svg +26 -0
- package/dist/components/my-account-stats-donated/icon.svg +4 -0
- package/dist/components/my-account-stats-donated/my-account-stats-donated.d.ts +2 -2
- package/dist/components/my-account-stats-donated/my-account-stats-donated.stories.d.ts +2 -2
- package/dist/components/my-account-stats-donated/picture.svg +26 -0
- package/dist/components/my-account-stats-raised/icon.svg +10 -0
- package/dist/components/my-account-stats-raised/my-account-stats-raised.d.ts +2 -2
- package/dist/components/my-account-stats-raised/my-account-stats-raised.stories.d.ts +2 -2
- package/dist/components/my-account-stats-raised/picture.png +0 -0
- package/dist/components/nav/icons/IconBigger.d.ts +2 -2
- package/dist/components/nav/icons/IconSmaller.d.ts +2 -2
- package/dist/components/nav/icons/abstain_detox.svg +48 -0
- package/dist/components/nav/icons/accident_emergency.svg +34 -0
- package/dist/components/nav/icons/adventure.svg +19 -0
- package/dist/components/nav/icons/assistance_dog.svg +27 -0
- package/dist/components/nav/icons/bike_ride.svg +20 -0
- package/dist/components/nav/icons/bucket_list.svg +27 -0
- package/dist/components/nav/icons/cancer.svg +15 -0
- package/dist/components/nav/icons/celebrations.svg +31 -0
- package/dist/components/nav/icons/challenges.svg +27 -0
- package/dist/components/nav/icons/compete_represent.svg +25 -0
- package/dist/components/nav/icons/cut_shave.svg +41 -0
- package/dist/components/nav/icons/disaster_relief.svg +16 -0
- package/dist/components/nav/icons/health_&_medical.svg +22 -0
- package/dist/components/nav/icons/help_a_friend.svg +26 -0
- package/dist/components/nav/icons/in_memory.svg +18 -0
- package/dist/components/nav/icons/marathon_run.svg +20 -0
- package/dist/components/nav/icons/pets_&_animals.svg +22 -0
- package/dist/components/nav/icons/project.svg +28 -0
- package/dist/components/nav/icons/schools.svg +19 -0
- package/dist/components/nav/icons/volunteer.svg +55 -0
- package/dist/components/nav/nav-actions.d.ts +1 -1
- package/dist/components/nav/nav-bar.d.ts +2 -2
- package/dist/components/nav/nav-call-to-action.d.ts +3 -3
- package/dist/components/nav/nav-expanded-charity.d.ts +2 -2
- package/dist/components/nav/nav-expanded.d.ts +2 -2
- package/dist/components/nav/nav-list.d.ts +6 -6
- package/dist/components/nav/nav-menu-control.d.ts +1 -1
- package/dist/components/nav/nav-menu.d.ts +3 -3
- package/dist/components/nav/nav-myaccount.d.ts +3 -3
- package/dist/components/nav/nav-search-control.d.ts +2 -2
- package/dist/components/nav/nav-search.d.ts +2 -2
- package/dist/components/nav/nav-sign-in-control.d.ts +1 -1
- package/dist/components/nav/nav-user-menu-items.d.ts +6 -6
- package/dist/components/nav/nav-user-menu.d.ts +4 -4
- package/dist/components/nav/nav.d.ts +8 -8
- package/dist/components/nav/nav.stories.d.ts +3 -3
- package/dist/components/navigation/icons/abstain_detox.svg +48 -0
- package/dist/components/navigation/icons/accident_emergency.svg +34 -0
- package/dist/components/navigation/icons/adventure.svg +19 -0
- package/dist/components/navigation/icons/assistance_dog.svg +27 -0
- package/dist/components/navigation/icons/bike_ride.svg +20 -0
- package/dist/components/navigation/icons/bucket_list.svg +27 -0
- package/dist/components/navigation/icons/cancer.svg +15 -0
- package/dist/components/navigation/icons/celebrations.svg +31 -0
- package/dist/components/navigation/icons/challenges.svg +27 -0
- package/dist/components/navigation/icons/compete_represent.svg +25 -0
- package/dist/components/navigation/icons/cut_shave.svg +41 -0
- package/dist/components/navigation/icons/disaster_relief.svg +16 -0
- package/dist/components/navigation/icons/health_&_medical.svg +22 -0
- package/dist/components/navigation/icons/help_a_friend.svg +26 -0
- package/dist/components/navigation/icons/in_memory.svg +18 -0
- package/dist/components/navigation/icons/marathon_run.svg +20 -0
- package/dist/components/navigation/icons/pets_&_animals.svg +22 -0
- package/dist/components/navigation/icons/project.svg +28 -0
- package/dist/components/navigation/icons/schools.svg +19 -0
- package/dist/components/navigation/icons/volunteer.svg +55 -0
- package/dist/components/navigation/navigation-actions.d.ts +1 -1
- package/dist/components/navigation/navigation-bar.d.ts +2 -2
- package/dist/components/navigation/navigation-call-to-action.d.ts +3 -3
- package/dist/components/navigation/navigation-expanded.d.ts +2 -2
- package/dist/components/navigation/navigation-list.d.ts +6 -6
- package/dist/components/navigation/navigation-menu-control.d.ts +1 -1
- package/dist/components/navigation/navigation-menu.d.ts +3 -3
- package/dist/components/navigation/navigation-search-control.d.ts +2 -2
- package/dist/components/navigation/navigation-search.d.ts +2 -2
- package/dist/components/navigation/navigation-sign-in-control.d.ts +1 -1
- package/dist/components/navigation/navigation-user-menu-items.d.ts +6 -6
- package/dist/components/navigation/navigation-user-menu.d.ts +4 -4
- package/dist/components/navigation/navigation.d.ts +8 -8
- package/dist/components/navigation/navigation.stories.d.ts +4 -4
- package/dist/components/partner-chart-stats/partner-chart-stats.d.ts +2 -2
- package/dist/components/partner-chart-stats/partner-chart-stats.stories.d.ts +3 -3
- package/dist/components/partner-monthly-donations/index.d.ts +1 -1
- package/dist/components/partner-monthly-donations/partner-monthly-donations.d.ts +2 -2
- package/dist/components/partner-monthly-donations/partner-monthly-donations.stories.d.ts +2 -2
- package/dist/components/partner-monthly-stats/partner-monthly-stats.d.ts +2 -2
- package/dist/components/partner-monthly-stats/partner-monthly-stats.stories.d.ts +2 -2
- package/dist/components/partner-toggle-button/index.d.ts +1 -1
- package/dist/components/partner-toggle-button/partner-toggle-button-block.d.ts +2 -2
- package/dist/components/partner-toggle-button/partner-toggle-button-block.stories.d.ts +2 -2
- package/dist/components/partner-toggle-button/partner-toggle-button.d.ts +2 -2
- package/dist/components/phone-number-input/phone-number-input-v1.d.ts +5 -3
- package/dist/components/phone-number-input/phone-number-input-v2.d.ts +2 -2
- package/dist/components/phone-number-input/phone-number-input.d.ts +2 -2
- package/dist/components/phone-number-input/phone-number-input.stories.d.ts +12 -6
- package/dist/components/popup/popup.d.ts +2 -2
- package/dist/components/popup/popup.stories.d.ts +3 -3
- package/dist/components/progressbar/progress-bar-circle.d.ts +2 -2
- package/dist/components/progressbar/progressbar.d.ts +2 -2
- package/dist/components/progressbar/progressbar.stories.d.ts +4 -4
- package/dist/components/radio/radio-group.d.ts +1 -1
- package/dist/components/radio/radio-group.stories.d.ts +2 -2
- package/dist/components/radio/radio.d.ts +1 -1
- package/dist/components/radio/radio.stories.d.ts +4 -4
- package/dist/components/select/select-enhanced.d.ts +3 -2
- package/dist/components/select/select-helper-text.d.ts +1 -1
- package/dist/components/select/select-v2.d.ts +3 -2
- package/dist/components/select/select.d.ts +2 -2
- package/dist/components/select/select.stories.d.ts +4 -4
- package/dist/components/spinner/spinner-orange.svg +47 -0
- package/dist/components/spinner/spinner.d.ts +3 -2
- package/dist/components/spinner/spinner.stories.d.ts +8 -2
- package/dist/components/spinner/spinner.svg +47 -0
- package/dist/components/statistics/circle.svg +3 -0
- package/dist/components/statistics/statistics.d.ts +1 -1
- package/dist/components/statistics/statistics.stories.d.ts +2 -2
- package/dist/components/switch/switch-v2.d.ts +1 -1
- package/dist/components/switch/switch.d.ts +1 -1
- package/dist/components/switch/switch.stories.d.ts +5 -5
- package/dist/components/table/partner-monthly-table.d.ts +5 -3
- package/dist/components/table/partner-monthly-table.stories.d.ts +3 -3
- package/dist/components/table/question-circle.svg +4 -0
- package/dist/components/tabs/nav-tabs.d.ts +1 -1
- package/dist/components/tabs/tab-text-label.d.ts +1 -1
- package/dist/components/tabs/tabs.d.ts +1 -1
- package/dist/components/tabs/tabs.stories.d.ts +2 -2
- package/dist/components/text/text.d.ts +4 -5
- package/dist/components/text/text.stories.d.ts +7 -7
- package/dist/components/text-field/text-field-helper-text.d.ts +1 -1
- package/dist/components/text-field/text-field-search.d.ts +3 -2
- package/dist/components/text-field/text-field.d.ts +1 -0
- package/dist/components/text-field/text-field.stories.d.ts +3 -3
- package/dist/components/this-month-card/this-month-card.d.ts +2 -2
- package/dist/components/this-month-card/this-month-card.stories.d.ts +2 -2
- package/dist/components/this-month-card/thismonth-pic.svg +35 -0
- package/dist/components/toast/Icons.d.ts +4 -4
- package/dist/components/toast/toast.d.ts +2 -2
- package/dist/components/toast/toast.stories.d.ts +2 -2
- package/dist/components/transaction-card/Dot.d.ts +2 -2
- package/dist/components/transaction-card/transaction-card.d.ts +10 -8
- package/dist/components/transaction-card/transaction-card.stories.d.ts +9 -3
- package/dist/components/uploader/placeholder.png +0 -0
- package/dist/components/uploader/uploader.d.ts +1 -1
- package/dist/index.css +2 -0
- package/dist/index.css.map +1 -0
- package/dist/index.esm.css +2 -0
- package/dist/index.esm.css.map +1 -0
- package/dist/index.esm.js +27154 -33356
- package/dist/index.js +27153 -33355
- package/dist/theme/theme.d.ts +5 -5
- package/dist/utils/center-decorator.d.ts +1 -1
- package/dist/utils/component-matrix.d.ts +1 -1
- package/dist/utils/grid-decorator.d.ts +1 -1
- package/package.json +30 -18
- package/styles/index.css +5 -6887
- package/styles/index.css.map +1 -0
- package/styles/reset.css +2 -315
- package/styles/reset.css.map +1 -0
- package/CHANGELOG.md +0 -668
- package/dist/components/select/SelectV2.d.ts +0 -24
- package/dist/components/start-campaign-card/index.d.ts +0 -1
- package/dist/components/start-campaign-card/start-campaign-card.d.ts +0 -8
- package/dist/components/start-campaign-card/start-campaign-card.stories.d.ts +0 -14
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
4
|
decorators: ((...args: any) => any)[];
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
7
7
|
export declare const TextFieldStory: {
|
|
8
|
-
(): JSX.Element;
|
|
8
|
+
(): React.JSX.Element;
|
|
9
9
|
story: {
|
|
10
10
|
name: string;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
13
|
export declare const TextFieldSearchStory: {
|
|
14
|
-
(): JSX.Element;
|
|
14
|
+
(): React.JSX.Element;
|
|
15
15
|
story: {
|
|
16
16
|
name: string;
|
|
17
17
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
interface MonthData {
|
|
3
3
|
itemAmount?: number;
|
|
4
4
|
itemText?: string;
|
|
@@ -11,5 +11,5 @@ interface ThisMonthCardProps {
|
|
|
11
11
|
buttonText: string;
|
|
12
12
|
className?: string;
|
|
13
13
|
}
|
|
14
|
-
declare const ThisMonthCard: ({ totalDonations, thisMonthData, imgLink, buttonLink, buttonText, className, }: ThisMonthCardProps) => JSX.Element;
|
|
14
|
+
declare const ThisMonthCard: ({ totalDonations, thisMonthData, imgLink, buttonLink, buttonText, className, }: ThisMonthCardProps) => React.JSX.Element;
|
|
15
15
|
export default ThisMonthCard;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
4
|
decorators: ((...args: any) => any)[];
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
7
7
|
export declare const ThisMonthCardStories: {
|
|
8
|
-
(): JSX.Element;
|
|
8
|
+
(): React.JSX.Element;
|
|
9
9
|
story: {
|
|
10
10
|
name: string;
|
|
11
11
|
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<svg width="128" height="84" viewBox="0 0 128 84" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M67.4576 16.8478C66.8419 15.5767 65.7454 14.6001 64.4094 14.1327C63.0734 13.6654 61.6072 13.7456 60.3334 14.3558C59.0597 14.966 58.0827 16.0561 57.6173 17.3864C57.152 18.7167 57.2365 20.1781 57.8521 21.4492L58.5319 22.8527C58.5877 22.9692 58.6659 23.0738 58.7621 23.1603C58.8584 23.2468 58.9707 23.3137 59.0927 23.357C59.2148 23.4003 59.3441 23.4193 59.4734 23.4129C59.6026 23.4064 59.7293 23.3746 59.8461 23.3194C59.9629 23.2641 60.0675 23.1864 60.1541 23.0907C60.2407 22.9951 60.3075 22.8833 60.3506 22.7618C60.3938 22.6403 60.4125 22.5114 60.4056 22.3826C60.3988 22.2537 60.3666 22.1274 60.3108 22.0109L59.631 20.6074C59.3418 20.01 59.2367 19.3409 59.3288 18.6849C59.4209 18.0289 59.7062 17.4154 60.1486 16.9219C60.591 16.4284 61.1707 16.0771 61.8143 15.9124C62.4578 15.7477 63.1365 15.7771 63.7644 15.9967C64.3923 16.2164 64.9413 16.6165 65.3419 17.1464C65.7425 17.6763 65.9768 18.3123 66.0151 18.974C66.0534 19.6356 65.8941 20.2932 65.5572 20.8636C65.2203 21.434 64.721 21.8916 64.1225 22.1786L48.0613 29.8604C47.8965 29.9039 47.745 29.9872 47.6204 30.103C47.4958 30.2188 47.4018 30.3635 47.3467 30.5243C47.2534 30.7732 47.263 31.0491 47.3736 31.2915C47.4842 31.5339 47.6866 31.7228 47.9365 31.817C48.0915 31.8699 48.2573 31.883 48.4185 31.8551C48.5798 31.8271 48.7312 31.759 48.8587 31.657L64.9749 23.9385C66.2473 23.3275 67.2232 22.2379 67.6886 20.9087C68.154 19.5794 68.0709 18.119 67.4576 16.8478Z" fill="#FF7658"/>
|
|
3
|
+
<path d="M70.8065 15.0765C69.7381 12.9295 67.863 11.2859 65.5889 10.503C63.3149 9.72005 60.8255 9.8611 58.662 10.8955C56.4985 11.9298 54.8357 13.7739 54.0349 16.0268C53.2342 18.2798 53.3603 20.7595 54.3857 22.9271L55.0363 24.2676C55.1502 24.5022 55.3529 24.6826 55.5998 24.769C55.8467 24.8553 56.1176 24.8406 56.3529 24.7281C56.5883 24.6156 56.7687 24.4145 56.8546 24.1691C56.9404 23.9236 56.9247 23.6538 56.8108 23.4192L56.1603 22.0787C55.5446 20.8096 55.32 19.3886 55.5151 17.9954C55.7102 16.6022 56.3162 15.2994 57.2563 14.2516C58.1965 13.2039 59.4286 12.4584 60.797 12.1092C62.1653 11.7601 63.6085 11.8231 64.9439 12.2902C66.2793 12.7574 67.447 13.6077 68.2994 14.7336C69.1517 15.8596 69.6505 17.2106 69.7326 18.6159C69.8147 20.0212 69.4764 21.4176 68.7605 22.6287C68.0446 23.8397 66.9833 24.8109 65.7107 25.4195L50.069 32.8977C49.8673 32.9122 49.6746 32.9856 49.5149 33.1086C49.3553 33.2316 49.2357 33.3989 49.1712 33.5895C49.078 33.838 49.0878 34.1137 49.1985 34.3558C49.3092 34.5979 49.5117 34.7868 49.7616 34.8809C49.9536 34.9474 50.1618 34.9509 50.3554 34.8907L50.3737 34.9321L66.5723 27.1877C67.4455 26.7689 68.2449 26.2129 68.9399 25.541C73.5898 21.3399 71.2428 15.9718 70.8065 15.0765Z" fill="#FF7658"/>
|
|
4
|
+
<path d="M64.2379 39.1281L64.1854 39.0329L64.2097 39.018L60.6042 32.4845C60.5438 32.375 60.4611 32.276 60.3611 32.1931C60.261 32.1103 60.1454 32.0452 60.021 32.0017C59.8965 31.9582 59.7656 31.937 59.6357 31.9394C59.5058 31.9418 59.3795 31.9677 59.2639 32.0157C59.1484 32.0637 59.0458 32.1328 58.9622 32.219C58.8786 32.3053 58.8155 32.407 58.7765 32.5184C58.7376 32.6298 58.7235 32.7486 58.7351 32.8682C58.7468 32.9878 58.7839 33.1057 58.8443 33.2153L58.8968 33.3104L58.8725 33.3254L62.478 39.8588C62.5384 39.9684 62.6211 40.0674 62.7211 40.1503C62.8212 40.2331 62.9368 40.2982 63.0612 40.3417C63.1857 40.3852 63.3166 40.4064 63.4465 40.404C63.5764 40.4016 63.7027 40.3757 63.8183 40.3277C63.9338 40.2797 64.0364 40.2106 64.12 40.1244C64.2036 40.0381 64.2667 39.9364 64.3057 39.825C64.3446 39.7136 64.3587 39.5947 64.3471 39.4752C64.3354 39.3556 64.2983 39.2377 64.2379 39.1281Z" fill="#FF7658"/>
|
|
5
|
+
<path d="M67.2387 37.5718L67.1965 37.4717L67.2199 37.4538L64.3219 30.582C64.2733 30.4668 64.2036 30.3645 64.1167 30.2809C64.0298 30.1974 63.9274 30.1342 63.8154 30.095C63.7034 30.0558 63.5839 30.0414 63.4639 30.0526C63.3438 30.0637 63.2255 30.1003 63.1157 30.1601C63.0059 30.2199 62.9067 30.3018 62.8238 30.4011C62.741 30.5005 62.676 30.6153 62.6327 30.7391C62.5894 30.8629 62.5686 30.9931 62.5715 31.1225C62.5744 31.2518 62.6008 31.3777 62.6494 31.4929L62.6917 31.593L62.6682 31.6109L65.5662 38.4827C65.6644 38.7154 65.8466 38.8906 66.0728 38.9697C66.299 39.0488 66.5507 39.0254 66.7725 38.9046C66.9943 38.7838 67.168 38.5756 67.2555 38.3256C67.3429 38.0756 67.3369 37.8045 67.2387 37.5718Z" fill="#FF7658"/>
|
|
6
|
+
<path d="M71.2298 39.8984C71.3898 39.6739 71.6001 39.4899 71.8441 39.3609C72.088 39.2319 72.3588 39.1617 72.6348 39.1556C72.9108 39.1496 73.1844 39.2081 73.4338 39.3263C73.6831 39.4445 73.9013 39.6192 74.0709 39.8365L80.0262 37.8171L79.2006 40.9722L73.672 42.4062C73.3258 42.6402 72.9082 42.7451 72.4922 42.7025C72.0763 42.66 71.6886 42.4727 71.3973 42.1735C71.1059 41.8743 70.9295 41.4824 70.8988 41.0663C70.8682 40.6503 70.9854 40.2368 71.2298 39.8984Z" fill="#E58867"/>
|
|
7
|
+
<path d="M100.559 52.421C100.702 52.2055 100.795 51.9615 100.833 51.7061C100.871 51.4507 100.852 51.1902 100.778 50.9429C100.704 50.6955 100.576 50.4674 100.404 50.2746C100.232 50.0818 100.02 49.929 99.7819 49.8269L100.238 43.5684L97.386 45.1614L97.3902 50.8604C97.2447 51.2701 97.255 51.7188 97.419 52.1214C97.583 52.5241 97.8894 52.8527 98.28 53.0451C98.6707 53.2375 99.1185 53.2802 99.5386 53.1652C99.9587 53.0501 100.322 52.7854 100.559 52.421Z" fill="#E58867"/>
|
|
8
|
+
<path d="M99.8498 28.0923L100.63 48.0085L97.4614 47.8329L96.7573 26.9365L97.4255 26.6229C97.6797 26.5035 97.9596 26.4488 98.2401 26.4637C98.5206 26.4786 98.7931 26.5625 99.0332 26.708C99.2733 26.8536 99.4736 27.0561 99.6161 27.2977C99.7586 27.5393 99.8389 27.8122 99.8498 28.0923Z" fill="#FF7658"/>
|
|
9
|
+
<path d="M90.0517 81.8708L87.8937 81.8707L86.8672 73.5669L90.052 73.5671L90.0517 81.8708Z" fill="#E58867"/>
|
|
10
|
+
<path d="M86.3523 81.2556H90.5139V83.8697H83.7319C83.7319 83.5265 83.7997 83.1865 83.9314 82.8694C84.0631 82.5522 84.2561 82.264 84.4994 82.0213C84.7427 81.7785 85.0316 81.586 85.3495 81.4546C85.6674 81.3232 86.0082 81.2556 86.3523 81.2556Z" fill="#2F2E41"/>
|
|
11
|
+
<path d="M108.006 79.298L106.047 80.2026L101.619 73.0974L104.509 71.7627L108.006 79.298Z" fill="#E58867"/>
|
|
12
|
+
<path d="M104.39 80.2902L108.166 78.546L109.267 80.9183L103.113 83.7607C102.821 83.1315 102.791 82.4124 103.031 81.7616C103.27 81.1108 103.759 80.5815 104.39 80.2902Z" fill="#2F2E41"/>
|
|
13
|
+
<path d="M84.9279 54.771L87.1534 80.1081L90.1457 79.7569L92.3572 56.6129L104.579 78.7033L107.747 77.8253C107.747 77.8253 97.5496 47.3939 96.7575 44.8477C95.8892 42.0564 89.0129 40.9845 89.0129 40.9845L88.7488 40.7211C85.7941 44.6892 84.6106 49.8379 84.9279 54.771Z" fill="#2F2E41"/>
|
|
14
|
+
<path d="M96.7836 24.4247C99.1712 24.4247 101.107 22.4937 101.107 20.1117C101.107 17.7298 99.1712 15.7988 96.7836 15.7988C94.396 15.7988 92.4604 17.7298 92.4604 20.1117C92.4604 22.4937 94.396 24.4247 96.7836 24.4247Z" fill="#E58867"/>
|
|
15
|
+
<path d="M99.4977 28.4335L96.4931 44.0567C96.4931 44.0567 91.9272 43.1471 90.3009 42.0513C89.6566 41.6158 89.0723 41.1663 88.5794 40.7589C88.4826 40.6799 88.3911 40.6009 88.3014 40.5254C87.4881 39.8317 86.9883 39.3155 86.9883 39.3155C86.9883 39.3155 87.2487 38.0424 87.5673 36.5357C87.9228 34.8482 88.3541 32.8657 88.5741 32.0562C89.0582 30.2808 90.7198 28.2123 92.0152 26.804C92.4843 26.2932 93.0838 25.9195 93.7495 25.7228C94.4152 25.526 95.1221 25.5137 95.7943 25.6872L98.1388 26.2912C98.5959 26.4089 98.991 26.6959 99.2434 27.0939C99.4959 27.4919 99.5868 27.971 99.4977 28.4335Z" fill="#FF7658"/>
|
|
16
|
+
<path opacity="0.2" d="M92.2317 35.2574C92.2317 35.2574 90.6159 38.6078 88.3014 40.5254C87.4881 39.8317 86.9883 39.3155 86.9883 39.3155C86.9883 39.3155 87.2487 38.0424 87.5673 36.5357C89.507 35.5137 91.5066 34.8693 92.2317 35.2574Z" fill="black"/>
|
|
17
|
+
<path d="M95.0974 29.1245C94.9378 29.0433 94.771 28.9772 94.5991 28.927C94.2481 28.8311 93.8787 28.8235 93.5241 28.905C93.1694 28.9866 92.8406 29.1546 92.567 29.3941L83.0697 36.3344L75.5161 38.8692L76.8809 42.0898L88.1416 39.3462L95.6099 32.7248C95.8669 32.4789 96.0616 32.1755 96.1778 31.8397C96.2941 31.5039 96.3286 31.1453 96.2786 30.7936C96.2285 30.4419 96.0953 30.1071 95.8899 29.8168C95.6845 29.5266 95.4129 29.2893 95.0974 29.1245Z" fill="#FF7658"/>
|
|
18
|
+
<path d="M97.0395 24.3849C97.6548 23.4661 98.1404 22.1921 97.463 21.3179C96.7943 20.455 95.4754 20.5821 94.4513 20.2003C93.0248 19.6684 92.1975 17.9966 92.4555 16.4994C92.7136 15.0021 93.9183 13.761 95.3535 13.2532C96.7886 12.7453 98.407 12.9105 99.8125 13.4953C101.543 14.2152 103.027 15.6078 103.649 17.3719C104.271 19.1359 103.939 21.2541 102.648 22.61C101.264 24.0636 99.0912 24.451 97.0816 24.4275" fill="#2F2E41"/>
|
|
19
|
+
<path d="M103.828 19.2997C104.004 20.2814 105.084 20.8391 106.076 20.9616C107.068 21.0842 108.094 20.927 109.06 21.1845C110.763 21.6383 111.886 23.272 112.504 24.9187C113.122 26.5653 113.397 28.3426 114.2 29.9077C115.003 31.4729 116.56 32.8528 118.317 32.7064C117.973 33.5706 117.37 34.3079 116.59 34.8176C115.81 35.3274 114.892 35.5847 113.961 35.5546C113.029 35.5244 112.129 35.2083 111.384 34.6492C110.64 34.0902 110.086 33.3155 109.798 32.4308C109.153 30.4436 109.894 28.0737 108.766 26.3141C108.141 25.3404 107.063 24.7676 106.023 24.2573C104.984 23.7469 103.893 23.2231 103.196 22.2998C102.499 21.3764 102.359 19.9181 103.218 19.1423" fill="#2F2E41"/>
|
|
20
|
+
<path d="M118.109 83.9621H68.4784C68.4295 83.9621 68.3826 83.9401 68.348 83.9009C68.3134 83.8617 68.2939 83.8085 68.2939 83.753C68.2939 83.6976 68.3134 83.6444 68.348 83.6052C68.3826 83.566 68.4295 83.5439 68.4784 83.5439H118.109C118.158 83.5439 118.205 83.566 118.24 83.6052C118.275 83.6444 118.294 83.6976 118.294 83.753C118.294 83.8085 118.275 83.8617 118.24 83.9009C118.205 83.9401 118.158 83.9621 118.109 83.9621Z" fill="#3F3D56"/>
|
|
21
|
+
<path d="M56.5862 83.9621H0.209579C0.153996 83.9621 0.100687 83.9401 0.0613835 83.9009C0.02208 83.8617 0 83.8085 0 83.753C0 83.6976 0.02208 83.6444 0.0613835 83.6052C0.100687 83.566 0.153996 83.5439 0.209579 83.5439H56.5862C56.6418 83.5439 56.6951 83.566 56.7344 83.6052C56.7737 83.6444 56.7958 83.6976 56.7958 83.753C56.7958 83.8085 56.7737 83.8617 56.7344 83.9009C56.6951 83.9401 56.6418 83.9621 56.5862 83.9621Z" fill="#3F3D56"/>
|
|
22
|
+
<path d="M36.2241 81.6775L38.2872 81.0459L36.8269 72.8069L33.7822 73.7391L36.2241 81.6775Z" fill="#A0616A"/>
|
|
23
|
+
<path d="M42.8535 81.7389L36.37 83.724L35.6012 81.2248L39.5797 80.0067C40.2441 79.8033 40.9623 79.8716 41.5762 80.1964C42.1902 80.5212 42.6496 81.0761 42.8535 81.7389Z" fill="#2F2E41"/>
|
|
24
|
+
<path d="M17.9188 81.7248H20.0768L21.1033 73.421L17.9185 73.4212L17.9188 81.7248Z" fill="#A0616A"/>
|
|
25
|
+
<path d="M24.2388 83.7236L17.4568 83.7239L17.4567 81.1098L21.6183 81.1096C22.3133 81.1096 22.9798 81.385 23.4712 81.8752C23.9626 82.3654 24.2387 83.0303 24.2388 83.7236Z" fill="#2F2E41"/>
|
|
26
|
+
<path d="M18.468 54.142C18.2908 53.9869 18.1497 53.795 18.0548 53.5797C17.9599 53.3644 17.9135 53.1309 17.9189 52.8958C17.9242 52.6606 17.9812 52.4295 18.0857 52.2187C18.1903 52.0079 18.3399 51.8225 18.524 51.6756L20.1971 30.6572L23.5996 31.5053L20.8753 52.0081C21.1022 52.3331 21.2017 52.7298 21.1549 53.123C21.1082 53.5163 20.9185 53.8787 20.6217 54.1418C20.325 54.4048 19.9419 54.5501 19.5449 54.5501C19.148 54.5502 18.7648 54.405 18.468 54.142Z" fill="#A0616A"/>
|
|
27
|
+
<path d="M26.514 22.6808C28.9016 22.6808 30.8372 20.7498 30.8372 18.3678C30.8372 15.9859 28.9016 14.0549 26.514 14.0549C24.1264 14.0549 22.1909 15.9859 22.1909 18.3678C22.1909 20.7498 24.1264 22.6808 26.514 22.6808Z" fill="#A0616A"/>
|
|
28
|
+
<path d="M20.6095 31.0742C19.5821 29.6671 19.5504 27.7292 20.6571 26.3833C21.3793 25.505 22.5874 24.8021 24.6043 24.8021C29.9803 24.8021 32.0195 29.0558 32.0195 29.0558C32.0195 29.0558 34.2441 33.1245 32.9464 36.8234C31.6487 40.5222 31.6487 40.8921 31.6487 40.8921L23.1213 40.1524C23.1213 40.1524 24.5599 36.4846 20.6095 31.0742Z" fill="#FF7658"/>
|
|
29
|
+
<path d="M17.9795 34.7562L19.8165 28.7602C19.9396 28.3587 20.1495 27.9891 20.4315 27.6774C20.7135 27.3658 21.0606 27.1197 21.4484 26.9566C21.8361 26.7935 22.2551 26.7174 22.6756 26.7336C23.0961 26.7498 23.5079 26.8579 23.882 27.0504C24.5308 27.3857 25.0277 27.9546 25.2717 28.6418C25.5156 29.329 25.4886 30.083 25.1959 30.751L22.8604 36.0573L17.9795 34.7562Z" fill="#FF7658"/>
|
|
30
|
+
<path d="M31.4634 39.9674L38.6932 77.3258L34.8002 78.4354L25.3458 53.8381L21.0821 78.9903L17.0037 79.5451C17.0037 79.5451 15.2147 46.2656 23.1213 40.1523L31.4634 39.9674Z" fill="#2F2E41"/>
|
|
31
|
+
<path d="M41.1802 36.0899C41.1175 36.1643 41.0609 36.2435 41.0107 36.3268L32.2918 36.7485L30.6129 31.6351L27.6978 33.0174L30.4414 40.6334L41.2245 38.5295C41.4779 38.8055 41.8095 38.998 42.1752 39.0814C42.5409 39.1648 42.9234 39.1351 43.2718 38.9964C43.6202 38.8576 43.918 38.6163 44.1256 38.3046C44.3332 37.9928 44.4407 37.6254 44.4339 37.2512C44.4271 36.8771 44.3063 36.5138 44.0875 36.2098C43.8687 35.9058 43.5624 35.6754 43.2091 35.5493C42.8559 35.4232 42.4726 35.4074 42.1102 35.504C41.7477 35.6006 41.4233 35.8049 41.1802 36.0899Z" fill="#A0616A"/>
|
|
32
|
+
<path d="M26.3844 29.5929C26.3353 29.176 26.3785 28.7533 26.511 28.3548C26.6436 27.9564 26.8623 27.5918 27.1516 27.2869C27.4409 26.9821 27.7939 26.7443 28.1854 26.5905C28.577 26.4366 28.9977 26.3705 29.4177 26.3967C30.1469 26.4434 30.8311 26.765 31.3315 27.2964C31.8318 27.8277 32.1109 28.529 32.1121 29.2581V35.0532L27.1187 35.8197L26.3844 29.5929Z" fill="#FF7658"/>
|
|
33
|
+
<path d="M27.4645 22.72C26.8157 22.7172 26.3151 22.0356 26.3442 21.389C26.3733 20.7423 26.8086 20.1733 27.3332 19.7922C27.8577 19.4112 28.4728 19.1791 29.0577 18.8989C29.6427 18.6187 30.2225 18.2693 30.5837 17.7315C30.8018 17.3795 30.9321 16.9804 30.9634 16.5677C30.9948 16.155 30.9263 15.7409 30.7638 15.3601C30.4277 14.5985 29.8506 13.9679 29.121 13.5647C28.0353 12.9369 26.7542 12.7348 25.5273 12.9979C24.3149 13.2633 22.0608 13.4845 21.3504 14.5L21 16C20.2453 16.9054 20.8865 19.2755 21.3504 20.3583C21.8143 21.4412 22.8022 22.2558 23.9169 22.6431C25.0479 23.0057 26.2585 23.0419 27.4092 22.7476" fill="#2F2E41"/>
|
|
34
|
+
<circle cx="60.5" cy="23.5" r="22" stroke="#FF7658"/>
|
|
35
|
+
</svg>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
declare const Icons: {
|
|
3
|
-
close: (props: any) => JSX.Element;
|
|
4
|
-
error: (props: any) => JSX.Element;
|
|
5
|
-
warning: () => JSX.Element;
|
|
3
|
+
close: (props: any) => React.JSX.Element;
|
|
4
|
+
error: (props: any) => React.JSX.Element;
|
|
5
|
+
warning: () => React.JSX.Element;
|
|
6
6
|
};
|
|
7
7
|
export default Icons;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import { ToastContainerProps } from "react-toastify";
|
|
3
3
|
import "react-toastify/dist/ReactToastify.css";
|
|
4
4
|
export interface ToastProps extends ToastContainerProps {
|
|
5
5
|
color?: string;
|
|
6
6
|
}
|
|
7
|
-
declare function Toast({ ...props }: ToastProps): JSX.Element;
|
|
7
|
+
declare function Toast({ ...props }: ToastProps): React.JSX.Element;
|
|
8
8
|
export default Toast;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
4
|
decorators: ((...args: any) => any)[];
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
7
7
|
export declare const SwitchDefault: {
|
|
8
|
-
(): JSX.Element;
|
|
8
|
+
(): React.JSX.Element;
|
|
9
9
|
story: {
|
|
10
10
|
name: string;
|
|
11
11
|
};
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
export interface TransactionCardProps {
|
|
3
3
|
className?: string;
|
|
4
|
-
amount?: string;
|
|
5
|
-
recipient?: string;
|
|
6
|
-
receiptNo?: string;
|
|
7
|
-
details?: string;
|
|
8
|
-
tax?: string;
|
|
9
|
-
date?: string;
|
|
10
|
-
|
|
4
|
+
amount?: React.ReactNode | string;
|
|
5
|
+
recipient?: React.ReactNode | string;
|
|
6
|
+
receiptNo?: React.ReactNode | string;
|
|
7
|
+
details?: React.ReactNode | string;
|
|
8
|
+
tax?: React.ReactNode | string;
|
|
9
|
+
date?: React.ReactNode | string;
|
|
10
|
+
statusAsText?: React.ReactNode | string;
|
|
11
|
+
action?: React.ReactNode | string;
|
|
11
12
|
onClick?: () => void;
|
|
13
|
+
notShowIcon?: boolean;
|
|
12
14
|
}
|
|
13
|
-
declare const TransactionCard: ({ className, amount, recipient, receiptNo, details, tax, date, action, onClick, }: TransactionCardProps) => JSX.Element;
|
|
15
|
+
declare const TransactionCard: ({ className, amount, recipient, receiptNo, details, tax, date, statusAsText, action, onClick, notShowIcon, }: TransactionCardProps) => React.JSX.Element;
|
|
14
16
|
export default TransactionCard;
|
|
@@ -1,13 +1,19 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
2
|
import CenterDecorator from "../../utils/center-decorator";
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
5
|
decorators: (typeof CenterDecorator)[];
|
|
6
|
-
component: ({ className, amount, recipient, receiptNo, details, tax, date, action, onClick, }: import("./transaction-card").TransactionCardProps) => JSX.Element;
|
|
6
|
+
component: ({ className, amount, recipient, receiptNo, details, tax, date, statusAsText, action, onClick, notShowIcon, }: import("./transaction-card").TransactionCardProps) => React.JSX.Element;
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
9
9
|
export declare const TransactionCardStory: {
|
|
10
|
-
(): JSX.Element;
|
|
10
|
+
(): React.JSX.Element;
|
|
11
|
+
story: {
|
|
12
|
+
name: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export declare const RegistrationCard: {
|
|
16
|
+
(): React.JSX.Element;
|
|
11
17
|
story: {
|
|
12
18
|
name: string;
|
|
13
19
|
};
|
|
Binary file
|
|
@@ -19,5 +19,5 @@ export interface UploaderProps {
|
|
|
19
19
|
hasFiles: string;
|
|
20
20
|
};
|
|
21
21
|
}
|
|
22
|
-
declare const Uploader: ({ color, width, height, getUploadParams, onChangeStatus, multiple, maxFiles, fontSize, iconSize, accept, customIcon, dragAndDropMessage, hasBrowseButton, browsButtonMessage, }: UploaderProps) => JSX.Element;
|
|
22
|
+
declare const Uploader: ({ color, width, height, getUploadParams, onChangeStatus, multiple, maxFiles, fontSize, iconSize, accept, customIcon, dragAndDropMessage, hasBrowseButton, browsButtonMessage, }: UploaderProps) => React.JSX.Element;
|
|
23
23
|
export default Uploader;
|
package/dist/index.css
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
.comment-section-v2-module_wrapper__298Vr{font-family:Montserrat;width:1000px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_tab__2cXgG{font-weight:700;font-size:20px;color:rgba(0,0,0,.8);opacity:.5}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_tab__2cXgG span.comment-section-v2-module_number__1p_bL{color:#2d8a75}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq{padding:25px 0;display:flex;justify-content:space-between;grid-gap:1rem;gap:1rem}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq p{margin:0}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL{display:flex;grid-gap:20px;gap:20px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL .comment-section-v2-module_username__PjYJ9{font-size:15px;font-weight:700;color:rgba(0,0,0,.8);margin-bottom:3px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL .comment-section-v2-module_date__1slLr{font-weight:500;font-size:12px;color:#6d6d6d;margin-bottom:10px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL .comment-section-v2-module_comment__2_BEw{font-weight:500;font-size:15px;color:#6d6d6d}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL .comment-section-v2-module_cover_bottom__1yKOH{display:flex;align-items:center;margin-top:10px;grid-gap:10px;gap:10px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL .comment-section-v2-module_cover_bottom__1yKOH .comment-section-v2-module_coverIcon__3D59d{display:flex;border:1px solid #d8d8d8;border-radius:6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:5px 8px;grid-gap:.8rem;gap:.8rem}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL .comment-section-v2-module_cover_bottom__1yKOH .comment-section-v2-module_feel__tTOD4{display:flex;align-items:center;background:#f7f7f7;border:1px solid #d8d8d8;border-radius:6px;padding:5px 8px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL .comment-section-v2-module_cover_bottom__1yKOH .comment-section-v2-module_feel__tTOD4 .comment-section-v2-module_feel_icon__2yHOZ{width:20px;margin-right:3px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_comment_left__2m0BL .comment-section-v2-module_cover_bottom__1yKOH .comment-section-v2-module_feel__tTOD4 .comment-section-v2-module_feel_name__18w7a{font-size:12px;font-weight:500;color:#6d6d6d}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_grid_custom__WtULq .comment-section-v2-module_donation__2KCyf{color:#2d8a75;font-size:15px;font-weight:700}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_icon__2Ge6O{cursor:pointer}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_counter__3PrHR{padding:0!important;min-width:auto!important;width:40px!important;border-radius:50%}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_section_footer__3rS9G .comment-section-v2-module_follow_btn__1faLA{margin-top:5px;border:1px solid #1f4e43;border-radius:6px;background:none;color:#1f4e43;height:48px;transition:.1s;width:200px;margin-left:60px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_section_footer__3rS9G .comment-section-v2-module_follow_btn__1faLA span{display:flex;align-items:center;grid-gap:10px;gap:10px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_section_footer__3rS9G .comment-section-v2-module_follow_btn__1faLA:focus,.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_comment_section_footer__3rS9G .comment-section-v2-module_follow_btn__1faLA:hover{background-color:#e2f4f0;color:#1f4e43}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_profile-icon__2qpFt{width:40px}.comment-section-v2-module_wrapper__298Vr .comment-section-v2-module_updates__2TQli .comment-section-v2-module_not_update__XXZEN{text-align:center}.phone-number-input-module_phoneInputV2__SEb7z{font-family:Montserrat}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_lable__2juXw{font-size:12px;font-weight:700;margin:8px 0}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_lable__2juXw .phone-number-input-module_required__1aTIY{color:#43ccb0;font-size:14px}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6{position:relative;height:48px;width:100%}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_comboField__2CFC2{border:1px solid var(--Stroke,#e2e2e2);box-shadow:0 2px 4px 0 rgba(0,0,0,.07);border-radius:6px;overflow:hidden}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_comboField__2CFC2.phone-number-input-module_focus__3rSBl{border:1px solid var(--Brand,#43ccb0)}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_comboField__2CFC2.phone-number-input-module_error__37MEE{border:1px solid #f05c6a}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_flagContainer__3Y8u0{position:absolute;top:13px;left:12px;display:flex;align-items:center}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_flagContainer__3Y8u0 span{font-size:25px}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_flagContainer__3Y8u0 .phone-number-input-module_countryCode__3EQkV{margin:3px 0 0 4px;font-size:16px}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_mesError__23_lD{color:#f05c6a;font-size:14px;margin:8px 0}.phone-number-input-module_phoneInputV2__SEb7z .select{width:115px;background:#e2e2e2}.phone-number-input-module_phoneInputV2__SEb7z .select>.mdc-select>.mdc-select__native-control{opacity:0}.phone-number-input-module_phoneInputV2__SEb7z .text-field .mdc-text-field__input{font-size:16px;font-weight:400!important}.phone-number-input-module_phoneInputV2__SEb7z .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading,.phone-number-input-module_phoneInputV2__SEb7z .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.phone-number-input-module_phoneInputV2__SEb7z .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.phone-number-input-module_phoneInputV2__SEb7z .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border:none}.progressbar-module_wrapper__3NWOr{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:5px}.progressbar-module_wrapper__3NWOr .progressbar-module_container__3rKcQ{background-color:#eee;border-radius:999px;width:100%;height:18.23px}.progressbar-module_wrapper__3NWOr .progressbar-module_bar__3PWVU{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding:0;background-color:#41ccad;height:100%;border-radius:999px;height:18.16px;text-align:right}.progressbar-module_wrapper__3NWOr .progressbar-module_dot__3xInb{background-color:#2d8a75;display:flex;width:6.37px;height:6.37px;border-radius:999px;margin-right:3px}.donation-form-v2-module_wrapper__2uY9v{width:485px;background:#fff;box-shadow:0 0 30px rgba(0,0,0,.1);border-radius:10px;padding:35px 30px;font-family:Montserrat}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_info__1lT1a{width:100%;height:52px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_info__1lT1a .donation-form-v2-module_item__30ap3{display:flex;flex-direction:column;align-items:center}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_info__1lT1a .donation-form-v2-module_item_value__qGh6b{font-weight:600;font-size:20px;line-height:28px}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_info__1lT1a .donation-form-v2-module_item_name__3lR9P{font-weight:500;font-size:14px;line-height:22.4px;color:#6d6d6d}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_list_donation__1DY-F{display:flex;grid-gap:5px;gap:5px;flex-wrap:wrap;margin:35px 0 20px}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_list_donation__1DY-F .donation-form-v2-module_money_btn__SwNBZ{color:#000;font-weight:500;font-size:14px;border:1px solid #dfdfdf;border-radius:6px}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_list_donation__1DY-F .donation-form-v2-module_money_btn__SwNBZ:focus,.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_list_donation__1DY-F .donation-form-v2-module_money_btn__SwNBZ:hover{color:#fff;background:#1f4e43}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_text_field__ySgkO{margin:17px 0}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_text_field__ySgkO span{font-size:14px;transform:scale(1)!important;top:15px!important}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_text_field__ySgkO input{padding-left:3.75rem!important}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_share_btn__2tGHR{margin-top:5px}.donation-form-v2-module_wrapper__2uY9v .donation-form-v2-module_share_btn__2tGHR span{display:flex;align-items:center;grid-gap:10px;gap:10px}.modal-module_modal__3BPw_{display:none;position:fixed;z-index:1;top:0;left:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.5)}.modal-module_modal__3BPw_ .modal-module_modalContent__pnZ9y{display:flex;justify-content:center;align-items:center;height:calc(100% + 50px);animation-name:modal-module_zoom__7ZPHg;animation-duration:.6s}.modal-module_modal__3BPw_ .modal-module_modalContent__pnZ9y img{max-width:calc(100vw - 37px);max-height:calc(100vh - 100px)}@keyframes modal-module_zoom__7ZPHg{0%{transform:scale(0)}to{transform:scale(1)}}.modal-module_modal__3BPw_ .modal-module_close__1refL{color:#fff;font-size:25px;font-weight:700;transition:.3s;position:absolute;right:-27px;top:-27px}.modal-module_modal__3BPw_ .modal-module_close__1refL:focus,.modal-module_modal__3BPw_ .modal-module_close__1refL:hover{color:#bbb;text-decoration:none;cursor:pointer}@media only screen and (max-width:700px){.modal-module_modalContent__pnZ9y{width:100%}}.switch-module_container__jMNSs .switch-module_switch__13Tp5{position:relative;display:inline-block;width:40px;height:20px}.switch-module_container__jMNSs .switch-module_switch__13Tp5 input{opacity:0;width:0;height:0}.switch-module_container__jMNSs .switch-module_switch__13Tp5 .switch-module_slider__1kN7x{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.switch-module_container__jMNSs .switch-module_switch__13Tp5 .switch-module_slider__1kN7x:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;transition:.2s}.switch-module_container__jMNSs .switch-module_switch__13Tp5 input:checked+.switch-module_slider__1kN7x:before{transform:translateX(20px)}.switch-module_container__jMNSs .switch-module_switch__13Tp5 .switch-module_slider__1kN7x.switch-module_round__1y62p{border-radius:34px}.switch-module_container__jMNSs .switch-module_switch__13Tp5 .switch-module_slider__1kN7x.switch-module_round__1y62p:before{border-radius:50%}.campaign-card-module_wrapper__21wRg{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;padding:20px;background-color:#13362e}.campaign-card-module_wrapper__21wRg .campaign-card-module_image__2ZKXl{width:100px;height:100px;padding:5px}.campaign-card-module_wrapper__21wRg .campaign-card-module_title__2sx24{padding:5px;font-weight:700;font-size:20px;line-height:27px;text-align:center;color:#fff}.campaign-card-module_wrapper__21wRg .campaign-card-module_description__2yC7N{color:#b9c3c1;padding:5px;font-weight:500;font-size:16px;line-height:25.6px;text-align:center}.campaign-of-month-module_wrapper__3VW1j{width:100%;max-width:1140px;height:320px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:10px}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv{width:50%;height:320px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-around;padding:36px 38px 43px 46px}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_title__2bUDz{font-weight:500;font-size:20px;line-height:28px;text-align:left;color:#000}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_description__6rZ2k{color:#6d6d6d;font-weight:500;font-size:15px;line-height:24px;text-align:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;margin-bottom:25px}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_info__2W3vo{width:100%;height:52px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_info__2W3vo .campaign-of-month-module_item__2qUuG{display:flex;flex-direction:column;align-items:center}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_info__2W3vo .campaign-of-month-module_item_value__2UldJ{font-weight:600;font-size:20px;line-height:28px}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_info__2W3vo .campaign-of-month-module_item_name__3ZCL8{font-weight:500;font-size:14px;line-height:22.4px;color:#6d6d6d}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_leftSide__22wcl{width:50%;height:320px;border-top-right-radius:10px;border-bottom-right-radius:10px}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_image__2YMoT{width:100%;height:100%;object-fit:cover;border-bottom-left-radius:10px;border-top-left-radius:10px}@media (max-width:992px){.campaign-of-month-module_wrapper__3VW1j{width:719px;height:auto;flex-direction:column}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_leftSide__22wcl{width:100%;height:auto;display:flex}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv{width:100%;height:auto;padding:27px 40px 36px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_description__6rZ2k{-webkit-line-clamp:initial;line-clamp:none}.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_image__2YMoT{width:100%;max-width:100%;max-height:100%;border-top-right-radius:10px;border-top-left-radius:10px;border-bottom-left-radius:0;object-fit:cover}}@media (max-width:768px){.campaign-of-month-module_wrapper__3VW1j{width:100%;max-width:432px}}.charity-card-module_wrapper__2GNuk{width:573px;height:188px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;padding:29px 39px 38px 37px;background:linear-gradient(90deg,#e96a6d,#e17221),#2d8a75;border-radius:10px}.charity-card-module_wrapper__2GNuk .charity-card-module_title__3_xZV{font-weight:700;font-size:32px;line-height:44.8px;text-align:left;color:#fff;width:50%}@media (max-width:1200px){.charity-card-module_wrapper__2GNuk{width:456px;height:188px;padding:41px 35px 38px 39px}}@media (max-width:992px){.charity-card-module_wrapper__2GNuk{width:643px;height:90px;align-items:center}.charity-card-module_wrapper__2GNuk .charity-card-module_title__3_xZV{width:100%;font-size:26px;line-height:36.4px}}@media (max-width:768px){.charity-card-module_wrapper__2GNuk{width:350px;height:128px;padding:40px 32px 38px 34px;align-items:flex-end}.charity-card-module_wrapper__2GNuk .charity-card-module_title__3_xZV{width:70%;font-weight:700;font-size:26px;line-height:36.4px}}.donate-card-module_wrapper__ciBYC{width:407px;height:330px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;padding:29px 37px 36px;background-color:#f8f8f7;border-radius:10px}.donate-card-module_wrapper__ciBYC .donate-card-module_title__2Pvi7{font-weight:700;font-size:32px;line-height:44.8px;text-align:left;color:#000}.donate-card-module_wrapper__ciBYC .donate-card-module_description__3X5cO{color:#6d6d6d;font-weight:500;font-size:20px;line-height:32px;text-align:left}@media (max-width:1200px){.donate-card-module_wrapper__ciBYC{width:456px;height:330px;padding:41px 42px 36px}}@media (max-width:992px){.donate-card-module_wrapper__ciBYC{width:350px;height:367px;padding:36px 32px}}@media (max-width:768px){.donate-card-module_wrapper__ciBYC{width:430px;height:289px;padding:40px 42px 46px}.donate-card-module_wrapper__ciBYC .donate-card-module_title__2Pvi7{font-weight:700;font-size:26px;line-height:36.4px}.donate-card-module_wrapper__ciBYC .donate-card-module_description__3X5cO{font-weight:500;font-size:16px;line-height:25.6px;text-align:left}}.featured-campaign-card-module_wrapper__Lx4z3{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;cursor:pointer}.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_imageWrapper__1Znnd{height:100%;display:flex;align-items:center}.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_coverImage__HUvxd{border-radius:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_image__ZtL5s{width:100%;border-radius:8px}.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_title__3rmNH{width:100%;padding-top:5px;padding-bottom:10px;font-weight:700;font-size:15px;line-height:21px;text-align:left;color:#000;height:50px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_description__NZDGW{display:flex;flex-direction:row;align-items:center;width:100%;color:#000;padding-top:5px;padding-bottom:5px;font-weight:700;font-size:13px;line-height:18.2px;text-align:left;border-radius:10px;grid-gap:20px;gap:20px}.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_subtext__2eSW5{width:100%;color:#6d6d6d;padding-top:5px;padding-bottom:5px;font-weight:500;font-size:13px;line-height:18.2px;text-align:left;margin-left:3px;margin-right:3px}.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_FRPText__1QVdV{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6d6d6d;line-height:20px;font-size:15px;margin:0 0 10px}.fundraising-section-module_wrapper__2vajR{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:10px;padding-right:90px;padding-left:90px}.fundraising-section-module_wrapper__2vajR .fundraising-section-module_leftSide__1zI_4{display:flex;flex-direction:row;align-items:center;justify-content:center;width:50%;height:auto;padding-right:36px}.fundraising-section-module_wrapper__2vajR .fundraising-section-module_image__1G7d9{max-width:100%;max-height:100%;border-radius:10px}.fundraising-section-module_wrapper__2vajR .fundraising-section-module_rightSide__3XxNu{width:50%;height:auto;padding-left:36px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.fundraising-section-module_wrapper__2vajR .fundraising-section-module_rightSide__3XxNu .fundraising-section-module_title__3qv_k{font-weight:500;font-size:24px;line-height:32.4px;text-align:left;color:#000;margin-bottom:12.64px}.fundraising-section-module_wrapper__2vajR .fundraising-section-module_rightSide__3XxNu .fundraising-section-module_description__1kteS{color:#6d6d6d;font-weight:500;font-size:20px;line-height:32px;text-align:left}.hero-banner-module_wrapper__3tqb0{width:100%;height:509.07px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#13362e;border-bottom-right-radius:10px}.hero-banner-module_wrapper__3tqb0 .hero-banner-module_rightSide__2v-ZN{width:35%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:29px 0 36px 41px}.hero-banner-module_wrapper__3tqb0 .hero-banner-module_rightSide__2v-ZN .hero-banner-module_title__3W1MB{font-weight:700;font-size:40px;line-height:56px;text-align:left;color:#fff}.hero-banner-module_wrapper__3tqb0 .hero-banner-module_rightSide__2v-ZN .hero-banner-module_description__t3Jsm{color:#fff;font-weight:500;font-size:32px;line-height:44.8px;text-align:left;padding-top:20px;padding-bottom:30px}.hero-banner-module_wrapper__3tqb0 .hero-banner-module_leftSide__2wEYK{width:65%;height:100%;border-bottom-right-radius:10px}.hero-banner-module_wrapper__3tqb0 .hero-banner-module_image__jUz8f{border-bottom-right-radius:10px;height:100%;width:100%;object-fit:cover;mask-image:linear-gradient(270deg,#2d8a75 0,#2d8a75 50%,transparent);-webkit-mask-image:linear-gradient(270deg,#2d8a75 50%,#2d8a75 0,transparent)}.horizontalbar-module_wrapper__39Ym4{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:5px}.horizontalbar-module_wrapper__39Ym4 .horizontalbar-module_bar__1X0jE{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;background-color:#41ccad;border-radius:999px;height:50px}.horizontalbar-module_wrapper__39Ym4 .horizontalbar-module_dot__1uJv_{background-color:#2d8a75;display:flex;width:20px;height:20px;border-radius:999px;margin-right:17.5px}.nav-module_tabBar__1jJhu{height:75px}.nav-module_tabBar__1jJhu .mdc-tab-scroller .mdc-tab{height:75px!important}.nav-module_tabBar__1jJhu .mdc-tab-scroller .mdc-tab .mdc-tab__content .mdc-tab__text-label{font-size:15px!important;font-weight:500}.nav-module_navMyAccount__3a4ID{background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.24);top:0;z-index:10;width:100%;font-family:Montserrat}.nav-module_navMyAccount__3a4ID .nav-module_container__2QQlH{width:100%;display:flex;justify-content:space-between;padding:10px 30px}.nav-module_navMyAccount__3a4ID .nav-module_container__2QQlH .nav-module_logoWrap__KFsbv{display:flex;align-items:center;justify-content:center;margin-right:1rem}.nav-module_navMyAccount__3a4ID .nav-module_container__2QQlH .nav-module_leftCover__1ru9L{display:flex;grid-gap:48px;gap:48px;align-items:center}.nav-module_navMyAccount__3a4ID .nav-module_container__2QQlH .nav-module_leftCover__1ru9L .nav-module_ctaBtn__KXkeB{font-size:16px;border-radius:8px;font-weight:700;color:#fff}@media (max-width:768px){.nav-module_navMyAccount__3a4ID .nav-module_container__2QQlH .nav-module_leftCover__1ru9L{grid-gap:28px;gap:28px}.nav-module_navMyAccount__3a4ID .nav-module_container__2QQlH .nav-module_leftCover__1ru9L .nav-module_ctaBtn__KXkeB{font-size:14px}}@media (max-width:480px){.nav-module_navMyAccount__3a4ID .nav-module_container__2QQlH .nav-module_leftCover__1ru9L{grid-gap:10px;gap:10px}.nav-module_navMyAccount__3a4ID .nav-module_container__2QQlH .nav-module_leftCover__1ru9L .nav-module_ctaBtn__KXkeB{font-size:12px;height:40px;padding:0 10px}}.popup-module_wrapper__2a8HZ{width:100%;height:79px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;background-color:#1f4e43}.popup-module_wrapper__2a8HZ .popup-module_title__1amtD{padding:5px;font-weight:700;font-size:16px;line-height:22.4px;text-align:center;color:#fff;margin-left:94px;margin-right:24px}.popup-module_wrapper__2a8HZ .popup-module_description__BetQs{position:relative;color:#b9c3c1;padding:5px;font-weight:500;font-size:16px;line-height:22.4px;text-align:center}@media (max-width:768px){.popup-module_wrapper__2a8HZ{width:100%;height:119px;flex-direction:column;align-items:center;justify-content:center}.popup-module_wrapper__2a8HZ .popup-module_title__1amtD{margin-left:0;margin-right:0}}.partner-monthly-donations-module_wrapper__1bToV{width:100%;margin:0 20px}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_title__2qI2n{font-size:24px;font-weight:700;line-height:1.4;margin-bottom:5px;font-family:Montserrat,Roboto,sans-serif}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX{display:flex;box-shadow:0 0 29px rgba(100,100,111,.2);justify-content:space-around;border-radius:10px;align-items:center;min-height:152px}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_wrap__1lxLO{display:flex;align-items:center;justify-content:space-around;padding:20px 0 20px 20px;width:100%}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_text__1wLhB{font-size:24px;line-height:1.5;font-family:Montserrat,Roboto,sans-serif;font-weight:500;color:#404041}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_item__hXu3n{margin:0 20px;color:#fc595d;font-size:36px;font-weight:700;font-family:Arial}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_button_wrap__19gRb{padding-right:20px}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_button_wrap__19gRb .partner-monthly-donations-module_month_donation_button__3F4P8{width:200px;border-radius:60px;background:linear-gradient(90deg,#fc595d,#ffa05a);padding:8px;float:right;margin:0 10px;align-items:center;display:flex;justify-content:center}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_button_wrap__19gRb .partner-monthly-donations-module_month_donation_button__3F4P8 a{color:#fff!important;font-family:Montserrat,Roboto,sans-serif;font-size:14px;cursor:pointer;text-decoration:none;font-weight:600}@media (max-width:920px){.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX{flex-direction:column}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_text__1wLhB{font-size:22px}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_wrap__1lxLO{flex-direction:column}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_wrap__1lxLO .partner-monthly-donations-module_month_donation_text__1wLhB{margin:0}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_item__hXu3n{font-size:30px}.partner-monthly-donations-module_wrapper__1bToV .partner-monthly-donations-module_month_donation__2-0eX .partner-monthly-donations-module_month_donation_button_wrap__19gRb{padding-right:0;padding-bottom:20px}}.partner-monthly-stats-module_wrapper__1M7HB{width:100%;box-shadow:0 0 29px rgba(100,100,111,.2);border-radius:10px;padding:20px;max-width:420px;text-align:center;line-height:1.5}.partner-monthly-stats-module_wrapper__1M7HB .partner-monthly-stats-module_amount_raised__3DDen{min-height:80px;display:flex;align-items:center;flex-direction:column;justify-content:center}.partner-monthly-stats-module_wrapper__1M7HB .partner-monthly-stats-module_amount_raised__3DDen .partner-monthly-stats-module_numeric__39u6z{color:#fc595d;font-weight:700}.partner-monthly-stats-module_wrapper__1M7HB .partner-monthly-stats-module_amount_raised__3DDen .partner-monthly-stats-module_title__VRsZU{font-weight:700;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;color:#404041}.partner-monthly-table-module_wrapper__e92hP{width:100%;margin:20px}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_title__2Sfuk{font-size:24px;font-weight:700;line-height:1.4;margin-bottom:5px;font-family:Montserrat,Roboto,sans-serif}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk{box-shadow:0 0 29px rgba(100,100,111,.2);border-radius:10px;padding:20px}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk .partner-monthly-table-module_title_wrap__3zZFW{display:flex;align-items:flex-end}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk .partner-monthly-table-module_title_wrap__3zZFW .partner-monthly-table-module_tooltip__2P0Ji{position:relative;display:inline-block}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk .partner-monthly-table-module_title_wrap__3zZFW .partner-monthly-table-module_tooltip__2P0Ji img{margin-bottom:7px;margin-left:5px}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk .partner-monthly-table-module_title_wrap__3zZFW .partner-monthly-table-module_tooltip__2P0Ji img svg{background-color:#000}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk .partner-monthly-table-module_title_wrap__3zZFW .partner-monthly-table-module_tooltip__2P0Ji .partner-monthly-table-module_tooltiptext__1Q9pA{visibility:hidden;width:320px;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:8px 13px;position:absolute;z-index:1;top:105%;right:50%;margin-right:-162px;border:1px solid #fba026;opacity:0;transition:opacity .5s;line-height:1.2}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk .partner-monthly-table-module_title_wrap__3zZFW .partner-monthly-table-module_tooltip__2P0Ji .partner-monthly-table-module_tooltiptext__1Q9pA:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#fba026}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk .partner-monthly-table-module_title_wrap__3zZFW .partner-monthly-table-module_tooltip__2P0Ji:hover .partner-monthly-table-module_tooltiptext__1Q9pA{visibility:visible;opacity:1}.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk td,.partner-monthly-table-module_wrapper__e92hP .partner-monthly-table-module_table_wrap__j98xk th{border-bottom:1px solid #d5d5d5;padding:20px 5px}.partner-monthly-table-module_wrapper__e92hP td{text-align:center}.partner-chart-stats-module_wrapper__1nf17{border-radius:8px;background:#fff;box-shadow:0 1px 8px 0 hsla(0,0%,43.1%,.25);max-width:250px;display:flex;padding:16px 24px;flex-direction:column;align-items:center;grid-gap:8px;gap:8px}.partner-chart-stats-module_wrapper__1nf17 .partner-chart-stats-module_amount_raised__3YgU4{min-height:80px;display:flex;align-items:center;flex-direction:column;justify-content:center;font-family:Montserrat,Roboto,sans-serif}.partner-chart-stats-module_wrapper__1nf17 .partner-chart-stats-module_amount_raised__3YgU4 .partner-chart-stats-module_numeric__2ehBR{color:#acacac;font-weight:700;font-size:24px;line-height:32px}.partner-chart-stats-module_wrapper__1nf17 .partner-chart-stats-module_amount_raised__3YgU4 .partner-chart-stats-module_title__3VP2i{margin-top:10px;font-weight:400;font-size:14px;color:#acacac;text-align:center}.this-month-card-module_wrapper__2iVxF{border-radius:16px;box-shadow:0 1px 8px 0 hsla(0,0%,43.1%,.25);background:#fff;display:flex;flex-direction:column;padding:30px;min-width:330px}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy{font-family:Montserrat,Roboto,sans-serif}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_header__3mqXh{display:flex;justify-content:space-between;font-weight:700;padding:5px}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_header__3mqXh .this-month-card-module_header_left__LmYEa{display:flex;flex-direction:column;text-align:center}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_header__3mqXh .this-month-card-module_header_left__LmYEa .this-month-card-module_header_left_donation__stf8T{height:100%;justify-content:space-between;display:flex;flex-direction:column}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_header__3mqXh .this-month-card-module_header_left__LmYEa .this-month-card-module_header_left_donation__stf8T .this-month-card-module_donation_amount__3UdUG{font-size:32px;color:#ff7658;padding:15px 0}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_header__3mqXh .this-month-card-module_header_left__LmYEa .this-month-card-module_header_left_donation__stf8T .this-month-card-module_donation_text__22Bgj{font-size:14px;color:#404041}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_header__3mqXh .this-month-card-module_header_right__1OEQJ img{height:100%;width:auto}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_content__2buEr{padding:5px}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_content__2buEr .this-month-card-module_content_item__10Znq{padding:8px 0;border-bottom:thin solid #d2cece;display:flex}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_content__2buEr .this-month-card-module_content_item__10Znq .this-month-card-module_content_item_amount__2Z1_K{font-size:16px;color:#ff7658;font-weight:700;min-width:54px;padding:0 5px}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_content__2buEr .this-month-card-module_content_item__10Znq .this-month-card-module_content_item_text__1tlOV{font-size:14px;color:#404041}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_content__2buEr .this-month-card-module_content_item__10Znq:last-child{border-bottom:none}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_month_donation_button_wrap__3gxAJ{padding-top:10px}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_month_donation_button_wrap__3gxAJ .this-month-card-module_month_donation_button__FTqnS{padding:8px 16px;border-radius:20px;background:linear-gradient(90deg,#f05c6a 1.8%,#ff995a 94.53%);float:left;align-items:center;display:flex;justify-content:center}.this-month-card-module_wrapper__2iVxF .this-month-card-module_thisMonthCardWrap__1wEQy .this-month-card-module_month_donation_button_wrap__3gxAJ .this-month-card-module_month_donation_button__FTqnS a{color:#fff!important;font-size:14px;cursor:pointer;text-decoration:none;font-weight:700}.partner-toggle-button-module_toggle_btn_item__1DdKM{font-family:Montserrat,sans-serif;justify-content:center;align-items:center;display:flex;padding:18px 24px;border:thin solid transparent;border-radius:100px;font-weight:400;font-size:12px;cursor:pointer}.partner-toggle-button-block-module_wrapper__2vLDr{font-family:Montserrat,sans-serif;display:flex;background:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;color:#404041;font-weight:400;font-size:12px;margin:0;padding:1px;border-radius:32px;cursor:pointer;background:linear-gradient(90deg,#f05c6a,#ff995a)}.partner-toggle-button-block-module_wrapper__2vLDr .partner-toggle-button-block-module_toggle_btn_wrap__36HeL{padding:1px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:100px;display:flex;background-color:#fff}.footerV2-module_wrapper__3uNWh{background-color:#fff;color:#404041;font-family:Montserrat,sans-serif}.footerV2-module_wrapper__3uNWh .footerV2-module_container__1Y8dv{width:100%;margin:0 auto;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2}.footerV2-module_wrapper__3uNWh section{max-width:80em;display:flex;padding:55px 0 35px;margin:0 auto;flex-direction:row;justify-content:space-between}.footerV2-module_wrapper__3uNWh .footerV2-module_social_links__item__2RVAO{display:block;width:2.5rem;height:2.5rem}.footerV2-module_wrapper__3uNWh .footerV2-module_social_links__item__2RVAO img{width:100%;height:100%;display:block;object-fit:"contain"}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_logo__1BTb6{width:20%}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_logo__1BTb6 .footerV2-module_logo__3g-m-{width:161px;height:57px;margin-top:-5px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left_bottom__8raKl{display:flex;justify-content:space-between;width:100%;margin-top:20px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_follow__2a4nL{width:33.33%;padding:0 10px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_follow__2a4nL h2{color:#000;font-size:14px;font-weight:500}.footerV2-module_wrapper__3uNWh .footerV2-module_social_icons__35Jsa{display:flex;flex-direction:row;grid-gap:21px;gap:21px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_follow_mobile__7raQo{display:none}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left__2YuFf{display:flex;width:60%;position:relative;min-height:220px;flex-wrap:wrap}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left_mobile__SovNW{display:none}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M .footerV2-module_statistics__DLKC3{width:25%;display:flex;flex-direction:column;align-items:center}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics__DLKC3 .footerV2-module_container__1Y8dv{background-color:#f2f8f1;border-radius:10px;width:273px;height:244px;text-align:center;padding:5px 29px 27px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M .footerV2-module_statistics__DLKC3 .footerV2-module_title__2Pfg4{line-height:16.8px;font-weight:600;font-size:14px;color:#0b1f05;text-align:left}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_number__1mbq9{font-weight:400;font-size:14px;line-height:19.6px;color:#13362e;text-align:left}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M .footerV2-module_statistics__DLKC3>.footerV2-module_stack-column__13ufr>.footerV2-module_stack-row__3amp9{flex-direction:column}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_item_container__2j6hR{display:flex;flex-direction:column}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M .footerV2-module_statistics_item__2zP8I{display:flex;flex-direction:row;align-items:center;grid-gap:16px;gap:16px}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_item__2zP8I:last-child img{transform:scaleX(-1)}.footerV2-module_wrapper__3uNWh .footerV2-module_item_link__2CV5i{flex-basis:33.33%;padding:0 10px;display:block}.footerV2-module_wrapper__3uNWh .footerV2-module_item_link__2CV5i h2{color:#000;font-size:14px;text-transform:lowercase;font-weight:500}.footerV2-module_wrapper__3uNWh .footerV2-module_item_link__2CV5i h2:first-letter{text-transform:capitalize}.footerV2-module_wrapper__3uNWh .footerV2-module_list_links__Twf5H{display:flex;flex-direction:column}.footerV2-module_wrapper__3uNWh .footerV2-module_list_links__Twf5H a{color:#6d6d6d;text-decoration:none;margin:.5rem 0;font-size:14px}.footerV2-module_wrapper__3uNWh .footerV2-module_list_links__Twf5H a:first-letter{text-transform:capitalize}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_container__9ZuJh{width:100%;max-width:80em;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:25px}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_section__HKRgY{flex-direction:column;padding:1rem 10px}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_section__HKRgY a{text-decoration:none;color:#404041;font-size:13px}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_section__HKRgY .footerV2-module_container__1Y8dv>div{align-items:center;justify-content:space-between}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_card__1x1JR{width:65%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;padding:20px;background:linear-gradient(90deg,#e96a6d,#e17221),#2d8a75;cursor:pointer;border-radius:6px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_card__1x1JR .footerV2-module_title__2Pfg4{display:flex;flex-direction:column;font-weight:500;font-size:14px;line-height:1.5em;text-align:left;color:#fff}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_card__1x1JR img{width:16px;height:auto}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_card_mobile__3j68-{display:none}@media (max-width:1200px){.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M{flex-wrap:wrap;width:80%}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_logo__1BTb6{flex-basis:100%}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left__2YuFf{width:70%}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M .footerV2-module_statistics__DLKC3{width:30%}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_section__HKRgY{width:80%}}@media (max-width:992px){.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M{flex-direction:column;width:80%}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M .footerV2-module_statistics__DLKC3,.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left__2YuFf{width:100%}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics__DLKC3 .footerV2-module_container__1Y8dv{background-color:#f2f8f1;border-radius:10px;width:100%;height:174px;padding:25px;margin-top:25px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M .footerV2-module_statistics__DLKC3 .footerV2-module_title__2Pfg4{text-align:center}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_item_container__2j6hR{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_item__2zP8I{flex-direction:column;grid-gap:0!important;gap:0!important}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_container__9ZuJh{flex-direction:column;grid-gap:5px;gap:5px}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_number__1mbq9{text-align:center;width:70%}}@media (max-width:768px){.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M{flex-direction:column;width:432px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_follow_mobile__7raQo{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #dadada}.footerV2-module_wrapper__3uNWh .footerV2-module_social_icons_mobile__2MuTY{display:flex;flex-direction:row;grid-gap:21px;gap:21px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_follow_mobile__7raQo h2{color:#000;font-size:14px;font-weight:500}.footerV2-module_wrapper__3uNWh .footerV2-module_item_link__2CV5i h2{font-weight:500}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left__2YuFf{display:none}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left_mobile__SovNW{display:block}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left_mobile__SovNW .footerV2-module_title_container__2J_BO{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left_mobile__SovNW .footerV2-module_item_link__2CV5i{border-bottom:1px solid #dadada;padding:8px 0}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_left_mobile__SovNW .footerV2-module_list_links__Twf5H{margin-left:22px}.footerV2-module_wrapper__3uNWh .footerV2-module_active__1jXbw{display:flex!important}.footerV2-module_wrapper__3uNWh .footerV2-module_inactive__2Qwod{display:none!important}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_logo__1BTb6{width:100%;border-bottom:1px solid #dadada}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics__DLKC3 .footerV2-module_container__1Y8dv{background-color:#f2f8f1;border-radius:10px;width:432px;height:236px;padding:25px;margin-top:25px}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_item_container__2j6hR{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_item__2zP8I{flex-direction:row;width:100%;grid-gap:16px!important;gap:16px!important}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics_number__1mbq9{text-align:left;width:70%}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M .footerV2-module_statistics__DLKC3 .footerV2-module_title__2Pfg4{text-align:left}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_card__1x1JR{width:432px;padding:25px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_card__1x1JR img{width:12px}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_card_mobile__3j68-{display:flex;justify-content:center;padding:15px 0 50px}}@media (max-width:480px){.footerV2-module_wrapper__3uNWh .footerV2-module_main_block__IYG2M{flex-direction:column;width:340px}.footerV2-module_wrapper__3uNWh .footerV2-module_statistics__DLKC3 .footerV2-module_container__1Y8dv{width:340px;height:236px}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_container__9ZuJh{flex-direction:column-reverse}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_container__9ZuJh .footerV2-module_stack-row__3amp9:not(.footerV2-module_stack-reverse__20hel)>:not(:last-child){margin-right:.2rem!important}.footerV2-module_wrapper__3uNWh .footerV2-module_main_block_card__1x1JR{width:340px}.footerV2-module_wrapper__3uNWh .footerV2-module_bottom_section__HKRgY{width:90%}}.input-module_container__3R_rx{font-family:Montserrat}.input-module_container__3R_rx .input-module_lable__3MUr4{font-size:12px;font-weight:700;margin:8px 0;display:flex;align-items:center}.input-module_container__3R_rx .input-module_lable__3MUr4 .input-module_required__2jKE5{color:#43ccb0;font-size:14px;margin-left:5px}.input-module_container__3R_rx input{width:100%;height:48px;box-shadow:0 2px 4px 0 rgba(0,0,0,.07);border:1px solid #e2e2e2;border-radius:6px;color:#404041;padding:10px 12px;outline:none}.input-module_container__3R_rx input::placeholder{color:#acacac}.input-module_container__3R_rx input:focus{border:1px solid #43ccb0}.input-module_container__3R_rx input.input-module_error__9qa8B{border:1px solid #f05c6a}.input-module_container__3R_rx .input-module_mesError__3AzLW{color:#f05c6a;font-size:14px;margin:8px 0}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}[dir=ltr] .Toastify__toast-icon{margin-right:10px}[dir=rtl] .Toastify__toast-icon{margin-left:10px}.Toastify__toast-icon{width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.my-account-start-fundraise-card-module_wrapper__2Iaek{min-height:226px;display:flex;align-items:center;border-radius:16px;background-color:#f7f7f8;position:relative;font-family:Montserrat,sans-serif;box-shadow:1px 1px 8px 0 hsla(0,0%,43.1%,.1),8px 8px 24px 0 rgba(139,162,179,.25);width:100%}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding-left:52px;height:100%}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_title__19XBe{font-weight:700;font-size:20px;line-height:32px;text-align:left;color:#404041;margin-bottom:38px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH{display:flex;grid-gap:15px;gap:15px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH .my-account-start-fundraise-card-module_btn1__1ryxj{padding:16px 32px;background-color:#fff;border:1px solid #ff5e6a;color:#ff5e6a;height:56px;border-radius:8px;font-size:16px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH .my-account-start-fundraise-card-module_btn2__3OCZt{padding:16px 32px;background-color:#ff5e6a;color:#fff;height:56px;border-radius:8px;font-size:16px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_rightSide__1k67A img{width:230px;position:absolute;right:0;bottom:0}@media (max-width:900px){.my-account-start-fundraise-card-module_wrapper__2Iaek{min-height:275px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw{padding:37px 40px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_title__19XBe{max-width:330px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH{flex-direction:column}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_rightSide__1k67A img{width:293px}}@media (max-width:720px){.my-account-start-fundraise-card-module_wrapper__2Iaek{overflow:hidden}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_title__19XBe{max-width:300px;font-size:16px;margin-bottom:22px;line-height:26px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH .my-account-start-fundraise-card-module_btn1__1ryxj,.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH .my-account-start-fundraise-card-module_btn2__3OCZt{font-size:14px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_rightSide__1k67A img{width:280px;right:-60px}}@media (max-width:625px){.my-account-start-fundraise-card-module_wrapper__2Iaek{min-height:220px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_title__19XBe{max-width:230px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH .my-account-start-fundraise-card-module_btn1__1ryxj,.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH .my-account-start-fundraise-card-module_btn2__3OCZt{padding:16px 10px;height:44px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_rightSide__1k67A img{width:240px}}@media (max-width:540px){.my-account-start-fundraise-card-module_wrapper__2Iaek{min-height:200px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw{padding:25px 20px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_rightSide__1k67A img{width:220px;right:-60px}}@media (max-width:500px) and (min-width:480px){.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_rightSide__1k67A img{width:190px;right:-50px}}@media (max-width:415px){.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_title__19XBe{margin-bottom:20px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH .my-account-start-fundraise-card-module_btn1__1ryxj,.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_leftSide__Tr9gw .my-account-start-fundraise-card-module_btnCover__3DkvH .my-account-start-fundraise-card-module_btn2__3OCZt{font-size:11px;height:44px}.my-account-start-fundraise-card-module_wrapper__2Iaek .my-account-start-fundraise-card-module_rightSide__1k67A img{width:190px;right:-50px}}.my-account-choose-charity-card-module_wrapper__3ne7s{height:226px;display:flex;align-items:center;border-radius:16px;background-color:#f7f7f8;font-family:Montserrat,sans-serif;justify-content:space-around;box-shadow:1px 1px 8px 0 hsla(0,0%,43.1%,.1),8px 8px 24px 0 rgba(139,162,179,.25)}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-around;height:100%;padding:30px 30px 30px 0;margin-left:12%}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1 .my-account-choose-charity-card-module_title__2CB3U{font-weight:700;font-size:24px;line-height:32px;text-align:left;color:#404041}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_leftSide__3S_e3 img{width:270px;height:214px;margin-left:50px}@media (max-width:768px){.my-account-choose-charity-card-module_wrapper__3ne7s{overflow:hidden}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_leftSide__3S_e3 img{width:100%;margin-left:0}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1{margin-left:50px;padding:16px 34px 15px 0;justify-content:space-around;z-index:1}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1 .my-account-choose-charity-card-module_title__2CB3U{font-size:24px;line-height:32px}}@media (max-width:580px){.my-account-choose-charity-card-module_wrapper__3ne7s{overflow:hidden}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_leftSide__3S_e3{max-width:40%;align-items:center}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_leftSide__3S_e3 img{width:150px;margin-left:-16px}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1{max-width:60%;margin-left:24px;padding:40px 20px 40px 0}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1 .my-account-choose-charity-card-module_title__2CB3U{font-size:20px;line-height:30px}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1 button .mdc-button__label{font-size:14px}}@media (max-width:440px){.my-account-choose-charity-card-module_wrapper__3ne7s{overflow:hidden}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_leftSide__3S_e3{max-width:40%;align-items:center}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_leftSide__3S_e3 img{width:150px;margin-left:-34px}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1{max-width:90%;margin-left:24px;padding:20px 20px 20px 0}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1 .my-account-choose-charity-card-module_title__2CB3U{font-size:16px;line-height:24px}.my-account-choose-charity-card-module_wrapper__3ne7s .my-account-choose-charity-card-module_rightSide__2-yf1 button .mdc-button__label{font-size:14px}}.favorite-charity-item-module_wrapper__1X4xw{height:96px;display:flex;align-items:center;border-radius:8px;border:1px solid #2d8a75;font-family:Montserrat,sans-serif;overflow:hidden;box-shadow:0 2px 4px 0 rgba(0,0,0,.13),0 1px 1px 0 rgba(0,0,0,.11)}.favorite-charity-item-module_wrapper__1X4xw .favorite-charity-item-module_charityItem__1-b9_{width:100%;height:100%;position:relative;display:flex}.favorite-charity-item-module_wrapper__1X4xw .favorite-charity-item-module_charityItem__1-b9_ .favorite-charity-item-module_leftSide__2CNrs{height:100%;width:80px;display:flex;justify-content:center;align-items:center}.favorite-charity-item-module_wrapper__1X4xw .favorite-charity-item-module_charityItem__1-b9_ .favorite-charity-item-module_leftSide__2CNrs .favorite-charity-item-module_btnHeart__2lRBH{position:absolute;top:6px;left:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.favorite-charity-item-module_wrapper__1X4xw .favorite-charity-item-module_charityItem__1-b9_ .favorite-charity-item-module_leftSide__2CNrs .favorite-charity-item-module_btnHeart__2lRBH .material-icons{height:24px;color:#2d8a75;cursor:pointer}.favorite-charity-item-module_wrapper__1X4xw .favorite-charity-item-module_charityItem__1-b9_ .favorite-charity-item-module_leftSide__2CNrs .favorite-charity-item-module_charityLogo__1zHoD img,.favorite-charity-item-module_wrapper__1X4xw .favorite-charity-item-module_charityItem__1-b9_ .favorite-charity-item-module_rightSide__3Pb-L{width:100%;height:100%}.favorite-charity-item-module_wrapper__1X4xw .favorite-charity-item-module_charityItem__1-b9_ .favorite-charity-item-module_rightSide__3Pb-L .favorite-charity-item-module_charityNameLink__2MR3L{text-decoration:none;color:#404041}.favorite-charity-item-module_wrapper__1X4xw .favorite-charity-item-module_charityItem__1-b9_ .favorite-charity-item-module_rightSide__3Pb-L .favorite-charity-item-module_charityName__2AgTF{padding:22px 12px 22px 8px;font-size:14px;height:100%;display:flex;align-items:center}.my-account-sidebar-module_wrapper__2prH6{transition:all .2s ease;background:#fff;height:100%;min-height:100vh;box-shadow:2px 2px 8px 0 hsla(0,6%,45.5%,.25);font-family:Montserrat;font-size:14px;font-weight:400;color:#404041}.my-account-sidebar-module_wrapper__2prH6.my-account-sidebar-module_expand__1m2Vs{min-width:283px;width:283px}.my-account-sidebar-module_wrapper__2prH6.my-account-sidebar-module_collapse__2X0m7{min-width:64px;width:64px;z-index:0}.my-account-sidebar-module_wrapper__2prH6.my-account-sidebar-module_collapse__2X0m7 .my-account-sidebar-module_additional__1EeN2,.my-account-sidebar-module_wrapper__2prH6.my-account-sidebar-module_collapse__2X0m7 p.my-account-sidebar-module_label__3RALd,.my-account-sidebar-module_wrapper__2prH6.my-account-sidebar-module_collapse__2X0m7 p.my-account-sidebar-module_labelChild__3q6WY{opacity:0}.my-account-sidebar-module_wrapper__2prH6.my-account-sidebar-module_collapse__2X0m7 .my-account-sidebar-module_coverAcount__270wg .my-account-sidebar-module_itemChild__3TdQk{padding-left:8px}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_active__f-nw8{background:linear-gradient(90deg,#2d8a75,#42ccae 97.5%)}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_active__f-nw8 p{color:#fff;font-weight:700}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_active__f-nw8 svg path{fill:#fff!important}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc{display:flex;align-items:center;padding-left:16px;text-decoration:none;color:#404041;height:50px;cursor:pointer}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc p.my-account-sidebar-module_label__3RALd{padding-left:8px;position:absolute;left:58px}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc svg{width:36px}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc:hover{background:linear-gradient(90deg,#2d8a75,#42ccae 97.5%)}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc:hover p{color:#fff;font-weight:700}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc:hover svg path{fill:#fff!important}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc svg path{fill:#2d8a75}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc .my-account-sidebar-module_label__3RALd{opacity:1}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc .my-account-sidebar-module_hiden__xtlWO{width:0}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_coverAcount__270wg{border-bottom:1px solid var(--Stroke,#e2e2e2);border-top:1px solid var(--Stroke,#e2e2e2)}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_coverAcount__270wg .my-account-sidebar-module_account__sruAN{display:flex;justify-content:space-between}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_coverAcount__270wg .my-account-sidebar-module_account__sruAN .my-account-sidebar-module_coverLabel__2obOx{display:flex;align-items:center}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_coverAcount__270wg .my-account-sidebar-module_itemChild__3TdQk{display:flex;align-items:center;padding-left:35px;height:50px;text-decoration:none;color:#404041;cursor:pointer}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_coverAcount__270wg .my-account-sidebar-module_itemChild__3TdQk .my-account-sidebar-module_labelChild__3q6WY{position:absolute;margin-left:48px}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_coverAcount__270wg .my-account-sidebar-module_itemChild__3TdQk svg circle{fill:#2d8a75}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_coverAcount__270wg .my-account-sidebar-module_activeChild__2f0vc p,.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_coverAcount__270wg .my-account-sidebar-module_itemChild__3TdQk:hover p{color:#2d8a75}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_collapse__2X0m7{border-bottom:1px solid var(--Stroke,#e2e2e2)}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_additional__1EeN2 svg path{fill:#acacac}.my-account-sidebar-module_mobile__MKmzV .my-account-sidebar-module_wrapper__2prH6.my-account-sidebar-module_sidebar__1S6P9{transition:all .3s ease;width:283px}.my-account-sidebar-module_mobile__MKmzV .my-account-sidebar-module_sidebarIsHidden__1MKnA{transform:translateX(-340px);transition:all .3s ease}.my-account-sidebar-module_mobile__MKmzV .my-account-sidebar-module_menuBtn__2cfab{position:absolute;top:0;left:0;z-index:99;cursor:pointer}.my-account-sidebar-module_mobile__MKmzV .my-account-sidebar-module_menuBtn__2cfab:hover svg path{fill:#2d8a75}.my-account-sidebar-module_mobile__MKmzV .my-account-sidebar-module_menuBtnHidden__2l4kb{display:none}.my-account-sidebar-module_mobile__MKmzV .my-account-sidebar-module_closeBtn__2qF28{position:absolute;top:0;right:-50px;width:50px;height:50px;border:1px solid #acacac;background:#fff;box-shadow:1px 1px 8px 0 hsla(0,0%,43.1%,.25);cursor:pointer}.my-account-sidebar-module_mobile__MKmzV .my-account-sidebar-module_closeBtn__2qF28:hover{border:1px solid #2d8a75}.my-account-sidebar-module_mobile__MKmzV .my-account-sidebar-module_closeBtn__2qF28:hover svg path{fill:#2d8a75}@media (max-width:1070px){.my-account-sidebar-module_wrapper__2prH6{position:fixed;z-index:9}.my-account-sidebar-module_wrapper__2prH6 .my-account-sidebar-module_item__1nSgc p.my-account-sidebar-module_label__3RALd{width:235px}}.my-account-frp-preview-module_wrapper__dNipd{border-radius:16px;background:#fff;box-shadow:1px 1px 8px 0 hsla(0,0%,43.1%,.1),8px 8px 24px 0 rgba(139,162,179,.25);display:flex;font-family:Montserrat;cursor:pointer}.my-account-frp-preview-module_wrapper__dNipd:hover .my-account-frp-preview-module_coverImage__2mHgG,.my-account-frp-preview-module_wrapper__dNipd:hover .my-account-frp-preview-module_imgOverlay__2nZSr{background:rgba(34,39,37,.2)}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG{width:calc(100% - 200px);border-radius:16px 0 0 16px;position:relative;cursor:pointer;overflow:hidden}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_imgOverlay__2nZSr{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px 0 0 16px;transition:all .2s}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_boxImage__1ttYR{width:100%;display:flex;justify-content:center;overflow:hidden;border-radius:16px 0 0 16px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_boxImage__1ttYR .my-account-frp-preview-module_noImg__1hY6M{background-size:cover;width:100%;height:460px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_coverTitle__1sSn-{position:absolute;bottom:0;display:flex;align-items:center;width:100%;border-radius:0 0 0 16px;opacity:.95;min-height:80px;background:var(--Green-Linear,linear-gradient(90deg,#2d8a75,#42ccae 97.5%))}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_coverTitle__1sSn- .my-account-frp-preview-module_title__1x_bj{font-size:20px;line-height:26px;font-weight:700;color:#fff;padding:11px 32px;margin:0}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye{width:200px;padding:22px 20px;text-align:center;display:flex;flex-direction:column;align-items:center}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye p{margin:0}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_item__FZTOt{margin-bottom:13px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_item__FZTOt .my-account-frp-preview-module_number__2Nd_S{font-size:16px;font-weight:700;margin-bottom:5px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_item__FZTOt .my-account-frp-preview-module_text__2CocT{font-size:14px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_item__FZTOt .my-account-frp-preview-module_closeDateText___wEII{margin-left:-10px;margin-right:-10px;font-size:14px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_item__FZTOt .my-account-frp-preview-module_closeDateText___wEII .my-account-frp-preview-module_number__2Nd_S{font-size:14px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_manageBtn__1AYl0{border-radius:50px;border:none;background:var(--Green-Linear,linear-gradient(90deg,#2d8a75,#42ccae 97.5%));padding:6px 16px;font-size:10px;font-weight:700;color:#fff;display:flex;align-items:center;cursor:pointer}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_manageBtn__1AYl0 svg{margin-left:8px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_manageBtn__1AYl0:hover{background:#65a797}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_progress__2cXze{margin:0 0 16px}@media (max-width:768px){.my-account-frp-preview-module_wrapper__dNipd{flex-direction:column}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG{width:100%;border-radius:16px 16px 0 0}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_boxImage__1ttYR,.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_imgOverlay__2nZSr{border-radius:16px 16px 0 0}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_coverTitle__1sSn-{border-radius:0;min-height:0}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_coverTitle__1sSn- .my-account-frp-preview-module_title__1x_bj{font-size:18px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye{flex-direction:row;width:100%;justify-content:space-around;padding:32px 0}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_coverItem__1QS20{display:flex;flex-direction:column;grid-gap:18px;gap:18px}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_coverItem__1QS20 .my-account-frp-preview-module_item__FZTOt{margin-bottom:0}.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverInfomation__2d2Ye .my-account-frp-preview-module_progress__2cXze{margin:0 0 20px}}@media (max-width:480px){.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_coverTitle__1sSn- .my-account-frp-preview-module_title__1x_bj{font-size:16px;padding:10px 15px;line-height:20px}}@media (max-width:400px){.my-account-frp-preview-module_wrapper__dNipd .my-account-frp-preview-module_coverImage__2mHgG .my-account-frp-preview-module_coverTitle__1sSn- .my-account-frp-preview-module_title__1x_bj{font-size:13px;line-height:16px}}.my-account-stats-donated-module_wrapper__2204E{width:100%;border-radius:16px;background:#f2f8f1;position:relative;font-family:Montserrat;text-align:center;min-height:312px;display:flex;justify-content:center;box-shadow:1px 1px 8px 0 hsla(0,0%,43.1%,.1),8px 8px 24px 0 rgba(139,162,179,.25)}.my-account-stats-donated-module_wrapper__2204E .my-account-stats-donated-module_picture__WCuVs{position:absolute;top:45px;right:25px}.my-account-stats-donated-module_wrapper__2204E .my-account-stats-donated-module_content__rIydE{padding-top:32px;max-width:300px}.my-account-stats-donated-module_wrapper__2204E .my-account-stats-donated-module_content__rIydE .my-account-stats-donated-module_title__2d6nq{font-size:20px;font-weight:700;color:#2d8a75;padding-bottom:13px;margin:0}.my-account-stats-donated-module_wrapper__2204E .my-account-stats-donated-module_content__rIydE .my-account-stats-donated-module_number__1cP4D{font-size:24px;font-weight:700;color:#2d8a75;margin:10px 0}.my-account-stats-donated-module_wrapper__2204E .my-account-stats-donated-module_content__rIydE .my-account-stats-donated-module_text__293Ij{font-size:16px;font-weight:400;color:#404041;margin:0;padding-bottom:24px}.my-account-stats-donated-module_wrapper__2204E .my-account-stats-donated-module_content__rIydE .my-account-stats-donated-module_text__293Ij .my-account-stats-donated-module_num__3-ePn{font-weight:700;color:#2d8a75}.my-account-stats-donated-module_wrapper__2204E .my-account-stats-donated-module_content__rIydE .my-account-stats-donated-module_view__Faeo3{color:#2d8a75;font-size:14px;text-decoration:none}@media screen and (max-width:768px){.my-account-stats-donated-module_wrapper__2204E .my-account-stats-donated-module_picture__WCuVs{display:none}}.my-account-stats-raised-module_wrapper__1Xb5N{width:100%;border-radius:16px;background:#f2f8f1;position:relative;font-family:Montserrat;text-align:center;min-height:312px;display:flex;justify-content:center;box-shadow:1px 1px 8px 0 hsla(0,0%,43.1%,.1),8px 8px 24px 0 rgba(139,162,179,.25)}.my-account-stats-raised-module_wrapper__1Xb5N .my-account-stats-raised-module_picture__1R1tk{position:absolute;top:20px;left:75px}.my-account-stats-raised-module_wrapper__1Xb5N .my-account-stats-raised-module_content__3_KK5{padding-top:32px;max-width:300px}.my-account-stats-raised-module_wrapper__1Xb5N .my-account-stats-raised-module_content__3_KK5 .my-account-stats-raised-module_title__A4jOV{font-size:20px;font-weight:700;color:#2d8a75;padding-bottom:32px;margin:0}.my-account-stats-raised-module_wrapper__1Xb5N .my-account-stats-raised-module_content__3_KK5 .my-account-stats-raised-module_number__1pf6L{font-size:24px;font-weight:700;color:#2d8a75;margin:10px 0}.my-account-stats-raised-module_wrapper__1Xb5N .my-account-stats-raised-module_content__3_KK5 .my-account-stats-raised-module_text__3_L7J{font-size:16px;font-weight:400;color:#404041;margin:0}.my-account-stats-raised-module_wrapper__1Xb5N .my-account-stats-raised-module_content__3_KK5 .my-account-stats-raised-module_text__3_L7J .my-account-stats-raised-module_num__1OQAI{font-weight:700;color:#2d8a75}@media screen and (max-width:768px){.my-account-stats-raised-module_wrapper__1Xb5N .my-account-stats-raised-module_picture__1R1tk{display:none}}.my-account-frp-closed-module_wrapper__1I9n9{border-radius:16px;background:#d3d3d3 50%/cover no-repeat;box-shadow:1px 1px 8px 0 hsla(0,0%,43.1%,.1),8px 8px 24px 0 rgba(139,162,179,.25);display:flex;font-family:Montserrat;position:relative;cursor:pointer}.my-account-frp-closed-module_wrapper__1I9n9:hover .my-account-frp-closed-module_coverImage__UyIdc,.my-account-frp-closed-module_wrapper__1I9n9:hover .my-account-frp-closed-module_imgOverlay__2KJdC{background:rgba(34,39,37,.2)}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_completeIcon__qvdph{position:absolute;top:0;right:0;z-index:1}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc{width:calc(100% - 200px);border-radius:16px 0 0 16px;position:relative;cursor:pointer;opacity:.6;overflow:hidden}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_imgOverlay__2KJdC{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:16px 0 0 16px;transition:all .2s}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_boxImage__3lh3x{width:100%;display:flex;justify-content:center;overflow:hidden;border-radius:16px 0 0 16px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_boxImage__3lh3x .my-account-frp-closed-module_noImg__1Ktbc{background-size:cover;width:100%;height:460px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_coverTitle__3OQ7R{position:absolute;bottom:0;display:flex;align-items:center;width:100%;border-radius:0 0 0 16px;min-height:80px;opacity:.95;background:var(--Green-Linear,linear-gradient(90deg,#2d8a75,#42ccae 97.5%))}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_coverTitle__3OQ7R .my-account-frp-closed-module_title__3M0pI{font-size:20px;line-height:26px;font-weight:700;color:#fff;padding:11px 32px;margin:0}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L{width:200px;padding:22px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#ebebeb;border-radius:0 16px 16px 0}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L p{margin:0}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_item__1S1Q4{margin-bottom:16px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_item__1S1Q4 .my-account-frp-closed-module_number__2Uyn9{font-size:16px;font-weight:700;margin-bottom:5px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_item__1S1Q4 .my-account-frp-closed-module_text__E7Tjr{font-size:14px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_item__1S1Q4 .my-account-frp-closed-module_closeDateText__1ZsA5{margin-left:-10px;margin-right:-10px;font-size:14px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_item__1S1Q4 .my-account-frp-closed-module_closeDateText__1ZsA5 .my-account-frp-closed-module_number__2Uyn9{font-size:14px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_gridBtn__3TJMQ{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_gridBtn__3TJMQ .my-account-frp-closed-module_manageBtn__3pzfu{padding:10px 16px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_gridBtn__3TJMQ .my-account-frp-closed-module_thankBtn__vqVzs{background:#fff;color:#42ccae;box-shadow:inset 0 0 0 1px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_gridBtn__3TJMQ .my-account-frp-closed-module_thankBtn__vqVzs:hover{color:#fff;box-shadow:none}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_manageBtn__3pzfu{border-radius:50px;border:none;background:var(--Green-Linear,linear-gradient(90deg,#2d8a75,#42ccae 97.5%));padding:6px 16px;font-size:10px;font-weight:700;color:#fff;display:flex;align-items:center;cursor:pointer}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_manageBtn__3pzfu svg{margin-left:8px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_manageBtn__3pzfu:hover{background:#65a797}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_progress__2tfwn{margin:0 0 16px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_coverRight__3b5oY{display:flex;flex-direction:column;align-items:center}@media (max-width:768px){.my-account-frp-closed-module_wrapper__1I9n9{flex-direction:column}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc{width:100%;border-radius:16px 16px 0 0}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_boxImage__3lh3x,.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_imgOverlay__2KJdC{border-radius:16px 16px 0 0}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_coverTitle__3OQ7R{border-radius:0;min-height:0}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_coverTitle__3OQ7R .my-account-frp-closed-module_title__3M0pI{font-size:18px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L{flex-direction:row;width:100%;justify-content:space-around;padding:32px 0;border-radius:0 0 16px 16px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_coverItem__2i2wT{display:flex;flex-direction:column;grid-gap:18px;gap:18px}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_coverItem__2i2wT .my-account-frp-closed-module_item__1S1Q4{margin-bottom:0}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverInfomation__wrS7L .my-account-frp-closed-module_progress__2tfwn{margin:0}}@media (max-width:480px){.my-account-frp-closed-module_wrapper__1I9n9{width:100%}.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_coverTitle__3OQ7R .my-account-frp-closed-module_title__3M0pI{font-size:16px;padding:10px 15px;line-height:20px}}@media (max-width:400px){.my-account-frp-closed-module_wrapper__1I9n9 .my-account-frp-closed-module_coverImage__UyIdc .my-account-frp-closed-module_coverTitle__3OQ7R .my-account-frp-closed-module_title__3M0pI{font-size:13px;line-height:16px}}.transaction-card-module_wrapper__1P9LL{width:100%;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;flex-direction:column;padding:24px;align-items:flex-start;border-radius:8px;border:1px solid #e2e2e2;background-color:#fff;font-family:Montserrat,sans-serif;font-size:14px;color:#404041;cursor:pointer}.transaction-card-module_wrapper__1P9LL .transaction-card-module_header__1qBGr{width:100%;display:flex;justify-content:space-between;grid-gap:10px;gap:10px}.transaction-card-module_wrapper__1P9LL .transaction-card-module_header__1qBGr .transaction-card-module_details__3gulV{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:2px 8px;border-radius:4px;background-color:#42ccae;color:#fff;font-weight:700;text-align:center}.transaction-card-module_wrapper__1P9LL .transaction-card-module_content__282B0{width:100%;display:flex;justify-content:space-between;padding:16px 0;align-items:center}.transaction-card-module_wrapper__1P9LL .transaction-card-module_content__282B0 .transaction-card-module_recipient__3EsUm{font-weight:700;max-width:72%;height:auto;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.transaction-card-module_wrapper__1P9LL .transaction-card-module_content__282B0 .transaction-card-module_amountCover__3cuFw{display:flex;grid-gap:10px;gap:10px}.transaction-card-module_wrapper__1P9LL .transaction-card-module_content__282B0 .transaction-card-module_amountCover__3cuFw .transaction-card-module_amount__2NofB{color:#2d8a75}.transaction-card-module_wrapper__1P9LL .transaction-card-module_footer__3hWuW{width:100%;display:flex;justify-content:space-between}.transaction-card-module_wrapper__1P9LL .transaction-card-module_footer__3hWuW .transaction-card-module_footerLeft__dLkf2{max-width:50%;display:flex;flex-direction:column}.transaction-card-module_wrapper__1P9LL .transaction-card-module_footer__3hWuW .transaction-card-module_footerLeft__dLkf2 .transaction-card-module_statusAsText__2e5-o{padding-top:16px}.transaction-card-module_wrapper__1P9LL .transaction-card-module_footer__3hWuW .transaction-card-module_footerRight__1aLIF{display:flex;flex-direction:column;justify-content:flex-end}@media (max-width:480px){.transaction-card-module_wrapper__1P9LL .transaction-card-module_header__1qBGr .transaction-card-module_details__3gulV{font-size:12px}}.input-social-module_container__3iSVF{font-family:Montserrat;display:flex;grid-gap:16px;gap:16px}.input-social-module_container__3iSVF input{width:100%;height:48px;box-shadow:0 2px 4px 0 rgba(0,0,0,.07);border:1px solid #e2e2e2;border-radius:6px;color:#404041;padding:10px 12px;outline:none}.input-social-module_container__3iSVF input::placeholder{color:#acacac}.input-social-module_container__3iSVF input:focus{border:1px solid #2d8a75}.input-social-module_container__3iSVF input.input-social-module_error__1fdeT{border:1px solid #f05c6a}.input-social-module_container__3iSVF .input-social-module_mesError__18JCi{color:#f05c6a;font-size:14px;margin:8px 0}.charity-tags-filter-button-module_wrapper__3DcoL{max-width:100%;text-align:center;font-family:Montserrat,sans-serif;position:relative}.charity-tags-filter-button-module_wrapper__3DcoL .charity-tags-filter-button-module_charity_tags_filter_button__3Hgmd{display:flex;font-size:16px;justify-content:center;align-items:center}.charity-tags-filter-button-module_wrapper__3DcoL .charity-tags-filter-button-module_charity_tags_filter_button__3Hgmd .charity-tags-filter-button-module_filter_button__JYmzm{height:60px;width:100%}.charity-tags-filter-button-module_wrapper__3DcoL .charity-tags-filter-button-module_charity_tags_filter_button__3Hgmd .charity-tags-filter-button-module_filter_button__JYmzm .charity-tags-filter-button-module_icon__2yDox{margin-top:4px}.charity-tags-filter-button-module_wrapper__3DcoL .charity-tags-filter-button-module_charity_tags_filter_button__3Hgmd .charity-tags-filter-button-module_filter_button__JYmzm .charity-tags-filter-button-module_icon__2yDox svg{width:24px;height:auto}.charity-tags-filter-button-module_wrapper__3DcoL .charity-tags-filter-button-module_filter_layout__1qFH5{display:flex;justify-content:flex-end;flex-direction:column;position:absolute;background-color:#fff;z-index:1;right:0;border-radius:8px;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);margin:16px auto;width:-webkit-max-content;width:max-content}.charity-tags-filter-button-module_wrapper__3DcoL .charity-tags-filter-button-module_filter_layout_title__cjG4v{font-weight:700;font-size:16px;display:flex;justify-content:space-between;align-items:center;justify-content:center;padding:16px}.charity-tags-filter-button-module_wrapper__3DcoL .charity-tags-filter-button-module_filter_layout_options__3176V{display:flex;flex-wrap:wrap;max-width:500px;font-size:14px}.charity-tags-filter-button-module_wrapper__3DcoL .charity-tags-filter-button-module_filter_layout_options__3176V>div{flex:0 1 50%;text-align:left}
|
|
2
|
+
/*# sourceMappingURL=index.esm.css.map */
|