@cloudtower/eagle 0.33.35 → 0.33.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/dist/cjs/core/MediumDialog/MediumDialog.js +54 -0
  2. package/dist/cjs/core/SmallDialog/SmallDialog.js +144 -0
  3. package/dist/cjs/core/SmallDialog/SmallDialog.style.js +11 -0
  4. package/dist/cjs/coreX/Dialogs/DeleteDialog/DeleteDialog.js +5 -3
  5. package/dist/cjs/coreX/Dialogs/RejectDialog/RejectDialog.js +1 -1
  6. package/dist/cjs/index.js +9 -2
  7. package/dist/cjs/stats1.html +1 -1
  8. package/dist/components.css +30222 -1887
  9. package/dist/esm/core/MediumDialog/MediumDialog.js +48 -0
  10. package/dist/esm/core/SmallDialog/SmallDialog.js +137 -0
  11. package/dist/esm/core/SmallDialog/SmallDialog.style.js +6 -0
  12. package/dist/esm/coreX/Dialogs/DeleteDialog/DeleteDialog.js +5 -3
  13. package/dist/esm/coreX/Dialogs/RejectDialog/RejectDialog.js +1 -1
  14. package/dist/esm/index.js +3 -1
  15. package/dist/esm/stats1.html +1 -1
  16. package/dist/linaria.merged.scss +2336 -2268
  17. package/dist/src/core/MediumDialog/MediumDialog.d.ts +3 -0
  18. package/dist/src/core/MediumDialog/index.d.ts +1 -0
  19. package/dist/src/core/SmallDialog/SmallDialog.d.ts +3 -0
  20. package/dist/src/core/SmallDialog/SmallDialog.style.d.ts +4 -0
  21. package/dist/src/{coreX/Dialogs/SmallDialog.d.ts → core/SmallDialog/SmallDialog.type.d.ts} +12 -4
  22. package/dist/src/core/SmallDialog/index.d.ts +3 -0
  23. package/dist/src/core/index.d.ts +2 -0
  24. package/dist/src/coreX/Dialogs/DeleteDialog/DeleteDialog.type.d.ts +2 -0
  25. package/dist/src/coreX/Dialogs/index.d.ts +0 -1
  26. package/dist/stories/docs/core/MediumDialog.stories.d.ts +35 -0
  27. package/dist/stories/docs/core/SmallDialog.stories.d.ts +37 -0
  28. package/dist/stories/docs/coreX/Dialogs/DeleteDialog.stories.d.ts +5 -0
  29. package/dist/style.css +1839 -1770
  30. package/package.json +4 -4
  31. package/dist/cjs/coreX/Dialogs/SmallDialog.js +0 -86
  32. package/dist/esm/coreX/Dialogs/SmallDialog.js +0 -80
package/dist/style.css CHANGED
@@ -29764,6 +29764,19 @@ html body {
29764
29764
  padding: 20px 24px 24px 24px;
29765
29765
  }
29766
29766
 
29767
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29768
+ padding: 4px 8px 0 8px;
29769
+ color: rgba(44, 56, 82, 0.6);
29770
+ font-size: 12px;
29771
+ }
29772
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29773
+ padding-bottom: 6px;
29774
+ }
29775
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29776
+ padding-top: 4px;
29777
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
29778
+ }
29779
+
29767
29780
  .E_ccrbeuz .ant-collapse-item {
29768
29781
  border: 0px;
29769
29782
  background-color: #fff;
@@ -29786,128 +29799,10 @@ html body {
29786
29799
  cursor: default;
29787
29800
  }
29788
29801
 
29789
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29790
- padding: 4px 8px 0 8px;
29791
- color: rgba(44, 56, 82, 0.6);
29792
- font-size: 12px;
29793
- }
29794
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29795
- padding-bottom: 6px;
29796
- }
29797
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29798
- padding-top: 4px;
29799
- border-top: 1px solid rgba(211, 218, 235, 0.6);
29800
- }
29801
-
29802
- .E_c1uzzomf {
29803
- margin-bottom: 16px;
29804
- }
29805
- .E_c1uzzomf .card-title {
29806
- font-size: 16px;
29807
- color: rgba(44, 56, 82, 0.6);
29808
- font-weight: 700;
29809
- line-height: 32px;
29810
- }
29811
- .E_c1uzzomf .card-body {
29812
- padding: 24px;
29813
- border-radius: 8px;
29814
- background: #fff;
29815
- }
29816
- .E_c1uzzomf .empty {
29817
- font-weight: 700;
29818
- font-size: 14px;
29819
- line-height: 22px;
29820
- color: rgba(0, 21, 64, 0.3);
29821
- text-align: center;
29822
- }
29823
-
29824
29802
  .E_sx1bpnu .ant-input-sm {
29825
29803
  line-height: 18px;
29826
29804
  }
29827
29805
 
29828
- .E_d1bw7c5z {
29829
- position: relative;
29830
- max-width: 388px;
29831
- min-width: 285px;
29832
- }
29833
- .E_d1bw7c5z .center {
29834
- position: absolute;
29835
- font-size: 12px;
29836
- width: 80px;
29837
- height: 100px;
29838
- top: 0;
29839
- left: 35px;
29840
- display: flex;
29841
- flex-direction: column;
29842
- justify-content: center;
29843
- align-items: center;
29844
- color: #00122e;
29845
- }
29846
- .E_d1bw7c5z .center .number {
29847
- font-size: 24px;
29848
- font-weight: 700;
29849
- }
29850
- .E_d1bw7c5z .center .text {
29851
- padding: 0 5px;
29852
- font-size: 12px;
29853
- width: inherit;
29854
- text-align: center;
29855
- }
29856
- .E_d1bw7c5z .recharts-wrapper {
29857
- display: flex;
29858
- }
29859
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
29860
- position: relative !important;
29861
- min-width: calc(100% - var(--d1bw7c5z-0)) !important;
29862
- left: 0 !important;
29863
- bottom: 0 !important;
29864
- display: flex;
29865
- align-items: center;
29866
- }
29867
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
29868
- width: 100%;
29869
- }
29870
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
29871
- width: 100%;
29872
- margin-right: 0 !important;
29873
- line-height: 18px;
29874
- }
29875
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
29876
- border-radius: 2px;
29877
- }
29878
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
29879
- min-width: 75px;
29880
- max-width: 198px;
29881
- width: calc(100% - 20px);
29882
- margin-left: 2px;
29883
- color: #00122e !important;
29884
- display: inline-flex;
29885
- justify-content: space-between;
29886
- }
29887
- .E_d1bw7c5z .tooltip-text {
29888
- maxwidth: calc(100% - 12px);
29889
- cursor: pointer;
29890
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
29891
- overflow: hidden;
29892
- text-overflow: ellipsis;
29893
- white-space: nowrap;
29894
- }
29895
- .E_d1bw7c5z .value {
29896
- color: rgba(44, 56, 82, 0.75);
29897
- }
29898
-
29899
- .E_t10pqbtc {
29900
- width: 140px;
29901
- }
29902
- .E_t10pqbtc .item {
29903
- margin: 6px auto;
29904
- display: flex;
29905
- justify-content: space-between;
29906
- }
29907
- .E_t10pqbtc .item .name {
29908
- width: 102px;
29909
- }
29910
-
29911
29806
  .E_b1wx3t3t.ant-btn-icon-only {
29912
29807
  justify-content: center;
29913
29808
  }
@@ -30177,61 +30072,109 @@ html body {
30177
30072
  border-top-right-radius: 5px;
30178
30073
  }
30179
30074
 
