@cloudtower/eagle 0.28.12 → 0.28.14

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.
@@ -29597,6 +29597,39 @@ html body {
29597
29597
  padding: 8px 12px;
29598
29598
  }
29599
29599
 
29600
+ .E_m74vjol {
29601
+ display: flex;
29602
+ justify-content: space-between;
29603
+ width: 100%;
29604
+ }
29605
+
29606
+ .E_m74vjol .action {
29607
+ margin-left: 16px;
29608
+ }
29609
+
29610
+ .E_a1o35uvh .ant-alert-message {
29611
+ width: 100%;
29612
+ }
29613
+
29614
+ .E_berrcjl {
29615
+ color: rgba(10, 37, 85, 0.6);
29616
+ margin-bottom: 4px;
29617
+ }
29618
+
29619
+ .E_berrcjl .breadcrumb-link {
29620
+ color: rgba(10, 37, 85, 0.6);
29621
+ cursor: pointer;
29622
+ transition: color 160ms ease;
29623
+ }
29624
+
29625
+ .E_berrcjl .breadcrumb-link:hover {
29626
+ color: #0080ff;
29627
+ }
29628
+
29629
+ .E_berrcjl .breadcrumb-link:active {
29630
+ color: #005ed1;
29631
+ }
29632
+
29600
29633
  .E_b1nip9bk {
29601
29634
  padding: 4px 11px;
29602
29635
  }
@@ -29632,25 +29665,6 @@ html body {
29632
29665
  border-radius: unset;
29633
29666
  }
29634
29667
 
29635
- .E_berrcjl {
29636
- color: rgba(10, 37, 85, 0.6);
29637
- margin-bottom: 4px;
29638
- }
29639
-
29640
- .E_berrcjl .breadcrumb-link {
29641
- color: rgba(10, 37, 85, 0.6);
29642
- cursor: pointer;
29643
- transition: color 160ms ease;
29644
- }
29645
-
29646
- .E_berrcjl .breadcrumb-link:hover {
29647
- color: #0080ff;
29648
- }
29649
-
29650
- .E_berrcjl .breadcrumb-link:active {
29651
- color: #005ed1;
29652
- }
29653
-
29654
29668
  .E_b1wx3t3t.ant-btn-icon-only {
29655
29669
  justify-content: center;
29656
29670
  }
@@ -29943,20 +29957,6 @@ button.E_n7k2c6r {
29943
29957
  padding: 0;
29944
29958
  }
29945
29959
 
29946
- .E_m74vjol {
29947
- display: flex;
29948
- justify-content: space-between;
29949
- width: 100%;
29950
- }
29951
-
29952
- .E_m74vjol .action {
29953
- margin-left: 16px;
29954
- }
29955
-
29956
- .E_a1o35uvh .ant-alert-message {
29957
- width: 100%;
29958
- }
29959
-
29960
29960
  .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29961
29961
  padding: 4px 8px 0 8px;
29962
29962
  color: rgba(44, 56, 82, 0.6);
@@ -29972,10 +29972,84 @@ button.E_n7k2c6r {
29972
29972
  border-top: 1px solid rgba(211, 218, 235, 0.6);
29973
29973
  }
29974
29974
 
29975
+ .E_c1uzzomf {
29976
+ margin-bottom: 16px;
29977
+ }
29978
+
29979
+ .E_c1uzzomf .card-title {
29980
+ font-size: 16px;
29981
+ color: rgba(44, 56, 82, 0.6);
29982
+ font-weight: 700;
29983
+ line-height: 32px;
29984
+ }
29985
+
29986
+ .E_c1uzzomf .card-body {
29987
+ padding: 24px;
29988
+ border-radius: 8px;
29989
+ background: #fff;
29990
+ }
29991
+
29992
+ .E_c1uzzomf .empty {
29993
+ font-weight: 700;
29994
+ font-size: 14px;
29995
+ line-height: 22px;
29996
+ color: rgba(0, 21, 64, 0.3);
29997
+ text-align: center;
29998
+ }
29999
+
30000
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30001
+ display: flex;
30002
+ }
30003
+
29975
30004
  .E_sx1bpnu .ant-input-sm {
29976
30005
  line-height: 18px;
29977
30006
  }
29978
30007
 
30008
+ .E_iouxfgt {
30009
+ display: inline-flex;
30010
+ align-items: center;
30011
+ }
30012
+
30013
+ .E_iouxfgt .icon-inner {
30014
+ display: inline-flex;
30015
+ align-items: center;
30016
+ justify-content: center;
30017
+ }
30018
+
30019
+ .E_iouxfgt .icon-inner + span,
30020
+ .E_iouxfgt span + .icon-inner.suffix {
30021
+ margin-left: 4px;
30022
+ }
30023
+
30024
+ .E_iouxfgt.is-rotate img,
30025
+ .E_iouxfgt.is-rotate svg {
30026
+ animation: rotate 680ms linear infinite;
30027
+ }
30028
+
30029
+ .E_fzh9mnb {
30030
+ width: 100%;
30031
+ height: 100%;
30032
+ min-height: 124px;
30033
+ display: flex;
30034
+ flex-direction: column;
30035
+ justify-content: center;
30036
+ align-items: center;
30037
+ }
30038
+
30039
+ .E_fzh9mnb .error-text {
30040
+ color: rgba(10, 37, 85, 0.6);
30041
+ margin-bottom: 16px;
30042
+ font-size: 18px;
30043
+ }
30044
+
30045
+ .E_atcz0kf .ant-input-suffix {
30046
+ margin-left: 8px;
30047
+ }
30048
+
30049
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30050
+ padding: 2px 7px 2px 12px;
30051
+ }
30052
+
29979
30053
  .E_ai7qkf2 .ant-input-number-handler-wrap {
29980
30054
  display: var(--ai7qkf2-0);
29981
30055
  }
@@ -30046,33 +30120,39 @@ button.E_n7k2c6r {
30046
30120
  padding: 2px 8px;
30047
30121
  }
30048
30122
 
