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