30180
- .E_phljevk {
30075
+ .E_d1bw7c5z {
30076
+ position: relative;
30077
+ max-width: 388px;
30078
+ min-width: 285px;
30079
+ }
30080
+ .E_d1bw7c5z .center {
30081
+ position: absolute;
30082
+ font-size: 12px;
30083
+ width: 80px;
30084
+ height: 100px;
30085
+ top: 0;
30086
+ left: 35px;
30181
30087
  display: flex;
30182
- justify-content: space-between;
30088
+ flex-direction: column;
30089
+ justify-content: center;
30183
30090
  align-items: center;
30184
- padding: 10px 0;
30185
- color: rgba(44, 56, 82, 0.6);
30091
+ color: #00122e;
30092
+ }
30093
+ .E_d1bw7c5z .center .number {
30094
+ font-size: 24px;
30095
+ font-weight: 700;
30096
+ }
30097
+ .E_d1bw7c5z .center .text {
30098
+ padding: 0 5px;
30186
30099
  font-size: 12px;
30187
- line-height: 24px;
30100
+ width: inherit;
30101
+ text-align: center;
30188
30102
  }
30189
- .E_phljevk .pagination-left {
30190
- padding: 2px 8px;
30103
+ .E_d1bw7c5z .recharts-wrapper {
30104
+ display: flex;
30191
30105
  }
30192
- .E_phljevk .dropdown-trigger {
30106
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
30107
+ position: relative !important;
30108
+ min-width: calc(100% - var(--d1bw7c5z-0)) !important;
30109
+ left: 0 !important;
30110
+ bottom: 0 !important;
30193
30111
  display: flex;
30194
30112
  align-items: center;
30195
- border-radius: 6px;
30196
- cursor: pointer;
30197
- transition: all 0.3s ease;
30198
30113
  }
30199
- .E_phljevk .dropdown-trigger:hover {
30200
- background: rgba(211, 218, 235, 0.6);
30201
- color: #0080ff;
30114
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
30115
+ width: 100%;
30202
30116
  }
30203
- .E_phljevk .dropdown-trigger .icon-inner {
30204
- margin-left: 4px;
30117
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
30118
+ width: 100%;
30119
+ margin-right: 0 !important;
30120
+ line-height: 18px;
30205
30121
  }
30206
- .E_phljevk .pagination-right {
30207
- display: flex;
30208
- align-items: center;
30209
- color: #0080ff;
30210
- font-weight: bold;
30122
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
30123
+ border-radius: 2px;
30211
30124
  }
30212
- .E_phljevk .pagination-right .icon-inner {
30213
- margin-left: 4px;
30125
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
30126
+ min-width: 75px;
30127
+ max-width: 198px;
30128
+ width: calc(100% - 20px);
30129
+ margin-left: 2px;
30130
+ color: #00122e !important;
30131
+ display: inline-flex;
30132
+ justify-content: space-between;
30214
30133
  }
30215
- .E_phljevk .pagination-right .prev-btn,
30216
- .E_phljevk .pagination-right .next-btn {
30217
- padding: 0 8px;
30134
+ .E_d1bw7c5z .tooltip-text {
30135
+ maxwidth: calc(100% - 12px);
30136
+ cursor: pointer;
30137
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
30138
+ overflow: hidden;
30139
+ text-overflow: ellipsis;
30140
+ white-space: nowrap;
30218
30141
  }
30219
- .E_phljevk .pagination-right .prev-btn > span,
30220
- .E_phljevk .pagination-right .next-btn > span {
30221
- color: #0080ff;
30142
+ .E_d1bw7c5z .value {
30143
+ color: rgba(44, 56, 82, 0.75);
30222
30144
  }
30223
- .E_phljevk .pagination-right .next-btn .icon-inner {
30224
- transform: rotate(180deg);
30145
+
30146
+ .E_t10pqbtc {
30147
+ width: 140px;
30148
+ }
30149
+ .E_t10pqbtc .item {
30150
+ margin: 6px auto;
30151
+ display: flex;
30152
+ justify-content: space-between;
30153
+ }
30154
+ .E_t10pqbtc .item .name {
30155
+ width: 102px;
30225
30156
  }
30226
30157
 
30227
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30228
- max-height: calc(100vh - 128px);
30229
- overflow-y: auto;
30158
+ .E_c1uzzomf {
30159
+ margin-bottom: 16px;
30230
30160
  }
30231
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30232
- padding: 4px 20px;
30233
- font-size: 12px;
30234
- line-height: 18px;
30161
+ .E_c1uzzomf .card-title {
30162
+ font-size: 16px;
30163
+ color: rgba(44, 56, 82, 0.6);
30164
+ font-weight: 700;
30165
+ line-height: 32px;
30166
+ }
30167
+ .E_c1uzzomf .card-body {
30168
+ padding: 24px;
30169
+ border-radius: 8px;
30170
+ background: #fff;
30171
+ }
30172
+ .E_c1uzzomf .empty {
30173
+ font-weight: 700;
30174
+ font-size: 14px;
30175
+ line-height: 22px;
30176
+ color: rgba(0, 21, 64, 0.3);
30177
+ text-align: center;
30235
30178
  }
30236
30179
 
30237
30180
  .E_s1dizucg.ant-switch {
@@ -30289,56 +30232,6 @@ html body {
30289
30232
  margin-left: 5px;
30290
30233
  }
30291
30234
 
30292
- .E_ivqqkzv {
30293
- height: 24px;
30294
- width: 56px !important;
30295
- margin-right: 4px;
30296
- }
30297
-
30298
- .E_c1wk4q29 {
30299
- color: rgba(44, 56, 82, 0.6);
30300
- }
30301
-
30302
- .E_c1bus5hc {
30303
- --color: white;
30304
- height: 14px;
30305
- width: 14px;
30306
- border-radius: 50%;
30307
- flex-shrink: 0;
30308
- display: flex;
30309
- align-items: center;
30310
- justify-content: center;
30311
- border: 1px solid var(--color);
30312
- }
30313
- .E_c1bus5hc .circle-inner {
30314
- position: relative;
30315
- height: 10px;
30316
- width: 10px;
30317
- border-radius: 50%;
30318
- overflow: hidden;
30319
- }
30320
- .E_c1bus5hc .circle-content {
30321
- position: absolute;
30322
- height: 100%;
30323
- width: 100%;
30324
- left: 0;
30325
- top: 0;
30326
- border-radius: 50%;
30327
- background: linear-gradient(to right, var(--color) 50%, white 50%);
30328
- transform: rotate(180deg);
30329
- }
30330
- .E_c1bus5hc .circle-child {
30331
- position: absolute;
30332
- height: 100%;
30333
- width: 100%;
30334
- left: 0;
30335
- top: 0;
30336
- margin-left: 50%;
30337
- transform-origin: left;
30338
- background: white;
30339
- transform: rotate(0deg);
30340
- }
30341
-
30342
30235
  .E_rapgekc.ant-radio-wrapper {
30343
30236
  display: inline-flex;
30344
30237
  align-items: baseline;
@@ -30485,6 +30378,113 @@ html body {
30485
30378
  width: 36px;
30486
30379
  }
30487
30380
 
30381
+ .E_phljevk {
30382
+ display: flex;
30383
+ justify-content: space-between;
30384
+ align-items: center;
30385
+ padding: 10px 0;
30386
+ color: rgba(44, 56, 82, 0.6);
30387
+ font-size: 12px;
30388
+ line-height: 24px;
30389
+ }
30390
+ .E_phljevk .pagination-left {
30391
+ padding: 2px 8px;
30392
+ }
30393
+ .E_phljevk .dropdown-trigger {
30394
+ display: flex;
30395
+ align-items: center;
30396
+ border-radius: 6px;
30397
+ cursor: pointer;
30398
+ transition: all 0.3s ease;
30399
+ }
30400
+ .E_phljevk .dropdown-trigger:hover {
30401
+ background: rgba(211, 218, 235, 0.6);
30402
+ color: #0080ff;
30403
+ }
30404
+ .E_phljevk .dropdown-trigger .icon-inner {
30405
+ margin-left: 4px;
30406
+ }
30407
+ .E_phljevk .pagination-right {
30408
+ display: flex;
30409
+ align-items: center;
30410
+ color: #0080ff;
30411
+ font-weight: bold;
30412
+ }
30413
+ .E_phljevk .pagination-right .icon-inner {
30414
+ margin-left: 4px;
30415
+ }
30416
+ .E_phljevk .pagination-right .prev-btn,
30417
+ .E_phljevk .pagination-right .next-btn {
30418
+ padding: 0 8px;
30419
+ }
30420
+ .E_phljevk .pagination-right .prev-btn > span,
30421
+ .E_phljevk .pagination-right .next-btn > span {
30422
+ color: #0080ff;
30423
+ }
30424
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30425
+ transform: rotate(180deg);
30426
+ }
30427
+
30428
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30429
+ max-height: calc(100vh - 128px);
30430
+ overflow-y: auto;
30431
+ }
30432
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30433
+ padding: 4px 20px;
30434
+ font-size: 12px;
30435
+ line-height: 18px;
30436
+ }
30437
+
30438
+ .E_c1bus5hc {
30439
+ --color: white;
30440
+ height: 14px;
30441
+ width: 14px;
30442
+ border-radius: 50%;
30443
+ flex-shrink: 0;
30444
+ display: flex;
30445
+ align-items: center;
30446
+ justify-content: center;
30447
+ border: 1px solid var(--color);
30448
+ }
30449
+ .E_c1bus5hc .circle-inner {
30450
+ position: relative;
30451
+ height: 10px;
30452
+ width: 10px;
30453
+ border-radius: 50%;
30454
+ overflow: hidden;
30455
+ }
30456
+ .E_c1bus5hc .circle-content {
30457
+ position: absolute;
30458
+ height: 100%;
30459
+ width: 100%;
30460
+ left: 0;
30461
+ top: 0;
30462
+ border-radius: 50%;
30463
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
30464
+ transform: rotate(180deg);
30465
+ }
30466
+ .E_c1bus5hc .circle-child {
30467
+ position: absolute;
30468
+ height: 100%;
30469
+ width: 100%;
30470
+ left: 0;
30471
+ top: 0;
30472
+ margin-left: 50%;
30473
+ transform-origin: left;
30474
+ background: white;
30475
+ transform: rotate(0deg);
30476
+ }
30477
+
30478
+ .E_ivqqkzv {
30479
+ height: 24px;
30480
+ width: 56px !important;
30481
+ margin-right: 4px;
30482
+ }
30483
+
30484
+ .E_c1wk4q29 {
30485
+ color: rgba(44, 56, 82, 0.6);
30486
+ }
30487
+
30488
30488
  .E_i11gg7mj .ant-input-prefix {
30489
30489
  margin-right: 8px;
30490
30490
  }
@@ -30601,6 +30601,17 @@ html body {
30601
30601
  display: inline-block;
30602
30602
  }
30603
30603
 
30604
+ .E_t1m2x205 .ant-tooltip-arrow {
30605
+ display: none;
30606
+ }
30607
+ .E_t1m2x205 .ant-tooltip-inner {
30608
+ background: rgba(23, 38, 64, 0.8);
30609
+ border-radius: 4px;
30610
+ }
30611
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30612
+ visibility: hidden;
30613
+ }
30614
+
30604
30615
  .E_s1dni7lo {
30605
30616
  width: 430px !important;
30606
30617
  }
@@ -30682,6 +30693,21 @@ html body {
30682
30693
  opacity: 0;
30683
30694
  }
30684
30695
 
30696
+ .E_fzh9mnb {
30697
+ width: 100%;
30698
+ height: 100%;
30699
+ min-height: 124px;
30700
+ display: flex;
30701
+ flex-direction: column;
30702
+ justify-content: center;
30703
+ align-items: center;
30704
+ }
30705
+ .E_fzh9mnb .error-text {
30706
+ color: rgba(10, 37, 85, 0.6);
30707
+ margin-bottom: 16px;
30708
+ font-size: 18px;
30709
+ }
30710
+
30685
30711
  .E_f7pxqmh {
30686
30712
  width: 100%;
30687
30713
  margin-bottom: 0 !important;
@@ -30734,59 +30760,64 @@ html body {
30734
30760
  animation: rotate 680ms linear infinite;
30735
30761
  }
30736
30762
 
30737
- .E_i1inqkme {
30738
- height: 18px;
30739
- line-height: 18px;
30740
- padding: 0 4px;
30741
- border-radius: 4px;
30742
- background: rgba(235, 239, 245, 0.6);
30743
- border: 1px solid rgba(223, 228, 235, 0.6);
30744
- display: flex;
30763
+ .E_ai7qkf2 .ant-input-number-handler-wrap {
30764
+ display: var(--ai7qkf2-0);
30765
+ }
30766
+ .E_ai7qkf2 .ant-input-number-input-wrap {
30767
+ display: inline-flex;
30768
+ line-height: 1.5715;
30769
+ height: 100%;
30770
+ width: 100%;
30771
+ }
30772
+ .E_ai7qkf2 .ant-input-number-input-wrap::after {
30773
+ content: var(--ai7qkf2-1);
30774
+ display: var(--ai7qkf2-2);
30775
+ flex: none;
30776
+ align-items: center;
30777
+ margin-left: 4px;
30778
+ padding: 5px 12px 5px 0;
30779
+ color: rgba(44, 56, 82, 0.6);
30780
+ }
30781
+ .E_ai7qkf2 .ant-input-number-input-wrap::before {
30782
+ content: var(--ai7qkf2-3);
30783
+ display: var(--ai7qkf2-4);
30784
+ flex: none;
30745
30785
  align-items: center;
30746
- white-space: nowrap;
30747
30786
  margin-right: 4px;
30787
+ cursor: auto;
30788
+ color: rgba(44, 56, 82, 0.6);
30748
30789
  }
30749
-
30750
- .E_atcz0kf .ant-input-suffix {
30751
- margin-left: 8px;
30790
+ .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
30791
+ border-radius: 0;
30752
30792
  }
30753
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30754
- padding: 2px 7px 2px 12px;
30793
+ .E_ai7qkf2.ant-input-number {
30794
+ width: 100%;
30795
+ border-radius: 6px;
30755
30796
  }
30756
-
30757
- .E_owd0kml {
30758
- display: inline-block;
30797
+ .E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
30798
+ border-color: #0096ff;
30799
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30800
+ z-index: 1;
30759
30801
  }
30760
-
30761
- .E_h1jsgezc {
30762
- visibility: hidden;
30763
- position: absolute;
30802
+ .E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
30803
+ border-color: #e75a3a;
30804
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30764
30805
  }
30765
-
30766
- .E_t1m2x205 .ant-tooltip-arrow {
30767
- display: none;
30806
+ .E_ai7qkf2 .ant-input-number-input {
30807
+ height: 30px;
30808
+ border: 1px;
30809
+ padding: 5px 12px;
30810
+ font-size: inherit;
30768
30811
  }
30769
- .E_t1m2x205 .ant-tooltip-inner {
30770
- background: rgba(23, 38, 64, 0.8);
30771
- border-radius: 4px;
30812
+ .E_ai7qkf2.ant-input-number-lg input {
30813
+ height: 38px;
30814
+ border: 1px;
30815
+ padding: 8px 16px;
30772
30816
  }
30773
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30774
- visibility: hidden;
30775
- }
30776
-
30777
- .E_fzh9mnb {
30778
- width: 100%;
30779
- height: 100%;
30780
- min-height: 124px;
30781
- display: flex;
30782
- flex-direction: column;
30783
- justify-content: center;
30784
- align-items: center;
30785
- }
30786
- .E_fzh9mnb .error-text {
30787
- color: rgba(10, 37, 85, 0.6);
30788
- margin-bottom: 16px;
30789
- font-size: 18px;
30817
+ .E_ai7qkf2.ant-input-number-sm input {
30818
+ height: 22px;
30819
+ border: 1px;
30820
+ padding: 2px 8px;
30790
30821
  }
30791
30822
 
30792
30823
  .E_a1wfy30z .ant-input-number-handler-wrap {
@@ -30820,64 +30851,33 @@ html body {
30820
30851
  font-size: inherit;
30821
30852
  }
30822
30853
 
30823
- .E_ai7qkf2 .ant-input-number-handler-wrap {
30824
- display: var(--ai7qkf2-0);
30825
- }
30826
- .E_ai7qkf2 .ant-input-number-input-wrap {
30827
- display: inline-flex;
30828
- line-height: 1.5715;
30829
- height: 100%;
30830
- width: 100%;
30831
- }
30832
- .E_ai7qkf2 .ant-input-number-input-wrap::after {
30833
- content: var(--ai7qkf2-1);
30834
- display: var(--ai7qkf2-2);
30835
- flex: none;
30836
- align-items: center;
30837
- margin-left: 4px;
30838
- padding: 5px 12px 5px 0;
30839
- color: rgba(44, 56, 82, 0.6);
30840
- }
30841
- .E_ai7qkf2 .ant-input-number-input-wrap::before {
30842
- content: var(--ai7qkf2-3);
30843
- display: var(--ai7qkf2-4);
30844
- flex: none;
30854
+ .E_i1inqkme {
30855
+ height: 18px;
30856
+ line-height: 18px;
30857
+ padding: 0 4px;
30858
+ border-radius: 4px;
30859
+ background: rgba(235, 239, 245, 0.6);
30860
+ border: 1px solid rgba(223, 228, 235, 0.6);
30861
+ display: flex;
30845
30862
  align-items: center;
30863
+ white-space: nowrap;
30846
30864
  margin-right: 4px;
30847
- cursor: auto;
30848
- color: rgba(44, 56, 82, 0.6);
30849
- }
30850
- .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
30851
- border-radius: 0;
30852
- }
30853
- .E_ai7qkf2.ant-input-number {
30854
- width: 100%;
30855
- border-radius: 6px;
30856
- }
30857
- .E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
30858
- border-color: #0096ff;
30859
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30860
- z-index: 1;
30861
30865
  }
30862
- .E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
30863
- border-color: #e75a3a;
30864
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30866
+
30867
+ .E_atcz0kf .ant-input-suffix {
30868
+ margin-left: 8px;
30865
30869
  }
30866
- .E_ai7qkf2 .ant-input-number-input {
30867
- height: 30px;
30868
- border: 1px;
30869
- padding: 5px 12px;
30870
- font-size: inherit;
30870
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30871
+ padding: 2px 7px 2px 12px;
30871
30872
  }
30872
- .E_ai7qkf2.ant-input-number-lg input {
30873
- height: 38px;
30874
- border: 1px;
30875
- padding: 8px 16px;
30873
+
30874
+ .E_owd0kml {
30875
+ display: inline-block;
30876
30876
  }
30877
- .E_ai7qkf2.ant-input-number-sm input {
30878
- height: 22px;
30879
- border: 1px;
30880
- padding: 2px 8px;
30877
+
30878
+ .E_h1jsgezc {
30879
+ visibility: hidden;
30880
+ position: absolute;
30881
30881
  }
30882
30882
 
30883
30883
  .E_cnujxq2 {
@@ -31570,36 +31570,6 @@ input.E_rf8rlle.ant-input {
31570
31570
  color: rgba(44, 56, 82, 0.7490196078);
31571
31571
  }
31572
31572
 
31573
- .E_a1b5xrg3 .user-icon-inner {
31574
- display: inline-flex;
31575
- align-items: center;
31576
- justify-content: center;
31577
- color: #fff;
31578
- font-weight: bold;
31579
- font-size: 12px;
31580
- width: 24px;
31581
- height: 24px;
31582
- border-radius: 50%;
31583
- background: var(--a1b5xrg3-0);
31584
- }
31585
- .E_a1b5xrg3.btn-item {
31586
- transition: all 160ms ease;
31587
- cursor: pointer;
31588
- width: 56px;
31589
- height: 40px;
31590
- display: inline-flex;
31591
- align-items: center;
31592
- justify-content: center;
31593
- border-radius: 6px;
31594
- }
31595
- .E_a1b5xrg3.btn-item:hover {
31596
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31597
- }
31598
- .E_a1b5xrg3.btn-item:active {
31599
- transform: translateY(2px);
31600
- transition: all 320ms ease;
31601
- }
31602
-
31603
31573
  .E_dsnbhzf {
31604
31574
  font-family: Inter;
31605
31575
  font-style: normal;
@@ -32075,6 +32045,36 @@ input.E_rf8rlle.ant-input {
32075
32045
  line-height: 12px;
32076
32046
  }
32077
32047
 
32048
+ .E_a1b5xrg3 .user-icon-inner {
32049
+ display: inline-flex;
32050
+ align-items: center;
32051
+ justify-content: center;
32052
+ color: #fff;
32053
+ font-weight: bold;
32054
+ font-size: 12px;
32055
+ width: 24px;
32056
+ height: 24px;
32057
+ border-radius: 50%;
32058
+ background: var(--a1b5xrg3-0);
32059
+ }
32060
+ .E_a1b5xrg3.btn-item {
32061
+ transition: all 160ms ease;
32062
+ cursor: pointer;
32063
+ width: 56px;
32064
+ height: 40px;
32065
+ display: inline-flex;
32066
+ align-items: center;
32067
+ justify-content: center;
32068
+ border-radius: 6px;
32069
+ }
32070
+ .E_a1b5xrg3.btn-item:hover {
32071
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
32072
+ }
32073
+ .E_a1b5xrg3.btn-item:active {
32074
+ transform: translateY(2px);
32075
+ transition: all 320ms ease;
32076
+ }
32077
+
32078
32078
  .E_m196gn1d {
32079
32079
  min-width: 1280px;
32080
32080
  }
@@ -32288,6 +32288,34 @@ input.E_rf8rlle.ant-input {
32288
32288
  flex-shrink: 0;
32289
32289
  }
32290
32290
 
32291
+ .E_w1dxz879 {
32292
+ display: flex;
32293
+ flex-direction: column;
32294
+ gap: 6px;
32295
+ }
32296
+ .E_w1dxz879 .ellipsis-tooltip {
32297
+ max-height: var(--w1dxz879-0);
32298
+ text-overflow: clip;
32299
+ overflow: hidden;
32300
+ }
32301
+ .E_w1dxz879 .tips {
32302
+ color: #fff;
32303
+ opacity: 0.8;
32304
+ }
32305
+
32306
+ .E_suhck3k {
32307
+ height: 24px;
32308
+ width: 24px;
32309
+ border-radius: 6px;
32310
+ padding: 4px;
32311
+ }
32312
+ .E_suhck3k:hover {
32313
+ background-color: rgba(0, 136, 255, 0.1);
32314
+ }
32315
+ .E_suhck3k:hover svg path {
32316
+ fill: blue;
32317
+ }
32318
+
32291
32319
  .E_hrhfj7c {
32292
32320
  display: none;
32293
32321
  }
@@ -32507,19 +32535,6 @@ input.E_rf8rlle.ant-input {
32507
32535
  font-size: 14px;
32508
32536
  }
32509
32537
 
32510
- .E_suhck3k {
32511
- height: 24px;
32512
- width: 24px;
32513
- border-radius: 6px;
32514
- padding: 4px;
32515
- }
32516
- .E_suhck3k:hover {
32517
- background-color: rgba(0, 136, 255, 0.1);
32518
- }
32519
- .E_suhck3k:hover svg path {
32520
- fill: blue;
32521
- }
32522
-
32523
32538
  .E_ryby9ds {
32524
32539
  display: flex;
32525
32540
  align-items: center;
@@ -32536,19 +32551,39 @@ input.E_rf8rlle.ant-input {
32536
32551
  margin-right: 6px;
32537
32552
  }
32538
32553
 
32539
- .E_w1dxz879 {
32540
- display: flex;
32541
- flex-direction: column;
32542
- gap: 6px;
32554
+ .E_s11wux3h .antd5-segmented-item:not(:last-child) {
32555
+ margin-right: 2px;
32543
32556
  }
32544
- .E_w1dxz879 .ellipsis-tooltip {
32545
- max-height: var(--w1dxz879-0);
32546
- text-overflow: clip;
32547
- overflow: hidden;
32557
+
32558
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
32559
+ padding-left: 8px;
32560
+ padding-right: 8px;
32561
+ font-size: 12px;
32548
32562
  }
32549
- .E_w1dxz879 .tips {
32550
- color: #fff;
32551
- opacity: 0.8;
32563
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
32564
+ border-radius: 4px;
32565
+ }
32566
+ .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32567
+ border-radius: 4px;
32568
+ }
32569
+
32570
+ .E_ma64lna .antd5-segmented-item-label {
32571
+ padding-left: 12px;
32572
+ padding-right: 12px;
32573
+ }
32574
+
32575
+ .E_ckld275 {
32576
+ background-color: rgba(225, 230, 241, 0.6);
32577
+ }
32578
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32579
+ background-color: rgba(255, 255, 255, 0.6);
32580
+ color: rgba(44, 56, 82, 0.75);
32581
+ }
32582
+ .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32583
+ background-color: transparent;
32584
+ }
32585
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
32586
+ background-color: transparent;
32552
32587
  }
32553
32588
 
32554
32589
  .E_h12yihis {
@@ -32771,120 +32806,70 @@ input.E_rf8rlle.ant-input {
32771
32806
  position: static;
32772
32807
  }
32773
32808
 
32774
- .E_s11wux3h .antd5-segmented-item:not(:last-child) {
32775
- margin-right: 2px;
32809
+ .E_m5foqp8 {
32810
+ --footer-height: 96px;
32811
+ --header-height: 80px;
32812
+ --modal-content-width: 720px;
32813
+ --modal-content-min-height: 200px;
32814
+ --modal-content-max-height: calc(
32815
+ 100vh - 136px - var(--header-height) - var(--footer-height)
32816
+ );
32817
+ --modal-header-padding: 36px 60px 0;
32818
+ --modal-content-padding-y: 36px;
32819
+ --modal-content-padding-x: 60px;
32820
+ --modal-footer-padding: 0 60px;
32776
32821
  }
32777
32822
 
32778
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
32779
- padding-left: 8px;
32780
- padding-right: 8px;
32823
+ button.E_l48ei06.ant-btn,
32824
+ button.E_l48ei06.ant-btn.ant-btn-sm,
32825
+ button.E_l48ei06.ant-btn.ant-btn-lg {
32781
32826
  font-size: 12px;
32827
+ line-height: 18px;
32828
+ height: 18px;
32782
32829
  }
32783
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
32784
- border-radius: 4px;
32830
+
32831
+ button.E_l48ei06 {
32832
+ color: #0080FF;
32833
+ height: unset;
32785
32834
  }
32786
- .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32787
- border-radius: 4px;
32835
+ button.E_l48ei06 .button-prefix-icon {
32836
+ margin-right: 4px;
32788
32837
  }
32789
-
32790
- .E_ma64lna .antd5-segmented-item-label {
32791
- padding-left: 12px;
32792
- padding-right: 12px;
32793
- }
32794
-
32795
- .E_ckld275 {
32796
- background-color: rgba(225, 230, 241, 0.6);
32797
- }
32798
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32799
- background-color: rgba(255, 255, 255, 0.6);
32800
- color: rgba(44, 56, 82, 0.75);
32801
- }
32802
- .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32803
- background-color: transparent;
32804
- }
32805
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
32806
- background-color: transparent;
32807
- }
32808
-
32809
- .E_b14q2gmw {
32810
- 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);
32811
- }
32812
-
32813
- .E_c1eym6el {
32814
- border-radius: 8px;
32815
- background-color: white;
32816
- }
32817
- .E_c1eym6el.hoverable {
32818
- cursor: pointer;
32819
- }
32820
- .E_c1eym6el.hoverable:hover {
32821
- transition: all 200ms ease;
32822
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32823
- transform: translateY(-4px);
32824
- }
32825
-
32826
- .E_ckui4s7 {
32827
- color: #2d3a56;
32828
- line-height: 22px;
32829
- display: inline-flex;
32830
- }
32831
- .E_ckui4s7 .ant-checkbox {
32832
- height: 22px;
32833
- display: flex;
32834
- align-items: center;
32835
- top: 0;
32836
- }
32837
- .E_ckui4s7 .ant-checkbox-checked::after {
32838
- border: none;
32839
- }
32840
- .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
32841
- border-color: #0080ff;
32842
- }
32843
- .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
32844
- border: 1px solid rgba(107, 128, 167, 0.6);
32845
- }
32846
- .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32847
- border: 1px solid #0080ff;
32838
+ button.E_l48ei06 .button-suffix-icon {
32839
+ margin-left: 4px;
32848
32840
  }
32849
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32850
- background: #0080ff;
32841
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
32842
+ color: #009DFF;
32851
32843
  }
32852
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32853
- background-color: #fff;
32854
- height: 2px;
32855
- width: 10px;
32856
- border-radius: 2px;
32844
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
32845
+ color: #005ED1;
32857
32846
  }
32858
- .E_ckui4s7.ant-checkbox-wrapper-disabled {
32859
- opacity: 0.5;
32847
+ button.E_l48ei06.ui-kit-link-disabled {
32848
+ color: #0080FF;
32860
32849
  }
32861
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
32862
- background: rgba(211, 218, 235, 0.6);
32863
- border-color: rgba(107, 128, 167, 0.6) !important;
32850
+ button.E_l48ei06.ui-kit-link-primary {
32851
+ color: #00122E;
32864
32852
  }
32865
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
32866
- border-color: #2d3a56;
32853
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
32854
+ color: #0080FF;
32867
32855
  }
32868
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32869
- background: #2d3a56;
32856
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
32857
+ color: #005ED1;
32870
32858
  }
32871
- .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
32872
- padding: 0;
32859
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
32860
+ color: #00122E;
32873
32861
  }
32874
- .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
32875
- display: inline-block;
32876
- margin-left: 12px;
32877
- color: #2d3a56;
32862
+ button.E_l48ei06.ui-kit-link-secondary {
32863
+ color: rgba(44, 56, 82, 0.7490196078);
32878
32864
  }
32879
- .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
32880
- margin-left: 28px;
32881
- color: rgba(44, 56, 82, 0.6);
32865
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
32866
+ color: #0080FF;
32882
32867
  }
