@mycause/ui 0.0.0-cc06e357 → 0.0.0-cc3e73dc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -0
- package/dist/components/anchor/anchor.d.ts +1 -1
- package/dist/components/anchor/anchor.stories.d.ts +2 -2
- package/dist/components/anchor/bold-anchor.d.ts +1 -1
- package/dist/components/anchor/bold-anchor.stories.d.ts +2 -2
- package/dist/components/avatar/avatar.d.ts +3 -3
- package/dist/components/avatar/avatar.stories.d.ts +3 -3
- package/dist/components/avatar/image-avatar.d.ts +1 -1
- package/dist/components/avatar/text-avatar.d.ts +1 -1
- package/dist/components/button/button.d.ts +2 -2
- package/dist/components/button/button.stories.d.ts +10 -10
- package/dist/components/button-select/button-select-exhanced.d.ts +23 -0
- package/dist/components/button-select/button-select.d.ts +12 -0
- package/dist/components/button-select/button-select.stories.d.ts +19 -0
- package/dist/components/button-select/index.d.ts +2 -0
- package/dist/components/campaign-card/campaign-card.d.ts +9 -0
- package/dist/components/campaign-card/campaign-card.stories.d.ts +14 -0
- package/dist/components/campaign-card/index.d.ts +1 -0
- package/dist/components/campaign-of-month/campaign-of-month.d.ts +15 -0
- package/dist/components/campaign-of-month/campaign-of-month.stories.d.ts +14 -0
- package/dist/components/campaign-of-month/index.d.ts +1 -0
- package/dist/components/charity-card/charity-card.d.ts +7 -0
- package/dist/components/charity-card/charity-card.stories.d.ts +14 -0
- package/dist/components/charity-card/index.d.ts +1 -0
- package/dist/components/charity-tags-filter-button/FilterIcon.d.ts +6 -0
- package/dist/components/charity-tags-filter-button/charity-tags-filter-button.d.ts +36 -0
- package/dist/components/charity-tags-filter-button/charity-tags-filter-button.stories.d.ts +13 -0
- package/dist/components/charity-tags-filter-button/index.d.ts +1 -0
- package/dist/components/checkbox/checkbox.d.ts +16 -0
- package/dist/components/checkbox/checkbox.stories.d.ts +25 -0
- package/dist/components/checkbox/index.d.ts +1 -0
- package/dist/components/chips/chip.d.ts +2 -2
- package/dist/components/chips/chips.d.ts +2 -2
- package/dist/components/chips/chips.stories.d.ts +4 -4
- package/dist/components/chips/input-chips.d.ts +1 -1
- package/dist/components/chips/input-chips.stories.d.ts +2 -2
- package/dist/components/collapse/collapse.d.ts +21 -0
- package/dist/components/collapse/collapse.stories.d.ts +19 -0
- package/dist/components/collapse/icons.d.ts +4 -0
- package/dist/components/collapse/index.d.ts +1 -0
- package/dist/components/combo-field/combo-field-expander.d.ts +1 -1
- package/dist/components/combo-field/combo-field.d.ts +5 -2
- package/dist/components/combo-field/combo-field.stories.d.ts +3 -3
- package/dist/components/comment-section/comment-section-v2/comment-section-v2.d.ts +31 -0
- package/dist/components/comment-section/comment-section-v2/sub-comments-v2.d.ts +11 -0
- package/dist/components/comment-section/comment-section.d.ts +15 -0
- package/dist/components/comment-section/comment-section.stories.d.ts +19 -0
- package/dist/components/comment-section/comment-type.d.ts +10 -0
- package/dist/components/comment-section/index.d.ts +2 -0
- package/dist/components/comment-section/sub-comments.d.ts +6 -0
- package/dist/components/cropper/cropper.d.ts +22 -0
- package/dist/components/cropper/cropper.stories.d.ts +13 -0
- package/dist/components/cropper/index.d.ts +1 -0
- package/dist/components/date-picker/date-picker.d.ts +27 -0
- package/dist/components/date-picker/date-picker.stories.d.ts +38 -0
- package/dist/components/date-picker/index.d.ts +3 -0
- package/dist/components/date-picker/single-date-picker-custom-header.d.ts +32 -0
- package/dist/components/date-picker/single-date-picker.d.ts +26 -0
- package/dist/components/donate-card/donate-card.d.ts +8 -0
- package/dist/components/donate-card/donate-card.stories.d.ts +14 -0
- package/dist/components/donate-card/index.d.ts +1 -0
- package/dist/components/donation-form/donation-details.d.ts +12 -0
- package/dist/components/donation-form/donation-form-v2/donation-form-v2.d.ts +13 -0
- package/dist/components/donation-form/donation-form.d.ts +64 -0
- package/dist/components/donation-form/donation-form.stories.d.ts +44 -0
- package/dist/components/donation-form/donation-payment.d.ts +13 -0
- package/dist/components/donation-form/donation-select.d.ts +13 -0
- package/dist/components/donation-form/index.d.ts +2 -0
- package/dist/components/donation.d.ts +18 -0
- package/dist/components/elevation/elevation.d.ts +13 -0
- package/dist/components/elevation/elevation.stories.d.ts +13 -0
- package/dist/components/elevation/index.d.ts +1 -0
- package/dist/components/favorite-charity-item/favorite-charity-item.d.ts +15 -0
- package/dist/components/favorite-charity-item/favorite-charity-item.stories.d.ts +15 -0
- package/dist/components/favorite-charity-item/index.d.ts +1 -0
- package/dist/components/featured-campaign-card/featured-campaign-card.d.ts +17 -0
- package/dist/components/featured-campaign-card/featured-campaign-card.stories.d.ts +14 -0
- package/dist/components/featured-campaign-card/index.d.ts +1 -0
- package/dist/components/field-helpers/field-helper-text.d.ts +8 -0
- package/dist/components/field-helpers/field-label.d.ts +9 -0
- package/dist/components/field-helpers/index.d.ts +2 -0
- package/dist/components/footerV2/footerV2.d.ts +35 -0
- package/dist/components/footerV2/footerV2.stories.d.ts +15 -0
- package/dist/components/footerV2/index.d.ts +1 -0
- package/dist/components/fundraising-section/fundraising-section.d.ts +9 -0
- package/dist/components/fundraising-section/fundraising-section.stories.d.ts +14 -0
- package/dist/components/fundraising-section/index.d.ts +1 -0
- package/dist/components/hero-banner/hero-banner.d.ts +9 -0
- package/dist/components/hero-banner/hero-banner.stories.d.ts +14 -0
- package/dist/components/hero-banner/index.d.ts +1 -0
- package/dist/components/horizontalbar/horizontalbar.d.ts +11 -0
- package/dist/components/horizontalbar/horizontalbar.stories.d.ts +26 -0
- package/dist/components/horizontalbar/index.d.ts +1 -0
- package/dist/components/icon/btn_google_light_normal_ios.svg.d.ts +1 -1
- package/dist/components/icon/facebook_6.svg.d.ts +1 -1
- package/dist/components/icon/heart-toggle.d.ts +11 -0
- package/dist/components/icon/{toggle-button.stories.d.ts → heart-toggle.stories.d.ts} +3 -3
- package/dist/components/icon/icon-button-group.d.ts +1 -1
- package/dist/components/icon/icon-button-group.stories.d.ts +2 -2
- package/dist/components/icon/icon-button.d.ts +1 -1
- package/dist/components/icon/icon-button.stories.d.ts +3 -3
- package/dist/components/icon/icon.d.ts +1 -1
- package/dist/components/icon/icon.stories.d.ts +4 -4
- package/dist/components/icon/index.d.ts +1 -1
- package/dist/components/icon/material-icon.d.ts +2 -7
- package/dist/components/index.d.ts +49 -0
- package/dist/components/info-represent-campaign/index.d.ts +1 -0
- package/dist/components/info-represent-campaign/info-represent-campaign.d.ts +11 -0
- package/dist/components/info-represent-campaign/info-represent-campaign.stories.d.ts +13 -0
- package/dist/components/input/InputDefault.d.ts +13 -0
- package/dist/components/input/index.d.ts +1 -0
- package/dist/components/input/input.stories.d.ts +25 -0
- package/dist/components/input-social/Icons.d.ts +8 -0
- package/dist/components/input-social/InputSocial.d.ts +12 -0
- package/dist/components/input-social/index.d.ts +1 -0
- package/dist/components/input-social/input-social.stories.d.ts +13 -0
- package/dist/components/layout/box.d.ts +389 -0
- package/dist/components/layout/flex.d.ts +6 -14
- package/dist/components/layout/flex.stories.d.ts +36 -8
- package/dist/components/layout/grid.d.ts +9 -0
- package/dist/components/layout/grid.stories.d.ts +13 -0
- package/dist/components/layout/index.d.ts +2 -0
- package/dist/components/layout/stack.d.ts +3 -10
- package/dist/components/layout/stack.stories.d.ts +4 -4
- package/dist/components/list/index.d.ts +1 -0
- package/dist/components/list/list.d.ts +42 -0
- package/dist/components/list/list.stories.d.ts +43 -0
- package/dist/components/login/index.d.ts +1 -0
- package/dist/components/login/login.d.ts +18 -0
- package/dist/components/login/login.stories.d.ts +19 -0
- package/dist/components/logo/logo-type.d.ts +4 -3
- package/dist/components/menu/index.d.ts +2 -0
- package/dist/components/menu/menu-list-divider.d.ts +2 -0
- package/dist/components/menu/menu-list-item-meta.d.ts +2 -0
- package/dist/components/menu/menu-list-item.d.ts +2 -2
- package/dist/components/menu/menu-list.d.ts +2 -2
- package/dist/components/menu/menu.stories.d.ts +2 -2
- package/dist/components/modal/index.d.ts +2 -0
- package/dist/components/modal/modal-image.d.ts +8 -0
- package/dist/components/modal/modal.d.ts +23 -0
- package/dist/components/modal/modal.stories.d.ts +43 -0
- package/dist/components/my-account-choose-charity-card/index.d.ts +1 -0
- package/dist/components/my-account-choose-charity-card/my-account-choose-charity-card.d.ts +11 -0
- package/dist/components/my-account-choose-charity-card/my-account-choose-charity-card.stories.d.ts +14 -0
- package/dist/components/my-account-frp-closed/Icon.d.ts +5 -0
- package/dist/components/my-account-frp-closed/frp-closed-img.d.ts +8 -0
- package/dist/components/my-account-frp-closed/frp-information.d.ts +16 -0
- package/dist/components/my-account-frp-closed/index.d.ts +1 -0
- package/dist/components/my-account-frp-closed/my-account-frp-closed.d.ts +20 -0
- package/dist/components/my-account-frp-closed/my-account-frp-closed.stories.d.ts +25 -0
- package/dist/components/my-account-frp-preview/Icon.d.ts +5 -0
- package/dist/components/my-account-frp-preview/frp-information.d.ts +13 -0
- package/dist/components/my-account-frp-preview/frp-preview-img.d.ts +9 -0
- package/dist/components/my-account-frp-preview/index.d.ts +1 -0
- package/dist/components/my-account-frp-preview/my-account-frp-preview.d.ts +17 -0
- package/dist/components/my-account-frp-preview/my-account-frp-preview.stories.d.ts +25 -0
- package/dist/components/my-account-sidebar/Icon.d.ts +15 -0
- package/dist/components/my-account-sidebar/index.d.ts +1 -0
- package/dist/components/my-account-sidebar/my-account-sidebar.d.ts +19 -0
- package/dist/components/my-account-sidebar/my-account-sidebar.stories.d.ts +12 -0
- package/dist/components/my-account-start-fundraise-card/index.d.ts +1 -0
- package/dist/components/my-account-start-fundraise-card/my-account-start-fundraise-card.d.ts +13 -0
- package/dist/components/my-account-start-fundraise-card/my-account-start-fundraise-card.stories.d.ts +20 -0
- package/dist/components/my-account-stats-donated/index.d.ts +1 -0
- package/dist/components/my-account-stats-donated/my-account-stats-donated.d.ts +8 -0
- package/dist/components/my-account-stats-donated/my-account-stats-donated.stories.d.ts +13 -0
- package/dist/components/my-account-stats-raised/index.d.ts +1 -0
- package/dist/components/my-account-stats-raised/my-account-stats-raised.d.ts +7 -0
- package/dist/components/my-account-stats-raised/my-account-stats-raised.stories.d.ts +13 -0
- package/dist/components/nav/icons/IconBigger.d.ts +5 -0
- package/dist/components/nav/icons/IconSmaller.d.ts +5 -0
- package/dist/components/nav/index.d.ts +2 -0
- package/dist/components/nav/nav-actions.d.ts +5 -0
- package/dist/components/nav/nav-bar.d.ts +7 -0
- package/dist/components/nav/nav-call-to-action.d.ts +5 -0
- package/dist/components/nav/nav-expanded-charity.d.ts +14 -0
- package/dist/components/nav/nav-expanded.d.ts +14 -0
- package/dist/components/nav/nav-list.d.ts +29 -0
- package/dist/components/nav/nav-menu-control.d.ts +8 -0
- package/dist/components/nav/nav-menu.d.ts +12 -0
- package/dist/components/nav/nav-myaccount.d.ts +23 -0
- package/dist/components/nav/nav-search-control.d.ts +8 -0
- package/dist/components/nav/nav-search.d.ts +10 -0
- package/dist/components/nav/nav-sign-in-control.d.ts +12 -0
- package/dist/components/nav/nav-user-menu-items.d.ts +20 -0
- package/dist/components/nav/nav-user-menu.d.ts +18 -0
- package/dist/components/nav/nav.d.ts +57 -0
- package/dist/components/nav/nav.stories.d.ts +17 -0
- package/dist/components/navigation/navigation-actions.d.ts +1 -1
- package/dist/components/navigation/navigation-bar.d.ts +3 -2
- package/dist/components/navigation/navigation-call-to-action.d.ts +3 -3
- package/dist/components/navigation/navigation-expanded.d.ts +4 -9
- package/dist/components/navigation/navigation-list.d.ts +9 -7
- package/dist/components/navigation/navigation-menu-control.d.ts +1 -1
- package/dist/components/navigation/navigation-menu.d.ts +4 -3
- package/dist/components/navigation/navigation-search-control.d.ts +2 -2
- package/dist/components/navigation/navigation-search.d.ts +2 -2
- package/dist/components/navigation/navigation-sign-in-control.d.ts +6 -3
- package/dist/components/navigation/navigation-user-menu-items.d.ts +13 -10
- package/dist/components/navigation/navigation-user-menu.d.ts +6 -17
- package/dist/components/navigation/navigation.d.ts +39 -19
- package/dist/components/navigation/navigation.stories.d.ts +7 -25
- package/dist/components/partner-chart-stats/index.d.ts +1 -0
- package/dist/components/partner-chart-stats/partner-chart-stats.d.ts +11 -0
- package/dist/components/partner-chart-stats/partner-chart-stats.stories.d.ts +19 -0
- package/dist/components/partner-monthly-donations/index.d.ts +1 -0
- package/dist/components/partner-monthly-donations/partner-monthly-donations.d.ts +8 -0
- package/dist/components/partner-monthly-donations/partner-monthly-donations.stories.d.ts +13 -0
- package/dist/components/partner-monthly-stats/index.d.ts +1 -0
- package/dist/components/partner-monthly-stats/partner-monthly-stats.d.ts +7 -0
- package/dist/components/partner-monthly-stats/partner-monthly-stats.stories.d.ts +13 -0
- package/dist/components/partner-toggle-button/index.d.ts +2 -0
- package/dist/components/partner-toggle-button/partner-toggle-button-block.d.ts +11 -0
- package/dist/components/partner-toggle-button/partner-toggle-button-block.stories.d.ts +13 -0
- package/dist/components/partner-toggle-button/partner-toggle-button.d.ts +8 -0
- package/dist/components/phone-number-input/index.d.ts +4 -0
- package/dist/components/phone-number-input/phone-number-input-v1.d.ts +27 -0
- package/dist/components/phone-number-input/phone-number-input-v2.d.ts +19 -0
- package/dist/components/phone-number-input/phone-number-input.d.ts +26 -0
- package/dist/components/phone-number-input/phone-number-input.stories.d.ts +41 -0
- package/dist/components/phone-number-input/util.d.ts +2 -0
- package/dist/components/popup/index.d.ts +1 -0
- package/dist/components/popup/popup.d.ts +8 -0
- package/dist/components/popup/popup.stories.d.ts +14 -0
- package/dist/components/progressbar/index.d.ts +1 -0
- package/dist/components/progressbar/progress-bar-circle.d.ts +10 -0
- package/dist/components/progressbar/progressbar.d.ts +8 -0
- package/dist/components/progressbar/progressbar.stories.d.ts +20 -0
- package/dist/components/radio/index.d.ts +2 -0
- package/dist/components/radio/radio-group.d.ts +16 -0
- package/dist/components/radio/radio-group.stories.d.ts +13 -0
- package/dist/components/radio/radio.d.ts +17 -0
- package/dist/components/radio/radio.stories.d.ts +25 -0
- package/dist/components/select/index.d.ts +3 -0
- package/dist/components/select/select-enhanced.d.ts +24 -0
- package/dist/components/select/select-helper-text.d.ts +7 -0
- package/dist/components/select/select-v2.d.ts +27 -0
- package/dist/components/select/select.d.ts +14 -6
- package/dist/components/select/select.stories.d.ts +94 -21
- package/dist/components/spinner/index.d.ts +1 -0
- package/dist/components/spinner/spinner.d.ts +9 -0
- package/dist/components/spinner/spinner.stories.d.ts +19 -0
- package/dist/components/statistics/index.d.ts +1 -0
- package/dist/components/statistics/statistics.d.ts +13 -0
- package/dist/components/statistics/statistics.stories.d.ts +13 -0
- package/dist/components/switch/index.d.ts +2 -0
- package/dist/components/switch/switch-v2.d.ts +8 -0
- package/dist/components/switch/switch.d.ts +14 -0
- package/dist/components/switch/switch.stories.d.ts +31 -0
- package/dist/components/table/index.d.ts +1 -0
- package/dist/components/table/partner-monthly-table.d.ts +19 -0
- package/dist/components/table/partner-monthly-table.stories.d.ts +19 -0
- package/dist/components/tabs/nav-tabs.d.ts +18 -0
- package/dist/components/tabs/tab-text-label.d.ts +1 -1
- package/dist/components/tabs/tab.d.ts +1 -0
- package/dist/components/tabs/tabs.d.ts +5 -2
- package/dist/components/tabs/tabs.stories.d.ts +2 -2
- package/dist/components/text/text.d.ts +7 -5
- package/dist/components/text/text.stories.d.ts +63 -7
- package/dist/components/text-field/index.d.ts +2 -0
- package/dist/components/text-field/text-field-helper-text.d.ts +1 -1
- package/dist/components/text-field/text-field-search.d.ts +10 -0
- package/dist/components/text-field/text-field.d.ts +6 -3
- package/dist/components/text-field/text-field.stories.d.ts +59 -51
- package/dist/components/this-month-card/index.d.ts +1 -0
- package/dist/components/this-month-card/this-month-card.d.ts +15 -0
- package/dist/components/this-month-card/this-month-card.stories.d.ts +13 -0
- package/dist/components/toast/Icons.d.ts +7 -0
- package/dist/components/toast/index.d.ts +1 -0
- package/dist/components/toast/toast.d.ts +8 -0
- package/dist/components/toast/toast.stories.d.ts +13 -0
- package/dist/components/transaction-card/Dot.d.ts +6 -0
- package/dist/components/transaction-card/index.d.ts +1 -0
- package/dist/components/transaction-card/transaction-card.d.ts +16 -0
- package/dist/components/transaction-card/transaction-card.stories.d.ts +20 -0
- package/dist/components/uploader/index.d.ts +1 -0
- package/dist/components/uploader/uploader.d.ts +23 -0
- package/dist/donation.css +2 -0
- package/dist/donation.css.map +1 -0
- package/dist/donation.d.ts +3 -0
- package/dist/donation.esm.css +2 -0
- package/dist/donation.esm.css.map +1 -0
- package/dist/donation.esm.js +25291 -0
- package/dist/donation.js +25346 -0
- package/dist/index.css +2 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.css +2 -0
- package/dist/index.esm.css.map +1 -0
- package/dist/index.esm.js +29870 -2038
- package/dist/index.js +29944 -2036
- package/dist/theme/index.d.ts +2 -0
- package/dist/theme/theme.d.ts +9 -5
- package/dist/utils/center-decorator.d.ts +1 -1
- package/dist/utils/component-matrix.d.ts +1 -1
- package/dist/utils/grid-decorator.d.ts +1 -1
- package/dist/utils/parse-numbers.d.ts +2 -0
- package/package.json +64 -24
- package/styles/index.css +8 -4457
- package/styles/index.css.map +1 -0
- package/styles/reset.css +2 -314
- package/styles/reset.css.map +1 -0
- package/CHANGELOG.md +0 -94
- package/dist/components/icon/toggle-button.d.ts +0 -11
- package/dist/components/mycause-statistics/index.d.ts +0 -1
- package/dist/components/mycause-statistics/mycause-statistics.d.ts +0 -12
package/styles/index.css
CHANGED
|
@@ -1,4459 +1,10 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
--mdc-theme-background: #fff;
|
|
5
|
-
--mdc-theme-surface: #fff;
|
|
6
|
-
--mdc-theme-error: #b00020;
|
|
7
|
-
--mdc-theme-on-primary: #fff;
|
|
8
|
-
--mdc-theme-on-secondary: #fff;
|
|
9
|
-
--mdc-theme-on-surface: #000;
|
|
10
|
-
--mdc-theme-on-error: #fff;
|
|
11
|
-
--mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);
|
|
12
|
-
--mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);
|
|
13
|
-
--mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
|
|
14
|
-
--mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
|
|
15
|
-
--mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
|
|
16
|
-
--mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
|
|
17
|
-
--mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);
|
|
18
|
-
--mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
|
|
19
|
-
--mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
|
|
20
|
-
--mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);
|
|
21
|
-
--mdc-theme-text-primary-on-dark: white;
|
|
22
|
-
--mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);
|
|
23
|
-
--mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);
|
|
24
|
-
--mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);
|
|
25
|
-
--mdc-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5); }
|
|
26
|
-
|
|
27
|
-
.mdc-theme--primary {
|
|
28
|
-
color: #358b76 !important;
|
|
29
|
-
/* @alternate */
|
|
30
|
-
color: #358b76 !important;
|
|
31
|
-
color: var(--mdc-theme-primary, #358b76) !important; }
|
|
32
|
-
|
|
33
|
-
.mdc-theme--secondary {
|
|
34
|
-
color: #f05c6a !important;
|
|
35
|
-
/* @alternate */
|
|
36
|
-
color: #f05c6a !important;
|
|
37
|
-
color: var(--mdc-theme-secondary, #f05c6a) !important; }
|
|
38
|
-
|
|
39
|
-
.mdc-theme--background {
|
|
40
|
-
background-color: #fff;
|
|
41
|
-
/* @alternate */
|
|
42
|
-
background-color: #fff;
|
|
43
|
-
background-color: var(--mdc-theme-background, #fff); }
|
|
44
|
-
|
|
45
|
-
.mdc-theme--surface {
|
|
46
|
-
background-color: #fff;
|
|
47
|
-
/* @alternate */
|
|
48
|
-
background-color: #fff;
|
|
49
|
-
background-color: var(--mdc-theme-surface, #fff); }
|
|
50
|
-
|
|
51
|
-
.mdc-theme--error {
|
|
52
|
-
color: #b00020 !important;
|
|
53
|
-
/* @alternate */
|
|
54
|
-
color: #b00020 !important;
|
|
55
|
-
color: var(--mdc-theme-error, #b00020) !important; }
|
|
56
|
-
|
|
57
|
-
.mdc-theme--on-primary {
|
|
58
|
-
color: #fff !important;
|
|
59
|
-
/* @alternate */
|
|
60
|
-
color: #fff !important;
|
|
61
|
-
color: var(--mdc-theme-on-primary, #fff) !important; }
|
|
62
|
-
|
|
63
|
-
.mdc-theme--on-secondary {
|
|
64
|
-
color: #fff !important;
|
|
65
|
-
/* @alternate */
|
|
66
|
-
color: #fff !important;
|
|
67
|
-
color: var(--mdc-theme-on-secondary, #fff) !important; }
|
|
68
|
-
|
|
69
|
-
.mdc-theme--on-surface {
|
|
70
|
-
color: #000 !important;
|
|
71
|
-
/* @alternate */
|
|
72
|
-
color: #000 !important;
|
|
73
|
-
color: var(--mdc-theme-on-surface, #000) !important; }
|
|
74
|
-
|
|
75
|
-
.mdc-theme--on-error {
|
|
76
|
-
color: #fff !important;
|
|
77
|
-
/* @alternate */
|
|
78
|
-
color: #fff !important;
|
|
79
|
-
color: var(--mdc-theme-on-error, #fff) !important; }
|
|
80
|
-
|
|
81
|
-
.mdc-theme--text-primary-on-background {
|
|
82
|
-
color: rgba(0, 0, 0, 0.87) !important;
|
|
83
|
-
/* @alternate */
|
|
84
|
-
color: rgba(0, 0, 0, 0.87) !important;
|
|
85
|
-
color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87)) !important; }
|
|
86
|
-
|
|
87
|
-
.mdc-theme--text-secondary-on-background {
|
|
88
|
-
color: rgba(0, 0, 0, 0.54) !important;
|
|
89
|
-
/* @alternate */
|
|
90
|
-
color: rgba(0, 0, 0, 0.54) !important;
|
|
91
|
-
color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54)) !important; }
|
|
92
|
-
|
|
93
|
-
.mdc-theme--text-hint-on-background {
|
|
94
|
-
color: rgba(0, 0, 0, 0.38) !important;
|
|
95
|
-
/* @alternate */
|
|
96
|
-
color: rgba(0, 0, 0, 0.38) !important;
|
|
97
|
-
color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38)) !important; }
|
|
98
|
-
|
|
99
|
-
.mdc-theme--text-disabled-on-background {
|
|
100
|
-
color: rgba(0, 0, 0, 0.38) !important;
|
|
101
|
-
/* @alternate */
|
|
102
|
-
color: rgba(0, 0, 0, 0.38) !important;
|
|
103
|
-
color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38)) !important; }
|
|
104
|
-
|
|
105
|
-
.mdc-theme--text-icon-on-background {
|
|
106
|
-
color: rgba(0, 0, 0, 0.38) !important;
|
|
107
|
-
/* @alternate */
|
|
108
|
-
color: rgba(0, 0, 0, 0.38) !important;
|
|
109
|
-
color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38)) !important; }
|
|
110
|
-
|
|
111
|
-
.mdc-theme--text-primary-on-light {
|
|
112
|
-
color: rgba(0, 0, 0, 0.87) !important;
|
|
113
|
-
/* @alternate */
|
|
114
|
-
color: rgba(0, 0, 0, 0.87) !important;
|
|
115
|
-
color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87)) !important; }
|
|
116
|
-
|
|
117
|
-
.mdc-theme--text-secondary-on-light {
|
|
118
|
-
color: rgba(0, 0, 0, 0.54) !important;
|
|
119
|
-
/* @alternate */
|
|
120
|
-
color: rgba(0, 0, 0, 0.54) !important;
|
|
121
|
-
color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, 0.54)) !important; }
|
|
122
|
-
|
|
123
|
-
.mdc-theme--text-hint-on-light {
|
|
124
|
-
color: rgba(0, 0, 0, 0.38) !important;
|
|
125
|
-
/* @alternate */
|
|
126
|
-
color: rgba(0, 0, 0, 0.38) !important;
|
|
127
|
-
color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.38)) !important; }
|
|
128
|
-
|
|
129
|
-
.mdc-theme--text-disabled-on-light {
|
|
130
|
-
color: rgba(0, 0, 0, 0.38) !important;
|
|
131
|
-
/* @alternate */
|
|
132
|
-
color: rgba(0, 0, 0, 0.38) !important;
|
|
133
|
-
color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38)) !important; }
|
|
134
|
-
|
|
135
|
-
.mdc-theme--text-icon-on-light {
|
|
136
|
-
color: rgba(0, 0, 0, 0.38) !important;
|
|
137
|
-
/* @alternate */
|
|
138
|
-
color: rgba(0, 0, 0, 0.38) !important;
|
|
139
|
-
color: var(--mdc-theme-text-icon-on-light, rgba(0, 0, 0, 0.38)) !important; }
|
|
140
|
-
|
|
141
|
-
.mdc-theme--text-primary-on-dark {
|
|
142
|
-
color: white !important;
|
|
143
|
-
/* @alternate */
|
|
144
|
-
color: white !important;
|
|
145
|
-
color: var(--mdc-theme-text-primary-on-dark, white) !important; }
|
|
146
|
-
|
|
147
|
-
.mdc-theme--text-secondary-on-dark {
|
|
148
|
-
color: rgba(255, 255, 255, 0.7) !important;
|
|
149
|
-
/* @alternate */
|
|
150
|
-
color: rgba(255, 255, 255, 0.7) !important;
|
|
151
|
-
color: var(--mdc-theme-text-secondary-on-dark, rgba(255, 255, 255, 0.7)) !important; }
|
|
152
|
-
|
|
153
|
-
.mdc-theme--text-hint-on-dark {
|
|
154
|
-
color: rgba(255, 255, 255, 0.5) !important;
|
|
155
|
-
/* @alternate */
|
|
156
|
-
color: rgba(255, 255, 255, 0.5) !important;
|
|
157
|
-
color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5)) !important; }
|
|
158
|
-
|
|
159
|
-
.mdc-theme--text-disabled-on-dark {
|
|
160
|
-
color: rgba(255, 255, 255, 0.5) !important;
|
|
161
|
-
/* @alternate */
|
|
162
|
-
color: rgba(255, 255, 255, 0.5) !important;
|
|
163
|
-
color: var(--mdc-theme-text-disabled-on-dark, rgba(255, 255, 255, 0.5)) !important; }
|
|
164
|
-
|
|
165
|
-
.mdc-theme--text-icon-on-dark {
|
|
166
|
-
color: rgba(255, 255, 255, 0.5) !important;
|
|
167
|
-
/* @alternate */
|
|
168
|
-
color: rgba(255, 255, 255, 0.5) !important;
|
|
169
|
-
color: var(--mdc-theme-text-icon-on-dark, rgba(255, 255, 255, 0.5)) !important; }
|
|
170
|
-
|
|
171
|
-
.mdc-theme--primary-bg {
|
|
172
|
-
background-color: #358b76 !important;
|
|
173
|
-
/* @alternate */
|
|
174
|
-
background-color: #358b76 !important;
|
|
175
|
-
background-color: var(--mdc-theme-primary, #358b76) !important; }
|
|
176
|
-
|
|
177
|
-
.mdc-theme--secondary-bg {
|
|
178
|
-
background-color: #f05c6a !important;
|
|
179
|
-
/* @alternate */
|
|
180
|
-
background-color: #f05c6a !important;
|
|
181
|
-
background-color: var(--mdc-theme-secondary, #f05c6a) !important; }
|
|
182
|
-
|
|
183
|
-
.mdc-button {
|
|
184
|
-
font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
185
|
-
-moz-osx-font-smoothing: grayscale;
|
|
186
|
-
-webkit-font-smoothing: antialiased;
|
|
187
|
-
font-size: 0.875rem;
|
|
188
|
-
line-height: 2.25rem;
|
|
189
|
-
font-weight: bold;
|
|
190
|
-
letter-spacing: 0em;
|
|
191
|
-
text-decoration: none;
|
|
192
|
-
text-transform: none;
|
|
193
|
-
padding: 0 8px 0 8px;
|
|
194
|
-
display: inline-flex;
|
|
195
|
-
position: relative;
|
|
196
|
-
align-items: center;
|
|
197
|
-
justify-content: center;
|
|
198
|
-
box-sizing: border-box;
|
|
199
|
-
min-width: 64px;
|
|
200
|
-
height: 36px;
|
|
201
|
-
border: none;
|
|
202
|
-
outline: none;
|
|
203
|
-
/* @alternate */
|
|
204
|
-
line-height: inherit;
|
|
205
|
-
-webkit-user-select: none;
|
|
206
|
-
-moz-user-select: none;
|
|
207
|
-
-ms-user-select: none;
|
|
208
|
-
user-select: none;
|
|
209
|
-
-webkit-appearance: none;
|
|
210
|
-
overflow: hidden;
|
|
211
|
-
vertical-align: middle;
|
|
212
|
-
border-radius: 4px; }
|
|
213
|
-
.mdc-button::-moz-focus-inner {
|
|
214
|
-
padding: 0;
|
|
215
|
-
border: 0; }
|
|
216
|
-
.mdc-button:active {
|
|
217
|
-
outline: none; }
|
|
218
|
-
.mdc-button:hover {
|
|
219
|
-
cursor: pointer; }
|
|
220
|
-
.mdc-button:disabled {
|
|
221
|
-
background-color: transparent;
|
|
222
|
-
color: rgba(0, 0, 0, 0.37);
|
|
223
|
-
cursor: default;
|
|
224
|
-
pointer-events: none; }
|
|
225
|
-
.mdc-button.mdc-button--dense {
|
|
226
|
-
border-radius: 4px; }
|
|
227
|
-
.mdc-button:not(:disabled) {
|
|
228
|
-
background-color: transparent; }
|
|
229
|
-
.mdc-button .mdc-button__icon {
|
|
230
|
-
/* @noflip */
|
|
231
|
-
margin-left: 0;
|
|
232
|
-
/* @noflip */
|
|
233
|
-
margin-right: 8px;
|
|
234
|
-
display: inline-block;
|
|
235
|
-
width: 18px;
|
|
236
|
-
height: 18px;
|
|
237
|
-
font-size: 18px;
|
|
238
|
-
vertical-align: top; }
|
|
239
|
-
[dir="rtl"] .mdc-button .mdc-button__icon, .mdc-button .mdc-button__icon[dir="rtl"] {
|
|
240
|
-
/* @noflip */
|
|
241
|
-
margin-left: 8px;
|
|
242
|
-
/* @noflip */
|
|
243
|
-
margin-right: 0; }
|
|
244
|
-
.mdc-button:not(:disabled) {
|
|
245
|
-
color: #358b76;
|
|
246
|
-
/* @alternate */
|
|
247
|
-
color: #358b76;
|
|
248
|
-
color: var(--mdc-theme-primary, #358b76); }
|
|
249
|
-
|
|
250
|
-
.mdc-button__label + .mdc-button__icon {
|
|
251
|
-
/* @noflip */
|
|
252
|
-
margin-left: 8px;
|
|
253
|
-
/* @noflip */
|
|
254
|
-
margin-right: 0; }
|
|
255
|
-
[dir="rtl"] .mdc-button__label + .mdc-button__icon, .mdc-button__label + .mdc-button__icon[dir="rtl"] {
|
|
256
|
-
/* @noflip */
|
|
257
|
-
margin-left: 0;
|
|
258
|
-
/* @noflip */
|
|
259
|
-
margin-right: 8px; }
|
|
260
|
-
|
|
261
|
-
svg.mdc-button__icon {
|
|
262
|
-
fill: currentColor; }
|
|
263
|
-
|
|
264
|
-
.mdc-button--raised .mdc-button__icon,
|
|
265
|
-
.mdc-button--unelevated .mdc-button__icon,
|
|
266
|
-
.mdc-button--outlined .mdc-button__icon {
|
|
267
|
-
/* @noflip */
|
|
268
|
-
margin-left: -4px;
|
|
269
|
-
/* @noflip */
|
|
270
|
-
margin-right: 8px; }
|
|
271
|
-
[dir="rtl"] .mdc-button--raised .mdc-button__icon, .mdc-button--raised .mdc-button__icon[dir="rtl"], [dir="rtl"]
|
|
272
|
-
.mdc-button--unelevated .mdc-button__icon,
|
|
273
|
-
.mdc-button--unelevated .mdc-button__icon[dir="rtl"], [dir="rtl"]
|
|
274
|
-
.mdc-button--outlined .mdc-button__icon,
|
|
275
|
-
.mdc-button--outlined .mdc-button__icon[dir="rtl"] {
|
|
276
|
-
/* @noflip */
|
|
277
|
-
margin-left: 8px;
|
|
278
|
-
/* @noflip */
|
|
279
|
-
margin-right: -4px; }
|
|
280
|
-
|
|
281
|
-
.mdc-button--raised .mdc-button__label + .mdc-button__icon,
|
|
282
|
-
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
|
|
283
|
-
.mdc-button--outlined .mdc-button__label + .mdc-button__icon {
|
|
284
|
-
/* @noflip */
|
|
285
|
-
margin-left: 8px;
|
|
286
|
-
/* @noflip */
|
|
287
|
-
margin-right: -4px; }
|
|
288
|
-
[dir="rtl"] .mdc-button--raised .mdc-button__label + .mdc-button__icon, .mdc-button--raised .mdc-button__label + .mdc-button__icon[dir="rtl"], [dir="rtl"]
|
|
289
|
-
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
|
|
290
|
-
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon[dir="rtl"], [dir="rtl"]
|
|
291
|
-
.mdc-button--outlined .mdc-button__label + .mdc-button__icon,
|
|
292
|
-
.mdc-button--outlined .mdc-button__label + .mdc-button__icon[dir="rtl"] {
|
|
293
|
-
/* @noflip */
|
|
294
|
-
margin-left: -4px;
|
|
295
|
-
/* @noflip */
|
|
296
|
-
margin-right: 8px; }
|
|
297
|
-
|
|
298
|
-
.mdc-button--raised,
|
|
299
|
-
.mdc-button--unelevated {
|
|
300
|
-
padding: 0 16px 0 16px; }
|
|
301
|
-
.mdc-button--raised:disabled,
|
|
302
|
-
.mdc-button--unelevated:disabled {
|
|
303
|
-
background-color: rgba(0, 0, 0, 0.12);
|
|
304
|
-
color: rgba(0, 0, 0, 0.37); }
|
|
305
|
-
.mdc-button--raised:not(:disabled),
|
|
306
|
-
.mdc-button--unelevated:not(:disabled) {
|
|
307
|
-
background-color: #358b76; }
|
|
308
|
-
@supports not (-ms-ime-align: auto) {
|
|
309
|
-
.mdc-button--raised:not(:disabled),
|
|
310
|
-
.mdc-button--unelevated:not(:disabled) {
|
|
311
|
-
/* @alternate */
|
|
312
|
-
background-color: #358b76;
|
|
313
|
-
background-color: var(--mdc-theme-primary, #358b76); } }
|
|
314
|
-
.mdc-button--raised:not(:disabled),
|
|
315
|
-
.mdc-button--unelevated:not(:disabled) {
|
|
316
|
-
color: #fff;
|
|
317
|
-
/* @alternate */
|
|
318
|
-
color: #fff;
|
|
319
|
-
color: var(--mdc-theme-on-primary, #fff); }
|
|
320
|
-
|
|
321
|
-
.mdc-button--raised {
|
|
322
|
-
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
323
|
-
transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); }
|
|
324
|
-
.mdc-button--raised:hover, .mdc-button--raised:focus {
|
|
325
|
-
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }
|
|
326
|
-
.mdc-button--raised:active {
|
|
327
|
-
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }
|
|
328
|
-
.mdc-button--raised:disabled {
|
|
329
|
-
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }
|
|
330
|
-
|
|
331
|
-
.mdc-button--outlined {
|
|
332
|
-
border-style: solid;
|
|
333
|
-
padding: 0 14px 0 14px;
|
|
334
|
-
border-width: 2px; }
|
|
335
|
-
.mdc-button--outlined:disabled {
|
|
336
|
-
border-color: rgba(0, 0, 0, 0.37); }
|
|
337
|
-
.mdc-button--outlined:not(:disabled) {
|
|
338
|
-
border-color: #358b76;
|
|
339
|
-
/* @alternate */
|
|
340
|
-
border-color: #358b76;
|
|
341
|
-
border-color: var(--mdc-theme-primary, #358b76); }
|
|
342
|
-
|
|
343
|
-
.mdc-button--dense {
|
|
344
|
-
height: 32px;
|
|
345
|
-
font-size: .8125rem; }
|
|
346
|
-
|
|
347
|
-
@keyframes mdc-ripple-fg-radius-in {
|
|
348
|
-
from {
|
|
349
|
-
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
350
|
-
transform: translate(0) scale(1);
|
|
351
|
-
transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1); }
|
|
352
|
-
to {
|
|
353
|
-
transform: translate(0) scale(1);
|
|
354
|
-
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); } }
|
|
355
|
-
|
|
356
|
-
@keyframes mdc-ripple-fg-opacity-in {
|
|
357
|
-
from {
|
|
358
|
-
animation-timing-function: linear;
|
|
359
|
-
opacity: 0; }
|
|
360
|
-
to {
|
|
361
|
-
opacity: 0;
|
|
362
|
-
opacity: var(--mdc-ripple-fg-opacity, 0); } }
|
|
363
|
-
|
|
364
|
-
@keyframes mdc-ripple-fg-opacity-out {
|
|
365
|
-
from {
|
|
366
|
-
animation-timing-function: linear;
|
|
367
|
-
opacity: 0;
|
|
368
|
-
opacity: var(--mdc-ripple-fg-opacity, 0); }
|
|
369
|
-
to {
|
|
370
|
-
opacity: 0; } }
|
|
371
|
-
|
|
372
|
-
.mdc-ripple-surface--test-edge-var-bug {
|
|
373
|
-
--mdc-ripple-surface-test-edge-var: 1px solid #000;
|
|
374
|
-
visibility: hidden; }
|
|
375
|
-
.mdc-ripple-surface--test-edge-var-bug::before {
|
|
376
|
-
border: var(--mdc-ripple-surface-test-edge-var); }
|
|
377
|
-
|
|
378
|
-
.mdc-button {
|
|
379
|
-
--mdc-ripple-fg-size: 0;
|
|
380
|
-
--mdc-ripple-left: 0;
|
|
381
|
-
--mdc-ripple-top: 0;
|
|
382
|
-
--mdc-ripple-fg-scale: 1;
|
|
383
|
-
--mdc-ripple-fg-translate-end: 0;
|
|
384
|
-
--mdc-ripple-fg-translate-start: 0;
|
|
385
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
386
|
-
will-change: transform, opacity; }
|
|
387
|
-
.mdc-button::before, .mdc-button::after {
|
|
388
|
-
position: absolute;
|
|
389
|
-
border-radius: 50%;
|
|
390
|
-
opacity: 0;
|
|
391
|
-
pointer-events: none;
|
|
392
|
-
content: ""; }
|
|
393
|
-
.mdc-button::before {
|
|
394
|
-
transition: opacity 15ms linear, background-color 15ms linear;
|
|
395
|
-
z-index: 1; }
|
|
396
|
-
.mdc-button.mdc-ripple-upgraded::before {
|
|
397
|
-
transform: scale(1);
|
|
398
|
-
transform: scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
399
|
-
.mdc-button.mdc-ripple-upgraded::after {
|
|
400
|
-
top: 0;
|
|
401
|
-
/* @noflip */
|
|
402
|
-
left: 0;
|
|
403
|
-
transform: scale(0);
|
|
404
|
-
transform-origin: center center; }
|
|
405
|
-
.mdc-button.mdc-ripple-upgraded--unbounded::after {
|
|
406
|
-
top: 0;
|
|
407
|
-
top: var(--mdc-ripple-top, 0);
|
|
408
|
-
/* @noflip */
|
|
409
|
-
left: 0;
|
|
410
|
-
left: var(--mdc-ripple-left, 0); }
|
|
411
|
-
.mdc-button.mdc-ripple-upgraded--foreground-activation::after {
|
|
412
|
-
animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
|
|
413
|
-
.mdc-button.mdc-ripple-upgraded--foreground-deactivation::after {
|
|
414
|
-
animation: mdc-ripple-fg-opacity-out 150ms;
|
|
415
|
-
transform: translate(0) scale(1);
|
|
416
|
-
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
417
|
-
.mdc-button::before, .mdc-button::after {
|
|
418
|
-
top: calc(50% - 100%);
|
|
419
|
-
/* @noflip */
|
|
420
|
-
left: calc(50% - 100%);
|
|
421
|
-
width: 200%;
|
|
422
|
-
height: 200%; }
|
|
423
|
-
.mdc-button.mdc-ripple-upgraded::after {
|
|
424
|
-
width: 100%;
|
|
425
|
-
width: var(--mdc-ripple-fg-size, 100%);
|
|
426
|
-
height: 100%;
|
|
427
|
-
height: var(--mdc-ripple-fg-size, 100%); }
|
|
428
|
-
.mdc-button::before, .mdc-button::after {
|
|
429
|
-
background-color: #358b76; }
|
|
430
|
-
@supports not (-ms-ime-align: auto) {
|
|
431
|
-
.mdc-button::before, .mdc-button::after {
|
|
432
|
-
/* @alternate */
|
|
433
|
-
background-color: #358b76;
|
|
434
|
-
background-color: var(--mdc-theme-primary, #358b76); } }
|
|
435
|
-
.mdc-button:hover::before {
|
|
436
|
-
opacity: 0.04; }
|
|
437
|
-
.mdc-button:not(.mdc-ripple-upgraded):focus::before, .mdc-button.mdc-ripple-upgraded--background-focused::before {
|
|
438
|
-
transition-duration: 75ms;
|
|
439
|
-
opacity: 0.12; }
|
|
440
|
-
.mdc-button:not(.mdc-ripple-upgraded)::after {
|
|
441
|
-
transition: opacity 150ms linear; }
|
|
442
|
-
.mdc-button:not(.mdc-ripple-upgraded):active::after {
|
|
443
|
-
transition-duration: 75ms;
|
|
444
|
-
opacity: 0.12; }
|
|
445
|
-
.mdc-button.mdc-ripple-upgraded {
|
|
446
|
-
--mdc-ripple-fg-opacity: 0.12; }
|
|
447
|
-
|
|
448
|
-
.mdc-button--raised::before, .mdc-button--raised::after,
|
|
449
|
-
.mdc-button--unelevated::before,
|
|
450
|
-
.mdc-button--unelevated::after {
|
|
451
|
-
background-color: #fff; }
|
|
452
|
-
@supports not (-ms-ime-align: auto) {
|
|
453
|
-
.mdc-button--raised::before, .mdc-button--raised::after,
|
|
454
|
-
.mdc-button--unelevated::before,
|
|
455
|
-
.mdc-button--unelevated::after {
|
|
456
|
-
/* @alternate */
|
|
457
|
-
background-color: #fff;
|
|
458
|
-
background-color: var(--mdc-theme-on-primary, #fff); } }
|
|
459
|
-
|
|
460
|
-
.mdc-button--raised:hover::before,
|
|
461
|
-
.mdc-button--unelevated:hover::before {
|
|
462
|
-
opacity: 0.08; }
|
|
463
|
-
|
|
464
|
-
.mdc-button--raised:not(.mdc-ripple-upgraded):focus::before, .mdc-button--raised.mdc-ripple-upgraded--background-focused::before,
|
|
465
|
-
.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus::before,
|
|
466
|
-
.mdc-button--unelevated.mdc-ripple-upgraded--background-focused::before {
|
|
467
|
-
transition-duration: 75ms;
|
|
468
|
-
opacity: 0.24; }
|
|
469
|
-
|
|
470
|
-
.mdc-button--raised:not(.mdc-ripple-upgraded)::after,
|
|
471
|
-
.mdc-button--unelevated:not(.mdc-ripple-upgraded)::after {
|
|
472
|
-
transition: opacity 150ms linear; }
|
|
473
|
-
|
|
474
|
-
.mdc-button--raised:not(.mdc-ripple-upgraded):active::after,
|
|
475
|
-
.mdc-button--unelevated:not(.mdc-ripple-upgraded):active::after {
|
|
476
|
-
transition-duration: 75ms;
|
|
477
|
-
opacity: 0.24; }
|
|
478
|
-
|
|
479
|
-
.mdc-button--raised.mdc-ripple-upgraded,
|
|
480
|
-
.mdc-button--unelevated.mdc-ripple-upgraded {
|
|
481
|
-
--mdc-ripple-fg-opacity: 0.24; }
|
|
482
|
-
|
|
483
|
-
/* add the display size */
|
|
484
|
-
.mdc-button--display {
|
|
485
|
-
height: 3rem;
|
|
486
|
-
padding: 0 1rem;
|
|
487
|
-
font-size: 1rem; }
|
|
488
|
-
|
|
489
|
-
.mdc-button--unelevated.mdc-button--display,
|
|
490
|
-
.mdc-button--raised.mdc-button--display {
|
|
491
|
-
padding: 0 1.75rem; }
|
|
492
|
-
|
|
493
|
-
.mdc-button--outlined.mdc-button--display {
|
|
494
|
-
padding: 0 calc(1.75rem - 2px); }
|
|
495
|
-
|
|
496
|
-
/* add the large size */
|
|
497
|
-
.mdc-button--large {
|
|
498
|
-
height: 3.5rem;
|
|
499
|
-
padding: 0 1.375rem;
|
|
500
|
-
font-size: 1rem; }
|
|
501
|
-
|
|
502
|
-
.mdc-button--outlined.mdc-button--large {
|
|
503
|
-
padding: 0 calc(1.375rem - 2px); }
|
|
504
|
-
|
|
505
|
-
/* use larger icons with the large and display sizes */
|
|
506
|
-
.mdc-button--display .mdc-button__icon,
|
|
507
|
-
.mdc-button--large .mdc-button__icon {
|
|
508
|
-
width: 24px;
|
|
509
|
-
height: 24px;
|
|
510
|
-
font-size: 24px;
|
|
511
|
-
vertical-align: top; }
|
|
512
|
-
|
|
513
|
-
.mdc-button--display .mdc-button__icon {
|
|
514
|
-
margin-left: -0.25rem;
|
|
515
|
-
margin-right: 0.5rem; }
|
|
516
|
-
|
|
517
|
-
.mdc-button--display.mdc-button--unelevated .mdc-button__icon,
|
|
518
|
-
.mdc-button--display.mdc-button--raised .mdc-button__icon {
|
|
519
|
-
margin-left: -0.75rem;
|
|
520
|
-
margin-right: 0.75rem; }
|
|
521
|
-
|
|
522
|
-
.mdc-button--large .mdc-button__icon {
|
|
523
|
-
margin-right: 1rem; }
|
|
524
|
-
|
|
525
|
-
/* modify the outlines style so the background fills in and
|
|
526
|
-
* the text inverts on hover instead of just showing a transparent ripple */
|
|
527
|
-
.mdc-button--outlined:hover:not(:disabled),
|
|
528
|
-
.mdc-button--outlined:focus:not(:disabled) {
|
|
529
|
-
color: #fff;
|
|
530
|
-
color: var(--mdc-theme-on-primary, #fff);
|
|
531
|
-
background-color: #358b76;
|
|
532
|
-
background-color: var(--mdc-theme-primary); }
|
|
533
|
-
|
|
534
|
-
.mdc-button--outlined::before,
|
|
535
|
-
.mdc-button--outlined::after {
|
|
536
|
-
background-color: #fff;
|
|
537
|
-
background-color: var(--mdc-theme-on-primary, #fff); }
|
|
538
|
-
|
|
539
|
-
/* add the control button style, this is to match the outlined text-field
|
|
540
|
-
* and select styles */
|
|
541
|
-
.mdc-button--control {
|
|
542
|
-
height: 3.5rem;
|
|
543
|
-
font-weight: 500;
|
|
544
|
-
font-size: 1rem;
|
|
545
|
-
padding-left: 12px;
|
|
546
|
-
padding-right: 12px;
|
|
547
|
-
border: 1px solid #9e9e9e; }
|
|
548
|
-
|
|
549
|
-
.mdc-button--control:not(:disabled) {
|
|
550
|
-
color: rgba(0, 0, 0, 0.6); }
|
|
551
|
-
|
|
552
|
-
.mdc-button.mdc-button--control:hover,
|
|
553
|
-
.mdc-button.mdc-button--control:focus {
|
|
554
|
-
border-color: rgba(0, 0, 0, 0.87); }
|
|
555
|
-
|
|
556
|
-
.mdc-button.mdc-button--control:focus {
|
|
557
|
-
border: 2px solid #358b76;
|
|
558
|
-
border: 2px solid var(--mdc-theme-primary);
|
|
559
|
-
padding-left: 11px;
|
|
560
|
-
padding-right: 11px; }
|
|
561
|
-
|
|
562
|
-
.mdc-button--control:active {
|
|
563
|
-
color: #358b76;
|
|
564
|
-
color: var(--mdc-theme-primary); }
|
|
565
|
-
|
|
566
|
-
.mdc-button--control.mdc-button--dense {
|
|
567
|
-
height: 3rem;
|
|
568
|
-
font-size: 0.875rem; }
|
|
569
|
-
|
|
570
|
-
.mdc-chip__icon--leading {
|
|
571
|
-
color: rgba(0, 0, 0, 0.54); }
|
|
572
|
-
|
|
573
|
-
.mdc-chip__icon--trailing {
|
|
574
|
-
color: rgba(0, 0, 0, 0.54); }
|
|
575
|
-
.mdc-chip__icon--trailing:hover {
|
|
576
|
-
color: rgba(0, 0, 0, 0.62); }
|
|
577
|
-
.mdc-chip__icon--trailing:focus {
|
|
578
|
-
color: rgba(0, 0, 0, 0.87); }
|
|
579
|
-
|
|
580
|
-
.mdc-chip__icon.mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden) {
|
|
581
|
-
width: 20px;
|
|
582
|
-
height: 20px;
|
|
583
|
-
font-size: 20px; }
|
|
584
|
-
|
|
585
|
-
.mdc-chip__icon.mdc-chip__icon--trailing {
|
|
586
|
-
width: 18px;
|
|
587
|
-
height: 18px;
|
|
588
|
-
font-size: 18px; }
|
|
589
|
-
|
|
590
|
-
.mdc-chip__icon--trailing {
|
|
591
|
-
margin: 0 -4px 0 4px; }
|
|
592
|
-
|
|
593
|
-
.mdc-chip {
|
|
594
|
-
border-radius: 16px;
|
|
595
|
-
background-color: #e0e0e0;
|
|
596
|
-
color: rgba(0, 0, 0, 0.87);
|
|
597
|
-
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
598
|
-
-moz-osx-font-smoothing: grayscale;
|
|
599
|
-
-webkit-font-smoothing: antialiased;
|
|
600
|
-
font-size: 0.875rem;
|
|
601
|
-
line-height: 1.25rem;
|
|
602
|
-
font-weight: 400;
|
|
603
|
-
letter-spacing: 0.01786em;
|
|
604
|
-
text-decoration: inherit;
|
|
605
|
-
text-transform: inherit;
|
|
606
|
-
height: 32px;
|
|
607
|
-
display: inline-flex;
|
|
608
|
-
position: relative;
|
|
609
|
-
align-items: center;
|
|
610
|
-
box-sizing: border-box;
|
|
611
|
-
padding: 7px 12px;
|
|
612
|
-
outline: none;
|
|
613
|
-
cursor: pointer;
|
|
614
|
-
overflow: hidden; }
|
|
615
|
-
.mdc-chip:hover {
|
|
616
|
-
color: rgba(0, 0, 0, 0.87); }
|
|
617
|
-
.mdc-chip.mdc-chip--selected .mdc-chip__checkmark,
|
|
618
|
-
.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden) {
|
|
619
|
-
/* @noflip */
|
|
620
|
-
margin-left: -4px;
|
|
621
|
-
/* @noflip */
|
|
622
|
-
margin-right: 4px;
|
|
623
|
-
margin-top: -4px;
|
|
624
|
-
margin-bottom: -4px; }
|
|
625
|
-
[dir="rtl"] .mdc-chip.mdc-chip--selected .mdc-chip__checkmark, .mdc-chip.mdc-chip--selected .mdc-chip__checkmark[dir="rtl"], [dir="rtl"]
|
|
626
|
-
.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden),
|
|
627
|
-
.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden)[dir="rtl"] {
|
|
628
|
-
/* @noflip */
|
|
629
|
-
margin-left: 4px;
|
|
630
|
-
/* @noflip */
|
|
631
|
-
margin-right: -4px; }
|
|
632
|
-
.mdc-chip:hover {
|
|
633
|
-
color: #000;
|
|
634
|
-
/* @alternate */
|
|
635
|
-
color: #000;
|
|
636
|
-
color: var(--mdc-theme-on-surface, #000); }
|
|
637
|
-
|
|
638
|
-
.mdc-chip--exit {
|
|
639
|
-
transition: opacity 75ms cubic-bezier(0.4, 0, 0.2, 1), width 150ms cubic-bezier(0, 0, 0.2, 1), padding 100ms linear, margin 100ms linear;
|
|
640
|
-
opacity: 0; }
|
|
641
|
-
|
|
642
|
-
.mdc-chip__text {
|
|
643
|
-
white-space: nowrap; }
|
|
644
|
-
|
|
645
|
-
.mdc-chip__icon {
|
|
646
|
-
border-radius: 50%;
|
|
647
|
-
outline: none;
|
|
648
|
-
vertical-align: middle; }
|
|
649
|
-
|
|
650
|
-
.mdc-chip__checkmark {
|
|
651
|
-
height: 20px; }
|
|
652
|
-
|
|
653
|
-
.mdc-chip__checkmark-path {
|
|
654
|
-
transition: stroke-dashoffset 150ms 50ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
655
|
-
stroke-width: 2px;
|
|
656
|
-
stroke-dashoffset: 29.78334;
|
|
657
|
-
stroke-dasharray: 29.78334; }
|
|
658
|
-
|
|
659
|
-
.mdc-chip--selected .mdc-chip__checkmark-path {
|
|
660
|
-
stroke-dashoffset: 0; }
|
|
661
|
-
|
|
662
|
-
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected {
|
|
663
|
-
color: #358b76;
|
|
664
|
-
/* @alternate */
|
|
665
|
-
color: #358b76;
|
|
666
|
-
color: var(--mdc-theme-primary, #358b76); }
|
|
667
|
-
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__icon--leading {
|
|
668
|
-
color: rgba(53, 139, 118, 0.54); }
|
|
669
|
-
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover {
|
|
670
|
-
color: #358b76;
|
|
671
|
-
/* @alternate */
|
|
672
|
-
color: #358b76;
|
|
673
|
-
color: var(--mdc-theme-primary, #358b76); }
|
|
674
|
-
|
|
675
|
-
.mdc-chip-set--choice .mdc-chip .mdc-chip__checkmark-path {
|
|
676
|
-
stroke: #358b76;
|
|
677
|
-
/* @alternate */
|
|
678
|
-
stroke: #358b76;
|
|
679
|
-
stroke: var(--mdc-theme-primary, #358b76); }
|
|
680
|
-
|
|
681
|
-
.mdc-chip-set--choice .mdc-chip--selected {
|
|
682
|
-
background-color: #fff;
|
|
683
|
-
/* @alternate */
|
|
684
|
-
background-color: #fff;
|
|
685
|
-
background-color: var(--mdc-theme-surface, #fff); }
|
|
686
|
-
|
|
687
|
-
.mdc-chip__checkmark-svg {
|
|
688
|
-
width: 0;
|
|
689
|
-
height: 20px;
|
|
690
|
-
transition: width 150ms cubic-bezier(0.4, 0, 0.2, 1); }
|
|
691
|
-
|
|
692
|
-
.mdc-chip--selected .mdc-chip__checkmark-svg {
|
|
693
|
-
width: 20px; }
|
|
694
|
-
|
|
695
|
-
.mdc-chip-set--filter .mdc-chip__icon--leading {
|
|
696
|
-
transition: opacity 75ms linear;
|
|
697
|
-
transition-delay: -50ms;
|
|
698
|
-
opacity: 1; }
|
|
699
|
-
.mdc-chip-set--filter .mdc-chip__icon--leading + .mdc-chip__checkmark {
|
|
700
|
-
transition: opacity 75ms linear;
|
|
701
|
-
transition-delay: 80ms;
|
|
702
|
-
opacity: 0; }
|
|
703
|
-
.mdc-chip-set--filter .mdc-chip__icon--leading + .mdc-chip__checkmark .mdc-chip__checkmark-svg {
|
|
704
|
-
transition: width 0ms; }
|
|
705
|
-
|
|
706
|
-
.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading {
|
|
707
|
-
opacity: 0; }
|
|
708
|
-
.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading + .mdc-chip__checkmark {
|
|
709
|
-
width: 0;
|
|
710
|
-
opacity: 1; }
|
|
711
|
-
|
|
712
|
-
.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading {
|
|
713
|
-
width: 0;
|
|
714
|
-
opacity: 0; }
|
|
715
|
-
.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading + .mdc-chip__checkmark {
|
|
716
|
-
width: 20px; }
|
|
717
|
-
|
|
718
|
-
.mdc-chip {
|
|
719
|
-
--mdc-ripple-fg-size: 0;
|
|
720
|
-
--mdc-ripple-left: 0;
|
|
721
|
-
--mdc-ripple-top: 0;
|
|
722
|
-
--mdc-ripple-fg-scale: 1;
|
|
723
|
-
--mdc-ripple-fg-translate-end: 0;
|
|
724
|
-
--mdc-ripple-fg-translate-start: 0;
|
|
725
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
726
|
-
will-change: transform, opacity; }
|
|
727
|
-
.mdc-chip::before, .mdc-chip::after {
|
|
728
|
-
position: absolute;
|
|
729
|
-
border-radius: 50%;
|
|
730
|
-
opacity: 0;
|
|
731
|
-
pointer-events: none;
|
|
732
|
-
content: ""; }
|
|
733
|
-
.mdc-chip::before {
|
|
734
|
-
transition: opacity 15ms linear, background-color 15ms linear;
|
|
735
|
-
z-index: 1; }
|
|
736
|
-
.mdc-chip.mdc-ripple-upgraded::before {
|
|
737
|
-
transform: scale(1);
|
|
738
|
-
transform: scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
739
|
-
.mdc-chip.mdc-ripple-upgraded::after {
|
|
740
|
-
top: 0;
|
|
741
|
-
/* @noflip */
|
|
742
|
-
left: 0;
|
|
743
|
-
transform: scale(0);
|
|
744
|
-
transform-origin: center center; }
|
|
745
|
-
.mdc-chip.mdc-ripple-upgraded--unbounded::after {
|
|
746
|
-
top: 0;
|
|
747
|
-
top: var(--mdc-ripple-top, 0);
|
|
748
|
-
/* @noflip */
|
|
749
|
-
left: 0;
|
|
750
|
-
left: var(--mdc-ripple-left, 0); }
|
|
751
|
-
.mdc-chip.mdc-ripple-upgraded--foreground-activation::after {
|
|
752
|
-
animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
|
|
753
|
-
.mdc-chip.mdc-ripple-upgraded--foreground-deactivation::after {
|
|
754
|
-
animation: mdc-ripple-fg-opacity-out 150ms;
|
|
755
|
-
transform: translate(0) scale(1);
|
|
756
|
-
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
757
|
-
.mdc-chip::before, .mdc-chip::after {
|
|
758
|
-
top: calc(50% - 100%);
|
|
759
|
-
/* @noflip */
|
|
760
|
-
left: calc(50% - 100%);
|
|
761
|
-
width: 200%;
|
|
762
|
-
height: 200%; }
|
|
763
|
-
.mdc-chip.mdc-ripple-upgraded::after {
|
|
764
|
-
width: 100%;
|
|
765
|
-
width: var(--mdc-ripple-fg-size, 100%);
|
|
766
|
-
height: 100%;
|
|
767
|
-
height: var(--mdc-ripple-fg-size, 100%); }
|
|
768
|
-
.mdc-chip::before, .mdc-chip::after {
|
|
769
|
-
background-color: rgba(0, 0, 0, 0.87); }
|
|
770
|
-
.mdc-chip:hover::before {
|
|
771
|
-
opacity: 0.04; }
|
|
772
|
-
.mdc-chip:not(.mdc-ripple-upgraded):focus::before, .mdc-chip.mdc-ripple-upgraded--background-focused::before {
|
|
773
|
-
transition-duration: 75ms;
|
|
774
|
-
opacity: 0.12; }
|
|
775
|
-
.mdc-chip:not(.mdc-ripple-upgraded)::after {
|
|
776
|
-
transition: opacity 150ms linear; }
|
|
777
|
-
.mdc-chip:not(.mdc-ripple-upgraded):active::after {
|
|
778
|
-
transition-duration: 75ms;
|
|
779
|
-
opacity: 0.12; }
|
|
780
|
-
.mdc-chip.mdc-ripple-upgraded {
|
|
781
|
-
--mdc-ripple-fg-opacity: 0.12; }
|
|
782
|
-
|
|
783
|
-
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected::before {
|
|
784
|
-
opacity: 0.08; }
|
|
785
|
-
|
|
786
|
-
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected::before, .mdc-chip-set--choice .mdc-chip.mdc-chip--selected::after {
|
|
787
|
-
background-color: #358b76; }
|
|
788
|
-
@supports not (-ms-ime-align: auto) {
|
|
789
|
-
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected::before, .mdc-chip-set--choice .mdc-chip.mdc-chip--selected::after {
|
|
790
|
-
/* @alternate */
|
|
791
|
-
background-color: #358b76;
|
|
792
|
-
background-color: var(--mdc-theme-primary, #358b76); } }
|
|
793
|
-
|
|
794
|
-
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover::before {
|
|
795
|
-
opacity: 0.12; }
|
|
796
|
-
|
|
797
|
-
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus::before, .mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded--background-focused::before {
|
|
798
|
-
transition-duration: 75ms;
|
|
799
|
-
opacity: 0.2; }
|
|
800
|
-
|
|
801
|
-
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded)::after {
|
|
802
|
-
transition: opacity 150ms linear; }
|
|
803
|
-
|
|
804
|
-
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):active::after {
|
|
805
|
-
transition-duration: 75ms;
|
|
806
|
-
opacity: 0.2; }
|
|
807
|
-
|
|
808
|
-
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded {
|
|
809
|
-
--mdc-ripple-fg-opacity: 0.2; }
|
|
810
|
-
|
|
811
|
-
@keyframes mdc-chip-entry {
|
|
812
|
-
from {
|
|
813
|
-
transform: scale(0.8);
|
|
814
|
-
opacity: .4; }
|
|
815
|
-
to {
|
|
816
|
-
transform: scale(1);
|
|
817
|
-
opacity: 1; } }
|
|
818
|
-
|
|
819
|
-
.mdc-chip-set {
|
|
820
|
-
padding: 4px;
|
|
821
|
-
display: flex;
|
|
822
|
-
flex-wrap: wrap;
|
|
823
|
-
box-sizing: border-box; }
|
|
824
|
-
.mdc-chip-set .mdc-chip {
|
|
825
|
-
margin: 4px; }
|
|
826
|
-
|
|
827
|
-
.mdc-chip-set--input .mdc-chip {
|
|
828
|
-
animation: mdc-chip-entry 100ms cubic-bezier(0, 0, 0.2, 1); }
|
|
829
|
-
|
|
830
|
-
/* override the padding on the chipset */
|
|
831
|
-
.mdc-chip-set {
|
|
832
|
-
padding: 4px 0; }
|
|
833
|
-
|
|
834
|
-
.mdc-icon-button {
|
|
835
|
-
width: 48px;
|
|
836
|
-
height: 48px;
|
|
837
|
-
padding: 12px;
|
|
838
|
-
font-size: 24px;
|
|
839
|
-
display: inline-block;
|
|
840
|
-
position: relative;
|
|
841
|
-
box-sizing: border-box;
|
|
842
|
-
border: none;
|
|
843
|
-
outline: none;
|
|
844
|
-
background-color: transparent;
|
|
845
|
-
fill: currentColor;
|
|
846
|
-
color: inherit;
|
|
847
|
-
text-decoration: none;
|
|
848
|
-
cursor: pointer;
|
|
849
|
-
-webkit-user-select: none;
|
|
850
|
-
-moz-user-select: none;
|
|
851
|
-
-ms-user-select: none;
|
|
852
|
-
user-select: none; }
|
|
853
|
-
.mdc-icon-button svg,
|
|
854
|
-
.mdc-icon-button img {
|
|
855
|
-
width: 24px;
|
|
856
|
-
height: 24px; }
|
|
857
|
-
.mdc-icon-button:disabled {
|
|
858
|
-
color: rgba(0, 0, 0, 0.38);
|
|
859
|
-
/* @alternate */
|
|
860
|
-
color: rgba(0, 0, 0, 0.38);
|
|
861
|
-
color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38));
|
|
862
|
-
cursor: default;
|
|
863
|
-
pointer-events: none; }
|
|
864
|
-
|
|
865
|
-
.mdc-icon-button__icon {
|
|
866
|
-
display: inline-block; }
|
|
867
|
-
.mdc-icon-button__icon.mdc-icon-button__icon--on {
|
|
868
|
-
display: none; }
|
|
869
|
-
|
|
870
|
-
.mdc-icon-button--on .mdc-icon-button__icon {
|
|
871
|
-
display: none; }
|
|
872
|
-
.mdc-icon-button--on .mdc-icon-button__icon.mdc-icon-button__icon--on {
|
|
873
|
-
display: inline-block; }
|
|
874
|
-
|
|
875
|
-
.mdc-icon-button {
|
|
876
|
-
--mdc-ripple-fg-size: 0;
|
|
877
|
-
--mdc-ripple-left: 0;
|
|
878
|
-
--mdc-ripple-top: 0;
|
|
879
|
-
--mdc-ripple-fg-scale: 1;
|
|
880
|
-
--mdc-ripple-fg-translate-end: 0;
|
|
881
|
-
--mdc-ripple-fg-translate-start: 0;
|
|
882
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
883
|
-
will-change: transform, opacity; }
|
|
884
|
-
.mdc-icon-button::before, .mdc-icon-button::after {
|
|
885
|
-
position: absolute;
|
|
886
|
-
border-radius: 50%;
|
|
887
|
-
opacity: 0;
|
|
888
|
-
pointer-events: none;
|
|
889
|
-
content: ""; }
|
|
890
|
-
.mdc-icon-button::before {
|
|
891
|
-
transition: opacity 15ms linear, background-color 15ms linear;
|
|
892
|
-
z-index: 1; }
|
|
893
|
-
.mdc-icon-button.mdc-ripple-upgraded::before {
|
|
894
|
-
transform: scale(1);
|
|
895
|
-
transform: scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
896
|
-
.mdc-icon-button.mdc-ripple-upgraded::after {
|
|
897
|
-
top: 0;
|
|
898
|
-
/* @noflip */
|
|
899
|
-
left: 0;
|
|
900
|
-
transform: scale(0);
|
|
901
|
-
transform-origin: center center; }
|
|
902
|
-
.mdc-icon-button.mdc-ripple-upgraded--unbounded::after {
|
|
903
|
-
top: 0;
|
|
904
|
-
top: var(--mdc-ripple-top, 0);
|
|
905
|
-
/* @noflip */
|
|
906
|
-
left: 0;
|
|
907
|
-
left: var(--mdc-ripple-left, 0); }
|
|
908
|
-
.mdc-icon-button.mdc-ripple-upgraded--foreground-activation::after {
|
|
909
|
-
animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
|
|
910
|
-
.mdc-icon-button.mdc-ripple-upgraded--foreground-deactivation::after {
|
|
911
|
-
animation: mdc-ripple-fg-opacity-out 150ms;
|
|
912
|
-
transform: translate(0) scale(1);
|
|
913
|
-
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
914
|
-
.mdc-icon-button::before, .mdc-icon-button::after {
|
|
915
|
-
top: calc(50% - 50%);
|
|
916
|
-
/* @noflip */
|
|
917
|
-
left: calc(50% - 50%);
|
|
918
|
-
width: 100%;
|
|
919
|
-
height: 100%; }
|
|
920
|
-
.mdc-icon-button.mdc-ripple-upgraded::before, .mdc-icon-button.mdc-ripple-upgraded::after {
|
|
921
|
-
top: calc(50% - 50%);
|
|
922
|
-
top: var(--mdc-ripple-top, calc(50% - 50%));
|
|
923
|
-
/* @noflip */
|
|
924
|
-
left: calc(50% - 50%);
|
|
925
|
-
left: var(--mdc-ripple-left, calc(50% - 50%));
|
|
926
|
-
width: 100%;
|
|
927
|
-
width: var(--mdc-ripple-fg-size, 100%);
|
|
928
|
-
height: 100%;
|
|
929
|
-
height: var(--mdc-ripple-fg-size, 100%); }
|
|
930
|
-
.mdc-icon-button.mdc-ripple-upgraded::after {
|
|
931
|
-
width: 100%;
|
|
932
|
-
width: var(--mdc-ripple-fg-size, 100%);
|
|
933
|
-
height: 100%;
|
|
934
|
-
height: var(--mdc-ripple-fg-size, 100%); }
|
|
935
|
-
.mdc-icon-button::before, .mdc-icon-button::after {
|
|
936
|
-
background-color: #000; }
|
|
937
|
-
.mdc-icon-button:hover::before {
|
|
938
|
-
opacity: 0.04; }
|
|
939
|
-
.mdc-icon-button:not(.mdc-ripple-upgraded):focus::before, .mdc-icon-button.mdc-ripple-upgraded--background-focused::before {
|
|
940
|
-
transition-duration: 75ms;
|
|
941
|
-
opacity: 0.12; }
|
|
942
|
-
.mdc-icon-button:not(.mdc-ripple-upgraded)::after {
|
|
943
|
-
transition: opacity 150ms linear; }
|
|
944
|
-
.mdc-icon-button:not(.mdc-ripple-upgraded):active::after {
|
|
945
|
-
transition-duration: 75ms;
|
|
946
|
-
opacity: 0.12; }
|
|
947
|
-
.mdc-icon-button.mdc-ripple-upgraded {
|
|
948
|
-
--mdc-ripple-fg-opacity: 0.12; }
|
|
949
|
-
|
|
950
|
-
.mdc-list {
|
|
951
|
-
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
952
|
-
-moz-osx-font-smoothing: grayscale;
|
|
953
|
-
-webkit-font-smoothing: antialiased;
|
|
954
|
-
font-size: 1rem;
|
|
955
|
-
line-height: 1.75rem;
|
|
956
|
-
font-weight: 400;
|
|
957
|
-
letter-spacing: 0.00937em;
|
|
958
|
-
text-decoration: inherit;
|
|
959
|
-
text-transform: inherit;
|
|
960
|
-
/* @alternate */
|
|
961
|
-
line-height: 1.5rem;
|
|
962
|
-
margin: 0;
|
|
963
|
-
padding: 8px 0;
|
|
964
|
-
list-style-type: none;
|
|
965
|
-
color: rgba(0, 0, 0, 0.87);
|
|
966
|
-
/* @alternate */
|
|
967
|
-
color: rgba(0, 0, 0, 0.87);
|
|
968
|
-
color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87)); }
|
|
969
|
-
|
|
970
|
-
.mdc-list-item__secondary-text {
|
|
971
|
-
color: rgba(0, 0, 0, 0.54);
|
|
972
|
-
/* @alternate */
|
|
973
|
-
color: rgba(0, 0, 0, 0.54);
|
|
974
|
-
color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54)); }
|
|
975
|
-
|
|
976
|
-
.mdc-list-item__graphic {
|
|
977
|
-
background-color: transparent; }
|
|
978
|
-
|
|
979
|
-
.mdc-list-item__graphic {
|
|
980
|
-
color: rgba(0, 0, 0, 0.38);
|
|
981
|
-
/* @alternate */
|
|
982
|
-
color: rgba(0, 0, 0, 0.38);
|
|
983
|
-
color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38)); }
|
|
984
|
-
|
|
985
|
-
.mdc-list-item__meta {
|
|
986
|
-
color: rgba(0, 0, 0, 0.38);
|
|
987
|
-
/* @alternate */
|
|
988
|
-
color: rgba(0, 0, 0, 0.38);
|
|
989
|
-
color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38)); }
|
|
990
|
-
|
|
991
|
-
.mdc-list-group__subheader {
|
|
992
|
-
color: rgba(0, 0, 0, 0.87);
|
|
993
|
-
/* @alternate */
|
|
994
|
-
color: rgba(0, 0, 0, 0.87);
|
|
995
|
-
color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87)); }
|
|
996
|
-
|
|
997
|
-
.mdc-list--dense {
|
|
998
|
-
padding-top: 4px;
|
|
999
|
-
padding-bottom: 4px;
|
|
1000
|
-
font-size: .812rem; }
|
|
1001
|
-
|
|
1002
|
-
.mdc-list-item {
|
|
1003
|
-
display: flex;
|
|
1004
|
-
position: relative;
|
|
1005
|
-
align-items: center;
|
|
1006
|
-
justify-content: flex-start;
|
|
1007
|
-
height: 48px;
|
|
1008
|
-
padding: 0 16px;
|
|
1009
|
-
overflow: hidden; }
|
|
1010
|
-
.mdc-list-item:focus {
|
|
1011
|
-
outline: none; }
|
|
1012
|
-
|
|
1013
|
-
.mdc-list-item--selected,
|
|
1014
|
-
.mdc-list-item--activated {
|
|
1015
|
-
color: #358b76;
|
|
1016
|
-
/* @alternate */
|
|
1017
|
-
color: #358b76;
|
|
1018
|
-
color: var(--mdc-theme-primary, #358b76); }
|
|
1019
|
-
.mdc-list-item--selected .mdc-list-item__graphic,
|
|
1020
|
-
.mdc-list-item--activated .mdc-list-item__graphic {
|
|
1021
|
-
color: #358b76;
|
|
1022
|
-
/* @alternate */
|
|
1023
|
-
color: #358b76;
|
|
1024
|
-
color: var(--mdc-theme-primary, #358b76); }
|
|
1025
|
-
|
|
1026
|
-
.mdc-list-item--disabled {
|
|
1027
|
-
color: rgba(0, 0, 0, 0.38);
|
|
1028
|
-
/* @alternate */
|
|
1029
|
-
color: rgba(0, 0, 0, 0.38);
|
|
1030
|
-
color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38)); }
|
|
1031
|
-
|
|
1032
|
-
.mdc-list-item__graphic {
|
|
1033
|
-
/* @noflip */
|
|
1034
|
-
margin-left: 0;
|
|
1035
|
-
/* @noflip */
|
|
1036
|
-
margin-right: 32px;
|
|
1037
|
-
width: 24px;
|
|
1038
|
-
height: 24px;
|
|
1039
|
-
flex-shrink: 0;
|
|
1040
|
-
align-items: center;
|
|
1041
|
-
justify-content: center;
|
|
1042
|
-
fill: currentColor; }
|
|
1043
|
-
.mdc-list-item[dir="rtl"] .mdc-list-item__graphic,
|
|
1044
|
-
[dir="rtl"] .mdc-list-item .mdc-list-item__graphic {
|
|
1045
|
-
/* @noflip */
|
|
1046
|
-
margin-left: 32px;
|
|
1047
|
-
/* @noflip */
|
|
1048
|
-
margin-right: 0; }
|
|
1049
|
-
|
|
1050
|
-
.mdc-list .mdc-list-item__graphic {
|
|
1051
|
-
display: inline-flex; }
|
|
1052
|
-
|
|
1053
|
-
.mdc-list-item__meta {
|
|
1054
|
-
/* @noflip */
|
|
1055
|
-
margin-left: auto;
|
|
1056
|
-
/* @noflip */
|
|
1057
|
-
margin-right: 0; }
|
|
1058
|
-
.mdc-list-item[dir="rtl"] .mdc-list-item__meta,
|
|
1059
|
-
[dir="rtl"] .mdc-list-item .mdc-list-item__meta {
|
|
1060
|
-
/* @noflip */
|
|
1061
|
-
margin-left: 0;
|
|
1062
|
-
/* @noflip */
|
|
1063
|
-
margin-right: auto; }
|
|
1064
|
-
|
|
1065
|
-
.mdc-list-item__text {
|
|
1066
|
-
text-overflow: ellipsis;
|
|
1067
|
-
white-space: nowrap;
|
|
1068
|
-
overflow: hidden; }
|
|
1069
|
-
|
|
1070
|
-
.mdc-list-item__text[for] {
|
|
1071
|
-
pointer-events: none; }
|
|
1072
|
-
|
|
1073
|
-
.mdc-list-item__primary-text {
|
|
1074
|
-
text-overflow: ellipsis;
|
|
1075
|
-
white-space: nowrap;
|
|
1076
|
-
overflow: hidden;
|
|
1077
|
-
display: block;
|
|
1078
|
-
margin-top: 0;
|
|
1079
|
-
/* @alternate */
|
|
1080
|
-
line-height: normal;
|
|
1081
|
-
margin-bottom: -20px;
|
|
1082
|
-
display: block; }
|
|
1083
|
-
.mdc-list-item__primary-text::before {
|
|
1084
|
-
display: inline-block;
|
|
1085
|
-
width: 0;
|
|
1086
|
-
height: 32px;
|
|
1087
|
-
content: "";
|
|
1088
|
-
vertical-align: 0; }
|
|
1089
|
-
.mdc-list-item__primary-text::after {
|
|
1090
|
-
display: inline-block;
|
|
1091
|
-
width: 0;
|
|
1092
|
-
height: 20px;
|
|
1093
|
-
content: "";
|
|
1094
|
-
vertical-align: -20px; }
|
|
1095
|
-
.mdc-list--dense .mdc-list-item__primary-text {
|
|
1096
|
-
display: block;
|
|
1097
|
-
margin-top: 0;
|
|
1098
|
-
/* @alternate */
|
|
1099
|
-
line-height: normal;
|
|
1100
|
-
margin-bottom: -20px; }
|
|
1101
|
-
.mdc-list--dense .mdc-list-item__primary-text::before {
|
|
1102
|
-
display: inline-block;
|
|
1103
|
-
width: 0;
|
|
1104
|
-
height: 24px;
|
|
1105
|
-
content: "";
|
|
1106
|
-
vertical-align: 0; }
|
|
1107
|
-
.mdc-list--dense .mdc-list-item__primary-text::after {
|
|
1108
|
-
display: inline-block;
|
|
1109
|
-
width: 0;
|
|
1110
|
-
height: 20px;
|
|
1111
|
-
content: "";
|
|
1112
|
-
vertical-align: -20px; }
|
|
1113
|
-
|
|
1114
|
-
.mdc-list-item__secondary-text {
|
|
1115
|
-
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
1116
|
-
-moz-osx-font-smoothing: grayscale;
|
|
1117
|
-
-webkit-font-smoothing: antialiased;
|
|
1118
|
-
font-size: 0.875rem;
|
|
1119
|
-
line-height: 1.25rem;
|
|
1120
|
-
font-weight: 400;
|
|
1121
|
-
letter-spacing: 0.01786em;
|
|
1122
|
-
text-decoration: inherit;
|
|
1123
|
-
text-transform: inherit;
|
|
1124
|
-
text-overflow: ellipsis;
|
|
1125
|
-
white-space: nowrap;
|
|
1126
|
-
overflow: hidden;
|
|
1127
|
-
display: block;
|
|
1128
|
-
margin-top: 0;
|
|
1129
|
-
/* @alternate */
|
|
1130
|
-
line-height: normal;
|
|
1131
|
-
display: block; }
|
|
1132
|
-
.mdc-list-item__secondary-text::before {
|
|
1133
|
-
display: inline-block;
|
|
1134
|
-
width: 0;
|
|
1135
|
-
height: 20px;
|
|
1136
|
-
content: "";
|
|
1137
|
-
vertical-align: 0; }
|
|
1138
|
-
.mdc-list--dense .mdc-list-item__secondary-text {
|
|
1139
|
-
display: block;
|
|
1140
|
-
margin-top: 0;
|
|
1141
|
-
/* @alternate */
|
|
1142
|
-
line-height: normal;
|
|
1143
|
-
font-size: inherit; }
|
|
1144
|
-
.mdc-list--dense .mdc-list-item__secondary-text::before {
|
|
1145
|
-
display: inline-block;
|
|
1146
|
-
width: 0;
|
|
1147
|
-
height: 20px;
|
|
1148
|
-
content: "";
|
|
1149
|
-
vertical-align: 0; }
|
|
1150
|
-
|
|
1151
|
-
.mdc-list--dense .mdc-list-item {
|
|
1152
|
-
height: 40px; }
|
|
1153
|
-
|
|
1154
|
-
.mdc-list--dense .mdc-list-item__graphic {
|
|
1155
|
-
/* @noflip */
|
|
1156
|
-
margin-left: 0;
|
|
1157
|
-
/* @noflip */
|
|
1158
|
-
margin-right: 36px;
|
|
1159
|
-
width: 20px;
|
|
1160
|
-
height: 20px; }
|
|
1161
|
-
.mdc-list-item[dir="rtl"] .mdc-list--dense .mdc-list-item__graphic,
|
|
1162
|
-
[dir="rtl"] .mdc-list-item .mdc-list--dense .mdc-list-item__graphic {
|
|
1163
|
-
/* @noflip */
|
|
1164
|
-
margin-left: 36px;
|
|
1165
|
-
/* @noflip */
|
|
1166
|
-
margin-right: 0; }
|
|
1167
|
-
|
|
1168
|
-
.mdc-list--avatar-list .mdc-list-item {
|
|
1169
|
-
height: 56px; }
|
|
1170
|
-
|
|
1171
|
-
.mdc-list--avatar-list .mdc-list-item__graphic {
|
|
1172
|
-
/* @noflip */
|
|
1173
|
-
margin-left: 0;
|
|
1174
|
-
/* @noflip */
|
|
1175
|
-
margin-right: 16px;
|
|
1176
|
-
width: 40px;
|
|
1177
|
-
height: 40px;
|
|
1178
|
-
border-radius: 50%; }
|
|
1179
|
-
.mdc-list-item[dir="rtl"] .mdc-list--avatar-list .mdc-list-item__graphic,
|
|
1180
|
-
[dir="rtl"] .mdc-list-item .mdc-list--avatar-list .mdc-list-item__graphic {
|
|
1181
|
-
/* @noflip */
|
|
1182
|
-
margin-left: 16px;
|
|
1183
|
-
/* @noflip */
|
|
1184
|
-
margin-right: 0; }
|
|
1185
|
-
|
|
1186
|
-
.mdc-list--two-line .mdc-list-item__text {
|
|
1187
|
-
align-self: flex-start; }
|
|
1188
|
-
|
|
1189
|
-
.mdc-list--two-line .mdc-list-item {
|
|
1190
|
-
height: 72px; }
|
|
1191
|
-
|
|
1192
|
-
.mdc-list--two-line.mdc-list--dense .mdc-list-item,
|
|
1193
|
-
.mdc-list--avatar-list.mdc-list--dense .mdc-list-item {
|
|
1194
|
-
height: 60px; }
|
|
1195
|
-
|
|
1196
|
-
.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
|
|
1197
|
-
/* @noflip */
|
|
1198
|
-
margin-left: 0;
|
|
1199
|
-
/* @noflip */
|
|
1200
|
-
margin-right: 20px;
|
|
1201
|
-
width: 36px;
|
|
1202
|
-
height: 36px; }
|
|
1203
|
-
.mdc-list-item[dir="rtl"] .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic,
|
|
1204
|
-
[dir="rtl"] .mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
|
|
1205
|
-
/* @noflip */
|
|
1206
|
-
margin-left: 20px;
|
|
1207
|
-
/* @noflip */
|
|
1208
|
-
margin-right: 0; }
|
|
1209
|
-
|
|
1210
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item {
|
|
1211
|
-
cursor: pointer; }
|
|
1212
|
-
|
|
1213
|
-
a.mdc-list-item {
|
|
1214
|
-
color: inherit;
|
|
1215
|
-
text-decoration: none; }
|
|
1216
|
-
|
|
1217
|
-
.mdc-list-divider {
|
|
1218
|
-
height: 0;
|
|
1219
|
-
margin: 0;
|
|
1220
|
-
border: none;
|
|
1221
|
-
border-bottom-width: 1px;
|
|
1222
|
-
border-bottom-style: solid; }
|
|
1223
|
-
|
|
1224
|
-
.mdc-list-divider {
|
|
1225
|
-
border-bottom-color: rgba(0, 0, 0, 0.12); }
|
|
1226
|
-
|
|
1227
|
-
.mdc-list-divider--padded {
|
|
1228
|
-
margin: 0 16px; }
|
|
1229
|
-
|
|
1230
|
-
.mdc-list-divider--inset {
|
|
1231
|
-
/* @noflip */
|
|
1232
|
-
margin-left: 72px;
|
|
1233
|
-
/* @noflip */
|
|
1234
|
-
margin-right: 0;
|
|
1235
|
-
width: calc(100% - 72px); }
|
|
1236
|
-
.mdc-list-group[dir="rtl"] .mdc-list-divider--inset,
|
|
1237
|
-
[dir="rtl"] .mdc-list-group .mdc-list-divider--inset {
|
|
1238
|
-
/* @noflip */
|
|
1239
|
-
margin-left: 0;
|
|
1240
|
-
/* @noflip */
|
|
1241
|
-
margin-right: 72px; }
|
|
1242
|
-
|
|
1243
|
-
.mdc-list-divider--inset.mdc-list-divider--padded {
|
|
1244
|
-
width: calc(100% - 72px - 16px); }
|
|
1245
|
-
|
|
1246
|
-
.mdc-list-group .mdc-list {
|
|
1247
|
-
padding: 0; }
|
|
1248
|
-
|
|
1249
|
-
.mdc-list-group__subheader {
|
|
1250
|
-
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
1251
|
-
-moz-osx-font-smoothing: grayscale;
|
|
1252
|
-
-webkit-font-smoothing: antialiased;
|
|
1253
|
-
font-size: 1rem;
|
|
1254
|
-
line-height: 1.75rem;
|
|
1255
|
-
font-weight: 400;
|
|
1256
|
-
letter-spacing: 0.00937em;
|
|
1257
|
-
text-decoration: inherit;
|
|
1258
|
-
text-transform: inherit;
|
|
1259
|
-
margin: 0.75rem 16px; }
|
|
1260
|
-
|
|
1261
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item {
|
|
1262
|
-
--mdc-ripple-fg-size: 0;
|
|
1263
|
-
--mdc-ripple-left: 0;
|
|
1264
|
-
--mdc-ripple-top: 0;
|
|
1265
|
-
--mdc-ripple-fg-scale: 1;
|
|
1266
|
-
--mdc-ripple-fg-translate-end: 0;
|
|
1267
|
-
--mdc-ripple-fg-translate-start: 0;
|
|
1268
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1269
|
-
will-change: transform, opacity; }
|
|
1270
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::after {
|
|
1271
|
-
position: absolute;
|
|
1272
|
-
border-radius: 50%;
|
|
1273
|
-
opacity: 0;
|
|
1274
|
-
pointer-events: none;
|
|
1275
|
-
content: ""; }
|
|
1276
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before {
|
|
1277
|
-
transition: opacity 15ms linear, background-color 15ms linear;
|
|
1278
|
-
z-index: 1; }
|
|
1279
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::before {
|
|
1280
|
-
transform: scale(1);
|
|
1281
|
-
transform: scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
1282
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::after {
|
|
1283
|
-
top: 0;
|
|
1284
|
-
/* @noflip */
|
|
1285
|
-
left: 0;
|
|
1286
|
-
transform: scale(0);
|
|
1287
|
-
transform-origin: center center; }
|
|
1288
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded::after {
|
|
1289
|
-
top: 0;
|
|
1290
|
-
top: var(--mdc-ripple-top, 0);
|
|
1291
|
-
/* @noflip */
|
|
1292
|
-
left: 0;
|
|
1293
|
-
left: var(--mdc-ripple-left, 0); }
|
|
1294
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation::after {
|
|
1295
|
-
animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
|
|
1296
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation::after {
|
|
1297
|
-
animation: mdc-ripple-fg-opacity-out 150ms;
|
|
1298
|
-
transform: translate(0) scale(1);
|
|
1299
|
-
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
1300
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::after {
|
|
1301
|
-
top: calc(50% - 100%);
|
|
1302
|
-
/* @noflip */
|
|
1303
|
-
left: calc(50% - 100%);
|
|
1304
|
-
width: 200%;
|
|
1305
|
-
height: 200%; }
|
|
1306
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::after {
|
|
1307
|
-
width: 100%;
|
|
1308
|
-
width: var(--mdc-ripple-fg-size, 100%);
|
|
1309
|
-
height: 100%;
|
|
1310
|
-
height: var(--mdc-ripple-fg-size, 100%); }
|
|
1311
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::after {
|
|
1312
|
-
background-color: #000; }
|
|
1313
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:hover::before {
|
|
1314
|
-
opacity: 0.04; }
|
|
1315
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused::before {
|
|
1316
|
-
transition-duration: 75ms;
|
|
1317
|
-
opacity: 0.12; }
|
|
1318
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded)::after {
|
|
1319
|
-
transition: opacity 150ms linear; }
|
|
1320
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active::after {
|
|
1321
|
-
transition-duration: 75ms;
|
|
1322
|
-
opacity: 0.12; }
|
|
1323
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
|
|
1324
|
-
--mdc-ripple-fg-opacity: 0.12; }
|
|
1325
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::before {
|
|
1326
|
-
opacity: 0.12; }
|
|
1327
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::after {
|
|
1328
|
-
background-color: #358b76; }
|
|
1329
|
-
@supports not (-ms-ime-align: auto) {
|
|
1330
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::after {
|
|
1331
|
-
/* @alternate */
|
|
1332
|
-
background-color: #358b76;
|
|
1333
|
-
background-color: var(--mdc-theme-primary, #358b76); } }
|
|
1334
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:hover::before {
|
|
1335
|
-
opacity: 0.16; }
|
|
1336
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused::before {
|
|
1337
|
-
transition-duration: 75ms;
|
|
1338
|
-
opacity: 0.24; }
|
|
1339
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded)::after {
|
|
1340
|
-
transition: opacity 150ms linear; }
|
|
1341
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active::after {
|
|
1342
|
-
transition-duration: 75ms;
|
|
1343
|
-
opacity: 0.24; }
|
|
1344
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
|
|
1345
|
-
--mdc-ripple-fg-opacity: 0.24; }
|
|
1346
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::before {
|
|
1347
|
-
opacity: 0.08; }
|
|
1348
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::after {
|
|
1349
|
-
background-color: #358b76; }
|
|
1350
|
-
@supports not (-ms-ime-align: auto) {
|
|
1351
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::after {
|
|
1352
|
-
/* @alternate */
|
|
1353
|
-
background-color: #358b76;
|
|
1354
|
-
background-color: var(--mdc-theme-primary, #358b76); } }
|
|
1355
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:hover::before {
|
|
1356
|
-
opacity: 0.12; }
|
|
1357
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before {
|
|
1358
|
-
transition-duration: 75ms;
|
|
1359
|
-
opacity: 0.2; }
|
|
1360
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded)::after {
|
|
1361
|
-
transition: opacity 150ms linear; }
|
|
1362
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after {
|
|
1363
|
-
transition-duration: 75ms;
|
|
1364
|
-
opacity: 0.2; }
|
|
1365
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
|
|
1366
|
-
--mdc-ripple-fg-opacity: 0.2; }
|
|
1367
|
-
|
|
1368
|
-
.mdc-menu-surface {
|
|
1369
|
-
display: none;
|
|
1370
|
-
position: absolute;
|
|
1371
|
-
box-sizing: border-box;
|
|
1372
|
-
max-width: calc(100vw - 32px);
|
|
1373
|
-
max-height: calc(100vh - 32px);
|
|
1374
|
-
margin: 0;
|
|
1375
|
-
padding: 0;
|
|
1376
|
-
transform: scale(1);
|
|
1377
|
-
transform-origin: top left;
|
|
1378
|
-
opacity: 0;
|
|
1379
|
-
overflow: auto;
|
|
1380
|
-
will-change: transform, opacity;
|
|
1381
|
-
z-index: 8;
|
|
1382
|
-
transition: opacity 0.03s linear, transform 0.12s cubic-bezier(0, 0, 0.2, 1);
|
|
1383
|
-
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1384
|
-
background-color: #fff;
|
|
1385
|
-
/* @alternate */
|
|
1386
|
-
background-color: #fff;
|
|
1387
|
-
background-color: var(--mdc-theme-surface, #fff);
|
|
1388
|
-
color: #000;
|
|
1389
|
-
/* @alternate */
|
|
1390
|
-
color: #000;
|
|
1391
|
-
color: var(--mdc-theme-on-surface, #000);
|
|
1392
|
-
border-radius: 4px;
|
|
1393
|
-
/* @noflip */
|
|
1394
|
-
transform-origin-left: top left;
|
|
1395
|
-
/* @noflip */
|
|
1396
|
-
transform-origin-right: top right; }
|
|
1397
|
-
.mdc-menu-surface:focus {
|
|
1398
|
-
outline: none; }
|
|
1399
|
-
.mdc-menu-surface--open {
|
|
1400
|
-
display: inline-block;
|
|
1401
|
-
transform: scale(1);
|
|
1402
|
-
opacity: 1; }
|
|
1403
|
-
.mdc-menu-surface--animating-open {
|
|
1404
|
-
display: inline-block;
|
|
1405
|
-
transform: scale(0.8);
|
|
1406
|
-
opacity: 0; }
|
|
1407
|
-
.mdc-menu-surface--animating-closed {
|
|
1408
|
-
display: inline-block;
|
|
1409
|
-
opacity: 0;
|
|
1410
|
-
transition: opacity 0.075s linear; }
|
|
1411
|
-
[dir="rtl"] .mdc-menu-surface, .mdc-menu-surface[dir="rtl"] {
|
|
1412
|
-
/* @noflip */
|
|
1413
|
-
transform-origin-left: top right;
|
|
1414
|
-
/* @noflip */
|
|
1415
|
-
transform-origin-right: top left; }
|
|
1416
|
-
|
|
1417
|
-
.mdc-menu-surface--anchor {
|
|
1418
|
-
position: relative;
|
|
1419
|
-
overflow: visible; }
|
|
1420
|
-
|
|
1421
|
-
.mdc-menu-surface--fixed {
|
|
1422
|
-
position: fixed; }
|
|
1423
|
-
|
|
1424
|
-
.mdc-menu {
|
|
1425
|
-
min-width: 112px; }
|
|
1426
|
-
.mdc-menu .mdc-list-item__meta {
|
|
1427
|
-
color: rgba(0, 0, 0, 0.87); }
|
|
1428
|
-
.mdc-menu .mdc-list-item__graphic {
|
|
1429
|
-
color: rgba(0, 0, 0, 0.87); }
|
|
1430
|
-
.mdc-menu .mdc-list {
|
|
1431
|
-
color: rgba(0, 0, 0, 0.87); }
|
|
1432
|
-
.mdc-menu .mdc-list-divider {
|
|
1433
|
-
margin: 8px 0; }
|
|
1434
|
-
.mdc-menu .mdc-list-item {
|
|
1435
|
-
-webkit-user-select: none;
|
|
1436
|
-
-moz-user-select: none;
|
|
1437
|
-
-ms-user-select: none;
|
|
1438
|
-
user-select: none; }
|
|
1439
|
-
.mdc-menu .mdc-list-item--disabled {
|
|
1440
|
-
cursor: auto; }
|
|
1441
|
-
.mdc-menu a.mdc-list-item .mdc-list-item__text,
|
|
1442
|
-
.mdc-menu a.mdc-list-item .mdc-list-item__graphic {
|
|
1443
|
-
pointer-events: none; }
|
|
1444
|
-
|
|
1445
|
-
.mdc-menu__selection-group {
|
|
1446
|
-
padding: 0;
|
|
1447
|
-
fill: currentColor; }
|
|
1448
|
-
.mdc-menu__selection-group .mdc-list-item {
|
|
1449
|
-
/* @noflip */
|
|
1450
|
-
padding-left: 56px;
|
|
1451
|
-
/* @noflip */
|
|
1452
|
-
padding-right: 16px; }
|
|
1453
|
-
[dir="rtl"] .mdc-menu__selection-group .mdc-list-item, .mdc-menu__selection-group .mdc-list-item[dir="rtl"] {
|
|
1454
|
-
/* @noflip */
|
|
1455
|
-
padding-left: 16px;
|
|
1456
|
-
/* @noflip */
|
|
1457
|
-
padding-right: 56px; }
|
|
1458
|
-
.mdc-menu__selection-group .mdc-menu__selection-group-icon {
|
|
1459
|
-
/* @noflip */
|
|
1460
|
-
left: 16px;
|
|
1461
|
-
/* @noflip */
|
|
1462
|
-
right: auto;
|
|
1463
|
-
right: initial;
|
|
1464
|
-
display: none;
|
|
1465
|
-
position: absolute; }
|
|
1466
|
-
[dir="rtl"] .mdc-menu__selection-group .mdc-menu__selection-group-icon, .mdc-menu__selection-group .mdc-menu__selection-group-icon[dir="rtl"] {
|
|
1467
|
-
/* @noflip */
|
|
1468
|
-
left: auto;
|
|
1469
|
-
left: initial;
|
|
1470
|
-
/* @noflip */
|
|
1471
|
-
right: 16px; }
|
|
1472
|
-
|
|
1473
|
-
.mdc-menu-item--selected .mdc-menu__selection-group-icon {
|
|
1474
|
-
display: inline; }
|
|
1475
|
-
|
|
1476
|
-
.mdc-list {
|
|
1477
|
-
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
1478
|
-
-moz-osx-font-smoothing: grayscale;
|
|
1479
|
-
-webkit-font-smoothing: antialiased;
|
|
1480
|
-
font-size: 1rem;
|
|
1481
|
-
line-height: 1.75rem;
|
|
1482
|
-
font-weight: 400;
|
|
1483
|
-
letter-spacing: 0.00937em;
|
|
1484
|
-
text-decoration: inherit;
|
|
1485
|
-
text-transform: inherit;
|
|
1486
|
-
/* @alternate */
|
|
1487
|
-
line-height: 1.5rem;
|
|
1488
|
-
margin: 0;
|
|
1489
|
-
padding: 8px 0;
|
|
1490
|
-
list-style-type: none;
|
|
1491
|
-
color: rgba(0, 0, 0, 0.87);
|
|
1492
|
-
/* @alternate */
|
|
1493
|
-
color: rgba(0, 0, 0, 0.87);
|
|
1494
|
-
color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87)); }
|
|
1495
|
-
|
|
1496
|
-
.mdc-list-item__secondary-text {
|
|
1497
|
-
color: rgba(0, 0, 0, 0.54);
|
|
1498
|
-
/* @alternate */
|
|
1499
|
-
color: rgba(0, 0, 0, 0.54);
|
|
1500
|
-
color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54)); }
|
|
1501
|
-
|
|
1502
|
-
.mdc-list-item__graphic {
|
|
1503
|
-
background-color: transparent; }
|
|
1504
|
-
|
|
1505
|
-
.mdc-list-item__graphic {
|
|
1506
|
-
color: rgba(0, 0, 0, 0.38);
|
|
1507
|
-
/* @alternate */
|
|
1508
|
-
color: rgba(0, 0, 0, 0.38);
|
|
1509
|
-
color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38)); }
|
|
1510
|
-
|
|
1511
|
-
.mdc-list-item__meta {
|
|
1512
|
-
color: rgba(0, 0, 0, 0.38);
|
|
1513
|
-
/* @alternate */
|
|
1514
|
-
color: rgba(0, 0, 0, 0.38);
|
|
1515
|
-
color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38)); }
|
|
1516
|
-
|
|
1517
|
-
.mdc-list-group__subheader {
|
|
1518
|
-
color: rgba(0, 0, 0, 0.87);
|
|
1519
|
-
/* @alternate */
|
|
1520
|
-
color: rgba(0, 0, 0, 0.87);
|
|
1521
|
-
color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87)); }
|
|
1522
|
-
|
|
1523
|
-
.mdc-list--dense {
|
|
1524
|
-
padding-top: 4px;
|
|
1525
|
-
padding-bottom: 4px;
|
|
1526
|
-
font-size: .812rem; }
|
|
1527
|
-
|
|
1528
|
-
.mdc-list-item {
|
|
1529
|
-
display: flex;
|
|
1530
|
-
position: relative;
|
|
1531
|
-
align-items: center;
|
|
1532
|
-
justify-content: flex-start;
|
|
1533
|
-
height: 48px;
|
|
1534
|
-
padding: 0 16px;
|
|
1535
|
-
overflow: hidden; }
|
|
1536
|
-
.mdc-list-item:focus {
|
|
1537
|
-
outline: none; }
|
|
1538
|
-
|
|
1539
|
-
.mdc-list-item--selected,
|
|
1540
|
-
.mdc-list-item--activated {
|
|
1541
|
-
color: #358b76;
|
|
1542
|
-
/* @alternate */
|
|
1543
|
-
color: #358b76;
|
|
1544
|
-
color: var(--mdc-theme-primary, #358b76); }
|
|
1545
|
-
.mdc-list-item--selected .mdc-list-item__graphic,
|
|
1546
|
-
.mdc-list-item--activated .mdc-list-item__graphic {
|
|
1547
|
-
color: #358b76;
|
|
1548
|
-
/* @alternate */
|
|
1549
|
-
color: #358b76;
|
|
1550
|
-
color: var(--mdc-theme-primary, #358b76); }
|
|
1551
|
-
|
|
1552
|
-
.mdc-list-item--disabled {
|
|
1553
|
-
color: rgba(0, 0, 0, 0.38);
|
|
1554
|
-
/* @alternate */
|
|
1555
|
-
color: rgba(0, 0, 0, 0.38);
|
|
1556
|
-
color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38)); }
|
|
1557
|
-
|
|
1558
|
-
.mdc-list-item__graphic {
|
|
1559
|
-
/* @noflip */
|
|
1560
|
-
margin-left: 0;
|
|
1561
|
-
/* @noflip */
|
|
1562
|
-
margin-right: 32px;
|
|
1563
|
-
width: 24px;
|
|
1564
|
-
height: 24px;
|
|
1565
|
-
flex-shrink: 0;
|
|
1566
|
-
align-items: center;
|
|
1567
|
-
justify-content: center;
|
|
1568
|
-
fill: currentColor; }
|
|
1569
|
-
.mdc-list-item[dir="rtl"] .mdc-list-item__graphic,
|
|
1570
|
-
[dir="rtl"] .mdc-list-item .mdc-list-item__graphic {
|
|
1571
|
-
/* @noflip */
|
|
1572
|
-
margin-left: 32px;
|
|
1573
|
-
/* @noflip */
|
|
1574
|
-
margin-right: 0; }
|
|
1575
|
-
|
|
1576
|
-
.mdc-list .mdc-list-item__graphic {
|
|
1577
|
-
display: inline-flex; }
|
|
1578
|
-
|
|
1579
|
-
.mdc-list-item__meta {
|
|
1580
|
-
/* @noflip */
|
|
1581
|
-
margin-left: auto;
|
|
1582
|
-
/* @noflip */
|
|
1583
|
-
margin-right: 0; }
|
|
1584
|
-
.mdc-list-item[dir="rtl"] .mdc-list-item__meta,
|
|
1585
|
-
[dir="rtl"] .mdc-list-item .mdc-list-item__meta {
|
|
1586
|
-
/* @noflip */
|
|
1587
|
-
margin-left: 0;
|
|
1588
|
-
/* @noflip */
|
|
1589
|
-
margin-right: auto; }
|
|
1590
|
-
|
|
1591
|
-
.mdc-list-item__text {
|
|
1592
|
-
text-overflow: ellipsis;
|
|
1593
|
-
white-space: nowrap;
|
|
1594
|
-
overflow: hidden; }
|
|
1595
|
-
|
|
1596
|
-
.mdc-list-item__text[for] {
|
|
1597
|
-
pointer-events: none; }
|
|
1598
|
-
|
|
1599
|
-
.mdc-list-item__primary-text {
|
|
1600
|
-
text-overflow: ellipsis;
|
|
1601
|
-
white-space: nowrap;
|
|
1602
|
-
overflow: hidden;
|
|
1603
|
-
display: block;
|
|
1604
|
-
margin-top: 0;
|
|
1605
|
-
/* @alternate */
|
|
1606
|
-
line-height: normal;
|
|
1607
|
-
margin-bottom: -20px;
|
|
1608
|
-
display: block; }
|
|
1609
|
-
.mdc-list-item__primary-text::before {
|
|
1610
|
-
display: inline-block;
|
|
1611
|
-
width: 0;
|
|
1612
|
-
height: 32px;
|
|
1613
|
-
content: "";
|
|
1614
|
-
vertical-align: 0; }
|
|
1615
|
-
.mdc-list-item__primary-text::after {
|
|
1616
|
-
display: inline-block;
|
|
1617
|
-
width: 0;
|
|
1618
|
-
height: 20px;
|
|
1619
|
-
content: "";
|
|
1620
|
-
vertical-align: -20px; }
|
|
1621
|
-
.mdc-list--dense .mdc-list-item__primary-text {
|
|
1622
|
-
display: block;
|
|
1623
|
-
margin-top: 0;
|
|
1624
|
-
/* @alternate */
|
|
1625
|
-
line-height: normal;
|
|
1626
|
-
margin-bottom: -20px; }
|
|
1627
|
-
.mdc-list--dense .mdc-list-item__primary-text::before {
|
|
1628
|
-
display: inline-block;
|
|
1629
|
-
width: 0;
|
|
1630
|
-
height: 24px;
|
|
1631
|
-
content: "";
|
|
1632
|
-
vertical-align: 0; }
|
|
1633
|
-
.mdc-list--dense .mdc-list-item__primary-text::after {
|
|
1634
|
-
display: inline-block;
|
|
1635
|
-
width: 0;
|
|
1636
|
-
height: 20px;
|
|
1637
|
-
content: "";
|
|
1638
|
-
vertical-align: -20px; }
|
|
1639
|
-
|
|
1640
|
-
.mdc-list-item__secondary-text {
|
|
1641
|
-
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
1642
|
-
-moz-osx-font-smoothing: grayscale;
|
|
1643
|
-
-webkit-font-smoothing: antialiased;
|
|
1644
|
-
font-size: 0.875rem;
|
|
1645
|
-
line-height: 1.25rem;
|
|
1646
|
-
font-weight: 400;
|
|
1647
|
-
letter-spacing: 0.01786em;
|
|
1648
|
-
text-decoration: inherit;
|
|
1649
|
-
text-transform: inherit;
|
|
1650
|
-
text-overflow: ellipsis;
|
|
1651
|
-
white-space: nowrap;
|
|
1652
|
-
overflow: hidden;
|
|
1653
|
-
display: block;
|
|
1654
|
-
margin-top: 0;
|
|
1655
|
-
/* @alternate */
|
|
1656
|
-
line-height: normal;
|
|
1657
|
-
display: block; }
|
|
1658
|
-
.mdc-list-item__secondary-text::before {
|
|
1659
|
-
display: inline-block;
|
|
1660
|
-
width: 0;
|
|
1661
|
-
height: 20px;
|
|
1662
|
-
content: "";
|
|
1663
|
-
vertical-align: 0; }
|
|
1664
|
-
.mdc-list--dense .mdc-list-item__secondary-text {
|
|
1665
|
-
display: block;
|
|
1666
|
-
margin-top: 0;
|
|
1667
|
-
/* @alternate */
|
|
1668
|
-
line-height: normal;
|
|
1669
|
-
font-size: inherit; }
|
|
1670
|
-
.mdc-list--dense .mdc-list-item__secondary-text::before {
|
|
1671
|
-
display: inline-block;
|
|
1672
|
-
width: 0;
|
|
1673
|
-
height: 20px;
|
|
1674
|
-
content: "";
|
|
1675
|
-
vertical-align: 0; }
|
|
1676
|
-
|
|
1677
|
-
.mdc-list--dense .mdc-list-item {
|
|
1678
|
-
height: 40px; }
|
|
1679
|
-
|
|
1680
|
-
.mdc-list--dense .mdc-list-item__graphic {
|
|
1681
|
-
/* @noflip */
|
|
1682
|
-
margin-left: 0;
|
|
1683
|
-
/* @noflip */
|
|
1684
|
-
margin-right: 36px;
|
|
1685
|
-
width: 20px;
|
|
1686
|
-
height: 20px; }
|
|
1687
|
-
.mdc-list-item[dir="rtl"] .mdc-list--dense .mdc-list-item__graphic,
|
|
1688
|
-
[dir="rtl"] .mdc-list-item .mdc-list--dense .mdc-list-item__graphic {
|
|
1689
|
-
/* @noflip */
|
|
1690
|
-
margin-left: 36px;
|
|
1691
|
-
/* @noflip */
|
|
1692
|
-
margin-right: 0; }
|
|
1693
|
-
|
|
1694
|
-
.mdc-list--avatar-list .mdc-list-item {
|
|
1695
|
-
height: 56px; }
|
|
1696
|
-
|
|
1697
|
-
.mdc-list--avatar-list .mdc-list-item__graphic {
|
|
1698
|
-
/* @noflip */
|
|
1699
|
-
margin-left: 0;
|
|
1700
|
-
/* @noflip */
|
|
1701
|
-
margin-right: 16px;
|
|
1702
|
-
width: 40px;
|
|
1703
|
-
height: 40px;
|
|
1704
|
-
border-radius: 50%; }
|
|
1705
|
-
.mdc-list-item[dir="rtl"] .mdc-list--avatar-list .mdc-list-item__graphic,
|
|
1706
|
-
[dir="rtl"] .mdc-list-item .mdc-list--avatar-list .mdc-list-item__graphic {
|
|
1707
|
-
/* @noflip */
|
|
1708
|
-
margin-left: 16px;
|
|
1709
|
-
/* @noflip */
|
|
1710
|
-
margin-right: 0; }
|
|
1711
|
-
|
|
1712
|
-
.mdc-list--two-line .mdc-list-item__text {
|
|
1713
|
-
align-self: flex-start; }
|
|
1714
|
-
|
|
1715
|
-
.mdc-list--two-line .mdc-list-item {
|
|
1716
|
-
height: 72px; }
|
|
1717
|
-
|
|
1718
|
-
.mdc-list--two-line.mdc-list--dense .mdc-list-item,
|
|
1719
|
-
.mdc-list--avatar-list.mdc-list--dense .mdc-list-item {
|
|
1720
|
-
height: 60px; }
|
|
1721
|
-
|
|
1722
|
-
.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
|
|
1723
|
-
/* @noflip */
|
|
1724
|
-
margin-left: 0;
|
|
1725
|
-
/* @noflip */
|
|
1726
|
-
margin-right: 20px;
|
|
1727
|
-
width: 36px;
|
|
1728
|
-
height: 36px; }
|
|
1729
|
-
.mdc-list-item[dir="rtl"] .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic,
|
|
1730
|
-
[dir="rtl"] .mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
|
|
1731
|
-
/* @noflip */
|
|
1732
|
-
margin-left: 20px;
|
|
1733
|
-
/* @noflip */
|
|
1734
|
-
margin-right: 0; }
|
|
1735
|
-
|
|
1736
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item {
|
|
1737
|
-
cursor: pointer; }
|
|
1738
|
-
|
|
1739
|
-
a.mdc-list-item {
|
|
1740
|
-
color: inherit;
|
|
1741
|
-
text-decoration: none; }
|
|
1742
|
-
|
|
1743
|
-
.mdc-list-divider {
|
|
1744
|
-
height: 0;
|
|
1745
|
-
margin: 0;
|
|
1746
|
-
border: none;
|
|
1747
|
-
border-bottom-width: 1px;
|
|
1748
|
-
border-bottom-style: solid; }
|
|
1749
|
-
|
|
1750
|
-
.mdc-list-divider {
|
|
1751
|
-
border-bottom-color: rgba(0, 0, 0, 0.12); }
|
|
1752
|
-
|
|
1753
|
-
.mdc-list-divider--padded {
|
|
1754
|
-
margin: 0 16px; }
|
|
1755
|
-
|
|
1756
|
-
.mdc-list-divider--inset {
|
|
1757
|
-
/* @noflip */
|
|
1758
|
-
margin-left: 72px;
|
|
1759
|
-
/* @noflip */
|
|
1760
|
-
margin-right: 0;
|
|
1761
|
-
width: calc(100% - 72px); }
|
|
1762
|
-
.mdc-list-group[dir="rtl"] .mdc-list-divider--inset,
|
|
1763
|
-
[dir="rtl"] .mdc-list-group .mdc-list-divider--inset {
|
|
1764
|
-
/* @noflip */
|
|
1765
|
-
margin-left: 0;
|
|
1766
|
-
/* @noflip */
|
|
1767
|
-
margin-right: 72px; }
|
|
1768
|
-
|
|
1769
|
-
.mdc-list-divider--inset.mdc-list-divider--padded {
|
|
1770
|
-
width: calc(100% - 72px - 16px); }
|
|
1771
|
-
|
|
1772
|
-
.mdc-list-group .mdc-list {
|
|
1773
|
-
padding: 0; }
|
|
1774
|
-
|
|
1775
|
-
.mdc-list-group__subheader {
|
|
1776
|
-
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
1777
|
-
-moz-osx-font-smoothing: grayscale;
|
|
1778
|
-
-webkit-font-smoothing: antialiased;
|
|
1779
|
-
font-size: 1rem;
|
|
1780
|
-
line-height: 1.75rem;
|
|
1781
|
-
font-weight: 400;
|
|
1782
|
-
letter-spacing: 0.00937em;
|
|
1783
|
-
text-decoration: inherit;
|
|
1784
|
-
text-transform: inherit;
|
|
1785
|
-
margin: 0.75rem 16px; }
|
|
1786
|
-
|
|
1787
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item {
|
|
1788
|
-
--mdc-ripple-fg-size: 0;
|
|
1789
|
-
--mdc-ripple-left: 0;
|
|
1790
|
-
--mdc-ripple-top: 0;
|
|
1791
|
-
--mdc-ripple-fg-scale: 1;
|
|
1792
|
-
--mdc-ripple-fg-translate-end: 0;
|
|
1793
|
-
--mdc-ripple-fg-translate-start: 0;
|
|
1794
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1795
|
-
will-change: transform, opacity; }
|
|
1796
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::after {
|
|
1797
|
-
position: absolute;
|
|
1798
|
-
border-radius: 50%;
|
|
1799
|
-
opacity: 0;
|
|
1800
|
-
pointer-events: none;
|
|
1801
|
-
content: ""; }
|
|
1802
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before {
|
|
1803
|
-
transition: opacity 15ms linear, background-color 15ms linear;
|
|
1804
|
-
z-index: 1; }
|
|
1805
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::before {
|
|
1806
|
-
transform: scale(1);
|
|
1807
|
-
transform: scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
1808
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::after {
|
|
1809
|
-
top: 0;
|
|
1810
|
-
/* @noflip */
|
|
1811
|
-
left: 0;
|
|
1812
|
-
transform: scale(0);
|
|
1813
|
-
transform-origin: center center; }
|
|
1814
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded::after {
|
|
1815
|
-
top: 0;
|
|
1816
|
-
top: var(--mdc-ripple-top, 0);
|
|
1817
|
-
/* @noflip */
|
|
1818
|
-
left: 0;
|
|
1819
|
-
left: var(--mdc-ripple-left, 0); }
|
|
1820
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation::after {
|
|
1821
|
-
animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
|
|
1822
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation::after {
|
|
1823
|
-
animation: mdc-ripple-fg-opacity-out 150ms;
|
|
1824
|
-
transform: translate(0) scale(1);
|
|
1825
|
-
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
1826
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::after {
|
|
1827
|
-
top: calc(50% - 100%);
|
|
1828
|
-
/* @noflip */
|
|
1829
|
-
left: calc(50% - 100%);
|
|
1830
|
-
width: 200%;
|
|
1831
|
-
height: 200%; }
|
|
1832
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::after {
|
|
1833
|
-
width: 100%;
|
|
1834
|
-
width: var(--mdc-ripple-fg-size, 100%);
|
|
1835
|
-
height: 100%;
|
|
1836
|
-
height: var(--mdc-ripple-fg-size, 100%); }
|
|
1837
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::after {
|
|
1838
|
-
background-color: #000; }
|
|
1839
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:hover::before {
|
|
1840
|
-
opacity: 0.04; }
|
|
1841
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused::before {
|
|
1842
|
-
transition-duration: 75ms;
|
|
1843
|
-
opacity: 0.12; }
|
|
1844
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded)::after {
|
|
1845
|
-
transition: opacity 150ms linear; }
|
|
1846
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active::after {
|
|
1847
|
-
transition-duration: 75ms;
|
|
1848
|
-
opacity: 0.12; }
|
|
1849
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
|
|
1850
|
-
--mdc-ripple-fg-opacity: 0.12; }
|
|
1851
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::before {
|
|
1852
|
-
opacity: 0.12; }
|
|
1853
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::after {
|
|
1854
|
-
background-color: #358b76; }
|
|
1855
|
-
@supports not (-ms-ime-align: auto) {
|
|
1856
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::after {
|
|
1857
|
-
/* @alternate */
|
|
1858
|
-
background-color: #358b76;
|
|
1859
|
-
background-color: var(--mdc-theme-primary, #358b76); } }
|
|
1860
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:hover::before {
|
|
1861
|
-
opacity: 0.16; }
|
|
1862
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused::before {
|
|
1863
|
-
transition-duration: 75ms;
|
|
1864
|
-
opacity: 0.24; }
|
|
1865
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded)::after {
|
|
1866
|
-
transition: opacity 150ms linear; }
|
|
1867
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active::after {
|
|
1868
|
-
transition-duration: 75ms;
|
|
1869
|
-
opacity: 0.24; }
|
|
1870
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
|
|
1871
|
-
--mdc-ripple-fg-opacity: 0.24; }
|
|
1872
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::before {
|
|
1873
|
-
opacity: 0.08; }
|
|
1874
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::after {
|
|
1875
|
-
background-color: #358b76; }
|
|
1876
|
-
@supports not (-ms-ime-align: auto) {
|
|
1877
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::after {
|
|
1878
|
-
/* @alternate */
|
|
1879
|
-
background-color: #358b76;
|
|
1880
|
-
background-color: var(--mdc-theme-primary, #358b76); } }
|
|
1881
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:hover::before {
|
|
1882
|
-
opacity: 0.12; }
|
|
1883
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before {
|
|
1884
|
-
transition-duration: 75ms;
|
|
1885
|
-
opacity: 0.2; }
|
|
1886
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded)::after {
|
|
1887
|
-
transition: opacity 150ms linear; }
|
|
1888
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after {
|
|
1889
|
-
transition-duration: 75ms;
|
|
1890
|
-
opacity: 0.2; }
|
|
1891
|
-
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
|
|
1892
|
-
--mdc-ripple-fg-opacity: 0.2; }
|
|
1893
|
-
|
|
1894
|
-
.mdc-menu-surface {
|
|
1895
|
-
display: none;
|
|
1896
|
-
position: absolute;
|
|
1897
|
-
box-sizing: border-box;
|
|
1898
|
-
max-width: calc(100vw - 32px);
|
|
1899
|
-
max-height: calc(100vh - 32px);
|
|
1900
|
-
margin: 0;
|
|
1901
|
-
padding: 0;
|
|
1902
|
-
transform: scale(1);
|
|
1903
|
-
transform-origin: top left;
|
|
1904
|
-
opacity: 0;
|
|
1905
|
-
overflow: auto;
|
|
1906
|
-
will-change: transform, opacity;
|
|
1907
|
-
z-index: 8;
|
|
1908
|
-
transition: opacity 0.03s linear, transform 0.12s cubic-bezier(0, 0, 0.2, 1);
|
|
1909
|
-
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1910
|
-
background-color: #fff;
|
|
1911
|
-
/* @alternate */
|
|
1912
|
-
background-color: #fff;
|
|
1913
|
-
background-color: var(--mdc-theme-surface, #fff);
|
|
1914
|
-
color: #000;
|
|
1915
|
-
/* @alternate */
|
|
1916
|
-
color: #000;
|
|
1917
|
-
color: var(--mdc-theme-on-surface, #000);
|
|
1918
|
-
border-radius: 4px;
|
|
1919
|
-
/* @noflip */
|
|
1920
|
-
transform-origin-left: top left;
|
|
1921
|
-
/* @noflip */
|
|
1922
|
-
transform-origin-right: top right; }
|
|
1923
|
-
.mdc-menu-surface:focus {
|
|
1924
|
-
outline: none; }
|
|
1925
|
-
.mdc-menu-surface--open {
|
|
1926
|
-
display: inline-block;
|
|
1927
|
-
transform: scale(1);
|
|
1928
|
-
opacity: 1; }
|
|
1929
|
-
.mdc-menu-surface--animating-open {
|
|
1930
|
-
display: inline-block;
|
|
1931
|
-
transform: scale(0.8);
|
|
1932
|
-
opacity: 0; }
|
|
1933
|
-
.mdc-menu-surface--animating-closed {
|
|
1934
|
-
display: inline-block;
|
|
1935
|
-
opacity: 0;
|
|
1936
|
-
transition: opacity 0.075s linear; }
|
|
1937
|
-
[dir="rtl"] .mdc-menu-surface, .mdc-menu-surface[dir="rtl"] {
|
|
1938
|
-
/* @noflip */
|
|
1939
|
-
transform-origin-left: top right;
|
|
1940
|
-
/* @noflip */
|
|
1941
|
-
transform-origin-right: top left; }
|
|
1942
|
-
|
|
1943
|
-
.mdc-menu-surface--anchor {
|
|
1944
|
-
position: relative;
|
|
1945
|
-
overflow: visible; }
|
|
1946
|
-
|
|
1947
|
-
.mdc-menu-surface--fixed {
|
|
1948
|
-
position: fixed; }
|
|
1949
|
-
|
|
1950
|
-
.mdc-menu {
|
|
1951
|
-
min-width: 112px; }
|
|
1952
|
-
.mdc-menu .mdc-list-item__meta {
|
|
1953
|
-
color: rgba(0, 0, 0, 0.87); }
|
|
1954
|
-
.mdc-menu .mdc-list-item__graphic {
|
|
1955
|
-
color: rgba(0, 0, 0, 0.87); }
|
|
1956
|
-
.mdc-menu .mdc-list {
|
|
1957
|
-
color: rgba(0, 0, 0, 0.87); }
|
|
1958
|
-
.mdc-menu .mdc-list-divider {
|
|
1959
|
-
margin: 8px 0; }
|
|
1960
|
-
.mdc-menu .mdc-list-item {
|
|
1961
|
-
-webkit-user-select: none;
|
|
1962
|
-
-moz-user-select: none;
|
|
1963
|
-
-ms-user-select: none;
|
|
1964
|
-
user-select: none; }
|
|
1965
|
-
.mdc-menu .mdc-list-item--disabled {
|
|
1966
|
-
cursor: auto; }
|
|
1967
|
-
.mdc-menu a.mdc-list-item .mdc-list-item__text,
|
|
1968
|
-
.mdc-menu a.mdc-list-item .mdc-list-item__graphic {
|
|
1969
|
-
pointer-events: none; }
|
|
1970
|
-
|
|
1971
|
-
.mdc-menu__selection-group {
|
|
1972
|
-
padding: 0;
|
|
1973
|
-
fill: currentColor; }
|
|
1974
|
-
.mdc-menu__selection-group .mdc-list-item {
|
|
1975
|
-
/* @noflip */
|
|
1976
|
-
padding-left: 56px;
|
|
1977
|
-
/* @noflip */
|
|
1978
|
-
padding-right: 16px; }
|
|
1979
|
-
[dir="rtl"] .mdc-menu__selection-group .mdc-list-item, .mdc-menu__selection-group .mdc-list-item[dir="rtl"] {
|
|
1980
|
-
/* @noflip */
|
|
1981
|
-
padding-left: 16px;
|
|
1982
|
-
/* @noflip */
|
|
1983
|
-
padding-right: 56px; }
|
|
1984
|
-
.mdc-menu__selection-group .mdc-menu__selection-group-icon {
|
|
1985
|
-
/* @noflip */
|
|
1986
|
-
left: 16px;
|
|
1987
|
-
/* @noflip */
|
|
1988
|
-
right: auto;
|
|
1989
|
-
right: initial;
|
|
1990
|
-
display: none;
|
|
1991
|
-
position: absolute; }
|
|
1992
|
-
[dir="rtl"] .mdc-menu__selection-group .mdc-menu__selection-group-icon, .mdc-menu__selection-group .mdc-menu__selection-group-icon[dir="rtl"] {
|
|
1993
|
-
/* @noflip */
|
|
1994
|
-
left: auto;
|
|
1995
|
-
left: initial;
|
|
1996
|
-
/* @noflip */
|
|
1997
|
-
right: 16px; }
|
|
1998
|
-
|
|
1999
|
-
.mdc-menu-item--selected .mdc-menu__selection-group-icon {
|
|
2000
|
-
display: inline; }
|
|
2001
|
-
|
|
2002
|
-
@keyframes mdc-select-float-native-control {
|
|
2003
|
-
0% {
|
|
2004
|
-
transform: translateY(8px);
|
|
2005
|
-
opacity: 0; }
|
|
2006
|
-
100% {
|
|
2007
|
-
transform: translateY(0);
|
|
2008
|
-
opacity: 1; } }
|
|
2009
|
-
|
|
2010
|
-
.mdc-line-ripple {
|
|
2011
|
-
position: absolute;
|
|
2012
|
-
bottom: 0;
|
|
2013
|
-
left: 0;
|
|
2014
|
-
width: 100%;
|
|
2015
|
-
height: 2px;
|
|
2016
|
-
transform: scaleX(0);
|
|
2017
|
-
transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
2018
|
-
opacity: 0;
|
|
2019
|
-
z-index: 2; }
|
|
2020
|
-
|
|
2021
|
-
.mdc-line-ripple--active {
|
|
2022
|
-
transform: scaleX(1);
|
|
2023
|
-
opacity: 1; }
|
|
2024
|
-
|
|
2025
|
-
.mdc-line-ripple--deactivating {
|
|
2026
|
-
opacity: 0; }
|
|
2027
|
-
|
|
2028
|
-
.mdc-notched-outline {
|
|
2029
|
-
display: flex;
|
|
2030
|
-
position: absolute;
|
|
2031
|
-
right: 0;
|
|
2032
|
-
left: 0;
|
|
2033
|
-
box-sizing: border-box;
|
|
2034
|
-
width: 100%;
|
|
2035
|
-
max-width: 100%;
|
|
2036
|
-
height: 100%;
|
|
2037
|
-
/* @noflip */
|
|
2038
|
-
text-align: left;
|
|
2039
|
-
pointer-events: none; }
|
|
2040
|
-
[dir="rtl"] .mdc-notched-outline, .mdc-notched-outline[dir="rtl"] {
|
|
2041
|
-
/* @noflip */
|
|
2042
|
-
text-align: right; }
|
|
2043
|
-
.mdc-notched-outline__leading, .mdc-notched-outline__notch, .mdc-notched-outline__trailing {
|
|
2044
|
-
box-sizing: border-box;
|
|
2045
|
-
height: 100%;
|
|
2046
|
-
transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
2047
|
-
border-top: 1px solid;
|
|
2048
|
-
border-bottom: 1px solid;
|
|
2049
|
-
pointer-events: none; }
|
|
2050
|
-
.mdc-notched-outline__leading {
|
|
2051
|
-
/* @noflip */
|
|
2052
|
-
border-left: 1px solid;
|
|
2053
|
-
/* @noflip */
|
|
2054
|
-
border-right: none;
|
|
2055
|
-
width: 12px; }
|
|
2056
|
-
[dir="rtl"] .mdc-notched-outline__leading, .mdc-notched-outline__leading[dir="rtl"] {
|
|
2057
|
-
/* @noflip */
|
|
2058
|
-
border-left: none;
|
|
2059
|
-
/* @noflip */
|
|
2060
|
-
border-right: 1px solid; }
|
|
2061
|
-
.mdc-notched-outline__trailing {
|
|
2062
|
-
/* @noflip */
|
|
2063
|
-
border-left: none;
|
|
2064
|
-
/* @noflip */
|
|
2065
|
-
border-right: 1px solid;
|
|
2066
|
-
flex-grow: 1; }
|
|
2067
|
-
[dir="rtl"] .mdc-notched-outline__trailing, .mdc-notched-outline__trailing[dir="rtl"] {
|
|
2068
|
-
/* @noflip */
|
|
2069
|
-
border-left: 1px solid;
|
|
2070
|
-
/* @noflip */
|
|
2071
|
-
border-right: none; }
|
|
2072
|
-
.mdc-notched-outline__notch {
|
|
2073
|
-
flex: 0 0 auto;
|
|
2074
|
-
width: auto;
|
|
2075
|
-
max-width: calc(100% - 12px * 2); }
|
|
2076
|
-
.mdc-notched-outline .mdc-floating-label {
|
|
2077
|
-
display: inline-block;
|
|
2078
|
-
position: relative;
|
|
2079
|
-
top: 17px;
|
|
2080
|
-
bottom: auto;
|
|
2081
|
-
max-width: 100%; }
|
|
2082
|
-
.mdc-notched-outline .mdc-floating-label--float-above {
|
|
2083
|
-
text-overflow: clip; }
|
|
2084
|
-
.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
2085
|
-
max-width: calc(100% / .75); }
|
|
2086
|
-
|
|
2087
|
-
.mdc-notched-outline--notched .mdc-notched-outline__notch {
|
|
2088
|
-
/* @noflip */
|
|
2089
|
-
padding-left: 0;
|
|
2090
|
-
/* @noflip */
|
|
2091
|
-
padding-right: 8px;
|
|
2092
|
-
border-top: none; }
|
|
2093
|
-
[dir="rtl"] .mdc-notched-outline--notched .mdc-notched-outline__notch, .mdc-notched-outline--notched .mdc-notched-outline__notch[dir="rtl"] {
|
|
2094
|
-
/* @noflip */
|
|
2095
|
-
padding-left: 8px;
|
|
2096
|
-
/* @noflip */
|
|
2097
|
-
padding-right: 0; }
|
|
2098
|
-
|
|
2099
|
-
.mdc-notched-outline--no-label .mdc-notched-outline__notch {
|
|
2100
|
-
padding: 0; }
|
|
2101
|
-
|
|
2102
|
-
.mdc-floating-label {
|
|
2103
|
-
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
2104
|
-
-moz-osx-font-smoothing: grayscale;
|
|
2105
|
-
-webkit-font-smoothing: antialiased;
|
|
2106
|
-
font-size: 1rem;
|
|
2107
|
-
line-height: 1.75rem;
|
|
2108
|
-
font-weight: 400;
|
|
2109
|
-
letter-spacing: 0.00937em;
|
|
2110
|
-
text-decoration: inherit;
|
|
2111
|
-
text-transform: inherit;
|
|
2112
|
-
position: absolute;
|
|
2113
|
-
/* @noflip */
|
|
2114
|
-
left: 0;
|
|
2115
|
-
/* @noflip */
|
|
2116
|
-
transform-origin: left top;
|
|
2117
|
-
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
2118
|
-
/* @alternate */
|
|
2119
|
-
line-height: 1.15rem;
|
|
2120
|
-
text-align: left;
|
|
2121
|
-
text-overflow: ellipsis;
|
|
2122
|
-
white-space: nowrap;
|
|
2123
|
-
cursor: text;
|
|
2124
|
-
overflow: hidden;
|
|
2125
|
-
will-change: transform; }
|
|
2126
|
-
[dir="rtl"] .mdc-floating-label, .mdc-floating-label[dir="rtl"] {
|
|
2127
|
-
/* @noflip */
|
|
2128
|
-
right: 0;
|
|
2129
|
-
/* @noflip */
|
|
2130
|
-
left: auto;
|
|
2131
|
-
/* @noflip */
|
|
2132
|
-
transform-origin: right top;
|
|
2133
|
-
/* @noflip */
|
|
2134
|
-
text-align: right; }
|
|
2135
|
-
|
|
2136
|
-
.mdc-floating-label--float-above {
|
|
2137
|
-
cursor: auto; }
|
|
2138
|
-
|
|
2139
|
-
.mdc-floating-label--float-above {
|
|
2140
|
-
transform: translateY(-50%) scale(0.75); }
|
|
2141
|
-
|
|
2142
|
-
.mdc-floating-label--shake {
|
|
2143
|
-
animation: mdc-floating-label-shake-float-above-standard 250ms 1; }
|
|
2144
|
-
|
|
2145
|
-
@keyframes mdc-floating-label-shake-float-above-standard {
|
|
2146
|
-
0% {
|
|
2147
|
-
transform: translateX(calc(0 - 0%)) translateY(-50%) scale(0.75); }
|
|
2148
|
-
33% {
|
|
2149
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
|
|
2150
|
-
transform: translateX(calc(4% - 0%)) translateY(-50%) scale(0.75); }
|
|
2151
|
-
66% {
|
|
2152
|
-
animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
|
|
2153
|
-
transform: translateX(calc(-4% - 0%)) translateY(-50%) scale(0.75); }
|
|
2154
|
-
100% {
|
|
2155
|
-
transform: translateX(calc(0 - 0%)) translateY(-50%) scale(0.75); } }
|
|
2156
|
-
|
|
2157
|
-
.mdc-select--with-leading-icon:not(.mdc-select--disabled) .mdc-select__icon {
|
|
2158
|
-
color: #000;
|
|
2159
|
-
/* @alternate */
|
|
2160
|
-
color: #000;
|
|
2161
|
-
color: var(--mdc-theme-on-surface, #000); }
|
|
2162
|
-
|
|
2163
|
-
.mdc-select--with-leading-icon .mdc-select__icon {
|
|
2164
|
-
display: inline-block;
|
|
2165
|
-
position: absolute;
|
|
2166
|
-
bottom: 16px;
|
|
2167
|
-
box-sizing: border-box;
|
|
2168
|
-
width: 24px;
|
|
2169
|
-
height: 24px;
|
|
2170
|
-
border: none;
|
|
2171
|
-
background-color: transparent;
|
|
2172
|
-
fill: currentColor;
|
|
2173
|
-
opacity: 0.54;
|
|
2174
|
-
text-decoration: none;
|
|
2175
|
-
cursor: pointer;
|
|
2176
|
-
-webkit-user-select: none;
|
|
2177
|
-
-moz-user-select: none;
|
|
2178
|
-
-ms-user-select: none;
|
|
2179
|
-
user-select: none; }
|
|
2180
|
-
|
|
2181
|
-
.mdc-select__icon:not([tabindex]),
|
|
2182
|
-
.mdc-select__icon[tabindex="-1"] {
|
|
2183
|
-
cursor: default;
|
|
2184
|
-
pointer-events: none; }
|
|
2185
|
-
|
|
2186
|
-
.mdc-select-helper-text {
|
|
2187
|
-
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
2188
|
-
-moz-osx-font-smoothing: grayscale;
|
|
2189
|
-
-webkit-font-smoothing: antialiased;
|
|
2190
|
-
font-size: 0.75rem;
|
|
2191
|
-
line-height: 1.25rem;
|
|
2192
|
-
font-weight: 400;
|
|
2193
|
-
letter-spacing: 0em;
|
|
2194
|
-
text-decoration: inherit;
|
|
2195
|
-
text-transform: inherit;
|
|
2196
|
-
display: block;
|
|
2197
|
-
margin-top: 0;
|
|
2198
|
-
/* @alternate */
|
|
2199
|
-
line-height: normal;
|
|
2200
|
-
margin: 0;
|
|
2201
|
-
transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
2202
|
-
opacity: 0;
|
|
2203
|
-
will-change: opacity; }
|
|
2204
|
-
.mdc-select-helper-text::before {
|
|
2205
|
-
display: inline-block;
|
|
2206
|
-
width: 0;
|
|
2207
|
-
height: 16px;
|
|
2208
|
-
content: "";
|
|
2209
|
-
vertical-align: 0; }
|
|
2210
|
-
|
|
2211
|
-
.mdc-select-helper-text--persistent {
|
|
2212
|
-
transition: none;
|
|
2213
|
-
opacity: 1;
|
|
2214
|
-
will-change: initial; }
|
|
2215
|
-
|
|
2216
|
-
.mdc-select {
|
|
2217
|
-
--mdc-ripple-fg-size: 0;
|
|
2218
|
-
--mdc-ripple-left: 0;
|
|
2219
|
-
--mdc-ripple-top: 0;
|
|
2220
|
-
--mdc-ripple-fg-scale: 1;
|
|
2221
|
-
--mdc-ripple-fg-translate-end: 0;
|
|
2222
|
-
--mdc-ripple-fg-translate-start: 0;
|
|
2223
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2224
|
-
will-change: transform, opacity;
|
|
2225
|
-
display: inline-flex;
|
|
2226
|
-
position: relative;
|
|
2227
|
-
box-sizing: border-box;
|
|
2228
|
-
height: 56px;
|
|
2229
|
-
overflow: hidden;
|
|
2230
|
-
/* @alternate */
|
|
2231
|
-
will-change: opacity, transform, color; }
|
|
2232
|
-
.mdc-select:not(.mdc-select--disabled) {
|
|
2233
|
-
background-color: whitesmoke; }
|
|
2234
|
-
.mdc-select::before, .mdc-select::after {
|
|
2235
|
-
position: absolute;
|
|
2236
|
-
border-radius: 50%;
|
|
2237
|
-
opacity: 0;
|
|
2238
|
-
pointer-events: none;
|
|
2239
|
-
content: ""; }
|
|
2240
|
-
.mdc-select::before {
|
|
2241
|
-
transition: opacity 15ms linear, background-color 15ms linear;
|
|
2242
|
-
z-index: 1; }
|
|
2243
|
-
.mdc-select.mdc-ripple-upgraded::before {
|
|
2244
|
-
transform: scale(1);
|
|
2245
|
-
transform: scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
2246
|
-
.mdc-select.mdc-ripple-upgraded::after {
|
|
2247
|
-
top: 0;
|
|
2248
|
-
/* @noflip */
|
|
2249
|
-
left: 0;
|
|
2250
|
-
transform: scale(0);
|
|
2251
|
-
transform-origin: center center; }
|
|
2252
|
-
.mdc-select.mdc-ripple-upgraded--unbounded::after {
|
|
2253
|
-
top: 0;
|
|
2254
|
-
top: var(--mdc-ripple-top, 0);
|
|
2255
|
-
/* @noflip */
|
|
2256
|
-
left: 0;
|
|
2257
|
-
left: var(--mdc-ripple-left, 0); }
|
|
2258
|
-
.mdc-select.mdc-ripple-upgraded--foreground-activation::after {
|
|
2259
|
-
animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
|
|
2260
|
-
.mdc-select.mdc-ripple-upgraded--foreground-deactivation::after {
|
|
2261
|
-
animation: mdc-ripple-fg-opacity-out 150ms;
|
|
2262
|
-
transform: translate(0) scale(1);
|
|
2263
|
-
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
2264
|
-
.mdc-select::before, .mdc-select::after {
|
|
2265
|
-
top: calc(50% - 100%);
|
|
2266
|
-
/* @noflip */
|
|
2267
|
-
left: calc(50% - 100%);
|
|
2268
|
-
width: 200%;
|
|
2269
|
-
height: 200%; }
|
|
2270
|
-
.mdc-select.mdc-ripple-upgraded::after {
|
|
2271
|
-
width: 100%;
|
|
2272
|
-
width: var(--mdc-ripple-fg-size, 100%);
|
|
2273
|
-
height: 100%;
|
|
2274
|
-
height: var(--mdc-ripple-fg-size, 100%); }
|
|
2275
|
-
.mdc-select::before, .mdc-select::after {
|
|
2276
|
-
background-color: rgba(0, 0, 0, 0.87); }
|
|
2277
|
-
.mdc-select:hover::before {
|
|
2278
|
-
opacity: 0.04; }
|
|
2279
|
-
.mdc-select:not(.mdc-ripple-upgraded):focus::before, .mdc-select.mdc-ripple-upgraded--background-focused::before {
|
|
2280
|
-
transition-duration: 75ms;
|
|
2281
|
-
opacity: 0.12; }
|
|
2282
|
-
.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,
|
|
2283
|
-
.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
|
|
2284
|
-
color: rgba(0, 0, 0, 0.87); }
|
|
2285
|
-
.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
|
|
2286
|
-
color: rgba(0, 0, 0, 0.6); }
|
|
2287
|
-
.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,
|
|
2288
|
-
.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
|
|
2289
|
-
border-bottom-color: rgba(0, 0, 0, 0.42); }
|
|
2290
|
-
.mdc-select:not(.mdc-select--disabled) + .mdc-select-helper-text {
|
|
2291
|
-
color: rgba(0, 0, 0, 0.6); }
|
|
2292
|
-
.mdc-select, .mdc-select__native-control {
|
|
2293
|
-
border-radius: 4px 4px 0 0; }
|
|
2294
|
-
.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple {
|
|
2295
|
-
background-color: #358b76;
|
|
2296
|
-
/* @alternate */
|
|
2297
|
-
background-color: #358b76;
|
|
2298
|
-
background-color: var(--mdc-theme-primary, #358b76); }
|
|
2299
|
-
.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
|
|
2300
|
-
color: rgba(53, 139, 118, 0.87); }
|
|
2301
|
-
.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:hover {
|
|
2302
|
-
border-bottom-color: rgba(0, 0, 0, 0.87); }
|
|
2303
|
-
.mdc-select .mdc-floating-label--float-above {
|
|
2304
|
-
transform: translateY(-70%) scale(0.75); }
|
|
2305
|
-
.mdc-select .mdc-floating-label {
|
|
2306
|
-
/* @noflip */
|
|
2307
|
-
left: 16px;
|
|
2308
|
-
/* @noflip */
|
|
2309
|
-
right: auto;
|
|
2310
|
-
right: initial;
|
|
2311
|
-
top: 21px;
|
|
2312
|
-
pointer-events: none; }
|
|
2313
|
-
[dir="rtl"] .mdc-select .mdc-floating-label, .mdc-select .mdc-floating-label[dir="rtl"] {
|
|
2314
|
-
/* @noflip */
|
|
2315
|
-
left: auto;
|
|
2316
|
-
left: initial;
|
|
2317
|
-
/* @noflip */
|
|
2318
|
-
right: 16px; }
|
|
2319
|
-
.mdc-select.mdc-select--with-leading-icon .mdc-floating-label {
|
|
2320
|
-
/* @noflip */
|
|
2321
|
-
left: 48px;
|
|
2322
|
-
/* @noflip */
|
|
2323
|
-
right: auto;
|
|
2324
|
-
right: initial; }
|
|
2325
|
-
[dir="rtl"] .mdc-select.mdc-select--with-leading-icon .mdc-floating-label, .mdc-select.mdc-select--with-leading-icon .mdc-floating-label[dir="rtl"] {
|
|
2326
|
-
/* @noflip */
|
|
2327
|
-
left: auto;
|
|
2328
|
-
left: initial;
|
|
2329
|
-
/* @noflip */
|
|
2330
|
-
right: 48px; }
|
|
2331
|
-
.mdc-select.mdc-select--outlined .mdc-floating-label {
|
|
2332
|
-
/* @noflip */
|
|
2333
|
-
left: 4px;
|
|
2334
|
-
/* @noflip */
|
|
2335
|
-
right: auto;
|
|
2336
|
-
right: initial;
|
|
2337
|
-
top: 17px; }
|
|
2338
|
-
[dir="rtl"] .mdc-select.mdc-select--outlined .mdc-floating-label, .mdc-select.mdc-select--outlined .mdc-floating-label[dir="rtl"] {
|
|
2339
|
-
/* @noflip */
|
|
2340
|
-
left: auto;
|
|
2341
|
-
left: initial;
|
|
2342
|
-
/* @noflip */
|
|
2343
|
-
right: 4px; }
|
|
2344
|
-
.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label {
|
|
2345
|
-
/* @noflip */
|
|
2346
|
-
left: 36px;
|
|
2347
|
-
/* @noflip */
|
|
2348
|
-
right: auto;
|
|
2349
|
-
right: initial; }
|
|
2350
|
-
[dir="rtl"] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label, .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir="rtl"] {
|
|
2351
|
-
/* @noflip */
|
|
2352
|
-
left: auto;
|
|
2353
|
-
left: initial;
|
|
2354
|
-
/* @noflip */
|
|
2355
|
-
right: 36px; }
|
|
2356
|
-
.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above {
|
|
2357
|
-
/* @noflip */
|
|
2358
|
-
left: 36px;
|
|
2359
|
-
/* @noflip */
|
|
2360
|
-
right: auto;
|
|
2361
|
-
right: initial; }
|
|
2362
|
-
[dir="rtl"] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above, .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir="rtl"] {
|
|
2363
|
-
/* @noflip */
|
|
2364
|
-
left: auto;
|
|
2365
|
-
left: initial;
|
|
2366
|
-
/* @noflip */
|
|
2367
|
-
right: 36px; }
|
|
2368
|
-
.mdc-select__dropdown-icon {
|
|
2369
|
-
background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;
|
|
2370
|
-
/* @noflip */
|
|
2371
|
-
left: auto;
|
|
2372
|
-
/* @noflip */
|
|
2373
|
-
right: 8px;
|
|
2374
|
-
position: absolute;
|
|
2375
|
-
bottom: 16px;
|
|
2376
|
-
width: 24px;
|
|
2377
|
-
height: 24px;
|
|
2378
|
-
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
2379
|
-
pointer-events: none; }
|
|
2380
|
-
[dir="rtl"] .mdc-select__dropdown-icon, .mdc-select__dropdown-icon[dir="rtl"] {
|
|
2381
|
-
/* @noflip */
|
|
2382
|
-
left: 8px;
|
|
2383
|
-
/* @noflip */
|
|
2384
|
-
right: auto; }
|
|
2385
|
-
.mdc-select--focused .mdc-select__dropdown-icon {
|
|
2386
|
-
background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23358b76%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;
|
|
2387
|
-
transform: rotate(180deg) translateY(-5px);
|
|
2388
|
-
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1); }
|
|
2389
|
-
.mdc-select__native-control {
|
|
2390
|
-
padding-top: 20px; }
|
|
2391
|
-
.mdc-select.mdc-select--focused .mdc-line-ripple::after {
|
|
2392
|
-
transform: scale(1, 2);
|
|
2393
|
-
opacity: 1; }
|
|
2394
|
-
|
|
2395
|
-
.mdc-select + .mdc-select-helper-text {
|
|
2396
|
-
margin-right: 12px;
|
|
2397
|
-
margin-left: 12px; }
|
|
2398
|
-
|
|
2399
|
-
.mdc-select--outlined + .mdc-select-helper-text {
|
|
2400
|
-
margin-right: 16px;
|
|
2401
|
-
margin-left: 16px; }
|
|
2402
|
-
|
|
2403
|
-
.mdc-select--focused + .mdc-select-helper-text:not(.mdc-select-helper-text--validation-msg) {
|
|
2404
|
-
opacity: 1; }
|
|
2405
|
-
|
|
2406
|
-
.mdc-select__selected-text {
|
|
2407
|
-
min-width: 200px;
|
|
2408
|
-
padding-top: 22px; }
|
|
2409
|
-
|
|
2410
|
-
.mdc-select__native-control,
|
|
2411
|
-
.mdc-select__selected-text {
|
|
2412
|
-
/* @noflip */
|
|
2413
|
-
padding-left: 16px;
|
|
2414
|
-
/* @noflip */
|
|
2415
|
-
padding-right: 52px;
|
|
2416
|
-
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
2417
|
-
-moz-osx-font-smoothing: grayscale;
|
|
2418
|
-
-webkit-font-smoothing: antialiased;
|
|
2419
|
-
font-size: 1rem;
|
|
2420
|
-
line-height: 1.75rem;
|
|
2421
|
-
font-weight: 400;
|
|
2422
|
-
letter-spacing: 0.00937em;
|
|
2423
|
-
text-decoration: inherit;
|
|
2424
|
-
text-transform: inherit;
|
|
2425
|
-
box-sizing: border-box;
|
|
2426
|
-
width: 100%;
|
|
2427
|
-
height: 56px;
|
|
2428
|
-
padding-top: 20px;
|
|
2429
|
-
padding-bottom: 4px;
|
|
2430
|
-
border: none;
|
|
2431
|
-
border-bottom: 1px solid;
|
|
2432
|
-
outline: none;
|
|
2433
|
-
background-color: transparent;
|
|
2434
|
-
color: inherit;
|
|
2435
|
-
white-space: nowrap;
|
|
2436
|
-
cursor: pointer;
|
|
2437
|
-
-webkit-appearance: none;
|
|
2438
|
-
-moz-appearance: none;
|
|
2439
|
-
appearance: none; }
|
|
2440
|
-
[dir="rtl"] .mdc-select__native-control, .mdc-select__native-control[dir="rtl"], [dir="rtl"]
|
|
2441
|
-
.mdc-select__selected-text,
|
|
2442
|
-
.mdc-select__selected-text[dir="rtl"] {
|
|
2443
|
-
/* @noflip */
|
|
2444
|
-
padding-left: 52px;
|
|
2445
|
-
/* @noflip */
|
|
2446
|
-
padding-right: 16px; }
|
|
2447
|
-
.mdc-select__native-control::-ms-expand,
|
|
2448
|
-
.mdc-select__selected-text::-ms-expand {
|
|
2449
|
-
display: none; }
|
|
2450
|
-
.mdc-select__native-control::-ms-value,
|
|
2451
|
-
.mdc-select__selected-text::-ms-value {
|
|
2452
|
-
background-color: transparent;
|
|
2453
|
-
color: inherit; }
|
|
2454
|
-
|
|
2455
|
-
@-moz-document url-prefix("") {
|
|
2456
|
-
.mdc-select__native-control,
|
|
2457
|
-
.mdc-select__selected-text {
|
|
2458
|
-
text-indent: -2px; } }
|
|
2459
|
-
|
|
2460
|
-
.mdc-select--outlined {
|
|
2461
|
-
border: none;
|
|
2462
|
-
overflow: visible; }
|
|
2463
|
-
.mdc-select--outlined:not(.mdc-select--disabled) {
|
|
2464
|
-
background-color: transparent; }
|
|
2465
|
-
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
|
|
2466
|
-
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
|
|
2467
|
-
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
|
|
2468
|
-
border-color: rgba(0, 0, 0, 0.24); }
|
|
2469
|
-
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
|
|
2470
|
-
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
|
|
2471
|
-
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
|
|
2472
|
-
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
|
|
2473
|
-
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
|
|
2474
|
-
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
2475
|
-
border-color: rgba(0, 0, 0, 0.87); }
|
|
2476
|
-
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
|
|
2477
|
-
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
|
|
2478
|
-
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
2479
|
-
border-width: 2px; }
|
|
2480
|
-
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
|
|
2481
|
-
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
|
|
2482
|
-
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
2483
|
-
border-color: #358b76;
|
|
2484
|
-
/* @alternate */
|
|
2485
|
-
border-color: #358b76;
|
|
2486
|
-
border-color: var(--mdc-theme-primary, #358b76); }
|
|
2487
|
-
.mdc-select--outlined .mdc-floating-label--shake {
|
|
2488
|
-
animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1; }
|
|
2489
|
-
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
|
|
2490
|
-
/* @noflip */
|
|
2491
|
-
border-radius: 4px 0 0 4px; }
|
|
2492
|
-
[dir="rtl"] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading, .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir="rtl"] {
|
|
2493
|
-
/* @noflip */
|
|
2494
|
-
border-radius: 0 4px 4px 0; }
|
|
2495
|
-
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
2496
|
-
/* @noflip */
|
|
2497
|
-
border-radius: 0 4px 4px 0; }
|
|
2498
|
-
[dir="rtl"] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir="rtl"] {
|
|
2499
|
-
/* @noflip */
|
|
2500
|
-
border-radius: 4px 0 0 4px; }
|
|
2501
|
-
.mdc-select--outlined .mdc-select__native-control {
|
|
2502
|
-
border-radius: 4px; }
|
|
2503
|
-
.mdc-select--outlined::before, .mdc-select--outlined::after {
|
|
2504
|
-
content: none; }
|
|
2505
|
-
.mdc-select--outlined:not(.mdc-select--disabled) {
|
|
2506
|
-
background-color: transparent; }
|
|
2507
|
-
.mdc-select--outlined .mdc-floating-label--float-above {
|
|
2508
|
-
transform: translateY(-144%) scale(1); }
|
|
2509
|
-
.mdc-select--outlined .mdc-floating-label--float-above {
|
|
2510
|
-
font-size: 0.75rem; }
|
|
2511
|
-
.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
2512
|
-
.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
2513
|
-
transform: translateY(-130%) scale(0.75); }
|
|
2514
|
-
.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
2515
|
-
.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
2516
|
-
font-size: 1rem; }
|
|
2517
|
-
.mdc-select--outlined .mdc-select__native-control,
|
|
2518
|
-
.mdc-select--outlined .mdc-select__selected-text {
|
|
2519
|
-
/* @noflip */
|
|
2520
|
-
padding-left: 16px;
|
|
2521
|
-
/* @noflip */
|
|
2522
|
-
padding-right: 52px;
|
|
2523
|
-
display: flex;
|
|
2524
|
-
padding-top: 12px;
|
|
2525
|
-
padding-bottom: 12px;
|
|
2526
|
-
border: none;
|
|
2527
|
-
background-color: transparent;
|
|
2528
|
-
z-index: 1; }
|
|
2529
|
-
[dir="rtl"] .mdc-select--outlined .mdc-select__native-control, .mdc-select--outlined .mdc-select__native-control[dir="rtl"], [dir="rtl"]
|
|
2530
|
-
.mdc-select--outlined .mdc-select__selected-text,
|
|
2531
|
-
.mdc-select--outlined .mdc-select__selected-text[dir="rtl"] {
|
|
2532
|
-
/* @noflip */
|
|
2533
|
-
padding-left: 52px;
|
|
2534
|
-
/* @noflip */
|
|
2535
|
-
padding-right: 16px; }
|
|
2536
|
-
.mdc-select--outlined .mdc-select__selected-text {
|
|
2537
|
-
padding-top: 14px; }
|
|
2538
|
-
.mdc-select--outlined .mdc-select__icon {
|
|
2539
|
-
z-index: 2; }
|
|
2540
|
-
.mdc-select--outlined .mdc-floating-label {
|
|
2541
|
-
line-height: 1.15rem;
|
|
2542
|
-
pointer-events: auto; }
|
|
2543
|
-
|
|
2544
|
-
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label {
|
|
2545
|
-
color: #b00020;
|
|
2546
|
-
/* @alternate */
|
|
2547
|
-
color: #b00020;
|
|
2548
|
-
color: var(--mdc-theme-error, #b00020); }
|
|
2549
|
-
|
|
2550
|
-
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control,
|
|
2551
|
-
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__selected-text {
|
|
2552
|
-
border-bottom-color: #b00020;
|
|
2553
|
-
/* @alternate */
|
|
2554
|
-
border-bottom-color: #b00020;
|
|
2555
|
-
border-bottom-color: var(--mdc-theme-error, #b00020); }
|
|
2556
|
-
|
|
2557
|
-
.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple {
|
|
2558
|
-
background-color: #b00020;
|
|
2559
|
-
/* @alternate */
|
|
2560
|
-
background-color: #b00020;
|
|
2561
|
-
background-color: var(--mdc-theme-error, #b00020); }
|
|
2562
|
-
|
|
2563
|
-
.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
|
|
2564
|
-
color: #b00020; }
|
|
2565
|
-
|
|
2566
|
-
.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid + .mdc-select-helper-text--validation-msg {
|
|
2567
|
-
color: #b00020;
|
|
2568
|
-
/* @alternate */
|
|
2569
|
-
color: #b00020;
|
|
2570
|
-
color: var(--mdc-theme-error, #b00020); }
|
|
2571
|
-
|
|
2572
|
-
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control:hover {
|
|
2573
|
-
border-bottom-color: #b00020;
|
|
2574
|
-
/* @alternate */
|
|
2575
|
-
border-bottom-color: #b00020;
|
|
2576
|
-
border-bottom-color: var(--mdc-theme-error, #b00020); }
|
|
2577
|
-
|
|
2578
|
-
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
|
|
2579
|
-
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
|
|
2580
|
-
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
|
|
2581
|
-
border-color: #b00020;
|
|
2582
|
-
/* @alternate */
|
|
2583
|
-
border-color: #b00020;
|
|
2584
|
-
border-color: var(--mdc-theme-error, #b00020); }
|
|
2585
|
-
|
|
2586
|
-
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
|
|
2587
|
-
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
|
|
2588
|
-
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
|
|
2589
|
-
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
|
|
2590
|
-
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
|
|
2591
|
-
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
2592
|
-
border-color: #b00020;
|
|
2593
|
-
/* @alternate */
|
|
2594
|
-
border-color: #b00020;
|
|
2595
|
-
border-color: var(--mdc-theme-error, #b00020); }
|
|
2596
|
-
|
|
2597
|
-
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
|
|
2598
|
-
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
|
|
2599
|
-
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
2600
|
-
border-width: 2px; }
|
|
2601
|
-
|
|
2602
|
-
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
|
|
2603
|
-
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
|
|
2604
|
-
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
2605
|
-
border-color: #b00020;
|
|
2606
|
-
/* @alternate */
|
|
2607
|
-
border-color: #b00020;
|
|
2608
|
-
border-color: var(--mdc-theme-error, #b00020); }
|
|
2609
|
-
|
|
2610
|
-
.mdc-select--invalid .mdc-select__dropdown-icon {
|
|
2611
|
-
background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23b00020%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center; }
|
|
2612
|
-
|
|
2613
|
-
.mdc-select--invalid + .mdc-select-helper-text--validation-msg {
|
|
2614
|
-
opacity: 1; }
|
|
2615
|
-
|
|
2616
|
-
.mdc-select--required .mdc-floating-label::after {
|
|
2617
|
-
content: "*"; }
|
|
2618
|
-
|
|
2619
|
-
.mdc-select--disabled {
|
|
2620
|
-
background-color: #fafafa;
|
|
2621
|
-
cursor: default;
|
|
2622
|
-
pointer-events: none; }
|
|
2623
|
-
.mdc-select--disabled .mdc-floating-label {
|
|
2624
|
-
color: rgba(0, 0, 0, 0.37); }
|
|
2625
|
-
.mdc-select--disabled .mdc-select__dropdown-icon {
|
|
2626
|
-
background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.37%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center; }
|
|
2627
|
-
.mdc-select--disabled .mdc-line-ripple {
|
|
2628
|
-
display: none; }
|
|
2629
|
-
.mdc-select--disabled .mdc-select__icon {
|
|
2630
|
-
color: rgba(0, 0, 0, 0.37); }
|
|
2631
|
-
.mdc-select--disabled .mdc-select__native-control,
|
|
2632
|
-
.mdc-select--disabled .mdc-select__selected-text {
|
|
2633
|
-
color: rgba(0, 0, 0, 0.37);
|
|
2634
|
-
border-bottom-style: dotted; }
|
|
2635
|
-
.mdc-select--disabled .mdc-select__selected-text {
|
|
2636
|
-
pointer-events: none; }
|
|
2637
|
-
.mdc-select--disabled.mdc-select--outlined {
|
|
2638
|
-
background-color: transparent; }
|
|
2639
|
-
.mdc-select--disabled.mdc-select--outlined .mdc-select__native-control,
|
|
2640
|
-
.mdc-select--disabled.mdc-select--outlined .mdc-select__selected-text {
|
|
2641
|
-
border-bottom-style: none; }
|
|
2642
|
-
.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__leading,
|
|
2643
|
-
.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__notch,
|
|
2644
|
-
.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__trailing {
|
|
2645
|
-
border-color: rgba(0, 0, 0, 0.16); }
|
|
2646
|
-
|
|
2647
|
-
.mdc-select--with-leading-icon .mdc-select__icon {
|
|
2648
|
-
/* @noflip */
|
|
2649
|
-
left: 16px;
|
|
2650
|
-
/* @noflip */
|
|
2651
|
-
right: auto;
|
|
2652
|
-
right: initial; }
|
|
2653
|
-
[dir="rtl"] .mdc-select--with-leading-icon .mdc-select__icon, .mdc-select--with-leading-icon .mdc-select__icon[dir="rtl"] {
|
|
2654
|
-
/* @noflip */
|
|
2655
|
-
left: auto;
|
|
2656
|
-
left: initial;
|
|
2657
|
-
/* @noflip */
|
|
2658
|
-
right: 16px; }
|
|
2659
|
-
|
|
2660
|
-
.mdc-select--with-leading-icon .mdc-select__native-control,
|
|
2661
|
-
.mdc-select--with-leading-icon .mdc-select__selected-text {
|
|
2662
|
-
/* @noflip */
|
|
2663
|
-
padding-left: 48px;
|
|
2664
|
-
/* @noflip */
|
|
2665
|
-
padding-right: 32px; }
|
|
2666
|
-
[dir="rtl"] .mdc-select--with-leading-icon .mdc-select__native-control, .mdc-select--with-leading-icon .mdc-select__native-control[dir="rtl"], [dir="rtl"]
|
|
2667
|
-
.mdc-select--with-leading-icon .mdc-select__selected-text,
|
|
2668
|
-
.mdc-select--with-leading-icon .mdc-select__selected-text[dir="rtl"] {
|
|
2669
|
-
/* @noflip */
|
|
2670
|
-
padding-left: 32px;
|
|
2671
|
-
/* @noflip */
|
|
2672
|
-
padding-right: 48px; }
|
|
2673
|
-
|
|
2674
|
-
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above {
|
|
2675
|
-
transform: translateY(-144%) translateX(-32px) scale(1); }
|
|
2676
|
-
[dir="rtl"] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above, .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above[dir="rtl"] {
|
|
2677
|
-
transform: translateY(-144%) translateX(32px) scale(1); }
|
|
2678
|
-
|
|
2679
|
-
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above {
|
|
2680
|
-
font-size: 0.75rem; }
|
|
2681
|
-
|
|
2682
|
-
.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
2683
|
-
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
2684
|
-
transform: translateY(-130%) translateX(-32px) scale(0.75); }
|
|
2685
|
-
[dir="rtl"] .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"], [dir="rtl"]
|
|
2686
|
-
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
2687
|
-
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"] {
|
|
2688
|
-
transform: translateY(-130%) translateX(32px) scale(0.75); }
|
|
2689
|
-
|
|
2690
|
-
.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
2691
|
-
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
2692
|
-
font-size: 1rem; }
|
|
2693
|
-
|
|
2694
|
-
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake {
|
|
2695
|
-
animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon 250ms 1; }
|
|
2696
|
-
|
|
2697
|
-
[dir="rtl"] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake, .mdc-select--with-leading-icon.mdc-select--outlined[dir="rtl"] .mdc-floating-label--shake {
|
|
2698
|
-
animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl 250ms 1; }
|
|
2699
|
-
|
|
2700
|
-
.mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text {
|
|
2701
|
-
/* @noflip */
|
|
2702
|
-
padding-left: 32px;
|
|
2703
|
-
/* @noflip */
|
|
2704
|
-
padding-right: 32px; }
|
|
2705
|
-
[dir="rtl"] .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text, .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text[dir="rtl"] {
|
|
2706
|
-
/* @noflip */
|
|
2707
|
-
padding-left: 32px;
|
|
2708
|
-
/* @noflip */
|
|
2709
|
-
padding-right: 32px; }
|
|
2710
|
-
|
|
2711
|
-
.mdc-select__menu .mdc-list .mdc-list-item--selected {
|
|
2712
|
-
color: #000;
|
|
2713
|
-
/* @alternate */
|
|
2714
|
-
color: #000;
|
|
2715
|
-
color: var(--mdc-theme-on-surface, #000); }
|
|
2716
|
-
.mdc-select__menu .mdc-list .mdc-list-item--selected::before, .mdc-select__menu .mdc-list .mdc-list-item--selected::after {
|
|
2717
|
-
background-color: #000; }
|
|
2718
|
-
@supports not (-ms-ime-align: auto) {
|
|
2719
|
-
.mdc-select__menu .mdc-list .mdc-list-item--selected::before, .mdc-select__menu .mdc-list .mdc-list-item--selected::after {
|
|
2720
|
-
/* @alternate */
|
|
2721
|
-
background-color: #000;
|
|
2722
|
-
background-color: var(--mdc-theme-on-surface, #000); } }
|
|
2723
|
-
.mdc-select__menu .mdc-list .mdc-list-item--selected:hover::before {
|
|
2724
|
-
opacity: 0.04; }
|
|
2725
|
-
.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before, .mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before {
|
|
2726
|
-
transition-duration: 75ms;
|
|
2727
|
-
opacity: 0.12; }
|
|
2728
|
-
.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded)::after {
|
|
2729
|
-
transition: opacity 150ms linear; }
|
|
2730
|
-
.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after {
|
|
2731
|
-
transition-duration: 75ms;
|
|
2732
|
-
opacity: 0.12; }
|
|
2733
|
-
.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded {
|
|
2734
|
-
--mdc-ripple-fg-opacity: 0.12; }
|
|
2735
|
-
|
|
2736
|
-
@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon {
|
|
2737
|
-
0% {
|
|
2738
|
-
transform: translateX(calc(0 - 32px)) translateY(-130%) scale(0.75); }
|
|
2739
|
-
33% {
|
|
2740
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
|
|
2741
|
-
transform: translateX(calc(4% - 32px)) translateY(-130%) scale(0.75); }
|
|
2742
|
-
66% {
|
|
2743
|
-
animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
|
|
2744
|
-
transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(0.75); }
|
|
2745
|
-
100% {
|
|
2746
|
-
transform: translateX(calc(0 - 32px)) translateY(-130%) scale(0.75); } }
|
|
2747
|
-
|
|
2748
|
-
@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl {
|
|
2749
|
-
0% {
|
|
2750
|
-
transform: translateX(calc(0 - -32px)) translateY(-130%) scale(0.75); }
|
|
2751
|
-
33% {
|
|
2752
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
|
|
2753
|
-
transform: translateX(calc(4% - -32px)) translateY(-130%) scale(0.75); }
|
|
2754
|
-
66% {
|
|
2755
|
-
animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
|
|
2756
|
-
transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(0.75); }
|
|
2757
|
-
100% {
|
|
2758
|
-
transform: translateX(calc(0 - -32px)) translateY(-130%) scale(0.75); } }
|
|
2759
|
-
|
|
2760
|
-
/* adjust the dropdown arrow so that it looks more like it's
|
|
2761
|
-
* spinning from the center */
|
|
2762
|
-
.mdc-select__dropdown-icon {
|
|
2763
|
-
transform-origin: 50% 45%; }
|
|
2764
|
-
|
|
2765
|
-
/* recenter the text in the select */
|
|
2766
|
-
.mdc-select--outlined .mdc-text-field__native-control {
|
|
2767
|
-
padding-top: 14px;
|
|
2768
|
-
padding-bottom: 12px; }
|
|
2769
|
-
|
|
2770
|
-
.mdc-select.mdc-select--outlined .mdc-floating-label {
|
|
2771
|
-
top: 19px; }
|
|
2772
|
-
|
|
2773
|
-
/* add a dense size */
|
|
2774
|
-
.mdc-select--dense,
|
|
2775
|
-
.mdc-select--dense .mdc-select__native-control {
|
|
2776
|
-
height: 3rem; }
|
|
2777
|
-
|
|
2778
|
-
.mdc-select--dense .mdc-select__native-control {
|
|
2779
|
-
padding-right: 2rem; }
|
|
2780
|
-
|
|
2781
|
-
.mdc-select--dense .mdc-floating-label,
|
|
2782
|
-
.mdc-select--dense .mdc-select__native-control {
|
|
2783
|
-
font-size: 0.875rem; }
|
|
2784
|
-
|
|
2785
|
-
.mdc-select--outlined.mdc-select--dense .mdc-select__native-control {
|
|
2786
|
-
padding-top: 8px;
|
|
2787
|
-
padding-bottom: 8px; }
|
|
2788
|
-
|
|
2789
|
-
.mdc-select--outlined.mdc-select--dense .mdc-floating-label {
|
|
2790
|
-
top: 14px; }
|
|
2791
|
-
|
|
2792
|
-
.mdc-select--dense .mdc-select__dropdown-icon {
|
|
2793
|
-
bottom: 12px; }
|
|
2794
|
-
|
|
2795
|
-
.mdc-select--outlined.mdc-select--dense
|
|
2796
|
-
.mdc-notched-outline--upgraded
|
|
2797
|
-
.mdc-floating-label--float-above {
|
|
2798
|
-
transform: translateY(-120%) scale(0.8); }
|
|
2799
|
-
|
|
2800
|
-
/* make the border consistent with the text-field */
|
|
2801
|
-
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
|
|
2802
|
-
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
|
|
2803
|
-
.mdc-select--outlined:not(.mdc-select--disabled)
|
|
2804
|
-
.mdc-notched-outline__trailing {
|
|
2805
|
-
border-color: #9e9e9e; }
|
|
2806
|
-
|
|
2807
|
-
/**
|
|
2808
|
-
* @license
|
|
2809
|
-
* Copyright 2018 Google Inc.
|
|
1
|
+
@import url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.4.3/css/flag-icon.min.css");.PresetDateRangePicker_panel{padding:0 22px 11px}.PresetDateRangePicker_button{position:relative;height:100%;text-align:center;background:0 0;border:2px solid #00a699;color:#00a699;padding:4px 12px;margin-right:8px;font:inherit;font-weight:700;line-height:normal;overflow:visible;box-sizing:border-box;cursor:pointer}.PresetDateRangePicker_button:active{outline:0}.PresetDateRangePicker_button__selected{color:#fff;background:#00a699}.SingleDatePickerInput{display:inline-block;background-color:#fff}.SingleDatePickerInput__withBorder{border-radius:2px;border:1px solid #dbdbdb}.SingleDatePickerInput__rtl{direction:rtl}.SingleDatePickerInput__disabled{background-color:#f2f2f2}.SingleDatePickerInput__block{display:block}.SingleDatePickerInput__showClearDate{padding-right:30px}.SingleDatePickerInput_clearDate{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;padding:10px;margin:0 10px 0 5px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.SingleDatePickerInput_clearDate__default:focus,.SingleDatePickerInput_clearDate__default:hover{background:#dbdbdb;border-radius:50%}.SingleDatePickerInput_clearDate__small{padding:6px}.SingleDatePickerInput_clearDate__hide{visibility:hidden}.SingleDatePickerInput_clearDate_svg{fill:#82888a;height:12px;width:15px;vertical-align:middle}.SingleDatePickerInput_clearDate_svg__small{height:9px}.SingleDatePickerInput_calendarIcon{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;display:inline-block;vertical-align:middle;padding:10px;margin:0 5px 0 10px}.SingleDatePickerInput_calendarIcon_svg{fill:#82888a;height:15px;width:14px;vertical-align:middle}.SingleDatePicker{position:relative;display:inline-block}.SingleDatePicker__block{display:block}.SingleDatePicker_picker{z-index:1;background-color:#fff;position:absolute}.SingleDatePicker_picker__rtl{direction:rtl}.SingleDatePicker_picker__directionLeft{left:0}.SingleDatePicker_picker__directionRight{right:0}.SingleDatePicker_picker__portal{background-color:rgba(0,0,0,.3);position:fixed;top:0;left:0;height:100%;width:100%}.SingleDatePicker_picker__fullScreenPortal{background-color:#fff}.SingleDatePicker_closeButton{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;position:absolute;top:0;right:0;padding:15px;z-index:2}.SingleDatePicker_closeButton:focus,.SingleDatePicker_closeButton:hover{color:darken(#cacccd,10%);text-decoration:none}.SingleDatePicker_closeButton_svg{height:15px;width:15px;fill:#cacccd}.DayPickerKeyboardShortcuts_buttonReset{background:0 0;border:0;border-radius:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;cursor:pointer;font-size:14px}.DayPickerKeyboardShortcuts_buttonReset:active{outline:0}.DayPickerKeyboardShortcuts_show{width:33px;height:26px;position:absolute;z-index:2}.DayPickerKeyboardShortcuts_show:before{content:"";display:block;position:absolute}.DayPickerKeyboardShortcuts_show__bottomRight{bottom:0;right:0}.DayPickerKeyboardShortcuts_show__bottomRight:before{border-top:26px solid transparent;border-right:33px solid #00a699;bottom:0;right:0}.DayPickerKeyboardShortcuts_show__bottomRight:hover:before{border-right:33px solid #008489}.DayPickerKeyboardShortcuts_show__topRight{top:0;right:0}.DayPickerKeyboardShortcuts_show__topRight:before{border-bottom:26px solid transparent;border-right:33px solid #00a699;top:0;right:0}.DayPickerKeyboardShortcuts_show__topRight:hover:before{border-right:33px solid #008489}.DayPickerKeyboardShortcuts_show__topLeft{top:0;left:0}.DayPickerKeyboardShortcuts_show__topLeft:before{border-bottom:26px solid transparent;border-left:33px solid #00a699;top:0;left:0}.DayPickerKeyboardShortcuts_show__topLeft:hover:before{border-left:33px solid #008489}.DayPickerKeyboardShortcuts_showSpan{color:#fff;position:absolute}.DayPickerKeyboardShortcuts_showSpan__bottomRight{bottom:0;right:5px}.DayPickerKeyboardShortcuts_showSpan__topRight{top:1px;right:5px}.DayPickerKeyboardShortcuts_showSpan__topLeft{top:1px;left:5px}.DayPickerKeyboardShortcuts_panel{overflow:auto;background:#fff;border:1px solid #dbdbdb;border-radius:2px;position:absolute;top:0;bottom:0;right:0;left:0;z-index:2;padding:22px;margin:33px;text-align:left}.DayPickerKeyboardShortcuts_title{font-size:16px;font-weight:700;margin:0}.DayPickerKeyboardShortcuts_list{list-style:none;padding:0;font-size:14px}.DayPickerKeyboardShortcuts_close{position:absolute;right:22px;top:22px;z-index:2}.DayPickerKeyboardShortcuts_close:active{outline:0}.DayPickerKeyboardShortcuts_closeSvg{height:15px;width:15px;fill:#cacccd}.DayPickerKeyboardShortcuts_closeSvg:focus,.DayPickerKeyboardShortcuts_closeSvg:hover{fill:#82888a}.CalendarDay{box-sizing:border-box;cursor:pointer;font-size:14px;text-align:center}.CalendarDay:active{outline:0}.CalendarDay__defaultCursor{cursor:default}.CalendarDay__default{border:1px solid #e4e7e7;color:#484848;background:#fff}.CalendarDay__default:hover{background:#e4e7e7;border:1px solid #e4e7e7;color:inherit}.CalendarDay__hovered_offset{background:#f4f5f5;border:1px double #e4e7e7;color:inherit}.CalendarDay__outside{border:0;background:#fff;color:#484848}.CalendarDay__outside:hover{border:0}.CalendarDay__blocked_minimum_nights{background:#fff;border:1px solid #eceeee;color:#cacccd}.CalendarDay__blocked_minimum_nights:active,.CalendarDay__blocked_minimum_nights:hover{background:#fff;color:#cacccd}.CalendarDay__highlighted_calendar{background:#ffe8bc;color:#484848}.CalendarDay__highlighted_calendar:active,.CalendarDay__highlighted_calendar:hover{background:#ffce71;color:#484848}.CalendarDay__selected_span{background:#66e2da;border:1px double #33dacd;color:#fff}.CalendarDay__selected_span:active,.CalendarDay__selected_span:hover{background:#33dacd;border:1px double #33dacd;color:#fff}.CalendarDay__selected,.CalendarDay__selected:active,.CalendarDay__selected:hover{background:#00a699;border:1px double #00a699;color:#fff}.CalendarDay__hovered_span,.CalendarDay__hovered_span:hover{background:#b2f1ec;border:1px double #80e8e0;color:#007a87}.CalendarDay__hovered_span:active{background:#80e8e0;border:1px double #80e8e0;color:#007a87}.CalendarDay__blocked_calendar,.CalendarDay__blocked_calendar:active,.CalendarDay__blocked_calendar:hover{background:#cacccd;border:1px solid #cacccd;color:#82888a}.CalendarDay__blocked_out_of_range,.CalendarDay__blocked_out_of_range:active,.CalendarDay__blocked_out_of_range:hover{background:#fff;border:1px solid #e4e7e7;color:#cacccd}.CalendarDay__hovered_start_first_possible_end{background:#eceeee;border:1px double #eceeee}.CalendarDay__hovered_start_blocked_min_nights{background:#eceeee;border:1px double #e4e7e7}.CalendarMonth{background:#fff;text-align:center;vertical-align:top;-webkit-user-select:none;user-select:none}.CalendarMonth_table{border-collapse:collapse;border-spacing:0}.CalendarMonth_verticalSpacing{border-collapse:initial}.CalendarMonth_caption{color:#484848;font-size:18px;text-align:center;padding-top:22px;padding-bottom:37px;caption-side:top}.CalendarMonth_caption__verticalScrollable{padding-top:12px;padding-bottom:7px}.CalendarMonthGrid{background:#fff;text-align:left;z-index:0}.CalendarMonthGrid__animating{z-index:1}.CalendarMonthGrid__horizontal{position:absolute;left:9px}.CalendarMonthGrid__vertical,.CalendarMonthGrid__vertical_scrollable{margin:0 auto}.CalendarMonthGrid_month__horizontal{display:inline-block;vertical-align:top;min-height:100%}.CalendarMonthGrid_month__hideForAnimation{position:absolute;z-index:-1;opacity:0;pointer-events:none}.CalendarMonthGrid_month__hidden{visibility:hidden}.DayPickerNavigation{position:relative;z-index:2}.DayPickerNavigation__horizontal{height:0}.DayPickerNavigation__verticalScrollable_prevNav{z-index:1}.DayPickerNavigation__verticalDefault{position:absolute;width:100%;height:52px;bottom:0;left:0}.DayPickerNavigation__verticalScrollableDefault{position:relative}.DayPickerNavigation__bottom{height:auto}.DayPickerNavigation__bottomDefault{-webkit-box-pack:justify;-ms-flex-pack:justify;display:flex;justify-content:space-between}.DayPickerNavigation_button{cursor:pointer;-webkit-user-select:none;user-select:none;border:0;padding:0;margin:0}.DayPickerNavigation_button__default{border:1px solid #e4e7e7;background-color:#fff;color:#757575}.DayPickerNavigation_button__default:focus,.DayPickerNavigation_button__default:hover{border:1px solid #c4c4c4}.DayPickerNavigation_button__default:active{background:#f2f2f2}.DayPickerNavigation_button__disabled{cursor:default;border:1px solid #f2f2f2}.DayPickerNavigation_button__disabled:focus,.DayPickerNavigation_button__disabled:hover{border:1px solid #f2f2f2}.DayPickerNavigation_button__disabled:active{background:0 0}.DayPickerNavigation_button__horizontalDefault{position:absolute;top:18px;line-height:.78;border-radius:3px;padding:6px 9px}.DayPickerNavigation_bottomButton__horizontalDefault{position:static;margin:-10px 22px 30px}.DayPickerNavigation_leftButton__horizontalDefault{left:22px}.DayPickerNavigation_rightButton__horizontalDefault{right:22px}.DayPickerNavigation_button__verticalDefault{padding:5px;background:#fff;box-shadow:0 0 5px 2px rgba(0,0,0,.1);position:relative;display:inline-block;text-align:center;height:100%;width:50%}.DayPickerNavigation_nextButton__verticalDefault{border-left:0}.DayPickerNavigation_nextButton__verticalScrollableDefault,.DayPickerNavigation_prevButton__verticalScrollableDefault{width:100%}.DayPickerNavigation_svg__horizontal{height:19px;width:19px;fill:#82888a;display:block}.DayPickerNavigation_svg__vertical{height:42px;width:42px;fill:#484848}.DayPickerNavigation_svg__disabled{fill:#f2f2f2}.DayPicker{position:relative;text-align:left}.DayPicker,.DayPicker__horizontal{background:#fff}.DayPicker__verticalScrollable{height:100%}.DayPicker__hidden{visibility:hidden}.DayPicker__withBorder{box-shadow:0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);border-radius:3px}.DayPicker_portal__horizontal{box-shadow:none;position:absolute;left:50%;top:50%}.DayPicker_portal__vertical{position:static}.DayPicker_focusRegion{outline:0}.DayPicker_calendarInfo__horizontal,.DayPicker_wrapper__horizontal{display:inline-block;vertical-align:top}.DayPicker_weekHeaders{position:relative}.DayPicker_weekHeaders__horizontal{margin-left:9px}.DayPicker_weekHeader{color:#757575;position:absolute;top:62px;z-index:2;text-align:left}.DayPicker_weekHeader__vertical{left:50%}.DayPicker_weekHeader__verticalScrollable{top:0;display:table-row;border-bottom:1px solid #dbdbdb;background:#fff;margin-left:0;left:0;width:100%;text-align:center}.DayPicker_weekHeader_ul{list-style:none;margin:1px 0;padding-left:0;padding-right:0;font-size:14px}.DayPicker_weekHeader_li{display:inline-block;text-align:center}.DayPicker_transitionContainer{position:relative;overflow:hidden;border-radius:3px}.DayPicker_transitionContainer__horizontal{transition:height .2s ease-in-out}.DayPicker_transitionContainer__vertical{width:100%}.DayPicker_transitionContainer__verticalScrollable{padding-top:20px;height:100%;position:absolute;top:0;bottom:0;right:0;left:0;overflow-y:scroll}.DateInput{margin:0;padding:0;background:#fff;position:relative;display:inline-block;width:130px;vertical-align:middle}.DateInput__small{width:97px}.DateInput__block{width:100%}.DateInput__disabled{background:#f2f2f2;color:#dbdbdb}.DateInput_input{font-weight:200;font-size:19px;line-height:24px;color:#484848;background-color:#fff;width:100%;padding:11px 11px 9px;border:0;border-bottom:2px solid transparent;border-radius:0}.DateInput_input__small{font-size:15px;line-height:18px;letter-spacing:.2px;padding:7px 7px 5px}.DateInput_input__regular{font-weight:auto}.DateInput_input__readOnly{-webkit-user-select:none;user-select:none}.DateInput_input__focused{outline:0;background:#fff;border:0;border-bottom:2px solid #008489}.DateInput_input__disabled{background:#f2f2f2;font-style:italic}.DateInput_screenReaderMessage{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.DateInput_fang{position:absolute;width:20px;height:10px;left:22px;z-index:2}.DateInput_fangShape{fill:#fff}.DateInput_fangStroke{stroke:#dbdbdb;fill:transparent}.DateRangePickerInput{background-color:#fff;display:inline-block}.DateRangePickerInput__disabled{background:#f2f2f2}.DateRangePickerInput__withBorder{border-radius:2px;border:1px solid #dbdbdb}.DateRangePickerInput__rtl{direction:rtl}.DateRangePickerInput__block{display:block}.DateRangePickerInput__showClearDates{padding-right:30px}.DateRangePickerInput_arrow{display:inline-block;vertical-align:middle;color:#484848}.DateRangePickerInput_arrow_svg{vertical-align:middle;fill:#484848;height:24px;width:24px}.DateRangePickerInput_clearDates{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;padding:10px;margin:0 10px 0 5px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.DateRangePickerInput_clearDates__small{padding:6px}.DateRangePickerInput_clearDates_default:focus,.DateRangePickerInput_clearDates_default:hover{background:#dbdbdb;border-radius:50%}.DateRangePickerInput_clearDates__hide{visibility:hidden}.DateRangePickerInput_clearDates_svg{fill:#82888a;height:12px;width:15px;vertical-align:middle}.DateRangePickerInput_clearDates_svg__small{height:9px}.DateRangePickerInput_calendarIcon{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;display:inline-block;vertical-align:middle;padding:10px;margin:0 5px 0 10px}.DateRangePickerInput_calendarIcon_svg{fill:#82888a;height:15px;width:14px;vertical-align:middle}.DateRangePicker{position:relative;display:inline-block}.DateRangePicker__block{display:block}.DateRangePicker_picker{z-index:1;background-color:#fff;position:absolute}.DateRangePicker_picker__rtl{direction:rtl}.DateRangePicker_picker__directionLeft{left:0}.DateRangePicker_picker__directionRight{right:0}.DateRangePicker_picker__portal{background-color:rgba(0,0,0,.3);position:fixed;top:0;left:0;height:100%;width:100%}.DateRangePicker_picker__fullScreenPortal{background-color:#fff}.DateRangePicker_closeButton{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;position:absolute;top:0;right:0;padding:15px;z-index:2}.DateRangePicker_closeButton:focus,.DateRangePicker_closeButton:hover{color:darken(#cacccd,10%);text-decoration:none}.DateRangePicker_closeButton_svg{height:15px;width:15px;fill:#cacccd}/*!
|
|
2
|
+
* Cropper.js v1.6.2
|
|
3
|
+
* https://fengyuanchen.github.io/cropperjs
|
|
2810
4
|
*
|
|
2811
|
-
*
|
|
2812
|
-
*
|
|
2813
|
-
* in the Software without restriction, including without limitation the rights
|
|
2814
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2815
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
2816
|
-
* furnished to do so, subject to the following conditions:
|
|
5
|
+
* Copyright 2015-present Chen Fengyuan
|
|
6
|
+
* Released under the MIT license
|
|
2817
7
|
*
|
|
2818
|
-
*
|
|
2819
|
-
* all copies or substantial portions of the Software.
|
|
2820
|
-
|
|
2821
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2822
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2823
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2824
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2825
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2826
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2827
|
-
* THE SOFTWARE.
|
|
2828
|
-
*/
|
|
2829
|
-
/**
|
|
2830
|
-
* @license
|
|
2831
|
-
* Copyright 2018 Google Inc.
|
|
2832
|
-
*
|
|
2833
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2834
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
2835
|
-
* in the Software without restriction, including without limitation the rights
|
|
2836
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2837
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
2838
|
-
* furnished to do so, subject to the following conditions:
|
|
2839
|
-
*
|
|
2840
|
-
* The above copyright notice and this permission notice shall be included in
|
|
2841
|
-
* all copies or substantial portions of the Software.
|
|
2842
|
-
*
|
|
2843
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2844
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2845
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2846
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2847
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2848
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2849
|
-
* THE SOFTWARE.
|
|
2850
|
-
*/
|
|
2851
|
-
.mdc-tab-bar {
|
|
2852
|
-
width: 100%; }
|
|
2853
|
-
|
|
2854
|
-
/**
|
|
2855
|
-
* @license
|
|
2856
|
-
* Copyright 2018 Google Inc.
|
|
2857
|
-
*
|
|
2858
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2859
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
2860
|
-
* in the Software without restriction, including without limitation the rights
|
|
2861
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2862
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
2863
|
-
* furnished to do so, subject to the following conditions:
|
|
2864
|
-
*
|
|
2865
|
-
* The above copyright notice and this permission notice shall be included in
|
|
2866
|
-
* all copies or substantial portions of the Software.
|
|
2867
|
-
*
|
|
2868
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2869
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2870
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2871
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2872
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2873
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2874
|
-
* THE SOFTWARE.
|
|
2875
|
-
*/
|
|
2876
|
-
.mdc-tab-scroller {
|
|
2877
|
-
overflow-y: hidden; }
|
|
2878
|
-
|
|
2879
|
-
.mdc-tab-scroller__test {
|
|
2880
|
-
position: absolute;
|
|
2881
|
-
top: -9999px;
|
|
2882
|
-
width: 100px;
|
|
2883
|
-
height: 100px;
|
|
2884
|
-
overflow-x: scroll; }
|
|
2885
|
-
|
|
2886
|
-
.mdc-tab-scroller__scroll-area {
|
|
2887
|
-
-webkit-overflow-scrolling: touch;
|
|
2888
|
-
display: flex;
|
|
2889
|
-
overflow-x: hidden; }
|
|
2890
|
-
|
|
2891
|
-
.mdc-tab-scroller__scroll-area::-webkit-scrollbar,
|
|
2892
|
-
.mdc-tab-scroller__test::-webkit-scrollbar {
|
|
2893
|
-
display: none; }
|
|
2894
|
-
|
|
2895
|
-
.mdc-tab-scroller__scroll-area--scroll {
|
|
2896
|
-
overflow-x: scroll; }
|
|
2897
|
-
|
|
2898
|
-
.mdc-tab-scroller__scroll-content {
|
|
2899
|
-
position: relative;
|
|
2900
|
-
display: flex;
|
|
2901
|
-
flex: 1 0 auto;
|
|
2902
|
-
transform: none;
|
|
2903
|
-
will-change: transform; }
|
|
2904
|
-
|
|
2905
|
-
.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
|
|
2906
|
-
justify-content: flex-start; }
|
|
2907
|
-
|
|
2908
|
-
.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
|
|
2909
|
-
justify-content: flex-end; }
|
|
2910
|
-
|
|
2911
|
-
.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
|
|
2912
|
-
justify-content: center; }
|
|
2913
|
-
|
|
2914
|
-
.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
|
|
2915
|
-
-webkit-overflow-scrolling: auto; }
|
|
2916
|
-
|
|
2917
|
-
.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content {
|
|
2918
|
-
transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1); }
|
|
2919
|
-
|
|
2920
|
-
/**
|
|
2921
|
-
* @license
|
|
2922
|
-
* Copyright 2018 Google Inc.
|
|
2923
|
-
*
|
|
2924
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2925
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
2926
|
-
* in the Software without restriction, including without limitation the rights
|
|
2927
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2928
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
2929
|
-
* furnished to do so, subject to the following conditions:
|
|
2930
|
-
*
|
|
2931
|
-
* The above copyright notice and this permission notice shall be included in
|
|
2932
|
-
* all copies or substantial portions of the Software.
|
|
2933
|
-
*
|
|
2934
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2935
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2936
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2937
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2938
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2939
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2940
|
-
* THE SOFTWARE.
|
|
2941
|
-
*/
|
|
2942
|
-
.mdc-tab {
|
|
2943
|
-
position: relative;
|
|
2944
|
-
font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
2945
|
-
-moz-osx-font-smoothing: grayscale;
|
|
2946
|
-
-webkit-font-smoothing: antialiased;
|
|
2947
|
-
font-size: 0.875rem;
|
|
2948
|
-
line-height: 2.25rem;
|
|
2949
|
-
font-weight: bold;
|
|
2950
|
-
letter-spacing: 0em;
|
|
2951
|
-
text-decoration: none;
|
|
2952
|
-
text-transform: none;
|
|
2953
|
-
display: flex;
|
|
2954
|
-
flex: 1 0 auto;
|
|
2955
|
-
justify-content: center;
|
|
2956
|
-
box-sizing: border-box;
|
|
2957
|
-
height: 48px;
|
|
2958
|
-
padding: 0 24px;
|
|
2959
|
-
border: none;
|
|
2960
|
-
outline: none;
|
|
2961
|
-
background: none;
|
|
2962
|
-
text-align: center;
|
|
2963
|
-
white-space: nowrap;
|
|
2964
|
-
cursor: pointer;
|
|
2965
|
-
-webkit-appearance: none;
|
|
2966
|
-
z-index: 1; }
|
|
2967
|
-
.mdc-tab .mdc-tab__text-label {
|
|
2968
|
-
color: #000;
|
|
2969
|
-
/* @alternate */
|
|
2970
|
-
color: #000;
|
|
2971
|
-
color: var(--mdc-theme-on-surface, #000); }
|
|
2972
|
-
.mdc-tab .mdc-tab__icon {
|
|
2973
|
-
color: #000;
|
|
2974
|
-
/* @alternate */
|
|
2975
|
-
color: #000;
|
|
2976
|
-
color: var(--mdc-theme-on-surface, #000);
|
|
2977
|
-
fill: currentColor; }
|
|
2978
|
-
.mdc-tab::-moz-focus-inner {
|
|
2979
|
-
padding: 0;
|
|
2980
|
-
border: 0; }
|
|
2981
|
-
|
|
2982
|
-
.mdc-tab--min-width {
|
|
2983
|
-
flex: 0 1 auto; }
|
|
2984
|
-
|
|
2985
|
-
.mdc-tab__ripple {
|
|
2986
|
-
--mdc-ripple-fg-size: 0;
|
|
2987
|
-
--mdc-ripple-left: 0;
|
|
2988
|
-
--mdc-ripple-top: 0;
|
|
2989
|
-
--mdc-ripple-fg-scale: 1;
|
|
2990
|
-
--mdc-ripple-fg-translate-end: 0;
|
|
2991
|
-
--mdc-ripple-fg-translate-start: 0;
|
|
2992
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2993
|
-
will-change: transform, opacity;
|
|
2994
|
-
position: absolute;
|
|
2995
|
-
top: 0;
|
|
2996
|
-
left: 0;
|
|
2997
|
-
width: 100%;
|
|
2998
|
-
height: 100%;
|
|
2999
|
-
overflow: hidden; }
|
|
3000
|
-
.mdc-tab__ripple::before, .mdc-tab__ripple::after {
|
|
3001
|
-
position: absolute;
|
|
3002
|
-
border-radius: 50%;
|
|
3003
|
-
opacity: 0;
|
|
3004
|
-
pointer-events: none;
|
|
3005
|
-
content: ""; }
|
|
3006
|
-
.mdc-tab__ripple::before {
|
|
3007
|
-
transition: opacity 15ms linear, background-color 15ms linear;
|
|
3008
|
-
z-index: 1; }
|
|
3009
|
-
.mdc-tab__ripple.mdc-ripple-upgraded::before {
|
|
3010
|
-
transform: scale(1);
|
|
3011
|
-
transform: scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
3012
|
-
.mdc-tab__ripple.mdc-ripple-upgraded::after {
|
|
3013
|
-
top: 0;
|
|
3014
|
-
/* @noflip */
|
|
3015
|
-
left: 0;
|
|
3016
|
-
transform: scale(0);
|
|
3017
|
-
transform-origin: center center; }
|
|
3018
|
-
.mdc-tab__ripple.mdc-ripple-upgraded--unbounded::after {
|
|
3019
|
-
top: 0;
|
|
3020
|
-
top: var(--mdc-ripple-top, 0);
|
|
3021
|
-
/* @noflip */
|
|
3022
|
-
left: 0;
|
|
3023
|
-
left: var(--mdc-ripple-left, 0); }
|
|
3024
|
-
.mdc-tab__ripple.mdc-ripple-upgraded--foreground-activation::after {
|
|
3025
|
-
animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
|
|
3026
|
-
.mdc-tab__ripple.mdc-ripple-upgraded--foreground-deactivation::after {
|
|
3027
|
-
animation: mdc-ripple-fg-opacity-out 150ms;
|
|
3028
|
-
transform: translate(0) scale(1);
|
|
3029
|
-
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
3030
|
-
.mdc-tab__ripple::before, .mdc-tab__ripple::after {
|
|
3031
|
-
top: calc(50% - 100%);
|
|
3032
|
-
/* @noflip */
|
|
3033
|
-
left: calc(50% - 100%);
|
|
3034
|
-
width: 200%;
|
|
3035
|
-
height: 200%; }
|
|
3036
|
-
.mdc-tab__ripple.mdc-ripple-upgraded::after {
|
|
3037
|
-
width: 100%;
|
|
3038
|
-
width: var(--mdc-ripple-fg-size, 100%);
|
|
3039
|
-
height: 100%;
|
|
3040
|
-
height: var(--mdc-ripple-fg-size, 100%); }
|
|
3041
|
-
.mdc-tab__ripple::before, .mdc-tab__ripple::after {
|
|
3042
|
-
background-color: #358b76; }
|
|
3043
|
-
@supports not (-ms-ime-align: auto) {
|
|
3044
|
-
.mdc-tab__ripple::before, .mdc-tab__ripple::after {
|
|
3045
|
-
/* @alternate */
|
|
3046
|
-
background-color: #358b76;
|
|
3047
|
-
background-color: var(--mdc-theme-primary, #358b76); } }
|
|
3048
|
-
.mdc-tab__ripple:hover::before {
|
|
3049
|
-
opacity: 0.04; }
|
|
3050
|
-
.mdc-tab__ripple:not(.mdc-ripple-upgraded):focus::before, .mdc-tab__ripple.mdc-ripple-upgraded--background-focused::before {
|
|
3051
|
-
transition-duration: 75ms;
|
|
3052
|
-
opacity: 0.12; }
|
|
3053
|
-
.mdc-tab__ripple:not(.mdc-ripple-upgraded)::after {
|
|
3054
|
-
transition: opacity 150ms linear; }
|
|
3055
|
-
.mdc-tab__ripple:not(.mdc-ripple-upgraded):active::after {
|
|
3056
|
-
transition-duration: 75ms;
|
|
3057
|
-
opacity: 0.12; }
|
|
3058
|
-
.mdc-tab__ripple.mdc-ripple-upgraded {
|
|
3059
|
-
--mdc-ripple-fg-opacity: 0.12; }
|
|
3060
|
-
|
|
3061
|
-
.mdc-tab__content {
|
|
3062
|
-
position: relative;
|
|
3063
|
-
display: flex;
|
|
3064
|
-
align-items: center;
|
|
3065
|
-
justify-content: center;
|
|
3066
|
-
height: inherit;
|
|
3067
|
-
pointer-events: none; }
|
|
3068
|
-
|
|
3069
|
-
.mdc-tab__text-label,
|
|
3070
|
-
.mdc-tab__icon {
|
|
3071
|
-
transition: 150ms color linear, 150ms opacity linear;
|
|
3072
|
-
z-index: 2; }
|
|
3073
|
-
|
|
3074
|
-
.mdc-tab__text-label {
|
|
3075
|
-
display: inline-block;
|
|
3076
|
-
opacity: 0.6;
|
|
3077
|
-
line-height: 1; }
|
|
3078
|
-
|
|
3079
|
-
.mdc-tab__icon {
|
|
3080
|
-
width: 24px;
|
|
3081
|
-
height: 24px;
|
|
3082
|
-
opacity: 0.54;
|
|
3083
|
-
font-size: 24px; }
|
|
3084
|
-
|
|
3085
|
-
.mdc-tab--stacked {
|
|
3086
|
-
height: 72px; }
|
|
3087
|
-
|
|
3088
|
-
.mdc-tab--stacked .mdc-tab__content {
|
|
3089
|
-
flex-direction: column;
|
|
3090
|
-
align-items: center;
|
|
3091
|
-
justify-content: space-between; }
|
|
3092
|
-
|
|
3093
|
-
.mdc-tab--stacked .mdc-tab__icon {
|
|
3094
|
-
padding-top: 12px; }
|
|
3095
|
-
|
|
3096
|
-
.mdc-tab--stacked .mdc-tab__text-label {
|
|
3097
|
-
padding-bottom: 16px; }
|
|
3098
|
-
|
|
3099
|
-
.mdc-tab--active .mdc-tab__text-label {
|
|
3100
|
-
color: #358b76;
|
|
3101
|
-
/* @alternate */
|
|
3102
|
-
color: #358b76;
|
|
3103
|
-
color: var(--mdc-theme-primary, #358b76); }
|
|
3104
|
-
|
|
3105
|
-
.mdc-tab--active .mdc-tab__icon {
|
|
3106
|
-
color: #358b76;
|
|
3107
|
-
/* @alternate */
|
|
3108
|
-
color: #358b76;
|
|
3109
|
-
color: var(--mdc-theme-primary, #358b76);
|
|
3110
|
-
fill: currentColor; }
|
|
3111
|
-
|
|
3112
|
-
.mdc-tab--active .mdc-tab__text-label,
|
|
3113
|
-
.mdc-tab--active .mdc-tab__icon {
|
|
3114
|
-
transition-delay: 100ms;
|
|
3115
|
-
opacity: 1; }
|
|
3116
|
-
|
|
3117
|
-
.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label {
|
|
3118
|
-
/* @noflip */
|
|
3119
|
-
padding-left: 8px;
|
|
3120
|
-
/* @noflip */
|
|
3121
|
-
padding-right: 0; }
|
|
3122
|
-
[dir="rtl"] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label, .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label[dir="rtl"] {
|
|
3123
|
-
/* @noflip */
|
|
3124
|
-
padding-left: 0;
|
|
3125
|
-
/* @noflip */
|
|
3126
|
-
padding-right: 8px; }
|
|
3127
|
-
|
|
3128
|
-
/**
|
|
3129
|
-
* @license
|
|
3130
|
-
* Copyright 2018 Google Inc.
|
|
3131
|
-
*
|
|
3132
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3133
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
3134
|
-
* in the Software without restriction, including without limitation the rights
|
|
3135
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3136
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
3137
|
-
* furnished to do so, subject to the following conditions:
|
|
3138
|
-
*
|
|
3139
|
-
* The above copyright notice and this permission notice shall be included in
|
|
3140
|
-
* all copies or substantial portions of the Software.
|
|
3141
|
-
*
|
|
3142
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3143
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3144
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3145
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3146
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3147
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3148
|
-
* THE SOFTWARE.
|
|
3149
|
-
*/
|
|
3150
|
-
/**
|
|
3151
|
-
* @license
|
|
3152
|
-
* Copyright 2018 Google Inc.
|
|
3153
|
-
*
|
|
3154
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3155
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
3156
|
-
* in the Software without restriction, including without limitation the rights
|
|
3157
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3158
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
3159
|
-
* furnished to do so, subject to the following conditions:
|
|
3160
|
-
*
|
|
3161
|
-
* The above copyright notice and this permission notice shall be included in
|
|
3162
|
-
* all copies or substantial portions of the Software.
|
|
3163
|
-
*
|
|
3164
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3165
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3166
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3167
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3168
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3169
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3170
|
-
* THE SOFTWARE.
|
|
3171
|
-
*/
|
|
3172
|
-
.mdc-tab-indicator {
|
|
3173
|
-
display: flex;
|
|
3174
|
-
position: absolute;
|
|
3175
|
-
top: 0;
|
|
3176
|
-
left: 0;
|
|
3177
|
-
width: 100%;
|
|
3178
|
-
height: 100%;
|
|
3179
|
-
pointer-events: none;
|
|
3180
|
-
z-index: 1; }
|
|
3181
|
-
.mdc-tab-indicator > .mdc-tab-indicator__content--underline {
|
|
3182
|
-
background-color: #358b76;
|
|
3183
|
-
/* @alternate */
|
|
3184
|
-
background-color: #358b76;
|
|
3185
|
-
background-color: var(--mdc-theme-primary, #358b76); }
|
|
3186
|
-
.mdc-tab-indicator > .mdc-tab-indicator__content--underline {
|
|
3187
|
-
height: 2px; }
|
|
3188
|
-
.mdc-tab-indicator > .mdc-tab-indicator__content--icon {
|
|
3189
|
-
color: #f05c6a;
|
|
3190
|
-
/* @alternate */
|
|
3191
|
-
color: #f05c6a;
|
|
3192
|
-
color: var(--mdc-theme-secondary, #f05c6a); }
|
|
3193
|
-
.mdc-tab-indicator > .mdc-tab-indicator__content--icon {
|
|
3194
|
-
height: 34px;
|
|
3195
|
-
font-size: 34px; }
|
|
3196
|
-
|
|
3197
|
-
.mdc-tab-indicator__content {
|
|
3198
|
-
transform-origin: left;
|
|
3199
|
-
opacity: 0; }
|
|
3200
|
-
|
|
3201
|
-
.mdc-tab-indicator__content--underline {
|
|
3202
|
-
align-self: flex-end;
|
|
3203
|
-
width: 100%; }
|
|
3204
|
-
|
|
3205
|
-
.mdc-tab-indicator__content--icon {
|
|
3206
|
-
-ms-grid-row-align: center;
|
|
3207
|
-
align-self: center;
|
|
3208
|
-
margin: 0 auto; }
|
|
3209
|
-
|
|
3210
|
-
.mdc-tab-indicator--active > .mdc-tab-indicator__content {
|
|
3211
|
-
opacity: 1; }
|
|
3212
|
-
|
|
3213
|
-
.mdc-tab-indicator > .mdc-tab-indicator__content {
|
|
3214
|
-
transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1); }
|
|
3215
|
-
|
|
3216
|
-
.mdc-tab-indicator--no-transition > .mdc-tab-indicator__content {
|
|
3217
|
-
transition: none; }
|
|
3218
|
-
|
|
3219
|
-
.mdc-tab-indicator--fade > .mdc-tab-indicator__content {
|
|
3220
|
-
transition: 150ms opacity linear; }
|
|
3221
|
-
|
|
3222
|
-
.mdc-tab-indicator--active.mdc-tab-indicator--fade > .mdc-tab-indicator__content {
|
|
3223
|
-
transition-delay: 100ms; }
|
|
3224
|
-
|
|
3225
|
-
.mdc-tab__ripple::before,
|
|
3226
|
-
.mdc-tab__ripple::after {
|
|
3227
|
-
background-color: rgba(0, 0, 0, 0.87); }
|
|
3228
|
-
|
|
3229
|
-
.mdc-text-field--with-leading-icon .mdc-text-field__icon,
|
|
3230
|
-
.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
|
|
3231
|
-
position: absolute;
|
|
3232
|
-
bottom: 16px;
|
|
3233
|
-
cursor: pointer; }
|
|
3234
|
-
|
|
3235
|
-
.mdc-text-field__icon:not([tabindex]),
|
|
3236
|
-
.mdc-text-field__icon[tabindex="-1"] {
|
|
3237
|
-
cursor: default;
|
|
3238
|
-
pointer-events: none; }
|
|
3239
|
-
|
|
3240
|
-
.mdc-text-field-helper-text {
|
|
3241
|
-
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
3242
|
-
-moz-osx-font-smoothing: grayscale;
|
|
3243
|
-
-webkit-font-smoothing: antialiased;
|
|
3244
|
-
font-size: 0.75rem;
|
|
3245
|
-
line-height: 1.25rem;
|
|
3246
|
-
font-weight: 400;
|
|
3247
|
-
letter-spacing: 0em;
|
|
3248
|
-
text-decoration: inherit;
|
|
3249
|
-
text-transform: inherit;
|
|
3250
|
-
display: block;
|
|
3251
|
-
margin-top: 0;
|
|
3252
|
-
/* @alternate */
|
|
3253
|
-
line-height: normal;
|
|
3254
|
-
margin: 0;
|
|
3255
|
-
transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
3256
|
-
opacity: 0;
|
|
3257
|
-
will-change: opacity; }
|
|
3258
|
-
.mdc-text-field-helper-text::before {
|
|
3259
|
-
display: inline-block;
|
|
3260
|
-
width: 0;
|
|
3261
|
-
height: 16px;
|
|
3262
|
-
content: "";
|
|
3263
|
-
vertical-align: 0; }
|
|
3264
|
-
|
|
3265
|
-
.mdc-text-field-helper-text--persistent {
|
|
3266
|
-
transition: none;
|
|
3267
|
-
opacity: 1;
|
|
3268
|
-
will-change: initial; }
|
|
3269
|
-
|
|
3270
|
-
.mdc-text-field-helper-text {
|
|
3271
|
-
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
3272
|
-
-moz-osx-font-smoothing: grayscale;
|
|
3273
|
-
-webkit-font-smoothing: antialiased;
|
|
3274
|
-
font-size: 0.75rem;
|
|
3275
|
-
line-height: 1.25rem;
|
|
3276
|
-
font-weight: 400;
|
|
3277
|
-
letter-spacing: 0em;
|
|
3278
|
-
text-decoration: inherit;
|
|
3279
|
-
text-transform: inherit;
|
|
3280
|
-
display: block;
|
|
3281
|
-
margin-top: 0;
|
|
3282
|
-
/* @alternate */
|
|
3283
|
-
line-height: normal;
|
|
3284
|
-
margin: 0;
|
|
3285
|
-
transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
3286
|
-
opacity: 0;
|
|
3287
|
-
will-change: opacity; }
|
|
3288
|
-
.mdc-text-field-helper-text::before {
|
|
3289
|
-
display: inline-block;
|
|
3290
|
-
width: 0;
|
|
3291
|
-
height: 16px;
|
|
3292
|
-
content: "";
|
|
3293
|
-
vertical-align: 0; }
|
|
3294
|
-
|
|
3295
|
-
.mdc-text-field-helper-text--persistent {
|
|
3296
|
-
transition: none;
|
|
3297
|
-
opacity: 1;
|
|
3298
|
-
will-change: initial; }
|
|
3299
|
-
|
|
3300
|
-
.mdc-text-field-character-counter {
|
|
3301
|
-
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
3302
|
-
-moz-osx-font-smoothing: grayscale;
|
|
3303
|
-
-webkit-font-smoothing: antialiased;
|
|
3304
|
-
font-size: 0.75rem;
|
|
3305
|
-
line-height: 1.25rem;
|
|
3306
|
-
font-weight: 400;
|
|
3307
|
-
letter-spacing: 0em;
|
|
3308
|
-
text-decoration: inherit;
|
|
3309
|
-
text-transform: inherit;
|
|
3310
|
-
display: block;
|
|
3311
|
-
margin-top: 0;
|
|
3312
|
-
/* @alternate */
|
|
3313
|
-
line-height: normal;
|
|
3314
|
-
/* @noflip */
|
|
3315
|
-
margin-left: auto;
|
|
3316
|
-
/* @noflip */
|
|
3317
|
-
margin-right: 0;
|
|
3318
|
-
/* @noflip */
|
|
3319
|
-
padding-left: 16px;
|
|
3320
|
-
/* @noflip */
|
|
3321
|
-
padding-right: 0;
|
|
3322
|
-
white-space: nowrap; }
|
|
3323
|
-
.mdc-text-field-character-counter::before {
|
|
3324
|
-
display: inline-block;
|
|
3325
|
-
width: 0;
|
|
3326
|
-
height: 16px;
|
|
3327
|
-
content: "";
|
|
3328
|
-
vertical-align: 0; }
|
|
3329
|
-
[dir="rtl"] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir="rtl"] {
|
|
3330
|
-
/* @noflip */
|
|
3331
|
-
margin-left: 0;
|
|
3332
|
-
/* @noflip */
|
|
3333
|
-
margin-right: auto; }
|
|
3334
|
-
[dir="rtl"] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir="rtl"] {
|
|
3335
|
-
/* @noflip */
|
|
3336
|
-
padding-left: 0;
|
|
3337
|
-
/* @noflip */
|
|
3338
|
-
padding-right: 16px; }
|
|
3339
|
-
|
|
3340
|
-
.mdc-text-field--with-leading-icon .mdc-text-field__icon,
|
|
3341
|
-
.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
|
|
3342
|
-
position: absolute;
|
|
3343
|
-
bottom: 16px;
|
|
3344
|
-
cursor: pointer; }
|
|
3345
|
-
|
|
3346
|
-
.mdc-text-field__icon:not([tabindex]),
|
|
3347
|
-
.mdc-text-field__icon[tabindex="-1"] {
|
|
3348
|
-
cursor: default;
|
|
3349
|
-
pointer-events: none; }
|
|
3350
|
-
|
|
3351
|
-
.mdc-text-field {
|
|
3352
|
-
--mdc-ripple-fg-size: 0;
|
|
3353
|
-
--mdc-ripple-left: 0;
|
|
3354
|
-
--mdc-ripple-top: 0;
|
|
3355
|
-
--mdc-ripple-fg-scale: 1;
|
|
3356
|
-
--mdc-ripple-fg-translate-end: 0;
|
|
3357
|
-
--mdc-ripple-fg-translate-start: 0;
|
|
3358
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
3359
|
-
will-change: transform, opacity;
|
|
3360
|
-
border-radius: 4px 4px 0 0;
|
|
3361
|
-
display: inline-flex;
|
|
3362
|
-
position: relative;
|
|
3363
|
-
box-sizing: border-box;
|
|
3364
|
-
height: 56px;
|
|
3365
|
-
overflow: hidden;
|
|
3366
|
-
/* @alternate */
|
|
3367
|
-
will-change: opacity, transform, color; }
|
|
3368
|
-
.mdc-text-field::before, .mdc-text-field::after {
|
|
3369
|
-
position: absolute;
|
|
3370
|
-
border-radius: 50%;
|
|
3371
|
-
opacity: 0;
|
|
3372
|
-
pointer-events: none;
|
|
3373
|
-
content: ""; }
|
|
3374
|
-
.mdc-text-field::before {
|
|
3375
|
-
transition: opacity 15ms linear, background-color 15ms linear;
|
|
3376
|
-
z-index: 1; }
|
|
3377
|
-
.mdc-text-field.mdc-ripple-upgraded::before {
|
|
3378
|
-
transform: scale(1);
|
|
3379
|
-
transform: scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
3380
|
-
.mdc-text-field.mdc-ripple-upgraded::after {
|
|
3381
|
-
top: 0;
|
|
3382
|
-
/* @noflip */
|
|
3383
|
-
left: 0;
|
|
3384
|
-
transform: scale(0);
|
|
3385
|
-
transform-origin: center center; }
|
|
3386
|
-
.mdc-text-field.mdc-ripple-upgraded--unbounded::after {
|
|
3387
|
-
top: 0;
|
|
3388
|
-
top: var(--mdc-ripple-top, 0);
|
|
3389
|
-
/* @noflip */
|
|
3390
|
-
left: 0;
|
|
3391
|
-
left: var(--mdc-ripple-left, 0); }
|
|
3392
|
-
.mdc-text-field.mdc-ripple-upgraded--foreground-activation::after {
|
|
3393
|
-
animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
|
|
3394
|
-
.mdc-text-field.mdc-ripple-upgraded--foreground-deactivation::after {
|
|
3395
|
-
animation: mdc-ripple-fg-opacity-out 150ms;
|
|
3396
|
-
transform: translate(0) scale(1);
|
|
3397
|
-
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
3398
|
-
.mdc-text-field::before, .mdc-text-field::after {
|
|
3399
|
-
background-color: rgba(0, 0, 0, 0.87); }
|
|
3400
|
-
.mdc-text-field:hover::before {
|
|
3401
|
-
opacity: 0.04; }
|
|
3402
|
-
.mdc-text-field:not(.mdc-ripple-upgraded):focus::before, .mdc-text-field.mdc-ripple-upgraded--background-focused::before {
|
|
3403
|
-
transition-duration: 75ms;
|
|
3404
|
-
opacity: 0.12; }
|
|
3405
|
-
.mdc-text-field::before, .mdc-text-field::after {
|
|
3406
|
-
top: calc(50% - 100%);
|
|
3407
|
-
/* @noflip */
|
|
3408
|
-
left: calc(50% - 100%);
|
|
3409
|
-
width: 200%;
|
|
3410
|
-
height: 200%; }
|
|
3411
|
-
.mdc-text-field.mdc-ripple-upgraded::after {
|
|
3412
|
-
width: 100%;
|
|
3413
|
-
width: var(--mdc-ripple-fg-size, 100%);
|
|
3414
|
-
height: 100%;
|
|
3415
|
-
height: var(--mdc-ripple-fg-size, 100%); }
|
|
3416
|
-
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
|
|
3417
|
-
color: rgba(0, 0, 0, 0.6); }
|
|
3418
|
-
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
|
|
3419
|
-
color: rgba(0, 0, 0, 0.87); }
|
|
3420
|
-
.mdc-text-field .mdc-text-field__input {
|
|
3421
|
-
caret-color: #358b76;
|
|
3422
|
-
/* @alternate */
|
|
3423
|
-
caret-color: #358b76;
|
|
3424
|
-
caret-color: var(--mdc-theme-primary, #358b76); }
|
|
3425
|
-
.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
|
|
3426
|
-
border-bottom-color: rgba(0, 0, 0, 0.42); }
|
|
3427
|
-
.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
|
|
3428
|
-
border-bottom-color: rgba(0, 0, 0, 0.87); }
|
|
3429
|
-
.mdc-text-field .mdc-line-ripple {
|
|
3430
|
-
background-color: #358b76;
|
|
3431
|
-
/* @alternate */
|
|
3432
|
-
background-color: #358b76;
|
|
3433
|
-
background-color: var(--mdc-theme-primary, #358b76); }
|
|
3434
|
-
.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
|
|
3435
|
-
border-bottom-color: rgba(0, 0, 0, 0.12); }
|
|
3436
|
-
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
|
|
3437
|
-
color: rgba(0, 0, 0, 0.6); }
|
|
3438
|
-
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
|
|
3439
|
-
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
|
|
3440
|
-
color: rgba(0, 0, 0, 0.6); }
|
|
3441
|
-
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon {
|
|
3442
|
-
color: rgba(0, 0, 0, 0.54); }
|
|
3443
|
-
.mdc-text-field:not(.mdc-text-field--disabled) {
|
|
3444
|
-
background-color: #efefef; }
|
|
3445
|
-
.mdc-text-field .mdc-floating-label {
|
|
3446
|
-
/* @noflip */
|
|
3447
|
-
left: 16px;
|
|
3448
|
-
/* @noflip */
|
|
3449
|
-
right: auto;
|
|
3450
|
-
right: initial;
|
|
3451
|
-
top: 18px;
|
|
3452
|
-
pointer-events: none; }
|
|
3453
|
-
[dir="rtl"] .mdc-text-field .mdc-floating-label, .mdc-text-field .mdc-floating-label[dir="rtl"] {
|
|
3454
|
-
/* @noflip */
|
|
3455
|
-
left: auto;
|
|
3456
|
-
left: initial;
|
|
3457
|
-
/* @noflip */
|
|
3458
|
-
right: 16px; }
|
|
3459
|
-
.mdc-text-field--textarea .mdc-floating-label {
|
|
3460
|
-
/* @noflip */
|
|
3461
|
-
left: 4px;
|
|
3462
|
-
/* @noflip */
|
|
3463
|
-
right: auto;
|
|
3464
|
-
right: initial; }
|
|
3465
|
-
[dir="rtl"] .mdc-text-field--textarea .mdc-floating-label, .mdc-text-field--textarea .mdc-floating-label[dir="rtl"] {
|
|
3466
|
-
/* @noflip */
|
|
3467
|
-
left: auto;
|
|
3468
|
-
left: initial;
|
|
3469
|
-
/* @noflip */
|
|
3470
|
-
right: 4px; }
|
|
3471
|
-
.mdc-text-field--outlined .mdc-floating-label {
|
|
3472
|
-
/* @noflip */
|
|
3473
|
-
left: 4px;
|
|
3474
|
-
/* @noflip */
|
|
3475
|
-
right: auto;
|
|
3476
|
-
right: initial;
|
|
3477
|
-
top: 17px; }
|
|
3478
|
-
[dir="rtl"] .mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--outlined .mdc-floating-label[dir="rtl"] {
|
|
3479
|
-
/* @noflip */
|
|
3480
|
-
left: auto;
|
|
3481
|
-
left: initial;
|
|
3482
|
-
/* @noflip */
|
|
3483
|
-
right: 4px; }
|
|
3484
|
-
.mdc-text-field--outlined--with-leading-icon .mdc-floating-label {
|
|
3485
|
-
/* @noflip */
|
|
3486
|
-
left: 36px;
|
|
3487
|
-
/* @noflip */
|
|
3488
|
-
right: auto;
|
|
3489
|
-
right: initial; }
|
|
3490
|
-
[dir="rtl"] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label, .mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir="rtl"] {
|
|
3491
|
-
/* @noflip */
|
|
3492
|
-
left: auto;
|
|
3493
|
-
left: initial;
|
|
3494
|
-
/* @noflip */
|
|
3495
|
-
right: 36px; }
|
|
3496
|
-
.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above {
|
|
3497
|
-
/* @noflip */
|
|
3498
|
-
left: 40px;
|
|
3499
|
-
/* @noflip */
|
|
3500
|
-
right: auto;
|
|
3501
|
-
right: initial; }
|
|
3502
|
-
[dir="rtl"] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above, .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above[dir="rtl"] {
|
|
3503
|
-
/* @noflip */
|
|
3504
|
-
left: auto;
|
|
3505
|
-
left: initial;
|
|
3506
|
-
/* @noflip */
|
|
3507
|
-
right: 40px; }
|
|
3508
|
-
|
|
3509
|
-
.mdc-text-field__input {
|
|
3510
|
-
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
3511
|
-
-moz-osx-font-smoothing: grayscale;
|
|
3512
|
-
-webkit-font-smoothing: antialiased;
|
|
3513
|
-
font-size: 1rem;
|
|
3514
|
-
line-height: 1.75rem;
|
|
3515
|
-
font-weight: 400;
|
|
3516
|
-
letter-spacing: 0.00937em;
|
|
3517
|
-
text-decoration: inherit;
|
|
3518
|
-
text-transform: inherit;
|
|
3519
|
-
align-self: flex-end;
|
|
3520
|
-
box-sizing: border-box;
|
|
3521
|
-
width: 100%;
|
|
3522
|
-
height: 100%;
|
|
3523
|
-
padding: 20px 16px 6px;
|
|
3524
|
-
transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
3525
|
-
border: none;
|
|
3526
|
-
border-bottom: 1px solid;
|
|
3527
|
-
border-radius: 0;
|
|
3528
|
-
background: none;
|
|
3529
|
-
-webkit-appearance: none;
|
|
3530
|
-
-moz-appearance: none;
|
|
3531
|
-
appearance: none; }
|
|
3532
|
-
.mdc-text-field__input::-webkit-input-placeholder {
|
|
3533
|
-
transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
3534
|
-
opacity: 0;
|
|
3535
|
-
color: rgba(0, 0, 0, 0.54); }
|
|
3536
|
-
.mdc-text-field__input:-ms-input-placeholder {
|
|
3537
|
-
transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
3538
|
-
opacity: 0;
|
|
3539
|
-
color: rgba(0, 0, 0, 0.54); }
|
|
3540
|
-
.mdc-text-field__input::-ms-input-placeholder {
|
|
3541
|
-
transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
3542
|
-
opacity: 0;
|
|
3543
|
-
color: rgba(0, 0, 0, 0.54); }
|
|
3544
|
-
.mdc-text-field__input::placeholder {
|
|
3545
|
-
transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
3546
|
-
opacity: 0;
|
|
3547
|
-
color: rgba(0, 0, 0, 0.54); }
|
|
3548
|
-
.mdc-text-field__input:-ms-input-placeholder {
|
|
3549
|
-
color: rgba(0, 0, 0, 0.54) !important; }
|
|
3550
|
-
.mdc-text-field--fullwidth .mdc-text-field__input::-webkit-input-placeholder,
|
|
3551
|
-
.mdc-text-field--no-label .mdc-text-field__input::-webkit-input-placeholder,
|
|
3552
|
-
.mdc-text-field--focused .mdc-text-field__input::-webkit-input-placeholder {
|
|
3553
|
-
transition-delay: 40ms;
|
|
3554
|
-
transition-duration: 110ms;
|
|
3555
|
-
opacity: 1; }
|
|
3556
|
-
.mdc-text-field--fullwidth .mdc-text-field__input:-ms-input-placeholder,
|
|
3557
|
-
.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,
|
|
3558
|
-
.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder {
|
|
3559
|
-
transition-delay: 40ms;
|
|
3560
|
-
transition-duration: 110ms;
|
|
3561
|
-
opacity: 1; }
|
|
3562
|
-
.mdc-text-field--fullwidth .mdc-text-field__input::-ms-input-placeholder,
|
|
3563
|
-
.mdc-text-field--no-label .mdc-text-field__input::-ms-input-placeholder,
|
|
3564
|
-
.mdc-text-field--focused .mdc-text-field__input::-ms-input-placeholder {
|
|
3565
|
-
transition-delay: 40ms;
|
|
3566
|
-
transition-duration: 110ms;
|
|
3567
|
-
opacity: 1; }
|
|
3568
|
-
.mdc-text-field--fullwidth .mdc-text-field__input::placeholder,
|
|
3569
|
-
.mdc-text-field--no-label .mdc-text-field__input::placeholder,
|
|
3570
|
-
.mdc-text-field--focused .mdc-text-field__input::placeholder {
|
|
3571
|
-
transition-delay: 40ms;
|
|
3572
|
-
transition-duration: 110ms;
|
|
3573
|
-
opacity: 1; }
|
|
3574
|
-
.mdc-text-field__input:focus {
|
|
3575
|
-
outline: none; }
|
|
3576
|
-
.mdc-text-field__input:invalid {
|
|
3577
|
-
box-shadow: none; }
|
|
3578
|
-
.mdc-text-field__input:-webkit-autofill {
|
|
3579
|
-
z-index: auto !important; }
|
|
3580
|
-
.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
|
|
3581
|
-
padding-top: 16px;
|
|
3582
|
-
padding-bottom: 16px; }
|
|
3583
|
-
|
|
3584
|
-
.mdc-text-field__input:-webkit-autofill + .mdc-floating-label {
|
|
3585
|
-
transform: translateY(-50%) scale(0.75);
|
|
3586
|
-
cursor: auto; }
|
|
3587
|
-
|
|
3588
|
-
.mdc-text-field--outlined {
|
|
3589
|
-
border: none;
|
|
3590
|
-
overflow: visible; }
|
|
3591
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
|
|
3592
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
|
|
3593
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
|
|
3594
|
-
border-color: rgba(0, 0, 0, 0.38); }
|
|
3595
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
|
|
3596
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
|
|
3597
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
|
|
3598
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
|
|
3599
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
|
|
3600
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
3601
|
-
border-color: rgba(0, 0, 0, 0.87); }
|
|
3602
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
|
|
3603
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
|
|
3604
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
|
|
3605
|
-
border-color: #358b76;
|
|
3606
|
-
/* @alternate */
|
|
3607
|
-
border-color: #358b76;
|
|
3608
|
-
border-color: var(--mdc-theme-primary, #358b76); }
|
|
3609
|
-
.mdc-text-field--outlined .mdc-floating-label--shake {
|
|
3610
|
-
animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1; }
|
|
3611
|
-
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
|
|
3612
|
-
/* @noflip */
|
|
3613
|
-
border-radius: 4px 0 0 4px; }
|
|
3614
|
-
[dir="rtl"] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir="rtl"] {
|
|
3615
|
-
/* @noflip */
|
|
3616
|
-
border-radius: 0 4px 4px 0; }
|
|
3617
|
-
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
3618
|
-
/* @noflip */
|
|
3619
|
-
border-radius: 0 4px 4px 0; }
|
|
3620
|
-
[dir="rtl"] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir="rtl"] {
|
|
3621
|
-
/* @noflip */
|
|
3622
|
-
border-radius: 4px 0 0 4px; }
|
|
3623
|
-
.mdc-text-field--outlined .mdc-floating-label--float-above {
|
|
3624
|
-
transform: translateY(-144%) scale(1); }
|
|
3625
|
-
.mdc-text-field--outlined .mdc-floating-label--float-above {
|
|
3626
|
-
font-size: 0.75rem; }
|
|
3627
|
-
.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
3628
|
-
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
3629
|
-
transform: translateY(-130%) scale(0.75); }
|
|
3630
|
-
.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
3631
|
-
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
3632
|
-
font-size: 1rem; }
|
|
3633
|
-
.mdc-text-field--outlined::before, .mdc-text-field--outlined::after {
|
|
3634
|
-
content: none; }
|
|
3635
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled) {
|
|
3636
|
-
background-color: transparent; }
|
|
3637
|
-
.mdc-text-field--outlined .mdc-text-field__input {
|
|
3638
|
-
display: flex;
|
|
3639
|
-
padding: 12px 16px 14px;
|
|
3640
|
-
border: none !important;
|
|
3641
|
-
background-color: transparent;
|
|
3642
|
-
z-index: 1; }
|
|
3643
|
-
.mdc-text-field--outlined .mdc-text-field__icon {
|
|
3644
|
-
z-index: 2; }
|
|
3645
|
-
|
|
3646
|
-
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,
|
|
3647
|
-
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,
|
|
3648
|
-
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing {
|
|
3649
|
-
border-width: 2px; }
|
|
3650
|
-
|
|
3651
|
-
.mdc-text-field--outlined.mdc-text-field--disabled {
|
|
3652
|
-
background-color: transparent; }
|
|
3653
|
-
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
|
|
3654
|
-
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
|
|
3655
|
-
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
|
|
3656
|
-
border-color: rgba(0, 0, 0, 0.06); }
|
|
3657
|
-
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input {
|
|
3658
|
-
border-bottom: none; }
|
|
3659
|
-
|
|
3660
|
-
.mdc-text-field--outlined.mdc-text-field--dense {
|
|
3661
|
-
height: 48px; }
|
|
3662
|
-
.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
|
|
3663
|
-
transform: translateY(-134%) scale(1); }
|
|
3664
|
-
.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
|
|
3665
|
-
font-size: 0.8rem; }
|
|
3666
|
-
.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
3667
|
-
.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
3668
|
-
transform: translateY(-120%) scale(0.8); }
|
|
3669
|
-
.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
3670
|
-
.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
3671
|
-
font-size: 1rem; }
|
|
3672
|
-
.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
|
|
3673
|
-
animation: mdc-floating-label-shake-float-above-text-field-outlined-dense 250ms 1; }
|
|
3674
|
-
.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
|
|
3675
|
-
padding: 12px 12px 7px; }
|
|
3676
|
-
.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
|
|
3677
|
-
top: 14px; }
|
|
3678
|
-
.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon {
|
|
3679
|
-
top: 12px; }
|
|
3680
|
-
|
|
3681
|
-
.mdc-text-field--with-leading-icon .mdc-text-field__icon {
|
|
3682
|
-
/* @noflip */
|
|
3683
|
-
left: 16px;
|
|
3684
|
-
/* @noflip */
|
|
3685
|
-
right: auto;
|
|
3686
|
-
right: initial; }
|
|
3687
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__icon, .mdc-text-field--with-leading-icon .mdc-text-field__icon[dir="rtl"] {
|
|
3688
|
-
/* @noflip */
|
|
3689
|
-
left: auto;
|
|
3690
|
-
left: initial;
|
|
3691
|
-
/* @noflip */
|
|
3692
|
-
right: 16px; }
|
|
3693
|
-
|
|
3694
|
-
.mdc-text-field--with-leading-icon .mdc-text-field__input {
|
|
3695
|
-
/* @noflip */
|
|
3696
|
-
padding-left: 48px;
|
|
3697
|
-
/* @noflip */
|
|
3698
|
-
padding-right: 16px; }
|
|
3699
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__input, .mdc-text-field--with-leading-icon .mdc-text-field__input[dir="rtl"] {
|
|
3700
|
-
/* @noflip */
|
|
3701
|
-
padding-left: 16px;
|
|
3702
|
-
/* @noflip */
|
|
3703
|
-
padding-right: 48px; }
|
|
3704
|
-
|
|
3705
|
-
.mdc-text-field--with-leading-icon .mdc-floating-label {
|
|
3706
|
-
/* @noflip */
|
|
3707
|
-
left: 48px;
|
|
3708
|
-
/* @noflip */
|
|
3709
|
-
right: auto;
|
|
3710
|
-
right: initial; }
|
|
3711
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-floating-label, .mdc-text-field--with-leading-icon .mdc-floating-label[dir="rtl"] {
|
|
3712
|
-
/* @noflip */
|
|
3713
|
-
left: auto;
|
|
3714
|
-
left: initial;
|
|
3715
|
-
/* @noflip */
|
|
3716
|
-
right: 48px; }
|
|
3717
|
-
|
|
3718
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon {
|
|
3719
|
-
/* @noflip */
|
|
3720
|
-
left: 16px;
|
|
3721
|
-
/* @noflip */
|
|
3722
|
-
right: auto;
|
|
3723
|
-
right: initial; }
|
|
3724
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon[dir="rtl"] {
|
|
3725
|
-
/* @noflip */
|
|
3726
|
-
left: auto;
|
|
3727
|
-
left: initial;
|
|
3728
|
-
/* @noflip */
|
|
3729
|
-
right: 16px; }
|
|
3730
|
-
|
|
3731
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input {
|
|
3732
|
-
/* @noflip */
|
|
3733
|
-
padding-left: 48px;
|
|
3734
|
-
/* @noflip */
|
|
3735
|
-
padding-right: 16px; }
|
|
3736
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input[dir="rtl"] {
|
|
3737
|
-
/* @noflip */
|
|
3738
|
-
padding-left: 16px;
|
|
3739
|
-
/* @noflip */
|
|
3740
|
-
padding-right: 48px; }
|
|
3741
|
-
|
|
3742
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
|
|
3743
|
-
transform: translateY(-144%) translateX(-32px) scale(1); }
|
|
3744
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir="rtl"] {
|
|
3745
|
-
transform: translateY(-144%) translateX(32px) scale(1); }
|
|
3746
|
-
|
|
3747
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
|
|
3748
|
-
font-size: 0.75rem; }
|
|
3749
|
-
|
|
3750
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
3751
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
3752
|
-
transform: translateY(-130%) translateX(-32px) scale(0.75); }
|
|
3753
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"], [dir="rtl"]
|
|
3754
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
3755
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"] {
|
|
3756
|
-
transform: translateY(-130%) translateX(32px) scale(0.75); }
|
|
3757
|
-
|
|
3758
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
3759
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
3760
|
-
font-size: 1rem; }
|
|
3761
|
-
|
|
3762
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
|
|
3763
|
-
animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1; }
|
|
3764
|
-
|
|
3765
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir="rtl"] .mdc-floating-label--shake {
|
|
3766
|
-
animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl 250ms 1; }
|
|
3767
|
-
|
|
3768
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
|
|
3769
|
-
/* @noflip */
|
|
3770
|
-
left: 36px;
|
|
3771
|
-
/* @noflip */
|
|
3772
|
-
right: auto;
|
|
3773
|
-
right: initial; }
|
|
3774
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir="rtl"] {
|
|
3775
|
-
/* @noflip */
|
|
3776
|
-
left: auto;
|
|
3777
|
-
left: initial;
|
|
3778
|
-
/* @noflip */
|
|
3779
|
-
right: 36px; }
|
|
3780
|
-
|
|
3781
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
|
|
3782
|
-
transform: translateY(-134%) translateX(-21px) scale(1); }
|
|
3783
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above[dir="rtl"] {
|
|
3784
|
-
transform: translateY(-134%) translateX(21px) scale(1); }
|
|
3785
|
-
|
|
3786
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
|
|
3787
|
-
font-size: 0.8rem; }
|
|
3788
|
-
|
|
3789
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
3790
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
3791
|
-
transform: translateY(-120%) translateX(-21px) scale(0.8); }
|
|
3792
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"], [dir="rtl"]
|
|
3793
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
3794
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"] {
|
|
3795
|
-
transform: translateY(-120%) translateX(21px) scale(0.8); }
|
|
3796
|
-
|
|
3797
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
3798
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
3799
|
-
font-size: 1rem; }
|
|
3800
|
-
|
|
3801
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
|
|
3802
|
-
animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense 250ms 1; }
|
|
3803
|
-
|
|
3804
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir="rtl"] .mdc-floating-label--shake {
|
|
3805
|
-
animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl 250ms 1; }
|
|
3806
|
-
|
|
3807
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
|
|
3808
|
-
/* @noflip */
|
|
3809
|
-
left: 32px;
|
|
3810
|
-
/* @noflip */
|
|
3811
|
-
right: auto;
|
|
3812
|
-
right: initial; }
|
|
3813
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label[dir="rtl"] {
|
|
3814
|
-
/* @noflip */
|
|
3815
|
-
left: auto;
|
|
3816
|
-
left: initial;
|
|
3817
|
-
/* @noflip */
|
|
3818
|
-
right: 32px; }
|
|
3819
|
-
|
|
3820
|
-
.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
|
|
3821
|
-
/* @noflip */
|
|
3822
|
-
left: auto;
|
|
3823
|
-
left: initial;
|
|
3824
|
-
/* @noflip */
|
|
3825
|
-
right: 12px; }
|
|
3826
|
-
[dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__icon, .mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir="rtl"] {
|
|
3827
|
-
/* @noflip */
|
|
3828
|
-
left: 12px;
|
|
3829
|
-
/* @noflip */
|
|
3830
|
-
right: auto;
|
|
3831
|
-
right: initial; }
|
|
3832
|
-
|
|
3833
|
-
.mdc-text-field--with-trailing-icon .mdc-text-field__input {
|
|
3834
|
-
/* @noflip */
|
|
3835
|
-
padding-left: 16px;
|
|
3836
|
-
/* @noflip */
|
|
3837
|
-
padding-right: 48px; }
|
|
3838
|
-
[dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__input, .mdc-text-field--with-trailing-icon .mdc-text-field__input[dir="rtl"] {
|
|
3839
|
-
/* @noflip */
|
|
3840
|
-
padding-left: 48px;
|
|
3841
|
-
/* @noflip */
|
|
3842
|
-
padding-right: 16px; }
|
|
3843
|
-
|
|
3844
|
-
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon {
|
|
3845
|
-
/* @noflip */
|
|
3846
|
-
left: auto;
|
|
3847
|
-
left: initial;
|
|
3848
|
-
/* @noflip */
|
|
3849
|
-
right: 16px; }
|
|
3850
|
-
[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon, .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon[dir="rtl"] {
|
|
3851
|
-
/* @noflip */
|
|
3852
|
-
left: 16px;
|
|
3853
|
-
/* @noflip */
|
|
3854
|
-
right: auto;
|
|
3855
|
-
right: initial; }
|
|
3856
|
-
|
|
3857
|
-
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input {
|
|
3858
|
-
/* @noflip */
|
|
3859
|
-
padding-left: 16px;
|
|
3860
|
-
/* @noflip */
|
|
3861
|
-
padding-right: 48px; }
|
|
3862
|
-
[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input, .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input[dir="rtl"] {
|
|
3863
|
-
/* @noflip */
|
|
3864
|
-
padding-left: 48px;
|
|
3865
|
-
/* @noflip */
|
|
3866
|
-
padding-right: 16px; }
|
|
3867
|
-
|
|
3868
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
|
|
3869
|
-
/* @noflip */
|
|
3870
|
-
left: 16px;
|
|
3871
|
-
/* @noflip */
|
|
3872
|
-
right: auto; }
|
|
3873
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir="rtl"] {
|
|
3874
|
-
/* @noflip */
|
|
3875
|
-
left: auto;
|
|
3876
|
-
/* @noflip */
|
|
3877
|
-
right: 16px; }
|
|
3878
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon {
|
|
3879
|
-
/* @noflip */
|
|
3880
|
-
right: 12px;
|
|
3881
|
-
/* @noflip */
|
|
3882
|
-
left: auto; }
|
|
3883
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon[dir="rtl"] {
|
|
3884
|
-
/* @noflip */
|
|
3885
|
-
right: auto;
|
|
3886
|
-
/* @noflip */
|
|
3887
|
-
left: 12px; }
|
|
3888
|
-
|
|
3889
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input {
|
|
3890
|
-
/* @noflip */
|
|
3891
|
-
padding-left: 48px;
|
|
3892
|
-
/* @noflip */
|
|
3893
|
-
padding-right: 48px; }
|
|
3894
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir="rtl"] {
|
|
3895
|
-
/* @noflip */
|
|
3896
|
-
padding-left: 48px;
|
|
3897
|
-
/* @noflip */
|
|
3898
|
-
padding-right: 48px; }
|
|
3899
|
-
|
|
3900
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,
|
|
3901
|
-
.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
|
|
3902
|
-
bottom: 16px;
|
|
3903
|
-
transform: scale(0.8); }
|
|
3904
|
-
|
|
3905
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon {
|
|
3906
|
-
/* @noflip */
|
|
3907
|
-
left: 12px;
|
|
3908
|
-
/* @noflip */
|
|
3909
|
-
right: auto;
|
|
3910
|
-
right: initial; }
|
|
3911
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"] {
|
|
3912
|
-
/* @noflip */
|
|
3913
|
-
left: auto;
|
|
3914
|
-
left: initial;
|
|
3915
|
-
/* @noflip */
|
|
3916
|
-
right: 12px; }
|
|
3917
|
-
|
|
3918
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input {
|
|
3919
|
-
/* @noflip */
|
|
3920
|
-
padding-left: 44px;
|
|
3921
|
-
/* @noflip */
|
|
3922
|
-
padding-right: 16px; }
|
|
3923
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input, .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"] {
|
|
3924
|
-
/* @noflip */
|
|
3925
|
-
padding-left: 16px;
|
|
3926
|
-
/* @noflip */
|
|
3927
|
-
padding-right: 44px; }
|
|
3928
|
-
|
|
3929
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label {
|
|
3930
|
-
/* @noflip */
|
|
3931
|
-
left: 44px;
|
|
3932
|
-
/* @noflip */
|
|
3933
|
-
right: auto;
|
|
3934
|
-
right: initial; }
|
|
3935
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label[dir="rtl"] {
|
|
3936
|
-
/* @noflip */
|
|
3937
|
-
left: auto;
|
|
3938
|
-
left: initial;
|
|
3939
|
-
/* @noflip */
|
|
3940
|
-
right: 44px; }
|
|
3941
|
-
|
|
3942
|
-
.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
|
|
3943
|
-
/* @noflip */
|
|
3944
|
-
left: auto;
|
|
3945
|
-
left: initial;
|
|
3946
|
-
/* @noflip */
|
|
3947
|
-
right: 12px; }
|
|
3948
|
-
[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon, .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"] {
|
|
3949
|
-
/* @noflip */
|
|
3950
|
-
left: 12px;
|
|
3951
|
-
/* @noflip */
|
|
3952
|
-
right: auto;
|
|
3953
|
-
right: initial; }
|
|
3954
|
-
|
|
3955
|
-
.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
|
|
3956
|
-
/* @noflip */
|
|
3957
|
-
padding-left: 16px;
|
|
3958
|
-
/* @noflip */
|
|
3959
|
-
padding-right: 44px; }
|
|
3960
|
-
[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input, .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"] {
|
|
3961
|
-
/* @noflip */
|
|
3962
|
-
padding-left: 44px;
|
|
3963
|
-
/* @noflip */
|
|
3964
|
-
padding-right: 16px; }
|
|
3965
|
-
|
|
3966
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
|
|
3967
|
-
/* @noflip */
|
|
3968
|
-
left: 12px;
|
|
3969
|
-
/* @noflip */
|
|
3970
|
-
right: auto; }
|
|
3971
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"] {
|
|
3972
|
-
/* @noflip */
|
|
3973
|
-
left: auto;
|
|
3974
|
-
/* @noflip */
|
|
3975
|
-
right: 12px; }
|
|
3976
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon {
|
|
3977
|
-
/* @noflip */
|
|
3978
|
-
right: 12px;
|
|
3979
|
-
/* @noflip */
|
|
3980
|
-
left: auto; }
|
|
3981
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon[dir="rtl"] {
|
|
3982
|
-
/* @noflip */
|
|
3983
|
-
right: auto;
|
|
3984
|
-
/* @noflip */
|
|
3985
|
-
left: 12px; }
|
|
3986
|
-
|
|
3987
|
-
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
|
|
3988
|
-
/* @noflip */
|
|
3989
|
-
padding-left: 44px;
|
|
3990
|
-
/* @noflip */
|
|
3991
|
-
padding-right: 44px; }
|
|
3992
|
-
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"] {
|
|
3993
|
-
/* @noflip */
|
|
3994
|
-
padding-left: 44px;
|
|
3995
|
-
/* @noflip */
|
|
3996
|
-
padding-right: 44px; }
|
|
3997
|
-
|
|
3998
|
-
.mdc-text-field--dense .mdc-floating-label--float-above {
|
|
3999
|
-
transform: translateY(-70%) scale(0.8); }
|
|
4000
|
-
|
|
4001
|
-
.mdc-text-field--dense .mdc-floating-label--shake {
|
|
4002
|
-
animation: mdc-floating-label-shake-float-above-text-field-dense 250ms 1; }
|
|
4003
|
-
|
|
4004
|
-
.mdc-text-field--dense .mdc-text-field__input {
|
|
4005
|
-
padding: 12px 12px 0; }
|
|
4006
|
-
|
|
4007
|
-
.mdc-text-field--dense .mdc-floating-label {
|
|
4008
|
-
font-size: .813rem; }
|
|
4009
|
-
.mdc-text-field--dense .mdc-floating-label--float-above {
|
|
4010
|
-
font-size: .813rem; }
|
|
4011
|
-
|
|
4012
|
-
.mdc-text-field__input:required ~ .mdc-floating-label::after,
|
|
4013
|
-
.mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label::after {
|
|
4014
|
-
margin-left: 1px;
|
|
4015
|
-
content: "*"; }
|
|
4016
|
-
|
|
4017
|
-
.mdc-text-field--textarea {
|
|
4018
|
-
display: inline-flex;
|
|
4019
|
-
width: auto;
|
|
4020
|
-
height: auto;
|
|
4021
|
-
transition: none;
|
|
4022
|
-
overflow: visible; }
|
|
4023
|
-
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
|
|
4024
|
-
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
|
|
4025
|
-
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
|
|
4026
|
-
border-color: rgba(0, 0, 0, 0.38); }
|
|
4027
|
-
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
|
|
4028
|
-
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
|
|
4029
|
-
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
|
|
4030
|
-
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
|
|
4031
|
-
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
|
|
4032
|
-
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
4033
|
-
border-color: rgba(0, 0, 0, 0.87); }
|
|
4034
|
-
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
|
|
4035
|
-
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
|
|
4036
|
-
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
|
|
4037
|
-
border-color: #358b76;
|
|
4038
|
-
/* @alternate */
|
|
4039
|
-
border-color: #358b76;
|
|
4040
|
-
border-color: var(--mdc-theme-primary, #358b76); }
|
|
4041
|
-
.mdc-text-field--textarea .mdc-floating-label--shake {
|
|
4042
|
-
animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1; }
|
|
4043
|
-
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
|
|
4044
|
-
/* @noflip */
|
|
4045
|
-
border-radius: 4px 0 0 4px; }
|
|
4046
|
-
[dir="rtl"] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading, .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading[dir="rtl"] {
|
|
4047
|
-
/* @noflip */
|
|
4048
|
-
border-radius: 0 4px 4px 0; }
|
|
4049
|
-
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
4050
|
-
/* @noflip */
|
|
4051
|
-
border-radius: 0 4px 4px 0; }
|
|
4052
|
-
[dir="rtl"] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing[dir="rtl"] {
|
|
4053
|
-
/* @noflip */
|
|
4054
|
-
border-radius: 4px 0 0 4px; }
|
|
4055
|
-
.mdc-text-field--textarea::before, .mdc-text-field--textarea::after {
|
|
4056
|
-
content: none; }
|
|
4057
|
-
.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
|
|
4058
|
-
background-color: transparent; }
|
|
4059
|
-
.mdc-text-field--textarea .mdc-floating-label--float-above {
|
|
4060
|
-
transform: translateY(-144%) scale(1); }
|
|
4061
|
-
.mdc-text-field--textarea .mdc-floating-label--float-above {
|
|
4062
|
-
font-size: 0.75rem; }
|
|
4063
|
-
.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
4064
|
-
.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
4065
|
-
transform: translateY(-130%) scale(0.75); }
|
|
4066
|
-
.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
|
|
4067
|
-
.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
4068
|
-
font-size: 1rem; }
|
|
4069
|
-
.mdc-text-field--textarea .mdc-text-field-character-counter {
|
|
4070
|
-
/* @noflip */
|
|
4071
|
-
left: auto;
|
|
4072
|
-
left: initial;
|
|
4073
|
-
/* @noflip */
|
|
4074
|
-
right: 16px;
|
|
4075
|
-
position: absolute;
|
|
4076
|
-
bottom: 13px; }
|
|
4077
|
-
[dir="rtl"] .mdc-text-field--textarea .mdc-text-field-character-counter, .mdc-text-field--textarea .mdc-text-field-character-counter[dir="rtl"] {
|
|
4078
|
-
/* @noflip */
|
|
4079
|
-
left: 16px;
|
|
4080
|
-
/* @noflip */
|
|
4081
|
-
right: auto;
|
|
4082
|
-
right: initial; }
|
|
4083
|
-
.mdc-text-field--textarea .mdc-text-field__input {
|
|
4084
|
-
-ms-grid-row-align: auto;
|
|
4085
|
-
align-self: auto;
|
|
4086
|
-
box-sizing: border-box;
|
|
4087
|
-
height: auto;
|
|
4088
|
-
margin: 8px 1px 1px 0;
|
|
4089
|
-
padding: 0 16px 16px;
|
|
4090
|
-
border: none; }
|
|
4091
|
-
.mdc-text-field--textarea .mdc-text-field-character-counter + .mdc-text-field__input {
|
|
4092
|
-
margin-bottom: 28px;
|
|
4093
|
-
padding-bottom: 0; }
|
|
4094
|
-
.mdc-text-field--textarea .mdc-floating-label {
|
|
4095
|
-
top: 17px;
|
|
4096
|
-
bottom: auto;
|
|
4097
|
-
width: auto;
|
|
4098
|
-
pointer-events: none; }
|
|
4099
|
-
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,
|
|
4100
|
-
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,
|
|
4101
|
-
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__trailing {
|
|
4102
|
-
border-width: 2px; }
|
|
4103
|
-
|
|
4104
|
-
.mdc-text-field--fullwidth {
|
|
4105
|
-
width: 100%; }
|
|
4106
|
-
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) {
|
|
4107
|
-
display: block; }
|
|
4108
|
-
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::before, .mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::after {
|
|
4109
|
-
content: none; }
|
|
4110
|
-
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) {
|
|
4111
|
-
background-color: transparent; }
|
|
4112
|
-
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input {
|
|
4113
|
-
padding: 0; }
|
|
4114
|
-
.mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input {
|
|
4115
|
-
resize: vertical; }
|
|
4116
|
-
|
|
4117
|
-
.mdc-text-field--fullwidth.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
|
|
4118
|
-
border-bottom-color: #b00020;
|
|
4119
|
-
/* @alternate */
|
|
4120
|
-
border-bottom-color: #b00020;
|
|
4121
|
-
border-bottom-color: var(--mdc-theme-error, #b00020); }
|
|
4122
|
-
|
|
4123
|
-
.mdc-text-field-helper-line {
|
|
4124
|
-
display: flex;
|
|
4125
|
-
justify-content: space-between;
|
|
4126
|
-
box-sizing: border-box; }
|
|
4127
|
-
.mdc-text-field--dense + .mdc-text-field-helper-line {
|
|
4128
|
-
margin-bottom: 4px; }
|
|
4129
|
-
.mdc-text-field + .mdc-text-field-helper-line {
|
|
4130
|
-
padding-right: 16px;
|
|
4131
|
-
padding-left: 16px; }
|
|
4132
|
-
|
|
4133
|
-
.mdc-form-field > .mdc-text-field + label {
|
|
4134
|
-
align-self: flex-start; }
|
|
4135
|
-
|
|
4136
|
-
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
|
|
4137
|
-
color: rgba(53, 139, 118, 0.87); }
|
|
4138
|
-
|
|
4139
|
-
.mdc-text-field--focused .mdc-text-field__input:required ~ .mdc-floating-label::after,
|
|
4140
|
-
.mdc-text-field--focused .mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label::after {
|
|
4141
|
-
color: rgba(53, 139, 118, 0.87); }
|
|
4142
|
-
|
|
4143
|
-
.mdc-text-field--focused + .mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
|
|
4144
|
-
opacity: 1; }
|
|
4145
|
-
|
|
4146
|
-
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
|
|
4147
|
-
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
|
|
4148
|
-
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
|
|
4149
|
-
border-color: #358b76;
|
|
4150
|
-
/* @alternate */
|
|
4151
|
-
border-color: #358b76;
|
|
4152
|
-
border-color: var(--mdc-theme-primary, #358b76); }
|
|
4153
|
-
|
|
4154
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
|
|
4155
|
-
border-bottom-color: #b00020;
|
|
4156
|
-
/* @alternate */
|
|
4157
|
-
border-bottom-color: #b00020;
|
|
4158
|
-
border-bottom-color: var(--mdc-theme-error, #b00020); }
|
|
4159
|
-
|
|
4160
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
|
|
4161
|
-
border-bottom-color: #b00020;
|
|
4162
|
-
/* @alternate */
|
|
4163
|
-
border-bottom-color: #b00020;
|
|
4164
|
-
border-bottom-color: var(--mdc-theme-error, #b00020); }
|
|
4165
|
-
|
|
4166
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple {
|
|
4167
|
-
background-color: #b00020;
|
|
4168
|
-
/* @alternate */
|
|
4169
|
-
background-color: #b00020;
|
|
4170
|
-
background-color: var(--mdc-theme-error, #b00020); }
|
|
4171
|
-
|
|
4172
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
|
|
4173
|
-
color: #b00020;
|
|
4174
|
-
/* @alternate */
|
|
4175
|
-
color: #b00020;
|
|
4176
|
-
color: var(--mdc-theme-error, #b00020); }
|
|
4177
|
-
|
|
4178
|
-
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
|
|
4179
|
-
color: #b00020;
|
|
4180
|
-
/* @alternate */
|
|
4181
|
-
color: #b00020;
|
|
4182
|
-
color: var(--mdc-theme-error, #b00020); }
|
|
4183
|
-
|
|
4184
|
-
.mdc-text-field--invalid .mdc-text-field__input {
|
|
4185
|
-
caret-color: #b00020;
|
|
4186
|
-
/* @alternate */
|
|
4187
|
-
caret-color: #b00020;
|
|
4188
|
-
caret-color: var(--mdc-theme-error, #b00020); }
|
|
4189
|
-
|
|
4190
|
-
.mdc-text-field--invalid .mdc-text-field__input:required ~ .mdc-floating-label::after,
|
|
4191
|
-
.mdc-text-field--invalid .mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label::after {
|
|
4192
|
-
color: #b00020;
|
|
4193
|
-
/* @alternate */
|
|
4194
|
-
color: #b00020;
|
|
4195
|
-
color: var(--mdc-theme-error, #b00020); }
|
|
4196
|
-
|
|
4197
|
-
.mdc-text-field--invalid.mdc-text-field--with-trailing-icon:not(.mdc-text-field--with-leading-icon):not(.mdc-text-field--disabled) .mdc-text-field__icon {
|
|
4198
|
-
color: #b00020;
|
|
4199
|
-
/* @alternate */
|
|
4200
|
-
color: #b00020;
|
|
4201
|
-
color: var(--mdc-theme-error, #b00020); }
|
|
4202
|
-
|
|
4203
|
-
.mdc-text-field--invalid.mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon:not(.mdc-text-field--disabled) .mdc-text-field__icon ~ .mdc-text-field__icon {
|
|
4204
|
-
color: #b00020;
|
|
4205
|
-
/* @alternate */
|
|
4206
|
-
color: #b00020;
|
|
4207
|
-
color: var(--mdc-theme-error, #b00020); }
|
|
4208
|
-
|
|
4209
|
-
.mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
|
|
4210
|
-
opacity: 1; }
|
|
4211
|
-
|
|
4212
|
-
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
|
|
4213
|
-
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
|
|
4214
|
-
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
|
|
4215
|
-
border-color: #b00020;
|
|
4216
|
-
/* @alternate */
|
|
4217
|
-
border-color: #b00020;
|
|
4218
|
-
border-color: var(--mdc-theme-error, #b00020); }
|
|
4219
|
-
|
|
4220
|
-
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
|
|
4221
|
-
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
|
|
4222
|
-
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
|
|
4223
|
-
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
|
|
4224
|
-
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
|
|
4225
|
-
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
4226
|
-
border-color: #b00020;
|
|
4227
|
-
/* @alternate */
|
|
4228
|
-
border-color: #b00020;
|
|
4229
|
-
border-color: var(--mdc-theme-error, #b00020); }
|
|
4230
|
-
|
|
4231
|
-
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
|
|
4232
|
-
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
|
|
4233
|
-
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
|
|
4234
|
-
border-color: #b00020;
|
|
4235
|
-
/* @alternate */
|
|
4236
|
-
border-color: #b00020;
|
|
4237
|
-
border-color: var(--mdc-theme-error, #b00020); }
|
|
4238
|
-
|
|
4239
|
-
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
|
|
4240
|
-
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
|
|
4241
|
-
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
|
|
4242
|
-
border-color: #b00020;
|
|
4243
|
-
/* @alternate */
|
|
4244
|
-
border-color: #b00020;
|
|
4245
|
-
border-color: var(--mdc-theme-error, #b00020); }
|
|
4246
|
-
|
|
4247
|
-
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
|
|
4248
|
-
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
|
|
4249
|
-
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
|
|
4250
|
-
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
|
|
4251
|
-
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
|
|
4252
|
-
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
4253
|
-
border-color: #b00020;
|
|
4254
|
-
/* @alternate */
|
|
4255
|
-
border-color: #b00020;
|
|
4256
|
-
border-color: var(--mdc-theme-error, #b00020); }
|
|
4257
|
-
|
|
4258
|
-
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
|
|
4259
|
-
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
|
|
4260
|
-
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
|
|
4261
|
-
border-color: #b00020;
|
|
4262
|
-
/* @alternate */
|
|
4263
|
-
border-color: #b00020;
|
|
4264
|
-
border-color: var(--mdc-theme-error, #b00020); }
|
|
4265
|
-
|
|
4266
|
-
.mdc-text-field--disabled {
|
|
4267
|
-
background-color: #fafafa;
|
|
4268
|
-
border-bottom: none;
|
|
4269
|
-
pointer-events: none; }
|
|
4270
|
-
.mdc-text-field--disabled .mdc-text-field__input {
|
|
4271
|
-
border-bottom-color: rgba(0, 0, 0, 0.06); }
|
|
4272
|
-
.mdc-text-field--disabled .mdc-text-field__input {
|
|
4273
|
-
color: rgba(0, 0, 0, 0.37); }
|
|
4274
|
-
.mdc-text-field--disabled .mdc-floating-label {
|
|
4275
|
-
color: rgba(0, 0, 0, 0.37); }
|
|
4276
|
-
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
|
|
4277
|
-
color: rgba(0, 0, 0, 0.37); }
|
|
4278
|
-
.mdc-text-field--disabled .mdc-text-field-character-counter,
|
|
4279
|
-
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
|
|
4280
|
-
color: rgba(0, 0, 0, 0.37); }
|
|
4281
|
-
.mdc-text-field--disabled .mdc-text-field__icon {
|
|
4282
|
-
color: rgba(0, 0, 0, 0.3); }
|
|
4283
|
-
.mdc-text-field--disabled:not(.mdc-text-field--textarea) {
|
|
4284
|
-
border-bottom-color: rgba(0, 0, 0, 0.12); }
|
|
4285
|
-
.mdc-text-field--disabled .mdc-floating-label {
|
|
4286
|
-
cursor: default; }
|
|
4287
|
-
|
|
4288
|
-
.mdc-text-field--textarea.mdc-text-field--disabled {
|
|
4289
|
-
background-color: transparent;
|
|
4290
|
-
/* @alternate */
|
|
4291
|
-
background-color: #f9f9f9; }
|
|
4292
|
-
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__leading,
|
|
4293
|
-
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,
|
|
4294
|
-
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__trailing {
|
|
4295
|
-
border-color: rgba(0, 0, 0, 0.06); }
|
|
4296
|
-
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__input {
|
|
4297
|
-
border-bottom: none; }
|
|
4298
|
-
|
|
4299
|
-
@keyframes mdc-floating-label-shake-float-above-text-field-dense {
|
|
4300
|
-
0% {
|
|
4301
|
-
transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8); }
|
|
4302
|
-
33% {
|
|
4303
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
|
|
4304
|
-
transform: translateX(calc(4% - 0%)) translateY(-70%) scale(0.8); }
|
|
4305
|
-
66% {
|
|
4306
|
-
animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
|
|
4307
|
-
transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(0.8); }
|
|
4308
|
-
100% {
|
|
4309
|
-
transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8); } }
|
|
4310
|
-
|
|
4311
|
-
@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
|
|
4312
|
-
0% {
|
|
4313
|
-
transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75); }
|
|
4314
|
-
33% {
|
|
4315
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
|
|
4316
|
-
transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75); }
|
|
4317
|
-
66% {
|
|
4318
|
-
animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
|
|
4319
|
-
transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75); }
|
|
4320
|
-
100% {
|
|
4321
|
-
transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75); } }
|
|
4322
|
-
|
|
4323
|
-
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
|
|
4324
|
-
0% {
|
|
4325
|
-
transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8); }
|
|
4326
|
-
33% {
|
|
4327
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
|
|
4328
|
-
transform: translateX(calc(4% - 0%)) translateY(-120%) scale(0.8); }
|
|
4329
|
-
66% {
|
|
4330
|
-
animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
|
|
4331
|
-
transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(0.8); }
|
|
4332
|
-
100% {
|
|
4333
|
-
transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8); } }
|
|
4334
|
-
|
|
4335
|
-
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
|
|
4336
|
-
0% {
|
|
4337
|
-
transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75); }
|
|
4338
|
-
33% {
|
|
4339
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
|
|
4340
|
-
transform: translateX(calc(4% - 0)) translateY(-130%) scale(0.75); }
|
|
4341
|
-
66% {
|
|
4342
|
-
animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
|
|
4343
|
-
transform: translateX(calc(-4% - 0)) translateY(-130%) scale(0.75); }
|
|
4344
|
-
100% {
|
|
4345
|
-
transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75); } }
|
|
4346
|
-
|
|
4347
|
-
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
|
|
4348
|
-
0% {
|
|
4349
|
-
transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8); }
|
|
4350
|
-
33% {
|
|
4351
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
|
|
4352
|
-
transform: translateX(calc(4% - 21px)) translateY(-120%) scale(0.8); }
|
|
4353
|
-
66% {
|
|
4354
|
-
animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
|
|
4355
|
-
transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(0.8); }
|
|
4356
|
-
100% {
|
|
4357
|
-
transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8); } }
|
|
4358
|
-
|
|
4359
|
-
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
|
|
4360
|
-
0% {
|
|
4361
|
-
transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75); }
|
|
4362
|
-
33% {
|
|
4363
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
|
|
4364
|
-
transform: translateX(calc(4% - 0)) translateY(-130%) scale(0.75); }
|
|
4365
|
-
66% {
|
|
4366
|
-
animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
|
|
4367
|
-
transform: translateX(calc(-4% - 0)) translateY(-130%) scale(0.75); }
|
|
4368
|
-
100% {
|
|
4369
|
-
transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75); } }
|
|
4370
|
-
|
|
4371
|
-
@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
|
|
4372
|
-
0% {
|
|
4373
|
-
transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8); }
|
|
4374
|
-
33% {
|
|
4375
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
|
|
4376
|
-
transform: translateX(calc(4% - -21px)) translateY(-120%) scale(0.8); }
|
|
4377
|
-
66% {
|
|
4378
|
-
animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
|
|
4379
|
-
transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(0.8); }
|
|
4380
|
-
100% {
|
|
4381
|
-
transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8); } }
|
|
4382
|
-
|
|
4383
|
-
@keyframes mdc-floating-label-shake-float-above-textarea {
|
|
4384
|
-
0% {
|
|
4385
|
-
transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75); }
|
|
4386
|
-
33% {
|
|
4387
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
|
|
4388
|
-
transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75); }
|
|
4389
|
-
66% {
|
|
4390
|
-
animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
|
|
4391
|
-
transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75); }
|
|
4392
|
-
100% {
|
|
4393
|
-
transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75); } }
|
|
4394
|
-
|
|
4395
|
-
/* Make the text field take up 100% width by default */
|
|
4396
|
-
.mdc-text-field {
|
|
4397
|
-
width: 100%; }
|
|
4398
|
-
|
|
4399
|
-
/* push the input further right when there is an icon present
|
|
4400
|
-
* to make it look like there's even space around the icon */
|
|
4401
|
-
.mdc-text-field--outlined.mdc-text-field--with-leading-icon
|
|
4402
|
-
.mdc-text-field__input {
|
|
4403
|
-
padding-left: 3.25rem; }
|
|
4404
|
-
|
|
4405
|
-
.mdc-text-field--outlined.mdc-text-field--with-leading-icon
|
|
4406
|
-
.mdc-floating-label:not(.mdc-floating-label--float-above) {
|
|
4407
|
-
transform: translateX(0.5rem); }
|
|
4408
|
-
|
|
4409
|
-
/* recenter the text in the input */
|
|
4410
|
-
.mdc-text-field--outlined .mdc-text-field__input {
|
|
4411
|
-
padding-top: 14px;
|
|
4412
|
-
padding-bottom: 12px; }
|
|
4413
|
-
|
|
4414
|
-
/* recenter the floating label */
|
|
4415
|
-
.mdc-text-field--outlined .mdc-floating-label {
|
|
4416
|
-
top: 19px; }
|
|
4417
|
-
|
|
4418
|
-
/* use smaller text for dense fields */
|
|
4419
|
-
.mdc-text-field--dense .mdc-text-field__input,
|
|
4420
|
-
.mdc-text-field--dense .mdc-floating-label,
|
|
4421
|
-
.mdc-text-field--outlined.mdc-text-field--dense
|
|
4422
|
-
.mdc-notched-outline--upgraded
|
|
4423
|
-
.mdc-floating-label--float-above {
|
|
4424
|
-
font-size: 0.875rem; }
|
|
4425
|
-
|
|
4426
|
-
/* recenter the text for dense text fields */
|
|
4427
|
-
.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
|
|
4428
|
-
padding: 9px 12px 10px 12px; }
|
|
4429
|
-
|
|
4430
|
-
/* push the input further right when there is an icon present
|
|
4431
|
-
* to make it look like there's even space around the icon for
|
|
4432
|
-
* dense text fields */
|
|
4433
|
-
.mdc-text-field--outlined.mdc-text-field--dense.mdc-text-field--with-leading-icon
|
|
4434
|
-
.mdc-text-field__input {
|
|
4435
|
-
padding-left: 2.5rem; }
|
|
4436
|
-
|
|
4437
|
-
.mdc-text-field--outlined.mdc-text-field--dense.mdc-text-field--with-leading-icon
|
|
4438
|
-
.mdc-floating-label:not(.mdc-floating-label--float-above) {
|
|
4439
|
-
transform: translateX(0.25rem); }
|
|
4440
|
-
|
|
4441
|
-
.mdc-text-field--outlined.mdc-text-field--dense.mdc-text-field--with-leading-icon
|
|
4442
|
-
.mdc-notched-outline--upgraded
|
|
4443
|
-
.mdc-floating-label--float-above {
|
|
4444
|
-
transform: translateY(-120%) translateX(-28px) scale(0.8); }
|
|
4445
|
-
|
|
4446
|
-
/* path a bug in the outlined style where the label will be
|
|
4447
|
-
* rendered despite noLabel being set to true */
|
|
4448
|
-
.mdc-text-field--outlined.mdc-text-field--no-label .mdc-floating-label,
|
|
4449
|
-
.mdc-text-field--outlined.mdc-text-field--no-label .mdc-notched-outline__notch {
|
|
4450
|
-
display: none; }
|
|
4451
|
-
|
|
4452
|
-
/* reset the border color to make it consistent with select */
|
|
4453
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
|
|
4454
|
-
.mdc-notched-outline__leading,
|
|
4455
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
|
|
4456
|
-
.mdc-notched-outline__notch,
|
|
4457
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
|
|
4458
|
-
.mdc-notched-outline__trailing {
|
|
4459
|
-
border-color: #9e9e9e; }
|
|
8
|
+
* Date: 2024-04-21T07:43:02.731Z
|
|
9
|
+
*/.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.cropper-container img{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.dzu-dropzone{display:flex;flex-direction:column;align-items:center;width:100%;min-height:120px;overflow:scroll;margin:0 auto;position:relative;box-sizing:border-box;transition:all .15s linear;border:2px solid #d9d9d9;border-radius:4px}.dzu-dropzoneActive{background-color:#deebff;border-color:#2484ff}.dzu-dropzoneDisabled{opacity:.5}.dzu-dropzoneDisabled :hover{cursor:unset}.dzu-input{display:none}.dzu-inputLabel{position:absolute;top:0;bottom:0;left:0;right:0;font-size:20px}.dzu-inputLabel,.dzu-inputLabelWithFiles{display:flex;justify-content:center;align-items:center;font-family:Helvetica,sans-serif;font-weight:600;color:#2484ff;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;cursor:pointer}.dzu-inputLabelWithFiles{align-self:flex-start;padding:0 14px;min-height:32px;background-color:#e6e6e6;border:none;border-radius:4px;font-size:14px;margin-top:20px;margin-left:3%}.dzu-previewContainer{padding:40px 3%;flex-direction:row;justify-content:space-between;position:relative;width:100%;min-height:60px;z-index:1;border-bottom:1px solid #ececec;box-sizing:border-box}.dzu-previewContainer,.dzu-previewStatusContainer{display:flex;align-items:center}.dzu-previewFileName{font-family:Helvetica,sans-serif;font-size:14px;font-weight:400;color:#333}.dzu-previewImage{width:auto;max-height:40px;max-width:140px;border-radius:4px}.dzu-previewButton{background-size:14px 14px;background-position:50%;background-repeat:no-repeat;width:14px;height:14px;cursor:pointer;opacity:.9;margin:0 0 2px 10px}.dzu-submitButtonContainer{margin:24px 0;z-index:1}.dzu-submitButton{padding:0 14px;min-height:32px;background-color:#2484ff;border:none;border-radius:4px;font-family:Helvetica,sans-serif;font-size:14px;font-weight:600;color:#fff;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;cursor:pointer}.dzu-submitButton:disabled{background-color:#e6e6e6;color:#333;cursor:unset}:root{--mdc-theme-primary:#358b76;--mdc-theme-secondary:#f05c6a;--mdc-theme-background:#fff;--mdc-theme-surface:#fff;--mdc-theme-error:#b00020;--mdc-theme-on-primary:#fff;--mdc-theme-on-secondary:#fff;--mdc-theme-on-surface:#000;--mdc-theme-on-error:#fff;--mdc-theme-text-primary-on-background:rgba(0,0,0,0.87);--mdc-theme-text-secondary-on-background:rgba(0,0,0,0.54);--mdc-theme-text-hint-on-background:rgba(0,0,0,0.38);--mdc-theme-text-disabled-on-background:rgba(0,0,0,0.38);--mdc-theme-text-icon-on-background:rgba(0,0,0,0.38);--mdc-theme-text-primary-on-light:rgba(0,0,0,0.87);--mdc-theme-text-secondary-on-light:rgba(0,0,0,0.54);--mdc-theme-text-hint-on-light:rgba(0,0,0,0.38);--mdc-theme-text-disabled-on-light:rgba(0,0,0,0.38);--mdc-theme-text-icon-on-light:rgba(0,0,0,0.38);--mdc-theme-text-primary-on-dark:#fff;--mdc-theme-text-secondary-on-dark:hsla(0,0%,100%,0.7);--mdc-theme-text-hint-on-dark:hsla(0,0%,100%,0.5);--mdc-theme-text-disabled-on-dark:hsla(0,0%,100%,0.5);--mdc-theme-text-icon-on-dark:hsla(0,0%,100%,0.5)}.mdc-theme--primary{color:#358b76!important;color:var(--mdc-theme-primary,#358b76)!important}.mdc-theme--secondary{color:#f05c6a!important;color:var(--mdc-theme-secondary,#f05c6a)!important}.mdc-theme--background{background-color:#fff;background-color:var(--mdc-theme-background,#fff)}.mdc-theme--surface{background-color:#fff;background-color:var(--mdc-theme-surface,#fff)}.mdc-theme--error{color:#b00020!important;color:var(--mdc-theme-error,#b00020)!important}.mdc-theme--on-primary{color:#fff!important;color:var(--mdc-theme-on-primary,#fff)!important}.mdc-theme--on-secondary{color:#fff!important;color:var(--mdc-theme-on-secondary,#fff)!important}.mdc-theme--on-surface{color:#000!important;color:var(--mdc-theme-on-surface,#000)!important}.mdc-theme--on-error{color:#fff!important;color:var(--mdc-theme-on-error,#fff)!important}.mdc-theme--text-primary-on-background{color:rgba(0,0,0,.87)!important;color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87))!important}.mdc-theme--text-secondary-on-background{color:rgba(0,0,0,.54)!important;color:var(--mdc-theme-text-secondary-on-background,rgba(0,0,0,.54))!important}.mdc-theme--text-hint-on-background{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-hint-on-background,rgba(0,0,0,.38))!important}.mdc-theme--text-disabled-on-background{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-disabled-on-background,rgba(0,0,0,.38))!important}.mdc-theme--text-icon-on-background{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38))!important}.mdc-theme--text-primary-on-light{color:rgba(0,0,0,.87)!important;color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))!important}.mdc-theme--text-secondary-on-light{color:rgba(0,0,0,.54)!important;color:var(--mdc-theme-text-secondary-on-light,rgba(0,0,0,.54))!important}.mdc-theme--text-hint-on-light{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-hint-on-light,rgba(0,0,0,.38))!important}.mdc-theme--text-disabled-on-light{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))!important}.mdc-theme--text-icon-on-light{color:rgba(0,0,0,.38)!important;color:var(--mdc-theme-text-icon-on-light,rgba(0,0,0,.38))!important}.mdc-theme--text-primary-on-dark{color:#fff!important;color:var(--mdc-theme-text-primary-on-dark,#fff)!important}.mdc-theme--text-secondary-on-dark{color:hsla(0,0%,100%,.7)!important;color:var(--mdc-theme-text-secondary-on-dark,hsla(0,0%,100%,.7))!important}.mdc-theme--text-hint-on-dark{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-hint-on-dark,hsla(0,0%,100%,.5))!important}.mdc-theme--text-disabled-on-dark{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-disabled-on-dark,hsla(0,0%,100%,.5))!important}.mdc-theme--text-icon-on-dark{color:hsla(0,0%,100%,.5)!important;color:var(--mdc-theme-text-icon-on-dark,hsla(0,0%,100%,.5))!important}.mdc-theme--primary-bg{background-color:#358b76!important;background-color:var(--mdc-theme-primary,#358b76)!important}.mdc-theme--secondary-bg{background-color:#f05c6a!important;background-color:var(--mdc-theme-secondary,#f05c6a)!important}.mdc-button{font-family:Montserrat,system-ui;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:2.25rem;font-weight:700;letter-spacing:0;text-decoration:none;text-transform:none;padding:0 8px;display:inline-flex;position:relative;align-items:center;justify-content:center;box-sizing:border-box;min-width:64px;height:36px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;user-select:none;-webkit-appearance:none;overflow:hidden;vertical-align:middle;border-radius:4px}.mdc-button::-moz-focus-inner{padding:0;border:0}.mdc-button:active{outline:none}.mdc-button:hover{cursor:pointer}.mdc-button:disabled{background-color:initial;color:rgba(0,0,0,.37);cursor:default;pointer-events:none}.mdc-button.mdc-button--dense{border-radius:4px}.mdc-button:not(:disabled){background-color:initial}.mdc-button .mdc-button__icon{margin-left:0;margin-right:8px;display:inline-block;width:18px;height:18px;font-size:18px;vertical-align:top}.mdc-button .mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button .mdc-button__icon{margin-left:8px;margin-right:0}.mdc-button:not(:disabled){color:#358b76;color:var(--mdc-theme-primary,#358b76)}.mdc-button__label+.mdc-button__icon{margin-left:8px;margin-right:0}.mdc-button__label+.mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button__label+.mdc-button__icon{margin-left:0;margin-right:8px}svg.mdc-button__icon{fill:currentColor}.mdc-button--outlined .mdc-button__icon,.mdc-button--raised .mdc-button__icon,.mdc-button--unelevated .mdc-button__icon{margin-left:-4px;margin-right:8px}.mdc-button--outlined .mdc-button__icon[dir=rtl],.mdc-button--outlined .mdc-button__label+.mdc-button__icon,.mdc-button--raised .mdc-button__icon[dir=rtl],.mdc-button--raised .mdc-button__label+.mdc-button__icon,.mdc-button--unelevated .mdc-button__icon[dir=rtl],.mdc-button--unelevated .mdc-button__label+.mdc-button__icon,[dir=rtl] .mdc-button--outlined .mdc-button__icon,[dir=rtl] .mdc-button--raised .mdc-button__icon,[dir=rtl] .mdc-button--unelevated .mdc-button__icon{margin-left:8px;margin-right:-4px}.mdc-button--outlined .mdc-button__label+.mdc-button__icon[dir=rtl],.mdc-button--raised .mdc-button__label+.mdc-button__icon[dir=rtl],.mdc-button--unelevated .mdc-button__label+.mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button--outlined .mdc-button__label+.mdc-button__icon,[dir=rtl] .mdc-button--raised .mdc-button__label+.mdc-button__icon,[dir=rtl] .mdc-button--unelevated .mdc-button__label+.mdc-button__icon{margin-left:-4px;margin-right:8px}.mdc-button--raised,.mdc-button--unelevated{padding:0 16px}.mdc-button--raised:disabled,.mdc-button--unelevated:disabled{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.37)}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:#358b76}@supports not (-ms-ime-align:auto){.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:var(--mdc-theme-primary,#358b76)}}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){color:#fff;color:var(--mdc-theme-on-primary,#fff)}.mdc-button--raised{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);transition:box-shadow .28s cubic-bezier(.4,0,.2,1)}.mdc-button--raised:focus,.mdc-button--raised:hover{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mdc-button--raised:active{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mdc-button--raised:disabled{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mdc-button--outlined{border-style:solid;padding:0 14px;border-width:2px}.mdc-button--outlined:disabled{border-color:rgba(0,0,0,.37)}.mdc-button--outlined:not(:disabled){border-color:#358b76;border-color:var(--mdc-theme-primary,#358b76)}.mdc-button--dense{height:32px;font-size:.8125rem}@keyframes mdc-ripple-fg-radius-in{0%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-opacity-in{0%{animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@keyframes mdc-ripple-fg-opacity-out{0%{animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}.mdc-ripple-surface--test-edge-var-bug{--mdc-ripple-surface-test-edge-var:1px solid #000;visibility:hidden}.mdc-ripple-surface--test-edge-var-bug:before{border:var(--mdc-ripple-surface-test-edge-var)}.mdc-button{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-button:after,.mdc-button:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-button:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-button.mdc-ripple-upgraded:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-button.mdc-ripple-upgraded:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-button.mdc-ripple-upgraded--unbounded:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-button.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-button.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-button:after,.mdc-button:before{top:-50%;left:-50%;width:200%;height:200%}.mdc-button.mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-button:after,.mdc-button:before{background-color:#358b76}@supports not (-ms-ime-align:auto){.mdc-button:after,.mdc-button:before{background-color:var(--mdc-theme-primary,#358b76)}}.mdc-button:hover:before{opacity:.04}.mdc-button.mdc-ripple-upgraded--background-focused:before,.mdc-button:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}.mdc-button:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-button:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}.mdc-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}.mdc-button--raised:after,.mdc-button--raised:before,.mdc-button--unelevated:after,.mdc-button--unelevated:before{background-color:#fff}@supports not (-ms-ime-align:auto){.mdc-button--raised:after,.mdc-button--raised:before,.mdc-button--unelevated:after,.mdc-button--unelevated:before{background-color:var(--mdc-theme-on-primary,#fff)}}.mdc-button--raised:hover:before,.mdc-button--unelevated:hover:before{opacity:.08}.mdc-button--raised.mdc-ripple-upgraded--background-focused:before,.mdc-button--raised:not(.mdc-ripple-upgraded):focus:before,.mdc-button--unelevated.mdc-ripple-upgraded--background-focused:before,.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.24}.mdc-button--raised:not(.mdc-ripple-upgraded):after,.mdc-button--unelevated:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-button--raised:not(.mdc-ripple-upgraded):active:after,.mdc-button--unelevated:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.24}.mdc-button--raised.mdc-ripple-upgraded,.mdc-button--unelevated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.24}.mdc-button--display{height:3rem;padding:0 1rem;font-size:1rem}.mdc-button--raised.mdc-button--display,.mdc-button--unelevated.mdc-button--display{padding:0 1.75rem}.mdc-button{background:var(--mdc-theme-primary)}.mdc-button--outlined.mdc-button--display{padding:0 calc(1.75rem - 2px)}.mdc-button--large{height:3.5rem;padding:0 1.375rem;font-size:1rem}.mdc-button--outlined.mdc-button--large{padding:0 calc(1.375rem - 2px)}.mdc-button--display .mdc-button__icon,.mdc-button--large .mdc-button__icon{width:24px;height:24px;font-size:24px;vertical-align:top}.mdc-button--display .mdc-button__icon{margin-left:-.25rem;margin-right:.5rem}.mdc-button--display.mdc-button--raised .mdc-button__icon,.mdc-button--display.mdc-button--unelevated .mdc-button__icon{margin-left:-.75rem;margin-right:.75rem}.mdc-button--large .mdc-button__icon{margin-right:1rem}.mdc-button--outlined:focus:not(:disabled),.mdc-button--outlined:hover:not(:disabled){color:var(--mdc-theme-on-primary,#fff);background-color:var(--mdc-theme-primary)}.mdc-button--outlined:after,.mdc-button--outlined:before{background-color:var(--mdc-theme-on-primary,#fff)}.mdc-button--control{height:3.5rem;font-weight:500;font-size:1rem;padding-left:12px;padding-right:12px;border:1px solid #9e9e9e}.mdc-button--control:not(:disabled){color:rgba(0,0,0,.6)}.mdc-button.mdc-button--control:focus,.mdc-button.mdc-button--control:hover{border-color:rgba(0,0,0,.87)}.mdc-button.mdc-button--control:focus{border:2px solid var(--mdc-theme-primary);padding-left:11px;padding-right:11px}.mdc-button--control:active{color:var(--mdc-theme-primary)}.mdc-button--control.mdc-button--dense{height:3rem;font-size:.875rem}.mdc-chip__icon--leading,.mdc-chip__icon--trailing{color:rgba(0,0,0,.54)}.mdc-chip__icon--trailing:hover{color:rgba(0,0,0,.62)}.mdc-chip__icon--trailing:focus{color:rgba(0,0,0,.87)}.mdc-chip__icon.mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden){width:20px;height:20px;font-size:20px}.mdc-chip__icon.mdc-chip__icon--trailing{width:18px;height:18px;font-size:18px}.mdc-chip__icon--trailing{margin:0 -4px 0 4px}.mdc-chip{border-radius:16px;background-color:#e0e0e0;font-family:system-ui;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.0178571429em;text-decoration:inherit;text-transform:inherit;height:32px;display:inline-flex;position:relative;align-items:center;box-sizing:border-box;padding:7px 12px;outline:none;cursor:pointer;overflow:hidden}.mdc-chip,.mdc-chip:hover{color:rgba(0,0,0,.87)}.mdc-chip.mdc-chip--selected .mdc-chip__checkmark,.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden){margin:-4px 4px -4px -4px}.mdc-chip.mdc-chip--selected .mdc-chip__checkmark[dir=rtl],.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden)[dir=rtl],[dir=rtl] .mdc-chip.mdc-chip--selected .mdc-chip__checkmark,[dir=rtl] .mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden){margin-left:4px;margin-right:-4px}.mdc-chip:hover{color:#000;color:var(--mdc-theme-on-surface,#000)}.mdc-chip--exit{transition:opacity 75ms cubic-bezier(.4,0,.2,1),width .15s cubic-bezier(0,0,.2,1),padding .1s linear,margin .1s linear;opacity:0}.mdc-chip__text{white-space:nowrap}.mdc-chip__icon{border-radius:50%;outline:none;vertical-align:middle}.mdc-chip__checkmark{height:20px}.mdc-chip__checkmark-path{transition:stroke-dashoffset .15s cubic-bezier(.4,0,.6,1) 50ms;stroke-width:2px;stroke-dashoffset:29.7833385;stroke-dasharray:29.7833385}.mdc-chip--selected .mdc-chip__checkmark-path{stroke-dashoffset:0}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected{color:#358b76;color:var(--mdc-theme-primary,#358b76)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__icon--leading{color:rgba(53,139,118,.54)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover{color:#358b76;color:var(--mdc-theme-primary,#358b76)}.mdc-chip-set--choice .mdc-chip .mdc-chip__checkmark-path{stroke:#358b76;stroke:var(--mdc-theme-primary,#358b76)}.mdc-chip-set--choice .mdc-chip--selected{background-color:#fff;background-color:var(--mdc-theme-surface,#fff)}.mdc-chip__checkmark-svg{width:0;height:20px;transition:width .15s cubic-bezier(.4,0,.2,1)}.mdc-chip--selected .mdc-chip__checkmark-svg{width:20px}.mdc-chip-set--filter .mdc-chip__icon--leading{transition:opacity 75ms linear;transition-delay:-50ms;opacity:1}.mdc-chip-set--filter .mdc-chip__icon--leading+.mdc-chip__checkmark{transition:opacity 75ms linear;transition-delay:80ms;opacity:0}.mdc-chip-set--filter .mdc-chip__icon--leading+.mdc-chip__checkmark .mdc-chip__checkmark-svg{transition:width 0ms}.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading{opacity:0}.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading+.mdc-chip__checkmark{width:0;opacity:1}.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading{width:0;opacity:0}.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading+.mdc-chip__checkmark{width:20px}.mdc-chip{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-chip:after,.mdc-chip:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-chip:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-chip.mdc-ripple-upgraded:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-chip.mdc-ripple-upgraded:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-chip.mdc-ripple-upgraded--unbounded:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-chip.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-chip.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-chip:after,.mdc-chip:before{top:-50%;left:-50%;width:200%;height:200%}.mdc-chip.mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-chip:after,.mdc-chip:before{background-color:rgba(0,0,0,.87)}.mdc-chip:hover:before{opacity:.04}.mdc-chip.mdc-ripple-upgraded--background-focused:before,.mdc-chip:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}.mdc-chip:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-chip:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}.mdc-chip.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:before{opacity:.08}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:after,.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:before{background-color:#358b76}@supports not (-ms-ime-align:auto){.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:after,.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:before{background-color:var(--mdc-theme-primary,#358b76)}}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover:before{opacity:.12}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded--background-focused:before,.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.2}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.2}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.2}@keyframes mdc-chip-entry{0%{transform:scale(.8);opacity:.4}to{transform:scale(1);opacity:1}}.mdc-chip-set{padding:4px;display:flex;flex-wrap:wrap;box-sizing:border-box}.mdc-chip-set .mdc-chip{margin:4px}.mdc-chip-set--input .mdc-chip{animation:mdc-chip-entry .1s cubic-bezier(0,0,.2,1)}.mdc-chip-set{padding:4px 0}@keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.7833385}50%{animation-timing-function:cubic-bezier(0,0,.2,1)}to{stroke-dashoffset:0}}@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0)}68.2%{animation-timing-function:cubic-bezier(0,0,0,1)}to{transform:scaleX(1)}}@keyframes mdc-checkbox-checked-unchecked-checkmark-path{0%{animation-timing-function:cubic-bezier(.4,0,1,1);opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:-29.7833385}}@keyframes mdc-checkbox-checked-indeterminate-checkmark{0%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:rotate(0deg);opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-checked-checkmark{0%{animation-timing-function:cubic-bezier(.14,0,0,1);transform:rotate(45deg);opacity:0}to{transform:rotate(1turn);opacity:1}}@keyframes mdc-checkbox-checked-indeterminate-mixedmark{0%{animation-timing-function:mdc-animation-deceleration-curve-timing-function;transform:rotate(-45deg);opacity:0}to{transform:rotate(0deg);opacity:1}}@keyframes mdc-checkbox-indeterminate-checked-mixedmark{0%{animation-timing-function:cubic-bezier(.14,0,0,1);transform:rotate(0deg);opacity:1}to{transform:rotate(315deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;transform:scaleX(1);opacity:1}32.8%,to{transform:scaleX(0);opacity:0}}.mdc-checkbox{display:inline-block;position:relative;flex:0 0 18px;box-sizing:initial;width:18px;height:18px;padding:11px;line-height:0;white-space:nowrap;cursor:pointer;vertical-align:bottom}.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:rgba(0,0,0,.54);background-color:initial}.mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background{border-color:#f05c6a;border-color:var(--mdc-theme-secondary,#f05c6a);background-color:#f05c6a;background-color:var(--mdc-theme-secondary,#f05c6a)}@keyframes mdc-checkbox-fade-in-background-0{0%{border-color:rgba(0,0,0,.54);background-color:initial}50%{border-color:#f05c6a;border-color:var(--mdc-theme-secondary,#f05c6a);background-color:#f05c6a;background-color:var(--mdc-theme-secondary,#f05c6a)}}@keyframes mdc-checkbox-fade-out-background-0{0%,80%{border-color:#f05c6a;border-color:var(--mdc-theme-secondary,#f05c6a);background-color:#f05c6a;background-color:var(--mdc-theme-secondary,#f05c6a)}to{border-color:rgba(0,0,0,.54);background-color:initial}}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-0}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-0}.mdc-checkbox__checkmark{color:#fff}.mdc-checkbox__mixedmark{border-color:#fff}.mdc-checkbox__background:before{background-color:#f05c6a}@supports not (-ms-ime-align:auto){.mdc-checkbox__background:before{background-color:var(--mdc-theme-secondary,#f05c6a)}}.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:rgba(0,0,0,.26)}.mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0,0,0,.26)}@media screen and (-ms-high-contrast:active){.mdc-checkbox__mixedmark{margin:0 1px}}.mdc-checkbox--disabled{cursor:default;pointer-events:none}.mdc-checkbox__background{left:11px;right:auto;display:inline-flex;position:absolute;top:11px;bottom:0;align-items:center;justify-content:center;box-sizing:border-box;width:45%;height:45%;border:2px solid;border-radius:2px;background-color:initial;pointer-events:none;will-change:background-color,border-color;transition:background-color 90ms cubic-bezier(.4,0,.6,1) 0ms,border-color 90ms cubic-bezier(.4,0,.6,1) 0ms}.mdc-checkbox[dir=rtl] .mdc-checkbox__background,[dir=rtl] .mdc-checkbox .mdc-checkbox__background{left:auto;right:11px}.mdc-checkbox__checkmark{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;transition:opacity .18s cubic-bezier(.4,0,.6,1) 0ms}.mdc-checkbox--upgraded .mdc-checkbox__checkmark{opacity:1}.mdc-checkbox__checkmark-path{transition:stroke-dashoffset .18s cubic-bezier(.4,0,.6,1) 0ms;stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.7833385;stroke-dasharray:29.7833385}.mdc-checkbox__mixedmark{width:100%;height:0;transform:scaleX(0) rotate(0deg);border-width:1px;border-style:solid;opacity:0;transition:opacity 90ms cubic-bezier(.4,0,.6,1) 0ms,transform 90ms cubic-bezier(.4,0,.6,1) 0ms}.mdc-checkbox--upgraded .mdc-checkbox__background,.mdc-checkbox--upgraded .mdc-checkbox__checkmark,.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,.mdc-checkbox--upgraded .mdc-checkbox__mixedmark{transition:none!important}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background{animation-duration:.18s;animation-timing-function:linear}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-unchecked-checked-checkmark-path .18s linear 0s;transition:none}.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark{animation:mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark{animation:mdc-checkbox-indeterminate-checked-checkmark .5s linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-checked-mixedmark .5s linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-unchecked-mixedmark .3s linear 0s;transition:none}.mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background{transition:border-color 90ms cubic-bezier(0,0,.2,1) 0ms,background-color 90ms cubic-bezier(0,0,.2,1) 0ms}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark-path{stroke-dashoffset:0}.mdc-checkbox__background:before{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:scale(0);border-radius:50%;opacity:0;pointer-events:none;content:"";will-change:opacity,transform;transition:opacity 90ms cubic-bezier(.4,0,.6,1) 0ms,transform 90ms cubic-bezier(.4,0,.6,1) 0ms}.mdc-checkbox__native-control:focus~.mdc-checkbox__background:before{transform:scale(2.75);opacity:.12;transition:opacity 80ms cubic-bezier(0,0,.2,1) 0ms,transform 80ms cubic-bezier(0,0,.2,1) 0ms}.mdc-checkbox__native-control{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:inherit}.mdc-checkbox__native-control:disabled{cursor:default;pointer-events:none}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark{transition:opacity .18s cubic-bezier(0,0,.2,1) 0ms,transform .18s cubic-bezier(0,0,.2,1) 0ms;opacity:1}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(-45deg)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark{transform:rotate(45deg);opacity:0;transition:opacity 90ms cubic-bezier(.4,0,.6,1) 0ms,transform 90ms cubic-bezier(.4,0,.6,1) 0ms}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(0deg);opacity:1}.mdc-checkbox{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-checkbox:after,.mdc-checkbox:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-checkbox:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-checkbox.mdc-ripple-upgraded:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-checkbox.mdc-ripple-upgraded:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-checkbox.mdc-ripple-upgraded--unbounded:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-checkbox.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-checkbox:after,.mdc-checkbox:before{background-color:#f05c6a}@supports not (-ms-ime-align:auto){.mdc-checkbox:after,.mdc-checkbox:before{background-color:var(--mdc-theme-secondary,#f05c6a)}}.mdc-checkbox:hover:before{opacity:.04}.mdc-checkbox.mdc-ripple-upgraded--background-focused:before,.mdc-checkbox:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}.mdc-checkbox:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-checkbox:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}.mdc-checkbox.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}.mdc-checkbox:after,.mdc-checkbox:before{top:0;left:0;width:100%;height:100%}.mdc-checkbox.mdc-ripple-upgraded:after,.mdc-checkbox.mdc-ripple-upgraded:before{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-checkbox.mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-ripple-upgraded--background-focused .mdc-checkbox__background:before{content:none}.mdc-elevation--z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mdc-elevation--z1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mdc-elevation--z2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mdc-elevation--z3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mdc-elevation--z4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mdc-elevation--z5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mdc-elevation--z6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mdc-elevation--z7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mdc-elevation--z8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mdc-elevation--z9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mdc-elevation--z10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mdc-elevation--z11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mdc-elevation--z12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mdc-elevation--z13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mdc-elevation--z14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mdc-elevation--z15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mdc-elevation--z16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mdc-elevation--z17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mdc-elevation--z18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mdc-elevation--z19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mdc-elevation--z20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mdc-elevation--z21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mdc-elevation--z22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mdc-elevation--z23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mdc-elevation--z24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mdc-elevation-transition{transition:box-shadow .28s cubic-bezier(.4,0,.2,1);will-change:box-shadow}.mdc-icon-button{width:48px;height:48px;padding:12px;font-size:24px;display:inline-block;position:relative;box-sizing:border-box;border:none;outline:none;background-color:initial;fill:currentColor;color:inherit;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none}.mdc-icon-button img,.mdc-icon-button svg{width:24px;height:24px}.mdc-icon-button:disabled{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38));cursor:default;pointer-events:none}.mdc-icon-button__icon{display:inline-block}.mdc-icon-button--on .mdc-icon-button__icon,.mdc-icon-button__icon.mdc-icon-button__icon--on{display:none}.mdc-icon-button--on .mdc-icon-button__icon.mdc-icon-button__icon--on{display:inline-block}.mdc-icon-button{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-icon-button:after,.mdc-icon-button:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-icon-button:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-icon-button.mdc-ripple-upgraded:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-icon-button.mdc-ripple-upgraded:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-icon-button.mdc-ripple-upgraded--unbounded:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-icon-button.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-icon-button.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-icon-button:after,.mdc-icon-button:before{top:0;left:0;width:100%;height:100%}.mdc-icon-button.mdc-ripple-upgraded:after,.mdc-icon-button.mdc-ripple-upgraded:before{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-icon-button.mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-icon-button:after,.mdc-icon-button:before{background-color:#000}.mdc-icon-button:hover:before{opacity:.04}.mdc-icon-button.mdc-ripple-upgraded--background-focused:before,.mdc-icon-button:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}.mdc-icon-button:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-icon-button:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}.mdc-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}.main-list-text-left>.mdc-list-item__secondary-text{text-align:left}.main-list-text-right>.mdc-list-item__secondary-text{text-align:right}.mdc-dialog,.mdc-dialog__scrim{position:fixed;top:0;left:0;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:100%}.mdc-dialog{display:none;z-index:7}.mdc-dialog .mdc-dialog__surface{background-color:#fff;background-color:var(--mdc-theme-surface,#fff)}.mdc-dialog .mdc-dialog__scrim{background-color:rgba(0,0,0,.32)}.mdc-dialog .mdc-dialog__title{color:rgba(0,0,0,.87)}.mdc-dialog .mdc-dialog__content{color:rgba(0,0,0,.6)}.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title{border-color:rgba(0,0,0,.12)}.mdc-dialog .mdc-dialog__surface{min-width:280px}@media (max-width:592px){.mdc-dialog .mdc-dialog__surface{max-width:calc(100vw - 32px)}}@media (min-width:592px){.mdc-dialog .mdc-dialog__surface{max-width:560px}}.mdc-dialog .mdc-dialog__surface{max-height:calc(100vh - 32px);border-radius:4px}.mdc-dialog__scrim{opacity:0;z-index:-1}.mdc-dialog__container{display:flex;flex-direction:row;justify-content:space-around;box-sizing:border-box;transform:scale(.8);opacity:0}.mdc-dialog__surface{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;box-sizing:border-box;max-width:100%;max-height:100%}.mdc-dialog[dir=rtl] .mdc-dialog__surface,[dir=rtl] .mdc-dialog .mdc-dialog__surface{text-align:right}.mdc-dialog__title{line-height:normal;font-family:system-ui;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1.25rem;line-height:2rem;font-weight:500;letter-spacing:.0125em;text-decoration:inherit;text-transform:inherit;display:block;position:relative;flex-shrink:0;box-sizing:border-box;margin:0;padding:0 24px 9px;border-bottom:1px solid transparent}.mdc-dialog__title:before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-dialog[dir=rtl] .mdc-dialog__title,[dir=rtl] .mdc-dialog .mdc-dialog__title{text-align:right}.mdc-dialog--scrollable .mdc-dialog__title{padding-bottom:15px}.mdc-dialog__content{font-family:system-ui;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.5rem;font-weight:400;letter-spacing:.03125em;text-decoration:inherit;text-transform:inherit;flex-grow:1;box-sizing:border-box;margin:0;padding:20px 24px;overflow:auto;-webkit-overflow-scrolling:touch}.mdc-dialog__content>:first-child{margin-top:0}.mdc-dialog__content>:last-child{margin-bottom:0}.mdc-dialog__title+.mdc-dialog__content{padding-top:0}.mdc-dialog--scrollable .mdc-dialog__content{padding-top:8px;padding-bottom:8px}.mdc-dialog__content .mdc-list:first-child:last-child{padding:6px 0 0}.mdc-dialog--scrollable .mdc-dialog__content .mdc-list:first-child:last-child{padding:0}.mdc-dialog__actions{display:flex;position:relative;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;box-sizing:border-box;min-height:52px;margin:0;padding:8px;border-top:1px solid transparent}.mdc-dialog--stacked .mdc-dialog__actions{flex-direction:column;align-items:flex-end}.mdc-dialog__button{margin-left:8px;margin-right:0;max-width:100%;text-align:right}.mdc-dialog__button[dir=rtl],[dir=rtl] .mdc-dialog__button{margin-left:0;margin-right:8px}.mdc-dialog__button:first-child,.mdc-dialog__button:first-child[dir=rtl],[dir=rtl] .mdc-dialog__button:first-child{margin-left:0;margin-right:0}.mdc-dialog[dir=rtl] .mdc-dialog__button,[dir=rtl] .mdc-dialog .mdc-dialog__button{text-align:left}.mdc-dialog--stacked .mdc-dialog__button:not(:first-child){margin-top:12px}.mdc-dialog--closing,.mdc-dialog--open,.mdc-dialog--opening{display:flex}.mdc-dialog--opening .mdc-dialog__scrim{transition:opacity .15s linear}.mdc-dialog--opening .mdc-dialog__container{transition:opacity 75ms linear,transform .15s cubic-bezier(0,0,.2,1) 0ms}.mdc-dialog--closing .mdc-dialog__container,.mdc-dialog--closing .mdc-dialog__scrim{transition:opacity 75ms linear}.mdc-dialog--closing .mdc-dialog__container{transform:scale(1)}.mdc-dialog--open .mdc-dialog__scrim{opacity:1}.mdc-dialog--open .mdc-dialog__container{transform:scale(1);opacity:1}.mdc-dialog-scroll-lock{overflow:hidden}.mdc-radio{display:inline-block;position:relative;flex:0 0 auto;box-sizing:border-box;width:40px;height:40px;padding:10px;cursor:pointer;will-change:opacity,transform,border-color,color}.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0,0,0,.54)}.mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#f05c6a;border-color:var(--mdc-theme-secondary,#f05c6a)}.mdc-radio .mdc-radio__background:before{background-color:#f05c6a}@supports not (-ms-ime-align:auto){.mdc-radio .mdc-radio__background:before{background-color:var(--mdc-theme-secondary,#f05c6a)}}.mdc-radio__background{display:inline-block;position:absolute;left:10px;box-sizing:border-box;width:50%;height:50%}.mdc-radio__background:before{transform:scale(0);opacity:0;pointer-events:none;content:"";transition:opacity .12s cubic-bezier(.4,0,.6,1) 0ms,transform .12s cubic-bezier(.4,0,.6,1) 0ms}.mdc-radio__background:before,.mdc-radio__outer-circle{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%}.mdc-radio__outer-circle{box-sizing:border-box;border-width:2px;border-style:solid;transition:border-color .12s cubic-bezier(.4,0,.6,1) 0ms}.mdc-radio__inner-circle{box-sizing:border-box;transform:scale(0);border-width:10px;border-style:solid;border-radius:50%;transition:transform .12s cubic-bezier(.4,0,.6,1) 0ms,border-color .12s cubic-bezier(.4,0,.6,1) 0ms}.mdc-radio__inner-circle,.mdc-radio__native-control{position:absolute;top:0;left:0;width:100%;height:100%}.mdc-radio__native-control{margin:0;padding:0;opacity:0;cursor:inherit;z-index:1}.mdc-radio__native-control:checked+.mdc-radio__background,.mdc-radio__native-control:disabled+.mdc-radio__background{transition:opacity .12s cubic-bezier(0,0,.2,1) 0ms,transform .12s cubic-bezier(0,0,.2,1) 0ms}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle{transition:border-color .12s cubic-bezier(0,0,.2,1) 0ms}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{transition:transform .12s cubic-bezier(0,0,.2,1) 0ms,border-color .12s cubic-bezier(0,0,.2,1) 0ms}.mdc-radio--disabled{cursor:default;pointer-events:none}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle{transform:scale(.5);transition:transform .12s cubic-bezier(0,0,.2,1) 0ms,border-color .12s cubic-bezier(0,0,.2,1) 0ms}.mdc-radio__native-control:disabled+.mdc-radio__background,[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background{cursor:default}.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle,[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0,0,0,.26)}.mdc-radio__native-control:focus+.mdc-radio__background:before{transform:scale(2);opacity:.12;transition:opacity .12s cubic-bezier(0,0,.2,1) 0ms,transform .12s cubic-bezier(0,0,.2,1) 0ms}.mdc-radio{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-radio:after,.mdc-radio:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-radio:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-radio.mdc-ripple-upgraded:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-radio.mdc-ripple-upgraded:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-radio.mdc-ripple-upgraded--unbounded:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-radio.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-radio.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-radio:after,.mdc-radio:before{top:0;left:0;width:100%;height:100%}.mdc-radio.mdc-ripple-upgraded:after,.mdc-radio.mdc-ripple-upgraded:before{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-radio.mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-radio:after,.mdc-radio:before{background-color:#f05c6a}@supports not (-ms-ime-align:auto){.mdc-radio:after,.mdc-radio:before{background-color:var(--mdc-theme-secondary,#f05c6a)}}.mdc-radio:hover:before{opacity:.04}.mdc-radio.mdc-ripple-upgraded--background-focused:before,.mdc-radio:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}.mdc-radio:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-radio:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}.mdc-radio.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__background:before{content:none}.mdc-form-field{font-family:system-ui;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.0178571429em;text-decoration:inherit;text-transform:inherit;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87));display:inline-flex;align-items:center;vertical-align:middle}.mdc-form-field>label{order:0;margin-right:auto;padding-left:4px}.mdc-form-field--align-end>label,.mdc-form-field[dir=rtl]>label,[dir=rtl] .mdc-form-field>label{margin-left:auto;padding-right:4px}.mdc-form-field--align-end>label{order:-1}.mdc-form-field--align-end[dir=rtl]>label,[dir=rtl] .mdc-form-field--align-end>label{margin-right:auto;padding-left:4px}.mdc-list{font-family:system-ui;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.009375em;text-decoration:inherit;text-transform:inherit;line-height:1.5rem;margin:0;padding:8px 0;list-style-type:none;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87))}.mdc-list-item__secondary-text{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-background,rgba(0,0,0,.54))}.mdc-list-item__graphic{background-color:initial;color:rgba(0,0,0,.38);color:var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38))}.mdc-list-item__meta{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-background,rgba(0,0,0,.38))}.mdc-list-group__subheader{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87))}.mdc-list--dense{padding-top:4px;padding-bottom:4px;font-size:.812rem}.mdc-list-item{display:flex;position:relative;align-items:center;justify-content:flex-start;height:48px;padding:0 16px;overflow:hidden}.mdc-list-item:focus{outline:none}.mdc-list-item--activated,.mdc-list-item--activated .mdc-list-item__graphic,.mdc-list-item--selected,.mdc-list-item--selected .mdc-list-item__graphic{color:#358b76;color:var(--mdc-theme-primary,#358b76)}.mdc-list-item--disabled{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-background,rgba(0,0,0,.38))}.mdc-list-item__graphic{margin-left:0;margin-right:32px;width:24px;height:24px;flex-shrink:0;align-items:center;justify-content:center;fill:currentColor}.mdc-list-item[dir=rtl] .mdc-list-item__graphic,[dir=rtl] .mdc-list-item .mdc-list-item__graphic{margin-left:32px;margin-right:0}.mdc-list .mdc-list-item__graphic{display:inline-flex}.mdc-list-item__meta{margin-left:auto;margin-right:0}.mdc-list-item[dir=rtl] .mdc-list-item__meta,[dir=rtl] .mdc-list-item .mdc-list-item__meta{margin-left:0;margin-right:auto}.mdc-list-item__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mdc-list-item__text[for]{pointer-events:none}.mdc-list-item__primary-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top:0;line-height:normal;margin-bottom:-20px;display:block}.mdc-list-item__primary-text:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item__primary-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list--dense .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list--dense .mdc-list-item__primary-text:before{display:inline-block;width:0;height:24px;content:"";vertical-align:0}.mdc-list--dense .mdc-list-item__primary-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item__secondary-text{font-family:system-ui;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.0178571429em;text-decoration:inherit;text-transform:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top:0;line-height:normal;display:block}.mdc-list-item__secondary-text:before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-list--dense .mdc-list-item__secondary-text{display:block;margin-top:0;line-height:normal;font-size:inherit}.mdc-list--dense .mdc-list-item__secondary-text:before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-list--dense .mdc-list-item{height:40px}.mdc-list--dense .mdc-list-item__graphic{margin-left:0;margin-right:36px;width:20px;height:20px}.mdc-list-item[dir=rtl] .mdc-list--dense .mdc-list-item__graphic,[dir=rtl] .mdc-list-item .mdc-list--dense .mdc-list-item__graphic{margin-left:36px;margin-right:0}.mdc-list--avatar-list .mdc-list-item{height:56px}.mdc-list--avatar-list .mdc-list-item__graphic{margin-left:0;margin-right:16px;width:40px;height:40px;border-radius:50%}.mdc-list-item[dir=rtl] .mdc-list--avatar-list .mdc-list-item__graphic,[dir=rtl] .mdc-list-item .mdc-list--avatar-list .mdc-list-item__graphic{margin-left:16px;margin-right:0}.mdc-list--two-line .mdc-list-item__text{align-self:flex-start}.mdc-list--two-line .mdc-list-item{height:72px}.mdc-list--avatar-list.mdc-list--dense .mdc-list-item,.mdc-list--two-line.mdc-list--dense .mdc-list-item{height:60px}.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic{margin-left:0;margin-right:20px;width:36px;height:36px}.mdc-list-item[dir=rtl] .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic,[dir=rtl] .mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic{margin-left:20px;margin-right:0}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item{cursor:pointer}a.mdc-list-item{color:inherit;text-decoration:none}.mdc-list-divider{height:0;margin:0;border:none;border-bottom:1px solid;border-bottom-color:rgba(0,0,0,.12)}.mdc-list-divider--padded{margin:0 16px}.mdc-list-divider--inset{margin-left:72px;margin-right:0;width:calc(100% - 72px)}.mdc-list-group[dir=rtl] .mdc-list-divider--inset,[dir=rtl] .mdc-list-group .mdc-list-divider--inset{margin-left:0;margin-right:72px}.mdc-list-divider--inset.mdc-list-divider--padded{width:calc(100% - 88px)}.mdc-list-group .mdc-list{padding:0}.mdc-list-group__subheader{font-family:system-ui;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.009375em;text-decoration:inherit;text-transform:inherit;margin:.75rem 16px}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:after,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded:before{transform:scale(var(--mdc-ripple-fg-scale,1))}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded:after{top:0;left:0;transform:scale(0);transform-origin:center center}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:after,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:before{top:-50%;left:-50%;width:200%;height:200%}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:after,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:before{background-color:#000}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:hover:before{opacity:.04}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused:before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:before{opacity:.12}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:after,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:before{background-color:#358b76}@supports not (-ms-ime-align:auto){:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:after,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:before{background-color:var(--mdc-theme-primary,#358b76)}}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:hover:before{opacity:.16}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused:before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.24}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.24}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.24}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:before{opacity:.08}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:after,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:before{background-color:#358b76}@supports not (-ms-ime-align:auto){:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:after,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:before{background-color:var(--mdc-theme-primary,#358b76)}}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:hover:before{opacity:.12}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused:before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.2}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.2}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.2}.mdc-menu-surface{display:none;position:absolute;box-sizing:border-box;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);margin:0;padding:0;transform:scale(1);transform-origin:top left;opacity:0;overflow:auto;will-change:transform,opacity;z-index:8;transition:opacity .03s linear,transform .12s cubic-bezier(0,0,.2,1);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);background-color:#fff;background-color:var(--mdc-theme-surface,#fff);color:#000;color:var(--mdc-theme-on-surface,#000);border-radius:4px;transform-origin-left:top left;transform-origin-right:top right}.mdc-menu-surface:focus{outline:none}.mdc-menu-surface--open{display:inline-block;transform:scale(1);opacity:1}.mdc-menu-surface--animating-open{display:inline-block;transform:scale(.8);opacity:0}.mdc-menu-surface--animating-closed{display:inline-block;opacity:0;transition:opacity 75ms linear}.mdc-menu-surface[dir=rtl],[dir=rtl] .mdc-menu-surface{transform-origin-left:top right;transform-origin-right:top left}.mdc-menu-surface--anchor{position:relative;overflow:visible}.mdc-menu-surface--fixed{position:fixed}.mdc-menu{min-width:112px}.mdc-menu .mdc-list,.mdc-menu .mdc-list-item__graphic,.mdc-menu .mdc-list-item__meta{color:rgba(0,0,0,.87)}.mdc-menu .mdc-list-divider{margin:8px 0}.mdc-menu .mdc-list-item{-webkit-user-select:none;user-select:none}.mdc-menu .mdc-list-item--disabled{cursor:auto}.mdc-menu a.mdc-list-item .mdc-list-item__graphic,.mdc-menu a.mdc-list-item .mdc-list-item__text{pointer-events:none}.mdc-menu__selection-group{padding:0;fill:currentColor}.mdc-menu__selection-group .mdc-list-item{padding-left:56px;padding-right:16px}.mdc-menu__selection-group .mdc-list-item[dir=rtl],[dir=rtl] .mdc-menu__selection-group .mdc-list-item{padding-left:16px;padding-right:56px}.mdc-menu__selection-group .mdc-menu__selection-group-icon{left:16px;right:auto;display:none;position:absolute}.mdc-menu__selection-group .mdc-menu__selection-group-icon[dir=rtl],[dir=rtl] .mdc-menu__selection-group .mdc-menu__selection-group-icon{left:auto;right:16px}.mdc-menu-item--selected .mdc-menu__selection-group-icon{display:inline}@keyframes mdc-select-float-native-control{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.mdc-line-ripple{position:absolute;bottom:0;left:0;width:100%;height:2px;transform:scaleX(0);transition:transform .18s cubic-bezier(.4,0,.2,1),opacity .18s cubic-bezier(.4,0,.2,1);opacity:0;z-index:2}.mdc-line-ripple--active{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating{opacity:0}.mdc-notched-outline{display:flex;position:absolute;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}.mdc-notched-outline[dir=rtl],[dir=rtl] .mdc-notched-outline{text-align:right}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{box-sizing:border-box;height:100%;transition:border .15s cubic-bezier(.4,0,.2,1);border-top:1px solid;border-bottom:1px solid;pointer-events:none}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;width:12px}.mdc-notched-outline__leading[dir=rtl],.mdc-notched-outline__trailing,[dir=rtl] .mdc-notched-outline__leading{border-left:none;border-right:1px solid}.mdc-notched-outline__trailing{flex-grow:1}.mdc-notched-outline__trailing[dir=rtl],[dir=rtl] .mdc-notched-outline__trailing{border-left:1px solid;border-right:none}.mdc-notched-outline__notch{flex:0 0 auto;width:auto;max-width:calc(100% - 24px)}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;top:17px;bottom:auto;max-width:100%}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:133.33333%}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none}.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl],[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:8px;padding-right:0}.mdc-notched-outline--no-label .mdc-notched-outline__notch{padding:0}.mdc-floating-label{font-family:system-ui;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.009375em;text-decoration:inherit;text-transform:inherit;position:absolute;left:0;transform-origin:left top;transition:transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1);line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}.mdc-floating-label[dir=rtl],[dir=rtl] .mdc-floating-label{right:0;left:auto;transform-origin:right top;text-align:right}.mdc-floating-label--float-above{cursor:auto;transform:translateY(-50%) scale(.75)}.mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-standard .25s 1}@keyframes mdc-floating-label-shake-float-above-standard{0%{transform:translateX(0) translateY(-50%) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(4%) translateY(-50%) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-4%) translateY(-50%) scale(.75)}to{transform:translateX(0) translateY(-50%) scale(.75)}}.mdc-select--with-leading-icon:not(.mdc-select--disabled) .mdc-select__icon{color:#000;color:var(--mdc-theme-on-surface,#000)}.mdc-select--with-leading-icon .mdc-select__icon{display:inline-block;position:absolute;bottom:16px;box-sizing:border-box;width:24px;height:24px;border:none;background-color:initial;fill:currentColor;opacity:.54;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none}.mdc-select__icon:not([tabindex]),.mdc-select__icon[tabindex="-1"]{cursor:default;pointer-events:none}.mdc-select-helper-text{font-family:system-ui;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:0;text-decoration:inherit;text-transform:inherit;display:block;line-height:normal;margin:0;transition:opacity .18s cubic-bezier(.4,0,.2,1);opacity:0;will-change:opacity}.mdc-select-helper-text:before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-select-helper-text--persistent{transition:none;opacity:1;will-change:auto}.mdc-select{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity;display:inline-flex;position:relative;box-sizing:border-box;height:56px;overflow:hidden;will-change:opacity,transform,color}.mdc-select:not(.mdc-select--disabled){background-color:#f5f5f5}.mdc-select:after,.mdc-select:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-select:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-select.mdc-ripple-upgraded:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-select.mdc-ripple-upgraded:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-select.mdc-ripple-upgraded--unbounded:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-select.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-select.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-select:after,.mdc-select:before{top:-50%;left:-50%;width:200%;height:200%}.mdc-select.mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-select:after,.mdc-select:before{background-color:rgba(0,0,0,.87)}.mdc-select:hover:before{opacity:.04}.mdc-select.mdc-ripple-upgraded--background-focused:before,.mdc-select:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:rgba(0,0,0,.87)}.mdc-select:not(.mdc-select--disabled) .mdc-floating-label{color:rgba(0,0,0,.6)}.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{border-bottom-color:rgba(0,0,0,.42)}.mdc-select:not(.mdc-select--disabled)+.mdc-select-helper-text{color:rgba(0,0,0,.6)}.mdc-select,.mdc-select__native-control{border-radius:4px 4px 0 0}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple{background-color:#358b76;background-color:var(--mdc-theme-primary,#358b76)}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:rgba(53,139,118,.87)}.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:hover{border-bottom-color:rgba(0,0,0,.87)}.mdc-select .mdc-floating-label--float-above{transform:translateY(-70%) scale(.75)}.mdc-select .mdc-floating-label{left:16px;right:auto;top:21px;pointer-events:none}.mdc-select .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-select .mdc-floating-label{left:auto;right:16px}.mdc-select.mdc-select--with-leading-icon .mdc-floating-label{left:48px;right:auto}.mdc-select.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-select.mdc-select--with-leading-icon .mdc-floating-label{left:auto;right:48px}.mdc-select.mdc-select--outlined .mdc-floating-label{left:4px;right:auto;top:17px}.mdc-select.mdc-select--outlined .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-select.mdc-select--outlined .mdc-floating-label{left:auto;right:4px}.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label{left:36px;right:auto}.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label{left:auto;right:36px}.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{left:36px;right:auto}.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{left:auto;right:36px}.mdc-select__dropdown-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' opacity='.54' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%;left:auto;right:8px;position:absolute;bottom:16px;width:24px;height:24px;transition:transform .15s cubic-bezier(.4,0,.2,1);pointer-events:none}.mdc-select__dropdown-icon[dir=rtl],[dir=rtl] .mdc-select__dropdown-icon{left:8px;right:auto}.mdc-select--focused .mdc-select__dropdown-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23358b76' fill-rule='evenodd' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%;transform:rotate(180deg) translateY(-5px);transition:transform .15s cubic-bezier(.4,0,.2,1)}.mdc-select__native-control{padding-top:20px}.mdc-select.mdc-select--focused .mdc-line-ripple:after{transform:scaleY(2);opacity:1}.mdc-select+.mdc-select-helper-text{margin-right:12px;margin-left:12px}.mdc-select--outlined+.mdc-select-helper-text{margin-right:16px;margin-left:16px}.mdc-select--focused+.mdc-select-helper-text:not(.mdc-select-helper-text--validation-msg){opacity:1}.mdc-select__selected-text{min-width:200px;padding-top:22px}.mdc-select__native-control,.mdc-select__selected-text{font-family:system-ui;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.009375em;text-decoration:inherit;text-transform:inherit;box-sizing:border-box;width:100%;height:56px;padding:20px 52px 4px 16px;border:none;border-bottom:1px solid;outline:none;background-color:initial;color:inherit;white-space:nowrap;cursor:pointer;-webkit-appearance:none;appearance:none}.mdc-select__native-control[dir=rtl],.mdc-select__selected-text[dir=rtl],[dir=rtl] .mdc-select__native-control,[dir=rtl] .mdc-select__selected-text{padding-left:52px;padding-right:16px}.mdc-select__native-control::-ms-expand,.mdc-select__selected-text::-ms-expand{display:none}.mdc-select__native-control::-ms-value,.mdc-select__selected-text::-ms-value{background-color:initial;color:inherit}@-moz-document url-prefix(""){.mdc-select__native-control,.mdc-select__selected-text{text-indent:-2px}}.mdc-select--outlined{border:none;overflow:visible}.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.24)}.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.87)}.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px;border-color:#358b76;border-color:var(--mdc-theme-primary,#358b76)}.mdc-select--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined .25s 1}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl],.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing,[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-radius:0 4px 4px 0}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl],[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:4px 0 0 4px}.mdc-select--outlined .mdc-select__native-control{border-radius:4px}.mdc-select--outlined:after,.mdc-select--outlined:before{content:none}.mdc-select--outlined:not(.mdc-select--disabled){background-color:initial}.mdc-select--outlined .mdc-floating-label--float-above{transform:translateY(-144%) scale(1);font-size:.75rem}.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) scale(.75);font-size:1rem}.mdc-select--outlined .mdc-select__native-control,.mdc-select--outlined .mdc-select__selected-text{display:flex;padding:12px 52px 12px 16px;border:none;background-color:initial;z-index:1}.mdc-select--outlined .mdc-select__native-control[dir=rtl],.mdc-select--outlined .mdc-select__selected-text[dir=rtl],[dir=rtl] .mdc-select--outlined .mdc-select__native-control,[dir=rtl] .mdc-select--outlined .mdc-select__selected-text{padding-left:52px;padding-right:16px}.mdc-select--outlined .mdc-select__selected-text{padding-top:14px}.mdc-select--outlined .mdc-select__icon{z-index:2}.mdc-select--outlined .mdc-floating-label{line-height:1.15rem;pointer-events:auto}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label{color:#b00020;color:var(--mdc-theme-error,#b00020)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control,.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__selected-text{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple{background-color:#b00020;background-color:var(--mdc-theme-error,#b00020)}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:#b00020}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid+.mdc-select-helper-text--validation-msg{color:#b00020;color:var(--mdc-theme-error,#b00020)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control:hover{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px;border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}.mdc-select--invalid .mdc-select__dropdown-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23b00020' fill-rule='evenodd' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%}.mdc-select--invalid+.mdc-select-helper-text--validation-msg{opacity:1}.mdc-select--required .mdc-floating-label:after{content:"*"}.mdc-select--disabled{background-color:#fafafa;cursor:default;pointer-events:none}.mdc-select--disabled .mdc-floating-label{color:rgba(0,0,0,.37)}.mdc-select--disabled .mdc-select__dropdown-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' opacity='.37' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%}.mdc-select--disabled .mdc-line-ripple{display:none}.mdc-select--disabled .mdc-select__icon{color:rgba(0,0,0,.37)}.mdc-select--disabled .mdc-select__native-control,.mdc-select--disabled .mdc-select__selected-text{color:rgba(0,0,0,.37);border-bottom-style:dotted}.mdc-select--disabled .mdc-select__selected-text{pointer-events:none}.mdc-select--disabled.mdc-select--outlined{background-color:initial}.mdc-select--disabled.mdc-select--outlined .mdc-select__native-control,.mdc-select--disabled.mdc-select--outlined .mdc-select__selected-text{border-bottom-style:none}.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__leading,.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__notch,.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.16)}.mdc-select--with-leading-icon .mdc-select__icon{left:16px;right:auto}.mdc-select--with-leading-icon .mdc-select__icon[dir=rtl],[dir=rtl] .mdc-select--with-leading-icon .mdc-select__icon{left:auto;right:16px}.mdc-select--with-leading-icon .mdc-select__native-control,.mdc-select--with-leading-icon .mdc-select__selected-text{padding-left:48px;padding-right:32px}.mdc-select--with-leading-icon .mdc-select__native-control[dir=rtl],.mdc-select--with-leading-icon .mdc-select__selected-text[dir=rtl],[dir=rtl] .mdc-select--with-leading-icon .mdc-select__native-control,[dir=rtl] .mdc-select--with-leading-icon .mdc-select__selected-text{padding-left:32px;padding-right:48px}.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above{transform:translateY(-144%) translateX(-32px) scale(1)}.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above{transform:translateY(-144%) translateX(32px) scale(1)}.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) translateX(-32px) scale(.75)}.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) translateX(32px) scale(.75)}.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon .25s 1}.mdc-select--with-leading-icon.mdc-select--outlined[dir=rtl] .mdc-floating-label--shake,[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl .25s 1}.mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text,.mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text[dir=rtl],[dir=rtl] .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text{padding-left:32px;padding-right:32px}.mdc-select__menu .mdc-list .mdc-list-item--selected{color:#000;color:var(--mdc-theme-on-surface,#000)}.mdc-select__menu .mdc-list .mdc-list-item--selected:after,.mdc-select__menu .mdc-list .mdc-list-item--selected:before{background-color:#000}@supports not (-ms-ime-align:auto){.mdc-select__menu .mdc-list .mdc-list-item--selected:after,.mdc-select__menu .mdc-list .mdc-list-item--selected:before{background-color:var(--mdc-theme-on-surface,#000)}}.mdc-select__menu .mdc-list .mdc-list-item--selected:hover:before{opacity:.04}.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded--background-focused:before,.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon{0%{transform:translateX(-32px) translateY(-130%) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(calc(4% - 32px)) translateY(-130%) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(calc(-4% - 32px)) translateY(-130%) scale(.75)}to{transform:translateX(-32px) translateY(-130%) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl{0%{transform:translateX(32px) translateY(-130%) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(calc(4% + 32px)) translateY(-130%) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(calc(-4% + 32px)) translateY(-130%) scale(.75)}to{transform:translateX(32px) translateY(-130%) scale(.75)}}.mdc-select__dropdown-icon{transform-origin:50% 45%}.mdc-select--outlined .mdc-text-field__native-control{padding-top:14px;padding-bottom:12px}.mdc-select.mdc-select--outlined .mdc-floating-label{top:19px}.mdc-select--dense,.mdc-select--dense .mdc-select__native-control{height:3rem}.mdc-select--dense .mdc-select__native-control{padding-right:2rem}.mdc-select--dense .mdc-floating-label,.mdc-select--dense .mdc-select__native-control{font-size:.875rem}.mdc-select--outlined.mdc-select--dense .mdc-select__native-control{padding-top:8px;padding-bottom:8px}.mdc-select--outlined.mdc-select--dense .mdc-floating-label{top:14px}.mdc-select--dense .mdc-select__dropdown-icon{bottom:12px}.mdc-select--with-leading-icon.mdc-select--dense .mdc-select__icon{bottom:12px;left:12px;right:12px;transform:scale(.8)}.mdc-select--outlined.mdc-select--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-120%) scale(.8)}.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#9e9e9e}.mdc-select--no-arrow .mdc-select__native-control{padding-right:1rem}.mdc-select--no-arrow .mdc-select__dropdown-icon{display:none}.mdc-switch{display:inline-block;position:relative;outline:none;-webkit-user-select:none;user-select:none}.mdc-switch.mdc-switch--checked .mdc-switch__thumb,.mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:#f05c6a;background-color:var(--mdc-theme-secondary,#f05c6a);border-color:#f05c6a;border-color:var(--mdc-theme-secondary,#f05c6a)}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__track{background-color:#000;border-color:#000}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb{background-color:#fff;border-color:#fff}.mdc-switch__native-control{left:0;right:auto;position:absolute;top:0;width:68px;height:48px;margin:0;opacity:0;cursor:pointer;pointer-events:auto}.mdc-switch__native-control[dir=rtl],[dir=rtl] .mdc-switch__native-control{left:auto;right:0}.mdc-switch__track{box-sizing:border-box;width:32px;height:14px;border:1px solid;border-radius:7px;opacity:.38;transition:opacity 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1),border-color 90ms cubic-bezier(.4,0,.2,1)}.mdc-switch__thumb-underlay{left:-18px;right:auto;display:flex;position:absolute;top:-17px;align-items:center;justify-content:center;width:48px;height:48px;transform:translateX(0);transition:transform 90ms cubic-bezier(.4,0,.2,1),background-color 90ms cubic-bezier(.4,0,.2,1),border-color 90ms cubic-bezier(.4,0,.2,1)}.mdc-switch__thumb-underlay[dir=rtl],[dir=rtl] .mdc-switch__thumb-underlay{left:auto;right:-18px}.mdc-switch__thumb{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-sizing:border-box;width:20px;height:20px;border:10px solid;border-radius:50%;pointer-events:none;z-index:1}.mdc-switch--checked .mdc-switch__track{opacity:.54}.mdc-switch--checked .mdc-switch__thumb-underlay{transform:translateX(20px)}.mdc-switch--checked .mdc-switch__native-control,.mdc-switch--checked .mdc-switch__thumb-underlay[dir=rtl],[dir=rtl] .mdc-switch--checked .mdc-switch__thumb-underlay{transform:translateX(-20px)}.mdc-switch--checked .mdc-switch__native-control[dir=rtl],[dir=rtl] .mdc-switch--checked .mdc-switch__native-control{transform:translateX(20px)}.mdc-switch--disabled{opacity:.38;pointer-events:none}.mdc-switch--disabled .mdc-switch__thumb{border-width:1px}.mdc-switch--disabled .mdc-switch__native-control{cursor:default;pointer-events:none}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:after,.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:before{background-color:#9e9e9e}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover:before{opacity:.08}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused:before,.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.24}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.24}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.24}.mdc-switch__thumb-underlay{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-switch__thumb-underlay:after,.mdc-switch__thumb-underlay:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-switch__thumb-underlay:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-switch__thumb-underlay.mdc-ripple-upgraded:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-switch__thumb-underlay.mdc-ripple-upgraded:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--unbounded:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-switch__thumb-underlay:after,.mdc-switch__thumb-underlay:before{top:0;left:0;width:100%;height:100%}.mdc-switch__thumb-underlay.mdc-ripple-upgraded:after,.mdc-switch__thumb-underlay.mdc-ripple-upgraded:before{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-switch__thumb-underlay.mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-switch__thumb-underlay:after,.mdc-switch__thumb-underlay:before{background-color:#f05c6a}@supports not (-ms-ime-align:auto){.mdc-switch__thumb-underlay:after,.mdc-switch__thumb-underlay:before{background-color:var(--mdc-theme-secondary,#f05c6a)}}.mdc-switch__thumb-underlay:hover:before{opacity:.04}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused:before,.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}.mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}.mdc-tab-bar{width:100%}.mdc-tab-scroller{overflow-y:hidden}.mdc-tab-scroller__test{position:absolute;top:-9999px;width:100px;height:100px;overflow-x:scroll}.mdc-tab-scroller__scroll-area{-webkit-overflow-scrolling:touch;display:flex;overflow-x:hidden}.mdc-tab-scroller__scroll-area::-webkit-scrollbar,.mdc-tab-scroller__test::-webkit-scrollbar{display:none}.mdc-tab-scroller__scroll-area--scroll{overflow-x:scroll}.mdc-tab-scroller__scroll-content{position:relative;display:flex;flex:1 0 auto;transform:none;will-change:transform}.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content{justify-content:flex-start}.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content{justify-content:flex-end}.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content{justify-content:center}.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area{-webkit-overflow-scrolling:auto}.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content{transition:transform .25s cubic-bezier(.4,0,.2,1)}.mdc-tab{position:relative;font-family:Montserrat,system-ui;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:2.25rem;font-weight:700;letter-spacing:0;text-decoration:none;text-transform:none;display:flex;flex:1 0 auto;justify-content:center;box-sizing:border-box;height:48px;padding:0 24px;border:none;outline:none;background:none;text-align:center;white-space:nowrap;cursor:pointer;-webkit-appearance:none;z-index:1}.mdc-tab .mdc-tab__icon,.mdc-tab .mdc-tab__text-label{color:#000;color:var(--mdc-theme-on-surface,#000)}.mdc-tab .mdc-tab__icon{fill:currentColor}.mdc-tab::-moz-focus-inner{padding:0;border:0}.mdc-tab--min-width{flex:0 1 auto}.mdc-tab__ripple{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.mdc-tab__ripple:after,.mdc-tab__ripple:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-tab__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-tab__ripple.mdc-ripple-upgraded:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-tab__ripple.mdc-ripple-upgraded:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-tab__ripple.mdc-ripple-upgraded--unbounded:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-tab__ripple.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-tab__ripple.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-tab__ripple:after,.mdc-tab__ripple:before{top:-50%;left:-50%;width:200%;height:200%}.mdc-tab__ripple.mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-tab__ripple:after,.mdc-tab__ripple:before{background-color:#358b76}@supports not (-ms-ime-align:auto){.mdc-tab__ripple:after,.mdc-tab__ripple:before{background-color:var(--mdc-theme-primary,#358b76)}}.mdc-tab__ripple:hover:before{opacity:.04}.mdc-tab__ripple.mdc-ripple-upgraded--background-focused:before,.mdc-tab__ripple:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}.mdc-tab__ripple:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-tab__ripple:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}.mdc-tab__ripple.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0.12}.mdc-tab__content{position:relative;display:flex;align-items:center;justify-content:center;height:inherit;pointer-events:none}.mdc-tab__icon,.mdc-tab__text-label{transition:color .15s linear,opacity .15s linear;z-index:2}.mdc-tab__text-label{display:inline-block;opacity:.6;line-height:1}.mdc-tab__icon{width:24px;height:24px;opacity:.54;font-size:24px}.mdc-tab--stacked{height:72px}.mdc-tab--stacked .mdc-tab__content{flex-direction:column;align-items:center;justify-content:space-between}.mdc-tab--stacked .mdc-tab__icon{padding-top:12px}.mdc-tab--stacked .mdc-tab__text-label{padding-bottom:16px}.mdc-tab--active .mdc-tab__icon,.mdc-tab--active .mdc-tab__text-label{color:#358b76;color:var(--mdc-theme-primary,#358b76)}.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mdc-tab--active .mdc-tab__icon,.mdc-tab--active .mdc-tab__text-label{transition-delay:.1s;opacity:1}.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label{padding-left:8px;padding-right:0}.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label[dir=rtl],[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label{padding-left:0;padding-right:8px}.mdc-tab-indicator{display:flex;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.mdc-tab-indicator>.mdc-tab-indicator__content--underline{background-color:#358b76;background-color:var(--mdc-theme-primary,#358b76);height:2px}.mdc-tab-indicator>.mdc-tab-indicator__content--icon{color:#f05c6a;color:var(--mdc-theme-secondary,#f05c6a);height:34px;font-size:34px}.mdc-tab-indicator__content{transform-origin:left;opacity:0}.mdc-tab-indicator__content--underline{align-self:flex-end;width:100%}.mdc-tab-indicator__content--icon{align-self:center;margin:0 auto}.mdc-tab-indicator--active>.mdc-tab-indicator__content{opacity:1}.mdc-tab-indicator>.mdc-tab-indicator__content{transition:transform .25s cubic-bezier(.4,0,.2,1)}.mdc-tab-indicator--no-transition>.mdc-tab-indicator__content{transition:none}.mdc-tab-indicator--fade>.mdc-tab-indicator__content{transition:opacity .15s linear}.mdc-tab-indicator--active.mdc-tab-indicator--fade>.mdc-tab-indicator__content{transition-delay:.1s}.mdc-tab__ripple:after,.mdc-tab__ripple:before{background-color:rgba(0,0,0,.87)}.mdc-text-field-helper-text{font-family:system-ui;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:0;text-decoration:inherit;text-transform:inherit;display:block;line-height:normal;margin:0;transition:opacity .15s cubic-bezier(.4,0,.2,1);opacity:0;will-change:opacity}.mdc-text-field-helper-text:before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-text-field-helper-text--persistent{transition:none;opacity:1;will-change:auto}.mdc-text-field-character-counter{font-family:system-ui;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:0;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal;margin-left:auto;margin-right:0;padding-left:16px;padding-right:0;white-space:nowrap}.mdc-text-field-character-counter:before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-text-field-character-counter[dir=rtl],[dir=rtl] .mdc-text-field-character-counter{margin-left:0;margin-right:auto;padding-left:0;padding-right:16px}.mdc-text-field--with-leading-icon .mdc-text-field__icon,.mdc-text-field--with-trailing-icon .mdc-text-field__icon{position:absolute;bottom:16px;cursor:pointer}.mdc-text-field__icon:not([tabindex]),.mdc-text-field__icon[tabindex="-1"]{cursor:default;pointer-events:none}.mdc-text-field{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity;border-radius:4px 4px 0 0;display:inline-flex;position:relative;box-sizing:border-box;height:56px;overflow:hidden;will-change:opacity,transform,color}.mdc-text-field:after,.mdc-text-field:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-text-field:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-text-field.mdc-ripple-upgraded:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-text-field.mdc-ripple-upgraded:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-text-field.mdc-ripple-upgraded--unbounded:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-text-field.mdc-ripple-upgraded--foreground-activation:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-text-field.mdc-ripple-upgraded--foreground-deactivation:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-text-field:after,.mdc-text-field:before{background-color:rgba(0,0,0,.87)}.mdc-text-field:hover:before{opacity:.04}.mdc-text-field.mdc-ripple-upgraded--background-focused:before,.mdc-text-field:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}.mdc-text-field:after,.mdc-text-field:before{top:-50%;left:-50%;width:200%;height:200%}.mdc-text-field.mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:rgba(0,0,0,.87)}.mdc-text-field .mdc-text-field__input{caret-color:#358b76;caret-color:var(--mdc-theme-primary,#358b76)}.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input{border-bottom-color:rgba(0,0,0,.42)}.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover{border-bottom-color:rgba(0,0,0,.87)}.mdc-text-field .mdc-line-ripple{background-color:#358b76;background-color:var(--mdc-theme-primary,#358b76)}.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea){border-bottom-color:rgba(0,0,0,.12)}.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter,.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text,.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter{color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon{color:rgba(0,0,0,.54)}.mdc-text-field:not(.mdc-text-field--disabled){background-color:#efefef}.mdc-text-field .mdc-floating-label{left:16px;right:auto;top:18px;pointer-events:none}.mdc-text-field .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field .mdc-floating-label{left:auto;right:16px}.mdc-text-field--textarea .mdc-floating-label{left:4px;right:auto}.mdc-text-field--textarea .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--textarea .mdc-floating-label{left:auto;right:4px}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:auto;top:17px}.mdc-text-field--outlined .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--outlined .mdc-floating-label{left:auto;right:4px}.mdc-text-field--outlined--with-leading-icon .mdc-floating-label{left:36px;right:auto}.mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label{left:auto;right:36px}.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above{left:40px;right:auto}.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above{left:auto;right:40px}.mdc-text-field__input{font-family:system-ui;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.009375em;text-decoration:inherit;text-transform:inherit;align-self:flex-end;box-sizing:border-box;width:100%;height:100%;padding:20px 16px 6px;transition:opacity .15s cubic-bezier(.4,0,.2,1);border:none;border-bottom:1px solid;border-radius:0;background:none;-webkit-appearance:none;appearance:none}.mdc-text-field__input::placeholder{transition:opacity 67ms cubic-bezier(.4,0,.2,1);opacity:0;color:rgba(0,0,0,.54)}.mdc-text-field--focused .mdc-text-field__input::placeholder,.mdc-text-field--fullwidth .mdc-text-field__input::placeholder,.mdc-text-field--no-label .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:.11s;opacity:1}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{box-shadow:none}.mdc-text-field__input:-webkit-autofill{z-index:auto!important}.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input{padding-top:16px;padding-bottom:16px}.mdc-text-field__input:-webkit-autofill+.mdc-floating-label{transform:translateY(-50%) scale(.75);cursor:auto}.mdc-text-field--outlined{border:none;overflow:visible}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.38)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.87)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#358b76;border-color:var(--mdc-theme-primary,#358b76)}.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined .25s 1}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl],.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-radius:0 4px 4px 0}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl],[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:4px 0 0 4px}.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-144%) scale(1);font-size:.75rem}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) scale(.75);font-size:1rem}.mdc-text-field--outlined:after,.mdc-text-field--outlined:before{content:none}.mdc-text-field--outlined:not(.mdc-text-field--disabled){background-color:initial}.mdc-text-field--outlined .mdc-text-field__input{display:flex;padding:12px 16px 14px;border:none!important;background-color:initial;z-index:1}.mdc-text-field--outlined .mdc-text-field__icon{z-index:2}.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--outlined.mdc-text-field--disabled{background-color:initial}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.06)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input{border-bottom:none}.mdc-text-field--outlined.mdc-text-field--dense{height:48px}.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{transform:translateY(-134%) scale(1);font-size:.8rem}.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-120%) scale(.8);font-size:1rem}.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-dense .25s 1}.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input{padding:12px 12px 7px}.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label{top:14px}.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon{top:12px}.mdc-text-field--with-leading-icon .mdc-text-field__icon{left:16px;right:auto}.mdc-text-field--with-leading-icon .mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__icon{left:auto;right:16px}.mdc-text-field--with-leading-icon .mdc-text-field__input{padding-left:48px;padding-right:16px}.mdc-text-field--with-leading-icon .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__input{padding-left:16px;padding-right:48px}.mdc-text-field--with-leading-icon .mdc-floating-label{left:48px;right:auto}.mdc-text-field--with-leading-icon .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon .mdc-floating-label{left:auto;right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon{left:16px;right:auto}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon{left:auto;right:16px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input{padding-left:48px;padding-right:16px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input{padding-left:16px;padding-right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-144%) translateX(-32px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-144%) translateX(32px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) translateX(-32px) scale(.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) translateX(32px) scale(.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon .25s 1}.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl .25s 1}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:36px;right:auto}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:auto;right:36px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{transform:translateY(-134%) translateX(-21px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{transform:translateY(-134%) translateX(21px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{font-size:.8rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-120%) translateX(-21px) scale(.8)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-120%) translateX(21px) scale(.8)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense .25s 1}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir=rtl] .mdc-floating-label--shake,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl .25s 1}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label{left:32px;right:auto}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label{left:auto;right:32px}.mdc-text-field--with-trailing-icon .mdc-text-field__icon{left:auto;right:12px}.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__icon{left:12px;right:auto}.mdc-text-field--with-trailing-icon .mdc-text-field__input{padding-left:16px;padding-right:48px}.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__input{padding-left:48px;padding-right:16px}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon{left:auto;right:16px}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon{left:16px;right:auto}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input{padding-left:16px;padding-right:48px}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input{padding-left:48px;padding-right:16px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon{left:16px;right:auto}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon{left:auto;right:16px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon~.mdc-text-field__icon{right:12px;left:auto}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon~.mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon~.mdc-text-field__icon{right:auto;left:12px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input,.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input{padding-left:48px;padding-right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{bottom:16px;transform:scale(.8)}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon{left:12px;right:auto}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon{left:auto;right:12px}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:44px;padding-right:16px}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:16px;padding-right:44px}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label{left:44px;right:auto}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label{left:auto;right:44px}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{left:auto;right:12px}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{left:12px;right:auto}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:16px;padding-right:44px}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:44px;padding-right:16px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{left:12px;right:auto}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl],.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon~.mdc-text-field__icon,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{left:auto;right:12px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon~.mdc-text-field__icon[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon~.mdc-text-field__icon{right:auto;left:12px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input,.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:44px;padding-right:44px}.mdc-text-field--dense .mdc-floating-label--float-above{transform:translateY(-70%) scale(.8)}.mdc-text-field--dense .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-dense .25s 1}.mdc-text-field--dense .mdc-text-field__input{padding:12px 12px 0}.mdc-text-field--dense .mdc-floating-label,.mdc-text-field--dense .mdc-floating-label--float-above{font-size:.813rem}.mdc-text-field__input:required~.mdc-floating-label:after,.mdc-text-field__input:required~.mdc-notched-outline .mdc-floating-label:after{margin-left:1px;content:"*"}.mdc-text-field--textarea{display:inline-flex;width:auto;height:auto;transition:none;overflow:visible}.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.38)}.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.87)}.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#358b76;border-color:var(--mdc-theme-primary,#358b76)}.mdc-text-field--textarea .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined .25s 1}.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl],.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing,[dir=rtl] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading{border-radius:0 4px 4px 0}.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl],[dir=rtl] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:4px 0 0 4px}.mdc-text-field--textarea:after,.mdc-text-field--textarea:before{content:none}.mdc-text-field--textarea:not(.mdc-text-field--disabled){background-color:initial}.mdc-text-field--textarea .mdc-floating-label--float-above{transform:translateY(-144%) scale(1);font-size:.75rem}.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) scale(.75);font-size:1rem}.mdc-text-field--textarea .mdc-text-field-character-counter{left:auto;right:16px;position:absolute;bottom:13px}.mdc-text-field--textarea .mdc-text-field-character-counter[dir=rtl],[dir=rtl] .mdc-text-field--textarea .mdc-text-field-character-counter{left:16px;right:auto}.mdc-text-field--textarea .mdc-text-field__input{align-self:auto;box-sizing:border-box;height:auto;margin:8px 1px 1px 0;padding:0 16px 16px;border:none}.mdc-text-field--textarea .mdc-text-field-character-counter+.mdc-text-field__input{margin-bottom:28px;padding-bottom:0}.mdc-text-field--textarea .mdc-floating-label{top:17px;bottom:auto;width:auto;pointer-events:none}.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--fullwidth{width:100%}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea){display:block}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):after,.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):before{content:none}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(.mdc-text-field--disabled){background-color:initial}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input{padding:0}.mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input{resize:vertical}.mdc-text-field--fullwidth.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea){border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}.mdc-text-field-helper-line{display:flex;justify-content:space-between;box-sizing:border-box}.mdc-text-field--dense+.mdc-text-field-helper-line{margin-bottom:4px}.mdc-text-field+.mdc-text-field-helper-line{padding-right:0;padding-left:0}.mdc-form-field>.mdc-text-field+label{align-self:flex-start}.mdc-text-field--focused .mdc-text-field__input:required~.mdc-floating-label:after,.mdc-text-field--focused .mdc-text-field__input:required~.mdc-notched-outline .mdc-floating-label:after,.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(53,139,118,.87)}.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#358b76;border-color:var(--mdc-theme-primary,#358b76)}.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple{background-color:#b00020;background-color:var(--mdc-theme-error,#b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:#b00020;color:var(--mdc-theme-error,#b00020)}.mdc-text-field--invalid .mdc-text-field__input{caret-color:#b00020;caret-color:var(--mdc-theme-error,#b00020)}.mdc-text-field--invalid.mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon:not(.mdc-text-field--disabled) .mdc-text-field__icon~.mdc-text-field__icon,.mdc-text-field--invalid.mdc-text-field--with-trailing-icon:not(.mdc-text-field--with-leading-icon):not(.mdc-text-field--disabled) .mdc-text-field__icon,.mdc-text-field--invalid .mdc-text-field__input:required~.mdc-floating-label:after,.mdc-text-field--invalid .mdc-text-field__input:required~.mdc-notched-outline .mdc-floating-label:after{color:#b00020;color:var(--mdc-theme-error,#b00020)}.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{opacity:1}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}.mdc-text-field--disabled{background-color:#fafafa;border-bottom:none;pointer-events:none}.mdc-text-field--disabled .mdc-text-field__input{border-bottom-color:rgba(0,0,0,.06);color:rgba(0,0,0,.37)}.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text,.mdc-text-field--disabled .mdc-floating-label,.mdc-text-field--disabled .mdc-text-field-character-counter{color:rgba(0,0,0,.37)}.mdc-text-field--disabled .mdc-text-field__icon{color:rgba(0,0,0,.3)}.mdc-text-field--disabled:not(.mdc-text-field--textarea){border-bottom-color:rgba(0,0,0,.12)}.mdc-text-field--disabled .mdc-floating-label{cursor:default}.mdc-text-field--textarea.mdc-text-field--disabled{background-color:initial;background-color:#f9f9f9}.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.06)}.mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__input{border-bottom:none}@keyframes mdc-floating-label-shake-float-above-text-field-dense{0%{transform:translateX(0) translateY(-70%) scale(.8)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(4%) translateY(-70%) scale(.8)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-4%) translateY(-70%) scale(.8)}to{transform:translateX(0) translateY(-70%) scale(.8)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined{0%{transform:translateX(0) translateY(-130%) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(4%) translateY(-130%) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-4%) translateY(-130%) scale(.75)}to{transform:translateX(0) translateY(-130%) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense{0%{transform:translateX(0) translateY(-120%) scale(.8)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(4%) translateY(-120%) scale(.8)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-4%) translateY(-120%) scale(.8)}to{transform:translateX(0) translateY(-120%) scale(.8)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon{0%{transform:translateX(0) translateY(-130%) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(4%) translateY(-130%) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-4%) translateY(-130%) scale(.75)}to{transform:translateX(0) translateY(-130%) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense{0%{transform:translateX(-21px) translateY(-120%) scale(.8)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(calc(4% - 21px)) translateY(-120%) scale(.8)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(calc(-4% - 21px)) translateY(-120%) scale(.8)}to{transform:translateX(-21px) translateY(-120%) scale(.8)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl{0%{transform:translateX(0) translateY(-130%) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(4%) translateY(-130%) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-4%) translateY(-130%) scale(.75)}to{transform:translateX(0) translateY(-130%) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl{0%{transform:translateX(21px) translateY(-120%) scale(.8)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(calc(4% + 21px)) translateY(-120%) scale(.8)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(calc(-4% + 21px)) translateY(-120%) scale(.8)}to{transform:translateX(21px) translateY(-120%) scale(.8)}}@keyframes mdc-floating-label-shake-float-above-textarea{0%{transform:translateX(0) translateY(-130%) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(4%) translateY(-130%) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-4%) translateY(-130%) scale(.75)}to{transform:translateX(0) translateY(-130%) scale(.75)}}.mdc-text-field{width:100%}.mdc-text-field--outlined.mdc-text-field--with-leading-icon .mdc-text-field__input{padding-left:3.25rem}.mdc-text-field--outlined.mdc-text-field--with-leading-icon .mdc-floating-label:not(.mdc-floating-label--float-above){transform:translateX(.5rem)}.mdc-text-field--outlined .mdc-text-field__input{padding-top:14px;padding-bottom:12px}.mdc-text-field--outlined .mdc-floating-label{top:19px}.mdc-text-field--dense .mdc-floating-label,.mdc-text-field--dense .mdc-text-field__input,.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:.875rem}.mdc-text-field--dense.mdc-text-field--textarea .mdc-text-field__input{line-height:1.25rem}.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input{padding:9px 12px 10px}.mdc-text-field--outlined.mdc-text-field--dense.mdc-text-field--with-leading-icon .mdc-text-field__input{padding-left:2.5rem}.mdc-text-field--textarea.mdc-text-field--dense{height:auto}.mdc-text-field--outlined .mdc-notched-outline__notch{min-width:50px}.mdc-text-field--outlined.mdc-text-field--dense.mdc-text-field--with-leading-icon .mdc-floating-label:not(.mdc-floating-label--float-above){transform:translateX(.25rem)}.mdc-text-field--outlined.mdc-text-field--dense.mdc-text-field--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-120%) translateX(-28px) scale(.8)}.mdc-text-field--outlined.mdc-text-field--no-label .mdc-floating-label,.mdc-text-field--outlined.mdc-text-field--no-label .mdc-notched-outline__notch{display:none}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#9e9e9e}
|
|
10
|
+
/*# sourceMappingURL=index.css.map */
|