30049
- .E_itxley7.ant-input-group.ant-input-group-compact {
30050
- display: flex;
30123
+ .E_a1wfy30z .ant-input-number-handler-wrap {
30124
+ display: var(--a1wfy30z-0);
30051
30125
  }
30052
30126
 
30053
- .E_c1uzzomf {
30054
- margin-bottom: 16px;
30127
+ .E_a1wfy30z .ant-input-number-input-wrap {
30128
+ padding: 4px 11px;
30129
+ display: inline-flex;
30130
+ line-height: 1.5715;
30131
+ height: inherit;
30055
30132
  }
30056
30133
 
30057
- .E_c1uzzomf .card-title {
30058
- font-size: 16px;
30059
- color: rgba(44, 56, 82, 0.6);
30060
- font-weight: 700;
30061
- line-height: 32px;
30134
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
30135
+ content: var(--a1wfy30z-1);
30136
+ display: var(--a1wfy30z-2);
30137
+ flex: none;
30138
+ align-items: center;
30139
+ margin-left: 4px;
30062
30140
  }
30063
30141
 
30064
- .E_c1uzzomf .card-body {
30065
- padding: 24px;
30066
- border-radius: 8px;
30067
- background: #fff;
30142
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
30143
+ content: var(--a1wfy30z-3);
30144
+ display: var(--a1wfy30z-4);
30145
+ flex: none;
30146
+ align-items: center;
30147
+ margin-right: 4px;
30148
+ cursor: auto;
30068
30149
  }
30069
30150
 
30070
- .E_c1uzzomf .empty {
30071
- font-weight: 700;
30072
- font-size: 14px;
30073
- line-height: 22px;
30074
- color: rgba(0, 21, 64, 0.3);
30075
- text-align: center;
30151
+ .E_a1wfy30z .ant-input-number-input {
30152
+ padding: 0;
30153
+ margin: 0;
30154
+ height: auto;
30155
+ font-size: inherit;
30076
30156
  }
30077
30157
 
30078
30158
  .E_f7pxqmh {
@@ -30211,164 +30291,174 @@ button.E_n7k2c6r {
30211
30291
  width: 102px;
30212
30292
  }
30213
30293
 
30214
- .E_a1wfy30z .ant-input-number-handler-wrap {
30215
- display: var(--a1wfy30z-0);
30294
+ .E_i1inqkme {
30295
+ height: 18px;
30296
+ line-height: 18px;
30297
+ padding: 0 4px;
30298
+ border-radius: 4px;
30299
+ background: rgba(235, 239, 245, 0.6);
30300
+ border: 1px solid rgba(223, 228, 235, 0.6);
30301
+ display: flex;
30302
+ align-items: center;
30303
+ white-space: nowrap;
30304
+ margin-right: 4px;
30216
30305
  }
30217
30306
 
30218
- .E_a1wfy30z .ant-input-number-input-wrap {
30219
- padding: 4px 11px;
30220
- display: inline-flex;
30221
- line-height: 1.5715;
30222
- height: inherit;
30307
+ .E_phljevk {
30308
+ display: flex;
30309
+ justify-content: space-between;
30310
+ align-items: center;
30311
+ padding: 10px 0;
30312
+ color: rgba(44, 56, 82, 0.6);
30313
+ font-size: 12px;
30314
+ line-height: 24px;
30223
30315
  }
30224
30316
 
30225
- .E_a1wfy30z .ant-input-number-input-wrap::after {
30226
- content: var(--a1wfy30z-1);
30227
- display: var(--a1wfy30z-2);
30228
- flex: none;
30229
- align-items: center;
30230
- margin-left: 4px;
30317
+ .E_phljevk .pagination-left {
30318
+ padding: 2px 8px;
30231
30319
  }
30232
30320
 
30233
- .E_a1wfy30z .ant-input-number-input-wrap::before {
30234
- content: var(--a1wfy30z-3);
30235
- display: var(--a1wfy30z-4);
30236
- flex: none;
30321
+ .E_phljevk .dropdown-trigger {
30322
+ display: flex;
30237
30323
  align-items: center;
30238
- margin-right: 4px;
30239
- cursor: auto;
30324
+ border-radius: 6px;
30325
+ cursor: pointer;
30326
+ transition: all 0.3s ease;
30240
30327
  }
30241
30328
 
30242
- .E_a1wfy30z .ant-input-number-input {
30243
- padding: 0;
30244
- margin: 0;
30245
- height: auto;
30246
- font-size: inherit;
30329
+ .E_phljevk .dropdown-trigger:hover {
30330
+ background: rgba(211, 218, 235, 0.6);
30331
+ color: #0080ff;
30247
30332
  }
30248
30333
 
30249
- .E_iouxfgt {
30250
- display: inline-flex;
30251
- align-items: center;
30334
+ .E_phljevk .dropdown-trigger .icon-inner {
30335
+ margin-left: 4px;
30252
30336
  }
30253
30337
 
30254
- .E_iouxfgt .icon-inner {
30255
- display: inline-flex;
30338
+ .E_phljevk .pagination-right {
30339
+ display: flex;
30256
30340
  align-items: center;
30257
- justify-content: center;
30341
+ color: #0080ff;
30342
+ font-weight: bold;
30258
30343
  }
30259
30344
 
30260
- .E_iouxfgt .icon-inner + span,
30261
- .E_iouxfgt span + .icon-inner.suffix {
30345
+ .E_phljevk .pagination-right .icon-inner {
30262
30346
  margin-left: 4px;
30263
30347
  }
30264
30348
 
30265
- .E_iouxfgt.is-rotate img,
30266
- .E_iouxfgt.is-rotate svg {
30267
- animation: rotate 680ms linear infinite;
30268
- }
30349
+ .E_phljevk .pagination-right .prev-btn,
30350
+ .E_phljevk .pagination-right .next-btn {
30351
+ padding: 0 8px;
30352
+ }
30269
30353
 
30270
- .E_fzh9mnb {
30271
- width: 100%;
30272
- height: 100%;
30273
- min-height: 124px;
30274
- display: flex;
30275
- flex-direction: column;
30276
- justify-content: center;
30277
- align-items: center;
30354
+ .E_phljevk .pagination-right .prev-btn > span,
30355
+ .E_phljevk .pagination-right .next-btn > span {
30356
+ color: #0080ff;
30278
30357
  }
30279
30358
 
30280
- .E_fzh9mnb .error-text {
30281
- color: rgba(10, 37, 85, 0.6);
30282
- margin-bottom: 16px;
30283
- font-size: 18px;
30359
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30360
+ transform: rotate(180deg);
30284
30361
  }
30285
30362
 
30286
- .E_i1inqkme {
30287
- height: 18px;
30363
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30364
+ max-height: calc(100vh - 128px);
30365
+ overflow-y: auto;
30366
+ }
30367
+
30368
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30369
+ padding: 4px 20px;
30370
+ font-size: 12px;
30288
30371
  line-height: 18px;
30289
- padding: 0 4px;
30290
- border-radius: 4px;
30291
- background: rgba(235, 239, 245, 0.6);
30292
- border: 1px solid rgba(223, 228, 235, 0.6);
30293
- display: flex;
30294
- align-items: center;
30295
- white-space: nowrap;
30296
- margin-right: 4px;
30297
30372
  }
30298
30373
 
30299
- .E_atcz0kf .ant-input-suffix {
30300
- margin-left: 8px;
30374
+ .E_owd0kml {
30375
+ display: inline-block;
30301
30376
  }
30302
30377
 
30303
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30304
- padding: 2px 7px 2px 12px;
30378
+ .E_h1jsgezc {
30379
+ visibility: hidden;
30380
+ position: absolute;
30305
30381
  }
30306
30382
 
30307
- .E_phljevk {
30308
- display: flex;
30309
- justify-content: space-between;
30310
- align-items: center;
30311
- padding: 10px 0;
30312
- color: rgba(44, 56, 82, 0.6);
30313
- font-size: 12px;
30314
- line-height: 24px;
30383
+ .E_ivqqkzv {
30384
+ height: 24px;
30385
+ width: 56px !important;
30386
+ margin-right: 4px;
30315
30387
  }
30316
30388
 
30317
- .E_phljevk .pagination-left {
30318
- padding: 2px 8px;
30389
+ .E_c1wk4q29 {
30390
+ color: rgba(44, 56, 82, 0.6);
30319
30391
  }
30320
30392
 
30321
- .E_phljevk .dropdown-trigger {
30322
- display: flex;
30323
- align-items: center;
30393
+ .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
30324
30394
  border-radius: 6px;
30325
- cursor: pointer;
30326
- transition: all 0.3s ease;
30327
30395
  }
30328
30396
 
30329
- .E_phljevk .dropdown-trigger:hover {
30330
- background: rgba(211, 218, 235, 0.6);
30331
- color: #0080ff;
30397
+ .E_s177mls5.ant-select.ant-select-single {
30398
+ width: 100%;
30399
+ color: #2d3a56;
30400
+ border-color: rgba(211, 218, 235, 0.6);
30401
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30402
+ font-size: 13px;
30332
30403
  }
30333
30404
 
30334
- .E_phljevk .dropdown-trigger .icon-inner {
30335
- margin-left: 4px;
30405
+ .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
30406
+ height: 30px;
30336
30407
  }
30337
30408
 
30338
- .E_phljevk .pagination-right {
30339
- display: flex;
30340
- align-items: center;
30341
- color: #0080ff;
30342
- font-weight: bold;
30409
+ .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
30410
+ height: 38px;
30411
+ font-size: 13px;
30343
30412
  }
30344
30413
 
30345
- .E_phljevk .pagination-right .icon-inner {
30346
- margin-left: 4px;
30414
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
30415
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
30416
+ transition: 160ms ease;
30347
30417
  }
30348
30418
 
30349
- .E_phljevk .pagination-right .prev-btn,
30350
- .E_phljevk .pagination-right .next-btn {
30351
- padding: 0 8px;
30419
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
30420
+ color: #0080ff;
30352
30421
  }
30353
30422
 
30354
- .E_phljevk .pagination-right .prev-btn > span,
30355
- .E_phljevk .pagination-right .next-btn > span {
30423
+ .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 {
30424
+ border-color: rgba(107, 128, 167, 0.6);
30425
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30426
+ }
30427
+
30428
+ .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 {
30356
30429
  color: #0080ff;
30357
30430
  }
30358
30431
 
30359
- .E_phljevk .pagination-right .next-btn .icon-inner {
30432
+ .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 {
30433
+ border-color: #0080ff;
30434
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30435
+ }
30436
+
30437
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
30360
30438
  transform: rotate(180deg);
30361
30439
  }
30362
30440
 
30363
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30364
- max-height: calc(100vh - 128px);
30365
- overflow-y: auto;
30441
+ .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
30442
+ background: rgba(211, 218, 235, 0.6);
30443
+ border-color: rgba(172, 186, 211, 0.6);
30444
+ cursor: "not-allowed";
30366
30445
  }
30367
30446
 
30368
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30369
- padding: 4px 20px;
30370
- font-size: 12px;
30371
- line-height: 18px;
30447
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
30448
+ border-color: #f0483e !important;
30449
+ }
30450
+
30451
+ .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 {
30452
+ color: #1d326c;
30453
+ }
30454
+
30455
+ .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 {
30456
+ border-color: #0080ff;
30457
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30458
+ }
30459
+
30460
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
30461
+ transform: rotate(180deg);
30372
30462
  }
30373
30463
 
30374
30464
  .E_rapgekc.ant-radio-wrapper {
@@ -30550,94 +30640,47 @@ button.E_n7k2c6r {
30550
30640
  width: 36px;
30551
30641
  }
30552
30642
 
30553
- .E_owd0kml {
30554
- display: inline-block;
30555
- }
30556
-
30557
- .E_h1jsgezc {
30558
- visibility: hidden;
30559
- position: absolute;
30643
+ .E_c1bus5hc {
30644
+ --color: white;
30645
+ height: 14px;
30646
+ width: 14px;
30647
+ border-radius: 50%;
30648
+ flex-shrink: 0;
30649
+ display: flex;
30650
+ align-items: center;
30651
+ justify-content: center;
30652
+ border: 1px solid var(--color);
30560
30653
  }
30561
30654
 
30562
- .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
30563
- border-radius: 6px;
30655
+ .E_c1bus5hc .circle-inner {
30656
+ position: relative;
30657
+ height: 10px;
30658
+ width: 10px;
30659
+ border-radius: 50%;
30660
+ overflow: hidden;
30564
30661
  }
30565
30662
 
30566
- .E_s177mls5.ant-select.ant-select-single {
30663
+ .E_c1bus5hc .circle-content {
30664
+ position: absolute;
30665
+ height: 100%;
30567
30666
  width: 100%;
30568
- color: #2d3a56;
30569
- border-color: rgba(211, 218, 235, 0.6);
30570
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30571
- font-size: 13px;
30572
- }
30573
-
30574
- .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
30575
- height: 30px;
30576
- }
30577
-
30578
- .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
30579
- height: 38px;
30580
- font-size: 13px;
30581
- }
30582
-
30583
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
30584
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
30585
- transition: 160ms ease;
30586
- }
30587
-
30588
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
30589
- color: #0080ff;
30590
- }
30591
-
30592
- .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 {
30593
- border-color: rgba(107, 128, 167, 0.6);
30594
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30595
- }
30596
-
30597
- .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 {
30598
- color: #0080ff;
30599
- }
30600
-
30601
- .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 {
30602
- border-color: #0080ff;
30603
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30604
- }
30605
-
30606
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
30607
- transform: rotate(180deg);
30608
- }
30609
-
30610
- .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
30611
- background: rgba(211, 218, 235, 0.6);
30612
- border-color: rgba(172, 186, 211, 0.6);
30613
- cursor: "not-allowed";
30614
- }
30615
-
30616
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
30617
- border-color: #f0483e !important;
30618
- }
30619
-
30620
- .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 {
30621
- color: #1d326c;
30622
- }
30623
-
30624
- .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 {
30625
- border-color: #0080ff;
30626
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30627
- }
30628
-
30629
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
30667
+ left: 0;
30668
+ top: 0;
30669
+ border-radius: 50%;
30670
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
30630
30671
  transform: rotate(180deg);
30631
30672
  }
30632
30673
 
30633
- .E_ivqqkzv {
30634
- height: 24px;
30635
- width: 56px !important;
30636
- margin-right: 4px;
30637
- }
30638
-
30639
- .E_c1wk4q29 {
30640
- color: rgba(44, 56, 82, 0.6);
30674
+ .E_c1bus5hc .circle-child {
30675
+ position: absolute;
30676
+ height: 100%;
30677
+ width: 100%;
30678
+ left: 0;
30679
+ top: 0;
30680
+ margin-left: 50%;
30681
+ transform-origin: left;
30682
+ background: white;
30683
+ transform: rotate(0deg);
30641
30684
  }
30642
30685
 
30643
30686
  .E_cnujxq2 {
@@ -31424,376 +31467,622 @@ input.E_rf8rlle.ant-input {
31424
31467
  margin: 4px 0;
31425
31468
  }
31426
31469
 
31427
- .E_a1b5xrg3 .user-icon-inner {
31428
- display: inline-flex;
31429
- align-items: center;
31430
- justify-content: center;
31431
- color: #fff;
31432
- font-weight: bold;
31433
- font-size: 12px;
31434
- width: 24px;
31470
+ .E_tju3gfj .date {
31471
+ margin-right: 4px;
31472
+ }
31473
+
31474
+ .E_s1dizucg.ant-switch {
31475
+ min-width: 40px;
31435
31476
  height: 24px;
31436
- border-radius: 50%;
31437
- background: var(--a1b5xrg3-0);
31477
+ background: rgba(172, 186, 211, 0.6);
31478
+ overflow: hidden;
31438
31479
  }
31439
31480
 
31440
- .E_a1b5xrg3.btn-item {
31441
- transition: all 160ms ease;
31442
- cursor: pointer;
31443
- width: 56px;
31444
- height: 40px;
31445
- display: inline-flex;
31446
- align-items: center;
31447
- justify-content: center;
31448
- border-radius: 6px;
31481
+ .E_s1dizucg.ant-switch:focus {
31482
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31449
31483
  }
31450
31484
 
31451
- .E_a1b5xrg3.btn-item:hover {
31452
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31485
+ .E_s1dizucg.ant-switch-small {
31486
+ min-width: 26px;
31487
+ height: 16px;
31453
31488
  }
31454
31489
 
31455
- .E_a1b5xrg3.btn-item:active {
31456
- transform: translateY(2px);
31457
- transition: all 320ms ease;
31490
+ .E_s1dizucg.ant-switch-large {
31491
+ min-width: 52px;
31492
+ height: 32px;
31458
31493
  }
31459
31494
 
31460
- .E_tju3gfj .date {
31461
- margin-right: 4px;
31495
+ .E_s1dizucg.ant-switch .ant-switch-handle {
31496
+ height: 20px;
31497
+ width: 20px;
31462
31498
  }
31463
31499
 
31464
- .E_iq1gosr {
31465
- display: inline-block;
31500
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
31501
+ border-radius: 10px;
31502
+ transition-delay: 120ms;
31466
31503
  }
31467
31504
 
31468
- .E_t1m2x205 .ant-tooltip-arrow {
31469
- display: none;
31505
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
31506
+ height: 14px;
31507
+ width: 14px;
31508
+ top: 1px;
31509
+ left: 1px;
31470
31510
  }
31471
31511
 
31472
- .E_t1m2x205 .ant-tooltip-inner {
31473
- background: rgba(23, 38, 64, 0.8);
31474
- border-radius: 4px;
31512
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
31513
+ height: 28px;
31514
+ width: 28px;
31475
31515
  }
31476
31516
 
31477
- .E_dsnbhzf {
31478
- font-family: Inter;
31479
- font-style: normal;
31480
- font-weight: bold;
31481
- font-size: 32px;
31482
- line-height: 40px;
31517
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31518
+ border-radius: 14px;
31483
31519
  }
31484
31520
 
31485
- .E_d1mvo22k {
31486
- font-family: Inter;
31487
- font-style: normal;
31488
- font-weight: bold;
31489
- font-size: 24px;
31490
- line-height: 32px;
31521
+ .E_s1dizucg.ant-switch-checked {
31522
+ background-color: #00ba5d;
31491
31523
  }
31492
31524
 
31493
- .E_d1b444tr {
31494
- font-family: Inter;
31495
- font-style: normal;
31496
- font-weight: normal;
31497
- font-size: 32px;
31498
- line-height: 40px;
31525
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31526
+ left: calc(100% - 20px - 2px);
31499
31527
  }
31500
31528
 
31501
- .E_dvs0kue {
31502
- font-family: Inter;
31503
- font-style: normal;
31504
- font-weight: bold;
31505
- font-size: 20px;
31506
- line-height: 24px;
31529
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31530
+ left: calc(100% - 14px - 1px);
31507
31531
  }
31508
31532
 
31509
- .E_d1hcbfcq {
31510
- font-family: Inter;
31511
- font-style: normal;
31512
- font-weight: normal;
31513
- font-size: 20px;
31514
- line-height: 24px;
31533
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31534
+ left: calc(100% - 28px - 2px);
31515
31535
  }
31516
31536
 
31517
- .E_d1cz922v {
31518
- font-family: Inter;
31519
- font-style: normal;
31520
- font-weight: bold;
31521
- font-size: 18px;
31522
- line-height: 22px;
31537
+ .E_c1up6e3y {
31538
+ margin-left: 5px;
31523
31539
  }
31524
31540
 
31525
- .E_d3nzbrm {
31526
- font-family: Inter;
31527
- font-style: normal;
31528
- font-weight: normal;
31529
- font-size: 18px;
31530
- line-height: 22px;
31541
+ .E_iq1gosr {
31542
+ display: inline-block;
31531
31543
  }
31532
31544
 
31533
- .E_h1g0p5ob {
31534
- font-family: Inter;
31535
- font-style: normal;
31536
- font-weight: bold;
31537
- font-size: 16px;
31538
- line-height: 22px;
31545
+ .E_s1sck0th {
31546
+ padding: 0 8px;
31547
+ border-radius: 4px;
31539
31548
  }
31540
31549
 
31541
- .E_hydo2ej {
31542
- font-family: Inter;
31543
- font-style: normal;
31544
- font-weight: normal;
31545
- font-size: 16px;
31546
- line-height: 22px;
31550
+ .E_m855nr1 {
31551
+ padding: 2px 8px;
31552
+ border-radius: 3px;
31547
31553
  }
31548
31554
 
31549
- .E_h1hbuq0r {
31550
- font-family: Inter;
31551
- font-style: normal;
31552
- font-weight: bold;
31553
- font-size: 14px;
31554
- line-height: 20px;
31555
+ .E_l1270xpg {
31556
+ padding: 3px 8px;
31557
+ border-radius: 2px;
31555
31558
  }
31556
31559
 
31557
- .E_h13bondg {
31558
- font-family: Inter;
31559
- font-style: normal;
31560
- font-weight: normal;
31561
- font-size: 14px;
31562
- line-height: 20px;
31560
+ .E_t14rextb.ant-tag:hover {
31561
+ opacity: unset;
31563
31562
  }
31564
31563
 
31565
- .E_h1mhvdlx {
31566
- font-family: Inter;
31567
- font-style: normal;
31568
- font-weight: bold;
31569
- font-size: 12px;
31570
- line-height: 18px;
31564
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31565
+ margin: 0;
31566
+ margin-right: 8px;
31567
+ display: inline-flex;
31568
+ align-items: center;
31569
+ border: none;
31571
31570
  }
31572
31571
 
31573
- .E_h1inmfq6 {
31574
- font-family: Inter;
31575
- font-style: normal;
31576
- font-weight: normal;
31577
- font-size: 12px;
31578
- line-height: 18px;
31572
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31573
+ width: 16px;
31574
+ height: 16px;
31575
+ color: inherit;
31576
+ margin-left: 4px;
31577
+ opacity: 0.6;
31578
+ display: inline-flex;
31579
31579
  }
31580
31580
 
31581
- .E_h1kfc0la {
31582
- font-family: Inter;
31583
- font-style: normal;
31584
- font-weight: bold;
31585
- text-transform: uppercase;
31586
- font-feature-settings: "cpsp" on;
31587
- font-size: 12px;
31588
- line-height: 18px;
31581
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31582
+ opacity: 1;
31589
31583
  }
31590
31584
 
31591
- .E_h10xnyuu {
31592
- font-family: Inter;
31593
- font-style: normal;
31594
- font-weight: normal;
31595
- text-transform: uppercase;
31596
- font-feature-settings: "cpsp" on;
31597
- font-size: 12px;
31598
- line-height: 18px;
31585
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31586
+ color: #0080ff;
31587
+ background-color: rgba(0, 136, 255, 0.1);
31599
31588
  }
31600
31589
 
31601
- .E_lrcmi0v {
31602
- font-family: Inter;
31603
- font-style: normal;
31604
- font-weight: normal;
31605
- font-size: 16px;
31606
- line-height: 24px;
31590
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31591
+ color: #f0483e;
31592
+ background-color: rgba(255, 74, 74, 0.1);
31607
31593
  }
31608
31594
 
31609
- .E_lzt43lp {
31610
- font-family: Inter;
31611
- font-style: normal;
31612
- font-weight: bold;
31613
- font-size: 16px;
31614
- line-height: 24px;
31595
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31596
+ color: #e07f00;
31597
+ background-color: rgba(255, 187, 0, 0.1);
31615
31598
  }
31616
31599
 
31617
- .E_l5yc9nt {
31618
- font-family: Inter;
31619
- font-style: normal;
31620
- font-weight: normal;
31621
- font-size: 16px;
31622
- line-height: 24px;
31600
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31601
+ color: #008f4c;
31602
+ background-color: rgba(30, 201, 127, 0.1);
31623
31603
  }
31624
31604
 
31625
- .E_l1fbkbzo {
31626
- font-family: Inter;
31627
- font-style: normal;
31628
- font-weight: bold;
31629
- font-size: 16px;
31630
- line-height: 24px;
31605
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31606
+ color: #1d326c;
31607
+ background-color: rgba(225, 230, 241, 0.6);
31631
31608
  }
31632
31609
 
31633
- .E_lahvcax {
31634
- font-family: Inter;
31635
- font-style: normal;
31636
- font-weight: normal;
31637
- text-transform: uppercase;
31638
- font-feature-settings: "cpsp" on;
31639
- font-size: 16px;
31640
- line-height: 24px;
31610
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31611
+ color: #7E41FF;
31612
+ background-color: rgba(126, 65, 255, 0.1);
31641
31613
  }
31642
31614
 
31643
- .E_l11q3pxd {
31644
- font-family: Inter;
31645
- font-style: normal;
31646
- font-weight: bold;
31647
- text-transform: uppercase;
31648
- font-feature-settings: "cpsp" on;
31649
- font-size: 16px;
31650
- line-height: 24px;
31615
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31616
+ color: #fff;
31651
31617
  }
31652
31618
 
31653
- .E_lfuc2qu {
31654
- font-family: Inter;
31655
- font-style: normal;
31656
- font-weight: normal;
31657
- font-size: 14px;
31658
- line-height: 22px;
31619
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31620
+ background-color: #f0483e;
31659
31621
  }
31660
31622
 
31661
- .E_l1jmp8r0 {
31623
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31624
+ background-color: #fea008;
31625
+ }
31626
+
31627
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31628
+ background-color: #00ba5d;
31629
+ }
31630
+
31631
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31632
+ background-color: #0080ff;
31633
+ }
31634
+
31635
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31636
+ background-color: #6b7d99;
31637
+ }
31638
+
31639
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31640
+ background-color: #7E41FF;
31641
+ }
31642
+
31643
+ .E_a1b5xrg3 .user-icon-inner {
31644
+ display: inline-flex;
31645
+ align-items: center;
31646
+ justify-content: center;
31647
+ color: #fff;
31648
+ font-weight: bold;
31649
+ font-size: 12px;
31650
+ width: 24px;
31651
+ height: 24px;
31652
+ border-radius: 50%;
31653
+ background: var(--a1b5xrg3-0);
31654
+ }
31655
+
31656
+ .E_a1b5xrg3.btn-item {
31657
+ transition: all 160ms ease;
31658
+ cursor: pointer;
31659
+ width: 56px;
31660
+ height: 40px;
31661
+ display: inline-flex;
31662
+ align-items: center;
31663
+ justify-content: center;
31664
+ border-radius: 6px;
31665
+ }
31666
+
31667
+ .E_a1b5xrg3.btn-item:hover {
31668
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31669
+ }
31670
+
31671
+ .E_a1b5xrg3.btn-item:active {
31672
+ transform: translateY(2px);
31673
+ transition: all 320ms ease;
31674
+ }
31675
+
31676
+ .E_s1dni7lo {
31677
+ width: 430px !important;
31678
+ }
31679
+
31680
+ .E_d1wwmmm5 .ant-select-item-group {
31681
+ padding: 8px 16px;
31682
+ line-height: 18px;
31683
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31684
+ height: 34px;
31685
+ min-height: 34px;
31686
+ box-sizing: border-box;
31687
+ margin-top: 8px;
31688
+ }
31689
+
31690
+ .E_o1ugr09p {
31691
+ display: flex;
31692
+ flex-direction: column;
31693
+ margin: 1px 8px;
31694
+ padding: 8px;
31695
+ border-radius: 4px;
31696
+ }
31697
+
31698
+ .E_o1ugr09p .selected-icon {
31699
+ display: none;
31700
+ }
31701
+
31702
+ .E_o1ugr09p.ant-select-item-option-grouped {
31703
+ padding-left: 8px;
31704
+ }
31705
+
31706
+ .E_o1ugr09p.ant-select-item-option-selected {
31707
+ background-color: white;
31708
+ }
31709
+
31710
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31711
+ color: #0080ff;
31712
+ }
31713
+
31714
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31715
+ display: block;
31716
+ }
31717
+
31718
+ .E_o1ugr09p.ant-select-item-option-active {
31719
+ background: rgba(0, 136, 255, 0.16);
31720
+ }
31721
+
31722
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31723
+ color: #0080ff;
31724
+ }
31725
+
31726
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31727
+ background: rgba(0, 136, 255, 0.1);
31728
+ color: #0080ff;
31729
+ }
31730
+
31731
+ .E_o1ifxsq4 {
31732
+ display: flex;
31733
+ justify-content: space-between;
31734
+ height: 20px;
31735
+ line-height: 20px;
31736
+ }
31737
+
31738
+ .E_o1ifxsq4 .timezone-title {
31739
+ color: #2d3a56;
31740
+ overflow: hidden;
31741
+ text-overflow: ellipsis;
31742
+ }
31743
+
31744
+ .E_o1zue7 {
31745
+ display: flex;
31746
+ justify-content: space-between;
31747
+ color: rgba(44, 56, 82, 0.6);
31748
+ height: 18px;
31749
+ line-height: 18px;
31750
+ margin-top: 2px;
31751
+ }
31752
+
31753
+ .E_tyfmlxg {
31754
+ border: none;
31755
+ margin-right: 0;
31756
+ background: rgba(225, 230, 241, 0.6);
31757
+ }
31758
+
31759
+ .E_o18uybox {
31760
+ pointer-events: none;
31761
+ height: 32px;
31762
+ width: 100%;
31763
+ opacity: 0;
31764
+ }
31765
+
31766
+ .E_dsnbhzf {
31662
31767
  font-family: Inter;
31663
31768
  font-style: normal;
31664
- font-weight: 500;
31665
- font-size: 14px;
31666
- line-height: 22px;
31769
+ font-weight: bold;
31770
+ font-size: 32px;
31771
+ line-height: 40px;
31667
31772
  }
31668
31773
 
31669
- .E_lcnm221 {
31774
+ .E_d1mvo22k {
31670
31775
  font-family: Inter;
31671
31776
  font-style: normal;
31672
31777
  font-weight: bold;
31673
- font-size: 14px;
31674
- line-height: 22px;
31778
+ font-size: 24px;
31779
+ line-height: 32px;
31675
31780
  }
31676
31781
 
31677
- .E_lu1z2n5 {
31782
+ .E_d1b444tr {
31678
31783
  font-family: Inter;
31679
31784
  font-style: normal;
31680
31785
  font-weight: normal;
31681
- font-size: 14px;
31682
- line-height: 22px;
31786
+ font-size: 32px;
31787
+ line-height: 40px;
31683
31788
  }
31684
31789
 
31685
- .E_l1r59djn {
31790
+ .E_dvs0kue {
31686
31791
  font-family: Inter;
31687
31792
  font-style: normal;
31688
31793
  font-weight: bold;
31689
- font-size: 14px;
31690
- line-height: 22px;
31794
+ font-size: 20px;
31795
+ line-height: 24px;
31691
31796
  }
31692
31797
 
31693
- .E_ljm2911 {
31798
+ .E_d1hcbfcq {
31694
31799
  font-family: Inter;
31695
31800
  font-style: normal;
31696
31801
  font-weight: normal;
31697
- text-transform: uppercase;
31698
- font-feature-settings: "cpsp" on;
31699
- font-size: 14px;
31700
- line-height: 22px;
31802
+ font-size: 20px;
31803
+ line-height: 24px;
31701
31804
  }
31702
31805
 
31703
- .E_l124mzmr {
31806
+ .E_d1cz922v {
31704
31807
  font-family: Inter;
31705
31808
  font-style: normal;
31706
31809
  font-weight: bold;
31707
- text-transform: uppercase;
31708
- font-feature-settings: "cpsp" on;
31709
- font-size: 14px;
31810
+ font-size: 18px;
31710
31811
  line-height: 22px;
31711
31812
  }
31712
31813
 
31713
- .E_lb3chel {
31814
+ .E_d3nzbrm {
31714
31815
  font-family: Inter;
31715
31816
  font-style: normal;
31716
31817
  font-weight: normal;
31717
- font-size: 13px;
31718
- line-height: 20px;
31818
+ font-size: 18px;
31819
+ line-height: 22px;
31719
31820
  }
31720
31821
 
31721
- .E_lv9jstu {
31822
+ .E_h1g0p5ob {
31722
31823
  font-family: Inter;
31723
31824
  font-style: normal;
31724
- font-weight: 600;
31725
- font-size: 13px;
31726
- line-height: 20px;
31825
+ font-weight: bold;
31826
+ font-size: 16px;
31827
+ line-height: 22px;
31727
31828
  }
31728
31829
 
31729
- .E_lwqlh3x {
31830
+ .E_hydo2ej {
31730
31831
  font-family: Inter;
31731
31832
  font-style: normal;
31732
- font-weight: bold;
31733
- font-size: 13px;
31734
- line-height: 20px;
31833
+ font-weight: normal;
31834
+ font-size: 16px;
31835
+ line-height: 22px;
31735
31836
  }
31736
31837
 
31737
- .E_lalum9y {
31838
+ .E_h1hbuq0r {
31738
31839
  font-family: Inter;
31739
31840
  font-style: normal;
31740
- font-weight: normal;
31741
- font-size: 13px;
31841
+ font-weight: bold;
31842
+ font-size: 14px;
31742
31843
  line-height: 20px;
31743
31844
  }
31744
31845
 
31745
- .E_l1t6dj5o {
31846
+ .E_h13bondg {
31746
31847
  font-family: Inter;
31747
31848
  font-style: normal;
31748
- font-weight: 600;
31749
- font-size: 13px;
31849
+ font-weight: normal;
31850
+ font-size: 14px;
31750
31851
  line-height: 20px;
31751
31852
  }
31752
31853
 
31753
- .E_l12f6ic {
31854
+ .E_h1mhvdlx {
31754
31855
  font-family: Inter;
31755
31856
  font-style: normal;
31756
31857
  font-weight: bold;
31757
- font-size: 13px;
31758
- line-height: 20px;
31858
+ font-size: 12px;
31859
+ line-height: 18px;
31759
31860
  }
31760
31861
 
31761
- .E_l7gmukq {
31862
+ .E_h1inmfq6 {
31762
31863
  font-family: Inter;
31763
31864
  font-style: normal;
31764
31865
  font-weight: normal;
31765
- text-transform: uppercase;
31766
- font-feature-settings: "cpsp" on;
31767
- font-size: 13px;
31768
- line-height: 20px;
31866
+ font-size: 12px;
31867
+ line-height: 18px;
31769
31868
  }
31770
31869
 
31771
- .E_lkwl0yp {
31870
+ .E_h1kfc0la {
31772
31871
  font-family: Inter;
31773
31872
  font-style: normal;
31774
31873
  font-weight: bold;
31775
31874
  text-transform: uppercase;
31776
31875
  font-feature-settings: "cpsp" on;
31777
- font-size: 13px;
31778
- line-height: 20px;
31876
+ font-size: 12px;
31877
+ line-height: 18px;
31779
31878
  }
31780
31879
 
31781
- .E_l10knv48 {
31880
+ .E_h10xnyuu {
31782
31881
  font-family: Inter;
31783
31882
  font-style: normal;
31784
31883
  font-weight: normal;
31884
+ text-transform: uppercase;
31885
+ font-feature-settings: "cpsp" on;
31785
31886
  font-size: 12px;
31786
31887
  line-height: 18px;
31787
31888
  }
31788
31889
 
31789
- .E_l6526ld {
31890
+ .E_lrcmi0v {
31790
31891
  font-family: Inter;
31791
31892
  font-style: normal;
31792
- font-weight: 500;
31793
- font-size: 12px;
31794
- line-height: 18px;
31795
- }
31796
-
31893
+ font-weight: normal;
31894
+ font-size: 16px;
31895
+ line-height: 24px;
31896
+ }
31897
+
31898
+ .E_lzt43lp {
31899
+ font-family: Inter;
31900
+ font-style: normal;
31901
+ font-weight: bold;
31902
+ font-size: 16px;
31903
+ line-height: 24px;
31904
+ }
31905
+
31906
+ .E_l5yc9nt {
31907
+ font-family: Inter;
31908
+ font-style: normal;
31909
+ font-weight: normal;
31910
+ font-size: 16px;
31911
+ line-height: 24px;
31912
+ }
31913
+
31914
+ .E_l1fbkbzo {
31915
+ font-family: Inter;
31916
+ font-style: normal;
31917
+ font-weight: bold;
31918
+ font-size: 16px;
31919
+ line-height: 24px;
31920
+ }
31921
+
31922
+ .E_lahvcax {
31923
+ font-family: Inter;
31924
+ font-style: normal;
31925
+ font-weight: normal;
31926
+ text-transform: uppercase;
31927
+ font-feature-settings: "cpsp" on;
31928
+ font-size: 16px;
31929
+ line-height: 24px;
31930
+ }
31931
+
31932
+ .E_l11q3pxd {
31933
+ font-family: Inter;
31934
+ font-style: normal;
31935
+ font-weight: bold;
31936
+ text-transform: uppercase;
31937
+ font-feature-settings: "cpsp" on;
31938
+ font-size: 16px;
31939
+ line-height: 24px;
31940
+ }
31941
+
31942
+ .E_lfuc2qu {
31943
+ font-family: Inter;
31944
+ font-style: normal;
31945
+ font-weight: normal;
31946
+ font-size: 14px;
31947
+ line-height: 22px;
31948
+ }
31949
+
31950
+ .E_l1jmp8r0 {
31951
+ font-family: Inter;
31952
+ font-style: normal;
31953
+ font-weight: 500;
31954
+ font-size: 14px;
31955
+ line-height: 22px;
31956
+ }
31957
+
31958
+ .E_lcnm221 {
31959
+ font-family: Inter;
31960
+ font-style: normal;
31961
+ font-weight: bold;
31962
+ font-size: 14px;
31963
+ line-height: 22px;
31964
+ }
31965
+
31966
+ .E_lu1z2n5 {
31967
+ font-family: Inter;
31968
+ font-style: normal;
31969
+ font-weight: normal;
31970
+ font-size: 14px;
31971
+ line-height: 22px;
31972
+ }
31973
+
31974
+ .E_l1r59djn {
31975
+ font-family: Inter;
31976
+ font-style: normal;
31977
+ font-weight: bold;
31978
+ font-size: 14px;
31979
+ line-height: 22px;
31980
+ }
31981
+
31982
+ .E_ljm2911 {
31983
+ font-family: Inter;
31984
+ font-style: normal;
31985
+ font-weight: normal;
31986
+ text-transform: uppercase;
31987
+ font-feature-settings: "cpsp" on;
31988
+ font-size: 14px;
31989
+ line-height: 22px;
31990
+ }
31991
+
31992
+ .E_l124mzmr {
31993
+ font-family: Inter;
31994
+ font-style: normal;
31995
+ font-weight: bold;
31996
+ text-transform: uppercase;
31997
+ font-feature-settings: "cpsp" on;
31998
+ font-size: 14px;
31999
+ line-height: 22px;
32000
+ }
32001
+
32002
+ .E_lb3chel {
32003
+ font-family: Inter;
32004
+ font-style: normal;
32005
+ font-weight: normal;
32006
+ font-size: 13px;
32007
+ line-height: 20px;
32008
+ }
32009
+
32010
+ .E_lv9jstu {
32011
+ font-family: Inter;
32012
+ font-style: normal;
32013
+ font-weight: 600;
32014
+ font-size: 13px;
32015
+ line-height: 20px;
32016
+ }
32017
+
32018
+ .E_lwqlh3x {
32019
+ font-family: Inter;
32020
+ font-style: normal;
32021
+ font-weight: bold;
32022
+ font-size: 13px;
32023
+ line-height: 20px;
32024
+ }
32025
+
32026
+ .E_lalum9y {
32027
+ font-family: Inter;
32028
+ font-style: normal;
32029
+ font-weight: normal;
32030
+ font-size: 13px;
32031
+ line-height: 20px;
32032
+ }
32033
+
32034
+ .E_l1t6dj5o {
32035
+ font-family: Inter;
32036
+ font-style: normal;
32037
+ font-weight: 600;
32038
+ font-size: 13px;
32039
+ line-height: 20px;
32040
+ }
32041
+
32042
+ .E_l12f6ic {
32043
+ font-family: Inter;
32044
+ font-style: normal;
32045
+ font-weight: bold;
32046
+ font-size: 13px;
32047
+ line-height: 20px;
32048
+ }
32049
+
32050
+ .E_l7gmukq {
32051
+ font-family: Inter;
32052
+ font-style: normal;
32053
+ font-weight: normal;
32054
+ text-transform: uppercase;
32055
+ font-feature-settings: "cpsp" on;
32056
+ font-size: 13px;
32057
+ line-height: 20px;
32058
+ }
32059
+
32060
+ .E_lkwl0yp {
32061
+ font-family: Inter;
32062
+ font-style: normal;
32063
+ font-weight: bold;
32064
+ text-transform: uppercase;
32065
+ font-feature-settings: "cpsp" on;
32066
+ font-size: 13px;
32067
+ line-height: 20px;
32068
+ }
32069
+
32070
+ .E_l10knv48 {
32071
+ font-family: Inter;
32072
+ font-style: normal;
32073
+ font-weight: normal;
32074
+ font-size: 12px;
32075
+ line-height: 18px;
32076
+ }
32077
+
32078
+ .E_l6526ld {
32079
+ font-family: Inter;
32080
+ font-style: normal;
32081
+ font-weight: 500;
32082
+ font-size: 12px;
32083
+ line-height: 18px;
32084
+ }
32085
+
31797
32086
  .E_l1j81vli {
31798
32087
  font-family: Inter;
31799
32088
  font-style: normal;
@@ -31932,319 +32221,30 @@ input.E_rf8rlle.ant-input {
31932
32221
  line-height: 18px;
31933
32222
  }
31934
32223
 
31935
- .E_tzvddmc {
31936
- font-family: Inter;
31937
- font-style: normal;
31938
- font-weight: bold;
31939
- font-feature-settings: "zero" on;
31940
- font-size: 16px;
31941
- line-height: 24px;
31942
- }
31943
-
31944
- .E_u18llj45 {
31945
- font-family: Inter;
31946
- font-style: normal;
31947
- font-weight: normal;
31948
- font-size: 10px;
31949
- line-height: 12px;
31950
- }
31951
-
31952
- .E_s1dizucg.ant-switch {
31953
- min-width: 40px;
31954
- height: 24px;
31955
- background: rgba(172, 186, 211, 0.6);
31956
- overflow: hidden;
31957
- }
31958
-
31959
- .E_s1dizucg.ant-switch:focus {
31960
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31961
- }
31962
-
31963
- .E_s1dizucg.ant-switch-small {
31964
- min-width: 26px;
31965
- height: 16px;
31966
- }
31967
-
31968
- .E_s1dizucg.ant-switch-large {
31969
- min-width: 52px;
31970
- height: 32px;
31971
- }
31972
-
31973
- .E_s1dizucg.ant-switch .ant-switch-handle {
31974
- height: 20px;
31975
- width: 20px;
31976
- }
31977
-
31978
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
31979
- border-radius: 10px;
31980
- transition-delay: 120ms;
31981
- }
31982
-
31983
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
31984
- height: 14px;
31985
- width: 14px;
31986
- top: 1px;
31987
- left: 1px;
31988
- }
31989
-
31990
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
31991
- height: 28px;
31992
- width: 28px;
31993
- }
31994
-
31995
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31996
- border-radius: 14px;
31997
- }
31998
-
31999
- .E_s1dizucg.ant-switch-checked {
32000
- background-color: #00ba5d;
32001
- }
32002
-
32003
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
32004
- left: calc(100% - 20px - 2px);
32005
- }
32006
-
32007
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
32008
- left: calc(100% - 14px - 1px);
32009
- }
32010
-
32011
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
32012
- left: calc(100% - 28px - 2px);
32013
- }
32014
-
32015
- .E_c1up6e3y {
32016
- margin-left: 5px;
32017
- }
32018
-
32019
- .E_s1dni7lo {
32020
- width: 430px !important;
32021
- }
32022
-
32023
- .E_d1wwmmm5 .ant-select-item-group {
32024
- padding: 8px 16px;
32025
- line-height: 18px;
32026
- border-top: 1px solid rgba(211, 218, 235, 0.6);
32027
- height: 34px;
32028
- min-height: 34px;
32029
- box-sizing: border-box;
32030
- margin-top: 8px;
32031
- }
32032
-
32033
- .E_o1ugr09p {
32034
- display: flex;
32035
- flex-direction: column;
32036
- margin: 1px 8px;
32037
- padding: 8px;
32038
- border-radius: 4px;
32039
- }
32040
-
32041
- .E_o1ugr09p .selected-icon {
32042
- display: none;
32043
- }
32044
-
32045
- .E_o1ugr09p.ant-select-item-option-grouped {
32046
- padding-left: 8px;
32047
- }
32048
-
32049
- .E_o1ugr09p.ant-select-item-option-selected {
32050
- background-color: white;
32051
- }
32052
-
32053
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
32054
- color: #0080ff;
32055
- }
32056
-
32057
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
32058
- display: block;
32059
- }
32060
-
32061
- .E_o1ugr09p.ant-select-item-option-active {
32062
- background: rgba(0, 136, 255, 0.16);
32063
- }
32064
-
32065
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
32066
- color: #0080ff;
32067
- }
32068
-
32069
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
32070
- background: rgba(0, 136, 255, 0.1);
32071
- color: #0080ff;
32072
- }
32073
-
32074
- .E_o1ifxsq4 {
32075
- display: flex;
32076
- justify-content: space-between;
32077
- height: 20px;
32078
- line-height: 20px;
32079
- }
32080
-
32081
- .E_o1ifxsq4 .timezone-title {
32082
- color: #2d3a56;
32083
- overflow: hidden;
32084
- text-overflow: ellipsis;
32085
- }
32086
-
32087
- .E_o1zue7 {
32088
- display: flex;
32089
- justify-content: space-between;
32090
- color: rgba(44, 56, 82, 0.6);
32091
- height: 18px;
32092
- line-height: 18px;
32093
- margin-top: 2px;
32094
- }
32095
-
32096
- .E_tyfmlxg {
32097
- border: none;
32098
- margin-right: 0;
32099
- background: rgba(225, 230, 241, 0.6);
32100
- }
32101
-
32102
- .E_o18uybox {
32103
- pointer-events: none;
32104
- height: 32px;
32105
- width: 100%;
32106
- opacity: 0;
32107
- }
32108
-
32109
- .E_c1bus5hc {
32110
- --color: white;
32111
- height: 14px;
32112
- width: 14px;
32113
- border-radius: 50%;
32114
- flex-shrink: 0;
32115
- display: flex;
32116
- align-items: center;
32117
- justify-content: center;
32118
- border: 1px solid var(--color);
32119
- }
32120
-
32121
- .E_c1bus5hc .circle-inner {
32122
- position: relative;
32123
- height: 10px;
32124
- width: 10px;
32125
- border-radius: 50%;
32126
- overflow: hidden;
32127
- }
32128
-
32129
- .E_c1bus5hc .circle-content {
32130
- position: absolute;
32131
- height: 100%;
32132
- width: 100%;
32133
- left: 0;
32134
- top: 0;
32135
- border-radius: 50%;
32136
- background: linear-gradient(to right, var(--color) 50%, white 50%);
32137
- transform: rotate(180deg);
32138
- }
32139
-
32140
- .E_c1bus5hc .circle-child {
32141
- position: absolute;
32142
- height: 100%;
32143
- width: 100%;
32144
- left: 0;
32145
- top: 0;
32146
- margin-left: 50%;
32147
- transform-origin: left;
32148
- background: white;
32149
- transform: rotate(0deg);
32150
- }
32151
-
32152
- .E_s1sck0th {
32153
- padding: 0 8px;
32154
- border-radius: 4px;
32155
- }
32156
-
32157
- .E_m855nr1 {
32158
- padding: 2px 8px;
32159
- border-radius: 3px;
32160
- }
32161
-
32162
- .E_l1270xpg {
32163
- padding: 3px 8px;
32164
- border-radius: 2px;
32165
- }
32166
-
32167
- .E_t14rextb.ant-tag:hover {
32168
- opacity: unset;
32169
- }
32170
-
32171
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32172
- margin: 0;
32173
- margin-right: 8px;
32174
- display: inline-flex;
32175
- align-items: center;
32176
- border: none;
32177
- }
32178
-
32179
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32180
- width: 16px;
32181
- height: 16px;
32182
- color: inherit;
32183
- margin-left: 4px;
32184
- opacity: 0.6;
32185
- display: inline-flex;
32186
- }
32187
-
32188
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32189
- opacity: 1;
32190
- }
32191
-
32192
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32193
- color: #0080ff;
32194
- background-color: rgba(0, 136, 255, 0.1);
32195
- }
32196
-
32197
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32198
- color: #f0483e;
32199
- background-color: rgba(255, 74, 74, 0.1);
32200
- }
32201
-
32202
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32203
- color: #e07f00;
32204
- background-color: rgba(255, 187, 0, 0.1);
32205
- }
32206
-
32207
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32208
- color: #008f4c;
32209
- background-color: rgba(30, 201, 127, 0.1);
32210
- }
32211
-
32212
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32213
- color: #1d326c;
32214
- background-color: rgba(225, 230, 241, 0.6);
32215
- }
32216
-
32217
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32218
- color: #7E41FF;
32219
- background-color: rgba(126, 65, 255, 0.1);
32220
- }
32221
-
32222
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32223
- color: #fff;
32224
- }
32225
-
32226
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32227
- background-color: #f0483e;
32228
- }
32229
-
32230
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32231
- background-color: #fea008;
32232
- }
32233
-
32234
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32235
- background-color: #00ba5d;
32224
+ .E_tzvddmc {
32225
+ font-family: Inter;
32226
+ font-style: normal;
32227
+ font-weight: bold;
32228
+ font-feature-settings: "zero" on;
32229
+ font-size: 16px;
32230
+ line-height: 24px;
32236
32231
  }
32237
32232
 
32238
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32239
- background-color: #0080ff;
32233
+ .E_u18llj45 {
32234
+ font-family: Inter;
32235
+ font-style: normal;
32236
+ font-weight: normal;
32237
+ font-size: 10px;
32238
+ line-height: 12px;
32240
32239
  }
32241
32240
 
32242
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32243
- background-color: #6b7d99;
32241
+ .E_t1m2x205 .ant-tooltip-arrow {
32242
+ display: none;
32244
32243
  }
32245
32244
 
32246
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32247
- background-color: #7E41FF;
32245
+ .E_t1m2x205 .ant-tooltip-inner {
32246
+ background: rgba(23, 38, 64, 0.8);
32247
+ border-radius: 4px;
32248
32248
  }
32249
32249
 
32250
32250
  .E_m196gn1d {
@@ -32265,6 +32265,10 @@ input.E_rf8rlle.ant-input {
32265
32265
  margin-left: 1px;
32266
32266
  }
32267
32267
 
32268
+ span.E_tqjc4ui {
32269
+ margin: 0 2px;
32270
+ }
32271
+
32268
32272
  .E_c18bcrac {
32269
32273
  display: inline-block;
32270
32274
  width: 100%;
@@ -32314,75 +32318,24 @@ input.E_rf8rlle.ant-input {
32314
32318
  margin-right: 4px;
32315
32319
  }
32316
32320
 
32317
- .E_s1ebs0ra {
32318
- display: flex;
32319
- align-items: center;
32320
- justify-content: space-between;
32321
- background: #edf0f7;
32322
- padding: 8px 12px;
32323
- position: sticky;
32324
- top: 0;
32325
- z-index: 1;
32326
- margin-bottom: -52px;
32327
- }
32328
-
32329
- .E_s1ebs0ra .select-total {
32321
+ .E_n12mqh7z {
32330
32322
  display: flex;
32331
32323
  align-items: center;
32332
- font-weight: 700;
32333
- flex-shrink: 0;
32334
- }
32335
-
32336
- .E_s1ebs0ra .select-total .icon-wrapper {
32337
- cursor: pointer;
32338
- margin-left: 8px;
32339
- width: 32px;
32340
- height: 32px;
32341
- border-radius: 50%;
32342
- justify-content: center;
32343
- }
32344
-
32345
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
32346
- background: rgba(225, 230, 241, 0.6);
32347
- }
32348
-
32349
- .E_s1ebs0ra .action-group {
32350
- flex: 1;
32351
- margin-left: 88px;
32352
- white-space: nowrap;
32353
- text-align: right;
32354
- position: relative;
32355
- padding: 4px 0;
32356
- margin-top: -4px;
32357
- overflow: hidden;
32358
- }
32359
-
32360
- .E_s1ebs0ra .action-group .sub-menu-delete {
32361
- transform: translateY(-4px);
32362
- }
32363
-
32364
- .E_s1ebs0ra .action-group button {
32365
- border: none;
32366
- }
32367
-
32368
- .E_s1ebs0ra .action-group > *:not(:last-child) {
32369
- margin-right: 8px;
32324
+ font-size: 12px;
32325
+ line-height: 18px;
32370
32326
  }
32371
32327
 
32372
- .E_s1ebs0ra .action-group > button:last-child {
32373
- margin-right: 4px;
32328
+ .E_n12mqh7z:not(:last-child) {
32329
+ margin-bottom: 4px;
32374
32330
  }
32375
32331
 
32376
- .E_s1ebs0ra .action-group .more-btn {
32377
- cursor: pointer;
32378
- width: 32px;
32379
- height: 32px;
32380
- justify-content: center;
32381
- border-radius: 50%;
32332
+ .E_tf5bynu {
32333
+ margin: 0 3px;
32382
32334
  }
32383
32335
 
32384
- .E_s1ebs0ra .action-group .more-btn:hover {
32385
- background: #fff;
32336
+ .E_tcckoz1 {
32337
+ max-height: 400px;
32338
+ overflow: auto;
32386
32339
  }
32387
32340
 
32388
32341
  .E_clm1wy1 {
@@ -32494,6 +32447,77 @@ input.E_rf8rlle.ant-input {
32494
32447
  border-radius: 2px;
32495
32448
  }
32496
32449
 
32450
+ .E_s1ebs0ra {
32451
+ display: flex;
32452
+ align-items: center;
32453
+ justify-content: space-between;
32454
+ background: #edf0f7;
32455
+ padding: 8px 12px;
32456
+ position: sticky;
32457
+ top: 0;
32458
+ z-index: 1;
32459
+ margin-bottom: -52px;
32460
+ }
32461
+
32462
+ .E_s1ebs0ra .select-total {
32463
+ display: flex;
32464
+ align-items: center;
32465
+ font-weight: 700;
32466
+ flex-shrink: 0;
32467
+ }
32468
+
32469
+ .E_s1ebs0ra .select-total .icon-wrapper {
32470
+ cursor: pointer;
32471
+ margin-left: 8px;
32472
+ width: 32px;
32473
+ height: 32px;
32474
+ border-radius: 50%;
32475
+ justify-content: center;
32476
+ }
32477
+
32478
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
32479
+ background: rgba(225, 230, 241, 0.6);
32480
+ }
32481
+
32482
+ .E_s1ebs0ra .action-group {
32483
+ flex: 1;
32484
+ margin-left: 88px;
32485
+ white-space: nowrap;
32486
+ text-align: right;
32487
+ position: relative;
32488
+ padding: 4px 0;
32489
+ margin-top: -4px;
32490
+ overflow: hidden;
32491
+ }
32492
+
32493
+ .E_s1ebs0ra .action-group .sub-menu-delete {
32494
+ transform: translateY(-4px);
32495
+ }
32496
+
32497
+ .E_s1ebs0ra .action-group button {
32498
+ border: none;
32499
+ }
32500
+
32501
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
32502
+ margin-right: 8px;
32503
+ }
32504
+
32505
+ .E_s1ebs0ra .action-group > button:last-child {
32506
+ margin-right: 4px;
32507
+ }
32508
+
32509
+ .E_s1ebs0ra .action-group .more-btn {
32510
+ cursor: pointer;
32511
+ width: 32px;
32512
+ height: 32px;
32513
+ justify-content: center;
32514
+ border-radius: 50%;
32515
+ }
32516
+
32517
+ .E_s1ebs0ra .action-group .more-btn:hover {
32518
+ background: #fff;
32519
+ }
32520
+
32497
32521
  .E_gmyahx3 {
32498
32522
  cursor: pointer;
32499
32523
  }
@@ -32506,28 +32530,119 @@ input.E_rf8rlle.ant-input {
32506
32530
  color: #0080ff;
32507
32531
  }
32508
32532
 
32509
- span.E_tqjc4ui {
32510
- margin: 0 2px;
32533
+ .E_s1iv0tp1 .enabled-switch {
32534
+ display: flex;
32535
+ align-items: center;
32511
32536
  }
32512
32537
 
32513
- .E_n12mqh7z {
32538
+ .E_s1iv0tp1 .enabled-text {
32539
+ margin-right: 8px;
32540
+ }
32541
+
32542
+ .E_t1sqg15u {
32543
+ background: white;
32544
+ }
32545
+
32546
+ .E_t1sqg15u.inline .table-row {
32547
+ flex-direction: column;
32548
+ }
32549
+
32550
+ .E_t1sqg15u.inline .table-row > label {
32551
+ padding: 0 16px 7px 0;
32552
+ }
32553
+
32554
+ .E_t1sqg15u.has-border .table-header {
32555
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
32556
+ }
32557
+
32558
+ .E_t1sqg15u.has-border .hiddenBorder {
32559
+ border-top: none !important;
32560
+ }
32561
+
32562
+ .E_t1sqg15u.has-border .table-row + .table-row {
32563
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
32564
+ }
32565
+
32566
+ .E_t1sqg15u.has-border .table-row:last-of-type {
32567
+ padding-bottom: 0;
32568
+ }
32569
+
32570
+ .E_t1sqg15u.align-right .content {
32571
+ text-align: right;
32572
+ }
32573
+
32574
+ .E_t1sqg15u .uuid-row {
32575
+ display: flex;
32576
+ justify-content: space-between;
32577
+ }
32578
+
32579
+ .E_t1sqg15u .uuid-row .id-text {
32580
+ white-space: nowrap;
32581
+ overflow: hidden;
32582
+ text-overflow: ellipsis;
32583
+ }
32584
+
32585
+ .E_t4zczcp {
32514
32586
  display: flex;
32587
+ justify-content: space-between;
32515
32588
  align-items: center;
32589
+ padding: 8px;
32590
+ min-height: 32px;
32591
+ }
32592
+
32593
+ .E_t4zczcp .table-title {
32594
+ color: rgba(44, 56, 82, 0.6);
32595
+ font-weight: 600;
32596
+ font-size: 12px;
32597
+ line-height: 8px;
32598
+ }
32599
+
32600
+ .E_t4zczcp .edit-icon {
32601
+ font-size: 16px;
32602
+ color: rgba(10, 37, 85, 0.6);
32603
+ cursor: pointer;
32604
+ }
32605
+
32606
+ .E_t1s7goww {
32516
32607
  font-size: 12px;
32517
32608
  line-height: 18px;
32518
32609
  }
32519
32610
 
32520
- .E_n12mqh7z:not(:last-child) {
32521
- margin-bottom: 4px;
32611
+ .E_t93e4cf {
32612
+ display: flex;
32613
+ padding: 8px 0;
32614
+ color: #2d3a56;
32615
+ }
32616
+
32617
+ .E_t93e4cf .hidden {
32618
+ display: none;
32619
+ }
32620
+
32621
+ .E_t93e4cf .ant-btn-link {
32622
+ height: auto;
32623
+ }
32624
+
32625
+ .E_t93e4cf .content {
32626
+ overflow: hidden;
32627
+ overflow-x: auto;
32628
+ width: 100%;
32629
+ white-space: pre-wrap;
32522
32630
  }
32523
32631
 
32524
- .E_tf5bynu {
32525
- margin: 0 3px;
32632
+ .E_t93e4cf .content .ant-btn {
32633
+ white-space: pre-wrap;
32634
+ text-align: left;
32526
32635
  }
32527
32636
 
32528
- .E_tcckoz1 {
32529
- max-height: 400px;
32530
- overflow: auto;
32637
+ .E_t93e4cf .content .unit-chart {
32638
+ justify-content: flex-start;
32639
+ }
32640
+
32641
+ .E_rhz2uv5 {
32642
+ width: var(--rhz2uv5-0);
32643
+ flex-shrink: 0;
32644
+ color: rgba(44, 56, 82, 0.6);
32645
+ padding-right: 12px;
32531
32646
  }
32532
32647
 
32533
32648
  .E_ou7iq30 {
@@ -32546,15 +32661,6 @@ span.E_tqjc4ui {
32546
32661
  word-break: break-all;
32547
32662
  }
32548
32663
 
32549
- .E_s1iv0tp1 .enabled-switch {
32550
- display: flex;
32551
- align-items: center;
32552
- }
32553
-
32554
- .E_s1iv0tp1 .enabled-text {
32555
- margin-right: 8px;
32556
- }
32557
-
32558
32664
  .E_c1up1pdz {
32559
32665
  width: 648px;
32560
32666
  }
@@ -32971,110 +33077,29 @@ span.E_tqjc4ui {
32971
33077
  background: transparent;
32972
33078
  }
32973
33079
 
32974
- .E_t1sqg15u {
32975
- background: white;
32976
- }
32977
-
32978
- .E_t1sqg15u.inline .table-row {
32979
- flex-direction: column;
32980
- }
32981
-
32982
- .E_t1sqg15u.inline .table-row > label {
32983
- padding: 0 16px 7px 0;
32984
- }
32985
-
32986
- .E_t1sqg15u.has-border .table-header {
32987
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
32988
- }
32989
-
32990
- .E_t1sqg15u.has-border .hiddenBorder {
32991
- border-top: none !important;
32992
- }
32993
-
32994
- .E_t1sqg15u.has-border .table-row + .table-row {
32995
- border-top: 1px solid rgba(225, 230, 241, 0.6);
32996
- }
32997
-
32998
- .E_t1sqg15u.has-border .table-row:last-of-type {
32999
- padding-bottom: 0;
33000
- }
33001
-
33002
- .E_t1sqg15u.align-right .content {
33003
- text-align: right;
33004
- }
33005
-
33006
- .E_t1sqg15u .uuid-row {
33007
- display: flex;
33008
- justify-content: space-between;
33009
- }
33010
-
33011
- .E_t1sqg15u .uuid-row .id-text {
33012
- white-space: nowrap;
33013
- overflow: hidden;
33014
- text-overflow: ellipsis;
33015
- }
33016
-
33017
- .E_t4zczcp {
33080
+ .E_wg1tsps {
33018
33081
  display: flex;
33019
- justify-content: space-between;
33020
33082
  align-items: center;
33021
- padding: 8px;
33022
- min-height: 32px;
33023
- }
33024
-
33025
- .E_t4zczcp .table-title {
33026
- color: rgba(44, 56, 82, 0.6);
33027
- font-weight: 600;
33028
- font-size: 12px;
33029
- line-height: 8px;
33030
- }
33031
-
33032
- .E_t4zczcp .edit-icon {
33033
- font-size: 16px;
33034
- color: rgba(10, 37, 85, 0.6);
33035
- cursor: pointer;
33036
- }
33037
-
33038
- .E_t1s7goww {
33039
- font-size: 12px;
33040
- line-height: 18px;
33083
+ justify-content: flex-end;
33041
33084
  }
33042
33085
 
33043
- .E_t93e4cf {
33086
+ .E_b1ctd5xy {
33044
33087
  display: flex;
33045
- padding: 8px 0;
33046
- color: #2d3a56;
33047
- }
33048
-
33049
- .E_t93e4cf .hidden {
33050
- display: none;
33051
- }
33052
-
33053
- .E_t93e4cf .ant-btn-link {
33054
- height: auto;
33088
+ align-items: center;
33089
+ width: calc(100% - 40px);
33055
33090
  }
33056
33091
 
33057
- .E_t93e4cf .content {
33058
- overflow: hidden;
33059
- overflow-x: auto;
33092
+ .E_b1ctd5xy .chart {
33093
+ display: inline-block;
33060
33094
  width: 100%;
33061
- white-space: pre-wrap;
33062
- }
33063
-
33064
- .E_t93e4cf .content .ant-btn {
33065
- white-space: pre-wrap;
33066
- text-align: left;
33067
33095
  }
33068
33096
 
33069
- .E_t93e4cf .content .unit-chart {
33070
- justify-content: flex-start;
33097
+ .E_u1p8acpn {
33098
+ min-width: 40px;
33071
33099
  }
33072
33100
 
33073
- .E_rhz2uv5 {
33074
- width: var(--rhz2uv5-0);
33075
- flex-shrink: 0;
33076
- color: rgba(44, 56, 82, 0.6);
33077
- padding-right: 12px;
33101
+ .E_u1p8acpn .unit {
33102
+ color: #00122e !important;
33078
33103
  }
33079
33104
 
33080
33105
  .E_c1yyuluq {
@@ -33110,63 +33135,6 @@ span.E_tqjc4ui {
33110
33135
  cursor: default;
33111
33136
  }
33112
33137
 
33113
- .E_wg1tsps {
33114
- display: flex;
33115
- align-items: center;
33116
- justify-content: flex-end;
33117
- }
33118
-
33119
- .E_b1ctd5xy {
33120
- display: flex;
33121
- align-items: center;
33122
- width: calc(100% - 40px);
33123
- }
33124
-
33125
- .E_b1ctd5xy .chart {
33126
- display: inline-block;
33127
- width: 100%;
33128
- }
33129
-
33130
- .E_u1p8acpn {
33131
- min-width: 40px;
33132
- }
33133
-
33134
- .E_u1p8acpn .unit {
33135
- color: #00122e !important;
33136
- }
33137
-
33138
- .E_suhck3k {
33139
- height: 24px;
33140
- width: 24px;
33141
- border-radius: 6px;
33142
- padding: 4px;
33143
- }
33144
-
33145
- .E_suhck3k:hover {
33146
- background-color: rgba(0, 136, 255, 0.1);
33147
- }
33148
-
33149
- .E_suhck3k:hover svg path {
33150
- fill: blue;
33151
- }
33152
-
33153
- .E_ryby9ds {
33154
- display: flex;
33155
- align-items: center;
33156
- }
33157
-
33158
- .E_ryby9ds .order {
33159
- height: 24px;
33160
- width: 24px;
33161
- border-radius: 20px;
33162
- color: #0080ff;
33163
- background: rgba(0, 136, 255, 0.1);
33164
- display: flex;
33165
- align-items: center;
33166
- justify-content: center;
33167
- margin-right: 6px;
33168
- }
33169
-
33170
33138
  .E_hrhfj7c {
33171
33139
  display: none;
33172
33140
  }
@@ -33425,6 +33393,38 @@ span.E_tqjc4ui {
33425
33393
  font-size: 14px;
33426
33394
  }
33427
33395
 
33396
+ .E_suhck3k {
33397
+ height: 24px;
33398
+ width: 24px;
33399
+ border-radius: 6px;
33400
+ padding: 4px;
33401
+ }
33402
+
33403
+ .E_suhck3k:hover {
33404
+ background-color: rgba(0, 136, 255, 0.1);
33405
+ }
33406
+
33407
+ .E_suhck3k:hover svg path {
33408
+ fill: blue;
33409
+ }
33410
+
33411
+ .E_ryby9ds {
33412
+ display: flex;
33413
+ align-items: center;
33414
+ }
33415
+
33416
+ .E_ryby9ds .order {
33417
+ height: 24px;
33418
+ width: 24px;
33419
+ border-radius: 20px;
33420
+ color: #0080ff;
33421
+ background: rgba(0, 136, 255, 0.1);
33422
+ display: flex;
33423
+ align-items: center;
33424
+ justify-content: center;
33425
+ margin-right: 6px;
33426
+ }
33427
+
33428
33428
  .E_h12yihis {
33429
33429
  height: 50px;
33430
33430
  border-bottom: 2px solid #edf0f7;
@@ -34253,6 +34253,24 @@ span.E_tqjc4ui {
34253
34253
  padding: 0;
34254
34254
  }
34255
34255
 
34256
+ .E_r77hffu {
34257
+ display: flex;
34258
+ align-items: center;
34259
+ justify-content: space-between;
34260
+ column-gap: 6px;
34261
+ }
34262
+
34263
+ .E_p1cmxsf7 {
34264
+ display: flex;
34265
+ flex-direction: column;
34266
+ justify-content: center;
34267
+ row-gap: var(--p1cmxsf7-0);
34268
+ }
34269
+
34270
+ .E_p1cmxsf7 .antd5-progress-line {
34271
+ font-size: 0;
34272
+ }
34273
+
34256
34274
  .E_s11wux3h .antd5-segmented-item:not(:last-child) {
34257
34275
  margin-right: 2px;
34258
34276
  }
@@ -34292,22 +34310,23 @@ span.E_tqjc4ui {
34292
34310
  background-color: transparent;
34293
34311
  }
34294
34312
 
34295
- .E_r77hffu {
34296
- display: flex;
34297
- align-items: center;
34298
- justify-content: space-between;
34299
- column-gap: 6px;
34313
+ .E_b14q2gmw {
34314
+ 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);
34315
+ }
34316
+
34317
+ .E_c1eym6el {
34318
+ border-radius: 8px;
34319
+ background-color: white;
34300
34320
  }
34301
34321
 
34302
- .E_p1cmxsf7 {
34303
- display: flex;
34304
- flex-direction: column;
34305
- justify-content: center;
34306
- row-gap: var(--p1cmxsf7-0);
34322
+ .E_c1eym6el.hoverable {
34323
+ cursor: pointer;
34307
34324
  }
34308
34325
 
34309
- .E_p1cmxsf7 .antd5-progress-line {
34310
- font-size: 0;
34326
+ .E_c1eym6el.hoverable:hover {
34327
+ transition: all 200ms ease;
34328
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34329
+ transform: translateY(-4px);
34311
34330
  }
34312
34331
 
34313
34332
  .E_c1yd35n {
@@ -34361,25 +34380,6 @@ span.E_tqjc4ui {
34361
34380
  margin-right: 2px;
34362
34381
  }
34363
34382
 
34364
- .E_b14q2gmw {
34365
- 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);
34366
- }
34367
-
34368
- .E_c1eym6el {
34369
- border-radius: 8px;
34370
- background-color: white;
34371
- }
34372
-
34373
- .E_c1eym6el.hoverable {
34374
- cursor: pointer;
34375
- }
34376
-
34377
- .E_c1eym6el.hoverable:hover {
34378
- transition: all 200ms ease;
34379
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34380
- transform: translateY(-4px);
34381
- }
34382
-
34383
34383
  .E_ckui4s7 {
34384
34384
  color: #2d3a56;
34385
34385
  line-height: 22px;
@@ -34685,887 +34685,660 @@ span.E_tqjc4ui {
34685
34685
  bottom: 10px;
34686
34686
  padding: 0 8px;
34687
34687
  border-radius: 4px;
34688
- font-size: 12px;
34689
- color: #fff;
34690
- background: rgba(0, 0, 0, 0.75);
34691
- transform: translateX(-50%);
34692
- }
34693
-
34694
- .E_tnvijvs {
34695
- min-width: 200px;
34696
- }
34697
-
34698
- .E_t1ub2aex {
34699
- display: flex;
34700
- align-items: center;
34701
- justify-content: space-between;
34702
- background-color: rgba(0, 0, 0, 0.75);
34703
- color: #b4beca;
34704
- font-size: 12px;
34705
- padding: 3px 6px;
34706
- }
34707
-
34708
- .E_t1ub2aex:first-child {
34709
- padding-top: 3px;
34710
- }
34711
-
34712
- .E_t1ub2aex:last-child {
34713
- padding-bottom: 3px;
34714
- }
34715
-
34716
- .E_t1ub2aex .column-value {
34717
- color: #fff;
34718
- margin-left: 8px;
34719
- }
34720
-
34721
- .E_tc97u5y {
34722
- height: 100%;
34723
- }
34724
-
34725
- .E_tfzf37v {
34726
- height: 100%;
34727
- }
34728
-
34729
- .E_tfzf37v.empty-table .ant-table-content {
34730
- overflow: visible !important;
34731
- height: 100%;
34732
- }
34733
-
34734
- .E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
34735
- height: 100%;
34736
- }
34737
-
34738
- .E_tfzf37v.empty-table .ant-table-content table {
34739
- width: 100% !important;
34740
- height: 100%;
34741
- }
34742
-
34743
- .E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
34744
- padding: 15px 0;
34745
- }
34746
-
34747
- .E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
34748
- display: none;
34749
- }
34750
-
34751
- .E_tfzf37v .active-row td:nth-child(1) {
34752
- font-weight: 700;
34753
- }
34754
-
34755
- .E_tfzf37v.has-selection .active-row td:nth-child(2) {
34756
- font-weight: 700;
34757
- }
34758
-
34759
- .E_tfzf37v .ant-spin-nested-loading {
34760
- height: 100%;
34761
- }
34762
-
34763
- .E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
34764
- height: 100%;
34765
- overflow: visible;
34766
- }
34767
-
34768
- .E_tfzf37v .ant-spin-nested-loading .ant-spin {
34769
- max-height: none;
34770
- }
34771
-
34772
- .E_tfzf37v.table-init-loading .ant-spin-blur thead,
34773
- .E_tfzf37v.table-init-loading .ant-spin-blur tbody {
34774
- display: none;
34775
- }
34776
-
34777
- .E_tfzf37v td.ant-table-column-sort {
34778
- background: transparent;
34779
- }
34780
-
34781
- .E_tfzf37v td.ant-table-cell-fix-left,
34782
- .E_tfzf37v td.ant-table-cell-fix-right {
34783
- background: #fff;
34784
- padding: 0 !important;
34785
- }
34786
-
34787
- .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
34788
- .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
34789
- display: flex;
34790
- align-items: center;
34791
- height: 100%;
34792
- padding: 8px;
34793
- }
34794
-
34795
- .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
34796
- .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
34797
- overflow: hidden;
34798
- text-overflow: ellipsis;
34799
- width: 100%;
34800
- }
34801
-
34802
- .E_tfzf37v .ant-table-container {
34803
- height: 100%;
34804
- }
34805
-
34806
- .E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
34807
- box-shadow: none !important;
34808
- }
34809
-
34810
- .E_tfzf37v div.ant-table {
34811
- border-radius: 0px;
34812
- border-left: none;
34813
- border-right: none;
34814
- border-bottom: none;
34815
- height: 100%;
34816
- font-size: 12px;
34817
- background: transparent;
34818
- }
34819
-
34820
- .E_tfzf37v div.ant-table .ant-table-header {
34821
- position: relative;
34822
- z-index: 3;
34823
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34824
- margin-bottom: -1px;
34825
- }
34826
-
34827
- .E_tfzf37v div.ant-table .time-wrapper .date,
34828
- .E_tfzf37v div.ant-table .value {
34829
- color: #2d3a56;
34830
- }
34831
-
34832
- .E_tfzf37v div.ant-table .time-wrapper .time,
34833
- .E_tfzf37v div.ant-table .unit {
34834
- color: rgba(44, 56, 82, 0.6);
34835
- }
34836
-
34837
- .E_tfzf37v div.ant-table .ant-table-selection {
34838
- position: unset;
34839
- text-align: center;
34840
- }
34841
-
34842
- .E_tfzf37v div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
34843
- background: #fff;
34844
- }
34845
-
34846
- .E_tfzf37v div.ant-table .anticon-setting {
34847
- cursor: pointer;
34848
- position: absolute;
34849
- top: 50%;
34850
- right: 12px;
34851
- transform: translateY(-50%);
34852
- }
34853
-
34854
- .E_tfzf37v div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
34855
- box-shadow: none;
34856
- width: 1px;
34857
- background: rgba(213, 219, 227, 0.6);
34858
- }
34859
-
34860
- .E_tfzf37v div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
34861
- box-shadow: none;
34862
- width: 1px;
34863
- background: rgba(213, 219, 227, 0.6);
34864
- }
34865
-
34866
- .E_tfzf37v div.ant-table .ant-table-tbody {
34867
- position: relative;
34868
- }
34869
-
34870
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td {
34871
- border-top: 1px solid rgba(211, 218, 235, 0.6);
34872
- border-bottom: 1px solid white;
34873
- height: 40px;
34874
- vertical-align: middle;
34875
- transition: background 0ms;
34876
- color: #00122e;
34877
- }
34878
-
34879
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
34880
- background: #f2f5fa;
34881
- border-bottom-color: #f2f5fa;
34882
- }
34883
-
34884
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
34885
- height: auto;
34886
- color: #00122e;
34887
- font-size: 12px;
34888
- text-align: left;
34889
- transition: none;
34890
- overflow: hidden;
34891
- text-overflow: ellipsis;
34892
- white-space: nowrap;
34893
- }
34894
-
34895
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
34896
- color: #0096ff;
34897
- }
34898
-
34899
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
34900
- overflow: hidden;
34901
- text-overflow: ellipsis;
34902
- width: 100%;
34903
- vertical-align: middle;
34904
- }
34905
-
34906
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
34907
- line-height: 0px;
34908
- }
34909
-
34910
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.align-right {
34911
- padding-right: 25px;
34688
+ font-size: 12px;
34689
+ color: #fff;
34690
+ background: rgba(0, 0, 0, 0.75);
34691
+ transform: translateX(-50%);
34912
34692
  }
34913
34693
 
34914
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
34915
- border-top-color: transparent;
34694
+ .E_tnvijvs {
34695
+ min-width: 200px;
34916
34696
  }
34917
34697
 
34918
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td {
34919
- background: rgba(225, 230, 241, 0.6);
34920
- border-color: transparent transparent white;
34698
+ .E_t1ub2aex {
34699
+ display: flex;
34700
+ align-items: center;
34701
+ justify-content: space-between;
34702
+ background-color: rgba(0, 0, 0, 0.75);
34703
+ color: #b4beca;
34704
+ font-size: 12px;
34705
+ padding: 3px 6px;
34921
34706
  }
34922
34707
 
34923
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
34924
- border-radius: 8px 0 0 8px;
34708
+ .E_t1ub2aex:first-child {
34709
+ padding-top: 3px;
34925
34710
  }
34926
34711
 
34927
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
34928
- border-radius: 8px 0 0 8px;
34712
+ .E_t1ub2aex:last-child {
34713
+ padding-bottom: 3px;
34929
34714
  }
34930
34715
 
34931
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
34932
- content: "";
34933
- width: 4px;
34934
- top: -1px;
34935
- bottom: -1px;
34936
- background: white;
34716
+ .E_t1ub2aex .column-value {
34717
+ color: #fff;
34718
+ margin-left: 8px;
34937
34719
  }
34938
34720
 
34939
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
34940
- border-radius: 0 8px 8px 0;
34721
+ button.E_l48ei06.ant-btn {
34722
+ font-size: 12px;
34723
+ line-height: 18px;
34724
+ height: 18px;
34941
34725
  }
34942
34726
 
34943
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
34944
- border-radius: 0;
34945
- background: white;
34946
- border-top: none;
34727
+ button.E_l48ei06 {
34728
+ color: #0080FF;
34729
+ height: unset;
34947
34730
  }
34948
34731
 
34949
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
34950
- border-top: 1px solid transparent;
34951
- border-radius: 0 8px 8px 0;
34952
- background: rgba(225, 230, 241, 0.6);
34732
+ button.E_l48ei06 .button-prefix-icon {
34733
+ margin-right: 4px;
34953
34734
  }
34954
34735
 
34955
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
34956
- background: white;
34957
- border-top: 1px solid rgba(211, 218, 235, 0.6);
34736
+ button.E_l48ei06 .button-suffix-icon {
34737
+ margin-left: 4px;
34958
34738
  }
34959
34739
 
34960
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
34961
- display: flex;
34962
- align-items: center;
34963
- height: 100%;
34964
- background: rgba(225, 230, 241, 0.6);
34740
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
34741
+ color: #009DFF;
34965
34742
  }
34966
34743
 
34967
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
34968
- background: white;
34969
- border-top: 1px solid rgba(211, 218, 235, 0.6);
34744
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
34745
+ color: #005ED1;
34970
34746
  }
34971
34747
 
34972
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
34973
- display: flex;
34974
- align-items: center;
34975
- height: 100%;
34976
- background: rgba(225, 230, 241, 0.6);
34748
+ button.E_l48ei06.ui-kit-link-disabled {
34749
+ color: #0080FF;
34977
34750
  }
34978
34751
 
34979
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:last-child td {
34980
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34752
+ button.E_l48ei06.ui-kit-link-primary {
34753
+ color: #00122E;
34981
34754
  }
34982
34755
 
34983
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row {
34984
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
34985
- border-radius: 8px;
34756
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
34757
+ color: #0080FF;
34986
34758
  }
34987
34759
 
34988
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
34989
- border-top-color: white;
34760
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
34761
+ color: #005ED1;
34990
34762
  }
34991
34763
 
34992
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td {
34993
- background: rgba(0, 136, 255, 0.1);
34994
- border-bottom-color: transparent;
34995
- border-top-color: transparent;
34764
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
34765
+ color: #00122E;
34996
34766
  }
34997
34767
 
34998
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
34999
- border-radius: 8px 0 0 8px;
34768
+ button.E_l48ei06.ui-kit-link-secondary {
34769
+ color: rgba(44, 56, 82, 0.7490196078);
35000
34770
  }
35001
34771
 
35002
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
35003
- border-radius: 0 8px 8px 0;
34772
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
34773
+ color: #0080FF;
35004
34774
  }
35005
34775
 
35006
- .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
35007
- background: rgba(0, 136, 255, 0.1);
34776
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
34777
+ color: #005ED1;
35008
34778
  }
35009
34779
 
35010
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th {
35011
- background: #fff;
35012
- font-weight: 400;
35013
- position: relative;
35014
- border-bottom: none;
35015
- color: #00122e;
35016
- transition: none;
35017
- padding: 15px 8px 15px 8px;
34780
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34781
+ color: rgba(44, 56, 82, 0.7490196078);
35018
34782
  }
35019
34783
 
35020
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
35021
- content: "";
35022
- width: 1px;
35023
- top: 0;
35024
- bottom: 0;
35025
- background: rgba(211, 218, 235, 0.6);
35026
- position: absolute;
35027
- right: 0;
34784
+ .E_tc97u5y {
34785
+ height: 100%;
35028
34786
  }
35029
34787
 
35030
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank {
35031
- padding: unset;
34788
+ .E_tfzf37v {
34789
+ height: 100%;
35032
34790
  }
35033
34791
 
35034
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank:after {
35035
- display: none;
34792
+ .E_tfzf37v.empty-table .ant-table-content {
34793
+ overflow: visible !important;
34794
+ height: 100%;
35036
34795
  }
35037
34796
 
35038
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
35039
- width: 100%;
35040
- overflow: hidden;
35041
- white-space: nowrap;
35042
- text-overflow: ellipsis;
34797
+ .E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
34798
+ height: 100%;
35043
34799
  }
35044
34800
 
35045
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
35046
- overflow: hidden;
35047
- text-overflow: ellipsis;
35048
- flex: 1;
34801
+ .E_tfzf37v.empty-table .ant-table-content table {
34802
+ width: 100% !important;
34803
+ height: 100%;
35049
34804
  }
35050
34805
 
35051
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
35052
- padding: 15px 25px 15px 8px;
34806
+ .E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
34807
+ padding: 15px 0;
35053
34808
  }
35054
34809
 
35055
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
35056
- padding: 0;
34810
+ .E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
34811
+ display: none;
35057
34812
  }
35058
34813
 
35059
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
35060
- position: absolute;
35061
- right: 6px;
35062
- top: 50%;
35063
- transform: translateY(-50%);
35064
- height: 16px;
35065
- display: none;
35066
- transition: transform 320ms ease;
34814
+ .E_tfzf37v .active-row td:nth-child(1) {
34815
+ font-weight: 700;
35067
34816
  }
35068
34817
 
35069
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
35070
- display: block;
35071
- transform: translateY(-50%) rotateX(180deg);
34818
+ .E_tfzf37v.has-selection .active-row td:nth-child(2) {
34819
+ font-weight: 700;
35072
34820
  }
35073
34821
 
35074
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
35075
- display: block;
34822
+ .E_tfzf37v .ant-spin-nested-loading {
34823
+ height: 100%;
35076
34824
  }
35077
34825
 
35078
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
35079
- display: none;
34826
+ .E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
34827
+ height: 100%;
34828
+ overflow: visible;
35080
34829
  }
35081
34830
 
35082
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
35083
- transform: translateY(-50%);
34831
+ .E_tfzf37v .ant-spin-nested-loading .ant-spin {
34832
+ max-height: none;
35084
34833
  }
35085
34834
 
35086
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
35087
- transform: translateY(-50%) rotateX(180deg);
34835
+ .E_tfzf37v.table-init-loading .ant-spin-blur thead,
34836
+ .E_tfzf37v.table-init-loading .ant-spin-blur tbody {
34837
+ display: none;
35088
34838
  }
35089
34839
 
35090
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
35091
- background: #f2f5fa;
34840
+ .E_tfzf37v td.ant-table-column-sort {
34841
+ background: transparent;
35092
34842
  }
35093
34843
 
35094
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
35095
- display: block;
34844
+ .E_tfzf37v td.ant-table-cell-fix-left,
34845
+ .E_tfzf37v td.ant-table-cell-fix-right {
34846
+ background: #fff;
34847
+ padding: 0 !important;
35096
34848
  }
35097
34849
 
35098
- .E_tfzf37v div.ant-table .ant-table-thead > tr > th.align-right {
35099
- padding-right: 25px;
34850
+ .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
34851
+ .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
34852
+ display: flex;
34853
+ align-items: center;
34854
+ height: 100%;
34855
+ padding: 8px;
35100
34856
  }
35101
34857
 
35102
- .E_tfzf37v div.ant-table .ant-table-selection-column {
35103
- padding: 0 !important;
34858
+ .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
34859
+ .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
34860
+ overflow: hidden;
34861
+ text-overflow: ellipsis;
34862
+ width: 100%;
35104
34863
  }
35105
34864
 
35106
- .E_tfzf37v div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
35107
- position: absolute;
35108
- left: 50%;
35109
- top: 50%;
35110
- transform: translate(-50%, -50%);
34865
+ .E_tfzf37v .ant-table-container {
34866
+ height: 100%;
35111
34867
  }
35112
34868
 
35113
- .E_tfzf37v div.ant-table .ant-table-selection-column:after {
35114
- display: none;
34869
+ .E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
34870
+ box-shadow: none !important;
35115
34871
  }
35116
34872
 
35117
- .E_tfzf37v div.ant-table .ant-table-hide-scrollbar {
35118
- background: #fff;
34873
+ .E_tfzf37v div.ant-table {
34874
+ border-radius: 0px;
34875
+ border-left: none;
34876
+ border-right: none;
34877
+ border-bottom: none;
34878
+ height: 100%;
34879
+ font-size: 12px;
34880
+ background: transparent;
35119
34881
  }
35120
34882
 
35121
- .E_tfzf37v div.ant-table .ant-table-placeholder {
35122
- background: inherit;
34883
+ .E_tfzf37v div.ant-table .ant-table-header {
34884
+ position: relative;
34885
+ z-index: 3;
34886
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34887
+ margin-bottom: -1px;
35123
34888
  }
35124
34889
 
35125
- .E_tfzf37v div.ant-table .ant-table-placeholder td {
35126
- position: static;
35127
- border: none;
35128
- background: inherit !important;
35129
- height: 100px;
35130
- vertical-align: middle;
34890
+ .E_tfzf37v div.ant-table .time-wrapper .date,
34891
+ .E_tfzf37v div.ant-table .value {
34892
+ color: #2d3a56;
35131
34893
  }
35132
34894
 
35133
- .E_tfzf37v div.ant-table .ant-table-placeholder .table-default-empty,
35134
- .E_tfzf37v div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
35135
- font-weight: bold;
35136
- font-size: 20px;
35137
- color: rgba(10, 37, 85, 0.6);
34895
+ .E_tfzf37v div.ant-table .time-wrapper .time,
34896
+ .E_tfzf37v div.ant-table .unit {
34897
+ color: rgba(44, 56, 82, 0.6);
35138
34898
  }
35139
34899
 
35140
- .E_tfzf37v div.ant-table th.ant-table-cell-scrollbar,
35141
- .E_tfzf37v div.ant-table th.cell__action_ {
35142
- z-index: 10;
34900
+ .E_tfzf37v div.ant-table .ant-table-selection {
34901
+ position: unset;
34902
+ text-align: center;
35143
34903
  }
35144
34904
 
35145
- .E_tfzf37v div.ant-table td.cell__action_ {
35146
- padding: 0 !important;
35147
- position: relative;
34905
+ .E_tfzf37v div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
35148
34906
  background: #fff;
35149
34907
  }
35150
34908
 
35151
- .E_tfzf37v div.ant-table td.cell__action_ > * {
35152
- height: 100%;
35153
- display: flex;
35154
- align-items: center;
35155
- justify-content: flex-end;
35156
- padding-right: 8px;
35157
- }
35158
-
35159
- .E_tfzf37v div.ant-table td.cell__action_ .menu-button {
35160
- width: 24px;
35161
- height: 24px;
34909
+ .E_tfzf37v div.ant-table .anticon-setting {
35162
34910
  cursor: pointer;
35163
- justify-content: center;
35164
- border-radius: 4px;
34911
+ position: absolute;
34912
+ top: 50%;
34913
+ right: 12px;
34914
+ transform: translateY(-50%);
35165
34915
  }
35166
34916
 
35167
- .E_tfzf37v div.ant-table td.cell__action_ .menu-button:hover {
35168
- background: #fff;
34917
+ .E_tfzf37v div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
34918
+ box-shadow: none;
34919
+ width: 1px;
34920
+ background: rgba(213, 219, 227, 0.6);
35169
34921
  }
35170
34922
 
35171
- .E_sddwhm6 {
35172
- margin: 0;
35173
- border-radius: 20px;
35174
- padding: 2px 10px;
35175
- height: 22px;
34923
+ .E_tfzf37v div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
34924
+ box-shadow: none;
34925
+ width: 1px;
34926
+ background: rgba(213, 219, 227, 0.6);
35176
34927
  }
35177
34928
 
35178
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
35179
- background-color: rgba(237, 241, 250, 0.6) !important;
34929
+ .E_tfzf37v div.ant-table .ant-table-tbody {
34930
+ position: relative;
35180
34931
  }
35181
34932
 
35182
- .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 {
35183
- background-color: rgba(225, 230, 241, 0.6) !important;
34933
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td {
34934
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
34935
+ border-bottom: 1px solid white;
34936
+ height: 40px;
34937
+ vertical-align: middle;
34938
+ transition: background 0ms;
34939
+ color: #00122e;
35184
34940
  }
35185
34941
 
35186
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
35187
- color: #00122e;
34942
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
34943
+ background: #f2f5fa;
34944
+ border-bottom-color: #f2f5fa;
35188
34945
  }
35189
34946
 
35190
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
35191
- margin-right: 6px;
34947
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
34948
+ height: auto;
34949
+ color: #00122e;
34950
+ font-size: 12px;
34951
+ text-align: left;
34952
+ transition: none;
34953
+ overflow: hidden;
34954
+ text-overflow: ellipsis;
34955
+ white-space: nowrap;
35192
34956
  }
35193
34957
 
35194
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
35195
- margin-left: 8px;
35196
- color: rgba(44, 56, 82, 0.6);
34958
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
34959
+ color: #0096ff;
35197
34960
  }
35198
34961
 
35199
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
35200
- background-color: rgba(0, 136, 255, 0.1);
34962
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
34963
+ overflow: hidden;
34964
+ text-overflow: ellipsis;
34965
+ width: 100%;
34966
+ vertical-align: middle;
35201
34967
  }
35202
34968
 
35203
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
35204
- background-color: #0080ff;
34969
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
34970
+ line-height: 0px;
35205
34971
  }
35206
34972
 
35207
- .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 {
35208
- background-color: rgba(0, 136, 255, 0.16);
34973
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.align-right {
34974
+ padding-right: 25px;
35209
34975
  }
35210
34976
 
35211
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
35212
- background-color: rgba(255, 74, 74, 0.1);
34977
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
34978
+ border-top-color: transparent;
35213
34979
  }
35214
34980
 
35215
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
35216
- background-color: #f0483e;
34981
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td {
34982
+ background: rgba(225, 230, 241, 0.6);
34983
+ border-color: transparent transparent white;
35217
34984
  }
35218
34985
 
35219
- .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 {
35220
- background-color: rgba(255, 74, 74, 0.16);
34986
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
34987
+ border-radius: 8px 0 0 8px;
35221
34988
  }
35222
34989
 
35223
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
35224
- background-color: rgba(254, 160, 8, 0.1);
34990
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
34991
+ border-radius: 8px 0 0 8px;
35225
34992
  }
35226
34993
 
35227
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
35228
- background-color: #fea008;
34994
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
34995
+ content: "";
34996
+ width: 4px;
34997
+ top: -1px;
34998
+ bottom: -1px;
34999
+ background: white;
35229
35000
  }
35230
35001
 
35231
- .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 {
35232
- background-color: rgba(255, 187, 0, 0.16);
35002
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
35003
+ border-radius: 0 8px 8px 0;
35233
35004
  }
35234
35005
 
35235
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
35236
- background-color: rgba(30, 201, 127, 0.1);
35006
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
35007
+ border-radius: 0;
35008
+ background: white;
35009
+ border-top: none;
35237
35010
  }
35238
35011
 
35239
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
35240
- background-color: #00ba5d;
35012
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
35013
+ border-top: 1px solid transparent;
35014
+ border-radius: 0 8px 8px 0;
35015
+ background: rgba(225, 230, 241, 0.6);
35241
35016
  }
35242
35017
 
35243
- .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 {
35244
- background-color: rgba(30, 201, 127, 0.16);
35018
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
35019
+ background: white;
35020
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
35245
35021
  }
35246
35022
 
35247
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
35248
- background-color: rgba(225, 230, 241, 0.6);
35023
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
35024
+ display: flex;
35025
+ align-items: center;
35026
+ height: 100%;
35027
+ background: rgba(225, 230, 241, 0.6);
35249
35028
  }
35250
35029
 
35251
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
35252
- background-color: #6b7d99;
35030
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
35031
+ background: white;
35032
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
35253
35033
  }
35254
35034
 
35255
- .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 {
35256
- background-color: rgba(211, 218, 235, 0.6);
35035
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
35036
+ display: flex;
35037
+ align-items: center;
35038
+ height: 100%;
35039
+ background: rgba(225, 230, 241, 0.6);
35257
35040
  }
35258
35041
 
35259
- .E_satwmqm {
35260
- width: 8px;
35261
- height: 8px;
35262
- border-radius: 50%;
35263
- display: inline-block;
35042
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:last-child td {
35043
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
35264
35044
  }
35265
35045
 
35266
- button.E_l48ei06.ant-btn {
35267
- font-size: 12px;
35268
- line-height: 18px;
35269
- height: 18px;
35046
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row {
35047
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
35048
+ border-radius: 8px;
35270
35049
  }
35271
35050
 
35272
- button.E_l48ei06 {
35273
- color: #0080FF;
35274
- height: unset;
35051
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
35052
+ border-top-color: white;
35275
35053
  }
35276
35054
 
35277
- button.E_l48ei06 .button-prefix-icon {
35278
- margin-right: 4px;
35055
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td {
35056
+ background: rgba(0, 136, 255, 0.1);
35057
+ border-bottom-color: transparent;
35058
+ border-top-color: transparent;
35279
35059
  }
35280
35060
 
35281
- button.E_l48ei06 .button-suffix-icon {
35282
- margin-left: 4px;
35061
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
35062
+ border-radius: 8px 0 0 8px;
35283
35063
  }
35284
35064
 
35285
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
35286
- color: #009DFF;
35065
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
35066
+ border-radius: 0 8px 8px 0;
35287
35067
  }
35288
35068
 
35289
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
35290
- color: #005ED1;
35069
+ .E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
35070
+ background: rgba(0, 136, 255, 0.1);
35291
35071
  }
35292
35072
 
35293
- button.E_l48ei06.ui-kit-link-disabled {
35294
- color: #0080FF;
35073
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th {
35074
+ background: #fff;
35075
+ font-weight: 400;
35076
+ position: relative;
35077
+ border-bottom: none;
35078
+ color: #00122e;
35079
+ transition: none;
35080
+ padding: 15px 8px 15px 8px;
35295
35081
  }
35296
35082
 
35297
- button.E_l48ei06.ui-kit-link-primary {
35298
- color: #00122E;
35083
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
35084
+ content: "";
35085
+ width: 1px;
35086
+ top: 0;
35087
+ bottom: 0;
35088
+ background: rgba(211, 218, 235, 0.6);
35089
+ position: absolute;
35090
+ right: 0;
35299
35091
  }
35300
35092
 
35301
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
35302
- color: #0080FF;
35093
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank {
35094
+ padding: unset;
35303
35095
  }
35304
35096
 
35305
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
35306
- color: #005ED1;
35097
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank:after {
35098
+ display: none;
35307
35099
  }
35308
35100
 
35309
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
35310
- color: #00122E;
35101
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
35102
+ width: 100%;
35103
+ overflow: hidden;
35104
+ white-space: nowrap;
35105
+ text-overflow: ellipsis;
35311
35106
  }
35312
35107
 
35313
- button.E_l48ei06.ui-kit-link-secondary {
35314
- color: rgba(44, 56, 82, 0.7490196078);
35108
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
35109
+ overflow: hidden;
35110
+ text-overflow: ellipsis;
35111
+ flex: 1;
35315
35112
  }
35316
35113
 
35317
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
35318
- color: #0080FF;
35114
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
35115
+ padding: 15px 25px 15px 8px;
35319
35116
  }
35320
35117
 
35321
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
35322
- color: #005ED1;
35118
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
35119
+ padding: 0;
35323
35120
  }
35324
35121
 
35325
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35326
- color: rgba(44, 56, 82, 0.7490196078);
35122
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
35123
+ position: absolute;
35124
+ right: 6px;
35125
+ top: 50%;
35126
+ transform: translateY(-50%);
35127
+ height: 16px;
35128
+ display: none;
35129
+ transition: transform 320ms ease;
35327
35130
  }