32883
- .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
32884
- margin-left: 8px;
32868
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
32869
+ color: #005ED1;
32885
32870
  }
32886
- .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
32887
- margin-left: 24px;
32871
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
32872
+ color: rgba(44, 56, 82, 0.7490196078);
32888
32873
  }
32889
32874
 
32890
32875
  .E_sddwhm6 {
@@ -32962,314 +32947,519 @@ input.E_rf8rlle.ant-input {
32962
32947
  display: inline-block;
32963
32948
  }
32964
32949
 
32965
- button.E_l48ei06.ant-btn,
32966
- button.E_l48ei06.ant-btn.ant-btn-sm,
32967
- button.E_l48ei06.ant-btn.ant-btn-lg {
32968
- font-size: 12px;
32969
- line-height: 18px;
32970
- height: 18px;
32950
+ .E_tc97u5y {
32951
+ height: 100%;
32971
32952
  }
32972
32953
 
32973
- button.E_l48ei06 {
32974
- color: #0080FF;
32975
- height: unset;
32976
- }
32977
- button.E_l48ei06 .button-prefix-icon {
32978
- margin-right: 4px;
32954
+ .E_efzf37v .ant-table-content,
32955
+ .E_efzf37v .ant-table-body {
32956
+ overflow: visible !important;
32957
+ height: 100%;
32979
32958
  }
32980
- button.E_l48ei06 .button-suffix-icon {
32981
- margin-left: 4px;
32959
+ .E_efzf37v .ant-table-tbody .ant-table-placeholder td {
32960
+ height: 100%;
32982
32961
  }
32983
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
32984
- color: #009DFF;
32962
+ .E_efzf37v table {
32963
+ width: 100% !important;
32964
+ height: 100%;
32985
32965
  }
32986
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
32987
- color: #005ED1;
32966
+ .E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
32967
+ padding: 15px 0;
32988
32968
  }
32989
- button.E_l48ei06.ui-kit-link-disabled {
32990
- color: #0080FF;
32969
+ .E_efzf37v table thead.ant-table-thead {
32970
+ display: none;
32991
32971
  }
32992
- button.E_l48ei06.ui-kit-link-primary {
32993
- color: #00122E;
32972
+
32973
+ .E_t1fisho6 {
32974
+ height: 100%;
32994
32975
  }
32995
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
32996
- color: #0080FF;
32976
+ .E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
32977
+ padding-top: 6px;
32978
+ padding-bottom: 6px;
32997
32979
  }
32998
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
32999
- color: #005ED1;
32980
+ .E_t1fisho6 .active-row td:nth-child(1) {
32981
+ font-weight: 700;
33000
32982
  }
33001
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
33002
- color: #00122E;
32983
+ .E_t1fisho6.has-selection .active-row td:nth-child(2) {
32984
+ font-weight: 700;
33003
32985
  }
33004
- button.E_l48ei06.ui-kit-link-secondary {
33005
- color: rgba(44, 56, 82, 0.7490196078);
32986
+ .E_t1fisho6 .ant-spin-nested-loading {
32987
+ height: 100%;
33006
32988
  }
33007
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
33008
- color: #0080FF;
32989
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
32990
+ height: 100%;
32991
+ overflow: visible;
33009
32992
  }
33010
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
33011
- color: #005ED1;
32993
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin {
32994
+ max-height: none;
33012
32995
  }
33013
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33014
- color: rgba(44, 56, 82, 0.7490196078);
32996
+ .E_t1fisho6 td.ant-table-column-sort {
32997
+ background: transparent;
33015
32998
  }
33016
-
33017
- .E_c1yd35n {
33018
- padding: 0 12px 14px 12px;
32999
+ .E_t1fisho6 td.ant-table-cell-fix-left,
33000
+ .E_t1fisho6 td.ant-table-cell-fix-right {
33001
+ background: #fff;
33002
+ padding: 0 !important;
33019
33003
  }
33020
-
33021
- .E_c1kghdax {
33022
- color: #2d3a56;
33023
- padding: 7px 12px;
33004
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
33005
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
33024
33006
  display: flex;
33025
- justify-content: space-between;
33026
33007
  align-items: center;
33008
+ height: 100%;
33009
+ padding: 8px;
33027
33010
  }
33028
- .E_c1kghdax.has-arrow {
33029
- padding-left: 10px;
33030
- }
33031
- .E_c1kghdax.has-arrow .title-wrapper {
33032
- cursor: pointer;
33033
- color: #00122e;
33011
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
33012
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
33013
+ overflow: hidden;
33014
+ text-overflow: ellipsis;
33015
+ width: 100%;
33034
33016
  }
33035
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
33036
- color: #2d3a56;
33037
- font-weight: 600;
33017
+ .E_t1fisho6 .ant-table-container {
33018
+ height: 100%;
33038
33019
  }
33039
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33040
- transform: rotate(90deg);
33020
+ .E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
33021
+ box-shadow: none !important;
33041
33022
  }
33042
- .E_c1kghdax .sub-info {
33023
+ .E_t1fisho6 div.ant-table {
33024
+ border-radius: 0px;
33025
+ border-left: none;
33026
+ border-right: none;
33027
+ border-bottom: none;
33028
+ height: 100%;
33043
33029
  font-size: 12px;
33044
- line-height: 18px;
33030
+ background: transparent;
33045
33031
  }
33046
- .E_c1kghdax .title-wrapper {
33047
- display: flex;
33048
- align-items: center;
33049
- user-select: none;
33050
- flex-grow: 1;
33051
- font-size: 12px;
33052
- line-height: 18px;
33053
- color: #2d3a56;
33054
- font-weight: 700;
33032
+ .E_t1fisho6 div.ant-table .ant-table-header {
33033
+ position: relative;
33034
+ z-index: 3;
33035
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33036
+ margin-bottom: -1px;
33055
33037
  }
33056
- .E_c1kghdax .collapse-arrow {
33057
- transition: all 50ms ease-out 0ms;
33058
- margin-right: 2px;
33038
+ .E_t1fisho6 div.ant-table .time-wrapper .date,
33039
+ .E_t1fisho6 div.ant-table .value {
33040
+ color: #2d3a56;
33059
33041
  }
33060
-
33061
- .E_r77hffu {
33062
- display: flex;
33063
- align-items: center;
33064
- justify-content: space-between;
33065
- column-gap: 6px;
33042
+ .E_t1fisho6 div.ant-table .time-wrapper .time,
33043
+ .E_t1fisho6 div.ant-table .unit {
33044
+ color: rgba(44, 56, 82, 0.6);
33066
33045
  }
33067
-
33068
- .E_p1cmxsf7 {
33069
- display: flex;
33070
- flex-direction: column;
33071
- justify-content: center;
33072
- row-gap: var(--p1cmxsf7-0);
33046
+ .E_t1fisho6 div.ant-table .ant-table-selection {
33047
+ position: unset;
33048
+ text-align: center;
33073
33049
  }
33074
- .E_p1cmxsf7 .antd5-progress-line {
33075
- font-size: 0;
33076
- margin-bottom: unset;
33077
- margin-inline-end: unset;
33050
+ .E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
33051
+ background: #fff;
33078
33052
  }
33079
-
33080
- .E_sjob3jg {
33081
- --item-min-width: 60px;
33053
+ .E_t1fisho6 div.ant-table .anticon-setting {
33054
+ cursor: pointer;
33055
+ position: absolute;
33056
+ top: 50%;
33057
+ right: 12px;
33058
+ transform: translateY(-50%);
33082
33059
  }
33083
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33084
- display: none !important;
33060
+ .E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
33061
+ box-shadow: none;
33062
+ width: 1px;
33063
+ background: rgba(213, 219, 227, 0.6);
33085
33064
  }
33086
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33087
- flex-shrink: 0 !important;
33065
+ .E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
33066
+ box-shadow: none;
33067
+ width: 1px;
33068
+ background: rgba(213, 219, 227, 0.6);
33088
33069
  }
33089
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33090
- color: #0080ff;
33070
+ .E_t1fisho6 div.ant-table .ant-table-tbody {
33071
+ position: relative;
33091
33072
  }
33092
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33093
- color: #0080ff;
33094
- font-weight: normal;
33073
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
33074
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
33075
+ border-bottom: 1px solid white;
33076
+ height: 40px;
33077
+ vertical-align: middle;
33078
+ transition: background 0ms;
33079
+ color: #00122e;
33095
33080
  }
33096
- .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 {
33097
- color: rgba(44, 56, 82, 0.6);
33081
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
33082
+ background: #f2f5fa;
33083
+ border-bottom-color: #f2f5fa;
33098
33084
  }
33099
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33085
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link {
33086
+ height: auto;
33100
33087
  color: #00122e;
33088
+ font-size: 12px;
33089
+ text-align: left;
33090
+ transition: none;
33091
+ overflow: hidden;
33092
+ text-overflow: ellipsis;
33093
+ white-space: nowrap;
33101
33094
  }
33102
- .E_sjob3jg .step-item-text {
33103
- display: inline-block;
33095
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link:hover {
33096
+ color: #0096ff;
33104
33097
  }
33105
- .E_sjob3jg .step-item-title {
33098
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link > span {
33106
33099
  overflow: hidden;
33107
- white-space: nowrap;
33108
33100
  text-overflow: ellipsis;
33101
+ width: 100%;
33102
+ vertical-align: middle;
33109
33103
  }
33110
-
33111
- .E_hjvj6s6 .ant-steps-item-container {
33112
- min-width: var(--item-min-width);
33104
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
33105
+ line-height: 0px;
33113
33106
  }
33114
- .E_hjvj6s6 .ant-steps-item-disabled {
33115
- cursor: not-allowed !important;
33107
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
33108
+ padding-right: 25px;
33116
33109
  }
33117
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33118
- flex-direction: row;
33119
- justify-content: stretch;
33110
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
33111
+ border-top-color: transparent;
33120
33112
  }
33121
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33122
- padding: 0;
33123
- margin-right: 4px;
33124
- flex: 1;
33125
- overflow: visible;
33113
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
33114
+ background: rgba(225, 230, 241, 0.6);
33115
+ border-color: transparent transparent white;
33126
33116
  }
33127
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33128
- width: 100%;
33129
- min-height: unset;
33117
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
33118
+ border-radius: 8px 0 0 8px;
33130
33119
  }
33131
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33132
- height: 26px;
33133
- line-height: 26px;
33134
- width: 100%;
33135
- padding: 0;
33136
- font-size: 12px;
33120
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
33121
+ border-radius: 8px 0 0 8px;
33137
33122
  }
33138
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33139
- margin-right: 10px;
33123
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
33124
+ content: "";
33125
+ width: 4px;
33126
+ top: -1px;
33127
+ bottom: -1px;
33128
+ background: white;
33140
33129
  }
33141
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33142
- display: none;
33130
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
33131
+ border-radius: 0 8px 8px 0;
33143
33132
  }
33144
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33145
- padding-left: 8px;
33146
- padding-right: 4px;
33147
- border-radius: 4px 0 0 4px;
33133
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
33134
+ border-radius: 0;
33135
+ background: white;
33136
+ border-top: none;
33148
33137
  }
33149
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33150
- margin-right: 0;
33138
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
33139
+ border-top: 1px solid transparent;
33140
+ border-radius: 0 8px 8px 0;
33141
+ background: rgba(225, 230, 241, 0.6);
33151
33142
  }
33152
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33153
- padding-right: 8px;
33154
- padding-left: 12px;
33155
- border-radius: 0 4px 4px 0;
33143
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
33144
+ background: white;
33145
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
33156
33146
  }
33157
- .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 {
33147
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
33148
+ display: flex;
33149
+ align-items: center;
33150
+ height: 100%;
33151
+ background: rgba(225, 230, 241, 0.6);
33152
+ }
33153
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
33154
+ background: white;
33155
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
33156
+ }
33157
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
33158
+ display: flex;
33159
+ align-items: center;
33160
+ height: 100%;
33161
+ background: rgba(225, 230, 241, 0.6);
33162
+ }
33163
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
33164
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33165
+ }
33166
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
33167
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
33168
+ border-radius: 8px;
33169
+ }
33170
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
33171
+ border-top-color: white;
33172
+ }
33173
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
33174
+ background: rgba(0, 136, 255, 0.1);
33175
+ border-bottom-color: transparent;
33176
+ border-top-color: transparent;
33177
+ }
33178
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
33179
+ border-radius: 8px 0 0 8px;
33180
+ }
33181
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
33182
+ border-radius: 0 8px 8px 0;
33183
+ }
33184
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
33185
+ background: rgba(0, 136, 255, 0.1);
33186
+ }
33187
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
33188
+ background: #fff;
33189
+ font-weight: 400;
33190
+ position: relative;
33191
+ border-bottom: none;
33192
+ color: #00122e;
33193
+ transition: none;
33194
+ padding: 14px 8px 14px 8px;
33195
+ line-height: 20px;
33196
+ }
33197
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
33158
33198
  content: "";
33159
- width: 0;
33160
- height: 0;
33161
- border: 13px solid transparent;
33162
- position: absolute;
33199
+ width: 1px;
33163
33200
  top: 0;
33164
- border-left: 8px solid rgba(237, 241, 250, 0.6);
33165
- z-index: 2;
33166
- position: relative;
33167
- top: -50%;
33168
- right: -100%;
33201
+ bottom: 0;
33202
+ background: rgba(211, 218, 235, 0.6);
33203
+ position: absolute;
33204
+ right: 0;
33169
33205
  }
33170
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33171
- padding: 0 4px 0 12px;
33206
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
33207
+ padding: unset;
33172
33208
  }
