@relayprotocol/relay-kit-ui 7.1.5 → 8.0.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/_cjs/src/components/common/AmountInput.js +2 -17
- package/_cjs/src/components/common/AmountInput.js.map +1 -1
- package/_cjs/src/components/common/BalanceDisplay.js +2 -2
- package/_cjs/src/components/common/BalanceDisplay.js.map +1 -1
- package/_cjs/src/components/common/CopyToClipBoard.js +3 -7
- package/_cjs/src/components/common/CopyToClipBoard.js.map +1 -1
- package/_cjs/src/components/common/CustomAddressModal.js +10 -48
- package/_cjs/src/components/common/CustomAddressModal.js.map +1 -1
- package/_cjs/src/components/common/ErrorWell.js +9 -28
- package/_cjs/src/components/common/ErrorWell.js.map +1 -1
- package/_cjs/src/components/common/LoadingSpinner.js +7 -13
- package/_cjs/src/components/common/LoadingSpinner.js.map +1 -1
- package/_cjs/src/components/common/Modal.js +4 -22
- package/_cjs/src/components/common/Modal.js.map +1 -1
- package/_cjs/src/components/common/MultiWalletDropdown.js +23 -57
- package/_cjs/src/components/common/MultiWalletDropdown.js.map +1 -1
- package/_cjs/src/components/common/PercentageButtons.js +7 -24
- package/_cjs/src/components/common/PercentageButtons.js.map +1 -1
- package/_cjs/src/components/common/SlippageToleranceConfig.js +21 -117
- package/_cjs/src/components/common/SlippageToleranceConfig.js.map +1 -1
- package/_cjs/src/components/common/StepIcon.js +1 -7
- package/_cjs/src/components/common/StepIcon.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/ChainFilter.js +19 -109
- package/_cjs/src/components/common/TokenSelector/ChainFilter.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/ChainFilterRow.js +10 -54
- package/_cjs/src/components/common/TokenSelector/ChainFilterRow.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/ChainFilterSidebar.js +15 -98
- package/_cjs/src/components/common/TokenSelector/ChainFilterSidebar.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/ChainShortcuts.js +6 -28
- package/_cjs/src/components/common/TokenSelector/ChainShortcuts.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/CompactChainFilter.js +12 -83
- package/_cjs/src/components/common/TokenSelector/CompactChainFilter.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/MobileChainSelector.js +16 -109
- package/_cjs/src/components/common/TokenSelector/MobileChainSelector.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/PaymentMethod.js +10 -101
- package/_cjs/src/components/common/TokenSelector/PaymentMethod.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/PaymentTokenList.js +8 -69
- package/_cjs/src/components/common/TokenSelector/PaymentTokenList.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/SuggestedTokens.js +2 -33
- package/_cjs/src/components/common/TokenSelector/SuggestedTokens.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/TagPill.js +1 -9
- package/_cjs/src/components/common/TokenSelector/TagPill.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/TokenList.js +8 -57
- package/_cjs/src/components/common/TokenSelector/TokenList.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/TokenSelector.js +24 -70
- package/_cjs/src/components/common/TokenSelector/TokenSelector.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/triggers/PaymentMethodTrigger.js +2 -35
- package/_cjs/src/components/common/TokenSelector/triggers/PaymentMethodTrigger.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/triggers/TokenTrigger.js +2 -28
- package/_cjs/src/components/common/TokenSelector/triggers/TokenTrigger.js.map +1 -1
- package/_cjs/src/components/common/TransactionModal/DepositAddressModal.js +2 -10
- package/_cjs/src/components/common/TransactionModal/DepositAddressModal.js.map +1 -1
- package/_cjs/src/components/common/TransactionModal/TransactionModal.js +2 -13
- package/_cjs/src/components/common/TransactionModal/TransactionModal.js.map +1 -1
- package/_cjs/src/components/common/TransactionModal/steps/ApprovalPlusSwapStep.js +8 -45
- package/_cjs/src/components/common/TransactionModal/steps/ApprovalPlusSwapStep.js.map +1 -1
- package/_cjs/src/components/common/TransactionModal/steps/DepositAddressValidatingStep.js +1 -5
- package/_cjs/src/components/common/TransactionModal/steps/DepositAddressValidatingStep.js.map +1 -1
- package/_cjs/src/components/common/TransactionModal/steps/ErrorStep.js +9 -30
- package/_cjs/src/components/common/TransactionModal/steps/ErrorStep.js.map +1 -1
- package/_cjs/src/components/common/TransactionModal/steps/SwapConfirmationStep.js +26 -81
- package/_cjs/src/components/common/TransactionModal/steps/SwapConfirmationStep.js.map +1 -1
- package/_cjs/src/components/common/TransactionModal/steps/SwapSuccessStep.js +16 -76
- package/_cjs/src/components/common/TransactionModal/steps/SwapSuccessStep.js.map +1 -1
- package/_cjs/src/components/common/TransactionModal/steps/TransactionsByChain.js +3 -8
- package/_cjs/src/components/common/TransactionModal/steps/TransactionsByChain.js.map +1 -1
- package/_cjs/src/components/common/TransactionModal/steps/WaitingForDepositStep.js +27 -63
- package/_cjs/src/components/common/TransactionModal/steps/WaitingForDepositStep.js.map +1 -1
- package/_cjs/src/components/common/UnverifiedTokenModal.js +6 -32
- package/_cjs/src/components/common/UnverifiedTokenModal.js.map +1 -1
- package/_cjs/src/components/primitives/AccessibleList.js +5 -21
- package/_cjs/src/components/primitives/AccessibleList.js.map +1 -1
- package/_cjs/src/components/primitives/Anchor.js +18 -41
- package/_cjs/src/components/primitives/Anchor.js.map +1 -1
- package/_cjs/src/components/primitives/Box.js +3 -4
- package/_cjs/src/components/primitives/Box.js.map +1 -1
- package/_cjs/src/components/primitives/Button.js +63 -124
- package/_cjs/src/components/primitives/Button.js.map +1 -1
- package/_cjs/src/components/primitives/ChainIcon.js +5 -9
- package/_cjs/src/components/primitives/ChainIcon.js.map +1 -1
- package/_cjs/src/components/primitives/ChainTokenIcon.js +7 -26
- package/_cjs/src/components/primitives/ChainTokenIcon.js.map +1 -1
- package/_cjs/src/components/primitives/Collapsible.js +7 -32
- package/_cjs/src/components/primitives/Collapsible.js.map +1 -1
- package/_cjs/src/components/primitives/Dialog.js +39 -81
- package/_cjs/src/components/primitives/Dialog.js.map +1 -1
- package/_cjs/src/components/primitives/Dropdown.js +5 -35
- package/_cjs/src/components/primitives/Dropdown.js.map +1 -1
- package/_cjs/src/components/primitives/Flex.js +23 -59
- package/_cjs/src/components/primitives/Flex.js.map +1 -1
- package/_cjs/src/components/primitives/Input.js +19 -51
- package/_cjs/src/components/primitives/Input.js.map +1 -1
- package/_cjs/src/components/primitives/Pill.js +18 -49
- package/_cjs/src/components/primitives/Pill.js.map +1 -1
- package/_cjs/src/components/primitives/Skeleton.js +3 -12
- package/_cjs/src/components/primitives/Skeleton.js.map +1 -1
- package/_cjs/src/components/primitives/SlippageButton.js +1 -13
- package/_cjs/src/components/primitives/SlippageButton.js.map +1 -1
- package/_cjs/src/components/primitives/Switch.js +5 -43
- package/_cjs/src/components/primitives/Switch.js.map +1 -1
- package/_cjs/src/components/primitives/Tabs.js +9 -39
- package/_cjs/src/components/primitives/Tabs.js.map +1 -1
- package/_cjs/src/components/primitives/Text.js +36 -94
- package/_cjs/src/components/primitives/Text.js.map +1 -1
- package/_cjs/src/components/primitives/Tooltip.js +2 -30
- package/_cjs/src/components/primitives/Tooltip.js.map +1 -1
- package/_cjs/src/components/widgets/FeeBreakdown.js +25 -82
- package/_cjs/src/components/widgets/FeeBreakdown.js.map +1 -1
- package/_cjs/src/components/widgets/FetchingQuoteLoader.js +3 -9
- package/_cjs/src/components/widgets/FetchingQuoteLoader.js.map +1 -1
- package/_cjs/src/components/widgets/OnrampWidget/modals/OnrampModal.js +1 -8
- package/_cjs/src/components/widgets/OnrampWidget/modals/OnrampModal.js.map +1 -1
- package/_cjs/src/components/widgets/OnrampWidget/modals/steps/OnrampConfirmingStep.js +2 -19
- package/_cjs/src/components/widgets/OnrampWidget/modals/steps/OnrampConfirmingStep.js.map +1 -1
- package/_cjs/src/components/widgets/OnrampWidget/modals/steps/OnrampMoonPayStep.js +3 -27
- package/_cjs/src/components/widgets/OnrampWidget/modals/steps/OnrampMoonPayStep.js.map +1 -1
- package/_cjs/src/components/widgets/OnrampWidget/modals/steps/OnrampProcessingPassthroughStep.js +2 -32
- package/_cjs/src/components/widgets/OnrampWidget/modals/steps/OnrampProcessingPassthroughStep.js.map +1 -1
- package/_cjs/src/components/widgets/OnrampWidget/modals/steps/OnrampProcessingStepUI.js +9 -45
- package/_cjs/src/components/widgets/OnrampWidget/modals/steps/OnrampProcessingStepUI.js.map +1 -1
- package/_cjs/src/components/widgets/OnrampWidget/modals/steps/OnrampSuccessStep.js +5 -26
- package/_cjs/src/components/widgets/OnrampWidget/modals/steps/OnrampSuccessStep.js.map +1 -1
- package/_cjs/src/components/widgets/OnrampWidget/widget/FiatCurrencyModal.js +7 -96
- package/_cjs/src/components/widgets/OnrampWidget/widget/FiatCurrencyModal.js.map +1 -1
- package/_cjs/src/components/widgets/OnrampWidget/widget/index.js +18 -112
- package/_cjs/src/components/widgets/OnrampWidget/widget/index.js.map +1 -1
- package/_cjs/src/components/widgets/PriceImpactTooltip.js +3 -9
- package/_cjs/src/components/widgets/PriceImpactTooltip.js.map +1 -1
- package/_cjs/src/components/widgets/SwapButton.js +3 -14
- package/_cjs/src/components/widgets/SwapButton.js.map +1 -1
- package/_cjs/src/components/widgets/SwapWidget/GasTopUpSection.js +6 -11
- package/_cjs/src/components/widgets/SwapWidget/GasTopUpSection.js.map +1 -1
- package/_cjs/src/components/widgets/SwapWidget/PriceImpact.js +2 -4
- package/_cjs/src/components/widgets/SwapWidget/PriceImpact.js.map +1 -1
- package/_cjs/src/components/widgets/SwapWidget/index.js +35 -136
- package/_cjs/src/components/widgets/SwapWidget/index.js.map +1 -1
- package/_cjs/src/components/widgets/TokenSelectorContainer.js +3 -13
- package/_cjs/src/components/widgets/TokenSelectorContainer.js.map +1 -1
- package/_cjs/src/components/widgets/WidgetErrorWell.js +10 -76
- package/_cjs/src/components/widgets/WidgetErrorWell.js.map +1 -1
- package/_cjs/src/providers/RelayKitProvider.js +1 -0
- package/_cjs/src/providers/RelayKitProvider.js.map +1 -1
- package/_cjs/src/styles.css +3 -3717
- package/_cjs/src/themes/RelayKitTheme.js.map +1 -1
- package/_cjs/src/utils/cn.js +13 -0
- package/_cjs/src/utils/cn.js.map +1 -0
- package/_cjs/src/utils/theme.js +13 -1
- package/_cjs/src/utils/theme.js.map +1 -1
- package/_cjs/src/version.js +1 -1
- package/_cjs/tsconfig.build.tsbuildinfo +1 -1
- package/_esm/src/components/common/AmountInput.js +2 -17
- package/_esm/src/components/common/AmountInput.js.map +1 -1
- package/_esm/src/components/common/BalanceDisplay.js +2 -2
- package/_esm/src/components/common/BalanceDisplay.js.map +1 -1
- package/_esm/src/components/common/CopyToClipBoard.js +3 -7
- package/_esm/src/components/common/CopyToClipBoard.js.map +1 -1
- package/_esm/src/components/common/CustomAddressModal.js +10 -48
- package/_esm/src/components/common/CustomAddressModal.js.map +1 -1
- package/_esm/src/components/common/ErrorWell.js +9 -29
- package/_esm/src/components/common/ErrorWell.js.map +1 -1
- package/_esm/src/components/common/LoadingSpinner.js +7 -13
- package/_esm/src/components/common/LoadingSpinner.js.map +1 -1
- package/_esm/src/components/common/Modal.js +4 -22
- package/_esm/src/components/common/Modal.js.map +1 -1
- package/_esm/src/components/common/MultiWalletDropdown.js +22 -56
- package/_esm/src/components/common/MultiWalletDropdown.js.map +1 -1
- package/_esm/src/components/common/PercentageButtons.js +7 -24
- package/_esm/src/components/common/PercentageButtons.js.map +1 -1
- package/_esm/src/components/common/SlippageToleranceConfig.js +21 -117
- package/_esm/src/components/common/SlippageToleranceConfig.js.map +1 -1
- package/_esm/src/components/common/StepIcon.js +1 -7
- package/_esm/src/components/common/StepIcon.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/ChainFilter.js +19 -109
- package/_esm/src/components/common/TokenSelector/ChainFilter.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/ChainFilterRow.js +10 -54
- package/_esm/src/components/common/TokenSelector/ChainFilterRow.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/ChainFilterSidebar.js +15 -98
- package/_esm/src/components/common/TokenSelector/ChainFilterSidebar.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/ChainShortcuts.js +6 -28
- package/_esm/src/components/common/TokenSelector/ChainShortcuts.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/CompactChainFilter.js +12 -83
- package/_esm/src/components/common/TokenSelector/CompactChainFilter.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/MobileChainSelector.js +16 -109
- package/_esm/src/components/common/TokenSelector/MobileChainSelector.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/PaymentMethod.js +10 -101
- package/_esm/src/components/common/TokenSelector/PaymentMethod.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/PaymentTokenList.js +8 -69
- package/_esm/src/components/common/TokenSelector/PaymentTokenList.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/SuggestedTokens.js +2 -33
- package/_esm/src/components/common/TokenSelector/SuggestedTokens.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/TagPill.js +1 -9
- package/_esm/src/components/common/TokenSelector/TagPill.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/TokenList.js +9 -57
- package/_esm/src/components/common/TokenSelector/TokenList.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/TokenSelector.js +24 -70
- package/_esm/src/components/common/TokenSelector/TokenSelector.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/triggers/PaymentMethodTrigger.js +2 -35
- package/_esm/src/components/common/TokenSelector/triggers/PaymentMethodTrigger.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/triggers/TokenTrigger.js +2 -28
- package/_esm/src/components/common/TokenSelector/triggers/TokenTrigger.js.map +1 -1
- package/_esm/src/components/common/TransactionModal/DepositAddressModal.js +2 -10
- package/_esm/src/components/common/TransactionModal/DepositAddressModal.js.map +1 -1
- package/_esm/src/components/common/TransactionModal/TransactionModal.js +2 -13
- package/_esm/src/components/common/TransactionModal/TransactionModal.js.map +1 -1
- package/_esm/src/components/common/TransactionModal/steps/ApprovalPlusSwapStep.js +8 -45
- package/_esm/src/components/common/TransactionModal/steps/ApprovalPlusSwapStep.js.map +1 -1
- package/_esm/src/components/common/TransactionModal/steps/DepositAddressValidatingStep.js +1 -5
- package/_esm/src/components/common/TransactionModal/steps/DepositAddressValidatingStep.js.map +1 -1
- package/_esm/src/components/common/TransactionModal/steps/ErrorStep.js +9 -30
- package/_esm/src/components/common/TransactionModal/steps/ErrorStep.js.map +1 -1
- package/_esm/src/components/common/TransactionModal/steps/SwapConfirmationStep.js +26 -81
- package/_esm/src/components/common/TransactionModal/steps/SwapConfirmationStep.js.map +1 -1
- package/_esm/src/components/common/TransactionModal/steps/SwapSuccessStep.js +16 -76
- package/_esm/src/components/common/TransactionModal/steps/SwapSuccessStep.js.map +1 -1
- package/_esm/src/components/common/TransactionModal/steps/TransactionsByChain.js +3 -8
- package/_esm/src/components/common/TransactionModal/steps/TransactionsByChain.js.map +1 -1
- package/_esm/src/components/common/TransactionModal/steps/WaitingForDepositStep.js +28 -63
- package/_esm/src/components/common/TransactionModal/steps/WaitingForDepositStep.js.map +1 -1
- package/_esm/src/components/common/UnverifiedTokenModal.js +6 -32
- package/_esm/src/components/common/UnverifiedTokenModal.js.map +1 -1
- package/_esm/src/components/primitives/AccessibleList.js +5 -21
- package/_esm/src/components/primitives/AccessibleList.js.map +1 -1
- package/_esm/src/components/primitives/Anchor.js +18 -41
- package/_esm/src/components/primitives/Anchor.js.map +1 -1
- package/_esm/src/components/primitives/Box.js +3 -4
- package/_esm/src/components/primitives/Box.js.map +1 -1
- package/_esm/src/components/primitives/Button.js +63 -124
- package/_esm/src/components/primitives/Button.js.map +1 -1
- package/_esm/src/components/primitives/ChainIcon.js +5 -9
- package/_esm/src/components/primitives/ChainIcon.js.map +1 -1
- package/_esm/src/components/primitives/ChainTokenIcon.js +7 -26
- package/_esm/src/components/primitives/ChainTokenIcon.js.map +1 -1
- package/_esm/src/components/primitives/Collapsible.js +7 -32
- package/_esm/src/components/primitives/Collapsible.js.map +1 -1
- package/_esm/src/components/primitives/Dialog.js +39 -81
- package/_esm/src/components/primitives/Dialog.js.map +1 -1
- package/_esm/src/components/primitives/Dropdown.js +5 -35
- package/_esm/src/components/primitives/Dropdown.js.map +1 -1
- package/_esm/src/components/primitives/Flex.js +22 -58
- package/_esm/src/components/primitives/Flex.js.map +1 -1
- package/_esm/src/components/primitives/Input.js +19 -50
- package/_esm/src/components/primitives/Input.js.map +1 -1
- package/_esm/src/components/primitives/Pill.js +17 -48
- package/_esm/src/components/primitives/Pill.js.map +1 -1
- package/_esm/src/components/primitives/Skeleton.js +3 -12
- package/_esm/src/components/primitives/Skeleton.js.map +1 -1
- package/_esm/src/components/primitives/SlippageButton.js +1 -13
- package/_esm/src/components/primitives/SlippageButton.js.map +1 -1
- package/_esm/src/components/primitives/Switch.js +5 -43
- package/_esm/src/components/primitives/Switch.js.map +1 -1
- package/_esm/src/components/primitives/Tabs.js +9 -39
- package/_esm/src/components/primitives/Tabs.js.map +1 -1
- package/_esm/src/components/primitives/Text.js +36 -94
- package/_esm/src/components/primitives/Text.js.map +1 -1
- package/_esm/src/components/primitives/Tooltip.js +3 -30
- package/_esm/src/components/primitives/Tooltip.js.map +1 -1
- package/_esm/src/components/widgets/FeeBreakdown.js +24 -81
- package/_esm/src/components/widgets/FeeBreakdown.js.map +1 -1
- package/_esm/src/components/widgets/FetchingQuoteLoader.js +3 -9
- package/_esm/src/components/widgets/FetchingQuoteLoader.js.map +1 -1
- package/_esm/src/components/widgets/OnrampWidget/modals/OnrampModal.js +1 -8
- package/_esm/src/components/widgets/OnrampWidget/modals/OnrampModal.js.map +1 -1
- package/_esm/src/components/widgets/OnrampWidget/modals/steps/OnrampConfirmingStep.js +3 -20
- package/_esm/src/components/widgets/OnrampWidget/modals/steps/OnrampConfirmingStep.js.map +1 -1
- package/_esm/src/components/widgets/OnrampWidget/modals/steps/OnrampMoonPayStep.js +4 -28
- package/_esm/src/components/widgets/OnrampWidget/modals/steps/OnrampMoonPayStep.js.map +1 -1
- package/_esm/src/components/widgets/OnrampWidget/modals/steps/OnrampProcessingPassthroughStep.js +3 -33
- package/_esm/src/components/widgets/OnrampWidget/modals/steps/OnrampProcessingPassthroughStep.js.map +1 -1
- package/_esm/src/components/widgets/OnrampWidget/modals/steps/OnrampProcessingStepUI.js +9 -45
- package/_esm/src/components/widgets/OnrampWidget/modals/steps/OnrampProcessingStepUI.js.map +1 -1
- package/_esm/src/components/widgets/OnrampWidget/modals/steps/OnrampSuccessStep.js +5 -26
- package/_esm/src/components/widgets/OnrampWidget/modals/steps/OnrampSuccessStep.js.map +1 -1
- package/_esm/src/components/widgets/OnrampWidget/widget/FiatCurrencyModal.js +7 -96
- package/_esm/src/components/widgets/OnrampWidget/widget/FiatCurrencyModal.js.map +1 -1
- package/_esm/src/components/widgets/OnrampWidget/widget/index.js +18 -112
- package/_esm/src/components/widgets/OnrampWidget/widget/index.js.map +1 -1
- package/_esm/src/components/widgets/PriceImpactTooltip.js +4 -10
- package/_esm/src/components/widgets/PriceImpactTooltip.js.map +1 -1
- package/_esm/src/components/widgets/SwapButton.js +3 -14
- package/_esm/src/components/widgets/SwapButton.js.map +1 -1
- package/_esm/src/components/widgets/SwapWidget/GasTopUpSection.js +5 -10
- package/_esm/src/components/widgets/SwapWidget/GasTopUpSection.js.map +1 -1
- package/_esm/src/components/widgets/SwapWidget/PriceImpact.js +2 -4
- package/_esm/src/components/widgets/SwapWidget/PriceImpact.js.map +1 -1
- package/_esm/src/components/widgets/SwapWidget/index.js +35 -136
- package/_esm/src/components/widgets/SwapWidget/index.js.map +1 -1
- package/_esm/src/components/widgets/TokenSelectorContainer.js +3 -14
- package/_esm/src/components/widgets/TokenSelectorContainer.js.map +1 -1
- package/_esm/src/components/widgets/WidgetErrorWell.js +14 -80
- package/_esm/src/components/widgets/WidgetErrorWell.js.map +1 -1
- package/_esm/src/providers/RelayKitProvider.js +1 -0
- package/_esm/src/providers/RelayKitProvider.js.map +1 -1
- package/_esm/src/styles.css +3 -3717
- package/_esm/src/themes/RelayKitTheme.js.map +1 -1
- package/_esm/src/utils/cn.js +9 -0
- package/_esm/src/utils/cn.js.map +1 -0
- package/_esm/src/utils/theme.js +15 -1
- package/_esm/src/utils/theme.js.map +1 -1
- package/_esm/src/version.js +1 -1
- package/_esm/tsconfig.build.tsbuildinfo +1 -1
- package/_types/src/components/common/AmountInput.d.ts.map +1 -1
- package/_types/src/components/common/CopyToClipBoard.d.ts.map +1 -1
- package/_types/src/components/common/CustomAddressModal.d.ts.map +1 -1
- package/_types/src/components/common/ErrorWell.d.ts.map +1 -1
- package/_types/src/components/common/LoadingSpinner.d.ts +1 -2
- package/_types/src/components/common/LoadingSpinner.d.ts.map +1 -1
- package/_types/src/components/common/Modal.d.ts +3 -3
- package/_types/src/components/common/Modal.d.ts.map +1 -1
- package/_types/src/components/common/MultiWalletDropdown.d.ts.map +1 -1
- package/_types/src/components/common/PercentageButtons.d.ts +1 -1
- package/_types/src/components/common/PercentageButtons.d.ts.map +1 -1
- package/_types/src/components/common/SlippageToleranceConfig.d.ts +0 -1
- package/_types/src/components/common/SlippageToleranceConfig.d.ts.map +1 -1
- package/_types/src/components/common/StepIcon.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/ChainFilter.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/ChainFilterRow.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/ChainFilterSidebar.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/ChainShortcuts.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/CompactChainFilter.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/MobileChainSelector.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/PaymentMethod.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/PaymentTokenList.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/SuggestedTokens.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/TagPill.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/TokenList.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/TokenSelector.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/triggers/PaymentMethodTrigger.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/triggers/TokenTrigger.d.ts.map +1 -1
- package/_types/src/components/common/TransactionModal/steps/ApprovalPlusSwapStep.d.ts.map +1 -1
- package/_types/src/components/common/TransactionModal/steps/DepositAddressValidatingStep.d.ts.map +1 -1
- package/_types/src/components/common/TransactionModal/steps/ErrorStep.d.ts.map +1 -1
- package/_types/src/components/common/TransactionModal/steps/SwapConfirmationStep.d.ts.map +1 -1
- package/_types/src/components/common/TransactionModal/steps/SwapSuccessStep.d.ts.map +1 -1
- package/_types/src/components/common/TransactionModal/steps/TransactionsByChain.d.ts.map +1 -1
- package/_types/src/components/common/TransactionModal/steps/WaitingForDepositStep.d.ts.map +1 -1
- package/_types/src/components/common/UnverifiedTokenModal.d.ts.map +1 -1
- package/_types/src/components/primitives/AccessibleList.d.ts +2 -3
- package/_types/src/components/primitives/AccessibleList.d.ts.map +1 -1
- package/_types/src/components/primitives/Anchor.d.ts +10 -39
- package/_types/src/components/primitives/Anchor.d.ts.map +1 -1
- package/_types/src/components/primitives/Box.d.ts +2 -5
- package/_types/src/components/primitives/Box.d.ts.map +1 -1
- package/_types/src/components/primitives/Button.d.ts +11 -8
- package/_types/src/components/primitives/Button.d.ts.map +1 -1
- package/_types/src/components/primitives/ChainIcon.d.ts +1 -2
- package/_types/src/components/primitives/ChainIcon.d.ts.map +1 -1
- package/_types/src/components/primitives/ChainTokenIcon.d.ts +1 -2
- package/_types/src/components/primitives/ChainTokenIcon.d.ts.map +1 -1
- package/_types/src/components/primitives/Collapsible.d.ts +3 -4
- package/_types/src/components/primitives/Collapsible.d.ts.map +1 -1
- package/_types/src/components/primitives/Dialog.d.ts +2 -3
- package/_types/src/components/primitives/Dialog.d.ts.map +1 -1
- package/_types/src/components/primitives/Dropdown.d.ts +2 -3
- package/_types/src/components/primitives/Dropdown.d.ts.map +1 -1
- package/_types/src/components/primitives/Flex.d.ts +10 -65
- package/_types/src/components/primitives/Flex.d.ts.map +1 -1
- package/_types/src/components/primitives/Input.d.ts +10 -8
- package/_types/src/components/primitives/Input.d.ts.map +1 -1
- package/_types/src/components/primitives/Pill.d.ts +9 -50
- package/_types/src/components/primitives/Pill.d.ts.map +1 -1
- package/_types/src/components/primitives/Skeleton.d.ts +1 -2
- package/_types/src/components/primitives/Skeleton.d.ts.map +1 -1
- package/_types/src/components/primitives/SlippageButton.d.ts.map +1 -1
- package/_types/src/components/primitives/Switch.d.ts +2 -3
- package/_types/src/components/primitives/Switch.d.ts.map +1 -1
- package/_types/src/components/primitives/Tabs.d.ts +4 -5
- package/_types/src/components/primitives/Tabs.d.ts.map +1 -1
- package/_types/src/components/primitives/Text.d.ts +10 -100
- package/_types/src/components/primitives/Text.d.ts.map +1 -1
- package/_types/src/components/primitives/Tooltip.d.ts.map +1 -1
- package/_types/src/components/widgets/FeeBreakdown.d.ts.map +1 -1
- package/_types/src/components/widgets/FetchingQuoteLoader.d.ts +1 -2
- package/_types/src/components/widgets/FetchingQuoteLoader.d.ts.map +1 -1
- package/_types/src/components/widgets/OnrampWidget/modals/OnrampModal.d.ts.map +1 -1
- package/_types/src/components/widgets/OnrampWidget/modals/steps/OnrampConfirmingStep.d.ts.map +1 -1
- package/_types/src/components/widgets/OnrampWidget/modals/steps/OnrampMoonPayStep.d.ts.map +1 -1
- package/_types/src/components/widgets/OnrampWidget/modals/steps/OnrampProcessingPassthroughStep.d.ts.map +1 -1
- package/_types/src/components/widgets/OnrampWidget/modals/steps/OnrampProcessingStepUI.d.ts.map +1 -1
- package/_types/src/components/widgets/OnrampWidget/modals/steps/OnrampSuccessStep.d.ts.map +1 -1
- package/_types/src/components/widgets/OnrampWidget/widget/FiatCurrencyModal.d.ts.map +1 -1
- package/_types/src/components/widgets/OnrampWidget/widget/index.d.ts.map +1 -1
- package/_types/src/components/widgets/PriceImpactTooltip.d.ts.map +1 -1
- package/_types/src/components/widgets/SwapButton.d.ts.map +1 -1
- package/_types/src/components/widgets/SwapWidget/GasTopUpSection.d.ts.map +1 -1
- package/_types/src/components/widgets/SwapWidget/PriceImpact.d.ts.map +1 -1
- package/_types/src/components/widgets/SwapWidget/index.d.ts.map +1 -1
- package/_types/src/components/widgets/TokenSelectorContainer.d.ts +1 -2
- package/_types/src/components/widgets/TokenSelectorContainer.d.ts.map +1 -1
- package/_types/src/components/widgets/WidgetErrorWell.d.ts +1 -2
- package/_types/src/components/widgets/WidgetErrorWell.d.ts.map +1 -1
- package/_types/src/providers/RelayKitProvider.d.ts.map +1 -1
- package/_types/src/themes/RelayKitTheme.d.ts +1 -0
- package/_types/src/themes/RelayKitTheme.d.ts.map +1 -1
- package/_types/src/utils/cn.d.ts +3 -0
- package/_types/src/utils/cn.d.ts.map +1 -0
- package/_types/src/utils/theme.d.ts.map +1 -1
- package/_types/src/version.d.ts +1 -1
- package/_types/tsconfig.build.tsbuildinfo +1 -1
- package/dist/styles.css +3 -3717
- package/package.json +14 -17
- package/_cjs/src/components/widgets/TokenWidget/AmountModeToggle.js +0 -31
- package/_cjs/src/components/widgets/TokenWidget/AmountModeToggle.js.map +0 -1
- package/_cjs/src/components/widgets/TokenWidget/AmountSectionHeader.js +0 -8
- package/_cjs/src/components/widgets/TokenWidget/AmountSectionHeader.js.map +0 -1
- package/_cjs/src/components/widgets/TokenWidget/BuyTabContent.js +0 -214
- package/_cjs/src/components/widgets/TokenWidget/BuyTabContent.js.map +0 -1
- package/_cjs/src/components/widgets/TokenWidget/DestinationWalletSelector.js +0 -20
- package/_cjs/src/components/widgets/TokenWidget/DestinationWalletSelector.js.map +0 -1
- package/_cjs/src/components/widgets/TokenWidget/FeeBreakdownInfo.js +0 -64
- package/_cjs/src/components/widgets/TokenWidget/FeeBreakdownInfo.js.map +0 -1
- package/_cjs/src/components/widgets/TokenWidget/FeeBreakdownTooltip.js +0 -44
- package/_cjs/src/components/widgets/TokenWidget/FeeBreakdownTooltip.js.map +0 -1
- package/_cjs/src/components/widgets/TokenWidget/SectionContainer.js +0 -25
- package/_cjs/src/components/widgets/TokenWidget/SectionContainer.js.map +0 -1
- package/_cjs/src/components/widgets/TokenWidget/SellTabContent.js +0 -261
- package/_cjs/src/components/widgets/TokenWidget/SellTabContent.js.map +0 -1
- package/_cjs/src/components/widgets/TokenWidget/TransactionDetailsFooter.js +0 -42
- package/_cjs/src/components/widgets/TokenWidget/TransactionDetailsFooter.js.map +0 -1
- package/_cjs/src/components/widgets/TokenWidget/hooks/useWalletGuards.js +0 -108
- package/_cjs/src/components/widgets/TokenWidget/hooks/useWalletGuards.js.map +0 -1
- package/_cjs/src/components/widgets/TokenWidget/index.js +0 -9
- package/_cjs/src/components/widgets/TokenWidget/index.js.map +0 -1
- package/_cjs/src/components/widgets/TokenWidget/widget/TokenWidgetRenderer.js +0 -719
- package/_cjs/src/components/widgets/TokenWidget/widget/TokenWidgetRenderer.js.map +0 -1
- package/_cjs/src/components/widgets/TokenWidget/widget/index.js +0 -1034
- package/_cjs/src/components/widgets/TokenWidget/widget/index.js.map +0 -1
- package/_esm/src/components/widgets/TokenWidget/AmountModeToggle.js +0 -30
- package/_esm/src/components/widgets/TokenWidget/AmountModeToggle.js.map +0 -1
- package/_esm/src/components/widgets/TokenWidget/AmountSectionHeader.js +0 -7
- package/_esm/src/components/widgets/TokenWidget/AmountSectionHeader.js.map +0 -1
- package/_esm/src/components/widgets/TokenWidget/BuyTabContent.js +0 -211
- package/_esm/src/components/widgets/TokenWidget/BuyTabContent.js.map +0 -1
- package/_esm/src/components/widgets/TokenWidget/DestinationWalletSelector.js +0 -16
- package/_esm/src/components/widgets/TokenWidget/DestinationWalletSelector.js.map +0 -1
- package/_esm/src/components/widgets/TokenWidget/FeeBreakdownInfo.js +0 -59
- package/_esm/src/components/widgets/TokenWidget/FeeBreakdownInfo.js.map +0 -1
- package/_esm/src/components/widgets/TokenWidget/FeeBreakdownTooltip.js +0 -43
- package/_esm/src/components/widgets/TokenWidget/FeeBreakdownTooltip.js.map +0 -1
- package/_esm/src/components/widgets/TokenWidget/SectionContainer.js +0 -25
- package/_esm/src/components/widgets/TokenWidget/SectionContainer.js.map +0 -1
- package/_esm/src/components/widgets/TokenWidget/SellTabContent.js +0 -264
- package/_esm/src/components/widgets/TokenWidget/SellTabContent.js.map +0 -1
- package/_esm/src/components/widgets/TokenWidget/TransactionDetailsFooter.js +0 -41
- package/_esm/src/components/widgets/TokenWidget/TransactionDetailsFooter.js.map +0 -1
- package/_esm/src/components/widgets/TokenWidget/hooks/useWalletGuards.js +0 -104
- package/_esm/src/components/widgets/TokenWidget/hooks/useWalletGuards.js.map +0 -1
- package/_esm/src/components/widgets/TokenWidget/index.js +0 -2
- package/_esm/src/components/widgets/TokenWidget/index.js.map +0 -1
- package/_esm/src/components/widgets/TokenWidget/widget/TokenWidgetRenderer.js +0 -742
- package/_esm/src/components/widgets/TokenWidget/widget/TokenWidgetRenderer.js.map +0 -1
- package/_esm/src/components/widgets/TokenWidget/widget/index.js +0 -1100
- package/_esm/src/components/widgets/TokenWidget/widget/index.js.map +0 -1
- package/_types/src/components/widgets/TokenWidget/AmountModeToggle.d.ts +0 -12
- package/_types/src/components/widgets/TokenWidget/AmountModeToggle.d.ts.map +0 -1
- package/_types/src/components/widgets/TokenWidget/AmountSectionHeader.d.ts +0 -11
- package/_types/src/components/widgets/TokenWidget/AmountSectionHeader.d.ts.map +0 -1
- package/_types/src/components/widgets/TokenWidget/BuyTabContent.d.ts +0 -53
- package/_types/src/components/widgets/TokenWidget/BuyTabContent.d.ts.map +0 -1
- package/_types/src/components/widgets/TokenWidget/DestinationWalletSelector.d.ts +0 -17
- package/_types/src/components/widgets/TokenWidget/DestinationWalletSelector.d.ts.map +0 -1
- package/_types/src/components/widgets/TokenWidget/FeeBreakdownInfo.d.ts +0 -16
- package/_types/src/components/widgets/TokenWidget/FeeBreakdownInfo.d.ts.map +0 -1
- package/_types/src/components/widgets/TokenWidget/FeeBreakdownTooltip.d.ts +0 -15
- package/_types/src/components/widgets/TokenWidget/FeeBreakdownTooltip.d.ts.map +0 -1
- package/_types/src/components/widgets/TokenWidget/SectionContainer.d.ts +0 -11
- package/_types/src/components/widgets/TokenWidget/SectionContainer.d.ts.map +0 -1
- package/_types/src/components/widgets/TokenWidget/SellTabContent.d.ts +0 -61
- package/_types/src/components/widgets/TokenWidget/SellTabContent.d.ts.map +0 -1
- package/_types/src/components/widgets/TokenWidget/TransactionDetailsFooter.d.ts +0 -14
- package/_types/src/components/widgets/TokenWidget/TransactionDetailsFooter.d.ts.map +0 -1
- package/_types/src/components/widgets/TokenWidget/hooks/useWalletGuards.d.ts +0 -28
- package/_types/src/components/widgets/TokenWidget/hooks/useWalletGuards.d.ts.map +0 -1
- package/_types/src/components/widgets/TokenWidget/index.d.ts +0 -3
- package/_types/src/components/widgets/TokenWidget/index.d.ts.map +0 -1
- package/_types/src/components/widgets/TokenWidget/widget/TokenWidgetRenderer.d.ts +0 -117
- package/_types/src/components/widgets/TokenWidget/widget/TokenWidgetRenderer.d.ts.map +0 -1
- package/_types/src/components/widgets/TokenWidget/widget/index.d.ts +0 -58
- package/_types/src/components/widgets/TokenWidget/widget/index.d.ts.map +0 -1
- package/dist/panda.buildinfo.json +0 -676
package/_cjs/src/styles.css
CHANGED
|
@@ -1,3717 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
@keyframes pulse {
|
|
4
|
-
50% {
|
|
5
|
-
opacity: 0.5;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@keyframes pulse-shadow {
|
|
10
|
-
0% {
|
|
11
|
-
box-shadow: 0 0 0 0px var(--relay-colors-primary4);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
100% {
|
|
15
|
-
box-shadow: 0 0 0 6px var(--relay-colors-primary4);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
@keyframes spin {
|
|
20
|
-
100% {
|
|
21
|
-
transform: rotate(360deg);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
@keyframes collapsibleSlideDown {
|
|
26
|
-
from {
|
|
27
|
-
height: 0;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
to {
|
|
31
|
-
height: var(--radix-collapsible-content-height);
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
@keyframes collapsibleSlideUp {
|
|
36
|
-
from {
|
|
37
|
-
height: var(--radix-collapsible-content-height);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
to {
|
|
41
|
-
height: 0;
|
|
42
|
-
}
|
|
43
|
-
}.relay-kit-reset {
|
|
44
|
-
--font-fallback: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
45
|
-
-webkit-text-size-adjust: 100%;
|
|
46
|
-
-webkit-font-smoothing: antialiased;
|
|
47
|
-
-moz-osx-font-smoothing: grayscale;
|
|
48
|
-
-moz-tab-size: 4;
|
|
49
|
-
tab-size: 4;
|
|
50
|
-
-webkit-tap-highlight-color: transparent;
|
|
51
|
-
line-height: 1.5;
|
|
52
|
-
font-family: var(--global-font-body, var(--font-fallback));
|
|
53
|
-
}.relay-kit-reset *,.relay-kit-reset ::before,.relay-kit-reset ::after,.relay-kit-reset ::backdrop,.relay-kit-reset ::file-selector-button {
|
|
54
|
-
margin: 0px;
|
|
55
|
-
padding: 0px;
|
|
56
|
-
box-sizing: border-box;
|
|
57
|
-
border-width: 0px;
|
|
58
|
-
border-style: solid;
|
|
59
|
-
border-color: var(--global-color-border, currentColor);
|
|
60
|
-
}.relay-kit-reset hr {
|
|
61
|
-
height: 0px;
|
|
62
|
-
color: inherit;
|
|
63
|
-
border-top-width: 1px;
|
|
64
|
-
}.relay-kit-reset body {
|
|
65
|
-
height: 100%;
|
|
66
|
-
line-height: inherit;
|
|
67
|
-
}.relay-kit-reset img,.relay-kit-reset svg,.relay-kit-reset video,.relay-kit-reset canvas,.relay-kit-reset audio,.relay-kit-reset iframe,.relay-kit-reset embed,.relay-kit-reset object {
|
|
68
|
-
display: block;
|
|
69
|
-
vertical-align: middle;
|
|
70
|
-
}.relay-kit-reset img,.relay-kit-reset video {
|
|
71
|
-
max-width: 100%;
|
|
72
|
-
height: auto;
|
|
73
|
-
}.relay-kit-reset h1,.relay-kit-reset h2,.relay-kit-reset h3,.relay-kit-reset h4,.relay-kit-reset h5,.relay-kit-reset h6 {
|
|
74
|
-
text-wrap: balance;
|
|
75
|
-
font-size: inherit;
|
|
76
|
-
font-weight: inherit;
|
|
77
|
-
}.relay-kit-reset p,.relay-kit-reset h1,.relay-kit-reset h2,.relay-kit-reset h3,.relay-kit-reset h4,.relay-kit-reset h5,.relay-kit-reset h6 {
|
|
78
|
-
overflow-wrap: break-word;
|
|
79
|
-
}.relay-kit-reset ol,.relay-kit-reset ul,.relay-kit-reset menu {
|
|
80
|
-
list-style: none;
|
|
81
|
-
}.relay-kit-reset button,.relay-kit-reset input:where([type='button'], [type='reset'], [type='submit']),.relay-kit-reset ::file-selector-button {
|
|
82
|
-
appearance: button;
|
|
83
|
-
-webkit-appearance: button;
|
|
84
|
-
}.relay-kit-reset button,.relay-kit-reset input,.relay-kit-reset optgroup,.relay-kit-reset select,.relay-kit-reset textarea,.relay-kit-reset ::file-selector-button {
|
|
85
|
-
font: inherit;
|
|
86
|
-
font-feature-settings: inherit;
|
|
87
|
-
font-variation-settings: inherit;
|
|
88
|
-
letter-spacing: inherit;
|
|
89
|
-
color: inherit;
|
|
90
|
-
background: transparent;
|
|
91
|
-
}.relay-kit-reset ::placeholder {
|
|
92
|
-
opacity: 1;
|
|
93
|
-
--placeholder-fallback: color-mix(in srgb, currentColor 50%, transparent);
|
|
94
|
-
color: var(--global-color-placeholder, var(--placeholder-fallback));
|
|
95
|
-
}.relay-kit-reset textarea {
|
|
96
|
-
resize: vertical;
|
|
97
|
-
}.relay-kit-reset table {
|
|
98
|
-
text-indent: 0px;
|
|
99
|
-
border-collapse: collapse;
|
|
100
|
-
border-color: inherit;
|
|
101
|
-
}.relay-kit-reset summary {
|
|
102
|
-
display: list-item;
|
|
103
|
-
}.relay-kit-reset sub,.relay-kit-reset sup {
|
|
104
|
-
position: relative;
|
|
105
|
-
vertical-align: baseline;
|
|
106
|
-
font-size: 75%;
|
|
107
|
-
line-height: 0;
|
|
108
|
-
}.relay-kit-reset dialog {
|
|
109
|
-
padding: 0px;
|
|
110
|
-
}.relay-kit-reset a {
|
|
111
|
-
color: inherit;
|
|
112
|
-
text-decoration: inherit;
|
|
113
|
-
}.relay-kit-reset abbr:where([title]) {
|
|
114
|
-
text-decoration: underline dotted;
|
|
115
|
-
}.relay-kit-reset code,.relay-kit-reset kbd,.relay-kit-reset samp,.relay-kit-reset pre {
|
|
116
|
-
--font-mono-fallback: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New';
|
|
117
|
-
font-feature-settings: normal;
|
|
118
|
-
font-variation-settings: normal;
|
|
119
|
-
font-family: var(--global-font-mono, var(--font-mono-fallback));
|
|
120
|
-
font-size: 1em;
|
|
121
|
-
}.relay-kit-reset progress {
|
|
122
|
-
vertical-align: baseline;
|
|
123
|
-
}.relay-kit-reset ::-webkit-search-decoration,.relay-kit-reset ::-webkit-search-cancel-button {
|
|
124
|
-
-webkit-appearance: none;
|
|
125
|
-
}.relay-kit-reset ::-webkit-inner-spin-button,.relay-kit-reset ::-webkit-outer-spin-button {
|
|
126
|
-
height: auto;
|
|
127
|
-
}.relay-kit-reset :-moz-ui-invalid {
|
|
128
|
-
box-shadow: none;
|
|
129
|
-
}.relay-kit-reset :-moz-focusring {
|
|
130
|
-
outline: auto;
|
|
131
|
-
}.relay-kit-reset:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) [hidden] {
|
|
132
|
-
display: none !important;
|
|
133
|
-
}.relay-kit-reset img {
|
|
134
|
-
border-style: none;
|
|
135
|
-
}.relay-kit-reset small {
|
|
136
|
-
font-size: 80%;
|
|
137
|
-
}.relay-kit-reset sub {
|
|
138
|
-
bottom: -0.25em;
|
|
139
|
-
}.relay-kit-reset sup {
|
|
140
|
-
top: -0.5em;
|
|
141
|
-
}.relay-kit-reset b,.relay-kit-reset strong {
|
|
142
|
-
font-weight: bolder;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
:root:not(#\#) {
|
|
146
|
-
--made-with-panda: '🐼';
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
*:not(#\#),:not(#\#)::before,:not(#\#)::after,:not(#\#)::backdrop {
|
|
150
|
-
--blur: /*-*/ /*-*/;
|
|
151
|
-
--brightness: /*-*/ /*-*/;
|
|
152
|
-
--contrast: /*-*/ /*-*/;
|
|
153
|
-
--grayscale: /*-*/ /*-*/;
|
|
154
|
-
--hue-rotate: /*-*/ /*-*/;
|
|
155
|
-
--invert: /*-*/ /*-*/;
|
|
156
|
-
--saturate: /*-*/ /*-*/;
|
|
157
|
-
--sepia: /*-*/ /*-*/;
|
|
158
|
-
--drop-shadow: /*-*/ /*-*/;
|
|
159
|
-
--backdrop-blur: /*-*/ /*-*/;
|
|
160
|
-
--backdrop-brightness: /*-*/ /*-*/;
|
|
161
|
-
--backdrop-contrast: /*-*/ /*-*/;
|
|
162
|
-
--backdrop-grayscale: /*-*/ /*-*/;
|
|
163
|
-
--backdrop-hue-rotate: /*-*/ /*-*/;
|
|
164
|
-
--backdrop-invert: /*-*/ /*-*/;
|
|
165
|
-
--backdrop-opacity: /*-*/ /*-*/;
|
|
166
|
-
--backdrop-saturate: /*-*/ /*-*/;
|
|
167
|
-
--backdrop-sepia: /*-*/ /*-*/;
|
|
168
|
-
--gradient-from-position: /*-*/ /*-*/;
|
|
169
|
-
--gradient-to-position: /*-*/ /*-*/;
|
|
170
|
-
--gradient-via-position: /*-*/ /*-*/;
|
|
171
|
-
--scroll-snap-strictness: proximity;
|
|
172
|
-
--border-spacing-x: 0;
|
|
173
|
-
--border-spacing-y: 0;
|
|
174
|
-
--translate-x: 0;
|
|
175
|
-
--translate-y: 0;
|
|
176
|
-
--rotate: 0;
|
|
177
|
-
--rotate-x: 0;
|
|
178
|
-
--rotate-y: 0;
|
|
179
|
-
--skew-x: 0;
|
|
180
|
-
--skew-y: 0;
|
|
181
|
-
--scale-x: 1;
|
|
182
|
-
--scale-y: 1;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
:where(:root, :host):not(#\#):not(#\#) {
|
|
186
|
-
--relay-spacing-1: 4px;
|
|
187
|
-
--relay-spacing-2: 8px;
|
|
188
|
-
--relay-spacing-3: 12px;
|
|
189
|
-
--relay-spacing-4: 16px;
|
|
190
|
-
--relay-spacing-5: 32px;
|
|
191
|
-
--relay-spacing-6: 64px;
|
|
192
|
-
--relay-spacing-widget-card-section-gutter: 6px;
|
|
193
|
-
--relay-fonts-body: var(--font-inter), sans-serif;
|
|
194
|
-
--relay-fonts-heading: var(--font-inter), sans-serif;
|
|
195
|
-
--relay-gradients-success: linear-gradient(to right, #30A46C, #0ADF79);
|
|
196
|
-
--relay-colors-gray1: var(--relay-colors-slate-1);
|
|
197
|
-
--relay-colors-gray2: var(--relay-colors-slate-2);
|
|
198
|
-
--relay-colors-gray3: var(--relay-colors-slate-3);
|
|
199
|
-
--relay-colors-gray4: var(--relay-colors-slate-4);
|
|
200
|
-
--relay-colors-gray5: var(--relay-colors-slate-5);
|
|
201
|
-
--relay-colors-gray6: var(--relay-colors-slate-6);
|
|
202
|
-
--relay-colors-gray7: var(--relay-colors-slate-7);
|
|
203
|
-
--relay-colors-gray8: var(--relay-colors-slate-8);
|
|
204
|
-
--relay-colors-gray9: var(--relay-colors-slate-9);
|
|
205
|
-
--relay-colors-gray10: var(--relay-colors-slate-10);
|
|
206
|
-
--relay-colors-gray11: var(--relay-colors-slate-11);
|
|
207
|
-
--relay-colors-gray12: var(--relay-colors-slate-12);
|
|
208
|
-
--relay-colors-black-a10: var(--relay-colors-black-a-10);
|
|
209
|
-
--relay-colors-blue12: var(--relay-colors-blue-12);
|
|
210
|
-
--relay-colors-red2: var(--relay-colors-tomato-2);
|
|
211
|
-
--relay-colors-red3: var(--relay-colors-tomato-3);
|
|
212
|
-
--relay-colors-red4: var(--relay-colors-tomato-4);
|
|
213
|
-
--relay-colors-red5: var(--relay-colors-tomato-5);
|
|
214
|
-
--relay-colors-red6: var(--relay-colors-tomato-6);
|
|
215
|
-
--relay-colors-red9: var(--relay-colors-tomato-9);
|
|
216
|
-
--relay-colors-red10: var(--relay-colors-tomato-10);
|
|
217
|
-
--relay-colors-red11: var(--relay-colors-tomato-11);
|
|
218
|
-
--relay-colors-red12: var(--relay-colors-tomato-12);
|
|
219
|
-
--relay-colors-green2: var(--relay-colors-grass-2);
|
|
220
|
-
--relay-colors-green3: var(--relay-colors-grass-3);
|
|
221
|
-
--relay-colors-green9: var(--relay-colors-grass-9);
|
|
222
|
-
--relay-colors-green10: var(--relay-colors-grass-10);
|
|
223
|
-
--relay-colors-green11: var(--relay-colors-grass-11);
|
|
224
|
-
--relay-colors-green12: var(--relay-colors-grass-12);
|
|
225
|
-
--relay-colors-yellow9: var(--relay-colors-yellow-9);
|
|
226
|
-
--relay-colors-yellow10: var(--relay-colors-yellow-10);
|
|
227
|
-
--relay-colors-yellow11: var(--relay-colors-yellow-11);
|
|
228
|
-
--relay-colors-yellow12: var(--relay-colors-yellow-12);
|
|
229
|
-
--relay-colors-amber2: var(--relay-colors-amber-2);
|
|
230
|
-
--relay-colors-amber3: var(--relay-colors-amber-3);
|
|
231
|
-
--relay-colors-amber4: var(--relay-colors-amber-4);
|
|
232
|
-
--relay-colors-amber9: var(--relay-colors-amber-9);
|
|
233
|
-
--relay-colors-amber10: var(--relay-colors-amber-10);
|
|
234
|
-
--relay-colors-amber11: var(--relay-colors-amber-11);
|
|
235
|
-
--relay-colors-amber12: var(--relay-colors-amber-12);
|
|
236
|
-
--relay-colors-violet-1: #FDFDFF;
|
|
237
|
-
--relay-colors-violet-2: #F7F8FF;
|
|
238
|
-
--relay-colors-violet-3: #EFF1FF;
|
|
239
|
-
--relay-colors-violet-4: #E4E7FF;
|
|
240
|
-
--relay-colors-violet-5: #D7DBFF;
|
|
241
|
-
--relay-colors-violet-6: #C8CCFF;
|
|
242
|
-
--relay-colors-violet-7: #B4B8FF;
|
|
243
|
-
--relay-colors-violet-8: #989AFF;
|
|
244
|
-
--relay-colors-violet-9: #4615C8;
|
|
245
|
-
--relay-colors-violet-10: #3B00B4;
|
|
246
|
-
--relay-colors-violet-11: #5A45DF;
|
|
247
|
-
--relay-colors-violet-12: #2A226E;
|
|
248
|
-
--relay-colors-violet-dark-1: #0E0E23;
|
|
249
|
-
--relay-colors-violet-dark-2: #141331;
|
|
250
|
-
--relay-colors-violet-dark-3: #216;
|
|
251
|
-
--relay-colors-violet-dark-4: #2F0093;
|
|
252
|
-
--relay-colors-violet-dark-5: #3800A8;
|
|
253
|
-
--relay-colors-violet-dark-6: #4016B8;
|
|
254
|
-
--relay-colors-violet-dark-7: #4C24D1;
|
|
255
|
-
--relay-colors-violet-dark-8: #5B2AF9;
|
|
256
|
-
--relay-colors-violet-dark-9: #4615C8;
|
|
257
|
-
--relay-colors-violet-dark-10: #3901AA;
|
|
258
|
-
--relay-colors-violet-dark-11: #A7AAFF;
|
|
259
|
-
--relay-colors-violet-dark-12: #DBDEFF;
|
|
260
|
-
--relay-breakpoints-2xl: 1536px;
|
|
261
|
-
--relay-breakpoints-sm: 600px;
|
|
262
|
-
--relay-breakpoints-md: 900px;
|
|
263
|
-
--relay-breakpoints-lg: 1200px;
|
|
264
|
-
--relay-breakpoints-xl: 1400px;
|
|
265
|
-
--relay-breakpoints-bp300: 300px;
|
|
266
|
-
--relay-breakpoints-bp400: 400px;
|
|
267
|
-
--relay-breakpoints-bp500: 500px;
|
|
268
|
-
--relay-breakpoints-bp600: 600px;
|
|
269
|
-
--relay-breakpoints-bp700: 700px;
|
|
270
|
-
--relay-breakpoints-bp800: 800px;
|
|
271
|
-
--relay-breakpoints-bp900: 900px;
|
|
272
|
-
--relay-breakpoints-bp1000: 1000px;
|
|
273
|
-
--relay-breakpoints-bp1100: 1100px;
|
|
274
|
-
--relay-breakpoints-bp1200: 1200px;
|
|
275
|
-
--relay-breakpoints-bp1300: 1300px;
|
|
276
|
-
--relay-breakpoints-bp1400: 1400px;
|
|
277
|
-
--relay-breakpoints-bp1500: 1500px;
|
|
278
|
-
--relay-sizes-breakpoint-2xl: 1536px;
|
|
279
|
-
--relay-sizes-breakpoint-sm: 600px;
|
|
280
|
-
--relay-sizes-breakpoint-md: 900px;
|
|
281
|
-
--relay-sizes-breakpoint-lg: 1200px;
|
|
282
|
-
--relay-sizes-breakpoint-xl: 1400px;
|
|
283
|
-
--relay-sizes-breakpoint-bp300: 300px;
|
|
284
|
-
--relay-sizes-breakpoint-bp400: 400px;
|
|
285
|
-
--relay-sizes-breakpoint-bp500: 500px;
|
|
286
|
-
--relay-sizes-breakpoint-bp600: 600px;
|
|
287
|
-
--relay-sizes-breakpoint-bp700: 700px;
|
|
288
|
-
--relay-sizes-breakpoint-bp800: 800px;
|
|
289
|
-
--relay-sizes-breakpoint-bp900: 900px;
|
|
290
|
-
--relay-sizes-breakpoint-bp1000: 1000px;
|
|
291
|
-
--relay-sizes-breakpoint-bp1100: 1100px;
|
|
292
|
-
--relay-sizes-breakpoint-bp1200: 1200px;
|
|
293
|
-
--relay-sizes-breakpoint-bp1300: 1300px;
|
|
294
|
-
--relay-sizes-breakpoint-bp1400: 1400px;
|
|
295
|
-
--relay-sizes-breakpoint-bp1500: 1500px;
|
|
296
|
-
--relay-radii-widget-border-radius: 16px;
|
|
297
|
-
--relay-radii-widget-card-border-radius: 12px;
|
|
298
|
-
--relay-radii-modal-border-radius: 16px;
|
|
299
|
-
--relay-radii-input-border-radius: 8px;
|
|
300
|
-
--relay-radii-dropdown-border-radius: 8px;
|
|
301
|
-
--relay-radii-widget-swap-currency-button-border-radius: 8px;
|
|
302
|
-
--relay-borders-widget-border: 0px solid white;
|
|
303
|
-
--relay-borders-modal-border: 0px solid white;
|
|
304
|
-
--relay-borders-dropdown-border: 1px solid var(--relay-colors-gray5);
|
|
305
|
-
--relay-borders-widget-swap-currency-button-border-width: 2px;
|
|
306
|
-
--relay-borders-widget-card-border: 1px solid var(--relay-colors-primary4);
|
|
307
|
-
--relay-shadows-widget-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.10);
|
|
308
|
-
--relay-colors-primary1: var(--relay-colors-violet-1);
|
|
309
|
-
--relay-colors-primary2: var(--relay-colors-violet-2);
|
|
310
|
-
--relay-colors-primary3: var(--relay-colors-violet-3);
|
|
311
|
-
--relay-colors-primary4: var(--relay-colors-violet-4);
|
|
312
|
-
--relay-colors-primary5: var(--relay-colors-violet-5);
|
|
313
|
-
--relay-colors-primary6: var(--relay-colors-violet-6);
|
|
314
|
-
--relay-colors-primary7: var(--relay-colors-violet-7);
|
|
315
|
-
--relay-colors-primary8: var(--relay-colors-violet-8);
|
|
316
|
-
--relay-colors-primary9: var(--relay-colors-violet-9);
|
|
317
|
-
--relay-colors-primary10: var(--relay-colors-violet-10);
|
|
318
|
-
--relay-colors-primary11: var(--relay-colors-violet-11);
|
|
319
|
-
--relay-colors-primary12: var(--relay-colors-violet-12);
|
|
320
|
-
--relay-colors-primary-color: var(--relay-colors-primary9);
|
|
321
|
-
--relay-colors-focus-color: var(--relay-colors-primary7);
|
|
322
|
-
--relay-colors-subtle-background-color: var(--relay-colors-gray-1);
|
|
323
|
-
--relay-colors-subtle-border-color: var(--relay-colors-gray-5);
|
|
324
|
-
--relay-colors-text-default: var(--relay-colors-gray-12);
|
|
325
|
-
--relay-colors-text-subtle: var(--relay-colors-gray-11);
|
|
326
|
-
--relay-colors-text-subtle-secondary: var(--relay-colors-gray-11);
|
|
327
|
-
--relay-colors-text-error: var(--relay-colors-tomato-12);
|
|
328
|
-
--relay-colors-text-success: var(--relay-colors-grass-11);
|
|
329
|
-
--relay-colors-primary-button-background: var(--relay-colors-primary9);
|
|
330
|
-
--relay-colors-primary-button-color: white;
|
|
331
|
-
--relay-colors-primary-button-hover-background: var(--relay-colors-primary10);
|
|
332
|
-
--relay-colors-primary-button-hover-color: white;
|
|
333
|
-
--relay-colors-secondary-button-background: var(--relay-colors-primary3);
|
|
334
|
-
--relay-colors-secondary-button-color: var(--relay-colors-gray12);
|
|
335
|
-
--relay-colors-secondary-button-hover-background: var(--relay-colors-primary4);
|
|
336
|
-
--relay-colors-secondary-button-hover-color: var(--relay-colors-gray12);
|
|
337
|
-
--relay-colors-button-disabled-background: var(--relay-colors-gray-8);
|
|
338
|
-
--relay-colors-button-disabled-color: var(--relay-colors-gray-11);
|
|
339
|
-
--relay-colors-input-background: var(--relay-colors-gray-3);
|
|
340
|
-
--relay-colors-input-color: var(--relay-colors-gray-12);
|
|
341
|
-
--relay-colors-anchor-color: var(--relay-colors-primary11);
|
|
342
|
-
--relay-colors-anchor-hover-color: var(--relay-colors-primary9);
|
|
343
|
-
--relay-colors-dropdown-background: var(--relay-colors-gray-3);
|
|
344
|
-
--relay-colors-widget-background: white;
|
|
345
|
-
--relay-colors-widget-card-background: var(--relay-colors-gray-1);
|
|
346
|
-
--relay-colors-widget-selector-background: var(--relay-colors-gray-2);
|
|
347
|
-
--relay-colors-widget-selector-hover-background: var(--relay-colors-gray-3);
|
|
348
|
-
--relay-colors-widget-swap-currency-button-border-color: var(--relay-colors-primary4);
|
|
349
|
-
--relay-colors-modal-background: white;
|
|
350
|
-
--relay-colors-skeleton-background: var(--relay-colors-gray-3);
|
|
351
|
-
--relay-colors-amber-1: var(--relay-colors-amber-light-1);
|
|
352
|
-
--relay-colors-amber-2: var(--relay-colors-amber-light-2);
|
|
353
|
-
--relay-colors-amber-3: var(--relay-colors-amber-light-3);
|
|
354
|
-
--relay-colors-amber-4: var(--relay-colors-amber-light-4);
|
|
355
|
-
--relay-colors-amber-5: var(--relay-colors-amber-light-5);
|
|
356
|
-
--relay-colors-amber-6: var(--relay-colors-amber-light-6);
|
|
357
|
-
--relay-colors-amber-7: var(--relay-colors-amber-light-7);
|
|
358
|
-
--relay-colors-amber-8: var(--relay-colors-amber-light-8);
|
|
359
|
-
--relay-colors-amber-9: var(--relay-colors-amber-light-9);
|
|
360
|
-
--relay-colors-amber-10: var(--relay-colors-amber-light-10);
|
|
361
|
-
--relay-colors-amber-11: var(--relay-colors-amber-light-11);
|
|
362
|
-
--relay-colors-amber-12: var(--relay-colors-amber-light-12);
|
|
363
|
-
--relay-colors-amber-light-1: hsl(39, 70.0%, 99.0%);
|
|
364
|
-
--relay-colors-amber-light-2: hsl(40, 100%, 96.5%);
|
|
365
|
-
--relay-colors-amber-light-3: hsl(44, 100%, 91.7%);
|
|
366
|
-
--relay-colors-amber-light-4: hsl(43, 100%, 86.8%);
|
|
367
|
-
--relay-colors-amber-light-5: hsl(42, 100%, 81.8%);
|
|
368
|
-
--relay-colors-amber-light-6: hsl(38, 99.7%, 76.3%);
|
|
369
|
-
--relay-colors-amber-light-7: hsl(36, 86.1%, 67.1%);
|
|
370
|
-
--relay-colors-amber-light-8: hsl(35, 85.2%, 55.1%);
|
|
371
|
-
--relay-colors-amber-light-9: hsl(39, 100%, 57.0%);
|
|
372
|
-
--relay-colors-amber-light-10: hsl(35, 100%, 55.5%);
|
|
373
|
-
--relay-colors-amber-light-11: hsl(30, 100%, 34.0%);
|
|
374
|
-
--relay-colors-amber-light-12: hsl(20, 80.0%, 17.0%);
|
|
375
|
-
--relay-colors-amber-light-a-1: hsla(40, 94.9%, 38.7%, 0.016);
|
|
376
|
-
--relay-colors-amber-light-a-2: hsla(40, 100%, 50.3%, 0.071);
|
|
377
|
-
--relay-colors-amber-light-a-3: hsla(44, 100%, 50.1%, 0.165);
|
|
378
|
-
--relay-colors-amber-light-a-4: hsla(43, 100%, 50.0%, 0.263);
|
|
379
|
-
--relay-colors-amber-light-a-5: hsla(42, 100%, 50.0%, 0.365);
|
|
380
|
-
--relay-colors-amber-light-a-6: hsla(38, 100%, 50.1%, 0.475);
|
|
381
|
-
--relay-colors-amber-light-a-7: hsla(36, 99.9%, 46.2%, 0.612);
|
|
382
|
-
--relay-colors-amber-light-a-8: hsla(35, 99.8%, 46.0%, 0.832);
|
|
383
|
-
--relay-colors-amber-light-a-9: hsla(39, 100%, 50.0%, 0.859);
|
|
384
|
-
--relay-colors-amber-light-a-10: hsla(35, 100%, 50.0%, 0.891);
|
|
385
|
-
--relay-colors-amber-light-a-11: hsla(29, 100%, 33.6%, 0.980);
|
|
386
|
-
--relay-colors-amber-light-a-12: hsla(20, 99.8%, 14.1%, 0.965);
|
|
387
|
-
--relay-colors-amber-dark-1: hsl(36, 100%, 6.1%);
|
|
388
|
-
--relay-colors-amber-dark-2: hsl(35, 100%, 7.6%);
|
|
389
|
-
--relay-colors-amber-dark-3: hsl(32, 100%, 10.2%);
|
|
390
|
-
--relay-colors-amber-dark-4: hsl(32, 100%, 12.4%);
|
|
391
|
-
--relay-colors-amber-dark-5: hsl(33, 100%, 14.6%);
|
|
392
|
-
--relay-colors-amber-dark-6: hsl(35, 100%, 17.1%);
|
|
393
|
-
--relay-colors-amber-dark-7: hsl(35, 91.0%, 21.6%);
|
|
394
|
-
--relay-colors-amber-dark-8: hsl(36, 100%, 25.5%);
|
|
395
|
-
--relay-colors-amber-dark-9: hsl(39, 100%, 57.0%);
|
|
396
|
-
--relay-colors-amber-dark-10: hsl(43, 100%, 64.0%);
|
|
397
|
-
--relay-colors-amber-dark-11: hsl(39, 90.0%, 49.8%);
|
|
398
|
-
--relay-colors-amber-dark-12: hsl(39, 97.0%, 93.2%);
|
|
399
|
-
--relay-colors-amber-dark-a-1: hsla(0, 0%, 0%, 0);
|
|
400
|
-
--relay-colors-amber-dark-a-2: hsla(31, 100%, 49.7%, 0.036);
|
|
401
|
-
--relay-colors-amber-dark-a-3: hsla(27, 100%, 49.9%, 0.094);
|
|
402
|
-
--relay-colors-amber-dark-a-4: hsla(29, 100%, 50.0%, 0.143);
|
|
403
|
-
--relay-colors-amber-dark-a-5: hsla(31, 100%, 50.0%, 0.192);
|
|
404
|
-
--relay-colors-amber-dark-a-6: hsla(35, 100%, 50.0%, 0.250);
|
|
405
|
-
--relay-colors-amber-dark-a-7: hsla(34, 99.6%, 52.9%, 0.331);
|
|
406
|
-
--relay-colors-amber-dark-a-8: hsla(36, 100%, 50.0%, 0.442);
|
|
407
|
-
--relay-colors-amber-dark-a-9: hsla(40, 100%, 57.2%, 0.980);
|
|
408
|
-
--relay-colors-amber-dark-a-10: hsla(44, 100%, 64.2%, 0.980);
|
|
409
|
-
--relay-colors-amber-dark-a-11: hsla(39, 99.9%, 52.7%, 0.938);
|
|
410
|
-
--relay-colors-amber-dark-a-12: hsla(45, 100%, 94.2%, 0.980);
|
|
411
|
-
--relay-colors-amber-a-1: var(--relay-colors-amber-light-a-1);
|
|
412
|
-
--relay-colors-amber-a-2: var(--relay-colors-amber-light-a-2);
|
|
413
|
-
--relay-colors-amber-a-3: var(--relay-colors-amber-light-a-3);
|
|
414
|
-
--relay-colors-amber-a-4: var(--relay-colors-amber-light-a-4);
|
|
415
|
-
--relay-colors-amber-a-5: var(--relay-colors-amber-light-a-5);
|
|
416
|
-
--relay-colors-amber-a-6: var(--relay-colors-amber-light-a-6);
|
|
417
|
-
--relay-colors-amber-a-7: var(--relay-colors-amber-light-a-7);
|
|
418
|
-
--relay-colors-amber-a-8: var(--relay-colors-amber-light-a-8);
|
|
419
|
-
--relay-colors-amber-a-9: var(--relay-colors-amber-light-a-9);
|
|
420
|
-
--relay-colors-amber-a-10: var(--relay-colors-amber-light-a-10);
|
|
421
|
-
--relay-colors-amber-a-11: var(--relay-colors-amber-light-a-11);
|
|
422
|
-
--relay-colors-amber-a-12: var(--relay-colors-amber-light-a-12);
|
|
423
|
-
--relay-colors-black-light-a-1: hsla(0, 0%, 0%, 0.012);
|
|
424
|
-
--relay-colors-black-light-a-2: hsla(0, 0%, 0%, 0.027);
|
|
425
|
-
--relay-colors-black-light-a-3: hsla(0, 0%, 0%, 0.047);
|
|
426
|
-
--relay-colors-black-light-a-4: hsla(0, 0%, 0%, 0.071);
|
|
427
|
-
--relay-colors-black-light-a-5: hsla(0, 0%, 0%, 0.090);
|
|
428
|
-
--relay-colors-black-light-a-6: hsla(0, 0%, 0%, 0.114);
|
|
429
|
-
--relay-colors-black-light-a-7: hsla(0, 0%, 0%, 0.141);
|
|
430
|
-
--relay-colors-black-light-a-8: hsla(0, 0%, 0%, 0.220);
|
|
431
|
-
--relay-colors-black-light-a-9: hsla(0, 0%, 0%, 0.439);
|
|
432
|
-
--relay-colors-black-light-a-10: hsla(0, 0%, 0%, 0.478);
|
|
433
|
-
--relay-colors-black-light-a-11: hsla(0, 0%, 0%, 0.565);
|
|
434
|
-
--relay-colors-black-light-a-12: hsla(0, 0%, 0%, 0.910);
|
|
435
|
-
--relay-colors-black-a-1: hsla(0, 0%, 0%, 0.012);
|
|
436
|
-
--relay-colors-black-a-2: hsla(0, 0%, 0%, 0.027);
|
|
437
|
-
--relay-colors-black-a-3: hsla(0, 0%, 0%, 0.047);
|
|
438
|
-
--relay-colors-black-a-4: hsla(0, 0%, 0%, 0.071);
|
|
439
|
-
--relay-colors-black-a-5: hsla(0, 0%, 0%, 0.090);
|
|
440
|
-
--relay-colors-black-a-6: hsla(0, 0%, 0%, 0.114);
|
|
441
|
-
--relay-colors-black-a-7: hsla(0, 0%, 0%, 0.141);
|
|
442
|
-
--relay-colors-black-a-8: hsla(0, 0%, 0%, 0.220);
|
|
443
|
-
--relay-colors-black-a-9: hsla(0, 0%, 0%, 0.439);
|
|
444
|
-
--relay-colors-black-a-10: hsla(0, 0%, 0%, 0.478);
|
|
445
|
-
--relay-colors-black-a-11: hsla(0, 0%, 0%, 0.565);
|
|
446
|
-
--relay-colors-black-a-12: hsla(0, 0%, 0%, 0.910);
|
|
447
|
-
--relay-colors-blue-1: var(--relay-colors-blue-light-1);
|
|
448
|
-
--relay-colors-blue-2: var(--relay-colors-blue-light-2);
|
|
449
|
-
--relay-colors-blue-3: var(--relay-colors-blue-light-3);
|
|
450
|
-
--relay-colors-blue-4: var(--relay-colors-blue-light-4);
|
|
451
|
-
--relay-colors-blue-5: var(--relay-colors-blue-light-5);
|
|
452
|
-
--relay-colors-blue-6: var(--relay-colors-blue-light-6);
|
|
453
|
-
--relay-colors-blue-7: var(--relay-colors-blue-light-7);
|
|
454
|
-
--relay-colors-blue-8: var(--relay-colors-blue-light-8);
|
|
455
|
-
--relay-colors-blue-9: var(--relay-colors-blue-light-9);
|
|
456
|
-
--relay-colors-blue-10: var(--relay-colors-blue-light-10);
|
|
457
|
-
--relay-colors-blue-11: var(--relay-colors-blue-light-11);
|
|
458
|
-
--relay-colors-blue-12: var(--relay-colors-blue-light-12);
|
|
459
|
-
--relay-colors-blue-light-1: hsl(206, 100%, 99.2%);
|
|
460
|
-
--relay-colors-blue-light-2: hsl(210, 100%, 98.0%);
|
|
461
|
-
--relay-colors-blue-light-3: hsl(209, 100%, 96.5%);
|
|
462
|
-
--relay-colors-blue-light-4: hsl(210, 98.8%, 94.0%);
|
|
463
|
-
--relay-colors-blue-light-5: hsl(209, 95.0%, 90.1%);
|
|
464
|
-
--relay-colors-blue-light-6: hsl(209, 81.2%, 84.5%);
|
|
465
|
-
--relay-colors-blue-light-7: hsl(208, 77.5%, 76.9%);
|
|
466
|
-
--relay-colors-blue-light-8: hsl(206, 81.9%, 65.3%);
|
|
467
|
-
--relay-colors-blue-light-9: hsl(206, 100%, 50.0%);
|
|
468
|
-
--relay-colors-blue-light-10: hsl(208, 100%, 47.3%);
|
|
469
|
-
--relay-colors-blue-light-11: hsl(211, 100%, 43.2%);
|
|
470
|
-
--relay-colors-blue-light-12: hsl(211, 100%, 15.0%);
|
|
471
|
-
--relay-colors-blue-light-a-1: hsla(210, 100%, 51.0%, 0.016);
|
|
472
|
-
--relay-colors-blue-light-a-2: hsla(210, 100%, 51.0%, 0.040);
|
|
473
|
-
--relay-colors-blue-light-a-3: hsla(210, 100%, 50.3%, 0.071);
|
|
474
|
-
--relay-colors-blue-light-a-4: hsla(210, 100%, 50.1%, 0.118);
|
|
475
|
-
--relay-colors-blue-light-a-5: hsla(208, 99.1%, 47.1%, 0.189);
|
|
476
|
-
--relay-colors-blue-light-a-6: hsla(209, 99.5%, 45.3%, 0.283);
|
|
477
|
-
--relay-colors-blue-light-a-7: hsla(208, 99.9%, 43.8%, 0.412);
|
|
478
|
-
--relay-colors-blue-light-a-8: hsla(206, 99.8%, 45.1%, 0.632);
|
|
479
|
-
--relay-colors-blue-light-a-9: hsla(206, 100%, 50.0%, 0.980);
|
|
480
|
-
--relay-colors-blue-light-a-10: hsla(208, 100%, 47.2%, 0.980);
|
|
481
|
-
--relay-colors-blue-light-a-11: hsla(212, 100%, 43.0%, 0.980);
|
|
482
|
-
--relay-colors-blue-light-a-12: hsla(213, 100%, 14.4%, 0.980);
|
|
483
|
-
--relay-colors-blue-dark-1: hsl(212, 35.0%, 9.2%);
|
|
484
|
-
--relay-colors-blue-dark-2: hsl(216, 50.0%, 11.8%);
|
|
485
|
-
--relay-colors-blue-dark-3: hsl(214, 59.4%, 15.3%);
|
|
486
|
-
--relay-colors-blue-dark-4: hsl(214, 65.8%, 17.9%);
|
|
487
|
-
--relay-colors-blue-dark-5: hsl(213, 71.2%, 20.2%);
|
|
488
|
-
--relay-colors-blue-dark-6: hsl(212, 77.4%, 23.1%);
|
|
489
|
-
--relay-colors-blue-dark-7: hsl(211, 85.1%, 27.4%);
|
|
490
|
-
--relay-colors-blue-dark-8: hsl(211, 89.7%, 34.1%);
|
|
491
|
-
--relay-colors-blue-dark-9: hsl(206, 100%, 50.0%);
|
|
492
|
-
--relay-colors-blue-dark-10: hsl(209, 100%, 60.6%);
|
|
493
|
-
--relay-colors-blue-dark-11: hsl(210, 100%, 66.1%);
|
|
494
|
-
--relay-colors-blue-dark-12: hsl(206, 98.0%, 95.8%);
|
|
495
|
-
--relay-colors-blue-dark-a-1: hsla(0, 0%, 0%, 0);
|
|
496
|
-
--relay-colors-blue-dark-a-2: hsla(221, 97.8%, 52.4%, 0.059);
|
|
497
|
-
--relay-colors-blue-dark-a-3: hsla(215, 99.3%, 54.2%, 0.135);
|
|
498
|
-
--relay-colors-blue-dark-a-4: hsla(215, 99.3%, 53.8%, 0.198);
|
|
499
|
-
--relay-colors-blue-dark-a-5: hsla(213, 99.4%, 52.8%, 0.252);
|
|
500
|
-
--relay-colors-blue-dark-a-6: hsla(212, 99.9%, 51.7%, 0.323);
|
|
501
|
-
--relay-colors-blue-dark-a-7: hsla(211, 100%, 50.7%, 0.435);
|
|
502
|
-
--relay-colors-blue-dark-a-8: hsla(211, 99.8%, 50.9%, 0.597);
|
|
503
|
-
--relay-colors-blue-dark-a-9: hsla(205, 100%, 50.0%, 0.980);
|
|
504
|
-
--relay-colors-blue-dark-a-10: hsla(208, 100%, 60.7%, 0.980);
|
|
505
|
-
--relay-colors-blue-dark-a-11: hsla(209, 100%, 66.3%, 0.980);
|
|
506
|
-
--relay-colors-blue-dark-a-12: hsla(196, 100%, 96.8%, 0.980);
|
|
507
|
-
--relay-colors-blue-a-1: var(--relay-colors-blue-light-a-1);
|
|
508
|
-
--relay-colors-blue-a-2: var(--relay-colors-blue-light-a-2);
|
|
509
|
-
--relay-colors-blue-a-3: var(--relay-colors-blue-light-a-3);
|
|
510
|
-
--relay-colors-blue-a-4: var(--relay-colors-blue-light-a-4);
|
|
511
|
-
--relay-colors-blue-a-5: var(--relay-colors-blue-light-a-5);
|
|
512
|
-
--relay-colors-blue-a-6: var(--relay-colors-blue-light-a-6);
|
|
513
|
-
--relay-colors-blue-a-7: var(--relay-colors-blue-light-a-7);
|
|
514
|
-
--relay-colors-blue-a-8: var(--relay-colors-blue-light-a-8);
|
|
515
|
-
--relay-colors-blue-a-9: var(--relay-colors-blue-light-a-9);
|
|
516
|
-
--relay-colors-blue-a-10: var(--relay-colors-blue-light-a-10);
|
|
517
|
-
--relay-colors-blue-a-11: var(--relay-colors-blue-light-a-11);
|
|
518
|
-
--relay-colors-blue-a-12: var(--relay-colors-blue-light-a-12);
|
|
519
|
-
--relay-colors-grass-1: var(--relay-colors-grass-light-1);
|
|
520
|
-
--relay-colors-grass-2: var(--relay-colors-grass-light-2);
|
|
521
|
-
--relay-colors-grass-3: var(--relay-colors-grass-light-3);
|
|
522
|
-
--relay-colors-grass-4: var(--relay-colors-grass-light-4);
|
|
523
|
-
--relay-colors-grass-5: var(--relay-colors-grass-light-5);
|
|
524
|
-
--relay-colors-grass-6: var(--relay-colors-grass-light-6);
|
|
525
|
-
--relay-colors-grass-7: var(--relay-colors-grass-light-7);
|
|
526
|
-
--relay-colors-grass-8: var(--relay-colors-grass-light-8);
|
|
527
|
-
--relay-colors-grass-9: var(--relay-colors-grass-light-9);
|
|
528
|
-
--relay-colors-grass-10: var(--relay-colors-grass-light-10);
|
|
529
|
-
--relay-colors-grass-11: var(--relay-colors-grass-light-11);
|
|
530
|
-
--relay-colors-grass-12: var(--relay-colors-grass-light-12);
|
|
531
|
-
--relay-colors-grass-light-1: hsl(116, 50.0%, 98.9%);
|
|
532
|
-
--relay-colors-grass-light-2: hsl(120, 60.0%, 97.1%);
|
|
533
|
-
--relay-colors-grass-light-3: hsl(120, 53.6%, 94.8%);
|
|
534
|
-
--relay-colors-grass-light-4: hsl(121, 47.5%, 91.4%);
|
|
535
|
-
--relay-colors-grass-light-5: hsl(122, 42.6%, 86.5%);
|
|
536
|
-
--relay-colors-grass-light-6: hsl(124, 39.0%, 79.7%);
|
|
537
|
-
--relay-colors-grass-light-7: hsl(126, 37.1%, 70.2%);
|
|
538
|
-
--relay-colors-grass-light-8: hsl(131, 38.1%, 56.3%);
|
|
539
|
-
--relay-colors-grass-light-9: hsl(131, 41.0%, 46.5%);
|
|
540
|
-
--relay-colors-grass-light-10: hsl(132, 43.1%, 42.2%);
|
|
541
|
-
--relay-colors-grass-light-11: hsl(133, 50.0%, 32.5%);
|
|
542
|
-
--relay-colors-grass-light-12: hsl(130, 30.0%, 14.9%);
|
|
543
|
-
--relay-colors-grass-light-a-1: hsla(120, 94.9%, 38.7%, 0.016);
|
|
544
|
-
--relay-colors-grass-light-a-2: hsla(120, 94.9%, 38.7%, 0.048);
|
|
545
|
-
--relay-colors-grass-light-a-3: hsla(120, 98.0%, 35.5%, 0.079);
|
|
546
|
-
--relay-colors-grass-light-a-4: hsla(120, 98.7%, 31.5%, 0.126);
|
|
547
|
-
--relay-colors-grass-light-a-5: hsla(122, 98.5%, 29.9%, 0.193);
|
|
548
|
-
--relay-colors-grass-light-a-6: hsla(125, 99.2%, 27.9%, 0.283);
|
|
549
|
-
--relay-colors-grass-light-a-7: hsla(125, 99.9%, 27.0%, 0.408);
|
|
550
|
-
--relay-colors-grass-light-a-8: hsla(131, 100%, 27.6%, 0.604);
|
|
551
|
-
--relay-colors-grass-light-a-9: hsla(131, 99.7%, 26.3%, 0.726);
|
|
552
|
-
--relay-colors-grass-light-a-10: hsla(132, 99.9%, 24.0%, 0.761);
|
|
553
|
-
--relay-colors-grass-light-a-11: hsla(133, 99.5%, 19.5%, 0.840);
|
|
554
|
-
--relay-colors-grass-light-a-12: hsla(128, 98.0%, 4.9%, 0.895);
|
|
555
|
-
--relay-colors-grass-dark-1: hsl(146, 30.0%, 7.4%);
|
|
556
|
-
--relay-colors-grass-dark-2: hsl(136, 33.3%, 8.8%);
|
|
557
|
-
--relay-colors-grass-dark-3: hsl(137, 36.0%, 11.4%);
|
|
558
|
-
--relay-colors-grass-dark-4: hsl(137, 37.6%, 13.7%);
|
|
559
|
-
--relay-colors-grass-dark-5: hsl(136, 38.7%, 16.0%);
|
|
560
|
-
--relay-colors-grass-dark-6: hsl(135, 39.6%, 19.1%);
|
|
561
|
-
--relay-colors-grass-dark-7: hsl(134, 40.3%, 23.8%);
|
|
562
|
-
--relay-colors-grass-dark-8: hsl(131, 40.1%, 30.8%);
|
|
563
|
-
--relay-colors-grass-dark-9: hsl(131, 41.0%, 46.5%);
|
|
564
|
-
--relay-colors-grass-dark-10: hsl(131, 39.0%, 52.1%);
|
|
565
|
-
--relay-colors-grass-dark-11: hsl(131, 43.0%, 57.2%);
|
|
566
|
-
--relay-colors-grass-dark-12: hsl(137, 72.0%, 94.0%);
|
|
567
|
-
--relay-colors-grass-dark-a-1: hsla(0, 0%, 0%, 0);
|
|
568
|
-
--relay-colors-grass-dark-a-2: hsla(107, 97.2%, 61.9%, 0.022);
|
|
569
|
-
--relay-colors-grass-dark-a-3: hsla(128, 96.5%, 69.8%, 0.066);
|
|
570
|
-
--relay-colors-grass-dark-a-4: hsla(130, 100%, 70.2%, 0.100);
|
|
571
|
-
--relay-colors-grass-dark-a-5: hsla(130, 98.2%, 69.1%, 0.140);
|
|
572
|
-
--relay-colors-grass-dark-a-6: hsla(132, 99.9%, 69.3%, 0.187);
|
|
573
|
-
--relay-colors-grass-dark-a-7: hsla(132, 99.9%, 69.8%, 0.261);
|
|
574
|
-
--relay-colors-grass-dark-a-8: hsla(130, 99.6%, 70.5%, 0.370);
|
|
575
|
-
--relay-colors-grass-dark-a-9: hsla(130, 99.7%, 70.6%, 0.618);
|
|
576
|
-
--relay-colors-grass-dark-a-10: hsla(131, 100%, 73.5%, 0.674);
|
|
577
|
-
--relay-colors-grass-dark-a-11: hsla(130, 99.7%, 75.6%, 0.731);
|
|
578
|
-
--relay-colors-grass-dark-a-12: hsla(137, 100%, 95.8%, 0.980);
|
|
579
|
-
--relay-colors-grass-a-1: var(--relay-colors-grass-light-a-1);
|
|
580
|
-
--relay-colors-grass-a-2: var(--relay-colors-grass-light-a-2);
|
|
581
|
-
--relay-colors-grass-a-3: var(--relay-colors-grass-light-a-3);
|
|
582
|
-
--relay-colors-grass-a-4: var(--relay-colors-grass-light-a-4);
|
|
583
|
-
--relay-colors-grass-a-5: var(--relay-colors-grass-light-a-5);
|
|
584
|
-
--relay-colors-grass-a-6: var(--relay-colors-grass-light-a-6);
|
|
585
|
-
--relay-colors-grass-a-7: var(--relay-colors-grass-light-a-7);
|
|
586
|
-
--relay-colors-grass-a-8: var(--relay-colors-grass-light-a-8);
|
|
587
|
-
--relay-colors-grass-a-9: var(--relay-colors-grass-light-a-9);
|
|
588
|
-
--relay-colors-grass-a-10: var(--relay-colors-grass-light-a-10);
|
|
589
|
-
--relay-colors-grass-a-11: var(--relay-colors-grass-light-a-11);
|
|
590
|
-
--relay-colors-grass-a-12: var(--relay-colors-grass-light-a-12);
|
|
591
|
-
--relay-colors-gray-1: var(--relay-colors-gray-light-1);
|
|
592
|
-
--relay-colors-gray-2: var(--relay-colors-gray-light-2);
|
|
593
|
-
--relay-colors-gray-3: var(--relay-colors-gray-light-3);
|
|
594
|
-
--relay-colors-gray-4: var(--relay-colors-gray-light-4);
|
|
595
|
-
--relay-colors-gray-5: var(--relay-colors-gray-light-5);
|
|
596
|
-
--relay-colors-gray-6: var(--relay-colors-gray-light-6);
|
|
597
|
-
--relay-colors-gray-7: var(--relay-colors-gray-light-7);
|
|
598
|
-
--relay-colors-gray-8: var(--relay-colors-gray-light-8);
|
|
599
|
-
--relay-colors-gray-9: var(--relay-colors-gray-light-9);
|
|
600
|
-
--relay-colors-gray-10: var(--relay-colors-gray-light-10);
|
|
601
|
-
--relay-colors-gray-11: var(--relay-colors-gray-light-11);
|
|
602
|
-
--relay-colors-gray-12: var(--relay-colors-gray-light-12);
|
|
603
|
-
--relay-colors-gray-light-1: hsl(0, 0%, 99.0%);
|
|
604
|
-
--relay-colors-gray-light-2: hsl(0, 0%, 97.3%);
|
|
605
|
-
--relay-colors-gray-light-3: hsl(0, 0%, 95.1%);
|
|
606
|
-
--relay-colors-gray-light-4: hsl(0, 0%, 93.0%);
|
|
607
|
-
--relay-colors-gray-light-5: hsl(0, 0%, 90.9%);
|
|
608
|
-
--relay-colors-gray-light-6: hsl(0, 0%, 88.7%);
|
|
609
|
-
--relay-colors-gray-light-7: hsl(0, 0%, 85.8%);
|
|
610
|
-
--relay-colors-gray-light-8: hsl(0, 0%, 78.0%);
|
|
611
|
-
--relay-colors-gray-light-9: hsl(0, 0%, 56.1%);
|
|
612
|
-
--relay-colors-gray-light-10: hsl(0, 0%, 52.3%);
|
|
613
|
-
--relay-colors-gray-light-11: hsl(0, 0%, 43.5%);
|
|
614
|
-
--relay-colors-gray-light-12: hsl(0, 0%, 9.0%);
|
|
615
|
-
--relay-colors-gray-light-a-1: hsla(0, 0%, 0%, 0.012);
|
|
616
|
-
--relay-colors-gray-light-a-2: hsla(0, 0%, 0%, 0.027);
|
|
617
|
-
--relay-colors-gray-light-a-3: hsla(0, 0%, 0%, 0.047);
|
|
618
|
-
--relay-colors-gray-light-a-4: hsla(0, 0%, 0%, 0.071);
|
|
619
|
-
--relay-colors-gray-light-a-5: hsla(0, 0%, 0%, 0.090);
|
|
620
|
-
--relay-colors-gray-light-a-6: hsla(0, 0%, 0%, 0.114);
|
|
621
|
-
--relay-colors-gray-light-a-7: hsla(0, 0%, 0%, 0.141);
|
|
622
|
-
--relay-colors-gray-light-a-8: hsla(0, 0%, 0%, 0.220);
|
|
623
|
-
--relay-colors-gray-light-a-9: hsla(0, 0%, 0%, 0.439);
|
|
624
|
-
--relay-colors-gray-light-a-10: hsla(0, 0%, 0%, 0.478);
|
|
625
|
-
--relay-colors-gray-light-a-11: hsla(0, 0%, 0%, 0.565);
|
|
626
|
-
--relay-colors-gray-light-a-12: hsla(0, 0%, 0%, 0.910);
|
|
627
|
-
--relay-colors-gray-dark-1: hsl(0, 0%, 8.5%);
|
|
628
|
-
--relay-colors-gray-dark-2: hsl(0, 0%, 11.0%);
|
|
629
|
-
--relay-colors-gray-dark-3: hsl(0, 0%, 13.6%);
|
|
630
|
-
--relay-colors-gray-dark-4: hsl(0, 0%, 15.8%);
|
|
631
|
-
--relay-colors-gray-dark-5: hsl(0, 0%, 17.9%);
|
|
632
|
-
--relay-colors-gray-dark-6: hsl(0, 0%, 20.5%);
|
|
633
|
-
--relay-colors-gray-dark-7: hsl(0, 0%, 24.3%);
|
|
634
|
-
--relay-colors-gray-dark-8: hsl(0, 0%, 31.2%);
|
|
635
|
-
--relay-colors-gray-dark-9: hsl(0, 0%, 43.9%);
|
|
636
|
-
--relay-colors-gray-dark-10: hsl(0, 0%, 49.4%);
|
|
637
|
-
--relay-colors-gray-dark-11: hsl(0, 0%, 62.8%);
|
|
638
|
-
--relay-colors-gray-dark-12: hsl(0, 0%, 93.0%);
|
|
639
|
-
--relay-colors-gray-dark-a-1: hsla(0, 0%, 100%, 0);
|
|
640
|
-
--relay-colors-gray-dark-a-2: hsla(0, 0%, 100%, 0.026);
|
|
641
|
-
--relay-colors-gray-dark-a-3: hsla(0, 0%, 100%, 0.056);
|
|
642
|
-
--relay-colors-gray-dark-a-4: hsla(0, 0%, 100%, 0.077);
|
|
643
|
-
--relay-colors-gray-dark-a-5: hsla(0, 0%, 100%, 0.103);
|
|
644
|
-
--relay-colors-gray-dark-a-6: hsla(0, 0%, 100%, 0.129);
|
|
645
|
-
--relay-colors-gray-dark-a-7: hsla(0, 0%, 100%, 0.172);
|
|
646
|
-
--relay-colors-gray-dark-a-8: hsla(0, 0%, 100%, 0.249);
|
|
647
|
-
--relay-colors-gray-dark-a-9: hsla(0, 0%, 100%, 0.386);
|
|
648
|
-
--relay-colors-gray-dark-a-10: hsla(0, 0%, 100%, 0.446);
|
|
649
|
-
--relay-colors-gray-dark-a-11: hsla(0, 0%, 100%, 0.592);
|
|
650
|
-
--relay-colors-gray-dark-a-12: hsla(0, 0%, 100%, 0.923);
|
|
651
|
-
--relay-colors-gray-a-1: var(--relay-colors-gray-light-a-1);
|
|
652
|
-
--relay-colors-gray-a-2: var(--relay-colors-gray-light-a-2);
|
|
653
|
-
--relay-colors-gray-a-3: var(--relay-colors-gray-light-a-3);
|
|
654
|
-
--relay-colors-gray-a-4: var(--relay-colors-gray-light-a-4);
|
|
655
|
-
--relay-colors-gray-a-5: var(--relay-colors-gray-light-a-5);
|
|
656
|
-
--relay-colors-gray-a-6: var(--relay-colors-gray-light-a-6);
|
|
657
|
-
--relay-colors-gray-a-7: var(--relay-colors-gray-light-a-7);
|
|
658
|
-
--relay-colors-gray-a-8: var(--relay-colors-gray-light-a-8);
|
|
659
|
-
--relay-colors-gray-a-9: var(--relay-colors-gray-light-a-9);
|
|
660
|
-
--relay-colors-gray-a-10: var(--relay-colors-gray-light-a-10);
|
|
661
|
-
--relay-colors-gray-a-11: var(--relay-colors-gray-light-a-11);
|
|
662
|
-
--relay-colors-gray-a-12: var(--relay-colors-gray-light-a-12);
|
|
663
|
-
--relay-colors-slate-1: var(--relay-colors-slate-light-1);
|
|
664
|
-
--relay-colors-slate-2: var(--relay-colors-slate-light-2);
|
|
665
|
-
--relay-colors-slate-3: var(--relay-colors-slate-light-3);
|
|
666
|
-
--relay-colors-slate-4: var(--relay-colors-slate-light-4);
|
|
667
|
-
--relay-colors-slate-5: var(--relay-colors-slate-light-5);
|
|
668
|
-
--relay-colors-slate-6: var(--relay-colors-slate-light-6);
|
|
669
|
-
--relay-colors-slate-7: var(--relay-colors-slate-light-7);
|
|
670
|
-
--relay-colors-slate-8: var(--relay-colors-slate-light-8);
|
|
671
|
-
--relay-colors-slate-9: var(--relay-colors-slate-light-9);
|
|
672
|
-
--relay-colors-slate-10: var(--relay-colors-slate-light-10);
|
|
673
|
-
--relay-colors-slate-11: var(--relay-colors-slate-light-11);
|
|
674
|
-
--relay-colors-slate-12: var(--relay-colors-slate-light-12);
|
|
675
|
-
--relay-colors-slate-light-1: hsl(206, 30.0%, 98.8%);
|
|
676
|
-
--relay-colors-slate-light-2: hsl(210, 16.7%, 97.6%);
|
|
677
|
-
--relay-colors-slate-light-3: hsl(209, 13.3%, 95.3%);
|
|
678
|
-
--relay-colors-slate-light-4: hsl(209, 12.2%, 93.2%);
|
|
679
|
-
--relay-colors-slate-light-5: hsl(208, 11.7%, 91.1%);
|
|
680
|
-
--relay-colors-slate-light-6: hsl(208, 11.3%, 88.9%);
|
|
681
|
-
--relay-colors-slate-light-7: hsl(207, 11.1%, 85.9%);
|
|
682
|
-
--relay-colors-slate-light-8: hsl(205, 10.7%, 78.0%);
|
|
683
|
-
--relay-colors-slate-light-9: hsl(206, 6.0%, 56.1%);
|
|
684
|
-
--relay-colors-slate-light-10: hsl(206, 5.8%, 52.3%);
|
|
685
|
-
--relay-colors-slate-light-11: hsl(206, 6.0%, 43.5%);
|
|
686
|
-
--relay-colors-slate-light-12: hsl(206, 24.0%, 9.0%);
|
|
687
|
-
--relay-colors-slate-light-a-1: hsla(210, 92.6%, 26.5%, 0.016);
|
|
688
|
-
--relay-colors-slate-light-a-2: hsla(210, 87.7%, 16.0%, 0.028);
|
|
689
|
-
--relay-colors-slate-light-a-3: hsla(210, 98.8%, 14.4%, 0.055);
|
|
690
|
-
--relay-colors-slate-light-a-4: hsla(210, 94.1%, 11.1%, 0.075);
|
|
691
|
-
--relay-colors-slate-light-a-5: hsla(216, 91.1%, 10.9%, 0.099);
|
|
692
|
-
--relay-colors-slate-light-a-6: hsla(206, 96.4%, 11.3%, 0.126);
|
|
693
|
-
--relay-colors-slate-light-a-7: hsla(210, 99.1%, 10.1%, 0.157);
|
|
694
|
-
--relay-colors-slate-light-a-8: hsla(205, 96.5%, 10.0%, 0.244);
|
|
695
|
-
--relay-colors-slate-light-a-9: hsla(206, 98.8%, 5.9%, 0.467);
|
|
696
|
-
--relay-colors-slate-light-a-10: hsla(206, 99.6%, 5.4%, 0.506);
|
|
697
|
-
--relay-colors-slate-light-a-11: hsla(206, 97.0%, 4.8%, 0.593);
|
|
698
|
-
--relay-colors-slate-light-a-12: hsla(202, 97.0%, 2.4%, 0.934);
|
|
699
|
-
--relay-colors-slate-dark-1: hsl(200, 7.0%, 8.8%);
|
|
700
|
-
--relay-colors-slate-dark-2: hsl(195, 7.1%, 11.0%);
|
|
701
|
-
--relay-colors-slate-dark-3: hsl(197, 6.8%, 13.6%);
|
|
702
|
-
--relay-colors-slate-dark-4: hsl(198, 6.6%, 15.8%);
|
|
703
|
-
--relay-colors-slate-dark-5: hsl(199, 6.4%, 17.9%);
|
|
704
|
-
--relay-colors-slate-dark-6: hsl(201, 6.2%, 20.5%);
|
|
705
|
-
--relay-colors-slate-dark-7: hsl(203, 6.0%, 24.3%);
|
|
706
|
-
--relay-colors-slate-dark-8: hsl(207, 5.6%, 31.6%);
|
|
707
|
-
--relay-colors-slate-dark-9: hsl(206, 6.0%, 43.9%);
|
|
708
|
-
--relay-colors-slate-dark-10: hsl(206, 5.2%, 49.5%);
|
|
709
|
-
--relay-colors-slate-dark-11: hsl(206, 6.0%, 63.0%);
|
|
710
|
-
--relay-colors-slate-dark-12: hsl(210, 6.0%, 93.0%);
|
|
711
|
-
--relay-colors-slate-dark-a-1: hsla(0, 0%, 0%, 0);
|
|
712
|
-
--relay-colors-slate-dark-a-2: hsla(181, 98.9%, 91.8%, 0.026);
|
|
713
|
-
--relay-colors-slate-dark-a-3: hsla(182, 86.7%, 91.4%, 0.057);
|
|
714
|
-
--relay-colors-slate-dark-a-4: hsla(209, 86.7%, 93.9%, 0.083);
|
|
715
|
-
--relay-colors-slate-dark-a-5: hsla(200, 90.3%, 93.4%, 0.109);
|
|
716
|
-
--relay-colors-slate-dark-a-6: hsla(209, 95.3%, 93.5%, 0.139);
|
|
717
|
-
--relay-colors-slate-dark-a-7: hsla(204, 98.5%, 93.9%, 0.182);
|
|
718
|
-
--relay-colors-slate-dark-a-8: hsla(209, 94.0%, 94.7%, 0.265);
|
|
719
|
-
--relay-colors-slate-dark-a-9: hsla(207, 97.3%, 94.0%, 0.412);
|
|
720
|
-
--relay-colors-slate-dark-a-10: hsla(209, 99.4%, 95.2%, 0.472);
|
|
721
|
-
--relay-colors-slate-dark-a-11: hsla(208, 98.7%, 96.8%, 0.615);
|
|
722
|
-
--relay-colors-slate-dark-a-12: hsla(211, 86.7%, 99.6%, 0.927);
|
|
723
|
-
--relay-colors-slate-a-1: var(--relay-colors-slate-light-a-1);
|
|
724
|
-
--relay-colors-slate-a-2: var(--relay-colors-slate-light-a-2);
|
|
725
|
-
--relay-colors-slate-a-3: var(--relay-colors-slate-light-a-3);
|
|
726
|
-
--relay-colors-slate-a-4: var(--relay-colors-slate-light-a-4);
|
|
727
|
-
--relay-colors-slate-a-5: var(--relay-colors-slate-light-a-5);
|
|
728
|
-
--relay-colors-slate-a-6: var(--relay-colors-slate-light-a-6);
|
|
729
|
-
--relay-colors-slate-a-7: var(--relay-colors-slate-light-a-7);
|
|
730
|
-
--relay-colors-slate-a-8: var(--relay-colors-slate-light-a-8);
|
|
731
|
-
--relay-colors-slate-a-9: var(--relay-colors-slate-light-a-9);
|
|
732
|
-
--relay-colors-slate-a-10: var(--relay-colors-slate-light-a-10);
|
|
733
|
-
--relay-colors-slate-a-11: var(--relay-colors-slate-light-a-11);
|
|
734
|
-
--relay-colors-slate-a-12: var(--relay-colors-slate-light-a-12);
|
|
735
|
-
--relay-colors-tomato-1: var(--relay-colors-tomato-light-1);
|
|
736
|
-
--relay-colors-tomato-2: var(--relay-colors-tomato-light-2);
|
|
737
|
-
--relay-colors-tomato-3: var(--relay-colors-tomato-light-3);
|
|
738
|
-
--relay-colors-tomato-4: var(--relay-colors-tomato-light-4);
|
|
739
|
-
--relay-colors-tomato-5: var(--relay-colors-tomato-light-5);
|
|
740
|
-
--relay-colors-tomato-6: var(--relay-colors-tomato-light-6);
|
|
741
|
-
--relay-colors-tomato-7: var(--relay-colors-tomato-light-7);
|
|
742
|
-
--relay-colors-tomato-8: var(--relay-colors-tomato-light-8);
|
|
743
|
-
--relay-colors-tomato-9: var(--relay-colors-tomato-light-9);
|
|
744
|
-
--relay-colors-tomato-10: var(--relay-colors-tomato-light-10);
|
|
745
|
-
--relay-colors-tomato-11: var(--relay-colors-tomato-light-11);
|
|
746
|
-
--relay-colors-tomato-12: var(--relay-colors-tomato-light-12);
|
|
747
|
-
--relay-colors-tomato-light-1: hsl(10, 100%, 99.4%);
|
|
748
|
-
--relay-colors-tomato-light-2: hsl(8, 100%, 98.4%);
|
|
749
|
-
--relay-colors-tomato-light-3: hsl(8, 100%, 96.6%);
|
|
750
|
-
--relay-colors-tomato-light-4: hsl(8, 100%, 94.3%);
|
|
751
|
-
--relay-colors-tomato-light-5: hsl(8, 92.8%, 91.0%);
|
|
752
|
-
--relay-colors-tomato-light-6: hsl(9, 84.7%, 86.3%);
|
|
753
|
-
--relay-colors-tomato-light-7: hsl(10, 77.3%, 79.5%);
|
|
754
|
-
--relay-colors-tomato-light-8: hsl(10, 71.6%, 71.0%);
|
|
755
|
-
--relay-colors-tomato-light-9: hsl(10, 78.0%, 54.0%);
|
|
756
|
-
--relay-colors-tomato-light-10: hsl(10, 71.5%, 50.0%);
|
|
757
|
-
--relay-colors-tomato-light-11: hsl(10, 82.0%, 43.5%);
|
|
758
|
-
--relay-colors-tomato-light-12: hsl(10, 50.0%, 13.5%);
|
|
759
|
-
--relay-colors-tomato-light-a-1: hsla(0, 100%, 51.0%, 0.012);
|
|
760
|
-
--relay-colors-tomato-light-a-2: hsla(8, 100%, 51.0%, 0.032);
|
|
761
|
-
--relay-colors-tomato-light-a-3: hsla(7, 100%, 50.2%, 0.067);
|
|
762
|
-
--relay-colors-tomato-light-a-4: hsla(8, 100%, 50.1%, 0.114);
|
|
763
|
-
--relay-colors-tomato-light-a-5: hsla(7, 99.5%, 47.9%, 0.173);
|
|
764
|
-
--relay-colors-tomato-light-a-6: hsla(9, 99.9%, 46.2%, 0.255);
|
|
765
|
-
--relay-colors-tomato-light-a-7: hsla(10, 99.8%, 43.6%, 0.365);
|
|
766
|
-
--relay-colors-tomato-light-a-8: hsla(10, 99.5%, 41.8%, 0.499);
|
|
767
|
-
--relay-colors-tomato-light-a-9: hsla(10, 99.9%, 43.8%, 0.820);
|
|
768
|
-
--relay-colors-tomato-light-a-10: hsla(10, 100%, 41.8%, 0.859);
|
|
769
|
-
--relay-colors-tomato-light-a-11: hsla(10, 99.9%, 38.8%, 0.922);
|
|
770
|
-
--relay-colors-tomato-light-a-12: hsla(10, 99.0%, 7.4%, 0.934);
|
|
771
|
-
--relay-colors-tomato-dark-1: hsl(10, 23.0%, 9.4%);
|
|
772
|
-
--relay-colors-tomato-dark-2: hsl(9, 44.8%, 11.4%);
|
|
773
|
-
--relay-colors-tomato-dark-3: hsl(8, 52.0%, 15.3%);
|
|
774
|
-
--relay-colors-tomato-dark-4: hsl(7, 56.3%, 18.0%);
|
|
775
|
-
--relay-colors-tomato-dark-5: hsl(7, 60.1%, 20.6%);
|
|
776
|
-
--relay-colors-tomato-dark-6: hsl(8, 64.8%, 24.0%);
|
|
777
|
-
--relay-colors-tomato-dark-7: hsl(8, 71.2%, 29.1%);
|
|
778
|
-
--relay-colors-tomato-dark-8: hsl(10, 80.2%, 35.7%);
|
|
779
|
-
--relay-colors-tomato-dark-9: hsl(10, 78.0%, 54.0%);
|
|
780
|
-
--relay-colors-tomato-dark-10: hsl(10, 81.7%, 59.0%);
|
|
781
|
-
--relay-colors-tomato-dark-11: hsl(10, 85.0%, 62.8%);
|
|
782
|
-
--relay-colors-tomato-dark-12: hsl(10, 89.0%, 96.0%);
|
|
783
|
-
--relay-colors-tomato-dark-a-1: hsla(0, 0%, 0%, 0);
|
|
784
|
-
--relay-colors-tomato-dark-a-2: hsla(5, 100%, 49.6%, 0.058);
|
|
785
|
-
--relay-colors-tomato-dark-a-3: hsla(6, 99.6%, 54.9%, 0.133);
|
|
786
|
-
--relay-colors-tomato-dark-a-4: hsla(6, 99.2%, 55.4%, 0.191);
|
|
787
|
-
--relay-colors-tomato-dark-a-5: hsla(6, 99.5%, 55.8%, 0.244);
|
|
788
|
-
--relay-colors-tomato-dark-a-6: hsla(7, 99.7%, 55.9%, 0.319);
|
|
789
|
-
--relay-colors-tomato-dark-a-7: hsla(8, 99.8%, 54.8%, 0.434);
|
|
790
|
-
--relay-colors-tomato-dark-a-8: hsla(10, 99.8%, 53.5%, 0.598);
|
|
791
|
-
--relay-colors-tomato-dark-a-9: hsla(10, 100%, 59.7%, 0.885);
|
|
792
|
-
--relay-colors-tomato-dark-a-10: hsla(10, 100%, 63.6%, 0.916);
|
|
793
|
-
--relay-colors-tomato-dark-a-11: hsla(10, 99.7%, 66.4%, 0.939);
|
|
794
|
-
--relay-colors-tomato-dark-a-12: hsla(12, 100%, 97.1%, 0.980);
|
|
795
|
-
--relay-colors-tomato-a-1: var(--relay-colors-tomato-light-a-1);
|
|
796
|
-
--relay-colors-tomato-a-2: var(--relay-colors-tomato-light-a-2);
|
|
797
|
-
--relay-colors-tomato-a-3: var(--relay-colors-tomato-light-a-3);
|
|
798
|
-
--relay-colors-tomato-a-4: var(--relay-colors-tomato-light-a-4);
|
|
799
|
-
--relay-colors-tomato-a-5: var(--relay-colors-tomato-light-a-5);
|
|
800
|
-
--relay-colors-tomato-a-6: var(--relay-colors-tomato-light-a-6);
|
|
801
|
-
--relay-colors-tomato-a-7: var(--relay-colors-tomato-light-a-7);
|
|
802
|
-
--relay-colors-tomato-a-8: var(--relay-colors-tomato-light-a-8);
|
|
803
|
-
--relay-colors-tomato-a-9: var(--relay-colors-tomato-light-a-9);
|
|
804
|
-
--relay-colors-tomato-a-10: var(--relay-colors-tomato-light-a-10);
|
|
805
|
-
--relay-colors-tomato-a-11: var(--relay-colors-tomato-light-a-11);
|
|
806
|
-
--relay-colors-tomato-a-12: var(--relay-colors-tomato-light-a-12);
|
|
807
|
-
--relay-colors-yellow-1: var(--relay-colors-yellow-light-1);
|
|
808
|
-
--relay-colors-yellow-2: var(--relay-colors-yellow-light-2);
|
|
809
|
-
--relay-colors-yellow-3: var(--relay-colors-yellow-light-3);
|
|
810
|
-
--relay-colors-yellow-4: var(--relay-colors-yellow-light-4);
|
|
811
|
-
--relay-colors-yellow-5: var(--relay-colors-yellow-light-5);
|
|
812
|
-
--relay-colors-yellow-6: var(--relay-colors-yellow-light-6);
|
|
813
|
-
--relay-colors-yellow-7: var(--relay-colors-yellow-light-7);
|
|
814
|
-
--relay-colors-yellow-8: var(--relay-colors-yellow-light-8);
|
|
815
|
-
--relay-colors-yellow-9: var(--relay-colors-yellow-light-9);
|
|
816
|
-
--relay-colors-yellow-10: var(--relay-colors-yellow-light-10);
|
|
817
|
-
--relay-colors-yellow-11: var(--relay-colors-yellow-light-11);
|
|
818
|
-
--relay-colors-yellow-12: var(--relay-colors-yellow-light-12);
|
|
819
|
-
--relay-colors-yellow-light-1: hsl(60, 54.0%, 98.5%);
|
|
820
|
-
--relay-colors-yellow-light-2: hsl(52, 100%, 95.5%);
|
|
821
|
-
--relay-colors-yellow-light-3: hsl(55, 100%, 90.9%);
|
|
822
|
-
--relay-colors-yellow-light-4: hsl(54, 100%, 86.6%);
|
|
823
|
-
--relay-colors-yellow-light-5: hsl(52, 97.9%, 82.0%);
|
|
824
|
-
--relay-colors-yellow-light-6: hsl(50, 89.4%, 76.1%);
|
|
825
|
-
--relay-colors-yellow-light-7: hsl(47, 80.4%, 68.0%);
|
|
826
|
-
--relay-colors-yellow-light-8: hsl(48, 100%, 46.1%);
|
|
827
|
-
--relay-colors-yellow-light-9: hsl(53, 92.0%, 50.0%);
|
|
828
|
-
--relay-colors-yellow-light-10: hsl(50, 100%, 48.5%);
|
|
829
|
-
--relay-colors-yellow-light-11: hsl(42, 100%, 29.0%);
|
|
830
|
-
--relay-colors-yellow-light-12: hsl(40, 55.0%, 13.5%);
|
|
831
|
-
--relay-colors-yellow-light-a-1: hsla(60, 94.3%, 34.6%, 0.024);
|
|
832
|
-
--relay-colors-yellow-light-a-2: hsla(52, 100%, 50.4%, 0.091);
|
|
833
|
-
--relay-colors-yellow-light-a-3: hsla(55, 100%, 50.2%, 0.181);
|
|
834
|
-
--relay-colors-yellow-light-a-4: hsla(54, 100%, 50.1%, 0.267);
|
|
835
|
-
--relay-colors-yellow-light-a-5: hsla(52, 99.9%, 49.5%, 0.357);
|
|
836
|
-
--relay-colors-yellow-light-a-6: hsla(50, 100%, 47.4%, 0.451);
|
|
837
|
-
--relay-colors-yellow-light-a-7: hsla(47, 99.8%, 44.6%, 0.577);
|
|
838
|
-
--relay-colors-yellow-light-a-8: hsla(48, 100%, 46.0%, 0.980);
|
|
839
|
-
--relay-colors-yellow-light-a-9: hsla(53, 100%, 48.0%, 0.961);
|
|
840
|
-
--relay-colors-yellow-light-a-10: hsla(50, 100%, 48.4%, 0.980);
|
|
841
|
-
--relay-colors-yellow-light-a-11: hsla(42, 100%, 28.6%, 0.980);
|
|
842
|
-
--relay-colors-yellow-light-a-12: hsla(41, 98.9%, 8.0%, 0.942);
|
|
843
|
-
--relay-colors-yellow-dark-1: hsl(45, 100%, 5.5%);
|
|
844
|
-
--relay-colors-yellow-dark-2: hsl(46, 100%, 6.7%);
|
|
845
|
-
--relay-colors-yellow-dark-3: hsl(45, 100%, 8.7%);
|
|
846
|
-
--relay-colors-yellow-dark-4: hsl(45, 100%, 10.4%);
|
|
847
|
-
--relay-colors-yellow-dark-5: hsl(47, 100%, 12.1%);
|
|
848
|
-
--relay-colors-yellow-dark-6: hsl(49, 100%, 14.3%);
|
|
849
|
-
--relay-colors-yellow-dark-7: hsl(49, 90.3%, 18.4%);
|
|
850
|
-
--relay-colors-yellow-dark-8: hsl(50, 100%, 22.0%);
|
|
851
|
-
--relay-colors-yellow-dark-9: hsl(53, 92.0%, 50.0%);
|
|
852
|
-
--relay-colors-yellow-dark-10: hsl(54, 100%, 68.0%);
|
|
853
|
-
--relay-colors-yellow-dark-11: hsl(48, 100%, 47.0%);
|
|
854
|
-
--relay-colors-yellow-dark-12: hsl(53, 100%, 91.0%);
|
|
855
|
-
--relay-colors-yellow-dark-a-1: hsla(0, 0%, 0%, 0);
|
|
856
|
-
--relay-colors-yellow-dark-a-2: hsla(49, 100%, 49.1%, 0.027);
|
|
857
|
-
--relay-colors-yellow-dark-a-3: hsla(45, 100%, 49.7%, 0.071);
|
|
858
|
-
--relay-colors-yellow-dark-a-4: hsla(46, 100%, 49.7%, 0.111);
|
|
859
|
-
--relay-colors-yellow-dark-a-5: hsla(47, 100%, 49.9%, 0.150);
|
|
860
|
-
--relay-colors-yellow-dark-a-6: hsla(51, 100%, 49.8%, 0.199);
|
|
861
|
-
--relay-colors-yellow-dark-a-7: hsla(51, 99.8%, 53.6%, 0.269);
|
|
862
|
-
--relay-colors-yellow-dark-a-8: hsla(51, 100%, 49.9%, 0.371);
|
|
863
|
-
--relay-colors-yellow-dark-a-9: hsla(53, 100%, 52.0%, 0.956);
|
|
864
|
-
--relay-colors-yellow-dark-a-10: hsla(56, 100%, 68.4%, 0.980);
|
|
865
|
-
--relay-colors-yellow-dark-a-11: hsla(48, 100%, 50.0%, 0.934);
|
|
866
|
-
--relay-colors-yellow-dark-a-12: hsla(60, 100%, 91.8%, 0.980);
|
|
867
|
-
--relay-colors-yellow-a-1: var(--relay-colors-yellow-light-a-1);
|
|
868
|
-
--relay-colors-yellow-a-2: var(--relay-colors-yellow-light-a-2);
|
|
869
|
-
--relay-colors-yellow-a-3: var(--relay-colors-yellow-light-a-3);
|
|
870
|
-
--relay-colors-yellow-a-4: var(--relay-colors-yellow-light-a-4);
|
|
871
|
-
--relay-colors-yellow-a-5: var(--relay-colors-yellow-light-a-5);
|
|
872
|
-
--relay-colors-yellow-a-6: var(--relay-colors-yellow-light-a-6);
|
|
873
|
-
--relay-colors-yellow-a-7: var(--relay-colors-yellow-light-a-7);
|
|
874
|
-
--relay-colors-yellow-a-8: var(--relay-colors-yellow-light-a-8);
|
|
875
|
-
--relay-colors-yellow-a-9: var(--relay-colors-yellow-light-a-9);
|
|
876
|
-
--relay-colors-yellow-a-10: var(--relay-colors-yellow-light-a-10);
|
|
877
|
-
--relay-colors-yellow-a-11: var(--relay-colors-yellow-light-a-11);
|
|
878
|
-
--relay-colors-yellow-a-12: var(--relay-colors-yellow-light-a-12);
|
|
879
|
-
--relay-colors-prose-body: var(--relay-colors-slate-12);
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
:where(.dark, [data-theme="dark"]):not(#\#):not(#\#) {
|
|
883
|
-
--relay-colors-primary1: var(--relay-colors-violet-dark-1);
|
|
884
|
-
--relay-colors-primary2: var(--relay-colors-violet-dark-2);
|
|
885
|
-
--relay-colors-primary3: var(--relay-colors-violet-dark-3);
|
|
886
|
-
--relay-colors-primary4: var(--relay-colors-violet-dark-4);
|
|
887
|
-
--relay-colors-primary5: var(--relay-colors-violet-dark-5);
|
|
888
|
-
--relay-colors-primary6: var(--relay-colors-violet-dark-6);
|
|
889
|
-
--relay-colors-primary7: var(--relay-colors-violet-dark-7);
|
|
890
|
-
--relay-colors-primary8: var(--relay-colors-violet-dark-8);
|
|
891
|
-
--relay-colors-primary9: var(--relay-colors-violet-dark-9);
|
|
892
|
-
--relay-colors-primary10: var(--relay-colors-violet-dark-10);
|
|
893
|
-
--relay-colors-primary11: var(--relay-colors-violet-dark-11);
|
|
894
|
-
--relay-colors-primary12: var(--relay-colors-violet-dark-12);
|
|
895
|
-
--relay-colors-widget-background: var(--relay-colors-gray-1);
|
|
896
|
-
--relay-colors-modal-background: var(--relay-colors-gray-1);
|
|
897
|
-
--relay-colors-amber-1: var(--relay-colors-amber-dark-1);
|
|
898
|
-
--relay-colors-amber-2: var(--relay-colors-amber-dark-2);
|
|
899
|
-
--relay-colors-amber-3: var(--relay-colors-amber-dark-3);
|
|
900
|
-
--relay-colors-amber-4: var(--relay-colors-amber-dark-4);
|
|
901
|
-
--relay-colors-amber-5: var(--relay-colors-amber-dark-5);
|
|
902
|
-
--relay-colors-amber-6: var(--relay-colors-amber-dark-6);
|
|
903
|
-
--relay-colors-amber-7: var(--relay-colors-amber-dark-7);
|
|
904
|
-
--relay-colors-amber-8: var(--relay-colors-amber-dark-8);
|
|
905
|
-
--relay-colors-amber-9: var(--relay-colors-amber-dark-9);
|
|
906
|
-
--relay-colors-amber-10: var(--relay-colors-amber-dark-10);
|
|
907
|
-
--relay-colors-amber-11: var(--relay-colors-amber-dark-11);
|
|
908
|
-
--relay-colors-amber-12: var(--relay-colors-amber-dark-12);
|
|
909
|
-
--relay-colors-amber-a-1: var(--relay-colors-amber-dark-a-1);
|
|
910
|
-
--relay-colors-amber-a-2: var(--relay-colors-amber-dark-a-2);
|
|
911
|
-
--relay-colors-amber-a-3: var(--relay-colors-amber-dark-a-3);
|
|
912
|
-
--relay-colors-amber-a-4: var(--relay-colors-amber-dark-a-4);
|
|
913
|
-
--relay-colors-amber-a-5: var(--relay-colors-amber-dark-a-5);
|
|
914
|
-
--relay-colors-amber-a-6: var(--relay-colors-amber-dark-a-6);
|
|
915
|
-
--relay-colors-amber-a-7: var(--relay-colors-amber-dark-a-7);
|
|
916
|
-
--relay-colors-amber-a-8: var(--relay-colors-amber-dark-a-8);
|
|
917
|
-
--relay-colors-amber-a-9: var(--relay-colors-amber-dark-a-9);
|
|
918
|
-
--relay-colors-amber-a-10: var(--relay-colors-amber-dark-a-10);
|
|
919
|
-
--relay-colors-amber-a-11: var(--relay-colors-amber-dark-a-11);
|
|
920
|
-
--relay-colors-amber-a-12: var(--relay-colors-amber-dark-a-12);
|
|
921
|
-
--relay-colors-blue-1: var(--relay-colors-blue-dark-1);
|
|
922
|
-
--relay-colors-blue-2: var(--relay-colors-blue-dark-2);
|
|
923
|
-
--relay-colors-blue-3: var(--relay-colors-blue-dark-3);
|
|
924
|
-
--relay-colors-blue-4: var(--relay-colors-blue-dark-4);
|
|
925
|
-
--relay-colors-blue-5: var(--relay-colors-blue-dark-5);
|
|
926
|
-
--relay-colors-blue-6: var(--relay-colors-blue-dark-6);
|
|
927
|
-
--relay-colors-blue-7: var(--relay-colors-blue-dark-7);
|
|
928
|
-
--relay-colors-blue-8: var(--relay-colors-blue-dark-8);
|
|
929
|
-
--relay-colors-blue-9: var(--relay-colors-blue-dark-9);
|
|
930
|
-
--relay-colors-blue-10: var(--relay-colors-blue-dark-10);
|
|
931
|
-
--relay-colors-blue-11: var(--relay-colors-blue-dark-11);
|
|
932
|
-
--relay-colors-blue-12: var(--relay-colors-blue-dark-12);
|
|
933
|
-
--relay-colors-blue-a-1: var(--relay-colors-blue-dark-a-1);
|
|
934
|
-
--relay-colors-blue-a-2: var(--relay-colors-blue-dark-a-2);
|
|
935
|
-
--relay-colors-blue-a-3: var(--relay-colors-blue-dark-a-3);
|
|
936
|
-
--relay-colors-blue-a-4: var(--relay-colors-blue-dark-a-4);
|
|
937
|
-
--relay-colors-blue-a-5: var(--relay-colors-blue-dark-a-5);
|
|
938
|
-
--relay-colors-blue-a-6: var(--relay-colors-blue-dark-a-6);
|
|
939
|
-
--relay-colors-blue-a-7: var(--relay-colors-blue-dark-a-7);
|
|
940
|
-
--relay-colors-blue-a-8: var(--relay-colors-blue-dark-a-8);
|
|
941
|
-
--relay-colors-blue-a-9: var(--relay-colors-blue-dark-a-9);
|
|
942
|
-
--relay-colors-blue-a-10: var(--relay-colors-blue-dark-a-10);
|
|
943
|
-
--relay-colors-blue-a-11: var(--relay-colors-blue-dark-a-11);
|
|
944
|
-
--relay-colors-blue-a-12: var(--relay-colors-blue-dark-a-12);
|
|
945
|
-
--relay-colors-grass-1: var(--relay-colors-grass-dark-1);
|
|
946
|
-
--relay-colors-grass-2: var(--relay-colors-grass-dark-2);
|
|
947
|
-
--relay-colors-grass-3: var(--relay-colors-grass-dark-3);
|
|
948
|
-
--relay-colors-grass-4: var(--relay-colors-grass-dark-4);
|
|
949
|
-
--relay-colors-grass-5: var(--relay-colors-grass-dark-5);
|
|
950
|
-
--relay-colors-grass-6: var(--relay-colors-grass-dark-6);
|
|
951
|
-
--relay-colors-grass-7: var(--relay-colors-grass-dark-7);
|
|
952
|
-
--relay-colors-grass-8: var(--relay-colors-grass-dark-8);
|
|
953
|
-
--relay-colors-grass-9: var(--relay-colors-grass-dark-9);
|
|
954
|
-
--relay-colors-grass-10: var(--relay-colors-grass-dark-10);
|
|
955
|
-
--relay-colors-grass-11: var(--relay-colors-grass-dark-11);
|
|
956
|
-
--relay-colors-grass-12: var(--relay-colors-grass-dark-12);
|
|
957
|
-
--relay-colors-grass-a-1: var(--relay-colors-grass-dark-a-1);
|
|
958
|
-
--relay-colors-grass-a-2: var(--relay-colors-grass-dark-a-2);
|
|
959
|
-
--relay-colors-grass-a-3: var(--relay-colors-grass-dark-a-3);
|
|
960
|
-
--relay-colors-grass-a-4: var(--relay-colors-grass-dark-a-4);
|
|
961
|
-
--relay-colors-grass-a-5: var(--relay-colors-grass-dark-a-5);
|
|
962
|
-
--relay-colors-grass-a-6: var(--relay-colors-grass-dark-a-6);
|
|
963
|
-
--relay-colors-grass-a-7: var(--relay-colors-grass-dark-a-7);
|
|
964
|
-
--relay-colors-grass-a-8: var(--relay-colors-grass-dark-a-8);
|
|
965
|
-
--relay-colors-grass-a-9: var(--relay-colors-grass-dark-a-9);
|
|
966
|
-
--relay-colors-grass-a-10: var(--relay-colors-grass-dark-a-10);
|
|
967
|
-
--relay-colors-grass-a-11: var(--relay-colors-grass-dark-a-11);
|
|
968
|
-
--relay-colors-grass-a-12: var(--relay-colors-grass-dark-a-12);
|
|
969
|
-
--relay-colors-gray-1: var(--relay-colors-gray-dark-1);
|
|
970
|
-
--relay-colors-gray-2: var(--relay-colors-gray-dark-2);
|
|
971
|
-
--relay-colors-gray-3: var(--relay-colors-gray-dark-3);
|
|
972
|
-
--relay-colors-gray-4: var(--relay-colors-gray-dark-4);
|
|
973
|
-
--relay-colors-gray-5: var(--relay-colors-gray-dark-5);
|
|
974
|
-
--relay-colors-gray-6: var(--relay-colors-gray-dark-6);
|
|
975
|
-
--relay-colors-gray-7: var(--relay-colors-gray-dark-7);
|
|
976
|
-
--relay-colors-gray-8: var(--relay-colors-gray-dark-8);
|
|
977
|
-
--relay-colors-gray-9: var(--relay-colors-gray-dark-9);
|
|
978
|
-
--relay-colors-gray-10: var(--relay-colors-gray-dark-10);
|
|
979
|
-
--relay-colors-gray-11: var(--relay-colors-gray-dark-11);
|
|
980
|
-
--relay-colors-gray-12: var(--relay-colors-gray-dark-12);
|
|
981
|
-
--relay-colors-gray-a-1: var(--relay-colors-gray-dark-a-1);
|
|
982
|
-
--relay-colors-gray-a-2: var(--relay-colors-gray-dark-a-2);
|
|
983
|
-
--relay-colors-gray-a-3: var(--relay-colors-gray-dark-a-3);
|
|
984
|
-
--relay-colors-gray-a-4: var(--relay-colors-gray-dark-a-4);
|
|
985
|
-
--relay-colors-gray-a-5: var(--relay-colors-gray-dark-a-5);
|
|
986
|
-
--relay-colors-gray-a-6: var(--relay-colors-gray-dark-a-6);
|
|
987
|
-
--relay-colors-gray-a-7: var(--relay-colors-gray-dark-a-7);
|
|
988
|
-
--relay-colors-gray-a-8: var(--relay-colors-gray-dark-a-8);
|
|
989
|
-
--relay-colors-gray-a-9: var(--relay-colors-gray-dark-a-9);
|
|
990
|
-
--relay-colors-gray-a-10: var(--relay-colors-gray-dark-a-10);
|
|
991
|
-
--relay-colors-gray-a-11: var(--relay-colors-gray-dark-a-11);
|
|
992
|
-
--relay-colors-gray-a-12: var(--relay-colors-gray-dark-a-12);
|
|
993
|
-
--relay-colors-slate-1: var(--relay-colors-slate-dark-1);
|
|
994
|
-
--relay-colors-slate-2: var(--relay-colors-slate-dark-2);
|
|
995
|
-
--relay-colors-slate-3: var(--relay-colors-slate-dark-3);
|
|
996
|
-
--relay-colors-slate-4: var(--relay-colors-slate-dark-4);
|
|
997
|
-
--relay-colors-slate-5: var(--relay-colors-slate-dark-5);
|
|
998
|
-
--relay-colors-slate-6: var(--relay-colors-slate-dark-6);
|
|
999
|
-
--relay-colors-slate-7: var(--relay-colors-slate-dark-7);
|
|
1000
|
-
--relay-colors-slate-8: var(--relay-colors-slate-dark-8);
|
|
1001
|
-
--relay-colors-slate-9: var(--relay-colors-slate-dark-9);
|
|
1002
|
-
--relay-colors-slate-10: var(--relay-colors-slate-dark-10);
|
|
1003
|
-
--relay-colors-slate-11: var(--relay-colors-slate-dark-11);
|
|
1004
|
-
--relay-colors-slate-12: var(--relay-colors-slate-dark-12);
|
|
1005
|
-
--relay-colors-slate-a-1: var(--relay-colors-slate-dark-a-1);
|
|
1006
|
-
--relay-colors-slate-a-2: var(--relay-colors-slate-dark-a-2);
|
|
1007
|
-
--relay-colors-slate-a-3: var(--relay-colors-slate-dark-a-3);
|
|
1008
|
-
--relay-colors-slate-a-4: var(--relay-colors-slate-dark-a-4);
|
|
1009
|
-
--relay-colors-slate-a-5: var(--relay-colors-slate-dark-a-5);
|
|
1010
|
-
--relay-colors-slate-a-6: var(--relay-colors-slate-dark-a-6);
|
|
1011
|
-
--relay-colors-slate-a-7: var(--relay-colors-slate-dark-a-7);
|
|
1012
|
-
--relay-colors-slate-a-8: var(--relay-colors-slate-dark-a-8);
|
|
1013
|
-
--relay-colors-slate-a-9: var(--relay-colors-slate-dark-a-9);
|
|
1014
|
-
--relay-colors-slate-a-10: var(--relay-colors-slate-dark-a-10);
|
|
1015
|
-
--relay-colors-slate-a-11: var(--relay-colors-slate-dark-a-11);
|
|
1016
|
-
--relay-colors-slate-a-12: var(--relay-colors-slate-dark-a-12);
|
|
1017
|
-
--relay-colors-tomato-1: var(--relay-colors-tomato-dark-1);
|
|
1018
|
-
--relay-colors-tomato-2: var(--relay-colors-tomato-dark-2);
|
|
1019
|
-
--relay-colors-tomato-3: var(--relay-colors-tomato-dark-3);
|
|
1020
|
-
--relay-colors-tomato-4: var(--relay-colors-tomato-dark-4);
|
|
1021
|
-
--relay-colors-tomato-5: var(--relay-colors-tomato-dark-5);
|
|
1022
|
-
--relay-colors-tomato-6: var(--relay-colors-tomato-dark-6);
|
|
1023
|
-
--relay-colors-tomato-7: var(--relay-colors-tomato-dark-7);
|
|
1024
|
-
--relay-colors-tomato-8: var(--relay-colors-tomato-dark-8);
|
|
1025
|
-
--relay-colors-tomato-9: var(--relay-colors-tomato-dark-9);
|
|
1026
|
-
--relay-colors-tomato-10: var(--relay-colors-tomato-dark-10);
|
|
1027
|
-
--relay-colors-tomato-11: var(--relay-colors-tomato-dark-11);
|
|
1028
|
-
--relay-colors-tomato-12: var(--relay-colors-tomato-dark-12);
|
|
1029
|
-
--relay-colors-tomato-a-1: var(--relay-colors-tomato-dark-a-1);
|
|
1030
|
-
--relay-colors-tomato-a-2: var(--relay-colors-tomato-dark-a-2);
|
|
1031
|
-
--relay-colors-tomato-a-3: var(--relay-colors-tomato-dark-a-3);
|
|
1032
|
-
--relay-colors-tomato-a-4: var(--relay-colors-tomato-dark-a-4);
|
|
1033
|
-
--relay-colors-tomato-a-5: var(--relay-colors-tomato-dark-a-5);
|
|
1034
|
-
--relay-colors-tomato-a-6: var(--relay-colors-tomato-dark-a-6);
|
|
1035
|
-
--relay-colors-tomato-a-7: var(--relay-colors-tomato-dark-a-7);
|
|
1036
|
-
--relay-colors-tomato-a-8: var(--relay-colors-tomato-dark-a-8);
|
|
1037
|
-
--relay-colors-tomato-a-9: var(--relay-colors-tomato-dark-a-9);
|
|
1038
|
-
--relay-colors-tomato-a-10: var(--relay-colors-tomato-dark-a-10);
|
|
1039
|
-
--relay-colors-tomato-a-11: var(--relay-colors-tomato-dark-a-11);
|
|
1040
|
-
--relay-colors-tomato-a-12: var(--relay-colors-tomato-dark-a-12);
|
|
1041
|
-
--relay-colors-yellow-1: var(--relay-colors-yellow-dark-1);
|
|
1042
|
-
--relay-colors-yellow-2: var(--relay-colors-yellow-dark-2);
|
|
1043
|
-
--relay-colors-yellow-3: var(--relay-colors-yellow-dark-3);
|
|
1044
|
-
--relay-colors-yellow-4: var(--relay-colors-yellow-dark-4);
|
|
1045
|
-
--relay-colors-yellow-5: var(--relay-colors-yellow-dark-5);
|
|
1046
|
-
--relay-colors-yellow-6: var(--relay-colors-yellow-dark-6);
|
|
1047
|
-
--relay-colors-yellow-7: var(--relay-colors-yellow-dark-7);
|
|
1048
|
-
--relay-colors-yellow-8: var(--relay-colors-yellow-dark-8);
|
|
1049
|
-
--relay-colors-yellow-9: var(--relay-colors-yellow-dark-9);
|
|
1050
|
-
--relay-colors-yellow-10: var(--relay-colors-yellow-dark-10);
|
|
1051
|
-
--relay-colors-yellow-11: var(--relay-colors-yellow-dark-11);
|
|
1052
|
-
--relay-colors-yellow-12: var(--relay-colors-yellow-dark-12);
|
|
1053
|
-
--relay-colors-yellow-a-1: var(--relay-colors-yellow-dark-a-1);
|
|
1054
|
-
--relay-colors-yellow-a-2: var(--relay-colors-yellow-dark-a-2);
|
|
1055
|
-
--relay-colors-yellow-a-3: var(--relay-colors-yellow-dark-a-3);
|
|
1056
|
-
--relay-colors-yellow-a-4: var(--relay-colors-yellow-dark-a-4);
|
|
1057
|
-
--relay-colors-yellow-a-5: var(--relay-colors-yellow-dark-a-5);
|
|
1058
|
-
--relay-colors-yellow-a-6: var(--relay-colors-yellow-dark-a-6);
|
|
1059
|
-
--relay-colors-yellow-a-7: var(--relay-colors-yellow-dark-a-7);
|
|
1060
|
-
--relay-colors-yellow-a-8: var(--relay-colors-yellow-dark-a-8);
|
|
1061
|
-
--relay-colors-yellow-a-9: var(--relay-colors-yellow-dark-a-9);
|
|
1062
|
-
--relay-colors-yellow-a-10: var(--relay-colors-yellow-dark-a-10);
|
|
1063
|
-
--relay-colors-yellow-a-11: var(--relay-colors-yellow-dark-a-11);
|
|
1064
|
-
--relay-colors-yellow-a-12: var(--relay-colors-yellow-dark-a-12)
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
.relay-w_100\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1068
|
-
width: 100%;
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
.relay-bg_none:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1072
|
-
background: none;
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
.relay-px_0\!:not(#\#) {
|
|
1076
|
-
padding-inline: 0 !important;
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
|
-
.relay-py_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1080
|
-
padding-block: var(--relay-spacing-1);
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
.relay-h_18:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1084
|
-
height: 18px;
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
.relay-d_flex:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1088
|
-
display: flex;
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
.relay-text_red:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1092
|
-
color: red;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
.relay-text_subtleSecondary:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1096
|
-
color: subtleSecondary;
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
.relay-text_gray9:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1100
|
-
color: var(--relay-colors-gray9);
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
.relay-text_ghost:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1104
|
-
color: ghost;
|
|
1105
|
-
}
|
|
1106
|
-
|
|
1107
|
-
.relay-w_16:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1108
|
-
width: 16px;
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
.relay-h_16:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1112
|
-
height: 16px;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
.relay-overflow_hidden:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1116
|
-
overflow: hidden;
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
.relay-h_100\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1120
|
-
height: 100%;
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
.relay-gap_4:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1124
|
-
gap: var(--relay-spacing-4);
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
.relay-gap_2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1128
|
-
gap: var(--relay-spacing-2);
|
|
1129
|
-
}
|
|
1130
|
-
|
|
1131
|
-
.relay-pos_relative:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1132
|
-
position: relative;
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
.relay-d_inline-block:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1136
|
-
display: inline-block;
|
|
1137
|
-
}
|
|
1138
|
-
|
|
1139
|
-
.relay-bg_green2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1140
|
-
background: var(--relay-colors-green2);
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
|
-
.relay-p_2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1144
|
-
padding: var(--relay-spacing-2);
|
|
1145
|
-
}
|
|
1146
|
-
|
|
1147
|
-
.relay-rounded_8:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1148
|
-
border-radius: 8px;
|
|
1149
|
-
}
|
|
1150
|
-
|
|
1151
|
-
.relay-bg_amber2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1152
|
-
background: var(--relay-colors-amber2);
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
|
-
.relay-text_warning:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1156
|
-
color: warning;
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
.relay-h_48:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1160
|
-
height: 48px;
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
.relay-pos_absolute:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1164
|
-
position: absolute;
|
|
1165
|
-
}
|
|
1166
|
-
|
|
1167
|
-
.relay-transform_translateY\(-50\%\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1168
|
-
transform: translateY(-50%);
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
|
-
.relay-w_24px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1172
|
-
width: 24px;
|
|
1173
|
-
}
|
|
1174
|
-
|
|
1175
|
-
.relay-h_24px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1176
|
-
height: 24px;
|
|
1177
|
-
}
|
|
1178
|
-
|
|
1179
|
-
.relay-min-w_24px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1180
|
-
min-width: 24px;
|
|
1181
|
-
}
|
|
1182
|
-
|
|
1183
|
-
.relay-min-h_24px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1184
|
-
min-height: 24px;
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1187
|
-
.relay-p_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1188
|
-
padding: 0;
|
|
1189
|
-
}
|
|
1190
|
-
|
|
1191
|
-
.relay-rounded_4px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1192
|
-
border-radius: 4px;
|
|
1193
|
-
}
|
|
1194
|
-
|
|
1195
|
-
.relay-text_gray8:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1196
|
-
color: var(--relay-colors-gray8);
|
|
1197
|
-
}
|
|
1198
|
-
|
|
1199
|
-
.relay-text_\#30A46C:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1200
|
-
color: #30A46C;
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
.relay-text_\#FFA01C:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1204
|
-
color: #FFA01C;
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
.relay-text_\#9CA3AF:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1208
|
-
color: #9CA3AF;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
.relay-gap_6px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1212
|
-
gap: 6px;
|
|
1213
|
-
}
|
|
1214
|
-
|
|
1215
|
-
.relay-cursor_pointer:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1216
|
-
cursor: pointer;
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
|
-
.relay-px_8px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1220
|
-
padding-inline: 8px;
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
|
-
.relay-text_transparent:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1224
|
-
color: transparent;
|
|
1225
|
-
}
|
|
1226
|
-
|
|
1227
|
-
.relay-my_4:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1228
|
-
margin-block: var(--relay-spacing-4);
|
|
1229
|
-
}
|
|
1230
|
-
|
|
1231
|
-
.relay-text-align_center:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1232
|
-
text-align: center;
|
|
1233
|
-
}
|
|
1234
|
-
|
|
1235
|
-
.relay-break_break-word:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1236
|
-
word-break: break-word;
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
|
-
.relay-overflow-wrap_anywhere:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1240
|
-
overflow-wrap: anywhere;
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
|
-
.relay-max-h_min\(36vh\,_220px\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1244
|
-
max-height: min(36vh, 220px);
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
|
-
.relay-px_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1248
|
-
padding-inline: var(--relay-spacing-1);
|
|
1249
|
-
}
|
|
1250
|
-
|
|
1251
|
-
.relay-scrollbar-width_thin:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1252
|
-
scrollbar-width: thin;
|
|
1253
|
-
}
|
|
1254
|
-
|
|
1255
|
-
.relay-scrollbar-color_var\(--relay-colors-gray5\)_transparent:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1256
|
-
scrollbar-color: var(--relay-colors-gray5) transparent;
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
|
-
.relay-animation_spin_1s_linear_infinite:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1260
|
-
animation: spin 1s linear infinite;
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
.relay-fill_primary-color:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1264
|
-
fill: var(--relay-colors-primary-color);
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
|
-
.relay-pos_fixed:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1268
|
-
position: fixed;
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
.relay---borderColor_colors\.subtle-border-color:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1272
|
-
--borderColor: var(--relay-colors-subtle-border-color);
|
|
1273
|
-
}
|
|
1274
|
-
|
|
1275
|
-
.relay-border_1px_solid_var\(--borderColor\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1276
|
-
border: 1px solid var(--borderColor);
|
|
1277
|
-
}
|
|
1278
|
-
|
|
1279
|
-
.relay-p_4:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1280
|
-
padding: var(--relay-spacing-4);
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1283
|
-
.relay-px_2\!:not(#\#) {
|
|
1284
|
-
padding-inline: var(--relay-spacing-2) !important;
|
|
1285
|
-
}
|
|
1286
|
-
|
|
1287
|
-
.relay-gap_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1288
|
-
gap: var(--relay-spacing-1);
|
|
1289
|
-
}
|
|
1290
|
-
|
|
1291
|
-
.relay-min-w_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1292
|
-
min-width: 0;
|
|
1293
|
-
}
|
|
1294
|
-
|
|
1295
|
-
.relay-rounded_12:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1296
|
-
border-radius: 12px;
|
|
1297
|
-
}
|
|
1298
|
-
|
|
1299
|
-
.relay-p_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1300
|
-
padding: var(--relay-spacing-1);
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
.relay-text_amber11:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1304
|
-
color: var(--relay-colors-amber11);
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
.relay-text_anchor-color:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1308
|
-
color: var(--relay-colors-anchor-color);
|
|
1309
|
-
}
|
|
1310
|
-
|
|
1311
|
-
.relay-w_14:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1312
|
-
width: 14px;
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
|
-
.relay-h_14:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1316
|
-
height: 14px;
|
|
1317
|
-
}
|
|
1318
|
-
|
|
1319
|
-
.relay-white-space_nowrap:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1320
|
-
white-space: nowrap;
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
|
-
.relay-text-overflow_ellipsis:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1324
|
-
text-overflow: ellipsis;
|
|
1325
|
-
}
|
|
1326
|
-
|
|
1327
|
-
.relay-transition_backdrop-filter_250ms_linear:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1328
|
-
transition: backdrop-filter 250ms linear;
|
|
1329
|
-
}
|
|
1330
|
-
|
|
1331
|
-
.relay---borderColor_colors\.gray\.6:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1332
|
-
--borderColor: var(--relay-colors-gray-6);
|
|
1333
|
-
}
|
|
1334
|
-
|
|
1335
|
-
.relay-w_auto:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1336
|
-
width: auto;
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
.relay-py_6px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1340
|
-
padding-block: 6px;
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
.relay-min-h_auto:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1344
|
-
min-height: auto;
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
|
-
.relay-min-h_23px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1348
|
-
min-height: 23px;
|
|
1349
|
-
}
|
|
1350
|
-
|
|
1351
|
-
.relay-rounded_6px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1352
|
-
border-radius: 6px;
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
.relay-rounded_12px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1356
|
-
border-radius: 12px;
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
|
-
.relay-flex_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1360
|
-
flex: 1 1 0%;
|
|
1361
|
-
}
|
|
1362
|
-
|
|
1363
|
-
.relay-flex_none:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1364
|
-
flex: none;
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
|
-
.relay-border_none:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1368
|
-
border: none;
|
|
1369
|
-
}
|
|
1370
|
-
|
|
1371
|
-
.relay-text_white:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1372
|
-
color: white;
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
.relay-gap_4px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1376
|
-
gap: 4px;
|
|
1377
|
-
}
|
|
1378
|
-
|
|
1379
|
-
.relay-gap_3:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1380
|
-
gap: var(--relay-spacing-3);
|
|
1381
|
-
}
|
|
1382
|
-
|
|
1383
|
-
.relay-w_50\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1384
|
-
width: 50%;
|
|
1385
|
-
}
|
|
1386
|
-
|
|
1387
|
-
.relay-text_subtle:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1388
|
-
color: subtle;
|
|
1389
|
-
}
|
|
1390
|
-
|
|
1391
|
-
.relay-text_red11:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1392
|
-
color: var(--relay-colors-red11);
|
|
1393
|
-
}
|
|
1394
|
-
|
|
1395
|
-
.relay-max-w_190:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1396
|
-
max-width: 190px;
|
|
1397
|
-
}
|
|
1398
|
-
|
|
1399
|
-
.relay-d_none:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1400
|
-
display: none;
|
|
1401
|
-
}
|
|
1402
|
-
|
|
1403
|
-
.relay-max-w_188:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1404
|
-
max-width: 188px;
|
|
1405
|
-
}
|
|
1406
|
-
|
|
1407
|
-
.relay-min-h_32:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1408
|
-
min-height: 32px;
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
.relay-py_2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1412
|
-
padding-block: var(--relay-spacing-2);
|
|
1413
|
-
}
|
|
1414
|
-
|
|
1415
|
-
.relay-rounded_8px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1416
|
-
border-radius: 8px;
|
|
1417
|
-
}
|
|
1418
|
-
|
|
1419
|
-
.relay-p_4px_6px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1420
|
-
padding: 4px 6px;
|
|
1421
|
-
}
|
|
1422
|
-
|
|
1423
|
-
.relay-bg_subtle-background-color:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1424
|
-
background: var(--relay-colors-subtle-background-color);
|
|
1425
|
-
}
|
|
1426
|
-
|
|
1427
|
-
.relay-border_1px_solid:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1428
|
-
border: 1px solid;
|
|
1429
|
-
}
|
|
1430
|
-
|
|
1431
|
-
.relay-h_36px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1432
|
-
height: 36px;
|
|
1433
|
-
}
|
|
1434
|
-
|
|
1435
|
-
.relay-px_10px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1436
|
-
padding-inline: 10px;
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
.relay-text-align_right:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1440
|
-
text-align: right;
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
|
-
.relay-min-h_262px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1444
|
-
min-height: 262px;
|
|
1445
|
-
}
|
|
1446
|
-
|
|
1447
|
-
.relay-max-h_90vh:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1448
|
-
max-height: 90vh;
|
|
1449
|
-
}
|
|
1450
|
-
|
|
1451
|
-
.relay-fill_currentColor:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1452
|
-
fill: currentColor;
|
|
1453
|
-
}
|
|
1454
|
-
|
|
1455
|
-
.relay-rounded_100px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1456
|
-
border-radius: 100px;
|
|
1457
|
-
}
|
|
1458
|
-
|
|
1459
|
-
.relay-p_8px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1460
|
-
padding: 8px;
|
|
1461
|
-
}
|
|
1462
|
-
|
|
1463
|
-
.relay-w_32px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1464
|
-
width: 32px;
|
|
1465
|
-
}
|
|
1466
|
-
|
|
1467
|
-
.relay-h_32px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1468
|
-
height: 32px;
|
|
1469
|
-
}
|
|
1470
|
-
|
|
1471
|
-
.relay-z_10000001:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1472
|
-
z-index: 10000001;
|
|
1473
|
-
}
|
|
1474
|
-
|
|
1475
|
-
.relay-w_48px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1476
|
-
width: 48px;
|
|
1477
|
-
}
|
|
1478
|
-
|
|
1479
|
-
.relay-h_48px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1480
|
-
height: 48px;
|
|
1481
|
-
}
|
|
1482
|
-
|
|
1483
|
-
.relay-bg_amber3:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1484
|
-
background: var(--relay-colors-amber3);
|
|
1485
|
-
}
|
|
1486
|
-
|
|
1487
|
-
.relay-rounded_9999:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1488
|
-
border-radius: 9999px;
|
|
1489
|
-
}
|
|
1490
|
-
|
|
1491
|
-
.relay-p_3:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1492
|
-
padding: var(--relay-spacing-3);
|
|
1493
|
-
}
|
|
1494
|
-
|
|
1495
|
-
.relay-bg_gray2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1496
|
-
background: var(--relay-colors-gray2);
|
|
1497
|
-
}
|
|
1498
|
-
|
|
1499
|
-
.relay-text_amber9:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1500
|
-
color: var(--relay-colors-amber9);
|
|
1501
|
-
}
|
|
1502
|
-
|
|
1503
|
-
.relay-w_24:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1504
|
-
width: 24px;
|
|
1505
|
-
}
|
|
1506
|
-
|
|
1507
|
-
.relay-h_24:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1508
|
-
height: 24px;
|
|
1509
|
-
}
|
|
1510
|
-
|
|
1511
|
-
.relay-h_14px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1512
|
-
height: 14px;
|
|
1513
|
-
}
|
|
1514
|
-
|
|
1515
|
-
.relay-bg_gray3:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1516
|
-
background: var(--relay-colors-gray3);
|
|
1517
|
-
}
|
|
1518
|
-
|
|
1519
|
-
.relay-px_16px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1520
|
-
padding-inline: 16px;
|
|
1521
|
-
}
|
|
1522
|
-
|
|
1523
|
-
.relay-select_none:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1524
|
-
-webkit-user-select: none;
|
|
1525
|
-
user-select: none;
|
|
1526
|
-
}
|
|
1527
|
-
|
|
1528
|
-
.relay-w_max-content:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1529
|
-
width: max-content;
|
|
1530
|
-
}
|
|
1531
|
-
|
|
1532
|
-
.relay---focusColor_colors\.focus-color:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1533
|
-
--focusColor: var(--relay-colors-focus-color);
|
|
1534
|
-
}
|
|
1535
|
-
|
|
1536
|
-
.relay-text_gray11:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1537
|
-
color: var(--relay-colors-gray11);
|
|
1538
|
-
}
|
|
1539
|
-
|
|
1540
|
-
.relay-text_gray12:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1541
|
-
color: var(--relay-colors-gray12);
|
|
1542
|
-
}
|
|
1543
|
-
|
|
1544
|
-
.relay-ring_none:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1545
|
-
outline: 2px solid transparent;
|
|
1546
|
-
outline-offset: 2px;
|
|
1547
|
-
}
|
|
1548
|
-
|
|
1549
|
-
.relay-transition_background-color_250ms_linear:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1550
|
-
transition: background-color 250ms linear;
|
|
1551
|
-
}
|
|
1552
|
-
|
|
1553
|
-
.relay-d_inline-flex:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1554
|
-
display: inline-flex;
|
|
1555
|
-
}
|
|
1556
|
-
|
|
1557
|
-
.relay-text_primary-button-color:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1558
|
-
color: var(--relay-colors-primary-button-color);
|
|
1559
|
-
}
|
|
1560
|
-
|
|
1561
|
-
.relay-text_primary12:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1562
|
-
color: var(--relay-colors-primary12);
|
|
1563
|
-
}
|
|
1564
|
-
|
|
1565
|
-
.relay-text_text-default:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1566
|
-
color: var(--relay-colors-text-default);
|
|
1567
|
-
}
|
|
1568
|
-
|
|
1569
|
-
.relay-transition_filter_250ms_linear:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1570
|
-
transition: filter 250ms linear;
|
|
1571
|
-
}
|
|
1572
|
-
|
|
1573
|
-
.relay-rounded_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1574
|
-
border-radius: 0;
|
|
1575
|
-
}
|
|
1576
|
-
|
|
1577
|
-
.relay-rounded_99999:not(#\#):not(#\#):not(#\#):not(#\#),.relay-rounded_99999px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1578
|
-
border-radius: 99999px;
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
.relay-min-h_40:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1582
|
-
min-height: 40px;
|
|
1583
|
-
}
|
|
1584
|
-
|
|
1585
|
-
.relay-px_3:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1586
|
-
padding-inline: var(--relay-spacing-3);
|
|
1587
|
-
}
|
|
1588
|
-
|
|
1589
|
-
.relay-px_5:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1590
|
-
padding-inline: var(--relay-spacing-5);
|
|
1591
|
-
}
|
|
1592
|
-
|
|
1593
|
-
.relay-py_3:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1594
|
-
padding-block: var(--relay-spacing-3);
|
|
1595
|
-
}
|
|
1596
|
-
|
|
1597
|
-
.relay-min-h_44:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1598
|
-
min-height: 44px;
|
|
1599
|
-
}
|
|
1600
|
-
|
|
1601
|
-
.relay-py_4:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1602
|
-
padding-block: var(--relay-spacing-4);
|
|
1603
|
-
}
|
|
1604
|
-
|
|
1605
|
-
.relay-min-h_52:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1606
|
-
min-height: 52px;
|
|
1607
|
-
}
|
|
1608
|
-
|
|
1609
|
-
.relay-token_32:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1610
|
-
token: 32px;
|
|
1611
|
-
}
|
|
1612
|
-
|
|
1613
|
-
.relay-chain_16:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1614
|
-
chain: 16px;
|
|
1615
|
-
}
|
|
1616
|
-
|
|
1617
|
-
.relay-rounded_4:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1618
|
-
border-radius: 4px;
|
|
1619
|
-
}
|
|
1620
|
-
|
|
1621
|
-
.relay-rounded_50\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1622
|
-
border-radius: 50%;
|
|
1623
|
-
}
|
|
1624
|
-
|
|
1625
|
-
.relay-text_primary8:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1626
|
-
color: var(--relay-colors-primary8);
|
|
1627
|
-
}
|
|
1628
|
-
|
|
1629
|
-
.relay---borderColor_colors\.modal-background:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1630
|
-
--borderColor: var(--relay-colors-modal-background);
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
|
-
.relay-inset_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1634
|
-
inset: 0;
|
|
1635
|
-
}
|
|
1636
|
-
|
|
1637
|
-
.relay-rounded_modal-border-radius:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1638
|
-
border-radius: var(--relay-radii-modal-border-radius);
|
|
1639
|
-
}
|
|
1640
|
-
|
|
1641
|
-
.relay-border_modal-border:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1642
|
-
border: var(--relay-borders-modal-border);
|
|
1643
|
-
}
|
|
1644
|
-
|
|
1645
|
-
.relay-min-w_90vw:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1646
|
-
min-width: 90vw;
|
|
1647
|
-
}
|
|
1648
|
-
|
|
1649
|
-
.relay-max-w_100vw:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1650
|
-
max-width: 100vw;
|
|
1651
|
-
}
|
|
1652
|
-
|
|
1653
|
-
.relay-max-h_85vh:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1654
|
-
max-height: 85vh;
|
|
1655
|
-
}
|
|
1656
|
-
|
|
1657
|
-
.relay-sr_true:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1658
|
-
position: absolute;
|
|
1659
|
-
width: 1px;
|
|
1660
|
-
height: 1px;
|
|
1661
|
-
padding: 0;
|
|
1662
|
-
margin: -1px;
|
|
1663
|
-
overflow: hidden;
|
|
1664
|
-
clip: rect(0, 0, 0, 0);
|
|
1665
|
-
white-space: nowrap;
|
|
1666
|
-
border-width: 0;
|
|
1667
|
-
}
|
|
1668
|
-
|
|
1669
|
-
.relay-mx_4:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1670
|
-
margin-inline: var(--relay-spacing-4);
|
|
1671
|
-
}
|
|
1672
|
-
|
|
1673
|
-
.relay-z_10000002:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1674
|
-
z-index: 10000002;
|
|
1675
|
-
}
|
|
1676
|
-
|
|
1677
|
-
.relay-bg_modal-background:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1678
|
-
background: var(--relay-colors-modal-background);
|
|
1679
|
-
}
|
|
1680
|
-
|
|
1681
|
-
.relay-shadow_0px_0px_50px_0px_\#0000001F:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1682
|
-
box-shadow: 0px 0px 50px 0px #0000001F;
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
.relay-border_dropdown-border:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1686
|
-
border: var(--relay-borders-dropdown-border);
|
|
1687
|
-
}
|
|
1688
|
-
|
|
1689
|
-
.relay-transition_background-color_150ms_linear:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1690
|
-
transition: background-color 150ms linear;
|
|
1691
|
-
}
|
|
1692
|
-
|
|
1693
|
-
.relay-px_16:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1694
|
-
padding-inline: 16px;
|
|
1695
|
-
}
|
|
1696
|
-
|
|
1697
|
-
.relay-py_12:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1698
|
-
padding-block: 12px;
|
|
1699
|
-
}
|
|
1700
|
-
|
|
1701
|
-
.relay-rounded_input-border-radius:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1702
|
-
border-radius: var(--relay-radii-input-border-radius);
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
|
-
.relay-text_input-color:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1706
|
-
color: var(--relay-colors-input-color);
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1709
|
-
.relay-z_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1710
|
-
z-index: 0;
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
.relay-bg_red3:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1714
|
-
background: var(--relay-colors-red3);
|
|
1715
|
-
}
|
|
1716
|
-
|
|
1717
|
-
.relay-bg_green3:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1718
|
-
background: var(--relay-colors-green3);
|
|
1719
|
-
}
|
|
1720
|
-
|
|
1721
|
-
.relay-text_green12:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1722
|
-
color: var(--relay-colors-green12);
|
|
1723
|
-
}
|
|
1724
|
-
|
|
1725
|
-
.relay-bg_primary3:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1726
|
-
background: var(--relay-colors-primary3);
|
|
1727
|
-
}
|
|
1728
|
-
|
|
1729
|
-
.relay-rounded_25:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1730
|
-
border-radius: 25px;
|
|
1731
|
-
}
|
|
1732
|
-
|
|
1733
|
-
.relay-w_100:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1734
|
-
width: 100px;
|
|
1735
|
-
}
|
|
1736
|
-
|
|
1737
|
-
.relay-h_12:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1738
|
-
height: 12px;
|
|
1739
|
-
}
|
|
1740
|
-
|
|
1741
|
-
.relay-animation_pulse_3s_ease-in-out_infinite:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1742
|
-
animation: pulse 3s ease-in-out infinite;
|
|
1743
|
-
}
|
|
1744
|
-
|
|
1745
|
-
.relay-w_38px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1746
|
-
width: 38px;
|
|
1747
|
-
}
|
|
1748
|
-
|
|
1749
|
-
.relay-h_20px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1750
|
-
height: 20px;
|
|
1751
|
-
}
|
|
1752
|
-
|
|
1753
|
-
.relay-rounded_9999px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1754
|
-
border-radius: 9999px;
|
|
1755
|
-
}
|
|
1756
|
-
|
|
1757
|
-
.relay--webkit-tap-highlight-color_rgba\(0\,_0\,_0\,_0\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1758
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1759
|
-
}
|
|
1760
|
-
|
|
1761
|
-
.relay-p_0_10px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1762
|
-
padding: 0 10px;
|
|
1763
|
-
}
|
|
1764
|
-
|
|
1765
|
-
.relay-transition_background-color_250ms:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1766
|
-
transition: background-color 250ms;
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1769
|
-
.relay-d_block:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1770
|
-
display: block;
|
|
1771
|
-
}
|
|
1772
|
-
|
|
1773
|
-
.relay-w_17\.5px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1774
|
-
width: 17.5px;
|
|
1775
|
-
}
|
|
1776
|
-
|
|
1777
|
-
.relay-h_17\.5px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1778
|
-
height: 17.5px;
|
|
1779
|
-
}
|
|
1780
|
-
|
|
1781
|
-
.relay-z_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1782
|
-
z-index: 1;
|
|
1783
|
-
}
|
|
1784
|
-
|
|
1785
|
-
.relay---borderColor_colors\.gray\.8:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1786
|
-
--borderColor: var(--relay-colors-gray-8);
|
|
1787
|
-
}
|
|
1788
|
-
|
|
1789
|
-
.relay-transition_transform_100ms:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1790
|
-
transition: transform 100ms;
|
|
1791
|
-
}
|
|
1792
|
-
|
|
1793
|
-
.relay-transform_translateX\(0px\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1794
|
-
transform: translateX(0px);
|
|
1795
|
-
}
|
|
1796
|
-
|
|
1797
|
-
.relay-will-change_transform:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1798
|
-
will-change: transform;
|
|
1799
|
-
}
|
|
1800
|
-
|
|
1801
|
-
.relay-py_2px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1802
|
-
padding-block: 2px;
|
|
1803
|
-
}
|
|
1804
|
-
|
|
1805
|
-
.relay-text_text-subtle:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1806
|
-
color: var(--relay-colors-text-subtle);
|
|
1807
|
-
}
|
|
1808
|
-
|
|
1809
|
-
.relay-text_text-subtle-secondary:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1810
|
-
color: var(--relay-colors-text-subtle-secondary);
|
|
1811
|
-
}
|
|
1812
|
-
|
|
1813
|
-
.relay-text_text-error:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1814
|
-
color: var(--relay-colors-text-error);
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
|
-
.relay-text_blue12:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1818
|
-
color: var(--relay-colors-blue12);
|
|
1819
|
-
}
|
|
1820
|
-
|
|
1821
|
-
.relay-text_text-success:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1822
|
-
color: var(--relay-colors-text-success);
|
|
1823
|
-
}
|
|
1824
|
-
|
|
1825
|
-
.relay-text_amber12:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1826
|
-
color: var(--relay-colors-amber12);
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
|
-
.relay-fill_modal-background:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1830
|
-
fill: var(--relay-colors-modal-background);
|
|
1831
|
-
}
|
|
1832
|
-
|
|
1833
|
-
.relay-z_10000004:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1834
|
-
z-index: 10000004;
|
|
1835
|
-
}
|
|
1836
|
-
|
|
1837
|
-
.relay-shadow_0px_1px_5px_rgba\(0\,0\,0\,0\.2\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1838
|
-
box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
|
|
1839
|
-
}
|
|
1840
|
-
|
|
1841
|
-
.relay-text_\{colors\.grass\.9\}:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1842
|
-
color: var(--relay-colors-grass-9);
|
|
1843
|
-
}
|
|
1844
|
-
|
|
1845
|
-
.relay-text_\{colors\.amber\.9\}:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1846
|
-
color: var(--relay-colors-amber-9);
|
|
1847
|
-
}
|
|
1848
|
-
|
|
1849
|
-
.relay-rounded-b_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1850
|
-
border-bottom-left-radius: 0;
|
|
1851
|
-
border-bottom-right-radius: 0;
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
.relay-rounded-b_widget-card-border-radius:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1855
|
-
border-bottom-left-radius: var(--relay-radii-widget-card-border-radius);
|
|
1856
|
-
border-bottom-right-radius: var(--relay-radii-widget-card-border-radius);
|
|
1857
|
-
}
|
|
1858
|
-
|
|
1859
|
-
.relay-border-b_none:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1860
|
-
border-bottom: none;
|
|
1861
|
-
}
|
|
1862
|
-
|
|
1863
|
-
.relay-border-b_widget-card-border:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1864
|
-
border-bottom: var(--relay-borders-widget-card-border);
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
.relay-rounded_widget-card-border-radius:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1868
|
-
border-radius: var(--relay-radii-widget-card-border-radius);
|
|
1869
|
-
}
|
|
1870
|
-
|
|
1871
|
-
.relay-border_widget-card-border:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1872
|
-
border: var(--relay-borders-widget-card-border);
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
|
-
.relay-transition_border-radius_300ms\,_border-bottom_0s:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1876
|
-
transition: border-radius 300ms, border-bottom 0s;
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
.relay-text_gray6:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1880
|
-
color: var(--relay-colors-gray6);
|
|
1881
|
-
}
|
|
1882
|
-
|
|
1883
|
-
.relay-h_4:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1884
|
-
height: 4px;
|
|
1885
|
-
}
|
|
1886
|
-
|
|
1887
|
-
.relay-w_12:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1888
|
-
width: 12px;
|
|
1889
|
-
}
|
|
1890
|
-
|
|
1891
|
-
.relay-transform_rotate\(-180deg\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1892
|
-
transform: rotate(-180deg);
|
|
1893
|
-
}
|
|
1894
|
-
|
|
1895
|
-
.relay-transform_rotate\(0\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1896
|
-
transform: rotate(0);
|
|
1897
|
-
}
|
|
1898
|
-
|
|
1899
|
-
.relay-transition_transform_300ms:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1900
|
-
transition: transform 300ms;
|
|
1901
|
-
}
|
|
1902
|
-
|
|
1903
|
-
.relay-rounded_0_0_12px_12px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1904
|
-
border-radius: 0 0 12px 12px;
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
|
-
.relay-gap_14:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1908
|
-
gap: 14px;
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
|
-
.relay-p_3_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1912
|
-
padding: 3 0;
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
.relay-m_0_auto:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1916
|
-
margin: 0 auto;
|
|
1917
|
-
}
|
|
1918
|
-
|
|
1919
|
-
.relay-min-w_200:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1920
|
-
min-width: 200px;
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
|
-
.relay-text_success:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1924
|
-
color: success;
|
|
1925
|
-
}
|
|
1926
|
-
|
|
1927
|
-
.relay-h_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1928
|
-
height: 1px;
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
.relay-text_primary11:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1932
|
-
color: var(--relay-colors-primary11);
|
|
1933
|
-
}
|
|
1934
|
-
|
|
1935
|
-
.relay-text_error:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1936
|
-
color: error;
|
|
1937
|
-
}
|
|
1938
|
-
|
|
1939
|
-
.relay-text_primary:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1940
|
-
color: primary;
|
|
1941
|
-
}
|
|
1942
|
-
|
|
1943
|
-
.relay-text-transform_none:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1944
|
-
text-transform: none;
|
|
1945
|
-
}
|
|
1946
|
-
|
|
1947
|
-
.relay-p_12px_12px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1948
|
-
padding: 12px 12px;
|
|
1949
|
-
}
|
|
1950
|
-
|
|
1951
|
-
.relay---borderColor_colors\.amber4:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1952
|
-
--borderColor: var(--relay-colors-amber4);
|
|
1953
|
-
}
|
|
1954
|
-
|
|
1955
|
-
.relay---borderColor_colors\.red4:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1956
|
-
--borderColor: var(--relay-colors-red4);
|
|
1957
|
-
}
|
|
1958
|
-
|
|
1959
|
-
.relay-text_red12:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1960
|
-
color: var(--relay-colors-red12);
|
|
1961
|
-
}
|
|
1962
|
-
|
|
1963
|
-
.relay-max-w_215:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1964
|
-
max-width: 215px;
|
|
1965
|
-
}
|
|
1966
|
-
|
|
1967
|
-
.relay-text_red10:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1968
|
-
color: var(--relay-colors-red10);
|
|
1969
|
-
}
|
|
1970
|
-
|
|
1971
|
-
.relay-text_amber10:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1972
|
-
color: var(--relay-colors-amber10);
|
|
1973
|
-
}
|
|
1974
|
-
|
|
1975
|
-
.relay-h_40:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1976
|
-
height: 40px;
|
|
1977
|
-
}
|
|
1978
|
-
|
|
1979
|
-
.relay-px_4\!:not(#\#) {
|
|
1980
|
-
padding-inline: var(--relay-spacing-4) !important;
|
|
1981
|
-
}
|
|
1982
|
-
|
|
1983
|
-
.relay-rounded_dropdown-border-radius:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1984
|
-
border-radius: var(--relay-radii-dropdown-border-radius);
|
|
1985
|
-
}
|
|
1986
|
-
|
|
1987
|
-
.relay-max-h_290:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1988
|
-
max-height: 290px;
|
|
1989
|
-
}
|
|
1990
|
-
|
|
1991
|
-
.relay-px_2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1992
|
-
padding-inline: var(--relay-spacing-2);
|
|
1993
|
-
}
|
|
1994
|
-
|
|
1995
|
-
.relay-gap_8px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1996
|
-
gap: 8px;
|
|
1997
|
-
}
|
|
1998
|
-
|
|
1999
|
-
.relay-w_20:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2000
|
-
width: 20px;
|
|
2001
|
-
}
|
|
2002
|
-
|
|
2003
|
-
.relay-h_20:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2004
|
-
height: 20px;
|
|
2005
|
-
}
|
|
2006
|
-
|
|
2007
|
-
.relay-transform_rotate\(180deg\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2008
|
-
transform: rotate(180deg);
|
|
2009
|
-
}
|
|
2010
|
-
|
|
2011
|
-
.relay-text_primary9:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2012
|
-
color: var(--relay-colors-primary9);
|
|
2013
|
-
}
|
|
2014
|
-
|
|
2015
|
-
.relay-max-w_212:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2016
|
-
max-width: 212px;
|
|
2017
|
-
}
|
|
2018
|
-
|
|
2019
|
-
.relay-py_10px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2020
|
-
padding-block: 10px;
|
|
2021
|
-
}
|
|
2022
|
-
|
|
2023
|
-
.relay-h_40px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2024
|
-
height: 40px;
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
|
-
.relay-w_20px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2028
|
-
width: 20px;
|
|
2029
|
-
}
|
|
2030
|
-
|
|
2031
|
-
.relay-px_12px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2032
|
-
padding-inline: 12px;
|
|
2033
|
-
}
|
|
2034
|
-
|
|
2035
|
-
.relay-min-w_40px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2036
|
-
min-width: 40px;
|
|
2037
|
-
}
|
|
2038
|
-
|
|
2039
|
-
.relay-h_56px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2040
|
-
height: 56px;
|
|
2041
|
-
}
|
|
2042
|
-
|
|
2043
|
-
.relay-text-align_left:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2044
|
-
text-align: left;
|
|
2045
|
-
}
|
|
2046
|
-
|
|
2047
|
-
.relay-max-w_100\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2048
|
-
max-width: 100%;
|
|
2049
|
-
}
|
|
2050
|
-
|
|
2051
|
-
.relay-py_5:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2052
|
-
padding-block: var(--relay-spacing-5);
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
.relay-max-w_312:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2056
|
-
max-width: 312px;
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
.relay-px_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2060
|
-
padding-inline: 0;
|
|
2061
|
-
}
|
|
2062
|
-
|
|
2063
|
-
.relay-min-w_auto:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2064
|
-
min-width: auto;
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
.relay-w_27:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2068
|
-
width: 27px;
|
|
2069
|
-
}
|
|
2070
|
-
|
|
2071
|
-
.relay-z_100:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2072
|
-
z-index: 100;
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
.relay-bg_widget-background:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2076
|
-
background: var(--relay-colors-widget-background);
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
|
-
.relay-h_min\(85vh\,_540px\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2080
|
-
height: min(85vh, 540px);
|
|
2081
|
-
}
|
|
2082
|
-
|
|
2083
|
-
.relay-w_min\(400px\,_100vw\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2084
|
-
width: min(400px, 100vw);
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
|
-
.relay-max-w_min\(400px\,_100vw\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2088
|
-
max-width: min(400px, 100vw);
|
|
2089
|
-
}
|
|
2090
|
-
|
|
2091
|
-
.relay-box_border-box:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2092
|
-
box-sizing: border-box;
|
|
2093
|
-
}
|
|
2094
|
-
|
|
2095
|
-
.relay-gap_2px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2096
|
-
gap: 2px;
|
|
2097
|
-
}
|
|
2098
|
-
|
|
2099
|
-
.relay-w_40:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2100
|
-
width: 40px;
|
|
2101
|
-
}
|
|
2102
|
-
|
|
2103
|
-
.relay-w_60\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2104
|
-
width: 60%;
|
|
2105
|
-
}
|
|
2106
|
-
|
|
2107
|
-
.relay-w_40\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2108
|
-
width: 40%;
|
|
2109
|
-
}
|
|
2110
|
-
|
|
2111
|
-
.relay-w_60:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2112
|
-
width: 60px;
|
|
2113
|
-
}
|
|
2114
|
-
|
|
2115
|
-
.relay-px_6px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2116
|
-
padding-inline: 6px;
|
|
2117
|
-
}
|
|
2118
|
-
|
|
2119
|
-
.relay-py_4px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2120
|
-
padding-block: 4px;
|
|
2121
|
-
}
|
|
2122
|
-
|
|
2123
|
-
.relay-snap-align_start:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2124
|
-
scroll-snap-align: start;
|
|
2125
|
-
}
|
|
2126
|
-
|
|
2127
|
-
.relay-opacity_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2128
|
-
opacity: 1;
|
|
2129
|
-
}
|
|
2130
|
-
|
|
2131
|
-
.relay-min-h_24:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2132
|
-
min-height: 24px;
|
|
2133
|
-
}
|
|
2134
|
-
|
|
2135
|
-
.relay-text_grey:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2136
|
-
color: grey;
|
|
2137
|
-
}
|
|
2138
|
-
|
|
2139
|
-
.relay-my_2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2140
|
-
margin-block: var(--relay-spacing-2);
|
|
2141
|
-
}
|
|
2142
|
-
|
|
2143
|
-
.relay---borderColor_colors\.gray5:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2144
|
-
--borderColor: var(--relay-colors-gray5);
|
|
2145
|
-
}
|
|
2146
|
-
|
|
2147
|
-
.relay-text-wrap_nowrap:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2148
|
-
text-wrap: nowrap;
|
|
2149
|
-
}
|
|
2150
|
-
|
|
2151
|
-
.relay-h_min\(85vh\,_600px\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2152
|
-
height: min(85vh, 600px);
|
|
2153
|
-
}
|
|
2154
|
-
|
|
2155
|
-
.relay-max-h_min\(85vh\,_600px\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2156
|
-
max-height: min(85vh, 600px);
|
|
2157
|
-
}
|
|
2158
|
-
|
|
2159
|
-
.relay-max-h_100\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2160
|
-
max-height: 100%;
|
|
2161
|
-
}
|
|
2162
|
-
|
|
2163
|
-
.relay-rounded_0px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2164
|
-
border-radius: 0px;
|
|
2165
|
-
}
|
|
2166
|
-
|
|
2167
|
-
.relay-max-w_412px\!:not(#\#) {
|
|
2168
|
-
max-width: 412px !important;
|
|
2169
|
-
}
|
|
2170
|
-
|
|
2171
|
-
.relay-text-decor_line-through:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2172
|
-
text-decoration: line-through;
|
|
2173
|
-
}
|
|
2174
|
-
|
|
2175
|
-
.relay-border_widget-border:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2176
|
-
border: var(--relay-borders-widget-border);
|
|
2177
|
-
}
|
|
2178
|
-
|
|
2179
|
-
.relay-min-w_320:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2180
|
-
min-width: 320px;
|
|
2181
|
-
}
|
|
2182
|
-
|
|
2183
|
-
.relay-max-w_408:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2184
|
-
max-width: 408px;
|
|
2185
|
-
}
|
|
2186
|
-
|
|
2187
|
-
.relay-h_23:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2188
|
-
height: 23px;
|
|
2189
|
-
}
|
|
2190
|
-
|
|
2191
|
-
.relay-min-h_18:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2192
|
-
min-height: 18px;
|
|
2193
|
-
}
|
|
2194
|
-
|
|
2195
|
-
.relay-py_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2196
|
-
padding-block: 0;
|
|
2197
|
-
}
|
|
2198
|
-
|
|
2199
|
-
.relay-w_45:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2200
|
-
width: 45px;
|
|
2201
|
-
}
|
|
2202
|
-
|
|
2203
|
-
.relay-rounded_widget-border-radius:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2204
|
-
border-radius: var(--relay-radii-widget-border-radius);
|
|
2205
|
-
}
|
|
2206
|
-
|
|
2207
|
-
.relay-my_-13:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2208
|
-
margin-block: -13px;
|
|
2209
|
-
}
|
|
2210
|
-
|
|
2211
|
-
.relay-mx_auto:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2212
|
-
margin-inline: auto;
|
|
2213
|
-
}
|
|
2214
|
-
|
|
2215
|
-
.relay-h_32:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2216
|
-
height: 32px;
|
|
2217
|
-
}
|
|
2218
|
-
|
|
2219
|
-
.relay-w_32:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2220
|
-
width: 32px;
|
|
2221
|
-
}
|
|
2222
|
-
|
|
2223
|
-
.relay-p_4px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2224
|
-
padding: 4px;
|
|
2225
|
-
}
|
|
2226
|
-
|
|
2227
|
-
.relay---borderWidth_borders\.widget-swap-currency-button-border-width:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2228
|
-
--borderWidth: var(--relay-borders-widget-swap-currency-button-border-width);
|
|
2229
|
-
}
|
|
2230
|
-
|
|
2231
|
-
.relay---borderColor_colors\.widget-swap-currency-button-border-color:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2232
|
-
--borderColor: var(--relay-colors-widget-swap-currency-button-border-color);
|
|
2233
|
-
}
|
|
2234
|
-
|
|
2235
|
-
.relay-border_var\(--borderWidth\)_solid_var\(--borderColor\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2236
|
-
border: var(--borderWidth) solid var(--borderColor);
|
|
2237
|
-
}
|
|
2238
|
-
|
|
2239
|
-
.relay-z_10:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2240
|
-
z-index: 10;
|
|
2241
|
-
}
|
|
2242
|
-
|
|
2243
|
-
.relay-rounded_widget-swap-currency-button-border-radius:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2244
|
-
border-radius: var(--relay-radii-widget-swap-currency-button-border-radius);
|
|
2245
|
-
}
|
|
2246
|
-
|
|
2247
|
-
.relay-text_secondary:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2248
|
-
color: secondary;
|
|
2249
|
-
}
|
|
2250
|
-
|
|
2251
|
-
.relay-h_10:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2252
|
-
height: 10px;
|
|
2253
|
-
}
|
|
2254
|
-
|
|
2255
|
-
.relay-gap_32px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2256
|
-
gap: 32px;
|
|
2257
|
-
}
|
|
2258
|
-
|
|
2259
|
-
.relay---thickness_1px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2260
|
-
--thickness: 1px;
|
|
2261
|
-
}
|
|
2262
|
-
|
|
2263
|
-
.relay-min-h_42:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2264
|
-
min-height: 42px;
|
|
2265
|
-
}
|
|
2266
|
-
|
|
2267
|
-
.relay-w_90:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2268
|
-
width: 90px;
|
|
2269
|
-
}
|
|
2270
|
-
|
|
2271
|
-
.relay-w_70:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2272
|
-
width: 70px;
|
|
2273
|
-
}
|
|
2274
|
-
|
|
2275
|
-
.relay-min-w_240:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2276
|
-
min-width: 240px;
|
|
2277
|
-
}
|
|
2278
|
-
|
|
2279
|
-
.relay-min-h_85vh:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2280
|
-
min-height: 85vh;
|
|
2281
|
-
}
|
|
2282
|
-
|
|
2283
|
-
.relay-py_12px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2284
|
-
padding-block: 12px;
|
|
2285
|
-
}
|
|
2286
|
-
|
|
2287
|
-
.relay-text_green9:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2288
|
-
color: var(--relay-colors-green9);
|
|
2289
|
-
}
|
|
2290
|
-
|
|
2291
|
-
.relay-h_50:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2292
|
-
height: 50px;
|
|
2293
|
-
}
|
|
2294
|
-
|
|
2295
|
-
.relay-min-h_50:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2296
|
-
min-height: 50px;
|
|
2297
|
-
}
|
|
2298
|
-
|
|
2299
|
-
.relay-w_220px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2300
|
-
width: 220px;
|
|
2301
|
-
}
|
|
2302
|
-
|
|
2303
|
-
.relay-p_12px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2304
|
-
padding: 12px;
|
|
2305
|
-
}
|
|
2306
|
-
|
|
2307
|
-
.relay-max-w_150:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2308
|
-
max-width: 150px;
|
|
2309
|
-
}
|
|
2310
|
-
|
|
2311
|
-
.relay-min-w_60:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2312
|
-
min-width: 60px;
|
|
2313
|
-
}
|
|
2314
|
-
|
|
2315
|
-
.relay-max-w_100:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2316
|
-
max-width: 100px;
|
|
2317
|
-
}
|
|
2318
|
-
|
|
2319
|
-
.relay-p_12px_16px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2320
|
-
padding: 12px 16px;
|
|
2321
|
-
}
|
|
2322
|
-
|
|
2323
|
-
.relay---borderColor_colors\.gray3:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2324
|
-
--borderColor: var(--relay-colors-gray3);
|
|
2325
|
-
}
|
|
2326
|
-
|
|
2327
|
-
.relay-h_260:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2328
|
-
height: 260px;
|
|
2329
|
-
}
|
|
2330
|
-
|
|
2331
|
-
.relay-rounded_9999999:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2332
|
-
border-radius: 9999999px;
|
|
2333
|
-
}
|
|
2334
|
-
|
|
2335
|
-
.relay-filter_none:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2336
|
-
filter: none;
|
|
2337
|
-
}
|
|
2338
|
-
|
|
2339
|
-
.relay-filter_grayscale\(100\%\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2340
|
-
filter: grayscale(100%);
|
|
2341
|
-
}
|
|
2342
|
-
|
|
2343
|
-
.relay-p_0_16px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2344
|
-
padding: 0 16px;
|
|
2345
|
-
}
|
|
2346
|
-
|
|
2347
|
-
.relay-w_1px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2348
|
-
width: 1px;
|
|
2349
|
-
}
|
|
2350
|
-
|
|
2351
|
-
.relay-fill_gray9:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2352
|
-
fill: var(--relay-colors-gray9);
|
|
2353
|
-
}
|
|
2354
|
-
|
|
2355
|
-
.relay-fill_button-disabled-color:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2356
|
-
fill: var(--relay-colors-button-disabled-color);
|
|
2357
|
-
}
|
|
2358
|
-
|
|
2359
|
-
.relay-text_button-disabled-color\!:not(#\#) {
|
|
2360
|
-
color: var(--relay-colors-button-disabled-color) !important;
|
|
2361
|
-
}
|
|
2362
|
-
|
|
2363
|
-
.relay-text_red9:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2364
|
-
color: var(--relay-colors-red9);
|
|
2365
|
-
}
|
|
2366
|
-
|
|
2367
|
-
.relay-text_gray:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2368
|
-
color: gray;
|
|
2369
|
-
}
|
|
2370
|
-
|
|
2371
|
-
.relay-text_green11:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2372
|
-
color: var(--relay-colors-green11);
|
|
2373
|
-
}
|
|
2374
|
-
|
|
2375
|
-
.relay-animation_pulse-shadow_1s_infinite_alternate-reverse:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2376
|
-
animation: pulse-shadow 1s infinite alternate-reverse;
|
|
2377
|
-
}
|
|
2378
|
-
|
|
2379
|
-
.relay-animation_none:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2380
|
-
animation: none;
|
|
2381
|
-
}
|
|
2382
|
-
|
|
2383
|
-
.relay-h_30:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2384
|
-
height: 30px;
|
|
2385
|
-
}
|
|
2386
|
-
|
|
2387
|
-
.relay-w_30:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2388
|
-
width: 30px;
|
|
2389
|
-
}
|
|
2390
|
-
|
|
2391
|
-
.relay-p_0_12px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2392
|
-
padding: 0 12px;
|
|
2393
|
-
}
|
|
2394
|
-
|
|
2395
|
-
.relay-text_slate10:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2396
|
-
color: slate10;
|
|
2397
|
-
}
|
|
2398
|
-
|
|
2399
|
-
.relay-h_80:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2400
|
-
height: 80px;
|
|
2401
|
-
}
|
|
2402
|
-
|
|
2403
|
-
.relay-w_78:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2404
|
-
width: 78px;
|
|
2405
|
-
}
|
|
2406
|
-
|
|
2407
|
-
.relay-rounded_999999px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2408
|
-
border-radius: 999999px;
|
|
2409
|
-
}
|
|
2410
|
-
|
|
2411
|
-
.relay---borderColor_white:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2412
|
-
--borderColor: white;
|
|
2413
|
-
}
|
|
2414
|
-
|
|
2415
|
-
.relay-border_2px_solid_var\(--borderColor\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2416
|
-
border: 2px solid var(--borderColor);
|
|
2417
|
-
}
|
|
2418
|
-
|
|
2419
|
-
.relay---borderColor_colors\.slate\.5:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2420
|
-
--borderColor: var(--relay-colors-slate-5);
|
|
2421
|
-
}
|
|
2422
|
-
|
|
2423
|
-
.relay-my_12px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2424
|
-
margin-block: 12px;
|
|
2425
|
-
}
|
|
2426
|
-
|
|
2427
|
-
.relay-bg_gray5:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2428
|
-
background: var(--relay-colors-gray5);
|
|
2429
|
-
}
|
|
2430
|
-
|
|
2431
|
-
.relay-text_\#889096:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2432
|
-
color: #889096;
|
|
2433
|
-
}
|
|
2434
|
-
|
|
2435
|
-
.relay-w_105:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2436
|
-
width: 105px;
|
|
2437
|
-
}
|
|
2438
|
-
|
|
2439
|
-
.relay-h_105:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2440
|
-
height: 105px;
|
|
2441
|
-
}
|
|
2442
|
-
|
|
2443
|
-
.relay-z_999:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2444
|
-
z-index: 999;
|
|
2445
|
-
}
|
|
2446
|
-
|
|
2447
|
-
.relay-transform_translate3d\(0\,0\,0\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2448
|
-
transform: translate3d(0,0,0);
|
|
2449
|
-
}
|
|
2450
|
-
|
|
2451
|
-
.relay-border_1\.5px_solid_white:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2452
|
-
border: 1.5px solid white;
|
|
2453
|
-
}
|
|
2454
|
-
|
|
2455
|
-
.relay-h_21:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2456
|
-
height: 21px;
|
|
2457
|
-
}
|
|
2458
|
-
|
|
2459
|
-
.relay-transition_transform_0\.3s_ease:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2460
|
-
transition: transform 0.3s ease;
|
|
2461
|
-
}
|
|
2462
|
-
|
|
2463
|
-
.relay-max-h_450px\!:not(#\#) {
|
|
2464
|
-
max-height: 450px !important;
|
|
2465
|
-
}
|
|
2466
|
-
|
|
2467
|
-
.relay-h_450:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2468
|
-
height: 450px;
|
|
2469
|
-
}
|
|
2470
|
-
|
|
2471
|
-
.relay-h_28:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2472
|
-
height: 28px;
|
|
2473
|
-
}
|
|
2474
|
-
|
|
2475
|
-
.relay-min-h_28:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2476
|
-
min-height: 28px;
|
|
2477
|
-
}
|
|
2478
|
-
|
|
2479
|
-
.relay-pos_sticky:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2480
|
-
position: sticky;
|
|
2481
|
-
}
|
|
2482
|
-
|
|
2483
|
-
.relay-h_calc\(100\%_-_24px\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2484
|
-
height: calc(100% - 24px);
|
|
2485
|
-
}
|
|
2486
|
-
|
|
2487
|
-
.relay-px_4:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2488
|
-
padding-inline: var(--relay-spacing-4);
|
|
2489
|
-
}
|
|
2490
|
-
|
|
2491
|
-
.relay-indent_-36px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2492
|
-
text-indent: -36px;
|
|
2493
|
-
}
|
|
2494
|
-
|
|
2495
|
-
.relay-white-space_pre:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2496
|
-
white-space: pre;
|
|
2497
|
-
}
|
|
2498
|
-
|
|
2499
|
-
.relay-border_1px_solid_transparent:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2500
|
-
border: 1px solid transparent;
|
|
2501
|
-
}
|
|
2502
|
-
|
|
2503
|
-
.relay-text_inherit:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2504
|
-
color: inherit;
|
|
2505
|
-
}
|
|
2506
|
-
|
|
2507
|
-
.relay-w_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2508
|
-
width: 1px;
|
|
2509
|
-
}
|
|
2510
|
-
|
|
2511
|
-
.relay-my_5px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2512
|
-
margin-block: 5px;
|
|
2513
|
-
}
|
|
2514
|
-
|
|
2515
|
-
.relay-w_48:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2516
|
-
width: 48px;
|
|
2517
|
-
}
|
|
2518
|
-
|
|
2519
|
-
.relay-h_52:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2520
|
-
height: 52px;
|
|
2521
|
-
}
|
|
2522
|
-
|
|
2523
|
-
.relay-rounded_100\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2524
|
-
border-radius: 100%;
|
|
2525
|
-
}
|
|
2526
|
-
|
|
2527
|
-
.relay-filter_grayscale\(1\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2528
|
-
filter: grayscale(1);
|
|
2529
|
-
}
|
|
2530
|
-
|
|
2531
|
-
.relay-w_80:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2532
|
-
width: 80px;
|
|
2533
|
-
}
|
|
2534
|
-
|
|
2535
|
-
.relay---borderColor_colors\.green10:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2536
|
-
--borderColor: var(--relay-colors-green10);
|
|
2537
|
-
}
|
|
2538
|
-
|
|
2539
|
-
.relay-border_6px_solid_var\(--borderColor\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2540
|
-
border: 6px solid var(--borderColor);
|
|
2541
|
-
}
|
|
2542
|
-
|
|
2543
|
-
.relay-bg_transparent:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2544
|
-
background-color: transparent;
|
|
2545
|
-
}
|
|
2546
|
-
|
|
2547
|
-
.relay-fw_600:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2548
|
-
font-weight: 600;
|
|
2549
|
-
}
|
|
2550
|
-
|
|
2551
|
-
.relay-fs_32:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2552
|
-
font-size: 32px;
|
|
2553
|
-
}
|
|
2554
|
-
|
|
2555
|
-
.relay-items_center:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2556
|
-
align-items: center;
|
|
2557
|
-
}
|
|
2558
|
-
|
|
2559
|
-
.relay-flex_column:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2560
|
-
flex-direction: column;
|
|
2561
|
-
}
|
|
2562
|
-
|
|
2563
|
-
.relay-flex-wrap_wrap:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2564
|
-
flex-wrap: wrap;
|
|
2565
|
-
}
|
|
2566
|
-
|
|
2567
|
-
.relay-right_8px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2568
|
-
right: 8px;
|
|
2569
|
-
}
|
|
2570
|
-
|
|
2571
|
-
.relay-top_50\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2572
|
-
top: 50%;
|
|
2573
|
-
}
|
|
2574
|
-
|
|
2575
|
-
.relay-justify_center:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2576
|
-
justify-content: center;
|
|
2577
|
-
}
|
|
2578
|
-
|
|
2579
|
-
.relay-bg_gray3:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2580
|
-
background-color: var(--relay-colors-gray3);
|
|
2581
|
-
}
|
|
2582
|
-
|
|
2583
|
-
.relay-right_2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2584
|
-
right: var(--relay-spacing-2);
|
|
2585
|
-
}
|
|
2586
|
-
|
|
2587
|
-
.relay-top_3:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2588
|
-
top: var(--relay-spacing-3);
|
|
2589
|
-
}
|
|
2590
|
-
|
|
2591
|
-
.relay-overflow-y_auto:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2592
|
-
overflow-y: auto;
|
|
2593
|
-
}
|
|
2594
|
-
|
|
2595
|
-
.relay-top_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2596
|
-
top: 0;
|
|
2597
|
-
}
|
|
2598
|
-
|
|
2599
|
-
.relay-left_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2600
|
-
left: 0;
|
|
2601
|
-
}
|
|
2602
|
-
|
|
2603
|
-
.relay-right_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2604
|
-
right: 0;
|
|
2605
|
-
}
|
|
2606
|
-
|
|
2607
|
-
.relay-bottom_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2608
|
-
bottom: 0;
|
|
2609
|
-
}
|
|
2610
|
-
|
|
2611
|
-
.relay-bg_blackA10:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2612
|
-
background-color: var(--relay-colors-black-a10);
|
|
2613
|
-
}
|
|
2614
|
-
|
|
2615
|
-
.relay-content_center:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2616
|
-
align-content: center;
|
|
2617
|
-
}
|
|
2618
|
-
|
|
2619
|
-
.relay-shrink_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2620
|
-
flex-shrink: 1;
|
|
2621
|
-
}
|
|
2622
|
-
|
|
2623
|
-
.relay-shrink_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2624
|
-
flex-shrink: 0;
|
|
2625
|
-
}
|
|
2626
|
-
|
|
2627
|
-
.relay-mb_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2628
|
-
margin-bottom: var(--relay-spacing-1);
|
|
2629
|
-
}
|
|
2630
|
-
|
|
2631
|
-
.relay-mb_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2632
|
-
margin-bottom: 0;
|
|
2633
|
-
}
|
|
2634
|
-
|
|
2635
|
-
.relay-fs_14:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2636
|
-
font-size: 14px;
|
|
2637
|
-
}
|
|
2638
|
-
|
|
2639
|
-
.relay-fs_12:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2640
|
-
font-size: 12px;
|
|
2641
|
-
}
|
|
2642
|
-
|
|
2643
|
-
.relay-fw_500:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2644
|
-
font-weight: 500;
|
|
2645
|
-
}
|
|
2646
|
-
|
|
2647
|
-
.relay-leading_100\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2648
|
-
line-height: 100%;
|
|
2649
|
-
}
|
|
2650
|
-
|
|
2651
|
-
.relay-bg_widget-selector-background:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2652
|
-
background-color: var(--relay-colors-widget-selector-background);
|
|
2653
|
-
}
|
|
2654
|
-
|
|
2655
|
-
.relay-leading_normal:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2656
|
-
line-height: normal;
|
|
2657
|
-
}
|
|
2658
|
-
|
|
2659
|
-
.relay-fs_12px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2660
|
-
font-size: 12px;
|
|
2661
|
-
}
|
|
2662
|
-
|
|
2663
|
-
.relay-leading_14px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2664
|
-
line-height: 14px;
|
|
2665
|
-
}
|
|
2666
|
-
|
|
2667
|
-
.relay-flex_row:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2668
|
-
flex-direction: row;
|
|
2669
|
-
}
|
|
2670
|
-
|
|
2671
|
-
.relay-border_gray5:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2672
|
-
border-color: var(--relay-colors-gray5);
|
|
2673
|
-
}
|
|
2674
|
-
|
|
2675
|
-
.relay-pr_28px\!:not(#\#) {
|
|
2676
|
-
padding-right: 28px !important;
|
|
2677
|
-
}
|
|
2678
|
-
|
|
2679
|
-
.relay-right_8:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2680
|
-
right: 8px;
|
|
2681
|
-
}
|
|
2682
|
-
|
|
2683
|
-
.relay-ml_-20px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2684
|
-
margin-left: -20px;
|
|
2685
|
-
}
|
|
2686
|
-
|
|
2687
|
-
.relay-ml_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2688
|
-
margin-left: 0;
|
|
2689
|
-
}
|
|
2690
|
-
|
|
2691
|
-
.relay-fw_900:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2692
|
-
font-weight: 900;
|
|
2693
|
-
}
|
|
2694
|
-
|
|
2695
|
-
.relay-fw_700:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2696
|
-
font-weight: 700;
|
|
2697
|
-
}
|
|
2698
|
-
|
|
2699
|
-
.relay-font_body:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2700
|
-
font-family: var(--relay-fonts-body);
|
|
2701
|
-
}
|
|
2702
|
-
|
|
2703
|
-
.relay-fs_16:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2704
|
-
font-size: 16px;
|
|
2705
|
-
}
|
|
2706
|
-
|
|
2707
|
-
.relay-leading_20px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2708
|
-
line-height: 20px;
|
|
2709
|
-
}
|
|
2710
|
-
|
|
2711
|
-
.relay-bg_primary-button-background:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2712
|
-
background-color: var(--relay-colors-primary-button-background);
|
|
2713
|
-
}
|
|
2714
|
-
|
|
2715
|
-
.relay-bg_primary4:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2716
|
-
background-color: var(--relay-colors-primary4);
|
|
2717
|
-
}
|
|
2718
|
-
|
|
2719
|
-
.relay-bg_widget-background:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2720
|
-
background-color: var(--relay-colors-widget-background);
|
|
2721
|
-
}
|
|
2722
|
-
|
|
2723
|
-
.relay-bg_red9:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2724
|
-
background-color: var(--relay-colors-red9);
|
|
2725
|
-
}
|
|
2726
|
-
|
|
2727
|
-
.relay-bg_amber3:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2728
|
-
background-color: var(--relay-colors-amber3);
|
|
2729
|
-
}
|
|
2730
|
-
|
|
2731
|
-
.relay-leading_16px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2732
|
-
line-height: 16px;
|
|
2733
|
-
}
|
|
2734
|
-
|
|
2735
|
-
.relay-leading_12px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2736
|
-
line-height: 12px;
|
|
2737
|
-
}
|
|
2738
|
-
|
|
2739
|
-
.relay-bg_modal-background:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2740
|
-
background-color: var(--relay-colors-modal-background);
|
|
2741
|
-
}
|
|
2742
|
-
|
|
2743
|
-
.relay-justify_space-between:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2744
|
-
justify-content: space-between;
|
|
2745
|
-
}
|
|
2746
|
-
|
|
2747
|
-
.relay-left_50\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2748
|
-
left: 50%;
|
|
2749
|
-
}
|
|
2750
|
-
|
|
2751
|
-
.relay-top_100\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2752
|
-
top: 100%;
|
|
2753
|
-
}
|
|
2754
|
-
|
|
2755
|
-
.relay-items_flex-start:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2756
|
-
align-items: flex-start;
|
|
2757
|
-
}
|
|
2758
|
-
|
|
2759
|
-
.relay-items_flex-end:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2760
|
-
align-items: flex-end;
|
|
2761
|
-
}
|
|
2762
|
-
|
|
2763
|
-
.relay-items_stretch:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2764
|
-
align-items: stretch;
|
|
2765
|
-
}
|
|
2766
|
-
|
|
2767
|
-
.relay-items_baseline:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2768
|
-
align-items: baseline;
|
|
2769
|
-
}
|
|
2770
|
-
|
|
2771
|
-
.relay-items_normal:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2772
|
-
align-items: normal;
|
|
2773
|
-
}
|
|
2774
|
-
|
|
2775
|
-
.relay-justify_flex-start:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2776
|
-
justify-content: flex-start;
|
|
2777
|
-
}
|
|
2778
|
-
|
|
2779
|
-
.relay-justify_flex-end:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2780
|
-
justify-content: flex-end;
|
|
2781
|
-
}
|
|
2782
|
-
|
|
2783
|
-
.relay-flex_row-reverse:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2784
|
-
flex-direction: row-reverse;
|
|
2785
|
-
}
|
|
2786
|
-
|
|
2787
|
-
.relay-flex_column-reverse:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2788
|
-
flex-direction: column-reverse;
|
|
2789
|
-
}
|
|
2790
|
-
|
|
2791
|
-
.relay-flex-wrap_nowrap:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2792
|
-
flex-wrap: nowrap;
|
|
2793
|
-
}
|
|
2794
|
-
|
|
2795
|
-
.relay-flex-wrap_wrap-reverse:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2796
|
-
flex-wrap: wrap-reverse;
|
|
2797
|
-
}
|
|
2798
|
-
|
|
2799
|
-
.relay-bg_input-background:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2800
|
-
background-color: var(--relay-colors-input-background);
|
|
2801
|
-
}
|
|
2802
|
-
|
|
2803
|
-
.relay-leading_42px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2804
|
-
line-height: 42px;
|
|
2805
|
-
}
|
|
2806
|
-
|
|
2807
|
-
.relay-left_unset:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2808
|
-
left: unset;
|
|
2809
|
-
}
|
|
2810
|
-
|
|
2811
|
-
.relay-left_16:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2812
|
-
left: 16px;
|
|
2813
|
-
}
|
|
2814
|
-
|
|
2815
|
-
.relay-right_16:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2816
|
-
right: 16px;
|
|
2817
|
-
}
|
|
2818
|
-
|
|
2819
|
-
.relay-right_unset:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2820
|
-
right: unset;
|
|
2821
|
-
}
|
|
2822
|
-
|
|
2823
|
-
.relay-top_12:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2824
|
-
top: 12px;
|
|
2825
|
-
}
|
|
2826
|
-
|
|
2827
|
-
.relay-animation-name_pulse:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2828
|
-
animation-name: pulse;
|
|
2829
|
-
}
|
|
2830
|
-
|
|
2831
|
-
.relay-bg_skeleton-background:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2832
|
-
background-color: var(--relay-colors-skeleton-background);
|
|
2833
|
-
}
|
|
2834
|
-
|
|
2835
|
-
.relay-bg_gray7:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2836
|
-
background-color: var(--relay-colors-gray7);
|
|
2837
|
-
}
|
|
2838
|
-
|
|
2839
|
-
.relay-bg_gray1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2840
|
-
background-color: var(--relay-colors-gray1);
|
|
2841
|
-
}
|
|
2842
|
-
|
|
2843
|
-
.relay-left_2px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2844
|
-
left: 2px;
|
|
2845
|
-
}
|
|
2846
|
-
|
|
2847
|
-
.relay-bg_gray2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2848
|
-
background-color: var(--relay-colors-gray2);
|
|
2849
|
-
}
|
|
2850
|
-
|
|
2851
|
-
.relay-fs_14px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2852
|
-
font-size: 14px;
|
|
2853
|
-
}
|
|
2854
|
-
|
|
2855
|
-
.relay-border-w_1px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2856
|
-
border-width: 1px;
|
|
2857
|
-
}
|
|
2858
|
-
|
|
2859
|
-
.relay-border-style_solid:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2860
|
-
border-style: solid;
|
|
2861
|
-
}
|
|
2862
|
-
|
|
2863
|
-
.relay-border_transparent:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2864
|
-
border-color: transparent;
|
|
2865
|
-
}
|
|
2866
|
-
|
|
2867
|
-
.relay-fw_800:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2868
|
-
font-weight: 800;
|
|
2869
|
-
}
|
|
2870
|
-
|
|
2871
|
-
.relay-fs_64px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2872
|
-
font-size: 64px;
|
|
2873
|
-
}
|
|
2874
|
-
|
|
2875
|
-
.relay-font_heading:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2876
|
-
font-family: var(--relay-fonts-heading);
|
|
2877
|
-
}
|
|
2878
|
-
|
|
2879
|
-
.relay-fs_48px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2880
|
-
font-size: 48px;
|
|
2881
|
-
}
|
|
2882
|
-
|
|
2883
|
-
.relay-fs_32px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2884
|
-
font-size: 32px;
|
|
2885
|
-
}
|
|
2886
|
-
|
|
2887
|
-
.relay-fs_24px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2888
|
-
font-size: 24px;
|
|
2889
|
-
}
|
|
2890
|
-
|
|
2891
|
-
.relay-fs_20px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2892
|
-
font-size: 20px;
|
|
2893
|
-
}
|
|
2894
|
-
|
|
2895
|
-
.relay-fs_16px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2896
|
-
font-size: 16px;
|
|
2897
|
-
}
|
|
2898
|
-
|
|
2899
|
-
.relay-fw_400:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2900
|
-
font-weight: 400;
|
|
2901
|
-
}
|
|
2902
|
-
|
|
2903
|
-
.relay-fs_10:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2904
|
-
font-size: 10px;
|
|
2905
|
-
}
|
|
2906
|
-
|
|
2907
|
-
.relay-font-style_italic:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2908
|
-
font-style: italic;
|
|
2909
|
-
}
|
|
2910
|
-
|
|
2911
|
-
.relay-delay_0s\,_0s:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2912
|
-
transition-delay: 0s, 0s;
|
|
2913
|
-
}
|
|
2914
|
-
|
|
2915
|
-
.relay-delay_0s\,_300ms:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2916
|
-
transition-delay: 0s, 300ms;
|
|
2917
|
-
}
|
|
2918
|
-
|
|
2919
|
-
.relay-mb_widget-card-section-gutter:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2920
|
-
margin-bottom: var(--relay-spacing-widget-card-section-gutter);
|
|
2921
|
-
}
|
|
2922
|
-
|
|
2923
|
-
.relay-pb_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2924
|
-
padding-bottom: 0;
|
|
2925
|
-
}
|
|
2926
|
-
|
|
2927
|
-
.relay-justify_between:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2928
|
-
justify-content: between;
|
|
2929
|
-
}
|
|
2930
|
-
|
|
2931
|
-
.relay-pb_3:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2932
|
-
padding-bottom: var(--relay-spacing-3);
|
|
2933
|
-
}
|
|
2934
|
-
|
|
2935
|
-
.relay-pt_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2936
|
-
padding-top: 0;
|
|
2937
|
-
}
|
|
2938
|
-
|
|
2939
|
-
.relay-self_flex-start:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2940
|
-
align-self: flex-start;
|
|
2941
|
-
}
|
|
2942
|
-
|
|
2943
|
-
.relay-ml_2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2944
|
-
margin-left: var(--relay-spacing-2);
|
|
2945
|
-
}
|
|
2946
|
-
|
|
2947
|
-
.relay-mb_3:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2948
|
-
margin-bottom: var(--relay-spacing-3);
|
|
2949
|
-
}
|
|
2950
|
-
|
|
2951
|
-
.relay-mt_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2952
|
-
margin-top: var(--relay-spacing-1);
|
|
2953
|
-
}
|
|
2954
|
-
|
|
2955
|
-
.relay-mr_auto:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2956
|
-
margin-right: auto;
|
|
2957
|
-
}
|
|
2958
|
-
|
|
2959
|
-
.relay-mr_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2960
|
-
margin-right: var(--relay-spacing-1);
|
|
2961
|
-
}
|
|
2962
|
-
|
|
2963
|
-
.relay-bg_slate\.6:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2964
|
-
background-color: var(--relay-colors-slate-6);
|
|
2965
|
-
}
|
|
2966
|
-
|
|
2967
|
-
.relay-mt_2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2968
|
-
margin-top: var(--relay-spacing-2);
|
|
2969
|
-
}
|
|
2970
|
-
|
|
2971
|
-
.relay-mb_2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2972
|
-
margin-bottom: var(--relay-spacing-2);
|
|
2973
|
-
}
|
|
2974
|
-
|
|
2975
|
-
.relay-items_start:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2976
|
-
align-items: start;
|
|
2977
|
-
}
|
|
2978
|
-
|
|
2979
|
-
.relay-bg_widget-card-background:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2980
|
-
background-color: var(--relay-colors-widget-card-background);
|
|
2981
|
-
}
|
|
2982
|
-
|
|
2983
|
-
.relay-bg_amber2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2984
|
-
background-color: var(--relay-colors-amber2);
|
|
2985
|
-
}
|
|
2986
|
-
|
|
2987
|
-
.relay-bg_red2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2988
|
-
background-color: var(--relay-colors-red2);
|
|
2989
|
-
}
|
|
2990
|
-
|
|
2991
|
-
.relay-bg_dropdown-background:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2992
|
-
background-color: var(--relay-colors-dropdown-background);
|
|
2993
|
-
}
|
|
2994
|
-
|
|
2995
|
-
.relay-ml_auto:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2996
|
-
margin-left: auto;
|
|
2997
|
-
}
|
|
2998
|
-
|
|
2999
|
-
.relay-bg_gray6:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3000
|
-
background-color: var(--relay-colors-gray6);
|
|
3001
|
-
}
|
|
3002
|
-
|
|
3003
|
-
.relay-overflow-x_auto:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3004
|
-
overflow-x: auto;
|
|
3005
|
-
}
|
|
3006
|
-
|
|
3007
|
-
.relay-overflow-y_hidden:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3008
|
-
overflow-y: hidden;
|
|
3009
|
-
}
|
|
3010
|
-
|
|
3011
|
-
.relay-pt_2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3012
|
-
padding-top: var(--relay-spacing-2);
|
|
3013
|
-
}
|
|
3014
|
-
|
|
3015
|
-
.relay-self_center:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3016
|
-
align-self: center;
|
|
3017
|
-
}
|
|
3018
|
-
|
|
3019
|
-
.relay-grow_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3020
|
-
flex-grow: 1;
|
|
3021
|
-
}
|
|
3022
|
-
|
|
3023
|
-
.relay-items_end:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3024
|
-
align-items: end;
|
|
3025
|
-
}
|
|
3026
|
-
|
|
3027
|
-
.relay-pr_2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3028
|
-
padding-right: var(--relay-spacing-2);
|
|
3029
|
-
}
|
|
3030
|
-
|
|
3031
|
-
.relay-bg_primary5:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3032
|
-
background-color: var(--relay-colors-primary5);
|
|
3033
|
-
}
|
|
3034
|
-
|
|
3035
|
-
.relay-pb_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3036
|
-
padding-bottom: var(--relay-spacing-1);
|
|
3037
|
-
}
|
|
3038
|
-
|
|
3039
|
-
.relay-mb_8:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3040
|
-
margin-bottom: 8px;
|
|
3041
|
-
}
|
|
3042
|
-
|
|
3043
|
-
.relay-mr_2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3044
|
-
margin-right: var(--relay-spacing-2);
|
|
3045
|
-
}
|
|
3046
|
-
|
|
3047
|
-
.relay-mr_6px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3048
|
-
margin-right: 6px;
|
|
3049
|
-
}
|
|
3050
|
-
|
|
3051
|
-
.relay-leading_36px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3052
|
-
line-height: 36px;
|
|
3053
|
-
}
|
|
3054
|
-
|
|
3055
|
-
.relay-mt_4px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3056
|
-
margin-top: 4px;
|
|
3057
|
-
}
|
|
3058
|
-
|
|
3059
|
-
.relay-mt_-8px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3060
|
-
margin-top: -8px;
|
|
3061
|
-
}
|
|
3062
|
-
|
|
3063
|
-
.relay-leading_32px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3064
|
-
line-height: 32px;
|
|
3065
|
-
}
|
|
3066
|
-
|
|
3067
|
-
.relay-border-block-end-width_var\(--thickness\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3068
|
-
border-block-end-width: var(--thickness);
|
|
3069
|
-
}
|
|
3070
|
-
|
|
3071
|
-
.relay-border_gray4:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3072
|
-
border-color: var(--relay-colors-gray4);
|
|
3073
|
-
}
|
|
3074
|
-
|
|
3075
|
-
.relay-justify_start:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3076
|
-
justify-content: start;
|
|
3077
|
-
}
|
|
3078
|
-
|
|
3079
|
-
.relay-leading_15px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3080
|
-
line-height: 15px;
|
|
3081
|
-
}
|
|
3082
|
-
|
|
3083
|
-
.relay-bg_subtle-background-color:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3084
|
-
background-color: var(--relay-colors-subtle-background-color);
|
|
3085
|
-
}
|
|
3086
|
-
|
|
3087
|
-
.relay-bg_gray5:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3088
|
-
background-color: var(--relay-colors-gray5);
|
|
3089
|
-
}
|
|
3090
|
-
|
|
3091
|
-
.relay-pl_16px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3092
|
-
padding-left: 16px;
|
|
3093
|
-
}
|
|
3094
|
-
|
|
3095
|
-
.relay-mt_12px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3096
|
-
margin-top: 12px;
|
|
3097
|
-
}
|
|
3098
|
-
|
|
3099
|
-
.relay-bg_gray11:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3100
|
-
background-color: var(--relay-colors-gray11);
|
|
3101
|
-
}
|
|
3102
|
-
|
|
3103
|
-
.relay-mt_4:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3104
|
-
margin-top: var(--relay-spacing-4);
|
|
3105
|
-
}
|
|
3106
|
-
|
|
3107
|
-
.relay-mt_12:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3108
|
-
margin-top: 12px;
|
|
3109
|
-
}
|
|
3110
|
-
|
|
3111
|
-
.relay-mt_8:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3112
|
-
margin-top: 8px;
|
|
3113
|
-
}
|
|
3114
|
-
|
|
3115
|
-
.relay-mb_24:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3116
|
-
margin-bottom: 24px;
|
|
3117
|
-
}
|
|
3118
|
-
|
|
3119
|
-
.relay-mr_\$2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3120
|
-
margin-right: $2;
|
|
3121
|
-
}
|
|
3122
|
-
|
|
3123
|
-
.relay-mb_16px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3124
|
-
margin-bottom: 16px;
|
|
3125
|
-
}
|
|
3126
|
-
|
|
3127
|
-
.relay-bg_primary6:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3128
|
-
background-color: var(--relay-colors-primary6);
|
|
3129
|
-
}
|
|
3130
|
-
|
|
3131
|
-
.relay-bg_green3:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3132
|
-
background-color: var(--relay-colors-green3);
|
|
3133
|
-
}
|
|
3134
|
-
|
|
3135
|
-
.relay-pl_12px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3136
|
-
padding-left: 12px;
|
|
3137
|
-
}
|
|
3138
|
-
|
|
3139
|
-
.relay-bg_green9:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3140
|
-
background-color: var(--relay-colors-green9);
|
|
3141
|
-
}
|
|
3142
|
-
|
|
3143
|
-
.relay-ml_-8px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3144
|
-
margin-left: -8px;
|
|
3145
|
-
}
|
|
3146
|
-
|
|
3147
|
-
.relay-scroll-pt_40px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3148
|
-
scroll-padding-top: 40px;
|
|
3149
|
-
}
|
|
3150
|
-
|
|
3151
|
-
.relay-pt_40px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3152
|
-
padding-top: 40px;
|
|
3153
|
-
}
|
|
3154
|
-
|
|
3155
|
-
.relay-pb_24px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3156
|
-
padding-bottom: 24px;
|
|
3157
|
-
}
|
|
3158
|
-
|
|
3159
|
-
.relay-fs_48:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3160
|
-
font-size: 48px;
|
|
3161
|
-
}
|
|
3162
|
-
|
|
3163
|
-
.relay-leading_58px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3164
|
-
line-height: 58px;
|
|
3165
|
-
}
|
|
3166
|
-
|
|
3167
|
-
.relay-ml_4:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3168
|
-
margin-left: var(--relay-spacing-4);
|
|
3169
|
-
}
|
|
3170
|
-
|
|
3171
|
-
.relay-ml_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3172
|
-
margin-left: var(--relay-spacing-1);
|
|
3173
|
-
}
|
|
3174
|
-
|
|
3175
|
-
.relay-top_-100\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3176
|
-
top: -100%;
|
|
3177
|
-
}
|
|
3178
|
-
|
|
3179
|
-
.relay-bottom_-6px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3180
|
-
bottom: -6px;
|
|
3181
|
-
}
|
|
3182
|
-
|
|
3183
|
-
.relay-right_-6px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3184
|
-
right: -6px;
|
|
3185
|
-
}
|
|
3186
|
-
|
|
3187
|
-
.relay-mb_4:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3188
|
-
margin-bottom: var(--relay-spacing-4);
|
|
3189
|
-
}
|
|
3190
|
-
|
|
3191
|
-
.relay-mt_24px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3192
|
-
margin-top: 24px;
|
|
3193
|
-
}
|
|
3194
|
-
|
|
3195
|
-
.relay-mb_6px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3196
|
-
margin-bottom: 6px;
|
|
3197
|
-
}
|
|
3198
|
-
|
|
3199
|
-
.relay-mt_6px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3200
|
-
margin-top: 6px;
|
|
3201
|
-
}
|
|
3202
|
-
|
|
3203
|
-
.relay-bg_green2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3204
|
-
background-color: var(--relay-colors-green2);
|
|
3205
|
-
}
|
|
3206
|
-
|
|
3207
|
-
.placeholder\:relay-text_gray12:not(#\#):not(#\#):not(#\#):not(#\#)::placeholder,.placeholder\:relay-text_gray12[data-placeholder]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3208
|
-
color: var(--relay-colors-gray12);
|
|
3209
|
-
}
|
|
3210
|
-
|
|
3211
|
-
.\[\&\:\:-webkit-scrollbar\]\:relay-w_6px:not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar {
|
|
3212
|
-
width: 6px;
|
|
3213
|
-
}
|
|
3214
|
-
|
|
3215
|
-
.\[\&\:\:-webkit-scrollbar\]\:relay-bg_transparent:not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar,.\[\&\:\:-webkit-scrollbar-track\]\:relay-bg_transparent:not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar-track {
|
|
3216
|
-
background: transparent;
|
|
3217
|
-
}
|
|
3218
|
-
|
|
3219
|
-
.\[\&\:\:-webkit-scrollbar-thumb\]\:relay-rounded_999px:not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar-thumb {
|
|
3220
|
-
border-radius: 999px;
|
|
3221
|
-
}
|
|
3222
|
-
|
|
3223
|
-
.disabled\:relay-cursor_not-allowed:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3224
|
-
cursor: not-allowed;
|
|
3225
|
-
}
|
|
3226
|
-
|
|
3227
|
-
.disabled\:relay-text_button-disabled-color:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3228
|
-
color: var(--relay-colors-button-disabled-color);
|
|
3229
|
-
}
|
|
3230
|
-
|
|
3231
|
-
.\[\&\:not\(\:disabled\)\]\:relay-text-transform_uppercase:not(:disabled):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3232
|
-
text-transform: uppercase;
|
|
3233
|
-
}
|
|
3234
|
-
|
|
3235
|
-
.data_state_open\:relay-animation_collapsibleSlideDown_300ms_cubic-bezier\(0\.87\,_0\,_0\.13\,_1\)[data-state="open"]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3236
|
-
animation: collapsibleSlideDown 300ms cubic-bezier(0.87, 0, 0.13, 1);
|
|
3237
|
-
}
|
|
3238
|
-
|
|
3239
|
-
.data_state_closed\:relay-animation_collapsibleSlideUp_300ms_cubic-bezier\(0\.87\,_0\,_0\.13\,_1\)[data-state="closed"]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3240
|
-
animation: collapsibleSlideUp 300ms cubic-bezier(0.87, 0, 0.13, 1);
|
|
3241
|
-
}
|
|
3242
|
-
|
|
3243
|
-
.placeholder\:relay-text_gray10:not(#\#):not(#\#):not(#\#):not(#\#)::placeholder,.placeholder\:relay-text_gray10[data-placeholder]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3244
|
-
color: var(--relay-colors-gray10);
|
|
3245
|
-
}
|
|
3246
|
-
|
|
3247
|
-
.spinButtons\:relay--webkit-appearance_none:not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-outer-spin-button,.spinButtons\:relay--webkit-appearance_none:not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-inner-spin-button {
|
|
3248
|
-
-webkit-appearance: none;
|
|
3249
|
-
}
|
|
3250
|
-
|
|
3251
|
-
.\[\&\[data-state\=\'checked\'\]\]\:relay-transform_translateX\(17px\)[data-state='checked']:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3252
|
-
transform: translateX(17px);
|
|
3253
|
-
}
|
|
3254
|
-
|
|
3255
|
-
.\[\&\[data-state\=\"active\"\]\]\:relay---borderColor_colors\.gray\.5[data-state="active"]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3256
|
-
--borderColor: var(--relay-colors-gray-5);
|
|
3257
|
-
}
|
|
3258
|
-
|
|
3259
|
-
.placeholder_parent\:relay-text-overflow_ellipsis[placeholder]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3260
|
-
text-overflow: ellipsis;
|
|
3261
|
-
}
|
|
3262
|
-
|
|
3263
|
-
.\[\&\[data-state\=\"on\"\]\]\:relay-shadow_inset_0_0_0_2px_var\(--focusColor\)[data-state="on"]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3264
|
-
box-shadow: inset 0 0 0 2px var(--focusColor);
|
|
3265
|
-
}
|
|
3266
|
-
|
|
3267
|
-
.placeholder\:relay-text_text-subtle:not(#\#):not(#\#):not(#\#):not(#\#)::placeholder,.placeholder\:relay-text_text-subtle[data-placeholder]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3268
|
-
color: var(--relay-colors-text-subtle);
|
|
3269
|
-
}
|
|
3270
|
-
|
|
3271
|
-
.placeholder\:relay-text_input-color:not(#\#):not(#\#):not(#\#):not(#\#)::placeholder,.placeholder\:relay-text_input-color[data-placeholder]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3272
|
-
color: var(--relay-colors-input-color);
|
|
3273
|
-
}
|
|
3274
|
-
|
|
3275
|
-
.disabled\:relay-text_gray10:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3276
|
-
color: var(--relay-colors-gray10);
|
|
3277
|
-
}
|
|
3278
|
-
|
|
3279
|
-
.\[\&_\>_\*\]\:relay-text_primary11:not(#\#):not(#\#):not(#\#):not(#\#) > * {
|
|
3280
|
-
color: var(--relay-colors-primary11);
|
|
3281
|
-
}
|
|
3282
|
-
|
|
3283
|
-
.\[\&_\>_\*\]\:relay-text_gray9:not(#\#):not(#\#):not(#\#):not(#\#) > * {
|
|
3284
|
-
color: var(--relay-colors-gray9);
|
|
3285
|
-
}
|
|
3286
|
-
|
|
3287
|
-
.\[\&_\>_\*\]\:relay-text_green11:not(#\#):not(#\#):not(#\#):not(#\#) > *,.\[\&_\.green-time\]\:relay-text_green11:not(#\#):not(#\#):not(#\#):not(#\#) .green-time {
|
|
3288
|
-
color: var(--relay-colors-green11);
|
|
3289
|
-
}
|
|
3290
|
-
|
|
3291
|
-
.before\:relay-pos_absolute:not(#\#):not(#\#):not(#\#):not(#\#)::before {
|
|
3292
|
-
position: absolute;
|
|
3293
|
-
}
|
|
3294
|
-
|
|
3295
|
-
.before\:relay-rounded_8:not(#\#):not(#\#):not(#\#):not(#\#)::before {
|
|
3296
|
-
border-radius: 8px;
|
|
3297
|
-
}
|
|
3298
|
-
|
|
3299
|
-
.before\:relay-w_100\%:not(#\#):not(#\#):not(#\#):not(#\#)::before {
|
|
3300
|
-
width: 100%;
|
|
3301
|
-
}
|
|
3302
|
-
|
|
3303
|
-
.before\:relay-h_100\%:not(#\#):not(#\#):not(#\#):not(#\#)::before {
|
|
3304
|
-
height: 100%;
|
|
3305
|
-
}
|
|
3306
|
-
|
|
3307
|
-
.before\:relay-opacity_0\.15:not(#\#):not(#\#):not(#\#):not(#\#)::before {
|
|
3308
|
-
opacity: 0.15;
|
|
3309
|
-
}
|
|
3310
|
-
|
|
3311
|
-
.before\:relay-z_-1:not(#\#):not(#\#):not(#\#):not(#\#)::before {
|
|
3312
|
-
z-index: -1;
|
|
3313
|
-
}
|
|
3314
|
-
|
|
3315
|
-
.light:not(#\#):not(#\#):not(#\#):not(#\#) .light\:relay-filter_brightness\(97\%\) {
|
|
3316
|
-
filter: brightness(97%);
|
|
3317
|
-
}
|
|
3318
|
-
|
|
3319
|
-
.dark:not(#\#):not(#\#):not(#\#):not(#\#) .dark\:relay-filter_brightness\(130\%\),[data-theme="dark"]:not(#\#):not(#\#):not(#\#):not(#\#) .dark\:relay-filter_brightness\(130\%\) {
|
|
3320
|
-
filter: brightness(130%);
|
|
3321
|
-
}
|
|
3322
|
-
|
|
3323
|
-
.\[\&\[data-state\=\"active\"\]\]\:relay-bg_widget-background[data-state="active"]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3324
|
-
background: var(--relay-colors-widget-background);
|
|
3325
|
-
}
|
|
3326
|
-
|
|
3327
|
-
.\[\&\[data-state\=\"active\"\]\]\:relay-rounded_12px[data-state="active"]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3328
|
-
border-radius: 12px;
|
|
3329
|
-
}
|
|
3330
|
-
|
|
3331
|
-
.\[\&\[data-state\=\"active\"\]\]\:relay-text_text-default[data-state="active"]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3332
|
-
color: var(--relay-colors-text-default);
|
|
3333
|
-
}
|
|
3334
|
-
|
|
3335
|
-
.\[\&\:\:-webkit-scrollbar-thumb\]\:relay-bg_var\(--relay-colors-gray5\):not(#\#):not(#\#):not(#\#):not(#\#)::-webkit-scrollbar-thumb {
|
|
3336
|
-
background-color: var(--relay-colors-gray5);
|
|
3337
|
-
}
|
|
3338
|
-
|
|
3339
|
-
.disabled\:relay-bg_button-disabled-background:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3340
|
-
background-color: var(--relay-colors-button-disabled-background);
|
|
3341
|
-
}
|
|
3342
|
-
|
|
3343
|
-
.\[\&\:not\(\:disabled\)\]\:relay-font_heading:not(:disabled):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3344
|
-
font-family: var(--relay-fonts-heading);
|
|
3345
|
-
}
|
|
3346
|
-
|
|
3347
|
-
.\[\&\:not\(\:disabled\)\]\:relay-fw_700:not(:disabled):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3348
|
-
font-weight: 700;
|
|
3349
|
-
}
|
|
3350
|
-
|
|
3351
|
-
.\[\&\:not\(\:disabled\)\]\:relay-font-style_var\(--relay-fonts-button-cta-font-style\,_italic\):not(:disabled):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3352
|
-
font-style: var(--relay-fonts-button-cta-font-style, italic);
|
|
3353
|
-
}
|
|
3354
|
-
|
|
3355
|
-
.\[\&\[data-state\=\'checked\'\]\]\:relay-bg_primary-button-background[data-state='checked']:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3356
|
-
background-color: var(--relay-colors-primary-button-background);
|
|
3357
|
-
}
|
|
3358
|
-
|
|
3359
|
-
.\[\&\[data-state\=\"active\"\]\]\:relay-bg_subtle-background-color[data-state="active"]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3360
|
-
background-color: var(--relay-colors-subtle-background-color);
|
|
3361
|
-
}
|
|
3362
|
-
|
|
3363
|
-
.\[\&\[data-state\=\"active\"\]\]\:relay-border_var\(--borderColor\)[data-state="active"]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3364
|
-
border-color: var(--borderColor);
|
|
3365
|
-
}
|
|
3366
|
-
|
|
3367
|
-
.disabled\:relay-bg_widget-selector-background:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3368
|
-
background-color: var(--relay-colors-widget-selector-background);
|
|
3369
|
-
}
|
|
3370
|
-
|
|
3371
|
-
.before\:relay-content_\"\":not(#\#):not(#\#):not(#\#):not(#\#)::before {
|
|
3372
|
-
content: "";
|
|
3373
|
-
}
|
|
3374
|
-
|
|
3375
|
-
.before\:relay-top_0:not(#\#):not(#\#):not(#\#):not(#\#)::before {
|
|
3376
|
-
top: 0;
|
|
3377
|
-
}
|
|
3378
|
-
|
|
3379
|
-
.before\:relay-left_0:not(#\#):not(#\#):not(#\#):not(#\#)::before {
|
|
3380
|
-
left: 0;
|
|
3381
|
-
}
|
|
3382
|
-
|
|
3383
|
-
.before\:relay-bg_primary-color:not(#\#):not(#\#):not(#\#):not(#\#)::before {
|
|
3384
|
-
background-color: var(--relay-colors-primary-color);
|
|
3385
|
-
}
|
|
3386
|
-
|
|
3387
|
-
.\[\&\[data-state\=\"active\"\]\]\:relay-border_slate\.4[data-state="active"]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3388
|
-
border-color: var(--relay-colors-slate-4);
|
|
3389
|
-
}
|
|
3390
|
-
|
|
3391
|
-
.focusWithin\:relay-shadow_inset_0_0_0_2px_var\(--focusColor\):focus-within:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3392
|
-
box-shadow: inset 0 0 0 2px var(--focusColor);
|
|
3393
|
-
}
|
|
3394
|
-
|
|
3395
|
-
.focus\:relay-shadow_none:is(:focus, [data-focus]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3396
|
-
box-shadow: none;
|
|
3397
|
-
}
|
|
3398
|
-
|
|
3399
|
-
.focus\:relay-ring_none:is(:focus, [data-focus]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3400
|
-
outline: 2px solid transparent;
|
|
3401
|
-
outline-offset: 2px;
|
|
3402
|
-
}
|
|
3403
|
-
|
|
3404
|
-
.focusVisible\:relay-shadow_0_0_0_2px_var\(--focusColor\):is(:focus-visible, [data-focus-visible]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3405
|
-
box-shadow: 0 0 0 2px var(--focusColor);
|
|
3406
|
-
}
|
|
3407
|
-
|
|
3408
|
-
.focusVisible\:relay-ring_none:is(:focus-visible, [data-focus-visible]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3409
|
-
outline: 2px solid transparent;
|
|
3410
|
-
outline-offset: 2px;
|
|
3411
|
-
}
|
|
3412
|
-
|
|
3413
|
-
.focusVisible\:relay-rounded_4px:is(:focus-visible, [data-focus-visible]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3414
|
-
border-radius: 4px;
|
|
3415
|
-
}
|
|
3416
|
-
|
|
3417
|
-
.focus\:relay-shadow_inset_0_0_0_2px_var\(--focusColor\):is(:focus, [data-focus]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3418
|
-
box-shadow: inset 0 0 0 2px var(--focusColor);
|
|
3419
|
-
}
|
|
3420
|
-
|
|
3421
|
-
.focusVisible\:relay-shadow_inset_0_0_0_2px_var\(--focusColor\):is(:focus-visible, [data-focus-visible]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3422
|
-
box-shadow: inset 0 0 0 2px var(--focusColor);
|
|
3423
|
-
}
|
|
3424
|
-
|
|
3425
|
-
.\[\&\:focus\]\:relay-bg_gray\/10:focus:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3426
|
-
--mix-backgroundColor: color-mix(in srgb, gray 10%, transparent);
|
|
3427
|
-
background-color: var(--mix-backgroundColor, gray);
|
|
3428
|
-
}
|
|
3429
|
-
|
|
3430
|
-
.focus\:relay-bg_gray3:is(:focus, [data-focus]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3431
|
-
background-color: var(--relay-colors-gray3);
|
|
3432
|
-
}
|
|
3433
|
-
|
|
3434
|
-
.hover\:relay-text_gray11:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3435
|
-
color: var(--relay-colors-gray11);
|
|
3436
|
-
}
|
|
3437
|
-
|
|
3438
|
-
.hover\:relay-backdrop_brightness\(98\%\):is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3439
|
-
backdrop-filter: brightness(98%);
|
|
3440
|
-
-webkit-backdrop-filter: brightness(98%);
|
|
3441
|
-
}
|
|
3442
|
-
|
|
3443
|
-
.hover\:relay-bg_gray4:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3444
|
-
background: var(--relay-colors-gray4);
|
|
3445
|
-
}
|
|
3446
|
-
|
|
3447
|
-
.hover\:relay-text_anchor-hover-color:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3448
|
-
color: var(--relay-colors-anchor-hover-color);
|
|
3449
|
-
}
|
|
3450
|
-
|
|
3451
|
-
.hover\:relay-text_gray12:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3452
|
-
color: var(--relay-colors-gray12);
|
|
3453
|
-
}
|
|
3454
|
-
|
|
3455
|
-
.\[\&\:hover\]\:relay-text_primary-button-hover-color:hover:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3456
|
-
color: var(--relay-colors-primary-button-hover-color);
|
|
3457
|
-
}
|
|
3458
|
-
|
|
3459
|
-
.\[\&\:hover\]\:relay-text_secondary-button-hover-color:hover:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3460
|
-
color: var(--relay-colors-secondary-button-hover-color);
|
|
3461
|
-
}
|
|
3462
|
-
|
|
3463
|
-
.\[\&\:hover\]\:relay-filter_brightness\(97\%\):hover:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3464
|
-
filter: brightness(97%);
|
|
3465
|
-
}
|
|
3466
|
-
|
|
3467
|
-
.\[\&\:hover\]\:relay-text_amber11:hover:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3468
|
-
color: var(--relay-colors-amber11);
|
|
3469
|
-
}
|
|
3470
|
-
|
|
3471
|
-
.hover\:relay-cursor_pointer:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3472
|
-
cursor: pointer;
|
|
3473
|
-
}
|
|
3474
|
-
|
|
3475
|
-
.\[\&\:hover\]\:relay-transform_scale\(1\.25\):hover:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3476
|
-
transform: scale(1.25);
|
|
3477
|
-
}
|
|
3478
|
-
|
|
3479
|
-
.hover\:relay-bg_widget-selector-hover-background:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3480
|
-
background-color: var(--relay-colors-widget-selector-hover-background);
|
|
3481
|
-
}
|
|
3482
|
-
|
|
3483
|
-
.\[\&\:hover\]\:relay-bg_gray5:hover:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3484
|
-
background-color: var(--relay-colors-gray5);
|
|
3485
|
-
}
|
|
3486
|
-
|
|
3487
|
-
.\[\&\:hover\]\:relay-bg_primary-button-hover-background:hover:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3488
|
-
background-color: var(--relay-colors-primary-button-hover-background);
|
|
3489
|
-
}
|
|
3490
|
-
|
|
3491
|
-
.\[\&\:hover\]\:relay-bg_secondary-button-hover-background:hover:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3492
|
-
background-color: var(--relay-colors-secondary-button-hover-background);
|
|
3493
|
-
}
|
|
3494
|
-
|
|
3495
|
-
.\[\&\:hover\]\:relay-bg_red10:hover:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3496
|
-
background-color: var(--relay-colors-red10);
|
|
3497
|
-
}
|
|
3498
|
-
|
|
3499
|
-
.\[\&\:hover\]\:relay-bg_amber4:hover:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3500
|
-
background-color: var(--relay-colors-amber4);
|
|
3501
|
-
}
|
|
3502
|
-
|
|
3503
|
-
.\[\&\:hover\]\:relay-bg_gray4:hover:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3504
|
-
background-color: var(--relay-colors-gray4);
|
|
3505
|
-
}
|
|
3506
|
-
|
|
3507
|
-
.hover\:relay-bg_gray\/10:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3508
|
-
--mix-backgroundColor: color-mix(in srgb, gray 10%, transparent);
|
|
3509
|
-
background-color: var(--mix-backgroundColor, gray);
|
|
3510
|
-
}
|
|
3511
|
-
|
|
3512
|
-
.hover\:relay-bg_gray2:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3513
|
-
background-color: var(--relay-colors-gray2);
|
|
3514
|
-
}
|
|
3515
|
-
|
|
3516
|
-
.hover\:relay-bg_gray3:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3517
|
-
background-color: var(--relay-colors-gray3);
|
|
3518
|
-
}
|
|
3519
|
-
|
|
3520
|
-
.hover\:relay-bg_gray6:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3521
|
-
background-color: var(--relay-colors-gray6);
|
|
3522
|
-
}
|
|
3523
|
-
|
|
3524
|
-
button:hover:not(#\#):not(#\#):not(#\#):not(#\#) .\[button\:hover_\&\]\:relay-bg_gray5 {
|
|
3525
|
-
background-color: var(--relay-colors-gray5);
|
|
3526
|
-
}
|
|
3527
|
-
|
|
3528
|
-
.active\:relay-shadow_inset_0_0_0_2px_var\(--focusColor\):is(:active, [data-active]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3529
|
-
box-shadow: inset 0 0 0 2px var(--focusColor);
|
|
3530
|
-
}
|
|
3531
|
-
|
|
3532
|
-
.disabled\:hover\:relay-text_button-disabled-color:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3533
|
-
color: var(--relay-colors-button-disabled-color);
|
|
3534
|
-
}
|
|
3535
|
-
|
|
3536
|
-
.disabled\:placeholder\:relay-text_gray10:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#)::placeholder, .disabled\:placeholder\:relay-text_gray10:is(:disabled, [disabled], [data-disabled])[data-placeholder]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3537
|
-
color: var(--relay-colors-gray10);
|
|
3538
|
-
}
|
|
3539
|
-
|
|
3540
|
-
.dark:not(#\#):not(#\#):not(#\#):not(#\#) .dark\:\[\&\[data-state\=\"active\"\]\]\:relay-bg_widget-background[data-state="active"],[data-theme="dark"]:not(#\#):not(#\#):not(#\#):not(#\#) .dark\:\[\&\[data-state\=\"active\"\]\]\:relay-bg_widget-background[data-state="active"] {
|
|
3541
|
-
background: var(--relay-colors-widget-background);
|
|
3542
|
-
}
|
|
3543
|
-
|
|
3544
|
-
.disabled\:hover\:relay-bg_button-disabled-background:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3545
|
-
background-color: var(--relay-colors-button-disabled-background);
|
|
3546
|
-
}
|
|
3547
|
-
|
|
3548
|
-
.\[\&\:not\(\[data-state\=\"active\"\]\)\]\:hover\:relay-bg_transparent\!:not([data-state="active"]):is(:hover, [data-hover]):not(#\#) {
|
|
3549
|
-
background-color: transparent !important;
|
|
3550
|
-
}
|
|
3551
|
-
|
|
3552
|
-
.dark:not(#\#):not(#\#):not(#\#):not(#\#) .dark\:\[\&\[data-state\=\"active\"\]\]\:relay-border_gray\.4[data-state="active"],[data-theme="dark"]:not(#\#):not(#\#):not(#\#):not(#\#) .dark\:\[\&\[data-state\=\"active\"\]\]\:relay-border_gray\.4[data-state="active"] {
|
|
3553
|
-
border-color: var(--relay-colors-gray-4);
|
|
3554
|
-
}
|
|
3555
|
-
|
|
3556
|
-
.dark:not(#\#) .dark\:\[\&\:not\(\[data-state\=\"active\"\]\)\]\:hover\:relay-bg_transparent\!:not([data-state="active"]):is(:hover, [data-hover]), [data-theme="dark"]:not(#\#) .dark\:\[\&\:not\(\[data-state\=\"active\"\]\)\]\:hover\:relay-bg_transparent\!:not([data-state="active"]):is(:hover, [data-hover]) {
|
|
3557
|
-
background-color: transparent !important;
|
|
3558
|
-
}
|
|
3559
|
-
|
|
3560
|
-
@media screen and (min-width: 31.25rem) {
|
|
3561
|
-
.bp500\:relay-gap_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3562
|
-
gap: var(--relay-spacing-1);
|
|
3563
|
-
}
|
|
3564
|
-
.bp500\:relay-flex_row:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3565
|
-
flex-direction: row;
|
|
3566
|
-
}
|
|
3567
|
-
.bp500\:relay-flex_column:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3568
|
-
flex-direction: column;
|
|
3569
|
-
}
|
|
3570
|
-
.bp500\:relay-items_flex-start:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3571
|
-
align-items: flex-start;
|
|
3572
|
-
}
|
|
3573
|
-
}
|
|
3574
|
-
|
|
3575
|
-
@media screen and (min-width: 37.5rem) {
|
|
3576
|
-
.sm\:relay-w_386:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3577
|
-
width: 386px;
|
|
3578
|
-
}
|
|
3579
|
-
.sm\:relay-gap_4px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3580
|
-
gap: 4px;
|
|
3581
|
-
}
|
|
3582
|
-
.sm\:relay-gap_2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3583
|
-
gap: var(--relay-spacing-2);
|
|
3584
|
-
}
|
|
3585
|
-
.sm\:relay-w_370:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3586
|
-
width: 370px;
|
|
3587
|
-
}
|
|
3588
|
-
.sm\:relay-min-w_400px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3589
|
-
min-width: 400px;
|
|
3590
|
-
}
|
|
3591
|
-
.sm\:relay-max-w_532px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3592
|
-
max-width: 532px;
|
|
3593
|
-
}
|
|
3594
|
-
.sm\:relay-max-w_100\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3595
|
-
max-width: 100%;
|
|
3596
|
-
}
|
|
3597
|
-
.sm\:relay-d_block:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3598
|
-
display: block;
|
|
3599
|
-
}
|
|
3600
|
-
.sm\:relay-d_none:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3601
|
-
display: none;
|
|
3602
|
-
}
|
|
3603
|
-
.sm\:relay-max-w_400px\!:not(#\#) {
|
|
3604
|
-
max-width: 400px !important;
|
|
3605
|
-
}
|
|
3606
|
-
.sm\:relay-fs_12px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3607
|
-
font-size: 12px;
|
|
3608
|
-
}
|
|
3609
|
-
}
|
|
3610
|
-
|
|
3611
|
-
@media(min-width: 660px) {
|
|
3612
|
-
.\[\@media\(min-width\:_660px\)\]\:relay-p_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3613
|
-
padding: 0;
|
|
3614
|
-
}
|
|
3615
|
-
.\[\@media\(min-width\:_660px\)\]\:relay-text_text-default:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3616
|
-
color: var(--relay-colors-text-default);
|
|
3617
|
-
}
|
|
3618
|
-
.\[\@media\(min-width\:_660px\)\]\:relay-px_2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3619
|
-
padding-inline: var(--relay-spacing-2);
|
|
3620
|
-
}
|
|
3621
|
-
.\[\@media\(min-width\:_660px\)\]\:relay-min-w_660:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3622
|
-
min-width: 660px;
|
|
3623
|
-
}
|
|
3624
|
-
.\[\@media\(min-width\:_660px\)\]\:relay-min-w_408:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3625
|
-
min-width: 408px;
|
|
3626
|
-
}
|
|
3627
|
-
.\[\@media\(min-width\:_660px\)\]\:relay-min-w_400:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3628
|
-
min-width: 400px;
|
|
3629
|
-
}
|
|
3630
|
-
.\[\@media\(min-width\:_660px\)\]\:relay-max-w_660:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3631
|
-
max-width: 660px;
|
|
3632
|
-
}
|
|
3633
|
-
.\[\@media\(min-width\:_660px\)\]\:relay-max-w_408:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3634
|
-
max-width: 408px;
|
|
3635
|
-
}
|
|
3636
|
-
.\[\@media\(min-width\:_660px\)\]\:relay-fs_14px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3637
|
-
font-size: 14px;
|
|
3638
|
-
}
|
|
3639
|
-
.\[\@media\(min-width\:_660px\)\]\:relay-leading_20px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3640
|
-
line-height: 20px;
|
|
3641
|
-
}
|
|
3642
|
-
}
|
|
3643
|
-
|
|
3644
|
-
@media screen and (min-width: 56.25rem) {
|
|
3645
|
-
.md\:relay-border_1px_solid:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3646
|
-
border: 1px solid;
|
|
3647
|
-
}
|
|
3648
|
-
.md\:relay-py_16px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3649
|
-
padding-block: 16px;
|
|
3650
|
-
}
|
|
3651
|
-
.md\:relay-px_16px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3652
|
-
padding-inline: 16px;
|
|
3653
|
-
}
|
|
3654
|
-
.md\:relay-rounded_widget-card-border-radius:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3655
|
-
border-radius: var(--relay-radii-widget-card-border-radius);
|
|
3656
|
-
}
|
|
3657
|
-
.md\:relay-min-h_auto:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3658
|
-
min-height: auto;
|
|
3659
|
-
}
|
|
3660
|
-
.md\:relay-min-w_400:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3661
|
-
min-width: 400px;
|
|
3662
|
-
}
|
|
3663
|
-
.md\:relay-border_slate\.4:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3664
|
-
border-color: var(--relay-colors-slate-4);
|
|
3665
|
-
}
|
|
3666
|
-
.md\:relay-bg_widget-card-background:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3667
|
-
background-color: var(--relay-colors-widget-card-background);
|
|
3668
|
-
}
|
|
3669
|
-
}
|
|
3670
|
-
|
|
3671
|
-
@media screen and (max-width: 37.4975rem) {
|
|
3672
|
-
.smDown\:relay-d_flex:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3673
|
-
display: flex;
|
|
3674
|
-
}
|
|
3675
|
-
.smDown\:relay-w_100\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3676
|
-
width: 100%;
|
|
3677
|
-
}
|
|
3678
|
-
.smDown\:relay-gap_2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3679
|
-
gap: var(--relay-spacing-2);
|
|
3680
|
-
}
|
|
3681
|
-
.smDown\:relay---borderColor_colors\.gray\.5:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3682
|
-
--borderColor: var(--relay-colors-gray-5);
|
|
3683
|
-
}
|
|
3684
|
-
.smDown\:relay-border_1px_solid_var\(--borderColor\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3685
|
-
border: 1px solid var(--borderColor);
|
|
3686
|
-
}
|
|
3687
|
-
.smDown\:relay-mb_2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3688
|
-
margin-bottom: var(--relay-spacing-2);
|
|
3689
|
-
}
|
|
3690
|
-
.smDown\:relay-bg_transparent:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3691
|
-
background-color: transparent;
|
|
3692
|
-
}
|
|
3693
|
-
}
|
|
3694
|
-
|
|
3695
|
-
@media(max-width: 520px) {
|
|
3696
|
-
.\[\@media\(max-width\:_520px\)\]\:relay-w_100\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3697
|
-
width: 100%;
|
|
3698
|
-
}
|
|
3699
|
-
.\[\@media\(max-width\:_520px\)\]\:relay-max-w_unset\!:not(#\#) {
|
|
3700
|
-
max-width: unset !important;
|
|
3701
|
-
}
|
|
3702
|
-
.\[\@media\(max-width\:_520px\)\]\:relay-rounded-br_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3703
|
-
border-bottom-right-radius: 0;
|
|
3704
|
-
}
|
|
3705
|
-
.\[\@media\(max-width\:_520px\)\]\:relay-rounded-bl_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3706
|
-
border-bottom-left-radius: 0;
|
|
3707
|
-
}
|
|
3708
|
-
}
|
|
3709
|
-
|
|
3710
|
-
@media screen and (max-width: 24.9975rem) {
|
|
3711
|
-
.bp400Down\:relay-transform_rotate\(90deg\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3712
|
-
transform: rotate(90deg);
|
|
3713
|
-
}
|
|
3714
|
-
.bp400Down\:relay-p_12px_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3715
|
-
padding: 12px 0;
|
|
3716
|
-
}
|
|
3717
|
-
}
|
|
1
|
+
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}@layer theme{
|
|
3
|
+
.relay-kit-reset {--relay-color-black:#000;--relay-color-white:#fff;--relay-spacing:.25rem;--relay-text-xs:.75rem;--relay-text-xs--line-height:calc(1 / .75);--relay-text-sm:.875rem;--relay-text-sm--line-height:calc(1.25 / .875);--relay-font-weight-normal:400;--relay-font-weight-medium:500;--relay-font-weight-semibold:600;--relay-font-weight-bold:700;--relay-font-weight-black:900;--relay-leading-normal:1.5;--relay-radius-lg:.5rem;--relay-ease-out:cubic-bezier(0, 0, .2, 1);--relay-animate-spin:spin 1s linear infinite;--relay-animate-pulse:pulse 3s ease-in-out infinite;--relay-blur-sm:8px;--relay-default-transition-duration:.15s;--relay-default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--relay-spacing-1:4px;--relay-spacing-2:8px;--relay-spacing-3:12px;--relay-spacing-4:16px;--relay-spacing-5:32px;--relay-spacing-6:64px;--relay-spacing-widget-card-section-gutter:6px;--relay-font-body:var(--relay-fonts-body);--relay-font-heading:var(--relay-fonts-heading);--relay-radius-widget-card:var(--relay-radii-widget-card-border-radius);--relay-radius-input:var(--relay-radii-input-border-radius);--relay-radius-dropdown:var(--relay-radii-dropdown-border-radius);--relay-radius-swap-btn:var(--relay-radii-widget-swap-currency-button-border-radius);--relay-animate-collapsible-down:collapsibleSlideDown .3s cubic-bezier(.87, 0, .13, 1);--relay-animate-collapsible-up:collapsibleSlideUp .3s cubic-bezier(.87, 0, .13, 1);--relay-animate-dialog-slide-up:dialog-slide-up .2s ease-out;--relay-animate-dialog-slide-down:dialog-slide-down .2s ease-in;--relay-animate-content-fade-in:content-fade-in .25s cubic-bezier(.16, 1, .3, 1);--relay-animate-icon-pop-in:icon-pop-in .6s cubic-bezier(.22, 1, .36, 1);--relay-animate-scale-in:scale-in .2s cubic-bezier(.16, 1, .3, 1) forwards;--relay-animate-scale-out:scale-out .15s ease-in forwards;--relay-animate-overlay-fade-in:overlay-fade-in .15s ease-out;--relay-animate-overlay-fade-out:overlay-fade-out .15s ease-in}}@layer base{.relay-kit-reset{--font-fallback:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;tab-size:4;-webkit-tap-highlight-color:transparent;line-height:1.5;font-family:var(--relay-fonts-body,var(--font-fallback))}.relay-kit-reset :where(*){box-sizing:border-box;border:0 solid;margin:0;padding:0}.relay-kit-reset :where(img,svg,video,canvas,audio,iframe,embed,object){vertical-align:middle;display:block}.relay-kit-reset :where(img,video){max-width:100%;height:auto}.relay-kit-reset :where(h1,h2,h3,h4,h5,h6){text-wrap:balance;font-size:inherit;font-weight:inherit}.relay-kit-reset :where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}.relay-kit-reset :where(ol,ul,menu){list-style:none}.relay-kit-reset :where(button,input:where([type=button],[type=reset],[type=submit])){appearance:button}.relay-kit-reset :where(button,input,optgroup,select,textarea){font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;background:0 0}.relay-kit-reset :where(){opacity:1;color:currentColor}@supports (color:color-mix(in lab, red, red)){.relay-kit-reset :where(){color:color-mix(in srgb, currentColor 50%, transparent)}}.relay-kit-reset :where(textarea){resize:vertical}.relay-kit-reset :where(table){text-indent:0;border-collapse:collapse;border-color:inherit}.relay-kit-reset :where(summary){display:list-item}.relay-kit-reset :where(a){color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}.relay-kit-reset :where(abbr[title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.relay-kit-reset :where(code,kbd,samp,pre){font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.relay-kit-reset :where(){-webkit-appearance:none;height:auto}.relay-kit-reset :where([hidden]){display:none!important}.relay-kit-reset :where(img){border-style:none}.relay-kit-reset :where(small){font-size:80%}.relay-kit-reset :where(b,strong){font-weight:bolder}:root{--relay-spacing-1:4px;--relay-spacing-2:8px;--relay-spacing-3:12px;--relay-spacing-4:16px;--relay-spacing-5:32px;--relay-spacing-6:64px;--relay-spacing-widget-card-section-gutter:6px;--relay-fonts-body:var(--font-inter), sans-serif;--relay-fonts-heading:var(--font-inter), sans-serif;--relay-fonts-button-cta-font-style:normal;--relay-gradients-success:linear-gradient(to right, #30a46c, #0adf79);--relay-radii-widget-border-radius:16px;--relay-radii-widget-card-border-radius:12px;--relay-radii-modal-border-radius:16px;--relay-radii-button-border-radius:12px;--relay-radii-input-border-radius:8px;--relay-radii-dropdown-border-radius:8px;--relay-radii-widget-swap-currency-button-border-radius:8px;--relay-borders-widget-border:0px solid white;--relay-borders-modal-border:0px solid white;--relay-borders-dropdown-border:1px solid var(--relay-colors-gray5);--relay-borders-widget-swap-currency-button-border-width:2px;--relay-borders-widget-card-border:1px solid var(--relay-colors-primary4);--relay-shadows-widget-box-shadow:0px 4px 30px #0000001a;--relay-colors-violet-1:#fdfdff;--relay-colors-violet-2:#f7f8ff;--relay-colors-violet-3:#eff1ff;--relay-colors-violet-4:#e4e7ff;--relay-colors-violet-5:#d7dbff;--relay-colors-violet-6:#c8ccff;--relay-colors-violet-7:#b4b8ff;--relay-colors-violet-8:#989aff;--relay-colors-violet-9:#4615c8;--relay-colors-violet-10:#3b00b4;--relay-colors-violet-11:#5a45df;--relay-colors-violet-12:#2a226e;--relay-colors-violet-dark-1:#0e0e23;--relay-colors-violet-dark-2:#141331;--relay-colors-violet-dark-3:#216;--relay-colors-violet-dark-4:#2f0093;--relay-colors-violet-dark-5:#3800a8;--relay-colors-violet-dark-6:#4016b8;--relay-colors-violet-dark-7:#4c24d1;--relay-colors-violet-dark-8:#5b2af9;--relay-colors-violet-dark-9:#4615c8;--relay-colors-violet-dark-10:#3901aa;--relay-colors-violet-dark-11:#a7aaff;--relay-colors-violet-dark-12:#dbdeff;--relay-colors-slate-light-1:#fbfcfd;--relay-colors-slate-light-2:#f8f9fa;--relay-colors-slate-light-3:#f1f3f5;--relay-colors-slate-light-4:#eceef0;--relay-colors-slate-light-5:#e6e8eb;--relay-colors-slate-light-6:#dfe3e6;--relay-colors-slate-light-7:#d7dbdf;--relay-colors-slate-light-8:#c1c8cd;--relay-colors-slate-light-9:#889096;--relay-colors-slate-light-10:#7e868c;--relay-colors-slate-light-11:#687076;--relay-colors-slate-light-12:#11181c;--relay-colors-slate-dark-1:#151718;--relay-colors-slate-dark-2:#1a1d1e;--relay-colors-slate-dark-3:#202425;--relay-colors-slate-dark-4:#26292b;--relay-colors-slate-dark-5:#2b2f31;--relay-colors-slate-dark-6:#313538;--relay-colors-slate-dark-7:#3a3f42;--relay-colors-slate-dark-8:#4c5155;--relay-colors-slate-dark-9:#697177;--relay-colors-slate-dark-10:#787f85;--relay-colors-slate-dark-11:#9ba1a6;--relay-colors-slate-dark-12:#ecedee;--relay-colors-slate-1:var(--relay-colors-slate-light-1);--relay-colors-slate-2:var(--relay-colors-slate-light-2);--relay-colors-slate-3:var(--relay-colors-slate-light-3);--relay-colors-slate-4:var(--relay-colors-slate-light-4);--relay-colors-slate-5:var(--relay-colors-slate-light-5);--relay-colors-slate-6:var(--relay-colors-slate-light-6);--relay-colors-slate-7:var(--relay-colors-slate-light-7);--relay-colors-slate-8:var(--relay-colors-slate-light-8);--relay-colors-slate-9:var(--relay-colors-slate-light-9);--relay-colors-slate-10:var(--relay-colors-slate-light-10);--relay-colors-slate-11:var(--relay-colors-slate-light-11);--relay-colors-slate-12:var(--relay-colors-slate-light-12);--relay-colors-gray-light-1:#fcfcfc;--relay-colors-gray-light-2:#f8f8f8;--relay-colors-gray-light-3:#f3f3f3;--relay-colors-gray-light-4:#ededed;--relay-colors-gray-light-5:#e8e8e8;--relay-colors-gray-light-6:#e2e2e2;--relay-colors-gray-light-7:#dbdbdb;--relay-colors-gray-light-8:#c7c7c7;--relay-colors-gray-light-9:#8f8f8f;--relay-colors-gray-light-10:#858585;--relay-colors-gray-light-11:#6f6f6f;--relay-colors-gray-light-12:#171717;--relay-colors-gray-dark-1:#161616;--relay-colors-gray-dark-2:#1c1c1c;--relay-colors-gray-dark-3:#232323;--relay-colors-gray-dark-4:#282828;--relay-colors-gray-dark-5:#2e2e2e;--relay-colors-gray-dark-6:#343434;--relay-colors-gray-dark-7:#3e3e3e;--relay-colors-gray-dark-8:#505050;--relay-colors-gray-dark-9:#707070;--relay-colors-gray-dark-10:#7e7e7e;--relay-colors-gray-dark-11:#a0a0a0;--relay-colors-gray-dark-12:#ededed;--relay-colors-gray-1:var(--relay-colors-gray-light-1);--relay-colors-gray-2:var(--relay-colors-gray-light-2);--relay-colors-gray-3:var(--relay-colors-gray-light-3);--relay-colors-gray-4:var(--relay-colors-gray-light-4);--relay-colors-gray-5:var(--relay-colors-gray-light-5);--relay-colors-gray-6:var(--relay-colors-gray-light-6);--relay-colors-gray-7:var(--relay-colors-gray-light-7);--relay-colors-gray-8:var(--relay-colors-gray-light-8);--relay-colors-gray-9:var(--relay-colors-gray-light-9);--relay-colors-gray-10:var(--relay-colors-gray-light-10);--relay-colors-gray-11:var(--relay-colors-gray-light-11);--relay-colors-gray-12:var(--relay-colors-gray-light-12);--relay-colors-tomato-light-1:#fffcfc;--relay-colors-tomato-light-2:#fff8f7;--relay-colors-tomato-light-3:#fff0ee;--relay-colors-tomato-light-4:#ffe6e2;--relay-colors-tomato-light-5:#fdd8d3;--relay-colors-tomato-light-6:#fac7be;--relay-colors-tomato-light-7:#f3b0a2;--relay-colors-tomato-light-8:#ea9280;--relay-colors-tomato-light-9:#e54d2e;--relay-colors-tomato-light-10:#db4324;--relay-colors-tomato-light-11:#ca3214;--relay-colors-tomato-light-12:#341711;--relay-colors-tomato-dark-1:#1d1412;--relay-colors-tomato-dark-2:#2a1410;--relay-colors-tomato-dark-3:#3b1813;--relay-colors-tomato-dark-4:#481a14;--relay-colors-tomato-dark-5:#541c15;--relay-colors-tomato-dark-6:#652016;--relay-colors-tomato-dark-7:#7f2315;--relay-colors-tomato-dark-8:#a42a12;--relay-colors-tomato-dark-9:#e54d2e;--relay-colors-tomato-dark-10:#ec5e41;--relay-colors-tomato-dark-11:#f16a50;--relay-colors-tomato-dark-12:#feefec;--relay-colors-tomato-1:var(--relay-colors-tomato-light-1);--relay-colors-tomato-2:var(--relay-colors-tomato-light-2);--relay-colors-tomato-3:var(--relay-colors-tomato-light-3);--relay-colors-tomato-4:var(--relay-colors-tomato-light-4);--relay-colors-tomato-5:var(--relay-colors-tomato-light-5);--relay-colors-tomato-6:var(--relay-colors-tomato-light-6);--relay-colors-tomato-7:var(--relay-colors-tomato-light-7);--relay-colors-tomato-8:var(--relay-colors-tomato-light-8);--relay-colors-tomato-9:var(--relay-colors-tomato-light-9);--relay-colors-tomato-10:var(--relay-colors-tomato-light-10);--relay-colors-tomato-11:var(--relay-colors-tomato-light-11);--relay-colors-tomato-12:var(--relay-colors-tomato-light-12);--relay-colors-grass-light-1:#fbfefb;--relay-colors-grass-light-2:#f3fcf3;--relay-colors-grass-light-3:#ebf9eb;--relay-colors-grass-light-4:#dff3df;--relay-colors-grass-light-5:#ceebcf;--relay-colors-grass-light-6:#b7dfba;--relay-colors-grass-light-7:#97cf9c;--relay-colors-grass-light-8:#65ba75;--relay-colors-grass-light-9:#46a758;--relay-colors-grass-light-10:#3d9a50;--relay-colors-grass-light-11:#297c3b;--relay-colors-grass-light-12:#1b311e;--relay-colors-grass-dark-1:#0d1912;--relay-colors-grass-dark-2:#0f1e13;--relay-colors-grass-dark-3:#132819;--relay-colors-grass-dark-4:#16301d;--relay-colors-grass-dark-5:#193921;--relay-colors-grass-dark-6:#1d4427;--relay-colors-grass-dark-7:#245530;--relay-colors-grass-dark-8:#2f6e3b;--relay-colors-grass-dark-9:#46a758;--relay-colors-grass-dark-10:#55b467;--relay-colors-grass-dark-11:#63c174;--relay-colors-grass-dark-12:#e5fbeb;--relay-colors-grass-1:var(--relay-colors-grass-light-1);--relay-colors-grass-2:var(--relay-colors-grass-light-2);--relay-colors-grass-3:var(--relay-colors-grass-light-3);--relay-colors-grass-4:var(--relay-colors-grass-light-4);--relay-colors-grass-5:var(--relay-colors-grass-light-5);--relay-colors-grass-6:var(--relay-colors-grass-light-6);--relay-colors-grass-7:var(--relay-colors-grass-light-7);--relay-colors-grass-8:var(--relay-colors-grass-light-8);--relay-colors-grass-9:var(--relay-colors-grass-light-9);--relay-colors-grass-10:var(--relay-colors-grass-light-10);--relay-colors-grass-11:var(--relay-colors-grass-light-11);--relay-colors-grass-12:var(--relay-colors-grass-light-12);--relay-colors-amber-light-1:#fefdfb;--relay-colors-amber-light-2:#fff9ed;--relay-colors-amber-light-3:#fff4d5;--relay-colors-amber-light-4:#ffecbc;--relay-colors-amber-light-5:#ffe3a2;--relay-colors-amber-light-6:#ffd386;--relay-colors-amber-light-7:#f3ba63;--relay-colors-amber-light-8:#ee9d2b;--relay-colors-amber-light-9:#ffb224;--relay-colors-amber-light-10:#ffa01c;--relay-colors-amber-light-11:#ad5700;--relay-colors-amber-light-12:#4e2009;--relay-colors-amber-dark-1:#1f1300;--relay-colors-amber-dark-2:#271700;--relay-colors-amber-dark-3:#341c00;--relay-colors-amber-dark-4:#3f2200;--relay-colors-amber-dark-5:#4a2900;--relay-colors-amber-dark-6:#573300;--relay-colors-amber-dark-7:#693f05;--relay-colors-amber-dark-8:#824e00;--relay-colors-amber-dark-9:#ffb224;--relay-colors-amber-dark-10:#ffcb47;--relay-colors-amber-dark-11:#f1a10d;--relay-colors-amber-dark-12:#fef3dd;--relay-colors-amber-1:var(--relay-colors-amber-light-1);--relay-colors-amber-2:var(--relay-colors-amber-light-2);--relay-colors-amber-3:var(--relay-colors-amber-light-3);--relay-colors-amber-4:var(--relay-colors-amber-light-4);--relay-colors-amber-5:var(--relay-colors-amber-light-5);--relay-colors-amber-6:var(--relay-colors-amber-light-6);--relay-colors-amber-7:var(--relay-colors-amber-light-7);--relay-colors-amber-8:var(--relay-colors-amber-light-8);--relay-colors-amber-9:var(--relay-colors-amber-light-9);--relay-colors-amber-10:var(--relay-colors-amber-light-10);--relay-colors-amber-11:var(--relay-colors-amber-light-11);--relay-colors-amber-12:var(--relay-colors-amber-light-12);--relay-colors-yellow-light-1:#fdfdf9;--relay-colors-yellow-light-2:#fffce8;--relay-colors-yellow-light-3:#fffbd1;--relay-colors-yellow-light-4:#fff8bb;--relay-colors-yellow-light-5:#fef2a4;--relay-colors-yellow-light-6:#f9e68c;--relay-colors-yellow-light-7:#efd36c;--relay-colors-yellow-light-8:#ebbc00;--relay-colors-yellow-light-9:#f5d90a;--relay-colors-yellow-light-10:#f7ce00;--relay-colors-yellow-light-11:#946800;--relay-colors-yellow-light-12:#35290f;--relay-colors-yellow-dark-1:#1c1500;--relay-colors-yellow-dark-2:#221a00;--relay-colors-yellow-dark-3:#2c2100;--relay-colors-yellow-dark-4:#352800;--relay-colors-yellow-dark-5:#3e3000;--relay-colors-yellow-dark-6:#493c00;--relay-colors-yellow-dark-7:#594a05;--relay-colors-yellow-dark-8:#705e00;--relay-colors-yellow-dark-9:#f5d90a;--relay-colors-yellow-dark-10:#ffef5c;--relay-colors-yellow-dark-11:#f0c000;--relay-colors-yellow-dark-12:#fffad1;--relay-colors-yellow-1:var(--relay-colors-yellow-light-1);--relay-colors-yellow-2:var(--relay-colors-yellow-light-2);--relay-colors-yellow-3:var(--relay-colors-yellow-light-3);--relay-colors-yellow-4:var(--relay-colors-yellow-light-4);--relay-colors-yellow-5:var(--relay-colors-yellow-light-5);--relay-colors-yellow-6:var(--relay-colors-yellow-light-6);--relay-colors-yellow-7:var(--relay-colors-yellow-light-7);--relay-colors-yellow-8:var(--relay-colors-yellow-light-8);--relay-colors-yellow-9:var(--relay-colors-yellow-light-9);--relay-colors-yellow-10:var(--relay-colors-yellow-light-10);--relay-colors-yellow-11:var(--relay-colors-yellow-light-11);--relay-colors-yellow-12:var(--relay-colors-yellow-light-12);--relay-colors-blue-light-1:#fbfdff;--relay-colors-blue-light-2:#f5faff;--relay-colors-blue-light-3:#edf6ff;--relay-colors-blue-light-4:#e1f0ff;--relay-colors-blue-light-5:#cee7fe;--relay-colors-blue-light-6:#b7d9f8;--relay-colors-blue-light-7:#96c7f2;--relay-colors-blue-light-8:#5eb0ef;--relay-colors-blue-light-9:#0090ff;--relay-colors-blue-light-10:#0081f1;--relay-colors-blue-light-11:#006adc;--relay-colors-blue-light-12:#00254d;--relay-colors-blue-dark-1:#0f1720;--relay-colors-blue-dark-2:#0f1b2d;--relay-colors-blue-dark-3:#10243e;--relay-colors-blue-dark-4:#102a4c;--relay-colors-blue-dark-5:#0f3058;--relay-colors-blue-dark-6:#0d3868;--relay-colors-blue-dark-7:#0a4481;--relay-colors-blue-dark-8:#0954a5;--relay-colors-blue-dark-9:#0090ff;--relay-colors-blue-dark-10:#369eff;--relay-colors-blue-dark-11:#52a9ff;--relay-colors-blue-dark-12:#eaf6ff;--relay-colors-blue-1:var(--relay-colors-blue-light-1);--relay-colors-blue-2:var(--relay-colors-blue-light-2);--relay-colors-blue-3:var(--relay-colors-blue-light-3);--relay-colors-blue-4:var(--relay-colors-blue-light-4);--relay-colors-blue-5:var(--relay-colors-blue-light-5);--relay-colors-blue-6:var(--relay-colors-blue-light-6);--relay-colors-blue-7:var(--relay-colors-blue-light-7);--relay-colors-blue-8:var(--relay-colors-blue-light-8);--relay-colors-blue-9:var(--relay-colors-blue-light-9);--relay-colors-blue-10:var(--relay-colors-blue-light-10);--relay-colors-blue-11:var(--relay-colors-blue-light-11);--relay-colors-blue-12:var(--relay-colors-blue-light-12);--relay-colors-black-a-1:#00000003;--relay-colors-black-a-2:#00000007;--relay-colors-black-a-3:#0000000c;--relay-colors-black-a-4:#00000012;--relay-colors-black-a-5:#00000017;--relay-colors-black-a-6:#0000001d;--relay-colors-black-a-7:#00000024;--relay-colors-black-a-8:#00000038;--relay-colors-black-a-9:#00000070;--relay-colors-black-a-10:#0000007a;--relay-colors-black-a-11:#00000090;--relay-colors-black-a-12:#000000e8;--relay-colors-gray1:var(--relay-colors-slate-1);--relay-colors-gray2:var(--relay-colors-slate-2);--relay-colors-gray3:var(--relay-colors-slate-3);--relay-colors-gray4:var(--relay-colors-slate-4);--relay-colors-gray5:var(--relay-colors-slate-5);--relay-colors-gray6:var(--relay-colors-slate-6);--relay-colors-gray7:var(--relay-colors-slate-7);--relay-colors-gray8:var(--relay-colors-slate-8);--relay-colors-gray9:var(--relay-colors-slate-9);--relay-colors-gray10:var(--relay-colors-slate-10);--relay-colors-gray11:var(--relay-colors-slate-11);--relay-colors-gray12:var(--relay-colors-slate-12);--relay-colors-blackA10:var(--relay-colors-black-a-10);--relay-colors-blue12:var(--relay-colors-blue-12);--relay-colors-red2:var(--relay-colors-tomato-2);--relay-colors-red3:var(--relay-colors-tomato-3);--relay-colors-red4:var(--relay-colors-tomato-4);--relay-colors-red5:var(--relay-colors-tomato-5);--relay-colors-red6:var(--relay-colors-tomato-6);--relay-colors-red9:var(--relay-colors-tomato-9);--relay-colors-red10:var(--relay-colors-tomato-10);--relay-colors-red11:var(--relay-colors-tomato-11);--relay-colors-red12:var(--relay-colors-tomato-12);--relay-colors-green2:var(--relay-colors-grass-2);--relay-colors-green3:var(--relay-colors-grass-3);--relay-colors-green9:var(--relay-colors-grass-9);--relay-colors-green10:var(--relay-colors-grass-10);--relay-colors-green11:var(--relay-colors-grass-11);--relay-colors-green12:var(--relay-colors-grass-12);--relay-colors-yellow9:var(--relay-colors-yellow-9);--relay-colors-yellow10:var(--relay-colors-yellow-10);--relay-colors-yellow11:var(--relay-colors-yellow-11);--relay-colors-yellow12:var(--relay-colors-yellow-12);--relay-colors-amber2:var(--relay-colors-amber-2);--relay-colors-amber3:var(--relay-colors-amber-3);--relay-colors-amber4:var(--relay-colors-amber-4);--relay-colors-amber9:var(--relay-colors-amber-9);--relay-colors-amber10:var(--relay-colors-amber-10);--relay-colors-amber11:var(--relay-colors-amber-11);--relay-colors-amber12:var(--relay-colors-amber-12);--relay-colors-slate4:var(--relay-colors-slate-4);--relay-colors-slate5:var(--relay-colors-slate-5);--relay-colors-slate6:var(--relay-colors-slate-6);--relay-colors-slate10:var(--relay-colors-slate-10);--relay-colors-gray-rgb:143, 143, 143;--relay-colors-primary1:var(--relay-colors-violet-1);--relay-colors-primary2:var(--relay-colors-violet-2);--relay-colors-primary3:var(--relay-colors-violet-3);--relay-colors-primary4:var(--relay-colors-violet-4);--relay-colors-primary5:var(--relay-colors-violet-5);--relay-colors-primary6:var(--relay-colors-violet-6);--relay-colors-primary7:var(--relay-colors-violet-7);--relay-colors-primary8:var(--relay-colors-violet-8);--relay-colors-primary9:var(--relay-colors-violet-9);--relay-colors-primary10:var(--relay-colors-violet-10);--relay-colors-primary11:var(--relay-colors-violet-11);--relay-colors-primary12:var(--relay-colors-violet-12);--relay-colors-primary-color:var(--relay-colors-primary9);--relay-colors-focus-color:var(--relay-colors-primary7);--relay-colors-subtle-background-color:var(--relay-colors-gray-1);--relay-colors-subtle-border-color:var(--relay-colors-gray-5);--relay-colors-text-default:var(--relay-colors-gray-12);--relay-colors-text-subtle:var(--relay-colors-gray-11);--relay-colors-text-subtle-secondary:var(--relay-colors-gray-11);--relay-colors-text-error:var(--relay-colors-tomato-12);--relay-colors-text-success:var(--relay-colors-grass-11);--relay-colors-primary-button-background:var(--relay-colors-primary9);--relay-colors-primary-button-color:white;--relay-colors-primary-button-hover-background:var(--relay-colors-primary10);--relay-colors-primary-button-hover-color:white;--relay-colors-secondary-button-background:var(--relay-colors-primary3);--relay-colors-secondary-button-color:var(--relay-colors-gray12);--relay-colors-secondary-button-hover-background:var(--relay-colors-primary4);--relay-colors-secondary-button-hover-color:var(--relay-colors-gray12);--relay-colors-button-disabled-background:var(--relay-colors-gray-8);--relay-colors-button-disabled-color:var(--relay-colors-gray-11);--relay-colors-input-background:var(--relay-colors-gray-3);--relay-colors-input-color:var(--relay-colors-gray-12);--relay-colors-anchor-color:var(--relay-colors-primary11);--relay-colors-anchor-hover-color:var(--relay-colors-primary9);--relay-colors-dropdown-background:var(--relay-colors-gray-3);--relay-colors-widget-background:white;--relay-colors-widget-card-background:white;--relay-colors-widget-selector-background:var(--relay-colors-gray-2);--relay-colors-widget-selector-hover-background:var(--relay-colors-gray-3);--relay-colors-widget-swap-currency-button-border-color:var(--relay-colors-primary4);--relay-colors-modal-background:white;--relay-colors-skeleton-background:var(--relay-colors-gray-3);--relay-colors-prose-body:var(--relay-colors-slate-12)}.dark,[data-theme=dark]{--relay-colors-primary1:var(--relay-colors-violet-dark-1);--relay-colors-primary2:var(--relay-colors-violet-dark-2);--relay-colors-primary3:var(--relay-colors-violet-dark-3);--relay-colors-primary4:var(--relay-colors-violet-dark-4);--relay-colors-primary5:var(--relay-colors-violet-dark-5);--relay-colors-primary6:var(--relay-colors-violet-dark-6);--relay-colors-primary7:var(--relay-colors-violet-dark-7);--relay-colors-primary8:var(--relay-colors-violet-dark-8);--relay-colors-primary9:var(--relay-colors-violet-dark-9);--relay-colors-primary10:var(--relay-colors-violet-dark-10);--relay-colors-primary11:var(--relay-colors-violet-dark-11);--relay-colors-primary12:var(--relay-colors-violet-dark-12);--relay-colors-widget-background:var(--relay-colors-gray-1);--relay-colors-widget-card-background:var(--relay-colors-gray-1);--relay-colors-modal-background:var(--relay-colors-gray-1);--relay-colors-amber-1:var(--relay-colors-amber-dark-1);--relay-colors-amber-2:var(--relay-colors-amber-dark-2);--relay-colors-amber-3:var(--relay-colors-amber-dark-3);--relay-colors-amber-4:var(--relay-colors-amber-dark-4);--relay-colors-amber-5:var(--relay-colors-amber-dark-5);--relay-colors-amber-6:var(--relay-colors-amber-dark-6);--relay-colors-amber-7:var(--relay-colors-amber-dark-7);--relay-colors-amber-8:var(--relay-colors-amber-dark-8);--relay-colors-amber-9:var(--relay-colors-amber-dark-9);--relay-colors-amber-10:var(--relay-colors-amber-dark-10);--relay-colors-amber-11:var(--relay-colors-amber-dark-11);--relay-colors-amber-12:var(--relay-colors-amber-dark-12);--relay-colors-blue-1:var(--relay-colors-blue-dark-1);--relay-colors-blue-2:var(--relay-colors-blue-dark-2);--relay-colors-blue-3:var(--relay-colors-blue-dark-3);--relay-colors-blue-4:var(--relay-colors-blue-dark-4);--relay-colors-blue-5:var(--relay-colors-blue-dark-5);--relay-colors-blue-6:var(--relay-colors-blue-dark-6);--relay-colors-blue-7:var(--relay-colors-blue-dark-7);--relay-colors-blue-8:var(--relay-colors-blue-dark-8);--relay-colors-blue-9:var(--relay-colors-blue-dark-9);--relay-colors-blue-10:var(--relay-colors-blue-dark-10);--relay-colors-blue-11:var(--relay-colors-blue-dark-11);--relay-colors-blue-12:var(--relay-colors-blue-dark-12);--relay-colors-grass-1:var(--relay-colors-grass-dark-1);--relay-colors-grass-2:var(--relay-colors-grass-dark-2);--relay-colors-grass-3:var(--relay-colors-grass-dark-3);--relay-colors-grass-4:var(--relay-colors-grass-dark-4);--relay-colors-grass-5:var(--relay-colors-grass-dark-5);--relay-colors-grass-6:var(--relay-colors-grass-dark-6);--relay-colors-grass-7:var(--relay-colors-grass-dark-7);--relay-colors-grass-8:var(--relay-colors-grass-dark-8);--relay-colors-grass-9:var(--relay-colors-grass-dark-9);--relay-colors-grass-10:var(--relay-colors-grass-dark-10);--relay-colors-grass-11:var(--relay-colors-grass-dark-11);--relay-colors-grass-12:var(--relay-colors-grass-dark-12);--relay-colors-gray-1:var(--relay-colors-gray-dark-1);--relay-colors-gray-2:var(--relay-colors-gray-dark-2);--relay-colors-gray-3:var(--relay-colors-gray-dark-3);--relay-colors-gray-4:var(--relay-colors-gray-dark-4);--relay-colors-gray-5:var(--relay-colors-gray-dark-5);--relay-colors-gray-6:var(--relay-colors-gray-dark-6);--relay-colors-gray-7:var(--relay-colors-gray-dark-7);--relay-colors-gray-8:var(--relay-colors-gray-dark-8);--relay-colors-gray-9:var(--relay-colors-gray-dark-9);--relay-colors-gray-10:var(--relay-colors-gray-dark-10);--relay-colors-gray-11:var(--relay-colors-gray-dark-11);--relay-colors-gray-12:var(--relay-colors-gray-dark-12);--relay-colors-slate-1:var(--relay-colors-slate-dark-1);--relay-colors-slate-2:var(--relay-colors-slate-dark-2);--relay-colors-slate-3:var(--relay-colors-slate-dark-3);--relay-colors-slate-4:var(--relay-colors-slate-dark-4);--relay-colors-slate-5:var(--relay-colors-slate-dark-5);--relay-colors-slate-6:var(--relay-colors-slate-dark-6);--relay-colors-slate-7:var(--relay-colors-slate-dark-7);--relay-colors-slate-8:var(--relay-colors-slate-dark-8);--relay-colors-slate-9:var(--relay-colors-slate-dark-9);--relay-colors-slate-10:var(--relay-colors-slate-dark-10);--relay-colors-slate-11:var(--relay-colors-slate-dark-11);--relay-colors-slate-12:var(--relay-colors-slate-dark-12);--relay-colors-tomato-1:var(--relay-colors-tomato-dark-1);--relay-colors-tomato-2:var(--relay-colors-tomato-dark-2);--relay-colors-tomato-3:var(--relay-colors-tomato-dark-3);--relay-colors-tomato-4:var(--relay-colors-tomato-dark-4);--relay-colors-tomato-5:var(--relay-colors-tomato-dark-5);--relay-colors-tomato-6:var(--relay-colors-tomato-dark-6);--relay-colors-tomato-7:var(--relay-colors-tomato-dark-7);--relay-colors-tomato-8:var(--relay-colors-tomato-dark-8);--relay-colors-tomato-9:var(--relay-colors-tomato-dark-9);--relay-colors-tomato-10:var(--relay-colors-tomato-dark-10);--relay-colors-tomato-11:var(--relay-colors-tomato-dark-11);--relay-colors-tomato-12:var(--relay-colors-tomato-dark-12);--relay-colors-yellow-1:var(--relay-colors-yellow-dark-1);--relay-colors-yellow-2:var(--relay-colors-yellow-dark-2);--relay-colors-yellow-3:var(--relay-colors-yellow-dark-3);--relay-colors-yellow-4:var(--relay-colors-yellow-dark-4);--relay-colors-yellow-5:var(--relay-colors-yellow-dark-5);--relay-colors-yellow-6:var(--relay-colors-yellow-dark-6);--relay-colors-yellow-7:var(--relay-colors-yellow-dark-7);--relay-colors-yellow-8:var(--relay-colors-yellow-dark-8);--relay-colors-yellow-9:var(--relay-colors-yellow-dark-9);--relay-colors-yellow-10:var(--relay-colors-yellow-dark-10);--relay-colors-yellow-11:var(--relay-colors-yellow-dark-11);--relay-colors-yellow-12:var(--relay-colors-yellow-dark-12);--relay-colors-gray-rgb:112, 112, 112;--relay-colors-widget-selector-background:#202425;--relay-colors-widget-selector-hover-background:#2a2d2e;--relay-borders-modal-border:1px solid var(--relay-colors-gray5);--relay-borders-widget-border:1px solid var(--relay-colors-gray5);--relay-borders-widget-card-border:1px solid var(--relay-colors-gray5);--relay-borders-dropdown-border:1px solid var(--relay-colors-gray5);--relay-colors-widget-swap-currency-button-border-color:var(--relay-colors-gray5)}}@layer components;@layer utilities{.relay\:absolute{position:absolute}.relay\:fixed{position:fixed}.relay\:relative{position:relative}.relay\:sticky{position:sticky}.relay\:inset-0{inset:calc(var(--relay-spacing) * 0)}.relay\:top-0{top:calc(var(--relay-spacing) * 0)}.relay\:top-1\/2{top:50%}.relay\:top-\[7px\]{top:7px}.relay\:top-\[12px\]{top:12px}.relay\:top-auto{top:auto}.relay\:top-full{top:100%}.relay\:-right-\[6px\]{right:-6px}.relay\:right-0{right:calc(var(--relay-spacing) * 0)}.relay\:right-2{right:var(--relay-spacing-2)}.relay\:right-4{right:var(--relay-spacing-4)}.relay\:right-\[8px\]{right:8px}.relay\:right-\[10px\]{right:10px}.relay\:right-\[unset\]{right:unset}.relay\:-bottom-\[6px\]{bottom:-6px}.relay\:bottom-0{bottom:calc(var(--relay-spacing) * 0)}.relay\:left-0{left:calc(var(--relay-spacing) * 0)}.relay\:left-1\/2{left:50%}.relay\:left-4{left:var(--relay-spacing-4)}.relay\:left-\[2px\]{left:2px}.relay\:left-\[unset\]{left:unset}.relay\:z-0{z-index:0}.relay\:z-10{z-index:10}.relay\:z-\[-1\]{z-index:-1}.relay\:z-\[1\]{z-index:1}.relay\:z-\[100\]{z-index:100}.relay\:z-\[9999\]{z-index:9999}.relay\:z-\[999999\]{z-index:999999}.relay\:z-\[10000001\]{z-index:10000001}.relay\:z-\[10000002\]{z-index:10000002}.relay\:z-\[10000004\]{z-index:10000004}.relay\:mx-0{margin-inline:calc(var(--relay-spacing) * 0)}.relay\:mx-4{margin-inline:var(--relay-spacing-4)}.relay\:mx-auto{margin-inline:auto}.relay\:\!my-0{margin-block:calc(var(--relay-spacing) * 0)!important}.relay\:my-2{margin-block:var(--relay-spacing-2)}.relay\:my-3{margin-block:var(--relay-spacing-3)}.relay\:my-4{margin-block:var(--relay-spacing-4)}.relay\:my-\[-13px\]{margin-block:-13px}.relay\:mt-0{margin-top:calc(var(--relay-spacing) * 0)}.relay\:mt-1{margin-top:var(--relay-spacing-1)}.relay\:mt-2{margin-top:var(--relay-spacing-2)}.relay\:mt-3{margin-top:var(--relay-spacing-3)}.relay\:mt-4{margin-top:var(--relay-spacing-4)}.relay\:mt-\[4px\]{margin-top:4px}.relay\:mt-\[5px\]{margin-top:5px}.relay\:mt-\[6px\]{margin-top:6px}.relay\:mt-\[8px\]{margin-top:8px}.relay\:mt-\[12px\]{margin-top:12px}.relay\:mt-\[24px\]{margin-top:24px}.relay\:mr-1{margin-right:var(--relay-spacing-1)}.relay\:mr-2{margin-right:var(--relay-spacing-2)}.relay\:mr-\[4px\]{margin-right:4px}.relay\:mr-\[6px\]{margin-right:6px}.relay\:mr-\[8px\]{margin-right:8px}.relay\:mr-auto{margin-right:auto}.relay\:mb-0{margin-bottom:calc(var(--relay-spacing) * 0)}.relay\:mb-1{margin-bottom:var(--relay-spacing-1)}.relay\:mb-2{margin-bottom:var(--relay-spacing-2)}.relay\:mb-3{margin-bottom:var(--relay-spacing-3)}.relay\:mb-4{margin-bottom:var(--relay-spacing-4)}.relay\:mb-6{margin-bottom:var(--relay-spacing-6)}.relay\:mb-\[5px\]{margin-bottom:5px}.relay\:mb-\[6px\]{margin-bottom:6px}.relay\:mb-\[16px\]{margin-bottom:16px}.relay\:mb-\[24px\]{margin-bottom:24px}.relay\:mb-\[var\(--relay-spacing-widget-card-section-gutter\)\]{margin-bottom:var(--relay-spacing-widget-card-section-gutter)}.relay\:-ml-5{margin-left:calc(var(--relay-spacing-5) * -1)}.relay\:ml-0{margin-left:calc(var(--relay-spacing) * 0)}.relay\:ml-1{margin-left:var(--relay-spacing-1)}.relay\:ml-2{margin-left:var(--relay-spacing-2)}.relay\:ml-\[-8px\]{margin-left:-8px}.relay\:ml-\[4px\]{margin-left:4px}.relay\:ml-\[16px\]{margin-left:16px}.relay\:ml-auto{margin-left:auto}.relay\:box-border{box-sizing:border-box}.relay\:block{display:block}.relay\:flex{display:flex}.relay\:hidden{display:none}.relay\:inline-block{display:inline-block}.relay\:inline-flex{display:inline-flex}.relay\:\!h-\[24px\]{height:24px!important}.relay\:h-3{height:var(--relay-spacing-3)}.relay\:h-4{height:var(--relay-spacing-4)}.relay\:h-8{height:calc(var(--relay-spacing) * 8)}.relay\:h-9{height:calc(var(--relay-spacing) * 9)}.relay\:h-10{height:calc(var(--relay-spacing) * 10)}.relay\:h-12{height:calc(var(--relay-spacing) * 12)}.relay\:h-\[4px\]{height:4px}.relay\:h-\[12px\]{height:12px}.relay\:h-\[14px\]{height:14px}.relay\:h-\[16px\]{height:16px}.relay\:h-\[17\.5px\]{height:17.5px}.relay\:h-\[18px\]{height:18px}.relay\:h-\[20px\]{height:20px}.relay\:h-\[21px\]{height:21px}.relay\:h-\[23px\]{height:23px}.relay\:h-\[24px\]{height:24px}.relay\:h-\[26px\]{height:26px}.relay\:h-\[28px\]{height:28px}.relay\:h-\[30px\]{height:30px}.relay\:h-\[32px\]{height:32px}.relay\:h-\[40px\]{height:40px}.relay\:h-\[48px\]{height:48px}.relay\:h-\[50px\]{height:50px}.relay\:h-\[52px\]{height:52px}.relay\:h-\[56px\]{height:56px}.relay\:h-\[58px\]{height:58px}.relay\:h-\[80px\]{height:80px}.relay\:h-\[260px\]{height:260px}.relay\:h-\[450px\]{height:450px}.relay\:h-\[calc\(100\%-24px\)\]{height:calc(100% - 24px)}.relay\:h-full{height:100%}.relay\:h-px{height:1px}.relay\:\!max-h-\[450px\]{max-height:450px!important}.relay\:max-h-\[85vh\]{max-height:85vh}.relay\:max-h-\[90vh\]{max-height:90vh}.relay\:max-h-\[290px\]{max-height:290px}.relay\:max-h-\[min\(36vh\,220px\)\]{max-height:min(36vh,220px)}.relay\:max-h-full{max-height:100%}.relay\:\!min-h-0{min-height:calc(var(--relay-spacing) * 0)!important}.relay\:min-h-0{min-height:calc(var(--relay-spacing) * 0)}.relay\:min-h-\[18px\]{min-height:18px}.relay\:min-h-\[24px\]{min-height:24px}.relay\:min-h-\[28px\]{min-height:28px}.relay\:min-h-\[40px\]{min-height:40px}.relay\:min-h-\[44px\]{min-height:44px}.relay\:min-h-\[50px\]{min-height:50px}.relay\:min-h-\[52px\]{min-height:52px}.relay\:min-h-\[262px\]{min-height:262px}.relay\:\!w-\[24px\]{width:24px!important}.relay\:w-1\/2{width:50%}.relay\:w-3{width:var(--relay-spacing-3)}.relay\:w-4{width:var(--relay-spacing-4)}.relay\:w-8{width:calc(var(--relay-spacing) * 8)}.relay\:w-10{width:calc(var(--relay-spacing) * 10)}.relay\:w-12{width:calc(var(--relay-spacing) * 12)}.relay\:w-\[12px\]{width:12px}.relay\:w-\[14px\]{width:14px}.relay\:w-\[16px\]{width:16px}.relay\:w-\[17\.5px\]{width:17.5px}.relay\:w-\[20px\]{width:20px}.relay\:w-\[24px\]{width:24px}.relay\:w-\[30px\]{width:30px}.relay\:w-\[32px\]{width:32px}.relay\:w-\[38px\]{width:38px}.relay\:w-\[40\%\]{width:40%}.relay\:w-\[40px\]{width:40px}.relay\:w-\[45px\]{width:45px}.relay\:w-\[48px\]{width:48px}.relay\:w-\[60\%\]{width:60%}.relay\:w-\[60px\]{width:60px}.relay\:w-\[70px\]{width:70px}.relay\:w-\[78px\]{width:78px}.relay\:w-\[80px\]{width:80px}.relay\:w-\[100px\]{width:100px}.relay\:w-\[220px\]{width:220px}.relay\:w-auto{width:auto}.relay\:w-full{width:100%}.relay\:w-max{width:max-content}.relay\:w-px{width:1px}.relay\:\!max-w-\[412px\]{max-width:412px!important}.relay\:max-w-\[100px\]{max-width:100px}.relay\:max-w-\[100vw\]{max-width:100vw}.relay\:max-w-\[150px\]{max-width:150px}.relay\:max-w-\[188px\]{max-width:188px}.relay\:max-w-\[190px\]{max-width:190px}.relay\:max-w-\[212px\]{max-width:212px}.relay\:max-w-\[215px\]{max-width:215px}.relay\:max-w-\[248px\]{max-width:248px}.relay\:max-w-\[312px\]{max-width:312px}.relay\:max-w-\[408px\]{max-width:408px}.relay\:max-w-full{max-width:100%}.relay\:\!min-w-0{min-width:calc(var(--relay-spacing) * 0)!important}.relay\:min-w-0{min-width:calc(var(--relay-spacing) * 0)}.relay\:min-w-\[40px\]{min-width:40px}.relay\:min-w-\[60px\]{min-width:60px}.relay\:min-w-\[90vw\]{min-width:90vw}.relay\:min-w-\[140px\]{min-width:140px}.relay\:min-w-\[160px\]{min-width:160px}.relay\:min-w-\[200px\]{min-width:200px}.relay\:min-w-\[320px\]{min-width:320px}.relay\:min-w-\[auto\]{min-width:auto}.relay\:min-w-full{min-width:100%}.relay\:flex-1{flex:1}.relay\:shrink{flex-shrink:1}.relay\:shrink-0{flex-shrink:0}.relay\:grow{flex-grow:1}.relay\:translate-x-0{--tw-translate-x:calc(var(--relay-spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.relay\:-translate-y-1\/2{--tw-translate-y:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.relay\:rotate-0{rotate:none}.relay\:rotate-180{rotate:180deg}.relay\:animate-content-fade-in{animation:var(--relay-animate-content-fade-in)}.relay\:animate-dialog-slide-up{animation:var(--relay-animate-dialog-slide-up)}.relay\:animate-icon-pop-in{animation:var(--relay-animate-icon-pop-in)}.relay\:animate-overlay-fade-in{animation:var(--relay-animate-overlay-fade-in)}.relay\:animate-pulse{animation:var(--relay-animate-pulse)}.relay\:animate-scale-in{animation:var(--relay-animate-scale-in)}.relay\:animate-spin{animation:var(--relay-animate-spin)}.relay\:cursor-pointer{cursor:pointer}.relay\:cursor-text{cursor:text}.relay\:snap-start{scroll-snap-align:start}.relay\:scroll-pt-\[40px\]{scroll-padding-top:40px}.relay\:flex-col{flex-direction:column}.relay\:flex-col-reverse{flex-direction:column-reverse}.relay\:flex-row{flex-direction:row}.relay\:flex-row-reverse{flex-direction:row-reverse}.relay\:flex-nowrap{flex-wrap:nowrap}.relay\:flex-wrap{flex-wrap:wrap}.relay\:flex-wrap-reverse{flex-wrap:wrap-reverse}.relay\:content-center{align-content:center}.relay\:items-baseline{align-items:baseline}.relay\:items-center{align-items:center}.relay\:items-end{align-items:flex-end}.relay\:items-start{align-items:flex-start}.relay\:items-stretch{align-items:stretch}.relay\:justify-between{justify-content:space-between}.relay\:justify-center{justify-content:center}.relay\:justify-end{justify-content:flex-end}.relay\:justify-start{justify-content:flex-start}.relay\:gap-1{gap:var(--relay-spacing-1)}.relay\:gap-2{gap:var(--relay-spacing-2)}.relay\:gap-3{gap:var(--relay-spacing-3)}.relay\:gap-4{gap:var(--relay-spacing-4)}.relay\:gap-\[1px\]{gap:1px}.relay\:gap-\[2px\]{gap:2px}.relay\:gap-\[4px\]{gap:4px}.relay\:gap-\[6px\]{gap:6px}.relay\:gap-\[8px\]{gap:8px}.relay\:gap-\[14px\]{gap:14px}.relay\:self-center{align-self:center}.relay\:self-start{align-self:flex-start}.relay\:placeholder-ellipsis::placeholder{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.relay\:overflow-hidden{overflow:hidden}.relay\:overflow-x-auto{overflow-x:auto}.relay\:overflow-y-auto{overflow-y:auto}.relay\:overflow-y-hidden{overflow-y:hidden}.relay\:\!rounded-full{border-radius:3.40282e38px!important}.relay\:rounded{border-radius:.25rem}.relay\:rounded-\[4px\]{border-radius:4px}.relay\:rounded-\[6px\]{border-radius:6px}.relay\:rounded-\[8px\]{border-radius:8px}.relay\:rounded-\[12px\]{border-radius:12px}.relay\:rounded-\[25px\]{border-radius:25px}.relay\:rounded-\[50\%\]{border-radius:50%}.relay\:rounded-\[100px\]{border-radius:100px}.relay\:rounded-\[var\(--relay-radii-button-border-radius\)\]{border-radius:var(--relay-radii-button-border-radius)}.relay\:rounded-\[var\(--relay-radii-modal-border-radius\)\]{border-radius:var(--relay-radii-modal-border-radius)}.relay\:rounded-\[var\(--relay-radii-widget-border-radius\)\]{border-radius:var(--relay-radii-widget-border-radius)}.relay\:rounded-\[var\(--relay-radii-widget-card-border-radius\)\]{border-radius:var(--relay-radii-widget-card-border-radius)}.relay\:rounded-dropdown{border-radius:var(--relay-radius-dropdown)}.relay\:rounded-full{border-radius:3.40282e38px}.relay\:rounded-input{border-radius:var(--relay-radius-input)}.relay\:rounded-lg{border-radius:var(--relay-radius-lg)}.relay\:rounded-none{border-radius:0}.relay\:rounded-swap-btn{border-radius:var(--relay-radius-swap-btn)}.relay\:rounded-widget-card{border-radius:var(--relay-radius-widget-card)}.relay\:border{border-style:var(--tw-border-style);border-width:1px}.relay\:border-2{border-style:var(--tw-border-style);border-width:2px}.relay\:border-\[6px\]{border-style:var(--tw-border-style);border-width:6px}.relay\:border-\[length\:var\(--relay-borders-widget-swap-currency-button-border-width\)\]{border-style:var(--tw-border-style);border-width:var(--relay-borders-widget-swap-currency-button-border-width)}.relay\:border-none{--tw-border-style:none;border-style:none}.relay\:border-solid{--tw-border-style:solid;border-style:solid}.relay\:\!border-\[color\:var\(--relay-colors-widget-swap-currency-button-border-color\)\]{border-color:var(--relay-colors-widget-swap-currency-button-border-color)!important}.relay\:border-\[var\(--relay-colors-amber4\)\]{border-color:var(--relay-colors-amber4)}.relay\:border-\[var\(--relay-colors-gray-6\)\]{border-color:var(--relay-colors-gray-6)}.relay\:border-\[var\(--relay-colors-gray-8\)\]{border-color:var(--relay-colors-gray-8)}.relay\:border-\[var\(--relay-colors-gray3\)\]{border-color:var(--relay-colors-gray3)}.relay\:border-\[var\(--relay-colors-gray5\)\]{border-color:var(--relay-colors-gray5)}.relay\:border-\[var\(--relay-colors-green10\)\]{border-color:var(--relay-colors-green10)}.relay\:border-\[var\(--relay-colors-modal-background\)\]{border-color:var(--relay-colors-modal-background)}.relay\:border-\[var\(--relay-colors-red4\)\]{border-color:var(--relay-colors-red4)}.relay\:border-\[var\(--relay-colors-slate-5\)\]{border-color:var(--relay-colors-slate-5)}.relay\:border-\[var\(--relay-colors-subtle-border-color\)\]{border-color:var(--relay-colors-subtle-border-color)}.relay\:border-transparent{border-color:#0000}.relay\:border-white{border-color:var(--relay-color-white)}.relay\:\!bg-\[var\(--relay-colors-gray3\)\]{background-color:var(--relay-colors-gray3)!important}.relay\:\!bg-\[var\(--relay-colors-gray5\)\]{background-color:var(--relay-colors-gray5)!important}.relay\:bg-\[var\(--relay-colors-amber2\)\]{background-color:var(--relay-colors-amber2)}.relay\:bg-\[var\(--relay-colors-amber3\)\]{background-color:var(--relay-colors-amber3)}.relay\:bg-\[var\(--relay-colors-blackA10\)\]{background-color:var(--relay-colors-blackA10)}.relay\:bg-\[var\(--relay-colors-dropdown-background\)\]{background-color:var(--relay-colors-dropdown-background)}.relay\:bg-\[var\(--relay-colors-gray1\)\]{background-color:var(--relay-colors-gray1)}.relay\:bg-\[var\(--relay-colors-gray2\)\]{background-color:var(--relay-colors-gray2)}.relay\:bg-\[var\(--relay-colors-gray3\)\]{background-color:var(--relay-colors-gray3)}.relay\:bg-\[var\(--relay-colors-gray5\)\]{background-color:var(--relay-colors-gray5)}.relay\:bg-\[var\(--relay-colors-gray7\)\]{background-color:var(--relay-colors-gray7)}.relay\:bg-\[var\(--relay-colors-gray11\)\]{background-color:var(--relay-colors-gray11)}.relay\:bg-\[var\(--relay-colors-green2\)\]{background-color:var(--relay-colors-green2)}.relay\:bg-\[var\(--relay-colors-green3\)\]{background-color:var(--relay-colors-green3)}.relay\:bg-\[var\(--relay-colors-green9\)\]{background-color:var(--relay-colors-green9)}.relay\:bg-\[var\(--relay-colors-input-background\)\]{background-color:var(--relay-colors-input-background)}.relay\:bg-\[var\(--relay-colors-modal-background\)\]{background-color:var(--relay-colors-modal-background)}.relay\:bg-\[var\(--relay-colors-primary-button-background\)\]{background-color:var(--relay-colors-primary-button-background)}.relay\:bg-\[var\(--relay-colors-primary-color\)\]{background-color:var(--relay-colors-primary-color)}.relay\:bg-\[var\(--relay-colors-primary3\)\]{background-color:var(--relay-colors-primary3)}.relay\:bg-\[var\(--relay-colors-primary4\)\]{background-color:var(--relay-colors-primary4)}.relay\:bg-\[var\(--relay-colors-primary5\)\]{background-color:var(--relay-colors-primary5)}.relay\:bg-\[var\(--relay-colors-primary6\)\]{background-color:var(--relay-colors-primary6)}.relay\:bg-\[var\(--relay-colors-red2\)\]{background-color:var(--relay-colors-red2)}.relay\:bg-\[var\(--relay-colors-red3\)\]{background-color:var(--relay-colors-red3)}.relay\:bg-\[var\(--relay-colors-red9\)\]{background-color:var(--relay-colors-red9)}.relay\:bg-\[var\(--relay-colors-skeleton-background\)\]{background-color:var(--relay-colors-skeleton-background)}.relay\:bg-\[var\(--relay-colors-slate-6\)\]{background-color:var(--relay-colors-slate-6)}.relay\:bg-\[var\(--relay-colors-subtle-background-color\)\]{background-color:var(--relay-colors-subtle-background-color)}.relay\:bg-\[var\(--relay-colors-widget-background\)\]{background-color:var(--relay-colors-widget-background)}.relay\:bg-\[var\(--relay-colors-widget-card-background\)\]{background-color:var(--relay-colors-widget-card-background)}.relay\:bg-\[var\(--relay-colors-widget-selector-background\)\]{background-color:var(--relay-colors-widget-selector-background)}.relay\:bg-black\/50{background-color:var(--relay-color-black)}@supports (color:color-mix(in lab, red, red)){.relay\:bg-black\/50{background-color:color-mix(in oklab, var(--relay-color-black) 50%, transparent)}}.relay\:bg-transparent{background-color:#0000}.relay\:bg-none{background-image:none}.relay\:fill-\[var\(--relay-colors-button-disabled-color\)\]{fill:var(--relay-colors-button-disabled-color)}.relay\:fill-\[var\(--relay-colors-gray9\)\]{fill:var(--relay-colors-gray9)}.relay\:fill-\[var\(--relay-colors-primary-color\)\]{fill:var(--relay-colors-primary-color)}.relay\:p-0{padding:calc(var(--relay-spacing) * 0)}.relay\:p-1{padding:var(--relay-spacing-1)}.relay\:p-2{padding:var(--relay-spacing-2)}.relay\:p-3{padding:var(--relay-spacing-3)}.relay\:p-4{padding:var(--relay-spacing-4)}.relay\:p-\[4px\]{padding:4px}.relay\:p-\[8px\]{padding:8px}.relay\:p-\[12px\]{padding:12px}.relay\:\!px-0{padding-inline:calc(var(--relay-spacing) * 0)!important}.relay\:\!px-2{padding-inline:var(--relay-spacing-2)!important}.relay\:\!px-4{padding-inline:var(--relay-spacing-4)!important}.relay\:px-0{padding-inline:calc(var(--relay-spacing) * 0)}.relay\:px-1{padding-inline:var(--relay-spacing-1)}.relay\:px-2{padding-inline:var(--relay-spacing-2)}.relay\:px-3{padding-inline:var(--relay-spacing-3)}.relay\:px-4{padding-inline:var(--relay-spacing-4)}.relay\:px-5{padding-inline:var(--relay-spacing-5)}.relay\:px-\[4px\]{padding-inline:4px}.relay\:px-\[6px\]{padding-inline:6px}.relay\:px-\[10px\]{padding-inline:10px}.relay\:px-\[12px\]{padding-inline:12px}.relay\:px-\[14px\]{padding-inline:14px}.relay\:px-\[16px\]{padding-inline:16px}.relay\:\!py-0{padding-block:calc(var(--relay-spacing) * 0)!important}.relay\:py-0{padding-block:calc(var(--relay-spacing) * 0)}.relay\:py-1{padding-block:var(--relay-spacing-1)}.relay\:py-2{padding-block:var(--relay-spacing-2)}.relay\:py-3{padding-block:var(--relay-spacing-3)}.relay\:py-4{padding-block:var(--relay-spacing-4)}.relay\:py-5{padding-block:var(--relay-spacing-5)}.relay\:py-\[2px\]{padding-block:2px}.relay\:py-\[4px\]{padding-block:4px}.relay\:py-\[6px\]{padding-block:6px}.relay\:py-\[12px\]{padding-block:12px}.relay\:pt-0{padding-top:calc(var(--relay-spacing) * 0)}.relay\:pt-2{padding-top:var(--relay-spacing-2)}.relay\:pt-\[40px\]{padding-top:40px}.relay\:\!pr-7{padding-right:calc(var(--relay-spacing) * 7)!important}.relay\:pr-2{padding-right:var(--relay-spacing-2)}.relay\:pb-0{padding-bottom:calc(var(--relay-spacing) * 0)}.relay\:pb-1{padding-bottom:var(--relay-spacing-1)}.relay\:pb-3{padding-bottom:var(--relay-spacing-3)}.relay\:pb-\[24px\]{padding-bottom:24px}.relay\:pl-1{padding-left:var(--relay-spacing-1)}.relay\:pl-3{padding-left:var(--relay-spacing-3)}.relay\:pl-4{padding-left:var(--relay-spacing-4)}.relay\:text-center{text-align:center}.relay\:text-left{text-align:left}.relay\:text-right{text-align:right}.relay\:font-body{font-family:var(--relay-font-body)}.relay\:font-heading{font-family:var(--relay-font-heading)}.relay\:text-sm{font-size:var(--relay-text-sm);line-height:var(--tw-leading,var(--relay-text-sm--line-height))}.relay\:\!text-\[12px\]{font-size:12px!important}.relay\:text-\[10px\]{font-size:10px}.relay\:text-\[12px\]{font-size:12px}.relay\:text-\[14px\]{font-size:14px}.relay\:text-\[16px\]{font-size:16px}.relay\:text-\[20px\]{font-size:20px}.relay\:text-\[24px\]{font-size:24px}.relay\:text-\[32px\]{font-size:32px}.relay\:text-\[48px\]{font-size:48px}.relay\:text-\[64px\]{font-size:64px}.relay\:\!leading-none{--tw-leading:1!important;line-height:1!important}.relay\:leading-\[12px\]{--tw-leading:12px;line-height:12px}.relay\:leading-\[14px\]{--tw-leading:14px;line-height:14px}.relay\:leading-\[15px\]{--tw-leading:15px;line-height:15px}.relay\:leading-\[16px\]{--tw-leading:16px;line-height:16px}.relay\:leading-\[20px\]{--tw-leading:20px;line-height:20px}.relay\:leading-\[36px\]{--tw-leading:36px;line-height:36px}.relay\:leading-\[42px\]{--tw-leading:42px;line-height:42px}.relay\:leading-\[100\%\]{--tw-leading:100%;line-height:100%}.relay\:leading-none{--tw-leading:1;line-height:1}.relay\:leading-normal{--tw-leading:var(--relay-leading-normal);line-height:var(--relay-leading-normal)}.relay\:font-\[800\]{--tw-font-weight:800;font-weight:800}.relay\:font-black{--tw-font-weight:var(--relay-font-weight-black);font-weight:var(--relay-font-weight-black)}.relay\:font-bold{--tw-font-weight:var(--relay-font-weight-bold);font-weight:var(--relay-font-weight-bold)}.relay\:font-medium{--tw-font-weight:var(--relay-font-weight-medium);font-weight:var(--relay-font-weight-medium)}.relay\:font-normal{--tw-font-weight:var(--relay-font-weight-normal);font-weight:var(--relay-font-weight-normal)}.relay\:font-semibold{--tw-font-weight:var(--relay-font-weight-semibold);font-weight:var(--relay-font-weight-semibold)}.relay\:break-words{overflow-wrap:break-word}.relay\:text-ellipsis{text-overflow:ellipsis}.relay\:whitespace-nowrap{white-space:nowrap}.relay\:whitespace-pre{white-space:pre}.relay\:\!text-\[color\:var\(--relay-colors-gray8\)\]{color:var(--relay-colors-gray8)!important}.relay\:\!text-\[color\:var\(--relay-colors-gray9\)\]{color:var(--relay-colors-gray9)!important}.relay\:text-\[\#C1C8CD\]{color:#c1c8cd}.relay\:text-\[color\:var\(--relay-colors-amber9\)\]{color:var(--relay-colors-amber9)}.relay\:text-\[color\:var\(--relay-colors-amber10\)\]{color:var(--relay-colors-amber10)}.relay\:text-\[color\:var\(--relay-colors-amber11\)\]{color:var(--relay-colors-amber11)}.relay\:text-\[color\:var\(--relay-colors-amber12\)\]{color:var(--relay-colors-amber12)}.relay\:text-\[color\:var\(--relay-colors-anchor-color\)\]{color:var(--relay-colors-anchor-color)}.relay\:text-\[color\:var\(--relay-colors-blue12\)\]{color:var(--relay-colors-blue12)}.relay\:text-\[color\:var\(--relay-colors-button-disabled-color\)_\!important\]{color:var(--relay-colors-button-disabled-color)!important}.relay\:text-\[color\:var\(--relay-colors-gray6\)\]{color:var(--relay-colors-gray6)}.relay\:text-\[color\:var\(--relay-colors-gray8\)\]{color:var(--relay-colors-gray8)}.relay\:text-\[color\:var\(--relay-colors-gray9\)\]{color:var(--relay-colors-gray9)}.relay\:text-\[color\:var\(--relay-colors-gray11\)\]{color:var(--relay-colors-gray11)}.relay\:text-\[color\:var\(--relay-colors-gray12\)\]{color:var(--relay-colors-gray12)}.relay\:text-\[color\:var\(--relay-colors-green9\)\]{color:var(--relay-colors-green9)}.relay\:text-\[color\:var\(--relay-colors-green11\)\]{color:var(--relay-colors-green11)}.relay\:text-\[color\:var\(--relay-colors-green12\)\]{color:var(--relay-colors-green12)}.relay\:text-\[color\:var\(--relay-colors-input-color\)\]{color:var(--relay-colors-input-color)}.relay\:text-\[color\:var\(--relay-colors-primary-button-color\)\]{color:var(--relay-colors-primary-button-color)}.relay\:text-\[color\:var\(--relay-colors-primary8\)\]{color:var(--relay-colors-primary8)}.relay\:text-\[color\:var\(--relay-colors-primary9\)\]{color:var(--relay-colors-primary9)}.relay\:text-\[color\:var\(--relay-colors-primary11\)\]{color:var(--relay-colors-primary11)}.relay\:text-\[color\:var\(--relay-colors-primary12\)\]{color:var(--relay-colors-primary12)}.relay\:text-\[color\:var\(--relay-colors-red9\)\]{color:var(--relay-colors-red9)}.relay\:text-\[color\:var\(--relay-colors-red10\)\]{color:var(--relay-colors-red10)}.relay\:text-\[color\:var\(--relay-colors-red11\)\]{color:var(--relay-colors-red11)}.relay\:text-\[color\:var\(--relay-colors-slate10\)\]{color:var(--relay-colors-slate10)}.relay\:text-\[color\:var\(--relay-colors-text-default\)\]{color:var(--relay-colors-text-default)}.relay\:text-\[color\:var\(--relay-colors-text-error\)\]{color:var(--relay-colors-text-error)}.relay\:text-\[color\:var\(--relay-colors-text-subtle\)\]{color:var(--relay-colors-text-subtle)}.relay\:text-\[color\:var\(--relay-colors-text-subtle-secondary\)\]{color:var(--relay-colors-text-subtle-secondary)}.relay\:text-\[color\:var\(--relay-colors-text-success\)\]{color:var(--relay-colors-text-success)}.relay\:text-white{color:var(--relay-color-white)}.relay\:normal-case{text-transform:none}.relay\:cta-font-style:not(:disabled){font-style:var(--relay-fonts-button-cta-font-style)}.relay\:italic{font-style:italic}.relay\:line-through{text-decoration-line:line-through}.relay\:no-underline{text-decoration-line:none}.relay\:opacity-\[0\.15\]{opacity:.15}.relay\:shadow-\[0_2px_12px_rgba\(0\,0\,0\,0\.12\)\]{--tw-shadow:0 2px 12px var(--tw-shadow-color,#0000001f);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.relay\:shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.relay\:shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.relay\:shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a), 0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.relay\:focus-inset:is(:focus,[data-focus]){box-shadow:inset 0 0 0 2px var(--relay-colors-focus-color)!important;outline:none!important}.relay\:grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.relay\:backdrop-blur-sm{--tw-backdrop-blur:blur(var(--relay-blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.relay\:transition-\[backdrop-filter\]{transition-property:-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,var(--relay-default-transition-timing-function));transition-duration:var(--tw-duration,var(--relay-default-transition-duration))}.relay\:transition-\[background-color\]{transition-property:background-color;transition-timing-function:var(--tw-ease,var(--relay-default-transition-timing-function));transition-duration:var(--tw-duration,var(--relay-default-transition-duration))}.relay\:transition-\[filter\]{transition-property:filter;transition-timing-function:var(--tw-ease,var(--relay-default-transition-timing-function));transition-duration:var(--tw-duration,var(--relay-default-transition-duration))}.relay\:transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--relay-default-transition-timing-function));transition-duration:var(--tw-duration,var(--relay-default-transition-duration))}.relay\:transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--relay-default-transition-timing-function));transition-duration:var(--tw-duration,var(--relay-default-transition-duration))}.relay\:transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--relay-default-transition-timing-function));transition-duration:var(--tw-duration,var(--relay-default-transition-duration))}.relay\:transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--relay-default-transition-timing-function));transition-duration:var(--tw-duration,var(--relay-default-transition-duration))}.relay\:transition-none{transition-property:none}.relay\:duration-100{--tw-duration:.1s;transition-duration:.1s}.relay\:duration-150{--tw-duration:.15s;transition-duration:.15s}.relay\:duration-200{--tw-duration:.2s;transition-duration:.2s}.relay\:duration-300{--tw-duration:.3s;transition-duration:.3s}.relay\:duration-\[250ms\]{--tw-duration:.25s;transition-duration:.25s}.relay\:ease-linear{--tw-ease:linear;transition-timing-function:linear}.relay\:ease-out{--tw-ease:var(--relay-ease-out);transition-timing-function:var(--relay-ease-out)}.relay\:will-change-transform{will-change:transform}.relay\:outline-none{--tw-outline-style:none;outline-style:none}.relay\:select-none{-webkit-user-select:none;user-select:none}.relay\:border-dropdown{border:var(--relay-borders-dropdown-border)}.relay\:border-modal{border:var(--relay-borders-modal-border)}.relay\:border-widget{border:var(--relay-borders-widget-border)}.relay\:border-widget-card{border:var(--relay-borders-widget-card-border)}.relay\:placeholder\:text-\[color\:var\(--relay-colors-gray9\)\]::placeholder{color:var(--relay-colors-gray9)}.relay\:placeholder\:text-\[color\:var\(--relay-colors-gray12\)\]::placeholder{color:var(--relay-colors-gray12)}.relay\:placeholder\:text-\[color\:var\(--relay-colors-input-color\)\]::placeholder{color:var(--relay-colors-input-color)}.relay\:placeholder\:text-\[color\:var\(--relay-colors-text-subtle\)\]::placeholder{color:var(--relay-colors-text-subtle)}.relay\:focus-within\:shadow-\[inset_0_0_0_2px_var\(--relay-colors-focus-color\)\]:focus-within{--tw-shadow:inset 0 0 0 2px var(--tw-shadow-color,var(--relay-colors-focus-color));box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}@media (hover:hover){.relay\:hover\:cursor-pointer:hover{cursor:pointer}.relay\:hover\:\!bg-\[var\(--relay-colors-gray4\)\]:hover{background-color:var(--relay-colors-gray4)!important}.relay\:hover\:\!bg-\[var\(--relay-colors-gray5\)\]:hover{background-color:var(--relay-colors-gray5)!important}.relay\:hover\:bg-\[rgba\(128\,128\,128\,0\.1\)\]:hover{background-color:#8080801a}.relay\:hover\:bg-\[rgba\(var\(--relay-colors-gray-rgb\,0\,0\,0\)\,0\.1\)\]:hover{background-color:rgba(var(--relay-colors-gray-rgb,0,0,0),.1)}.relay\:hover\:bg-\[var\(--relay-colors-amber4\)\]:hover{background-color:var(--relay-colors-amber4)}.relay\:hover\:bg-\[var\(--relay-colors-gray-2\)\]:hover{background-color:var(--relay-colors-gray-2)}.relay\:hover\:bg-\[var\(--relay-colors-gray2\)\]:hover{background-color:var(--relay-colors-gray2)}.relay\:hover\:bg-\[var\(--relay-colors-gray3\)\]:hover{background-color:var(--relay-colors-gray3)}.relay\:hover\:bg-\[var\(--relay-colors-gray4\)\]:hover{background-color:var(--relay-colors-gray4)}.relay\:hover\:bg-\[var\(--relay-colors-primary-button-hover-background\)\]:hover{background-color:var(--relay-colors-primary-button-hover-background)}.relay\:hover\:bg-\[var\(--relay-colors-red10\)\]:hover{background-color:var(--relay-colors-red10)}.relay\:hover\:bg-\[var\(--relay-colors-secondary-button-hover-background\)\]:hover{background-color:var(--relay-colors-secondary-button-hover-background)}.relay\:hover\:bg-\[var\(--relay-colors-widget-selector-hover-background\)\]:hover{background-color:var(--relay-colors-widget-selector-hover-background)}.relay\:hover\:\!text-\[color\:var\(--relay-colors-gray11\)\]:hover{color:var(--relay-colors-gray11)!important}.relay\:hover\:text-\[color\:var\(--relay-colors-amber11\)\]:hover{color:var(--relay-colors-amber11)}.relay\:hover\:text-\[color\:var\(--relay-colors-anchor-hover-color\)\]:hover{color:var(--relay-colors-anchor-hover-color)}.relay\:hover\:text-\[color\:var\(--relay-colors-gray11\)\]:hover{color:var(--relay-colors-gray11)}.relay\:hover\:text-\[color\:var\(--relay-colors-gray12\)\]:hover{color:var(--relay-colors-gray12)}.relay\:hover\:text-\[color\:var\(--relay-colors-primary-button-hover-color\)\]:hover{color:var(--relay-colors-primary-button-hover-color)}.relay\:hover\:text-\[color\:var\(--relay-colors-secondary-button-hover-color\)\]:hover{color:var(--relay-colors-secondary-button-hover-color)}.relay\:hover\:brightness-\[0\.97\]:hover{--tw-brightness:brightness(.97);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}.relay\:focus\:bg-\[var\(--relay-colors-gray3\)\]:focus{background-color:var(--relay-colors-gray3)}.relay\:focus\:shadow-\[inset_0_0_0_2px_var\(--relay-colors-focus-color\)\]:focus{--tw-shadow:inset 0 0 0 2px var(--tw-shadow-color,var(--relay-colors-focus-color));box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.relay\:focus\:shadow-none:focus{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.relay\:focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.relay\:focus-visible\:rounded-\[4px\]:focus-visible{border-radius:4px}.relay\:focus-visible\:shadow-\[0_0_0_2px_var\(--relay-colors-focus-color\)\]:focus-visible{--tw-shadow:0 0 0 2px var(--tw-shadow-color,var(--relay-colors-focus-color));box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.relay\:focus-visible\:shadow-\[inset_0_0_0_2px_var\(--relay-colors-focus-color\)\]:focus-visible{--tw-shadow:inset 0 0 0 2px var(--tw-shadow-color,var(--relay-colors-focus-color));box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.relay\:focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.relay\:focus-visible\:ring-\[var\(--relay-colors-focus-color\)\]:focus-visible{--tw-ring-color:var(--relay-colors-focus-color)}.relay\:focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.relay\:focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.relay\:active\:scale-\[0\.98\]:active{scale:.98}.relay\:active\:shadow-\[inset_0_0_0_2px_var\(--relay-colors-focus-color\)\]:active{--tw-shadow:inset 0 0 0 2px var(--tw-shadow-color,var(--relay-colors-focus-color));box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.relay\:disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.relay\:disabled\:bg-\[var\(--relay-colors-button-disabled-background\)\]:disabled{background-color:var(--relay-colors-button-disabled-background)}.relay\:disabled\:bg-\[var\(--relay-colors-widget-selector-background\)\]:disabled{background-color:var(--relay-colors-widget-selector-background)}.relay\:disabled\:text-\[color\:var\(--relay-colors-button-disabled-color\)\]:disabled{color:var(--relay-colors-button-disabled-color)}.relay\:disabled\:text-\[color\:var\(--relay-colors-gray10\)\]:disabled,.relay\:disabled\:placeholder\:text-\[color\:var\(--relay-colors-gray10\)\]:disabled::placeholder{color:var(--relay-colors-gray10)}@media (hover:hover){.relay\:disabled\:hover\:bg-\[var\(--relay-colors-button-disabled-background\)\]:disabled:hover{background-color:var(--relay-colors-button-disabled-background)}.relay\:disabled\:hover\:text-\[color\:var\(--relay-colors-button-disabled-color\)\]:disabled:hover{color:var(--relay-colors-button-disabled-color)}}.relay\:disabled\:active\:scale-100:disabled:active{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x) var(--tw-scale-y)}.relay\:data-\[state\=\'checked\'\]\:translate-x-\[17px\][data-state=checked]{--tw-translate-x:17px;translate:var(--tw-translate-x) var(--tw-translate-y)}.relay\:data-\[state\=\'checked\'\]\:bg-\[var\(--relay-colors-primary-button-background\)\][data-state=checked]{background-color:var(--relay-colors-primary-button-background)}.relay\:data-\[state\=active\]\:border-\[var\(--relay-colors-gray-5\)\][data-state=active]{border-color:var(--relay-colors-gray-5)}.relay\:data-\[state\=active\]\:bg-\[var\(--relay-colors-subtle-background-color\)\][data-state=active]{background-color:var(--relay-colors-subtle-background-color)}.relay\:data-\[state\=closed\]\:animate-collapsible-up[data-state=closed]{animation:var(--relay-animate-collapsible-up)}.relay\:data-\[state\=closed\]\:animate-dialog-slide-down[data-state=closed]{animation:var(--relay-animate-dialog-slide-down)}.relay\:data-\[state\=closed\]\:animate-overlay-fade-out[data-state=closed]{animation:var(--relay-animate-overlay-fade-out)}.relay\:data-\[state\=closed\]\:animate-scale-out[data-state=closed]{animation:var(--relay-animate-scale-out)}.relay\:data-\[state\=open\]\:animate-collapsible-down[data-state=open]{animation:var(--relay-animate-collapsible-down)}@media not all and (min-width:520px){.relay\:max-\[520px\]\:mb-2{margin-bottom:var(--relay-spacing-2)}.relay\:max-\[520px\]\:flex{display:flex}.relay\:max-\[520px\]\:w-full{width:100%}.relay\:max-\[520px\]\:gap-2{gap:var(--relay-spacing-2)}.relay\:max-\[520px\]\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.relay\:max-\[520px\]\:border{border-style:var(--tw-border-style);border-width:1px}.relay\:max-\[520px\]\:border-solid{--tw-border-style:solid;border-style:solid}.relay\:max-\[520px\]\:border-\[var\(--relay-colors-gray-5\)\]{border-color:var(--relay-colors-gray-5)}.relay\:max-\[520px\]\:bg-transparent{background-color:#0000}}@media (min-width:500px){.relay\:bp500\:flex-col{flex-direction:column}.relay\:bp500\:flex-row{flex-direction:row}.relay\:bp500\:items-start{align-items:flex-start}.relay\:bp500\:gap-1{gap:var(--relay-spacing-1)}}@media (min-width:600px){.relay\:sm\:block{display:block}.relay\:sm\:hidden{display:none}.relay\:sm\:w-\[370px\]{width:370px}.relay\:sm\:w-\[386px\]{width:386px}.relay\:sm\:max-w-\[532px\]{max-width:532px}.relay\:sm\:max-w-full{max-width:100%}.relay\:sm\:min-w-\[400px\]{min-width:400px}.relay\:sm\:gap-2{gap:var(--relay-spacing-2)}.relay\:sm\:text-xs{font-size:var(--relay-text-xs);line-height:var(--tw-leading,var(--relay-text-xs--line-height))}}@media (min-width:660px){.relay\:min-\[660px\]\:p-0{padding:calc(var(--relay-spacing) * 0)}.relay\:min-\[660px\]\:px-2{padding-inline:var(--relay-spacing-2)}.relay\:min-\[660px\]\:text-\[14px\]{font-size:14px}.relay\:min-\[660px\]\:leading-\[20px\]{--tw-leading:20px;line-height:20px}.relay\:min-\[660px\]\:text-\[color\:var\(--relay-colors-text-default\)\]{color:var(--relay-colors-text-default)}}.relay\:\[\&_\.green-time\]\:text-\[color\:var\(--relay-colors-green11\)\] .green-time{color:var(--relay-colors-green11)}.relay\:\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button{appearance:none}.relay\:\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button{appearance:none}.relay\:\[\&\:\:-webkit-scrollbar\]\:w-\[6px\]::-webkit-scrollbar{width:6px}.relay\:\[\&\:\:-webkit-scrollbar\]\:bg-transparent::-webkit-scrollbar{background-color:#0000}.relay\:\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb{border-radius:3.40282e38px}.relay\:\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[var\(--relay-colors-gray5\)\]::-webkit-scrollbar-thumb{background-color:var(--relay-colors-gray5)}.relay\:\[\&\:\:-webkit-scrollbar-track\]\:bg-transparent::-webkit-scrollbar-track{background-color:#0000}.relay\:\[\&\:\:placeholder\]\:text-ellipsis::placeholder{text-overflow:ellipsis}.relay\:\[\&\:not\(\:disabled\)\]\:font-heading:not(:disabled){font-family:var(--relay-font-heading)}.relay\:\[\&\:not\(\:disabled\)\]\:font-bold:not(:disabled){--tw-font-weight:var(--relay-font-weight-bold);font-weight:var(--relay-font-weight-bold)}.relay\:\[\&\:not\(\:disabled\)\]\:uppercase:not(:disabled){text-transform:uppercase}.relay\:\[\&\[data-state\=on\]\]\:shadow-\[inset_0_0_0_2px_var\(--relay-colors-focus-color\)\][data-state=on]{--tw-shadow:inset 0 0 0 2px var(--tw-shadow-color,var(--relay-colors-focus-color));box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}button:hover .relay\:\[button\:hover_\&\]\:bg-\[var\(--relay-colors-gray5\)\]{background-color:var(--relay-colors-gray5)}}@keyframes pulse{50%{opacity:.5}}@keyframes pulse-shadow{0%{box-shadow:0 0 0 0px var(--relay-colors-primary4)}to{box-shadow:0 0 0 6px var(--relay-colors-primary4)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes collapsibleSlideDown{0%{height:0}to{height:var(--radix-collapsible-content-height)}}@keyframes collapsibleSlideUp{0%{height:var(--radix-collapsible-content-height)}to{height:0}}@keyframes dialog-slide-up{0%{opacity:0;bottom:-100%}to{opacity:1;bottom:0}}@keyframes dialog-slide-down{0%{opacity:1;bottom:0}to{opacity:0;bottom:-100%}}@keyframes dialog-fade-in{0%{opacity:0}to{opacity:1}}@keyframes dialog-fade-out{0%{opacity:1}to{opacity:0}}@keyframes content-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes icon-pop-in{0%{transform:scale(0)}50%{transform:scale(1.12)}70%{transform:scale(.95)}85%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes scale-in{0%{opacity:0;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes scale-out{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(.95)}}@keyframes overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes overlay-fade-out{0%{opacity:1}to{opacity:0}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}
|