35328
35131
 
35329
- .E_w7ob4th.outside-tag {
35330
- padding-left: 0;
35132
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
35133
+ display: block;
35134
+ transform: translateY(-50%) rotateX(180deg);
35331
35135
  }
35332
35136
 
35333
- .E_w7ob4th.outside-tag .inside-tag {
35334
- border-radius: 4px 0 0 4px;
35335
- padding-right: 4px;
35336
- margin-right: 4px;
35137
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
35138
+ display: block;
35337
35139
  }
35338
35140
 
35339
- .E_sjob3jg {
35340
- --item-min-width: 60px;
35141
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
35142
+ display: none;
35341
35143
  }
35342
35144
 
35343
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
35344
- display: none !important;
35145
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
35146
+ transform: translateY(-50%);
35345
35147
  }
35346
35148
 
35347
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
35348
- flex-shrink: 0 !important;
35149
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
35150
+ transform: translateY(-50%) rotateX(180deg);
35349
35151
  }
35350
35152
 
35351
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
35352
- color: #0080ff;
35153
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
35154
+ background: #f2f5fa;
35353
35155
  }
35354
35156
 
35355
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
35356
- color: #0080ff;
35357
- font-weight: normal;
35157
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
35158
+ display: block;
35358
35159
  }
35359
35160
 
