@mycause/ui 1.1.0-test2 → 1.1.0-test5
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/dist/components/chips/chip.d.ts +1 -1
- package/dist/components/donation.d.ts +20 -0
- package/dist/donation.css +1 -1
- package/dist/donation.css.map +1 -1
- package/dist/donation.esm.css +1 -1
- package/dist/donation.esm.css.map +1 -1
- package/dist/donation.esm.js +5172 -2851
- package/dist/donation.js +3630 -1272
- package/package.json +1 -1
|
@@ -7,6 +7,6 @@ export interface ChipProps extends Omit<MDCChipProps, "ref" | "initRipple" | "le
|
|
|
7
7
|
}
|
|
8
8
|
declare function Chip({ className, leadingIcon, trailingIcon, ...props }: ChipProps): React.JSX.Element;
|
|
9
9
|
declare namespace Chip {
|
|
10
|
-
var defaultProps: Partial<Pick<MDCChipProps, "label" | "selected" | "id" | "onClick" | "onTransitionEnd" | "trailingIcon" | "
|
|
10
|
+
var defaultProps: Partial<Pick<MDCChipProps, "label" | "selected" | "id" | "onClick" | "onTransitionEnd" | "trailingIcon" | "handleSelect" | "leadingIcon" | "handleRemove" | "handleInteraction" | "handleTrailingIconInteraction" | "chipCheckmark" | "shouldRemoveOnTrailingIconClick"> & import("@material/react-ripple").RippledComponentProps<HTMLDivElement>> | undefined;
|
|
11
11
|
}
|
|
12
12
|
export default Chip;
|
|
@@ -1,22 +1,42 @@
|
|
|
1
|
+
export * from "./anchor";
|
|
2
|
+
export * from "./avatar";
|
|
1
3
|
export * from "./button";
|
|
4
|
+
export * from "./button-select";
|
|
5
|
+
export * from "./chips";
|
|
2
6
|
export * from "./checkbox";
|
|
7
|
+
export * from "./cropper";
|
|
3
8
|
export * from "./combo-field";
|
|
4
9
|
export * from "./date-picker";
|
|
10
|
+
export * from "./donation-form";
|
|
5
11
|
export * from "./elevation";
|
|
6
12
|
export * from "./field-helpers";
|
|
7
13
|
export * from "./icon";
|
|
8
14
|
export * from "./layout";
|
|
9
15
|
export * from "./list";
|
|
16
|
+
export * from "./login";
|
|
17
|
+
export * from "./menu";
|
|
10
18
|
export * from "./modal";
|
|
19
|
+
export * from "./navigation";
|
|
11
20
|
export * from "./phone-number-input";
|
|
12
21
|
export * from "./radio";
|
|
13
22
|
export * from "./select";
|
|
14
23
|
export * from "./spinner";
|
|
24
|
+
export * from "./statistics";
|
|
15
25
|
export * from "./switch";
|
|
16
26
|
export * from "./tabs";
|
|
17
27
|
export * from "./text-field";
|
|
18
28
|
export * from "./text";
|
|
29
|
+
export * from "./uploader";
|
|
30
|
+
export * from "./donate-card";
|
|
31
|
+
export * from "./horizontalbar";
|
|
32
|
+
export * from "./progressbar";
|
|
19
33
|
export * from "./nav";
|
|
20
34
|
export * from "./popup";
|
|
21
35
|
export * from "./table";
|
|
36
|
+
export * from "./footerV2";
|
|
22
37
|
export * from "./input";
|
|
38
|
+
export * from "./toast";
|
|
39
|
+
export * from "./favorite-charity-item";
|
|
40
|
+
export * from "./transaction-card";
|
|
41
|
+
export * from "./input-social";
|
|
42
|
+
export * from "./collapse";
|
package/dist/donation.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.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%}}.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}.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%}.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-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}.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}
|
|
1
|
+
.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%}.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}}.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-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}.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)}}.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}.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}
|
|
2
2
|
/*# sourceMappingURL=donation.esm.css.map */
|
package/dist/donation.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["modal.module.scss","phone-number-input.module.scss","switch.module.scss","nav.module.scss","popup.module.scss","partner-monthly-table.module.scss","input.module.scss"],"names":[],"mappings":"AAAA,2BACE,YAAa,CACb,cAAe,CACf,SAAU,CACV,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CACZ,aAAc,CACd,+BAGF,CACA,6DACE,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,wBAAyB,CACzB,uCAAoB,CACpB,sBACF,CACA,iEACE,4BAA6B,CAC7B,8BACF,CACA,oCACE,GACE,kBACF,CACA,GACE,kBACF,CACF,CACA,sDACE,UAAY,CACZ,cAAe,CACf,eAAiB,CACjB,cAAgB,CAChB,iBAAkB,CAClB,WAAY,CACZ,SACF,CACA,wHAEE,UAAW,CACX,oBAAqB,CACrB,cACF,CAGA,yCACE,kCACE,UACF,CACF,CCtDA,+CACE,sBACF,CACA,uFACE,cAAe,CACf,eAAgB,CAChB,YACF,CACA,kIACE,aAAc,CACd,cACF,CACA,2FACE,iBAAkB,CAClB,WAAY,CACZ,UACF,CACA,wIACE,sCAAwC,CACxC,sCAA+C,CAC/C,iBAAkB,CAClB,eACF,CACA,+KACE,qCACF,CACA,+KACE,wBACF,CACA,2IACE,iBAAkB,CAClB,QAAS,CACT,SAAU,CACV,YAAa,CACb,kBACF,CACA,gJACE,cACF,CACA,yLACE,kBAAmB,CACnB,cACF,CACA,0FACE,aAAc,CACd,cAAe,CACf,YACF,CACA,uDACE,WAAY,CACZ,kBACF,CACA,+FACE,SACF,CACA,kFACE,cAAe,CACf,yBACF,CACA,0eAYE,WACF,CCxEA,6DACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WAEF,CACA,mEACE,SAAU,CACV,OAAQ,CACR,QACF,CACA,0FACE,iBAAkB,CAClB,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,qBAAsB,CAEtB,cACF,CACA,iGACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,UAAW,CACX,QAAS,CACT,UAAW,CACX,qBAAuB,CAEvB,cACF,CACA,+GAGE,0BACF,CACA,qHACE,kBACF,CACA,4HACE,iBACF,CC5CA,0BACE,WACF,CACA,qDACE,qBACF,CACA,4FACE,wBAA0B,CAC1B,eACF,CAEA,gCACE,qBAAsB,CACtB,8DAAwE,CACxE,KAAM,CACN,UAAW,CACX,UAAW,CACX,sBACF,CACA,6DACE,UAAW,CACX,YAAa,CACb,6BAA8B,CAC9B,iBACF,CACA,yFACE,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,iBACF,CACA,0FACE,YAAa,CACb,aAAS,CAAT,QAAS,CACT,kBACF,CACA,oHACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,UACF,CAEA,yBACE,0FACE,aAAS,CAAT,QACF,CACA,oHACE,cACF,CACF,CACA,yBACE,0FACE,aAAS,CAAT,QACF,CACA,oHACE,cAAe,CACf,WAAY,CACZ,cACF,CACF,CC5DA,6BACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,0BAA2B,CAC3B,kBAAmB,CACnB,wBACF,CACA,wDACE,WAAY,CACZ,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,iBAAkB,CAClB,UAAY,CACZ,gBAAiB,CACjB,iBACF,CACA,8DACE,iBAAkB,CAClB,aAAc,CACd,WAAY,CACZ,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,iBACF,CAEA,yBACE,6BACE,UAAW,CACX,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,sBACF,CACA,wDACE,aAAgB,CAChB,cACF,CACF,CCzCA,6CACE,UAAW,CACX,WACF,CACA,wFACE,cAAe,CACf,eAAiB,CACjB,eAAgB,CAChB,iBAAkB,CAClB,wCACF,CACA,6FACE,wCAAiD,CACjD,kBAAmB,CACnB,YACF,CACA,6IACE,YAAa,CACb,oBACF,CACA,0LACE,iBAAkB,CAClB,oBACF,CACA,8LACE,iBAAkB,CAClB,eACF,CACA,kMACE,qBACF,CACA,2OACE,iBAAkB,CAClB,WAAY,CACZ,qBAAuB,CACvB,UAAW,CACX,iBAAkB,CAClB,iBAAkB,CAClB,gBAAiB,CACjB,iBAAkB,CAClB,SAAU,CACV,QAAS,CACT,SAAU,CACV,mBAAoB,CACpB,wBAAyB,CACzB,SAAU,CACV,sBAAwB,CACxB,eACF,CACA,iPACE,UAAW,CACX,iBAAkB,CAClB,WAAY,CACZ,QAAS,CACT,gBAAiB,CAGjB,4BAAyD,CAAzD,2BACF,CACA,iPACE,kBAAmB,CACnB,SACF,CACA,gMAEE,+BAAgC,CAChC,gBACF,CACA,gDACE,iBACF,CCtEA,+BACE,sBACF,CACA,0DACE,cAAe,CACf,eAAgB,CAChB,YAAa,CACb,YAAa,CACb,kBACF,CACA,wFACE,aAAc,CACd,cAAe,CACf,eACF,CACA,qCACE,UAAW,CACX,WAAY,CACZ,sCAA+C,CAC/C,wBAAyB,CACzB,iBAAkB,CAClB,aAAc,CACd,iBAAkB,CAClB,YACF,CACA,kDACE,aACF,CACA,2CACE,wBACF,CACA,+DACE,wBACF,CACA,6DACE,aAAc,CACd,cAAe,CACf,YACF","file":"donation.esm.css","sourcesContent":[".modal {\n display: none;\n position: fixed;\n z-index: 1;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n overflow: auto;\n background-color: rgba(0, 0, 0, 0.5);\n /* Modal Content (image) */\n /* The Close Button */\n}\n.modal .modalContent {\n display: flex;\n justify-content: center;\n align-items: center;\n height: calc(100% + 50px);\n animation-name: zoom;\n animation-duration: 0.6s;\n}\n.modal .modalContent img {\n max-width: calc(100vw - 37px);\n max-height: calc(100vh - 100px);\n}\n@keyframes zoom {\n from {\n transform: scale(0);\n }\n to {\n transform: scale(1);\n }\n}\n.modal .close {\n color: white;\n font-size: 25px;\n font-weight: bold;\n transition: 0.3s;\n position: absolute;\n right: -27px;\n top: -27px;\n}\n.modal .close:hover,\n.modal .close:focus {\n color: #bbb;\n text-decoration: none;\n cursor: pointer;\n}\n\n/* 100% Image Width on Smaller Screens */\n@media only screen and (max-width: 700px) {\n .modalContent {\n width: 100%;\n }\n}",".phoneInputV2 {\n font-family: Montserrat;\n}\n.phoneInputV2 .lable {\n font-size: 12px;\n font-weight: 700;\n margin: 8px 0;\n}\n.phoneInputV2 .lable .required {\n color: #43ccb0;\n font-size: 14px;\n}\n.phoneInputV2 .coverForm {\n position: relative;\n height: 48px;\n width: 100%;\n}\n.phoneInputV2 .coverForm .comboField {\n border: 1px solid var(--Stroke, #e2e2e2);\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border-radius: 6px;\n overflow: hidden;\n}\n.phoneInputV2 .coverForm .comboField.focus {\n border: 1px solid var(--Brand, #43ccb0);\n}\n.phoneInputV2 .coverForm .comboField.error {\n border: 1px solid #f05c6a;\n}\n.phoneInputV2 .coverForm .flagContainer {\n position: absolute;\n top: 13px;\n left: 12px;\n display: flex;\n align-items: center;\n}\n.phoneInputV2 .coverForm .flagContainer span {\n font-size: 25px;\n}\n.phoneInputV2 .coverForm .flagContainer .countryCode {\n margin: 3px 0 0 4px;\n font-size: 16px;\n}\n.phoneInputV2 .mesError {\n color: #f05c6a;\n font-size: 14px;\n margin: 8px 0;\n}\n.phoneInputV2 :global(.select) {\n width: 115px;\n background: #e2e2e2;\n}\n.phoneInputV2 :global(.select > .mdc-select > .mdc-select__native-control) {\n opacity: 0;\n}\n.phoneInputV2 :global(.text-field .mdc-text-field__input) {\n font-size: 16px;\n font-weight: 400 !important;\n}\n.phoneInputV2 :global(.mdc-select--outlined\n .mdc-notched-outline\n .mdc-notched-outline__leading),\n.phoneInputV2 :global(.mdc-select--outlined\n .mdc-notched-outline\n .mdc-notched-outline__trailing),\n.phoneInputV2 :global(.mdc-text-field--outlined\n .mdc-notched-outline\n .mdc-notched-outline__leading),\n.phoneInputV2 :global(.mdc-text-field--outlined\n .mdc-notched-outline\n .mdc-notched-outline__trailing) {\n border: none;\n}",".container .switch {\n position: relative;\n display: inline-block;\n width: 40px;\n height: 20px;\n /* Rounded sliders */\n}\n.container .switch input {\n opacity: 0;\n width: 0;\n height: 0;\n}\n.container .switch .slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #ccc;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.container .switch .slider:before {\n position: absolute;\n content: \"\";\n height: 16px;\n width: 16px;\n left: 2px;\n bottom: 2px;\n background-color: white;\n -webkit-transition: 0.4s;\n transition: 0.2s;\n}\n.container .switch input:checked + .slider:before {\n -webkit-transform: translateX(20px);\n -ms-transform: translateX(20px);\n transform: translateX(20px);\n}\n.container .switch .slider.round {\n border-radius: 34px;\n}\n.container .switch .slider.round:before {\n border-radius: 50%;\n}",".tabBar {\n height: 75px;\n}\n.tabBar :global(.mdc-tab-scroller .mdc-tab) {\n height: 75px !important;\n}\n.tabBar :global(.mdc-tab-scroller .mdc-tab .mdc-tab__content .mdc-tab__text-label) {\n font-size: 15px !important;\n font-weight: 500;\n}\n\n.navMyAccount {\n background-color: #fff;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);\n top: 0;\n z-index: 10;\n width: 100%;\n font-family: \"Montserrat\";\n}\n.navMyAccount .container {\n width: 100%;\n display: flex;\n justify-content: space-between;\n padding: 10px 30px;\n}\n.navMyAccount .container .logoWrap {\n display: flex;\n align-items: center;\n justify-content: center;\n margin-right: 1rem;\n}\n.navMyAccount .container .leftCover {\n display: flex;\n gap: 48px;\n align-items: center;\n}\n.navMyAccount .container .leftCover .ctaBtn {\n font-size: 16px;\n border-radius: 8px;\n font-weight: 700;\n color: #fff;\n}\n\n@media (max-width: 768px) {\n .navMyAccount .container .leftCover {\n gap: 28px;\n }\n .navMyAccount .container .leftCover .ctaBtn {\n font-size: 14px;\n }\n}\n@media (max-width: 480px) {\n .navMyAccount .container .leftCover {\n gap: 10px;\n }\n .navMyAccount .container .leftCover .ctaBtn {\n font-size: 12px;\n height: 40px;\n padding: 0 10px;\n }\n}",".wrapper {\n width: 100%;\n height: 79px;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n background-color: #1f4e43;\n}\n.wrapper .title {\n padding: 5px;\n font-weight: 700;\n font-size: 16px;\n line-height: 22.4px;\n text-align: center;\n color: white;\n margin-left: 94px;\n margin-right: 24px;\n}\n.wrapper .description {\n position: relative;\n color: #b9c3c1;\n padding: 5px;\n font-weight: 500;\n font-size: 16px;\n line-height: 22.4px;\n text-align: center;\n}\n\n@media all and (max-width: 768px) {\n .wrapper {\n width: 100%;\n height: 119px;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n }\n .wrapper .title {\n margin-left: 0px;\n margin-right: 0px;\n }\n}",".wrapper {\n width: 100%;\n margin: 20px;\n}\n.wrapper .title {\n font-size: 24px;\n font-weight: bold;\n line-height: 1.4;\n margin-bottom: 5px;\n font-family: \"Montserrat\", \"Roboto\", sans-serif;\n}\n.wrapper .table_wrap {\n box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px;\n border-radius: 10px;\n padding: 20px;\n}\n.wrapper .table_wrap .title_wrap {\n display: flex;\n align-items: flex-end;\n}\n.wrapper .table_wrap .title_wrap .tooltip {\n position: relative;\n display: inline-block;\n}\n.wrapper .table_wrap .title_wrap .tooltip img {\n margin-bottom: 7px;\n margin-left: 5px;\n}\n.wrapper .table_wrap .title_wrap .tooltip img svg {\n background-color: #000;\n}\n.wrapper .table_wrap .title_wrap .tooltip .tooltiptext {\n visibility: hidden;\n width: 320px;\n background-color: black;\n color: #fff;\n text-align: center;\n border-radius: 6px;\n padding: 8px 13px;\n position: absolute;\n z-index: 1;\n top: 105%;\n right: 50%;\n margin-right: -162px;\n border: 1px solid #fba026;\n opacity: 0;\n transition: opacity 0.5s;\n line-height: 1.2;\n}\n.wrapper .table_wrap .title_wrap .tooltip .tooltiptext::after {\n content: \"\";\n position: absolute;\n bottom: 100%;\n left: 50%;\n margin-left: -5px;\n border-width: 5px;\n border-style: solid;\n border-color: transparent transparent #fba026 transparent;\n}\n.wrapper .table_wrap .title_wrap .tooltip:hover .tooltiptext {\n visibility: visible;\n opacity: 1;\n}\n.wrapper .table_wrap th,\n.wrapper .table_wrap td {\n border-bottom: 1px solid #d5d5d5;\n padding: 20px 5px;\n}\n.wrapper td {\n text-align: center;\n}",".container {\n font-family: \"Montserrat\";\n}\n.container .lable {\n font-size: 12px;\n font-weight: 700;\n margin: 8px 0;\n display: flex;\n align-items: center;\n}\n.container .lable .required {\n color: #43ccb0;\n font-size: 14px;\n margin-left: 5px;\n}\n.container input {\n width: 100%;\n height: 48px;\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border: 1px solid #e2e2e2;\n border-radius: 6px;\n color: #404041;\n padding: 10px 12px;\n outline: none;\n}\n.container input::placeholder {\n color: #acacac;\n}\n.container input:focus {\n border: 1px solid #43CCB0;\n}\n.container input.error {\n border: 1px solid #F05C6A;\n}\n.container .mesError {\n color: #F05C6A;\n font-size: 14px;\n margin: 8px 0;\n}"]}
|
|
1
|
+
{"version":3,"sources":["phone-number-input.module.scss","progressbar.module.scss","donation-form-v2.module.scss","modal.module.scss","switch.module.scss","donate-card.module.scss","horizontalbar.module.scss","nav.module.scss","popup.module.scss","partner-monthly-table.module.scss","footerV2.module.scss","input.module.scss","../scss/_variables.scss","ReactToastify.css","../scss/_toastContainer.scss","../scss/_toast.scss","../scss/_theme.scss","../scss/_closeButton.scss","../scss/_progressBar.scss","../scss/_icons.scss","../scss/animations/_bounce.scss","../scss/animations/_zoom.scss","../scss/animations/_flip.scss","../scss/animations/_slide.scss","../scss/animations/_spin.scss","favorite-charity-item.module.scss","transaction-card.module.scss","input-social.module.scss"],"names":[],"mappings":"AAAA,+CACE,sBACF,CACA,uFACE,cAAe,CACf,eAAgB,CAChB,YACF,CACA,kIACE,aAAc,CACd,cACF,CACA,2FACE,iBAAkB,CAClB,WAAY,CACZ,UACF,CACA,wIACE,sCAAwC,CACxC,sCAA+C,CAC/C,iBAAkB,CAClB,eACF,CACA,+KACE,qCACF,CACA,+KACE,wBACF,CACA,2IACE,iBAAkB,CAClB,QAAS,CACT,SAAU,CACV,YAAa,CACb,kBACF,CACA,gJACE,cACF,CACA,yLACE,kBAAmB,CACnB,cACF,CACA,0FACE,aAAc,CACd,cAAe,CACf,YACF,CACA,uDACE,WAAY,CACZ,kBACF,CACA,+FACE,SACF,CACA,kFACE,cAAe,CACf,yBACF,CACA,0eAYE,WACF,CCxEA,mCACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,sBAAuB,CACvB,UACF,CACA,wEACE,qBAAyB,CACzB,mBAAoB,CACpB,UAAW,CACX,cACF,CACA,kEACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,wBAAyB,CACzB,SAAU,CACV,wBAAyB,CACzB,WAAY,CACZ,mBAAoB,CACpB,cAAe,CACf,gBACF,CACA,kEACE,wBAAyB,CACzB,YAAa,CACb,YAAa,CACb,aAAc,CACd,mBAAoB,CACpB,gBACF,CClCA,wCACE,WAAY,CACZ,eAAmB,CACnB,kCAA2C,CAC3C,kBAAmB,CACnB,iBAAkB,CAClB,sBACF,CACA,6EACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,6BACF,CACA,kHACE,YAAa,CACb,qBAAsB,CACtB,kBACF,CACA,wHACE,eAAgB,CAChB,cAAe,CACf,gBACF,CACA,uHACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,aACF,CACA,sFACE,YAAa,CACb,YAAQ,CAAR,OAAQ,CACR,cAAe,CACf,kBACF,CACA,gIACE,UAAW,CACX,eAAgB,CAChB,cAAe,CACf,wBAAyB,CACzB,iBACF,CACA,4QACE,UAAW,CACX,kBACF,CACA,mFACE,aACF,CACA,wFACE,cAAe,CACf,4BAA8B,CAC9B,kBACF,CACA,yFACE,8BACF,CACA,kFACE,cACF,CACA,uFACE,YAAa,CACb,kBAAmB,CACnB,aAAS,CAAT,QACF,CCnEA,2BACE,YAAa,CACb,cAAe,CACf,SAAU,CACV,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CACZ,aAAc,CACd,+BAGF,CACA,6DACE,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,wBAAyB,CACzB,uCAAoB,CACpB,sBACF,CACA,iEACE,4BAA6B,CAC7B,8BACF,CACA,oCACE,GACE,kBACF,CACA,GACE,kBACF,CACF,CACA,sDACE,UAAY,CACZ,cAAe,CACf,eAAiB,CACjB,cAAgB,CAChB,iBAAkB,CAClB,WAAY,CACZ,SACF,CACA,wHAEE,UAAW,CACX,oBAAqB,CACrB,cACF,CAGA,yCACE,kCACE,UACF,CACF,CCtDA,6DACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WAEF,CACA,mEACE,SAAU,CACV,OAAQ,CACR,QACF,CACA,0FACE,iBAAkB,CAClB,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,qBAAsB,CAEtB,cACF,CACA,iGACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,UAAW,CACX,QAAS,CACT,UAAW,CACX,qBAAuB,CAEvB,cACF,CACA,+GAGE,0BACF,CACA,qHACE,kBACF,CACA,4HACE,iBACF,CC5CA,mCACE,WAAY,CACZ,YAAa,CACb,YAAa,CACb,qBAAsB,CACtB,4BAA6B,CAC7B,kBAAmB,CACnB,sBAA4B,CAC5B,wBAAyB,CACzB,kBACF,CACA,oEACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,eAAgB,CAChB,UACF,CACA,0EACE,aAAc,CACd,eAAgB,CAChB,cAAe,CACf,gBAAiB,CACjB,eACF,CAEA,0BACE,mCACE,WAAY,CACZ,YAAa,CACb,sBACF,CACF,CACA,yBACE,mCACE,WAAY,CACZ,YAAa,CACb,iBACF,CACF,CACA,yBACE,mCACE,WAAY,CACZ,YAAa,CACb,sBACF,CACA,oEACE,eAAgB,CAChB,cAAe,CACf,kBACF,CACA,0EACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,eACF,CACF,CCzDA,qCACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,sBAAuB,CACvB,UACF,CACA,sEACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,wBAAyB,CACzB,wBAAyB,CACzB,mBAAoB,CACpB,WACF,CACA,sEACE,wBAAyB,CACzB,YAAa,CACb,UAAW,CACX,WAAY,CACZ,mBAAoB,CACpB,mBACF,CCzBA,0BACE,WACF,CACA,qDACE,qBACF,CACA,4FACE,wBAA0B,CAC1B,eACF,CAEA,gCACE,qBAAsB,CACtB,8DAAwE,CACxE,KAAM,CACN,UAAW,CACX,UAAW,CACX,sBACF,CACA,6DACE,UAAW,CACX,YAAa,CACb,6BAA8B,CAC9B,iBACF,CACA,yFACE,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,iBACF,CACA,0FACE,YAAa,CACb,aAAS,CAAT,QAAS,CACT,kBACF,CACA,oHACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,UACF,CAEA,yBACE,0FACE,aAAS,CAAT,QACF,CACA,oHACE,cACF,CACF,CACA,yBACE,0FACE,aAAS,CAAT,QACF,CACA,oHACE,cAAe,CACf,WAAY,CACZ,cACF,CACF,CC5DA,6BACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,0BAA2B,CAC3B,kBAAmB,CACnB,wBACF,CACA,wDACE,WAAY,CACZ,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,iBAAkB,CAClB,UAAY,CACZ,gBAAiB,CACjB,iBACF,CACA,8DACE,iBAAkB,CAClB,aAAc,CACd,WAAY,CACZ,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,iBACF,CAEA,yBACE,6BACE,UAAW,CACX,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,sBACF,CACA,wDACE,aAAgB,CAChB,cACF,CACF,CCzCA,6CACE,UAAW,CACX,WACF,CACA,wFACE,cAAe,CACf,eAAiB,CACjB,eAAgB,CAChB,iBAAkB,CAClB,wCACF,CACA,6FACE,wCAAiD,CACjD,kBAAmB,CACnB,YACF,CACA,6IACE,YAAa,CACb,oBACF,CACA,0LACE,iBAAkB,CAClB,oBACF,CACA,8LACE,iBAAkB,CAClB,eACF,CACA,kMACE,qBACF,CACA,2OACE,iBAAkB,CAClB,WAAY,CACZ,qBAAuB,CACvB,UAAW,CACX,iBAAkB,CAClB,iBAAkB,CAClB,gBAAiB,CACjB,iBAAkB,CAClB,SAAU,CACV,QAAS,CACT,SAAU,CACV,mBAAoB,CACpB,wBAAyB,CACzB,SAAU,CACV,sBAAwB,CACxB,eACF,CACA,iPACE,UAAW,CACX,iBAAkB,CAClB,WAAY,CACZ,QAAS,CACT,gBAAiB,CAGjB,4BAAyD,CAAzD,2BACF,CACA,iPACE,kBAAmB,CACnB,SACF,CACA,gMAEE,+BAAgC,CAChC,gBACF,CACA,gDACE,iBACF,CCtEA,gCACE,qBAAuB,CACvB,aAAc,CACd,iCACF,CACA,kEACE,UAAW,CACX,aAAc,CACd,4BAA6B,CAC7B,+BACF,CACA,wCACE,cAAe,CACf,YAAa,CACb,mBAA0B,CAC1B,aAAc,CACd,kBAAmB,CACnB,6BACF,CACA,2EACE,aAAc,CACd,YAAa,CACb,aACF,CACA,+EACE,UAAW,CACX,WAAY,CACZ,aAAc,CACd,oBACF,CACA,wEACE,SACF,CACA,qGACE,WAAY,CACZ,WAAY,CACZ,eACF,CACA,+EACE,YAAa,CACb,6BAA8B,CAC9B,UAAW,CACX,eACF,CACA,0EACE,YAAa,CACb,cACF,CACA,6EACE,UAAY,CACZ,cAAe,CACf,eACF,CACA,qEACE,YAAa,CACb,kBAAmB,CACnB,aAAS,CAAT,QACF,CACA,iFACE,YACF,CACA,wEACE,YAAa,CACb,SAAU,CACV,iBAAkB,CAClB,gBAAiB,CACjB,cACF,CACA,+EACE,YACF,CACA,sGACE,SAAU,CACV,YAAa,CACb,qBAAsB,CACtB,kBACF,CACA,qGACE,wBAAyB,CACzB,kBAAmB,CACnB,WAAY,CACZ,YAAa,CACb,iBAAkB,CAClB,qBACF,CACA,oIACE,kBAAmB,CACnB,eAAgB,CAChB,cAAe,CACf,aAAc,CACd,eACF,CACA,0EACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,aAAc,CACd,eACF,CACA,6KACE,qBACF,CACA,kFACE,YAAa,CACb,qBACF,CACA,2GACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,aAAS,CAAT,QACF,CACA,uFACE,oBACF,CACA,kEACE,iBAAkB,CAClB,cAAe,CACf,aACF,CACA,qEACE,UAAY,CACZ,cAAe,CACf,wBAAyB,CACzB,eACF,CACA,kFACE,yBACF,CACA,mEACE,YAAa,CACb,qBACF,CACA,qEACE,aAAc,CACd,oBAAqB,CACrB,cAAgB,CAChB,cACF,CACA,kFACE,yBACF,CACA,yEACE,UAAW,CACX,cAAe,CACf,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,6BAA8B,CAC9B,mBACF,CACA,uEACE,qBAAsB,CACtB,iBACF,CACA,yEACE,oBAAqB,CACrB,aAAc,CACd,cACF,CACA,6GACE,kBAAmB,CACnB,6BACF,CACA,wEACE,SAAU,CACV,YAAa,CACb,kBAAmB,CACnB,6BAA8B,CAC9B,oBAAqB,CACrB,YAAa,CACb,yDAAqE,CACrE,cAAe,CACf,iBACF,CACA,sGACE,YAAa,CACb,qBAAsB,CACtB,eAAgB,CAChB,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,UACF,CACA,4EACE,UAAW,CACX,WACF,CACA,+EACE,YACF,CACA,0BACE,mEACE,cAAe,CACf,SACF,CACA,wEACE,eACF,CACA,wEACE,SACF,CACA,sGACE,SACF,CACA,uEACE,SACF,CACF,CACA,yBACE,mEACE,qBAAsB,CACtB,SACF,CAIA,8KACE,UACF,CACA,qGACE,wBAAyB,CACzB,kBAAmB,CACnB,UAAW,CACX,YAAa,CACb,YAAa,CACb,eACF,CACA,oIACE,iBACF,CACA,kFACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,4BACF,CACA,wEACE,qBAAsB,CACtB,oBAAmB,CAAnB,eACF,CACA,yEACE,qBAAsB,CACtB,YAAQ,CAAR,OACF,CACA,0EACE,iBAAkB,CAClB,SACF,CACF,CACA,yBACE,mEACE,qBAAsB,CACtB,WACF,CACA,iFACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,6BAA8B,CAC9B,aAAc,CACd,+BACF,CACA,4EACE,YAAa,CACb,kBAAmB,CACnB,aAAS,CAAT,QACF,CACA,oFACE,UAAY,CACZ,cAAe,CACf,eACF,CACA,qEACE,eACF,CACA,wEACE,YACF,CACA,+EACE,aACF,CACA,uHACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,6BACF,CACA,iHACE,+BAAgC,CAChC,aACF,CACA,kHACE,gBACF,CACA,+DACE,sBACF,CACA,iEACE,sBACF,CACA,wEACE,UAAW,CACX,+BACF,CACA,qGACE,wBAAyB,CACzB,kBAAmB,CACnB,WAAY,CACZ,YAAa,CACb,YAAa,CACb,eACF,CACA,kFACE,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,4BACF,CACA,wEACE,kBAAmB,CACnB,UAAW,CACX,uBAAoB,CAApB,kBACF,CACA,0EACE,eAAgB,CAChB,SACF,CACA,oIACE,eACF,CACA,wEACE,WAAY,CACZ,YACF,CACA,4EACE,UACF,CACA,+EACE,YAAa,CACb,sBAAuB,CACvB,mBACF,CACF,CACA,yBACE,mEACE,qBAAsB,CACtB,WACF,CACA,qGACE,WAAY,CACZ,YACF,CACA,yEACE,6BACF,CACA,wKACE,4BACF,CACA,wEACE,WACF,CACA,uEACE,SACF,CACF,CC7WA,+BACE,sBACF,CACA,0DACE,cAAe,CACf,eAAgB,CAChB,YAAa,CACb,YAAa,CACb,kBACF,CACA,wFACE,aAAc,CACd,cAAe,CACf,eACF,CACA,qCACE,UAAW,CACX,WAAY,CACZ,sCAA+C,CAC/C,wBAAyB,CACzB,iBAAkB,CAClB,aAAc,CACd,iB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,CAClB,wBAAyB,CACzB,qBAAyB,CACzB,iCAAqC,CACrC,cAAe,CACf,aAAc,CACd,cACF,CACA,+EACE,UAAW,CACX,YAAa,CACb,6BAA8B,CAC9B,aAAS,CAAT,QACF,CACA,uHACE,yBAAkB,CAAlB,sBAAkB,CAAlB,iBAAkB,CAClB,eAAgB,CAChB,iBAAkB,CAClB,wBAAyB,CACzB,UAAc,CACd,eAAgB,CAChB,iBACF,CACA,gFACE,UAAW,CACX,YAAa,CACb,6BAA8B,CAC9B,cAAe,CACf,kBACF,CACA,0HACE,eAAgB,CAChB,aAAc,CACd,WAAY,CAEZ,sBAAuB,CACvB,eAAgB,CAChB,mBAAoB,CACpB,oBAAqB,CACrB,2BACF,CACA,4HACE,YAAa,CACb,aAAS,CAAT,QACF,CACA,mKACE,aACF,CACA,+EACE,UAAW,CACX,YAAa,CACb,6BACF,CACA,0HACE,aAAc,CACd,YAAa,CACb,qBACF,CACA,uKACE,gBACF,CACA,2HACE,YAAa,CACb,qBAAsB,CACtB,wBACF,CAEA,yBACE,uHACE,cACF,CACF,CC9EA,sCACE,sBAAyB,CACzB,YAAa,CACb,aAAS,CAAT,QACF,CACA,4CACE,UAAW,CACX,WAAY,CACZ,sCAA+C,CAC/C,wBAAyB,CACzB,iBAAkB,CAClB,aAAc,CACd,iBAAkB,CAClB,YACF,CACA,yDACE,aACF,CACA,kDACE,wBACF,CACA,6EACE,wBACF,CACA,2EACE,aAAc,CACd,cAAe,CACf,YACF","file":"donation.esm.css","sourcesContent":[".phoneInputV2 {\n font-family: Montserrat;\n}\n.phoneInputV2 .lable {\n font-size: 12px;\n font-weight: 700;\n margin: 8px 0;\n}\n.phoneInputV2 .lable .required {\n color: #43ccb0;\n font-size: 14px;\n}\n.phoneInputV2 .coverForm {\n position: relative;\n height: 48px;\n width: 100%;\n}\n.phoneInputV2 .coverForm .comboField {\n border: 1px solid var(--Stroke, #e2e2e2);\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border-radius: 6px;\n overflow: hidden;\n}\n.phoneInputV2 .coverForm .comboField.focus {\n border: 1px solid var(--Brand, #43ccb0);\n}\n.phoneInputV2 .coverForm .comboField.error {\n border: 1px solid #f05c6a;\n}\n.phoneInputV2 .coverForm .flagContainer {\n position: absolute;\n top: 13px;\n left: 12px;\n display: flex;\n align-items: center;\n}\n.phoneInputV2 .coverForm .flagContainer span {\n font-size: 25px;\n}\n.phoneInputV2 .coverForm .flagContainer .countryCode {\n margin: 3px 0 0 4px;\n font-size: 16px;\n}\n.phoneInputV2 .mesError {\n color: #f05c6a;\n font-size: 14px;\n margin: 8px 0;\n}\n.phoneInputV2 :global(.select) {\n width: 115px;\n background: #e2e2e2;\n}\n.phoneInputV2 :global(.select > .mdc-select > .mdc-select__native-control) {\n opacity: 0;\n}\n.phoneInputV2 :global(.text-field .mdc-text-field__input) {\n font-size: 16px;\n font-weight: 400 !important;\n}\n.phoneInputV2 :global(.mdc-select--outlined\n .mdc-notched-outline\n .mdc-notched-outline__leading),\n.phoneInputV2 :global(.mdc-select--outlined\n .mdc-notched-outline\n .mdc-notched-outline__trailing),\n.phoneInputV2 :global(.mdc-text-field--outlined\n .mdc-notched-outline\n .mdc-notched-outline__leading),\n.phoneInputV2 :global(.mdc-text-field--outlined\n .mdc-notched-outline\n .mdc-notched-outline__trailing) {\n border: none;\n}",".wrapper {\n width: 100%;\n height: auto;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n margin: 5px;\n}\n.wrapper .container {\n background-color: #eeeeee;\n border-radius: 999px;\n width: 100%;\n height: 18.23px;\n}\n.wrapper .bar {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: flex-end;\n padding: 0;\n background-color: #41ccad;\n height: 100%;\n border-radius: 999px;\n height: 18.16px;\n text-align: right;\n}\n.wrapper .dot {\n background-color: #2d8a75;\n display: flex;\n width: 6.37px;\n height: 6.37px;\n border-radius: 999px;\n margin-right: 3px;\n}",".wrapper {\n width: 485px;\n background: #ffffff;\n box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);\n border-radius: 10px;\n padding: 35px 30px;\n font-family: \"Montserrat\";\n}\n.wrapper .info {\n width: 100%;\n height: 52px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n}\n.wrapper .info .item {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n.wrapper .info .item_value {\n font-weight: 600;\n font-size: 20px;\n line-height: 28px;\n}\n.wrapper .info .item_name {\n font-weight: 500;\n font-size: 14px;\n line-height: 22.4px;\n color: #6d6d6d;\n}\n.wrapper .list_donation {\n display: flex;\n gap: 5px;\n flex-wrap: wrap;\n margin: 35px 0 20px 0;\n}\n.wrapper .list_donation .money_btn {\n color: #000;\n font-weight: 500;\n font-size: 14px;\n border: 1px solid #dfdfdf;\n border-radius: 6px;\n}\n.wrapper .list_donation .money_btn:hover, .wrapper .list_donation .money_btn:focus {\n color: #fff;\n background: #1f4e43;\n}\n.wrapper .text_field {\n margin: 17px 0;\n}\n.wrapper .text_field span {\n font-size: 14px;\n transform: scale(1) !important;\n top: 15px !important;\n}\n.wrapper .text_field input {\n padding-left: 3.75rem !important;\n}\n.wrapper .share_btn {\n margin-top: 5px;\n}\n.wrapper .share_btn span {\n display: flex;\n align-items: center;\n gap: 10px;\n}",".modal {\n display: none;\n position: fixed;\n z-index: 1;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n overflow: auto;\n background-color: rgba(0, 0, 0, 0.5);\n /* Modal Content (image) */\n /* The Close Button */\n}\n.modal .modalContent {\n display: flex;\n justify-content: center;\n align-items: center;\n height: calc(100% + 50px);\n animation-name: zoom;\n animation-duration: 0.6s;\n}\n.modal .modalContent img {\n max-width: calc(100vw - 37px);\n max-height: calc(100vh - 100px);\n}\n@keyframes zoom {\n from {\n transform: scale(0);\n }\n to {\n transform: scale(1);\n }\n}\n.modal .close {\n color: white;\n font-size: 25px;\n font-weight: bold;\n transition: 0.3s;\n position: absolute;\n right: -27px;\n top: -27px;\n}\n.modal .close:hover,\n.modal .close:focus {\n color: #bbb;\n text-decoration: none;\n cursor: pointer;\n}\n\n/* 100% Image Width on Smaller Screens */\n@media only screen and (max-width: 700px) {\n .modalContent {\n width: 100%;\n }\n}",".container .switch {\n position: relative;\n display: inline-block;\n width: 40px;\n height: 20px;\n /* Rounded sliders */\n}\n.container .switch input {\n opacity: 0;\n width: 0;\n height: 0;\n}\n.container .switch .slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #ccc;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.container .switch .slider:before {\n position: absolute;\n content: \"\";\n height: 16px;\n width: 16px;\n left: 2px;\n bottom: 2px;\n background-color: white;\n -webkit-transition: 0.4s;\n transition: 0.2s;\n}\n.container .switch input:checked + .slider:before {\n -webkit-transform: translateX(20px);\n -ms-transform: translateX(20px);\n transform: translateX(20px);\n}\n.container .switch .slider.round {\n border-radius: 34px;\n}\n.container .switch .slider.round:before {\n border-radius: 50%;\n}",".wrapper {\n width: 407px;\n height: 330px;\n display: flex;\n flex-direction: column;\n justify-content: space-evenly;\n align-items: center;\n padding: 29px 37px 36px 37px;\n background-color: #f8f8f7;\n border-radius: 10px;\n}\n.wrapper .title {\n font-weight: 700;\n font-size: 32px;\n line-height: 44.8px;\n text-align: left;\n color: black;\n}\n.wrapper .description {\n color: #6d6d6d;\n font-weight: 500;\n font-size: 20px;\n line-height: 32px;\n text-align: left;\n}\n\n@media all and (max-width: 1200px) {\n .wrapper {\n width: 456px;\n height: 330px;\n padding: 41px 42px 36px 42px;\n }\n}\n@media all and (max-width: 992px) {\n .wrapper {\n width: 350px;\n height: 367px;\n padding: 36px 32px 36px 32px;\n }\n}\n@media all and (max-width: 768px) {\n .wrapper {\n width: 430px;\n height: 289px;\n padding: 40px 42px 46px 42px;\n }\n .wrapper .title {\n font-weight: 700;\n font-size: 26px;\n line-height: 36.4px;\n }\n .wrapper .description {\n font-weight: 500;\n font-size: 16px;\n line-height: 25.6px;\n text-align: left;\n }\n}",".wrapper {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n margin: 5px;\n}\n.wrapper .bar {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: flex-end;\n background-color: #41ccad;\n border-radius: 999px;\n height: 50px;\n}\n.wrapper .dot {\n background-color: #2d8a75;\n display: flex;\n width: 20px;\n height: 20px;\n border-radius: 999px;\n margin-right: 17.5px;\n}",".tabBar {\n height: 75px;\n}\n.tabBar :global(.mdc-tab-scroller .mdc-tab) {\n height: 75px !important;\n}\n.tabBar :global(.mdc-tab-scroller .mdc-tab .mdc-tab__content .mdc-tab__text-label) {\n font-size: 15px !important;\n font-weight: 500;\n}\n\n.navMyAccount {\n background-color: #fff;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);\n top: 0;\n z-index: 10;\n width: 100%;\n font-family: \"Montserrat\";\n}\n.navMyAccount .container {\n width: 100%;\n display: flex;\n justify-content: space-between;\n padding: 10px 30px;\n}\n.navMyAccount .container .logoWrap {\n display: flex;\n align-items: center;\n justify-content: center;\n margin-right: 1rem;\n}\n.navMyAccount .container .leftCover {\n display: flex;\n gap: 48px;\n align-items: center;\n}\n.navMyAccount .container .leftCover .ctaBtn {\n font-size: 16px;\n border-radius: 8px;\n font-weight: 700;\n color: #fff;\n}\n\n@media (max-width: 768px) {\n .navMyAccount .container .leftCover {\n gap: 28px;\n }\n .navMyAccount .container .leftCover .ctaBtn {\n font-size: 14px;\n }\n}\n@media (max-width: 480px) {\n .navMyAccount .container .leftCover {\n gap: 10px;\n }\n .navMyAccount .container .leftCover .ctaBtn {\n font-size: 12px;\n height: 40px;\n padding: 0 10px;\n }\n}",".wrapper {\n width: 100%;\n height: 79px;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n background-color: #1f4e43;\n}\n.wrapper .title {\n padding: 5px;\n font-weight: 700;\n font-size: 16px;\n line-height: 22.4px;\n text-align: center;\n color: white;\n margin-left: 94px;\n margin-right: 24px;\n}\n.wrapper .description {\n position: relative;\n color: #b9c3c1;\n padding: 5px;\n font-weight: 500;\n font-size: 16px;\n line-height: 22.4px;\n text-align: center;\n}\n\n@media all and (max-width: 768px) {\n .wrapper {\n width: 100%;\n height: 119px;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n }\n .wrapper .title {\n margin-left: 0px;\n margin-right: 0px;\n }\n}",".wrapper {\n width: 100%;\n margin: 20px;\n}\n.wrapper .title {\n font-size: 24px;\n font-weight: bold;\n line-height: 1.4;\n margin-bottom: 5px;\n font-family: \"Montserrat\", \"Roboto\", sans-serif;\n}\n.wrapper .table_wrap {\n box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px;\n border-radius: 10px;\n padding: 20px;\n}\n.wrapper .table_wrap .title_wrap {\n display: flex;\n align-items: flex-end;\n}\n.wrapper .table_wrap .title_wrap .tooltip {\n position: relative;\n display: inline-block;\n}\n.wrapper .table_wrap .title_wrap .tooltip img {\n margin-bottom: 7px;\n margin-left: 5px;\n}\n.wrapper .table_wrap .title_wrap .tooltip img svg {\n background-color: #000;\n}\n.wrapper .table_wrap .title_wrap .tooltip .tooltiptext {\n visibility: hidden;\n width: 320px;\n background-color: black;\n color: #fff;\n text-align: center;\n border-radius: 6px;\n padding: 8px 13px;\n position: absolute;\n z-index: 1;\n top: 105%;\n right: 50%;\n margin-right: -162px;\n border: 1px solid #fba026;\n opacity: 0;\n transition: opacity 0.5s;\n line-height: 1.2;\n}\n.wrapper .table_wrap .title_wrap .tooltip .tooltiptext::after {\n content: \"\";\n position: absolute;\n bottom: 100%;\n left: 50%;\n margin-left: -5px;\n border-width: 5px;\n border-style: solid;\n border-color: transparent transparent #fba026 transparent;\n}\n.wrapper .table_wrap .title_wrap .tooltip:hover .tooltiptext {\n visibility: visible;\n opacity: 1;\n}\n.wrapper .table_wrap th,\n.wrapper .table_wrap td {\n border-bottom: 1px solid #d5d5d5;\n padding: 20px 5px;\n}\n.wrapper td {\n text-align: center;\n}",".wrapper {\n background-color: white;\n color: #404041;\n font-family: \"Montserrat\", sans-serif;\n}\n.wrapper .container {\n width: 100%;\n margin: 0 auto;\n border-top: 1px solid #e2e2e2;\n border-bottom: 1px solid #e2e2e2;\n}\n.wrapper section {\n max-width: 80em;\n display: flex;\n padding: 55px 0px 35px 0px;\n margin: 0 auto;\n flex-direction: row;\n justify-content: space-between;\n}\n.wrapper .social_links__item {\n display: block;\n width: 2.5rem;\n height: 2.5rem;\n}\n.wrapper .social_links__item img {\n width: 100%;\n height: 100%;\n display: block;\n object-fit: \"contain\";\n}\n.wrapper .main_block_logo {\n width: 20%;\n}\n.wrapper .main_block_logo .logo {\n width: 161px;\n height: 57px;\n margin-top: -5px;\n}\n.wrapper .main_block_left_bottom {\n display: flex;\n justify-content: space-between;\n width: 100%;\n margin-top: 20px;\n}\n.wrapper .main_block_follow {\n width: 33.33%;\n padding: 0 10px;\n}\n.wrapper .main_block_follow h2 {\n color: black;\n font-size: 14px;\n font-weight: 500;\n}\n.wrapper .social_icons {\n display: flex;\n flex-direction: row;\n gap: 21px;\n}\n.wrapper .main_block_follow_mobile {\n display: none;\n}\n.wrapper .main_block_left {\n display: flex;\n width: 60%;\n position: relative;\n min-height: 220px;\n flex-wrap: wrap;\n}\n.wrapper .main_block_left_mobile {\n display: none;\n}\n.wrapper .main_block .statistics {\n width: 25%;\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n.wrapper .statistics .container {\n background-color: #f2f8f1;\n border-radius: 10px;\n width: 273px;\n height: 244px;\n text-align: center;\n padding: 5px 29px 27px 29px;\n}\n.wrapper .main_block .statistics .title {\n line-height: 16.8px;\n font-weight: 600;\n font-size: 14px;\n color: #0b1f05;\n text-align: left;\n}\n.wrapper .statistics_number {\n font-weight: 400;\n font-size: 14px;\n line-height: 19.6px;\n color: #13362e;\n text-align: left;\n}\n.wrapper .main_block .statistics > .stack-column > .stack-row {\n flex-direction: column;\n}\n.wrapper .statistics_item_container {\n display: flex;\n flex-direction: column;\n}\n.wrapper .main_block .statistics_item {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 16px;\n}\n.wrapper .statistics_item:last-child img {\n transform: scaleX(-1);\n}\n.wrapper .item_link {\n flex-basis: 33.33%;\n padding: 0 10px;\n display: block;\n}\n.wrapper .item_link h2 {\n color: black;\n font-size: 14px;\n text-transform: lowercase;\n font-weight: 500;\n}\n.wrapper .item_link h2:first-letter {\n text-transform: capitalize;\n}\n.wrapper .list_links {\n display: flex;\n flex-direction: column;\n}\n.wrapper .list_links a {\n color: #6d6d6d;\n text-decoration: none;\n margin: 0.5rem 0;\n font-size: 14px;\n}\n.wrapper .list_links a:first-letter {\n text-transform: capitalize;\n}\n.wrapper .bottom_container {\n width: 100%;\n max-width: 80em;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding-bottom: 25px;\n}\n.wrapper .bottom_section {\n flex-direction: column;\n padding: 1rem 10px;\n}\n.wrapper .bottom_section a {\n text-decoration: none;\n color: #404041;\n font-size: 13px;\n}\n.wrapper .bottom_section .container > div {\n align-items: center;\n justify-content: space-between;\n}\n.wrapper .main_block_card {\n width: 65%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-end;\n padding: 20px;\n background: linear-gradient(90deg, #e96a6d 0%, #e17221 100%), #2d8a75;\n cursor: pointer;\n border-radius: 6px;\n}\n.wrapper .main_block_card .title {\n display: flex;\n flex-direction: column;\n font-weight: 500;\n font-size: 14px;\n line-height: 1.5em;\n text-align: left;\n color: white;\n}\n.wrapper .main_block_card img {\n width: 16px;\n height: auto;\n}\n.wrapper .main_block_card_mobile {\n display: none;\n}\n@media all and (max-width: 1200px) {\n .wrapper .main_block {\n flex-wrap: wrap;\n width: 80%;\n }\n .wrapper .main_block_logo {\n flex-basis: 100%;\n }\n .wrapper .main_block_left {\n width: 70%;\n }\n .wrapper .main_block .statistics {\n width: 30%;\n }\n .wrapper .bottom_section {\n width: 80%;\n }\n}\n@media all and (max-width: 992px) {\n .wrapper .main_block {\n flex-direction: column;\n width: 80%;\n }\n .wrapper .main_block_left {\n width: 100%;\n }\n .wrapper .main_block .statistics {\n width: 100%;\n }\n .wrapper .statistics .container {\n background-color: #f2f8f1;\n border-radius: 10px;\n width: 100%;\n height: 174px;\n padding: 25px;\n margin-top: 25px;\n }\n .wrapper .main_block .statistics .title {\n text-align: center;\n }\n .wrapper .statistics_item_container {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-evenly;\n }\n .wrapper .statistics_item {\n flex-direction: column;\n gap: 0px !important;\n }\n .wrapper .bottom_container {\n flex-direction: column;\n gap: 5px;\n }\n .wrapper .statistics_number {\n text-align: center;\n width: 70%;\n }\n}\n@media all and (max-width: 768px) {\n .wrapper .main_block {\n flex-direction: column;\n width: 432px;\n }\n .wrapper .main_block_follow_mobile {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 8px 0;\n border-bottom: solid 1px #dadada;\n }\n .wrapper .social_icons_mobile {\n display: flex;\n flex-direction: row;\n gap: 21px;\n }\n .wrapper .main_block_follow_mobile h2 {\n color: black;\n font-size: 14px;\n font-weight: 500;\n }\n .wrapper .item_link h2 {\n font-weight: 500;\n }\n .wrapper .main_block_left {\n display: none;\n }\n .wrapper .main_block_left_mobile {\n display: block;\n }\n .wrapper .main_block_left_mobile .title_container {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n }\n .wrapper .main_block_left_mobile .item_link {\n border-bottom: solid 1px #dadada;\n padding: 8px 0;\n }\n .wrapper .main_block_left_mobile .list_links {\n margin-left: 22px;\n }\n .wrapper .active {\n display: flex !important;\n }\n .wrapper .inactive {\n display: none !important;\n }\n .wrapper .main_block_logo {\n width: 100%;\n border-bottom: solid 1px #dadada;\n }\n .wrapper .statistics .container {\n background-color: #f2f8f1;\n border-radius: 10px;\n width: 432px;\n height: 236px;\n padding: 25px;\n margin-top: 25px;\n }\n .wrapper .statistics_item_container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: space-evenly;\n }\n .wrapper .statistics_item {\n flex-direction: row;\n width: 100%;\n gap: 16px !important;\n }\n .wrapper .statistics_number {\n text-align: left;\n width: 70%;\n }\n .wrapper .main_block .statistics .title {\n text-align: left;\n }\n .wrapper .main_block_card {\n width: 432px;\n padding: 25px;\n }\n .wrapper .main_block_card img {\n width: 12px;\n }\n .wrapper .main_block_card_mobile {\n display: flex;\n justify-content: center;\n padding: 15px 0 50px 0;\n }\n}\n@media all and (max-width: 480px) {\n .wrapper .main_block {\n flex-direction: column;\n width: 340px;\n }\n .wrapper .statistics .container {\n width: 340px;\n height: 236px;\n }\n .wrapper .bottom_container {\n flex-direction: column-reverse;\n }\n .wrapper .bottom_container .stack-row:not(.stack-reverse) > *:not(:last-child) {\n margin-right: 0.2rem !important;\n }\n .wrapper .main_block_card {\n width: 340px;\n }\n .wrapper .bottom_section {\n width: 90%;\n }\n}",".container {\n font-family: \"Montserrat\";\n}\n.container .lable {\n font-size: 12px;\n font-weight: 700;\n margin: 8px 0;\n display: flex;\n align-items: center;\n}\n.container .lable .required {\n color: #43ccb0;\n font-size: 14px;\n margin-left: 5px;\n}\n.container input {\n width: 100%;\n height: 48px;\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border: 1px solid #e2e2e2;\n border-radius: 6px;\n color: #404041;\n padding: 10px 12px;\n outline: none;\n}\n.container input::placeholder {\n color: #acacac;\n}\n.container input:focus {\n border: 1px solid #43CCB0;\n}\n.container input.error {\n border: 1px solid #F05C6A;\n}\n.container .mesError {\n color: #F05C6A;\n font-size: 14px;\n margin: 8px 0;\n}",null,null,null,null,null,null,null,null,null,null,null,null,null,".wrapper {\n height: 96px;\n display: flex;\n align-items: center;\n border-radius: 8px;\n border: 1px solid #2D8A75;\n font-family: \"Montserrat\", sans-serif;\n overflow: hidden;\n box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13), 0 1px 1px 0 rgba(0, 0, 0, 0.11);\n}\n.wrapper .charityItem {\n width: 100%;\n height: 100%;\n position: relative;\n display: flex;\n}\n.wrapper .charityItem .leftSide {\n height: 100%;\n width: 80px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.wrapper .charityItem .leftSide .btnHeart {\n position: absolute;\n top: 6px;\n left: 6px;\n width: 32px;\n height: 32px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.wrapper .charityItem .leftSide .btnHeart :global .material-icons {\n height: 24px;\n color: #2D8A75;\n cursor: pointer;\n}\n.wrapper .charityItem .leftSide .charityLogo img {\n width: 100%;\n height: 100%;\n}\n.wrapper .charityItem .rightSide {\n width: 100%;\n height: 100%;\n}\n.wrapper .charityItem .rightSide .charityNameLink {\n text-decoration: none;\n color: #404041;\n}\n.wrapper .charityItem .rightSide .charityName {\n padding: 22px 12px 22px 8px;\n font-size: 14px;\n height: 100%;\n display: flex;\n align-items: center;\n}",".wrapper {\n width: 100%;\n display: flex;\n height: fit-content;\n flex-direction: column;\n padding: 24px;\n align-items: flex-start;\n border-radius: 8px;\n border: 1px solid #e2e2e2;\n background-color: #ffffff;\n font-family: \"Montserrat\", sans-serif;\n font-size: 14px;\n color: #404041;\n cursor: pointer;\n}\n.wrapper .header {\n width: 100%;\n display: flex;\n justify-content: space-between;\n gap: 10px;\n}\n.wrapper .header .details {\n width: fit-content;\n padding: 2px 8px;\n border-radius: 4px;\n background-color: #42ccae;\n color: #ffffff;\n font-weight: 700;\n text-align: center;\n}\n.wrapper .content {\n width: 100%;\n display: flex;\n justify-content: space-between;\n padding: 16px 0;\n align-items: center;\n}\n.wrapper .content .recipient {\n font-weight: 700;\n max-width: 72%;\n height: auto;\n overflow: hidden;\n text-overflow: ellipsis;\n overflow: hidden;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n}\n.wrapper .content .amountCover {\n display: flex;\n gap: 10px;\n}\n.wrapper .content .amountCover .amount {\n color: #2d8a75;\n}\n.wrapper .footer {\n width: 100%;\n display: flex;\n justify-content: space-between;\n}\n.wrapper .footer .footerLeft {\n max-width: 50%;\n display: flex;\n flex-direction: column;\n}\n.wrapper .footer .footerLeft .statusAsText {\n padding-top: 16px;\n}\n.wrapper .footer .footerRight {\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n}\n\n@media all and (max-width: 480px) {\n .wrapper .header .details {\n font-size: 12px;\n }\n}",".container {\n font-family: \"Montserrat\";\n display: flex;\n gap: 16px;\n}\n.container input {\n width: 100%;\n height: 48px;\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border: 1px solid #e2e2e2;\n border-radius: 6px;\n color: #404041;\n padding: 10px 12px;\n outline: none;\n}\n.container input::placeholder {\n color: #acacac;\n}\n.container input:focus {\n border: 1px solid #2D8A75;\n}\n.container input.error {\n border: 1px solid #F05C6A;\n}\n.container .mesError {\n color: #F05C6A;\n font-size: 14px;\n margin: 8px 0;\n}"]}
|
package/dist/donation.esm.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.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%}}.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}.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%}.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-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}.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}
|
|
1
|
+
.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%}.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}}.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-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}.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)}}.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}.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}
|
|
2
2
|
/*# sourceMappingURL=donation.esm.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["modal.module.scss","phone-number-input.module.scss","switch.module.scss","nav.module.scss","popup.module.scss","partner-monthly-table.module.scss","input.module.scss"],"names":[],"mappings":"AAAA,2BACE,YAAa,CACb,cAAe,CACf,SAAU,CACV,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CACZ,aAAc,CACd,+BAGF,CACA,6DACE,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,wBAAyB,CACzB,uCAAoB,CACpB,sBACF,CACA,iEACE,4BAA6B,CAC7B,8BACF,CACA,oCACE,GACE,kBACF,CACA,GACE,kBACF,CACF,CACA,sDACE,UAAY,CACZ,cAAe,CACf,eAAiB,CACjB,cAAgB,CAChB,iBAAkB,CAClB,WAAY,CACZ,SACF,CACA,wHAEE,UAAW,CACX,oBAAqB,CACrB,cACF,CAGA,yCACE,kCACE,UACF,CACF,CCtDA,+CACE,sBACF,CACA,uFACE,cAAe,CACf,eAAgB,CAChB,YACF,CACA,kIACE,aAAc,CACd,cACF,CACA,2FACE,iBAAkB,CAClB,WAAY,CACZ,UACF,CACA,wIACE,sCAAwC,CACxC,sCAA+C,CAC/C,iBAAkB,CAClB,eACF,CACA,+KACE,qCACF,CACA,+KACE,wBACF,CACA,2IACE,iBAAkB,CAClB,QAAS,CACT,SAAU,CACV,YAAa,CACb,kBACF,CACA,gJACE,cACF,CACA,yLACE,kBAAmB,CACnB,cACF,CACA,0FACE,aAAc,CACd,cAAe,CACf,YACF,CACA,uDACE,WAAY,CACZ,kBACF,CACA,+FACE,SACF,CACA,kFACE,cAAe,CACf,yBACF,CACA,0eAYE,WACF,CCxEA,6DACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WAEF,CACA,mEACE,SAAU,CACV,OAAQ,CACR,QACF,CACA,0FACE,iBAAkB,CAClB,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,qBAAsB,CAEtB,cACF,CACA,iGACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,UAAW,CACX,QAAS,CACT,UAAW,CACX,qBAAuB,CAEvB,cACF,CACA,+GAGE,0BACF,CACA,qHACE,kBACF,CACA,4HACE,iBACF,CC5CA,0BACE,WACF,CACA,qDACE,qBACF,CACA,4FACE,wBAA0B,CAC1B,eACF,CAEA,gCACE,qBAAsB,CACtB,8DAAwE,CACxE,KAAM,CACN,UAAW,CACX,UAAW,CACX,sBACF,CACA,6DACE,UAAW,CACX,YAAa,CACb,6BAA8B,CAC9B,iBACF,CACA,yFACE,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,iBACF,CACA,0FACE,YAAa,CACb,aAAS,CAAT,QAAS,CACT,kBACF,CACA,oHACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,UACF,CAEA,yBACE,0FACE,aAAS,CAAT,QACF,CACA,oHACE,cACF,CACF,CACA,yBACE,0FACE,aAAS,CAAT,QACF,CACA,oHACE,cAAe,CACf,WAAY,CACZ,cACF,CACF,CC5DA,6BACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,0BAA2B,CAC3B,kBAAmB,CACnB,wBACF,CACA,wDACE,WAAY,CACZ,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,iBAAkB,CAClB,UAAY,CACZ,gBAAiB,CACjB,iBACF,CACA,8DACE,iBAAkB,CAClB,aAAc,CACd,WAAY,CACZ,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,iBACF,CAEA,yBACE,6BACE,UAAW,CACX,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,sBACF,CACA,wDACE,aAAgB,CAChB,cACF,CACF,CCzCA,6CACE,UAAW,CACX,WACF,CACA,wFACE,cAAe,CACf,eAAiB,CACjB,eAAgB,CAChB,iBAAkB,CAClB,wCACF,CACA,6FACE,wCAAiD,CACjD,kBAAmB,CACnB,YACF,CACA,6IACE,YAAa,CACb,oBACF,CACA,0LACE,iBAAkB,CAClB,oBACF,CACA,8LACE,iBAAkB,CAClB,eACF,CACA,kMACE,qBACF,CACA,2OACE,iBAAkB,CAClB,WAAY,CACZ,qBAAuB,CACvB,UAAW,CACX,iBAAkB,CAClB,iBAAkB,CAClB,gBAAiB,CACjB,iBAAkB,CAClB,SAAU,CACV,QAAS,CACT,SAAU,CACV,mBAAoB,CACpB,wBAAyB,CACzB,SAAU,CACV,sBAAwB,CACxB,eACF,CACA,iPACE,UAAW,CACX,iBAAkB,CAClB,WAAY,CACZ,QAAS,CACT,gBAAiB,CAGjB,4BAAyD,CAAzD,2BACF,CACA,iPACE,kBAAmB,CACnB,SACF,CACA,gMAEE,+BAAgC,CAChC,gBACF,CACA,gDACE,iBACF,CCtEA,+BACE,sBACF,CACA,0DACE,cAAe,CACf,eAAgB,CAChB,YAAa,CACb,YAAa,CACb,kBACF,CACA,wFACE,aAAc,CACd,cAAe,CACf,eACF,CACA,qCACE,UAAW,CACX,WAAY,CACZ,sCAA+C,CAC/C,wBAAyB,CACzB,iBAAkB,CAClB,aAAc,CACd,iBAAkB,CAClB,YACF,CACA,kDACE,aACF,CACA,2CACE,wBACF,CACA,+DACE,wBACF,CACA,6DACE,aAAc,CACd,cAAe,CACf,YACF","file":"donation.esm.css","sourcesContent":[".modal {\n display: none;\n position: fixed;\n z-index: 1;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n overflow: auto;\n background-color: rgba(0, 0, 0, 0.5);\n /* Modal Content (image) */\n /* The Close Button */\n}\n.modal .modalContent {\n display: flex;\n justify-content: center;\n align-items: center;\n height: calc(100% + 50px);\n animation-name: zoom;\n animation-duration: 0.6s;\n}\n.modal .modalContent img {\n max-width: calc(100vw - 37px);\n max-height: calc(100vh - 100px);\n}\n@keyframes zoom {\n from {\n transform: scale(0);\n }\n to {\n transform: scale(1);\n }\n}\n.modal .close {\n color: white;\n font-size: 25px;\n font-weight: bold;\n transition: 0.3s;\n position: absolute;\n right: -27px;\n top: -27px;\n}\n.modal .close:hover,\n.modal .close:focus {\n color: #bbb;\n text-decoration: none;\n cursor: pointer;\n}\n\n/* 100% Image Width on Smaller Screens */\n@media only screen and (max-width: 700px) {\n .modalContent {\n width: 100%;\n }\n}",".phoneInputV2 {\n font-family: Montserrat;\n}\n.phoneInputV2 .lable {\n font-size: 12px;\n font-weight: 700;\n margin: 8px 0;\n}\n.phoneInputV2 .lable .required {\n color: #43ccb0;\n font-size: 14px;\n}\n.phoneInputV2 .coverForm {\n position: relative;\n height: 48px;\n width: 100%;\n}\n.phoneInputV2 .coverForm .comboField {\n border: 1px solid var(--Stroke, #e2e2e2);\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border-radius: 6px;\n overflow: hidden;\n}\n.phoneInputV2 .coverForm .comboField.focus {\n border: 1px solid var(--Brand, #43ccb0);\n}\n.phoneInputV2 .coverForm .comboField.error {\n border: 1px solid #f05c6a;\n}\n.phoneInputV2 .coverForm .flagContainer {\n position: absolute;\n top: 13px;\n left: 12px;\n display: flex;\n align-items: center;\n}\n.phoneInputV2 .coverForm .flagContainer span {\n font-size: 25px;\n}\n.phoneInputV2 .coverForm .flagContainer .countryCode {\n margin: 3px 0 0 4px;\n font-size: 16px;\n}\n.phoneInputV2 .mesError {\n color: #f05c6a;\n font-size: 14px;\n margin: 8px 0;\n}\n.phoneInputV2 :global(.select) {\n width: 115px;\n background: #e2e2e2;\n}\n.phoneInputV2 :global(.select > .mdc-select > .mdc-select__native-control) {\n opacity: 0;\n}\n.phoneInputV2 :global(.text-field .mdc-text-field__input) {\n font-size: 16px;\n font-weight: 400 !important;\n}\n.phoneInputV2 :global(.mdc-select--outlined\n .mdc-notched-outline\n .mdc-notched-outline__leading),\n.phoneInputV2 :global(.mdc-select--outlined\n .mdc-notched-outline\n .mdc-notched-outline__trailing),\n.phoneInputV2 :global(.mdc-text-field--outlined\n .mdc-notched-outline\n .mdc-notched-outline__leading),\n.phoneInputV2 :global(.mdc-text-field--outlined\n .mdc-notched-outline\n .mdc-notched-outline__trailing) {\n border: none;\n}",".container .switch {\n position: relative;\n display: inline-block;\n width: 40px;\n height: 20px;\n /* Rounded sliders */\n}\n.container .switch input {\n opacity: 0;\n width: 0;\n height: 0;\n}\n.container .switch .slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #ccc;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.container .switch .slider:before {\n position: absolute;\n content: \"\";\n height: 16px;\n width: 16px;\n left: 2px;\n bottom: 2px;\n background-color: white;\n -webkit-transition: 0.4s;\n transition: 0.2s;\n}\n.container .switch input:checked + .slider:before {\n -webkit-transform: translateX(20px);\n -ms-transform: translateX(20px);\n transform: translateX(20px);\n}\n.container .switch .slider.round {\n border-radius: 34px;\n}\n.container .switch .slider.round:before {\n border-radius: 50%;\n}",".tabBar {\n height: 75px;\n}\n.tabBar :global(.mdc-tab-scroller .mdc-tab) {\n height: 75px !important;\n}\n.tabBar :global(.mdc-tab-scroller .mdc-tab .mdc-tab__content .mdc-tab__text-label) {\n font-size: 15px !important;\n font-weight: 500;\n}\n\n.navMyAccount {\n background-color: #fff;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);\n top: 0;\n z-index: 10;\n width: 100%;\n font-family: \"Montserrat\";\n}\n.navMyAccount .container {\n width: 100%;\n display: flex;\n justify-content: space-between;\n padding: 10px 30px;\n}\n.navMyAccount .container .logoWrap {\n display: flex;\n align-items: center;\n justify-content: center;\n margin-right: 1rem;\n}\n.navMyAccount .container .leftCover {\n display: flex;\n gap: 48px;\n align-items: center;\n}\n.navMyAccount .container .leftCover .ctaBtn {\n font-size: 16px;\n border-radius: 8px;\n font-weight: 700;\n color: #fff;\n}\n\n@media (max-width: 768px) {\n .navMyAccount .container .leftCover {\n gap: 28px;\n }\n .navMyAccount .container .leftCover .ctaBtn {\n font-size: 14px;\n }\n}\n@media (max-width: 480px) {\n .navMyAccount .container .leftCover {\n gap: 10px;\n }\n .navMyAccount .container .leftCover .ctaBtn {\n font-size: 12px;\n height: 40px;\n padding: 0 10px;\n }\n}",".wrapper {\n width: 100%;\n height: 79px;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n background-color: #1f4e43;\n}\n.wrapper .title {\n padding: 5px;\n font-weight: 700;\n font-size: 16px;\n line-height: 22.4px;\n text-align: center;\n color: white;\n margin-left: 94px;\n margin-right: 24px;\n}\n.wrapper .description {\n position: relative;\n color: #b9c3c1;\n padding: 5px;\n font-weight: 500;\n font-size: 16px;\n line-height: 22.4px;\n text-align: center;\n}\n\n@media all and (max-width: 768px) {\n .wrapper {\n width: 100%;\n height: 119px;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n }\n .wrapper .title {\n margin-left: 0px;\n margin-right: 0px;\n }\n}",".wrapper {\n width: 100%;\n margin: 20px;\n}\n.wrapper .title {\n font-size: 24px;\n font-weight: bold;\n line-height: 1.4;\n margin-bottom: 5px;\n font-family: \"Montserrat\", \"Roboto\", sans-serif;\n}\n.wrapper .table_wrap {\n box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px;\n border-radius: 10px;\n padding: 20px;\n}\n.wrapper .table_wrap .title_wrap {\n display: flex;\n align-items: flex-end;\n}\n.wrapper .table_wrap .title_wrap .tooltip {\n position: relative;\n display: inline-block;\n}\n.wrapper .table_wrap .title_wrap .tooltip img {\n margin-bottom: 7px;\n margin-left: 5px;\n}\n.wrapper .table_wrap .title_wrap .tooltip img svg {\n background-color: #000;\n}\n.wrapper .table_wrap .title_wrap .tooltip .tooltiptext {\n visibility: hidden;\n width: 320px;\n background-color: black;\n color: #fff;\n text-align: center;\n border-radius: 6px;\n padding: 8px 13px;\n position: absolute;\n z-index: 1;\n top: 105%;\n right: 50%;\n margin-right: -162px;\n border: 1px solid #fba026;\n opacity: 0;\n transition: opacity 0.5s;\n line-height: 1.2;\n}\n.wrapper .table_wrap .title_wrap .tooltip .tooltiptext::after {\n content: \"\";\n position: absolute;\n bottom: 100%;\n left: 50%;\n margin-left: -5px;\n border-width: 5px;\n border-style: solid;\n border-color: transparent transparent #fba026 transparent;\n}\n.wrapper .table_wrap .title_wrap .tooltip:hover .tooltiptext {\n visibility: visible;\n opacity: 1;\n}\n.wrapper .table_wrap th,\n.wrapper .table_wrap td {\n border-bottom: 1px solid #d5d5d5;\n padding: 20px 5px;\n}\n.wrapper td {\n text-align: center;\n}",".container {\n font-family: \"Montserrat\";\n}\n.container .lable {\n font-size: 12px;\n font-weight: 700;\n margin: 8px 0;\n display: flex;\n align-items: center;\n}\n.container .lable .required {\n color: #43ccb0;\n font-size: 14px;\n margin-left: 5px;\n}\n.container input {\n width: 100%;\n height: 48px;\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border: 1px solid #e2e2e2;\n border-radius: 6px;\n color: #404041;\n padding: 10px 12px;\n outline: none;\n}\n.container input::placeholder {\n color: #acacac;\n}\n.container input:focus {\n border: 1px solid #43CCB0;\n}\n.container input.error {\n border: 1px solid #F05C6A;\n}\n.container .mesError {\n color: #F05C6A;\n font-size: 14px;\n margin: 8px 0;\n}"]}
|
|
1
|
+
{"version":3,"sources":["phone-number-input.module.scss","progressbar.module.scss","donation-form-v2.module.scss","modal.module.scss","switch.module.scss","donate-card.module.scss","horizontalbar.module.scss","nav.module.scss","popup.module.scss","partner-monthly-table.module.scss","footerV2.module.scss","input.module.scss","../scss/_variables.scss","ReactToastify.css","../scss/_toastContainer.scss","../scss/_toast.scss","../scss/_theme.scss","../scss/_closeButton.scss","../scss/_progressBar.scss","../scss/_icons.scss","../scss/animations/_bounce.scss","../scss/animations/_zoom.scss","../scss/animations/_flip.scss","../scss/animations/_slide.scss","../scss/animations/_spin.scss","favorite-charity-item.module.scss","transaction-card.module.scss","input-social.module.scss"],"names":[],"mappings":"AAAA,+CACE,sBACF,CACA,uFACE,cAAe,CACf,eAAgB,CAChB,YACF,CACA,kIACE,aAAc,CACd,cACF,CACA,2FACE,iBAAkB,CAClB,WAAY,CACZ,UACF,CACA,wIACE,sCAAwC,CACxC,sCAA+C,CAC/C,iBAAkB,CAClB,eACF,CACA,+KACE,qCACF,CACA,+KACE,wBACF,CACA,2IACE,iBAAkB,CAClB,QAAS,CACT,SAAU,CACV,YAAa,CACb,kBACF,CACA,gJACE,cACF,CACA,yLACE,kBAAmB,CACnB,cACF,CACA,0FACE,aAAc,CACd,cAAe,CACf,YACF,CACA,uDACE,WAAY,CACZ,kBACF,CACA,+FACE,SACF,CACA,kFACE,cAAe,CACf,yBACF,CACA,0eAYE,WACF,CCxEA,mCACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,sBAAuB,CACvB,UACF,CACA,wEACE,qBAAyB,CACzB,mBAAoB,CACpB,UAAW,CACX,cACF,CACA,kEACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,wBAAyB,CACzB,SAAU,CACV,wBAAyB,CACzB,WAAY,CACZ,mBAAoB,CACpB,cAAe,CACf,gBACF,CACA,kEACE,wBAAyB,CACzB,YAAa,CACb,YAAa,CACb,aAAc,CACd,mBAAoB,CACpB,gBACF,CClCA,wCACE,WAAY,CACZ,eAAmB,CACnB,kCAA2C,CAC3C,kBAAmB,CACnB,iBAAkB,CAClB,sBACF,CACA,6EACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,6BACF,CACA,kHACE,YAAa,CACb,qBAAsB,CACtB,kBACF,CACA,wHACE,eAAgB,CAChB,cAAe,CACf,gBACF,CACA,uHACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,aACF,CACA,sFACE,YAAa,CACb,YAAQ,CAAR,OAAQ,CACR,cAAe,CACf,kBACF,CACA,gIACE,UAAW,CACX,eAAgB,CAChB,cAAe,CACf,wBAAyB,CACzB,iBACF,CACA,4QACE,UAAW,CACX,kBACF,CACA,mFACE,aACF,CACA,wFACE,cAAe,CACf,4BAA8B,CAC9B,kBACF,CACA,yFACE,8BACF,CACA,kFACE,cACF,CACA,uFACE,YAAa,CACb,kBAAmB,CACnB,aAAS,CAAT,QACF,CCnEA,2BACE,YAAa,CACb,cAAe,CACf,SAAU,CACV,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CACZ,aAAc,CACd,+BAGF,CACA,6DACE,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,wBAAyB,CACzB,uCAAoB,CACpB,sBACF,CACA,iEACE,4BAA6B,CAC7B,8BACF,CACA,oCACE,GACE,kBACF,CACA,GACE,kBACF,CACF,CACA,sDACE,UAAY,CACZ,cAAe,CACf,eAAiB,CACjB,cAAgB,CAChB,iBAAkB,CAClB,WAAY,CACZ,SACF,CACA,wHAEE,UAAW,CACX,oBAAqB,CACrB,cACF,CAGA,yCACE,kCACE,UACF,CACF,CCtDA,6DACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WAEF,CACA,mEACE,SAAU,CACV,OAAQ,CACR,QACF,CACA,0FACE,iBAAkB,CAClB,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,qBAAsB,CAEtB,cACF,CACA,iGACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,UAAW,CACX,QAAS,CACT,UAAW,CACX,qBAAuB,CAEvB,cACF,CACA,+GAGE,0BACF,CACA,qHACE,kBACF,CACA,4HACE,iBACF,CC5CA,mCACE,WAAY,CACZ,YAAa,CACb,YAAa,CACb,qBAAsB,CACtB,4BAA6B,CAC7B,kBAAmB,CACnB,sBAA4B,CAC5B,wBAAyB,CACzB,kBACF,CACA,oEACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,eAAgB,CAChB,UACF,CACA,0EACE,aAAc,CACd,eAAgB,CAChB,cAAe,CACf,gBAAiB,CACjB,eACF,CAEA,0BACE,mCACE,WAAY,CACZ,YAAa,CACb,sBACF,CACF,CACA,yBACE,mCACE,WAAY,CACZ,YAAa,CACb,iBACF,CACF,CACA,yBACE,mCACE,WAAY,CACZ,YAAa,CACb,sBACF,CACA,oEACE,eAAgB,CAChB,cAAe,CACf,kBACF,CACA,0EACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,eACF,CACF,CCzDA,qCACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,sBAAuB,CACvB,UACF,CACA,sEACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,wBAAyB,CACzB,wBAAyB,CACzB,mBAAoB,CACpB,WACF,CACA,sEACE,wBAAyB,CACzB,YAAa,CACb,UAAW,CACX,WAAY,CACZ,mBAAoB,CACpB,mBACF,CCzBA,0BACE,WACF,CACA,qDACE,qBACF,CACA,4FACE,wBAA0B,CAC1B,eACF,CAEA,gCACE,qBAAsB,CACtB,8DAAwE,CACxE,KAAM,CACN,UAAW,CACX,UAAW,CACX,sBACF,CACA,6DACE,UAAW,CACX,YAAa,CACb,6BAA8B,CAC9B,iBACF,CACA,yFACE,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,iBACF,CACA,0FACE,YAAa,CACb,aAAS,CAAT,QAAS,CACT,kBACF,CACA,oHACE,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,UACF,CAEA,yBACE,0FACE,aAAS,CAAT,QACF,CACA,oHACE,cACF,CACF,CACA,yBACE,0FACE,aAAS,CAAT,QACF,CACA,oHACE,cAAe,CACf,WAAY,CACZ,cACF,CACF,CC5DA,6BACE,UAAW,CACX,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,0BAA2B,CAC3B,kBAAmB,CACnB,wBACF,CACA,wDACE,WAAY,CACZ,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,iBAAkB,CAClB,UAAY,CACZ,gBAAiB,CACjB,iBACF,CACA,8DACE,iBAAkB,CAClB,aAAc,CACd,WAAY,CACZ,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,iBACF,CAEA,yBACE,6BACE,UAAW,CACX,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,sBACF,CACA,wDACE,aAAgB,CAChB,cACF,CACF,CCzCA,6CACE,UAAW,CACX,WACF,CACA,wFACE,cAAe,CACf,eAAiB,CACjB,eAAgB,CAChB,iBAAkB,CAClB,wCACF,CACA,6FACE,wCAAiD,CACjD,kBAAmB,CACnB,YACF,CACA,6IACE,YAAa,CACb,oBACF,CACA,0LACE,iBAAkB,CAClB,oBACF,CACA,8LACE,iBAAkB,CAClB,eACF,CACA,kMACE,qBACF,CACA,2OACE,iBAAkB,CAClB,WAAY,CACZ,qBAAuB,CACvB,UAAW,CACX,iBAAkB,CAClB,iBAAkB,CAClB,gBAAiB,CACjB,iBAAkB,CAClB,SAAU,CACV,QAAS,CACT,SAAU,CACV,mBAAoB,CACpB,wBAAyB,CACzB,SAAU,CACV,sBAAwB,CACxB,eACF,CACA,iPACE,UAAW,CACX,iBAAkB,CAClB,WAAY,CACZ,QAAS,CACT,gBAAiB,CAGjB,4BAAyD,CAAzD,2BACF,CACA,iPACE,kBAAmB,CACnB,SACF,CACA,gMAEE,+BAAgC,CAChC,gBACF,CACA,gDACE,iBACF,CCtEA,gCACE,qBAAuB,CACvB,aAAc,CACd,iCACF,CACA,kEACE,UAAW,CACX,aAAc,CACd,4BAA6B,CAC7B,+BACF,CACA,wCACE,cAAe,CACf,YAAa,CACb,mBAA0B,CAC1B,aAAc,CACd,kBAAmB,CACnB,6BACF,CACA,2EACE,aAAc,CACd,YAAa,CACb,aACF,CACA,+EACE,UAAW,CACX,WAAY,CACZ,aAAc,CACd,oBACF,CACA,wEACE,SACF,CACA,qGACE,WAAY,CACZ,WAAY,CACZ,eACF,CACA,+EACE,YAAa,CACb,6BAA8B,CAC9B,UAAW,CACX,eACF,CACA,0EACE,YAAa,CACb,cACF,CACA,6EACE,UAAY,CACZ,cAAe,CACf,eACF,CACA,qEACE,YAAa,CACb,kBAAmB,CACnB,aAAS,CAAT,QACF,CACA,iFACE,YACF,CACA,wEACE,YAAa,CACb,SAAU,CACV,iBAAkB,CAClB,gBAAiB,CACjB,cACF,CACA,+EACE,YACF,CACA,sGACE,SAAU,CACV,YAAa,CACb,qBAAsB,CACtB,kBACF,CACA,qGACE,wBAAyB,CACzB,kBAAmB,CACnB,WAAY,CACZ,YAAa,CACb,iBAAkB,CAClB,qBACF,CACA,oIACE,kBAAmB,CACnB,eAAgB,CAChB,cAAe,CACf,aAAc,CACd,eACF,CACA,0EACE,eAAgB,CAChB,cAAe,CACf,kBAAmB,CACnB,aAAc,CACd,eACF,CACA,6KACE,qBACF,CACA,kFACE,YAAa,CACb,qBACF,CACA,2GACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,aAAS,CAAT,QACF,CACA,uFACE,oBACF,CACA,kEACE,iBAAkB,CAClB,cAAe,CACf,aACF,CACA,qEACE,UAAY,CACZ,cAAe,CACf,wBAAyB,CACzB,eACF,CACA,kFACE,yBACF,CACA,mEACE,YAAa,CACb,qBACF,CACA,qEACE,aAAc,CACd,oBAAqB,CACrB,cAAgB,CAChB,cACF,CACA,kFACE,yBACF,CACA,yEACE,UAAW,CACX,cAAe,CACf,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,6BAA8B,CAC9B,mBACF,CACA,uEACE,qBAAsB,CACtB,iBACF,CACA,yEACE,oBAAqB,CACrB,aAAc,CACd,cACF,CACA,6GACE,kBAAmB,CACnB,6BACF,CACA,wEACE,SAAU,CACV,YAAa,CACb,kBAAmB,CACnB,6BAA8B,CAC9B,oBAAqB,CACrB,YAAa,CACb,yDAAqE,CACrE,cAAe,CACf,iBACF,CACA,sGACE,YAAa,CACb,qBAAsB,CACtB,eAAgB,CAChB,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,UACF,CACA,4EACE,UAAW,CACX,WACF,CACA,+EACE,YACF,CACA,0BACE,mEACE,cAAe,CACf,SACF,CACA,wEACE,eACF,CACA,wEACE,SACF,CACA,sGACE,SACF,CACA,uEACE,SACF,CACF,CACA,yBACE,mEACE,qBAAsB,CACtB,SACF,CAIA,8KACE,UACF,CACA,qGACE,wBAAyB,CACzB,kBAAmB,CACnB,UAAW,CACX,YAAa,CACb,YAAa,CACb,eACF,CACA,oIACE,iBACF,CACA,kFACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,4BACF,CACA,wEACE,qBAAsB,CACtB,oBAAmB,CAAnB,eACF,CACA,yEACE,qBAAsB,CACtB,YAAQ,CAAR,OACF,CACA,0EACE,iBAAkB,CAClB,SACF,CACF,CACA,yBACE,mEACE,qBAAsB,CACtB,WACF,CACA,iFACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,6BAA8B,CAC9B,aAAc,CACd,+BACF,CACA,4EACE,YAAa,CACb,kBAAmB,CACnB,aAAS,CAAT,QACF,CACA,oFACE,UAAY,CACZ,cAAe,CACf,eACF,CACA,qEACE,eACF,CACA,wEACE,YACF,CACA,+EACE,aACF,CACA,uHACE,YAAa,CACb,kBAAmB,CACnB,kBAAmB,CACnB,6BACF,CACA,iHACE,+BAAgC,CAChC,aACF,CACA,kHACE,gBACF,CACA,+DACE,sBACF,CACA,iEACE,sBACF,CACA,wEACE,UAAW,CACX,+BACF,CACA,qGACE,wBAAyB,CACzB,kBAAmB,CACnB,WAAY,CACZ,YAAa,CACb,YAAa,CACb,eACF,CACA,kFACE,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,4BACF,CACA,wEACE,kBAAmB,CACnB,UAAW,CACX,uBAAoB,CAApB,kBACF,CACA,0EACE,eAAgB,CAChB,SACF,CACA,oIACE,eACF,CACA,wEACE,WAAY,CACZ,YACF,CACA,4EACE,UACF,CACA,+EACE,YAAa,CACb,sBAAuB,CACvB,mBACF,CACF,CACA,yBACE,mEACE,qBAAsB,CACtB,WACF,CACA,qGACE,WAAY,CACZ,YACF,CACA,yEACE,6BACF,CACA,wKACE,4BACF,CACA,wEACE,WACF,CACA,uEACE,SACF,CACF,CC7WA,+BACE,sBACF,CACA,0DACE,cAAe,CACf,eAAgB,CAChB,YAAa,CACb,YAAa,CACb,kBACF,CACA,wFACE,aAAc,CACd,cAAe,CACf,eACF,CACA,qCACE,UAAW,CACX,WAAY,CACZ,sCAA+C,CAC/C,wBAAyB,CACzB,iBAAkB,CAClB,aAAc,CACd,iB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,CAClB,wBAAyB,CACzB,qBAAyB,CACzB,iCAAqC,CACrC,cAAe,CACf,aAAc,CACd,cACF,CACA,+EACE,UAAW,CACX,YAAa,CACb,6BAA8B,CAC9B,aAAS,CAAT,QACF,CACA,uHACE,yBAAkB,CAAlB,sBAAkB,CAAlB,iBAAkB,CAClB,eAAgB,CAChB,iBAAkB,CAClB,wBAAyB,CACzB,UAAc,CACd,eAAgB,CAChB,iBACF,CACA,gFACE,UAAW,CACX,YAAa,CACb,6BAA8B,CAC9B,cAAe,CACf,kBACF,CACA,0HACE,eAAgB,CAChB,aAAc,CACd,WAAY,CAEZ,sBAAuB,CACvB,eAAgB,CAChB,mBAAoB,CACpB,oBAAqB,CACrB,2BACF,CACA,4HACE,YAAa,CACb,aAAS,CAAT,QACF,CACA,mKACE,aACF,CACA,+EACE,UAAW,CACX,YAAa,CACb,6BACF,CACA,0HACE,aAAc,CACd,YAAa,CACb,qBACF,CACA,uKACE,gBACF,CACA,2HACE,YAAa,CACb,qBAAsB,CACtB,wBACF,CAEA,yBACE,uHACE,cACF,CACF,CC9EA,sCACE,sBAAyB,CACzB,YAAa,CACb,aAAS,CAAT,QACF,CACA,4CACE,UAAW,CACX,WAAY,CACZ,sCAA+C,CAC/C,wBAAyB,CACzB,iBAAkB,CAClB,aAAc,CACd,iBAAkB,CAClB,YACF,CACA,yDACE,aACF,CACA,kDACE,wBACF,CACA,6EACE,wBACF,CACA,2EACE,aAAc,CACd,cAAe,CACf,YACF","file":"donation.esm.css","sourcesContent":[".phoneInputV2 {\n font-family: Montserrat;\n}\n.phoneInputV2 .lable {\n font-size: 12px;\n font-weight: 700;\n margin: 8px 0;\n}\n.phoneInputV2 .lable .required {\n color: #43ccb0;\n font-size: 14px;\n}\n.phoneInputV2 .coverForm {\n position: relative;\n height: 48px;\n width: 100%;\n}\n.phoneInputV2 .coverForm .comboField {\n border: 1px solid var(--Stroke, #e2e2e2);\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border-radius: 6px;\n overflow: hidden;\n}\n.phoneInputV2 .coverForm .comboField.focus {\n border: 1px solid var(--Brand, #43ccb0);\n}\n.phoneInputV2 .coverForm .comboField.error {\n border: 1px solid #f05c6a;\n}\n.phoneInputV2 .coverForm .flagContainer {\n position: absolute;\n top: 13px;\n left: 12px;\n display: flex;\n align-items: center;\n}\n.phoneInputV2 .coverForm .flagContainer span {\n font-size: 25px;\n}\n.phoneInputV2 .coverForm .flagContainer .countryCode {\n margin: 3px 0 0 4px;\n font-size: 16px;\n}\n.phoneInputV2 .mesError {\n color: #f05c6a;\n font-size: 14px;\n margin: 8px 0;\n}\n.phoneInputV2 :global(.select) {\n width: 115px;\n background: #e2e2e2;\n}\n.phoneInputV2 :global(.select > .mdc-select > .mdc-select__native-control) {\n opacity: 0;\n}\n.phoneInputV2 :global(.text-field .mdc-text-field__input) {\n font-size: 16px;\n font-weight: 400 !important;\n}\n.phoneInputV2 :global(.mdc-select--outlined\n .mdc-notched-outline\n .mdc-notched-outline__leading),\n.phoneInputV2 :global(.mdc-select--outlined\n .mdc-notched-outline\n .mdc-notched-outline__trailing),\n.phoneInputV2 :global(.mdc-text-field--outlined\n .mdc-notched-outline\n .mdc-notched-outline__leading),\n.phoneInputV2 :global(.mdc-text-field--outlined\n .mdc-notched-outline\n .mdc-notched-outline__trailing) {\n border: none;\n}",".wrapper {\n width: 100%;\n height: auto;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n margin: 5px;\n}\n.wrapper .container {\n background-color: #eeeeee;\n border-radius: 999px;\n width: 100%;\n height: 18.23px;\n}\n.wrapper .bar {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: flex-end;\n padding: 0;\n background-color: #41ccad;\n height: 100%;\n border-radius: 999px;\n height: 18.16px;\n text-align: right;\n}\n.wrapper .dot {\n background-color: #2d8a75;\n display: flex;\n width: 6.37px;\n height: 6.37px;\n border-radius: 999px;\n margin-right: 3px;\n}",".wrapper {\n width: 485px;\n background: #ffffff;\n box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);\n border-radius: 10px;\n padding: 35px 30px;\n font-family: \"Montserrat\";\n}\n.wrapper .info {\n width: 100%;\n height: 52px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n}\n.wrapper .info .item {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n.wrapper .info .item_value {\n font-weight: 600;\n font-size: 20px;\n line-height: 28px;\n}\n.wrapper .info .item_name {\n font-weight: 500;\n font-size: 14px;\n line-height: 22.4px;\n color: #6d6d6d;\n}\n.wrapper .list_donation {\n display: flex;\n gap: 5px;\n flex-wrap: wrap;\n margin: 35px 0 20px 0;\n}\n.wrapper .list_donation .money_btn {\n color: #000;\n font-weight: 500;\n font-size: 14px;\n border: 1px solid #dfdfdf;\n border-radius: 6px;\n}\n.wrapper .list_donation .money_btn:hover, .wrapper .list_donation .money_btn:focus {\n color: #fff;\n background: #1f4e43;\n}\n.wrapper .text_field {\n margin: 17px 0;\n}\n.wrapper .text_field span {\n font-size: 14px;\n transform: scale(1) !important;\n top: 15px !important;\n}\n.wrapper .text_field input {\n padding-left: 3.75rem !important;\n}\n.wrapper .share_btn {\n margin-top: 5px;\n}\n.wrapper .share_btn span {\n display: flex;\n align-items: center;\n gap: 10px;\n}",".modal {\n display: none;\n position: fixed;\n z-index: 1;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n overflow: auto;\n background-color: rgba(0, 0, 0, 0.5);\n /* Modal Content (image) */\n /* The Close Button */\n}\n.modal .modalContent {\n display: flex;\n justify-content: center;\n align-items: center;\n height: calc(100% + 50px);\n animation-name: zoom;\n animation-duration: 0.6s;\n}\n.modal .modalContent img {\n max-width: calc(100vw - 37px);\n max-height: calc(100vh - 100px);\n}\n@keyframes zoom {\n from {\n transform: scale(0);\n }\n to {\n transform: scale(1);\n }\n}\n.modal .close {\n color: white;\n font-size: 25px;\n font-weight: bold;\n transition: 0.3s;\n position: absolute;\n right: -27px;\n top: -27px;\n}\n.modal .close:hover,\n.modal .close:focus {\n color: #bbb;\n text-decoration: none;\n cursor: pointer;\n}\n\n/* 100% Image Width on Smaller Screens */\n@media only screen and (max-width: 700px) {\n .modalContent {\n width: 100%;\n }\n}",".container .switch {\n position: relative;\n display: inline-block;\n width: 40px;\n height: 20px;\n /* Rounded sliders */\n}\n.container .switch input {\n opacity: 0;\n width: 0;\n height: 0;\n}\n.container .switch .slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #ccc;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.container .switch .slider:before {\n position: absolute;\n content: \"\";\n height: 16px;\n width: 16px;\n left: 2px;\n bottom: 2px;\n background-color: white;\n -webkit-transition: 0.4s;\n transition: 0.2s;\n}\n.container .switch input:checked + .slider:before {\n -webkit-transform: translateX(20px);\n -ms-transform: translateX(20px);\n transform: translateX(20px);\n}\n.container .switch .slider.round {\n border-radius: 34px;\n}\n.container .switch .slider.round:before {\n border-radius: 50%;\n}",".wrapper {\n width: 407px;\n height: 330px;\n display: flex;\n flex-direction: column;\n justify-content: space-evenly;\n align-items: center;\n padding: 29px 37px 36px 37px;\n background-color: #f8f8f7;\n border-radius: 10px;\n}\n.wrapper .title {\n font-weight: 700;\n font-size: 32px;\n line-height: 44.8px;\n text-align: left;\n color: black;\n}\n.wrapper .description {\n color: #6d6d6d;\n font-weight: 500;\n font-size: 20px;\n line-height: 32px;\n text-align: left;\n}\n\n@media all and (max-width: 1200px) {\n .wrapper {\n width: 456px;\n height: 330px;\n padding: 41px 42px 36px 42px;\n }\n}\n@media all and (max-width: 992px) {\n .wrapper {\n width: 350px;\n height: 367px;\n padding: 36px 32px 36px 32px;\n }\n}\n@media all and (max-width: 768px) {\n .wrapper {\n width: 430px;\n height: 289px;\n padding: 40px 42px 46px 42px;\n }\n .wrapper .title {\n font-weight: 700;\n font-size: 26px;\n line-height: 36.4px;\n }\n .wrapper .description {\n font-weight: 500;\n font-size: 16px;\n line-height: 25.6px;\n text-align: left;\n }\n}",".wrapper {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n margin: 5px;\n}\n.wrapper .bar {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: flex-end;\n background-color: #41ccad;\n border-radius: 999px;\n height: 50px;\n}\n.wrapper .dot {\n background-color: #2d8a75;\n display: flex;\n width: 20px;\n height: 20px;\n border-radius: 999px;\n margin-right: 17.5px;\n}",".tabBar {\n height: 75px;\n}\n.tabBar :global(.mdc-tab-scroller .mdc-tab) {\n height: 75px !important;\n}\n.tabBar :global(.mdc-tab-scroller .mdc-tab .mdc-tab__content .mdc-tab__text-label) {\n font-size: 15px !important;\n font-weight: 500;\n}\n\n.navMyAccount {\n background-color: #fff;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);\n top: 0;\n z-index: 10;\n width: 100%;\n font-family: \"Montserrat\";\n}\n.navMyAccount .container {\n width: 100%;\n display: flex;\n justify-content: space-between;\n padding: 10px 30px;\n}\n.navMyAccount .container .logoWrap {\n display: flex;\n align-items: center;\n justify-content: center;\n margin-right: 1rem;\n}\n.navMyAccount .container .leftCover {\n display: flex;\n gap: 48px;\n align-items: center;\n}\n.navMyAccount .container .leftCover .ctaBtn {\n font-size: 16px;\n border-radius: 8px;\n font-weight: 700;\n color: #fff;\n}\n\n@media (max-width: 768px) {\n .navMyAccount .container .leftCover {\n gap: 28px;\n }\n .navMyAccount .container .leftCover .ctaBtn {\n font-size: 14px;\n }\n}\n@media (max-width: 480px) {\n .navMyAccount .container .leftCover {\n gap: 10px;\n }\n .navMyAccount .container .leftCover .ctaBtn {\n font-size: 12px;\n height: 40px;\n padding: 0 10px;\n }\n}",".wrapper {\n width: 100%;\n height: 79px;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n background-color: #1f4e43;\n}\n.wrapper .title {\n padding: 5px;\n font-weight: 700;\n font-size: 16px;\n line-height: 22.4px;\n text-align: center;\n color: white;\n margin-left: 94px;\n margin-right: 24px;\n}\n.wrapper .description {\n position: relative;\n color: #b9c3c1;\n padding: 5px;\n font-weight: 500;\n font-size: 16px;\n line-height: 22.4px;\n text-align: center;\n}\n\n@media all and (max-width: 768px) {\n .wrapper {\n width: 100%;\n height: 119px;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n }\n .wrapper .title {\n margin-left: 0px;\n margin-right: 0px;\n }\n}",".wrapper {\n width: 100%;\n margin: 20px;\n}\n.wrapper .title {\n font-size: 24px;\n font-weight: bold;\n line-height: 1.4;\n margin-bottom: 5px;\n font-family: \"Montserrat\", \"Roboto\", sans-serif;\n}\n.wrapper .table_wrap {\n box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px;\n border-radius: 10px;\n padding: 20px;\n}\n.wrapper .table_wrap .title_wrap {\n display: flex;\n align-items: flex-end;\n}\n.wrapper .table_wrap .title_wrap .tooltip {\n position: relative;\n display: inline-block;\n}\n.wrapper .table_wrap .title_wrap .tooltip img {\n margin-bottom: 7px;\n margin-left: 5px;\n}\n.wrapper .table_wrap .title_wrap .tooltip img svg {\n background-color: #000;\n}\n.wrapper .table_wrap .title_wrap .tooltip .tooltiptext {\n visibility: hidden;\n width: 320px;\n background-color: black;\n color: #fff;\n text-align: center;\n border-radius: 6px;\n padding: 8px 13px;\n position: absolute;\n z-index: 1;\n top: 105%;\n right: 50%;\n margin-right: -162px;\n border: 1px solid #fba026;\n opacity: 0;\n transition: opacity 0.5s;\n line-height: 1.2;\n}\n.wrapper .table_wrap .title_wrap .tooltip .tooltiptext::after {\n content: \"\";\n position: absolute;\n bottom: 100%;\n left: 50%;\n margin-left: -5px;\n border-width: 5px;\n border-style: solid;\n border-color: transparent transparent #fba026 transparent;\n}\n.wrapper .table_wrap .title_wrap .tooltip:hover .tooltiptext {\n visibility: visible;\n opacity: 1;\n}\n.wrapper .table_wrap th,\n.wrapper .table_wrap td {\n border-bottom: 1px solid #d5d5d5;\n padding: 20px 5px;\n}\n.wrapper td {\n text-align: center;\n}",".wrapper {\n background-color: white;\n color: #404041;\n font-family: \"Montserrat\", sans-serif;\n}\n.wrapper .container {\n width: 100%;\n margin: 0 auto;\n border-top: 1px solid #e2e2e2;\n border-bottom: 1px solid #e2e2e2;\n}\n.wrapper section {\n max-width: 80em;\n display: flex;\n padding: 55px 0px 35px 0px;\n margin: 0 auto;\n flex-direction: row;\n justify-content: space-between;\n}\n.wrapper .social_links__item {\n display: block;\n width: 2.5rem;\n height: 2.5rem;\n}\n.wrapper .social_links__item img {\n width: 100%;\n height: 100%;\n display: block;\n object-fit: \"contain\";\n}\n.wrapper .main_block_logo {\n width: 20%;\n}\n.wrapper .main_block_logo .logo {\n width: 161px;\n height: 57px;\n margin-top: -5px;\n}\n.wrapper .main_block_left_bottom {\n display: flex;\n justify-content: space-between;\n width: 100%;\n margin-top: 20px;\n}\n.wrapper .main_block_follow {\n width: 33.33%;\n padding: 0 10px;\n}\n.wrapper .main_block_follow h2 {\n color: black;\n font-size: 14px;\n font-weight: 500;\n}\n.wrapper .social_icons {\n display: flex;\n flex-direction: row;\n gap: 21px;\n}\n.wrapper .main_block_follow_mobile {\n display: none;\n}\n.wrapper .main_block_left {\n display: flex;\n width: 60%;\n position: relative;\n min-height: 220px;\n flex-wrap: wrap;\n}\n.wrapper .main_block_left_mobile {\n display: none;\n}\n.wrapper .main_block .statistics {\n width: 25%;\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n.wrapper .statistics .container {\n background-color: #f2f8f1;\n border-radius: 10px;\n width: 273px;\n height: 244px;\n text-align: center;\n padding: 5px 29px 27px 29px;\n}\n.wrapper .main_block .statistics .title {\n line-height: 16.8px;\n font-weight: 600;\n font-size: 14px;\n color: #0b1f05;\n text-align: left;\n}\n.wrapper .statistics_number {\n font-weight: 400;\n font-size: 14px;\n line-height: 19.6px;\n color: #13362e;\n text-align: left;\n}\n.wrapper .main_block .statistics > .stack-column > .stack-row {\n flex-direction: column;\n}\n.wrapper .statistics_item_container {\n display: flex;\n flex-direction: column;\n}\n.wrapper .main_block .statistics_item {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 16px;\n}\n.wrapper .statistics_item:last-child img {\n transform: scaleX(-1);\n}\n.wrapper .item_link {\n flex-basis: 33.33%;\n padding: 0 10px;\n display: block;\n}\n.wrapper .item_link h2 {\n color: black;\n font-size: 14px;\n text-transform: lowercase;\n font-weight: 500;\n}\n.wrapper .item_link h2:first-letter {\n text-transform: capitalize;\n}\n.wrapper .list_links {\n display: flex;\n flex-direction: column;\n}\n.wrapper .list_links a {\n color: #6d6d6d;\n text-decoration: none;\n margin: 0.5rem 0;\n font-size: 14px;\n}\n.wrapper .list_links a:first-letter {\n text-transform: capitalize;\n}\n.wrapper .bottom_container {\n width: 100%;\n max-width: 80em;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding-bottom: 25px;\n}\n.wrapper .bottom_section {\n flex-direction: column;\n padding: 1rem 10px;\n}\n.wrapper .bottom_section a {\n text-decoration: none;\n color: #404041;\n font-size: 13px;\n}\n.wrapper .bottom_section .container > div {\n align-items: center;\n justify-content: space-between;\n}\n.wrapper .main_block_card {\n width: 65%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-end;\n padding: 20px;\n background: linear-gradient(90deg, #e96a6d 0%, #e17221 100%), #2d8a75;\n cursor: pointer;\n border-radius: 6px;\n}\n.wrapper .main_block_card .title {\n display: flex;\n flex-direction: column;\n font-weight: 500;\n font-size: 14px;\n line-height: 1.5em;\n text-align: left;\n color: white;\n}\n.wrapper .main_block_card img {\n width: 16px;\n height: auto;\n}\n.wrapper .main_block_card_mobile {\n display: none;\n}\n@media all and (max-width: 1200px) {\n .wrapper .main_block {\n flex-wrap: wrap;\n width: 80%;\n }\n .wrapper .main_block_logo {\n flex-basis: 100%;\n }\n .wrapper .main_block_left {\n width: 70%;\n }\n .wrapper .main_block .statistics {\n width: 30%;\n }\n .wrapper .bottom_section {\n width: 80%;\n }\n}\n@media all and (max-width: 992px) {\n .wrapper .main_block {\n flex-direction: column;\n width: 80%;\n }\n .wrapper .main_block_left {\n width: 100%;\n }\n .wrapper .main_block .statistics {\n width: 100%;\n }\n .wrapper .statistics .container {\n background-color: #f2f8f1;\n border-radius: 10px;\n width: 100%;\n height: 174px;\n padding: 25px;\n margin-top: 25px;\n }\n .wrapper .main_block .statistics .title {\n text-align: center;\n }\n .wrapper .statistics_item_container {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-evenly;\n }\n .wrapper .statistics_item {\n flex-direction: column;\n gap: 0px !important;\n }\n .wrapper .bottom_container {\n flex-direction: column;\n gap: 5px;\n }\n .wrapper .statistics_number {\n text-align: center;\n width: 70%;\n }\n}\n@media all and (max-width: 768px) {\n .wrapper .main_block {\n flex-direction: column;\n width: 432px;\n }\n .wrapper .main_block_follow_mobile {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 8px 0;\n border-bottom: solid 1px #dadada;\n }\n .wrapper .social_icons_mobile {\n display: flex;\n flex-direction: row;\n gap: 21px;\n }\n .wrapper .main_block_follow_mobile h2 {\n color: black;\n font-size: 14px;\n font-weight: 500;\n }\n .wrapper .item_link h2 {\n font-weight: 500;\n }\n .wrapper .main_block_left {\n display: none;\n }\n .wrapper .main_block_left_mobile {\n display: block;\n }\n .wrapper .main_block_left_mobile .title_container {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n }\n .wrapper .main_block_left_mobile .item_link {\n border-bottom: solid 1px #dadada;\n padding: 8px 0;\n }\n .wrapper .main_block_left_mobile .list_links {\n margin-left: 22px;\n }\n .wrapper .active {\n display: flex !important;\n }\n .wrapper .inactive {\n display: none !important;\n }\n .wrapper .main_block_logo {\n width: 100%;\n border-bottom: solid 1px #dadada;\n }\n .wrapper .statistics .container {\n background-color: #f2f8f1;\n border-radius: 10px;\n width: 432px;\n height: 236px;\n padding: 25px;\n margin-top: 25px;\n }\n .wrapper .statistics_item_container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: space-evenly;\n }\n .wrapper .statistics_item {\n flex-direction: row;\n width: 100%;\n gap: 16px !important;\n }\n .wrapper .statistics_number {\n text-align: left;\n width: 70%;\n }\n .wrapper .main_block .statistics .title {\n text-align: left;\n }\n .wrapper .main_block_card {\n width: 432px;\n padding: 25px;\n }\n .wrapper .main_block_card img {\n width: 12px;\n }\n .wrapper .main_block_card_mobile {\n display: flex;\n justify-content: center;\n padding: 15px 0 50px 0;\n }\n}\n@media all and (max-width: 480px) {\n .wrapper .main_block {\n flex-direction: column;\n width: 340px;\n }\n .wrapper .statistics .container {\n width: 340px;\n height: 236px;\n }\n .wrapper .bottom_container {\n flex-direction: column-reverse;\n }\n .wrapper .bottom_container .stack-row:not(.stack-reverse) > *:not(:last-child) {\n margin-right: 0.2rem !important;\n }\n .wrapper .main_block_card {\n width: 340px;\n }\n .wrapper .bottom_section {\n width: 90%;\n }\n}",".container {\n font-family: \"Montserrat\";\n}\n.container .lable {\n font-size: 12px;\n font-weight: 700;\n margin: 8px 0;\n display: flex;\n align-items: center;\n}\n.container .lable .required {\n color: #43ccb0;\n font-size: 14px;\n margin-left: 5px;\n}\n.container input {\n width: 100%;\n height: 48px;\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border: 1px solid #e2e2e2;\n border-radius: 6px;\n color: #404041;\n padding: 10px 12px;\n outline: none;\n}\n.container input::placeholder {\n color: #acacac;\n}\n.container input:focus {\n border: 1px solid #43CCB0;\n}\n.container input.error {\n border: 1px solid #F05C6A;\n}\n.container .mesError {\n color: #F05C6A;\n font-size: 14px;\n margin: 8px 0;\n}",null,null,null,null,null,null,null,null,null,null,null,null,null,".wrapper {\n height: 96px;\n display: flex;\n align-items: center;\n border-radius: 8px;\n border: 1px solid #2D8A75;\n font-family: \"Montserrat\", sans-serif;\n overflow: hidden;\n box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13), 0 1px 1px 0 rgba(0, 0, 0, 0.11);\n}\n.wrapper .charityItem {\n width: 100%;\n height: 100%;\n position: relative;\n display: flex;\n}\n.wrapper .charityItem .leftSide {\n height: 100%;\n width: 80px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.wrapper .charityItem .leftSide .btnHeart {\n position: absolute;\n top: 6px;\n left: 6px;\n width: 32px;\n height: 32px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.wrapper .charityItem .leftSide .btnHeart :global .material-icons {\n height: 24px;\n color: #2D8A75;\n cursor: pointer;\n}\n.wrapper .charityItem .leftSide .charityLogo img {\n width: 100%;\n height: 100%;\n}\n.wrapper .charityItem .rightSide {\n width: 100%;\n height: 100%;\n}\n.wrapper .charityItem .rightSide .charityNameLink {\n text-decoration: none;\n color: #404041;\n}\n.wrapper .charityItem .rightSide .charityName {\n padding: 22px 12px 22px 8px;\n font-size: 14px;\n height: 100%;\n display: flex;\n align-items: center;\n}",".wrapper {\n width: 100%;\n display: flex;\n height: fit-content;\n flex-direction: column;\n padding: 24px;\n align-items: flex-start;\n border-radius: 8px;\n border: 1px solid #e2e2e2;\n background-color: #ffffff;\n font-family: \"Montserrat\", sans-serif;\n font-size: 14px;\n color: #404041;\n cursor: pointer;\n}\n.wrapper .header {\n width: 100%;\n display: flex;\n justify-content: space-between;\n gap: 10px;\n}\n.wrapper .header .details {\n width: fit-content;\n padding: 2px 8px;\n border-radius: 4px;\n background-color: #42ccae;\n color: #ffffff;\n font-weight: 700;\n text-align: center;\n}\n.wrapper .content {\n width: 100%;\n display: flex;\n justify-content: space-between;\n padding: 16px 0;\n align-items: center;\n}\n.wrapper .content .recipient {\n font-weight: 700;\n max-width: 72%;\n height: auto;\n overflow: hidden;\n text-overflow: ellipsis;\n overflow: hidden;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n}\n.wrapper .content .amountCover {\n display: flex;\n gap: 10px;\n}\n.wrapper .content .amountCover .amount {\n color: #2d8a75;\n}\n.wrapper .footer {\n width: 100%;\n display: flex;\n justify-content: space-between;\n}\n.wrapper .footer .footerLeft {\n max-width: 50%;\n display: flex;\n flex-direction: column;\n}\n.wrapper .footer .footerLeft .statusAsText {\n padding-top: 16px;\n}\n.wrapper .footer .footerRight {\n display: flex;\n flex-direction: column;\n justify-content: flex-end;\n}\n\n@media all and (max-width: 480px) {\n .wrapper .header .details {\n font-size: 12px;\n }\n}",".container {\n font-family: \"Montserrat\";\n display: flex;\n gap: 16px;\n}\n.container input {\n width: 100%;\n height: 48px;\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border: 1px solid #e2e2e2;\n border-radius: 6px;\n color: #404041;\n padding: 10px 12px;\n outline: none;\n}\n.container input::placeholder {\n color: #acacac;\n}\n.container input:focus {\n border: 1px solid #2D8A75;\n}\n.container input.error {\n border: 1px solid #F05C6A;\n}\n.container .mesError {\n color: #F05C6A;\n font-size: 14px;\n margin: 8px 0;\n}"]}
|