@adyen/kyc-components 3.28.1 → 3.30.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.
Files changed (61) hide show
  1. package/dist/es/adyen-kyc-components.es.js +1448 -504
  2. package/dist/es/us-check-account-number-CHnzmLNd.js +39 -0
  3. package/dist/es/us-check-o5Ax_0LS.js +37 -0
  4. package/dist/es/us-check-routing-number-BtVf7GH3.js +40 -0
  5. package/dist/style.css +192 -705
  6. package/dist/types/components/AdditionalInformation/VerifiedBusinessCard.d.ts +3 -1
  7. package/dist/types/components/AdditionalInformation/utils.d.ts +6 -0
  8. package/dist/types/components/BusinessSelection/types.d.ts +3 -1
  9. package/dist/types/components/ContractingStatus/ContractingStatus.d.ts +12 -0
  10. package/dist/types/components/Dropins/ServiceAgreementDropinComponent/components/ServiceAgreementDropinComponent.d.ts +1 -1
  11. package/dist/types/components/Dropins/ServiceAgreementDropinComponent/types.d.ts +2 -1
  12. package/dist/types/components/Dropins/types.d.ts +2 -2
  13. package/dist/types/components/EmbeddedDropins/CreateContractingComponent/CreateContractingComponent.d.ts +2 -1
  14. package/dist/types/components/EmbeddedDropins/CreateIndividualComponent/CreateIndividualComponent.d.ts +2 -1
  15. package/dist/types/components/EmbeddedDropins/ManageContractingComponent/ManageContractingComponent.d.ts +6 -0
  16. package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentComponent.d.ts +2 -1
  17. package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentOverview/ManageTransferInstrumentOverview.d.ts +2 -1
  18. package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentOverviewItem/ManageTransferInstrumentOverviewItem.d.ts +2 -1
  19. package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentOverviewItemModal/ManageTransferInstrumentOverviewItemModal.d.ts +2 -1
  20. package/dist/types/components/PayoutAccount/component/CheckGuidance/CheckGuidance.d.ts +7 -0
  21. package/dist/types/components/RegistrationAddress/component/RegistrationAddressComponent.d.ts +2 -1
  22. package/dist/types/components/embedded-ui/OutlinedIcon/OutlinedIcon.d.ts +5 -0
  23. package/dist/types/components/embedded-ui/Splashscreen/Splashscreen.d.ts +10 -0
  24. package/dist/types/components/index.d.ts +16 -2
  25. package/dist/types/components/internal/Address/AddressComponent.d.ts +3 -0
  26. package/dist/types/components/internal/Address/AddressExperimentWrapper.d.ts +2 -0
  27. package/dist/types/components/internal/Address/components/FieldContainerComponent.d.ts +9 -0
  28. package/dist/types/components/internal/Address/types.d.ts +7 -11
  29. package/dist/types/components/internal/Address/utils.d.ts +1 -1
  30. package/dist/types/components/internal/Address/validate.d.ts +2 -2
  31. package/dist/types/components/internal/BankAccountNumber/types.d.ts +2 -0
  32. package/dist/types/components/internal/BranchCode/types.d.ts +2 -0
  33. package/dist/types/components/internal/Button/Button.d.ts +1 -1
  34. package/dist/types/components/internal/Button/types.d.ts +1 -0
  35. package/dist/types/components/internal/Confirm/Confirm.d.ts +2 -0
  36. package/dist/types/components/internal/Confirm/types.d.ts +6 -0
  37. package/dist/types/components/internal/DecisionMakerRole/types.d.ts +1 -1
  38. package/dist/types/components/internal/FormFields/MaskedInputText/MaskedInputText.d.ts +2 -1
  39. package/dist/types/components/internal/FormFields/MultiSelectList/MultiSelectList.d.ts +1 -0
  40. package/dist/types/components/internal/FormFields/Select/Select.d.ts +2 -1
  41. package/dist/types/components/internal/FormFields/Select/components/SelectButton.d.ts +2 -1
  42. package/dist/types/components/internal/FormFields/Select/components/SelectList.d.ts +1 -0
  43. package/dist/types/components/internal/FormFields/Select/components/SelectListItem.d.ts +1 -0
  44. package/dist/types/components/internal/FormFields/Select/types.d.ts +4 -1
  45. package/dist/types/components/internal/IdFieldTypeSelector/countryIdNumberTypes.d.ts +1 -1
  46. package/dist/types/components/internal/Modal/Modal.d.ts +1 -1
  47. package/dist/types/components/internal/Skeleton/Skeleton.d.ts +0 -1
  48. package/dist/types/components/internal/Svg/svgs.d.ts +3 -0
  49. package/dist/types/core/Context/ExperimentContext/types.d.ts +4 -1
  50. package/dist/types/core/Context/SettingsContext/types.d.ts +3 -1
  51. package/dist/types/core/SDKValidation/types.d.ts +2 -2
  52. package/dist/types/core/Services/componentApi/get-address.d.ts +2 -2
  53. package/dist/types/core/hooks/useBusinessData/types.d.ts +3 -1
  54. package/dist/types/core/hooks/useDebounce.d.ts +1 -0
  55. package/dist/types/core/models/api/address-search.d.ts +1 -8
  56. package/dist/types/core/models/api/company-search.d.ts +7 -0
  57. package/dist/types/core/models/form-rules.d.ts +2 -0
  58. package/dist/types/utils/datasetUtil.d.ts +1 -1
  59. package/dist/types/utils/payout-account-util.d.ts +1 -0
  60. package/dist/types/utils/validatorUtils.d.ts +1 -1
  61. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -199,6 +199,13 @@
199
199
  min-width: 100%;
200
200
  }
201
201
 