35360
- .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 {
35361
- color: rgba(44, 56, 82, 0.6);
35161
+ .E_tfzf37v div.ant-table .ant-table-thead > tr > th.align-right {
35162
+ padding-right: 25px;
35362
35163
  }
35363
35164
 
35364
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
35365
- color: #00122e;
35165
+ .E_tfzf37v div.ant-table .ant-table-selection-column {
35166
+ padding: 0 !important;
35366
35167
  }
35367
35168
 
35368
- .E_sjob3jg .step-item-text {
35369
- display: inline-block;
35169
+ .E_tfzf37v div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
35170
+ position: absolute;
35171
+ left: 50%;
35172
+ top: 50%;
35173
+ transform: translate(-50%, -50%);
35370
35174
  }
35371
35175
 
35372
- .E_sjob3jg .step-item-title {
35373
- overflow: hidden;
35374
- white-space: nowrap;
35375
- text-overflow: ellipsis;
35176
+ .E_tfzf37v div.ant-table .ant-table-selection-column:after {
35177
+ display: none;
35376
35178
  }
35377
35179
 
35378
- .E_hjvj6s6 .ant-steps-item-container {
35379
- min-width: var(--item-min-width);
35180
+ .E_tfzf37v div.ant-table .ant-table-hide-scrollbar {
35181
+ background: #fff;
35380
35182
  }
35381
35183
 
35382
- .E_hjvj6s6 .ant-steps-item-disabled {
35383
- cursor: not-allowed !important;
35184
+ .E_tfzf37v div.ant-table .ant-table-placeholder {
35185
+ background: inherit;
35384
35186
  }
35385
35187
 
35386
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
35387
- flex-direction: row;
35388
- justify-content: stretch;
35188
+ .E_tfzf37v div.ant-table .ant-table-placeholder td {
35189
+ position: static;
35190
+ border: none;
35191
+ background: inherit !important;
35192
+ height: 100px;
35193
+ vertical-align: middle;
35389
35194
  }
35390
35195
 
35391
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
35392
- padding: 0;
35393
- margin-right: 4px;
35394
- flex: 1;
35395
- overflow: visible;
35196
+ .E_tfzf37v div.ant-table .ant-table-placeholder .table-default-empty,
35197
+ .E_tfzf37v div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
35198
+ font-weight: bold;
35199
+ font-size: 20px;
35200
+ color: rgba(10, 37, 85, 0.6);
35396
35201
  }
35397
35202
 
35398
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
35399
- width: 100%;
35400
- min-height: unset;
35203
+ .E_tfzf37v div.ant-table th.ant-table-cell-scrollbar,
35204
+ .E_tfzf37v div.ant-table th.cell__action_ {
35205
+ z-index: 10;
35401
35206
  }
35402
35207
 
35403
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
35404
- height: 26px;
35405
- line-height: 26px;
35406
- width: 100%;
35407
- padding: 0;
35408
- font-size: 12px;
35208
+ .E_tfzf37v div.ant-table td.cell__action_ {
35209
+ padding: 0 !important;
35210
+ position: relative;
35211
+ background: #fff;
35409
35212
  }
35410
35213
 
35411
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
35412
- margin-right: 10px;
35214
+ .E_tfzf37v div.ant-table td.cell__action_ > * {
35215
+ height: 100%;
35216
+ display: flex;
35217
+ align-items: center;
35218
+ justify-content: flex-end;
35219
+ padding-right: 8px;
35413
35220
  }
35414
35221
 
35415
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
35416
- display: none;
35222
+ .E_tfzf37v div.ant-table td.cell__action_ .menu-button {
35223
+ width: 24px;
35224
+ height: 24px;
35225
+ cursor: pointer;
35226
+ justify-content: center;
35227
+ border-radius: 4px;
35417
35228
  }
35418
35229
 
35419
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
35420
- padding-left: 8px;
35421
- padding-right: 4px;
35422
- border-radius: 4px 0 0 4px;
35230
+ .E_tfzf37v div.ant-table td.cell__action_ .menu-button:hover {
35231
+ background: #fff;
35423
35232
  }
35424
35233
 
35425
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
35426
- margin-right: 0;
35234
+ .E_sddwhm6 {
35235
+ margin: 0;
35236
+ border-radius: 20px;
35237
+ padding: 2px 10px;
35238
+ height: 22px;
35427
35239
  }
35428
35240
 
35429
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
35430
- padding-right: 8px;
35431
- padding-left: 12px;
35432
- border-radius: 0 4px 4px 0;
35241
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
35242
+ background-color: rgba(237, 241, 250, 0.6) !important;
35433
35243
  }
35434
35244
 
35435
- .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 {
35436
- content: "";
35437
- width: 0;
35438
- height: 0;
35439
- border: 13px solid transparent;
35440
- position: absolute;
35441
- top: 0;
35442
- border-left: 8px solid rgba(237, 241, 250, 0.6);
35443
- z-index: 2;
35444
- position: relative;
35445
- top: -50%;
35446
- right: -100%;
35245
+ .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 {
35246
+ background-color: rgba(225, 230, 241, 0.6) !important;
35447
35247
  }
35448
35248
 
35449
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
35450
- padding: 0 4px 0 12px;
35249
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
35250
+ color: #00122e;
35451
35251
  }
35452
35252
 
35453
- .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 {
35454
- content: "";
35455
- width: 0;
35456
- height: 0;
35457
- border: 13px solid transparent;
35458
- position: absolute;
35459
- top: 0;
35460
- border-left: 8px solid #fff;
35461
- left: 0;
35253
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
35254
+ margin-right: 6px;
35462
35255
  }
35463
35256
 
35464
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
35465
- max-width: calc(100% - var(--item-min-width) * 2);
35257
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
35258
+ margin-left: 8px;
35259
+ color: rgba(44, 56, 82, 0.6);
35466
35260
  }
35467
35261
 
35468
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
35262
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
35469
35263
  background-color: rgba(0, 136, 255, 0.1);
35470
35264
  }
