@paykka/card-checkout-ui 0.8.0 → 0.11.2

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.
Files changed (308) hide show
  1. package/dist/card-checkout-ui.js +21 -14
  2. package/dist/card-checkout-ui.umd.cjs +21 -14
  3. package/dist/es/_commonjsHelpers.js +1 -0
  4. package/dist/es/api/http.js +19 -21
  5. package/dist/es/api/index.js +1 -1
  6. package/dist/es/api/modules/ali-pay/index.js +19 -11
  7. package/dist/es/api/modules/apple-pay/index.js +10 -26
  8. package/dist/es/api/modules/boost/index.js +56 -0
  9. package/dist/es/api/modules/card/index.js +17 -11
  10. package/dist/es/api/modules/checkout/index.js +6 -6
  11. package/dist/es/api/modules/checkout/map.js +23 -6
  12. package/dist/es/api/modules/gcash/index.js +56 -0
  13. package/dist/es/api/modules/get-browser-params.js +2 -2
  14. package/dist/es/api/modules/google-pay/index.js +10 -26
  15. package/dist/es/api/modules/grab-pay/index.js +56 -0
  16. package/dist/es/api/modules/index.js +1 -1
  17. package/dist/es/api/modules/line-pay/index.js +56 -0
  18. package/dist/es/api/modules/may-bank-qr-pay/index.js +56 -0
  19. package/dist/es/api/modules/nine-pay/index.js +56 -0
  20. package/dist/es/api/modules/paymaya/index.js +56 -0
  21. package/dist/es/api/modules/risk/index.js +13 -0
  22. package/dist/es/api/modules/sepa/index.js +19 -11
  23. package/dist/es/api/modules/shopee-pay/index.js +56 -0
  24. package/dist/es/api/modules/threeDS/index.js +1 -0
  25. package/dist/es/api/modules/tng-wallet/index.js +56 -0
  26. package/dist/es/api/modules/wechat-pay/index.js +18 -31
  27. package/dist/es/components/AccordionItem/AccordionItem.js +37 -0
  28. package/dist/es/components/AccountNameField/index.js +1 -0
  29. package/dist/es/components/AddressField/index.js +1 -0
  30. package/dist/es/components/AliPay/index.js +28 -40
  31. package/dist/es/components/ApplePay/index.js +18 -39
  32. package/dist/es/components/Boost/index.js +324 -0
  33. package/dist/es/components/Card/index.js +80 -48
  34. package/dist/es/components/CardBrands/index.js +3 -2
  35. package/dist/es/components/CardExpireDateField/index.js +1 -0
  36. package/dist/es/components/CardHolderNameField/index.js +1 -0
  37. package/dist/es/components/CardIBANField/index.js +1 -0
  38. package/dist/es/components/CardNo/index.js +1 -0
  39. package/dist/es/components/CardNumberField/index.js +124 -106
  40. package/dist/es/components/CardSecurityCodeField/index.js +1 -0
  41. package/dist/es/components/CardSelector/index.js +1 -0
  42. package/dist/es/components/CombinedCardInfo/index.js +4 -0
  43. package/dist/es/components/DropIn/index.js +206 -50
  44. package/dist/es/components/EmailField/EmailField.js +14 -15
  45. package/dist/es/components/EncryptedCard/index.js +1 -0
  46. package/dist/es/components/GooglePay/index.js +7 -6
  47. package/dist/es/components/GrabPay/index.js +324 -0
  48. package/dist/es/components/GuideCard/index.js +44 -0
  49. package/dist/es/components/LinePay/index.js +324 -0
  50. package/dist/es/components/MayBankQRPay/index.js +324 -0
  51. package/dist/es/components/NinePay/index.js +324 -0
  52. package/dist/es/components/RecurringTip/index.js +1 -0
  53. package/dist/es/components/SecuredFieldsProvider/index.js +2 -1
  54. package/dist/es/components/SecuredIframe/index.js +57 -4
  55. package/dist/es/components/Sepa/index.js +7 -10
  56. package/dist/es/components/ShopeePay/index.js +324 -0
  57. package/dist/es/components/SubmitButton/index.js +7 -20
  58. package/dist/es/components/TNGWallet/index.js +324 -0
  59. package/dist/es/components/ThreeDS/index.js +1 -0
  60. package/dist/es/components/WechatPay/index.js +30 -49
  61. package/dist/es/components/business/QRCodeModal/QRCodeModal.js +42 -0
  62. package/dist/es/components/business/QRCodeModal/index.js +7 -0
  63. package/dist/es/components/business/QRCodeModal/qr-code-modal.js +1 -0
  64. package/dist/es/components/business/QRCodeModal/type.js +1 -0
  65. package/dist/es/components/business/index.js +7 -0
  66. package/dist/es/components/index.js +10 -0
  67. package/dist/es/components/internal/Accordion/Accordion.js +14 -0
  68. package/dist/es/components/internal/Accordion/accordion2.js +1 -0
  69. package/dist/es/components/internal/Accordion/accordionTransition.js +26 -0
  70. package/dist/es/components/internal/Accordion/index.js +8 -0
  71. package/dist/es/components/internal/Accordion/type.js +10 -0
  72. package/dist/es/components/internal/Button/Button.js +1 -0
  73. package/dist/es/components/internal/Button/index.js +1 -0
  74. package/dist/es/components/internal/CheckBox/CheckBox.js +1 -0
  75. package/dist/es/components/internal/CheckBox/index.js +1 -0
  76. package/dist/es/components/internal/Form/type.js +1 -0
  77. package/dist/es/components/internal/Info/Info.js +1 -0
  78. package/dist/es/components/internal/Info/index.js +1 -0
  79. package/dist/es/components/internal/Input/type.js +1 -0
  80. package/dist/es/components/internal/LoadingCheck/LoadingCheck.js +1 -0
  81. package/dist/es/components/internal/LoadingCheck/index.js +1 -0
  82. package/dist/es/components/internal/Modal/Modal.js +18 -3
  83. package/dist/es/components/internal/Modal/index.js +1 -0
  84. package/dist/es/components/internal/Modal/type.js +1 -0
  85. package/dist/es/components/internal/QRCode/QRCode.js +32 -0
  86. package/dist/es/components/internal/QRCode/index.js +5 -0
  87. package/dist/es/components/internal/QRCode/type.js +1 -0
  88. package/dist/es/components/internal/Select/Select.js +11 -9
  89. package/dist/es/components/internal/Select/SelectMenu.js +1 -0
  90. package/dist/es/components/internal/Select/SelectMenuItem.js +1 -0
  91. package/dist/es/components/internal/icons/IconBoost.js +63 -0
  92. package/dist/es/components/internal/icons/IconCard.js +1 -40
  93. package/dist/es/components/internal/icons/IconCard2.js +60 -0
  94. package/dist/es/components/internal/icons/IconGCash.js +196 -0
  95. package/dist/es/components/internal/icons/IconGcashComplete.js +184 -0
  96. package/dist/es/components/internal/icons/IconGrabPay.js +59 -0
  97. package/dist/es/components/internal/icons/IconLinePay.js +99 -0
  98. package/dist/es/components/internal/icons/IconMayBankQRPay.js +69 -0
  99. package/dist/es/components/internal/icons/IconNinePay.js +255 -0
  100. package/dist/es/components/internal/icons/IconPaymaya.js +114 -0
  101. package/dist/es/components/internal/icons/IconRedirect.js +58 -0
  102. package/dist/es/components/internal/icons/IconScan.js +102 -0
  103. package/dist/es/components/internal/icons/IconShopeePay.js +108 -0
  104. package/dist/es/components/internal/icons/IconTNGWallet.js +119 -0
  105. package/dist/es/components/internal/icons/IconUnionPay.js +65 -0
  106. package/dist/es/components/wallets/GCash/GCash.js +368 -0
  107. package/dist/es/components/wallets/GCash/g-cash.js +1 -0
  108. package/dist/es/components/wallets/GCash/index.js +1 -0
  109. package/dist/es/components/wallets/GCash/type.js +1 -0
  110. package/dist/es/components/wallets/Paymaya/Paymaya.js +325 -0
  111. package/dist/es/components/wallets/Paymaya/index.js +1 -0
  112. package/dist/es/components/wallets/Paymaya/paymaya2.js +1 -0
  113. package/dist/es/components/wallets/Paymaya/type.js +1 -0
  114. package/dist/es/config.js +12 -12
  115. package/dist/es/constant.js +84 -4
  116. package/dist/es/core/PayKKaCheckout.js +35 -5
  117. package/dist/es/core/Session.js +24 -23
  118. package/dist/es/core/error.js +7 -0
  119. package/dist/es/core/index.js +1 -0
  120. package/dist/es/core/query.js +3 -3
  121. package/dist/es/core.js +2082 -70
  122. package/dist/es/hooks/index.js +1 -0
  123. package/dist/es/hooks/useI18n.js +1 -0
  124. package/dist/es/hooks/usePayState.js +7 -5
  125. package/dist/es/i18n/I18n.js +8 -2
  126. package/dist/es/i18n/locales/de-DE.js +16 -1
  127. package/dist/es/i18n/locales/en-GB.js +16 -1
  128. package/dist/es/i18n/locales/es-ES.js +16 -1
  129. package/dist/es/i18n/locales/fr-FR.js +16 -1
  130. package/dist/es/i18n/locales/index.js +2 -1
  131. package/dist/es/i18n/locales/ja-JP.js +16 -1
  132. package/dist/es/i18n/locales/ko-KR.js +16 -1
  133. package/dist/es/i18n/locales/nl-NL.js +88 -0
  134. package/dist/es/i18n/locales/pt-PT.js +16 -1
  135. package/dist/es/i18n/locales/ru-RU.js +16 -1
  136. package/dist/es/i18n/locales/zh-CN.js +16 -1
  137. package/dist/es/i18n/locales/zh-HK.js +16 -1
  138. package/dist/es/i18n/locales/zh-TW.js +16 -1
  139. package/dist/es/i18n/util.js +12 -3
  140. package/dist/es/index.js +22 -0
  141. package/dist/es/out/fraud-detection.js +39 -13
  142. package/dist/es/out/worldpay-ddc.js +143 -0
  143. package/dist/es/style.css +1 -1192
  144. package/dist/es/types/event.js +15 -0
  145. package/dist/es/types/fraud-detection.js +1 -0
  146. package/dist/es/types/index.js +1 -0
  147. package/dist/es/types/message.js +3 -0
  148. package/dist/es/utils/array.js +9 -0
  149. package/dist/es/utils/card-brand/brands.js +11 -1
  150. package/dist/es/utils/card-brand/index.js +4 -3
  151. package/dist/es/utils/card-brand/luhn.js +25 -0
  152. package/dist/es/utils/date.js +25 -0
  153. package/dist/es/utils/detect.js +6 -0
  154. package/dist/es/utils/format.js +28 -12
  155. package/dist/es/utils/iframe.js +1 -1
  156. package/dist/es/utils/index.js +9 -1
  157. package/dist/es/utils/location.js +37 -0
  158. package/dist/es/utils/object.js +14 -0
  159. package/dist/es/utils/redirect.js +32 -0
  160. package/dist/es/utils/reg-exp.js +4 -0
  161. package/dist/es/utils/system-info/get-browser-info.js +4 -4
  162. package/dist/es/utils/system-info/get-system-info.js +11 -7
  163. package/dist/es/utils/system-info/index.js +4 -4
  164. package/dist/style.css +1 -1
  165. package/dist/types/api/http.d.ts +4 -10
  166. package/dist/types/api/modules/ali-pay/index.d.ts +2 -1
  167. package/dist/types/api/modules/apple-pay/index.d.ts +2 -1
  168. package/dist/types/api/modules/boost/index.d.ts +24 -0
  169. package/dist/types/api/modules/card/index.d.ts +1 -1
  170. package/dist/types/api/modules/checkout/index.d.ts +2 -2
  171. package/dist/types/api/modules/checkout/type.d.ts +9 -0
  172. package/dist/types/api/modules/gcash/index.d.ts +24 -0
  173. package/dist/types/api/modules/get-browser-params.d.ts +2 -2
  174. package/dist/types/api/modules/google-pay/index.d.ts +2 -1
  175. package/dist/types/api/modules/grab-pay/index.d.ts +24 -0
  176. package/dist/types/api/modules/index.d.ts +11 -0
  177. package/dist/types/api/modules/line-pay/index.d.ts +24 -0
  178. package/dist/types/api/modules/may-bank-qr-pay/index.d.ts +24 -0
  179. package/dist/types/api/modules/nine-pay/index.d.ts +24 -0
  180. package/dist/types/api/modules/paymaya/index.d.ts +24 -0
  181. package/dist/types/api/modules/risk/index.d.ts +8 -0
  182. package/dist/types/api/modules/sepa/index.d.ts +2 -1
  183. package/dist/types/api/modules/shopee-pay/index.d.ts +24 -0
  184. package/dist/types/api/modules/threeDS/index.d.ts +3 -0
  185. package/dist/types/api/modules/tng-wallet/index.d.ts +24 -0
  186. package/dist/types/api/modules/wechat-pay/index.d.ts +2 -1
  187. package/dist/types/components/Boost/Boost.d.ts +7 -0
  188. package/dist/types/components/Boost/index.d.ts +2 -0
  189. package/dist/types/components/Boost/type.d.ts +61 -0
  190. package/dist/types/components/CardNumberField/type.d.ts +7 -1
  191. package/dist/types/components/CombinedCardInfo/type.d.ts +1 -0
  192. package/dist/types/components/DropIn/components/PaymentTabs/type.d.ts +1 -1
  193. package/dist/types/components/DropIn/config.d.ts +7 -0
  194. package/dist/types/components/DropIn/type.d.ts +11 -3
  195. package/dist/types/components/GrabPay/GrabPay.d.ts +7 -0
  196. package/dist/types/components/GrabPay/index.d.ts +2 -0
  197. package/dist/types/components/GrabPay/type.d.ts +61 -0
  198. package/dist/types/components/GuideCard/GuideCard.d.ts +3 -0
  199. package/dist/types/components/GuideCard/index.d.ts +2 -0
  200. package/dist/types/components/GuideCard/type.d.ts +4 -0
  201. package/dist/types/components/LinePay/LinePay.d.ts +7 -0
  202. package/dist/types/components/LinePay/index.d.ts +2 -0
  203. package/dist/types/components/LinePay/type.d.ts +61 -0
  204. package/dist/types/components/MayBankQRPay/MayBankQRPay.d.ts +6 -0
  205. package/dist/types/components/MayBankQRPay/index.d.ts +2 -0
  206. package/dist/types/components/MayBankQRPay/type.d.ts +61 -0
  207. package/dist/types/components/NinePay/NinePay.d.ts +6 -0
  208. package/dist/types/components/NinePay/index.d.ts +2 -0
  209. package/dist/types/components/NinePay/type.d.ts +61 -0
  210. package/dist/types/components/SecuredFieldsProvider/type.d.ts +1 -1
  211. package/dist/types/components/SecuredIframe/useSecuredInput.d.ts +1 -1
  212. package/dist/types/components/ShopeePay/ShopeePay.d.ts +7 -0
  213. package/dist/types/components/ShopeePay/index.d.ts +2 -0
  214. package/dist/types/components/ShopeePay/type.d.ts +61 -0
  215. package/dist/types/components/SubmitButton/SubmitButton.d.ts +1 -1
  216. package/dist/types/components/TNGWallet/TNGWallet.d.ts +7 -0
  217. package/dist/types/components/TNGWallet/index.d.ts +2 -0
  218. package/dist/types/components/TNGWallet/type.d.ts +61 -0
  219. package/dist/types/components/ThreeDS/components/ThreeDSIframe/ThreeDSIframe.d.ts +1 -0
  220. package/dist/types/components/ThreeDS/components/ThreeDSIframe/output.d.ts +1 -1
  221. package/dist/types/components/ThreeDS/components/ThreeDSIframe/type.d.ts +13 -3
  222. package/dist/types/components/business/QRCodeModal/QRCodeModal.d.ts +3 -0
  223. package/dist/types/components/business/QRCodeModal/index.d.ts +2 -0
  224. package/dist/types/components/business/QRCodeModal/type.d.ts +18 -0
  225. package/dist/types/components/business/index.d.ts +1 -0
  226. package/dist/types/components/index.d.ts +9 -0
  227. package/dist/types/components/internal/Accordion/Accordion.d.ts +3 -0
  228. package/dist/types/components/internal/Accordion/accordionTransition.d.ts +8 -0
  229. package/dist/types/components/internal/Accordion/components/AccordionItem/AccordionItem.d.ts +3 -0
  230. package/dist/types/components/internal/Accordion/components/AccordionItem/index.d.ts +2 -0
  231. package/dist/types/components/internal/Accordion/components/AccordionItem/type.d.ts +18 -0
  232. package/dist/types/components/internal/Accordion/index.d.ts +3 -0
  233. package/dist/types/components/internal/Accordion/type.d.ts +18 -0
  234. package/dist/types/components/internal/Modal/type.d.ts +2 -0
  235. package/dist/types/components/internal/QRCode/QRCode.d.ts +2 -0
  236. package/dist/types/components/internal/QRCode/index.d.ts +2 -0
  237. package/dist/types/components/internal/QRCode/type.d.ts +9 -0
  238. package/dist/types/components/internal/Select/Select.d.ts +1 -17
  239. package/dist/types/components/internal/Select/type.d.ts +26 -1
  240. package/dist/types/components/internal/icons/IconBoost.d.ts +2 -0
  241. package/dist/types/components/internal/icons/IconCard2.d.ts +2 -0
  242. package/dist/types/components/internal/icons/IconGCash.d.ts +2 -0
  243. package/dist/types/components/internal/icons/IconGcashComplete.d.ts +2 -0
  244. package/dist/types/components/internal/icons/IconGrabPay.d.ts +2 -0
  245. package/dist/types/components/internal/icons/IconLinePay.d.ts +2 -0
  246. package/dist/types/components/internal/icons/IconMayBankQRPay.d.ts +2 -0
  247. package/dist/types/components/internal/icons/IconNinePay.d.ts +2 -0
  248. package/dist/types/components/internal/icons/IconPaymaya.d.ts +2 -0
  249. package/dist/types/components/internal/icons/IconRedirect.d.ts +2 -0
  250. package/dist/types/components/internal/icons/IconScan.d.ts +2 -0
  251. package/dist/types/components/internal/icons/IconShopeePay.d.ts +2 -0
  252. package/dist/types/components/internal/icons/IconTNGWallet.d.ts +2 -0
  253. package/dist/types/components/internal/icons/IconUnionPay.d.ts +2 -0
  254. package/dist/types/components/internal/icons/index.d.ts +13 -0
  255. package/dist/types/components/wallets/GCash/GCash.d.ts +6 -0
  256. package/dist/types/components/wallets/GCash/index.d.ts +2 -0
  257. package/dist/types/components/wallets/GCash/type.d.ts +71 -0
  258. package/dist/types/components/wallets/Paymaya/Paymaya.d.ts +6 -0
  259. package/dist/types/components/wallets/Paymaya/index.d.ts +2 -0
  260. package/dist/types/components/wallets/Paymaya/type.d.ts +61 -0
  261. package/dist/types/config.d.ts +9 -9
  262. package/dist/types/constant.d.ts +28 -3
  263. package/dist/types/core/PayKKaCheckout.d.ts +10 -0
  264. package/dist/types/core/Session.d.ts +2 -0
  265. package/dist/types/core/error.d.ts +15 -2
  266. package/dist/types/core/query.d.ts +2 -2
  267. package/dist/types/hooks/usePayState.d.ts +5 -5
  268. package/dist/types/i18n/I18n.d.ts +1 -1
  269. package/dist/types/i18n/locales/de-DE.d.ts +13 -0
  270. package/dist/types/i18n/locales/en-GB.d.ts +13 -0
  271. package/dist/types/i18n/locales/es-ES.d.ts +13 -0
  272. package/dist/types/i18n/locales/fr-FR.d.ts +13 -0
  273. package/dist/types/i18n/locales/index.d.ts +2 -0
  274. package/dist/types/i18n/locales/ja-JP.d.ts +13 -0
  275. package/dist/types/i18n/locales/ko-KR.d.ts +13 -0
  276. package/dist/types/i18n/locales/nl-NL.d.ts +71 -0
  277. package/dist/types/i18n/locales/pt-PT.d.ts +13 -0
  278. package/dist/types/i18n/locales/ru-RU.d.ts +13 -0
  279. package/dist/types/i18n/locales/zh-CN.d.ts +13 -0
  280. package/dist/types/i18n/locales/zh-HK.d.ts +13 -0
  281. package/dist/types/i18n/locales/zh-TW.d.ts +13 -0
  282. package/dist/types/i18n/util.d.ts +5 -0
  283. package/dist/types/index.d.ts +2 -1
  284. package/dist/types/out/fraud-detection.d.ts +5 -1
  285. package/dist/types/out/types.d.ts +4 -0
  286. package/dist/types/out/worldpay-ddc-iframe.d.ts +1 -0
  287. package/dist/types/out/worldpay-ddc.d.ts +37 -0
  288. package/dist/types/types/event.d.ts +26 -0
  289. package/dist/types/types/fraud-detection.d.ts +3 -1
  290. package/dist/types/types/index.d.ts +23 -4
  291. package/dist/types/types/message.d.ts +22 -2
  292. package/dist/types/utils/array.d.ts +1 -0
  293. package/dist/types/utils/card-brand/brands.d.ts +4 -3
  294. package/dist/types/utils/card-brand/index.d.ts +9 -6
  295. package/dist/types/utils/card-brand/luhn.d.ts +9 -0
  296. package/dist/types/utils/date.d.ts +9 -0
  297. package/dist/types/utils/detect.d.ts +1 -0
  298. package/dist/types/utils/format.d.ts +7 -1
  299. package/dist/types/utils/iframe.d.ts +1 -1
  300. package/dist/types/utils/index.d.ts +8 -0
  301. package/dist/types/utils/location.d.ts +7 -0
  302. package/dist/types/utils/object.d.ts +1 -0
  303. package/dist/types/utils/redirect.d.ts +5 -0
  304. package/dist/types/utils/reg-exp.d.ts +1 -0
  305. package/dist/types/utils/system-info/get-browser-info.d.ts +1 -1
  306. package/dist/types/utils/system-info/get-system-info.d.ts +3 -2
  307. package/dist/types/utils/system-info/index.d.ts +3 -3
  308. package/package.json +6 -2