33173
- .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 {
33174
- content: "";
33175
- width: 0;
33176
- height: 0;
33177
- border: 13px solid transparent;
33209
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
33210
+ display: none;
33211
+ }
33212
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
33213
+ width: 100%;
33214
+ overflow: hidden;
33215
+ white-space: nowrap;
33216
+ text-overflow: ellipsis;
33217
+ }
33218
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
33219
+ overflow: hidden;
33220
+ text-overflow: ellipsis;
33221
+ flex: 1;
33222
+ }
33223
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
33224
+ padding: 15px 25px 15px 8px;
33225
+ }
33226
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
33227
+ padding: 0;
33228
+ }
33229
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
33178
33230
  position: absolute;
33179
- top: 0;
33180
- border-left: 8px solid #fff;
33181
- left: 0;
33231
+ right: 6px;
33232
+ top: 50%;
33233
+ transform: translateY(-50%);
33234
+ height: 16px;
33235
+ display: none;
33236
+ transition: transform 320ms ease;
33182
33237
  }
33183
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33184
- max-width: calc(100% - var(--item-min-width) * 2);
33238
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
33239
+ display: block;
33240
+ transform: translateY(-50%) rotateX(180deg);
33185
33241
  }
33186
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33187
- background-color: rgba(0, 136, 255, 0.1);
33242
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
33243
+ display: block;
33188
33244
  }
33189
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33190
- border-left-color: rgba(0, 136, 255, 0.1) !important;
33245
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
33246
+ display: none;
33191
33247
  }
33192
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33193
- cursor: pointer;
33194
- min-width: var(--item-min-width);
33248
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
33249
+ transform: translateY(-50%);
33195
33250
  }
33196
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33197
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33198
- min-width: var(--item-min-width);
33251
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
33252
+ transform: translateY(-50%) rotateX(180deg);
33199
33253
  }
33200
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33201
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33202
- background-color: rgba(237, 241, 250, 0.6);
33254
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
33255
+ background: #f2f5fa;
33203
33256
  }
33204
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33205
- padding: 0;
33257
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
33258
+ display: block;
33206
33259
  }
33207
-
33208
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
33209
- width: 192px;
33210
- row-gap: 2px;
33260
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
33261
+ padding-right: 25px;
33211
33262
  }
33212
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33213
- background-color: rgba(225, 230, 241, 0.6);
33263
+ .E_t1fisho6 div.ant-table .ant-table-selection-column {
33264
+ padding: 0 !important;
33214
33265
  }
33215
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33216
- color: #00122e !important;
33266
+ .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
33267
+ position: absolute;
33268
+ left: 50%;
33269
+ top: 50%;
33270
+ transform: translate(-50%, -50%);
33217
33271
  }
33218
- .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 {
33219
- background-color: rgba(225, 230, 241, 0.6);
33272
+ .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
33273
+ display: none;
33220
33274
  }
33221
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33222
- padding: 0 8px;
33275
+ .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
33276
+ background: #fff;
33277
+ }
33278
+ .E_t1fisho6 div.ant-table .ant-table-placeholder {
33279
+ background: inherit;
33280
+ }
33281
+ .E_t1fisho6 div.ant-table .ant-table-placeholder td {
33282
+ position: static;
33283
+ border: none;
33284
+ background: inherit !important;
33285
+ height: 100px;
33286
+ vertical-align: middle;
33287
+ }
33288
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
33289
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
33290
+ font-weight: bold;
33291
+ font-size: 20px;
33292
+ color: rgba(10, 37, 85, 0.6);
33293
+ }
33294
+ .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
33295
+ .E_t1fisho6 div.ant-table th.cell__action_ {
33296
+ z-index: 10;
33297
+ }
33298
+ .E_t1fisho6 div.ant-table td.cell__action_ {
33299
+ padding: 0 !important;
33300
+ position: relative;
33301
+ background: #fff;
33302
+ }
33303
+ .E_t1fisho6 div.ant-table td.cell__action_ > * {
33304
+ height: 100%;
33305
+ display: flex;
33306
+ align-items: center;
33307
+ justify-content: flex-end;
33308
+ padding-right: 8px;
33309
+ }
33310
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
33311
+ width: 24px;
33312
+ height: 24px;
33313
+ cursor: pointer;
33314
+ justify-content: center;
33223
33315
  border-radius: 4px;
33224
- height: 32px;
33316
+ }
33317
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
33318
+ background: #fff;
33319
+ }
33320
+
33321
+ .E_c1yd35n {
33322
+ padding: 0 12px 14px 12px;
33323
+ }
33324
+
33325
+ .E_c1kghdax {
33326
+ color: #2d3a56;
33327
+ padding: 7px 12px;
33225
33328
  display: flex;
33329
+ justify-content: space-between;
33226
33330
  align-items: center;
33227
33331
  }
33228
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33229
- min-height: auto;
33230
- white-space: nowrap;
33332
+ .E_c1kghdax.has-arrow {
33333
+ padding-left: 10px;
33231
33334
  }
33232
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33233
- font-size: 13px;
33234
- line-height: 20px;
33235
- max-width: 100%;
33236
- padding-right: 0;
33335
+ .E_c1kghdax.has-arrow .title-wrapper {
33336
+ cursor: pointer;
33337
+ color: #00122e;
33237
33338
  }
33238
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33239
- background: rgba(0, 128, 255, 0.1);
33339
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
33340
+ color: #2d3a56;
33341
+ font-weight: 600;
33342
+ }
33343
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33344
+ transform: rotate(90deg);
33345
+ }
33346
+ .E_c1kghdax .sub-info {
33347
+ font-size: 12px;
33348
+ line-height: 18px;
33349
+ }
33350
+ .E_c1kghdax .title-wrapper {
33351
+ display: flex;
33352
+ align-items: center;
33353
+ user-select: none;
33354
+ flex-grow: 1;
33355
+ font-size: 12px;
33356
+ line-height: 18px;
33357
+ color: #2d3a56;
33358
+ font-weight: 700;
33359
+ }
33360
+ .E_c1kghdax .collapse-arrow {
33361
+ transition: all 50ms ease-out 0ms;
33362
+ margin-right: 2px;
33240
33363
  }
33241
33364
 
33242
- .E_h6l1tj4 {
33243
- width: 100%;
33365
+ .E_ckui4s7 {
33366
+ color: #2d3a56;
33367
+ line-height: 22px;
33244
33368
  display: inline-flex;
33369
+ }
33370
+ .E_ckui4s7 .ant-checkbox {
33371
+ height: 22px;
33372
+ display: flex;
33245
33373
  align-items: center;
33246
- justify-content: center;
33247
- column-gap: 4px;
33374
+ top: 0;
33375
+ }
33376
+ .E_ckui4s7 .ant-checkbox-checked::after {
33377
+ border: none;
33378
+ }
33379
+ .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
33380
+ border-color: #0080ff;
33381
+ }
33382
+ .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
33383
+ border: 1px solid rgba(107, 128, 167, 0.6);
33384
+ }
33385
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33386
+ border: 1px solid #0080ff;
33387
+ }
33388
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33389
+ background: #0080ff;
33390
+ }
33391
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33392
+ background-color: #fff;
33393
+ height: 2px;
33394
+ width: 10px;
33395
+ border-radius: 2px;
33396
+ }
33397
+ .E_ckui4s7.ant-checkbox-wrapper-disabled {
33398
+ opacity: 0.5;
33399
+ }
33400
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
33401
+ background: rgba(211, 218, 235, 0.6);
33402
+ border-color: rgba(107, 128, 167, 0.6) !important;
33403
+ }
33404
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
33405
+ border-color: #2d3a56;
33406
+ }
33407
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33408
+ background: #2d3a56;
33409
+ }
33410
+ .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
33411
+ padding: 0;
33412
+ }
33413
+ .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
33414
+ display: inline-block;
33415
+ margin-left: 12px;
33416
+ color: #2d3a56;
33417
+ }
33418
+ .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
33419
+ margin-left: 28px;
33420
+ color: rgba(44, 56, 82, 0.6);
33421
+ }
33422
+ .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33423
+ margin-left: 8px;
33424
+ }
33425
+ .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33426
+ margin-left: 24px;
33427
+ }
33428
+
33429
+ .E_b14q2gmw {
33430
+ 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);
33431
+ }
33432
+
33433
+ .E_c1eym6el {
33434
+ border-radius: 8px;
33435
+ background-color: white;
33436
+ }
33437
+ .E_c1eym6el.hoverable {
33438
+ cursor: pointer;
33248
33439
  }
33249
- .E_h6l1tj4 .step-item-prefix-container {
33250
- display: inline-flex;
33251
- align-items: center;
33252
- width: 18px;
33253
- height: 18px;
33254
- color: rgba(44, 56, 82, 0.75);
33255
- justify-content: center;
33440
+ .E_c1eym6el.hoverable:hover {
33441
+ transition: all 200ms ease;
33442
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33443
+ transform: translateY(-4px);
33256
33444
  }
33257
33445
 
33258
- .E_v18frne8 {
33259
- width: 100%;
33446
+ .E_r77hffu {
33260
33447
  display: flex;
33261
33448
  align-items: center;
33262
- justify-content: center;
33449
+ justify-content: space-between;
33263
33450
  column-gap: 6px;
33264
- font-size: 13px;
33265
33451
  }
33266
- .E_v18frne8 .step-item-prefix-container {
33267
- display: inline-flex;
33268
- align-items: center;
33269
- min-width: 20px;
33270
- min-height: 20px;
33271
- color: rgba(44, 56, 82, 0.75);
33452
+
33453
+ .E_p1cmxsf7 {
33454
+ display: flex;
33455
+ flex-direction: column;
33272
33456
  justify-content: center;
33457
+ row-gap: var(--p1cmxsf7-0);
33458
+ }
33459
+ .E_p1cmxsf7 .antd5-progress-line {
33460
+ font-size: 0;
33461
+ margin-bottom: unset;
33462
+ margin-inline-end: unset;
33273
33463
  }
33274
33464
 
33275
33465
  .E_lht19u8 {
@@ -33315,471 +33505,235 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33315
33505
  left: 52.9px;
33316
33506
  top: 51.8px;
33317
33507
  background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33318
- border-radius: 5px;
33319
- transform: rotate(112deg);
33320
- transform-origin: top left;
33321
- animation: loading-indicator3 1100ms ease-out infinite;
33322
- }
33323
-
33324
- .E_tc97u5y {
33325
- height: 100%;
33326
- }
33327
-
33328
- .E_efzf37v .ant-table-content,
33329
- .E_efzf37v .ant-table-body {
33330
- overflow: visible !important;
33331
- height: 100%;
33332
- }
33333
- .E_efzf37v .ant-table-tbody .ant-table-placeholder td {
33334
- height: 100%;
33335
- }
33336
- .E_efzf37v table {
33337
- width: 100% !important;
33338
- height: 100%;
33339
- }
33340
- .E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
33341
- padding: 15px 0;
33342
- }
33343
- .E_efzf37v table thead.ant-table-thead {
33344
- display: none;
33345
- }
33346
-
33347
- .E_t1fisho6 {
33348
- height: 100%;
33349
- }
33350
- .E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
33351
- padding-top: 6px;
33352
- padding-bottom: 6px;
33353
- }
33354
- .E_t1fisho6 .active-row td:nth-child(1) {
33355
- font-weight: 700;
33356
- }
33357
- .E_t1fisho6.has-selection .active-row td:nth-child(2) {
33358
- font-weight: 700;
33359
- }
33360
- .E_t1fisho6 .ant-spin-nested-loading {
33361
- height: 100%;
33362
- }
33363
- .E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
33364
- height: 100%;
33365
- overflow: visible;
33366
- }
33367
- .E_t1fisho6 .ant-spin-nested-loading .ant-spin {
33368
- max-height: none;
33369
- }
33370
- .E_t1fisho6 td.ant-table-column-sort {
33371
- background: transparent;
33372
- }
33373
- .E_t1fisho6 td.ant-table-cell-fix-left,
33374
- .E_t1fisho6 td.ant-table-cell-fix-right {
33375
- background: #fff;
33376
- padding: 0 !important;
33377
- }
33378
- .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
33379
- .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
33380
- display: flex;
33381
- align-items: center;
33382
- height: 100%;
33383
- padding: 8px;
33384
- }
33385
- .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
33386
- .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
33387
- overflow: hidden;
33388
- text-overflow: ellipsis;
33389
- width: 100%;
33390
- }
33391
- .E_t1fisho6 .ant-table-container {
33392
- height: 100%;
33393
- }
33394
- .E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
33395
- box-shadow: none !important;
33396
- }
33397
- .E_t1fisho6 div.ant-table {
33398
- border-radius: 0px;
33399
- border-left: none;
33400
- border-right: none;
33401
- border-bottom: none;
33402
- height: 100%;
33403
- font-size: 12px;
33404
- background: transparent;
33405
- }
33406
- .E_t1fisho6 div.ant-table .ant-table-header {
33407
- position: relative;
33408
- z-index: 3;
33409
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33410
- margin-bottom: -1px;
33411
- }
33412
- .E_t1fisho6 div.ant-table .time-wrapper .date,
33413
- .E_t1fisho6 div.ant-table .value {
33414
- color: #2d3a56;
33415
- }
33416
- .E_t1fisho6 div.ant-table .time-wrapper .time,
33417
- .E_t1fisho6 div.ant-table .unit {
33418
- color: rgba(44, 56, 82, 0.6);
33419
- }
33420
- .E_t1fisho6 div.ant-table .ant-table-selection {
33421
- position: unset;
33422
- text-align: center;
33423
- }
33424
- .E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
33425
- background: #fff;
33426
- }
33427
- .E_t1fisho6 div.ant-table .anticon-setting {
33428
- cursor: pointer;
33429
- position: absolute;
33430
- top: 50%;
33431
- right: 12px;
33432
- transform: translateY(-50%);
33433
- }
33434
- .E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
33435
- box-shadow: none;
33436
- width: 1px;
33437
- background: rgba(213, 219, 227, 0.6);
33438
- }
33439
- .E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
33440
- box-shadow: none;
33441
- width: 1px;
33442
- background: rgba(213, 219, 227, 0.6);
33443
- }
33444
- .E_t1fisho6 div.ant-table .ant-table-tbody {
33445
- position: relative;
33446
- }
33447
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
33448
- border-top: 1px solid rgba(211, 218, 235, 0.6);
33449
- border-bottom: 1px solid white;
33450
- height: 40px;
33451
- vertical-align: middle;
33452
- transition: background 0ms;
33453
- color: #00122e;
33454
- }
33455
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
33456
- background: #f2f5fa;
33457
- border-bottom-color: #f2f5fa;
33458
- }
33459
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link {
33460
- height: auto;
33461
- color: #00122e;
33462
- font-size: 12px;
33463
- text-align: left;
33464
- transition: none;
33465
- overflow: hidden;
33466
- text-overflow: ellipsis;
33467
- white-space: nowrap;
33468
- }
33469
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link:hover {
33470
- color: #0096ff;
33471
- }
33472
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link > span {
33473
- overflow: hidden;
33474
- text-overflow: ellipsis;
33475
- width: 100%;
33476
- vertical-align: middle;
33477
- }
33478
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
33479
- line-height: 0px;
33480
- }
33481
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
33482
- padding-right: 25px;
33483
- }
33484
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
33485
- border-top-color: transparent;
33486
- }
33487
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
33488
- background: rgba(225, 230, 241, 0.6);
33489
- border-color: transparent transparent white;
33490
- }
33491
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
33492
- border-radius: 8px 0 0 8px;
33493
- }
33494
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
33495
- border-radius: 8px 0 0 8px;
33496
- }
33497
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
33498
- content: "";
33499
- width: 4px;
33500
- top: -1px;
33501
- bottom: -1px;
33502
- background: white;
33503
- }
33504
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
33505
- border-radius: 0 8px 8px 0;
33506
- }
33507
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
33508
- border-radius: 0;
33509
- background: white;
33510
- border-top: none;
33511
- }
33512
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
33513
- border-top: 1px solid transparent;
33514
- border-radius: 0 8px 8px 0;
33515
- background: rgba(225, 230, 241, 0.6);
33516
- }
33517
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
33518
- background: white;
33519
- border-top: 1px solid rgba(211, 218, 235, 0.6);
33520
- }
33521
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
33522
- display: flex;
33523
- align-items: center;
33524
- height: 100%;
33525
- background: rgba(225, 230, 241, 0.6);
33526
- }
33527
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
33528
- background: white;
33529
- border-top: 1px solid rgba(211, 218, 235, 0.6);
33530
- }
33531
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
33532
- display: flex;
33533
- align-items: center;
33534
- height: 100%;
33535
- background: rgba(225, 230, 241, 0.6);
33536
- }
33537
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
33538
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33508
+ border-radius: 5px;
33509
+ transform: rotate(112deg);
33510
+ transform-origin: top left;
33511
+ animation: loading-indicator3 1100ms ease-out infinite;
33539
33512
  }
33540
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
33541
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
33542
- border-radius: 8px;
33513
+
33514
+ .E_sjob3jg {
33515
+ --item-min-width: 60px;
33543
33516
  }
33544
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
33545
- border-top-color: white;
33517
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33518
+ display: none !important;
33546
33519
  }
33547
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
33548
- background: rgba(0, 136, 255, 0.1);
33549
- border-bottom-color: transparent;
33550
- border-top-color: transparent;
33520
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33521
+ flex-shrink: 0 !important;
33551
33522
  }