35471
35265
 
35472
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
35473
- border-left-color: rgba(0, 136, 255, 0.1) !important;
35266
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
35267
+ background-color: #0080ff;
35474
35268
  }
35475
35269
 
35476
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
35477
- cursor: pointer;
35478
- min-width: var(--item-min-width);
35270
+ .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 {
35271
+ background-color: rgba(0, 136, 255, 0.16);
35479
35272
  }
35480
35273
 
35481
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
35482
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
35483
- min-width: var(--item-min-width);
35274
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
35275
+ background-color: rgba(255, 74, 74, 0.1);
35484
35276
  }
35485
35277
 
35486
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
35487
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
35488
- background-color: rgba(237, 241, 250, 0.6);
35278
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
35279
+ background-color: #f0483e;
35489
35280
  }
35490
35281
 
35491
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
35492
- padding: 0;
35282
+ .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 {
35283
+ background-color: rgba(255, 74, 74, 0.16);
35493
35284
  }
35494
35285
 
35495
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
35496
- width: 192px;
35497
- row-gap: 2px;
35286
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
35287
+ background-color: rgba(254, 160, 8, 0.1);
35498
35288
  }
35499
35289
 
35500
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
35501
- background-color: rgba(225, 230, 241, 0.6);
35290
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
35291
+ background-color: #fea008;
35502
35292
  }