package/dist/es/style.css CHANGED
@@ -1,1192 +1 @@
1
- ::-webkit-scrollbar {
2
- height: 6px;
3
- width: 6px;
4
- }
5
-
6
- ::-webkit-scrollbar-thumb {
7
- background-color: rgba(0, 0, 0, 0.25);
8
- border-radius: 4px;
9
- }
10
-
11
- ::-webkit-scrollbar-button {
12
- display: none !important;
13
- }
14
-
15
- ::-moz-scrollbar-button {
16
- display: none !important;
17
- }
18
-
19
- .paykka-card-checkout-form-item {
20
- font-size: 16px;
21
- }
22
-
23
- .paykka-card-checkout-form-item__label {
24
- margin-bottom: 8px;
25
- transition: margin-bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
26
- user-select: none;
27
- }
28
-
29
- @media (min-width: 480px) {
30
- .paykka-card-checkout-form-item__label {
31
- margin-bottom: 10px;
32
- }
33
- }
34
-
35
- .paykka-card-checkout-form-item__error-text {
36
- margin-top: 4px;
37
- color: #F53F3F;
38
- font-size: 14px;
39
- }::-webkit-scrollbar {
40
- height: 6px;
41
- width: 6px;
42
- }
43
-
44
- ::-webkit-scrollbar-thumb {
45
- background-color: rgba(0, 0, 0, 0.25);
46
- border-radius: 4px;
47
- }
48
-
49
- ::-webkit-scrollbar-button {
50
- display: none !important;
51
- }
52
-
53
- ::-moz-scrollbar-button {
54
- display: none !important;
55
- }
56
-
57
- .paykka-card-checkout-input {
58
- position: relative;
59
- box-sizing: border-box;
60
- font-size: 16px;
61
- }
62
-
63
- .paykka-card-checkout-input__input-wrapper {
64
- display: flex;
65
- align-items: center;
66
- height: 44px;
67
- width: 100%;
68
- border-radius: 8px;
69
- border: 1px solid #E1E1E5;
70
- transition: border 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
71
- caret-color: var(--paykka-card-checkout-input-color, #4F43DF) .paykka-card-checkout-input__input-wrapper --error;
72
- caret-color-border: 1px solid #F53F3F;
73
- }
74
-
75
- .paykka-card-checkout-input__input-wrapper:active, .paykka-card-checkout-input__input-wrapper--focus, .paykka-card-checkout-input__input-wrapper:focus {
76
- border: 1px solid var(--paykka-card-checkout-input-color, #4F43DF);
77
- box-shadow: 0 0 0 1px var(--paykka-card-checkout-input-color, #4F43DF);
78
- }
79
-
80
- .paykka-card-checkout-input__input-wrapper-disabled {
81
- cursor: not-allowed;
82
- background: #F5F5F7;
83
- }
84
-
85
- .paykka-card-checkout-input__input-wrapper-disabled:active, .paykka-card-checkout-input__input-wrapper-disabled--focus, .paykka-card-checkout-input__input-wrapper-disabled:focus {
86
- border: 1px solid #F5F5F7;
87
- box-shadow: 0 0 0 2px #F5F5F7;
88
- }
89
-
90
- .paykka-card-checkout-input__input {
91
- outline: none;
92
- border: none;
93
- height: 100%;
94
- width: 100%;
95
- border-radius: 8px;
96
- caret-color: var(--paykka-card-checkout-input-color, #4F43DF);
97
- font-size: 16px;
98
- padding-left: 12px;
99
- background-color: transparent;
100
- }
101
-
102
- .paykka-card-checkout-input__input::placeholder {
103
- color: #C2C2C2;
104
- }
105
-
106
- .paykka-card-checkout-input__input:-webkit-autofill, .paykka-card-checkout-input__input:-internal-autofill-selected {
107
- background-color: transparent !important;
108
- }
109
-
110
- .paykka-card-checkout-input__right-icon {
111
- padding-right: 12px;
112
- display: flex;
113
- align-items: center;
114
- flex-shrink: 0;
115
- margin-left: 12px;
116
- }
117
-
118
- .paykka-card-checkout-input__left-icon {
119
- padding-left: 12px;
120
- display: flex;
121
- align-items: center;
122
- flex-shrink: 0;
123
- margin-right: 12px;
124
- }::-webkit-scrollbar {
125
- height: 6px;
126
- width: 6px;
127
- }
128
-
129
- ::-webkit-scrollbar-thumb {
130
- background-color: rgba(0, 0, 0, 0.25);
131
- border-radius: 4px;
132
- }
133
-
134
- ::-webkit-scrollbar-button {
135
- display: none !important;
136
- }
137
-
138
- ::-moz-scrollbar-button {
139
- display: none !important;
140
- }
141
-
142
- .paykka-card-checkout-select__wrapper {
143
- width: 100%;
144
- position: relative;
145
- cursor: pointer;
146
- }
147
-
148
- .paykka-card-checkout-select__render-label {
149
- position: absolute;
150
- top: 0;
151
- line-height: 44px;
152
- height: 44px;
153
- padding: 0 16px;
154
- display: flex;
155
- }
156
-
157
- .paykka-card-checkout-select__render-label--placeholder {
158
- color: #C2C2C2;
159
- }
160
-
161
- .paykka-card-checkout-select__render-label--hidden {
162
- visibility: hidden;
163
- }
164
-
165
- .paykka-card-checkout-select__menu {
166
- margin-top: 4px;
167
- width: 100%;
168
- max-height: 260px;
169
- background: #FFFFFF;
170
- box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
171
- border-radius: 4px 4px 4px 4px;
172
- border: 1px solid #EBEBEF;
173
- overflow-y: auto;
174
- z-index: 999;
175
- position: absolute;
176
- }
177
-
178
- .paykka-card-checkout-select__menu-item {
179
- padding: 6px 12px;
180
- line-height: 32px;
181
- color: #626266;
182
- cursor: pointer;
183
- display: flex;
184
- justify-content: space-between;
185
- }
186
-
187
- .paykka-card-checkout-select__menu-item:hover, .paykka-card-checkout-select__menu-item:active, .paykka-card-checkout-select__menu-item--selected, .paykka-card-checkout-select__menu-item:focus {
188
- color: #1F1F1F;
189
- background: #F3F3F5;
190
- }
191
-
192
- .paykka-card-checkout-select__menu-item-icon {
193
- margin-left: 10px;
194
- display: flex;
195
- align-items: center;
196
- }
197
-
198
- .paykka-card-checkout-select__menu-no-data {
199
- height: 200px;
200
- display: flex;
201
- justify-content: center;
202
- align-items: center;
203
- color: #C2C2C2;
204
- }::-webkit-scrollbar {
205
- height: 6px;
206
- width: 6px;
207
- }
208
-
209
- ::-webkit-scrollbar-thumb {
210
- background-color: rgba(0, 0, 0, 0.25);
211
- border-radius: 4px;
212
- }
213
-
214
- ::-webkit-scrollbar-button {
215
- display: none !important;
216
- }
217
-
218
- ::-moz-scrollbar-button {
219
- display: none !important;
220
- }
221
-
222
- .paykka-card-checkout-address-field__first-item .paykka-card-checkout-input__input-wrapper {
223
- padding: 8px 0;
224
- border-bottom-right-radius: 0;
225
- border-bottom-left-radius: 0;
226
- }
227
-
228
- .paykka-card-checkout-address-field__mid-item .paykka-card-checkout-input__input-wrapper {
229
- padding: 8px 0;
230
- border-radius: 0;
231
- border-top: 0;
232
- }
233
-
234
- .paykka-card-checkout-address-field__mid-item .paykka-card-checkout-input__input-wrapper:active, .paykka-card-checkout-address-field__mid-item .paykka-card-checkout-input__input-wrapper--focus, .paykka-card-checkout-address-field__mid-item .paykka-card-checkout-input__input-wrapper:focus {
235
- border-top: 1px solid var(--paykka-card-checkout-input-color, #4F43DF);
236
- box-shadow: 0 0 0 1px var(--paykka-card-checkout-input-color, #4F43DF);
237
- }
238
-
239
- .paykka-card-checkout-address-field__last-item .paykka-card-checkout-input__input-wrapper {
240
- padding: 8px 0;
241
- border-top-right-radius: 0;
242
- border-top-left-radius: 0;
243
- border-top: 0;
244
- }
245
-
246
- .paykka-card-checkout-address-field__last-item .paykka-card-checkout-input__input-wrapper:active, .paykka-card-checkout-address-field__last-item .paykka-card-checkout-input__input-wrapper--focus, .paykka-card-checkout-address-field__last-item .paykka-card-checkout-input__input-wrapper:focus {
247
- border-top: 1px solid var(--paykka-card-checkout-input-color, #4F43DF);
248
- box-shadow: 0 0 0 1px var(--paykka-card-checkout-input-color, #4F43DF);
249
- }::-webkit-scrollbar {
250
- height: 6px;
251
- width: 6px;
252
- }
253
-
254
- ::-webkit-scrollbar-thumb {
255
- background-color: rgba(0, 0, 0, 0.25);
256
- border-radius: 4px;
257
- }
258
-
259
- ::-webkit-scrollbar-button {
260
- display: none !important;
261
- }
262
-
263
- ::-moz-scrollbar-button {
264
- display: none !important;
265
- }
266
-
267
- .paykka-card-checkout-info {
268
- display: flex;
269
- align-items: center;
270
- padding: 10px 14px;
271
- border-radius: 4px;
272
- }
273
-
274
- .paykka-card-checkout-info--error {
275
- background-color: #FFECE8;
276
- }
277
-
278
- .paykka-card-checkout-info__icon {
279
- margin-right: 8px;
280
- height: 1.3em;
281
- display: flex;
282
- align-items: center;
283
- }
284
-
285
- .paykka-card-checkout-info__content {
286
- text-align: justify;
287
- word-break: break-all;
288
- }::-webkit-scrollbar {
289
- height: 6px;
290
- width: 6px;
291
- }
292
-
293
- ::-webkit-scrollbar-thumb {
294
- background-color: rgba(0, 0, 0, 0.25);
295
- border-radius: 4px;
296
- }
297
-
298
- ::-webkit-scrollbar-button {
299
- display: none !important;
300
- }
301
-
302
- ::-moz-scrollbar-button {
303
- display: none !important;
304
- }
305
-
306
- .paykka-card-checkout-recurring-tip {
307
- display: flex;
308
- color: #A9A9A9;
309
- }
310
-
311
- .paykka-card-checkout-recurring-tip__icon {
312
- width: 20px;
313
- display: flex;
314
- padding-top: 4px;
315
- padding-right: 4px;
316
- }::-webkit-scrollbar {
317
- height: 6px;
318
- width: 6px;
319
- }
320
-
321
- ::-webkit-scrollbar-thumb {
322
- background-color: rgba(0, 0, 0, 0.25);
323
- border-radius: 4px;
324
- }
325
-
326
- ::-webkit-scrollbar-button {
327
- display: none !important;
328
- }
329
-
330
- ::-moz-scrollbar-button {
331
- display: none !important;
332
- }
333
-
334
- .paykka-card-checkout-button {
335
- display: flex;
336
- align-items: center;
337
- justify-content: center;
338
- width: 100%;
339
- height: 44px;
340
- padding: 0 14px;
341
- border-radius: 8px;
342
- border: 0;
343
- background-color: var(--paykka-card-checkout-button-bg-color, #4F43DF);
344
- color: var(--paykka-card-checkout-button-text-color, #fff);
345
- font-size: 16px;
346
- cursor: pointer;
347
- text-decoration: none;
348
- transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
349
- }
350
-
351
- .paykka-card-checkout-button:not(.paykka-card-checkout-button--loading).paykka-card-checkout-button:not(.paykka-card-checkout-button--disabled).paykka-card-checkout-button:not(.paykka-card-checkout-button--dashed):hover {
352
- background-color: var(--paykka-card-checkout-button-bg-color-hover, #3f33bb);
353
- }
354
-
355
- .paykka-card-checkout-button:not(.paykka-card-checkout-button--loading).paykka-card-checkout-button:not(.paykka-card-checkout-button--disabled).paykka-card-checkout-button:not(.paykka-card-checkout-button--dashed):active {
356
- background-color: var(--paykka-card-checkout-button-bg-color-active, #312498);
357
- }
358
-
359
- .paykka-card-checkout-button--loading {
360
- cursor: wait;
361
- }
362
-
363
- .paykka-card-checkout-button--disabled {
364
- cursor: not-allowed;
365
- opacity: 0.5;
366
- }
367
-
368
- .paykka-card-checkout-button--dashed {
369
- border: 1px dashed #DFDFE5;
370
- color: #1F1F1F;
371
- background-color: transparent;
372
- }
373
-
374
- .paykka-card-checkout-button__icon {
375
- display: flex;
376
- align-items: center;
377
- margin-right: 12px;
378
- }::-webkit-scrollbar {
379
- height: 6px;
380
- width: 6px;
381
- }
382
-
383
- ::-webkit-scrollbar-thumb {
384
- background-color: rgba(0, 0, 0, 0.25);
385
- border-radius: 4px;
386
- }
387
-
388
- ::-webkit-scrollbar-button {
389
- display: none !important;
390
- }
391
-
392
- ::-moz-scrollbar-button {
393
- display: none !important;
394
- }
395
-
396
- .paykka-card-checkout-loading-check {
397
- display: inline-flex;
398
- align-items: center;
399
- overflow: hidden;
400
- --circle-transition-time: 0.3s;
401
- --check-dashoffset: 50;
402
- }
403
-
404
- .paykka-card-checkout-loading-check__circle {
405
- transition: stroke-dasharray var(--circle-transition-time) linear;
406
- }
407
-
408
- .paykka-card-checkout-loading-check__circle--loading {
409
- animation: spin 1s infinite linear;
410
- transform-origin: center;
411
- }
412
-
413
- .paykka-card-checkout-loading-check__check {
414
- stroke-dasharray: var(--check-dashoffset);
415
- stroke-dashoffset: var(--check-dashoffset);
416
- animation: tick 0.5s ease-out;
417
- animation-fill-mode: forwards;
418
- animation-delay: var(--circle-transition-time);
419
- }
420
-
421
- @keyframes tick {
422
- from {
423
- stroke-dashoffset: var(--check-dashoffset);
424
- }
425
- to {
426
- stroke-dashoffset: 0;
427
- }
428
- }
429
-
430
- @keyframes spin {
431
- 0% {
432
- transform: rotate(0deg);
433
- }
434
- 100% {
435
- transform: rotate(360deg);
436
- }
437
- }::-webkit-scrollbar {
438
- height: 6px;
439
- width: 6px;
440
- }
441
-
442
- ::-webkit-scrollbar-thumb {
443
- background-color: rgba(0, 0, 0, 0.25);
444
- border-radius: 4px;
445
- }
446
-
447
- ::-webkit-scrollbar-button {
448
- display: none !important;
449
- }
450
-
451
- ::-moz-scrollbar-button {
452
- display: none !important;
453
- }
454
-
455
- .paykka-card-checkout-submit-button--success {
456
- opacity: 1 !important;
457
- background-color: #00B42A !important;
458
- }
459
-
460
- .paykka-card-checkout-submit-button__text {
461
- line-height: 1;
462
- }
463
-
464
- .paykka-card-checkout-submit-button__text--not-verified {
465
- color: rgba(255, 255, 255, 0.6);
466
- }::-webkit-scrollbar {
467
- height: 6px;
468
- width: 6px;
469
- }
470
-
471
- ::-webkit-scrollbar-thumb {
472
- background-color: rgba(0, 0, 0, 0.25);
473
- border-radius: 4px;
474
- }
475
-
476
- ::-webkit-scrollbar-button {
477
- display: none !important;
478
- }
479
-
480
- ::-moz-scrollbar-button {
481
- display: none !important;
482
- }
483
-
484
- @media (min-width: 480px) {
485
- .paykka-card-checkout-ali-pay__email {
486
- padding-bottom: 20px;
487
- }
488
- }
489
-
490
- .paykka-card-checkout-ali-pay__error {
491
- margin-top: 16px;
492
- transition: margin-bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
493
- }
494
-
495
- @media (min-width: 480px) {
496
- .paykka-card-checkout-ali-pay__error {
497
- margin-top: 20px;
498
- }
499
- }
500
-
501
- .paykka-card-checkout-ali-pay__button {
502
- margin-top: 16px;
503
- transition: margin-top 0.1s cubic-bezier(0.4, 0, 0.2, 1);
504
- }
505
-
506
- @media (min-width: 480px) {
507
- .paykka-card-checkout-ali-pay__button {
508
- margin-top: 20px;
509
- }
510
- }::-webkit-scrollbar {
511
- height: 6px;
512
- width: 6px;
513
- }
514
-
515
- ::-webkit-scrollbar-thumb {
516
- background-color: rgba(0, 0, 0, 0.25);
517
- border-radius: 4px;
518
- }
519
-
520
- ::-webkit-scrollbar-button {
521
- display: none !important;
522
- }
523
-
524
- ::-moz-scrollbar-button {
525
- display: none !important;
526
- }
527
-
528
- .paykka-card-checkout-apple-pay__error {
529
- margin-bottom: 16px;
530
- transition: margin-bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
531
- }
532
-
533
- @media (min-width: 480px) {
534
- .paykka-card-checkout-apple-pay__error {
535
- margin-bottom: 20px;
536
- }
537
- }
538
-
539
- .paykka-card-checkout-apple-pay__button {
540
- width: 100%;
541
- display: flex;
542
- align-items: center;
543
- justify-content: center;
544
- height: 44px;
545
- --apple-pay-button-width: 100%;
546
- --apple-pay-button-height: 44px;
547
- --apple-pay-button-border-radius: 8px;
548
- --apple-pay-button-padding: 0px 0px;
549
- --apple-pay-button-box-sizing: border-box;
550
- }::-webkit-scrollbar {
551
- height: 6px;
552
- width: 6px;
553
- }
554
-
555
- ::-webkit-scrollbar-thumb {
556
- background-color: rgba(0, 0, 0, 0.25);
557
- border-radius: 4px;
558
- }
559
-
560
- ::-webkit-scrollbar-button {
561
- display: none !important;
562
- }
563
-
564
- ::-moz-scrollbar-button {
565
- display: none !important;
566
- }
567
-
568
- .paykka-card-checkout-card-brands {
569
- display: flex;
570
- flex-wrap: wrap;
571
- gap: 6px;
572
- }
573
-
574
- .paykka-card-checkout-card-brands__more {
575
- line-height: 32px;
576
- font-size: 13px;
577
- color: #687282;
578
- }::-webkit-scrollbar {
579
- height: 6px;
580
- width: 6px;
581
- }
582
-
583
- ::-webkit-scrollbar-thumb {
584
- background-color: rgba(0, 0, 0, 0.25);
585
- border-radius: 4px;
586
- }
587
-
588
- ::-webkit-scrollbar-button {
589
- display: none !important;
590
- }
591
-
592
- ::-moz-scrollbar-button {
593
- display: none !important;
594
- }
595
-
596
- .paykka-card-checkout-card-no__wrapper {
597
- display: flex;
598
- align-items: center;
599
- }
600
-
601
- .paykka-card-checkout-card-no__dot {
602
- width: 4px;
603
- height: 4px;
604
- background: currentColor;
605
- margin-right: 4px;
606
- border-radius: 50%;
607
- }
608
-
609
- .paykka-card-checkout-card-no__card-no {
610
- margin-left: 4px;
611
- }::-webkit-scrollbar {
612
- height: 6px;
613
- width: 6px;
614
- }
615
-
616
- ::-webkit-scrollbar-thumb {
617
- background-color: rgba(0, 0, 0, 0.25);
618
- border-radius: 4px;
619
- }
620
-
621
- ::-webkit-scrollbar-button {
622
- display: none !important;
623
- }
624
-
625
- ::-moz-scrollbar-button {
626
- display: none !important;
627
- }
628
-
629
- .paykka-card-checkout-card-selector__action {
630
- padding: 8px 12px;
631
- }
632
-
633
- .paykka-card-checkout-card-selector__label {
634
- display: flex;
635
- align-items: center;
636
- }
637
-
638
- .paykka-card-checkout-card-selector__card-no {
639
- margin-left: 12px;
640
- }
641
-
642
- .paykka-card-checkout-card-selector__change {
643
- display: flex;
644
- align-items: center;
645
- color: #4F43DF;
646
- font-size: 14px;
647
- }::-webkit-scrollbar {
648
- height: 6px;
649
- width: 6px;
650
- }
651
-
652
- ::-webkit-scrollbar-thumb {
653
- background-color: rgba(0, 0, 0, 0.25);
654
- border-radius: 4px;
655
- }
656
-
657
- ::-webkit-scrollbar-button {
658
- display: none !important;
659
- }
660
-
661
- ::-moz-scrollbar-button {
662
- display: none !important;
663
- }
664
-
665
- .paykka-card-checkout-check-box {
666
- display: inline-flex;
667
- align-items: center;
668
- font-size: 14px;
669
- background-color: transparent;
670
- cursor: pointer;
671
- }
672
-
673
- .paykka-card-checkout-check-box:hover .paykka-card-checkout-check-box__inner {
674
- border-color: #4F43DF;
675
- }
676
-
677
- .paykka-card-checkout-check-box--checked .paykka-card-checkout-check-box__inner {
678
- border-color: #4F43DF;
679
- background-color: #4F43DF;
680
- }
681
-
682
- .paykka-card-checkout-check-box__inner {
683
- width: 14px;
684
- height: 14px;
685
- border: 1px solid #E1E1E5;
686
- border-radius: 2px;
687
- margin-right: 8px;
688
- transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
689
- display: inline-flex;
690
- align-items: center;
691
- justify-content: center;
692
- flex-shrink: 0;
693
- }::-webkit-scrollbar {
694
- height: 6px;
695
- width: 6px;
696
- }
697
-
698
- ::-webkit-scrollbar-thumb {
699
- background-color: rgba(0, 0, 0, 0.25);
700
- border-radius: 4px;
701
- }
702
-
703
- ::-webkit-scrollbar-button {
704
- display: none !important;
705
- }
706
-
707
- ::-moz-scrollbar-button {
708
- display: none !important;
709
- }
710
-
711
- .paykka-card-checkout-modal {
712
- position: fixed;
713
- left: 0px;
714
- right: 0px;
715
- top: 0px;
716
- bottom: 0px;
717
- z-index: 9999;
718
- display: flex;
719
- flex-direction: column;
720
- align-items: center;
721
- justify-content: center;
722
- }
723
-
724
- .paykka-card-checkout-modal__mask {
725
- position: fixed;
726
- left: 0;
727
- right: 0;
728
- top: 0;
729
- bottom: 0;
730
- background-color: rgba(0, 0, 0, 0.4);
731
- }
732
-
733
- .paykka-card-checkout-modal__content {
734
- position: relative;
735
- z-index: 9999;
736
- border-radius: 8px;
737
- background-color: rgb(255, 255, 255);
738
- box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.08), 0px 12px 32px 0px rgba(0, 0, 0, 0.06), 0px 16px 48px 16px rgba(0, 0, 0, 0.04);
739
- display: flex;
740
- flex-direction: column;
741
- }
742
-
743
- .paykka-card-checkout-modal__close {
744
- cursor: pointer;
745
- right: 0px;
746
- position: absolute;
747
- transform: translate(0, -150%);
748
- color: #d2d2d2;
749
- }
750
-
751
- .paykka-card-checkout-modal__close:hover {
752
- color: #FFFFFF;
753
- }
754
-
755
- .paykka-card-checkout-modal__body {
756
- flex: 1;
757
- padding-left: 28px;
758
- padding-right: 28px;
759
- padding-top: 36px;
760
- padding-bottom: 24px;
761
- }::-webkit-scrollbar {
762
- height: 6px;
763
- width: 6px;
764
- }
765
-
766
- ::-webkit-scrollbar-thumb {
767
- background-color: rgba(0, 0, 0, 0.25);
768
- border-radius: 4px;
769
- }
770
-
771
- ::-webkit-scrollbar-button {
772
- display: none !important;
773
- }
774
-
775
- ::-moz-scrollbar-button {
776
- display: none !important;
777
- }
778
-
779
- .paykka-card-checkout-three-ds-auth__content {
780
- height: 100%;
781
- }
782
-
783
- .paykka-card-checkout-three-ds-auth__last-three-ds {
784
- width: 100%;
785
- height: 100%;
786
- display: flex;
787
- align-items: center;
788
- justify-content: center;
789
- flex-direction: column;
790
- }
791
-
792
- .paykka-card-checkout-three-ds-auth__last-three-ds-title {
793
- margin-top: 20px;
794
- margin-bottom: 40px;
795
- color: #1f1f1f;
796
- font-size: 20px;
797
- font-weight: 700;
798
- text-align: center;
799
- }::-webkit-scrollbar {
800
- height: 6px;
801
- width: 6px;
802
- }
803
-
804
- ::-webkit-scrollbar-thumb {
805
- background-color: rgba(0, 0, 0, 0.25);
806
- border-radius: 4px;
807
- }
808
-
809
- ::-webkit-scrollbar-button {
810
- display: none !important;
811
- }
812
-
813
- ::-moz-scrollbar-button {
814
- display: none !important;
815
- }
816
-
817
- .paykka-card-checkout-combined-card-info {
818
- width: 100%;
819
- height: 100%;
820
- display: flex;
821
- }
822
-
823
- .paykka-card-checkout-combined-card-info__card-number {
824
- flex: 1;
825
- }
826
-
827
- .paykka-card-checkout-combined-card-info__expire-date {
828
- width: 100px;
829
- }
830
-
831
- .paykka-card-checkout-combined-card-info__cvv {
832
- width: 60px;
833
- }
834
-
835
- .paykka-card-checkout-combined-card-info__blank-icon {
836
- width: 16px;
837
- height: 16px;
838
- }::-webkit-scrollbar {
839
- height: 6px;
840
- width: 6px;
841
- }
842
-
843
- ::-webkit-scrollbar-thumb {
844
- background-color: rgba(0, 0, 0, 0.25);
845
- border-radius: 4px;
846
- }
847
-
848
- ::-webkit-scrollbar-button {
849
- display: none !important;
850
- }
851
-
852
- ::-moz-scrollbar-button {
853
- display: none !important;
854
- }
855
-
856
- .paykka-card-checkout-card {
857
- min-width: 280px;
858
- }
859
-
860
- .paykka-card-checkout-card__field {
861
- margin-bottom: 16px;
862
- }
863
-
864
- @media (min-width: 480px) {
865
- .paykka-card-checkout-card__field {
866
- margin-bottom: 20px;
867
- }
868
- }
869
-
870
- .paykka-card-checkout-card__center {
871
- display: flex;
872
- justify-content: space-between;
873
- }
874
-
875
- .paykka-card-checkout-card__center > div {
876
- width: calc((100% - 20px) / 2);
877
- transition: width 0.1s cubic-bezier(0.4, 0, 0.2, 1);
878
- }
879
-
880
- @media (min-width: 480px) {
881
- .paykka-card-checkout-card__center > div {
882
- width: calc((100% - 32px) / 2);
883
- }
884
- }
885
-
886
- .paykka-card-checkout-card__card-info {
887
- margin-bottom: 16px;
888
- }
889
-
890
- @media (min-width: 480px) {
891
- .paykka-card-checkout-card__card-info {
892
- margin-bottom: 20px;
893
- }
894
- }
895
-
896
- .paykka-card-checkout-card__holder-name {
897
- margin-bottom: 16px;
898
- }
899
-
900
- @media (min-width: 480px) {
901
- .paykka-card-checkout-card__holder-name {
902
- margin-bottom: 20px;
903
- }
904
- }
905
-
906
- .paykka-card-checkout-card__button {
907
- margin-top: 16px;
908
- transition: margin-top 0.1s cubic-bezier(0.4, 0, 0.2, 1);
909
- }
910
-
911
- @media (min-width: 480px) {
912
- .paykka-card-checkout-card__button {
913
- margin-top: 20px;
914
- }
915
- }
916
-
917
- .paykka-card-checkout-card__card-brands {
918
- margin-top: 8px;
919
- }
920
-
921
- .paykka-card-checkout-card__card-number-wrapper {
922
- position: relative;
923
- }
924
-
925
- .paykka-card-checkout-card__change-box {
926
- display: flex;
927
- align-items: center;
928
- color: #4F43DF;
929
- font-size: 14px;
930
- position: absolute;
931
- top: 0;
932
- right: 0;
933
- cursor: pointer;
934
- }
935
-
936
- .paykka-card-checkout-card__card-selector-wrapper {
937
- display: flex;
938
- justify-content: space-between;
939
- }
940
-
941
- .paykka-card-checkout-card__address {
942
- margin-bottom: 16px;
943
- }
944
-
945
- @media (min-width: 480px) {
946
- .paykka-card-checkout-card__address {
947
- margin-bottom: 20px;
948
- }
949
- }
950
-
951
- .paykka-card-checkout-card__store-checkbox {
952
- margin-top: 16px;
953
- }
954
-
955
- @media (min-width: 480px) {
956
- .paykka-card-checkout-card__store-checkbox {
957
- margin-top: 20px;
958
- }
959
- }::-webkit-scrollbar {
960
- height: 6px;
961
- width: 6px;
962
- }
963
-
964
- ::-webkit-scrollbar-thumb {
965
- background-color: rgba(0, 0, 0, 0.25);
966
- border-radius: 4px;
967
- }
968
-
969
- ::-webkit-scrollbar-button {
970
- display: none !important;
971
- }
972
-
973
- ::-moz-scrollbar-button {
974
- display: none !important;
975
- }
976
-
977
- .paykka-card-checkout-google-pay__error {
978
- margin-bottom: 16px;
979
- transition: margin-bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
980
- }
981
-
982
- @media (min-width: 480px) {
983
- .paykka-card-checkout-google-pay__error {
984
- margin-bottom: 20px;
985
- }
986
- }::-webkit-scrollbar {
987
- height: 6px;
988
- width: 6px;
989
- }
990
-
991
- ::-webkit-scrollbar-thumb {
992
- background-color: rgba(0, 0, 0, 0.25);
993
- border-radius: 4px;
994
- }
995
-
996
- ::-webkit-scrollbar-button {
997
- display: none !important;
998
- }
999
-
1000
- ::-moz-scrollbar-button {
1001
- display: none !important;
1002
- }
1003
-
1004
- .paykka-card-checkout-payment-tabs {
1005
- display: flex;
1006
- flex-wrap: nowrap;
1007
- justify-content: start;
1008
- column-gap: 6px;
1009
- }
1010
-
1011
- .paykka-card-checkout-payment-tabs__tab {
1012
- border: 2px solid #E1E1E5;
1013
- padding: 12px;
1014
- border-radius: 12px;
1015
- width: calc((100% - 12px) / 3);
1016
- }
1017
-
1018
- @media (min-width: 480px) {
1019
- .paykka-card-checkout-payment-tabs__tab {
1020
- padding: 16px;
1021
- }
1022
- }
1023
-
1024
- .paykka-card-checkout-payment-tabs__name {
1025
- color: #626266;
1026
- }::-webkit-scrollbar {
1027
- height: 6px;
1028
- width: 6px;
1029
- }
1030
-
1031
- ::-webkit-scrollbar-thumb {
1032
- background-color: rgba(0, 0, 0, 0.25);
1033
- border-radius: 4px;
1034
- }
1035
-
1036
- ::-webkit-scrollbar-button {
1037
- display: none !important;
1038
- }
1039
-
1040
- ::-moz-scrollbar-button {
1041
- display: none !important;
1042
- }
1043
-
1044
- .paykka-card-checkout-drop-in__header-payment {
1045
- margin-bottom: 10px;
1046
- }
1047
-
1048
- .paykka-card-checkout-drop-in__other {
1049
- display: flex;
1050
- justify-content: center;
1051
- align-items: center;
1052
- margin-top: 14px;
1053
- }
1054
-
1055
- @media (min-width: 480px) {
1056
- .paykka-card-checkout-drop-in__other {
1057
- margin-top: 30px;
1058
- }
1059
- }
1060
-
1061
- .paykka-card-checkout-drop-in__other-text {
1062
- margin: 0 14px;
1063
- color: #6E6E7E;
1064
- }
1065
-
1066
- .paykka-card-checkout-drop-in__other-line {
1067
- background-color: #DFDFE5;
1068
- flex-grow: 0.5;
1069
- height: 1px;
1070
- }
1071
-
1072
- .paykka-card-checkout-drop-in__tabs-wrapper {
1073
- margin-top: 16px;
1074
- margin-bottom: 16px;
1075
- }
1076
-
1077
- @media (min-width: 480px) {
1078
- .paykka-card-checkout-drop-in__tabs-wrapper {
1079
- margin-top: 24px;
1080
- margin-bottom: 24px;
1081
- }
1082
- }::-webkit-scrollbar {
1083
- height: 6px;
1084
- width: 6px;
1085
- }
1086
-
1087
- ::-webkit-scrollbar-thumb {
1088
- background-color: rgba(0, 0, 0, 0.25);
1089
- border-radius: 4px;
1090
- }
1091
-
1092
- ::-webkit-scrollbar-button {
1093
- display: none !important;
1094
- }
1095
-
1096
- ::-moz-scrollbar-button {
1097
- display: none !important;
1098
- }
1099
-
1100
- .paykka-card-checkout-sepa {
1101
- min-width: 280px;
1102
- }
1103
-
1104
- .paykka-card-checkout-sepa__field {
1105
- margin-bottom: 24px;
1106
- }
1107
-
1108
- .paykka-card-checkout-sepa__holder-name {
1109
- padding-bottom: 16px;
1110
- }
1111
-
1112
- @media (min-width: 480px) {
1113
- .paykka-card-checkout-sepa__holder-name {
1114
- padding-bottom: 20px;
1115
- }
1116
- }
1117
-
1118
- .paykka-card-checkout-sepa__button {
1119
- margin-top: 16px;
1120
- transition: margin-top 0.1s cubic-bezier(0.4, 0, 0.2, 1);
1121
- }
1122
-
1123
- @media (min-width: 480px) {
1124
- .paykka-card-checkout-sepa__button {
1125
- margin-top: 20px;
1126
- }
1127
- }::-webkit-scrollbar {
1128
- height: 6px;
1129
- width: 6px;
1130
- }
1131
-
1132
- ::-webkit-scrollbar-thumb {
1133
- background-color: rgba(0, 0, 0, 0.25);
1134
- border-radius: 4px;
1135
- }
1136
-
1137
- ::-webkit-scrollbar-button {
1138
- display: none !important;
1139
- }
1140
-
1141
- ::-moz-scrollbar-button {
1142
- display: none !important;
1143
- }
1144
-
1145
- @media (min-width: 480px) {
1146
- .paykka-card-checkout-wechat-pay__email {
1147
- padding-bottom: 20px;
1148
- }
1149
- }
1150
-
1151
- .paykka-card-checkout-wechat-pay__error {
1152
- margin-top: 16px;
1153
- transition: margin-bottom 0.1s cubic-bezier(0.4, 0, 0.2, 1);
1154
- }
1155
-
1156
- @media (min-width: 480px) {
1157
- .paykka-card-checkout-wechat-pay__error {
1158
- margin-top: 20px;
1159
- }
1160
- }
1161
-
1162
- .paykka-card-checkout-wechat-pay__button {
1163
- margin-top: 16px;
1164
- transition: margin-top 0.1s cubic-bezier(0.4, 0, 0.2, 1);
1165
- }
1166
-
1167
- @media (min-width: 480px) {
1168
- .paykka-card-checkout-wechat-pay__button {
1169
- margin-top: 20px;
1170
- }
1171
- }::-webkit-scrollbar {
1172
- height: 6px;
1173
- width: 6px;
1174
- }
1175
-
1176
- ::-webkit-scrollbar-thumb {
1177
- background-color: rgba(0, 0, 0, 0.25);
1178
- border-radius: 4px;
1179
- }
1180
-
1181
- ::-webkit-scrollbar-button {
1182
- display: none !important;
1183
- }
1184
-
1185
- ::-moz-scrollbar-button {
1186
- display: none !important;
1187
- }
1188
-
1189
- .paykka-card-checkout,
1190
- .paykka-card-checkout * {
1191
- box-sizing: border-box;
1192
- }
1
+ .paykka-card-checkout-accordion-item{border:1px solid #E1E1E5;border-radius:8px;margin-bottom:10px;padding:0 16px;transition:all .3s linear}@media (min-width: 480px){.paykka-card-checkout-accordion-item{padding:0 14px}}.paykka-card-checkout-accordion-item--disabled{cursor:not-allowed;opacity:.4}.paykka-card-checkout-accordion-item__header{cursor:pointer;display:flex;align-items:center;padding-top:14px;padding-bottom:16px;font-size:14px;line-height:20px;transition:all .3s linear}@media (min-width: 480px){.paykka-card-checkout-accordion-item__header{padding-top:16px;padding-bottom:16px;font-size:16px;line-height:22px}}.paykka-card-checkout-accordion-item__title{font-size:16px;line-height:22px;color:#626266}.paykka-card-checkout-accordion-item__title--active{color:#4f43df}.paykka-card-checkout-accordion-item__content{max-height:0;opacity:0;overflow:hidden}.paykka-card-checkout-accordion-item__content--active{opacity:1;padding-bottom:14px}@media (min-width: 480px){.paykka-card-checkout-accordion-item__content--active{padding-bottom:16px}}.paykka-card-checkout-form-item{font-size:16px}.paykka-card-checkout-form-item__label{margin-bottom:8px;transition:margin-bottom .1s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}@media (min-width: 480px){.paykka-card-checkout-form-item__label{margin-bottom:10px}}.paykka-card-checkout-form-item__error-text{margin-top:4px;color:#f53f3f;font-size:14px}.paykka-card-checkout-input{position:relative;box-sizing:border-box;font-size:16px}.paykka-card-checkout-input__input-wrapper{display:flex;align-items:center;height:44px;width:100%;border-radius:8px;border:1px solid #E1E1E5;transition:border .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);caret-color:var(--paykka-card-checkout-input-color, #4F43DF) .paykka-card-checkout-input__input-wrapper --error;caret-color-border:1px solid #F53F3F}.paykka-card-checkout-input__input-wrapper:active,.paykka-card-checkout-input__input-wrapper--focus,.paykka-card-checkout-input__input-wrapper:focus{border:1px solid var(--paykka-card-checkout-input-color, #4F43DF);box-shadow:0 0 0 1px var(--paykka-card-checkout-input-color, #4F43DF)}.paykka-card-checkout-input__input-wrapper-disabled{cursor:not-allowed;background:#f5f5f7}.paykka-card-checkout-input__input-wrapper-disabled:active,.paykka-card-checkout-input__input-wrapper-disabled--focus,.paykka-card-checkout-input__input-wrapper-disabled:focus{border:1px solid #F5F5F7;box-shadow:0 0 0 2px #f5f5f7}.paykka-card-checkout-input__input{outline:none;border:none;height:100%;width:100%;border-radius:8px;caret-color:var(--paykka-card-checkout-input-color, #4F43DF);font-size:16px;padding-left:12px;background-color:transparent}.paykka-card-checkout-input__input::placeholder{color:#c2c2c2}.paykka-card-checkout-input__input:-webkit-autofill,.paykka-card-checkout-input__input:-internal-autofill-selected{background-color:transparent!important}.paykka-card-checkout-input__right-icon{padding-right:12px;display:flex;align-items:center;flex-shrink:0;margin-left:12px}.paykka-card-checkout-input__left-icon{padding-left:12px;display:flex;align-items:center;flex-shrink:0;margin-right:12px}.paykka-card-checkout-select__wrapper{width:100%;position:relative;cursor:pointer}.paykka-card-checkout-select__render-label{position:absolute;top:0;line-height:44px;height:44px;padding:0 16px;display:flex}.paykka-card-checkout-select__render-label--placeholder{color:#c2c2c2}.paykka-card-checkout-select__render-label--hidden{visibility:hidden}.paykka-card-checkout-select__menu{margin-top:4px;width:100%;max-height:260px;background:#fff;box-shadow:0 4px 14px #0000001a;border-radius:4px;border:1px solid #EBEBEF;overflow-y:auto;z-index:999;position:absolute}.paykka-card-checkout-select__menu-item{padding:6px 12px;line-height:32px;color:#626266;cursor:pointer;display:flex;justify-content:space-between}.paykka-card-checkout-select__menu-item:hover,.paykka-card-checkout-select__menu-item:active,.paykka-card-checkout-select__menu-item--selected,.paykka-card-checkout-select__menu-item:focus{color:#1f1f1f;background:#f3f3f5}.paykka-card-checkout-select__menu-item-icon{margin-left:10px;display:flex;align-items:center}.paykka-card-checkout-select__menu-no-data{height:200px;display:flex;justify-content:center;align-items:center;color:#c2c2c2}.paykka-card-checkout-address-field__first-item .paykka-card-checkout-input__input-wrapper{padding:8px 0;border-bottom-right-radius:0;border-bottom-left-radius:0}.paykka-card-checkout-address-field__mid-item .paykka-card-checkout-input__input-wrapper{padding:8px 0;border-radius:0;border-top:0}.paykka-card-checkout-address-field__mid-item .paykka-card-checkout-input__input-wrapper:active,.paykka-card-checkout-address-field__mid-item .paykka-card-checkout-input__input-wrapper--focus,.paykka-card-checkout-address-field__mid-item .paykka-card-checkout-input__input-wrapper:focus{border-top:1px solid var(--paykka-card-checkout-input-color, #4F43DF);box-shadow:0 0 0 1px var(--paykka-card-checkout-input-color, #4F43DF)}.paykka-card-checkout-address-field__last-item .paykka-card-checkout-input__input-wrapper{padding:8px 0;border-top-right-radius:0;border-top-left-radius:0;border-top:0}.paykka-card-checkout-address-field__last-item .paykka-card-checkout-input__input-wrapper:active,.paykka-card-checkout-address-field__last-item .paykka-card-checkout-input__input-wrapper--focus,.paykka-card-checkout-address-field__last-item .paykka-card-checkout-input__input-wrapper:focus{border-top:1px solid var(--paykka-card-checkout-input-color, #4F43DF);box-shadow:0 0 0 1px var(--paykka-card-checkout-input-color, #4F43DF)}.paykka-card-checkout-info{display:flex;align-items:center;padding:10px 14px;border-radius:4px}.paykka-card-checkout-info--error{background-color:#ffece8}.paykka-card-checkout-info__icon{margin-right:8px;height:1.3em;display:flex;align-items:center}.paykka-card-checkout-info__content{text-align:justify;word-break:break-all}.paykka-card-checkout-recurring-tip{display:flex;color:#a9a9a9}.paykka-card-checkout-recurring-tip__icon{width:20px;display:flex;padding-top:4px;padding-right:4px}.paykka-card-checkout-button{display:flex;align-items:center;justify-content:center;width:100%;height:44px;padding:0 14px;border-radius:8px;border:0;background-color:var(--paykka-card-checkout-button-bg-color, #4F43DF);color:var(--paykka-card-checkout-button-text-color, #fff);font-size:16px;cursor:pointer;text-decoration:none;transition:background-color .3s cubic-bezier(.4,0,.2,1)}.paykka-card-checkout-button:not(.paykka-card-checkout-button--loading).paykka-card-checkout-button:not(.paykka-card-checkout-button--disabled).paykka-card-checkout-button:not(.paykka-card-checkout-button--dashed):hover{background-color:var(--paykka-card-checkout-button-bg-color-hover, #3f33bb)}.paykka-card-checkout-button:not(.paykka-card-checkout-button--loading).paykka-card-checkout-button:not(.paykka-card-checkout-button--disabled).paykka-card-checkout-button:not(.paykka-card-checkout-button--dashed):active{background-color:var(--paykka-card-checkout-button-bg-color-active, #312498)}.paykka-card-checkout-button--loading{cursor:wait}.paykka-card-checkout-button--disabled{cursor:not-allowed;opacity:.5}.paykka-card-checkout-button--dashed{border:1px dashed #DFDFE5;color:#1f1f1f;background-color:transparent}.paykka-card-checkout-button__icon{display:flex;align-items:center;margin-right:12px}.paykka-card-checkout-loading-check{display:inline-flex;align-items:center;overflow:hidden;--circle-transition-time: .3s;--check-dashoffset: 50}.paykka-card-checkout-loading-check__circle{transition:stroke-dasharray var(--circle-transition-time) linear}.paykka-card-checkout-loading-check__circle--loading{animation:spin 1s infinite linear;transform-origin:center}.paykka-card-checkout-loading-check__check{stroke-dasharray:var(--check-dashoffset);stroke-dashoffset:var(--check-dashoffset);animation:tick .5s ease-out;animation-fill-mode:forwards;animation-delay:var(--circle-transition-time)}@keyframes tick{0%{stroke-dashoffset:var(--check-dashoffset)}to{stroke-dashoffset:0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.paykka-card-checkout-submit-button--success{opacity:1!important;background-color:#00b42a!important}.paykka-card-checkout-submit-button__text{line-height:1}.paykka-card-checkout-submit-button__text--not-verified{color:#fff9}@media (min-width: 480px){.paykka-card-checkout-ali-pay__email{padding-bottom:20px}}.paykka-card-checkout-ali-pay__error{margin-top:16px;transition:margin-bottom .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-ali-pay__error{margin-top:20px}}.paykka-card-checkout-ali-pay__button{margin-top:16px;transition:margin-top .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-ali-pay__button{margin-top:20px}}.paykka-card-checkout-apple-pay__error{margin-bottom:16px;transition:margin-bottom .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-apple-pay__error{margin-bottom:20px}}.paykka-card-checkout-apple-pay__button{width:100%;display:flex;align-items:center;justify-content:center;height:44px;--apple-pay-button-width: 100%;--apple-pay-button-height: 44px;--apple-pay-button-border-radius: 8px;--apple-pay-button-padding: 0px 0px;--apple-pay-button-box-sizing: border-box}.paykka-card-checkout-guide-card{border:1px solid #E1E1E5;border-radius:12px;padding:14px;margin-bottom:24px}@media (min-width: 480px){.paykka-card-checkout-guide-card{padding:16px;margin-bottom:32px}}.paykka-card-checkout-guide-card__content{display:flex;align-items:center}.paykka-card-checkout-guide-card__icon{margin-left:6px}.paykka-card-checkout-guide-card__description{color:#a3a3a7;font-size:14px;margin-left:12px}.paykka-card-checkout-boost{min-width:280px}.paykka-card-checkout-boost__field{margin-bottom:16px}@media (min-width: 480px){.paykka-card-checkout-boost__field{margin-bottom:20px}}.paykka-card-checkout-boost__button{margin-top:16px;transition:margin-top .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-boost__button{margin-top:20px}}.paykka-card-checkout-card-brands{display:flex;flex-wrap:wrap;gap:6px}.paykka-card-checkout-card-brands__more{line-height:32px;font-size:13px;color:#687282}.paykka-card-checkout-card-no__wrapper{display:flex;align-items:center}.paykka-card-checkout-card-no__dot{width:4px;height:4px;background:currentColor;margin-right:4px;border-radius:50%}.paykka-card-checkout-card-no__card-no{margin-left:4px}.paykka-card-checkout-card-selector__action{padding:8px 12px}.paykka-card-checkout-card-selector__label{display:flex;align-items:center}.paykka-card-checkout-card-selector__card-no{margin-left:12px}.paykka-card-checkout-card-selector__change{display:flex;align-items:center;color:#4f43df;font-size:14px}.paykka-card-checkout-check-box{display:inline-flex;align-items:center;font-size:14px;background-color:transparent;cursor:pointer}.paykka-card-checkout-check-box:hover .paykka-card-checkout-check-box__inner{border-color:#4f43df}.paykka-card-checkout-check-box--checked .paykka-card-checkout-check-box__inner{border-color:#4f43df;background-color:#4f43df}.paykka-card-checkout-check-box__inner{width:14px;height:14px;border:1px solid #E1E1E5;border-radius:2px;margin-right:8px;transition:border-color .2s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.paykka-card-checkout-modal{position:fixed;left:0;right:0;top:0;bottom:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center}.paykka-card-checkout-modal__mask{position:fixed;left:0;right:0;top:0;bottom:0;background-color:#0006}.paykka-card-checkout-modal__content{position:relative;z-index:9999;border-radius:8px;background-color:#fff;box-shadow:0 8px 16px -8px #00000014,0 12px 32px #0000000f,0 16px 48px 16px #0000000a;display:flex;flex-direction:column}.paykka-card-checkout-modal__close{cursor:pointer;right:0;position:absolute;transform:translateY(-150%);color:#d2d2d2}.paykka-card-checkout-modal__close:hover{color:#fff}.paykka-card-checkout-modal__body{flex:1;padding:36px 28px 24px}.paykka-card-checkout-three-ds-auth__content{height:100%}.paykka-card-checkout-three-ds-auth__last-three-ds{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.paykka-card-checkout-three-ds-auth__last-three-ds-title{margin-top:20px;margin-bottom:40px;color:#1f1f1f;font-size:20px;font-weight:700;text-align:center}.paykka-card-checkout-combined-card-info{width:100%;height:100%;display:flex}.paykka-card-checkout-combined-card-info__card-number{flex:1}.paykka-card-checkout-combined-card-info__expire-date{width:100px}.paykka-card-checkout-combined-card-info__cvv{width:60px}.paykka-card-checkout-combined-card-info__blank-icon{width:16px;height:16px}.paykka-card-checkout-card{min-width:280px}.paykka-card-checkout-card__field{margin-bottom:16px}@media (min-width: 480px){.paykka-card-checkout-card__field{margin-bottom:20px}}.paykka-card-checkout-card__center{display:flex;justify-content:space-between}.paykka-card-checkout-card__center>div{width:calc((100% - 20px)/2);transition:width .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-card__center>div{width:calc((100% - 32px)/2)}}.paykka-card-checkout-card__card-info{margin-bottom:16px}@media (min-width: 480px){.paykka-card-checkout-card__card-info{margin-bottom:20px}}.paykka-card-checkout-card__holder-name{margin-bottom:16px}@media (min-width: 480px){.paykka-card-checkout-card__holder-name{margin-bottom:20px}}.paykka-card-checkout-card__button{margin-top:16px;transition:margin-top .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-card__button{margin-top:20px}}.paykka-card-checkout-card__card-brands{margin-top:8px}.paykka-card-checkout-card__card-number-wrapper{position:relative}.paykka-card-checkout-card__change-box{display:flex;align-items:center;color:#4f43df;font-size:14px;position:absolute;top:0;right:0;cursor:pointer}.paykka-card-checkout-card__card-selector-wrapper{display:flex;justify-content:space-between}.paykka-card-checkout-card__address{margin-bottom:16px}@media (min-width: 480px){.paykka-card-checkout-card__address{margin-bottom:20px}}.paykka-card-checkout-card__store-checkbox{margin-top:16px}@media (min-width: 480px){.paykka-card-checkout-card__store-checkbox{margin-top:20px}}.paykka-card-checkout-google-pay__error{margin-bottom:16px;transition:margin-bottom .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-google-pay__error{margin-bottom:20px}}.paykka-card-checkout-nine-pay{min-width:280px}.paykka-card-checkout-nine-pay__field{margin-bottom:16px}@media (min-width: 480px){.paykka-card-checkout-nine-pay__field{margin-bottom:20px}}.paykka-card-checkout-nine-pay__button{margin-top:16px;transition:margin-top .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-nine-pay__button{margin-top:20px}}.paykka-card-checkout-line-pay{min-width:280px}.paykka-card-checkout-line-pay__field{margin-bottom:16px}@media (min-width: 480px){.paykka-card-checkout-line-pay__field{margin-bottom:20px}}.paykka-card-checkout-line-pay__button{margin-top:16px;transition:margin-top .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-line-pay__button{margin-top:20px}}.paykka-card-checkout-tng-wallet{min-width:280px}.paykka-card-checkout-tng-wallet__field{margin-bottom:16px}@media (min-width: 480px){.paykka-card-checkout-tng-wallet__field{margin-bottom:20px}}.paykka-card-checkout-tng-wallet__button{margin-top:16px;transition:margin-top .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-tng-wallet__button{margin-top:20px}}.paykka-card-checkout-may-bank-qr-pay{min-width:280px}.paykka-card-checkout-may-bank-qr-pay__field{margin-bottom:16px}@media (min-width: 480px){.paykka-card-checkout-may-bank-qr-pay__field{margin-bottom:20px}}.paykka-card-checkout-may-bank-qr-pay__button{margin-top:16px;transition:margin-top .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-may-bank-qr-pay__button{margin-top:20px}}.paykka-card-checkout-shopee-pay{min-width:280px}.paykka-card-checkout-shopee-pay__field{margin-bottom:16px}@media (min-width: 480px){.paykka-card-checkout-shopee-pay__field{margin-bottom:20px}}.paykka-card-checkout-shopee-pay__button{margin-top:16px;transition:margin-top .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-shopee-pay__button{margin-top:20px}}.paykka-card-checkout-grab-pay{min-width:280px}.paykka-card-checkout-grab-pay__field{margin-bottom:16px}@media (min-width: 480px){.paykka-card-checkout-grab-pay__field{margin-bottom:20px}}.paykka-card-checkout-grab-pay__button{margin-top:16px;transition:margin-top .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-grab-pay__button{margin-top:20px}}.paykka-card-checkout-qr-code-modal{padding-top:20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.paykka-card-checkout-qr-code-modal__container{width:208px}.paykka-card-checkout-qr-code-modal__title{font-size:18px;font-weight:550;text-align:center}.paykka-card-checkout-qr-code-modal__body{margin:20px 0;padding:16px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center}.paykka-card-checkout-qr-code-modal__icon{height:22px}.paykka-card-checkout-qr-code-modal__qr-code{margin-top:16px;width:176px;height:176px;border-radius:4px;background-color:#fff;overflow:hidden}.paykka-card-checkout-qr-code-modal__expired-time{margin-top:16px;color:#fff;font-size:14px;text-align:center}.paykka-card-checkout-qr-code-modal__expired-time-text{color:#fff;font-size:14px;text-align:center}.paykka-card-checkout-qr-code-modal__amount{font-size:22px;color:#1f1f1f;font-weight:550}.paykka-card-checkout-gcash{min-width:280px}.paykka-card-checkout-gcash__field{margin-bottom:16px}@media (min-width: 480px){.paykka-card-checkout-gcash__field{margin-bottom:20px}}.paykka-card-checkout-gcash__button{margin-top:16px;transition:margin-top .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-gcash__button{margin-top:20px}}.paykka-card-checkout-paymaya{min-width:280px}.paykka-card-checkout-paymaya__field{margin-bottom:16px}@media (min-width: 480px){.paykka-card-checkout-paymaya__field{margin-bottom:20px}}.paykka-card-checkout-paymaya__button{margin-top:16px;transition:margin-top .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-paymaya__button{margin-top:20px}}.paykka-card-checkout-payment-tabs{display:flex;flex-wrap:nowrap;justify-content:flex-start;column-gap:6px}.paykka-card-checkout-payment-tabs__tab{border:2px solid #E1E1E5;padding:12px;border-radius:12px;width:calc((100% - 12px) / 3)}@media (min-width: 480px){.paykka-card-checkout-payment-tabs__tab{padding:16px}}.paykka-card-checkout-payment-tabs__name{color:#626266}.paykka-card-checkout-drop-in__header-payment{margin-bottom:10px}.paykka-card-checkout-drop-in__other{display:flex;justify-content:center;align-items:center;margin-top:14px;margin-bottom:16px}@media (min-width: 480px){.paykka-card-checkout-drop-in__other{margin-top:30px;margin-bottom:24px}}.paykka-card-checkout-drop-in__accordion-icon{display:flex;align-items:center}.paykka-card-checkout-drop-in__other-text{margin:0 14px;color:#6e6e7e}.paykka-card-checkout-drop-in__other-line{background-color:#dfdfe5;flex-grow:.5;height:1px}.paykka-card-checkout-drop-in__tabs-wrapper{margin-bottom:16px}@media (min-width: 480px){.paykka-card-checkout-drop-in__tabs-wrapper{margin-bottom:24px}}.paykka-card-checkout-drop-in__accordion-icon{margin-right:10px}.paykka-card-checkout-sepa{min-width:280px}.paykka-card-checkout-sepa__field{margin-bottom:24px}.paykka-card-checkout-sepa__holder-name{padding-bottom:16px}@media (min-width: 480px){.paykka-card-checkout-sepa__holder-name{padding-bottom:20px}}.paykka-card-checkout-sepa__button{margin-top:16px;transition:margin-top .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-sepa__button{margin-top:20px}}@media (min-width: 480px){.paykka-card-checkout-wechat-pay__email{padding-bottom:20px}}.paykka-card-checkout-wechat-pay__error{margin-top:16px;transition:margin-bottom .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-wechat-pay__error{margin-top:20px}}.paykka-card-checkout-wechat-pay__button{margin-top:16px;transition:margin-top .1s cubic-bezier(.4,0,.2,1)}@media (min-width: 480px){.paykka-card-checkout-wechat-pay__button{margin-top:20px}}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:4px}::-webkit-scrollbar-button{display:none!important}::-moz-scrollbar-button{display:none!important}.paykka-card-checkout,.paykka-card-checkout *{box-sizing:border-box}