declare const _default: "#_WalletLinkNotifications,\n#_WalletLinkNotifications * {\n animation: none;\n animation-delay: 0;\n animation-direction: normal;\n animation-duration: 0;\n animation-fill-mode: none;\n animation-iteration-count: 1;\n animation-name: none;\n animation-play-state: running;\n animation-timing-function: ease;\n backface-visibility: visible;\n background: 0;\n background-attachment: scroll;\n background-clip: border-box;\n background-color: transparent;\n background-image: none;\n background-origin: padding-box;\n background-position: 0 0;\n background-position-x: 0;\n background-position-y: 0;\n background-repeat: repeat;\n background-size: auto auto;\n border: 0;\n border-style: none;\n border-width: medium;\n border-color: inherit;\n border-bottom: 0;\n border-bottom-color: inherit;\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0;\n border-bottom-style: none;\n border-bottom-width: medium;\n border-collapse: separate;\n border-image: none;\n border-left: 0;\n border-left-color: inherit;\n border-left-style: none;\n border-left-width: medium;\n border-radius: 0;\n border-right: 0;\n border-right-color: inherit;\n border-right-style: none;\n border-right-width: medium;\n border-spacing: 0;\n border-top: 0;\n border-top-color: inherit;\n border-top-left-radius: 0;\n border-top-right-radius: 0;\n border-top-style: none;\n border-top-width: medium;\n bottom: auto;\n box-shadow: none;\n box-sizing: border-box;\n caption-side: top;\n clear: none;\n clip: auto;\n color: inherit;\n columns: auto;\n column-count: auto;\n column-fill: balance;\n column-gap: normal;\n column-rule: medium none currentColor;\n column-rule-color: currentColor;\n column-rule-style: none;\n column-rule-width: none;\n column-span: 1;\n column-width: auto;\n content: normal;\n counter-increment: none;\n counter-reset: none;\n cursor: auto;\n direction: ltr;\n display: inline;\n empty-cells: show;\n float: none;\n font: normal;\n font-family: sans-serif;\n font-size: medium;\n font-style: normal;\n font-variant: normal;\n font-weight: normal;\n height: auto;\n hyphens: none;\n left: auto;\n letter-spacing: normal;\n line-height: normal;\n list-style: none;\n list-style-image: none;\n list-style-position: outside;\n list-style-type: disc;\n margin: 0;\n margin-bottom: 0;\n margin-left: 0;\n margin-right: 0;\n margin-top: 0;\n max-height: none;\n max-width: none;\n min-height: 0;\n min-width: 0;\n opacity: 1;\n orphans: 0;\n outline: 0;\n outline-color: invert;\n outline-style: none;\n outline-width: medium;\n overflow: visible;\n overflow-x: visible;\n overflow-y: visible;\n padding: 0;\n padding-bottom: 0;\n padding-left: 0;\n padding-right: 0;\n padding-top: 0;\n page-break-after: auto;\n page-break-before: auto;\n page-break-inside: auto;\n perspective: none;\n perspective-origin: 50% 50%;\n pointer-events: auto;\n position: static;\n quotes: \"\\201C\"\"\\201D\"\"\\2018\"\"\\2019\";\n right: auto;\n tab-size: 8;\n table-layout: auto;\n text-align: inherit;\n text-align-last: auto;\n text-decoration: none;\n text-decoration-color: inherit;\n text-decoration-line: none;\n text-decoration-style: solid;\n text-indent: 0;\n text-shadow: none;\n text-transform: none;\n top: auto;\n transform: none;\n transform-style: flat;\n transition: none;\n transition-delay: 0s;\n transition-duration: 0s;\n transition-property: none;\n transition-timing-function: ease;\n unicode-bidi: normal;\n vertical-align: baseline;\n visibility: visible;\n white-space: normal;\n widows: 0;\n width: auto;\n word-spacing: normal;\n z-index: auto;\n all: initial;\n all: unset;\n}\n\n#_WalletLinkNotifications {\n position: fixed;\n top: 0;\n right: 0;\n text-align: right;\n z-index: 2147483647;\n}\n\n#_WalletLinkNotifications style {\n display: none;\n}\n\n#_WalletLinkNotifications ._WalletLinkNotification {\n display: block;\n margin: 8px 16px 0 16px;\n}\n\n#_WalletLinkNotifications ._WalletLinkNotificationBox {\n display: flex;\n flex-direction: column;\n background-color: #fff;\n color: black;\n margin: 0;\n font-size: 14px;\n font-family: sans-serif;\n box-shadow:\n 0px 16px 24px rgba(0, 0, 0, 0.06),\n 0px 0px 8px rgba(0, 0, 0, 0.04);\n border-radius: 16px;\n transition: opacity 0.25s, transform 0.25s;\n opacity: 0;\n transform: translateX(25%);\n text-align: left;\n overflow: hidden;\n}\n\n#_WalletLinkNotifications\n ._WalletLinkNotificationShow\n ._WalletLinkNotificationBox {\n opacity: 1;\n transform: translateX(0);\n}\n\n#_WalletLinkNotifications ._WalletLinkNotificationContent {\n display: flex;\n flex-direction: row;\n padding: 8px 8px 8px 16px;\n align-items: center;\n user-select: none;\n cursor: pointer;\n}\n\n#_WalletLinkNotifications ._WalletLinkNotificationMessage {\n display: block;\n color: black;\n line-height: 1.5;\n}\n\n#_WalletLinkNotifications ._WalletLinkNotificationChevron {\n display: block;\n margin-left: 8px;\n transition: transform 0.05s;\n}\n\n#_WalletLinkNotifications ._WalletLinkNotificationProgressBar {\n display: block;\n height: 2px;\n position: relative;\n}\n\n#_WalletLinkNotifications ._WalletLinkNotificationProgressBar::before {\n display: block;\n position: absolute;\n content: \"\";\n left: -100%;\n width: 100%;\n height: 100%;\n background-image: linear-gradient(\n to right,\n rgba(22, 82, 240, 0) 0%,\n rgba(22, 82, 240, 1) 100%\n );\n animation: WalletLinkNotificationProgressBar 2s linear infinite;\n}\n\n@keyframes WalletLinkNotificationProgressBar {\n 0% {\n left: 0;\n width: 0%;\n background-image: linear-gradient(\n to right,\n rgba(22, 82, 240, 0) 0%,\n rgba(22, 82, 240, 1) 100%\n );\n }\n 25% {\n left: 0;\n width: 100%;\n }\n 50% {\n left: 100%;\n width: 0%;\n background-image: linear-gradient(\n to right,\n rgba(22, 82, 240, 0) 0%,\n rgba(22, 82, 240, 1) 100%\n );\n }\n 50.01% {\n background-image: linear-gradient(\n to left,\n rgba(22, 82, 240, 0) 0%,\n rgba(22, 82, 240, 1) 100%\n );\n }\n 75% {\n left: 0;\n width: 100%;\n }\n 100% {\n left: 0;\n width: 0%;\n background-image: linear-gradient(\n to left,\n rgba(22, 82, 240, 0) 0%,\n rgba(22, 82, 240, 1) 100%\n );\n }\n}\n\n#_WalletLinkNotifications\n ._WalletLinkNotificationExpand\n ._WalletLinkNotificationProgressBar {\n margin-bottom: -1px;\n}\n\n#_WalletLinkNotifications\n ._WalletLinkNotificationExpand\n ._WalletLinkNotificationChevron {\n transform: rotateZ(180deg);\n}\n\n#_WalletLinkNotifications ._WalletLinkNotificationActions {\n display: none;\n flex-direction: column;\n border-top: 1px solid #f5f7f8;\n padding: 8px 16px;\n}\n\n#_WalletLinkNotifications\n ._WalletLinkNotificationExpand\n ._WalletLinkNotificationActions {\n display: flex;\n}\n\n#_WalletLinkNotifications ._WalletLinkNotificationAction {\n color: #888;\n margin: 8px 0;\n}\n\n#_WalletLinkNotifications ._WalletLinkNotificationButtonInfo {\n margin: 0 8px 0 0;\n}\n\n#_WalletLinkNotifications ._WalletLinkNotificationButton {\n color: #1652f0;\n cursor: pointer;\n display: inline;\n margin: 0;\n padding: 0;\n -webkit-appearance: none;\n transition: opacity 0.25s;\n}\n\n#_WalletLinkNotifications ._WalletLinkNotificationButton:active {\n opacity: 0.6;\n}\n"; export default _default;