33552
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
33553
- border-radius: 8px 0 0 8px;
33523
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33524
+ color: #0080ff;
33554
33525
  }
33555
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
33556
- border-radius: 0 8px 8px 0;
33526
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33527
+ color: #0080ff;
33528
+ font-weight: normal;
33557
33529
  }
33558
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
33559
- background: rgba(0, 136, 255, 0.1);
33530
+ .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 {
33531
+ color: rgba(44, 56, 82, 0.6);
33560
33532
  }
33561
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
33562
- background: #fff;
33563
- font-weight: 400;
33564
- position: relative;
33565
- border-bottom: none;
33533
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33566
33534
  color: #00122e;
33567
- transition: none;
33568
- padding: 14px 8px 14px 8px;
33569
- line-height: 20px;
33570
- }
33571
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
33572
- content: "";
33573
- width: 1px;
33574
- top: 0;
33575
- bottom: 0;
33576
- background: rgba(211, 218, 235, 0.6);
33577
- position: absolute;
33578
- right: 0;
33579
- }
33580
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
33581
- padding: unset;
33582
33535
  }
33583
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
33584
- display: none;
33536
+ .E_sjob3jg .step-item-text {
33537
+ display: inline-block;
33585
33538
  }
33586
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
33587
- width: 100%;
33539
+ .E_sjob3jg .step-item-title {
33588
33540
  overflow: hidden;
33589
33541
  white-space: nowrap;
33590
33542
  text-overflow: ellipsis;
33591
33543
  }
33592
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
33593
- overflow: hidden;
33594
- text-overflow: ellipsis;
33595
- flex: 1;
33544
+
33545
+ .E_hjvj6s6 .ant-steps-item-container {
33546
+ min-width: var(--item-min-width);
33596
33547
  }
33597
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
33598
- padding: 15px 25px 15px 8px;
33548
+ .E_hjvj6s6 .ant-steps-item-disabled {
33549
+ cursor: not-allowed !important;
33599
33550
  }
33600
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
33551
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33552
+ flex-direction: row;
33553
+ justify-content: stretch;
33554
+ }
33555
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33601
33556
  padding: 0;
33557
+ margin-right: 4px;
33558
+ flex: 1;
33559
+ overflow: visible;
33602
33560
  }
33603
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
33604
- position: absolute;
33605
- right: 6px;
33606
- top: 50%;
33607
- transform: translateY(-50%);
33608
- height: 16px;
33609
- display: none;
33610
- transition: transform 320ms ease;
33561
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33562
+ width: 100%;
33563
+ min-height: unset;
33611
33564
  }
33612
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
33613
- display: block;
33614
- transform: translateY(-50%) rotateX(180deg);
33565
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33566
+ height: 26px;
33567
+ line-height: 26px;
33568
+ width: 100%;
33569
+ padding: 0;
33570
+ font-size: 12px;
33615
33571
  }
33616
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
33617
- display: block;
33572
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33573
+ margin-right: 10px;
33618
33574
  }
33619
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
33575
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33620
33576
  display: none;
33621
33577
  }
33622
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
33623
- transform: translateY(-50%);
33624
- }
33625
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
33626
- transform: translateY(-50%) rotateX(180deg);
33627
- }
33628
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
33629
- background: #f2f5fa;
33630
- }
33631
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
33632
- display: block;
33578
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33579
+ padding-left: 8px;
33580
+ padding-right: 4px;
33581
+ border-radius: 4px 0 0 4px;
33633
33582
  }
33634
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
33635
- padding-right: 25px;
33583
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33584
+ margin-right: 0;
33636
33585
  }
33637
- .E_t1fisho6 div.ant-table .ant-table-selection-column {
33638
- padding: 0 !important;
33586
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33587
+ padding-right: 8px;
33588
+ padding-left: 12px;
33589
+ border-radius: 0 4px 4px 0;
33639
33590
  }
33640
- .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
33591
+ .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 {
33592
+ content: "";
33593
+ width: 0;
33594
+ height: 0;
33595
+ border: 13px solid transparent;
33641
33596
  position: absolute;
33642
- left: 50%;
33643
- top: 50%;
33644
- transform: translate(-50%, -50%);
33645
- }
33646
- .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
33647
- display: none;
33648
- }
33649
- .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
33650
- background: #fff;
33651
- }
33652
- .E_t1fisho6 div.ant-table .ant-table-placeholder {
33653
- background: inherit;
33654
- }
33655
- .E_t1fisho6 div.ant-table .ant-table-placeholder td {
33656
- position: static;
33657
- border: none;
33658
- background: inherit !important;
33659
- height: 100px;
33660
- vertical-align: middle;
33661
- }
33662
- .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
33663
- .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
33664
- font-weight: bold;
33665
- font-size: 20px;
33666
- color: rgba(10, 37, 85, 0.6);
33667
- }
33668
- .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
33669
- .E_t1fisho6 div.ant-table th.cell__action_ {
33670
- z-index: 10;
33671
- }
33672
- .E_t1fisho6 div.ant-table td.cell__action_ {
33673
- padding: 0 !important;
33597
+ top: 0;
33598
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
33599
+ z-index: 2;
33674
33600
  position: relative;
33675
- background: #fff;
33601
+ top: -50%;
33602
+ right: -100%;
33676
33603
  }
33677
- .E_t1fisho6 div.ant-table td.cell__action_ > * {
33678
- height: 100%;
33679
- display: flex;
33680
- align-items: center;
33681
- justify-content: flex-end;
33682
- padding-right: 8px;
33604
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33605
+ padding: 0 4px 0 12px;
33683
33606
  }
33684
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
33685
- width: 24px;
33686
- height: 24px;
33687
- cursor: pointer;
33688
- justify-content: center;
33689
- border-radius: 4px;
33607
+ .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 {
33608
+ content: "";
33609
+ width: 0;
33610
+ height: 0;
33611
+ border: 13px solid transparent;
33612
+ position: absolute;
33613
+ top: 0;
33614
+ border-left: 8px solid #fff;
33615
+ left: 0;
33690
33616
  }
33691
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
33692
- background: #fff;
33617
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33618
+ max-width: calc(100% - var(--item-min-width) * 2);
33693
33619
  }
33694
-
33695
- .E_l1ucdodl {
33696
- margin: 0;
33697
- border-radius: 20px;
33698
- padding: 2px 10px;
33699
- height: 22px;
33700
- display: flex;
33701
- align-items: center;
33620
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33621
+ background-color: rgba(0, 136, 255, 0.1);
33702
33622
  }
33703
- .E_l1ucdodl.ui-kit-status-legend.on-tint {
33704
- color: #FFFFFF;
33623
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33624
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
33705
33625
  }
33706
- .E_l1ucdodl.tag-hover {
33626
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33707
33627
  cursor: pointer;
33628
+ min-width: var(--item-min-width);
33708
33629
  }
33709
- .E_l1ucdodl.ui-kit-status-legend {
33710
- color: #00122e;
33630
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33631
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33632
+ min-width: var(--item-min-width);
33711
33633
  }
33712
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
33713
- margin-right: 6px;
33634
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33635
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33636
+ background-color: rgba(237, 241, 250, 0.6);
33714
33637
  }
33715
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
33716
- margin-left: 8px;
33717
- color: rgba(44, 56, 82, 0.6);
33638
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33639
+ padding: 0;
33718
33640
  }
33719
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
33720
- color: #FFFFFF;
33641
+
33642
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
33643
+ width: 192px;
33644
+ row-gap: 2px;
33721
33645
  }
33722
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
33723
- background-color: #0080ff;
33646
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33647
+ background-color: rgba(225, 230, 241, 0.6);
33724
33648
  }
33725
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
33726
- background-color: #f0483e;
33649
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33650
+ color: #00122e !important;
33727
33651
  }
33728
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
33729
- background-color: #fea008;
33652
+ .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 {
33653
+ background-color: rgba(225, 230, 241, 0.6);
33654
+ }
33655
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33656
+ padding: 0 8px;
33657
+ border-radius: 4px;
33658
+ height: 32px;
33659
+ display: flex;
33660
+ align-items: center;
33730
33661
  }
33731
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
33732
- background-color: #00ba5d;
33662
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33663
+ min-height: auto;
33664
+ white-space: nowrap;
33733
33665
  }
33734
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33735
- background-color: #6b7d99;
33666
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33667
+ font-size: 13px;
33668
+ line-height: 20px;
33669
+ max-width: 100%;
33670
+ padding-right: 0;
33736
33671
  }
33737
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33738
- background-color: #7E41FF;
33672
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33673
+ background: rgba(0, 128, 255, 0.1);
33739
33674
  }
33740
33675
 