35503
35293
 
35504
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
35505
- color: #00122e !important;
35294
+ .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 {
35295
+ background-color: rgba(255, 187, 0, 0.16);
35506
35296
  }
35507
35297
 
35508
- .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 {
35509
- background-color: rgba(225, 230, 241, 0.6);
35298
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
35299
+ background-color: rgba(30, 201, 127, 0.1);
35510
35300
  }
35511
35301
 
35512
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
35513
- padding: 0 8px;
35514
- border-radius: 4px;
35515
- height: 32px;
35516
- display: flex;
35517
- align-items: center;
35302
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
35303
+ background-color: #00ba5d;
35518
35304
  }
35519
35305
 
35520
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
35521
- min-height: auto;
35522
- white-space: nowrap;
35306
+ .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 {
35307
+ background-color: rgba(30, 201, 127, 0.16);
35523
35308
  }
35524
35309
 
35525
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
35526
- font-size: 13px;
35527
- line-height: 20px;
35528
- max-width: 100%;
35529
- padding-right: 0;
35310
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
35311
+ background-color: rgba(225, 230, 241, 0.6);
35530
35312
  }
35531
35313
 
35532
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
35533
- background: rgba(0, 128, 255, 0.1);
35314
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
35315
+ background-color: #6b7d99;
35534
35316
  }