202
+ .adyen-kyc-button--critical {
203
+ background-color: var(--adyen-sdk-color-background-critical-strong, #e22d2d);
204
+ }
205
+ .adyen-kyc-button--critical:hover {
206
+ background-color: var(--adyen-sdk-color-background-critical-strong-hover, #c72727);
207
+ }
208
+
202
209
  .adyen-kyc-button--icon-left {
203
210
  flex-direction: row-reverse;
204
211
  }
@@ -868,73 +875,6 @@ button[disabled]:hover {
868
875
  /* #endregion */
869
876
  /* #region Inline components */
870
877
  /* #endregion */
871
- .adyen-kyc-tag {
872
- color: var(--adyen-sdk-color-label-primary, #00112c);
873
- font-family: var(--adyen-sdk-text-body-font-family, Inter, Roboto, Oxygen, 'Open Sans', 'Helvetica Neue', Arial, sans-serif);
874
- font-size: var(--adyen-sdk-text-body-font-size, 14px);
875
- font-weight: var(--adyen-sdk-text-body-font-weight, 400);
876
- line-height: var(--adyen-sdk-text-body-line-height, 20px);
877
- -webkit-font-smoothing: antialiased;
878
- -moz-osx-font-smoothing: grayscale;
879
- display: inline-block;
880
- font-size: var(--adyen-sdk-text-caption-font-size, 12px);
881
- font-family: var(--adyen-sdk-text-caption-font-family, Inter, Roboto, Oxygen, 'Open Sans', 'Helvetica Neue', Arial, sans-serif);
882
- font-weight: var(--adyen-sdk-text-caption-stronger-font-weight, 500);
883
- line-height: var(--adyen-sdk-text-caption-line-height, 18px);
884
- padding: var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-spacer-040, 8px);
885
- border-radius: var(--adyen-sdk-border-radius-s, 4px);
886
- text-decoration: none;
887
- vertical-align: baseline;
888
- white-space: nowrap;
889
- border: none;
890
- }
891
- .adyen-kyc-tag *,
892
- .adyen-kyc-tag *::before,
893
- .adyen-kyc-tag *::after {
894
- box-sizing: border-box;
895
- }
896
-
897
- .adyen-kyc-tag--grey {
898
- background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
899
- color: var(--adyen-sdk-color-label-secondary, #5c687c);
900
- }
901
-
902
- .adyen-kyc-tag--blue {
903
- background: var(--adyen-sdk-color-background-highlight-weak, #f2f8ff);
904
- color: var(--adyen-sdk-color-label-on-background-highlight-weak, #0063d7);
905
- }
906
-
907
- .adyen-kyc-tag--orange {
908
- background: var(--adyen-sdk-color-background-warning-weak, #fff5e9);
909
- color: var(--adyen-sdk-color-label-on-background-warning-weak, #9b5700);
910
- }
911
-
912
- .adyen-kyc-tag--red {
913
- background: var(--adyen-sdk-color-background-critical-weak, #fef4f4);
914
- color: var(--adyen-sdk-color-label-on-background-critical-weak, #c72727);
915
- }
916
-
917
- .adyen-kyc-tag--teal {
918
- background-color: var(--adyen-sdk-color-background-success-weak, #edfaf3);
919
- color: #065e79;
920
- }
921
-
922
- .adyen-kyc-tag--green {
923
- background-color: var(--adyen-sdk-color-background-success-weak, #edfaf3);
924
- color: var(--adyen-sdk-color-label-on-background-success-weak, #067934);
925
- }
926
-
927
- .adyen-kyc-tag--basic {
928
- background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
929
- color: var(--adyen-sdk-color-label-secondary, #5c687c);
930
- }/* #region Borders */
931
- /* #endregion */
932
- /* #region Z-index */
933
- /* #endregion */
934
- /* #region Timing functions */
935
- /* #endregion */
936
- /* #region Inline components */
937
- /* #endregion */
938
878
  .adyen-kyc-dropdown {
939
879
  position: relative;
940
880
  }
@@ -1012,6 +952,73 @@ button[disabled]:hover {
1012
952
  /* #endregion */
1013
953
  /* #region Inline components */
1014
954
  /* #endregion */
955
+ .adyen-kyc-tag {
956
+ color: var(--adyen-sdk-color-label-primary, #00112c);
957
+ font-family: var(--adyen-sdk-text-body-font-family, Inter, Roboto, Oxygen, 'Open Sans', 'Helvetica Neue', Arial, sans-serif);
958
+ font-size: var(--adyen-sdk-text-body-font-size, 14px);
959
+ font-weight: var(--adyen-sdk-text-body-font-weight, 400);
960
+ line-height: var(--adyen-sdk-text-body-line-height, 20px);
961
+ -webkit-font-smoothing: antialiased;
962
+ -moz-osx-font-smoothing: grayscale;
963
+ display: inline-block;
964
+ font-size: var(--adyen-sdk-text-caption-font-size, 12px);
965
+ font-family: var(--adyen-sdk-text-caption-font-family, Inter, Roboto, Oxygen, 'Open Sans', 'Helvetica Neue', Arial, sans-serif);
966
+ font-weight: var(--adyen-sdk-text-caption-stronger-font-weight, 500);
967
+ line-height: var(--adyen-sdk-text-caption-line-height, 18px);
968
+ padding: var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-spacer-040, 8px);
969
+ border-radius: var(--adyen-sdk-border-radius-s, 4px);
970
+ text-decoration: none;
971
+ vertical-align: baseline;
972
+ white-space: nowrap;
973
+ border: none;
974
+ }
975
+ .adyen-kyc-tag *,
976
+ .adyen-kyc-tag *::before,
977
+ .adyen-kyc-tag *::after {
978
+ box-sizing: border-box;
979
+ }
980
+
981
+ .adyen-kyc-tag--grey {
982
+ background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
983
+ color: var(--adyen-sdk-color-label-secondary, #5c687c);
984
+ }
985
+
986
+ .adyen-kyc-tag--blue {
987
+ background: var(--adyen-sdk-color-background-highlight-weak, #f2f8ff);
988
+ color: var(--adyen-sdk-color-label-on-background-highlight-weak, #0063d7);
989
+ }
990
+
991
+ .adyen-kyc-tag--orange {
992
+ background: var(--adyen-sdk-color-background-warning-weak, #fff5e9);
993
+ color: var(--adyen-sdk-color-label-on-background-warning-weak, #9b5700);
994
+ }
995
+
996
+ .adyen-kyc-tag--red {
997
+ background: var(--adyen-sdk-color-background-critical-weak, #fef4f4);
998
+ color: var(--adyen-sdk-color-label-on-background-critical-weak, #c72727);
999
+ }
1000
+
1001
+ .adyen-kyc-tag--teal {
1002
+ background-color: var(--adyen-sdk-color-background-success-weak, #edfaf3);
1003
+ color: #065e79;
1004
+ }
1005
+
1006
+ .adyen-kyc-tag--green {
1007
+ background-color: var(--adyen-sdk-color-background-success-weak, #edfaf3);
1008
+ color: var(--adyen-sdk-color-label-on-background-success-weak, #067934);
1009
+ }
1010
+
1011
+ .adyen-kyc-tag--basic {
1012
+ background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
1013
+ color: var(--adyen-sdk-color-label-secondary, #5c687c);
1014
+ }/* #region Borders */
1015
+ /* #endregion */
1016
+ /* #region Z-index */
1017
+ /* #endregion */
1018
+ /* #region Timing functions */
1019
+ /* #endregion */
1020
+ /* #region Inline components */
1021
+ /* #endregion */
1015
1022
  .adyen-kyc-typography {
1016
1023
  color: var(--adyen-sdk-color-label-primary, #00112c);
1017
1024
  font-family: var(--adyen-sdk-text-body-font-family, Inter, Roboto, Oxygen, 'Open Sans', 'Helvetica Neue', Arial, sans-serif);
@@ -1140,6 +1147,7 @@ button[disabled]:hover {
1140
1147
  padding-left: var(--adyen-sdk-spacer-090, 24px);
1141
1148
  position: relative;
1142
1149
  user-select: none;
1150
+ width: calc(100% - 32px); /* leaves space for the error icon */
1143
1151
  }
1144
1152
  .adyen-kyc-checkbox__helper-text {
1145
1153
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
@@ -1852,7 +1860,13 @@ button[disabled]:hover {
1852
1860
 
1853
1861
  .adyen-kyc-list--ordered {
1854
1862
  list-style-type: decimal;
1855
- }.adyen-kyc-search-address {
1863
+ }fieldset {
1864
+ border: none;
1865
+ padding: 0;
1866
+ margin: 0;
1867
+ }
1868
+
1869
+ .adyen-kyc-search-address {
1856
1870
  display: flex;
1857
1871
  flex-direction: column;
1858
1872
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
@@ -1943,43 +1957,7 @@ button[disabled]:hover {
1943
1957
  height: auto !important;
1944
1958
  }
1945
1959
 
1946
- /* stylelint-enable selector-class-pattern */.adyen-kyc-loading-input__form {
1947
- opacity: 1;
1948
- }
1949
- .adyen-kyc-loading-input__form--loading-opacity0 {
1950
- opacity: 0;
1951
- }
1952
- .adyen-kyc-loading-input__form--loading-opacity0-1 {
1953
- opacity: 0.1;
1954
- }
1955
- .adyen-kyc-loading-input__form--loading-opacity0-2 {
1956
- opacity: 0.2;
1957
- }
1958
- .adyen-kyc-loading-input__form--loading-opacity0-3 {
1959
- opacity: 0.3;
1960
- }
1961
- .adyen-kyc-loading-input__form--loading-opacity0-4 {
1962
- opacity: 0.4;
1963
- }
1964
- .adyen-kyc-loading-input__form--loading-opacity0-5 {
1965
- opacity: 0.5;
1966
- }
1967
- .adyen-kyc-loading-input__form--loading-opacity0-6 {
1968
- opacity: 0.6;
1969
- }
1970
- .adyen-kyc-loading-input__form--loading-opacity0-7 {
1971
- opacity: 0.7;
1972
- }
1973
- .adyen-kyc-loading-input__form--loading-opacity0-8 {
1974
- opacity: 0.8;
1975
- }
1976
- .adyen-kyc-loading-input__form--loading-opacity0-9 {
1977
- opacity: 0.9;
1978
- }
1979
- .adyen-kyc-loading-input__form--loading-opacity1 {
1980
- opacity: 1;
1981
- }
1982
- .adyen-kyc-loading-input__loader {
1960
+ /* stylelint-enable selector-class-pattern */.adyen-kyc-loader-wrapper-loader {
1983
1961
  display: none;
1984
1962
  height: 100%;
1985
1963
  left: 0;
@@ -1988,7 +1966,8 @@ button[disabled]:hover {
1988
1966
  width: 100%;
1989
1967
  z-index: 1;
1990
1968
  }
1991
- .adyen-kyc-loading-input__loader--active {
1969
+
1970
+ .adyen-kyc-loader-wrapper-loader-active {
1992
1971
  display: block;
1993
1972
  }.adyen-kyc-id-verification-method__guidance {
1994
1973
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
@@ -2151,6 +2130,22 @@ button[disabled]:hover {
2151
2130
  to {
2152
2131
  opacity: 1;
2153
2132
  }
2133
+ }.adyen-kyc-check-guidance {
2134
+ margin: var(--adyen-sdk-spacer-090, 24px) 0 var(--adyen-sdk-spacer-030, 6px);
2135
+ }
2136
+ .adyen-kyc-check-guidance__image {
2137
+ width: 100%;
2138
+ }
2139
+ .adyen-kyc-check-guidance__image--annotated {
2140
+ position: absolute;
2141
+ }
2142
+ .adyen-kyc-check-guidance__image--inactive {
2143
+ opacity: 0;
2144
+ transition: opacity 0.4s;
2145
+ }
2146
+ .adyen-kyc-check-guidance .adyen-kyc-us-check-account-number,
2147
+ .adyen-kyc-check-guidance .adyen-kyc-us-check-routing-number {
2148
+ fill: var(--adyen-sdk-color-label-highlight, #0070f5);
2154
2149
  }/* #region Borders */
2155
2150
  /* #endregion */
2156
2151
  /* #region Z-index */
@@ -2267,7 +2262,6 @@ button[disabled]:hover {
2267
2262
  }.adyen-kyc-verified-business-card {
2268
2263
  display: flex;
2269
2264
  flex-direction: column;
2270
- gap: var(--adyen-sdk-spacer-080, 20px);
2271
2265
  background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
2272
2266
  padding: var(--adyen-sdk-spacer-080, 20px) var(--adyen-sdk-spacer-090, 24px);
2273
2267
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
@@ -2279,7 +2273,24 @@ button[disabled]:hover {
2279
2273
  .adyen-kyc-verified-business-card__address a {
2280
2274
  color: var(--adyen-sdk-color-label-primary, #00112c);
2281
2275
  }
2282
- .adyen-kyc-verified-business-card__button {
2276
+ .adyen-kyc-verified-business-card__content {
2277
+ display: flex;
2278
+ flex-direction: column;
2279
+ gap: var(--adyen-sdk-spacer-080, 20px);
2280
+ margin-bottom: var(--adyen-sdk-spacer-080, 20px);
2281
+ transition: max-height 0.5s ease, padding-left 0.35s ease, opacity 0.35s ease;
2282
+ }
2283
+ .adyen-kyc-verified-business-card__content--collapsed {
2284
+ overflow: hidden;
2285
+ max-height: 0;
2286
+ opacity: 0;
2287
+ margin: 0;
2288
+ padding-left: var(--adyen-sdk-spacer-080, 20px);
2289
+ }
2290
+ .adyen-kyc-verified-business-card__content--expanded {
2291
+ max-height: 480px;
2292
+ }
2293
+ .adyen-kyc-verified-business-card__expand-button {
2283
2294
  display: flex;
2284
2295
  flex-direction: row;
2285
2296
  justify-content: flex-start;
@@ -2298,28 +2309,33 @@ button[disabled]:hover {
2298
2309
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
2299
2310
  margin: var(--adyen-sdk-spacer-000, 0px);
2300
2311
  }
2301
- .adyen-kyc-structured-list__list-item {
2312
+
2313
+ .adyen-kyc-structured-list-list-item {
2302
2314
  display: flex;
2303
2315
  flex-direction: column;
2304
2316
  }
2305
- .adyen-layout-md .adyen-kyc-structured-list__list-item {
2317
+ .adyen-layout-md .adyen-kyc-structured-list-list-item {
2306
2318
  flex-direction: row;
2307
2319
  align-items: center;
2308
2320
  }
2309
- .adyen-kyc-structured-list__list-item:not(:last-of-type) {
2321
+
2322
+ .adyen-kyc-structured-list-list-item:not(:last-of-type) {
2310
2323
  margin-bottom: var(--adyen-sdk-spacer-060, 12px);
2311
2324
  }
2312
- .adyen-kyc-structured-list__label {
2325
+
2326
+ .adyen-kyc-structured-list-label {
2313
2327
  flex: 1;
2314
2328
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
2329
+ margin: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px);
2315
2330
  }
2316
- .adyen-kyc-structured-list__value {
2331
+
2332
+ .adyen-kyc-structured-list-value {
2317
2333
  flex: 1;
2318
2334
  color: var(--adyen-sdk-color-label-primary, #00112c);
2319
2335
  margin: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px);
2320
2336
  overflow-x: auto;
2321
2337
  }
2322
- .adyen-layout-md .adyen-kyc-structured-list__value {
2338
+ .adyen-layout-md .adyen-kyc-structured-list-value {
2323
2339
  margin: var(--adyen-sdk-spacer-000, 0px);
2324
2340
  }.adyen-kyc-basic-information {
2325
2341
  display: flex;
@@ -2580,7 +2596,7 @@ button[disabled]:hover {
2580
2596
  max-height: 640px;
2581
2597
  }
2582
2598
  @media screen and (max-width: 480px) {
2583
- .adyen-kyc-modal {
2599
+ .adyen-kyc-modal:not(.adyen-kyc-modal--small) {
2584
2600
  width: 100%;
2585
2601
  height: 100%;
2586
2602
  max-width: 100%;
@@ -2588,6 +2604,10 @@ button[disabled]:hover {
2588
2604
  margin: 0;
2589
2605
  border-radius: 0;
2590
2606
  }
2607
+ .adyen-kyc-modal:not(.adyen-kyc-modal--small) > .adyen-kyc-modal__wrapper {
2608
+ --adyen-kyc-modal-internal-margin: 0px;
2609
+ border-radius: 0;
2610
+ }
2591
2611
  }
2592
2612
 
2593
2613
  .adyen-kyc-modal__wrapper {
@@ -2601,12 +2621,6 @@ button[disabled]:hover {
2601
2621
  height: calc(100% - var(--adyen-kyc-modal-internal-margin) * 2);
2602
2622
  --adyen-kyc-modal-footer-height: 62px;
2603
2623
  }
2604
- @media screen and (max-width: 480px) {
2605
- .adyen-kyc-modal__wrapper {
2606
- --adyen-kyc-modal-internal-margin: 0px;
2607
- border-radius: 0;
2608
- }
2609
- }
2610
2624
 
2611
2625
  .adyen-kyc-modal__main {
2612
2626
  display: inline-grid;
@@ -2683,7 +2697,8 @@ button[disabled]:hover {
2683
2697
  padding-left: var(--adyen-sdk-spacer-140, 64px);
2684
2698
  }
2685
2699
 
2686
- .adyen-kyc-modal-button-blur {
2700
+ .adyen-kyc-modal-button {
2701
+ z-index: 100;
2687
2702
  backdrop-filter: blur(2px);
2688
2703
  }/* #region Borders */
2689
2704
  /* #endregion */
@@ -2760,6 +2775,7 @@ button[disabled]:hover {
2760
2775
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
2761
2776
  -webkit-font-smoothing: antialiased;
2762
2777
  -moz-osx-font-smoothing: grayscale;
2778
+ padding: var(--adyen-sdk-spacer-100, 32px);
2763
2779
  background: var(--adyen-sdk-color-background-primary, #ffffff);
2764
2780
  display: flex;
2765
2781
  flex-direction: column;
@@ -2773,6 +2789,9 @@ button[disabled]:hover {
2773
2789
  .adyen-kyc-dropin *::after {
2774
2790
  box-sizing: border-box;
2775
2791
  }
2792
+ .adyen-layout-xs-only .adyen-kyc-dropin {
2793
+ padding: var(--adyen-sdk-spacer-040, 8px);
2794
+ }
2776
2795
  .adyen-kyc-dropin-container {
2777
2796
  position: relative;
2778
2797
  min-height: 480px;
@@ -2808,6 +2827,10 @@ button[disabled]:hover {
2808
2827
  .adyen-kyc-dropin__main {
2809
2828
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
2810
2829
  width: 100%;
2830
+ }
2831
+
2832
+ .adyen-kyc-modal-content {
2833
+ height: 100%;
2811
2834
  }.adyen-kyc-embedded-action-bar {
2812
2835
  display: flex;
2813
2836
  justify-content: space-between;
@@ -2831,12 +2854,8 @@ button[disabled]:hover {
2831
2854
  /* #endregion */
2832
2855
  /* #region Inline components */
2833
2856
  /* #endregion */
2834
- .adyen-kyc-loading-input__form .adyen-kyc-form-navigation {
2835
- width: 100%;
2836
- }
2837
-
2838
2857
  .adyen-kyc-form-navigation {
2839
- width: 27%;
2858
+ width: 100%;
2840
2859
  }
2841
2860
  .adyen-layout-xs-only .adyen-kyc-form-navigation .adyen-kyc-form-navigation__item {
2842
2861
  display: none;
@@ -3934,24 +3953,47 @@ button[disabled]:hover {
3934
3953
  }
3935
3954
  .adyen-kyc-signer-card__name {
3936
3955
  flex-grow: 1;
3956
+ }.adyen-kyc-splashscreen {
3957
+ height: 100%;
3958
+ display: flex;
3959
+ flex-direction: column;
3960
+ justify-content: center;
3961
+ align-items: center;
3962
+ gap: var(--adyen-sdk-spacer-080, 20px);
3963
+ }
3964
+
3965
+ .adyen-kyc-splashscreen > * {
3966
+ max-width: 65%;
3967
+ text-align: center;
3968
+ }.adyen-kyc-outlined-icon {
3969
+ width: 1.75em;
3970
+ height: 1.75em;
3971
+ border-radius: 50%;
3972
+ display: flex;
3973
+ align-items: center;
3974
+ justify-content: center;
3975
+ line-height: 1;
3976
+ color: var(--adyen-sdk-color-label-on-color, #ffffff);
3977
+ background-color: var(--adyen-sdk-color-background-success-strong, #07893c);
3978
+ outline: 0.5em solid var(--adyen-sdk-color-background-success-weak, #edfaf3);
3937
3979
  }.adyen-kyc-skeleton {
3938
3980
  width: 100%;
3939
3981
  height: 100%;
3940
3982
  background-color: var(--adyen-sdk-color-outline-secondary, #c9cdd3);
3941
3983
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
3942
- animation: 2s ease-in-out 0.5s infinite normal none running skeleton;
3984
+ animation: 2s ease-in-out 0.5s infinite normal none running adyen-kyc-skeleton;
3943
3985
  }
3944
3986
 
3945
- .adyen-kyc-skeleton__circle {
3987
+ .adyen-kyc-skeleton-circle {
3946
3988
  border-radius: 50%;
3947
3989
  }
3948
3990
 
3949
- .adyen-kyc-skeleton__text {
3991
+ .adyen-kyc-skeleton-text {
3950
3992
  height: 1em !important;
3951
3993
  margin: 0.2em 0 !important;
3952
3994
  }
3953
3995
 
3954
- @keyframes skeleton {
3996
+ @keyframes adyen-kyc-skeleton {
3955
3997
  0% {
3956
3998
  opacity: 1;
3957
3999
  }
@@ -3986,23 +4028,27 @@ button[disabled]:hover {
3986
4028
  text-align: left;
3987
4029
  padding: var(--adyen-sdk-spacer-040, 8px);
3988
4030
  }
3989
- .adyen-kyc-embedded-status--loading {
4031
+
4032
+ .adyen-kyc-embedded-status-loading {
3990
4033
  cursor: default;
3991
4034
  }
3992
- .adyen-kyc-embedded-status--loading .adyen-kyc-embedded-status__avatar {
4035
+
4036
+ .adyen-kyc-embedded-status-loading .adyen-kyc-embedded-status-avatar {
3993
4037
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
3994
4038
  border: none;
3995
4039
  }
3996
- .adyen-kyc-embedded-status--light .adyen-kyc-embedded-status__avatar {
4040
+
4041
+ .adyen-kyc-embedded-status-light .adyen-kyc-embedded-status-avatar {
3997
4042
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
3998
4043
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
3999
4044
  color: var(--adyen-sdk-color-label-primary, #00112c);
4000
4045
  }
4001
- .adyen-kyc-embedded-status:hover:not(.adyen-kyc-embedded-status--loading) {
4046
+
4047
+ .adyen-kyc-embedded-status:hover:not(.adyen-kyc-embedded-status-loading) {
4002
4048
  background-color: var(--adyen-sdk-color-background-secondary, #f7f7f8);
4003
4049
  }
4004
4050
 
4005
- .adyen-kyc-embedded-status__avatar {
4051
+ .adyen-kyc-embedded-status-avatar {
4006
4052
  display: flex;
4007
4053
  justify-content: center;
4008
4054
  align-items: center;
@@ -4012,11 +4058,11 @@ button[disabled]:hover {
4012
4058
  color: var(--adyen-sdk-color-label-inverse-primary, #ffffff);
4013
4059
  background-color: var(--adyen-sdk-color-background-inverse-primary, #00112c);
4014
4060
  }
4015
- .adyen-kyc-embedded-status__avatar .adyen-kyc-embedded-status__icon svg {
4061
+ .adyen-kyc-embedded-status-avatar .adyen-kyc-embedded-status-icon svg {
4016
4062
  height: 100%;
4017
4063
  }
4018
4064
 
4019
- .adyen-kyc-embedded-status__info {
4065
+ .adyen-kyc-embedded-status-info {
4020
4066
  display: flex;
4021
4067
  flex-direction: column;
4022
4068
  flex: 1;
@@ -4046,14 +4092,18 @@ button[disabled]:hover {
4046
4092
  flex-direction: column;
4047
4093
  align-items: center;
4048
4094
  width: 100%;
4049
- }.adyen-kyc-manage-ti-overview-item-summary__error {
4095
+ }.adyen-kyc-manage-ti-overview-item-summary {
4096
+ margin: var(--adyen-sdk-spacer-060, 12px);
4097
+ }
4098
+ .adyen-kyc-manage-ti-overview-item-summary__header {
4099
+ margin-left: var(--adyen-sdk-spacer-060, 12px);
4100
+ }
4101
+ .adyen-kyc-manage-ti-overview-item-summary__error {
4050
4102
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
4051
4103
  }
4052
-
4053
4104
  .adyen-kyc-manage-ti-overview-item-summary__card:not(:last-of-type) {
4054
4105
  margin-bottom: var(--adyen-sdk-spacer-060, 12px);
4055
4106
  }
4056
-
4057
4107
  .adyen-kyc-manage-ti-overview-item-summary__error-button {
4058
4108
  padding-left: 0;
4059
4109
  }.adyen-kyc__high-exposure-company .adyen-kyc-typography--title-l,
@@ -4109,571 +4159,8 @@ button[disabled]:hover {
4109
4159
  .adyen-view-verification-status__button {
4110
4160
  font-size: var(--adyen-sdk-text-body-font-size, 14px);
4111
4161
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
4112
- }/* #region Borders */
4113
- /* #endregion */
4114
- /* #region Z-index */
4115
- /* #endregion */
4116
- /* #region Timing functions */
4117
- /* #endregion */
4118
- /* #region Inline components */
4119
- /* #endregion */
4120
- .adyen-kyc-u-display-flex {
4121
- display: flex !important;
4122
- }
4123
-
4124
- .adyen-kyc-u-display-inline-flex {
4125
- display: inline-flex !important;
4126
- }
4127
-
4128
- .adyen-kyc-u-flex-direction-row {
4129
- flex-direction: row !important;
4130
- }
4131
-
4132
- .adyen-kyc-u-flex-direction-row-reverse {
4133
- flex-direction: row-reverse !important;
4134
- }
4135
-
4136
- .adyen-kyc-u-flex-direction-column {
4137
- flex-direction: column !important;
4138
- }
4139
-
4140
- .adyen-kyc-u-flex-direction-column-reverse {
4141
- flex-direction: column-reverse !important;
4142
- }
4143
-
4144
- .adyen-kyc-u-flex-wrap-wrap {
4145
- flex-wrap: wrap !important;
4146
- }
4147
-
4148
- .adyen-kyc-u-flex-wrap-nowrap {
4149
- flex-wrap: nowrap !important;
4150
- }
4151
-
4152
- .adyen-kyc-u-align-items-start {
4153
- align-items: start !important;
4154
- }
4155
-
4156
- .adyen-kyc-u-align-items-flex-start {
4157
- align-items: flex-start !important;
4158
- }
4159
-
4160
- .adyen-kyc-u-align-items-flex-end {
4161
- align-items: flex-end !important;
4162
- }
4163
-
4164
- .adyen-kyc-u-align-items-center {
4165
- align-items: center !important;
4166
- }
4167
-
4168
- .adyen-kyc-u-align-items-stretch {
4169
- align-items: stretch !important;
4170
- }
4171
-
4172
- .adyen-kyc-u-align-items-baseline {
4173
- align-items: baseline !important;
4174
- }
4175
-
4176
- .adyen-kyc-u-align-items-end {
4177
- align-items: end !important;
4178
- }
4179
-
4180
- .adyen-kyc-u-justify-content-center {
4181
- justify-content: center !important;
4182
- }
4183
-
4184
- .adyen-kyc-u-justify-content-flex-start {
4185
- justify-content: flex-start !important;
4186
- }
4187
-
4188
- .adyen-kyc-u-justify-content-flex-end {
4189
- justify-content: flex-end !important;
4190
- }
4191
-
4192
- .adyen-kyc-u-justify-content-start {
4193
- justify-content: start !important;
4194
- }
4195
-
4196
- .adyen-kyc-u-justify-content-end {
4197
- justify-content: end !important;
4198
- }
4199
-
4200
- .adyen-kyc-u-justify-content-left {
4201
- justify-content: left !important;
4202
- }
4203
-
4204
- .adyen-kyc-u-justify-content-right {
4205
- justify-content: right !important;
4206
- }
4207
-
4208
- .adyen-kyc-u-justify-content-space-between {
4209
- justify-content: space-between !important;
4210
- }
4211
-
4212
- .adyen-kyc-u-justify-content-space-around {
4213
- justify-content: space-around !important;
4214
- }
4215
-
4216
- .adyen-kyc-u-justify-content-space-evenly {
4217
- justify-content: space-evenly !important;
4218
- }
4219
-
4220
- .adyen-kyc-u-justify-content-stretch {
4221
- justify-content: stretch !important;
4222
- }
4223
-
4224
- .adyen-kyc-u-flex-1 {
4225
- flex: 1 !important;
4226
- }
4227
-
4228
- .adyen-kyc-u-flex-2 {
4229
- flex: 2 !important;
4230
- }
4231
-
4232
- .adyen-kyc-u-flex-3 {
4233
- flex: 3 !important;
4234
- }
4235
-
4236
- .adyen-kyc-u-flex-4 {
4237
- flex: 4 !important;
4238
- }
4239
-
4240
- .adyen-kyc-u-width-full {
4241
- width: 100% !important;
4242
- }
4243
-
4244
- .adyen-kyc-u-margin-auto {
4245
- margin: auto !important;
4246
- }
4247
-
4248
- .adyen-kyc-u-margin-bottom-auto {
4249
- margin-bottom: auto !important;
4250
- }
4251
-
4252
- .adyen-kyc-u-margin-left-auto {
4253
- margin-left: auto !important;
4254
- }
4255
-
4256
- .adyen-kyc-u-margin-right-auto {
4257
- margin-right: auto !important;
4258
- }
4259
-
4260
- .adyen-kyc-u-margin-top-auto {
4261
- margin-top: auto !important;
4262
- }
4263
-
4264
- .adyen-kyc-u-margin-x-auto {
4265
- margin-left: auto !important;
4266
- margin-right: auto !important;
4267
- }
4268
-
4269
- .adyen-kyc-u-margin-y-auto {
4270
- margin-bottom: auto !important;
4271
- margin-top: auto !important;
4272
- }
4273
-
4274
- .adyen-kyc-u-margin-0 {
4275
- margin: var(--adyen-sdk-spacer-000, 0px) !important;
4276
- }
4277
-
4278
- .adyen-kyc-u-margin-bottom-0 {
4279
- margin-bottom: var(--adyen-sdk-spacer-000, 0px) !important;
4280
- }
4281
-
4282
- .adyen-kyc-u-margin-left-0 {
4283
- margin-left: var(--adyen-sdk-spacer-000, 0px) !important;
4284
- }
4285
-
4286
- .adyen-kyc-u-margin-right-0 {
4287
- margin-right: var(--adyen-sdk-spacer-000, 0px) !important;
4288
- }
4289
-
4290
- .adyen-kyc-u-margin-top-0 {
4291
- margin-top: var(--adyen-sdk-spacer-000, 0px) !important;
4292
- }
4293
-
4294
- .adyen-kyc-u-margin-x-0 {
4295
- margin-left: var(--adyen-sdk-spacer-000, 0px) !important;
4296
- margin-right: var(--adyen-sdk-spacer-000, 0px) !important;
4297
- }
4298
-
4299
- .adyen-kyc-u-margin-y-0 {
4300
- margin-bottom: var(--adyen-sdk-spacer-000, 0px) !important;
4301
- margin-top: var(--adyen-sdk-spacer-000, 0px) !important;
4302
- }
4303
-
4304
- .adyen-kyc-u-margin-2 {
4305
- margin: var(--adyen-sdk-spacer-010, 2px) !important;
4306
- }
4307
-
4308
- .adyen-kyc-u-margin-bottom-2 {
4309
- margin-bottom: var(--adyen-sdk-spacer-010, 2px) !important;
4310
- }
4311
-
4312
- .adyen-kyc-u-margin-left-2 {
4313
- margin-left: var(--adyen-sdk-spacer-010, 2px) !important;
4314
- }
4315
-
4316
- .adyen-kyc-u-margin-right-2 {
4317
- margin-right: var(--adyen-sdk-spacer-010, 2px) !important;
4318
- }
4319
-
4320
- .adyen-kyc-u-margin-top-2 {
4321
- margin-top: var(--adyen-sdk-spacer-010, 2px) !important;
4322
- }
4323
-
4324
- .adyen-kyc-u-margin-x-2 {
4325
- margin-left: var(--adyen-sdk-spacer-010, 2px) !important;
4326
- margin-right: var(--adyen-sdk-spacer-010, 2px) !important;
4327
- }
4328
-
4329
- .adyen-kyc-u-margin-y-2 {
4330
- margin-bottom: var(--adyen-sdk-spacer-010, 2px) !important;
4331
- margin-top: var(--adyen-sdk-spacer-010, 2px) !important;
4332
- }
4333
-
4334
- .adyen-kyc-u-margin-4 {
4335
- margin: var(--adyen-sdk-spacer-020, 4px) !important;
4336
- }
4337
-
4338
- .adyen-kyc-u-margin-bottom-4 {
4339
- margin-bottom: var(--adyen-sdk-spacer-020, 4px) !important;
4340
- }
4341
-
4342
- .adyen-kyc-u-margin-left-4 {
4343
- margin-left: var(--adyen-sdk-spacer-020, 4px) !important;
4344
- }
4345
-
4346
- .adyen-kyc-u-margin-right-4 {
4347
- margin-right: var(--adyen-sdk-spacer-020, 4px) !important;
4348
- }
4349
-
4350
- .adyen-kyc-u-margin-top-4 {
4351
- margin-top: var(--adyen-sdk-spacer-020, 4px) !important;
4352
- }
4353
-
4354
- .adyen-kyc-u-margin-x-4 {
4355
- margin-left: var(--adyen-sdk-spacer-020, 4px) !important;
4356
- margin-right: var(--adyen-sdk-spacer-020, 4px) !important;
4357
- }
4358
-
4359
- .adyen-kyc-u-margin-y-4 {
4360
- margin-bottom: var(--adyen-sdk-spacer-020, 4px) !important;
4361
- margin-top: var(--adyen-sdk-spacer-020, 4px) !important;
4362
- }
4363
-
4364
- .adyen-kyc-u-margin-6 {
4365
- margin: var(--adyen-sdk-spacer-030, 6px) !important;
4366
- }
4367
-
4368
- .adyen-kyc-u-margin-bottom-6 {
4369
- margin-bottom: var(--adyen-sdk-spacer-030, 6px) !important;
4370
- }
4371
-
4372
- .adyen-kyc-u-margin-left-6 {
4373
- margin-left: var(--adyen-sdk-spacer-030, 6px) !important;
4374
- }
4375
-
4376
- .adyen-kyc-u-margin-right-6 {
4377
- margin-right: var(--adyen-sdk-spacer-030, 6px) !important;
4378
- }
4379
-
4380
- .adyen-kyc-u-margin-top-6 {
4381
- margin-top: var(--adyen-sdk-spacer-030, 6px) !important;
4382
- }
4383
-
4384
- .adyen-kyc-u-margin-x-6 {
4385
- margin-left: var(--adyen-sdk-spacer-030, 6px) !important;
4386
- margin-right: var(--adyen-sdk-spacer-030, 6px) !important;
4387
- }
4388
-
4389
- .adyen-kyc-u-margin-y-6 {
4390
- margin-bottom: var(--adyen-sdk-spacer-030, 6px) !important;
4391
- margin-top: var(--adyen-sdk-spacer-030, 6px) !important;
4392
- }
4393
-
4394
- .adyen-kyc-u-margin-8 {
4395
- margin: var(--adyen-sdk-spacer-040, 8px) !important;
4396
- }
4397
-
4398
- .adyen-kyc-u-margin-bottom-8 {
4399
- margin-bottom: var(--adyen-sdk-spacer-040, 8px) !important;
4400
- }
4401
-
4402
- .adyen-kyc-u-margin-left-8 {
4403
- margin-left: var(--adyen-sdk-spacer-040, 8px) !important;
4404
- }
4405
-
4406
- .adyen-kyc-u-margin-right-8 {
4407
- margin-right: var(--adyen-sdk-spacer-040, 8px) !important;
4408
- }
4409
-
4410
- .adyen-kyc-u-margin-top-8 {
4411
- margin-top: var(--adyen-sdk-spacer-040, 8px) !important;
4412
- }
4413
-
4414
- .adyen-kyc-u-margin-x-8 {
4415
- margin-left: var(--adyen-sdk-spacer-040, 8px) !important;
4416
- margin-right: var(--adyen-sdk-spacer-040, 8px) !important;
4417
- }
4418
-
4419
- .adyen-kyc-u-margin-y-8 {
4420
- margin-bottom: var(--adyen-sdk-spacer-040, 8px) !important;
4421
- margin-top: var(--adyen-sdk-spacer-040, 8px) !important;
4422
- }
4423
-
4424
- .adyen-kyc-u-margin-10 {
4425
- margin: var(--adyen-sdk-spacer-050, 10px) !important;
4426
- }
4427
-
4428
- .adyen-kyc-u-margin-bottom-10 {
4429
- margin-bottom: var(--adyen-sdk-spacer-050, 10px) !important;
4430
- }
4431
-
4432
- .adyen-kyc-u-margin-left-10 {
4433
- margin-left: var(--adyen-sdk-spacer-050, 10px) !important;
4434
- }
4435
-
4436
- .adyen-kyc-u-margin-right-10 {
4437
- margin-right: var(--adyen-sdk-spacer-050, 10px) !important;
4438
- }
4439
-
4440
- .adyen-kyc-u-margin-top-10 {
4441
- margin-top: var(--adyen-sdk-spacer-050, 10px) !important;
4442
- }
4443
-
4444
- .adyen-kyc-u-margin-x-10 {
4445
- margin-left: var(--adyen-sdk-spacer-050, 10px) !important;
4446
- margin-right: var(--adyen-sdk-spacer-050, 10px) !important;
4447
- }
4448
-
4449
- .adyen-kyc-u-margin-y-10 {
4450
- margin-bottom: var(--adyen-sdk-spacer-050, 10px) !important;
4451
- margin-top: var(--adyen-sdk-spacer-050, 10px) !important;
4452
- }
4453
-
4454
- .adyen-kyc-u-margin-12 {
4455
- margin: var(--adyen-sdk-spacer-060, 12px) !important;
4456
- }
4457
-
4458
- .adyen-kyc-u-margin-bottom-12 {
4459
- margin-bottom: var(--adyen-sdk-spacer-060, 12px) !important;
4460
- }
4461
-
4462
- .adyen-kyc-u-margin-left-12 {
4463
- margin-left: var(--adyen-sdk-spacer-060, 12px) !important;
4464
- }
4465
-
4466
- .adyen-kyc-u-margin-right-12 {
4467
- margin-right: var(--adyen-sdk-spacer-060, 12px) !important;
4468
- }
4469
-
4470
- .adyen-kyc-u-margin-top-12 {
4471
- margin-top: var(--adyen-sdk-spacer-060, 12px) !important;
4472
- }
4473
-
4474
- .adyen-kyc-u-margin-x-12 {
4475
- margin-left: var(--adyen-sdk-spacer-060, 12px) !important;
4476
- margin-right: var(--adyen-sdk-spacer-060, 12px) !important;
4477
- }
4478
-
4479
- .adyen-kyc-u-margin-y-12 {
4480
- margin-bottom: var(--adyen-sdk-spacer-060, 12px) !important;
4481
- margin-top: var(--adyen-sdk-spacer-060, 12px) !important;
4482
- }
4483
-
4484
- .adyen-kyc-u-margin-16 {
4485
- margin: var(--adyen-sdk-spacer-070, 16px) !important;
4486
- }
4487
-
4488
- .adyen-kyc-u-margin-bottom-16 {
4489
- margin-bottom: var(--adyen-sdk-spacer-070, 16px) !important;
4490
- }
4491
-
4492
- .adyen-kyc-u-margin-left-16 {
4493
- margin-left: var(--adyen-sdk-spacer-070, 16px) !important;
4494
- }
4495
-
4496
- .adyen-kyc-u-margin-right-16 {
4497
- margin-right: var(--adyen-sdk-spacer-070, 16px) !important;
4498
- }
4499
-
4500
- .adyen-kyc-u-margin-top-16 {
4501
- margin-top: var(--adyen-sdk-spacer-070, 16px) !important;
4502
- }
4503
-
4504
- .adyen-kyc-u-margin-x-16 {
4505
- margin-left: var(--adyen-sdk-spacer-070, 16px) !important;
4506
- margin-right: var(--adyen-sdk-spacer-070, 16px) !important;
4507
- }
4508
-
4509
- .adyen-kyc-u-margin-y-16 {
4510
- margin-bottom: var(--adyen-sdk-spacer-070, 16px) !important;
4511
- margin-top: var(--adyen-sdk-spacer-070, 16px) !important;
4512
- }
4513
-
4514
- .adyen-kyc-u-margin-20 {
4515
- margin: var(--adyen-sdk-spacer-080, 20px) !important;
4516
- }
4517
-
4518
- .adyen-kyc-u-margin-bottom-20 {
4519
- margin-bottom: var(--adyen-sdk-spacer-080, 20px) !important;
4520
- }
4521
-
4522
- .adyen-kyc-u-margin-left-20 {
4523
- margin-left: var(--adyen-sdk-spacer-080, 20px) !important;
4524
- }
4525
-
4526
- .adyen-kyc-u-margin-right-20 {
4527
- margin-right: var(--adyen-sdk-spacer-080, 20px) !important;
4528
- }
4529
-
4530
- .adyen-kyc-u-margin-top-20 {
4531
- margin-top: var(--adyen-sdk-spacer-080, 20px) !important;
4532
- }
4533
-
4534
- .adyen-kyc-u-margin-x-20 {
4535
- margin-left: var(--adyen-sdk-spacer-080, 20px) !important;
4536
- margin-right: var(--adyen-sdk-spacer-080, 20px) !important;
4537
- }
4538
-
4539
- .adyen-kyc-u-margin-y-20 {
4540
- margin-bottom: var(--adyen-sdk-spacer-080, 20px) !important;
4541
- margin-top: var(--adyen-sdk-spacer-080, 20px) !important;
4542
- }
4543
-
4544
- .adyen-kyc-u-margin-24 {
4545
- margin: var(--adyen-sdk-spacer-090, 24px) !important;
4546
- }
4547
-
4548
- .adyen-kyc-u-margin-bottom-24 {
4549
- margin-bottom: var(--adyen-sdk-spacer-090, 24px) !important;
4550
- }
4551
-
4552
- .adyen-kyc-u-margin-left-24 {
4553
- margin-left: var(--adyen-sdk-spacer-090, 24px) !important;
4554
- }
4555
-
4556
- .adyen-kyc-u-margin-right-24 {
4557
- margin-right: var(--adyen-sdk-spacer-090, 24px) !important;
4558
- }
4559
-
4560
- .adyen-kyc-u-margin-top-24 {
4561
- margin-top: var(--adyen-sdk-spacer-090, 24px) !important;
4562
- }
4563
-
4564
- .adyen-kyc-u-margin-x-24 {
4565
- margin-left: var(--adyen-sdk-spacer-090, 24px) !important;
4566
- margin-right: var(--adyen-sdk-spacer-090, 24px) !important;
4567
- }
4568
-
4569
- .adyen-kyc-u-margin-y-24 {
4570
- margin-bottom: var(--adyen-sdk-spacer-090, 24px) !important;
4571
- margin-top: var(--adyen-sdk-spacer-090, 24px) !important;
4572
- }
4573
-
4574
- .adyen-kyc-u-margin-32 {
4575
- margin: var(--adyen-sdk-spacer-100, 32px) !important;
4576
- }
4577
-
4578
- .adyen-kyc-u-margin-bottom-32 {
4579
- margin-bottom: var(--adyen-sdk-spacer-100, 32px) !important;
4580
- }
4581
-
4582
- .adyen-kyc-u-margin-left-32 {
4583
- margin-left: var(--adyen-sdk-spacer-100, 32px) !important;
4584
- }
4585
-
4586
- .adyen-kyc-u-margin-right-32 {
4587
- margin-right: var(--adyen-sdk-spacer-100, 32px) !important;
4588
- }
4589
-
4590
- .adyen-kyc-u-margin-top-32 {
4591
- margin-top: var(--adyen-sdk-spacer-100, 32px) !important;
4592
- }
4593
-
4594
- .adyen-kyc-u-margin-x-32 {
4595
- margin-left: var(--adyen-sdk-spacer-100, 32px) !important;
4596
- margin-right: var(--adyen-sdk-spacer-100, 32px) !important;
4597
- }
4598
-
4599
- .adyen-kyc-u-margin-y-32 {
4600
- margin-bottom: var(--adyen-sdk-spacer-100, 32px) !important;
4601
- margin-top: var(--adyen-sdk-spacer-100, 32px) !important;
4602
- }
4603
-
4604
- .adyen-kyc-u-margin-40 {
4605
- margin: var(--adyen-sdk-spacer-110, 40px) !important;
4606
- }
4607
-
4608
- .adyen-kyc-u-margin-bottom-40 {
4609
- margin-bottom: var(--adyen-sdk-spacer-110, 40px) !important;
4610
- }
4611
-
4612
- .adyen-kyc-u-margin-left-40 {
4613
- margin-left: var(--adyen-sdk-spacer-110, 40px) !important;
4614
- }
4615
-
4616
- .adyen-kyc-u-margin-right-40 {
4617
- margin-right: var(--adyen-sdk-spacer-110, 40px) !important;
4618
- }
4619
-
4620
- .adyen-kyc-u-margin-top-40 {
4621
- margin-top: var(--adyen-sdk-spacer-110, 40px) !important;
4622
- }
4623
-
4624
- .adyen-kyc-u-margin-x-40 {
4625
- margin-left: var(--adyen-sdk-spacer-110, 40px) !important;
4626
- margin-right: var(--adyen-sdk-spacer-110, 40px) !important;
4627
- }
4628
-
4629
- .adyen-kyc-u-margin-y-40 {
4630
- margin-bottom: var(--adyen-sdk-spacer-110, 40px) !important;
4631
- margin-top: var(--adyen-sdk-spacer-110, 40px) !important;
4632
- }
4633
-
4634
- .adyen-kyc-u-margin-48 {
4635
- margin: var(--adyen-sdk-spacer-120, 48px) !important;
4636
- }
4637
-
4638
- .adyen-kyc-u-margin-bottom-48 {
4639
- margin-bottom: var(--adyen-sdk-spacer-120, 48px) !important;
4640
- }
4641
-
4642
- .adyen-kyc-u-margin-left-48 {
4643
- margin-left: var(--adyen-sdk-spacer-120, 48px) !important;
4644
- }
4645
-
4646
- .adyen-kyc-u-margin-right-48 {
4647
- margin-right: var(--adyen-sdk-spacer-120, 48px) !important;
4648
- }
4649
-
4650
- .adyen-kyc-u-margin-top-48 {
4651
- margin-top: var(--adyen-sdk-spacer-120, 48px) !important;
4652
- }
4653
-
4654
- .adyen-kyc-u-margin-x-48 {
4655
- margin-left: var(--adyen-sdk-spacer-120, 48px) !important;
4656
- margin-right: var(--adyen-sdk-spacer-120, 48px) !important;
4657
- }
4658
-
4659
- .adyen-kyc-u-margin-y-48 {
4660
- margin-bottom: var(--adyen-sdk-spacer-120, 48px) !important;
4661
- margin-top: var(--adyen-sdk-spacer-120, 48px) !important;
4662
- }
4663
-
4664
- .adyen-kyc-ui-element-container-wrapper {
4665
- width: 100%;
4666
- }
4667
-
4668
- .adyen-kyc-ui-element-container {
4669
- box-sizing: border-box;
4670
- background-color: var(--adyen-sdk-color-background-primary, #ffffff);
4162
+ }.adyen-kyc-ui-element-container {
4671
4163
  position: relative;
4672
- padding: var(--adyen-sdk-spacer-100, 32px);
4673
- border-radius: var(--adyen-sdk-border-radius-m, 8px);
4674
- }
4675
- .adyen-layout-xs-only .adyen-kyc-ui-element-container {
4676
- padding: var(--adyen-sdk-spacer-040, 8px);
4677
4164
  }/* #region Borders */
4678
4165
  /* #endregion */
4679
4166
  /* #region Z-index */