@alfalab/core-components 48.25.0 → 48.26.0-beta.0
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/bottom-sheet/component.js +4 -4
- package/bottom-sheet/cssm/component.js +4 -4
- package/bottom-sheet/cssm/hooks/index.d.ts +1 -1
- package/bottom-sheet/cssm/hooks/index.js +0 -1
- package/bottom-sheet/cssm/hooks/use-visualviewport-size.d.ts +2 -6
- package/bottom-sheet/cssm/hooks/use-visualviewport-size.js +24 -50
- package/bottom-sheet/esm/component.js +5 -6
- package/bottom-sheet/esm/hooks/index.d.ts +1 -1
- package/bottom-sheet/esm/hooks/index.js +2 -3
- package/bottom-sheet/esm/hooks/use-visualviewport-size.d.ts +2 -6
- package/bottom-sheet/esm/hooks/use-visualviewport-size.js +26 -51
- package/bottom-sheet/esm/index.js +0 -1
- package/bottom-sheet/hooks/index.d.ts +1 -1
- package/bottom-sheet/hooks/index.js +0 -1
- package/bottom-sheet/hooks/use-visualviewport-size.d.ts +2 -6
- package/bottom-sheet/hooks/use-visualviewport-size.js +24 -50
- package/bottom-sheet/modern/component.js +5 -6
- package/bottom-sheet/modern/hooks/index.d.ts +1 -1
- package/bottom-sheet/modern/hooks/index.js +2 -2
- package/bottom-sheet/modern/hooks/use-visualviewport-size.d.ts +2 -6
- package/bottom-sheet/modern/hooks/use-visualviewport-size.js +22 -50
- package/bottom-sheet/modern/index.js +0 -1
- package/bottom-sheet/moderncssm/component.js +5 -6
- package/bottom-sheet/moderncssm/hooks/index.d.ts +1 -1
- package/bottom-sheet/moderncssm/hooks/index.js +2 -2
- package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.d.ts +2 -6
- package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.js +22 -50
- package/bottom-sheet/moderncssm/index.js +0 -1
- package/calendar/components/calendar-mobile/Component.js +1 -1
- package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/Component.responsive.js +1 -1
- package/calendar/esm/components/calendar-mobile/Component.js +1 -1
- package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/esm/components/calendar-mobile/index.js +1 -1
- package/calendar/esm/index.js +1 -1
- package/calendar/esm/mobile/index.js +1 -1
- package/calendar/mobile/index.js +1 -1
- package/calendar/modern/Component.responsive.js +1 -1
- package/calendar/modern/components/calendar-mobile/Component.js +1 -1
- package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
- package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
- package/calendar/modern/components/calendar-mobile/index.js +1 -1
- package/calendar/modern/index.js +1 -1
- package/calendar/modern/mobile/index.js +1 -1
- package/confirmation/components/screens/initial/component.js +1 -1
- package/confirmation/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/component.responsive.js +1 -1
- package/confirmation/esm/components/base-confirmation/component.js +1 -1
- package/confirmation/esm/components/base-confirmation/index.js +1 -1
- package/confirmation/esm/components/index.js +1 -1
- package/confirmation/esm/components/screens/index.js +1 -1
- package/confirmation/esm/components/screens/initial/component.js +1 -1
- package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/esm/components/screens/initial/index.js +1 -1
- package/confirmation/esm/desktop/component.desktop.js +1 -1
- package/confirmation/esm/desktop/index.js +1 -1
- package/confirmation/esm/index.js +1 -1
- package/confirmation/esm/mobile/component.mobile.js +1 -1
- package/confirmation/esm/mobile/index.js +1 -1
- package/confirmation/esm/shared/index.js +1 -1
- package/confirmation/modern/component.responsive.js +1 -1
- package/confirmation/modern/components/base-confirmation/component.js +1 -1
- package/confirmation/modern/components/base-confirmation/index.js +1 -1
- package/confirmation/modern/components/index.js +1 -1
- package/confirmation/modern/components/screens/index.js +1 -1
- package/confirmation/modern/components/screens/initial/component.js +1 -1
- package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
- package/confirmation/modern/components/screens/initial/index.js +1 -1
- package/confirmation/modern/desktop/component.desktop.js +1 -1
- package/confirmation/modern/desktop/index.js +1 -1
- package/confirmation/modern/index.js +1 -1
- package/confirmation/modern/mobile/component.mobile.js +1 -1
- package/confirmation/modern/mobile/index.js +1 -1
- package/confirmation/modern/shared/index.js +1 -1
- package/file-upload-item/components/actions-control/actions.js +1 -1
- package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/esm/Component.js +1 -1
- package/file-upload-item/esm/components/actions-control/actions.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/esm/components/actions-control/index.js +1 -1
- package/file-upload-item/esm/index.js +1 -1
- package/file-upload-item/modern/Component.js +1 -1
- package/file-upload-item/modern/components/actions-control/actions.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
- package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
- package/file-upload-item/modern/components/actions-control/index.js +1 -1
- package/file-upload-item/modern/index.js +1 -1
- package/gallery/components/image-viewer/component.js +1 -1
- package/gallery/components/image-viewer/hooks.js +1 -1
- package/gallery/components/image-viewer/single.js +1 -1
- package/gallery/components/image-viewer/slide.js +1 -1
- package/gallery/esm/Component.js +1 -1
- package/gallery/esm/components/image-viewer/component.js +1 -1
- package/gallery/esm/components/image-viewer/hooks.js +1 -1
- package/gallery/esm/components/image-viewer/index.js +1 -1
- package/gallery/esm/components/image-viewer/single.js +1 -1
- package/gallery/esm/components/image-viewer/slide.js +1 -1
- package/gallery/esm/components/index.js +1 -1
- package/gallery/esm/index.js +1 -1
- package/gallery/modern/Component.js +1 -1
- package/gallery/modern/components/image-viewer/component.js +1 -1
- package/gallery/modern/components/image-viewer/hooks.js +1 -1
- package/gallery/modern/components/image-viewer/index.js +1 -1
- package/gallery/modern/components/image-viewer/single.js +1 -1
- package/gallery/modern/components/image-viewer/slide.js +1 -1
- package/gallery/modern/components/index.js +1 -1
- package/gallery/modern/index.js +1 -1
- package/input-autocomplete/cssm/mobile/Component.mobile.d.ts +0 -1
- package/input-autocomplete/cssm/mobile/Component.mobile.js +3 -3
- package/input-autocomplete/cssm/mobile/Component.modal.mobile.d.ts +0 -1
- package/input-autocomplete/cssm/types.d.ts +0 -5
- package/input-autocomplete/esm/mobile/Component.mobile.d.ts +0 -1
- package/input-autocomplete/esm/mobile/Component.mobile.js +3 -3
- package/input-autocomplete/esm/mobile/Component.modal.mobile.d.ts +0 -1
- package/input-autocomplete/esm/types.d.ts +0 -5
- package/input-autocomplete/mobile/Component.mobile.d.ts +0 -1
- package/input-autocomplete/mobile/Component.mobile.js +3 -3
- package/input-autocomplete/mobile/Component.modal.mobile.d.ts +0 -1
- package/input-autocomplete/modern/mobile/Component.mobile.d.ts +0 -1
- package/input-autocomplete/modern/mobile/Component.mobile.js +2 -2
- package/input-autocomplete/modern/mobile/Component.modal.mobile.d.ts +0 -1
- package/input-autocomplete/modern/types.d.ts +0 -5
- package/input-autocomplete/moderncssm/mobile/Component.mobile.d.ts +0 -1
- package/input-autocomplete/moderncssm/mobile/Component.mobile.js +2 -2
- package/input-autocomplete/moderncssm/mobile/Component.modal.mobile.d.ts +0 -1
- package/input-autocomplete/moderncssm/types.d.ts +0 -5
- package/input-autocomplete/types.d.ts +0 -5
- package/international-phone-input/cssm/typings-d515b24c.d.ts +2 -6
- package/international-phone-input/esm/typings-d515b24c.d.ts +2 -6
- package/international-phone-input/modern/typings-d515b24c.d.ts +2 -6
- package/international-phone-input/moderncssm/typings-d515b24c.d.ts +2 -6
- package/international-phone-input/typings-d515b24c.d.ts +2 -6
- package/modal/components/controls/Component.js +1 -1
- package/modal/components/footer/Component.js +1 -1
- package/modal/esm/Component.responsive.js +1 -1
- package/modal/esm/components/controls/Component.js +1 -1
- package/modal/esm/components/controls/index.js +1 -1
- package/modal/esm/components/footer/Component.js +1 -1
- package/modal/esm/desktop/Component.desktop.js +1 -1
- package/modal/esm/desktop/index.js +1 -1
- package/modal/esm/index.js +1 -1
- package/modal/esm/mobile/Component.mobile.js +1 -1
- package/modal/esm/mobile/index.js +1 -1
- package/modal/modern/Component.responsive.js +1 -1
- package/modal/modern/components/controls/Component.js +1 -1
- package/modal/modern/components/controls/index.js +1 -1
- package/modal/modern/components/footer/Component.js +1 -1
- package/modal/modern/desktop/Component.desktop.js +1 -1
- package/modal/modern/desktop/index.js +1 -1
- package/modal/modern/index.js +1 -1
- package/modal/modern/mobile/Component.mobile.js +1 -1
- package/modal/modern/mobile/index.js +1 -1
- package/package.json +2 -2
- package/picker-button/cssm/typings-d515b24c.d.ts +2 -6
- package/picker-button/esm/typings-d515b24c.d.ts +2 -6
- package/picker-button/modern/typings-d515b24c.d.ts +2 -6
- package/picker-button/moderncssm/typings-d515b24c.d.ts +2 -6
- package/picker-button/typings-d515b24c.d.ts +2 -6
- package/pure-cell/component.js +1 -1
- package/pure-cell/components/addon/component.js +1 -1
- package/pure-cell/components/addon/index.d.ts +1 -1
- package/pure-cell/components/addon/index.js +1 -1
- package/pure-cell/components/amount/component.js +1 -1
- package/pure-cell/components/amount/index.d.ts +1 -1
- package/pure-cell/components/amount/index.js +1 -1
- package/pure-cell/components/amount-title/component.js +1 -1
- package/pure-cell/components/amount-title/index.d.ts +1 -1
- package/pure-cell/components/amount-title/index.js +1 -1
- package/pure-cell/components/category/component.js +1 -1
- package/pure-cell/components/category/index.d.ts +1 -1
- package/pure-cell/components/category/index.js +1 -1
- package/pure-cell/components/content/component.js +1 -1
- package/pure-cell/components/content/index.d.ts +1 -1
- package/pure-cell/components/content/index.js +1 -1
- package/pure-cell/components/footer/component.js +1 -1
- package/pure-cell/components/footer/index.d.ts +1 -1
- package/pure-cell/components/footer/index.js +1 -1
- package/pure-cell/components/footer-button/component.js +1 -1
- package/pure-cell/components/footer-button/index.d.ts +1 -1
- package/pure-cell/components/footer-button/index.js +1 -1
- package/pure-cell/components/footer-text/component.js +1 -1
- package/pure-cell/components/footer-text/index.d.ts +1 -1
- package/pure-cell/components/footer-text/index.js +1 -1
- package/pure-cell/components/graphics/component.js +1 -1
- package/pure-cell/components/graphics/index.d.ts +1 -1
- package/pure-cell/components/graphics/index.js +1 -1
- package/pure-cell/components/main/component.js +1 -1
- package/pure-cell/components/main/index.d.ts +1 -1
- package/pure-cell/components/main/index.js +1 -1
- package/pure-cell/components/text/component.js +1 -1
- package/pure-cell/components/text/index.d.ts +1 -1
- package/pure-cell/components/text/index.js +1 -1
- package/pure-cell/esm/component.js +1 -1
- package/pure-cell/esm/components/addon/component.js +1 -1
- package/pure-cell/esm/components/addon/index.d.ts +1 -1
- package/pure-cell/esm/components/addon/index.js +1 -1
- package/pure-cell/esm/components/amount/component.js +1 -1
- package/pure-cell/esm/components/amount/index.d.ts +1 -1
- package/pure-cell/esm/components/amount/index.js +1 -1
- package/pure-cell/esm/components/amount-title/component.js +1 -1
- package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
- package/pure-cell/esm/components/amount-title/index.js +1 -1
- package/pure-cell/esm/components/category/component.js +1 -1
- package/pure-cell/esm/components/category/index.d.ts +1 -1
- package/pure-cell/esm/components/category/index.js +1 -1
- package/pure-cell/esm/components/content/component.js +1 -1
- package/pure-cell/esm/components/content/index.d.ts +1 -1
- package/pure-cell/esm/components/content/index.js +1 -1
- package/pure-cell/esm/components/footer/component.js +1 -1
- package/pure-cell/esm/components/footer/index.d.ts +1 -1
- package/pure-cell/esm/components/footer/index.js +1 -1
- package/pure-cell/esm/components/footer-button/component.js +1 -1
- package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-button/index.js +1 -1
- package/pure-cell/esm/components/footer-text/component.js +1 -1
- package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
- package/pure-cell/esm/components/footer-text/index.js +1 -1
- package/pure-cell/esm/components/graphics/component.js +1 -1
- package/pure-cell/esm/components/graphics/index.d.ts +1 -1
- package/pure-cell/esm/components/graphics/index.js +1 -1
- package/pure-cell/esm/components/main/component.js +1 -1
- package/pure-cell/esm/components/main/index.d.ts +1 -1
- package/pure-cell/esm/components/main/index.js +1 -1
- package/pure-cell/esm/components/text/component.js +1 -1
- package/pure-cell/esm/components/text/index.d.ts +1 -1
- package/pure-cell/esm/components/text/index.js +1 -1
- package/pure-cell/esm/index.js +1 -1
- package/pure-cell/index.js +1 -1
- package/pure-cell/modern/component.js +1 -1
- package/pure-cell/modern/components/addon/component.js +1 -1
- package/pure-cell/modern/components/addon/index.d.ts +1 -1
- package/pure-cell/modern/components/addon/index.js +1 -1
- package/pure-cell/modern/components/amount/component.js +1 -1
- package/pure-cell/modern/components/amount/index.d.ts +1 -1
- package/pure-cell/modern/components/amount/index.js +1 -1
- package/pure-cell/modern/components/amount-title/component.js +1 -1
- package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
- package/pure-cell/modern/components/amount-title/index.js +1 -1
- package/pure-cell/modern/components/category/component.js +1 -1
- package/pure-cell/modern/components/category/index.d.ts +1 -1
- package/pure-cell/modern/components/category/index.js +1 -1
- package/pure-cell/modern/components/content/component.js +1 -1
- package/pure-cell/modern/components/content/index.d.ts +1 -1
- package/pure-cell/modern/components/content/index.js +1 -1
- package/pure-cell/modern/components/footer/component.js +1 -1
- package/pure-cell/modern/components/footer/index.d.ts +1 -1
- package/pure-cell/modern/components/footer/index.js +1 -1
- package/pure-cell/modern/components/footer-button/component.js +1 -1
- package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-button/index.js +1 -1
- package/pure-cell/modern/components/footer-text/component.js +1 -1
- package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
- package/pure-cell/modern/components/footer-text/index.js +1 -1
- package/pure-cell/modern/components/graphics/component.js +1 -1
- package/pure-cell/modern/components/graphics/index.d.ts +1 -1
- package/pure-cell/modern/components/graphics/index.js +1 -1
- package/pure-cell/modern/components/main/component.js +1 -1
- package/pure-cell/modern/components/main/index.d.ts +1 -1
- package/pure-cell/modern/components/main/index.js +1 -1
- package/pure-cell/modern/components/text/component.js +1 -1
- package/pure-cell/modern/components/text/index.d.ts +1 -1
- package/pure-cell/modern/components/text/index.js +1 -1
- package/pure-cell/modern/index.js +1 -1
- package/select/components/base-select/Component.js +2 -2
- package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/cssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
- package/select/esm/Component.responsive.js +3 -3
- package/select/esm/components/base-select/Component.js +2 -2
- package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/esm/components/base-select/index.js +2 -2
- package/select/esm/components/index.js +2 -2
- package/select/esm/desktop/Component.desktop.js +2 -2
- package/select/esm/desktop/index.js +2 -2
- package/select/esm/index.js +3 -3
- package/select/esm/mobile/Component.mobile.js +3 -3
- package/select/esm/mobile/Component.modal.mobile.js +3 -3
- package/select/esm/mobile/index.js +3 -3
- package/select/esm/presets/index.js +1 -1
- package/select/esm/presets/useSelectWithApply/hook.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/esm/shared/index.js +3 -3
- package/select/mobile/Component.mobile.js +1 -1
- package/select/modern/Component.responsive.js +3 -3
- package/select/modern/components/base-select/Component.js +2 -2
- package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
- package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
- package/select/modern/components/base-select/index.js +2 -2
- package/select/modern/components/index.js +2 -2
- package/select/modern/desktop/Component.desktop.js +2 -2
- package/select/modern/desktop/index.js +2 -2
- package/select/modern/index.js +3 -3
- package/select/modern/mobile/Component.mobile.js +3 -3
- package/select/modern/mobile/Component.modal.mobile.js +3 -3
- package/select/modern/mobile/index.js +3 -3
- package/select/modern/presets/index.js +1 -1
- package/select/modern/presets/useSelectWithApply/hook.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/modern/shared/index.js +3 -3
- package/select/presets/index.js +1 -1
- package/select/presets/useSelectWithApply/hook.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
- package/select/shared/index.js +1 -1
- package/side-panel/components/controls/Component.js +1 -1
- package/side-panel/components/footer/Component.js +1 -1
- package/side-panel/esm/Component.responsive.js +1 -1
- package/side-panel/esm/components/controls/Component.js +1 -1
- package/side-panel/esm/components/controls/index.js +1 -1
- package/side-panel/esm/components/footer/Component.desktop.js +1 -1
- package/side-panel/esm/components/footer/Component.js +1 -1
- package/side-panel/esm/components/footer/Component.mobile.js +1 -1
- package/side-panel/esm/desktop/Component.desktop.js +1 -1
- package/side-panel/esm/desktop/index.js +1 -1
- package/side-panel/esm/index.js +1 -1
- package/side-panel/esm/mobile/Component.mobile.js +1 -1
- package/side-panel/esm/mobile/index.js +1 -1
- package/side-panel/modern/Component.responsive.js +1 -1
- package/side-panel/modern/components/controls/Component.js +1 -1
- package/side-panel/modern/components/controls/index.js +1 -1
- package/side-panel/modern/components/footer/Component.desktop.js +1 -1
- package/side-panel/modern/components/footer/Component.js +1 -1
- package/side-panel/modern/components/footer/Component.mobile.js +1 -1
- package/side-panel/modern/desktop/Component.desktop.js +1 -1
- package/side-panel/modern/desktop/index.js +1 -1
- package/side-panel/modern/index.js +1 -1
- package/side-panel/modern/mobile/Component.mobile.js +1 -1
- package/side-panel/modern/mobile/index.js +1 -1
- package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/collapsible/index.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
- package/tabs/esm/components/tabs/Component.desktop.js +2 -2
- package/tabs/esm/components/tabs/Component.mobile.js +2 -2
- package/tabs/esm/components/tabs/Component.responsive.js +2 -2
- package/tabs/esm/desktop/index.js +2 -2
- package/tabs/esm/index.js +2 -2
- package/tabs/esm/mobile/index.js +2 -2
- package/tabs/modern/collapsible/index.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
- package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
- package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
- package/tabs/modern/components/tabs/Component.desktop.js +2 -2
- package/tabs/modern/components/tabs/Component.mobile.js +2 -2
- package/tabs/modern/components/tabs/Component.responsive.js +2 -2
- package/tabs/modern/desktop/index.js +2 -2
- package/tabs/modern/index.js +2 -2
- package/tabs/modern/mobile/index.js +2 -2
- package/textarea/Component.js +1 -1
- package/textarea/components/PseudoTextArea.js +1 -1
- package/textarea/components/index.d.ts +1 -1
- package/textarea/components/index.js +1 -1
- package/textarea/esm/Component.js +1 -1
- package/textarea/esm/components/PseudoTextArea.js +1 -1
- package/textarea/esm/components/index.d.ts +1 -1
- package/textarea/esm/components/index.js +1 -1
- package/textarea/esm/index.js +1 -1
- package/textarea/modern/Component.js +1 -1
- package/textarea/modern/components/PseudoTextArea.js +1 -1
- package/textarea/modern/components/index.d.ts +1 -1
- package/textarea/modern/components/index.js +1 -1
- package/textarea/modern/index.js +1 -1
- package/themes/click.d.ts +1 -1
- package/themes/click.js +2 -8
- package/themes/compiled/mobile-dark-bluetint.css +3282 -7
- package/themes/compiled/mobile-dark-bluetint.d.ts +2 -2
- package/themes/compiled/mobile-dark-bluetint.js +3 -8
- package/themes/corp.d.ts +1 -1
- package/themes/corp.js +2 -8
- package/themes/dark.d.ts +1 -1
- package/themes/dark.js +2 -8
- package/themes/esm/click.d.ts +1 -1
- package/themes/esm/click.js +2 -4
- package/themes/esm/compiled/mobile-dark-bluetint.d.ts +2 -2
- package/themes/esm/compiled/mobile-dark-bluetint.js +4 -1
- package/themes/esm/corp.d.ts +1 -1
- package/themes/esm/corp.js +2 -4
- package/themes/esm/dark.d.ts +1 -1
- package/themes/esm/dark.js +2 -4
- package/themes/esm/intranet.d.ts +1 -1
- package/themes/esm/intranet.js +2 -4
- package/themes/esm/mobile.d.ts +1 -1
- package/themes/esm/mobile.js +2 -4
- package/themes/esm/site.d.ts +1 -1
- package/themes/esm/site.js +2 -4
- package/themes/intranet.d.ts +1 -1
- package/themes/intranet.js +2 -8
- package/themes/mobile.d.ts +1 -1
- package/themes/mobile.js +2 -8
- package/themes/modern/click.d.ts +1 -1
- package/themes/modern/click.js +2029 -3
- package/themes/modern/compiled/mobile-dark-bluetint.d.ts +2 -2
- package/themes/modern/compiled/mobile-dark-bluetint.js +3877 -1
- package/themes/modern/corp.d.ts +1 -1
- package/themes/modern/corp.js +1986 -3
- package/themes/modern/dark.d.ts +1 -1
- package/themes/modern/dark.js +688 -4
- package/themes/modern/intranet.d.ts +1 -1
- package/themes/modern/intranet.js +1915 -3
- package/themes/modern/mobile.d.ts +1 -1
- package/themes/modern/mobile.js +1911 -3
- package/themes/modern/site.d.ts +1 -1
- package/themes/modern/site.js +2036 -3
- package/themes/site.d.ts +1 -1
- package/themes/site.js +2 -8
- package/toast/Component.responsive.d.ts +1 -1
- package/toast/components/base-toast/component.d.ts +1 -1
- package/typography/esm/component.js +2 -2
- package/typography/esm/index.js +2 -2
- package/typography/esm/text/component.js +1 -1
- package/typography/esm/text/index.js +1 -1
- package/typography/esm/title/component.js +1 -1
- package/typography/esm/title/index.js +2 -2
- package/typography/esm/title-mobile/component.js +2 -2
- package/typography/esm/title-mobile/index.js +2 -2
- package/typography/esm/title-responsive/component.js +2 -2
- package/typography/esm/title-responsive/index.js +2 -2
- package/typography/modern/component.js +2 -2
- package/typography/modern/index.js +2 -2
- package/typography/modern/text/component.js +1 -1
- package/typography/modern/text/index.js +1 -1
- package/typography/modern/title/component.js +1 -1
- package/typography/modern/title/index.js +2 -2
- package/typography/modern/title-mobile/component.js +2 -2
- package/typography/modern/title-mobile/index.js +2 -2
- package/typography/modern/title-responsive/component.js +2 -2
- package/typography/modern/title-responsive/index.js +2 -2
- package/typography/text/component.js +1 -1
- package/typography/title/component.js +1 -1
- package/typography/title/index.js +1 -1
- package/typography/title-mobile/component.js +1 -1
- package/universal-modal/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/esm/Component.responsive.js +1 -1
- package/universal-modal/esm/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/esm/components/header/index.js +1 -1
- package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
- package/universal-modal/esm/desktop/Component.desktop.js +1 -1
- package/universal-modal/esm/desktop/index.js +1 -1
- package/universal-modal/esm/index.js +1 -1
- package/universal-modal/esm/mobile/Component.mobile.js +1 -1
- package/universal-modal/esm/mobile/index.js +1 -1
- package/universal-modal/modern/Component.responsive.js +1 -1
- package/universal-modal/modern/components/header/desktop/Component.desktop.js +1 -1
- package/universal-modal/modern/components/header/index.js +1 -1
- package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
- package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
- package/universal-modal/modern/desktop/Component.desktop.js +1 -1
- package/universal-modal/modern/desktop/index.js +1 -1
- package/universal-modal/modern/index.js +1 -1
- package/universal-modal/modern/mobile/Component.mobile.js +1 -1
- package/universal-modal/modern/mobile/index.js +1 -1
- /package/calendar/{calendarMonthOnlyView-7a1a1ffc.d.ts → calendarMonthOnlyView-154be5cd.d.ts} +0 -0
- /package/calendar/{calendarMonthOnlyView-7a1a1ffc.js → calendarMonthOnlyView-154be5cd.js} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-7a4b7d7b.d.ts → calendarMonthOnlyView-c4b0990e.d.ts} +0 -0
- /package/calendar/esm/{calendarMonthOnlyView-7a4b7d7b.js → calendarMonthOnlyView-c4b0990e.js} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-e720b520.d.ts → calendarMonthOnlyView-5228af9c.d.ts} +0 -0
- /package/calendar/modern/{calendarMonthOnlyView-e720b520.js → calendarMonthOnlyView-5228af9c.js} +0 -0
- /package/confirmation/{countdown-section-66246bfb.d.ts → countdown-section-ed5afdf6.d.ts} +0 -0
- /package/confirmation/{countdown-section-66246bfb.js → countdown-section-ed5afdf6.js} +0 -0
- /package/confirmation/esm/{countdown-section-b11f4c6f.d.ts → countdown-section-ac318a99.d.ts} +0 -0
- /package/confirmation/esm/{countdown-section-b11f4c6f.js → countdown-section-ac318a99.js} +0 -0
- /package/confirmation/modern/{countdown-section-5721eff6.d.ts → countdown-section-67dedb5c.d.ts} +0 -0
- /package/confirmation/modern/{countdown-section-5721eff6.js → countdown-section-67dedb5c.js} +0 -0
- /package/file-upload-item/{actions-control.module-4036a72e.js → actions-control.module-981e6d88.js} +0 -0
- /package/file-upload-item/esm/{actions-control.module-513b9136.js → actions-control.module-9d404427.js} +0 -0
- /package/file-upload-item/modern/{actions-control.module-92e41ab2.js → actions-control.module-cfa22303.js} +0 -0
- /package/gallery/esm/{hooks-a2a9ba67.d.ts → hooks-f5653065.d.ts} +0 -0
- /package/gallery/esm/{hooks-a2a9ba67.js → hooks-f5653065.js} +0 -0
- /package/gallery/{hooks-edbf48b6.d.ts → hooks-ed93173c.d.ts} +0 -0
- /package/gallery/{hooks-edbf48b6.js → hooks-ed93173c.js} +0 -0
- /package/gallery/modern/{hooks-7279baab.d.ts → hooks-f5d729d2.d.ts} +0 -0
- /package/gallery/modern/{hooks-7279baab.js → hooks-f5d729d2.js} +0 -0
- /package/modal/esm/{layout.module-17553c5a.js → layout.module-88c2cd2c.js} +0 -0
- /package/modal/{layout.module-ad818cbc.js → layout.module-b8b8c4c5.js} +0 -0
- /package/modal/modern/{layout.module-2e975ac6.js → layout.module-2da0e614.js} +0 -0
- /package/pure-cell/{component-f9fe7b5e.d.ts → component-daee4234.d.ts} +0 -0
- /package/pure-cell/{component-f9fe7b5e.js → component-daee4234.js} +0 -0
- /package/pure-cell/esm/{component-885fb487.d.ts → component-89ffe775.d.ts} +0 -0
- /package/pure-cell/esm/{component-885fb487.js → component-89ffe775.js} +0 -0
- /package/pure-cell/modern/{component-27feae28.d.ts → component-b3cbf3fd.d.ts} +0 -0
- /package/pure-cell/modern/{component-27feae28.js → component-b3cbf3fd.js} +0 -0
- /package/select/esm/{hook-95e57f01.d.ts → hook-1bfdb0fc.d.ts} +0 -0
- /package/select/esm/{hook-95e57f01.js → hook-1bfdb0fc.js} +0 -0
- /package/select/esm/{list-popover-desktop-471e29e3.d.ts → list-popover-desktop-a853ce4a.d.ts} +0 -0
- /package/select/esm/{list-popover-desktop-471e29e3.js → list-popover-desktop-a853ce4a.js} +0 -0
- /package/select/esm/{mobile.module-b7411ccc.js → mobile.module-cd365f67.js} +0 -0
- /package/select/{hook-ced8e8e7.d.ts → hook-a840076d.d.ts} +0 -0
- /package/select/{hook-ced8e8e7.js → hook-a840076d.js} +0 -0
- /package/select/{list-popover-desktop-b02c0d40.d.ts → list-popover-desktop-2ec8e83c.d.ts} +0 -0
- /package/select/{list-popover-desktop-b02c0d40.js → list-popover-desktop-2ec8e83c.js} +0 -0
- /package/select/{mobile.module-b3172af2.js → mobile.module-0de8fc36.js} +0 -0
- /package/select/modern/{hook-79b0ecd6.d.ts → hook-095ee822.d.ts} +0 -0
- /package/select/modern/{hook-79b0ecd6.js → hook-095ee822.js} +0 -0
- /package/select/modern/{list-popover-desktop-36234ac6.d.ts → list-popover-desktop-e77b41d0.d.ts} +0 -0
- /package/select/modern/{list-popover-desktop-36234ac6.js → list-popover-desktop-e77b41d0.js} +0 -0
- /package/select/modern/{mobile.module-74e2c906.js → mobile.module-492a8cc0.js} +0 -0
- /package/side-panel/esm/{layout.module-b66ce500.js → layout.module-d264cc45.js} +0 -0
- /package/side-panel/{layout.module-793d64b3.js → layout.module-b7d4e75d.js} +0 -0
- /package/side-panel/modern/{layout.module-72ccb41a.js → layout.module-d652b3d8.js} +0 -0
- /package/tabs/esm/{index.module-7bbdbbc4.js → index.module-6c0aa222.js} +0 -0
- /package/tabs/esm/{index.module-d6d9c12d.js → index.module-8ee88556.js} +0 -0
- /package/tabs/{index.module-65e5a2fa.js → index.module-b0163905.js} +0 -0
- /package/tabs/{index.module-9d3df3f9.js → index.module-b6d5cc24.js} +0 -0
- /package/tabs/modern/{index.module-b46d134e.js → index.module-00ead3f7.js} +0 -0
- /package/tabs/modern/{index.module-319370a0.js → index.module-9740378c.js} +0 -0
- /package/textarea/{PseudoTextArea-13d4f383.d.ts → PseudoTextArea-63acc5ad.d.ts} +0 -0
- /package/textarea/{PseudoTextArea-13d4f383.js → PseudoTextArea-63acc5ad.js} +0 -0
- /package/textarea/esm/{PseudoTextArea-80e94373.d.ts → PseudoTextArea-70617958.d.ts} +0 -0
- /package/textarea/esm/{PseudoTextArea-80e94373.js → PseudoTextArea-70617958.js} +0 -0
- /package/textarea/modern/{PseudoTextArea-619f241a.d.ts → PseudoTextArea-9b243b09.d.ts} +0 -0
- /package/textarea/modern/{PseudoTextArea-619f241a.js → PseudoTextArea-9b243b09.js} +0 -0
- /package/typography/{colors.module-96dc381d.js → colors.module-e1e906c3.js} +0 -0
- /package/typography/{common.module-87bfc3d3.js → common.module-a4e4d663.js} +0 -0
- /package/typography/esm/{colors.module-8a4bb09a.js → colors.module-e2af082a.js} +0 -0
- /package/typography/esm/{common.module-682b1784.js → common.module-83d69222.js} +0 -0
- /package/typography/modern/{colors.module-398743c3.js → colors.module-4a38339f.js} +0 -0
- /package/typography/modern/{common.module-e12a7993.js → common.module-02ca3b65.js} +0 -0
- /package/universal-modal/esm/{index.module-dea843b6.js → index.module-e88d6669.js} +0 -0
- /package/universal-modal/{index.module-a91cc672.js → index.module-adc95e6b.js} +0 -0
- /package/universal-modal/modern/{index.module-5839d3bb.js → index.module-60e434e6.js} +0 -0
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
2
|
+
var mobileDarkBluetint = ".backdrop__backdrop_c2lat {\n -webkit-tap-highlight-color: transparent;\n} .backdrop__appear_c2lat,\n.backdrop__enter_c2lat {\n background-color: transparent;\n} .backdrop__appearActive_c2lat,\n.backdrop__enterActive_c2lat,\n.backdrop__appearDone_c2lat,\n.backdrop__enterDone_c2lat {\n background-color: rgba(0, 0, 0, 0.7);\n} .backdrop__exit_c2lat {\n background-color: rgba(0, 0, 0, 0.7);\n} .backdrop__exitActive_c2lat,\n.backdrop__exitDone_c2lat {\n background-color: transparent;\n} .backdrop__transparent_c2lat.backdrop__transparent_c2lat {\n background-color: transparent;\n}.card-image__cardImage_1lbmv {\n background: #e7e8ea;\n} .card-image__loaded_1lbmv {\n background: transparent\n}.badge__component_lbq63.badge__background-accent_lbq63 {\n background-color: #f83a2a;\n color: rgba(255, 255, 255, 0.94);\n } .badge__component_lbq63.badge__background-specialbg-secondary-transparent_lbq63 {\n background-color: rgba(225, 225, 248, 0.09);\n color: rgba(255, 255, 255, 0.94);\n } .badge__component_lbq63.badge__background-primary_lbq63 {\n background-color: #262629;\n color: rgba(255, 255, 255, 0.94);\n } .badge__outlineCount_lbq63 {\n border: 2px solid rgba(3, 3, 6, 0.88);\n} .badge__heightS_lbq63.badge__outlineCount_lbq63 {\n border: 1px solid rgba(3, 3, 6, 0.88);\n} .badge__icon_lbq63 {\n color: #17d055\n} .badge__icon_lbq63.badge__positive_lbq63 {\n color: #17d055;\n background-color: #17d055;\n } .badge__icon_lbq63.badge__attention_lbq63 {\n color: #fda136;\n background-color: #fda136;\n } .badge__icon_lbq63.badge__negative_lbq63 {\n color: #ff4837;\n background-color: #ff4837;\n } .badge__icon_lbq63.badge__link_lbq63 {\n color: #3193fc;\n background-color: #3193fc;\n } .badge__icon_lbq63.badge__tertiary_lbq63 {\n color: #4a4a51;\n background-color: #4a4a51;\n } .badge__icon_lbq63.badge__secondary_lbq63 {\n color: #898991;\n background-color: #898991;\n } .badge__icon_lbq63.badge__primary_lbq63 {\n color: rgba(255, 255, 255, 0.94);\n background-color: rgba(255, 255, 255, 0.94);\n } .badge__graphic-static-light_lbq63.badge__icon_lbq63:before {\n background-color: rgba(255, 255, 255, 0.94);\n} .badge__graphic-primary_lbq63.badge__icon_lbq63:before {\n background-color: rgba(255, 255, 255, 0.94);\n} .badge__outline_lbq63 {\n background-color: rgba(3, 3, 6, 0.88);\n} .badge__outlineColor_lbq63 {\n background-color: #f83a2a\n} .badge__outlineColor_lbq63.badge__attention_lbq63 {\n background-color: #fda136;\n } .badge__outlineColor_lbq63.badge__positive_lbq63 {\n background-color: #17d055;\n } .badge__outlineColor_lbq63.badge__negative_lbq63 {\n background-color: #ff4837;\n } .badge__outlineColor_lbq63.badge__link_lbq63 {\n background-color: #3193fc;\n } .badge__outlineColor_lbq63.badge__tertiary_lbq63 {\n background-color: #4a4a51;\n } .badge__outlineColor_lbq63.badge__secondary_lbq63 {\n background-color: #898991;\n } .badge__outlineColor_lbq63.badge__primary_lbq63 {\n background-color: rgba(255, 255, 255, 0.94);\n } .badge__dot_lbq63.badge__outlineCount_lbq63 {\n border: 1px solid rgba(3, 3, 6, 0.88);\n}.divider__component_1wb0p {\n border-bottom: 1px solid #353539;\n}.dropzone__component_1n743 {\n border: 1px dashed rgba(255, 255, 255, 0.94);\n} .dropzone__component_1n743:not(.dropzone__disabled_1n743):hover {\n background-color: transparent;\n} .dropzone__dragOver_1n743 {\n background-color: transparent;\n} .dropzone__error_1n743 {\n border-color: #ff4837;\n}\n.dropzone__overlay_15lak {\n background: rgba(214, 214, 229, 0.07);\n} .dropzone__text_15lak {\n color: rgba(255, 255, 255, 0.94);\n}.hatching-progress-bar__container_ajno8 {\n background: rgba(222, 222, 238, 0.13);\n} .hatching-progress-bar__hatch_ajno8 {\n background: repeating-linear-gradient(\n -45deg,\n rgba(222, 222, 238, 0.13) 6px 10px,\n rgba(255, 255, 255, 0) 10px 18px\n );\n} .hatching-progress-bar__positive_ajno8 {\n background: #17d055;\n } .hatching-progress-bar__attention_ajno8 {\n background: #fda136;\n } .hatching-progress-bar__negative_ajno8 {\n background: #ff4837;\n } .hatching-progress-bar__link_ajno8 {\n background: #3193fc;\n } .hatching-progress-bar__tertiary_ajno8 {\n background: #4a4a51;\n } .hatching-progress-bar__secondary_ajno8 {\n background: #898991;\n } .hatching-progress-bar__primary_ajno8 {\n background: rgba(255, 255, 255, 0.94);\n } .hatching-progress-bar__accent_ajno8 {\n background: #f83a2a;\n }@media (max-width: 599px) {\n }\n@media (min-width: 320px) {\n }\n@media (min-width: 360px) {\n }\n@media (min-width: 375px) {\n }\n@media (min-width: 412px) {\n }\n@media (min-width: 600px) and (max-width: 1023px) {\n }\n@media (min-width: 600px) {\n }\n@media (min-width: 768px) {\n }\n@media (min-width: 1024px) {\n }\n@media (min-width: 1024px) {\n }\n@media (min-width: 1280px) {\n }\n@media (min-width: 1440px) {\n }\n@media (min-width: 1920px) {\n }\n@media (max-width: 599px) {\n }\n@media (min-width: 320px) {\n }\n@media (min-width: 360px) {\n }\n@media (min-width: 375px) {\n }\n@media (min-width: 412px) {\n }\n@media (min-width: 600px) and (max-width: 1023px) {\n }\n@media (min-width: 600px) {\n }\n@media (min-width: 768px) {\n }\n@media (min-width: 1024px) {\n }\n@media (min-width: 1024px) {\n }\n@media (min-width: 1280px) {\n }\n@media (min-width: 1440px) {\n }\n@media (min-width: 1920px) {\n }\n.icon-view__component_1t7h4 {\n color: rgba(238, 238, 251, 0.55)\n} .icon-view__bg_1t7h4 {\n fill: #1c1c1e;\n} .icon-view__border_1t7h4 {\n stroke: rgba(225, 225, 248, 0.09);\n fill: transparent;\n}.indicator__component_14eg9 {\n color: rgba(255, 255, 255, 0.94);\n background-color: #f83a2a;\n} .indicator__red_14eg9 {\n background-color: #f83a2a;\n color: rgba(255, 255, 255, 0.94)\n} .indicator__red_14eg9.indicator__border_14eg9 {\n outline: 2px solid #121213;\n } .indicator__white_14eg9 {\n background-color: #262629;\n color: rgba(255, 255, 255, 0.94)\n} .indicator__white_14eg9.indicator__border_14eg9 {\n outline: 2px solid #121213;\n } .indicator__grey_14eg9 {\n background-color: rgba(225, 225, 248, 0.09);\n color: rgba(255, 255, 255, 0.94)\n} .indicator__grey_14eg9.indicator__border_14eg9 {\n outline: 2px solid #121213;\n }.link__primary_1488d {\n color: rgba(255, 255, 255, 0.94);\n border-bottom-color: rgba(255, 255, 255, 0.94)\n} @media (hover: hover) {\n .link__primary_1488d:hover {\n color: rgba(255, 255, 255, 0.7);\n }\n } .link__primary_1488d:active {\n color: rgba(255, 255, 255, 0.6);\n } .link__secondary_1488d {\n color: rgba(238, 238, 251, 0.55);\n border-bottom-color: rgba(238, 238, 251, 0.55)\n} @media (hover: hover) {\n .link__secondary_1488d:hover {\n color: rgba(239, 240, 252, 0.65);\n }\n } .link__secondary_1488d:active {\n color: rgba(243, 245, 254, 0.75);\n } .link__defaultView_1488d {\n color: #4a9dfc;\n border-bottom-color: #4a9dfc\n} @media (hover: hover) {\n .link__defaultView_1488d:hover {\n color: #63aafd;\n }\n } .link__defaultView_1488d:active {\n color: #7fb6ff;\n }\n@media (hover: hover) {\n .link__component_fk662:hover .link__text_fk662 {\n border-bottom-color: rgba(0, 0, 0, 0);\n }\n } .link__component_fk662:active .link__text_fk662 {\n border-bottom-color: rgba(0, 0, 0, 0);\n } .link__focused_fk662 {\n outline: 2px solid #3193fc;\n} .link__pseudo_fk662 {\n background-color: transparent;\n}\n.link__primary_1clrl {\n color: rgba(3, 3, 6, 0.88);\n border-bottom-color: rgba(3, 3, 6, 0.88)\n} @media (hover: hover) {\n .link__primary_1clrl:hover {\n color: rgba(1, 1, 12, 0.63);\n }\n } .link__primary_1clrl:active {\n color: rgba(4, 4, 19, 0.55);\n } .link__secondary_1clrl {\n color: rgba(4, 4, 19, 0.55);\n border-bottom-color: rgba(4, 4, 19, 0.55)\n} @media (hover: hover) {\n .link__secondary_1clrl:hover {\n color: rgba(1, 1, 12, 0.63);\n }\n } .link__secondary_1clrl:active {\n color: rgba(0, 0, 10, 0.71);\n } .link__defaultView_1clrl {\n color: #2a77ef;\n border-bottom-color: #2a77ef\n} @media (hover: hover) {\n .link__defaultView_1clrl:hover {\n color: #2c64d4;\n }\n } .link__defaultView_1clrl:active {\n color: #2453b4;\n }@keyframes loader__blink_1ls6q {\n}.progress-bar__container_8e66d {\n background-color: rgba(222, 222, 238, 0.13);\n}\n.progress-bar__filled_1eszf.progress-bar__positive_1eszf {\n background: #17d055;\n } .progress-bar__filled_1eszf.progress-bar__negative_1eszf {\n background: #ff4837;\n } .progress-bar__filled_1eszf.progress-bar__attention_1eszf {\n background: #fda136;\n } .progress-bar__filled_1eszf.progress-bar__link_1eszf {\n background: #3193fc;\n } .progress-bar__filled_1eszf.progress-bar__tertiary_1eszf {\n background: #4a4a51;\n } .progress-bar__filled_1eszf.progress-bar__secondary_1eszf {\n background: #898991;\n } .progress-bar__filled_1eszf.progress-bar__primary_1eszf {\n background: rgba(255, 255, 255, 0.94);\n } .progress-bar__filled_1eszf.progress-bar__accent_1eszf {\n background: #f83a2a;\n }\n.progress-bar__container_178zq {\n background-color: rgba(15, 25, 55, 0.1);\n}.scrollbar__component_1saxc .scrollbar:before {\n background-color: rgba(228, 228, 251, 0.28);\n } .scrollbar__component_1saxc.dragging .track .scrollbar.visible:before {\n background-color: rgba(238, 238, 254, 0.46);\n }\n\n.scrollbar__component_190cj .scrollbar:before {\n background-color: rgba(9, 12, 37, 0.28);\n } .scrollbar__component_190cj.dragging .track .scrollbar.visible:before {\n background-color: rgba(4, 4, 21, 0.47);\n }.skeleton__component_dzi3y {\n background: rgba(214, 214, 229, 0.07);\n} @keyframes skeleton__background_dzi3y {\n 0% {\n background: rgba(214, 214, 229, 0.07);\n }\n 100% {\n background: rgba(222, 222, 238, 0.13);\n }\n}\n.skeleton__component_1s11t {\n color: transparent\n} .skeleton__component_1s11t:before {\n background: transparent;\n}\n.skeleton__component_14bh2 {\n background: rgba(38, 55, 88, 0.06);\n} @keyframes skeleton__background-inverted_14bh2 {\n 0% {\n background: rgba(38, 55, 88, 0.06);\n }\n 100% {\n background: rgba(15, 25, 55, 0.1);\n }\n}.segmented-control__wrapper_qz3xl {\n background-color: rgba(225, 225, 248, 0.09);\n} .segmented-control__segment_qz3xl.segmented-control__selected_qz3xl {\n color: rgba(255, 255, 255, 0.94);\n} .segmented-control__selectedBox_qz3xl {\n border: 0.5px solid rgba(225, 225, 248, 0.09);\n background-color: rgba(214, 214, 229, 0.07);\n}\n.segmented-control__selectedBox_1mlqf {\n box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),\n 0 0 1px rgba(0, 0, 0, 0.04);\n}\n.segmented-control__wrapper_t7zcs {\n background-color: rgba(30, 43, 68, 0.08);\n} .segmented-control__segment_t7zcs.segmented-control__selected_t7zcs {\n color: rgba(3, 3, 6, 0.88);\n} .segmented-control__selectedBox_t7zcs {\n border: 0.5px solid rgba(30, 43, 68, 0.08);\n background-color: #fff;\n}\n.segmented-control__segment_p27zl {\n color: rgba(255, 255, 255, 0.94)\n} .segmented-control__segment_p27zl:not(:first-child):before {\n background-color: rgba(222, 222, 238, 0.13);\n }\n.segmented-control__segment_18v7c {\n background-color: transparent\n} .segmented-control__focused_18v7c {\n outline: 2px solid #3193fc;\n}\n.segmented-control__segment_1ukfa {\n color: rgba(3, 3, 6, 0.88)\n} .segmented-control__segment_1ukfa:not(:first-child):before {\n background-color: rgba(15, 25, 55, 0.1);\n }.slider__component_1mcaa .noUi-base:hover .noUi-connects {\n background: rgba(222, 222, 238, 0.13);\n } .slider__component_1mcaa .noUi-base:hover .noUi-connect {\n background: #f83a2a;\n } .slider__component_1mcaa .noUi-handle:hover .noUi-touch-area {\n background: #ff503e;\n } .slider__component_1mcaa .noUi-handle:active .noUi-touch-area {\n background: #fd624e;\n } .slider__component_1mcaa .noUi-connects {\n background: rgba(222, 222, 238, 0.13);\n } .slider__component_1mcaa .noUi-connect {\n background: #f83a2a;\n } .slider__component_1mcaa .noUi-handle {\n border: 2px solid transparent;\n } .slider__component_1mcaa .noUi-touch-area {\n background: #f83a2a;\n } .slider__component_1mcaa .noUi-pips {\n color: rgba(238, 238, 251, 0.55);\n }.status-badge__positive-checkmark_1dpwb {\n background-color: #17d055;\n} .status-badge__negative-cross_1dpwb,\n.status-badge__negative-alert_1dpwb,\n.status-badge__negative-block_1dpwb {\n background-color: #ff4837;\n} .status-badge__attention-alert_1dpwb {\n background-color: #fda136;\n} .status-badge__neutral-information_1dpwb,\n.status-badge__neutral-operation_1dpwb,\n.status-badge__neutral-cross_1dpwb {\n background-color: #898991;\n}\n.status-badge__component_1ecwy {\n color: rgba(255, 255, 255, 0.94);\n}\n.status-badge__positive-checkmark_1j4zs {\n background-color: #0cc44d;\n} .status-badge__negative-cross_1j4zs,\n.status-badge__negative-alert_1j4zs,\n.status-badge__negative-block_1j4zs {\n background-color: #ff4837;\n} .status-badge__attention-alert_1j4zs {\n background-color: #fa9313;\n} .status-badge__neutral-information_1j4zs,\n.status-badge__neutral-operation_1j4zs,\n.status-badge__neutral-cross_1j4zs {\n background-color: #898991;\n}.status__soft_viceo.status__green_viceo, .status__muted-alt_viceo.status__green_viceo {\n background: #d1f1d7;\n color: #0d9336;\n } .status__soft_viceo.status__orange_viceo, .status__muted-alt_viceo.status__orange_viceo {\n background: #fde6c8;\n color: #ea8313;\n } .status__soft_viceo.status__red_viceo, .status__muted-alt_viceo.status__red_viceo {\n background: #ffdfdf;\n color: #ec2d20;\n } .status__soft_viceo.status__blue_viceo, .status__muted-alt_viceo.status__blue_viceo {\n background: #d8eaff;\n color: #2a77ef;\n } .status__soft_viceo.status__teal_viceo, .status__muted-alt_viceo.status__teal_viceo {\n background: #c8f1f3;\n color: #058a8f;\n } .status__soft_viceo.status__grey_viceo, .status__muted-alt_viceo.status__grey_viceo {\n background: rgba(222, 222, 238, 0.13);\n color: rgba(238, 238, 251, 0.55);\n } .status__soft_viceo.status__purple_viceo, .status__muted-alt_viceo.status__purple_viceo {\n background: #e3e6fe;\n color: #7a63f1;\n } .status__contrast_viceo {\n color: rgba(3, 3, 6, 0.88)\n} .status__contrast_viceo.status__green_viceo {\n background: #0cc44d;\n } .status__contrast_viceo.status__orange_viceo {\n background: #fa9313;\n } .status__contrast_viceo.status__red_viceo {\n background: #fe5e48;\n } .status__contrast_viceo.status__blue_viceo {\n background: #3193fc;\n } .status__contrast_viceo.status__teal_viceo {\n background: #09b9be;\n } .status__contrast_viceo.status__grey_viceo {\n background: #898991;\n } .status__contrast_viceo.status__purple_viceo {\n background: #897eff;\n } .status__muted_viceo.status__green_viceo {\n background: #dff8e5;\n color: #0d9336;\n } .status__muted_viceo.status__orange_viceo {\n background: #ffefd9;\n color: #ea8313;\n } .status__muted_viceo.status__red_viceo {\n background: #ffebeb;\n color: #ec2d20;\n } .status__muted_viceo.status__blue_viceo {\n background: #e4f0ff;\n color: #2a77ef;\n } .status__muted_viceo.status__teal_viceo {\n background: #daf7f8;\n color: #058a8f;\n } .status__muted_viceo.status__grey_viceo {\n background: rgba(225, 225, 248, 0.09);\n color: rgba(238, 238, 251, 0.55);\n } .status__muted_viceo.status__purple_viceo {\n background: #eeedff;\n color: #7a63f1;\n }.underlay__background-accent_18tn5 {\n background-color: #ef3124;\n } .underlay__background-info_18tn5 {\n background-color: #001c3c;\n } .underlay__background-attention-muted_18tn5 {\n background-color: #36291f;\n } .underlay__background-positive-muted_18tn5 {\n background-color: #232d25;\n } .underlay__background-negative-muted_18tn5 {\n background-color: #392523;\n } .underlay__background-primary_18tn5 {\n background-color: #121213;\n } .underlay__background-primary-inverted_18tn5 {\n background-color: #fff;\n } .underlay__background-secondary_18tn5 {\n background-color: #1c1c1e;\n } .underlay__background-secondary-inverted_18tn5 {\n background-color: #f2f3f5;\n } .underlay__background-tertiary_18tn5 {\n background-color: #27272a;\n } .underlay__background-tertiary-inverted_18tn5 {\n background-color: #e7e8ea;\n } .underlay__background-quaternary_18tn5 {\n background-color: #36363a;\n } .underlay__background-quaternary-inverted_18tn5 {\n background-color: #dcdee2;\n } .underlay__background-specialbg-component_18tn5 {\n background-color: rgba(255, 255, 255, 0.1);\n } .underlay__background-specialbg-component-inverted_18tn5 {\n background-color: rgba(11, 31, 53, 0.07);\n } .underlay__background-specialbg-primary-grouped_18tn5 {\n background-color: #1c1c1e;\n } .underlay__background-specialbg-secondary-grouped_18tn5 {\n background-color: #27272a;\n } .underlay__background-specialbg-tertiary-grouped_18tn5 {\n background-color: #36363a;\n } .underlay__background-specialbg-secondary-transparent_18tn5 {\n background-color: rgba(214, 214, 229, 0.07);\n } .underlay__background-specialbg-secondary-transparent-inverted_18tn5 {\n background-color: rgba(38, 55, 88, 0.06);\n } .underlay__background-specialbg-tertiary-transparent_18tn5 {\n background-color: rgba(222, 222, 240, 0.12);\n } .underlay__background-specialbg-tertiary-transparent-inverted_18tn5 {\n background-color: rgba(30, 43, 68, 0.08);\n } .underlay__shadow-xs_18tn5 {\n box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);\n } .underlay__shadow-s_18tn5 {\n box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),\n 0 0 1px rgba(0, 0, 0, 0.04);\n } .underlay__shadow-m_18tn5 {\n box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),\n 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);\n } .underlay__shadow-l_18tn5 {\n box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),\n 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);\n } .underlay__shadow-xl_18tn5 {\n box-shadow: 0 32px 40px rgba(0, 0, 0, 0.08), 0 24px 32px rgba(0, 0, 0, 0.08),\n 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),\n 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);\n } .underlay__shadow-xs-hard_18tn5 {\n box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);\n } .underlay__shadow-s-hard_18tn5 {\n box-shadow: 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16),\n 0 0 1px rgba(0, 0, 0, 0.16);\n } .underlay__shadow-m-hard_18tn5 {\n box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),\n 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);\n } .underlay__shadow-l-hard_18tn5 {\n box-shadow: 0 24px 32px rgba(0, 0, 0, 0.2), 0 20px 24px rgba(0, 0, 0, 0.2),\n 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);\n } .underlay__shadow-xl-hard_18tn5 {\n box-shadow: 0 32px 40px rgba(0, 0, 0, 0.2), 0 24px 32px rgba(0, 0, 0, 0.2),\n 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),\n 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);\n } .underlay__shadow-xs-up_18tn5 {\n box-shadow: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04);\n } .underlay__shadow-s-up_18tn5 {\n box-shadow: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08);\n } .underlay__shadow-m-up_18tn5 {\n box-shadow: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16);\n } .underlay__shadow-l-up_18tn5 {\n box-shadow: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24);\n } .underlay__shadow-xl-up_18tn5 {\n box-shadow: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32);\n } .underlay__shadow-xs-hard-up_18tn5 {\n box-shadow: 0 0 4px rgba(0, 0, 0, 0.02), 0 -2px 4px rgba(0, 0, 0, 0.04),\n 0 -2px 4px rgba(0, 0, 0, 0.16);\n } .underlay__shadow-s-hard-up_18tn5 {\n box-shadow: 0 0 8px rgba(0, 0, 0, 0.04), 0 -4px 8px rgba(0, 0, 0, 0.08),\n 0 -4px 8px rgba(0, 0, 0, 0.16);\n } .underlay__shadow-m-hard-up_18tn5 {\n box-shadow: 0 0 16px rgba(0, 0, 0, 0.08), 0 -8px 16px rgba(0, 0, 0, 0.16),\n 0 -8px 16px rgba(0, 0, 0, 0.16);\n } .underlay__shadow-l-hard-up_18tn5 {\n box-shadow: 0 0 24px rgba(0, 0, 0, 0.12), 0 -12px 24px rgba(0, 0, 0, 0.24),\n 0 -12px 24px rgba(0, 0, 0, 0.16);\n } .underlay__shadow-xl-hard-up_18tn5 {\n box-shadow: 0 0 32px rgba(0, 0, 0, 0.16), 0 -16px 32px rgba(0, 0, 0, 0.32),\n 0 -16px 32px rgba(0, 0, 0, 0.16);\n } .underlay__border-color-accent_18tn5 {\n border-color: #f83a2a;\n } .underlay__border-color-key_18tn5 {\n border-color: rgba(255, 255, 255, 0.94);\n } .underlay__border-color-key-inverted_18tn5 {\n border-color: rgba(3, 3, 6, 0.88);\n } .underlay__border-color-link_18tn5 {\n border-color: #3193fc;\n } .underlay__border-color-primary_18tn5 {\n border-color: #353539;\n } .underlay__border-color-primary-inverted_18tn5 {\n border-color: #d2d3d9;\n } .underlay__border-color-secondary_18tn5 {\n border-color: #29292c;\n } .underlay__border-color-secondary-inverted_18tn5 {\n border-color: #e7e8eb;\n } .underlay__border-color-tertiary_18tn5 {\n border-color: #212124;\n } .underlay__border-color-tertiary-inverted_18tn5 {\n border-color: #edeef0;\n } .underlay__border-color-underline_18tn5 {\n border-color: #4a4a51;\n } .underlay__border-color-underline-inverted_18tn5 {\n border-color: #babbc2;\n } .underlay__border-color-graphic-attention_18tn5 {\n border-color: #fda136;\n } .underlay__border-color-graphic-link_18tn5 {\n border-color: #3193fc;\n } .underlay__border-color-graphic-negative_18tn5 {\n border-color: #ff4837;\n } .underlay__border-color-graphic-positive_18tn5 {\n border-color: #17d055;\n } .underlay__border-color-specialbg-secondary-transparent_18tn5 {\n border-color: rgba(225, 225, 248, 0.09);\n } .underlay__border-color-specialbg-secondary-transparent-inverted_18tn5 {\n border-color: rgba(30, 43, 68, 0.08);\n } .underlay__border-color-specialbg-tertiary-transparent_18tn5 {\n border-color: rgba(222, 222, 238, 0.13);\n } .underlay__border-color-specialbg-tertiary-transparent-inverted_18tn5 {\n border-color: rgba(15, 25, 55, 0.1);\n }.checkbox-group__label_1ernj {\n color: rgba(255, 255, 255, 0.94);\n}\n.checkbox-group__label_1kzwd {\n color: rgba(238, 238, 251, 0.55);\n}\n.checkbox-group__error_19ov2 {\n border-left: 1px solid #ff4837\n} .checkbox-group__errorMessage_19ov2 {\n color: #ff4837;\n} .checkbox-group__hint_19ov2 {\n color: rgba(238, 238, 251, 0.55);\n}.checkbox__box_g96lx {\n color: rgba(3, 3, 6, 0.88);\n background-color: #262629;\n border: 1.5px solid rgba(238, 238, 251, 0.55);\n} .checkbox__checkedIcon_g96lx {\n color: rgba(3, 3, 6, 0.88);\n} .checkbox__component_g96lx:hover:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {\n background-color: #2f2f32;\n border-color: rgba(238, 238, 251, 0.55);\n} .checkbox__component_g96lx:active:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {\n background-color: #353539;\n border-color: rgba(238, 238, 251, 0.55);\n} .checkbox__checked_g96lx .checkbox__box_g96lx {\n background-color: #f2f3f5;\n border-color: transparent;\n} .checkbox__checked_g96lx:hover:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {\n background-color: #dcdde1;\n border-color: transparent;\n} .checkbox__checked_g96lx:active:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {\n background-color: #d2d3d9;\n border-color: transparent;\n} .checkbox__indeterminate_g96lx .checkbox__box_g96lx {\n background-color: #f2f3f5;\n border-color: transparent;\n} .checkbox__indeterminate_g96lx:hover:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {\n background-color: #dcdde1;\n border-color: transparent;\n} .checkbox__indeterminate_g96lx:active:not(.checkbox__disabled_g96lx) .checkbox__box_g96lx {\n background-color: #d2d3d9;\n border-color: transparent;\n} .checkbox__disabled_g96lx .checkbox__box_g96lx {\n background-color: #262629;\n border-color: rgba(222, 222, 238, 0.13);\n} .checkbox__disabled_g96lx.checkbox__checked_g96lx .checkbox__box_g96lx {\n background-color: rgba(225, 225, 248, 0.09);\n border-color: transparent;\n .checkbox__checkedIcon_g96lx {\n color: rgba(228, 228, 251, 0.28);\n }\n} .checkbox__disabled_g96lx.checkbox__indeterminate_g96lx .checkbox__box_g96lx {\n background-color: rgba(225, 225, 248, 0.09);\n border-color: transparent\n} .checkbox__disabled_g96lx.checkbox__indeterminate_g96lx .checkbox__box_g96lx .checkbox__indeterminateLine_g96lx {\n background-color: rgba(228, 228, 251, 0.28);\n } .checkbox__disabled_g96lx .checkbox__label_g96lx {\n color: rgba(238, 238, 251, 0.55);\n} .checkbox__disabled_g96lx .checkbox__hint_g96lx {\n color: rgba(238, 238, 251, 0.55);\n} .checkbox__label_g96lx {\n color: rgba(255, 255, 255, 0.94);\n} .checkbox__hint_g96lx {\n color: rgba(238, 238, 251, 0.55);\n} .checkbox__indeterminateLine_g96lx {\n background-color: rgba(3, 3, 6, 0.88);\n}\n.checkbox__focused_e85iq .checkbox__box_e85iq {\n outline: 2px solid #3193fc;\n} .checkbox__errorMessage_e85iq {\n color: #ff4837;\n}\n.checkbox__box_18olt {\n color: rgba(255, 255, 255, 0.94);\n background-color: #fff;\n border: 1.5px solid rgba(4, 4, 21, 0.47);\n} .checkbox__checkedIcon_18olt {\n color: rgba(255, 255, 255, 0.94);\n} .checkbox__component_18olt:hover:not(.checkbox__disabled_18olt) .checkbox__box_18olt {\n background-color: #e7e8eb;\n border-color: rgba(4, 4, 21, 0.47);\n} .checkbox__component_18olt:active:not(.checkbox__disabled_18olt) .checkbox__box_18olt {\n background-color: #dcdde1;\n border-color: rgba(4, 4, 21, 0.47);\n} .checkbox__checked_18olt .checkbox__box_18olt {\n background-color: #212124;\n border-color: transparent;\n} .checkbox__checked_18olt:hover:not(.checkbox__disabled_18olt) .checkbox__box_18olt {\n background-color: #2f2f32;\n border-color: transparent;\n} .checkbox__checked_18olt:active:not(.checkbox__disabled_18olt) .checkbox__box_18olt {\n background-color: #353539;\n border-color: transparent;\n} .checkbox__indeterminate_18olt .checkbox__box_18olt {\n background-color: #212124;\n border-color: transparent;\n} .checkbox__indeterminate_18olt:hover:not(.checkbox__disabled_18olt) .checkbox__box_18olt {\n background-color: #2f2f32;\n border-color: transparent;\n} .checkbox__indeterminate_18olt:active:not(.checkbox__disabled_18olt) .checkbox__box_18olt {\n background-color: #353539;\n border-color: transparent;\n} .checkbox__disabled_18olt .checkbox__box_18olt {\n background-color: #fff;\n border-color: rgba(15, 25, 55, 0.1);\n} .checkbox__disabled_18olt.checkbox__checked_18olt .checkbox__box_18olt {\n background-color: rgba(30, 43, 68, 0.08);\n border-color: transparent;\n .checkbox__checkedIcon_18olt {\n color: rgba(9, 12, 37, 0.28);\n }\n} .checkbox__disabled_18olt.checkbox__indeterminate_18olt .checkbox__box_18olt {\n background-color: rgba(30, 43, 68, 0.08);\n border-color: transparent\n} .checkbox__disabled_18olt.checkbox__indeterminate_18olt .checkbox__box_18olt .checkbox__indeterminateLine_18olt {\n background-color: rgba(9, 12, 37, 0.28);\n } .checkbox__disabled_18olt .checkbox__label_18olt {\n color: rgba(4, 4, 19, 0.55);\n} .checkbox__disabled_18olt .checkbox__hint_18olt {\n color: rgba(4, 4, 19, 0.55);\n} .checkbox__label_18olt {\n color: rgba(3, 3, 6, 0.88);\n} .checkbox__hint_18olt {\n color: rgba(4, 4, 19, 0.55);\n} .checkbox__indeterminateLine_18olt {\n background-color: rgba(255, 255, 255, 0.94);\n}.code-input__component_1ekri {\n background-color: rgba(214, 214, 229, 0.07);\n}\n.code-input__component_1orb5 {\n background-color: rgba(222, 222, 238, 0.13)\n}\n.code-input__error_1hxln {\n color: #ff4837;\n} @keyframes code-input__shake_1hxln {\n}\n.code-input__input_190nw {\n color: rgba(255, 255, 255, 0.94)\n} .code-input__input_190nw.code-input__hasError_190nw {\n color: #ff4837;\n caret-color: rgba(255, 255, 255, 0.94);\n background-color: #392523;\n } .code-input__input_190nw.code-input__disabled_190nw {\n color: rgba(233, 233, 250, 0.37);\n } .code-input__input_190nw:-webkit-autofill {\n -webkit-text-fill-color: rgba(255, 255, 255, 0.94);\n }.filter-tag__valueButton_hk6k2.filter-tag__filled_hk6k2 {\n background-color: rgba(222, 222, 238, 0.13)\n } .filter-tag__valueButton_hk6k2.filter-tag__filled_hk6k2:disabled {\n background-color: rgba(214, 214, 229, 0.07);\n } @media (hover: hover) {\n .filter-tag__valueButton_hk6k2.filter-tag__filled_hk6k2:not(:disabled):hover {\n background-color: rgba(234, 234, 248, 0.15);\n }\n } .filter-tag__valueButton_hk6k2.filter-tag__filled_hk6k2:not(:disabled):active {\n background-color: rgba(231, 231, 248, 0.18);\n }\n\n.filter-tag__valueButton_1qf8v.filter-tag__filled_1qf8v {\n background-color: rgba(15, 25, 55, 0.1)\n } .filter-tag__valueButton_1qf8v.filter-tag__filled_1qf8v:disabled {\n background-color: rgba(38, 55, 88, 0.06);\n } @media (hover: hover) {\n .filter-tag__valueButton_1qf8v.filter-tag__filled_1qf8v:not(:disabled):hover {\n background-color: rgba(5, 12, 41, 0.14);\n }\n } .filter-tag__valueButton_1qf8v.filter-tag__filled_1qf8v:not(:disabled):active {\n background-color: rgba(5, 11, 44, 0.18);\n }\n.filter-tag__valueButton_1c5z2.filter-tag__filled_1c5z2 {\n background-color: rgba(214, 214, 229, 0.07)\n } .filter-tag__valueButton_1c5z2.filter-tag__filled_1c5z2:disabled {\n background-color: rgba(214, 214, 229, 0.07);\n } @media (hover: hover) {\n .filter-tag__valueButton_1c5z2.filter-tag__filled_1c5z2:not(:disabled):hover {\n background-color: rgba(214, 214, 229, 0.07);\n }\n } .filter-tag__valueButton_1c5z2.filter-tag__filled_1c5z2:not(:disabled):active {\n background-color: rgba(222, 222, 238, 0.13);\n }\n.filter-tag__valueButton_1csea.filter-tag__filled_1csea {\n background-color: rgba(38, 55, 88, 0.06)\n } .filter-tag__valueButton_1csea.filter-tag__filled_1csea:disabled {\n background-color: rgba(38, 55, 88, 0.06);\n } @media (hover: hover) {\n .filter-tag__valueButton_1csea.filter-tag__filled_1csea:not(:disabled):hover {\n background-color: rgba(38, 55, 88, 0.06);\n }\n } .filter-tag__valueButton_1csea.filter-tag__filled_1csea:not(:disabled):active {\n background-color: rgba(5, 12, 41, 0.14);\n }\n\n.filter-tag__component_1kzy8.filter-tag__disabled_1kzy8 {\n background-color: transparent;\n } .filter-tag__component_1kzy8.filter-tag__checked_1kzy8:not(.filter-tag__disabled_1kzy8) {\n background-color: #f2f3f5;\n } @media (hover: hover) {\n .filter-tag__component_1kzy8.filter-tag__checked_1kzy8:not(.filter-tag__disabled_1kzy8):hover {\n background-color: #dcdde1;\n }\n } .filter-tag__component_1kzy8.filter-tag__checked_1kzy8:not(.filter-tag__disabled_1kzy8):active {\n background-color: #d2d3d9;\n } .filter-tag__chevron_1kzy8 {\n color: rgba(255, 255, 255, 0.94);\n} .filter-tag__valueButton_1kzy8 {\n color: rgba(255, 255, 255, 0.94);\n background-color: transparent;\n border: 1px solid rgba(228, 228, 251, 0.28)\n} .filter-tag__valueButton_1kzy8:disabled > .filter-tag__chevron_1kzy8 {\n color: #4a4a51;\n } .filter-tag__valueButton_1kzy8.filter-tag__outlined_1kzy8 {\n color: rgba(255, 255, 255, 0.94);\n border-color: rgba(228, 228, 251, 0.28);\n background-color: transparent\n } .filter-tag__valueButton_1kzy8.filter-tag__outlined_1kzy8:disabled {\n border-color: rgba(228, 228, 251, 0.28);\n color: rgba(233, 233, 250, 0.37);\n background-color: transparent;\n } @media (hover: hover) {\n .filter-tag__valueButton_1kzy8.filter-tag__outlined_1kzy8:not(:disabled):hover {\n border-color: rgba(228, 228, 251, 0.28);\n background-color: rgba(214, 214, 229, 0.07);\n }\n } .filter-tag__valueButton_1kzy8.filter-tag__outlined_1kzy8:not(:disabled):active {\n border-color: rgba(228, 228, 251, 0.28);\n background-color: rgba(225, 225, 248, 0.09);\n } .filter-tag__valueButton_1kzy8.filter-tag__filled_1kzy8 {\n color: rgba(255, 255, 255, 0.94);\n border-color: transparent\n } .filter-tag__valueButton_1kzy8.filter-tag__filled_1kzy8:disabled {\n color: rgba(233, 233, 250, 0.37);\n } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8 {\n color: rgba(3, 3, 6, 0.88);\n background-color: #f2f3f5;\n border-color: #f2f3f5\n } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8 > .filter-tag__chevron_1kzy8 {\n color: rgba(3, 3, 6, 0.88);\n } @media (hover: hover) {\n .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:not(:disabled):hover {\n background-color: #dcdde1;\n }\n } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:not(:disabled):active {\n background-color: #d2d3d9;\n } @media (hover: hover) {\n .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:not(:disabled):hover + .filter-tag__clear_1kzy8:before {\n background-color: transparent;\n }\n } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:not(:disabled):active + .filter-tag__clear_1kzy8:before {\n background-color: transparent;\n } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:disabled {\n color: rgba(233, 233, 250, 0.37);\n background-color: rgba(214, 214, 229, 0.07)\n } .filter-tag__valueButton_1kzy8.filter-tag__checked_1kzy8:disabled > .filter-tag__chevron_1kzy8 {\n color: #4a4a51;\n } .filter-tag__clear_1kzy8 {\n color: rgba(4, 4, 21, 0.47);\n background-color: #f2f3f5\n} .filter-tag__clear_1kzy8:before {\n background-color: rgba(9, 12, 37, 0.28);\n } @media (hover: hover) {\n .filter-tag__clear_1kzy8:hover:before {\n background-color: transparent;\n }\n } .filter-tag__clear_1kzy8:active:before {\n background-color: transparent;\n } @media (hover: hover) {\n .filter-tag__clear_1kzy8:hover {\n color: rgba(4, 4, 19, 0.55);\n background-color: #dcdde1;\n }\n } .filter-tag__clear_1kzy8:active {\n color: rgba(1, 1, 12, 0.63);\n background-color: #d2d3d9;\n }\n.filter-tag__focused_1mu6v {\n outline: 2px solid #3193fc;\n} .filter-tag__valueButton_1mu6v.filter-tag__checked_1mu6v:disabled {\n border-color: transparent;\n }\n.filter-tag__component_1v8vv.filter-tag__disabled_1v8vv {\n background-color: transparent;\n } .filter-tag__component_1v8vv.filter-tag__checked_1v8vv:not(.filter-tag__disabled_1v8vv) {\n background-color: #212124;\n } @media (hover: hover) {\n .filter-tag__component_1v8vv.filter-tag__checked_1v8vv:not(.filter-tag__disabled_1v8vv):hover {\n background-color: #2f2f32;\n }\n } .filter-tag__component_1v8vv.filter-tag__checked_1v8vv:not(.filter-tag__disabled_1v8vv):active {\n background-color: #353539;\n } .filter-tag__chevron_1v8vv {\n color: rgba(3, 3, 6, 0.88);\n} .filter-tag__valueButton_1v8vv {\n color: rgba(3, 3, 6, 0.88);\n background-color: transparent;\n border: 1px solid rgba(9, 12, 37, 0.28)\n} .filter-tag__valueButton_1v8vv:disabled > .filter-tag__chevron_1v8vv {\n color: #babbc2;\n } .filter-tag__valueButton_1v8vv.filter-tag__outlined_1v8vv {\n color: rgba(3, 3, 6, 0.88);\n border-color: rgba(9, 12, 37, 0.28);\n background-color: transparent\n } .filter-tag__valueButton_1v8vv.filter-tag__outlined_1v8vv:disabled {\n border-color: rgba(9, 12, 37, 0.28);\n color: rgba(5, 8, 29, 0.38);\n background-color: transparent;\n } @media (hover: hover) {\n .filter-tag__valueButton_1v8vv.filter-tag__outlined_1v8vv:not(:disabled):hover {\n border-color: rgba(9, 12, 37, 0.28);\n background-color: rgba(38, 55, 88, 0.06);\n }\n } .filter-tag__valueButton_1v8vv.filter-tag__outlined_1v8vv:not(:disabled):active {\n border-color: rgba(9, 12, 37, 0.28);\n background-color: rgba(30, 43, 68, 0.08);\n } .filter-tag__valueButton_1v8vv.filter-tag__filled_1v8vv {\n color: rgba(3, 3, 6, 0.88);\n border-color: transparent\n } .filter-tag__valueButton_1v8vv.filter-tag__filled_1v8vv:disabled {\n color: rgba(5, 8, 29, 0.38);\n } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv {\n color: rgba(255, 255, 255, 0.94);\n background-color: #212124;\n border-color: #212124\n } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv > .filter-tag__chevron_1v8vv {\n color: rgba(255, 255, 255, 0.94);\n } @media (hover: hover) {\n .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:not(:disabled):hover {\n background-color: #2f2f32;\n }\n } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:not(:disabled):active {\n background-color: #353539;\n } @media (hover: hover) {\n .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:not(:disabled):hover + .filter-tag__clear_1v8vv:before {\n background-color: transparent;\n }\n } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:not(:disabled):active + .filter-tag__clear_1v8vv:before {\n background-color: transparent;\n } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:disabled {\n color: rgba(5, 8, 29, 0.38);\n background-color: rgba(38, 55, 88, 0.06)\n } .filter-tag__valueButton_1v8vv.filter-tag__checked_1v8vv:disabled > .filter-tag__chevron_1v8vv {\n color: #babbc2;\n } .filter-tag__clear_1v8vv {\n color: rgba(238, 238, 251, 0.55);\n background-color: #212124\n} .filter-tag__clear_1v8vv:before {\n background-color: rgba(228, 228, 251, 0.28);\n } @media (hover: hover) {\n .filter-tag__clear_1v8vv:hover:before {\n background-color: transparent;\n }\n } .filter-tag__clear_1v8vv:active:before {\n background-color: transparent;\n } @media (hover: hover) {\n .filter-tag__clear_1v8vv:hover {\n color: rgba(239, 240, 252, 0.65);\n background-color: #2f2f32;\n }\n } .filter-tag__clear_1v8vv:active {\n color: rgba(243, 245, 254, 0.75);\n background-color: #353539;\n }.form-control__inner_1ynxv {\n background-color: rgba(222, 222, 238, 0.13);\n} .form-control__inner_1ynxv.form-control__hasError_1ynxv {\n background-color: rgba(225, 225, 248, 0.09);\n} .form-control__disabled_1ynxv.form-control__hasError_1ynxv {\n box-shadow: inset 0 0 0 2px #ff4837;\n}\n\n.form-control__inner_j9nbc {\n background-color: rgba(15, 25, 55, 0.1);\n} .form-control__inner_j9nbc.form-control__hasError_j9nbc {\n background-color: rgba(30, 43, 68, 0.08);\n} .form-control__disabled_j9nbc.form-control__hasError_j9nbc {\n box-shadow: inset 0 0 0 2px\n #ff4837;\n}\n.form-control__inner_11z61 {\n background-color: rgba(214, 214, 229, 0.07);\n} .form-control__disabled_11z61.form-control__hasError_11z61 {\n box-shadow: inset 0 0 0 2px #ff4837;\n}\n.form-control__inner_1a6ol {\n background-color: rgba(38, 55, 88, 0.06);\n} .form-control__disabled_1a6ol.form-control__hasError_1a6ol {\n box-shadow: inset 0 0 0 2px\n #ff4837;\n}\n\n.form-control__component_1h9uh {\n color: rgba(255, 255, 255, 0.94);\n} .form-control__label_1h9uh {\n color: rgba(238, 238, 251, 0.55);\n} .form-control__hint_1h9uh {\n color: rgba(238, 238, 251, 0.55);\n} .form-control__inner_1h9uh.form-control__disabled_1h9uh {\n color: rgba(238, 238, 251, 0.55);\n background-color: rgba(214, 214, 229, 0.07);\n} .form-control__disabled_1h9uh .form-control__label_1h9uh {\n color: rgba(233, 233, 250, 0.37);\n} .form-control__disabled_1h9uh.form-control__hasError_1h9uh {\n background-color: rgba(214, 214, 229, 0.07);\n} .form-control__inner_1h9uh:not(.form-control__disabled_1h9uh):hover {\n background-color: rgba(214, 214, 229, 0.07);\n} .form-control__focused_1h9uh.form-control__inner_1h9uh,\n.form-control__focused_1h9uh.form-control__inner_1h9uh:hover {\n background-color: rgba(214, 214, 229, 0.07);\n box-shadow: inset 0 0 0 2px rgba(238, 238, 251, 0.55)\n} .form-control__focused_1h9uh.form-control__inner_1h9uh.form-control__hasError_1h9uh, .form-control__focused_1h9uh.form-control__inner_1h9uh:hover.form-control__hasError_1h9uh {\n box-shadow: inset 0 0 0 2px #ff4837;\n background-color: rgba(214, 214, 229, 0.07);\n } .form-control__error_1h9uh {\n color: #ff4837;\n} .form-control__hasError_1h9uh {\n box-shadow: inset 0 0 0 2px #ff4837;\n} .form-control__hasError_1h9uh .form-control__label_1h9uh {\n color: rgba(238, 238, 251, 0.55);\n}\n\n.form-control__component_1t5c0 {\n color: rgba(3, 3, 6, 0.88);\n} .form-control__label_1t5c0 {\n color: rgba(4, 4, 19, 0.55);\n} .form-control__hint_1t5c0 {\n color: rgba(4, 4, 19, 0.55);\n} .form-control__inner_1t5c0.form-control__disabled_1t5c0 {\n color: rgba(4, 4, 19, 0.55);\n background-color: rgba(38, 55, 88, 0.06);\n} .form-control__disabled_1t5c0 .form-control__label_1t5c0 {\n color: rgba(5, 8, 29, 0.38);\n} .form-control__disabled_1t5c0.form-control__hasError_1t5c0 {\n background-color: rgba(38, 55, 88, 0.06);\n} .form-control__inner_1t5c0:not(.form-control__disabled_1t5c0):hover {\n background-color: rgba(38, 55, 88, 0.06);\n} .form-control__focused_1t5c0.form-control__inner_1t5c0,\n.form-control__focused_1t5c0.form-control__inner_1t5c0:hover {\n background-color: #fff;\n box-shadow: inset 0 0 0 2px\n rgba(4, 4, 21, 0.47)\n} .form-control__focused_1t5c0.form-control__inner_1t5c0.form-control__hasError_1t5c0, .form-control__focused_1t5c0.form-control__inner_1t5c0:hover.form-control__hasError_1t5c0 {\n box-shadow: inset 0 0 0 2px\n #ff4837;\n background-color: #fff;\n } .form-control__error_1t5c0 {\n color: #ff4837;\n} .form-control__hasError_1t5c0 {\n box-shadow: inset 0 0 0 2px\n #ff4837;\n} .form-control__hasError_1t5c0 .form-control__label_1t5c0 {\n color: rgba(4, 4, 19, 0.55);\n}.radio__container_fe42c:not(.radio__checked_fe42c):not(.radio__disabled_fe42c) .radio__circle_fe42c {\n background-color: #262629;\n border: 1.5px solid rgba(238, 238, 251, 0.55);\n } .radio__container_fe42c:not(.radio__checked_fe42c):not(.radio__disabled_fe42c):hover:not(:active) .radio__circle_fe42c {\n background-color: #2f2f32;\n border-color: rgba(238, 238, 251, 0.55);\n } .radio__container_fe42c:not(.radio__checked_fe42c):not(.radio__disabled_fe42c):active .radio__circle_fe42c {\n background-color: #353539;\n border-color: rgba(238, 238, 251, 0.55);\n } .radio__container_fe42c.radio__disabled_fe42c .radio__circle_fe42c {\n background-color: #262629;\n border: 1.5px solid rgba(222, 222, 238, 0.13);\n } .radio__container_fe42c.radio__disabled_fe42c .radio__label_fe42c {\n color: rgba(238, 238, 251, 0.55);\n } .radio__container_fe42c.radio__disabled_fe42c .radio__hint_fe42c {\n color: rgba(238, 238, 251, 0.55);\n } .radio__container_fe42c.radio__disabled_fe42c.radio__checked_fe42c .radio__circle_fe42c:before {\n background-color: rgba(228, 228, 251, 0.28);\n } .radio__container_fe42c.radio__checked_fe42c .radio__circle_fe42c {\n background-color: #f2f3f5;\n border: 1.5px solid transparent;\n } .radio__container_fe42c.radio__checked_fe42c:hover .radio__circle_fe42c {\n background-color: #dcdde1;\n border-color: transparent;\n } .radio__container_fe42c.radio__checked_fe42c:active .radio__circle_fe42c {\n background-color: #d2d3d9;\n border-color: transparent;\n } .radio__container_fe42c.radio__disabled_fe42c.radio__checked_fe42c .radio__circle_fe42c {\n background-color: rgba(225, 225, 248, 0.09);\n border-color: transparent;\n } .radio__circle_fe42c:before {\n background-color: rgba(3, 3, 6, 0.88);\n } .radio__label_fe42c {\n color: rgba(255, 255, 255, 0.94);\n} .radio__hint_fe42c {\n color: rgba(238, 238, 251, 0.55);\n}\n.radio__container_iy6mu.radio__focused_iy6mu .radio__circle_iy6mu {\n outline: 2px solid #3193fc;\n }\n.radio__container_f4ke3:not(.radio__checked_f4ke3):not(.radio__disabled_f4ke3) .radio__circle_f4ke3 {\n background-color: #fff;\n border: 1.5px solid rgba(4, 4, 21, 0.47);\n } .radio__container_f4ke3:not(.radio__checked_f4ke3):not(.radio__disabled_f4ke3):hover:not(:active) .radio__circle_f4ke3 {\n background-color: #e7e8eb;\n border-color: rgba(4, 4, 21, 0.47);\n } .radio__container_f4ke3:not(.radio__checked_f4ke3):not(.radio__disabled_f4ke3):active .radio__circle_f4ke3 {\n background-color: #dcdde1;\n border-color: rgba(4, 4, 21, 0.47);\n } .radio__container_f4ke3.radio__disabled_f4ke3 .radio__circle_f4ke3 {\n background-color: #fff;\n border: 1.5px solid rgba(15, 25, 55, 0.1);\n } .radio__container_f4ke3.radio__disabled_f4ke3 .radio__label_f4ke3 {\n color: rgba(4, 4, 19, 0.55);\n } .radio__container_f4ke3.radio__disabled_f4ke3 .radio__hint_f4ke3 {\n color: rgba(4, 4, 19, 0.55);\n } .radio__container_f4ke3.radio__disabled_f4ke3.radio__checked_f4ke3 .radio__circle_f4ke3:before {\n background-color: rgba(9, 12, 37, 0.28);\n } .radio__container_f4ke3.radio__checked_f4ke3 .radio__circle_f4ke3 {\n background-color: #212124;\n border: 1.5px solid transparent;\n } .radio__container_f4ke3.radio__checked_f4ke3:hover .radio__circle_f4ke3 {\n background-color: #2f2f32;\n border-color: transparent;\n } .radio__container_f4ke3.radio__checked_f4ke3:active .radio__circle_f4ke3 {\n background-color: #353539;\n border-color: transparent;\n } .radio__container_f4ke3.radio__disabled_f4ke3.radio__checked_f4ke3 .radio__circle_f4ke3 {\n background-color: rgba(30, 43, 68, 0.08);\n border-color: transparent;\n } .radio__circle_f4ke3:before {\n background-color: rgba(255, 255, 255, 0.94);\n } .radio__label_f4ke3 {\n color: rgba(3, 3, 6, 0.88);\n} .radio__hint_f4ke3 {\n color: rgba(4, 4, 19, 0.55);\n}.radio-group__label_1i4g7 {\n color: rgba(255, 255, 255, 0.94);\n}\n.radio-group__label_1yt8y {\n color: rgba(238, 238, 251, 0.55);\n}\n.radio-group__error_kzeqa {\n border-left: 1px solid #ff4837\n} .radio-group__errorMessage_kzeqa {\n color: #ff4837;\n} .radio-group__hint_kzeqa {\n color: rgba(238, 238, 251, 0.55);\n} .radio-group__hiddenInput_kzeqa:focus ~ button {\n outline: 2px solid #3193fc;\n }.spinner__component_mwzcc {\n color: rgba(255, 255, 255, 0.94);\n}\n@keyframes spinner__spin_animation_1e0eh {\n}\n.spinner__component_51dpy {\n color: rgba(3, 3, 6, 0.88);\n}\n\n.steps__option_b4a29 {\n color: rgba(255, 255, 255, 0.94);\n background: rgba(222, 222, 238, 0.13)\n} .steps__dash_b4a29 {\n border-top: 2px solid rgba(222, 222, 238, 0.13)\n} .steps__dash_b4a29.steps__completed_b4a29 {\n border-top: 2px solid rgba(255, 255, 255, 0.94);\n } .steps__dash_b4a29.steps__vertical_b4a29 {\n border-left: 2px solid rgba(222, 222, 238, 0.13);\n } .steps__dash_b4a29.steps__completed_b4a29.steps__vertical_b4a29 {\n border-left: 2px solid rgba(255, 255, 255, 0.94);\n } .steps__text_b4a29 {\n color: rgba(255, 255, 255, 0.94)\n} .steps__text_b4a29.steps__interactive_b4a29:not(.steps__disabled_b4a29):hover {\n background: rgba(214, 214, 229, 0.07);\n } .steps__text_b4a29.steps__interactive_b4a29:not(.steps__disabled_b4a29):active {\n background: rgba(225, 225, 248, 0.09);\n } .steps__focused_b4a29 {\n outline: 2px solid #3193fc;\n} .steps__selected_b4a29 .steps__text_b4a29 {\n color: rgba(255, 255, 255, 0.94);\n } .steps__selected_b4a29 .steps__option_b4a29 {\n color: rgba(3, 3, 6, 0.88);\n background: rgba(255, 255, 255, 0.94);\n } .steps__checkbox_b4a29 {\n border: 2px solid rgba(222, 222, 238, 0.13);\n} .steps__dot_b4a29 {\n background: rgba(222, 222, 238, 0.13);\n} .steps__selected_b4a29 .steps__checkbox_b4a29 {\n border: 2px solid rgba(255, 255, 255, 0.94)\n} .steps__selected_b4a29 .steps__checkbox_b4a29 .steps__dot_b4a29 {\n background: rgba(255, 255, 255, 0.94);\n } .steps__completedIndicator_b4a29 > [class*='positive'] {\n color: rgba(255, 255, 255, 0.94);\n background-color: rgba(255, 255, 255, 0.94);\n}\n.page-indicator__element_ferxd {\n background: rgba(222, 222, 238, 0.13)\n} .page-indicator__element_ferxd.page-indicator__active_ferxd {\n background: rgba(255, 255, 255, 0.94);\n }\n\n.page-indicator__element_1jc8a {\n background: rgba(15, 25, 55, 0.1)\n} .page-indicator__element_1jc8a.page-indicator__active_1jc8a {\n background: rgba(3, 3, 6, 0.88);\n }\n.page-indicator__element_dnech {\n background: rgba(222, 222, 238, 0.13)\n} .page-indicator__element_dnech.page-indicator__active_dnech {\n background: #f2f3f5;\n }\n.page-indicator__element_x3ftq {\n background: rgba(15, 25, 55, 0.1)\n} .page-indicator__element_x3ftq.page-indicator__active_x3ftq {\n background: #212124;\n }\n.page-indicator__pageIndicator_qe2qd {\n background: rgba(222, 222, 238, 0.13);\n} .page-indicator__element_qe2qd {\n background: rgba(255, 255, 255, 0.94);\n}\n\n.page-indicator__pageIndicator_e3u5b {\n background: rgba(15, 25, 55, 0.1);\n} .page-indicator__element_e3u5b {\n background: rgba(3, 3, 6, 0.88);\n}\n.page-indicator__pageIndicator_1y4hi {\n background: rgba(222, 222, 238, 0.13);\n} .page-indicator__element_1y4hi {\n background: #f2f3f5;\n}\n.page-indicator__pageIndicator_nxikt {\n background: rgba(15, 25, 55, 0.1);\n} .page-indicator__element_nxikt {\n background: #212124;\n}\n.page-indicator__element_rbvx2 {\n background: rgba(222, 222, 238, 0.13)\n} .page-indicator__element_rbvx2.page-indicator__active_rbvx2 {\n background: rgba(255, 255, 255, 0.94);\n }\n\n.page-indicator__element_1sdhf {\n background: rgba(15, 25, 55, 0.1)\n} .page-indicator__element_1sdhf.page-indicator__active_1sdhf {\n background: rgba(3, 3, 6, 0.88);\n }\n.page-indicator__element_1y88v {\n background: rgba(222, 222, 238, 0.13)\n} .page-indicator__element_1y88v.page-indicator__active_1y88v {\n background: #f2f3f5;\n }\n.page-indicator__element_1367h {\n background: rgba(15, 25, 55, 0.1)\n} .page-indicator__element_1367h.page-indicator__active_1367h {\n background: #212124;\n }\n.page-indicator__element_61zat {\n background: rgba(222, 222, 238, 0.13)\n} .page-indicator__element_61zat.page-indicator__active_61zat {\n .page-indicator__progress_61zat {\n background: rgba(255, 255, 255, 0.94);\n }\n }\n.page-indicator__element_rbovf:not(.page-indicator__active_rbovf) {\n } .page-indicator__element_rbovf {\n}\n.page-indicator__element_1fyv1 {\n background: rgba(15, 25, 55, 0.1)\n} .page-indicator__element_1fyv1.page-indicator__active_1fyv1 {\n .page-indicator__progress_1fyv1 {\n background: rgba(3, 3, 6, 0.88);\n }\n }\n.page-indicator__element_k2v5m {\n background: rgba(222, 222, 238, 0.13)\n} .page-indicator__element_k2v5m.page-indicator__active_k2v5m {\n .page-indicator__progress_k2v5m {\n background: #f2f3f5;\n }\n }\n.page-indicator__element_qe7fg {\n background: rgba(15, 25, 55, 0.1)\n} .page-indicator__element_qe7fg.page-indicator__active_qe7fg {\n .page-indicator__progress_qe7fg {\n background: #212124;\n }\n }.switch__switch_sihjz {\n background-color: rgba(238, 238, 251, 0.55)\n} .switch__switch_sihjz:hover {\n background-color: rgba(239, 240, 252, 0.65);\n } .switch__label_sihjz {\n color: rgba(255, 255, 255, 0.94);\n} .switch__hint_sihjz {\n color: rgba(238, 238, 251, 0.55);\n} .switch__checked_sihjz .switch__switch_sihjz {\n background-color: #17d055\n} .switch__checked_sihjz .switch__switch_sihjz:hover {\n background-color: #22e068;\n } .switch__disabled_sihjz .switch__label_sihjz {\n color: rgba(238, 238, 251, 0.55);\n} .switch__disabled_sihjz .switch__hint_sihjz {\n color: rgba(238, 238, 251, 0.55);\n} .switch__disabled_sihjz .switch__switch_sihjz {\n background-color: rgba(225, 225, 248, 0.09)\n} .switch__disabled_sihjz .switch__switch_sihjz:before {\n background-color: rgba(228, 228, 251, 0.28);\n } .switch__disabled_sihjz.switch__checked_sihjz .switch__switch_sihjz {\n background-color: rgba(225, 225, 248, 0.09);\n}\n.switch__component_1japb {\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n} .switch__switch_1japb {\n border: 2px solid transparent;\n} .switch__switch_1japb:before {\n background-color: #fff;\n} .switch__errorMessage_1japb {\n color: #ff4837;\n} .switch__focused_1japb .switch__switch_1japb {\n outline: 2px solid #3193fc;\n}\n.switch__switch_52k5w {\n background-color: rgba(4, 4, 21, 0.47)\n} .switch__switch_52k5w:hover {\n background-color: rgba(4, 4, 19, 0.55);\n } .switch__label_52k5w {\n color: rgba(3, 3, 6, 0.88);\n} .switch__hint_52k5w {\n color: rgba(4, 4, 19, 0.55);\n} .switch__checked_52k5w .switch__switch_52k5w {\n background-color: #0cc44d\n} .switch__checked_52k5w .switch__switch_52k5w:hover {\n background-color: #04b545;\n } .switch__disabled_52k5w .switch__label_52k5w {\n color: rgba(4, 4, 19, 0.55);\n} .switch__disabled_52k5w .switch__hint_52k5w {\n color: rgba(4, 4, 19, 0.55);\n} .switch__disabled_52k5w .switch__switch_52k5w {\n background-color: rgba(30, 43, 68, 0.08)\n} .switch__disabled_52k5w .switch__switch_52k5w:before {\n background-color: rgba(9, 12, 37, 0.28);\n } .switch__disabled_52k5w.switch__checked_52k5w .switch__switch_52k5w {\n background-color: rgba(30, 43, 68, 0.08);\n}\n.system-message__component_5ukys {\n color: rgba(238, 238, 251, 0.55);\n}\n\n\n.system-message__component_18rur {\n color: rgba(255, 255, 255, 0.94);\n}\n\n.system-message__component_bznhh {\n color: rgba(255, 255, 255, 0.94);\n}\n.base-modal__component_2soq9 {\n background: #1c1c1e;\n}.popover__component_2j243 {\n background-color: transparent;\n color: rgba(255, 255, 255, 0.94);\n} .popover__inner_2j243 {\n background-color: #1c1c1e;\n box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),\n 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);\n border: 1px solid transparent;\n} .popover__arrow_2j243:after {\n background-color: #1c1c1e;\n border: 1px solid transparent;\n}.tag__filled_1cp7c {\n background-color: rgba(222, 222, 238, 0.13)\n} .tag__filled_1cp7c:disabled {\n background-color: rgba(214, 214, 229, 0.07);\n border-color: transparent;\n } @media (hover: hover) {\n .tag__filled_1cp7c:hover:not(:disabled) {\n background-color: rgba(234, 234, 248, 0.15);\n }\n } .tag__filled_1cp7c:active:not(:disabled) {\n background-color: rgba(231, 231, 248, 0.18);\n }\n\n.tag__filled_drp2t {\n background-color: rgba(15, 25, 55, 0.1)\n} .tag__filled_drp2t:disabled {\n background-color: rgba(38, 55, 88, 0.06);\n } @media (hover: hover) {\n .tag__filled_drp2t:hover:not(:disabled) {\n background-color: rgba(5, 12, 41, 0.14);\n }\n } .tag__filled_drp2t:active:not(:disabled) {\n background-color: rgba(5, 11, 44, 0.18);\n }\n.tag__filled_x07q1 {\n background-color: rgba(214, 214, 229, 0.07)\n} .tag__filled_x07q1:disabled {\n background-color: rgba(214, 214, 229, 0.07);\n } @media (hover: hover) {\n .tag__filled_x07q1:hover:not(:disabled) {\n background-color: rgba(214, 214, 229, 0.07);\n }\n } .tag__filled_x07q1:active:not(:disabled) {\n background-color: rgba(222, 222, 238, 0.13);\n }\n.tag__filled_19gqn {\n background-color: rgba(38, 55, 88, 0.06)\n} .tag__filled_19gqn:disabled {\n background-color: rgba(38, 55, 88, 0.06);\n } @media (hover: hover) {\n .tag__filled_19gqn:hover:not(:disabled) {\n background-color: rgba(38, 55, 88, 0.06);\n }\n } .tag__filled_19gqn:active:not(:disabled) {\n background-color: rgba(5, 12, 41, 0.14);\n }\n\n.tag__component_18qc1.tag__outlined_18qc1 {\n color: rgba(255, 255, 255, 0.94);\n border-color: rgba(228, 228, 251, 0.28);\n background-color: transparent\n } .tag__component_18qc1.tag__outlined_18qc1:disabled {\n border-color: rgba(228, 228, 251, 0.28);\n color: rgba(233, 233, 250, 0.37);\n background-color: transparent;\n } @media (hover: hover) {\n .tag__component_18qc1.tag__outlined_18qc1:hover:not(:disabled) {\n border-color: rgba(228, 228, 251, 0.28);\n background-color: rgba(214, 214, 229, 0.07);\n }\n } .tag__component_18qc1.tag__outlined_18qc1:active:not(:disabled) {\n border-color: rgba(228, 228, 251, 0.28);\n background-color: rgba(225, 225, 248, 0.09);\n } .tag__component_18qc1.tag__filled_18qc1 {\n color: rgba(255, 255, 255, 0.94);\n border-color: transparent\n } .tag__component_18qc1.tag__filled_18qc1:disabled {\n color: rgba(233, 233, 250, 0.37);\n } .tag__component_18qc1.tag__checked_18qc1 {\n color: rgba(3, 3, 6, 0.88);\n border-color: #f2f3f5;\n background-color: #f2f3f5\n } .tag__component_18qc1.tag__checked_18qc1:disabled {\n border-color: transparent;\n color: rgba(233, 233, 250, 0.37);\n background-color: rgba(214, 214, 229, 0.07);\n } @media (hover: hover) {\n .tag__component_18qc1.tag__checked_18qc1:hover:not(:disabled) {\n background-color: #dcdde1;\n border-color: #dcdde1;\n }\n } .tag__component_18qc1.tag__checked_18qc1:active:not(:disabled) {\n background-color: #d2d3d9;\n border-color: #d2d3d9;\n }\n.tag__focused_1nrtk {\n outline: 2px solid #3193fc;\n}\n.tag__component_r5vbf.tag__outlined_r5vbf {\n color: rgba(3, 3, 6, 0.88);\n border-color: rgba(9, 12, 37, 0.28);\n background-color: transparent\n } .tag__component_r5vbf.tag__outlined_r5vbf:disabled {\n border-color: rgba(9, 12, 37, 0.28);\n color: rgba(5, 8, 29, 0.38);\n background-color: transparent;\n } @media (hover: hover) {\n .tag__component_r5vbf.tag__outlined_r5vbf:hover:not(:disabled) {\n border-color: rgba(9, 12, 37, 0.28);\n background-color: rgba(38, 55, 88, 0.06);\n }\n } .tag__component_r5vbf.tag__outlined_r5vbf:active:not(:disabled) {\n border-color: rgba(9, 12, 37, 0.28);\n background-color: rgba(30, 43, 68, 0.08);\n } .tag__component_r5vbf.tag__filled_r5vbf {\n color: rgba(3, 3, 6, 0.88);\n border-color: transparent\n } .tag__component_r5vbf.tag__filled_r5vbf:disabled {\n color: rgba(5, 8, 29, 0.38);\n } .tag__component_r5vbf.tag__checked_r5vbf {\n color: rgba(255, 255, 255, 0.94);\n border-color: #212124;\n background-color: #212124\n } .tag__component_r5vbf.tag__checked_r5vbf:disabled {\n border-color: transparent;\n color: rgba(5, 8, 29, 0.38);\n background-color: rgba(38, 55, 88, 0.06);\n } @media (hover: hover) {\n .tag__component_r5vbf.tag__checked_r5vbf:hover:not(:disabled) {\n background-color: #2f2f32;\n border-color: #2f2f32;\n }\n } .tag__component_r5vbf.tag__checked_r5vbf:active:not(:disabled) {\n background-color: #353539;\n border-color: #353539;\n }.typography__tertiary_190cm {\n color: rgba(233, 233, 250, 0.37);\n} .typography__disabled_190cm {\n color: rgba(231, 231, 248, 0.18);\n} .typography__accent_190cm {\n color: #f83a2a;\n} .typography__primary_190cm {\n color: rgba(255, 255, 255, 0.94);\n} .typography__attention_190cm {\n color: #fa9313;\n} .typography__positive_190cm {\n color: #0cc44d;\n} .typography__secondary_190cm {\n color: rgba(238, 238, 251, 0.55);\n} .typography__tertiary-inverted_190cm {\n color: rgba(5, 8, 29, 0.38);\n} .typography__primary-inverted_190cm {\n color: rgba(3, 3, 6, 0.88);\n} .typography__secondary-inverted_190cm {\n color: rgba(4, 4, 19, 0.55);\n} .typography__link_190cm {\n color: #4a9dfc;\n} .typography__negative_190cm {\n color: #ff4837;\n} .typography__static-primary-light_190cm {\n color: #fff;\n} .typography__static-secondary-light_190cm {\n color: rgba(238, 238, 251, 0.55);\n} .typography__static-tertiary-light_190cm {\n color: rgba(233, 233, 250, 0.37);\n} .typography__static-primary-dark_190cm {\n color: #0e0e0e;\n} .typography__static-secondary-dark_190cm {\n color: rgba(4, 4, 19, 0.55);\n} .typography__static-tertiary-dark_190cm {\n color: rgba(5, 8, 29, 0.38);\n} .typography__static-accent_190cm {\n color: #ef3124;\n} .typography__static-positive_190cm {\n color: #0d9336;\n}\n\n\n\n\n\n\n\n.sortable-list__primary_1e27x {\n background: #262629;\n} .sortable-list__secondary_1e27x {\n background: #1c1c1e;\n}\n.sortable-list__component_9xb9t:hover .sortable-list__icon_9xb9t {\n color: rgba(255, 255, 255, 0.94);\n } .sortable-list__icon_9xb9t {\n color: rgba(238, 238, 251, 0.55);\n} .sortable-list__dragOverlay_9xb9t {\n box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),\n 0 0 1px rgba(0, 0, 0, 0.04)\n} .sortable-list__dragOverlay_9xb9t .sortable-list__icon_9xb9t {\n color: rgba(255, 255, 255, 0.94);\n } @keyframes sortable-list__pop_9xb9t {\n to {\n box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),\n 0 0 1px rgba(0, 0, 0, 0.04);\n }\n}.textarea__input_1i3c7 {\n color: rgba(255, 255, 255, 0.94);\n caret-color: rgba(255, 255, 255, 0.94);\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n} .textarea__input_1i3c7:-webkit-autofill {\n -webkit-text-fill-color: rgba(255, 255, 255, 0.94);\n} .textarea__input_1i3c7::placeholder {\n color: rgba(238, 238, 251, 0.55);\n} .textarea__hasInnerLabel_1i3c7::placeholder {\n color: rgba(233, 233, 250, 0.37);\n} .textarea__input_1i3c7:read-only:not(.textarea__disableUserInput_1i3c7) {\n color: rgba(233, 233, 250, 0.37)\n} .textarea__input_1i3c7:read-only:not(.textarea__disableUserInput_1i3c7):focus::placeholder {\n color: rgba(238, 238, 251, 0.55);\n } .textarea__input_1i3c7:disabled {\n color: rgba(233, 233, 250, 0.37);\n -webkit-text-fill-color: rgba(233, 233, 250, 0.37);\n} .textarea__input_1i3c7:focus::placeholder {\n color: rgba(233, 233, 250, 0.37);\n} .textarea__error_1i3c7 {\n color: rgba(255, 255, 255, 0.94);\n caret-color: rgba(255, 255, 255, 0.94);\n} .textarea__textarea_1i3c7 {\n color: rgba(255, 255, 255, 0.94);\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n} .textarea__textarea_1i3c7::placeholder {\n color: rgba(238, 238, 251, 0.55);\n} .textarea__hasInnerLabel_1i3c7::placeholder {\n color: rgba(233, 233, 250, 0.37);\n} .textarea__textarea_1i3c7:disabled {\n color: rgba(233, 233, 250, 0.37);\n -webkit-text-fill-color: rgba(233, 233, 250, 0.37);\n} .textarea__textarea_1i3c7:read-only {\n color: rgba(233, 233, 250, 0.37);\n} .textarea__textarea_1i3c7:focus::placeholder {\n color: rgba(233, 233, 250, 0.37);\n} .textarea__hint_1i3c7 {\n color: rgba(238, 238, 251, 0.55);\n} .textarea__error_1i3c7 {\n color: #ff4837;\n}\n.textarea__textarea_1dz1u.textarea__overflow_1dz1u {\n color: transparent;\n caret-color: rgba(255, 255, 255, 0.94);\n } .textarea__customScrollbar_1dz1u::-webkit-scrollbar-track {\n background-color: transparent;\n } .textarea__customScrollbar_1dz1u::-webkit-scrollbar-track-piece {\n background-color: transparent;\n } .textarea__customScrollbar_1dz1u::-webkit-scrollbar-thumb {\n background-color: rgba(228, 228, 251, 0.28);\n border-color: transparent;\n } .textarea__customScrollbar_1dz1u::-webkit-scrollbar-thumb:active {\n background-color: rgba(238, 238, 251, 0.55);\n } .textarea__pseudoTextarea_1dz1u span {\n color: rgba(255, 255, 255, 0.94);\n } .textarea__pseudoTextarea_1dz1u .textarea__overflow_1dz1u {\n color: rgba(233, 233, 250, 0.37);\n } .textarea__pseudoTextarea_1dz1u::-webkit-scrollbar-thumb {\n background-color: transparent;\n } .textarea__focusVisible_1dz1u {\n outline: 2px solid #3193fc;\n} .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__size-40_1dz1u {\n border-top: 11px solid transparent;\n border-bottom: 11px solid transparent;\n } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__size-48_1dz1u {\n border-top: 14px solid transparent;\n border-bottom: 14px solid transparent;\n } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__size-56_1dz1u {\n border-top: 18px solid transparent;\n border-bottom: 18px solid transparent;\n } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__size-64_1dz1u {\n border-top: 22px solid transparent;\n border-bottom: 22px solid transparent;\n } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__size-72_1dz1u {\n border-top: 24px solid transparent;\n border-bottom: 24px solid transparent;\n } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__hasInnerLabel_1dz1u.textarea__size-40_1dz1u {\n border-top: 19px solid transparent;\n border-bottom: 3px solid transparent;\n } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__hasInnerLabel_1dz1u.textarea__size-48_1dz1u {\n border-top: 24px solid transparent;\n border-bottom: 4px solid transparent;\n } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__hasInnerLabel_1dz1u.textarea__size-56_1dz1u {\n border-top: 24px solid transparent;\n border-bottom: 8px solid transparent;\n } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__hasInnerLabel_1dz1u.textarea__size-64_1dz1u {\n border-top: 32px solid transparent;\n border-bottom: 12px solid transparent;\n } .textarea__textarea_1dz1u.textarea__textarea_1dz1u.textarea__hasInnerLabel_1dz1u.textarea__size-72_1dz1u {\n border-top: 34px solid transparent;\n border-bottom: 14px solid transparent;\n }\n.textarea__input_1gep0 {\n color: rgba(3, 3, 6, 0.88);\n caret-color: rgba(3, 3, 6, 0.88);\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n} .textarea__input_1gep0:-webkit-autofill {\n -webkit-text-fill-color: rgba(3, 3, 6, 0.88);\n} .textarea__input_1gep0::placeholder {\n color: rgba(4, 4, 19, 0.55);\n} .textarea__hasInnerLabel_1gep0::placeholder {\n color: rgba(5, 8, 29, 0.38);\n} .textarea__input_1gep0:read-only:not(.textarea__disableUserInput_1gep0) {\n color: rgba(5, 8, 29, 0.38)\n} .textarea__input_1gep0:read-only:not(.textarea__disableUserInput_1gep0):focus::placeholder {\n color: rgba(4, 4, 19, 0.55);\n } .textarea__input_1gep0:disabled {\n color: rgba(5, 8, 29, 0.38);\n -webkit-text-fill-color: rgba(5, 8, 29, 0.38);\n} .textarea__input_1gep0:focus::placeholder {\n color: rgba(5, 8, 29, 0.38);\n} .textarea__error_1gep0 {\n color: rgba(3, 3, 6, 0.88);\n caret-color: rgba(3, 3, 6, 0.88);\n} .textarea__textarea_1gep0 {\n color: rgba(3, 3, 6, 0.88);\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n} .textarea__textarea_1gep0::placeholder {\n color: rgba(4, 4, 19, 0.55);\n} .textarea__hasInnerLabel_1gep0::placeholder {\n color: rgba(5, 8, 29, 0.38);\n} .textarea__textarea_1gep0:disabled {\n color: rgba(5, 8, 29, 0.38);\n -webkit-text-fill-color: rgba(5, 8, 29, 0.38);\n} .textarea__textarea_1gep0:read-only {\n color: rgba(5, 8, 29, 0.38);\n} .textarea__textarea_1gep0:focus::placeholder {\n color: rgba(5, 8, 29, 0.38);\n} .textarea__hint_1gep0 {\n color: rgba(238, 238, 251, 0.55);\n} .textarea__error_1gep0 {\n color: #ff4837;\n}.action-button__primary_ms2ie {\n color: rgba(255, 255, 255, 0.94)\n} .action-button__primary_ms2ie .action-button__iconWrapper_ms2ie {\n color: rgba(3, 3, 6, 0.88);\n background-color: #f2f3f5;\n } .action-button__primary_ms2ie:hover .action-button__iconWrapper_ms2ie {\n background-color: #dcdde1;\n } .action-button__primary_ms2ie:active .action-button__iconWrapper_ms2ie {\n background-color: #d2d3d9;\n } .action-button__primary_ms2ie .action-button__loader_ms2ie {\n color: rgba(3, 3, 6, 0.88);\n } .action-button__secondary_ms2ie {\n color: rgba(255, 255, 255, 0.94)\n} .action-button__secondary_ms2ie .action-button__iconWrapper_ms2ie {\n color: rgba(255, 255, 255, 0.94);\n background-color: #1c1c1e;\n } .action-button__secondary_ms2ie:hover .action-button__iconWrapper_ms2ie {\n background-color: #212124;\n } .action-button__secondary_ms2ie:active .action-button__iconWrapper_ms2ie {\n background-color: #29292c;\n } .action-button__secondary_ms2ie .action-button__loader_ms2ie {\n color: rgba(255, 255, 255, 0.94);\n } .action-button__disabled_ms2ie {\n color: rgba(233, 233, 250, 0.37)\n} .action-button__disabled_ms2ie .action-button__iconWrapper_ms2ie {\n color: #4a4a51;\n background-color: #1c1c1e;\n }\n.action-button__component_120me {\n -webkit-tap-highlight-color: transparent\n} .action-button__focused_120me {\n outline: 2px solid #3193fc;\n}\n.action-button__primary_m1me5 {\n color: rgba(3, 3, 6, 0.88)\n} .action-button__primary_m1me5 .action-button__iconWrapper_m1me5 {\n color: rgba(255, 255, 255, 0.94);\n background-color: #212124;\n } .action-button__primary_m1me5:hover .action-button__iconWrapper_m1me5 {\n background-color: #2f2f32;\n } .action-button__primary_m1me5:active .action-button__iconWrapper_m1me5 {\n background-color: #353539;\n } .action-button__primary_m1me5 .action-button__loader_m1me5 {\n color: rgba(3, 3, 6, 0.88);\n } .action-button__secondary_m1me5 {\n color: rgba(3, 3, 6, 0.88)\n} .action-button__secondary_m1me5 .action-button__iconWrapper_m1me5 {\n color: rgba(3, 3, 6, 0.88);\n background-color: #f2f3f5;\n } .action-button__secondary_m1me5:hover .action-button__iconWrapper_m1me5 {\n background-color: #e7e8eb;\n } .action-button__secondary_m1me5:active .action-button__iconWrapper_m1me5 {\n background-color: #dcdde1;\n } .action-button__secondary_m1me5 .action-button__loader_m1me5 {\n color: rgba(255, 255, 255, 0.94);\n } .action-button__disabled_m1me5 {\n color: rgba(5, 8, 29, 0.38)\n} .action-button__disabled_m1me5 .action-button__iconWrapper_m1me5 {\n color: #babbc2;\n background-color: #f2f3f5;\n }\n.action-button__primary_i3tdj {\n color: rgba(3, 3, 6, 0.88)\n} .action-button__primary_i3tdj .action-button__iconWrapper_i3tdj {\n color: rgba(255, 255, 255, 0.94);\n background-color: #212124;\n } .action-button__primary_i3tdj .action-button__loader_i3tdj {\n color: rgba(255, 255, 255, 0.94);\n } .action-button__secondary_i3tdj {\n color: rgba(3, 3, 6, 0.88)\n} .action-button__secondary_i3tdj .action-button__iconWrapper_i3tdj {\n color: rgba(3, 3, 6, 0.88);\n background-color: #f2f3f5;\n } .action-button__secondary_i3tdj .action-button__loader_i3tdj {\n color: rgba(3, 3, 6, 0.88);\n } .action-button__disabled_i3tdj {\n color: rgba(5, 8, 29, 0.38)\n} .action-button__disabled_i3tdj .action-button__iconWrapper_i3tdj {\n color: #babbc2;\n background-color: #f2f3f5;\n }.drawer__customScrollbar_1h20n::-webkit-scrollbar-track {\n background-color: transparent;\n } .drawer__customScrollbar_1h20n::-webkit-scrollbar-track-piece {\n background-color: transparent;\n } .drawer__customScrollbar_1h20n::-webkit-scrollbar-thumb {\n background-color: rgba(228, 228, 251, 0.28);\n border-color: transparent;\n } .drawer__customScrollbar_1h20n::-webkit-scrollbar-thumb:active {\n background-color: rgba(238, 238, 251, 0.55);\n } .drawer__backdropEnter_1h20n {\n background-color: transparent;\n} .drawer__backdropEnterActive_1h20n,\n.drawer__backdropEnterDone_1h20n {\n background-color: rgba(0, 0, 0, 0.7);\n} .drawer__backdropExit_1h20n {\n background-color: rgba(0, 0, 0, 0.7);\n} .drawer__backdropExitActive_1h20n,\n.drawer__backdropExitDone_1h20n {\n background-color: transparent;\n}.pagination__component_8bo1d {\n color: rgba(255, 255, 255, 0.94);\n}\n.pagination__dots_t2l9v {\n color: rgba(238, 238, 251, 0.55);\n}\n\nbutton.pagination__tag_5oagu.pagination__tag_5oagu {\n color: rgba(238, 238, 251, 0.55)\n} button.pagination__tag_5oagu.pagination__tag_5oagu:hover:not(:disabled) {\n background-color: rgba(214, 214, 229, 0.07);\n color: rgba(255, 255, 255, 0.94);\n } button.pagination__tag_5oagu.pagination__tag_5oagu:active:not(:disabled) {\n background-color: rgba(225, 225, 248, 0.09);\n } button.pagination__tag_5oagu.pagination__tag_5oagu.pagination__checked_5oagu {\n background-color: #f2f3f5;\n color: rgba(3, 3, 6, 0.88);\n } button.pagination__tag_5oagu.pagination__tag_5oagu.pagination__checked_5oagu:hover:not(:disabled) {\n color: rgba(3, 3, 6, 0.88);\n } button.pagination__tag_5oagu.pagination__tag_5oagu.pagination__checked_5oagu:active:not(:disabled) {\n color: rgba(255, 255, 255, 0.94);\n }.button__primary_1ojsr {\n color: rgba(3, 3, 6, 0.88);\n background-color: #f2f3f5\n} @media (hover: hover) {\n .button__primary_1ojsr:hover {\n background-color: #dcdde1;\n }\n } .button__primary_1ojsr:active {\n background-color: #d2d3d9;\n } .button__primary_1ojsr > .button__loader_1ojsr {\n color: rgba(3, 3, 6, 0.88);\n } .button__secondary_1ojsr {\n background-color: rgba(222, 222, 238, 0.13)\n} .button__secondary_1ojsr:hover {\n background-color: rgba(234, 234, 248, 0.15);\n } .button__secondary_1ojsr:active {\n background-color: rgba(231, 231, 248, 0.18);\n } .button__text_1ojsr:active {\n color: rgba(255, 255, 255, 0.6);\n } .button__ghost_1ojsr:active {\n color: rgba(255, 255, 255, 0.6);\n } .button__component_1ojsr[disabled].button__primary_1ojsr {\n color: rgba(233, 233, 250, 0.37);\n background-color: rgba(214, 214, 229, 0.07)\n } .button__component_1ojsr[disabled].button__primary_1ojsr.button__loading_1ojsr {\n color: rgba(3, 3, 6, 0.88);\n background-color: #f2f3f5;\n } .button__component_1ojsr[disabled].button__secondary_1ojsr {\n color: rgba(233, 233, 250, 0.37);\n background-color: rgba(214, 214, 229, 0.07);\n } .button__component_1ojsr[disabled].button__outlined_1ojsr {\n color: rgba(233, 233, 250, 0.37);\n border-color: rgba(228, 228, 251, 0.28);\n } .button__component_1ojsr[disabled].button__tertiary_1ojsr {\n color: rgba(233, 233, 250, 0.37);\n border-color: rgba(228, 228, 251, 0.28);\n } .button__component_1ojsr[disabled].button__transparent_1ojsr {\n color: rgba(233, 233, 250, 0.37);\n } .button__component_1ojsr[disabled].button__link_1ojsr {\n color: rgba(233, 233, 250, 0.37);\n } .button__component_1ojsr[disabled].button__text_1ojsr {\n color: rgba(233, 233, 250, 0.37);\n } .button__component_1ojsr[disabled].button__ghost_1ojsr {\n color: rgba(233, 233, 250, 0.37);\n }\n\n.button__primary_qkq3p {\n color: rgba(255, 255, 255, 0.94);\n background-color: #212124\n} @media (hover: hover) {\n .button__primary_qkq3p:hover {\n background-color: #2f2f32;\n }\n } .button__primary_qkq3p:active {\n background-color: #353539;\n } .button__primary_qkq3p > .button__loader_qkq3p {\n color: rgba(255, 255, 255, 0.94);\n } .button__secondary_qkq3p {\n background-color: rgba(15, 25, 55, 0.1)\n} .button__secondary_qkq3p:hover {\n background-color: rgba(5, 12, 41, 0.14);\n } .button__secondary_qkq3p:active {\n background-color: rgba(5, 11, 44, 0.18);\n } .button__text_qkq3p:active {\n color: rgba(4, 4, 19, 0.55);\n } .button__ghost_qkq3p:active {\n color: rgba(4, 4, 19, 0.55);\n } .button__component_qkq3p[disabled].button__primary_qkq3p {\n color: rgba(5, 8, 29, 0.38);\n background-color: rgba(38, 55, 88, 0.06)\n } .button__component_qkq3p[disabled].button__primary_qkq3p.button__loading_qkq3p {\n color: rgba(255, 255, 255, 0.94);\n background-color: #212124;\n } .button__component_qkq3p[disabled].button__secondary_qkq3p {\n color: rgba(5, 8, 29, 0.38);\n background-color: rgba(38, 55, 88, 0.06);\n } .button__component_qkq3p[disabled].button__outlined_qkq3p {\n color: rgba(5, 8, 29, 0.38);\n border-color: rgba(9, 12, 37, 0.28);\n } .button__component_qkq3p[disabled].button__tertiary_qkq3p {\n color: rgba(5, 8, 29, 0.38);\n border-color: rgba(9, 12, 37, 0.28);\n } .button__component_qkq3p[disabled].button__transparent_qkq3p {\n color: rgba(5, 8, 29, 0.38);\n } .button__component_qkq3p[disabled].button__link_qkq3p {\n color: rgba(5, 8, 29, 0.38);\n } .button__component_qkq3p[disabled].button__text_qkq3p {\n color: rgba(5, 8, 29, 0.38);\n } .button__component_qkq3p[disabled].button__ghost_qkq3p {\n color: rgba(5, 8, 29, 0.38);\n }\n.button__primary_kahb2 {\n color: rgba(3, 3, 6, 0.88);\n background-color: #f2f3f5\n} @media (hover: hover) {\n .button__primary_kahb2:hover {\n background-color: #dcdde1;\n }\n } .button__primary_kahb2:active {\n background-color: #d2d3d9;\n } .button__primary_kahb2 > .button__loader_kahb2 {\n color: rgba(3, 3, 6, 0.88);\n } .button__secondary_kahb2 {\n background-color: rgba(214, 214, 229, 0.07)\n} .button__secondary_kahb2:active {\n background-color: rgba(222, 222, 238, 0.13);\n } .button__text_kahb2:active {\n color: rgba(255, 255, 255, 0.6);\n } .button__ghost_kahb2:active {\n color: rgba(255, 255, 255, 0.6);\n } .button__component_kahb2[disabled].button__primary_kahb2 {\n color: rgba(233, 233, 250, 0.37);\n background-color: rgba(214, 214, 229, 0.07)\n } .button__component_kahb2[disabled].button__primary_kahb2.button__loading_kahb2 {\n color: rgba(3, 3, 6, 0.88);\n background-color: #f2f3f5;\n } .button__component_kahb2[disabled].button__secondary_kahb2 {\n color: rgba(233, 233, 250, 0.37);\n background-color: rgba(214, 214, 229, 0.07);\n } .button__component_kahb2[disabled].button__outlined_kahb2 {\n color: rgba(233, 233, 250, 0.37);\n border-color: rgba(228, 228, 251, 0.28);\n } .button__component_kahb2[disabled].button__tertiary_kahb2 {\n color: rgba(233, 233, 250, 0.37);\n border-color: rgba(228, 228, 251, 0.28);\n } .button__component_kahb2[disabled].button__transparent_kahb2 {\n color: rgba(233, 233, 250, 0.37);\n } .button__component_kahb2[disabled].button__link_kahb2 {\n color: rgba(233, 233, 250, 0.37);\n } .button__component_kahb2[disabled].button__text_kahb2 {\n color: rgba(233, 233, 250, 0.37);\n } .button__component_kahb2[disabled].button__ghost_kahb2 {\n color: rgba(233, 233, 250, 0.37);\n }\n.button__primary_1b8it {\n color: rgba(255, 255, 255, 0.94);\n background-color: #212124\n} @media (hover: hover) {\n .button__primary_1b8it:hover {\n background-color: #2f2f32;\n }\n } .button__primary_1b8it:active {\n background-color: #353539;\n } .button__primary_1b8it > .button__loader_1b8it {\n color: rgba(255, 255, 255, 0.94);\n } .button__secondary_1b8it {\n background-color: rgba(38, 55, 88, 0.06)\n} .button__secondary_1b8it:active {\n background-color: rgba(5, 12, 41, 0.14);\n } .button__text_1b8it:active {\n color: rgba(4, 4, 19, 0.55);\n } .button__ghost_1b8it:active {\n color: rgba(4, 4, 19, 0.55);\n } .button__component_1b8it[disabled].button__primary_1b8it {\n color: rgba(5, 8, 29, 0.38);\n background-color: rgba(38, 55, 88, 0.06)\n } .button__component_1b8it[disabled].button__primary_1b8it.button__loading_1b8it {\n color: rgba(255, 255, 255, 0.94);\n background-color: #212124;\n } .button__component_1b8it[disabled].button__secondary_1b8it {\n color: rgba(5, 8, 29, 0.38);\n background-color: rgba(38, 55, 88, 0.06);\n } .button__component_1b8it[disabled].button__outlined_1b8it {\n color: rgba(5, 8, 29, 0.38);\n border-color: rgba(9, 12, 37, 0.28);\n } .button__component_1b8it[disabled].button__tertiary_1b8it {\n color: rgba(5, 8, 29, 0.38);\n border-color: rgba(9, 12, 37, 0.28);\n } .button__component_1b8it[disabled].button__transparent_1b8it {\n color: rgba(5, 8, 29, 0.38);\n } .button__component_1b8it[disabled].button__link_1b8it {\n color: rgba(5, 8, 29, 0.38);\n } .button__component_1b8it[disabled].button__text_1b8it {\n color: rgba(5, 8, 29, 0.38);\n } .button__component_1b8it[disabled].button__ghost_1b8it {\n color: rgba(5, 8, 29, 0.38);\n }\n\n.button__accent_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n background-color: #f83a2a;\n border: 1px solid transparent\n} @media (hover: hover) {\n .button__accent_1pr6m:hover {\n background-color: #ff503e;\n }\n } .button__accent_1pr6m:active {\n background-color: #fd624e;\n } .button__accent_1pr6m > .button__loader_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n } .button__primary_1pr6m {\n border: 1px solid transparent\n} .button__primary_1pr6m .button__hint_1pr6m {\n color: rgba(4, 4, 19, 0.55);\n } .button__secondary_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n border: 1px solid transparent\n} .button__secondary_1pr6m > .button__loader_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n } .button__secondary_1pr6m .button__hint_1pr6m {\n color: rgba(238, 238, 251, 0.55);\n } .button__outlined_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n background-color: rgba(255, 255, 255, 0);\n border: 1px solid rgba(255, 255, 255, 0.94)\n} @media (hover: hover) {\n .button__outlined_1pr6m:hover {\n background-color: rgba(214, 214, 229, 0.07);\n border-color: rgba(255, 255, 255, 0.94);\n }\n } .button__outlined_1pr6m:active {\n background-color: rgba(225, 225, 248, 0.09);\n } .button__outlined_1pr6m > .button__loader_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n } .button__outlined_1pr6m .button__hint_1pr6m {\n color: rgba(238, 238, 251, 0.55);\n } .button__tertiary_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n background-color: rgba(255, 255, 255, 0);\n border: 1px solid rgba(255, 255, 255, 0.94)\n} @media (hover: hover) {\n .button__tertiary_1pr6m:hover {\n background-color: rgba(214, 214, 229, 0.07);\n border-color: rgba(255, 255, 255, 0.94);\n }\n } .button__tertiary_1pr6m:active {\n background-color: rgba(225, 225, 248, 0.09);\n } .button__tertiary_1pr6m > .button__loader_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n } .button__tertiary_1pr6m .button__hint_1pr6m {\n color: rgba(238, 238, 251, 0.55);\n } .button__filled_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n background-color: rgba(222, 222, 238, 0.13);\n border: 1px solid transparent\n} @media (hover: hover) {\n .button__filled_1pr6m:hover {\n background-color: rgba(234, 234, 248, 0.15);\n }\n } .button__filled_1pr6m:active {\n background-color: rgba(231, 231, 248, 0.18);\n } .button__filled_1pr6m > .button__loader_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n } .button__transparent_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n background-color: transparent;\n border: 1px solid transparent\n} @media (hover: hover) {\n .button__transparent_1pr6m:hover {\n background-color: rgba(214, 214, 229, 0.07);\n }\n } .button__transparent_1pr6m:active {\n background-color: rgba(225, 225, 248, 0.09);\n } .button__transparent_1pr6m > .button__loader_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n } .button__transparent_1pr6m .button__hint_1pr6m {\n color: rgba(238, 238, 251, 0.55);\n } .button__link_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n background-color: transparent;\n border: 1px solid transparent\n} @media (hover: hover) {\n .button__link_1pr6m:hover {\n background-color: rgba(214, 214, 229, 0.07);\n }\n } .button__link_1pr6m:active {\n background-color: rgba(225, 225, 248, 0.09);\n } .button__link_1pr6m > .button__loader_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n } .button__text_1pr6m {\n background-color: transparent;\n color: rgba(255, 255, 255, 0.94)\n} @media (hover: hover) {\n .button__text_1pr6m:hover {\n color: rgba(255, 255, 255, 0.7);\n }\n } .button__text_1pr6m > .button__loader_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n } .button__text_1pr6m .button__hint_1pr6m {\n color: rgba(238, 238, 251, 0.55);\n } .button__ghost_1pr6m {\n background-color: transparent;\n color: rgba(255, 255, 255, 0.94)\n} @media (hover: hover) {\n .button__ghost_1pr6m:hover {\n color: rgba(255, 255, 255, 0.7);\n }\n } .button__ghost_1pr6m > .button__loader_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n } .button__component_1pr6m[disabled].button__accent_1pr6m {\n color: rgba(233, 233, 250, 0.37);\n background-color: rgba(214, 214, 229, 0.07)\n } .button__component_1pr6m[disabled].button__accent_1pr6m.button__loading_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n background-color: #f83a2a;\n } .button__component_1pr6m[disabled].button__secondary_1pr6m {\n border-color: transparent\n } .button__component_1pr6m[disabled].button__secondary_1pr6m.button__loading_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n background-color: rgba(222, 222, 238, 0.13);\n border-color: transparent;\n } .button__component_1pr6m[disabled].button__outlined_1pr6m {\n background-color: rgba(255, 255, 255, 0)\n } .button__component_1pr6m[disabled].button__outlined_1pr6m.button__loading_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n border-color: rgba(255, 255, 255, 0.94);\n } .button__component_1pr6m[disabled].button__tertiary_1pr6m {\n background-color: rgba(255, 255, 255, 0)\n } .button__component_1pr6m[disabled].button__tertiary_1pr6m.button__loading_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n border-color: rgba(255, 255, 255, 0.94);\n } .button__component_1pr6m[disabled].button__filled_1pr6m {\n color: rgba(233, 233, 250, 0.37);\n background-color: rgba(214, 214, 229, 0.07)\n } .button__component_1pr6m[disabled].button__filled_1pr6m.button__loading_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n background-color: rgba(222, 222, 238, 0.13);\n } .button__component_1pr6m[disabled].button__transparent_1pr6m {\n background-color: transparent\n } .button__component_1pr6m[disabled].button__transparent_1pr6m.button__loading_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n } .button__component_1pr6m[disabled].button__link_1pr6m {\n background-color: transparent\n } .button__component_1pr6m[disabled].button__link_1pr6m.button__loading_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n } .button__component_1pr6m[disabled].button__text_1pr6m.button__loading_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n } .button__component_1pr6m[disabled].button__ghost_1pr6m.button__loading_1pr6m {\n color: rgba(255, 255, 255, 0.94);\n }\n.button__component_1dpt6 {\n -webkit-tap-highlight-color: transparent;\n} .button__focused_1dpt6 {\n outline: 2px solid #3193fc;\n}\n.button__accent_1c935 {\n color: rgba(255, 255, 255, 0.94);\n background-color: #ef3124;\n border: 1px solid transparent\n} @media (hover: hover) {\n .button__accent_1c935:hover {\n background-color: #e32a17;\n }\n } .button__accent_1c935:active {\n background-color: #d72505;\n } .button__accent_1c935 > .button__loader_1c935 {\n color: rgba(255, 255, 255, 0.94);\n } .button__primary_1c935 {\n border: 1px solid transparent\n} .button__primary_1c935 .button__hint_1c935 {\n color: rgba(238, 238, 251, 0.55);\n } .button__secondary_1c935 {\n color: rgba(3, 3, 6, 0.88);\n border: 1px solid transparent\n} .button__secondary_1c935 > .button__loader_1c935 {\n color: rgba(3, 3, 6, 0.88);\n } .button__secondary_1c935 .button__hint_1c935 {\n color: rgba(4, 4, 19, 0.55);\n } .button__outlined_1c935 {\n color: rgba(3, 3, 6, 0.88);\n background-color: rgba(255, 255, 255, 0);\n border: 1px solid rgba(3, 3, 6, 0.88)\n} @media (hover: hover) {\n .button__outlined_1c935:hover {\n background-color: rgba(38, 55, 88, 0.06);\n border-color: rgba(3, 3, 6, 0.88);\n }\n } .button__outlined_1c935:active {\n background-color: rgba(30, 43, 68, 0.08);\n } .button__outlined_1c935 > .button__loader_1c935 {\n color: rgba(3, 3, 6, 0.88);\n } .button__outlined_1c935 .button__hint_1c935 {\n color: rgba(4, 4, 19, 0.55);\n } .button__tertiary_1c935 {\n color: rgba(3, 3, 6, 0.88);\n background-color: rgba(255, 255, 255, 0);\n border: 1px solid rgba(3, 3, 6, 0.88)\n} @media (hover: hover) {\n .button__tertiary_1c935:hover {\n background-color: rgba(38, 55, 88, 0.06);\n border-color: rgba(3, 3, 6, 0.88);\n }\n } .button__tertiary_1c935:active {\n background-color: rgba(30, 43, 68, 0.08);\n } .button__tertiary_1c935 > .button__loader_1c935 {\n color: rgba(3, 3, 6, 0.88);\n } .button__tertiary_1c935 .button__hint_1c935 {\n color: rgba(4, 4, 19, 0.55);\n } .button__filled_1c935 {\n color: rgba(3, 3, 6, 0.88);\n background-color: rgba(15, 25, 55, 0.1);\n border: 1px solid transparent\n} @media (hover: hover) {\n .button__filled_1c935:hover {\n background-color: rgba(5, 12, 41, 0.14);\n }\n } .button__filled_1c935:active {\n background-color: rgba(5, 11, 44, 0.18);\n } .button__filled_1c935 > .button__loader_1c935 {\n color: rgba(3, 3, 6, 0.88);\n } .button__transparent_1c935 {\n color: rgba(3, 3, 6, 0.88);\n background-color: transparent;\n border: 1px solid transparent\n} @media (hover: hover) {\n .button__transparent_1c935:hover {\n background-color: rgba(38, 55, 88, 0.06);\n }\n } .button__transparent_1c935:active {\n background-color: rgba(30, 43, 68, 0.08);\n } .button__transparent_1c935 > .button__loader_1c935 {\n color: rgba(3, 3, 6, 0.88);\n } .button__transparent_1c935 .button__hint_1c935 {\n color: rgba(4, 4, 19, 0.55);\n } .button__link_1c935 {\n color: rgba(3, 3, 6, 0.88);\n background-color: transparent;\n border: 1px solid transparent\n} @media (hover: hover) {\n .button__link_1c935:hover {\n background-color: rgba(38, 55, 88, 0.06);\n }\n } .button__link_1c935:active {\n background-color: rgba(30, 43, 68, 0.08);\n } .button__link_1c935 > .button__loader_1c935 {\n color: rgba(3, 3, 6, 0.88);\n } .button__text_1c935 {\n background-color: transparent;\n color: rgba(3, 3, 6, 0.88)\n} @media (hover: hover) {\n .button__text_1c935:hover {\n color: rgba(1, 1, 12, 0.63);\n }\n } .button__text_1c935 > .button__loader_1c935 {\n color: rgba(3, 3, 6, 0.88);\n } .button__text_1c935 .button__hint_1c935 {\n color: rgba(4, 4, 19, 0.55);\n } .button__ghost_1c935 {\n background-color: transparent;\n color: rgba(3, 3, 6, 0.88)\n} @media (hover: hover) {\n .button__ghost_1c935:hover {\n color: rgba(1, 1, 12, 0.63);\n }\n } .button__ghost_1c935 > .button__loader_1c935 {\n color: rgba(3, 3, 6, 0.88);\n } .button__component_1c935[disabled].button__accent_1c935 {\n color: rgba(5, 8, 29, 0.38);\n background-color: rgba(38, 55, 88, 0.06)\n } .button__component_1c935[disabled].button__accent_1c935.button__loading_1c935 {\n color: rgba(255, 255, 255, 0.94);\n background-color: #ef3124;\n } .button__component_1c935[disabled].button__secondary_1c935 {\n border-color: transparent\n } .button__component_1c935[disabled].button__secondary_1c935.button__loading_1c935 {\n color: rgba(3, 3, 6, 0.88);\n background-color: rgba(15, 25, 55, 0.1);\n border-color: transparent;\n } .button__component_1c935[disabled].button__outlined_1c935 {\n background-color: rgba(255, 255, 255, 0)\n } .button__component_1c935[disabled].button__outlined_1c935.button__loading_1c935 {\n color: rgba(3, 3, 6, 0.88);\n } .button__component_1c935[disabled].button__tertiary_1c935 {\n background-color: rgba(255, 255, 255, 0)\n } .button__component_1c935[disabled].button__tertiary_1c935.button__loading_1c935 {\n color: rgba(3, 3, 6, 0.88);\n } .button__component_1c935[disabled].button__filled_1c935 {\n color: rgba(5, 8, 29, 0.38);\n background-color: rgba(38, 55, 88, 0.06)\n } .button__component_1c935[disabled].button__filled_1c935.button__loading_1c935 {\n color: rgba(3, 3, 6, 0.88);\n background-color: rgba(15, 25, 55, 0.1);\n } .button__component_1c935[disabled].button__transparent_1c935 {\n background-color: transparent\n } .button__component_1c935[disabled].button__transparent_1c935.button__loading_1c935 {\n color: rgba(3, 3, 6, 0.88);\n } .button__component_1c935[disabled].button__link_1c935 {\n background-color: transparent\n } .button__component_1c935[disabled].button__link_1c935.button__loading_1c935 {\n color: rgba(3, 3, 6, 0.88);\n } .button__component_1c935[disabled].button__text_1c935.button__loading_1c935 {\n color: rgba(3, 3, 6, 0.88);\n } .button__component_1c935[disabled].button__ghost_1c935.button__loading_1c935 {\n color: rgba(3, 3, 6, 0.88);\n }.circular-progress-bar__component_4jc9j.circular-progress-bar__bg-positive_4jc9j {\n background: #17d055;\n } .circular-progress-bar__component_4jc9j.circular-progress-bar__bg-negative_4jc9j {\n background: #ff4837;\n } .circular-progress-bar__backgroundCircle_4jc9j,\n.circular-progress-bar__progressCircle_4jc9j {\n fill: transparent;\n} .circular-progress-bar__positive_4jc9j {\n stroke: #17d055;\n} .circular-progress-bar__negative_4jc9j {\n stroke: #ff4837;\n} .circular-progress-bar__backgroundCircle_4jc9j {\n stroke: rgba(222, 222, 238, 0.13)\n} .circular-progress-bar__backgroundCircle_4jc9j.circular-progress-bar__stroke_4jc9j {\n stroke: transparent;\n } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-tertiary_4jc9j {\n color: #4a4a51;\n } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-positive_4jc9j {\n color: #17d055;\n } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-negative_4jc9j {\n color: #ff4837;\n } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-primary-inverted_4jc9j {\n color: rgba(3, 3, 6, 0.88);\n } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-primary_4jc9j {\n color: rgba(255, 255, 255, 0.94);\n } .circular-progress-bar__iconWrapper_4jc9j.circular-progress-bar__icon-secondary_4jc9j {\n color: #898991;\n }.chart__coreChart_14slf .recharts-text tspan {\n fill: rgba(255, 255, 255, 0.94);\n }\n@keyframes chart__showDot_o2tkw {\n}\n\n.chart__tickText_1ji8v {\n fill: rgba(255, 255, 255, 0.94);\n} .chart__circle_1ji8v {\n fill: #121213;\n} .chart__circle_1ji8v {\n fill: #121213;\n}\n.chart__tooltip_1m58s {\n background-color: #121213;\n border: 1px solid #353539;\n box-shadow: 0 24px 32px rgba(0, 0, 0, 0.08), 0 20px 24px rgba(0, 0, 0, 0.08),\n 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);\n} .chart__tooltipArrow_1m58s {\n border: 1px solid #353539;\n background-color: #121213;\n} .chart__tooltipArrow_1m58s:before {\n border-color: transparent #121213 transparent transparent;\n}.comment__component_pw0o0 {\n background-color: #1c1c1e;\n}.list-header__filled_17rms {\n background-color: #212124;\n}.list__list_1k1vu {\n color: rgba(255, 255, 255, 0.94);\n}\n.list__slot_19xes.list__defaultColor_19xes {\n color: rgba(255, 255, 255, 0.94);\n }.attach__component_15dim {\n} .attach__file_15dim,\n.attach__noFile_15dim {\n color: rgba(238, 238, 251, 0.55);\n} .attach__focused_15dim {\n outline: 2px solid #3193fc;\n}.tab-bar__component_u08lo.tab-bar__modal-bg-primary_u08lo {\n background-color: #121213;\n } .tab-bar__component_u08lo.tab-bar__modal-bg-alt-primary_u08lo {\n background-color: #121213;\n } .tab-bar__border_u08lo {\n box-shadow: 0 -1px 0 0 rgba(222, 222, 238, 0.13);\n}\n.tab-bar__component_17urp {\n -webkit-tap-highlight-color: transparent;\n background-color: transparent;\n color: rgba(238, 238, 251, 0.55);\n} .tab-bar__primary_17urp {\n color: #f83a2a;\n} .tab-bar__secondary_17urp {\n color: #f2f3f5;\n} .tab-bar__label_17urp {\n color: rgba(238, 238, 251, 0.55);\n}.stepped-progress-bar__bar_1r94f {\n background: rgba(222, 222, 238, 0.13);\n} .stepped-progress-bar__description_1r94f {\n color: rgba(238, 238, 251, 0.55);\n}\n\n.stepped-progress-bar__bar_1hqev {\n background: rgba(15, 25, 55, 0.1);\n} .stepped-progress-bar__description_1hqev {\n color: rgba(4, 4, 19, 0.55);\n}\n.stepped-progress-bar__bar_ptpmb.stepped-progress-bar__positive_ptpmb {\n background: #17d055;\n } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__attention_ptpmb {\n background: #fda136;\n } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__negative_ptpmb {\n background: #ff4837;\n } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__link_ptpmb {\n background: #3193fc;\n } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__tertiary_ptpmb {\n background: #4a4a51;\n } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__secondary_ptpmb {\n background: #898991;\n } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__primary_ptpmb {\n background: rgba(255, 255, 255, 0.94);\n } .stepped-progress-bar__bar_ptpmb.stepped-progress-bar__accent_ptpmb {\n background: #f83a2a;\n }.confirmation-v1__errorHeader_wa4ug {\n color: rgba(255, 255, 255, 0.94);\n color: rgba(255, 255, 255, 0.94);\n} .confirmation-v1__errorText_wa4ug {\n color: rgba(238, 238, 251, 0.55);\n color: rgba(238, 238, 251, 0.55);\n} .confirmation-v1__phoneHintText_wa4ug {\n color: rgba(238, 238, 251, 0.55);\n color: rgba(238, 238, 251, 0.55);\n} .confirmation-v1__phonesWrap_wa4ug {\n color: rgba(238, 238, 251, 0.55);\n} .confirmation-v1__phoneDescription_wa4ug {\n color: rgba(238, 238, 251, 0.55);\n}\n.confirmation-v1__input_k25o6 {\n background-color: rgba(222, 222, 238, 0.13);\n color: rgba(255, 255, 255, 0.94)\n} .confirmation-v1__input_k25o6.confirmation-v1__hasError_k25o6 {\n color: #ff4837;\n caret-color: rgba(255, 255, 255, 0.94);\n background-color: #392523;\n } .confirmation-v1__input_k25o6.confirmation-v1__disabled_k25o6 {\n color: rgba(233, 233, 250, 0.37);\n } @keyframes confirmation-v1__shake_k25o6 {\n}\n.confirmation-v1__component_haxsr {\n color: rgba(238, 238, 251, 0.55);\n color: rgba(238, 238, 251, 0.55);\n}\n.confirmation-v1__circle_gvpf2 {\n fill: transparent;\n stroke: #4a4a51;\n}\n.confirmation-v1__title_13ujm {\n color: rgba(255, 255, 255, 0.94);\n} .confirmation-v1__description_13ujm {\n color: rgba(238, 238, 251, 0.55);\n} .confirmation-v1__alertIcon_13ujm {\n color: #d91d0b;\n}\n.confirmation-v1__header_1kn9s {\n color: rgba(255, 255, 255, 0.94);\n color: rgba(255, 255, 255, 0.94);\n} .confirmation-v1__error_1kn9s {\n color: #ff4837;\n} .confirmation-v1__loaderText_1kn9s {\n color: rgba(238, 238, 251, 0.55);\n color: rgba(238, 238, 251, 0.55);\n}.custom-button__customButton_10g1n.custom-button__border_10g1n {\n border: 1px solid transparent;\n } .custom-button__customButton_10g1n.custom-button__white_10g1n * {\n color: rgba(3, 3, 6, 0.88);\n } .custom-button__customButton_10g1n.custom-button__black_10g1n * {\n color: rgba(255, 255, 255, 0.94);\n } .custom-button__customButton_10g1n.custom-button__static-white_10g1n * {\n color: rgba(255, 255, 255, 0.94);\n } .custom-button__customButton_10g1n.custom-button__static-black_10g1n * {\n color: rgba(3, 3, 6, 0.88);\n } .custom-button__customButton_10g1n:before {\n background-color: rgba(0, 0, 0, 0);\n } .custom-button__customButton_10g1n.custom-button__darkening_10g1n:hover:before {\n background-color: rgba(225, 225, 248, 0.09);\n } .custom-button__customButton_10g1n.custom-button__darkening_10g1n:active:before {\n background-color: rgba(231, 231, 248, 0.18);\n } .custom-button__customButton_10g1n.custom-button__lightening_10g1n:hover:before {\n background-color: rgba(30, 43, 68, 0.08);\n } .custom-button__customButton_10g1n.custom-button__lightening_10g1n:active:before {\n background-color: rgba(5, 11, 44, 0.18);\n } .custom-button__customButton_10g1n.custom-button__static-darkening_10g1n:hover:before {\n background-color: rgba(0, 0, 0, 0.07);\n } .custom-button__customButton_10g1n.custom-button__static-darkening_10g1n:active:before {\n background-color: rgba(0, 0, 0, 0.15);\n } .custom-button__customButton_10g1n.custom-button__static-lightening_10g1n:hover:before {\n background-color: rgba(255, 255, 255, 0.07);\n } .custom-button__customButton_10g1n.custom-button__static-lightening_10g1n:active:before {\n background-color: rgba(255, 255, 255, 0.15);\n } .custom-button__customButton_10g1n:disabled.custom-button__disableType-default_10g1n {\n background-color: rgba(214, 214, 229, 0.07)\n } .custom-button__customButton_10g1n:disabled.custom-button__disableType-default_10g1n span {\n color: rgba(233, 233, 250, 0.37);\n } .custom-button__customButton_10g1n:disabled.custom-button__disableType-static_10g1n {\n background-color: rgba(38, 55, 88, 0.06)\n } .custom-button__customButton_10g1n:disabled.custom-button__disableType-static_10g1n span {\n color: rgba(5, 8, 29, 0.38);\n } .custom-button__customButton_10g1n:disabled.custom-button__disableType-inverted_10g1n {\n background-color: rgba(38, 55, 88, 0.06)\n } .custom-button__customButton_10g1n:disabled.custom-button__disableType-inverted_10g1n span {\n color: rgba(5, 8, 29, 0.38);\n } .custom-button__customButton_10g1n:disabled.custom-button__disableType-static-inverted_10g1n {\n background-color: rgba(214, 214, 229, 0.07)\n } .custom-button__customButton_10g1n:disabled.custom-button__disableType-static-inverted_10g1n span {\n color: rgba(233, 233, 250, 0.37);\n }.cc-icon-button.icon-button__primary_dkiqi {\n color: rgba(255, 255, 255, 0.94)\n } .cc-icon-button.icon-button__primary_dkiqi:hover {\n color: rgba(255, 255, 255, 0.7);\n } .cc-icon-button.icon-button__primary_dkiqi:active {\n color: rgba(255, 255, 255, 0.6);\n } .cc-icon-button.icon-button__secondary_dkiqi {\n color: rgba(238, 238, 251, 0.55)\n } .cc-icon-button.icon-button__secondary_dkiqi:hover {\n color: rgba(239, 240, 252, 0.65);\n } .cc-icon-button.icon-button__secondary_dkiqi:active {\n color: rgba(243, 245, 254, 0.75);\n } .cc-icon-button.icon-button__transparent_dkiqi {\n color: rgba(228, 228, 251, 0.28)\n } .cc-icon-button.icon-button__transparent_dkiqi:hover {\n color: rgba(233, 233, 250, 0.37);\n } .cc-icon-button.icon-button__transparent_dkiqi:active {\n color: rgba(238, 238, 254, 0.46);\n } .cc-icon-button.icon-button__negative_dkiqi {\n color: #ff4837\n } .cc-icon-button.icon-button__negative_dkiqi:hover {\n color: #ff755e;\n } .cc-icon-button.icon-button__negative_dkiqi:active {\n color: #ff8d79;\n } .cc-icon-button.icon-button__tertiary_dkiqi {\n color: rgba(228, 228, 251, 0.28)\n } .cc-icon-button.icon-button__tertiary_dkiqi:hover {\n color: rgba(233, 233, 250, 0.37);\n } .cc-icon-button.icon-button__tertiary_dkiqi:active {\n color: rgba(238, 238, 254, 0.46);\n } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__primary_dkiqi {\n color: rgba(255, 255, 255, 0.94)\n } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__primary_dkiqi:hover {\n background: rgba(214, 214, 229, 0.07);\n } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__primary_dkiqi:active {\n background: rgba(225, 225, 248, 0.09);\n } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__secondary_dkiqi {\n color: rgba(238, 238, 251, 0.55)\n } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__secondary_dkiqi:hover {\n background: rgba(214, 214, 229, 0.07);\n } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__secondary_dkiqi:active {\n background: rgba(225, 225, 248, 0.09);\n } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__negative_dkiqi {\n color: #ff4837\n } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__negative_dkiqi:hover {\n background: rgba(214, 214, 229, 0.07);\n } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__negative_dkiqi:active {\n background: rgba(225, 225, 248, 0.09);\n } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__tertiary_dkiqi {\n color: rgba(233, 233, 250, 0.37)\n } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__tertiary_dkiqi:hover {\n background: rgba(214, 214, 229, 0.07);\n } .cc-icon-button.icon-button__transparentBg_dkiqi.icon-button__tertiary_dkiqi:active {\n background: rgba(225, 225, 248, 0.09);\n } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__primary_dkiqi {\n color: rgba(222, 222, 238, 0.13)\n } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__primary_dkiqi.icon-button__loader_dkiqi {\n color: rgba(255, 255, 255, 0.94);\n } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__secondary_dkiqi {\n color: rgba(222, 222, 238, 0.13)\n } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__secondary_dkiqi.icon-button__loader_dkiqi {\n color: rgba(238, 238, 251, 0.55);\n } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__negative_dkiqi {\n color: rgba(222, 222, 238, 0.13)\n } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__negative_dkiqi.icon-button__loader_dkiqi {\n color: #ff4837;\n } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__tertiary_dkiqi {\n color: rgba(222, 222, 238, 0.13)\n } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__tertiary_dkiqi.icon-button__loader_dkiqi {\n color: rgba(228, 228, 251, 0.28);\n } .cc-icon-button.icon-button__component_dkiqi:disabled.icon-button__transparentBg_dkiqi {\n background: transparent;\n }\n\n.cc-icon-button.icon-button__primary_9rm2w {\n color: rgba(3, 3, 6, 0.88)\n } .cc-icon-button.icon-button__primary_9rm2w:hover {\n color: rgba(2, 2, 10, 0.76);\n } .cc-icon-button.icon-button__primary_9rm2w:active {\n color: rgba(1, 1, 12, 0.63);\n } .cc-icon-button.icon-button__secondary_9rm2w {\n color: rgba(4, 4, 21, 0.47)\n } .cc-icon-button.icon-button__secondary_9rm2w:hover {\n color: rgba(4, 4, 19, 0.55);\n } .cc-icon-button.icon-button__secondary_9rm2w:active {\n color: rgba(1, 1, 12, 0.63);\n } .cc-icon-button.icon-button__transparent_9rm2w {\n color: rgba(9, 12, 37, 0.28)\n } .cc-icon-button.icon-button__transparent_9rm2w:hover {\n color: rgba(5, 8, 29, 0.38);\n } .cc-icon-button.icon-button__transparent_9rm2w:active {\n color: rgba(4, 4, 21, 0.47);\n } .cc-icon-button.icon-button__negative_9rm2w {\n color: #ff4837\n } .cc-icon-button.icon-button__negative_9rm2w:hover {\n color: #ec2d20;\n } .cc-icon-button.icon-button__negative_9rm2w:active {\n color: #c7241f;\n } .cc-icon-button.icon-button__tertiary_9rm2w {\n color: rgba(9, 12, 37, 0.28)\n } .cc-icon-button.icon-button__tertiary_9rm2w:hover {\n color: rgba(5, 8, 29, 0.38);\n } .cc-icon-button.icon-button__tertiary_9rm2w:active {\n color: rgba(4, 4, 21, 0.47);\n } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__primary_9rm2w {\n color: rgba(3, 3, 6, 0.88)\n } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__primary_9rm2w:hover {\n background: rgba(38, 55, 88, 0.06);\n } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__primary_9rm2w:active {\n background: rgba(30, 43, 68, 0.08);\n } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__secondary_9rm2w {\n color: rgba(4, 4, 19, 0.55)\n } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__secondary_9rm2w:hover {\n background: rgba(38, 55, 88, 0.06);\n } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__secondary_9rm2w:active {\n background: rgba(30, 43, 68, 0.08);\n } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__negative_9rm2w {\n color: #ec2d20\n } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__negative_9rm2w:hover {\n background: rgba(38, 55, 88, 0.06);\n } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__negative_9rm2w:active {\n background: rgba(30, 43, 68, 0.08);\n } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__tertiary_9rm2w {\n color: rgba(5, 8, 29, 0.38)\n } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__tertiary_9rm2w:hover {\n background: rgba(38, 55, 88, 0.06);\n } .cc-icon-button.icon-button__transparentBg_9rm2w.icon-button__tertiary_9rm2w:active {\n background: rgba(30, 43, 68, 0.08);\n } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__primary_9rm2w {\n color: rgba(15, 25, 55, 0.1)\n } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__primary_9rm2w.icon-button__loader_9rm2w {\n color: rgba(3, 3, 6, 0.88);\n } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__secondary_9rm2w {\n color: rgba(15, 25, 55, 0.1)\n } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__secondary_9rm2w.icon-button__loader_9rm2w {\n color: rgba(4, 4, 21, 0.47);\n } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__negative_9rm2w {\n color: rgba(15, 25, 55, 0.1)\n } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__negative_9rm2w.icon-button__loader_9rm2w {\n color: #ff4837;\n } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__tertiary_9rm2w {\n color: rgba(15, 25, 55, 0.1)\n } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__tertiary_9rm2w.icon-button__loader_9rm2w {\n color: rgba(9, 12, 37, 0.28);\n } .cc-icon-button.icon-button__component_9rm2w:disabled.icon-button__transparentBg_9rm2w {\n background: transparent;\n }\n.confirmation__component_1oti4 {\n color: rgba(238, 238, 251, 0.55);\n}\n.confirmation__circle_1b8ut {\n fill: transparent;\n stroke: #4a4a51;\n}\n\n.confirmation__typographyTheme_1tfd4.confirmation__typographyTheme_1tfd4 {\n color: rgba(238, 238, 251, 0.55);\n} .confirmation__typographyThemeMobile_1tfd4.confirmation__typographyThemeMobile_1tfd4 {\n color: rgba(238, 238, 251, 0.55);\n}\n.confirmation__typographyTheme_15dkv.confirmation__typographyTheme_15dkv {\n color: rgba(238, 238, 251, 0.55);\n} .confirmation__typographyThemeMobile_15dkv.confirmation__typographyThemeMobile_15dkv {\n color: rgba(238, 238, 251, 0.55);\n}\n.confirmation__phone_1v2a0.confirmation__phone_1v2a0 {\n color: rgba(255, 255, 255, 0.94);\n} .confirmation__typographyTheme_1v2a0.confirmation__typographyTheme_1v2a0 {\n color: rgba(238, 238, 251, 0.55);\n} .confirmation__typographyThemeMobile_1v2a0.confirmation__typographyThemeMobile_1v2a0 {\n color: rgba(238, 238, 251, 0.55);\n} .confirmation__countdownContainer_1v2a0.confirmation__countdownContainer_1v2a0 {\n color: rgba(238, 238, 251, 0.55);\n} .confirmation__timeCounter_1v2a0 {\n color: rgba(238, 238, 251, 0.55);\n}\n.confirmation__typographyTheme_83plh.confirmation__typographyTheme_83plh {\n color: rgba(238, 238, 251, 0.55);\n} .confirmation__typographyThemeMobile_83plh.confirmation__typographyThemeMobile_83plh {\n color: rgba(238, 238, 251, 0.55);\n} .confirmation__timeCounter_83plh {\n color: rgba(238, 238, 251, 0.55);\n}\n.confirmation__typographyTheme_1fn9p.confirmation__typographyTheme_1fn9p {\n color: rgba(238, 238, 251, 0.55);\n} .confirmation__typographyThemeMobile_1fn9p.confirmation__typographyThemeMobile_1fn9p {\n color: rgba(238, 238, 251, 0.55);\n}.input__input_1y01f {\n color: rgba(255, 255, 255, 0.94);\n caret-color: rgba(255, 255, 255, 0.94);\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n} .input__input_1y01f:-webkit-autofill {\n -webkit-text-fill-color: rgba(255, 255, 255, 0.94);\n} .input__input_1y01f::placeholder {\n color: rgba(238, 238, 251, 0.55);\n} .input__hasInnerLabel_1y01f::placeholder {\n color: rgba(233, 233, 250, 0.37);\n} .input__input_1y01f:read-only:not(.input__disableUserInput_1y01f) {\n color: rgba(233, 233, 250, 0.37)\n} .input__input_1y01f:read-only:not(.input__disableUserInput_1y01f):focus::placeholder {\n color: rgba(238, 238, 251, 0.55);\n } .input__input_1y01f:disabled {\n color: rgba(233, 233, 250, 0.37);\n -webkit-text-fill-color: rgba(233, 233, 250, 0.37);\n} .input__input_1y01f:focus::placeholder {\n color: rgba(233, 233, 250, 0.37);\n} .input__error_1y01f {\n color: rgba(255, 255, 255, 0.94);\n caret-color: rgba(255, 255, 255, 0.94);\n}\n.input__focusVisible_1ex4u {\n outline: 2px solid #3193fc;\n} @keyframes input__onautofillstart_1ex4u {\n from {\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n }\n to {\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);\n }\n} @keyframes input__onautofillcancel_1ex4u {\n from {\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n }\n to {\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);\n }\n}\n.input__input_1yxq9 {\n color: rgba(3, 3, 6, 0.88);\n caret-color: rgba(3, 3, 6, 0.88);\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n} .input__input_1yxq9:-webkit-autofill {\n -webkit-text-fill-color: rgba(3, 3, 6, 0.88);\n} .input__input_1yxq9::placeholder {\n color: rgba(4, 4, 19, 0.55);\n} .input__hasInnerLabel_1yxq9::placeholder {\n color: rgba(5, 8, 29, 0.38);\n} .input__input_1yxq9:read-only:not(.input__disableUserInput_1yxq9) {\n color: rgba(5, 8, 29, 0.38)\n} .input__input_1yxq9:read-only:not(.input__disableUserInput_1yxq9):focus::placeholder {\n color: rgba(4, 4, 19, 0.55);\n } .input__input_1yxq9:disabled {\n color: rgba(5, 8, 29, 0.38);\n -webkit-text-fill-color: rgba(5, 8, 29, 0.38);\n} .input__input_1yxq9:focus::placeholder {\n color: rgba(5, 8, 29, 0.38);\n} .input__error_1yxq9 {\n color: rgba(3, 3, 6, 0.88);\n caret-color: rgba(3, 3, 6, 0.88);\n}\n.input__clearIcon_22i5q {\n color: rgba(228, 228, 251, 0.28)\n} .input__clearIcon_22i5q:hover {\n color: rgba(233, 233, 250, 0.37);\n } .input__clearIcon_22i5q:active {\n color: rgba(238, 238, 254, 0.46);\n }\n\n.input__clearIcon_13x0h {\n color: rgba(9, 12, 37, 0.28)\n} .input__clearIcon_13x0h:hover {\n color: rgba(5, 8, 29, 0.38);\n } .input__clearIcon_13x0h:active {\n color: rgba(4, 4, 21, 0.47);\n }.navigation-bar__border_ydlkj {\n box-shadow: 0 1px 0 0 #29292c;\n} .navigation-bar__content_ydlkj {\n color: rgba(255, 255, 255, 0.94)\n} .navigation-bar__subtitle_ydlkj {\n color: rgba(238, 238, 251, 0.55);\n}\n.navigation-bar__iconWrapper_4m9f6 {\n background: rgba(214, 214, 229, 0.07)\n} .navigation-bar__iconWrapper_4m9f6.navigation-bar__back_4m9f6 {\n background: transparent;\n } .navigation-bar__floating_4m9f6 path {\n fill: rgba(238, 238, 251, 0.55);\n } .navigation-bar__floating_4m9f6:hover path {\n fill: rgba(239, 240, 252, 0.65);\n } .navigation-bar__floating_4m9f6:active path {\n fill: rgba(243, 245, 254, 0.75);\n }\n.pass-code-v1__message_1ahyw {\n color: rgba(255, 255, 255, 0.94);\n} .pass-code-v1__error_1ahyw {\n color: #ff4837;\n}\n.pass-code-v1__dot_qf6bi {\n background: rgba(222, 222, 238, 0.13)\n} .pass-code-v1__dot_qf6bi.pass-code-v1__error_qf6bi {\n background: #ff4837;\n } .pass-code-v1__filled_qf6bi {\n background: rgba(255, 255, 255, 0.94);\n}\n@keyframes pass-code-v1__shake_13ws3 {\n}\n\n.pass-code-v1__secondary_1bzde.pass-code-v1__secondary_1bzde {\n color: rgba(255, 255, 255, 0.94);\n background: rgba(225, 225, 248, 0.09)\n} .pass-code-v1__secondary_1bzde.pass-code-v1__secondary_1bzde:hover {\n color: rgba(255, 255, 255, 0.94);\n } .pass-code-v1__secondary_1bzde.pass-code-v1__secondary_1bzde:active {\n background: rgba(234, 234, 248, 0.15);\n } .pass-code-v1__ghost_1bzde.pass-code-v1__ghost_1bzde {\n color: rgba(255, 255, 255, 0.94)\n} .pass-code-v1__ghost_1bzde.pass-code-v1__ghost_1bzde:hover {\n color: rgba(255, 255, 255, 0.94);\n } .pass-code-v1__ghost_1bzde.pass-code-v1__ghost_1bzde:active {\n background: rgba(234, 234, 248, 0.15);\n }\n@media screen and (min-width: 360px) {\n} @media screen and (min-width: 390px) {\n}\n.pattern-lock-v1__message_b6s4p {\n color: rgba(255, 255, 255, 0.94);\n} .pattern-lock-v1__error_b6s4p {\n color: #ff4837;\n}\n\n\n.pass-code__dot_1n1nr {\n background: rgba(222, 222, 238, 0.13)\n} .pass-code__dot_1n1nr.pass-code__filled_1n1nr {\n background: rgba(255, 255, 255, 0.94);\n } .pass-code__dot_1n1nr.pass-code__animatedFill_1n1nr {\n background: rgba(255, 255, 255, 0.94);\n } .pass-code__dot_1n1nr.pass-code__error_1n1nr {\n background: #ff4837;\n } .pass-code__dot_1n1nr.pass-code__success_1n1nr {\n background: #17d055;\n } .pass-code__dot_1n1nr.pass-code__rawSuccess_1n1nr {\n background: #17d055;\n }\n@keyframes pass-code__shake_1wh8a {\n}\n\n.pass-code__secondary_1659r.pass-code__secondary_1659r,\n.pass-code__button_1659r.pass-code__button_1659r {\n color: rgba(255, 255, 255, 0.94);\n background-color: rgba(255, 255, 255, 0)\n} .pass-code__secondary_1659r.pass-code__secondary_1659r:active, .pass-code__button_1659r.pass-code__button_1659r:active {\n background-color: rgba(225, 225, 248, 0.09);\n } .pass-code__secondary_1659r.pass-code__secondary_1659r:not(.pass-code__isIOS_1659r):hover, .pass-code__button_1659r.pass-code__button_1659r:not(.pass-code__isIOS_1659r):hover {\n background-color: rgba(214, 214, 229, 0.07);\n } .pass-code__secondary_1659r.pass-code__secondary_1659r:not(.pass-code__isIOS_1659r):active, .pass-code__button_1659r.pass-code__button_1659r:not(.pass-code__isIOS_1659r):active {\n background-color: rgba(225, 225, 248, 0.09);\n }.product-cover__component_lawz6 {\n background-color: #4a4a51\n}\n\n.product-cover__cardMack_nd7sf {\n background-color: rgba(3, 3, 6, 0.88);\n}\n.product-cover__default_kce63 {\n background: rgba(238, 238, 251, 0.55);\n} .product-cover__inverted_kce63 {\n background: rgba(4, 4, 21, 0.47);\n}\n.product-cover__buttonEye_1lu2r.product-cover__buttonEye_1lu2r {\n color: #fff\n} .product-cover__buttonEye_1lu2r.product-cover__buttonEye_1lu2r:hover {\n color: #fff;\n } .product-cover__buttonEye_1lu2r.product-cover__buttonEye_1lu2r:active {\n color: #fff;\n }.file-upload-item-v1__component_jp5kp {\n color: rgba(238, 238, 251, 0.55);\n box-shadow: 0 -1px 0 0 #29292c inset\n} .file-upload-item-v1__icon_jp5kp {\n color: rgba(255, 255, 255, 0.94);\n} .file-upload-item-v1__errorIcon_jp5kp {\n color: #ff4837;\n} .file-upload-item-v1__successIcon_jp5kp {\n color: #17d055;\n} .file-upload-item-v1__name_jp5kp {\n color: rgba(255, 255, 255, 0.94)\n} .file-upload-item-v1__errorWrapper_jp5kp {\n color: #ff4837;\n}.pure-cell__focused_ydv0w {\n outline: 2px solid #3193fc;\n}\n.pure-cell__button_1h8f2 {\n -webkit-tap-highlight-color: transparent;\n background-color: transparent\n}\n.pure-cell__hidden_xacn8 {\n background: rgba(231, 231, 248, 0.18);\n}\n.pure-cell__hidden_1b0fc {\n background: rgba(231, 231, 248, 0.18);\n}\n.pure-cell__categoryPercent_w2uzg {\n background-color: #1c1c1e;\n}\n\n\n\n.pure-cell__button_eb1p5 {\n -webkit-tap-highlight-color: transparent;\n background-color: transparent\n}\n.pure-cell__component_vfq8c.pure-cell__button_vfq8c {\n -webkit-tap-highlight-color: transparent;\n background-color: transparent\n }\n\n.file-upload-item__deleteIconColor_1edvp {\n fill: rgba(233, 233, 250, 0.37)\n} .file-upload-item__deleteIconColor_1edvp:hover {\n fill: rgba(238, 238, 254, 0.46);\n } .file-upload-item__downloadIconColor_1edvp {\n fill: rgba(233, 233, 250, 0.37)\n} .file-upload-item__downloadIconColor_1edvp:hover {\n fill: rgba(238, 238, 254, 0.46);\n } .file-upload-item__restoreIconColor_1edvp {\n fill: rgba(233, 233, 250, 0.37)\n} .file-upload-item__restoreIconColor_1edvp:hover {\n fill: rgba(238, 238, 254, 0.46);\n }\n.file-upload-item__container_i1w8a .file-upload-item__title_i1w8a.file-upload-item__restore_i1w8a {\n color: rgba(233, 233, 250, 0.37);\n }\n.file-upload-item__container_3ecy2 .file-upload-item__progress_3ecy2 {\n -webkit-mask-image: conic-gradient(black 0, transparent 0);\n mask-image: conic-gradient(black 0, transparent 0)\n } .file-upload-item__container_3ecy2 .file-upload-item__progress_3ecy2.file-upload-item__success_3ecy2,\n .file-upload-item__container_3ecy2 .file-upload-item__progress_3ecy2.file-upload-item__error_3ecy2 {\n -webkit-mask-image: conic-gradient(black 360deg, transparent 0);\n mask-image: conic-gradient(black 360deg, transparent 0);\n } .file-upload-item__container_3ecy2 .file-upload-item__progressBarTransparent_3ecy2 {\n fill: transparent;\n } .file-upload-item__container_3ecy2 .file-upload-item__progressBarUploading_3ecy2 {\n fill: #4a4a51;\n } .file-upload-item__container_3ecy2 .file-upload-item__progressBarSuccess_3ecy2 {\n fill: #17d055;\n } .file-upload-item__container_3ecy2 .file-upload-item__progressBarError_3ecy2 {\n fill: #ff4837;\n }\n\n\n.file-upload-item__iconPDFColored_x17em {\n fill: #fe5e48;\n} .file-upload-item__iconDOCColored_x17em {\n fill: #3193fc;\n} .file-upload-item__iconExcelColored_x17em {\n fill: #0cc44d;\n} .file-upload-item__icon1CColored_x17em {\n fill: #fa9313;\n} .file-upload-item__iconDocumentColored_x17em {\n fill: rgba(255, 255, 255, 0.94);\n}.navigation-bar-private__content_q5w7b {\n color: rgba(255, 255, 255, 0.94)\n} .navigation-bar-private__subtitle_q5w7b {\n color: rgba(238, 238, 251, 0.55);\n}\n.navigation-bar-private__component_fgwa4 {\n background: rgba(255, 255, 255, 0.04)\n} .navigation-bar-private__component_fgwa4 svg > path {\n fill: rgba(255, 255, 255, 0.94);\n } .navigation-bar-private__component_fgwa4:hover svg > path {\n fill: rgba(255, 255, 255, 0.7);\n } .navigation-bar-private__component_fgwa4:active svg > path {\n fill: rgba(255, 255, 255, 0.6);\n } .navigation-bar-private__mobileWrapper_fgwa4 {\n background: rgba(214, 214, 229, 0.07)\n} .navigation-bar-private__mobileWrapper_fgwa4 svg > path {\n fill: rgba(238, 238, 251, 0.55);\n }\n.navigation-bar-private__button_1wg1y {\n background: rgba(255, 255, 255, 0.04);\n color: rgba(255, 255, 255, 0.94)\n}\n.navigation-bar-private__button_1wg1y.navigation-bar-private__mobile_1wg1y {\n background: rgba(214, 214, 229, 0.07);\n color: rgba(238, 238, 251, 0.55);\n }\n\n.navigation-bar-private__button_19uzt {\n background: rgba(0, 0, 0, 0.04);\n color: rgba(3, 3, 6, 0.88)\n}\n.navigation-bar-private__button_19uzt.navigation-bar-private__mobile_19uzt {\n background: rgba(38, 55, 88, 0.06);\n color: rgba(4, 4, 21, 0.47);\n }\n\n.plate__component_9vthl {\n color: rgba(255, 255, 255, 0.94)\n} .plate__focused_9vthl {\n outline: 2px solid #3193fc;\n} .plate__shadow_9vthl:after {\n box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),\n 0 0 1px rgba(0, 0, 0, 0.04);\n} .plate__common_9vthl {\n background-color: rgba(225, 225, 248, 0.09);\n border: 1px solid rgba(238, 238, 251, 0.55)\n} .plate__common_9vthl:before {\n background-color: rgba(238, 238, 251, 0.55);\n } .plate__negative_9vthl {\n background-color: #392523;\n border: 1px solid #ff4837\n} .plate__negative_9vthl:before {\n background-color: #ff4837;\n } .plate__positive_9vthl {\n background-color: #232d25;\n border: 1px solid #17d055\n} .plate__positive_9vthl:before {\n background-color: #17d055;\n } .plate__attention_9vthl {\n background-color: #36291f;\n border: 1px solid #fda136\n} .plate__attention_9vthl:before {\n background-color: #fda136;\n } .plate__custom_9vthl {\n background: transparent;\n border: 1px solid rgba(238, 238, 251, 0.55)\n} .plate__custom_9vthl:before {\n background-color: rgba(238, 238, 251, 0.55);\n }\n\n.toast-plate__component_1s6r7 {\n color: rgba(3, 3, 6, 0.88);\n background-color: #fff;\n} .toast-plate__closeButtonWrapper_1s6r7:before {\n background-color: #e7e8eb;\n }\n\n.toast-plate__component_2utu9 {\n color: rgba(255, 255, 255, 0.94);\n background-color: #1c1c1e;\n} .toast-plate__closeButtonWrapper_2utu9:before {\n background-color: #29292c;\n }.number-input__steppers_1ey1y {\n background-color: rgba(214, 214, 229, 0.07);\n} .number-input__steppersFocused_1ey1y,\n.number-input__steppersDisabled_1ey1y {\n background-color: rgba(225, 225, 248, 0.09);\n}\n\n.number-input__steppers_vsbt6 {\n background-color: #fff;\n} .number-input__steppersFocused_vsbt6,\n.number-input__steppersDisabled_vsbt6 {\n background-color: rgba(15, 25, 55, 0.1);\n}\n.number-input__separator_1wb5z {\n background-color: rgba(222, 222, 238, 0.13);\n}\n\n.number-input__separator_zcka2 {\n background-color: rgba(15, 25, 55, 0.1);\n}.slider-input__slider_1ejal .noUi-base:hover > .noUi-connects {\n background-color: #898991;\n } .slider-input__slider_1ejal .noUi-connects {\n background-color: #898991;\n } .slider-input__steps_1ejal {\n color: rgba(238, 238, 251, 0.55);\n} .slider-input__info_1ejal {\n color: rgba(238, 238, 251, 0.55);\n}.with-suffix__hasSuffix_eauwo input:focus::placeholder {\n color: transparent;\n} .with-suffix__disabled_eauwo {\n color: rgba(233, 233, 250, 0.37)\n} .with-suffix__disabled_eauwo.with-suffix__inverted_eauwo {\n color: rgba(5, 8, 29, 0.38);\n } .with-suffix__readOnly_eauwo {\n color: rgba(233, 233, 250, 0.37)\n} .with-suffix__readOnly_eauwo.with-suffix__inverted_eauwo {\n color: rgba(5, 8, 29, 0.38);\n }.bottom-sheet__modal_1xixh.bottom-sheet__modal_1xixh {\n background-color: transparent;\n} .bottom-sheet__component_1xixh {\n background-color: #1c1c1e;\n} .bottom-sheet__defaultMarker_1xixh {\n background-color: rgba(222, 222, 238, 0.13);\n} .bottom-sheet__content_1xixh {\n color: rgba(255, 255, 255, 0.94);\n} .bottom-sheet__background-accent_1xixh {\n background-color: #ef3124;\n } .bottom-sheet__background-info_1xixh {\n background-color: #001c3c;\n } .bottom-sheet__background-attention-muted_1xixh {\n background-color: #36291f;\n } .bottom-sheet__background-positive-muted_1xixh {\n background-color: #232d25;\n } .bottom-sheet__background-negative-muted_1xixh {\n background-color: #392523;\n } .bottom-sheet__background-primary_1xixh {\n background-color: #121213;\n } .bottom-sheet__background-primary-inverted_1xixh {\n background-color: #fff;\n } .bottom-sheet__background-secondary_1xixh {\n background-color: #1c1c1e;\n } .bottom-sheet__background-secondary-inverted_1xixh {\n background-color: #f2f3f5;\n } .bottom-sheet__background-tertiary_1xixh {\n background-color: #27272a;\n } .bottom-sheet__background-tertiary-inverted_1xixh {\n background-color: #e7e8ea;\n } .bottom-sheet__background-quaternary_1xixh {\n background-color: #36363a;\n } .bottom-sheet__background-quaternary-inverted_1xixh {\n background-color: #dcdee2;\n } .bottom-sheet__background-specialbg-component_1xixh {\n background-color: rgba(255, 255, 255, 0.1);\n } .bottom-sheet__background-specialbg-component-inverted_1xixh {\n background-color: rgba(11, 31, 53, 0.07);\n } .bottom-sheet__background-specialbg-primary-grouped_1xixh {\n background-color: #1c1c1e;\n } .bottom-sheet__background-specialbg-secondary-grouped_1xixh {\n background-color: #27272a;\n } .bottom-sheet__background-specialbg-tertiary-grouped_1xixh {\n background-color: #36363a;\n } .bottom-sheet__background-specialbg-secondary-transparent_1xixh {\n background-color: rgba(214, 214, 229, 0.07);\n } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1xixh {\n background-color: rgba(38, 55, 88, 0.06);\n } .bottom-sheet__background-specialbg-tertiary-transparent_1xixh {\n background-color: rgba(222, 222, 240, 0.12);\n } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1xixh {\n background-color: rgba(30, 43, 68, 0.08);\n }\n.bottom-sheet__footer_1ktsh {\n background-color: #1c1c1e;\n} .bottom-sheet__highlighted_1ktsh {\n border-top: 1px solid #353539;\n background-color: #1c1c1e;\n} .bottom-sheet__background-accent_1ktsh {\n background-color: #ef3124;\n } .bottom-sheet__background-info_1ktsh {\n background-color: #001c3c;\n } .bottom-sheet__background-attention-muted_1ktsh {\n background-color: #36291f;\n } .bottom-sheet__background-positive-muted_1ktsh {\n background-color: #232d25;\n } .bottom-sheet__background-negative-muted_1ktsh {\n background-color: #392523;\n } .bottom-sheet__background-primary_1ktsh {\n background-color: #121213;\n } .bottom-sheet__background-primary-inverted_1ktsh {\n background-color: #fff;\n } .bottom-sheet__background-secondary_1ktsh {\n background-color: #1c1c1e;\n } .bottom-sheet__background-secondary-inverted_1ktsh {\n background-color: #f2f3f5;\n } .bottom-sheet__background-tertiary_1ktsh {\n background-color: #27272a;\n } .bottom-sheet__background-tertiary-inverted_1ktsh {\n background-color: #e7e8ea;\n } .bottom-sheet__background-quaternary_1ktsh {\n background-color: #36363a;\n } .bottom-sheet__background-quaternary-inverted_1ktsh {\n background-color: #dcdee2;\n } .bottom-sheet__background-specialbg-component_1ktsh {\n background-color: rgba(255, 255, 255, 0.1);\n } .bottom-sheet__background-specialbg-component-inverted_1ktsh {\n background-color: rgba(11, 31, 53, 0.07);\n } .bottom-sheet__background-specialbg-primary-grouped_1ktsh {\n background-color: #1c1c1e;\n } .bottom-sheet__background-specialbg-secondary-grouped_1ktsh {\n background-color: #27272a;\n } .bottom-sheet__background-specialbg-tertiary-grouped_1ktsh {\n background-color: #36363a;\n } .bottom-sheet__background-specialbg-secondary-transparent_1ktsh {\n background-color: rgba(214, 214, 229, 0.07);\n } .bottom-sheet__background-specialbg-secondary-transparent-inverted_1ktsh {\n background-color: rgba(38, 55, 88, 0.06);\n } .bottom-sheet__background-specialbg-tertiary-transparent_1ktsh {\n background-color: rgba(222, 222, 240, 0.12);\n } .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1ktsh {\n background-color: rgba(30, 43, 68, 0.08);\n }\n.bottom-sheet__highlighted_yeb6n {\n border-bottom: 1px solid #353539;\n}\n.popup-sheet__appear_f1ruz,\n.popup-sheet__enter_f1ruz {\n background-color: transparent;\n} .popup-sheet__appearActive_f1ruz,\n.popup-sheet__enterActive_f1ruz,\n.popup-sheet__appearDone_f1ruz,\n.popup-sheet__enterDone_f1ruz {\n background-color: rgba(0, 0, 0, 0.7);\n} .popup-sheet__exit_f1ruz {\n background-color: rgba(0, 0, 0, 0.7);\n} .popup-sheet__exitActive_f1ruz,\n.popup-sheet__exitDone_f1ruz {\n background-color: transparent;\n}\n\n\n\n\n\n\n\n.modal__sticky_1k34p {\n background: #1c1c1e;\n} .modal__highlighted_1k34p {\n background: #1c1c1e;\n box-shadow: 0 -1px 0 0 #29292c;\n}\n\n\n\n.modal__highlighted_187b9 {\n background: #1c1c1e;\n box-shadow: 0 1px 0 0 #29292c;\n} .modal__sticky_187b9.modal__hasContent_187b9 {\n background: #1c1c1e;\n }\n\n\n\n\n\n\n\n\n\n.side-panel__sticky_1u496 {\n background: #1c1c1e;\n} .side-panel__highlighted_1u496 {\n background: #1c1c1e;\n box-shadow: 0 -1px 0 0 #29292c;\n}\n\n\n\n.side-panel__highlighted_1lddp {\n background: #1c1c1e;\n box-shadow: 0 1px 0 0 #29292c;\n} .side-panel__sticky_1lddp.side-panel__hasContent_1lddp {\n background: #1c1c1e;\n }\n.toast__toastPlate_clgie {\n box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),\n 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);\n} .toast__popoverInner_clgie {\n box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),\n 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);\n background-color: transparent;\n}.bank-card__component_1nt6i {\n --form-control-bg-color: transparent;\n --form-control-focus-shadow: transparent;\n --form-control-hover-bg-color: transparent;\n --form-control-focus-bg-color: transparent;\n} .bank-card__label_1nt6i {\n color: rgba(238, 238, 251, 0.55)\n} .bank-card__focused_1nt6i .bank-card__label_1nt6i,\n.bank-card__filled_1nt6i .bank-card__label_1nt6i {\n color: rgba(255, 255, 255, 0.94)\n} .bank-card__input_1nt6i {\n color: rgba(255, 255, 255, 0.94);\n caret-color: rgba(255, 255, 255, 0.94)\n} .bank-card__bankLogo_1nt6i svg g {\n fill: rgba(255, 255, 255, 0.94);\n } .bank-card__brandLogo_1nt6i svg {\n fill: rgba(255, 255, 255, 0.94);\n } .bank-card__usePhoto_1nt6i {\n background-color: transparent\n} .bank-card__usePhoto_1nt6i svg {\n fill: rgba(255, 255, 255, 0.94);\n }\n\n\n\n.universal-modal__sticky_g08p1 {\n background: #1c1c1e;\n} .universal-modal__highlighted_g08p1 {\n background: #1c1c1e;\n box-shadow: 0 -1px 0 0 #29292c;\n}\n\n\n\n\n\n.universal-modal__highlighted_65rmi {\n background: #1c1c1e;\n box-shadow: 0 1px 0 0 #29292c;\n} .universal-modal__sticky_65rmi.universal-modal__hasContent_65rmi {\n background: #1c1c1e;\n }\n\n\n\n@keyframes universal-modal__step_1_17qm9 {\n} @keyframes universal-modal__step_2_17qm9 {\n 100% {\n background-color: transparent;\n }\n} .universal-modal__appear_17qm9,\n.universal-modal__enter_17qm9 {\n background-color: transparent;\n} .universal-modal__appearActive_17qm9,\n.universal-modal__enterActive_17qm9,\n.universal-modal__appearDone_17qm9,\n.universal-modal__enterDone_17qm9 {\n background-color: rgba(0, 0, 0, 0.7);\n} .universal-modal__exit_17qm9 {\n background-color: rgba(0, 0, 0, 0.7);\n} .universal-modal__exitDone_17qm9 {\n background-color: transparent;\n}\n\n\n\n.universal-modal__button_1lnkf.universal-modal__button_1lnkf {\n background-color: rgba(18, 18, 19, 0.4);\n}\n.universal-modal__button_fxlbo.universal-modal__button_fxlbo {\n background-color: rgba(255, 255, 255, 0.04);\n}\n.universal-modal__component_14d1q.universal-modal__overlayHidden_14d1q {\n box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),\n 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);\n }\n.universal-modal__component_1u4o6.universal-modal__overlayHidden_1u4o6 {\n box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),\n 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);\n }\n.universal-modal__icon_oktnp {\n fill: rgba(238, 238, 251, 0.55);\n}\n.universal-modal__icon_orxhd {\n fill: rgba(238, 238, 251, 0.55);\n}\n\n\n.amount-input__minorPartAndCurrency_ejfao {\n color: rgba(238, 238, 251, 0.55)\n} .amount-input__minorPartAndCurrency_ejfao.amount-input__disabled_ejfao,\n .amount-input__minorPartAndCurrency_ejfao.amount-input__readOnly_ejfao {\n color: rgba(233, 233, 250, 0.37);\n }\n.amount-input__filled_kb9ue .amount-input__input_kb9ue,\n.amount-input__input_kb9ue:focus {\n -webkit-text-fill-color: transparent;\n}\n.amount-input__minorPartAndCurrency_x71tf {\n color: rgba(4, 4, 19, 0.55)\n} .amount-input__minorPartAndCurrency_x71tf.amount-input__disabled_x71tf,\n .amount-input__minorPartAndCurrency_x71tf.amount-input__readOnly_x71tf {\n color: rgba(5, 8, 29, 0.38);\n }@media (min-width: 600px) {\n}.tooltip__hint_18tqv {\n background-color: #fff;\n box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),\n 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);\n color: rgba(3, 3, 6, 0.88);\n} .tooltip__hint_18tqv .tooltip__arrow_18tqv:after {\n background-color: #fff;\n border-color: #fff;\n} .tooltip__tooltip_18tqv {\n border: 1px solid #29292c;\n background-color: #1c1c1e\n} .tooltip__tooltip_18tqv .tooltip__arrow_18tqv:after {\n border-color: #29292c;\n background-color: #1c1c1e;\n }\n\n.tooltip__tooltip_1gfic {\n background-color: #fff;\n color: rgba(3, 3, 6, 0.88);\n box-shadow: 0 20px 24px rgba(0, 0, 0, 0.2), 0 12px 16px rgba(0, 0, 0, 0.16),\n 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);\n} .tooltip__tooltip_1gfic .tooltip__arrow_1gfic:after {\n background-color: #fff;\n} .tooltip__hint_1gfic {\n background-color: #1c1c1e;\n box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),\n 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);\n color: rgba(255, 255, 255, 0.94);\n} .tooltip__hint_1gfic .tooltip__arrow_1gfic:after {\n background-color: #1c1c1e;\n}\n\n.calendar__container_lhs2e.calendar__customScrollbar_lhs2e::-webkit-scrollbar-track {\n background-color: transparent;\n } .calendar__container_lhs2e.calendar__customScrollbar_lhs2e::-webkit-scrollbar-track-piece {\n background-color: transparent;\n } .calendar__container_lhs2e.calendar__customScrollbar_lhs2e::-webkit-scrollbar-thumb {\n background-color: rgba(228, 228, 251, 0.28);\n border-color: transparent;\n } .calendar__container_lhs2e.calendar__customScrollbar_lhs2e::-webkit-scrollbar-thumb:active {\n background-color: rgba(238, 238, 251, 0.55);\n }\n.calendar__appear_1xbum,\n.calendar__enter_1xbum {\n background-color: transparent;\n} .calendar__appearActive_1xbum,\n.calendar__enterActive_1xbum,\n.calendar__appearDone_1xbum,\n.calendar__enterDone_1xbum {\n background-color: rgba(222, 222, 238, 0.13);\n} .calendar__exit_1xbum {\n background-color: rgba(222, 222, 238, 0.13);\n} .calendar__exitActive_1xbum,\n.calendar__exitDone_1xbum {\n background-color: transparent;\n}\n.calendar__calendar_q6mcz th {\n border-bottom: 1px solid #29292c;\n} .calendar__dayNames_q6mcz {\n background: #1c1c1e\n} .calendar__month_q6mcz {\n color: rgba(255, 255, 255, 0.94)\n} .calendar__month_q6mcz.calendar__clickableMonth_q6mcz {\n background-color: rgba(214, 214, 229, 0.07)\n } .calendar__month_q6mcz.calendar__clickableMonth_q6mcz.calendar__active_q6mcz {\n background-color: #f2f3f5\n } .calendar__month_q6mcz.calendar__clickableMonth_q6mcz.calendar__active_q6mcz .calendar__monthTitle_q6mcz {\n color: rgba(3, 3, 6, 0.88);\n } .calendar__month_q6mcz.calendar__clickableMonth_q6mcz.calendar__disabled_q6mcz .calendar__monthTitle_q6mcz {\n color: rgba(233, 233, 250, 0.37);\n } .calendar__dayName_q6mcz {\n color: rgba(238, 238, 251, 0.55)\n}\n\n.calendar__dayName_1pd5b {\n color: rgba(238, 238, 251, 0.55)\n} .calendar__day_1pd5b {\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n color: rgba(255, 255, 255, 0.94)\n} .calendar__day_1pd5b.calendar__highlighted_1pd5b,\n .calendar__day_1pd5b.calendar__range_1pd5b.calendar__highlighted_1pd5b:not(.calendar__disabled_1pd5b) {\n color: rgba(255, 255, 255, 0.94);\n background: rgba(214, 214, 229, 0.07);\n } .calendar__day_1pd5b.calendar__holiday_1pd5b {\n color: #ff4837;\n } .calendar__day_1pd5b.calendar__disabled_1pd5b {\n color: rgba(233, 233, 250, 0.37);\n background: transparent;\n } .calendar__day_1pd5b.calendar__today_1pd5b {\n color: #4a9dfc;\n } .calendar__day_1pd5b.calendar__rangeComplete_1pd5b {\n background: #293044;\n } .calendar__day_1pd5b.calendar__selected_1pd5b,\n .calendar__day_1pd5b.calendar__disabled_1pd5b.calendar__selected_1pd5b {\n color: rgba(3, 3, 6, 0.88);\n background: #f2f3f5;\n } @media (hover) {\n .calendar__day_1pd5b.calendar__selected_1pd5b:hover {\n background: #dcdde1;\n }\n } .calendar__dayWrapper_1pd5b {\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0)\n} .calendar__range_1pd5b .calendar__day_1pd5b:not(.calendar__selected_1pd5b):not(.calendar__disabled_1pd5b):not(.calendar__today_1pd5b):not(.calendar__holiday_1pd5b) {\n color: rgba(255, 255, 255, 0.94);\n } .calendar__range_1pd5b:before {\n background: rgba(225, 225, 248, 0.09);\n } .calendar__rangeComplete_1pd5b:before {\n background: #293044;\n } .calendar__transitLeft_1pd5b:after {\n background: linear-gradient(\n 270deg,\n rgba(225, 225, 248, 0.09) 0%,\n rgba(255, 255, 255, 0) 100%\n );\n } .calendar__transitRight_1pd5b:after {\n background: linear-gradient(\n 270deg,\n rgba(255, 255, 255, 0) 0%,\n rgba(225, 225, 248, 0.09) 100%\n );\n } .calendar__rangeComplete_1pd5b.calendar__transitLeft_1pd5b:after {\n background: linear-gradient(\n 270deg,\n #293044 0%,\n rgba(255, 255, 255, 0) 100%\n );\n } .calendar__rangeComplete_1pd5b.calendar__transitRight_1pd5b:after {\n background: linear-gradient(\n 270deg,\n rgba(255, 255, 255, 0) 0%,\n #293044 100%\n );\n } .calendar__dot_1pd5b {\n background: rgba(255, 255, 255, 0.94);\n} .calendar__selected_1pd5b .calendar__dot_1pd5b {\n background: rgba(3, 3, 6, 0.88);\n} .calendar__bottomAddon_1pd5b.calendar__selected_1pd5b,\n .calendar__bottomAddon_1pd5b.calendar__selected_1pd5b > * {\n color: rgba(3, 3, 6, 0.88);\n }\n.calendar__withShadow_ip5g5 {\n box-shadow: 0 1px 0 0 #29292c;\n}\n\n\n@media (max-width: 374px) {\n }\n.calendar__empty_1p866 {\n color: rgba(238, 238, 251, 0.55);\n}\n.cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf {\n background-color: transparent\n } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf:not(:disabled):hover {\n background-color: rgba(214, 214, 229, 0.07);\n color: rgba(255, 255, 255, 0.94);\n } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__filled_1fjmf {\n background-color: rgba(222, 222, 238, 0.13)\n } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__filled_1fjmf:not(:disabled):hover {\n background-color: rgba(234, 234, 248, 0.15);\n } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__current_1fjmf {\n color: #4a9dfc;\n } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__selected_1fjmf,\n .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__selected_1fjmf:disabled {\n background-color: #f2f3f5;\n color: rgba(3, 3, 6, 0.88)\n } .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__selected_1fjmf:not(:disabled):hover, .cc-calendar .calendar__button_1fjmf.calendar__button_1fjmf.calendar__selected_1fjmf:disabled:not(:disabled):hover {\n background-color: #f2f3f5;\n color: rgba(3, 3, 6, 0.88);\n }\n@media (max-width: 374px) {\n }.gallery__container_xd1ps {\n background-color: #262629\n} .gallery__modal_xd1ps {\n background: transparent;\n} .gallery__bottomButton_xd1ps {\n background-color: rgba(228, 228, 251, 0.28);\n}\n.gallery__component_7xiiq {\n background-color: rgba(228, 228, 251, 0.28);\n} .gallery__component_7xiiq:hover {\n background-color: rgba(233, 233, 250, 0.37);\n } .gallery__component_7xiiq:active {\n background-color: rgba(238, 238, 254, 0.46);\n }\n.gallery__buttons_183or path {\n color: rgba(255, 255, 255, 0.94);\n } .gallery__iconButton_183or path {\n color: #f2f3f5;\n } .gallery__iconButton_183or:hover path {\n color: #e7e8eb;\n } .gallery__iconButton_183or:active path {\n color: #dcdde1;\n }\n\n\n.gallery__headerMobile_lx1up.gallery__video_lx1up {\n background-color: #262629;\n }\n.gallery__loading_184uc {\n background-color: #1c1c1e\n} .gallery__loading_184uc .gallery__active_184uc {\n background-color: #29292c;\n } .gallery__brokenImageWrapper_184uc {\n background-color: #29292c\n} .gallery__focused_184uc {\n outline: 2px solid #3193fc;\n}\n.gallery__component_wxdq1 {\n background-color: #262629;\n} .gallery__slideLoading_wxdq1 {\n background-color: rgba(214, 214, 229, 0.07);\n} .gallery__spinner_wxdq1 {\n color: rgba(255, 255, 255, 0.94);\n} .gallery__arrow_wxdq1 {\n color: rgba(255, 255, 255, 0.94)\n} .gallery__arrow_wxdq1:hover {\n background-color: #2f2f32;\n } .gallery__arrow_wxdq1:active {\n background-color: #353539;\n } .gallery__focused_wxdq1 {\n outline: 2px solid #3193fc;\n} .gallery__placeholder_wxdq1 {\n background-color: #29292c;\n} .gallery__fullScreenImage_wxdq1 {\n background-color: #121213;\n}\n.gallery__infoWrapper_1dhyi {\n background-color: #262629\n}\n.gallery__component_1hvel {\n background-color: #262629\n}\n\n.gallery__icon_1tg00 {\n color: #fff;\n} .gallery__iconShape_1tg00 {\n fill: rgba(4, 4, 21, 0.47);\n}.select__arrow_pjzi6 {\n color: rgba(238, 238, 251, 0.55)\n} .select__arrow_pjzi6.select__disabled_pjzi6 {\n color: rgba(228, 228, 251, 0.28);\n }\n\n.select__option_1e9m6 {\n background: #1c1c1e;\n color: rgba(255, 255, 255, 0.94)\n} .select__option_1e9m6:not(.select__disabled_1e9m6):active {\n background: rgba(225, 225, 248, 0.09);\n color: rgba(255, 255, 255, 0.94);\n } .select__selected_1e9m6 {\n background: #1c1c1e;\n color: rgba(255, 255, 255, 0.94);\n} .select__highlighted_1e9m6 {\n background: rgba(214, 214, 229, 0.07);\n color: rgba(255, 255, 255, 0.94);\n} .select__disabled_1e9m6 {\n background: #1c1c1e;\n color: rgba(238, 238, 251, 0.55);\n}\n.select__popoverInner_160jz {\n background: transparent;\n} .select__optionsListWrapper_160jz {\n box-shadow: 0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),\n 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);\n background: #1c1c1e;\n} .select__optionsListBorder_160jz {\n box-shadow: inset 0 0 0 1px #29292c;\n}\n\n.select__single_y47xt {\n background: rgba(255, 255, 255, 0.94)\n} .select__colorIcon_y47xt {\n color: #17d055;\n}\n\n.select__clearIcon_1iewy {\n color: rgba(228, 228, 251, 0.28)\n} .select__clearIcon_1iewy:hover {\n color: rgba(233, 233, 250, 0.37);\n } .select__clearIcon_1iewy:active {\n color: rgba(238, 238, 254, 0.46);\n }\n.select__placeholder_1q3fb {\n color: rgba(238, 238, 251, 0.55)\n} .select__placeholder_1q3fb.select__focused_1q3fb {\n color: rgba(233, 233, 250, 0.37);\n } .select__focusVisible_1q3fb {\n outline: 2px solid #3193fc;\n} @keyframes select__show-placeholder_1q3fb {\n}\n.select__footer_169dz {\n background-color: #1c1c1e\n} .select__highlighted_169dz {\n border-top: 1px solid #29292c;\n background-color: #1c1c1e;\n}\n.select__optgroup_1tfts {\n background: #1c1c1e\n} .select__label_1tfts {\n color: rgba(238, 238, 251, 0.55);\n}\n.select__optionsListHeader_s03v9 {\n border-bottom: 1px solid transparent\n} .select__optionsListHeader_s03v9.select__headerHighlighted_s03v9 {\n border-bottom-color: #29292c;\n } .select__optionsListFooter_s03v9 {\n border-top: 1px solid transparent\n} .select__optionsListFooter_s03v9.select__withBorder_s03v9 {\n border-top-color: #29292c;\n } .select__emptyPlaceholder_s03v9 {\n color: rgba(238, 238, 251, 0.55);\n}\n\n.select__virtualOptionsListHeader_19tyo {\n border-bottom: 1px solid #29292c;\n} .select__virtualOptionsListFooter_19tyo {\n border-top: 1px solid transparent\n} .select__virtualOptionsListFooter_19tyo.select__withBorder_19tyo {\n border-top: 1px solid #29292c;\n } .select__virtualRow_19tyo:before {\n background: #353539;\n } .select__emptyPlaceholder_19tyo {\n color: rgba(238, 238, 251, 0.55);\n}\n\n.select__option_1luk8 {\n background: #1c1c1e;\n color: rgba(255, 255, 255, 0.94)\n} .select__option_1luk8:not(.select__disabled_1luk8):active {\n background: rgba(225, 225, 248, 0.09);\n color: rgba(255, 255, 255, 0.94);\n } .select__option_1luk8:before {\n background: #353539;\n } .select__selected_1luk8 {\n background: #1c1c1e;\n color: rgba(255, 255, 255, 0.94);\n} .select__highlighted_1luk8 {\n background: rgba(214, 214, 229, 0.07);\n color: rgba(255, 255, 255, 0.94)\n} .select__disabled_1luk8 {\n background: #1c1c1e;\n color: rgba(238, 238, 251, 0.55);\n} .select__highlighted_1luk8 {\n background: rgba(214, 214, 229, 0.07);\n color: rgba(255, 255, 255, 0.94)\n}\n.select__option_1mmoa {\n background: #1c1c1e;\n color: rgba(255, 255, 255, 0.94)\n} .select__option_1mmoa:not(.select__disabled_1mmoa):active {\n background: rgba(225, 225, 248, 0.09);\n color: rgba(255, 255, 255, 0.94);\n } .select__option_1mmoa:before {\n background: #353539;\n } .select__selected_1mmoa {\n background: #1c1c1e;\n color: rgba(255, 255, 255, 0.94);\n} .select__highlighted_1mmoa {\n background: rgba(214, 214, 229, 0.07);\n color: rgba(255, 255, 255, 0.94)\n} .select__disabled_1mmoa {\n background: #1c1c1e;\n color: rgba(238, 238, 251, 0.55);\n}\n.select__footer_11gjc {\n background-color: #121213\n}\n.calendar-with-skeleton__skeleton_1do7j {\n background-color: #1c1c1e;\n}.date-range-input__calendarContainer_ih289 {\n border: 1px solid #29292c\n}.calendar-input__calendarContainer_1vurp {\n border: 1px solid #29292c\n} .calendar-input__calendarIcon_1vurp {\n color: rgba(238, 238, 251, 0.55)\n}.date-time-input__calendarContainer_flwwb {\n border: 1px solid #29292c\n}.universal-date-input__calendarIcon_44llv {\n color: rgba(238, 238, 251, 0.55)\n} .universal-date-input__calendarContainer_44llv {\n border: 1px solid #29292c\n} .universal-date-input__blink_44llv.universal-date-input__blink_44llv.universal-date-input__blink_44llv {\n background-color: #392523;\n}\n\n.calendar-range__component_10qdb:after {\n background-color: rgba(255, 255, 255, 0.94);\n }\n.input-autocomplete__placeholder_367mt {\n color: rgba(238, 238, 251, 0.55);\n} .input-autocomplete__focusVisible_367mt {\n outline: 2px solid #3193fc;\n}\n\n.picker-button__linkOpen_1990z:not(:hover) {\n background-color: rgba(214, 214, 229, 0.07);\n}\n.select-with-tags__tag_1hvru:not(.select-with-tags__tagNoClose_1hvru):active:not(:disabled) {\n background-color: #f2f3f5;\n color: rgba(3, 3, 6, 0.88);\n } .select-with-tags__tag_1hvru:not(.select-with-tags__tagNoClose_1hvru):hover:not(:disabled):not(:active) {\n background-color: #f2f3f5;\n color: rgba(3, 3, 6, 0.88);\n } .select-with-tags__tagCross_1hvru > svg {\n fill: rgba(4, 4, 21, 0.47);\n } .select-with-tags__tagCross_1hvru:hover > svg {\n fill: rgba(4, 4, 19, 0.55);\n } .select-with-tags__tagCross_1hvru:active > svg {\n fill: rgba(1, 1, 12, 0.63);\n }\n.select-with-tags__input_su8go {\n background-color: transparent;\n color: rgba(255, 255, 255, 0.94)\n} .select-with-tags__input_su8go:disabled,\n .select-with-tags__input_su8go:disabled::placeholder {\n color: rgba(233, 233, 250, 0.37);\n } .select-with-tags__input_su8go::placeholder {\n color: rgba(238, 238, 251, 0.55);\n } .select-with-tags__input_su8go:focus::placeholder {\n color: rgba(233, 233, 250, 0.37);\n } .select-with-tags__focusVisible_su8go {\n outline: 2px solid #3193fc;\n} .select-with-tags__placeholder_su8go {\n color: rgba(238, 238, 251, 0.55);\n}.table__component_14767 {\n border-top: 1px solid #353539;\n}\n.table__wrapper_vksup {\n background: #121213;\n box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);\n}\n\n.table__component_1xypn {\n color: rgba(255, 255, 255, 0.94);\n border-top: 1px solid #353539\n}\n\n.table__component_1e15v th:not(:last-child):not(:empty):after {\n background-color: #353539;\n }\n.table__component_kd8s7 {\n color: rgba(255, 255, 255, 0.94);\n border-bottom: 1px solid #353539;\n background: #121213\n} .table__sorted_kd8s7 {\n color: rgba(255, 255, 255, 0.94);\n} .table__stickyHeader_kd8s7 {\n box-shadow: inset 0 -1px 0 0 rgba(11, 31, 53, 0.16);\n}\n.table__component_1p7gx {\n background: #121213\n} .table__clickable_1p7gx:hover {\n background-color: #1c1c1e;\n } .table__selected_1p7gx {\n background-color: #f2f8ff\n} .table__selected_1p7gx:hover {\n background-color: #e8f2fe;\n }\n.table__open_glam4,\n.table__open_glam4:hover {\n background-color: rgba(222, 222, 238, 0.13);\n}\n.table__icon_x3whl {\n color: #898991\n} .table__icon_x3whl:hover {\n color: rgba(255, 255, 255, 0.94);\n } .table__sorted_x3whl {\n color: #3193fc\n} .table__sorted_x3whl:hover {\n color: #3193fc;\n }.intl-phone-input__emptyCountryIcon_1gmb0 {\n color: #898991;\n}\n.intl-phone-input__flagPlaceholder_6ozb3 {\n background-color: rgba(222, 222, 238, 0.13);\n}\n.intl-phone-input__dialCode_1m48a {\n color: rgba(238, 238, 251, 0.55);\n}\n.intl-phone-input__emptyCountryIcon_1pbj5 {\n color: #898991;\n} .intl-phone-input__focusVisible_1pbj5 {\n outline: 2px solid #3193fc;\n}\n.international-phone-input__dialCode_c4ezx {\n color: rgba(238, 238, 251, 0.55);\n} .international-phone-input__emptyCountryIcon_c4ezx {\n color: rgba(238, 238, 251, 0.55);\n}\n.international-phone-input__flagPlaceholder_x0tdq {\n background-color: rgba(214, 214, 229, 0.07);\n}\n.international-phone-input__emptyCountryIcon_1wkew {\n color: rgba(238, 238, 251, 0.55);\n} .international-phone-input__focusVisible_1wkew {\n outline: 2px solid #3193fc;\n}.tabs__component_f698k:before {\n background-color: rgba(228, 228, 251, 0.28);\n } .tabs__title_f698k {\n color: rgba(238, 238, 251, 0.55)\n} .tabs__title_f698k:not(:disabled):hover {\n color: rgba(255, 255, 255, 0.94);\n } .tabs__focused_f698k {\n outline: 2px solid #3193fc;\n} .tabs__selected_f698k {\n color: rgba(255, 255, 255, 0.94);\n} .tabs__disabled_f698k {\n color: rgba(233, 233, 250, 0.37);\n} .tabs__line_f698k {\n background-color: #f83a2a;\n} .tabs__option_f698k {\n color: rgba(255, 255, 255, 0.94);\n}\n.tabs__component_f698k:before {\n background-color: rgba(228, 228, 251, 0.28);\n }.tabs__title_f698k {\n color: rgba(238, 238, 251, 0.55)\n}.tabs__title_f698k:not(:disabled):hover {\n color: rgba(255, 255, 255, 0.94);\n }.tabs__focused_f698k {\n outline: 2px solid #3193fc;\n}.tabs__selected_f698k {\n color: rgba(255, 255, 255, 0.94);\n}.tabs__disabled_f698k {\n color: rgba(233, 233, 250, 0.37);\n}.tabs__line_f698k {\n background-color: #f83a2a;\n}.tabs__option_f698k {\n color: rgba(255, 255, 255, 0.94);\n}\n.tabs__primary_h73sf:after {\n background-color: rgba(228, 228, 251, 0.28);\n } .tabs__primary_h73sf {\n} .tabs__secondary_h73sf:before {\n background-color: transparent;\n } .tabs__secondary_h73sf.tabs__xs_h73sf {\n } .tabs__borderVisible_h73sf:before {\n background-color: rgba(222, 222, 238, 0.13);\n}\n\n\n\n";
|
|
2
3
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var styles__default = /*#__PURE__*/_interopDefaultCompat(styles);
|
|
6
|
-
|
|
7
|
-
// eslint-disable-next-line import/no-webpack-loader-syntax
|
|
8
|
-
|
|
9
|
-
module.exports = styles__default.default;
|
|
4
|
+
module.exports = mobileDarkBluetint;
|