35535
35317
 
35536
- .E_h6l1tj4 {
35537
- width: 100%;
35538
- display: inline-flex;
35539
- align-items: center;
35540
- justify-content: center;
35541
- column-gap: 4px;
35318
+ .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 {
35319
+ background-color: rgba(211, 218, 235, 0.6);
35542
35320
  }
35543
35321
 
35544
- .E_h6l1tj4 .step-item-prefix-container {
35545
- display: inline-flex;
35546
- align-items: center;
35547
- width: 18px;
35548
- height: 18px;
35549
- color: rgba(44, 56, 82, 0.75);
35550
- justify-content: center;
35322
+ .E_satwmqm {
35323
+ width: 8px;
35324
+ height: 8px;
35325
+ border-radius: 50%;
35326
+ display: inline-block;
35551
35327
  }
35552
35328
 
35553
- .E_v18frne8 {
35554
- width: 100%;
35555
- display: flex;
35556
- align-items: center;
35557
- justify-content: center;
35558
- column-gap: 6px;
35559
- font-size: 13px;
35329
+ .E_w7ob4th.outside-tag {
35330
+ padding-left: 0;
35560
35331
  }
35561
35332
 
35562
- .E_v18frne8 .step-item-prefix-container {
35563
- display: inline-flex;
35564
- align-items: center;
35565
- min-width: 20px;
35566
- min-height: 20px;
35567
- color: rgba(44, 56, 82, 0.75);
35568
- justify-content: center;
35333
+ .E_w7ob4th.outside-tag .inside-tag {
35334
+ border-radius: 4px 0 0 4px;
35335
+ padding-right: 4px;
35336
+ margin-right: 4px;
35337
+ }
35338
+
35339
+ .E_i1g85yz3 {
35340
+ margin-right: 4px;
35341
+ height: 16px;
35569
35342
  }
35570
35343
 
35571
35344
  .E_slr2ynn {
@@ -35825,9 +35598,236 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35825
35598
  margin-right: 8px;
35826
35599
  }
35827
35600
 
35828
- .E_i1g85yz3 {
35601
+ .E_sjob3jg {
35602
+ --item-min-width: 60px;
35603
+ }
35604
+
35605
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
35606
+ display: none !important;
35607
+ }
35608
+
35609
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
35610
+ flex-shrink: 0 !important;
35611
+ }
35612
+
35613
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
35614
+ color: #0080ff;
35615
+ }
35616
+
35617
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
35618
+ color: #0080ff;
35619
+ font-weight: normal;
35620
+ }
35621
+
35622
+ .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 {
35623
+ color: rgba(44, 56, 82, 0.6);
35624
+ }
35625
+
35626
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
35627
+ color: #00122e;
35628
+ }
35629
+
35630
+ .E_sjob3jg .step-item-text {
35631
+ display: inline-block;
35632
+ }
35633
+
35634
+ .E_sjob3jg .step-item-title {
35635
+ overflow: hidden;
35636
+ white-space: nowrap;
35637
+ text-overflow: ellipsis;
35638
+ }
35639
+
35640
+ .E_hjvj6s6 .ant-steps-item-container {
35641
+ min-width: var(--item-min-width);
35642
+ }
35643
+
35644
+ .E_hjvj6s6 .ant-steps-item-disabled {
35645
+ cursor: not-allowed !important;
35646
+ }
35647
+
35648
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
35649
+ flex-direction: row;
35650
+ justify-content: stretch;
35651
+ }
35652
+
35653
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
35654
+ padding: 0;
35829
35655
  margin-right: 4px;
