@adyen/kyc-components 2.39.0 → 2.39.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -5852,4 +5852,1817 @@ a.adl-button:disabled, a.adl-button.adl-button--disabled {
5852
5852
  .adyen-view-verification-status__button {
5853
5853
  font-size: 15px;
5854
5854
  line-height: 1.4;
5855
+ }/* #region Spacing */
5856
+ /* #endregion */
5857
+ /* #region Colors */
5858
+ /* #endregion */
5859
+ /* #region Fonts */
5860
+ /* #endregion */
5861
+ /* #region Borders */
5862
+ /* #endregion */
5863
+ /* #region Box-shadow */
5864
+ /* #endregion */
5865
+ /* #region Shadows */
5866
+ /* #endregion */
5867
+ /* #region Z-index */
5868
+ /* #endregion */
5869
+ /* #region Transition */
5870
+ /* #endregion */
5871
+ /* #region Timing functions */
5872
+ /* #endregion */
5873
+ /* #region Focus ring */
5874
+ /* #endregion */
5875
+ /* #region Inline components */
5876
+ /* #endregion */
5877
+ /* stylelint-disable-line scss/dollar-variable-pattern */
5878
+ /* stylelint-disable-line scss/dollar-variable-pattern */
5879
+ /* stylelint-disable-line scss/dollar-variable-pattern */
5880
+ /* stylelint-disable-line scss/dollar-variable-pattern */
5881
+ .adl-u-screen-reader-only {
5882
+ border: 0;
5883
+ clip: rect(0, 0, 0, 0);
5884
+ height: 1px;
5885
+ overflow: hidden;
5886
+ padding: 0 !important;
5887
+ position: absolute;
5888
+ white-space: nowrap;
5889
+ width: 1px;
5890
+ }
5891
+
5892
+ .adl-u-screen-reader-only-focusable {
5893
+ border: 0;
5894
+ clip: rect(0, 0, 0, 0);
5895
+ height: 1px;
5896
+ overflow: hidden;
5897
+ padding: 0 !important;
5898
+ position: absolute;
5899
+ white-space: nowrap;
5900
+ width: 1px;
5901
+ }
5902
+ .adl-u-screen-reader-only-focusable:active, .adl-u-screen-reader-only-focusable:focus {
5903
+ clip: auto;
5904
+ height: auto;
5905
+ overflow: visible;
5906
+ position: static;
5907
+ white-space: normal;
5908
+ width: auto;
5909
+ }
5910
+
5911
+ .adl-u-text-align-center {
5912
+ text-align: center !important;
5913
+ }
5914
+
5915
+ .adl-u-text-align-left {
5916
+ text-align: left !important;
5917
+ }
5918
+
5919
+ .adl-u-text-align-right {
5920
+ text-align: right !important;
5921
+ }
5922
+
5923
+ .adl-u-text-align-justify {
5924
+ text-align: justify !important;
5925
+ }
5926
+
5927
+ .adl-u-vertical-align-baseline {
5928
+ vertical-align: baseline !important;
5929
+ }
5930
+
5931
+ .adl-u-vertical-align-top {
5932
+ vertical-align: top !important;
5933
+ }
5934
+
5935
+ .adl-u-vertical-align-middle {
5936
+ vertical-align: middle !important;
5937
+ }
5938
+
5939
+ .adl-u-vertical-align-bottom {
5940
+ vertical-align: bottom !important;
5941
+ }
5942
+
5943
+ .adl-u-vertical-align-text-top {
5944
+ vertical-align: text-top !important;
5945
+ }
5946
+
5947
+ .adl-u-vertical-align-text-bottom {
5948
+ vertical-align: text-bottom !important;
5949
+ }
5950
+
5951
+ .adl-u-float-left {
5952
+ float: left !important;
5953
+ }
5954
+
5955
+ .adl-u-float-right {
5956
+ float: right !important;
5957
+ }
5958
+
5959
+ .adl-u-border-none {
5960
+ border: none !important;
5961
+ }
5962
+
5963
+ .adl-u-border-bottom-none {
5964
+ border-bottom: none !important;
5965
+ }
5966
+
5967
+ .adl-u-border-left-none {
5968
+ border-left: none !important;
5969
+ }
5970
+
5971
+ .adl-u-border-right-none {
5972
+ border-right: none !important;
5973
+ }
5974
+
5975
+ .adl-u-border-top-none {
5976
+ border-top: none !important;
5977
+ }
5978
+
5979
+ .adl-u-border-x-none {
5980
+ border-left: none !important;
5981
+ border-right: none !important;
5982
+ }
5983
+
5984
+ .adl-u-border-y-none {
5985
+ border-bottom: none !important;
5986
+ border-top: none !important;
5987
+ }
5988
+
5989
+ .adl-u-border-radius-4 {
5990
+ border-radius: 4px !important;
5991
+ }
5992
+
5993
+ .adl-u-border-radius-6 {
5994
+ border-radius: 6px !important;
5995
+ }
5996
+
5997
+ .adl-u-border-radius-8 {
5998
+ border-radius: 8px !important;
5999
+ }
6000
+
6001
+ .adl-u-border-radius-12 {
6002
+ border-radius: 12px !important;
6003
+ }
6004
+
6005
+ .adl-u-color-white {
6006
+ color: #fff !important;
6007
+ }
6008
+
6009
+ .adl-u-color-black {
6010
+ color: #00112c !important;
6011
+ }
6012
+
6013
+ .adl-u-color-grey-10 {
6014
+ color: #f3f6f9 !important;
6015
+ }
6016
+
6017
+ .adl-u-color-grey-20 {
6018
+ color: #dce0e5 !important;
6019
+ }
6020
+
6021
+ .adl-u-color-grey-30 {
6022
+ color: #a5afbd !important;
6023
+ }
6024
+
6025
+ .adl-u-color-grey-40 {
6026
+ color: #8390a3 !important;
6027
+ }
6028
+
6029
+ .adl-u-color-grey-50 {
6030
+ color: #69778c !important;
6031
+ }
6032
+
6033
+ .adl-u-color-grey-60 {
6034
+ color: #394962 !important;
6035
+ }
6036
+
6037
+ .adl-u-color-grey-70 {
6038
+ color: #20304c !important;
6039
+ }
6040
+
6041
+ .adl-u-color-info-10 {
6042
+ color: #e6f0ff !important;
6043
+ }
6044
+
6045
+ .adl-u-color-info-20 {
6046
+ color: #cce0ff !important;
6047
+ }
6048
+
6049
+ .adl-u-color-info-30 {
6050
+ color: #80b2ff !important;
6051
+ }
6052
+
6053
+ .adl-u-color-info-40 {
6054
+ color: #06f !important;
6055
+ }
6056
+
6057
+ .adl-u-color-info-50 {
6058
+ color: #0047b2 !important;
6059
+ }
6060
+
6061
+ .adl-u-color-info-60 {
6062
+ color: #002866 !important;
6063
+ }
6064
+
6065
+ .adl-u-color-info-70 {
6066
+ color: #001e4c !important;
6067
+ }
6068
+
6069
+ .adl-u-color-warning-10 {
6070
+ color: #fff4e5 !important;
6071
+ }
6072
+
6073
+ .adl-u-color-warning-20 {
6074
+ color: #ffeacc !important;
6075
+ }
6076
+
6077
+ .adl-u-color-warning-30 {
6078
+ color: #ffba59 !important;
6079
+ }
6080
+
6081
+ .adl-u-color-warning-40 {
6082
+ color: #ff9500 !important;
6083
+ }
6084
+
6085
+ .adl-u-color-warning-50 {
6086
+ color: #b36900 !important;
6087
+ }
6088
+
6089
+ .adl-u-color-warning-60 {
6090
+ color: #7f4a00 !important;
6091
+ }
6092
+
6093
+ .adl-u-color-warning-70 {
6094
+ color: #593400 !important;
6095
+ }
6096
+
6097
+ .adl-u-color-success-10 {
6098
+ color: #e6f8ed !important;
6099
+ }
6100
+
6101
+ .adl-u-color-success-20 {
6102
+ color: #cef2dd !important;
6103
+ }
6104
+
6105
+ .adl-u-color-success-30 {
6106
+ color: #60d58f !important;
6107
+ }
6108
+
6109
+ .adl-u-color-success-40 {
6110
+ color: #0abf53 !important;
6111
+ }
6112
+
6113
+ .adl-u-color-success-50 {
6114
+ color: #07863a !important;
6115
+ }
6116
+
6117
+ .adl-u-color-success-60 {
6118
+ color: #055f29 !important;
6119
+ }
6120
+
6121
+ .adl-u-color-success-70 {
6122
+ color: #03431d !important;
6123
+ }
6124
+
6125
+ .adl-u-color-error-10 {
6126
+ color: #fce5e5 !important;
6127
+ }
6128
+
6129
+ .adl-u-color-error-20 {
6130
+ color: #facccc !important;
6131
+ }
6132
+
6133
+ .adl-u-color-error-30 {
6134
+ color: #ee5959 !important;
6135
+ }
6136
+
6137
+ .adl-u-color-error-40 {
6138
+ color: #e50000 !important;
6139
+ }
6140
+
6141
+ .adl-u-color-error-50 {
6142
+ color: #a10000 !important;
6143
+ }
6144
+
6145
+ .adl-u-color-error-60 {
6146
+ color: #720000 !important;
6147
+ }
6148
+
6149
+ .adl-u-color-error-70 {
6150
+ color: #500000 !important;
6151
+ }
6152
+
6153
+ .adl-u-color-mint-10 {
6154
+ color: #e6fdf7 !important;
6155
+ }
6156
+
6157
+ .adl-u-color-mint-20 {
6158
+ color: #cdfaef !important;
6159
+ }
6160
+
6161
+ .adl-u-color-mint-30 {
6162
+ color: #5cf0cc !important;
6163
+ }
6164
+
6165
+ .adl-u-color-mint-40 {
6166
+ color: #05e8b1 !important;
6167
+ }
6168
+
6169
+ .adl-u-color-mint-50 {
6170
+ color: #04a37c !important;
6171
+ }
6172
+
6173
+ .adl-u-color-mint-60 {
6174
+ color: #027458 !important;
6175
+ }
6176
+
6177
+ .adl-u-color-mint-70 {
6178
+ color: #02513e !important;
6179
+ }
6180
+
6181
+ .adl-u-color-brand {
6182
+ color: #0abf53 !important;
6183
+ }
6184
+
6185
+ .adl-u-color-default {
6186
+ color: #06f !important;
6187
+ }
6188
+
6189
+ .adl-u-color-disabled {
6190
+ color: #8390a3 !important;
6191
+ }
6192
+
6193
+ .adl-u-color-quiet {
6194
+ color: #a5afbd !important;
6195
+ }
6196
+
6197
+ .adl-u-color-inherit {
6198
+ color: inherit !important;
6199
+ }
6200
+
6201
+ .adl-u-background-color-white {
6202
+ background-color: #fff !important;
6203
+ }
6204
+
6205
+ .adl-u-background-color-black {
6206
+ background-color: #00112c !important;
6207
+ }
6208
+
6209
+ .adl-u-background-color-grey-10 {
6210
+ background-color: #f3f6f9 !important;
6211
+ }
6212
+
6213
+ .adl-u-background-color-grey-20 {
6214
+ background-color: #dce0e5 !important;
6215
+ }
6216
+
6217
+ .adl-u-background-color-grey-30 {
6218
+ background-color: #a5afbd !important;
6219
+ }
6220
+
6221
+ .adl-u-background-color-grey-40 {
6222
+ background-color: #8390a3 !important;
6223
+ }
6224
+
6225
+ .adl-u-background-color-grey-50 {
6226
+ background-color: #69778c !important;
6227
+ }
6228
+
6229
+ .adl-u-background-color-grey-60 {
6230
+ background-color: #394962 !important;
6231
+ }
6232
+
6233
+ .adl-u-background-color-grey-70 {
6234
+ background-color: #20304c !important;
6235
+ }
6236
+
6237
+ .adl-u-background-color-info-10 {
6238
+ background-color: #e6f0ff !important;
6239
+ }
6240
+
6241
+ .adl-u-background-color-info-20 {
6242
+ background-color: #cce0ff !important;
6243
+ }
6244
+
6245
+ .adl-u-background-color-info-30 {
6246
+ background-color: #80b2ff !important;
6247
+ }
6248
+
6249
+ .adl-u-background-color-info-40 {
6250
+ background-color: #06f !important;
6251
+ }
6252
+
6253
+ .adl-u-background-color-info-50 {
6254
+ background-color: #0047b2 !important;
6255
+ }
6256
+
6257
+ .adl-u-background-color-info-60 {
6258
+ background-color: #002866 !important;
6259
+ }
6260
+
6261
+ .adl-u-background-color-info-70 {
6262
+ background-color: #001e4c !important;
6263
+ }
6264
+
6265
+ .adl-u-background-color-warning-10 {
6266
+ background-color: #fff4e5 !important;
6267
+ }
6268
+
6269
+ .adl-u-background-color-warning-20 {
6270
+ background-color: #ffeacc !important;
6271
+ }
6272
+
6273
+ .adl-u-background-color-warning-30 {
6274
+ background-color: #ffba59 !important;
6275
+ }
6276
+
6277
+ .adl-u-background-color-warning-40 {
6278
+ background-color: #ff9500 !important;
6279
+ }
6280
+
6281
+ .adl-u-background-color-warning-50 {
6282
+ background-color: #b36900 !important;
6283
+ }
6284
+
6285
+ .adl-u-background-color-warning-60 {
6286
+ background-color: #7f4a00 !important;
6287
+ }
6288
+
6289
+ .adl-u-background-color-warning-70 {
6290
+ background-color: #593400 !important;
6291
+ }
6292
+
6293
+ .adl-u-background-color-success-10 {
6294
+ background-color: #e6f8ed !important;
6295
+ }
6296
+
6297
+ .adl-u-background-color-success-20 {
6298
+ background-color: #cef2dd !important;
6299
+ }
6300
+
6301
+ .adl-u-background-color-success-30 {
6302
+ background-color: #60d58f !important;
6303
+ }
6304
+
6305
+ .adl-u-background-color-success-40 {
6306
+ background-color: #0abf53 !important;
6307
+ }
6308
+
6309
+ .adl-u-background-color-success-50 {
6310
+ background-color: #07863a !important;
6311
+ }
6312
+
6313
+ .adl-u-background-color-success-60 {
6314
+ background-color: #055f29 !important;
6315
+ }
6316
+
6317
+ .adl-u-background-color-success-70 {
6318
+ background-color: #03431d !important;
6319
+ }
6320
+
6321
+ .adl-u-background-color-error-10 {
6322
+ background-color: #fce5e5 !important;
6323
+ }
6324
+
6325
+ .adl-u-background-color-error-20 {
6326
+ background-color: #facccc !important;
6327
+ }
6328
+
6329
+ .adl-u-background-color-error-30 {
6330
+ background-color: #ee5959 !important;
6331
+ }
6332
+
6333
+ .adl-u-background-color-error-40 {
6334
+ background-color: #e50000 !important;
6335
+ }
6336
+
6337
+ .adl-u-background-color-error-50 {
6338
+ background-color: #a10000 !important;
6339
+ }
6340
+
6341
+ .adl-u-background-color-error-60 {
6342
+ background-color: #720000 !important;
6343
+ }
6344
+
6345
+ .adl-u-background-color-error-70 {
6346
+ background-color: #500000 !important;
6347
+ }
6348
+
6349
+ .adl-u-background-color-mint-10 {
6350
+ background-color: #e6fdf7 !important;
6351
+ }
6352
+
6353
+ .adl-u-background-color-mint-20 {
6354
+ background-color: #cdfaef !important;
6355
+ }
6356
+
6357
+ .adl-u-background-color-mint-30 {
6358
+ background-color: #5cf0cc !important;
6359
+ }
6360
+
6361
+ .adl-u-background-color-mint-40 {
6362
+ background-color: #05e8b1 !important;
6363
+ }
6364
+
6365
+ .adl-u-background-color-mint-50 {
6366
+ background-color: #04a37c !important;
6367
+ }
6368
+
6369
+ .adl-u-background-color-mint-60 {
6370
+ background-color: #027458 !important;
6371
+ }
6372
+
6373
+ .adl-u-background-color-mint-70 {
6374
+ background-color: #02513e !important;
6375
+ }
6376
+
6377
+ .adl-u-background-color-brand {
6378
+ background-color: #0abf53 !important;
6379
+ }
6380
+
6381
+ .adl-u-background-color-default {
6382
+ background-color: #06f !important;
6383
+ }
6384
+
6385
+ .adl-u-background-color-disabled {
6386
+ background-color: #8390a3 !important;
6387
+ }
6388
+
6389
+ .adl-u-background-color-quiet {
6390
+ background-color: #a5afbd !important;
6391
+ }
6392
+
6393
+ .adl-u-background-color-inherit {
6394
+ background-color: inherit !important;
6395
+ }
6396
+
6397
+ .adl-u-overflow-auto {
6398
+ overflow: auto !important;
6399
+ }
6400
+
6401
+ .adl-u-overflow-hidden {
6402
+ overflow: hidden !important;
6403
+ }
6404
+
6405
+ .adl-u-overflow-scroll {
6406
+ overflow: scroll !important;
6407
+ }
6408
+
6409
+ .adl-u-overflow-visible {
6410
+ overflow: visible !important;
6411
+ }
6412
+
6413
+ .adl-u-overflow-x-auto {
6414
+ overflow-x: auto !important;
6415
+ }
6416
+
6417
+ .adl-u-overflow-x-hidden {
6418
+ overflow-x: hidden !important;
6419
+ }
6420
+
6421
+ .adl-u-overflow-x-scroll {
6422
+ overflow-x: scroll !important;
6423
+ }
6424
+
6425
+ .adl-u-overflow-x-visible {
6426
+ overflow-x: visible !important;
6427
+ }
6428
+
6429
+ .adl-u-overflow-y-auto {
6430
+ overflow-y: auto !important;
6431
+ }
6432
+
6433
+ .adl-u-overflow-y-hidden {
6434
+ overflow-y: hidden !important;
6435
+ }
6436
+
6437
+ .adl-u-overflow-y-scroll {
6438
+ overflow-y: scroll !important;
6439
+ }
6440
+
6441
+ .adl-u-overflow-y-visible {
6442
+ overflow-y: visible !important;
6443
+ }
6444
+
6445
+ .adl-u-position-static {
6446
+ position: static !important;
6447
+ }
6448
+
6449
+ .adl-u-position-relative {
6450
+ position: relative !important;
6451
+ }
6452
+
6453
+ .adl-u-position-absolute {
6454
+ position: absolute !important;
6455
+ }
6456
+
6457
+ .adl-u-position-sticky {
6458
+ position: sticky !important;
6459
+ }
6460
+
6461
+ .adl-u-position-fixed {
6462
+ position: fixed !important;
6463
+ }
6464
+
6465
+ .adl-u-bottom-0 {
6466
+ bottom: 0 !important;
6467
+ }
6468
+
6469
+ .adl-u-left-0 {
6470
+ left: 0 !important;
6471
+ }
6472
+
6473
+ .adl-u-right-0 {
6474
+ right: 0 !important;
6475
+ }
6476
+
6477
+ .adl-u-top-0 {
6478
+ top: 0 !important;
6479
+ }
6480
+
6481
+ .adl-u-padding-2 {
6482
+ padding: 2px !important;
6483
+ }
6484
+
6485
+ .adl-u-padding-bottom-2 {
6486
+ padding-bottom: 2px !important;
6487
+ }
6488
+
6489
+ .adl-u-padding-left-2 {
6490
+ padding-left: 2px !important;
6491
+ }
6492
+
6493
+ .adl-u-padding-right-2 {
6494
+ padding-right: 2px !important;
6495
+ }
6496
+
6497
+ .adl-u-padding-top-2 {
6498
+ padding-top: 2px !important;
6499
+ }
6500
+
6501
+ .adl-u-padding-x-2 {
6502
+ padding-left: 2px !important;
6503
+ padding-right: 2px !important;
6504
+ }
6505
+
6506
+ .adl-u-padding-y-2 {
6507
+ padding-bottom: 2px !important;
6508
+ padding-top: 2px !important;
6509
+ }
6510
+
6511
+ .adl-u-padding-4 {
6512
+ padding: 4px !important;
6513
+ }
6514
+
6515
+ .adl-u-padding-bottom-4 {
6516
+ padding-bottom: 4px !important;
6517
+ }
6518
+
6519
+ .adl-u-padding-left-4 {
6520
+ padding-left: 4px !important;
6521
+ }
6522
+
6523
+ .adl-u-padding-right-4 {
6524
+ padding-right: 4px !important;
6525
+ }
6526
+
6527
+ .adl-u-padding-top-4 {
6528
+ padding-top: 4px !important;
6529
+ }
6530
+
6531
+ .adl-u-padding-x-4 {
6532
+ padding-left: 4px !important;
6533
+ padding-right: 4px !important;
6534
+ }
6535
+
6536
+ .adl-u-padding-y-4 {
6537
+ padding-bottom: 4px !important;
6538
+ padding-top: 4px !important;
6539
+ }
6540
+
6541
+ .adl-u-padding-8 {
6542
+ padding: 8px !important;
6543
+ }
6544
+
6545
+ .adl-u-padding-bottom-8 {
6546
+ padding-bottom: 8px !important;
6547
+ }
6548
+
6549
+ .adl-u-padding-left-8 {
6550
+ padding-left: 8px !important;
6551
+ }
6552
+
6553
+ .adl-u-padding-right-8 {
6554
+ padding-right: 8px !important;
6555
+ }
6556
+
6557
+ .adl-u-padding-top-8 {
6558
+ padding-top: 8px !important;
6559
+ }
6560
+
6561
+ .adl-u-padding-x-8 {
6562
+ padding-left: 8px !important;
6563
+ padding-right: 8px !important;
6564
+ }
6565
+
6566
+ .adl-u-padding-y-8 {
6567
+ padding-bottom: 8px !important;
6568
+ padding-top: 8px !important;
6569
+ }
6570
+
6571
+ .adl-u-padding-16 {
6572
+ padding: 16px !important;
6573
+ }
6574
+
6575
+ .adl-u-padding-bottom-16 {
6576
+ padding-bottom: 16px !important;
6577
+ }
6578
+
6579
+ .adl-u-padding-left-16 {
6580
+ padding-left: 16px !important;
6581
+ }
6582
+
6583
+ .adl-u-padding-right-16 {
6584
+ padding-right: 16px !important;
6585
+ }
6586
+
6587
+ .adl-u-padding-top-16 {
6588
+ padding-top: 16px !important;
6589
+ }
6590
+
6591
+ .adl-u-padding-x-16 {
6592
+ padding-left: 16px !important;
6593
+ padding-right: 16px !important;
6594
+ }
6595
+
6596
+ .adl-u-padding-y-16 {
6597
+ padding-bottom: 16px !important;
6598
+ padding-top: 16px !important;
6599
+ }
6600
+
6601
+ .adl-u-padding-24 {
6602
+ padding: 24px !important;
6603
+ }
6604
+
6605
+ .adl-u-padding-bottom-24 {
6606
+ padding-bottom: 24px !important;
6607
+ }
6608
+
6609
+ .adl-u-padding-left-24 {
6610
+ padding-left: 24px !important;
6611
+ }
6612
+
6613
+ .adl-u-padding-right-24 {
6614
+ padding-right: 24px !important;
6615
+ }
6616
+
6617
+ .adl-u-padding-top-24 {
6618
+ padding-top: 24px !important;
6619
+ }
6620
+
6621
+ .adl-u-padding-x-24 {
6622
+ padding-left: 24px !important;
6623
+ padding-right: 24px !important;
6624
+ }
6625
+
6626
+ .adl-u-padding-y-24 {
6627
+ padding-bottom: 24px !important;
6628
+ padding-top: 24px !important;
6629
+ }
6630
+
6631
+ .adl-u-padding-32 {
6632
+ padding: 32px !important;
6633
+ }
6634
+
6635
+ .adl-u-padding-bottom-32 {
6636
+ padding-bottom: 32px !important;
6637
+ }
6638
+
6639
+ .adl-u-padding-left-32 {
6640
+ padding-left: 32px !important;
6641
+ }
6642
+
6643
+ .adl-u-padding-right-32 {
6644
+ padding-right: 32px !important;
6645
+ }
6646
+
6647
+ .adl-u-padding-top-32 {
6648
+ padding-top: 32px !important;
6649
+ }
6650
+
6651
+ .adl-u-padding-x-32 {
6652
+ padding-left: 32px !important;
6653
+ padding-right: 32px !important;
6654
+ }
6655
+
6656
+ .adl-u-padding-y-32 {
6657
+ padding-bottom: 32px !important;
6658
+ padding-top: 32px !important;
6659
+ }
6660
+
6661
+ .adl-u-padding-40 {
6662
+ padding: 40px !important;
6663
+ }
6664
+
6665
+ .adl-u-padding-bottom-40 {
6666
+ padding-bottom: 40px !important;
6667
+ }
6668
+
6669
+ .adl-u-padding-left-40 {
6670
+ padding-left: 40px !important;
6671
+ }
6672
+
6673
+ .adl-u-padding-right-40 {
6674
+ padding-right: 40px !important;
6675
+ }
6676
+
6677
+ .adl-u-padding-top-40 {
6678
+ padding-top: 40px !important;
6679
+ }
6680
+
6681
+ .adl-u-padding-x-40 {
6682
+ padding-left: 40px !important;
6683
+ padding-right: 40px !important;
6684
+ }
6685
+
6686
+ .adl-u-padding-y-40 {
6687
+ padding-bottom: 40px !important;
6688
+ padding-top: 40px !important;
6689
+ }
6690
+
6691
+ .adl-u-padding-48 {
6692
+ padding: 48px !important;
6693
+ }
6694
+
6695
+ .adl-u-padding-bottom-48 {
6696
+ padding-bottom: 48px !important;
6697
+ }
6698
+
6699
+ .adl-u-padding-left-48 {
6700
+ padding-left: 48px !important;
6701
+ }
6702
+
6703
+ .adl-u-padding-right-48 {
6704
+ padding-right: 48px !important;
6705
+ }
6706
+
6707
+ .adl-u-padding-top-48 {
6708
+ padding-top: 48px !important;
6709
+ }
6710
+
6711
+ .adl-u-padding-x-48 {
6712
+ padding-left: 48px !important;
6713
+ padding-right: 48px !important;
6714
+ }
6715
+
6716
+ .adl-u-padding-y-48 {
6717
+ padding-bottom: 48px !important;
6718
+ padding-top: 48px !important;
6719
+ }
6720
+
6721
+ .adl-u-padding-56 {
6722
+ padding: 56px !important;
6723
+ }
6724
+
6725
+ .adl-u-padding-bottom-56 {
6726
+ padding-bottom: 56px !important;
6727
+ }
6728
+
6729
+ .adl-u-padding-left-56 {
6730
+ padding-left: 56px !important;
6731
+ }
6732
+
6733
+ .adl-u-padding-right-56 {
6734
+ padding-right: 56px !important;
6735
+ }
6736
+
6737
+ .adl-u-padding-top-56 {
6738
+ padding-top: 56px !important;
6739
+ }
6740
+
6741
+ .adl-u-padding-x-56 {
6742
+ padding-left: 56px !important;
6743
+ padding-right: 56px !important;
6744
+ }
6745
+
6746
+ .adl-u-padding-y-56 {
6747
+ padding-bottom: 56px !important;
6748
+ padding-top: 56px !important;
6749
+ }
6750
+
6751
+ .adl-u-padding-64 {
6752
+ padding: 64px !important;
6753
+ }
6754
+
6755
+ .adl-u-padding-bottom-64 {
6756
+ padding-bottom: 64px !important;
6757
+ }
6758
+
6759
+ .adl-u-padding-left-64 {
6760
+ padding-left: 64px !important;
6761
+ }
6762
+
6763
+ .adl-u-padding-right-64 {
6764
+ padding-right: 64px !important;
6765
+ }
6766
+
6767
+ .adl-u-padding-top-64 {
6768
+ padding-top: 64px !important;
6769
+ }
6770
+
6771
+ .adl-u-padding-x-64 {
6772
+ padding-left: 64px !important;
6773
+ padding-right: 64px !important;
6774
+ }
6775
+
6776
+ .adl-u-padding-y-64 {
6777
+ padding-bottom: 64px !important;
6778
+ padding-top: 64px !important;
6779
+ }
6780
+
6781
+ .adl-u-padding-72 {
6782
+ padding: 72px !important;
6783
+ }
6784
+
6785
+ .adl-u-padding-bottom-72 {
6786
+ padding-bottom: 72px !important;
6787
+ }
6788
+
6789
+ .adl-u-padding-left-72 {
6790
+ padding-left: 72px !important;
6791
+ }
6792
+
6793
+ .adl-u-padding-right-72 {
6794
+ padding-right: 72px !important;
6795
+ }
6796
+
6797
+ .adl-u-padding-top-72 {
6798
+ padding-top: 72px !important;
6799
+ }
6800
+
6801
+ .adl-u-padding-x-72 {
6802
+ padding-left: 72px !important;
6803
+ padding-right: 72px !important;
6804
+ }
6805
+
6806
+ .adl-u-padding-y-72 {
6807
+ padding-bottom: 72px !important;
6808
+ padding-top: 72px !important;
6809
+ }
6810
+
6811
+ .adl-u-padding-80 {
6812
+ padding: 80px !important;
6813
+ }
6814
+
6815
+ .adl-u-padding-bottom-80 {
6816
+ padding-bottom: 80px !important;
6817
+ }
6818
+
6819
+ .adl-u-padding-left-80 {
6820
+ padding-left: 80px !important;
6821
+ }
6822
+
6823
+ .adl-u-padding-right-80 {
6824
+ padding-right: 80px !important;
6825
+ }
6826
+
6827
+ .adl-u-padding-top-80 {
6828
+ padding-top: 80px !important;
6829
+ }
6830
+
6831
+ .adl-u-padding-x-80 {
6832
+ padding-left: 80px !important;
6833
+ padding-right: 80px !important;
6834
+ }
6835
+
6836
+ .adl-u-padding-y-80 {
6837
+ padding-bottom: 80px !important;
6838
+ padding-top: 80px !important;
6839
+ }
6840
+
6841
+ .adl-u-padding-88 {
6842
+ padding: 88px !important;
6843
+ }
6844
+
6845
+ .adl-u-padding-bottom-88 {
6846
+ padding-bottom: 88px !important;
6847
+ }
6848
+
6849
+ .adl-u-padding-left-88 {
6850
+ padding-left: 88px !important;
6851
+ }
6852
+
6853
+ .adl-u-padding-right-88 {
6854
+ padding-right: 88px !important;
6855
+ }
6856
+
6857
+ .adl-u-padding-top-88 {
6858
+ padding-top: 88px !important;
6859
+ }
6860
+
6861
+ .adl-u-padding-x-88 {
6862
+ padding-left: 88px !important;
6863
+ padding-right: 88px !important;
6864
+ }
6865
+
6866
+ .adl-u-padding-y-88 {
6867
+ padding-bottom: 88px !important;
6868
+ padding-top: 88px !important;
6869
+ }
6870
+
6871
+ .adl-u-padding-96 {
6872
+ padding: 96px !important;
6873
+ }
6874
+
6875
+ .adl-u-padding-bottom-96 {
6876
+ padding-bottom: 96px !important;
6877
+ }
6878
+
6879
+ .adl-u-padding-left-96 {
6880
+ padding-left: 96px !important;
6881
+ }
6882
+
6883
+ .adl-u-padding-right-96 {
6884
+ padding-right: 96px !important;
6885
+ }
6886
+
6887
+ .adl-u-padding-top-96 {
6888
+ padding-top: 96px !important;
6889
+ }
6890
+
6891
+ .adl-u-padding-x-96 {
6892
+ padding-left: 96px !important;
6893
+ padding-right: 96px !important;
6894
+ }
6895
+
6896
+ .adl-u-padding-y-96 {
6897
+ padding-bottom: 96px !important;
6898
+ padding-top: 96px !important;
6899
+ }
6900
+
6901
+ .adl-u-padding-0 {
6902
+ padding: 0 !important;
6903
+ }
6904
+
6905
+ .adl-u-padding-bottom-0 {
6906
+ padding-bottom: 0 !important;
6907
+ }
6908
+
6909
+ .adl-u-padding-left-0 {
6910
+ padding-left: 0 !important;
6911
+ }
6912
+
6913
+ .adl-u-padding-right-0 {
6914
+ padding-right: 0 !important;
6915
+ }
6916
+
6917
+ .adl-u-padding-top-0 {
6918
+ padding-top: 0 !important;
6919
+ }
6920
+
6921
+ .adl-u-padding-x-0 {
6922
+ padding-left: 0 !important;
6923
+ padding-right: 0 !important;
6924
+ }
6925
+
6926
+ .adl-u-padding-y-0 {
6927
+ padding-bottom: 0 !important;
6928
+ padding-top: 0 !important;
6929
+ }
6930
+
6931
+ .adl-u-padding-auto {
6932
+ padding: auto !important;
6933
+ }
6934
+
6935
+ .adl-u-padding-bottom-auto {
6936
+ padding-bottom: auto !important;
6937
+ }
6938
+
6939
+ .adl-u-padding-left-auto {
6940
+ padding-left: auto !important;
6941
+ }
6942
+
6943
+ .adl-u-padding-right-auto {
6944
+ padding-right: auto !important;
6945
+ }
6946
+
6947
+ .adl-u-padding-top-auto {
6948
+ padding-top: auto !important;
6949
+ }
6950
+
6951
+ .adl-u-padding-x-auto {
6952
+ padding-left: auto !important;
6953
+ padding-right: auto !important;
6954
+ }
6955
+
6956
+ .adl-u-padding-y-auto {
6957
+ padding-bottom: auto !important;
6958
+ padding-top: auto !important;
6959
+ }
6960
+
6961
+ .adl-u-margin-2 {
6962
+ margin: 2px !important;
6963
+ }
6964
+
6965
+ .adl-u-margin-bottom-2 {
6966
+ margin-bottom: 2px !important;
6967
+ }
6968
+
6969
+ .adl-u-margin-left-2 {
6970
+ margin-left: 2px !important;
6971
+ }
6972
+
6973
+ .adl-u-margin-right-2 {
6974
+ margin-right: 2px !important;
6975
+ }
6976
+
6977
+ .adl-u-margin-top-2 {
6978
+ margin-top: 2px !important;
6979
+ }
6980
+
6981
+ .adl-u-margin-x-2 {
6982
+ margin-left: 2px !important;
6983
+ margin-right: 2px !important;
6984
+ }
6985
+
6986
+ .adl-u-margin-y-2 {
6987
+ margin-bottom: 2px !important;
6988
+ margin-top: 2px !important;
6989
+ }
6990
+
6991
+ .adl-u-margin-4 {
6992
+ margin: 4px !important;
6993
+ }
6994
+
6995
+ .adl-u-margin-bottom-4 {
6996
+ margin-bottom: 4px !important;
6997
+ }
6998
+
6999
+ .adl-u-margin-left-4 {
7000
+ margin-left: 4px !important;
7001
+ }
7002
+
7003
+ .adl-u-margin-right-4 {
7004
+ margin-right: 4px !important;
7005
+ }
7006
+
7007
+ .adl-u-margin-top-4 {
7008
+ margin-top: 4px !important;
7009
+ }
7010
+
7011
+ .adl-u-margin-x-4 {
7012
+ margin-left: 4px !important;
7013
+ margin-right: 4px !important;
7014
+ }
7015
+
7016
+ .adl-u-margin-y-4 {
7017
+ margin-bottom: 4px !important;
7018
+ margin-top: 4px !important;
7019
+ }
7020
+
7021
+ .adl-u-margin-8 {
7022
+ margin: 8px !important;
7023
+ }
7024
+
7025
+ .adl-u-margin-bottom-8 {
7026
+ margin-bottom: 8px !important;
7027
+ }
7028
+
7029
+ .adl-u-margin-left-8 {
7030
+ margin-left: 8px !important;
7031
+ }
7032
+
7033
+ .adl-u-margin-right-8 {
7034
+ margin-right: 8px !important;
7035
+ }
7036
+
7037
+ .adl-u-margin-top-8 {
7038
+ margin-top: 8px !important;
7039
+ }
7040
+
7041
+ .adl-u-margin-x-8 {
7042
+ margin-left: 8px !important;
7043
+ margin-right: 8px !important;
7044
+ }
7045
+
7046
+ .adl-u-margin-y-8 {
7047
+ margin-bottom: 8px !important;
7048
+ margin-top: 8px !important;
7049
+ }
7050
+
7051
+ .adl-u-margin-16 {
7052
+ margin: 16px !important;
7053
+ }
7054
+
7055
+ .adl-u-margin-bottom-16 {
7056
+ margin-bottom: 16px !important;
7057
+ }
7058
+
7059
+ .adl-u-margin-left-16 {
7060
+ margin-left: 16px !important;
7061
+ }
7062
+
7063
+ .adl-u-margin-right-16 {
7064
+ margin-right: 16px !important;
7065
+ }
7066
+
7067
+ .adl-u-margin-top-16 {
7068
+ margin-top: 16px !important;
7069
+ }
7070
+
7071
+ .adl-u-margin-x-16 {
7072
+ margin-left: 16px !important;
7073
+ margin-right: 16px !important;
7074
+ }
7075
+
7076
+ .adl-u-margin-y-16 {
7077
+ margin-bottom: 16px !important;
7078
+ margin-top: 16px !important;
7079
+ }
7080
+
7081
+ .adl-u-margin-24 {
7082
+ margin: 24px !important;
7083
+ }
7084
+
7085
+ .adl-u-margin-bottom-24 {
7086
+ margin-bottom: 24px !important;
7087
+ }
7088
+
7089
+ .adl-u-margin-left-24 {
7090
+ margin-left: 24px !important;
7091
+ }
7092
+
7093
+ .adl-u-margin-right-24 {
7094
+ margin-right: 24px !important;
7095
+ }
7096
+
7097
+ .adl-u-margin-top-24 {
7098
+ margin-top: 24px !important;
7099
+ }
7100
+
7101
+ .adl-u-margin-x-24 {
7102
+ margin-left: 24px !important;
7103
+ margin-right: 24px !important;
7104
+ }
7105
+
7106
+ .adl-u-margin-y-24 {
7107
+ margin-bottom: 24px !important;
7108
+ margin-top: 24px !important;
7109
+ }
7110
+
7111
+ .adl-u-margin-32 {
7112
+ margin: 32px !important;
7113
+ }
7114
+
7115
+ .adl-u-margin-bottom-32 {
7116
+ margin-bottom: 32px !important;
7117
+ }
7118
+
7119
+ .adl-u-margin-left-32 {
7120
+ margin-left: 32px !important;
7121
+ }
7122
+
7123
+ .adl-u-margin-right-32 {
7124
+ margin-right: 32px !important;
7125
+ }
7126
+
7127
+ .adl-u-margin-top-32 {
7128
+ margin-top: 32px !important;
7129
+ }
7130
+
7131
+ .adl-u-margin-x-32 {
7132
+ margin-left: 32px !important;
7133
+ margin-right: 32px !important;
7134
+ }
7135
+
7136
+ .adl-u-margin-y-32 {
7137
+ margin-bottom: 32px !important;
7138
+ margin-top: 32px !important;
7139
+ }
7140
+
7141
+ .adl-u-margin-40 {
7142
+ margin: 40px !important;
7143
+ }
7144
+
7145
+ .adl-u-margin-bottom-40 {
7146
+ margin-bottom: 40px !important;
7147
+ }
7148
+
7149
+ .adl-u-margin-left-40 {
7150
+ margin-left: 40px !important;
7151
+ }
7152
+
7153
+ .adl-u-margin-right-40 {
7154
+ margin-right: 40px !important;
7155
+ }
7156
+
7157
+ .adl-u-margin-top-40 {
7158
+ margin-top: 40px !important;
7159
+ }
7160
+
7161
+ .adl-u-margin-x-40 {
7162
+ margin-left: 40px !important;
7163
+ margin-right: 40px !important;
7164
+ }
7165
+
7166
+ .adl-u-margin-y-40 {
7167
+ margin-bottom: 40px !important;
7168
+ margin-top: 40px !important;
7169
+ }
7170
+
7171
+ .adl-u-margin-48 {
7172
+ margin: 48px !important;
7173
+ }
7174
+
7175
+ .adl-u-margin-bottom-48 {
7176
+ margin-bottom: 48px !important;
7177
+ }
7178
+
7179
+ .adl-u-margin-left-48 {
7180
+ margin-left: 48px !important;
7181
+ }
7182
+
7183
+ .adl-u-margin-right-48 {
7184
+ margin-right: 48px !important;
7185
+ }
7186
+
7187
+ .adl-u-margin-top-48 {
7188
+ margin-top: 48px !important;
7189
+ }
7190
+
7191
+ .adl-u-margin-x-48 {
7192
+ margin-left: 48px !important;
7193
+ margin-right: 48px !important;
7194
+ }
7195
+
7196
+ .adl-u-margin-y-48 {
7197
+ margin-bottom: 48px !important;
7198
+ margin-top: 48px !important;
7199
+ }
7200
+
7201
+ .adl-u-margin-56 {
7202
+ margin: 56px !important;
7203
+ }
7204
+
7205
+ .adl-u-margin-bottom-56 {
7206
+ margin-bottom: 56px !important;
7207
+ }
7208
+
7209
+ .adl-u-margin-left-56 {
7210
+ margin-left: 56px !important;
7211
+ }
7212
+
7213
+ .adl-u-margin-right-56 {
7214
+ margin-right: 56px !important;
7215
+ }
7216
+
7217
+ .adl-u-margin-top-56 {
7218
+ margin-top: 56px !important;
7219
+ }
7220
+
7221
+ .adl-u-margin-x-56 {
7222
+ margin-left: 56px !important;
7223
+ margin-right: 56px !important;
7224
+ }
7225
+
7226
+ .adl-u-margin-y-56 {
7227
+ margin-bottom: 56px !important;
7228
+ margin-top: 56px !important;
7229
+ }
7230
+
7231
+ .adl-u-margin-64 {
7232
+ margin: 64px !important;
7233
+ }
7234
+
7235
+ .adl-u-margin-bottom-64 {
7236
+ margin-bottom: 64px !important;
7237
+ }
7238
+
7239
+ .adl-u-margin-left-64 {
7240
+ margin-left: 64px !important;
7241
+ }
7242
+
7243
+ .adl-u-margin-right-64 {
7244
+ margin-right: 64px !important;
7245
+ }
7246
+
7247
+ .adl-u-margin-top-64 {
7248
+ margin-top: 64px !important;
7249
+ }
7250
+
7251
+ .adl-u-margin-x-64 {
7252
+ margin-left: 64px !important;
7253
+ margin-right: 64px !important;
7254
+ }
7255
+
7256
+ .adl-u-margin-y-64 {
7257
+ margin-bottom: 64px !important;
7258
+ margin-top: 64px !important;
7259
+ }
7260
+
7261
+ .adl-u-margin-72 {
7262
+ margin: 72px !important;
7263
+ }
7264
+
7265
+ .adl-u-margin-bottom-72 {
7266
+ margin-bottom: 72px !important;
7267
+ }
7268
+
7269
+ .adl-u-margin-left-72 {
7270
+ margin-left: 72px !important;
7271
+ }
7272
+
7273
+ .adl-u-margin-right-72 {
7274
+ margin-right: 72px !important;
7275
+ }
7276
+
7277
+ .adl-u-margin-top-72 {
7278
+ margin-top: 72px !important;
7279
+ }
7280
+
7281
+ .adl-u-margin-x-72 {
7282
+ margin-left: 72px !important;
7283
+ margin-right: 72px !important;
7284
+ }
7285
+
7286
+ .adl-u-margin-y-72 {
7287
+ margin-bottom: 72px !important;
7288
+ margin-top: 72px !important;
7289
+ }
7290
+
7291
+ .adl-u-margin-80 {
7292
+ margin: 80px !important;
7293
+ }
7294
+
7295
+ .adl-u-margin-bottom-80 {
7296
+ margin-bottom: 80px !important;
7297
+ }
7298
+
7299
+ .adl-u-margin-left-80 {
7300
+ margin-left: 80px !important;
7301
+ }
7302
+
7303
+ .adl-u-margin-right-80 {
7304
+ margin-right: 80px !important;
7305
+ }
7306
+
7307
+ .adl-u-margin-top-80 {
7308
+ margin-top: 80px !important;
7309
+ }
7310
+
7311
+ .adl-u-margin-x-80 {
7312
+ margin-left: 80px !important;
7313
+ margin-right: 80px !important;
7314
+ }
7315
+
7316
+ .adl-u-margin-y-80 {
7317
+ margin-bottom: 80px !important;
7318
+ margin-top: 80px !important;
7319
+ }
7320
+
7321
+ .adl-u-margin-88 {
7322
+ margin: 88px !important;
7323
+ }
7324
+
7325
+ .adl-u-margin-bottom-88 {
7326
+ margin-bottom: 88px !important;
7327
+ }
7328
+
7329
+ .adl-u-margin-left-88 {
7330
+ margin-left: 88px !important;
7331
+ }
7332
+
7333
+ .adl-u-margin-right-88 {
7334
+ margin-right: 88px !important;
7335
+ }
7336
+
7337
+ .adl-u-margin-top-88 {
7338
+ margin-top: 88px !important;
7339
+ }
7340
+
7341
+ .adl-u-margin-x-88 {
7342
+ margin-left: 88px !important;
7343
+ margin-right: 88px !important;
7344
+ }
7345
+
7346
+ .adl-u-margin-y-88 {
7347
+ margin-bottom: 88px !important;
7348
+ margin-top: 88px !important;
7349
+ }
7350
+
7351
+ .adl-u-margin-96 {
7352
+ margin: 96px !important;
7353
+ }
7354
+
7355
+ .adl-u-margin-bottom-96 {
7356
+ margin-bottom: 96px !important;
7357
+ }
7358
+
7359
+ .adl-u-margin-left-96 {
7360
+ margin-left: 96px !important;
7361
+ }
7362
+
7363
+ .adl-u-margin-right-96 {
7364
+ margin-right: 96px !important;
7365
+ }
7366
+
7367
+ .adl-u-margin-top-96 {
7368
+ margin-top: 96px !important;
7369
+ }
7370
+
7371
+ .adl-u-margin-x-96 {
7372
+ margin-left: 96px !important;
7373
+ margin-right: 96px !important;
7374
+ }
7375
+
7376
+ .adl-u-margin-y-96 {
7377
+ margin-bottom: 96px !important;
7378
+ margin-top: 96px !important;
7379
+ }
7380
+
7381
+ .adl-u-margin-0 {
7382
+ margin: 0 !important;
7383
+ }
7384
+
7385
+ .adl-u-margin-bottom-0 {
7386
+ margin-bottom: 0 !important;
7387
+ }
7388
+
7389
+ .adl-u-margin-left-0 {
7390
+ margin-left: 0 !important;
7391
+ }
7392
+
7393
+ .adl-u-margin-right-0 {
7394
+ margin-right: 0 !important;
7395
+ }
7396
+
7397
+ .adl-u-margin-top-0 {
7398
+ margin-top: 0 !important;
7399
+ }
7400
+
7401
+ .adl-u-margin-x-0 {
7402
+ margin-left: 0 !important;
7403
+ margin-right: 0 !important;
7404
+ }
7405
+
7406
+ .adl-u-margin-y-0 {
7407
+ margin-bottom: 0 !important;
7408
+ margin-top: 0 !important;
7409
+ }
7410
+
7411
+ .adl-u-margin-auto {
7412
+ margin: auto !important;
7413
+ }
7414
+
7415
+ .adl-u-margin-bottom-auto {
7416
+ margin-bottom: auto !important;
7417
+ }
7418
+
7419
+ .adl-u-margin-left-auto {
7420
+ margin-left: auto !important;
7421
+ }
7422
+
7423
+ .adl-u-margin-right-auto {
7424
+ margin-right: auto !important;
7425
+ }
7426
+
7427
+ .adl-u-margin-top-auto {
7428
+ margin-top: auto !important;
7429
+ }
7430
+
7431
+ .adl-u-margin-x-auto {
7432
+ margin-left: auto !important;
7433
+ margin-right: auto !important;
7434
+ }
7435
+
7436
+ .adl-u-margin-y-auto {
7437
+ margin-bottom: auto !important;
7438
+ margin-top: auto !important;
7439
+ }
7440
+
7441
+ .adl-u-box-sizing-border-box {
7442
+ box-sizing: border-box !important;
7443
+ }
7444
+
7445
+ .adl-u-pointer-events-none {
7446
+ pointer-events: none !important;
7447
+ }
7448
+
7449
+ .adl-u-pointer-events-auto {
7450
+ pointer-events: auto !important;
7451
+ }
7452
+
7453
+ .adl-u-font-size-small {
7454
+ font-size: 13px !important;
7455
+ }
7456
+
7457
+ .adl-u-font-size-medium {
7458
+ font-size: 15px !important;
7459
+ }
7460
+
7461
+ .adl-u-font-size-large {
7462
+ font-size: 21px !important;
7463
+ }
7464
+
7465
+ .adl-u-font-size-xlarge {
7466
+ font-size: 30px !important;
7467
+ }
7468
+
7469
+ .adl-u-font-size-xxlarge {
7470
+ font-size: 45px !important;
7471
+ }
7472
+
7473
+ .adl-u-font-size-inherit {
7474
+ font-size: inherit !important;
7475
+ }
7476
+
7477
+ .adl-u-font-weight-thin {
7478
+ font-weight: 100 !important;
7479
+ }
7480
+
7481
+ .adl-u-font-weight-regular {
7482
+ font-weight: 400 !important;
7483
+ }
7484
+
7485
+ .adl-u-font-weight-medium {
7486
+ font-weight: 500 !important;
7487
+ }
7488
+
7489
+ .adl-u-font-weight-semi-bold {
7490
+ font-weight: 600 !important;
7491
+ }
7492
+
7493
+ .adl-u-white-space-normal {
7494
+ white-space: normal !important;
7495
+ }
7496
+
7497
+ .adl-u-white-space-nowrap {
7498
+ white-space: nowrap !important;
7499
+ }
7500
+
7501
+ .adl-u-white-space-pre-wrap {
7502
+ white-space: pre-wrap !important;
7503
+ }
7504
+
7505
+ .adl-u-truncate {
7506
+ overflow: hidden !important;
7507
+ text-overflow: ellipsis !important;
7508
+ }
7509
+
7510
+ .adl-u-word-break-break-word {
7511
+ word-break: break-word !important;
7512
+ }
7513
+
7514
+ .adl-u-visibility-visible {
7515
+ visibility: visible !important;
7516
+ }
7517
+
7518
+ .adl-u-visibility-hidden {
7519
+ visibility: hidden !important;
7520
+ }
7521
+
7522
+ .adl-u-display-none {
7523
+ display: none !important;
7524
+ }
7525
+
7526
+ .adl-u-display-initial {
7527
+ display: initial !important;
7528
+ }
7529
+
7530
+ .adl-u-display-inline {
7531
+ display: inline !important;
7532
+ }
7533
+
7534
+ .adl-u-display-inline-block {
7535
+ display: inline-block !important;
7536
+ }
7537
+
7538
+ .adl-u-display-block {
7539
+ display: block !important;
7540
+ }
7541
+
7542
+ .adl-u-display-table {
7543
+ display: table !important;
7544
+ }
7545
+
7546
+ .adl-u-display-table-row {
7547
+ display: table-row !important;
7548
+ }
7549
+
7550
+ .adl-u-display-table-cell {
7551
+ display: table-cell !important;
7552
+ }
7553
+
7554
+ .adl-u-display-flex {
7555
+ display: flex !important;
7556
+ }
7557
+
7558
+ .adl-u-display-inline-flex {
7559
+ display: inline-flex !important;
7560
+ }
7561
+
7562
+ .adl-u-flex-direction-row {
7563
+ flex-direction: row !important;
7564
+ }
7565
+
7566
+ .adl-u-flex-direction-row-reverse {
7567
+ flex-direction: row-reverse !important;
7568
+ }
7569
+
7570
+ .adl-u-flex-direction-column {
7571
+ flex-direction: column !important;
7572
+ }
7573
+
7574
+ .adl-u-flex-direction-column-reverse {
7575
+ flex-direction: column-reverse !important;
7576
+ }
7577
+
7578
+ .adl-u-flex-wrap-wrap {
7579
+ flex-wrap: wrap !important;
7580
+ }
7581
+
7582
+ .adl-u-flex-wrap-nowrap {
7583
+ flex-wrap: nowrap !important;
7584
+ }
7585
+
7586
+ .adl-u-align-items-start {
7587
+ align-items: start !important;
7588
+ }
7589
+
7590
+ .adl-u-align-items-flex-start {
7591
+ align-items: flex-start !important;
7592
+ }
7593
+
7594
+ .adl-u-align-items-flex-end {
7595
+ align-items: flex-end !important;
7596
+ }
7597
+
7598
+ .adl-u-align-items-center {
7599
+ align-items: center !important;
7600
+ }
7601
+
7602
+ .adl-u-align-items-stretch {
7603
+ align-items: stretch !important;
7604
+ }
7605
+
7606
+ .adl-u-align-items-baseline {
7607
+ align-items: baseline !important;
7608
+ }
7609
+
7610
+ .adl-u-align-items-end {
7611
+ align-items: end !important;
7612
+ }
7613
+
7614
+ .adl-u-justify-content-center {
7615
+ justify-content: center !important;
7616
+ }
7617
+
7618
+ .adl-u-justify-content-flex-start {
7619
+ justify-content: flex-start !important;
7620
+ }
7621
+
7622
+ .adl-u-justify-content-flex-end {
7623
+ justify-content: flex-end !important;
7624
+ }
7625
+
7626
+ .adl-u-justify-content-start {
7627
+ justify-content: start !important;
7628
+ }
7629
+
7630
+ .adl-u-justify-content-end {
7631
+ justify-content: end !important;
7632
+ }
7633
+
7634
+ .adl-u-justify-content-left {
7635
+ justify-content: left !important;
7636
+ }
7637
+
7638
+ .adl-u-justify-content-right {
7639
+ justify-content: right !important;
7640
+ }
7641
+
7642
+ .adl-u-justify-content-space-between {
7643
+ justify-content: space-between !important;
7644
+ }
7645
+
7646
+ .adl-u-justify-content-space-around {
7647
+ justify-content: space-around !important;
7648
+ }
7649
+
7650
+ .adl-u-justify-content-space-evenly {
7651
+ justify-content: space-evenly !important;
7652
+ }
7653
+
7654
+ .adl-u-justify-content-stretch {
7655
+ justify-content: stretch !important;
7656
+ }
7657
+
7658
+ .adl-u-flex-1 {
7659
+ flex: 1 !important;
7660
+ }
7661
+
7662
+ .adl-u-width-full {
7663
+ width: 100% !important;
7664
+ }
7665
+
7666
+ .adl-u-width-auto {
7667
+ width: auto !important;
5855
7668
  }