@cloudtower/eagle 0.27.64 → 0.27.65

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.
@@ -29849,20 +29849,39 @@ html body {
29849
29849
  margin-right: 4px;
29850
29850
  }
29851
29851
 
29852
- .E_fzh9mnb {
29853
- width: 100%;
29854
- height: 100%;
29855
- min-height: 124px;
29856
- display: flex;
29857
- flex-direction: column;
29858
- justify-content: center;
29859
- align-items: center;
29852
+ .E_b1nip9bk {
29853
+ padding: 4px 11px;
29860
29854
  }
29861
29855
 
29862
- .E_fzh9mnb .error-text {
29863
- color: rgba(10, 37, 85, 0.6);
29864
- margin-bottom: 16px;
29865
- font-size: 18px;
29856
+ .E_bqamoqe {
29857
+ white-space: nowrap;
29858
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29859
+ }
29860
+
29861
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29862
+ --color: #0080ff;
29863
+ }
29864
+
29865
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29866
+ --color: #0080ff;
29867
+ }
29868
+
29869
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29870
+ margin-left: 1px;
29871
+ }
29872
+
29873
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29874
+ border-top-right-radius: 0;
29875
+ border-bottom-right-radius: 0;
29876
+ }
29877
+
29878
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29879
+ border-top-left-radius: 0;
29880
+ border-bottom-left-radius: 0;
29881
+ }
29882
+
29883
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29884
+ border-radius: unset;
29866
29885
  }
29867
29886
 