35830
- height: 16px;
35656
+ flex: 1;
35657
+ overflow: visible;
35658
+ }
35659
+
35660
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
35661
+ width: 100%;
35662
+ min-height: unset;
35663
+ }
35664
+
35665
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
35666
+ height: 26px;
35667
+ line-height: 26px;
35668
+ width: 100%;
35669
+ padding: 0;
35670
+ font-size: 12px;
35671
+ }
35672
+
35673
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
35674
+ margin-right: 10px;
35675
+ }
35676
+
35677
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
35678
+ display: none;
35679
+ }
35680
+
35681
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
35682
+ padding-left: 8px;
35683
+ padding-right: 4px;
35684
+ border-radius: 4px 0 0 4px;
35685
+ }
35686
+
35687
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
35688
+ margin-right: 0;
35689
+ }
35690
+
35691
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
35692
+ padding-right: 8px;
35693
+ padding-left: 12px;
35694
+ border-radius: 0 4px 4px 0;
35695
+ }
35696
+
35697
+ .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 {
35698
+ content: "";
35699
+ width: 0;
35700
+ height: 0;
35701
+ border: 13px solid transparent;
35702
+ position: absolute;
35703
+ top: 0;
35704
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
35705
+ z-index: 2;
35706
+ position: relative;
35707
+ top: -50%;
35708
+ right: -100%;
35709
+ }
35710
+
35711
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
35712
+ padding: 0 4px 0 12px;
35713
+ }
35714
+
35715
+ .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 {
35716
+ content: "";
35717
+ width: 0;
35718
+ height: 0;
35719
+ border: 13px solid transparent;
35720
+ position: absolute;
35721
+ top: 0;
35722
+ border-left: 8px solid #fff;
35723
+ left: 0;
35724
+ }
35725
+
35726
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
35727
+ max-width: calc(100% - var(--item-min-width) * 2);
35728
+ }
35729
+
35730
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
35731
+ background-color: rgba(0, 136, 255, 0.1);
35732
+ }
35733
+
35734
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
35735
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
35736
+ }
35737
+
35738
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
35739
+ cursor: pointer;
35740
+ min-width: var(--item-min-width);
35741
+ }
35742
+
35743
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
35744
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
35745
+ min-width: var(--item-min-width);
35746
+ }
35747
+
35748
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
35749
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
35750
+ background-color: rgba(237, 241, 250, 0.6);
35751
+ }
35752
+
35753
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
35754
+ padding: 0;
35755
+ }
35756
+
35757
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
35758
+ width: 192px;
35759
+ row-gap: 2px;
35760
+ }
35761
+
35762
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
35763
+ background-color: rgba(225, 230, 241, 0.6);
35764
+ }
35765
+
35766
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
35767
+ color: #00122e !important;
35768
+ }
35769
+
35770
+ .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 {
35771
+ background-color: rgba(225, 230, 241, 0.6);
35772
+ }
35773
+
35774
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
35775
+ padding: 0 8px;
35776
+ border-radius: 4px;
35777
+ height: 32px;
35778
+ display: flex;
35779
+ align-items: center;
35780
+ }
35781
+
35782
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
35783
+ min-height: auto;
35784
+ white-space: nowrap;
35785
+ }
35786
+
35787
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
35788
+ font-size: 13px;
35789
+ line-height: 20px;
35790
+ max-width: 100%;
35791
+ padding-right: 0;
35792
+ }
35793
+
35794
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
35795
+ background: rgba(0, 128, 255, 0.1);
35796
+ }
35797
+
35798
+ .E_h6l1tj4 {
35799
+ width: 100%;
35800
+ display: inline-flex;
35801
+ align-items: center;
35802
+ justify-content: center;
35803
+ column-gap: 4px;
35804
+ }
35805
+
35806
+ .E_h6l1tj4 .step-item-prefix-container {
35807
+ display: inline-flex;
35808
+ align-items: center;
35809
+ width: 18px;
35810
+ height: 18px;
35811
+ color: rgba(44, 56, 82, 0.75);
35812
+ justify-content: center;
35813
+ }
35814
+
35815
+ .E_v18frne8 {
35816
+ width: 100%;
35817
+ display: flex;
35818
+ align-items: center;
35819
+ justify-content: center;
35820
+ column-gap: 6px;
35821
+ font-size: 13px;
35822
+ }
35823
+
35824
+ .E_v18frne8 .step-item-prefix-container {
35825
+ display: inline-flex;
35826
+ align-items: center;
35827
+ min-width: 20px;
35828
+ min-height: 20px;
35829
+ color: rgba(44, 56, 82, 0.75);
35830
+ justify-content: center;
35831
35831
  }
35832
35832
 
35833
35833
  .E_t13ef470 {