33741
- .E_s1qj66nc {
33742
- width: 8px;
33743
- height: 8px;
33744
- border-radius: 50%;
33745
- display: inline-block;
33676
+ .E_h6l1tj4 {
33677
+ width: 100%;
33678
+ display: inline-flex;
33679
+ align-items: center;
33680
+ justify-content: center;
33681
+ column-gap: 4px;
33746
33682
  }
33747
-
33748
- .E_s5x1boq {
33749
- width: 8px;
33750
- height: 8px;
33751
- border-radius: 2px;
33752
- display: inline-block;
33683
+ .E_h6l1tj4 .step-item-prefix-container {
33684
+ display: inline-flex;
33685
+ align-items: center;
33686
+ width: 18px;
33687
+ height: 18px;
33688
+ color: rgba(44, 56, 82, 0.75);
33689
+ justify-content: center;
33753
33690
  }
33754
33691
 
33755
- .E_c1xm185 {
33756
- color: rgba(44, 56, 82, 0.6);
33692
+ .E_v18frne8 {
33693
+ width: 100%;
33694
+ display: flex;
33695
+ align-items: center;
33696
+ justify-content: center;
33697
+ column-gap: 6px;
33698
+ font-size: 13px;
33757
33699
  }
33758
-
33759
- .E_c1x5l5qc {
33760
- flex: 1;
33700
+ .E_v18frne8 .step-item-prefix-container {
33701
+ display: inline-flex;
33702
+ align-items: center;
33703
+ min-width: 20px;
33704
+ min-height: 20px;
33705
+ color: rgba(44, 56, 82, 0.75);
33706
+ justify-content: center;
33761
33707
  }
33762
33708
 
33763
- .E_t1gvlxt5 {
33764
- min-width: 0;
33765
- flex: 1;
33709
+ .E_t13ef470 {
33710
+ height: 100%;
33766
33711
  }
33767
- .E_t1gvlxt5 .tag {
33768
- flex: 0 0 auto;
33712
+ .E_t13ef470 .table-loading-item {
33713
+ padding: 12px 4px;
33714
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33715
+ display: flex;
33769
33716
  }
33770
- .E_t1gvlxt5 .progress-title {
33771
- flex: 2;
33772
- max-width: fit-content;
33717
+ .E_t13ef470 .table-loading-item > * {
33718
+ height: 16px;
33719
+ margin: 4px;
33720
+ background: rgba(204, 212, 227, 0.18);
33721
+ border-radius: 2px;
33773
33722
  }
33774
- .E_t1gvlxt5 .progress-desc {
33723
+ .E_t13ef470 .table-loading-item .checkbox-loading {
33724
+ width: 16px;
33725
+ }
33726
+ .E_t13ef470 .table-loading-item .td-loading {
33775
33727
  flex: 1;
33776
- max-width: fit-content;
33777
33728
  }
33778
-
33779
- .E_a1ji6r68 {
33780
- display: flex;
33781
- align-items: center;
33782
- column-gap: var(--a1ji6r68-0);
33729
+ .E_t13ef470 :nth-child(1) {
33730
+ padding: 8px 4px;
33731
+ }
33732
+ .E_t13ef470 :nth-child(1) > * {
33733
+ background: rgba(107, 125, 153, 0.18);
33734
+ }
33735
+ .E_t13ef470 :nth-child(1) > * {
33736
+ background: rgba(163, 180, 204, 0.18);
33783
33737
  }
33784
33738
 
33785
33739
  .E_w7ob4th.outside-tag {
@@ -33791,11 +33745,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33791
33745
  margin-right: 4px;
33792
33746
  }
33793
33747
 
33794
- .E_i1g85yz3 {
33795
- margin-right: 4px;
33796
- height: 16px;
33797
- }
33798
-
33799
33748
  .E_slr2ynn {
33800
33749
  padding: 0 8px;
33801
33750
  height: 18px;
@@ -33825,165 +33774,72 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33825
33774
  white-space: normal;
33826
33775
  }
33827
33776
 
33828
- .E_msn7nxt {
33829
- color: rgba(44, 56, 82, 0.6);
33830
- text-align: center;
33831
- display: flex;
33832
- align-items: center;
33833
- justify-content: center;
33834
- flex-direction: column;
33835
- height: 100%;
33836
- }
33837
- .E_msn7nxt .link {
33838
- color: #0080ff;
33839
- cursor: pointer;
33840
- }
33841
-
33842
- .E_mp64wfi {
33843
- width: 100%;
33844
- height: 100%;
33845
- display: flex;
33846
- flex-direction: column;
33847
- }
33848
- .E_mp64wfi .name-toolbar {
33849
- width: 100%;
33850
- display: flex;
33851
- line-height: 30px;
33852
- padding: 0 16px;
33853
- justify-content: space-between;
33854
- }
33855
- .E_mp64wfi .name-toolbar .metric-extra {
33777
+ .E_l1ucdodl {
33778
+ margin: 0;
33779
+ border-radius: 20px;
33780
+ padding: 2px 10px;
33781
+ height: 22px;
33856
33782
  display: flex;
33857
- font-size: 12px;
33858
33783
  align-items: center;
33859
33784
  }
33860
- .E_mp64wfi .name-toolbar .metric-extra .info-item {
33861
- color: #a3b4cc;
33862
- }
33863
- .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33864
- margin-left: 10px;
33785
+ .E_l1ucdodl.ui-kit-status-legend.on-tint {
33786
+ color: #FFFFFF;
33865
33787
  }
33866
- .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
33867
- margin-left: 10px;
33788
+ .E_l1ucdodl.tag-hover {
33868
33789
  cursor: pointer;
33869
33790
  }
33870
- .E_mp64wfi .content {
33871
- flex: 1;
33872
- width: 100%;
33873
- display: flex;
33874
- justify-content: center;
33875
- align-items: center;
33791
+ .E_l1ucdodl.ui-kit-status-legend {
33792
+ color: #00122e;
33876
33793
  }
33877
- .E_mp64wfi .single-content {
33878
- height: 65px;
33794
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
33795
+ margin-right: 6px;
33879
33796
  }
33880
-
33881
- .E_l1oyigan {
33882
- display: flex;
33883
- align-items: center;
33884
- white-space: nowrap;
33885
- overflow: hidden;
33886
- width: 100%;
33797
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
33798
+ margin-left: 8px;
33799
+ color: rgba(44, 56, 82, 0.6);
33887
33800
  }
33888
- .E_l1oyigan .ant-dropdown-trigger {
33889
- margin-left: auto;
33890
- font-size: 12px;
33801
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
33802
+ color: #FFFFFF;
33891
33803
  }
33892
-
33893
- .E_l1noi4n1 {
33894
- display: flex;
33895
- justify-content: flex-start;
33896
- align-items: center;
33897
- font-size: 12px;
33898
- cursor: pointer;
33804
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
33805
+ background-color: #0080ff;
33899
33806
  }
33900
- .E_l1noi4n1:not(:last-child) {
33901
- margin-right: 20px;
33807
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
33808
+ background-color: #f0483e;
33902
33809
  }
33903
- .E_l1noi4n1.deselected {
33904
- opacity: 0.4;
33810
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
33811
+ background-color: #fea008;
33905
33812
  }
33906
- .E_l1noi4n1.deselected .color-block {
33907
- background: #b4beca !important;
33813
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
33814
+ background-color: #00ba5d;
33908
33815
  }
33909
-
33910
- .E_cz19rz6 {
33911
- display: inline-block;
33912
- height: 8px;
33913
- width: 8px;
33914
- margin-right: 8px;
33816
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33817
+ background-color: #6b7d99;
33915
33818
  }
33916
-
33917
- .E_e17r5r9c .ant-dropdown-menu-item {
33918
- display: flex;
33919
- align-items: center;
33920
- font-size: 12px;
33921
- margin: 0;
33819
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33820
+ background-color: #7E41FF;
33922
33821
  }
33923
33822
 
33924
- .E_m1y1hhnr {
33925
- position: relative;
33926
- }
33927
- .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
33928
- bottom: -12px;
33929
- }
33930
- .E_m1y1hhnr .metric-toolbar {
33931
- display: flex;
33932
- justify-content: space-between;
33933
- line-height: 30px;
33934
- margin: 0 16px;
33935
- }
33936
- .E_m1y1hhnr .metric-toolbar .metric-extra {
33937
- display: flex;
33938
- font-size: 12px;
33939
- align-items: center;
33940
- }
33941
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
33942
- color: #a3b4cc;
33943
- }
33944
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33945
- margin-left: 10px;
33946
- }
33947
- .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33948
- margin-left: 10px;
33949
- cursor: pointer;
33950
- }
33951
- .E_m1y1hhnr .recharts-xAxis {
33952
- font-size: 12px;
33953
- }
33954
- .E_m1y1hhnr .pointer-wrapper {
33955
- position: absolute;
33956
- bottom: 10px;
33957
- padding: 0 8px;
33958
- border-radius: 4px;
33959
- font-size: 12px;
33960
- color: #fff;
33961
- background: rgba(0, 0, 0, 0.75);
33962
- transform: translateX(-50%);
33823
+ .E_s1qj66nc {
33824
+ width: 8px;
33825
+ height: 8px;
33826
+ border-radius: 50%;
33827
+ display: inline-block;
33963
33828
  }
33964
33829
 
33965
- .E_tnvijvs {
33966
- min-width: 200px;
33830
+ .E_s5x1boq {
33831
+ width: 8px;
33832
+ height: 8px;
33833
+ border-radius: 2px;
33834
+ display: inline-block;
33967
33835
  }
33968
33836
 
33969
- .E_t1ub2aex {
33970
- display: flex;
33971
- align-items: center;
33972
- justify-content: space-between;
33973
- background-color: rgba(0, 0, 0, 0.75);
33974
- color: #b4beca;
33975
- font-size: 12px;
33976
- padding: 3px 6px;
33977
- }
33978
- .E_t1ub2aex:first-child {
33979
- padding-top: 3px;
33980
- }
33981
- .E_t1ub2aex:last-child {
33982
- padding-bottom: 3px;
33837
+ .E_c1xm185 {
33838
+ color: rgba(44, 56, 82, 0.6);
33983
33839
  }
33984
- .E_t1ub2aex .column-value {
33985
- color: #fff;
33986
- margin-left: 8px;
33840
+
33841
+ .E_c1x5l5qc {
33842
+ flex: 1;
33987
33843
  }
33988
33844
 
33989
33845
  .E_t1dtlqs1 {
@@ -34182,6 +34038,194 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34182
34038
  margin-right: 8px;
34183
34039
  }
34184
34040
 
34041
+ .E_i1g85yz3 {
34042
+ margin-right: 4px;
34043
+ height: 16px;
34044
+ }
34045
+
34046
+ .E_t1gvlxt5 {
34047
+ min-width: 0;
34048
+ flex: 1;
34049
+ }
34050
+ .E_t1gvlxt5 .tag {
34051
+ flex: 0 0 auto;
34052
+ }
34053
+ .E_t1gvlxt5 .progress-title {
34054
+ flex: 2;
34055
+ max-width: fit-content;
34056
+ }
34057
+ .E_t1gvlxt5 .progress-desc {
34058
+ flex: 1;
34059
+ max-width: fit-content;
34060
+ }
34061
+
34062
+ .E_a1ji6r68 {
34063
+ display: flex;
34064
+ align-items: center;
34065
+ column-gap: var(--a1ji6r68-0);
34066
+ }
34067
+
34068
+ .E_msn7nxt {
34069
+ color: rgba(44, 56, 82, 0.6);
34070
+ text-align: center;
34071
+ display: flex;
34072
+ align-items: center;
34073
+ justify-content: center;
34074
+ flex-direction: column;
34075
+ height: 100%;
34076
+ }
34077
+ .E_msn7nxt .link {
34078
+ color: #0080ff;
34079
+ cursor: pointer;
34080
+ }
34081
+
34082
+ .E_mp64wfi {
34083
+ width: 100%;
34084
+ height: 100%;
34085
+ display: flex;
34086
+ flex-direction: column;
34087
+ }
34088
+ .E_mp64wfi .name-toolbar {
34089
+ width: 100%;
34090
+ display: flex;
34091
+ line-height: 30px;
34092
+ padding: 0 16px;
34093
+ justify-content: space-between;
34094
+ }
34095
+ .E_mp64wfi .name-toolbar .metric-extra {
34096
+ display: flex;
34097
+ font-size: 12px;
34098
+ align-items: center;
34099
+ }
34100
+ .E_mp64wfi .name-toolbar .metric-extra .info-item {
34101
+ color: #a3b4cc;
34102
+ }
34103
+ .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
34104
+ margin-left: 10px;
34105
+ }
34106
+ .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
34107
+ margin-left: 10px;
34108
+ cursor: pointer;
34109
+ }
34110
+ .E_mp64wfi .content {
34111
+ flex: 1;
34112
+ width: 100%;
34113
+ display: flex;
34114
+ justify-content: center;
34115
+ align-items: center;
34116
+ }
34117
+ .E_mp64wfi .single-content {
34118
+ height: 65px;
34119
+ }
34120
+
34121
+ .E_l1oyigan {
34122
+ display: flex;
34123
+ align-items: center;
34124
+ white-space: nowrap;
34125
+ overflow: hidden;
34126
+ width: 100%;
34127
+ }
34128
+ .E_l1oyigan .ant-dropdown-trigger {
34129
+ margin-left: auto;
34130
+ font-size: 12px;
34131
+ }
34132
+
34133
+ .E_l1noi4n1 {
34134
+ display: flex;
34135
+ justify-content: flex-start;
34136
+ align-items: center;
34137
+ font-size: 12px;
34138
+ cursor: pointer;
34139
+ }
34140
+ .E_l1noi4n1:not(:last-child) {
34141
+ margin-right: 20px;
34142
+ }
34143
+ .E_l1noi4n1.deselected {
34144
+ opacity: 0.4;
34145
+ }
34146
+ .E_l1noi4n1.deselected .color-block {
34147
+ background: #b4beca !important;
34148
+ }
34149
+
34150
+ .E_cz19rz6 {
34151
+ display: inline-block;
34152
+ height: 8px;
34153
+ width: 8px;
34154
+ margin-right: 8px;
34155
+ }
34156
+
34157
+ .E_e17r5r9c .ant-dropdown-menu-item {
34158
+ display: flex;
34159
+ align-items: center;
34160
+ font-size: 12px;
34161
+ margin: 0;
34162
+ }
34163
+
34164
+ .E_m1y1hhnr {
34165
+ position: relative;
34166
+ }
34167
+ .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
34168
+ bottom: -12px;
34169
+ }
34170
+ .E_m1y1hhnr .metric-toolbar {
34171
+ display: flex;
34172
+ justify-content: space-between;
34173
+ line-height: 30px;
34174
+ margin: 0 16px;
34175
+ }
34176
+ .E_m1y1hhnr .metric-toolbar .metric-extra {
34177
+ display: flex;
34178
+ font-size: 12px;
34179
+ align-items: center;
34180
+ }
34181
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
34182
+ color: #a3b4cc;
34183
+ }
34184
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
34185
+ margin-left: 10px;
34186
+ }
34187
+ .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
34188
+ margin-left: 10px;
34189
+ cursor: pointer;
34190
+ }
34191
+ .E_m1y1hhnr .recharts-xAxis {
34192
+ font-size: 12px;
34193
+ }
34194
+ .E_m1y1hhnr .pointer-wrapper {
34195
+ position: absolute;
34196
+ bottom: 10px;
34197
+ padding: 0 8px;
34198
+ border-radius: 4px;
34199
+ font-size: 12px;
34200
+ color: #fff;
34201
+ background: rgba(0, 0, 0, 0.75);
34202
+ transform: translateX(-50%);
34203
+ }
34204
+
34205
+ .E_tnvijvs {
34206
+ min-width: 200px;
34207
+ }
34208
+
34209
+ .E_t1ub2aex {
34210
+ display: flex;
34211
+ align-items: center;
34212
+ justify-content: space-between;
34213
+ background-color: rgba(0, 0, 0, 0.75);
34214
+ color: #b4beca;
34215
+ font-size: 12px;
34216
+ padding: 3px 6px;
34217
+ }
34218
+ .E_t1ub2aex:first-child {
34219
+ padding-top: 3px;
34220
+ }
34221
+ .E_t1ub2aex:last-child {
34222
+ padding-bottom: 3px;
34223
+ }
34224
+ .E_t1ub2aex .column-value {
34225
+ color: #fff;
34226
+ margin-left: 8px;
34227
+ }
34228
+
34185
34229
  .E_m11nzl2x {
34186
34230
  color: rgba(44, 56, 82, 0.6);
34187
34231
  text-align: center;
@@ -34366,55 +34410,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34366
34410
  padding-top: 6px;
34367
34411
  }
34368
34412
  .E_tecdsj7:first-child {
34369
- padding-top: 3px;
34370
- }
34371
- .E_tecdsj7:last-child {
34372
- padding-bottom: 3px;
34373
- }
34374
- .E_tecdsj7 .column-value {
34375
- color: #FFFFFF;
34376
- margin-left: 8px;
34377
- }
34378
-
34379
- .E_ljhvvia {
34380
- display: inline-block;
34381
- height: 8px;
34382
- width: 8px;
34383
- margin-right: 8px;
34384
- border-radius: 2px;
34385
- }
34386
- .E_ljhvvia.borderd {
34387
- border: 1px solid #fff;
34388
- }
34389
-
34390
- .E_t13ef470 {
34391
- height: 100%;
34392
- }
34393
- .E_t13ef470 .table-loading-item {
34394
- padding: 12px 4px;
34395
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34396
- display: flex;
34397
- }
34398
- .E_t13ef470 .table-loading-item > * {
34399
- height: 16px;
34400
- margin: 4px;
34401
- background: rgba(204, 212, 227, 0.18);
34402
- border-radius: 2px;
34403
- }
34404
- .E_t13ef470 .table-loading-item .checkbox-loading {
34405
- width: 16px;
34413
+ padding-top: 3px;
34406
34414
  }
34407
- .E_t13ef470 .table-loading-item .td-loading {
34408
- flex: 1;
34415
+ .E_tecdsj7:last-child {
34416
+ padding-bottom: 3px;
34409
34417
  }
34410
- .E_t13ef470 :nth-child(1) {
34411
- padding: 8px 4px;
34418
+ .E_tecdsj7 .column-value {
34419
+ color: #FFFFFF;
34420
+ margin-left: 8px;
34412
34421
  }
34413
- .E_t13ef470 :nth-child(1) > * {
34414
- background: rgba(107, 125, 153, 0.18);
34422
+
34423
+ .E_ljhvvia {
34424
+ display: inline-block;
34425
+ height: 8px;
34426
+ width: 8px;
34427
+ margin-right: 8px;
34428
+ border-radius: 2px;
34415
34429
  }
34416
- .E_t13ef470 :nth-child(1) > * {
34417
- background: rgba(163, 180, 204, 0.18);
34430
+ .E_ljhvvia.borderd {
34431
+ border: 1px solid #fff;
34418
34432
  }
34419
34433
 
34420
34434
  .E_bpgac8u {
@@ -34525,6 +34539,98 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34525
34539
  }
34526
34540
  }
34527
34541
 
34542
+ .E_dxyv8bv {
34543
+ --footer-height: 80px;
34544
+ --header-height: 56px;
34545
+ --modal-content-width: 492px;
34546
+ --modal-content-min-height: 160px;
34547
+ --modal-content-max-height: calc(
34548
+ 100vh - 144px - var(--header-height) - var(--footer-height)
34549
+ );
34550
+ --modal-header-padding: 32px 40px 0;
34551
+ --modal-content-padding-y: 32px;
34552
+ --modal-content-padding-x: 40px;
34553
+ --modal-footer-padding: 0 40px;
34554
+ }
34555
+ .E_dxyv8bv .ant-modal-content {
34556
+ background: #fff;
34557
+ border-radius: 16px;
34558
+ max-width: var(--modal-content-width);
34559
+ min-width: var(--modal-content-width);
34560
+ }
34561
+ .E_dxyv8bv .ant-modal-header {
34562
+ padding: var(--modal-header-padding);
34563
+ height: var(--header-height);
34564
+ border-bottom: none;
34565
+ border-radius: 16px 16px 0 0;
34566
+ }
34567
+ .E_dxyv8bv .ant-modal-header .ant-modal-title {
34568
+ color: #00122E;
34569
+ }
34570
+ .E_dxyv8bv .ant-modal-close {
34571
+ right: 48px;
34572
+ top: 24px;
34573
+ }
34574
+ .E_dxyv8bv .ant-modal-body {
34575
+ padding: var(--modal-content-padding-y) var(--modal-content-padding-x);
34576
+ padding-right: calc(var(--modal-content-padding-x) - 6px);
34577
+ min-height: var(--modal-content-min-height);
34578
+ max-height: var(--modal-content-max-height);
34579
+ overflow-y: auto;
34580
+ overflow-x: hidden;
34581
+ scrollbar-gutter: stable;
34582
+ }
34583
+ .E_dxyv8bv .ant-modal-body::-webkit-scrollbar {
34584
+ width: 6px;
34585
+ }
34586
+ .E_dxyv8bv .ant-modal-body::-webkit-scrollbar-track {
34587
+ background: rgba(225, 230, 241, 0.6);
34588
+ }
34589
+ .E_dxyv8bv .ant-modal-body::-webkit-scrollbar-thumb {
34590
+ background: rgba(172, 186, 211, 0.6);
34591
+ border-radius: 8px;
34592
+ }
34593
+ .E_dxyv8bv .ant-modal-footer {
34594
+ height: var(--footer-height);
34595
+ padding: var(--modal-footer-padding);
34596
+ margin-top: 0;
34597
+ border-top: none;
34598
+ box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
34599
+ }
34600
+ .E_dxyv8bv .ant-modal-footer .ant-btn-quiet {
34601
+ color: rgba(44, 56, 82, 0.7490196078);
34602
+ font-weight: 700;
34603
+ }
34604
+
34605
+ .E_fbgo4wr {
34606
+ display: flex;
34607
+ gap: 16px;
34608
+ height: 100%;
34609
+ align-items: center;
34610
+ justify-content: flex-end;
34611
+ }
34612
+ .E_fbgo4wr.has-error {
34613
+ justify-content: space-between;
34614
+ }
34615
+
34616
+ .E_ekxnz54 {
34617
+ color: #F0483E;
34618
+ text-align: left;
34619
+ }
34620
+ .E_ekxnz54 .icon-wrapper {
34621
+ align-self: baseline;
34622
+ padding-top: 2px;
34623
+ }
34624
+
34625
+ .E_ct1041x {
34626
+ padding: 8px;
34627
+ border-radius: 50%;
34628
+ }
34629
+ .E_ct1041x:hover {
34630
+ background: rgba(225, 230, 241, 0.6);
34631
+ transition: 0.3s ease-out;
34632
+ }
34633
+
34528
34634
  .E_t1g36k2w {
34529
34635
  overflow: hidden;
34530
34636
  height: 100%;
@@ -34630,246 +34736,77 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34630
34736
  }
34631
34737
 
34632
34738
  .E_skwah65 {
34633
- height: 8px;
34634
- box-sizing: border-box;
34635
- border-radius: 2px;
34636
- background: #f5f7fa;
34637
- display: flex;
34638
- width: 100%;
34639
- overflow: hidden;
34640
- }
34641
- .E_skwah65 .stack-bar-item + .stack-bar-item {
34642
- margin-left: 1px;
34643
- }
34644
-
34645
- .E_s1ebs0ra {
34646
- display: flex;
34647
- align-items: center;
34648
- justify-content: space-between;
34649
- background: #edf0f7;
34650
- padding: 8px 12px;
34651
- position: sticky;
34652
- top: 0;
34653
- z-index: 1;
34654
- margin-bottom: -52px;
34655
- }
34656
- .E_s1ebs0ra .select-total {
34657
- display: flex;
34658
- align-items: center;
34659
- font-weight: 700;
34660
- flex-shrink: 0;
34661
- }
34662
- .E_s1ebs0ra .select-total .icon-wrapper {
34663
- cursor: pointer;
34664
- margin-left: 8px;
34665
- width: 32px;
34666
- height: 32px;
34667
- border-radius: 50%;
34668
- justify-content: center;
34669
- }
34670
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
34671
- background: rgba(225, 230, 241, 0.6);
34672
- }
34673
- .E_s1ebs0ra .action-group {
34674
- flex: 1;
34675
- margin-left: 88px;
34676
- white-space: nowrap;
34677
- text-align: right;
34678
- position: relative;
34679
- padding: 4px 0;
34680
- margin-top: -4px;
34681
- overflow: hidden;
34682
- }
34683
- .E_s1ebs0ra .action-group .sub-menu-delete {
34684
- transform: translateY(-4px);
34685
- }
34686
- .E_s1ebs0ra .action-group button {
34687
- border: none;
34688
- }
34689
- .E_s1ebs0ra .action-group > *:not(:last-child) {
34690
- margin-right: 8px;
34691
- }
34692
- .E_s1ebs0ra .action-group > button:last-child {
34693
- margin-right: 4px;
34694
- }
34695
- .E_s1ebs0ra .action-group .more-btn {
34696
- cursor: pointer;
34697
- width: 32px;
34698
- height: 32px;
34699
- justify-content: center;
34700
- border-radius: 50%;
34701
- }
34702
- .E_s1ebs0ra .action-group .more-btn:hover {
34703
- background: #fff;
34704
- }
34705
-
34706
- .E_c1up1pdz {
34707
- width: 648px;
34708
- }
34709
- .E_c1up1pdz.active {
34710
- border-color: #0080ff;
34711
- }
34712
- .E_c1up1pdz.active > header {
34713
- background: rgba(0, 128, 255, 0.1);
34714
- }
34715
- .E_c1up1pdz .expand {
34716
- padding: 12px;
34717
- }
34718
- .E_c1up1pdz .field-item {
34719
- display: flex;
34720
- padding: 10px 0;
34721
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
34722
- }
34723
- .E_c1up1pdz .field-item:last-child {
34724
- border-bottom: none;
34725
- padding-bottom: 0;
34726
- }
34727
- .E_c1up1pdz .field-item label {
34728
- line-height: 32px;
34729
- width: 100px;
34730
- color: rgba(62, 70, 82, 0.6);
34731
- }
34732
- .E_c1up1pdz .help {
34733
- color: rgba(62, 70, 82, 0.6);
34734
- margin-top: 5px;
34735
- }
34736
- .E_c1up1pdz .ant-input-affix-wrapper,
34737
- .E_c1up1pdz .ant-picker {
34738
- width: 128px;
34739
- }
34740
-
34741
- .E_c156wh19 {
34742
- display: flex;
34743
- align-items: center;
34744
- justify-content: space-between;
34745
- word-break: keep-all;
34746
- }
34747
- .E_c156wh19 .title {
34748
- margin: 0 16px 0 8px;
34749
- }
34750
- .E_c156wh19 .retain {
34751
- color: rgba(129, 138, 153, 0.6);
34752
- }
34753
- .E_c156wh19 div.left {
34754
- flex: 1;
34755
- display: flex;
34756
- overflow: hidden;
34757
- align-items: center;
34758
- justify-content: flex-start;
34759
- white-space: nowrap;
34760
- }
34761
- .E_c156wh19 div.left .title {
34762
- max-width: 100%;
34763
- overflow: hidden;
34764
- text-overflow: ellipsis;
34765
- }
34766
- .E_c156wh19 div.right {
34767
- display: flex;
34768
- align-items: center;
34769
- }
34770
- .E_c156wh19 .reverse {
34771
- display: flex;
34772
- flex-direction: row-reverse;
34773
- align-items: center;
34774
- }
34775
- .E_c156wh19 .reverse .ant-switch {
34776
- margin-left: 8px;
34777
- }
34778
- .E_c156wh19 .close {
34779
- padding-left: 14px;
34780
- margin-left: 14px;
34781
- border-left: 1px solid rgba(129, 138, 153, 0.6);
34782
- cursor: pointer;
34783
- }
34784
-
34785
- .E_m126spxy {
34786
- padding-bottom: 4px;
34787
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
34788
- }
34789
- .E_m126spxy .ant-btn.ant-btn-link {
34790
- padding: 1px 10px;
34791
- color: rgba(62, 70, 82, 0.6);
34792
- border-radius: 4px;
34793
- }
34794
- .E_m126spxy .ant-btn.ant-btn-link.active {
34795
- background: rgba(0, 128, 255, 0.1);
34796
- color: #0096ff;
34797
- }
34798
-
34799
- .E_wpbf4pq {
34800
- padding: 10px 0;
34801
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
34802
- }
34803
- .E_wpbf4pq .ant-input,
34804
- .E_wpbf4pq .ant-picker {
34805
- width: 80px;
34806
- margin: 0 9px;
34807
- text-align: center;
34808
- }
34809
- .E_wpbf4pq .options {
34810
- padding: 12px 0 12px 16px;
34811
- border-left: 2px solid rgba(129, 138, 153, 0.6);
34812
- margin: 5px 0 5px 8px;
34813
- }
34814
- .E_wpbf4pq .week-day-option,
34815
- .E_wpbf4pq .month-day-option {
34816
- background: #f5f7fa;
34739
+ height: 8px;
34817
34740
  box-sizing: border-box;
34818
- border-radius: 16px;
34819
- margin-right: 8px;
34741
+ border-radius: 2px;
34742
+ background: #f5f7fa;
34743
+ display: flex;
34744
+ width: 100%;
34745
+ overflow: hidden;
34820
34746
  }
34821
- .E_wpbf4pq .week-day-option:focus,
34822
- .E_wpbf4pq .month-day-option:focus {
34823
- color: inherit;
34824
- border-color: #d9d9d9;
34747
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
34748
+ margin-left: 1px;
34825
34749
  }
34826
- .E_wpbf4pq .week-day-option.active {
34827
- background-color: #0096ff;
34828
- border-color: #0096ff;
34829
- color: #fff;
34750
+
34751
+ .E_s1ebs0ra {
34752
+ display: flex;
34753
+ align-items: center;
34754
+ justify-content: space-between;
34755
+ background: #edf0f7;
34756
+ padding: 8px 12px;
34757
+ position: sticky;
34758
+ top: 0;
34759
+ z-index: 1;
34760
+ margin-bottom: -52px;
34830
34761
  }
34831
- .E_wpbf4pq .week-day-option.en-text {
34832
- width: 110px;
34833
- margin-top: 4px;
34762
+ .E_s1ebs0ra .select-total {
34763
+ display: flex;
34764
+ align-items: center;
34765
+ font-weight: 700;
34766
+ flex-shrink: 0;
34834
34767
  }
34835
- .E_wpbf4pq .month-day-option {
34768
+ .E_s1ebs0ra .select-total .icon-wrapper {
34769
+ cursor: pointer;
34770
+ margin-left: 8px;
34836
34771
  width: 32px;
34837
- padding: 0;
34838
- margin-bottom: 8px;
34772
+ height: 32px;
34773
+ border-radius: 50%;
34774
+ justify-content: center;
34839
34775
  }
34840
- .E_wpbf4pq .month-day-option.active {
34841
- background-color: #0096ff;
34842
- border-color: #0096ff;
34843
- color: #fff;
34776
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
34777
+ background: rgba(225, 230, 241, 0.6);
34844
34778
  }
34845
-
34846
- .E_gmyahx3 {
34847
- cursor: pointer;
34779
+ .E_s1ebs0ra .action-group {
34780
+ flex: 1;
34781
+ margin-left: 88px;
34782
+ white-space: nowrap;
34783
+ text-align: right;
34784
+ position: relative;
34785
+ padding: 4px 0;
34786
+ margin-top: -4px;
34787
+ overflow: hidden;
34848
34788
  }
34849
- .E_gmyahx3 .link-text {
34850
- color: rgba(0, 21, 64, 0.3);
34789
+ .E_s1ebs0ra .action-group .sub-menu-delete {
34790
+ transform: translateY(-4px);
34851
34791
  }
34852
- .E_gmyahx3:hover .link-text {
34853
- color: #0080ff;
34792
+ .E_s1ebs0ra .action-group button {
34793
+ border: none;
34854
34794
  }
34855
-
34856
- .E_n12mqh7z {
34857
- display: flex;
34858
- align-items: center;
34859
- font-size: 12px;
34860
- line-height: 18px;
34795
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
34796
+ margin-right: 8px;
34861
34797
  }
34862
- .E_n12mqh7z:not(:last-child) {
34863
- margin-bottom: 4px;
34798
+ .E_s1ebs0ra .action-group > button:last-child {
34799
+ margin-right: 4px;
34864
34800
  }
34865
-
34866
- .E_tf5bynu {
34867
- margin: 0 3px;
34801
+ .E_s1ebs0ra .action-group .more-btn {
34802
+ cursor: pointer;
34803
+ width: 32px;
34804
+ height: 32px;
34805
+ justify-content: center;
34806
+ border-radius: 50%;
34868
34807
  }
34869
-
34870
- .E_tcckoz1 {
34871
- max-height: 400px;
34872
- overflow: auto;
34808
+ .E_s1ebs0ra .action-group .more-btn:hover {
34809
+ background: #fff;
34873
34810
  }
34874
34811
 
34875
34812
  .E_c18bcrac {
@@ -34982,68 +34919,237 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34982
34919
  display: flex;
34983
34920
  justify-content: space-between;
34984
34921
  align-items: center;
34985
- padding: 8px 16px;
34922
+ padding: 8px 16px;
34923
+ }
34924
+ .E_c167wnad .anticon {
34925
+ cursor: pointer;
34926
+ }
34927
+ .E_c167wnad .anticon:hover {
34928
+ color: #0096ff;
34929
+ }
34930
+
34931
+ .E_cxhf7dh {
34932
+ text-align: center;
34933
+ }
34934
+ .E_cxhf7dh .dots {
34935
+ display: flex;
34936
+ justify-content: center;
34937
+ }
34938
+ .E_cxhf7dh .dot {
34939
+ display: inline-block;
34940
+ width: 2px;
34941
+ height: 2px;
34942
+ border-radius: 1px;
34943
+ background: #0096ff;
34944
+ }
34945
+ .E_cxhf7dh .dot:not(:last-child) {
34946
+ margin-right: 2px;
34947
+ }
34948
+ .E_cxhf7dh .bar {
34949
+ width: 9px;
34950
+ height: 2px;
34951
+ background: #0096ff;
34952
+ border-radius: 2px;
34953
+ }
34954
+
34955
+ .E_n12mqh7z {
34956
+ display: flex;
34957
+ align-items: center;
34958
+ font-size: 12px;
34959
+ line-height: 18px;
34960
+ }
34961
+ .E_n12mqh7z:not(:last-child) {
34962
+ margin-bottom: 4px;
34963
+ }
34964
+
34965
+ .E_tf5bynu {
34966
+ margin: 0 3px;
34967
+ }
34968
+
34969
+ .E_tcckoz1 {
34970
+ max-height: 400px;
34971
+ overflow: auto;
34972
+ }
34973
+
34974
+ .E_ou7iq30 {
34975
+ overflow: hidden;
34976
+ text-overflow: ellipsis;
34977
+ }
34978
+
34979
+ .E_s1tui002 {
34980
+ white-space: nowrap;
34981
+ }
34982
+
34983
+ .E_mxrc2zg {
34984
+ display: -webkit-box;
34985
+ -webkit-line-clamp: var(--mxrc2zg-0);
34986
+ -webkit-box-orient: vertical;
34987
+ word-break: break-all;
34988
+ }
34989
+
34990
+ .E_t1vv6d68 .ant-tooltip-arrow {
34991
+ display: none;
34992
+ }
34993
+ .E_t1vv6d68 .ant-tooltip-inner {
34994
+ background: rgba(23, 38, 64, 0.8);
34995
+ border-radius: 4px;
34996
+ }
34997
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
34998
+ visibility: hidden;
34999
+ }
35000
+
35001
+ .E_gmyahx3 {
35002
+ cursor: pointer;
35003
+ }
35004
+ .E_gmyahx3 .link-text {
35005
+ color: rgba(0, 21, 64, 0.3);
35006
+ }
35007
+ .E_gmyahx3:hover .link-text {
35008
+ color: #0080ff;
35009
+ }
35010
+
35011
+ .E_c1up1pdz {
35012
+ width: 648px;
35013
+ }
35014
+ .E_c1up1pdz.active {
35015
+ border-color: #0080ff;
35016
+ }
35017
+ .E_c1up1pdz.active > header {
35018
+ background: rgba(0, 128, 255, 0.1);
35019
+ }
35020
+ .E_c1up1pdz .expand {
35021
+ padding: 12px;
35022
+ }
35023
+ .E_c1up1pdz .field-item {
35024
+ display: flex;
35025
+ padding: 10px 0;
35026
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35027
+ }
35028
+ .E_c1up1pdz .field-item:last-child {
35029
+ border-bottom: none;
35030
+ padding-bottom: 0;
35031
+ }
35032
+ .E_c1up1pdz .field-item label {
35033
+ line-height: 32px;
35034
+ width: 100px;
35035
+ color: rgba(62, 70, 82, 0.6);
35036
+ }
35037
+ .E_c1up1pdz .help {
35038
+ color: rgba(62, 70, 82, 0.6);
35039
+ margin-top: 5px;
35040
+ }
35041
+ .E_c1up1pdz .ant-input-affix-wrapper,
35042
+ .E_c1up1pdz .ant-picker {
35043
+ width: 128px;
35044
+ }
35045
+
35046
+ .E_c156wh19 {
35047
+ display: flex;
35048
+ align-items: center;
35049
+ justify-content: space-between;
35050
+ word-break: keep-all;
35051
+ }
35052
+ .E_c156wh19 .title {
35053
+ margin: 0 16px 0 8px;
35054
+ }
35055
+ .E_c156wh19 .retain {
35056
+ color: rgba(129, 138, 153, 0.6);
35057
+ }
35058
+ .E_c156wh19 div.left {
35059
+ flex: 1;
35060
+ display: flex;
35061
+ overflow: hidden;
35062
+ align-items: center;
35063
+ justify-content: flex-start;
35064
+ white-space: nowrap;
35065
+ }
35066
+ .E_c156wh19 div.left .title {
35067
+ max-width: 100%;
35068
+ overflow: hidden;
35069
+ text-overflow: ellipsis;
35070
+ }
35071
+ .E_c156wh19 div.right {
35072
+ display: flex;
35073
+ align-items: center;
35074
+ }
35075
+ .E_c156wh19 .reverse {
35076
+ display: flex;
35077
+ flex-direction: row-reverse;
35078
+ align-items: center;
34986
35079
  }
34987
- .E_c167wnad .anticon {
35080
+ .E_c156wh19 .reverse .ant-switch {
35081
+ margin-left: 8px;
35082
+ }
35083
+ .E_c156wh19 .close {
35084
+ padding-left: 14px;
35085
+ margin-left: 14px;
35086
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
34988
35087
  cursor: pointer;
34989
35088
  }
34990
- .E_c167wnad .anticon:hover {
35089
+
35090
+ .E_m126spxy {
35091
+ padding-bottom: 4px;
35092
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35093
+ }
35094
+ .E_m126spxy .ant-btn.ant-btn-link {
35095
+ padding: 1px 10px;
35096
+ color: rgba(62, 70, 82, 0.6);
35097
+ border-radius: 4px;
35098
+ }
35099
+ .E_m126spxy .ant-btn.ant-btn-link.active {
35100
+ background: rgba(0, 128, 255, 0.1);
34991
35101
  color: #0096ff;
34992
35102
  }
34993
35103
 
34994
- .E_cxhf7dh {
34995
- text-align: center;
35104
+ .E_wpbf4pq {
35105
+ padding: 10px 0;
35106
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
34996
35107
  }
34997
- .E_cxhf7dh .dots {
34998
- display: flex;
34999
- justify-content: center;
35108
+ .E_wpbf4pq .ant-input,
35109
+ .E_wpbf4pq .ant-picker {
35110
+ width: 80px;
35111
+ margin: 0 9px;
35112
+ text-align: center;
35000
35113
  }
35001
- .E_cxhf7dh .dot {
35002
- display: inline-block;
35003
- width: 2px;
35004
- height: 2px;
35005
- border-radius: 1px;
35006
- background: #0096ff;
35114
+ .E_wpbf4pq .options {
35115
+ padding: 12px 0 12px 16px;
35116
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
35117
+ margin: 5px 0 5px 8px;
35007
35118
  }
35008
- .E_cxhf7dh .dot:not(:last-child) {
35009
- margin-right: 2px;
35119
+ .E_wpbf4pq .week-day-option,
35120
+ .E_wpbf4pq .month-day-option {
35121
+ background: #f5f7fa;
35122
+ box-sizing: border-box;
35123
+ border-radius: 16px;
35124
+ margin-right: 8px;
35010
35125
  }
35011
- .E_cxhf7dh .bar {
35012
- width: 9px;
35013
- height: 2px;
35014
- background: #0096ff;
35015
- border-radius: 2px;
35126
+ .E_wpbf4pq .week-day-option:focus,
35127
+ .E_wpbf4pq .month-day-option:focus {
35128
+ color: inherit;
35129
+ border-color: #d9d9d9;
35016
35130
  }
35017
-
35018
- span.E_tqjc4ui {
35019
- margin: 0 2px;
35131
+ .E_wpbf4pq .week-day-option.active {
35132
+ background-color: #0096ff;
35133
+ border-color: #0096ff;
35134
+ color: #fff;
35020
35135
  }
35021
-
35022
- .E_ou7iq30 {
35023
- overflow: hidden;
35024
- text-overflow: ellipsis;
35136
+ .E_wpbf4pq .week-day-option.en-text {
35137
+ width: 110px;
35138
+ margin-top: 4px;
35025
35139
  }
35026
-
35027
- .E_s1tui002 {
35028
- white-space: nowrap;
35140
+ .E_wpbf4pq .month-day-option {
35141
+ width: 32px;
35142
+ padding: 0;
35143
+ margin-bottom: 8px;
35029
35144
  }
35030
-
35031
- .E_mxrc2zg {
35032
- display: -webkit-box;
35033
- -webkit-line-clamp: var(--mxrc2zg-0);
35034
- -webkit-box-orient: vertical;
35035
- word-break: break-all;
35145
+ .E_wpbf4pq .month-day-option.active {
35146
+ background-color: #0096ff;
35147
+ border-color: #0096ff;
35148
+ color: #fff;
35036
35149
  }
35037
35150
 
35038
- .E_t1vv6d68 .ant-tooltip-arrow {
35039
- display: none;
35040
- }
35041
- .E_t1vv6d68 .ant-tooltip-inner {
35042
- background: rgba(23, 38, 64, 0.8);
35043
- border-radius: 4px;
35044
- }
35045
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35046
- visibility: hidden;
35151
+ span.E_tqjc4ui {
35152
+ margin: 0 2px;
35047
35153
  }
35048
35154
 
35049
35155
  .E_s1at6qmn.ant-layout-sider {
@@ -35159,27 +35265,102 @@ span.E_tqjc4ui {
35159
35265
  text-align: left;
35160
35266
  }
35161
35267
 
35162
- .E_wg1tsps {
35268
+ .E_s1iv0tp1 .enabled-switch {
35163
35269
  display: flex;
35164
35270
  align-items: center;
35165
- justify-content: flex-end;
35271
+ }
35272
+ .E_s1iv0tp1 .enabled-text {
35273
+ margin-right: 8px;
35166
35274
  }
35167
35275
 
35168
- .E_b1ctd5xy {
35276
+ .E_t1sqg15u {
35277
+ background: white;
35278
+ }
35279
+ .E_t1sqg15u.inline .table-row {
35280
+ flex-direction: column;
35281
+ }
35282
+ .E_t1sqg15u.inline .table-row > label {
35283
+ padding: 0 16px 7px 0;
35284
+ }
35285
+ .E_t1sqg15u.has-border .table-header {
35286
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35287
+ }
35288
+ .E_t1sqg15u.has-border .hiddenBorder {
35289
+ border-top: none !important;
35290
+ }
35291
+ .E_t1sqg15u.has-border .table-row + .table-row {
35292
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
35293
+ }
35294
+ .E_t1sqg15u.has-border .table-row:last-of-type {
35295
+ padding-bottom: 0;
35296
+ }
35297
+ .E_t1sqg15u.align-right .content {
35298
+ text-align: right;
35299
+ }
35300
+ .E_t1sqg15u .uuid-row {
35301
+ display: flex;
35302
+ justify-content: space-between;
35303
+ }
35304
+ .E_t1sqg15u .uuid-row .id-text {
35305
+ white-space: nowrap;
35306
+ overflow: hidden;
35307
+ text-overflow: ellipsis;
35308
+ }
35309
+
35310
+ .E_t4zczcp {
35169
35311
  display: flex;
35312
+ justify-content: space-between;
35170
35313
  align-items: center;
35171
- width: calc(100% - 40px);
35314
+ padding: 8px;
35315
+ min-height: 32px;
35172
35316
  }
35173
- .E_b1ctd5xy .chart {
35174
- display: inline-block;
35175
- width: 100%;
35317
+ .E_t4zczcp .table-title {
35318
+ color: rgba(44, 56, 82, 0.6);
35319
+ font-weight: 600;
35320
+ font-size: 12px;
35321
+ line-height: 8px;
35322
+ }
35323
+ .E_t4zczcp .edit-icon {
35324
+ font-size: 16px;
35325
+ color: rgba(10, 37, 85, 0.6);
35326
+ cursor: pointer;
35176
35327
  }
35177
35328
 
35178
- .E_u1p8acpn {
35179
- min-width: 40px;
35329
+ .E_t1s7goww {
35330
+ font-size: 12px;
35331
+ line-height: 18px;
35180
35332
  }
35181
- .E_u1p8acpn .unit {
35182
- color: #00122e !important;
35333
+
35334
+ .E_t93e4cf {
35335
+ display: flex;
35336
+ padding: 8px 0;
35337
+ color: #2d3a56;
35338
+ }
35339
+ .E_t93e4cf .hidden {
35340
+ display: none;
35341
+ }
35342
+ .E_t93e4cf .ant-btn.ant-btn-link {
35343
+ height: auto;
35344
+ }
35345
+ .E_t93e4cf .content {
35346
+ overflow: hidden;
35347
+ overflow-x: auto;
35348
+ width: 100%;
35349
+ white-space: pre-wrap;
35350
+ }
35351
+ .E_t93e4cf .content .ant-btn {
35352
+ white-space: pre-wrap;
35353
+ text-align: left;
35354
+ }
35355
+ .E_t93e4cf .content .unit-chart {
35356
+ justify-content: flex-start;
35357
+ }
35358
+
35359
+ .E_rhz2uv5 {
35360
+ width: var(--rhz2uv5-0);
35361
+ flex-shrink: 0;
35362
+ color: rgba(44, 56, 82, 0.6);
35363
+ padding-right: 12px;
35183
35364
  }
35184
35365
 
35185
35366
  .E_t160l1cm {
@@ -35368,119 +35549,44 @@ span.E_tqjc4ui {
35368
35549
  line-height: 32px;
35369
35550
  font-size: 13px;
35370
35551
  padding: 0 10px;
35371
- display: block;
35372
- overflow: hidden;
35373
- text-overflow: ellipsis;
35374
- white-space: nowrap;
35375
- }
35376
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
35377
- content: " ";
35378
- height: 1px;
35379
- width: calc(100% + 10px);
35380
- background: rgba(172, 186, 211, 0.6);
35381
- display: block;
35382
- }
35383
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
35384
- color: #0080ff;
35385
- background: transparent;
35386
- }
35387
-
35388
- .E_s1iv0tp1 .enabled-switch {
35389
- display: flex;
35390
- align-items: center;
35391
- }
35392
- .E_s1iv0tp1 .enabled-text {
35393
- margin-right: 8px;
35394
- }
35395
-
35396
- .E_t1sqg15u {
35397
- background: white;
35398
- }
35399
- .E_t1sqg15u.inline .table-row {
35400
- flex-direction: column;
35401
- }
35402
- .E_t1sqg15u.inline .table-row > label {
35403
- padding: 0 16px 7px 0;
35404
- }
35405
- .E_t1sqg15u.has-border .table-header {
35406
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35407
- }
35408
- .E_t1sqg15u.has-border .hiddenBorder {
35409
- border-top: none !important;
35410
- }
35411
- .E_t1sqg15u.has-border .table-row + .table-row {
35412
- border-top: 1px solid rgba(225, 230, 241, 0.6);
35413
- }
35414
- .E_t1sqg15u.has-border .table-row:last-of-type {
35415
- padding-bottom: 0;
35416
- }
35417
- .E_t1sqg15u.align-right .content {
35418
- text-align: right;
35419
- }
35420
- .E_t1sqg15u .uuid-row {
35421
- display: flex;
35422
- justify-content: space-between;
35423
- }
35424
- .E_t1sqg15u .uuid-row .id-text {
35425
- white-space: nowrap;
35552
+ display: block;
35426
35553
  overflow: hidden;
35427
35554
  text-overflow: ellipsis;
35555
+ white-space: nowrap;
35428
35556
  }
35429
-
35430
- .E_t4zczcp {
35431
- display: flex;
35432
- justify-content: space-between;
35433
- align-items: center;
35434
- padding: 8px;
35435
- min-height: 32px;
35436
- }
35437
- .E_t4zczcp .table-title {
35438
- color: rgba(44, 56, 82, 0.6);
35439
- font-weight: 600;
35440
- font-size: 12px;
35441
- line-height: 8px;
35557
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
35558
+ content: " ";
35559
+ height: 1px;
35560
+ width: calc(100% + 10px);
35561
+ background: rgba(172, 186, 211, 0.6);
35562
+ display: block;
35442
35563
  }
35443
- .E_t4zczcp .edit-icon {
35444
- font-size: 16px;
35445
- color: rgba(10, 37, 85, 0.6);
35446
- cursor: pointer;
35564
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
35565
+ color: #0080ff;
35566
+ background: transparent;
35447
35567
  }
35448
35568
 
35449
- .E_t1s7goww {
35450
- font-size: 12px;
35451
- line-height: 18px;
35569
+ .E_wg1tsps {
35570
+ display: flex;
35571
+ align-items: center;
35572
+ justify-content: flex-end;
35452
35573
  }
35453
35574
 
35454
- .E_t93e4cf {
35575
+ .E_b1ctd5xy {
35455
35576
  display: flex;
35456
- padding: 8px 0;
35457
- color: #2d3a56;
35458
- }
35459
- .E_t93e4cf .hidden {
35460
- display: none;
35461
- }
35462
- .E_t93e4cf .ant-btn.ant-btn-link {
35463
- height: auto;
35577
+ align-items: center;
35578
+ width: calc(100% - 40px);
35464
35579
  }
35465
- .E_t93e4cf .content {
35466
- overflow: hidden;
35467
- overflow-x: auto;
35580
+ .E_b1ctd5xy .chart {
35581
+ display: inline-block;
35468
35582
  width: 100%;
35469
- white-space: pre-wrap;
35470
- }
35471
- .E_t93e4cf .content .ant-btn {
35472
- white-space: pre-wrap;
35473
- text-align: left;
35474
- }
35475
- .E_t93e4cf .content .unit-chart {
35476
- justify-content: flex-start;
35477
35583
  }
35478
35584
 
35479
- .E_rhz2uv5 {
35480
- width: var(--rhz2uv5-0);
35481
- flex-shrink: 0;
35482
- color: rgba(44, 56, 82, 0.6);
35483
- padding-right: 12px;
35585
+ .E_u1p8acpn {
35586
+ min-width: 40px;
35587
+ }
35588
+ .E_u1p8acpn .unit {
35589
+ color: #00122e !important;
35484
35590
  }
35485
35591
 
35486
35592
  .E_cyms3br {
@@ -35536,43 +35642,6 @@ span.E_tqjc4ui {
35536
35642
  justify-content: center;
35537
35643
  }
35538
35644
 
35539
- .E_d11hhzf9 {
35540
- width: 492px !important;
35541
- margin: 40px auto !important;
35542
- padding-bottom: 0 !important;
35543
- }
35544
- .E_d11hhzf9 .ant-modal-content {
35545
- background: #fff;
35546
- border-radius: 16px;
35547
- }
35548
- .E_d11hhzf9 .ant-modal-header {
35549
- padding: 32px 40px 0;
35550
- border-bottom: none;
35551
- border-radius: 16px 16px 0 0;
35552
- }
35553
- .E_d11hhzf9 .ant-modal-close {
35554
- right: 40px;
35555
- top: 32px;
35556
- }
35557
- .E_d11hhzf9 .ant-modal-body {
35558
- padding: 32px 40px;
35559
- min-height: 160px;
35560
- max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
35561
- overflow-y: auto;
35562
- }
35563
- .E_d11hhzf9 .ant-modal-footer {
35564
- padding: 24px 40px;
35565
- margin-top: 0;
35566
- border-top: none;
35567
- box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
35568
- }
35569
-
35570
- .E_f1g147n6 {
35571
- display: flex;
35572
- justify-content: flex-end;
35573
- gap: 8px;
35574
- }
35575
-
35576
35645
  .E_i5w779o {
35577
35646
  padding: 8px 0;
35578
35647
  }
@@ -35683,6 +35752,44 @@ span.E_tqjc4ui {
35683
35752
  background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
35684
35753
  }
35685
35754
 
35755
+ .E_c1ss4prm {
35756
+ color: rgba(44, 56, 82, 0.6);
35757
+ }
35758
+ .E_c1ss4prm li {
35759
+ margin-bottom: 4px;
35760
+ }
35761
+ .E_c1ss4prm li:last-child {
35762
+ margin-bottom: 0;
35763
+ }
35764
+
35765
+ .E_ms3tlei {
35766
+ background: rgba(225, 230, 241, 0.6);
35767
+ padding: 8px;
35768
+ border-radius: 6px;
35769
+ color: rgba(44, 56, 82, 0.6);
35770
+ }
35771
+ .E_ms3tlei li {
35772
+ margin-bottom: 4px;
35773
+ }
35774
+ .E_ms3tlei li:last-child {
35775
+ margin-bottom: 0;
35776
+ }
35777
+
35778
+ .E_du44iy7 {
35779
+ margin-bottom: 4px;
35780
+ }
35781
+
35782
+ .E_s1qmhanr {
35783
+ color: rgba(44, 56, 82, 0.6);
35784
+ margin-bottom: 8px;
35785
+ }
35786
+
35787
+ .E_drje1h0 {
35788
+ height: 1px;
35789
+ background: #e4e9f2;
35790
+ margin: 16px 0;
35791
+ }
35792
+
35686
35793
  .E_l12xdkhl {
35687
35794
  width: 64px;
35688
35795
  height: 64px;
@@ -35707,6 +35814,50 @@ span.E_tqjc4ui {
35707
35814
  }
35708
35815
  }
35709
35816
 
35817
+ .E_c14ouk5o {
35818
+ width: 100%;
35819
+ height: 100%;
35820
+ display: flex;
35821
+ font-size: 12px;
35822
+ line-height: 18px;
35823
+ padding: 8px 0;
35824
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
35825
+ }
35826
+ .E_c14ouk5o:last-of-type {
35827
+ box-shadow: none;
35828
+ padding-bottom: 0;
35829
+ }
35830
+ .E_c14ouk5o.collapsed {
35831
+ flex-direction: column;
35832
+ }
35833
+ .E_c14ouk5o.collapsed .collapsed-content {
35834
+ display: flex;
35835
+ }
35836
+ .E_c14ouk5o.collapsed .collapsed-content > span {
35837
+ flex: 1;
35838
+ display: flex;
35839
+ justify-content: space-between;
35840
+ }
35841
+ .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
35842
+ height: auto;
35843
+ }
35844
+ .E_c14ouk5o.collapsed .extra-content {
35845
+ margin-left: 162px;
35846
+ }
35847
+ .E_c14ouk5o .col-label {
35848
+ width: 216px;
35849
+ color: rgba(44, 56, 82, 0.6);
35850
+ margin-right: 12px;
35851
+ flex-shrink: 0;
35852
+ }
35853
+ .E_c14ouk5o .col-content {
35854
+ color: #2d3a56;
35855
+ /* make btn link in info row have the same height as normal text */
35856
+ }
35857
+ .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
35858
+ height: auto;
35859
+ }
35860
+
35710
35861
  .E_c1kchka8 {
35711
35862
  height: 100%;
35712
35863
  width: 100%;
@@ -36199,50 +36350,6 @@ span.E_tqjc4ui {
36199
36350
  padding: 0;
36200
36351
  }
36201
36352
 
36202
- .E_c14ouk5o {
36203
- width: 100%;
36204
- height: 100%;
36205
- display: flex;
36206
- font-size: 12px;
36207
- line-height: 18px;
36208
- padding: 8px 0;
36209
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
36210
- }
36211
- .E_c14ouk5o:last-of-type {
36212
- box-shadow: none;
36213
- padding-bottom: 0;
36214
- }
36215
- .E_c14ouk5o.collapsed {
36216
- flex-direction: column;
36217
- }
36218
- .E_c14ouk5o.collapsed .collapsed-content {
36219
- display: flex;
36220
- }
36221
- .E_c14ouk5o.collapsed .collapsed-content > span {
36222
- flex: 1;
36223
- display: flex;
36224
- justify-content: space-between;
36225
- }
36226
- .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
36227
- height: auto;
36228
- }
36229
- .E_c14ouk5o.collapsed .extra-content {
36230
- margin-left: 162px;
36231
- }
36232
- .E_c14ouk5o .col-label {
36233
- width: 216px;
36234
- color: rgba(44, 56, 82, 0.6);
36235
- margin-right: 12px;
36236
- flex-shrink: 0;
36237
- }
36238
- .E_c14ouk5o .col-content {
36239
- color: #2d3a56;
36240
- /* make btn link in info row have the same height as normal text */
36241
- }
36242
- .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
36243
- height: auto;
36244
- }
36245
-
36246
36353
  .E_cevhqx7 {
36247
36354
  color: #00122e;
36248
36355
  }
@@ -36250,42 +36357,4 @@ span.E_tqjc4ui {
36250
36357
  .E_snbqlt4 {
36251
36358
  margin-top: 8px;
36252
36359
  color: rgba(44, 56, 82, 0.6);
36253
- }
36254
-
36255
- .E_c1ss4prm {
36256
- color: rgba(44, 56, 82, 0.6);
36257
- }
36258
- .E_c1ss4prm li {
36259
- margin-bottom: 4px;
36260
- }
36261
- .E_c1ss4prm li:last-child {
36262
- margin-bottom: 0;
36263
- }
36264
-
36265
- .E_ms3tlei {
36266
- background: rgba(225, 230, 241, 0.6);
36267
- padding: 8px;
36268
- border-radius: 6px;
36269
- color: rgba(44, 56, 82, 0.6);
36270
- }
36271
- .E_ms3tlei li {
36272
- margin-bottom: 4px;
36273
- }
36274
- .E_ms3tlei li:last-child {
36275
- margin-bottom: 0;
36276
- }
36277
-
36278
- .E_du44iy7 {
36279
- margin-bottom: 4px;
36280
- }
36281
-
36282
- .E_s1qmhanr {
36283
- color: rgba(44, 56, 82, 0.6);
36284
- margin-bottom: 8px;
36285
- }
36286
-
36287
- .E_drje1h0 {
36288
- height: 1px;
36289
- background: #e4e9f2;
36290
- margin: 16px 0;
36291
36360
  }