29868
29887
  .E_b1wx3t3t.ant-btn-icon-only {
@@ -30152,69 +30171,131 @@ html body {
30152
30171
  padding: 0;
30153
30172
  }
30154
30173
 
30155
- .E_b1nip9bk {
30156
- padding: 4px 11px;
30174
+ .E_iouxfgt {
30175
+ display: inline-flex;
30176
+ align-items: center;
30157
30177
  }
30158
30178
 
30159
- .E_bqamoqe {
30160
- white-space: nowrap;
30161
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30179
+ .E_iouxfgt .icon-inner {
30180
+ display: inline-flex;
30181
+ align-items: center;
30182
+ justify-content: center;
30162
30183
  }
30163
30184
 
30164
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30165
- --color: #0080ff;
30185
+ .E_iouxfgt .icon-inner + span,
30186
+ .E_iouxfgt span + .icon-inner.suffix {
30187
+ margin-left: 4px;
30166
30188
  }
30167
30189
 
30168
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
30169
- --color: #0080ff;
30190
+ .E_iouxfgt.is-rotate img,
30191
+ .E_iouxfgt.is-rotate svg {
30192
+ animation: rotate 680ms linear infinite;
30170
30193
  }
30171
30194
 
30172
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30173
- margin-left: 1px;
30195
+ .E_fzh9mnb {
30196
+ width: 100%;
30197
+ height: 100%;
30198
+ min-height: 124px;
30199
+ display: flex;
30200
+ flex-direction: column;
30201
+ justify-content: center;
30202
+ align-items: center;
30174
30203
  }
30175
30204
 
30176
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30177
- border-top-right-radius: 0;
30178
- border-bottom-right-radius: 0;
30205
+ .E_fzh9mnb .error-text {
30206
+ color: rgba(10, 37, 85, 0.6);
30207
+ margin-bottom: 16px;
30208
+ font-size: 18px;
30179
30209
  }
30180
30210
 
30181
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30182
- border-top-left-radius: 0;
30183
- border-bottom-left-radius: 0;
30211
+ .E_t1m2x205 .ant-tooltip-arrow {
30212
+ display: none;
30184
30213
  }
30185
30214
 
30186
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30187
- border-radius: unset;
30215
+ .E_t1m2x205 .ant-tooltip-inner {
30216
+ background: rgba(23, 38, 64, 0.8);
30217
+ border-radius: 4px;
30188
30218
  }
30189
30219
 
30190
- .E_iouxfgt {
30191
- display: inline-flex;
30220
+ .E_phljevk {
30221
+ display: flex;
30222
+ justify-content: space-between;
30192
30223
  align-items: center;
30224
+ padding: 10px 0;
30225
+ color: rgba(44, 56, 82, 0.6);
30226
+ font-size: 12px;
30227
+ line-height: 24px;
30193
30228
  }
30194
30229
 
30195
- .E_iouxfgt .icon-inner {
30196
- display: inline-flex;
30230
+ .E_phljevk .pagination-left {
30231
+ padding: 2px 8px;
30232
+ }
30233
+
30234
+ .E_phljevk .dropdown-trigger {
30235
+ display: flex;
30197
30236
  align-items: center;
30198
- justify-content: center;
30237
+ border-radius: 6px;
30238
+ cursor: pointer;
30239
+ transition: all 0.3s ease;
30199
30240
  }
30200
30241
 
30201
- .E_iouxfgt .icon-inner + span,
30202
- .E_iouxfgt span + .icon-inner.suffix {
30242
+ .E_phljevk .dropdown-trigger:hover {
30243
+ background: rgba(211, 218, 235, 0.6);
30244
+ color: #0080ff;
30245
+ }
30246
+
30247
+ .E_phljevk .dropdown-trigger .icon-inner {
30203
30248
  margin-left: 4px;
30204
30249
  }
30205
30250
 
30206
- .E_iouxfgt.is-rotate img,
30207
- .E_iouxfgt.is-rotate svg {
30208
- animation: rotate 680ms linear infinite;
30251
+ .E_phljevk .pagination-right {
30252
+ display: flex;
30253
+ align-items: center;
30254
+ color: #0080ff;
30255
+ font-weight: bold;
30209
30256
  }
30210
30257
 
30211
- .E_t1m2x205 .ant-tooltip-arrow {
30212
- display: none;
30258
+ .E_phljevk .pagination-right .icon-inner {
30259
+ margin-left: 4px;
30213
30260
  }
30214
30261
 
30215
- .E_t1m2x205 .ant-tooltip-inner {
30216
- background: rgba(23, 38, 64, 0.8);
30217
- border-radius: 4px;
30262
+ .E_phljevk .pagination-right .prev-btn,
30263
+ .E_phljevk .pagination-right .next-btn {
30264
+ padding: 0 8px;
30265
+ }
30266
+
30267
+ .E_phljevk .pagination-right .prev-btn > span,
30268
+ .E_phljevk .pagination-right .next-btn > span {
30269
+ color: #0080ff;
30270
+ }
30271
+
30272
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30273
+ transform: rotate(180deg);
30274
+ }
30275
+
30276
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30277
+ max-height: calc(100vh - 128px);
30278
+ overflow-y: auto;
30279
+ }
30280
+
30281
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30282
+ padding: 4px 20px;
30283
+ font-size: 12px;
30284
+ line-height: 18px;
30285
+ }
30286
+
30287
+ .E_skwah65 {
30288
+ height: 8px;
30289
+ box-sizing: border-box;
30290
+ border-radius: 2px;
30291
+ background: #f5f7fa;
30292
+ display: flex;
30293
+ width: 100%;
30294
+ overflow: hidden;
30295
+ }
30296
+
30297
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
30298
+ margin-left: 1px;
30218
30299
  }
30219
30300
 
30220
30301
  .E_owd0kml {
@@ -30226,6 +30307,73 @@ html body {
30226
30307
  position: absolute;
30227
30308
  }
30228
30309
 
30310
+ .E_s1dizucg.ant-switch {
30311
+ min-width: 40px;
30312
+ height: 24px;
30313
+ background: rgba(172, 186, 211, 0.6);
30314
+ overflow: hidden;
30315
+ }
30316
+
30317
+ .E_s1dizucg.ant-switch:focus {
30318
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30319
+ }
30320
+
30321
+ .E_s1dizucg.ant-switch-small {
30322
+ min-width: 26px;
30323
+ height: 16px;
30324
+ }
30325
+
30326
+ .E_s1dizucg.ant-switch-large {
30327
+ min-width: 52px;
30328
+ height: 32px;
30329
+ }
30330
+
30331
+ .E_s1dizucg.ant-switch .ant-switch-handle {
30332
+ height: 20px;
30333
+ width: 20px;
30334
+ }
30335
+
30336
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
30337
+ border-radius: 10px;
30338
+ transition-delay: 120ms;
30339
+ }
30340
+
30341
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
30342
+ height: 14px;
30343
+ width: 14px;
30344
+ top: 1px;
30345
+ left: 1px;
30346
+ }
30347
+
30348
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
30349
+ height: 28px;
30350
+ width: 28px;
30351
+ }
30352
+
30353
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30354
+ border-radius: 14px;
30355
+ }
30356
+
30357
+ .E_s1dizucg.ant-switch-checked {
30358
+ background-color: #00ba5d;
30359
+ }
30360
+
30361
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30362
+ left: calc(100% - 20px - 2px);
30363
+ }
30364
+
30365
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30366
+ left: calc(100% - 14px - 1px);
30367
+ }
30368
+
30369
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30370
+ left: calc(100% - 28px - 2px);
30371
+ }
30372
+
30373
+ .E_c1up6e3y {
30374
+ margin-left: 5px;
30375
+ }
30376
+
30229
30377
  .E_rapgekc.ant-radio-wrapper {
30230
30378
  display: inline-flex;
30231
30379
  align-items: baseline;
@@ -30405,1411 +30553,1357 @@ html body {
30405
30553
  width: 36px;
30406
30554
  }
30407
30555
 
30408
- .E_skwah65 {
30409
- height: 8px;
30410
- box-sizing: border-box;
30411
- border-radius: 2px;
30412
- background: #f5f7fa;
30413
- display: flex;
30414
- width: 100%;
30415
- overflow: hidden;
30556
+ .E_dsnbhzf {
30557
+ font-family: Inter;
30558
+ font-style: normal;
30559
+ font-weight: bold;
30560
+ font-size: 32px;
30561
+ line-height: 40px;
30416
30562
  }
30417
30563
 
30418
- .E_skwah65 .stack-bar-item + .stack-bar-item {
30419
- margin-left: 1px;
30564
+ .E_d1mvo22k {
30565
+ font-family: Inter;
30566
+ font-style: normal;
30567
+ font-weight: bold;
30568
+ font-size: 24px;
30569
+ line-height: 32px;
30420
30570
  }
30421
30571
 
30422
- .E_phljevk {
30423
- display: flex;
30424
- justify-content: space-between;
30425
- align-items: center;
30426
- padding: 10px 0;
30427
- color: rgba(44, 56, 82, 0.6);
30428
- font-size: 12px;
30429
- line-height: 24px;
30572
+ .E_d1b444tr {
30573
+ font-family: Inter;
30574
+ font-style: normal;
30575
+ font-weight: normal;
30576
+ font-size: 32px;
30577
+ line-height: 40px;
30430
30578
  }
30431
30579
 
30432
- .E_phljevk .pagination-left {
30433
- padding: 2px 8px;
30580
+ .E_dvs0kue {
30581
+ font-family: Inter;
30582
+ font-style: normal;
30583
+ font-weight: bold;
30584
+ font-size: 20px;
30585
+ line-height: 24px;
30434
30586
  }
30435
30587
 
30436
- .E_phljevk .dropdown-trigger {
30437
- display: flex;
30438
- align-items: center;
30439
- border-radius: 6px;
30440
- cursor: pointer;
30441
- transition: all 0.3s ease;
30588
+ .E_d1hcbfcq {
30589
+ font-family: Inter;
30590
+ font-style: normal;
30591
+ font-weight: normal;
30592
+ font-size: 20px;
30593
+ line-height: 24px;
30442
30594
  }
30443
30595
 
30444
- .E_phljevk .dropdown-trigger:hover {
30445
- background: rgba(211, 218, 235, 0.6);
30446
- color: #0080ff;
30596
+ .E_d1cz922v {
30597
+ font-family: Inter;
30598
+ font-style: normal;
30599
+ font-weight: bold;
30600
+ font-size: 18px;
30601
+ line-height: 22px;
30447
30602
  }
30448
30603
 
30449
- .E_phljevk .dropdown-trigger .icon-inner {
30450
- margin-left: 4px;
30604
+ .E_d3nzbrm {
30605
+ font-family: Inter;
30606
+ font-style: normal;
30607
+ font-weight: normal;
30608
+ font-size: 18px;
30609
+ line-height: 22px;
30451
30610
  }
30452
30611
 
30453
- .E_phljevk .pagination-right {
30454
- display: flex;
30455
- align-items: center;
30456
- color: #0080ff;
30612
+ .E_h1g0p5ob {
30613
+ font-family: Inter;
30614
+ font-style: normal;
30457
30615
  font-weight: bold;
30616
+ font-size: 16px;
30617
+ line-height: 22px;
30458
30618
  }
30459
30619
 
30460
- .E_phljevk .pagination-right .icon-inner {
30461
- margin-left: 4px;
30462
- }
30463
-
30464
- .E_phljevk .pagination-right .prev-btn,
30465
- .E_phljevk .pagination-right .next-btn {
30466
- padding: 0 8px;
30620
+ .E_hydo2ej {
30621
+ font-family: Inter;
30622
+ font-style: normal;
30623
+ font-weight: normal;
30624
+ font-size: 16px;
30625
+ line-height: 22px;
30467
30626
  }
30468
30627
 
30469
- .E_phljevk .pagination-right .prev-btn > span,
30470
- .E_phljevk .pagination-right .next-btn > span {
30471
- color: #0080ff;
30628
+ .E_h1hbuq0r {
30629
+ font-family: Inter;
30630
+ font-style: normal;
30631
+ font-weight: bold;
30632
+ font-size: 14px;
30633
+ line-height: 20px;
30472
30634
  }
30473
30635
 
30474
- .E_phljevk .pagination-right .next-btn .icon-inner {
30475
- transform: rotate(180deg);
30636
+ .E_h13bondg {
30637
+ font-family: Inter;
30638
+ font-style: normal;
30639
+ font-weight: normal;
30640
+ font-size: 14px;
30641
+ line-height: 20px;
30476
30642
  }
30477
30643
 
30478
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30479
- max-height: calc(100vh - 128px);
30480
- overflow-y: auto;
30644
+ .E_h1mhvdlx {
30645
+ font-family: Inter;
30646
+ font-style: normal;
30647
+ font-weight: bold;
30648
+ font-size: 12px;
30649
+ line-height: 18px;
30481
30650
  }
30482
30651
 
30483
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30484
- padding: 4px 20px;
30652
+ .E_h1inmfq6 {
30653
+ font-family: Inter;
30654
+ font-style: normal;
30655
+ font-weight: normal;
30485
30656
  font-size: 12px;
30486
30657
  line-height: 18px;
30487
30658
  }
30488
30659
 
30489
- .E_s1dizucg.ant-switch {
30490
- min-width: 40px;
30491
- height: 24px;
30492
- background: rgba(172, 186, 211, 0.6);
30493
- overflow: hidden;
30660
+ .E_h1kfc0la {
30661
+ font-family: Inter;
30662
+ font-style: normal;
30663
+ font-weight: bold;
30664
+ text-transform: uppercase;
30665
+ font-feature-settings: "cpsp" on;
30666
+ font-size: 12px;
30667
+ line-height: 18px;
30494
30668
  }
30495
30669
 
30496
- .E_s1dizucg.ant-switch:focus {
30497
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30670
+ .E_h10xnyuu {
30671
+ font-family: Inter;
30672
+ font-style: normal;
30673
+ font-weight: normal;
30674
+ text-transform: uppercase;
30675
+ font-feature-settings: "cpsp" on;
30676
+ font-size: 12px;
30677
+ line-height: 18px;
30498
30678
  }
30499
30679
 
30500
- .E_s1dizucg.ant-switch-small {
30501
- min-width: 26px;
30502
- height: 16px;
30680
+ .E_lrcmi0v {
30681
+ font-family: Inter;
30682
+ font-style: normal;
30683
+ font-weight: normal;
30684
+ font-size: 16px;
30685
+ line-height: 24px;
30503
30686
  }
30504
30687
 
30505
- .E_s1dizucg.ant-switch-large {
30506
- min-width: 52px;
30507
- height: 32px;
30688
+ .E_lzt43lp {
30689
+ font-family: Inter;
30690
+ font-style: normal;
30691
+ font-weight: bold;
30692
+ font-size: 16px;
30693
+ line-height: 24px;
30508
30694
  }
30509
30695
 
30510
- .E_s1dizucg.ant-switch .ant-switch-handle {
30511
- height: 20px;
30512
- width: 20px;
30696
+ .E_l5yc9nt {
30697
+ font-family: Inter;
30698
+ font-style: normal;
30699
+ font-weight: normal;
30700
+ font-size: 16px;
30701
+ line-height: 24px;
30513
30702
  }
30514
30703
 
30515
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
30516
- border-radius: 10px;
30517
- transition-delay: 120ms;
30704
+ .E_l1fbkbzo {
30705
+ font-family: Inter;
30706
+ font-style: normal;
30707
+ font-weight: bold;
30708
+ font-size: 16px;
30709
+ line-height: 24px;
30518
30710
  }
30519
30711
 
30520
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
30521
- height: 14px;
30522
- width: 14px;
30523
- top: 1px;
30524
- left: 1px;
30712
+ .E_lahvcax {
30713
+ font-family: Inter;
30714
+ font-style: normal;
30715
+ font-weight: normal;
30716
+ text-transform: uppercase;
30717
+ font-feature-settings: "cpsp" on;
30718
+ font-size: 16px;
30719
+ line-height: 24px;
30525
30720
  }
30526
30721
 
30527
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
30528
- height: 28px;
30529
- width: 28px;
30722
+ .E_l11q3pxd {
30723
+ font-family: Inter;
30724
+ font-style: normal;
30725
+ font-weight: bold;
30726
+ text-transform: uppercase;
30727
+ font-feature-settings: "cpsp" on;
30728
+ font-size: 16px;
30729
+ line-height: 24px;
30530
30730
  }
30531
30731
 
30532
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30533
- border-radius: 14px;
30732
+ .E_lfuc2qu {
30733
+ font-family: Inter;
30734
+ font-style: normal;
30735
+ font-weight: normal;
30736
+ font-size: 14px;
30737
+ line-height: 22px;
30534
30738
  }
30535
30739
 
30536
- .E_s1dizucg.ant-switch-checked {
30537
- background-color: #00ba5d;
30740
+ .E_l1jmp8r0 {
30741
+ font-family: Inter;
30742
+ font-style: normal;
30743
+ font-weight: 500;
30744
+ font-size: 14px;
30745
+ line-height: 22px;
30538
30746
  }
30539
30747
 
30540
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30541
- left: calc(100% - 20px - 2px);
30748
+ .E_lcnm221 {
30749
+ font-family: Inter;
30750
+ font-style: normal;
30751
+ font-weight: bold;
30752
+ font-size: 14px;
30753
+ line-height: 22px;
30542
30754
  }
30543
30755
 
30544
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30545
- left: calc(100% - 14px - 1px);
30756
+ .E_lu1z2n5 {
30757
+ font-family: Inter;
30758
+ font-style: normal;
30759
+ font-weight: normal;
30760
+ font-size: 14px;
30761
+ line-height: 22px;
30546
30762
  }
30547
30763
 
30548
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30549
- left: calc(100% - 28px - 2px);
30764
+ .E_l1r59djn {
30765
+ font-family: Inter;
30766
+ font-style: normal;
30767
+ font-weight: bold;
30768
+ font-size: 14px;
30769
+ line-height: 22px;
30550
30770
  }
30551
30771
 
30552
- .E_c1up6e3y {
30553
- margin-left: 5px;
30772
+ .E_ljm2911 {
30773
+ font-family: Inter;
30774
+ font-style: normal;
30775
+ font-weight: normal;
30776
+ text-transform: uppercase;
30777
+ font-feature-settings: "cpsp" on;
30778
+ font-size: 14px;
30779
+ line-height: 22px;
30554
30780
  }
30555
30781
 
30556
- .E_cnujxq2 {
30557
- display: flex;
30558
- flex-direction: column;
30782
+ .E_l124mzmr {
30783
+ font-family: Inter;
30784
+ font-style: normal;
30785
+ font-weight: bold;
30786
+ text-transform: uppercase;
30787
+ font-feature-settings: "cpsp" on;
30788
+ font-size: 14px;
30789
+ line-height: 22px;
30559
30790
  }
30560
30791
 
30561
- .E_m7s48ia {
30562
- max-width: 1120px;
30563
- width: 100%;
30564
- margin: 0 auto;
30565
- height: 100%;
30792
+ .E_lb3chel {
30793
+ font-family: Inter;
30794
+ font-style: normal;
30795
+ font-weight: normal;
30796
+ font-size: 13px;
30797
+ line-height: 20px;
30566
30798
  }
30567
30799
 
30568
- .E_wt5zbg6 {
30569
- max-width: 1120px;
30570
- width: 100%;
30571
- margin: 0 auto;
30572
- display: flex;
30800
+ .E_lv9jstu {
30801
+ font-family: Inter;
30802
+ font-style: normal;
30803
+ font-weight: 600;
30804
+ font-size: 13px;
30805
+ line-height: 20px;
30573
30806
  }
30574
30807
 
30575
- .E_wt5zbg6 .left,
30576
- .E_wt5zbg6 .right {
30577
- flex-grow: 0;
30578
- flex-shrink: 0;
30579
- flex-basis: 21%;
30808
+ .E_lwqlh3x {
30809
+ font-family: Inter;
30810
+ font-style: normal;
30811
+ font-weight: bold;
30812
+ font-size: 13px;
30813
+ line-height: 20px;
30580
30814
  }
30581
30815
 
30582
- .E_wt5zbg6 .left {
30583
- display: flex;
30584
- justify-content: flex-end;
30585
- padding-right: 44px;
30816
+ .E_lalum9y {
30817
+ font-family: Inter;
30818
+ font-style: normal;
30819
+ font-weight: normal;
30820
+ font-size: 13px;
30821
+ line-height: 20px;
30586
30822
  }
30587
30823
 
30588
- .E_wt5zbg6 .right {
30589
- padding-left: 44px;
30824
+ .E_l1t6dj5o {
30825
+ font-family: Inter;
30826
+ font-style: normal;
30827
+ font-weight: 600;
30828
+ font-size: 13px;
30829
+ line-height: 20px;
30590
30830
  }
30591
30831
 
30592
- .E_wt5zbg6 .middle {
30593
- margin-bottom: 40px;
30594
- flex-grow: 0;
30595
- flex-shrink: 0;
30596
- flex-basis: 58%;
30832
+ .E_l12f6ic {
30833
+ font-family: Inter;
30834
+ font-style: normal;
30835
+ font-weight: bold;
30836
+ font-size: 13px;
30837
+ line-height: 20px;
30597
30838
  }
30598
30839
 
30599
- .E_wt5zbg6 .middle .form-base-field {
30600
- width: 100%;
30840
+ .E_l7gmukq {
30841
+ font-family: Inter;
30842
+ font-style: normal;
30843
+ font-weight: normal;
30844
+ text-transform: uppercase;
30845
+ font-feature-settings: "cpsp" on;
30846
+ font-size: 13px;
30847
+ line-height: 20px;
30601
30848
  }
30602
30849
 
30603
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
30604
- width: auto;
30850
+ .E_lkwl0yp {
30851
+ font-family: Inter;
30852
+ font-style: normal;
30853
+ font-weight: bold;
30854
+ text-transform: uppercase;
30855
+ font-feature-settings: "cpsp" on;
30856
+ font-size: 13px;
30857
+ line-height: 20px;
30605
30858
  }
30606
30859
 
30607
- .E_h18jprzg .ant-modal-header {
30608
- margin: 0 auto;
30609
- width: 100%;
30610
- max-width: 648px;
30860
+ .E_l10knv48 {
30861
+ font-family: Inter;
30862
+ font-style: normal;
30863
+ font-weight: normal;
30864
+ font-size: 12px;
30865
+ line-height: 18px;
30611
30866
  }
30612
30867
 
30613
- .E_h18jprzg .ant-modal-header .ant-modal-title {
30614
- margin-left: 0;
30868
+ .E_l6526ld {
30869
+ font-family: Inter;
30870
+ font-style: normal;
30871
+ font-weight: 500;
30872
+ font-size: 12px;
30873
+ line-height: 18px;
30615
30874
  }
30616
30875
 
30617
- .E_h18jprzg .ant-modal-body {
30618
- margin: 0 auto;
30619
- padding: 0;
30620
- width: 100%;
30621
- max-width: 648px;
30622
- overflow: hidden;
30876
+ .E_l1j81vli {
30877
+ font-family: Inter;
30878
+ font-style: normal;
30879
+ font-weight: bold;
30880
+ font-size: 12px;
30881
+ line-height: 18px;
30623
30882
  }
30624
30883
 
30625
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30626
- margin-bottom: 40px;
30884
+ .E_l1x7n1mk {
30885
+ font-family: Inter;
30886
+ font-style: normal;
30887
+ font-weight: normal;
30888
+ font-size: 12px;
30889
+ line-height: 18px;
30627
30890
  }
30628
30891
 
30629
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
30630
- height: calc(100vh - 225px);
30631
- overflow-y: auto;
30892
+ .E_l9fqufz {
30893
+ font-family: Inter;
30894
+ font-style: normal;
30895
+ font-weight: 500;
30896
+ font-size: 12px;
30897
+ line-height: 18px;
30632
30898
  }
30633
30899
 
30634
- .E_h18jprzg .ant-modal-footer .footer-content {
30635
- margin: 0 auto;
30636
- max-width: 648px;
30900
+ .E_l1iwnybd {
30901
+ font-family: Inter;
30902
+ font-style: normal;
30903
+ font-weight: bold;
30904
+ font-size: 12px;
30905
+ line-height: 18px;
30637
30906
  }
30638
30907
 
30639
- .E_h16z9xgz .ant-modal-header {
30640
- margin: 0 auto;
30641
- width: 100%;
30642
- max-width: 1024px;
30908
+ .E_lprtm1e {
30909
+ font-family: Inter;
30910
+ font-style: normal;
30911
+ font-weight: normal;
30912
+ text-transform: uppercase;
30913
+ font-feature-settings: "cpsp" on;
30914
+ font-size: 12px;
30915
+ line-height: 18px;
30643
30916
  }
30644
30917
 
30645
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
30646
- margin-left: 0;
30918
+ .E_l1lln87h {
30919
+ font-family: Inter;
30920
+ font-style: normal;
30921
+ font-weight: bold;
30922
+ text-transform: uppercase;
30923
+ font-feature-settings: "cpsp" on;
30924
+ font-size: 12px;
30925
+ line-height: 18px;
30647
30926
  }
30648
30927
 
30649
- .E_h16z9xgz .ant-modal-body {
30650
- margin: 0 auto;
30651
- padding: 0;
30652
- width: 100%;
30653
- max-width: 1024px;
30654
- overflow: hidden;
30928
+ .E_f2pb48l {
30929
+ font-family: Inter;
30930
+ font-style: normal;
30931
+ font-weight: normal;
30932
+ font-size: 13px;
30933
+ line-height: 20px;
30655
30934
  }
30656
30935
 
30657
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
30658
- margin-bottom: 40px;
30936
+ .E_fi9emkw {
30937
+ font-family: Inter;
30938
+ font-style: normal;
30939
+ font-weight: normal;
30940
+ font-size: 13px;
30941
+ line-height: 20px;
30659
30942
  }
30660
30943
 
30661
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
30662
- height: calc(100vh - 225px);
30663
- overflow-y: auto;
30944
+ .E_f1nrg7da {
30945
+ font-family: Inter;
30946
+ font-style: normal;
30947
+ font-weight: normal;
30948
+ font-size: 12px;
30949
+ line-height: 18px;
30664
30950
  }
30665
30951
 
30666
- .E_h16z9xgz .ant-modal-footer .footer-content {
30667
- margin: 0 auto;
30668
- max-width: 1024px;
30952
+ .E_f17k1i3n {
30953
+ font-family: Inter;
30954
+ font-style: normal;
30955
+ font-weight: normal;
30956
+ font-size: 12px;
30957
+ line-height: 18px;
30669
30958
  }
30670
30959
 
30671
- .E_f1lrhghm {
30672
- flex: 1;
30960
+ .E_t1tvuj2e {
30961
+ font-family: Inter;
30962
+ font-style: normal;
30963
+ font-weight: normal;
30964
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30965
+ font-size: 13px;
30966
+ line-height: 20px;
30673
30967
  }
30674
30968
 
30675
- .E_f1lrhghm label {
30969
+ .E_t17uajlu {
30970
+ font-family: Inter;
30971
+ font-style: normal;
30972
+ font-weight: normal;
30973
+ font-feature-settings: "zero" on;
30676
30974
  font-size: 13px;
30677
30975
  line-height: 20px;
30678
- color: rgba(44, 56, 82, 0.6);
30679
30976
  }
30680
30977
 
30681
- .E_f1lrhghm .title {
30682
- font-size: 14px;
30683
- line-height: 20px;
30684
- color: #2d3a56;
30685
- margin-bottom: 12px;
30978
+ .E_t114zbyz {
30979
+ font-family: Inter;
30980
+ font-style: normal;
30981
+ font-weight: normal;
30982
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30983
+ font-size: 12px;
30984
+ line-height: 18px;
30686
30985
  }
30687
30986
 
30688
- .E_f1lrhghm.connect-cluster .title {
30689
- padding-bottom: 26px;
30987
+ .E_t1il0kvi {
30988
+ font-family: Inter;
30989
+ font-style: normal;
30990
+ font-weight: 500;
30991
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30992
+ font-size: 12px;
30993
+ line-height: 18px;
30690
30994
  }
30691
30995
 
30692
- .E_f18ot8em {
30693
- padding: 25px 0 15px 0;
30694
- border-bottom: 1px solid #e1e5eb;
30695
- margin-bottom: 16px;
30996
+ .E_t10dv8p1 {
30997
+ font-family: Inter;
30998
+ font-style: normal;
30999
+ font-weight: normal;
31000
+ font-feature-settings: "zero" on;
31001
+ font-size: 12px;
31002
+ line-height: 18px;
30696
31003
  }
30697
31004
 
30698
- .E_f1l1g2k0 {
30699
- display: flex;
30700
- align-items: center;
30701
- margin-bottom: 8px;
31005
+ .E_tc2oqpq {
31006
+ font-family: Inter;
31007
+ font-style: normal;
31008
+ font-weight: 500;
31009
+ font-feature-settings: "zero" on;
31010
+ font-size: 12px;
31011
+ line-height: 18px;
30702
31012
  }
30703
31013
 
30704
- .E_f1l1g2k0 > label {
30705
- width: 216px;
31014
+ .E_tzvddmc {
31015
+ font-family: Inter;
31016
+ font-style: normal;
31017
+ font-weight: bold;
31018
+ font-feature-settings: "zero" on;
31019
+ font-size: 16px;
31020
+ line-height: 24px;
30706
31021
  }
30707
31022
 
30708
- .E_f1l1g2k0 > label + * {
30709
- width: 100%;
31023
+ .E_u18llj45 {
31024
+ font-family: Inter;
31025
+ font-style: normal;
31026
+ font-weight: normal;
31027
+ font-size: 10px;
31028
+ line-height: 12px;
30710
31029
  }
30711
31030
 
30712
- .E_f1l1g2k0 .ant-select {
30713
- width: 100%;
31031
+ .E_iq1gosr {
31032
+ display: inline-block;
30714
31033
  }
30715
31034
 
30716
- .E_e1k89cwg {
30717
- color: #e75a3a;
30718
- margin-right: 10px;
31035
+ .E_s1dni7lo {
31036
+ width: 430px !important;
30719
31037
  }
30720
31038
 
30721
- .E_d1oui1gf {
30722
- width: 100%;
30723
- height: 1px;
30724
- background: rgba(213, 219, 227, 0.6);
30725
- margin: 24px 0;
31039
+ .E_d1wwmmm5 .ant-select-item-group {
31040
+ padding: 8px 16px;
31041
+ line-height: 18px;
31042
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31043
+ height: 34px;
31044
+ min-height: 34px;
31045
+ box-sizing: border-box;
31046
+ margin-top: 8px;
30726
31047
  }
30727
31048
 
30728
- .E_l15itdbb {
31049
+ .E_o1ugr09p {
30729
31050
  display: flex;
30730
- justify-content: center;
30731
- align-items: center;
30732
- height: 100%;
31051
+ flex-direction: column;
31052
+ margin: 1px 8px;
31053
+ padding: 8px;
31054
+ border-radius: 4px;
30733
31055
  }
30734
31056
 
30735
- .E_d1y3z4w {
30736
- display: inline-block;
30737
- width: 4px;
30738
- height: 4px;
30739
- background: #8e9aa9;
30740
- opacity: 0.4;
30741
- border-radius: 50%;
30742
- margin: 0 4px;
31057
+ .E_o1ugr09p .selected-icon {
31058
+ display: none;
30743
31059
  }
30744
31060
 
30745
- .E_m177r7a3 .ant-modal-header,
30746
- .E_m177r7a3 .ant-modal-footer .footer-content {
30747
- width: 648px;
30748
- margin: 0 auto;
31061
+ .E_o1ugr09p.ant-select-item-option-grouped {
31062
+ padding-left: 8px;
30749
31063
  }
30750
31064
 
30751
- .E_m177r7a3 .ant-modal-header {
30752
- padding: 35px 0 24px;
30753
- border: none;
31065
+ .E_o1ugr09p.ant-select-item-option-selected {
31066
+ background-color: white;
30754
31067
  }
30755
31068
 
30756
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
30757
- font-size: 30px;
31069
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31070
+ color: #0080ff;
30758
31071
  }
30759
31072
 
30760
- .E_m177r7a3 .ant-modal-body {
30761
- padding: 4px 0 2px;
31073
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31074
+ display: block;
30762
31075
  }
30763
31076
 
30764
- .E_m177r7a3 .ant-modal-footer {
30765
- border: none;
31077
+ .E_o1ugr09p.ant-select-item-option-active {
31078
+ background: rgba(0, 136, 255, 0.16);
30766
31079
  }
30767
31080
 
30768
- .E_t1wwio3v {
30769
- font-size: 12px;
30770
- line-height: 18px;
30771
- font-weight: bold;
30772
- color: #fff;
30773
- padding: 0 4px;
30774
- border-radius: 4px;
30775
- display: inline-block;
30776
- background: var(--t1wwio3v-0);
31081
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31082
+ color: #0080ff;
30777
31083
  }
30778
31084
 
30779
- .E_t1wwio3v:not(:first-child) {
30780
- margin-left: 4px;
31085
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31086
+ background: rgba(0, 136, 255, 0.1);
31087
+ color: #0080ff;
30781
31088
  }
30782
31089
 
30783
- .E_f17jvtfk {
30784
- width: 100%;
30785
- height: 100%;
31090
+ .E_o1ifxsq4 {
30786
31091
  display: flex;
30787
- align-items: center;
30788
- justify-content: center;
31092
+ justify-content: space-between;
31093
+ height: 20px;
31094
+ line-height: 20px;
30789
31095
  }
30790
31096
 
30791
- .E_nzppkea {
30792
- font-size: 90%;
30793
- font-weight: bold;
30794
- background-color: rgba(240, 243, 247, 0.6);
30795
- padding: 1px 4px 1px;
30796
- margin-left: 2px;
30797
- margin-right: 2px;
30798
- border: 1px solid rgba(213, 219, 227, 0.6);
30799
- border-radius: 4px;
31097
+ .E_o1ifxsq4 .timezone-title {
31098
+ color: #2d3a56;
31099
+ overflow: hidden;
31100
+ text-overflow: ellipsis;
30800
31101
  }
30801
31102
 
30802
- .E_f4mi9eq.form-item-general {
30803
- width: 640px;
31103
+ .E_o1zue7 {
31104
+ display: flex;
31105
+ justify-content: space-between;
31106
+ color: rgba(44, 56, 82, 0.6);
31107
+ height: 18px;
31108
+ line-height: 18px;
31109
+ margin-top: 2px;
30804
31110
  }
30805
31111
 
30806
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
30807
- margin-top: 16px;
31112
+ .E_tyfmlxg {
31113
+ border: none;
31114
+ margin-right: 0;
31115
+ background: rgba(225, 230, 241, 0.6);
30808
31116
  }
30809
31117
 
30810
- .E_f4mi9eq.form-item-compact {
30811
- width: 412px;
31118
+ .E_o18uybox {
31119
+ pointer-events: none;
31120
+ height: 32px;
31121
+ width: 100%;
31122
+ opacity: 0;
30812
31123
  }
30813
31124
 
30814
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
30815
- margin-top: 8px;
31125
+ .E_cnujxq2 {
31126
+ display: flex;
31127
+ flex-direction: column;
30816
31128
  }
30817
31129
 
30818
- .E_f4mi9eq .form-item {
30819
- width: auto;
31130
+ .E_m7s48ia {
31131
+ max-width: 1120px;
31132
+ width: 100%;
31133
+ margin: 0 auto;
31134
+ height: 100%;
30820
31135
  }
30821
31136
 
30822
- .E_f4mi9eq .form-item-main {
30823
- position: relative;
31137
+ .E_wt5zbg6 {
31138
+ max-width: 1120px;
31139
+ width: 100%;
31140
+ margin: 0 auto;
30824
31141
  display: flex;
30825
31142
  }
30826
31143
 
30827
- .E_f4mi9eq .form-item-extra {
30828
- margin-top: 4px;
30829
- width: 100%;
30830
- padding: 14px;
30831
- background: #f2f4f6;
30832
- font-size: 13px;
30833
- line-height: 1.8;
30834
- color: #8e9aa9;
31144
+ .E_wt5zbg6 .left,
31145
+ .E_wt5zbg6 .right {
31146
+ flex-grow: 0;
31147
+ flex-shrink: 0;
31148
+ flex-basis: 21%;
30835
31149
  }
30836
31150
 
30837
- .E_f4mi9eq .form-item-label {
30838
- padding-right: 12px;
30839
- font-size: 13px;
30840
- color: rgba(44, 56, 82, 0.6);
31151
+ .E_wt5zbg6 .left {
31152
+ display: flex;
31153
+ justify-content: flex-end;
31154
+ padding-right: 44px;
30841
31155
  }
30842
31156
 
30843
- .E_f4mi9eq .form-item-label.label-right {
30844
- text-align: right;
31157
+ .E_wt5zbg6 .right {
31158
+ padding-left: 44px;
30845
31159
  }
30846
31160
 
30847
- .E_f4mi9eq .form-item-label,
30848
- .E_f4mi9eq .form-item-control {
30849
- line-height: 32px;
31161
+ .E_wt5zbg6 .middle {
31162
+ margin-bottom: 40px;
31163
+ flex-grow: 0;
31164
+ flex-shrink: 0;
31165
+ flex-basis: 58%;
30850
31166
  }
30851
31167
 
30852
- .E_f4mi9eq .form-item-control .form-item-error {
30853
- line-height: 18px;
31168
+ .E_wt5zbg6 .middle .form-base-field {
31169
+ width: 100%;
30854
31170
  }
30855
31171
 
30856
- .E_f4mi9eq .form-item-children {
30857
- width: 100%;
31172
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
31173
+ width: auto;
30858
31174
  }
30859
31175
 
30860
- .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
31176
+ .E_h18jprzg .ant-modal-header {
31177
+ margin: 0 auto;
30861
31178
  width: 100%;
31179
+ max-width: 648px;
30862
31180
  }
30863
31181
 
30864
- .E_f4mi9eq .form-item-error {
30865
- color: #e75a3a;
30866
- height: 0;
31182
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
31183
+ margin-left: 0;
31184
+ }
31185
+
31186
+ .E_h18jprzg .ant-modal-body {
31187
+ margin: 0 auto;
31188
+ padding: 0;
31189
+ width: 100%;
31190
+ max-width: 648px;
30867
31191
  overflow: hidden;
30868
31192
  }
30869
31193
 
30870
- .E_f4mi9eq .form-item-error-enter-done {
30871
- margin-top: 4px;
30872
- height: auto;
30873
- overflow: auto;
31194
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
31195
+ margin-bottom: 40px;
30874
31196
  }
30875
31197
 
30876
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30877
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30878
- border: 1px solid #e75a3a;
30879
- color: #e75a3a;
31198
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
31199
+ height: calc(100vh - 225px);
31200
+ overflow-y: auto;
30880
31201
  }
30881
31202
 
30882
- .E_fh0ewl8 {
30883
- color: #2d3a56;
30884
- font-weight: bold;
30885
- padding-bottom: 6px;
30886
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30887
- margin-bottom: 16px;
31203
+ .E_h18jprzg .ant-modal-footer .footer-content {
31204
+ margin: 0 auto;
31205
+ max-width: 648px;
30888
31206
  }
30889
31207
 
30890
- .E_fh0ewl8:not(:first-of-type) {
30891
- margin-top: 16px;
31208
+ .E_h16z9xgz .ant-modal-header {
31209
+ margin: 0 auto;
31210
+ width: 100%;
31211
+ max-width: 1024px;
30892
31212
  }
30893
31213
 
30894
- .E_e1qrlvot {
30895
- width: 8px;
30896
- height: 24px;
30897
- display: flex;
30898
- justify-content: center;
30899
- align-items: center;
30900
- cursor: pointer;
30901
- transition: all 200ms ease-out 40ms;
31214
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
31215
+ margin-left: 0;
30902
31216
  }
30903
31217
 
30904
- .E_e1qrlvot:before, .E_e1qrlvot:after {
30905
- content: "";
30906
- width: 1px;
30907
- height: 6px;
30908
- border-radius: 1px;
30909
- background: #ccd4e3;
30910
- position: relative;
30911
- right: 2px;
30912
- transform: rotate(-45deg);
31218
+ .E_h16z9xgz .ant-modal-body {
31219
+ margin: 0 auto;
31220
+ padding: 0;
31221
+ width: 100%;
31222
+ max-width: 1024px;
31223
+ overflow: hidden;
30913
31224
  }
30914
31225
 
30915
- .E_e1qrlvot:after {
30916
- transform: rotate(45deg);
30917
- left: 1px;
31226
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
31227
+ margin-bottom: 40px;
30918
31228
  }
30919
31229
 
30920
- .E_w9ic984.ant-alert-warning {
30921
- border: 0;
30922
- background: rgba(255, 187, 0, 0.1);
30923
- border-radius: 6px;
31230
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
31231
+ height: calc(100vh - 225px);
31232
+ overflow-y: auto;
30924
31233
  }
30925
31234
 
30926
- .E_w9ic984.ant-alert,
30927
- .E_w9ic984 .ant-alert-message {
30928
- color: #e07f00;
31235
+ .E_h16z9xgz .ant-modal-footer .footer-content {
31236
+ margin: 0 auto;
31237
+ max-width: 1024px;
30929
31238
  }
30930
31239
 
30931
- .E_w9ic984.ant-alert .dashed-border-bottom,
30932
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
30933
- border-bottom-color: #e07f00;
31240
+ .E_f1lrhghm {
31241
+ flex: 1;
30934
31242
  }
30935
31243
 
30936
- .E_n1k9qi4r {
30937
- display: flex;
30938
- flex-direction: row;
30939
- padding: 7px 12px;
30940
- background: rgba(255, 187, 0, 0.1);
30941
- border-radius: 6px;
30942
- color: #e07f00;
30943
- font-size: 12px;
30944
- line-height: 18px;
31244
+ .E_f1lrhghm label {
31245
+ font-size: 13px;
31246
+ line-height: 20px;
31247
+ color: rgba(44, 56, 82, 0.6);
30945
31248
  }
30946
31249
 
30947
- .E_n1k9qi4r .icon-wrapper {
30948
- margin-right: 10px;
30949
- height: 18px;
31250
+ .E_f1lrhghm .title {
31251
+ font-size: 14px;
31252
+ line-height: 20px;
31253
+ color: #2d3a56;
31254
+ margin-bottom: 12px;
30950
31255
  }
30951
31256
 
30952
- .E_n16fsg9x {
30953
- display: flex;
30954
- flex-direction: row;
30955
- padding: 7px 12px;
30956
- background: rgba(225, 230, 241, 0.6);
30957
- border-radius: 6px;
30958
- color: rgba(44, 56, 82, 0.6);
30959
- font-size: 12px;
30960
- line-height: 18px;
31257
+ .E_f1lrhghm.connect-cluster .title {
31258
+ padding-bottom: 26px;
30961
31259
  }
30962
31260
 
30963
- .E_n16fsg9x .icon-wrapper {
30964
- margin-right: 10px;
30965
- height: 18px;
31261
+ .E_f18ot8em {
31262
+ padding: 25px 0 15px 0;
31263
+ border-bottom: 1px solid #e1e5eb;
31264
+ margin-bottom: 16px;
30966
31265
  }
30967
31266
 
30968
- .E_i173wxzw {
31267
+ .E_f1l1g2k0 {
30969
31268
  display: flex;
30970
- flex-direction: row;
30971
- padding: 7px 12px;
30972
- background: rgba(0, 136, 255, 0.1);
30973
- border-radius: 6px;
30974
- color: #005ed1;
30975
- font-size: 12px;
30976
- line-height: 18px;
31269
+ align-items: center;
31270
+ margin-bottom: 8px;
30977
31271
  }
30978
31272
 
30979
- .E_i173wxzw .icon-wrapper {
30980
- margin-right: 10px;
30981
- height: 18px;
31273
+ .E_f1l1g2k0 > label {
31274
+ width: 216px;
30982
31275
  }
30983
31276
 
30984
- .E_dld369h {
30985
- color: rgba(44, 56, 82, 0.6);
30986
- margin-top: 5px;
30987
- font-size: 12px;
30988
- line-height: 18px;
31277
+ .E_f1l1g2k0 > label + * {
31278
+ width: 100%;
30989
31279
  }
30990
31280
 
30991
- .E_s1epv22q {
30992
- color: #f0483e;
30993
- font-size: 12px;
30994
- white-space: pre-wrap;
31281
+ .E_f1l1g2k0 .ant-select {
31282
+ width: 100%;
30995
31283
  }
30996
31284
 
30997
- .E_okus5hk {
30998
- display: flex;
30999
- align-items: center;
31000
- justify-content: flex-end;
31285
+ .E_e1k89cwg {
31286
+ color: #e75a3a;
31287
+ margin-right: 10px;
31001
31288
  }
31002
31289
 
31003
- .E_okus5hk .icon-wrapper {
31004
- margin-right: 16px;
31290
+ .E_d1oui1gf {
31291
+ width: 100%;
31292
+ height: 1px;
31293
+ background: rgba(213, 219, 227, 0.6);
31294
+ margin: 24px 0;
31005
31295
  }
31006
31296
 
31007
- .E_t1auuzri {
31008
- color: rgba(0, 21, 64, 0.3);
31297
+ .E_l15itdbb {
31298
+ display: flex;
31299
+ justify-content: center;
31300
+ align-items: center;
31301
+ height: 100%;
31009
31302
  }
31010
31303
 
31011
- .E_i74cfyt.ant-input {
31012
- padding: 5px 12px;
31013
- line-height: 20px;
31014
- color: #2d3a56;
31015
- border-radius: 6px;
31016
- border-color: rgba(172, 186, 211, 0.6);
31017
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31304
+ .E_d1y3z4w {
31305
+ display: inline-block;
31306
+ width: 4px;
31307
+ height: 4px;
31308
+ background: #8e9aa9;
31309
+ opacity: 0.4;
31310
+ border-radius: 50%;
31311
+ margin: 0 4px;
31018
31312
  }
31019
31313
 
31020
- .E_i74cfyt.ant-input.ant-input-lg {
31021
- padding: 8px 16px;
31022
- line-height: 22px;
31314
+ .E_m177r7a3 .ant-modal-header,
31315
+ .E_m177r7a3 .ant-modal-footer .footer-content {
31316
+ width: 648px;
31317
+ margin: 0 auto;
31023
31318
  }
31024
31319
 
31025
- .E_i74cfyt.ant-input.ant-input-sm {
31026
- padding: 2px 8px;
31027
- line-height: 18px;
31320
+ .E_m177r7a3 .ant-modal-header {
31321
+ padding: 35px 0 24px;
31322
+ border: none;
31028
31323
  }
31029
31324
 
31030
- .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
31031
- border-color: rgba(107, 128, 167, 0.6);
31032
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31033
- z-index: 1;
31325
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
31326
+ font-size: 30px;
31034
31327
  }
31035
31328
 
31036
- .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
31037
- border-color: #0096ff;
31038
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31039
- z-index: 1;
31329
+ .E_m177r7a3 .ant-modal-body {
31330
+ padding: 4px 0 2px;
31040
31331
  }
31041
31332
 
31042
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31043
- border-color: #e75a3a;
31044
- color: #e75a3a;
31333
+ .E_m177r7a3 .ant-modal-footer {
31334
+ border: none;
31045
31335
  }
31046
31336
 
31047
- .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
31048
- border-color: #e75a3a;
31049
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31337
+ .E_t1wwio3v {
31338
+ font-size: 12px;
31339
+ line-height: 18px;
31340
+ font-weight: bold;
31341
+ color: #fff;
31342
+ padding: 0 4px;
31343
+ border-radius: 4px;
31344
+ display: inline-block;
31345
+ background: var(--t1wwio3v-0);
31050
31346
  }
31051
31347
 
31052
- .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
31053
- border-color: #e75a3a;
31054
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31348
+ .E_t1wwio3v:not(:first-child) {
31349
+ margin-left: 4px;
31055
31350
  }
31056
31351
 
31057
- .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
31058
- background: rgba(211, 218, 235, 0.6);
31059
- color: rgba(0, 21, 64, 0.3);
31060
- border-color: rgba(172, 186, 211, 0.6);
31352
+ .E_f17jvtfk {
31353
+ width: 100%;
31354
+ height: 100%;
31355
+ display: flex;
31356
+ align-items: center;
31357
+ justify-content: center;
31061
31358
  }
31062
31359
 
31063
- .E_i74cfyt.ant-input-affix-wrapper {
31064
- padding: 5px 12px;
31065
- border-radius: 6px;
31066
- border-color: rgba(172, 186, 211, 0.6);
31067
- line-height: 20px;
31068
- color: #2d3a56;
31069
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31360
+ .E_nzppkea {
31361
+ font-size: 90%;
31362
+ font-weight: bold;
31363
+ background-color: rgba(240, 243, 247, 0.6);
31364
+ padding: 1px 4px 1px;
31365
+ margin-left: 2px;
31366
+ margin-right: 2px;
31367
+ border: 1px solid rgba(213, 219, 227, 0.6);
31368
+ border-radius: 4px;
31070
31369
  }
31071
31370
 
31072
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31073
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31074
- color: rgba(44, 56, 82, 0.6);
31371
+ .E_f4mi9eq.form-item-general {
31372
+ width: 640px;
31075
31373
  }
31076
31374
 
31077
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31078
- padding: 8px 16px;
31079
- line-height: 22px;
31375
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31376
+ margin-top: 16px;
31080
31377
  }
31081
31378
 
31082
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31083
- padding: 2px 8px;
31084
- line-height: 18px;
31379
+ .E_f4mi9eq.form-item-compact {
31380
+ width: 412px;
31085
31381
  }
31086
31382
 
31087
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31088
- border-color: rgba(107, 128, 167, 0.6);
31089
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31383
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31384
+ margin-top: 8px;
31090
31385
  }
31091
31386
 
31092
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31093
- border-color: #0096ff;
31094
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31387
+ .E_f4mi9eq .form-item {
31388
+ width: auto;
31095
31389
  }
31096
31390
 
31097
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31098
- border-color: #e75a3a;
31391
+ .E_f4mi9eq .form-item-main {
31392
+ position: relative;
31393
+ display: flex;
31099
31394
  }
31100
31395
 
31101
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31102
- color: #e75a3a;
31396
+ .E_f4mi9eq .form-item-extra {
31397
+ margin-top: 4px;
31398
+ width: 100%;
31399
+ padding: 14px;
31400
+ background: #f2f4f6;
31401
+ font-size: 13px;
31402
+ line-height: 1.8;
31403
+ color: #8e9aa9;
31103
31404
  }
31104
31405
 
31105
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31106
- border-color: #e75a3a;
31107
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31406
+ .E_f4mi9eq .form-item-label {
31407
+ padding-right: 12px;
31408
+ font-size: 13px;
31409
+ color: rgba(44, 56, 82, 0.6);
31108
31410
  }
31109
31411
 
31110
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31111
- border-color: #e75a3a;
31112
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31412
+ .E_f4mi9eq .form-item-label.label-right {
31413
+ text-align: right;
31113
31414
  }
31114
31415
 
31115
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31116
- background: rgba(211, 218, 235, 0.6);
31117
- color: rgba(0, 21, 64, 0.3);
31118
- border-color: rgba(172, 186, 211, 0.6);
31416
+ .E_f4mi9eq .form-item-label,
31417
+ .E_f4mi9eq .form-item-control {
31418
+ line-height: 32px;
31119
31419
  }
31120
31420
 
31121
- textarea.E_i74cfyt.ant-input {
31122
- transition-property: height;
31123
- transition-delay: 50ms;
31421
+ .E_f4mi9eq .form-item-control .form-item-error {
31422
+ line-height: 18px;
31124
31423
  }
31125
31424
 
31126
- textarea.E_i74cfyt.ant-input.textarea-large {
31127
- min-height: 40px;
31128
- height: 40px;
31425
+ .E_f4mi9eq .form-item-children {
31426
+ width: 100%;
31129
31427
  }
31130
31428
 
31131
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
31132
- height: 80px;
31429
+ .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
31430
+ width: 100%;
31133
31431
  }
31134
31432
 
31135
- textarea.E_i74cfyt.ant-input.textarea-middle {
31136
- min-height: 32px;
31137
- height: 32px;
31433
+ .E_f4mi9eq .form-item-error {
31434
+ color: #e75a3a;
31435
+ height: 0;
31436
+ overflow: hidden;
31138
31437
  }
31139
31438
 
31140
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31141
- height: 64px;
31439
+ .E_f4mi9eq .form-item-error-enter-done {
31440
+ margin-top: 4px;
31441
+ height: auto;
31442
+ overflow: auto;
31142
31443
  }
31143
31444
 
31144
- textarea.E_i74cfyt.ant-input.textarea-small {
31145
- min-height: 24px;
31146
- height: 24px;
31445
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31446
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31447
+ border: 1px solid #e75a3a;
31448
+ color: #e75a3a;
31147
31449
  }
31148
31450
 
31149
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
31150
- height: 40px;
31451
+ .E_fh0ewl8 {
31452
+ color: #2d3a56;
31453
+ font-weight: bold;
31454
+ padding-bottom: 6px;
31455
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31456
+ margin-bottom: 16px;
31151
31457
  }
31152
31458
 
31153
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
31154
- border: 1px solid rgba(213, 219, 227, 0.6);
31155
- border-radius: 4px;
31459
+ .E_fh0ewl8:not(:first-of-type) {
31460
+ margin-top: 16px;
31156
31461
  }
31157
31462
 
31158
- .E_k1ci6977.input-tags {
31159
- position: relative;
31160
- padding: 6px;
31161
- height: 32px;
31463
+ .E_e1qrlvot {
31464
+ width: 8px;
31465
+ height: 24px;
31466
+ display: flex;
31467
+ justify-content: center;
31468
+ align-items: center;
31162
31469
  cursor: pointer;
31163
- transition: border 150ms;
31470
+ transition: all 200ms ease-out 40ms;
31164
31471
  }
31165
31472
 
31166
- .E_k1ci6977.input-tags:hover {
31167
- border-color: #0080ff;
31168
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31473
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
31474
+ content: "";
31475
+ width: 1px;
31476
+ height: 6px;
31477
+ border-radius: 1px;
31478
+ background: #ccd4e3;
31479
+ position: relative;
31480
+ right: 2px;
31481
+ transform: rotate(-45deg);
31169
31482
  }
31170
31483
 
31171
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31172
- padding-right: 30px;
31484
+ .E_e1qrlvot:after {
31485
+ transform: rotate(45deg);
31486
+ left: 1px;
31173
31487
  }
31174
31488
 
31175
- .E_k1ci6977.input-tags .input-tags-inner {
31176
- display: flex;
31489
+ .E_w9ic984.ant-alert-warning {
31490
+ border: 0;
31491
+ background: rgba(255, 187, 0, 0.1);
31492
+ border-radius: 6px;
31177
31493
  }
31178
31494
 
31179
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31180
- display: flex;
31495
+ .E_w9ic984.ant-alert,
31496
+ .E_w9ic984 .ant-alert-message {
31497
+ color: #e07f00;
31181
31498
  }
31182
31499
 
31183
- .E_k1ci6977.input-tags .input-tag-suffix {
31184
- position: absolute;
31185
- right: 12px;
31186
- top: 50%;
31187
- transform: translateY(-50%);
31500
+ .E_w9ic984.ant-alert .dashed-border-bottom,
31501
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31502
+ border-bottom-color: #e07f00;
31188
31503
  }
31189
31504
 
31190
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31191
- color: rgba(0, 0, 0, 0.25);
31505
+ .E_n1k9qi4r {
31506
+ display: flex;
31507
+ flex-direction: row;
31508
+ padding: 7px 12px;
31509
+ background: rgba(255, 187, 0, 0.1);
31510
+ border-radius: 6px;
31511
+ color: #e07f00;
31192
31512
  font-size: 12px;
31193
- cursor: pointer;
31513
+ line-height: 18px;
31194
31514
  }
31195
31515
 
31196
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31197
- color: rgba(0, 0, 0, 0.45);
31516
+ .E_n1k9qi4r .icon-wrapper {
31517
+ margin-right: 10px;
31518
+ height: 18px;
31198
31519
  }
31199
31520
 
31200
- .E_k1ci6977.has-focus-indicator {
31201
- position: relative;
31202
- overflow: hidden;
31521
+ .E_n16fsg9x {
31522
+ display: flex;
31523
+ flex-direction: row;
31524
+ padding: 7px 12px;
31525
+ background: rgba(225, 230, 241, 0.6);
31526
+ border-radius: 6px;
31527
+ color: rgba(44, 56, 82, 0.6);
31528
+ font-size: 12px;
31529
+ line-height: 18px;
31203
31530
  }
31204
31531
 
31205
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31206
- position: absolute;
31207
- top: 50%;
31208
- transform: translateY(-50%);
31209
- left: -16px;
31210
- transition: left 150ms ease;
31211
- opacity: 0;
31532
+ .E_n16fsg9x .icon-wrapper {
31533
+ margin-right: 10px;
31534
+ height: 18px;
31212
31535
  }
31213
31536
 
31214
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31215
- left: 8px;
31216
- opacity: 1;
31537
+ .E_i173wxzw {
31538
+ display: flex;
31539
+ flex-direction: row;
31540
+ padding: 7px 12px;
31541
+ background: rgba(0, 136, 255, 0.1);
31542
+ border-radius: 6px;
31543
+ color: #005ed1;
31544
+ font-size: 12px;
31545
+ line-height: 18px;
31217
31546
  }
31218
31547
 
31219
- .E_k1ci6977.has-focus-indicator input {
31220
- transition: margin-left 150ms ease;
31221
- margin-left: 0px;
31548
+ .E_i173wxzw .icon-wrapper {
31549
+ margin-right: 10px;
31550
+ height: 18px;
31222
31551
  }
31223
31552
 
31224
- .E_k1ci6977.has-focus-indicator input:focus {
31225
- margin-left: 16px;
31553
+ .E_dld369h {
31554
+ color: rgba(44, 56, 82, 0.6);
31555
+ margin-top: 5px;
31556
+ font-size: 12px;
31557
+ line-height: 18px;
31226
31558
  }
31227
31559
 
31228
- input.E_l1f7td1d.ant-input {
31229
- border-top-right-radius: 0;
31230
- border-bottom-right-radius: 0;
31560
+ .E_s1epv22q {
31561
+ color: #f0483e;
31562
+ font-size: 12px;
31563
+ white-space: pre-wrap;
31231
31564
  }
31232
31565
 
31233
- .E_l1f7td1d.ant-input-affix-wrapper {
31234
- border-top-right-radius: 0;
31235
- border-bottom-right-radius: 0;
31566
+ .E_okus5hk {
31567
+ display: flex;
31568
+ align-items: center;
31569
+ justify-content: flex-end;
31236
31570
  }
31237
31571
 
31238
- input.E_rf8rlle.ant-input {
31239
- border-top-left-radius: 0;
31240
- border-bottom-left-radius: 0;
31572
+ .E_okus5hk .icon-wrapper {
31573
+ margin-right: 16px;
31241
31574
  }
31242
31575
 
31243
- .E_rf8rlle.ant-input-affix-wrapper {
31244
- border-top-left-radius: 0;
31245
- border-bottom-left-radius: 0;
31576
+ .E_t1auuzri {
31577
+ color: rgba(0, 21, 64, 0.3);
31246
31578
  }
31247
31579
 
31248
- .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
31249
- border-top-right-radius: 0;
31250
- border-bottom-right-radius: 0;
31580
+ .E_i74cfyt.ant-input {
31581
+ padding: 5px 12px;
31582
+ line-height: 20px;
31583
+ color: #2d3a56;
31584
+ border-radius: 6px;
31585
+ border-color: rgba(172, 186, 211, 0.6);
31586
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31251
31587
  }
31252
31588
 
31253
- .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
31254
- border-top-left-radius: 0;
31255
- border-bottom-left-radius: 0;
31589
+ .E_i74cfyt.ant-input.ant-input-lg {
31590
+ padding: 8px 16px;
31591
+ line-height: 22px;
31256
31592
  }
31257
31593
 
31258
- .E_c3ni091 {
31259
- display: flex;
31260
- flex-direction: column;
31594
+ .E_i74cfyt.ant-input.ant-input-sm {
31595
+ padding: 2px 8px;
31596
+ line-height: 18px;
31261
31597
  }
31262
31598
 
31263
- .E_c3ni091 .select-wrapper {
31264
- margin-top: 12px;
31599
+ .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
31600
+ border-color: rgba(107, 128, 167, 0.6);
31601
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31602
+ z-index: 1;
31265
31603
  }
31266
31604
 
31267
- .E_c3ni091 .select-wrapper .select {
31268
- width: 100%;
31605
+ .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
31606
+ border-color: #0096ff;
31607
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31608
+ z-index: 1;
31269
31609
  }
31270
31610
 
31271
- .E_c3ni091 .radio-wrapper {
31272
- margin-top: 24px;
31611
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31612
+ border-color: #e75a3a;
31613
+ color: #e75a3a;
31273
31614
  }
31274
31615
 
31275
- .E_c3ni091 div.form-item {
31276
- width: 100%;
31616
+ .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
31617
+ border-color: #e75a3a;
31618
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31277
31619
  }
31278
31620
 
31279
- .E_d105ju2d {
31280
- font-size: 14px;
31281
- font-weight: 500;
31282
- color: #3e4652;
31283
- line-height: 18px;
31621
+ .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
31622
+ border-color: #e75a3a;
31623
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31284
31624
  }
31285
31625
 
31286
- .E_d105ju2d + .E_d105ju2d {
31287
- margin-top: 16px;
31626
+ .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
31627
+ background: rgba(211, 218, 235, 0.6);
31628
+ color: rgba(0, 21, 64, 0.3);
31629
+ border-color: rgba(172, 186, 211, 0.6);
31288
31630
  }
31289
31631
 
31290
- .E_d105ju2d + * {
31291
- margin-top: 16px;
31292
- }
31293
-
31294
- .E_lh0l62z.E_d105ju2d {
31295
- font-size: 12px;
31296
- color: rgba(44, 56, 82, 0.6);
31297
- margin-top: 12px;
31298
- }
31299
-
31300
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31301
- line-height: 18px;
31302
- font-weight: 500;
31303
- margin-top: 0;
31304
- white-space: initial;
31305
- }
31306
-
31307
- .E_r1skkc3l {
31308
- display: block;
31309
- }
31310
-
31311
- .E_r1skkc3l span {
31312
- font-size: 14px;
31313
- font-weight: 500;
31314
- line-height: 32px;
31315
- color: #3e4652;
31316
- }
31317
-
31318
- .E_c3cobmo {
31319
- margin-top: 16px;
31320
- padding: 8px;
31632
+ .E_i74cfyt.ant-input-affix-wrapper {
31633
+ padding: 5px 12px;
31321
31634
  border-radius: 6px;
31322
- background: rgba(225, 230, 241, 0.6);
31323
- color: rgba(44, 56, 82, 0.6);
31324
- font-size: 12px;
31325
- }
31326
-
31327
- .E_c3cobmo div {
31635
+ border-color: rgba(172, 186, 211, 0.6);
31328
31636
  line-height: 20px;
31329
- display: flex;
31330
- align-items: center;
31331
- word-break: break-all;
31332
- }
31333
-
31334
- .E_c3cobmo .title {
31335
- font-weight: 700;
31336
- line-height: 18px;
31337
- margin: 4px 0;
31338
- }
31339
-
31340
- .E_dsnbhzf {
31341
- font-family: Inter;
31342
- font-style: normal;
31343
- font-weight: bold;
31344
- font-size: 32px;
31345
- line-height: 40px;
31346
- }
31347
-
31348
- .E_d1mvo22k {
31349
- font-family: Inter;
31350
- font-style: normal;
31351
- font-weight: bold;
31352
- font-size: 24px;
31353
- line-height: 32px;
31354
- }
31355
-
31356
- .E_d1b444tr {
31357
- font-family: Inter;
31358
- font-style: normal;
31359
- font-weight: normal;
31360
- font-size: 32px;
31361
- line-height: 40px;
31362
- }
31363
-
31364
- .E_dvs0kue {
31365
- font-family: Inter;
31366
- font-style: normal;
31367
- font-weight: bold;
31368
- font-size: 20px;
31369
- line-height: 24px;
31370
- }
31371
-
31372
- .E_d1hcbfcq {
31373
- font-family: Inter;
31374
- font-style: normal;
31375
- font-weight: normal;
31376
- font-size: 20px;
31377
- line-height: 24px;
31378
- }
31379
-
31380
- .E_d1cz922v {
31381
- font-family: Inter;
31382
- font-style: normal;
31383
- font-weight: bold;
31384
- font-size: 18px;
31385
- line-height: 22px;
31386
- }
31387
-
31388
- .E_d3nzbrm {
31389
- font-family: Inter;
31390
- font-style: normal;
31391
- font-weight: normal;
31392
- font-size: 18px;
31393
- line-height: 22px;
31637
+ color: #2d3a56;
31638
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31394
31639
  }
31395
31640
 
31396
- .E_h1g0p5ob {
31397
- font-family: Inter;
31398
- font-style: normal;
31399
- font-weight: bold;
31400
- font-size: 16px;
31401
- line-height: 22px;
31641
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31642
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31643
+ color: rgba(44, 56, 82, 0.6);
31402
31644
  }
31403
31645
 
31404
- .E_hydo2ej {
31405
- font-family: Inter;
31406
- font-style: normal;
31407
- font-weight: normal;
31408
- font-size: 16px;
31646
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31647
+ padding: 8px 16px;
31409
31648
  line-height: 22px;
31410
31649
  }
31411
31650
 
31412
- .E_h1hbuq0r {
31413
- font-family: Inter;
31414
- font-style: normal;
31415
- font-weight: bold;
31416
- font-size: 14px;
31417
- line-height: 20px;
31651
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31652
+ padding: 2px 8px;
31653
+ line-height: 18px;
31418
31654
  }
31419
31655
 
31420
- .E_h13bondg {
31421
- font-family: Inter;
31422
- font-style: normal;
31423
- font-weight: normal;
31424
- font-size: 14px;
31425
- line-height: 20px;
31656
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31657
+ border-color: rgba(107, 128, 167, 0.6);
31658
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31426
31659
  }
31427
31660
 
31428
- .E_h1mhvdlx {
31429
- font-family: Inter;
31430
- font-style: normal;
31431
- font-weight: bold;
31432
- font-size: 12px;
31433
- line-height: 18px;
31661
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31662
+ border-color: #0096ff;
31663
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31434
31664
  }
31435
31665
 
31436
- .E_h1inmfq6 {
31437
- font-family: Inter;
31438
- font-style: normal;
31439
- font-weight: normal;
31440
- font-size: 12px;
31441
- line-height: 18px;
31666
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31667
+ border-color: #e75a3a;
31442
31668
  }
31443
31669
 
31444
- .E_h1kfc0la {
31445
- font-family: Inter;
31446
- font-style: normal;
31447
- font-weight: bold;
31448
- text-transform: uppercase;
31449
- font-feature-settings: "cpsp" on;
31450
- font-size: 12px;
31451
- line-height: 18px;
31670
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31671
+ color: #e75a3a;
31452
31672
  }
31453
31673
 
31454
- .E_h10xnyuu {
31455
- font-family: Inter;
31456
- font-style: normal;
31457
- font-weight: normal;
31458
- text-transform: uppercase;
31459
- font-feature-settings: "cpsp" on;
31460
- font-size: 12px;
31461
- line-height: 18px;
31674
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31675
+ border-color: #e75a3a;
31676
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31462
31677
  }
31463
31678
 
31464
- .E_lrcmi0v {
31465
- font-family: Inter;
31466
- font-style: normal;
31467
- font-weight: normal;
31468
- font-size: 16px;
31469
- line-height: 24px;
31679
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31680
+ border-color: #e75a3a;
31681
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31470
31682
  }
31471
31683
 
31472
- .E_lzt43lp {
31473
- font-family: Inter;
31474
- font-style: normal;
31475
- font-weight: bold;
31476
- font-size: 16px;
31477
- line-height: 24px;
31684
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31685
+ background: rgba(211, 218, 235, 0.6);
31686
+ color: rgba(0, 21, 64, 0.3);
31687
+ border-color: rgba(172, 186, 211, 0.6);
31478
31688
  }
31479
31689
 
31480
- .E_l5yc9nt {
31481
- font-family: Inter;
31482
- font-style: normal;
31483
- font-weight: normal;
31484
- font-size: 16px;
31485
- line-height: 24px;
31690
+ textarea.E_i74cfyt.ant-input {
31691
+ transition-property: height;
31692
+ transition-delay: 50ms;
31486
31693
  }
31487
31694
 
31488
- .E_l1fbkbzo {
31489
- font-family: Inter;
31490
- font-style: normal;
31491
- font-weight: bold;
31492
- font-size: 16px;
31493
- line-height: 24px;
31695
+ textarea.E_i74cfyt.ant-input.textarea-large {
31696
+ min-height: 40px;
31697
+ height: 40px;
31494
31698
  }
31495
31699
 
31496
- .E_lahvcax {
31497
- font-family: Inter;
31498
- font-style: normal;
31499
- font-weight: normal;
31500
- text-transform: uppercase;
31501
- font-feature-settings: "cpsp" on;
31502
- font-size: 16px;
31503
- line-height: 24px;
31700
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
31701
+ height: 80px;
31504
31702
  }
31505
31703
 
31506
- .E_l11q3pxd {
31507
- font-family: Inter;
31508
- font-style: normal;
31509
- font-weight: bold;
31510
- text-transform: uppercase;
31511
- font-feature-settings: "cpsp" on;
31512
- font-size: 16px;
31513
- line-height: 24px;
31704
+ textarea.E_i74cfyt.ant-input.textarea-middle {
31705
+ min-height: 32px;
31706
+ height: 32px;
31514
31707
  }
31515
31708
 
31516
- .E_lfuc2qu {
31517
- font-family: Inter;
31518
- font-style: normal;
31519
- font-weight: normal;
31520
- font-size: 14px;
31521
- line-height: 22px;
31709
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31710
+ height: 64px;
31522
31711
  }
31523
31712
 
31524
- .E_l1jmp8r0 {
31525
- font-family: Inter;
31526
- font-style: normal;
31527
- font-weight: 500;
31528
- font-size: 14px;
31529
- line-height: 22px;
31713
+ textarea.E_i74cfyt.ant-input.textarea-small {
31714
+ min-height: 24px;
31715
+ height: 24px;
31530
31716
  }
31531
31717
 
31532
- .E_lcnm221 {
31533
- font-family: Inter;
31534
- font-style: normal;
31535
- font-weight: bold;
31536
- font-size: 14px;
31537
- line-height: 22px;
31718
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
31719
+ height: 40px;
31538
31720
  }
31539
31721
 
31540
- .E_lu1z2n5 {
31541
- font-family: Inter;
31542
- font-style: normal;
31543
- font-weight: normal;
31544
- font-size: 14px;
31545
- line-height: 22px;
31722
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
31723
+ border: 1px solid rgba(213, 219, 227, 0.6);
31724
+ border-radius: 4px;
31546
31725
  }
31547
31726
 
31548
- .E_l1r59djn {
31549
- font-family: Inter;
31550
- font-style: normal;
31551
- font-weight: bold;
31552
- font-size: 14px;
31553
- line-height: 22px;
31727
+ .E_k1ci6977.input-tags {
31728
+ position: relative;
31729
+ padding: 6px;
31730
+ height: 32px;
31731
+ cursor: pointer;
31732
+ transition: border 150ms;
31554
31733
  }
31555
31734
 
31556
- .E_ljm2911 {
31557
- font-family: Inter;
31558
- font-style: normal;
31559
- font-weight: normal;
31560
- text-transform: uppercase;
31561
- font-feature-settings: "cpsp" on;
31562
- font-size: 14px;
31563
- line-height: 22px;
31735
+ .E_k1ci6977.input-tags:hover {
31736
+ border-color: #0080ff;
31737
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31564
31738
  }
31565
31739
 
31566
- .E_l124mzmr {
31567
- font-family: Inter;
31568
- font-style: normal;
31569
- font-weight: bold;
31570
- text-transform: uppercase;
31571
- font-feature-settings: "cpsp" on;
31572
- font-size: 14px;
31573
- line-height: 22px;
31740
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31741
+ padding-right: 30px;
31574
31742
  }
31575
31743
 
31576
- .E_lb3chel {
31577
- font-family: Inter;
31578
- font-style: normal;
31579
- font-weight: normal;
31580
- font-size: 13px;
31581
- line-height: 20px;
31744
+ .E_k1ci6977.input-tags .input-tags-inner {
31745
+ display: flex;
31582
31746
  }
31583
31747
 
31584
- .E_lv9jstu {
31585
- font-family: Inter;
31586
- font-style: normal;
31587
- font-weight: 600;
31588
- font-size: 13px;
31589
- line-height: 20px;
31748
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31749
+ display: flex;
31590
31750
  }
31591
31751
 
31592
- .E_lwqlh3x {
31593
- font-family: Inter;
31594
- font-style: normal;
31595
- font-weight: bold;
31596
- font-size: 13px;
31597
- line-height: 20px;
31752
+ .E_k1ci6977.input-tags .input-tag-suffix {
31753
+ position: absolute;
31754
+ right: 12px;
31755
+ top: 50%;
31756
+ transform: translateY(-50%);
31598
31757
  }
31599
31758
 
31600
- .E_lalum9y {
31601
- font-family: Inter;
31602
- font-style: normal;
31603
- font-weight: normal;
31604
- font-size: 13px;
31605
- line-height: 20px;
31759
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31760
+ color: rgba(0, 0, 0, 0.25);
31761
+ font-size: 12px;
31762
+ cursor: pointer;
31606
31763
  }
31607
31764
 
31608
- .E_l1t6dj5o {
31609
- font-family: Inter;
31610
- font-style: normal;
31611
- font-weight: 600;
31612
- font-size: 13px;
31613
- line-height: 20px;
31765
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31766
+ color: rgba(0, 0, 0, 0.45);
31614
31767
  }
31615
31768
 
31616
- .E_l12f6ic {
31617
- font-family: Inter;
31618
- font-style: normal;
31619
- font-weight: bold;
31620
- font-size: 13px;
31621
- line-height: 20px;
31769
+ .E_k1ci6977.has-focus-indicator {
31770
+ position: relative;
31771
+ overflow: hidden;
31622
31772
  }
31623
31773
 
31624
- .E_l7gmukq {
31625
- font-family: Inter;
31626
- font-style: normal;
31627
- font-weight: normal;
31628
- text-transform: uppercase;
31629
- font-feature-settings: "cpsp" on;
31630
- font-size: 13px;
31631
- line-height: 20px;
31774
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31775
+ position: absolute;
31776
+ top: 50%;
31777
+ transform: translateY(-50%);
31778
+ left: -16px;
31779
+ transition: left 150ms ease;
31780
+ opacity: 0;
31632
31781
  }
31633
31782
 
31634
- .E_lkwl0yp {
31635
- font-family: Inter;
31636
- font-style: normal;
31637
- font-weight: bold;
31638
- text-transform: uppercase;
31639
- font-feature-settings: "cpsp" on;
31640
- font-size: 13px;
31641
- line-height: 20px;
31783
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31784
+ left: 8px;
31785
+ opacity: 1;
31642
31786
  }
31643
31787
 
31644
- .E_l10knv48 {
31645
- font-family: Inter;
31646
- font-style: normal;
31647
- font-weight: normal;
31648
- font-size: 12px;
31649
- line-height: 18px;
31788
+ .E_k1ci6977.has-focus-indicator input {
31789
+ transition: margin-left 150ms ease;
31790
+ margin-left: 0px;
31650
31791
  }
31651
31792
 
31652
- .E_l6526ld {
31653
- font-family: Inter;
31654
- font-style: normal;
31655
- font-weight: 500;
31656
- font-size: 12px;
31657
- line-height: 18px;
31793
+ .E_k1ci6977.has-focus-indicator input:focus {
31794
+ margin-left: 16px;
31658
31795
  }
31659
31796
 
31660
- .E_l1j81vli {
31661
- font-family: Inter;
31662
- font-style: normal;
31663
- font-weight: bold;
31664
- font-size: 12px;
31665
- line-height: 18px;
31797
+ input.E_l1f7td1d.ant-input {
31798
+ border-top-right-radius: 0;
31799
+ border-bottom-right-radius: 0;
31666
31800
  }
31667
31801
 
31668
- .E_l1x7n1mk {
31669
- font-family: Inter;
31670
- font-style: normal;
31671
- font-weight: normal;
31672
- font-size: 12px;
31673
- line-height: 18px;
31802
+ .E_l1f7td1d.ant-input-affix-wrapper {
31803
+ border-top-right-radius: 0;
31804
+ border-bottom-right-radius: 0;
31674
31805
  }
31675
31806
 
31676
- .E_l9fqufz {
31677
- font-family: Inter;
31678
- font-style: normal;
31679
- font-weight: 500;
31680
- font-size: 12px;
31681
- line-height: 18px;
31807
+ input.E_rf8rlle.ant-input {
31808
+ border-top-left-radius: 0;
31809
+ border-bottom-left-radius: 0;
31682
31810
  }
31683
31811
 
31684
- .E_l1iwnybd {
31685
- font-family: Inter;
31686
- font-style: normal;
31687
- font-weight: bold;
31688
- font-size: 12px;
31689
- line-height: 18px;
31812
+ .E_rf8rlle.ant-input-affix-wrapper {
31813
+ border-top-left-radius: 0;
31814
+ border-bottom-left-radius: 0;
31690
31815
  }
31691
31816
 
31692
- .E_lprtm1e {
31693
- font-family: Inter;
31694
- font-style: normal;
31695
- font-weight: normal;
31696
- text-transform: uppercase;
31697
- font-feature-settings: "cpsp" on;
31698
- font-size: 12px;
31699
- line-height: 18px;
31817
+ .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
31818
+ border-top-right-radius: 0;
31819
+ border-bottom-right-radius: 0;
31700
31820
  }
31701
31821
 
31702
- .E_l1lln87h {
31703
- font-family: Inter;
31704
- font-style: normal;
31705
- font-weight: bold;
31706
- text-transform: uppercase;
31707
- font-feature-settings: "cpsp" on;
31708
- font-size: 12px;
31709
- line-height: 18px;
31822
+ .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
31823
+ border-top-left-radius: 0;
31824
+ border-bottom-left-radius: 0;
31710
31825
  }
31711
31826
 
31712
- .E_f2pb48l {
31713
- font-family: Inter;
31714
- font-style: normal;
31715
- font-weight: normal;
31716
- font-size: 13px;
31717
- line-height: 20px;
31827
+ .E_c3ni091 {
31828
+ display: flex;
31829
+ flex-direction: column;
31718
31830
  }
31719
31831
 
31720
- .E_fi9emkw {
31721
- font-family: Inter;
31722
- font-style: normal;
31723
- font-weight: normal;
31724
- font-size: 13px;
31725
- line-height: 20px;
31832
+ .E_c3ni091 .select-wrapper {
31833
+ margin-top: 12px;
31726
31834
  }
31727
31835
 
31728
- .E_f1nrg7da {
31729
- font-family: Inter;
31730
- font-style: normal;
31731
- font-weight: normal;
31732
- font-size: 12px;
31733
- line-height: 18px;
31836
+ .E_c3ni091 .select-wrapper .select {
31837
+ width: 100%;
31734
31838
  }
31735
31839
 
31736
- .E_f17k1i3n {
31737
- font-family: Inter;
31738
- font-style: normal;
31739
- font-weight: normal;
31740
- font-size: 12px;
31840
+ .E_c3ni091 .radio-wrapper {
31841
+ margin-top: 24px;
31842
+ }
31843
+
31844
+ .E_c3ni091 div.form-item {
31845
+ width: 100%;
31846
+ }
31847
+
31848
+ .E_d105ju2d {
31849
+ font-size: 14px;
31850
+ font-weight: 500;
31851
+ color: #3e4652;
31741
31852
  line-height: 18px;
31742
31853
  }
31743
31854
 
31744
- .E_t1tvuj2e {
31745
- font-family: Inter;
31746
- font-style: normal;
31747
- font-weight: normal;
31748
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31749
- font-size: 13px;
31750
- line-height: 20px;
31855
+ .E_d105ju2d + .E_d105ju2d {
31856
+ margin-top: 16px;
31751
31857
  }
31752
31858
 
31753
- .E_t17uajlu {
31754
- font-family: Inter;
31755
- font-style: normal;
31756
- font-weight: normal;
31757
- font-feature-settings: "zero" on;
31758
- font-size: 13px;
31759
- line-height: 20px;
31859
+ .E_d105ju2d + * {
31860
+ margin-top: 16px;
31760
31861
  }
31761
31862
 
31762
- .E_t114zbyz {
31763
- font-family: Inter;
31764
- font-style: normal;
31765
- font-weight: normal;
31766
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31863
+ .E_lh0l62z.E_d105ju2d {
31767
31864
  font-size: 12px;
31768
- line-height: 18px;
31865
+ color: rgba(44, 56, 82, 0.6);
31866
+ margin-top: 12px;
31769
31867
  }
31770
31868
 
31771
- .E_t1il0kvi {
31772
- font-family: Inter;
31773
- font-style: normal;
31774
- font-weight: 500;
31775
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31776
- font-size: 12px;
31869
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31777
31870
  line-height: 18px;
31871
+ font-weight: 500;
31872
+ margin-top: 0;
31873
+ white-space: initial;
31778
31874
  }
31779
31875
 
31780
- .E_t10dv8p1 {
31781
- font-family: Inter;
31782
- font-style: normal;
31783
- font-weight: normal;
31784
- font-feature-settings: "zero" on;
31785
- font-size: 12px;
31786
- line-height: 18px;
31876
+ .E_r1skkc3l {
31877
+ display: block;
31787
31878
  }
31788
31879
 
31789
- .E_tc2oqpq {
31790
- font-family: Inter;
31791
- font-style: normal;
31880
+ .E_r1skkc3l span {
31881
+ font-size: 14px;
31792
31882
  font-weight: 500;
31793
- font-feature-settings: "zero" on;
31883
+ line-height: 32px;
31884
+ color: #3e4652;
31885
+ }
31886
+
31887
+ .E_c3cobmo {
31888
+ margin-top: 16px;
31889
+ padding: 8px;
31890
+ border-radius: 6px;
31891
+ background: rgba(225, 230, 241, 0.6);
31892
+ color: rgba(44, 56, 82, 0.6);
31794
31893
  font-size: 12px;
31795
- line-height: 18px;
31796
31894
  }
31797
31895
 
31798
- .E_tzvddmc {
31799
- font-family: Inter;
31800
- font-style: normal;
31801
- font-weight: bold;
31802
- font-feature-settings: "zero" on;
31803
- font-size: 16px;
31804
- line-height: 24px;
31896
+ .E_c3cobmo div {
31897
+ line-height: 20px;
31898
+ display: flex;
31899
+ align-items: center;
31900
+ word-break: break-all;
31805
31901
  }
31806
31902
 
31807
- .E_u18llj45 {
31808
- font-family: Inter;
31809
- font-style: normal;
31810
- font-weight: normal;
31811
- font-size: 10px;
31812
- line-height: 12px;
31903
+ .E_c3cobmo .title {
31904
+ font-weight: 700;
31905
+ line-height: 18px;
31906
+ margin: 4px 0;
31813
31907
  }
31814
31908
 
31815
31909
  .E_s1ebs0ra {
@@ -31883,100 +31977,6 @@ input.E_rf8rlle.ant-input {
31883
31977
  background: #fff;
31884
31978
  }
31885
31979
 
31886
- .E_iq1gosr {
31887
- display: inline-block;
31888
- }
31889
-
31890
- .E_s1dni7lo {
31891
- width: 430px !important;
31892
- }
31893
-
31894
- .E_d1wwmmm5 .ant-select-item-group {
31895
- padding: 8px 16px;
31896
- line-height: 18px;
31897
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31898
- height: 34px;
31899
- min-height: 34px;
31900
- box-sizing: border-box;
31901
- margin-top: 8px;
31902
- }
31903
-
31904
- .E_o1ugr09p {
31905
- display: flex;
31906
- flex-direction: column;
31907
- margin: 1px 8px;
31908
- padding: 8px;
31909
- border-radius: 4px;
31910
- }
31911
-
31912
- .E_o1ugr09p .selected-icon {
31913
- display: none;
31914
- }
31915
-
31916
- .E_o1ugr09p.ant-select-item-option-grouped {
31917
- padding-left: 8px;
31918
- }
31919
-
31920
- .E_o1ugr09p.ant-select-item-option-selected {
31921
- background-color: white;
31922
- }
31923
-
31924
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31925
- color: #0080ff;
31926
- }
31927
-
31928
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31929
- display: block;
31930
- }
31931
-
31932
- .E_o1ugr09p.ant-select-item-option-active {
31933
- background: rgba(0, 136, 255, 0.16);
31934
- }
31935
-
31936
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31937
- color: #0080ff;
31938
- }
31939
-
31940
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31941
- background: rgba(0, 136, 255, 0.1);
31942
- color: #0080ff;
31943
- }
31944
-
31945
- .E_o1ifxsq4 {
31946
- display: flex;
31947
- justify-content: space-between;
31948
- height: 20px;
31949
- line-height: 20px;
31950
- }
31951
-
31952
- .E_o1ifxsq4 .timezone-title {
31953
- color: #2d3a56;
31954
- overflow: hidden;
31955
- text-overflow: ellipsis;
31956
- }
31957
-
31958
- .E_o1zue7 {
31959
- display: flex;
31960
- justify-content: space-between;
31961
- color: rgba(44, 56, 82, 0.6);
31962
- height: 18px;
31963
- line-height: 18px;
31964
- margin-top: 2px;
31965
- }
31966
-
31967
- .E_tyfmlxg {
31968
- border: none;
31969
- margin-right: 0;
31970
- background: rgba(225, 230, 241, 0.6);
31971
- }
31972
-
31973
- .E_o18uybox {
31974
- pointer-events: none;
31975
- height: 32px;
31976
- width: 100%;
31977
- opacity: 0;
31978
- }
31979
-
31980
31980
  .E_c1up1pdz {
31981
31981
  width: 648px;
31982
31982
  }
@@ -32137,35 +32137,78 @@ input.E_rf8rlle.ant-input {
32137
32137
  margin-bottom: 8px;
32138
32138
  }
32139
32139
 
32140
- .E_wpbf4pq .month-day-option.active {
32141
- background-color: #0096ff;
32142
- border-color: #0096ff;
32143
- color: #fff;
32140
+ .E_wpbf4pq .month-day-option.active {
32141
+ background-color: #0096ff;
32142
+ border-color: #0096ff;
32143
+ color: #fff;
32144
+ }
32145
+
32146
+ .E_c18gxmrl {
32147
+ border: 1px solid #d8deeb;
32148
+ border-radius: 4px;
32149
+ }
32150
+
32151
+ .E_c18gxmrl + .E_c18gxmrl {
32152
+ margin-top: 8px;
32153
+ }
32154
+
32155
+ .E_c18gxmrl:hover {
32156
+ border-color: #0080ff;
32157
+ }
32158
+
32159
+ .E_c18gxmrl:hover > header {
32160
+ background: rgba(0, 128, 255, 0.1);
32161
+ }
32162
+
32163
+ .E_c18gxmrl.active header {
32164
+ border-bottom: 1px solid #d8deeb;
32165
+ }
32166
+
32167
+ .E_c18gxmrl > header {
32168
+ padding: 8px 12px;
32144
32169
  }
32145
32170
 
32146
- .E_c1uzzomf {
32147
- margin-bottom: 16px;
32171
+ .E_c1bus5hc {
32172
+ --color: white;
32173
+ height: 14px;
32174
+ width: 14px;
32175
+ border-radius: 50%;
32176
+ flex-shrink: 0;
32177
+ display: flex;
32178
+ align-items: center;
32179
+ justify-content: center;
32180
+ border: 1px solid var(--color);
32148
32181
  }
32149
32182
 
32150
- .E_c1uzzomf .card-title {
32151
- font-size: 16px;
32152
- color: rgba(44, 56, 82, 0.6);
32153
- font-weight: 700;
32154
- line-height: 32px;
32183
+ .E_c1bus5hc .circle-inner {
32184
+ position: relative;
32185
+ height: 10px;
32186
+ width: 10px;
32187
+ border-radius: 50%;
32188
+ overflow: hidden;
32155
32189
  }
32156
32190
 
32157
- .E_c1uzzomf .card-body {
32158
- padding: 24px;
32159
- border-radius: 8px;
32160
- background: #fff;
32191
+ .E_c1bus5hc .circle-content {
32192
+ position: absolute;
32193
+ height: 100%;
32194
+ width: 100%;
32195
+ left: 0;
32196
+ top: 0;
32197
+ border-radius: 50%;
32198
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
32199
+ transform: rotate(180deg);
32161
32200
  }
32162
32201
 
32163
- .E_c1uzzomf .empty {
32164
- font-weight: 700;
32165
- font-size: 14px;
32166
- line-height: 22px;
32167
- color: rgba(0, 21, 64, 0.3);
32168
- text-align: center;
32202
+ .E_c1bus5hc .circle-child {
32203
+ position: absolute;
32204
+ height: 100%;
32205
+ width: 100%;
32206
+ left: 0;
32207
+ top: 0;
32208
+ margin-left: 50%;
32209
+ transform-origin: left;
32210
+ background: white;
32211
+ transform: rotate(0deg);
32169
32212
  }
32170
32213
 
32171
32214
  .E_berrcjl {
@@ -32226,124 +32269,199 @@ input.E_rf8rlle.ant-input {
32226
32269
  background-color: transparent;
32227
32270
  }
32228
32271
 
32229
- .E_tqjc4ui {
32230
- margin: 0 2px;
32272
+ .E_c1uzzomf {
32273
+ margin-bottom: 16px;
32231
32274
  }
32232
32275
 
32233
- .E_c18gxmrl {
32234
- border: 1px solid #d8deeb;
32235
- border-radius: 4px;
32276
+ .E_c1uzzomf .card-title {
32277
+ font-size: 16px;
32278
+ color: rgba(44, 56, 82, 0.6);
32279
+ font-weight: 700;
32280
+ line-height: 32px;
32236
32281
  }
32237
32282
 
32238
- .E_c18gxmrl + .E_c18gxmrl {
32239
- margin-top: 8px;
32283
+ .E_c1uzzomf .card-body {
32284
+ padding: 24px;
32285
+ border-radius: 8px;
32286
+ background: #fff;
32240
32287
  }
32241
32288
 
32242
- .E_c18gxmrl:hover {
32243
- border-color: #0080ff;
32289
+ .E_c1uzzomf .empty {
32290
+ font-weight: 700;
32291
+ font-size: 14px;
32292
+ line-height: 22px;
32293
+ color: rgba(0, 21, 64, 0.3);
32294
+ text-align: center;
32244
32295
  }
32245
32296
 
32246
- .E_c18gxmrl:hover > header {
32247
- background: rgba(0, 128, 255, 0.1);
32297
+ .E_c18bcrac {
32298
+ display: inline-block;
32299
+ width: 100%;
32248
32300
  }
32249
32301
 
32250
- .E_c18gxmrl.active header {
32251
- border-bottom: 1px solid #d8deeb;
32302
+ .E_c18bcrac .recharts-wrapper {
32303
+ margin-left: 4px;
32252
32304
  }
32253
32305
 
32254
- .E_c18gxmrl > header {
32255
- padding: 8px 12px;
32306
+ .E_cro7kg2 {
32307
+ padding: 4px;
32256
32308
  }
32257
32309
 
32258
- .E_n12mqh7z {
32310
+ .E_c14wcxf0 {
32259
32311
  display: flex;
32312
+ justify-content: space-between;
32260
32313
  align-items: center;
32261
- font-size: 12px;
32262
- line-height: 18px;
32314
+ font-size: 13px;
32315
+ line-height: 24px;
32316
+ color: #cccccc;
32317
+ white-space: nowrap;
32263
32318
  }
32264
32319
 
32265
- .E_n12mqh7z:not(:last-child) {
32266
- margin-bottom: 4px;
32320
+ .E_c14wcxf0 label {
32321
+ margin-right: 32px;
32267
32322
  }
32268
32323
 
32269
- .E_tf5bynu {
32270
- margin: 0 3px;
32324
+ .E_coy29mj.E_c14wcxf0 {
32325
+ font-weight: bold;
32326
+ color: white;
32271
32327
  }
32272
32328
 
32273
- .E_tcckoz1 {
32274
- max-height: 400px;
32275
- overflow: "auto";
32329
+ .E_s11212zy {
32330
+ width: 8px;
32331
+ height: 8px;
32332
+ border-radius: 2px;
32333
+ display: inline-block;
32334
+ background: var(--s11212zy-0);
32335
+ border: 1px solid #fff;
32336
+ box-sizing: content-box;
32337
+ margin-right: 6px;
32276
32338
  }
32277
32339
 
32278
- .E_ou7iq30 {
32279
- overflow: hidden;
32280
- text-overflow: ellipsis;
32340
+ .E_p1lyky6c > :first-child {
32341
+ font-weight: bold;
32342
+ color: white;
32343
+ margin-right: 4px;
32281
32344
  }
32282
32345
 
32283
- .E_s1tui002 {
32284
- white-space: nowrap;
32346
+ .E_clm1wy1 {
32347
+ width: 192px;
32348
+ height: 246px;
32349
+ border-radius: 4px;
32285
32350
  }
32286
32351
 
32287
- .E_mxrc2zg {
32288
- display: -webkit-box;
32289
- -webkit-line-clamp: var(--mxrc2zg-0);
32290
- -webkit-box-orient: vertical;
32291
- word-break: break-all;
32352
+ .E_clm1wy1 > .ant-picker-calendar,
32353
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
32354
+ width: 100%;
32355
+ background-color: rgba(245, 247, 250, 0.6);
32356
+ border-top: none;
32292
32357
  }
32293
32358
 
32294
- .E_gmyahx3 {
32295
- cursor: pointer;
32359
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
32360
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
32361
+ padding: 0 16px;
32296
32362
  }
32297
32363
 
32298
- .E_gmyahx3 .link-text {
32299
- color: rgba(0, 21, 64, 0.3);
32364
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
32365
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
32366
+ width: 100%;
32367
+ height: 180px;
32368
+ border-spacing: 0;
32300
32369
  }
32301
32370
 
32302
- .E_gmyahx3:hover .link-text {
32303
- color: #0080ff;
32371
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
32372
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
32373
+ margin-bottom: 8px;
32304
32374
  }
32305
32375
 
32306
- .E_c1bus5hc {
32307
- --color: white;
32308
- height: 14px;
32309
- width: 14px;
32310
- border-radius: 50%;
32311
- flex-shrink: 0;
32376
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32377
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32378
+ width: 22px;
32379
+ }
32380
+
32381
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32382
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32383
+ padding: 0;
32384
+ }
32385
+
32386
+ .E_clm1wy1 .ant-picker-cell {
32387
+ color: rgba(62, 70, 82, 0.6);
32388
+ opacity: 0.4;
32389
+ }
32390
+
32391
+ .E_clm1wy1 .ant-picker-cell-in-view {
32392
+ color: rgba(62, 70, 82, 0.6);
32393
+ opacity: 1;
32394
+ }
32395
+
32396
+ .E_clm1wy1 .ant-picker-cell-in-view > .active {
32397
+ color: #3e4652;
32398
+ }
32399
+
32400
+ .E_clm1wy1 .ant-picker-cell::before {
32401
+ pointer-events: none;
32402
+ }
32403
+
32404
+ .E_t1tsm00v {
32405
+ color: rgba(129, 138, 153, 0.6);
32406
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32407
+ backdrop-filter: blur(10px);
32408
+ padding: 7px 10px;
32409
+ }
32410
+
32411
+ .E_c167wnad {
32412
+ color: rgba(62, 70, 82, 0.6);
32312
32413
  display: flex;
32414
+ justify-content: space-between;
32313
32415
  align-items: center;
32416
+ padding: 8px 16px;
32417
+ }
32418
+
32419
+ .E_c167wnad .anticon {
32420
+ cursor: pointer;
32421
+ }
32422
+
32423
+ .E_c167wnad .anticon:hover {
32424
+ color: #0096ff;
32425
+ }
32426
+
32427
+ .E_cxhf7dh {
32428
+ text-align: center;
32429
+ }
32430
+
32431
+ .E_cxhf7dh .dots {
32432
+ display: flex;
32314
32433
  justify-content: center;
32315
- border: 1px solid var(--color);
32316
32434
  }
32317
32435
 
32318
- .E_c1bus5hc .circle-inner {
32319
- position: relative;
32320
- height: 10px;
32321
- width: 10px;
32322
- border-radius: 50%;
32323
- overflow: hidden;
32436
+ .E_cxhf7dh .dot {
32437
+ display: inline-block;
32438
+ width: 2px;
32439
+ height: 2px;
32440
+ border-radius: 1px;
32441
+ background: #0096ff;
32442
+ }
32443
+
32444
+ .E_cxhf7dh .dot:not(:last-child) {
32445
+ margin-right: 2px;
32446
+ }
32447
+
32448
+ .E_cxhf7dh .bar {
32449
+ width: 9px;
32450
+ height: 2px;
32451
+ background: #0096ff;
32452
+ border-radius: 2px;
32453
+ }
32454
+
32455
+ .E_gmyahx3 {
32456
+ cursor: pointer;
32324
32457
  }
32325
32458
 
32326
- .E_c1bus5hc .circle-content {
32327
- position: absolute;
32328
- height: 100%;
32329
- width: 100%;
32330
- left: 0;
32331
- top: 0;
32332
- border-radius: 50%;
32333
- background: linear-gradient(to right, var(--color) 50%, white 50%);
32334
- transform: rotate(180deg);
32459
+ .E_gmyahx3 .link-text {
32460
+ color: rgba(0, 21, 64, 0.3);
32335
32461
  }
32336
32462
 
32337
- .E_c1bus5hc .circle-child {
32338
- position: absolute;
32339
- height: 100%;
32340
- width: 100%;
32341
- left: 0;
32342
- top: 0;
32343
- margin-left: 50%;
32344
- transform-origin: left;
32345
- background: white;
32346
- transform: rotate(0deg);
32463
+ .E_gmyahx3:hover .link-text {
32464
+ color: #0080ff;
32347
32465
  }
32348
32466
 
32349
32467
  .E_d1bw7c5z {
@@ -32440,162 +32558,158 @@ input.E_rf8rlle.ant-input {
32440
32558
  width: 102px;
32441
32559
  }
32442
32560
 
32443
- .E_clm1wy1 {
32444
- width: 192px;
32445
- height: 246px;
32446
- border-radius: 4px;
32561
+ .E_tqjc4ui {
32562
+ margin: 0 2px;
32447
32563
  }
32448
32564
 
32449
- .E_clm1wy1 > .ant-picker-calendar,
32450
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
32451
- width: 100%;
32452
- background-color: rgba(245, 247, 250, 0.6);
32453
- border-top: none;
32565
+ .E_n12mqh7z {
32566
+ display: flex;
32567
+ align-items: center;
32568
+ font-size: 12px;
32569
+ line-height: 18px;
32454
32570
  }
32455
32571
 
32456
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
32457
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
32458
- padding: 0 16px;
32572
+ .E_n12mqh7z:not(:last-child) {
32573
+ margin-bottom: 4px;
32459
32574
  }
32460
32575
 
32461
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
32462
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
32463
- width: 100%;
32464
- height: 180px;
32465
- border-spacing: 0;
32576
+ .E_tf5bynu {
32577
+ margin: 0 3px;
32466
32578
  }
32467
32579
 
32468
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
32469
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
32470
- margin-bottom: 8px;
32580
+ .E_tcckoz1 {
32581
+ max-height: 400px;
32582
+ overflow: "auto";
32471
32583
  }
32472
32584
 
32473
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32474
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32475
- width: 22px;
32585
+ .E_ou7iq30 {
32586
+ overflow: hidden;
32587
+ text-overflow: ellipsis;
32476
32588
  }
32477
32589
 
32478
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32479
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32480
- padding: 0;
32590
+ .E_s1tui002 {
32591
+ white-space: nowrap;
32481
32592
  }
32482
32593
 
32483
- .E_clm1wy1 .ant-picker-cell {
32484
- color: rgba(62, 70, 82, 0.6);
32485
- opacity: 0.4;
32594
+ .E_mxrc2zg {
32595
+ display: -webkit-box;
32596
+ -webkit-line-clamp: var(--mxrc2zg-0);
32597
+ -webkit-box-orient: vertical;
32598
+ word-break: break-all;
32486
32599
  }
32487
32600
 
32488
- .E_clm1wy1 .ant-picker-cell-in-view {
32489
- color: rgba(62, 70, 82, 0.6);
32490
- opacity: 1;
32601
+ .E_t1sqg15u {
32602
+ background: white;
32491
32603
  }
32492
32604
 
32493
- .E_clm1wy1 .ant-picker-cell-in-view > .active {
32494
- color: #3e4652;
32605
+ .E_t1sqg15u.inline .table-row {
32606
+ flex-direction: column;
32495
32607
  }
32496
32608
 
32497
- .E_clm1wy1 .ant-picker-cell::before {
32498
- pointer-events: none;
32609
+ .E_t1sqg15u.inline .table-row > label {
32610
+ padding: 0 16px 7px 0;
32499
32611
  }
32500
32612
 
32501
- .E_t1tsm00v {
32502
- color: rgba(129, 138, 153, 0.6);
32503
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32504
- backdrop-filter: blur(10px);
32505
- padding: 7px 10px;
32613
+ .E_t1sqg15u.has-border .table-header {
32614
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
32506
32615
  }
32507
32616
 
32508
- .E_c167wnad {
32509
- color: rgba(62, 70, 82, 0.6);
32510
- display: flex;
32511
- justify-content: space-between;
32512
- align-items: center;
32513
- padding: 8px 16px;
32617
+ .E_t1sqg15u.has-border .hiddenBorder {
32618
+ border-top: none !important;
32514
32619
  }
32515
32620
 
32516
- .E_c167wnad .anticon {
32517
- cursor: pointer;
32621
+ .E_t1sqg15u.has-border .table-row + .table-row {
32622
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
32518
32623
  }
32519
32624
 
32520
- .E_c167wnad .anticon:hover {
32521
- color: #0096ff;
32625
+ .E_t1sqg15u.has-border .table-row:last-of-type {
32626
+ padding-bottom: 0;
32522
32627
  }
32523
32628
 
32524
- .E_cxhf7dh {
32525
- text-align: center;
32629
+ .E_t1sqg15u.align-right .content {
32630
+ text-align: right;
32526
32631
  }
32527
32632
 
32528
- .E_cxhf7dh .dots {
32633
+ .E_t1sqg15u .uuid-row {
32529
32634
  display: flex;
32530
- justify-content: center;
32635
+ justify-content: space-between;
32531
32636
  }
32532
32637
 
32533
- .E_cxhf7dh .dot {
32534
- display: inline-block;
32535
- width: 2px;
32536
- height: 2px;
32537
- border-radius: 1px;
32538
- background: #0096ff;
32638
+ .E_t1sqg15u .uuid-row .id-text {
32639
+ white-space: nowrap;
32640
+ overflow: hidden;
32641
+ text-overflow: ellipsis;
32539
32642
  }
32540
32643
 
32541
- .E_cxhf7dh .dot:not(:last-child) {
32542
- margin-right: 2px;
32644
+ .E_t4zczcp {
32645
+ display: flex;
32646
+ justify-content: space-between;
32647
+ align-items: center;
32648
+ padding: 8px;
32649
+ min-height: 32px;
32543
32650
  }
32544
32651
 
32545
- .E_cxhf7dh .bar {
32546
- width: 9px;
32547
- height: 2px;
32548
- background: #0096ff;
32549
- border-radius: 2px;
32652
+ .E_t4zczcp .table-title {
32653
+ color: rgba(44, 56, 82, 0.6);
32654
+ font-weight: 600;
32655
+ font-size: 12px;
32656
+ line-height: 8px;
32550
32657
  }
32551
32658
 
32552
- .E_c18bcrac {
32553
- display: inline-block;
32554
- width: 100%;
32659
+ .E_t4zczcp .edit-icon {
32660
+ font-size: 16px;
32661
+ color: rgba(10, 37, 85, 0.6);
32662
+ cursor: pointer;
32555
32663
  }
32556
32664
 
32557
- .E_c18bcrac .recharts-wrapper {
32558
- margin-left: 4px;
32665
+ .E_t1s7goww {
32666
+ font-size: 12px;
32667
+ line-height: 18px;
32559
32668
  }
32560
32669
 
32561
- .E_cro7kg2 {
32562
- padding: 4px;
32670
+ .E_t93e4cf {
32671
+ display: flex;
32672
+ padding: 8px 0;
32673
+ color: #2d3a56;
32563
32674
  }
32564
32675
 
32565
- .E_c14wcxf0 {
32566
- display: flex;
32567
- justify-content: space-between;
32568
- align-items: center;
32569
- font-size: 13px;
32570
- line-height: 24px;
32571
- color: #cccccc;
32572
- white-space: nowrap;
32676
+ .E_t93e4cf .hidden {
32677
+ display: none;
32573
32678
  }
32574
32679
 
32575
- .E_c14wcxf0 label {
32576
- margin-right: 32px;
32680
+ .E_t93e4cf .ant-btn-link {
32681
+ height: auto;
32577
32682
  }
32578
32683
 
32579
- .E_coy29mj.E_c14wcxf0 {
32580
- font-weight: bold;
32581
- color: white;
32684
+ .E_t93e4cf .content {
32685
+ overflow: hidden;
32686
+ overflow-x: auto;
32687
+ width: 100%;
32688
+ white-space: pre-wrap;
32582
32689
  }
32583
32690
 
32584
- .E_s11212zy {
32585
- width: 8px;
32586
- height: 8px;
32587
- border-radius: 2px;
32588
- display: inline-block;
32589
- background: var(--s11212zy-0);
32590
- border: 1px solid #fff;
32591
- box-sizing: content-box;
32592
- margin-right: 6px;
32691
+ .E_t93e4cf .content .ant-btn {
32692
+ white-space: pre-wrap;
32693
+ text-align: left;
32593
32694
  }
32594
32695
 
32595
- .E_p1lyky6c > :first-child {
32596
- font-weight: bold;
32597
- color: white;
32598
- margin-right: 4px;
32696
+ .E_t93e4cf .content .unit-chart {
32697
+ justify-content: flex-start;
32698
+ }
32699
+
32700
+ .E_rhz2uv5 {
32701
+ width: var(--rhz2uv5-0);
32702
+ flex-shrink: 0;
32703
+ color: rgba(44, 56, 82, 0.6);
32704
+ padding-right: 12px;
32705
+ }
32706
+
32707
+ .E_c1yyuluq {
32708
+ border-radius: 8px;
32709
+ }
32710
+
32711
+ .E_c1yyuluq .ant-card-body {
32712
+ padding: 20px 24px 24px 24px;
32599
32713
  }
32600
32714
 
32601
32715
  .E_ccrbeuz .ant-collapse-item {
@@ -32623,6 +32737,13 @@ input.E_rf8rlle.ant-input {
32623
32737
  cursor: default;
32624
32738
  }
32625
32739
 
32740
+ .E_tje3huy {
32741
+ width: 100%;
32742
+ overflow: inherit;
32743
+ white-space: inherit;
32744
+ text-overflow: ellipsis;
32745
+ }
32746
+
32626
32747
  .E_s1iv0tp1 .enabled-switch {
32627
32748
  display: flex;
32628
32749
  align-items: center;
@@ -32632,168 +32753,151 @@ input.E_rf8rlle.ant-input {
32632
32753
  margin-right: 8px;
32633
32754
  }
32634
32755
 
32635
- .E_c1yyuluq {
32636
- border-radius: 8px;
32756
+ .E_wg1tsps {
32757
+ display: flex;
32758
+ align-items: center;
32759
+ justify-content: flex-end;
32637
32760
  }
32638
32761
 
32639
- .E_c1yyuluq .ant-card-body {
32640
- padding: 20px 24px 24px 24px;
32762
+ .E_b1ctd5xy {
32763
+ display: flex;
32764
+ align-items: center;
32765
+ width: calc(100% - 40px);
32641
32766
  }
32642
32767
 
32643
- .E_tje3huy {
32768
+ .E_b1ctd5xy .chart {
32769
+ display: inline-block;
32644
32770
  width: 100%;
32645
- overflow: inherit;
32646
- white-space: inherit;
32647
- text-overflow: ellipsis;
32648
32771
  }
32649
32772
 
32650
- .E_t1sqg15u {
32651
- background: white;
32773
+ .E_u1p8acpn {
32774
+ min-width: 40px;
32652
32775
  }
32653
32776
 
32654
- .E_t1sqg15u.inline .table-row {
32655
- flex-direction: column;
32777
+ .E_u1p8acpn .unit {
32778
+ color: #00122e !important;
32656
32779
  }
32657
32780
 
32658
- .E_t1sqg15u.inline .table-row > label {
32659
- padding: 0 16px 7px 0;
32781
+ .E_itxley7.ant-input-group.ant-input-group-compact {
32782
+ display: flex;
32660
32783
  }
32661
32784
 
32662
- .E_t1sqg15u.has-border .table-header {
32663
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
32785
+ .E_m74vjol {
32786
+ display: flex;
32787
+ justify-content: space-between;
32788
+ width: 100%;
32664
32789
  }
32665
32790
 
32666
- .E_t1sqg15u.has-border .hiddenBorder {
32667
- border-top: none !important;
32791
+ .E_m74vjol .action {
32792
+ margin-left: 16px;
32668
32793
  }
32669
32794
 
32670
- .E_t1sqg15u.has-border .table-row + .table-row {
32671
- border-top: 1px solid rgba(225, 230, 241, 0.6);
32795
+ .E_a1o35uvh .ant-alert-message {
32796
+ width: 100%;
32672
32797
  }
32673
32798
 
32674
- .E_t1sqg15u.has-border .table-row:last-of-type {
32675
- padding-bottom: 0;
32799
+ .E_sddwhm6 {
32800
+ margin: 0;
32801
+ border-radius: 20px;
32802
+ padding: 2px 10px;
32803
+ height: 22px;
32676
32804
  }
32677
32805
 
32678
- .E_t1sqg15u.align-right .content {
32679
- text-align: right;
32806
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
32807
+ background-color: rgba(237, 241, 250, 0.6) !important;
32680
32808
  }
32681
32809
 
32682
- .E_t1sqg15u .uuid-row {
32683
- display: flex;
32684
- justify-content: space-between;
32810
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32811
+ background-color: rgba(225, 230, 241, 0.6) !important;
32685
32812
  }
32686
32813
 
32687
- .E_t1sqg15u .uuid-row .id-text {
32688
- white-space: nowrap;
32689
- overflow: hidden;
32690
- text-overflow: ellipsis;
32814
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
32815
+ color: #00122e;
32691
32816
  }
32692
32817
 
32693
- .E_t4zczcp {
32694
- display: flex;
32695
- justify-content: space-between;
32696
- align-items: center;
32697
- padding: 8px;
32698
- min-height: 32px;
32818
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32819
+ margin-right: 6px;
32699
32820
  }
32700
32821
 
32701
- .E_t4zczcp .table-title {
32702
- color: rgba(44, 56, 82, 0.6);
32703
- font-weight: 600;
32704
- font-size: 12px;
32705
- line-height: 8px;
32822
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32823
+ margin-left: 4px;
32706
32824
  }
32707
32825
 
32708
- .E_t4zczcp .edit-icon {
32709
- font-size: 16px;
32710
- color: rgba(10, 37, 85, 0.6);
32711
- cursor: pointer;
32826
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32827
+ background-color: rgba(0, 136, 255, 0.1);
32712
32828
  }
32713
32829
 
32714
- .E_t1s7goww {
32715
- font-size: 12px;
32716
- line-height: 18px;
32830
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32831
+ background-color: #0080ff;
32717
32832
  }
32718
32833
 
32719
- .E_t93e4cf {
32720
- display: flex;
32721
- padding: 8px 0;
32722
- color: #2d3a56;
32834
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32835
+ background-color: rgba(0, 136, 255, 0.16);
32723
32836
  }
32724
32837
 
32725
- .E_t93e4cf .hidden {
32726
- display: none;
32838
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
32839
+ background-color: rgba(255, 74, 74, 0.1);
32727
32840
  }
32728
32841
 
32729
- .E_t93e4cf .ant-btn-link {
32730
- height: auto;
32842
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32843
+ background-color: #f0483e;
32731
32844
  }
32732
32845
 
32733
- .E_t93e4cf .content {
32734
- overflow: hidden;
32735
- overflow-x: auto;
32736
- width: 100%;
32737
- white-space: pre-wrap;
32846
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32847
+ background-color: rgba(255, 74, 74, 0.16);
32738
32848
  }
32739
32849
 
32740
- .E_t93e4cf .content .ant-btn {
32741
- white-space: pre-wrap;
32742
- text-align: left;
32850
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32851
+ background-color: rgba(254, 160, 8, 0.1);
32743
32852
  }
32744
32853
 
32745
- .E_t93e4cf .content .unit-chart {
32746
- justify-content: flex-start;
32854
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32855
+ background-color: #fea008;
32747
32856
  }
32748
32857
 
32749
- .E_rhz2uv5 {
32750
- width: var(--rhz2uv5-0);
32751
- flex-shrink: 0;
32752
- color: rgba(44, 56, 82, 0.6);
32753
- padding-right: 12px;
32858
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32859
+ background-color: rgba(255, 187, 0, 0.16);
32754
32860
  }
32755
32861
 
32756
- .E_itxley7.ant-input-group.ant-input-group-compact {
32757
- display: flex;
32862
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
32863
+ background-color: rgba(30, 201, 127, 0.1);
32758
32864
  }
32759
32865
 
32760
- .E_m74vjol {
32761
- display: flex;
32762
- justify-content: space-between;
32763
- width: 100%;
32866
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32867
+ background-color: #00ba5d;
32764
32868
  }
32765
32869
 
32766
- .E_m74vjol .action {
32767
- margin-left: 16px;
32870
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32871
+ background-color: rgba(30, 201, 127, 0.16);
32768
32872
  }
32769
32873
 
32770
- .E_a1o35uvh .ant-alert-message {
32771
- width: 100%;
32874
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32875
+ background-color: rgba(225, 230, 241, 0.6);
32772
32876
  }
32773
32877
 
32774
- .E_wg1tsps {
32775
- display: flex;
32776
- align-items: center;
32777
- justify-content: flex-end;
32878
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32879
+ background-color: #6b7d99;
32778
32880
  }
32779
32881
 
32780
- .E_b1ctd5xy {
32781
- display: flex;
32782
- align-items: center;
32783
- width: calc(100% - 40px);
32882
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32883
+ background-color: rgba(211, 218, 235, 0.6);
32784
32884
  }
32785
32885
 
32786
- .E_b1ctd5xy .chart {
32886
+ .E_satwmqm {
32887
+ width: 8px;
32888
+ height: 8px;
32889
+ border-radius: 50%;
32787
32890
  display: inline-block;
32788
- width: 100%;
32789
32891
  }
32790
32892
 
32791
- .E_u1p8acpn {
32792
- min-width: 40px;
32893
+ .E_ivqqkzv {
32894
+ height: 24px;
32895
+ width: 56px !important;
32896
+ margin-right: 4px;
32793
32897
  }
32794
32898
 
32795
- .E_u1p8acpn .unit {
32796
- color: #00122e !important;
32899
+ .E_c1wk4q29 {
32900
+ color: rgba(44, 56, 82, 0.6);
32797
32901
  }
32798
32902
 
32799
32903
  .E_s1sck0th {
@@ -32924,149 +33028,45 @@ input.E_rf8rlle.ant-input {
32924
33028
  color: #0080ff;
32925
33029
  }
32926
33030
 
32927
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32928
- border-color: rgba(107, 128, 167, 0.6);
32929
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32930
- }
32931
-
32932
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32933
- color: #0080ff;
32934
- }
32935
-
32936
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32937
- border-color: #0080ff;
32938
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32939
- }
32940
-
32941
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32942
- transform: rotate(180deg);
32943
- }
32944
-
32945
- .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32946
- background: rgba(211, 218, 235, 0.6);
32947
- border-color: rgba(172, 186, 211, 0.6);
32948
- cursor: "not-allowed";
32949
- }
32950
-
32951
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32952
- border-color: #f0483e !important;
32953
- }
32954
-
32955
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32956
- color: #1d326c;
32957
- }
32958
-
32959
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32960
- border-color: #0080ff;
32961
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32962
- }
32963
-
32964
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32965
- transform: rotate(180deg);
32966
- }
32967
-
32968
- .E_sddwhm6 {
32969
- margin: 0;
32970
- border-radius: 20px;
32971
- padding: 2px 10px;
32972
- height: 22px;
32973
- }
32974
-
32975
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
32976
- background-color: rgba(237, 241, 250, 0.6) !important;
32977
- }
32978
-
32979
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32980
- background-color: rgba(225, 230, 241, 0.6) !important;
32981
- }
32982
-
32983
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
32984
- color: #00122e;
32985
- }
32986
-
32987
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32988
- margin-right: 6px;
32989
- }
32990
-
32991
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32992
- margin-left: 4px;
32993
- }
32994
-
32995
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32996
- background-color: rgba(0, 136, 255, 0.1);
32997
- }
32998
-
32999
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33000
- background-color: #0080ff;
33001
- }
33002
-
33003
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
33004
- background-color: rgba(0, 136, 255, 0.16);
33005
- }
33006
-
33007
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
33008
- background-color: rgba(255, 74, 74, 0.1);
33009
- }
33010
-
33011
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33012
- background-color: #f0483e;
33013
- }
33014
-
33015
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
33016
- background-color: rgba(255, 74, 74, 0.16);
33017
- }
33018
-
33019
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33020
- background-color: rgba(254, 160, 8, 0.1);
33021
- }
33022
-
33023
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33024
- background-color: #fea008;
33025
- }
33026
-
33027
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
33028
- background-color: rgba(255, 187, 0, 0.16);
33029
- }
33030
-
33031
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
33032
- background-color: rgba(30, 201, 127, 0.1);
33031
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
33032
+ border-color: rgba(107, 128, 167, 0.6);
33033
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
33033
33034
  }
33034
33035
 
33035
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33036
- background-color: #00ba5d;
33036
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
33037
+ color: #0080ff;
33037
33038
  }
33038
33039
 
33039
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
33040
- background-color: rgba(30, 201, 127, 0.16);
33040
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
33041
+ border-color: #0080ff;
33042
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33041
33043
  }
33042
33044
 
33043
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33044
- background-color: rgba(225, 230, 241, 0.6);
33045
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
33046
+ transform: rotate(180deg);
33045
33047
  }
33046
33048
 
33047
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33048
- background-color: #6b7d99;
33049
+ .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
33050
+ background: rgba(211, 218, 235, 0.6);
33051
+ border-color: rgba(172, 186, 211, 0.6);
33052
+ cursor: "not-allowed";
33049
33053
  }
33050
33054
 
33051
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
33052
- background-color: rgba(211, 218, 235, 0.6);
33055
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
33056
+ border-color: #f0483e !important;
33053
33057
  }
33054
33058
 
33055
- .E_satwmqm {
33056
- width: 8px;
33057
- height: 8px;
33058
- border-radius: 50%;
33059
- display: inline-block;
33059
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
33060
+ color: #1d326c;
33060
33061
  }
33061
33062
 
33062
- .E_ivqqkzv {
33063
- height: 24px;
33064
- width: 56px !important;
33065
- margin-right: 4px;
33063
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
33064
+ border-color: #0080ff;
33065
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33066
33066
  }
33067
33067
 
33068
- .E_c1wk4q29 {
33069
- color: rgba(44, 56, 82, 0.6);
33068
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
33069
+ transform: rotate(180deg);
33070
33070
  }
33071
33071
 
33072
33072
  .E_tju3gfj .date {
@@ -33299,17 +33299,249 @@ input.E_rf8rlle.ant-input {
33299
33299
  padding: 3px 6px;
33300
33300
  }
33301
33301
 
33302
- .E_t1ub2aex:first-child {
33303
- padding-top: 3px;
33302
+ .E_t1ub2aex:first-child {
33303
+ padding-top: 3px;
33304
+ }
33305
+
33306
+ .E_t1ub2aex:last-child {
33307
+ padding-bottom: 3px;
33308
+ }
33309
+
33310
+ .E_t1ub2aex .column-value {
33311
+ color: #fff;
33312
+ margin-left: 8px;
33313
+ }
33314
+
33315
+ .E_sjob3jg {
33316
+ --item-min-width: 60px;
33317
+ }
33318
+
33319
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33320
+ display: none !important;
33321
+ }
33322
+
33323
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33324
+ flex-shrink: 0 !important;
33325
+ }
33326
+
33327
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33328
+ color: #0080ff;
33329
+ }
33330
+
33331
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33332
+ color: #0080ff;
33333
+ font-weight: normal;
33334
+ }
33335
+
33336
+ .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
33337
+ color: rgba(44, 56, 82, 0.6);
33338
+ }
33339
+
33340
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33341
+ color: #00122e;
33342
+ }
33343
+
33344
+ .E_sjob3jg .step-item-text {
33345
+ display: inline-block;
33346
+ }
33347
+
33348
+ .E_sjob3jg .step-item-title {
33349
+ overflow: hidden;
33350
+ white-space: nowrap;
33351
+ text-overflow: ellipsis;
33352
+ }
33353
+
33354
+ .E_hjvj6s6 .ant-steps-item-container {
33355
+ min-width: var(--item-min-width);
33356
+ }
33357
+
33358
+ .E_hjvj6s6 .ant-steps-item-disabled {
33359
+ cursor: not-allowed !important;
33360
+ }
33361
+
33362
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33363
+ flex-direction: row;
33364
+ justify-content: stretch;
33365
+ }
33366
+
33367
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33368
+ padding: 0;
33369
+ margin-right: 4px;
33370
+ flex: 1;
33371
+ overflow: visible;
33372
+ }
33373
+
33374
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33375
+ width: 100%;
33376
+ min-height: unset;
33377
+ }
33378
+
33379
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33380
+ height: 26px;
33381
+ line-height: 26px;
33382
+ width: 100%;
33383
+ padding: 0;
33384
+ font-size: 12px;
33385
+ }
33386
+
33387
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33388
+ margin-right: 10px;
33389
+ }
33390
+
33391
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33392
+ display: none;
33393
+ }
33394
+
33395
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33396
+ padding-left: 8px;
33397
+ padding-right: 4px;
33398
+ border-radius: 4px 0 0 4px;
33399
+ }
33400
+
33401
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33402
+ margin-right: 0;
33403
+ }
33404
+
33405
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33406
+ padding-right: 8px;
33407
+ padding-left: 12px;
33408
+ border-radius: 0 4px 4px 0;
33409
+ }
33410
+
33411
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
33412
+ content: "";
33413
+ width: 0;
33414
+ height: 0;
33415
+ border: 13px solid transparent;
33416
+ position: absolute;
33417
+ top: 0;
33418
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
33419
+ z-index: 2;
33420
+ position: relative;
33421
+ top: -50%;
33422
+ right: -100%;
33423
+ }
33424
+
33425
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33426
+ padding: 0 4px 0 12px;
33427
+ }
33428
+
33429
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
33430
+ content: "";
33431
+ width: 0;
33432
+ height: 0;
33433
+ border: 13px solid transparent;
33434
+ position: absolute;
33435
+ top: 0;
33436
+ border-left: 8px solid #fff;
33437
+ left: 0;
33438
+ }
33439
+
33440
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33441
+ max-width: calc(100% - var(--item-min-width) * 2);
33442
+ }
33443
+
33444
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33445
+ background-color: rgba(0, 136, 255, 0.1);
33446
+ }
33447
+
33448
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33449
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
33450
+ }
33451
+
33452
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33453
+ cursor: pointer;
33454
+ min-width: var(--item-min-width);
33455
+ }
33456
+
33457
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33458
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33459
+ min-width: var(--item-min-width);
33460
+ }
33461
+
33462
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33463
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33464
+ background-color: rgba(237, 241, 250, 0.6);
33465
+ }
33466
+
33467
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33468
+ padding: 0;
33469
+ }
33470
+
33471
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
33472
+ width: 192px;
33473
+ row-gap: 2px;
33474
+ }
33475
+
33476
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33477
+ background-color: rgba(225, 230, 241, 0.6);
33478
+ }
33479
+
33480
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33481
+ color: #00122e !important;
33482
+ }
33483
+
33484
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
33485
+ background-color: rgba(225, 230, 241, 0.6);
33486
+ }
33487
+
33488
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33489
+ padding: 0 8px;
33490
+ border-radius: 4px;
33491
+ height: 32px;
33492
+ display: flex;
33493
+ align-items: center;
33494
+ }
33495
+
33496
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33497
+ min-height: auto;
33498
+ white-space: nowrap;
33499
+ }
33500
+
33501
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33502
+ font-size: 13px;
33503
+ line-height: 20px;
33504
+ max-width: 100%;
33505
+ padding-right: 0;
33506
+ }
33507
+
33508
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33509
+ background: rgba(0, 128, 255, 0.1);
33510
+ }
33511
+
33512
+ .E_h6l1tj4 {
33513
+ width: 100%;
33514
+ display: inline-flex;
33515
+ align-items: center;
33516
+ justify-content: center;
33517
+ column-gap: 4px;
33518
+ }
33519
+
33520
+ .E_h6l1tj4 .step-item-prefix-container {
33521
+ display: inline-flex;
33522
+ align-items: center;
33523
+ width: 18px;
33524
+ height: 18px;
33525
+ color: rgba(44, 56, 82, 0.75);
33526
+ justify-content: center;
33304
33527
  }
33305
33528
 
33306
- .E_t1ub2aex:last-child {
33307
- padding-bottom: 3px;
33529
+ .E_v18frne8 {
33530
+ width: 100%;
33531
+ display: flex;
33532
+ align-items: center;
33533
+ justify-content: center;
33534
+ column-gap: 6px;
33535
+ font-size: 13px;
33308
33536
  }
33309
33537
 
33310
- .E_t1ub2aex .column-value {
33311
- color: #fff;
33312
- margin-left: 8px;
33538
+ .E_v18frne8 .step-item-prefix-container {
33539
+ display: inline-flex;
33540
+ align-items: center;
33541
+ min-width: 20px;
33542
+ min-height: 20px;
33543
+ color: rgba(44, 56, 82, 0.75);
33544
+ justify-content: center;
33313
33545
  }
33314
33546
 
33315
33547
  .E_c1kchka8 {
@@ -33855,255 +34087,23 @@ input.E_rf8rlle.ant-input {
33855
34087
 
33856
34088
  .E_d1tc7lgk ul li:active {
33857
34089
  background: rgba(0, 136, 255, 0.2);
33858
- color: #0080ff;
33859
- }
33860
-
33861
- .E_d1tc7lgk ul li + li {
33862
- margin-top: 2px;
33863
- }
33864
-
33865
- .E_rzaik16 {
33866
- padding: 0;
33867
- }
33868
-
33869
- .E_rzaik16 .ant-popover-arrow {
33870
- display: none;
33871
- }
33872
-
33873
- .E_rzaik16 .ant-popover-inner-content {
33874
- padding: 0;
33875
- }
33876
-
33877
- .E_sjob3jg {
33878
- --item-min-width: 60px;
33879
- }
33880
-
33881
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33882
- display: none !important;
33883
- }
33884
-
33885
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33886
- flex-shrink: 0 !important;
33887
- }
33888
-
33889
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33890
- color: #0080ff;
33891
- }
33892
-
33893
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33894
- color: #0080ff;
33895
- font-weight: normal;
33896
- }
33897
-
33898
- .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
33899
- color: rgba(44, 56, 82, 0.6);
33900
- }
33901
-
33902
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33903
- color: #00122e;
33904
- }
33905
-
33906
- .E_sjob3jg .step-item-text {
33907
- display: inline-block;
33908
- }
33909
-
33910
- .E_sjob3jg .step-item-title {
33911
- overflow: hidden;
33912
- white-space: nowrap;
33913
- text-overflow: ellipsis;
33914
- }
33915
-
33916
- .E_hjvj6s6 .ant-steps-item-container {
33917
- min-width: var(--item-min-width);
33918
- }
33919
-
33920
- .E_hjvj6s6 .ant-steps-item-disabled {
33921
- cursor: not-allowed !important;
33922
- }
33923
-
33924
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33925
- flex-direction: row;
33926
- justify-content: stretch;
33927
- }
33928
-
33929
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33930
- padding: 0;
33931
- margin-right: 4px;
33932
- flex: 1;
33933
- overflow: visible;
33934
- }
33935
-
33936
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33937
- width: 100%;
33938
- min-height: unset;
33939
- }
33940
-
33941
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33942
- height: 26px;
33943
- line-height: 26px;
33944
- width: 100%;
33945
- padding: 0;
33946
- font-size: 12px;
33947
- }
33948
-
33949
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33950
- margin-right: 10px;
33951
- }
33952
-
33953
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33954
- display: none;
33955
- }
33956
-
33957
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33958
- padding-left: 8px;
33959
- padding-right: 4px;
33960
- border-radius: 4px 0 0 4px;
33961
- }
33962
-
33963
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33964
- margin-right: 0;
33965
- }
33966
-
33967
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33968
- padding-right: 8px;
33969
- padding-left: 12px;
33970
- border-radius: 0 4px 4px 0;
33971
- }
33972
-
33973
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
33974
- content: "";
33975
- width: 0;
33976
- height: 0;
33977
- border: 13px solid transparent;
33978
- position: absolute;
33979
- top: 0;
33980
- border-left: 8px solid rgba(237, 241, 250, 0.6);
33981
- z-index: 2;
33982
- position: relative;
33983
- top: -50%;
33984
- right: -100%;
33985
- }
33986
-
33987
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33988
- padding: 0 4px 0 12px;
33989
- }
33990
-
33991
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
33992
- content: "";
33993
- width: 0;
33994
- height: 0;
33995
- border: 13px solid transparent;
33996
- position: absolute;
33997
- top: 0;
33998
- border-left: 8px solid #fff;
33999
- left: 0;
34000
- }
34001
-
34002
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34003
- max-width: calc(100% - var(--item-min-width) * 2);
34004
- }
34005
-
34006
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34007
- background-color: rgba(0, 136, 255, 0.1);
34008
- }
34009
-
34010
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34011
- border-left-color: rgba(0, 136, 255, 0.1) !important;
34012
- }
34013
-
34014
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34015
- cursor: pointer;
34016
- min-width: var(--item-min-width);
34017
- }
34018
-
34019
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34020
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34021
- min-width: var(--item-min-width);
34022
- }
34023
-
34024
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34025
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34026
- background-color: rgba(237, 241, 250, 0.6);
34027
- }
34028
-
34029
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34030
- padding: 0;
34031
- }
34032
-
34033
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
34034
- width: 192px;
34035
- row-gap: 2px;
34036
- }
34037
-
34038
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34039
- background-color: rgba(225, 230, 241, 0.6);
34040
- }
34041
-
34042
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34043
- color: #00122e !important;
34044
- }
34045
-
34046
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
34047
- background-color: rgba(225, 230, 241, 0.6);
34048
- }
34049
-
34050
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34051
- padding: 0 8px;
34052
- border-radius: 4px;
34053
- height: 32px;
34054
- display: flex;
34055
- align-items: center;
34056
- }
34057
-
34058
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34059
- min-height: auto;
34060
- white-space: nowrap;
34061
- }
34062
-
34063
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34064
- font-size: 13px;
34065
- line-height: 20px;
34066
- max-width: 100%;
34067
- padding-right: 0;
34068
- }
34069
-
34070
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34071
- background: rgba(0, 128, 255, 0.1);
34072
- }
34073
-
34074
- .E_h6l1tj4 {
34075
- width: 100%;
34076
- display: inline-flex;
34077
- align-items: center;
34078
- justify-content: center;
34079
- column-gap: 4px;
34090
+ color: #0080ff;
34080
34091
  }
34081
34092
 
34082
- .E_h6l1tj4 .step-item-prefix-container {
34083
- display: inline-flex;
34084
- align-items: center;
34085
- width: 18px;
34086
- height: 18px;
34087
- color: rgba(44, 56, 82, 0.75);
34088
- justify-content: center;
34093
+ .E_d1tc7lgk ul li + li {
34094
+ margin-top: 2px;
34089
34095
  }
34090
34096
 
34091
- .E_v18frne8 {
34092
- width: 100%;
34093
- display: flex;
34094
- align-items: center;
34095
- justify-content: center;
34096
- column-gap: 6px;
34097
- font-size: 13px;
34097
+ .E_rzaik16 {
34098
+ padding: 0;
34098
34099
  }
34099
34100
 
34100
- .E_v18frne8 .step-item-prefix-container {
34101
- display: inline-flex;
34102
- align-items: center;
34103
- min-width: 20px;
34104
- min-height: 20px;
34105
- color: rgba(44, 56, 82, 0.75);
34106
- justify-content: center;
34101
+ .E_rzaik16 .ant-popover-arrow {
34102
+ display: none;
34103
+ }
34104
+
34105
+ .E_rzaik16 .ant-popover-inner-content {
34106
+ padding: 0;
34107
34107
  }
34108
34108
 
34109
34109
  .E_tc97u5y {
@@ -34619,6 +34619,21 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34619
34619
  color: rgba(44, 56, 82, 0.7490196078);
34620
34620
  }
34621
34621
 
34622
+ .E_suhck3k {
34623
+ height: 24px;
34624
+ width: 24px;
34625
+ border-radius: 6px;
34626
+ padding: 4px;
34627
+ }
34628
+
34629
+ .E_suhck3k:hover {
34630
+ background-color: rgba(0, 136, 255, 0.1);
34631
+ }
34632
+
34633
+ .E_suhck3k:hover svg path {
34634
+ fill: blue;
34635
+ }
34636
+
34622
34637
  .E_ryby9ds {
34623
34638
  display: flex;
34624
34639
  align-items: center;
@@ -34636,19 +34651,92 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34636
34651
  margin-right: 6px;
34637
34652
  }
34638
34653
 
34639
- .E_suhck3k {
34640
- height: 24px;
34641
- width: 24px;
34642
- border-radius: 6px;
34643
- padding: 4px;
34654
+ .E_t13ef470 {
34655
+ height: 100%;
34644
34656
  }
34645
34657
 
34646
- .E_suhck3k:hover {
34647
- background-color: rgba(0, 136, 255, 0.1);
34658
+ .E_t13ef470 .table-loading-item {
34659
+ padding: 12px 4px;
34660
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34661
+ display: flex;
34648
34662
  }
34649
34663
 
34650
- .E_suhck3k:hover svg path {
34651
- fill: blue;
34664
+ .E_t13ef470 .table-loading-item > * {
34665
+ height: 16px;
34666
+ margin: 4px;
34667
+ background: rgba(204, 212, 227, 0.18);
34668
+ border-radius: 2px;
34669
+ }
34670
+
34671
+ .E_t13ef470 .table-loading-item .checkbox-loading {
34672
+ width: 16px;
34673
+ }
34674
+
34675
+ .E_t13ef470 .table-loading-item .td-loading {
34676
+ flex: 1;
34677
+ }
34678
+
34679
+ .E_t13ef470 :nth-child(1) {
34680
+ padding: 8px 4px;
34681
+ }
34682
+
34683
+ .E_t13ef470 :nth-child(1) > * {
34684
+ background: rgba(107, 125, 153, 0.18);
34685
+ }
34686
+
34687
+ .E_t13ef470 :nth-child(1) > * {
34688
+ background: rgba(163, 180, 204, 0.18);
34689
+ }
34690
+
34691
+ .E_c1kghdax {
34692
+ color: #2d3a56;
34693
+ padding: 7px 12px;
34694
+ display: flex;
34695
+ justify-content: space-between;
34696
+ align-items: center;
34697
+ }
34698
+
34699
+ .E_c1kghdax.has-arrow {
34700
+ padding-left: 10px;
34701
+ }
34702
+
34703
+ .E_c1kghdax.has-arrow .title-wrapper {
34704
+ cursor: pointer;
34705
+ color: #00122e;
34706
+ }
34707
+
34708
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
34709
+ color: #2d3a56;
34710
+ font-weight: 600;
34711
+ }
34712
+
34713
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
34714
+ transform: rotate(90deg);
34715
+ }
34716
+
34717
+ .E_c1kghdax .sub-info {
34718
+ font-size: 12px;
34719
+ line-height: 18px;
34720
+ }
34721
+
34722
+ .E_c1kghdax .title-wrapper {
34723
+ display: flex;
34724
+ align-items: center;
34725
+ user-select: none;
34726
+ flex-grow: 1;
34727
+ font-size: 12px;
34728
+ line-height: 18px;
34729
+ color: #2d3a56;
34730
+ font-weight: 700;
34731
+ }
34732
+
34733
+ .E_c1kghdax .collapse-arrow {
34734
+ transition: all 50ms ease-out 0ms;
34735
+ margin-right: 2px;
34736
+ }
34737
+
34738
+ .E_c1yd35n {
34739
+ padding: 0 12px 14px 12px;
34652
34740
  }
34653
34741
 
34654
34742
  .E_ckui4s7 {
@@ -34731,92 +34819,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34731
34819
  margin-left: 24px;
34732
34820
  }
34733
34821
 
34734
- .E_c1yd35n {
34735
- padding: 0 12px 14px 12px;
34736
- }
34737
-
34738
- .E_t13ef470 {
34739
- height: 100%;
34740
- }
34741
-
34742
- .E_t13ef470 .table-loading-item {
34743
- padding: 12px 4px;
34744
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34745
- display: flex;
34746
- }
34747
-
34748
- .E_t13ef470 .table-loading-item > * {
34749
- height: 16px;
34750
- margin: 4px;
34751
- background: rgba(204, 212, 227, 0.18);
34752
- border-radius: 2px;
34753
- }
34754
-
34755
- .E_t13ef470 .table-loading-item .checkbox-loading {
34756
- width: 16px;
34757
- }
34758
-
34759
- .E_t13ef470 .table-loading-item .td-loading {
34760
- flex: 1;
34761
- }
34762
-
34763
- .E_t13ef470 :nth-child(1) {
34764
- padding: 8px 4px;
34765
- }
34766
-
34767
- .E_t13ef470 :nth-child(1) > * {
34768
- background: rgba(107, 125, 153, 0.18);
34769
- }
34770
-
34771
- .E_t13ef470 :nth-child(1) > * {
34772
- background: rgba(163, 180, 204, 0.18);
34773
- }
34774
-
34775
- .E_c1kghdax {
34776
- color: #2d3a56;
34777
- padding: 7px 12px;
34778
- display: flex;
34779
- justify-content: space-between;
34780
- align-items: center;
34822
+ .E_b14q2gmw {
34823
+ box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
34781
34824
  }
34782
34825
 
34783
- .E_c1kghdax.has-arrow {
34784
- padding-left: 10px;
34826
+ .E_c1eym6el {
34827
+ border-radius: 8px;
34828
+ background-color: white;
34785
34829
  }
34786
34830
 
34787
- .E_c1kghdax.has-arrow .title-wrapper {
34831
+ .E_c1eym6el.hoverable {
34788
34832
  cursor: pointer;
34789
- color: #00122e;
34790
- }
34791
-
34792
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
34793
- color: #2d3a56;
34794
- font-weight: 600;
34795
- }
34796
-
34797
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
34798
- transform: rotate(90deg);
34799
- }
34800
-
34801
- .E_c1kghdax .sub-info {
34802
- font-size: 12px;
34803
- line-height: 18px;
34804
- }
34805
-
34806
- .E_c1kghdax .title-wrapper {
34807
- display: flex;
34808
- align-items: center;
34809
- user-select: none;
34810
- flex-grow: 1;
34811
- font-size: 12px;
34812
- line-height: 18px;
34813
- color: #2d3a56;
34814
- font-weight: 700;
34815
34833
  }
34816
34834
 
34817
- .E_c1kghdax .collapse-arrow {
34818
- transition: all 50ms ease-out 0ms;
34819
- margin-right: 2px;
34835
+ .E_c1eym6el.hoverable:hover {
34836
+ transition: all 200ms ease;
34837
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34838
+ transform: translateY(-4px);
34820
34839
  }
34821
34840
 
34822
34841
  .E_w7ob4th.outside-tag {
@@ -34829,6 +34848,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34829
34848
  margin-right: 4px;
34830
34849
  }
34831
34850
 
34851
+ .E_i1g85yz3 {
34852
+ margin-right: 4px;
34853
+ height: 16px;
34854
+ }
34855
+
34832
34856
  .E_t160l1cm {
34833
34857
  display: flex;
34834
34858
  flex-direction: column;
@@ -35079,30 +35103,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35079
35103
  background: transparent;
35080
35104
  }
35081
35105
 
35082
- .E_b14q2gmw {
35083
- box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
35084
- }
35085
-
35086
- .E_c1eym6el {
35087
- border-radius: 8px;
35088
- background-color: white;
35089
- }
35090
-
35091
- .E_c1eym6el.hoverable {
35092
- cursor: pointer;
35093
- }
35094
-
35095
- .E_c1eym6el.hoverable:hover {
35096
- transition: all 200ms ease;
35097
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
35098
- transform: translateY(-4px);
35099
- }
35100
-
35101
- .E_i1g85yz3 {
35102
- margin-right: 4px;
35103
- height: 16px;
35104
- }
35105
-
35106
35106
  .E_slr2ynn {
35107
35107
  padding: 0 8px;
35108
35108
  height: 18px;