@cloudtower/eagle 0.33.2 → 0.33.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -29685,67 +29685,6 @@ html body {
29685
29685
  margin-left: 1px;
29686
29686
  }
29687
29687
 
29688
- .E_s1ebs0ra {
29689
- display: flex;
29690
- align-items: center;
29691
- justify-content: space-between;
29692
- background: #edf0f7;
29693
- padding: 8px 12px;
29694
- position: sticky;
29695
- top: 0;
29696
- z-index: 1;
29697
- margin-bottom: -52px;
29698
- }
29699
- .E_s1ebs0ra .select-total {
29700
- display: flex;
29701
- align-items: center;
29702
- font-weight: 700;
29703
- flex-shrink: 0;
29704
- }
29705
- .E_s1ebs0ra .select-total .icon-wrapper {
29706
- cursor: pointer;
29707
- margin-left: 8px;
29708
- width: 32px;
29709
- height: 32px;
29710
- border-radius: 50%;
29711
- justify-content: center;
29712
- }
29713
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
29714
- background: rgba(225, 230, 241, 0.6);
29715
- }
29716
- .E_s1ebs0ra .action-group {
29717
- flex: 1;
29718
- margin-left: 88px;
29719
- white-space: nowrap;
29720
- text-align: right;
29721
- position: relative;
29722
- padding: 4px 0;
29723
- margin-top: -4px;
29724
- overflow: hidden;
29725
- }
29726
- .E_s1ebs0ra .action-group .sub-menu-delete {
29727
- transform: translateY(-4px);
29728
- }
29729
- .E_s1ebs0ra .action-group button {
29730
- border: none;
29731
- }
29732
- .E_s1ebs0ra .action-group > *:not(:last-child) {
29733
- margin-right: 8px;
29734
- }
29735
- .E_s1ebs0ra .action-group > button:last-child {
29736
- margin-right: 4px;
29737
- }
29738
- .E_s1ebs0ra .action-group .more-btn {
29739
- cursor: pointer;
29740
- width: 32px;
29741
- height: 32px;
29742
- justify-content: center;
29743
- border-radius: 50%;
29744
- }
29745
- .E_s1ebs0ra .action-group .more-btn:hover {
29746
- background: #fff;
29747
- }
29748
-
29749
29688
  .E_gmyahx3 {
29750
29689
  cursor: pointer;
29751
29690
  }
@@ -29849,6 +29788,10 @@ html body {
29849
29788
  border-radius: 2px;
29850
29789
  }
29851
29790
 
29791
+ span.E_tqjc4ui {
29792
+ margin: 0 2px;
29793
+ }
29794
+
29852
29795
  .E_c18bcrac {
29853
29796
  display: inline-block;
29854
29797
  width: 100%;
@@ -30036,35 +29979,65 @@ html body {
30036
29979
  color: #fff;
30037
29980
  }
30038
29981
 
30039
- .E_ou7iq30 {
30040
- overflow: hidden;
30041
- text-overflow: ellipsis;
29982
+ .E_s1ebs0ra {
29983
+ display: flex;
29984
+ align-items: center;
29985
+ justify-content: space-between;
29986
+ background: #edf0f7;
29987
+ padding: 8px 12px;
29988
+ position: sticky;
29989
+ top: 0;
29990
+ z-index: 1;
29991
+ margin-bottom: -52px;
30042
29992
  }
30043
-
30044
- .E_s1tui002 {
29993
+ .E_s1ebs0ra .select-total {
29994
+ display: flex;
29995
+ align-items: center;
29996
+ font-weight: 700;
29997
+ flex-shrink: 0;
29998
+ }
29999
+ .E_s1ebs0ra .select-total .icon-wrapper {
30000
+ cursor: pointer;
30001
+ margin-left: 8px;
30002
+ width: 32px;
30003
+ height: 32px;
30004
+ border-radius: 50%;
30005
+ justify-content: center;
30006
+ }
30007
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
30008
+ background: rgba(225, 230, 241, 0.6);
30009
+ }
30010
+ .E_s1ebs0ra .action-group {
30011
+ flex: 1;
30012
+ margin-left: 88px;
30045
30013
  white-space: nowrap;
30014
+ text-align: right;
30015
+ position: relative;
30016
+ padding: 4px 0;
30017
+ margin-top: -4px;
30018
+ overflow: hidden;
30046
30019
  }
30047
-
30048
- .E_mxrc2zg {
30049
- display: -webkit-box;
30050
- -webkit-line-clamp: var(--mxrc2zg-0);
30051
- -webkit-box-orient: vertical;
30052
- word-break: break-all;
30020
+ .E_s1ebs0ra .action-group .sub-menu-delete {
30021
+ transform: translateY(-4px);
30053
30022
  }
30054
-
30055
- .E_t1vv6d68 .ant-tooltip-arrow {
30056
- display: none;
30023
+ .E_s1ebs0ra .action-group button {
30024
+ border: none;
30057
30025
  }
30058
- .E_t1vv6d68 .ant-tooltip-inner {
30059
- background: rgba(23, 38, 64, 0.8);
30060
- border-radius: 4px;
30026
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
30027
+ margin-right: 8px;
30061
30028
  }
30062
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30063
- visibility: hidden;
30029
+ .E_s1ebs0ra .action-group > button:last-child {
30030
+ margin-right: 4px;
30064
30031
  }
30065
-
30066
- span.E_tqjc4ui {
30067
- margin: 0 2px;
30032
+ .E_s1ebs0ra .action-group .more-btn {
30033
+ cursor: pointer;
30034
+ width: 32px;
30035
+ height: 32px;
30036
+ justify-content: center;
30037
+ border-radius: 50%;
30038
+ }
30039
+ .E_s1ebs0ra .action-group .more-btn:hover {
30040
+ background: #fff;
30068
30041
  }
30069
30042
 
30070
30043
  .E_n12mqh7z {
@@ -30086,42 +30059,6 @@ span.E_tqjc4ui {
30086
30059
  overflow: auto;
30087
30060
  }
30088
30061
 
30089
- .E_c18gxmrl {
30090
- border: 1px solid #d8deeb;
30091
- border-radius: 4px;
30092
- }
30093
- .E_c18gxmrl + .E_c18gxmrl {
30094
- margin-top: 8px;
30095
- }
30096
- .E_c18gxmrl:hover {
30097
- border-color: #0080ff;
30098
- }
30099
- .E_c18gxmrl:hover > header {
30100
- background: rgba(0, 128, 255, 0.1);
30101
- }
30102
- .E_c18gxmrl.active header {
30103
- border-bottom: 1px solid #d8deeb;
30104
- }
30105
- .E_c18gxmrl > header {
30106
- padding: 8px 12px;
30107
- }
30108
-
30109
- .E_berrcjl {
30110
- color: rgba(10, 37, 85, 0.6);
30111
- margin-bottom: 4px;
30112
- }
30113
- .E_berrcjl .breadcrumb-link {
30114
- color: rgba(10, 37, 85, 0.6);
30115
- cursor: pointer;
30116
- transition: color 160ms ease;
30117
- }
30118
- .E_berrcjl .breadcrumb-link:hover {
30119
- color: #0080ff;
30120
- }
30121
- .E_berrcjl .breadcrumb-link:active {
30122
- color: #005ed1;
30123
- }
30124
-
30125
30062
  .E_s1at6qmn.ant-layout-sider {
30126
30063
  background: #edf0f7;
30127
30064
  padding: 32px 8px;
@@ -30235,6 +30172,33 @@ span.E_tqjc4ui {
30235
30172
  text-align: left;
30236
30173
  }
30237
30174
 
30175
+ .E_ou7iq30 {
30176
+ overflow: hidden;
30177
+ text-overflow: ellipsis;
30178
+ }
30179
+
30180
+ .E_s1tui002 {
30181
+ white-space: nowrap;
30182
+ }
30183
+
30184
+ .E_mxrc2zg {
30185
+ display: -webkit-box;
30186
+ -webkit-line-clamp: var(--mxrc2zg-0);
30187
+ -webkit-box-orient: vertical;
30188
+ word-break: break-all;
30189
+ }
30190
+
30191
+ .E_t1vv6d68 .ant-tooltip-arrow {
30192
+ display: none;
30193
+ }
30194
+ .E_t1vv6d68 .ant-tooltip-inner {
30195
+ background: rgba(23, 38, 64, 0.8);
30196
+ border-radius: 4px;
30197
+ }
30198
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30199
+ visibility: hidden;
30200
+ }
30201
+
30238
30202
  .E_t1sqg15u {
30239
30203
  background: white;
30240
30204
  }
@@ -30325,26 +30289,6 @@ span.E_tqjc4ui {
30325
30289
  padding-right: 12px;
30326
30290
  }
30327
30291
 
30328
- .E_m74vjol {
30329
- display: flex;
30330
- justify-content: space-between;
30331
- width: 100%;
30332
- }
30333
- .E_m74vjol .action {
30334
- margin-left: 16px;
30335
- }
30336
-
30337
- .E_a1o35uvh.ant-alert-closable {
30338
- padding-right: 12px;
30339
- }
30340
- .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
30341
- height: fit-content;
30342
- margin-left: 16px;
30343
- }
30344
- .E_a1o35uvh .ant-alert-message {
30345
- flex: 1;
30346
- }
30347
-
30348
30292
  .E_s1iv0tp1 .enabled-switch {
30349
30293
  display: flex;
30350
30294
  align-items: center;
@@ -30353,311 +30297,24 @@ span.E_tqjc4ui {
30353
30297
  margin-right: 8px;
30354
30298
  }
30355
30299
 
30356
- .E_b1wx3t3t.ant-btn-icon-only {
30357
- justify-content: center;
30300
+ .E_wg1tsps {
30301
+ display: flex;
30302
+ align-items: center;
30303
+ justify-content: flex-end;
30358
30304
  }
30359
- .E_b1wx3t3t.ant-btn {
30360
- display: inline-flex;
30305
+
30306
+ .E_b1ctd5xy {
30307
+ display: flex;
30361
30308
  align-items: center;
30362
- justify-content: center;
30363
- height: 32px;
30364
- border-radius: 6px;
30365
- line-height: 22px;
30366
- transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
30367
- transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
30368
- padding: 5px 12px;
30309
+ width: calc(100% - 40px);
30369
30310
  }
30370
- .E_b1wx3t3t.ant-btn.ant-btn-lg {
30371
- height: 40px;
30372
- line-height: 24px;
30373
- padding: 8px 16px;
30311
+ .E_b1ctd5xy .chart {
30312
+ display: inline-block;
30313
+ width: 100%;
30374
30314
  }
30375
- .E_b1wx3t3t.ant-btn.ant-btn-sm {
30376
- height: 24px;
30377
- line-height: 20px;
30378
- padding: 2px 8px;
30379
- }
30380
- .E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
30381
- border-radius: 50%;
30382
- }
30383
- .E_b1wx3t3t .ant-btn-loading-icon span.anticon {
30384
- margin-right: 8px;
30385
- padding-right: 0px;
30386
- }
30387
- .E_b1wx3t3t.ant-btn.ant-btn-primary, .E_b1wx3t3t.ant-btn.ant-btn-secondary, .E_b1wx3t3t.ant-btn.ant-btn-tertiary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint, .E_b1wx3t3t.ant-btn.ant-btn-quiet {
30388
- color: var(--color, #06101f);
30389
- font-weight: var(--font-weight);
30390
- background: var(--background-color, #fff);
30391
- border-width: var(--border-width, 1px);
30392
- border-color: var(--border-color, #d9d9d9);
30393
- }
30394
- .E_b1wx3t3t.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
30395
- display: none;
30396
- }
30397
- .E_b1wx3t3t.ant-btn.ant-btn-primary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-secondary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-tertiary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint .anticon, .E_b1wx3t3t.ant-btn.ant-btn-quiet .anticon {
30398
- color: var(--color, inherit);
30399
- }
30400
- .E_b1wx3t3t.ant-btn.ant-btn-primary:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-hover {
30401
- background: var(--background-color-hover, var(--background-color));
30402
- border-color: var(--border-color-hover, var(--border-color, transparent));
30403
- }
30404
- .E_b1wx3t3t.ant-btn.ant-btn-primary:active, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-secondary:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-quiet:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-active {
30405
- --scale: 1;
30406
- --transY: 1px;
30407
- background: var(--background-color-active, var(--background-color));
30408
- border-color: var(--border-color-active, var(--border-color, transparent));
30409
- }
30410
- .E_b1wx3t3t.ant-btn.ant-btn-primary:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-focus {
30411
- background: var(--background-color-focus, var(--background-color));
30412
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
30413
- border-color: var(--border-color-focus, var(--border-color, transparent));
30414
- }
30415
- .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled], .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:active {
30416
- color: var(--color-disabled, var(--color));
30417
- background: var(--background-color-disabled, var(--background-color));
30418
- border-color: var(--border-color-disabled, var(--border-color, transparent));
30419
- opacity: 0.5;
30420
- --transY: 0;
30421
- }
30422
- .E_b1wx3t3t.ant-btn-link[disabled] {
30423
- color: #0080ff;
30424
- opacity: 0.5;
30425
- }
30426
- .E_b1wx3t3t.ant-btn-primary {
30427
- --color: #fff;
30428
- --font-weight: bold;
30429
- --border-width: 0;
30430
- --background-color: #0080ff;
30431
- --background-color-hover: #009dff;
30432
- --background-color-active: #005ed1;
30433
- --background-color-focus: #0080ff;
30434
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30435
- }
30436
- .E_b1wx3t3t.ant-btn-primary.ant-btn-dangerous {
30437
- --background-color: #f0483e;
30438
- --background-color-hover: #ff5252;
30439
- --background-color-active: #c73d31;
30440
- --background-color-focus: #ff5252;
30441
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30442
- }
30443
- .E_b1wx3t3t.ant-btn-primary.btn-primary-orange {
30444
- --background-color: #fea008;
30445
- --background-color-hover: #feba33;
30446
- --background-color-active: #e07f00;
30447
- --background-color-focus: #fea008;
30448
- }
30449
- .E_b1wx3t3t.ant-btn-secondary {
30450
- --color: #0080ff;
30451
- --font-weight: bold;
30452
- --border-width: 0;
30453
- --background-color: rgba(0, 136, 255, 0.1);
30454
- --background-color-hover: rgba(0, 136, 255, 0.16);
30455
- --background-color-active: rgba(0, 136, 255, 0.2);
30456
- --background-color-focus: rgba(0, 136, 255, 0.1);
30457
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30458
- }
30459
- .E_b1wx3t3t.ant-btn-secondary.ant-btn-dangerous {
30460
- --color: #f0483e;
30461
- --background-color: rgba(255, 74, 74, 0.1);
30462
- --background-color-hover: rgba(255, 74, 74, 0.16);
30463
- --background-color-active: rgba(255, 74, 74, 0.2);
30464
- --background-color-focus: rgba(255, 74, 74, 0.1);
30465
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30466
- }
30467
- .E_b1wx3t3t.ant-btn-secondary.btn-primary-orange {
30468
- --color: #fea008;
30469
- --background-color: rgba(255, 187, 0, 0.1);
30470
- --background-color-hover: rgba(255, 187, 0, 0.16);
30471
- --background-color-active: rgba(255, 187, 0, 0.2);
30472
- --background-color-focus: rgba(255, 187, 0, 0.1);
30473
- }
30474
- .E_b1wx3t3t.ant-btn-tertiary {
30475
- --color: #0080ff;
30476
- --font-weight: bold;
30477
- --border-width: 0;
30478
- --background-color: #fff;
30479
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30480
- box-shadow: none;
30481
- }
30482
- .E_b1wx3t3t.ant-btn-tertiary:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-active {
30483
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30484
- }
30485
- .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous {
30486
- --color: #f0483e;
30487
- --background-color: #fff;
30488
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30489
- }
30490
- .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
30491
- filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
30492
- }
30493
- .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange {
30494
- --color: #fea008;
30495
- --background-color: #fff;
30496
- }
30497
- .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
30498
- filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
30499
- }
30500
- .E_b1wx3t3t.ant-btn-ordinary {
30501
- --color: #1d326c;
30502
- --border-color: #ccd4e3;
30503
- --background-color: #fff;
30504
- --background-color-hover: #edf0f7;
30505
- --background-color-active: #e4e9f2;
30506
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30507
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
30508
- }
30509
- .E_b1wx3t3t.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn-ordinary.__pseudo-states-focus {
30510
- box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
30511
- }
30512
- .E_b1wx3t3t.ant-btn-ordinary.ordinary-blue {
30513
- --color: #0080ff;
30514
- --border-color: #0080ff;
30515
- --background-color: #fff;
30516
- --background-color-hover: linear-gradient(
30517
- 0deg,
30518
- rgba(0, 136, 255, 0.16),
30519
- rgba(0, 136, 255, 0.16)
30520
- ),
30521
- #ffffff;
30522
- --background-color-active: linear-gradient(
30523
- 0deg,
30524
- rgba(0, 136, 255, 0.2),
30525
- rgba(0, 136, 255, 0.2)
30526
- ),
30527
- #ffffff;
30528
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30529
- box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
30530
- }
30531
- .E_b1wx3t3t.ant-btn-ordinary.ant-btn-dangerous {
30532
- --color: #f0483e;
30533
- --border-color: #f0483e;
30534
- --background-color: #fff;
30535
- --background-color-hover: linear-gradient(
30536
- 0deg,
30537
- rgba(255, 74, 74, 0.16),
30538
- rgba(255, 74, 74, 0.16)
30539
- ),
30540
- #ffffff;
30541
- --background-color-active: linear-gradient(
30542
- 0deg,
30543
- rgba(255, 74, 74, 0.2),
30544
- rgba(255, 74, 74, 0.2)
30545
- ),
30546
- #ffffff;
30547
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30548
- }
30549
- .E_b1wx3t3t.ant-btn-ordinary-onTint {
30550
- --color: #1d326c;
30551
- --border-color: #fff;
30552
- --background-color: #fff;
30553
- --background-color-hover: rgba(211, 218, 235, 0.6);
30554
- --background-color-active: rgba(192, 203, 224, 0.6);
30555
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30556
- box-shadow: none;
30557
- }
30558
- .E_b1wx3t3t.ant-btn-ordinary-onTint.ordinary-blue {
30559
- --color: #0080ff;
30560
- --border-color: #fff;
30561
- --background-color: #fff;
30562
- --background-color-hover: rgba(0, 136, 255, 0.16);
30563
- --background-color-active: rgba(0, 136, 255, 0.2);
30564
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30565
- box-shadow: none;
30566
- }
30567
- .E_b1wx3t3t.ant-btn-ordinary-onTint.ant-btn-dangerous {
30568
- --color: #f0483e;
30569
- --background-color-hover: rgba(255, 74, 74, 0.16);
30570
- --background-color-active: rgba(255, 74, 74, 0.2);
30571
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30572
- }
30573
- .E_b1wx3t3t.ant-btn-quiet {
30574
- --color: rgba(44, 56, 82, 0.6);
30575
- --border-width: 0;
30576
- --background-color: transparent;
30577
- --background-color-hover: rgba(211, 218, 235, 0.6);
30578
- --background-color-active: rgba(192, 203, 224, 0.6);
30579
- --background-color-focus: #fff;
30580
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30581
- box-shadow: none;
30582
- }
30583
- .E_b1wx3t3t.ant-btn-quiet.ant-btn-dangerous {
30584
- --color: #f0483e;
30585
- --background-color-hover: rgba(255, 74, 74, 0.16);
30586
- --background-color-active: rgba(255, 74, 74, 0.2);
30587
- --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30588
- }
30589
- .E_b1wx3t3t.ant-btn-quiet.quiet-blue {
30590
- --color: #0080ff;
30591
- --background-color: transparent;
30592
- --background-color-hover: rgba(0, 136, 255, 0.16);
30593
- --background-color-active: rgba(0, 136, 255, 0.2);
30594
- --background-color-focus: #fff;
30595
- --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30596
- }
30597
- .E_b1wx3t3t .button-prefix-icon {
30598
- margin-right: 8px;
30599
- display: inline-flex;
30600
- }
30601
- .E_b1wx3t3t .button-suffix-icon {
30602
- margin-left: 8px;
30603
- display: inline-flex;
30604
- }
30605
- .E_b1wx3t3t .icon-wrapper {
30606
- display: flex;
30607
- justify-content: center;
30608
- }
30609
-
30610
- button.E_n7k2c6r {
30611
- padding: 0;
30612
- }
30613
-
30614
- .E_b1nip9bk {
30615
- padding: 4px 11px;
30616
- }
30617
-
30618
- .E_bqamoqe {
30619
- white-space: nowrap;
30620
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30621
- }
30622
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30623
- --color: #0080ff;
30624
- }
30625
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
30626
- --color: #0080ff;
30627
- }
30628
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30629
- margin-left: 1px;
30630
- }
30631
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30632
- border-top-right-radius: 0;
30633
- border-bottom-right-radius: 0;
30634
- }
30635
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30636
- border-top-left-radius: 0;
30637
- border-bottom-left-radius: 0;
30638
- }
30639
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30640
- border-radius: unset;
30641
- }
30642
-
30643
- .E_wg1tsps {
30644
- display: flex;
30645
- align-items: center;
30646
- justify-content: flex-end;
30647
- }
30648
-
30649
- .E_b1ctd5xy {
30650
- display: flex;
30651
- align-items: center;
30652
- width: calc(100% - 40px);
30653
- }
30654
- .E_b1ctd5xy .chart {
30655
- display: inline-block;
30656
- width: 100%;
30657
- }
30658
-
30659
- .E_u1p8acpn {
30660
- min-width: 40px;
30315
+
30316
+ .E_u1p8acpn {
30317
+ min-width: 40px;
30661
30318
  }
30662
30319
  .E_u1p8acpn .unit {
30663
30320
  color: #00122e !important;
@@ -30854,96 +30511,363 @@ button.E_n7k2c6r {
30854
30511
  text-overflow: ellipsis;
30855
30512
  white-space: nowrap;
30856
30513
  }
30857
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
30858
- content: " ";
30859
- height: 1px;
30860
- width: calc(100% + 10px);
30861
- background: rgba(172, 186, 211, 0.6);
30862
- display: block;
30514
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
30515
+ content: " ";
30516
+ height: 1px;
30517
+ width: calc(100% + 10px);
30518
+ background: rgba(172, 186, 211, 0.6);
30519
+ display: block;
30520
+ }
30521
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
30522
+ color: #0080ff;
30523
+ background: transparent;
30524
+ }
30525
+
30526
+ .E_berrcjl {
30527
+ color: rgba(10, 37, 85, 0.6);
30528
+ margin-bottom: 4px;
30529
+ }
30530
+ .E_berrcjl .breadcrumb-link {
30531
+ color: rgba(10, 37, 85, 0.6);
30532
+ cursor: pointer;
30533
+ transition: color 160ms ease;
30534
+ }
30535
+ .E_berrcjl .breadcrumb-link:hover {
30536
+ color: #0080ff;
30537
+ }
30538
+ .E_berrcjl .breadcrumb-link:active {
30539
+ color: #005ed1;
30540
+ }
30541
+
30542
+ .E_b1nip9bk {
30543
+ padding: 4px 11px;
30544
+ }
30545
+
30546
+ .E_bqamoqe {
30547
+ white-space: nowrap;
30548
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30549
+ }
30550
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30551
+ --color: #0080ff;
30552
+ }
30553
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
30554
+ --color: #0080ff;
30555
+ }
30556
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30557
+ margin-left: 1px;
30558
+ }
30559
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30560
+ border-top-right-radius: 0;
30561
+ border-bottom-right-radius: 0;
30562
+ }
30563
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30564
+ border-top-left-radius: 0;
30565
+ border-bottom-left-radius: 0;
30566
+ }
30567
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30568
+ border-radius: unset;
30569
+ }
30570
+
30571
+ .E_m74vjol {
30572
+ display: flex;
30573
+ justify-content: space-between;
30574
+ width: 100%;
30575
+ }
30576
+ .E_m74vjol .action {
30577
+ margin-left: 16px;
30578
+ }
30579
+
30580
+ .E_a1o35uvh.ant-alert-closable {
30581
+ padding-right: 12px;
30582
+ }
30583
+ .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
30584
+ height: fit-content;
30585
+ margin-left: 16px;
30586
+ }
30587
+ .E_a1o35uvh .ant-alert-message {
30588
+ flex: 1;
30589
+ }
30590
+
30591
+ .E_b1wx3t3t.ant-btn-icon-only {
30592
+ justify-content: center;
30593
+ }
30594
+ .E_b1wx3t3t.ant-btn {
30595
+ display: inline-flex;
30596
+ align-items: center;
30597
+ justify-content: center;
30598
+ height: 32px;
30599
+ border-radius: 6px;
30600
+ line-height: 22px;
30601
+ transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
30602
+ transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
30603
+ padding: 5px 12px;
30604
+ }
30605
+ .E_b1wx3t3t.ant-btn.ant-btn-lg {
30606
+ height: 40px;
30607
+ line-height: 24px;
30608
+ padding: 8px 16px;
30609
+ }
30610
+ .E_b1wx3t3t.ant-btn.ant-btn-sm {
30611
+ height: 24px;
30612
+ line-height: 20px;
30613
+ padding: 2px 8px;
30614
+ }
30615
+ .E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
30616
+ border-radius: 50%;
30617
+ }
30618
+ .E_b1wx3t3t .ant-btn-loading-icon span.anticon {
30619
+ margin-right: 8px;
30620
+ padding-right: 0px;
30621
+ }
30622
+ .E_b1wx3t3t.ant-btn.ant-btn-primary, .E_b1wx3t3t.ant-btn.ant-btn-secondary, .E_b1wx3t3t.ant-btn.ant-btn-tertiary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint, .E_b1wx3t3t.ant-btn.ant-btn-quiet {
30623
+ color: var(--color, #06101f);
30624
+ font-weight: var(--font-weight);
30625
+ background: var(--background-color, #fff);
30626
+ border-width: var(--border-width, 1px);
30627
+ border-color: var(--border-color, #d9d9d9);
30628
+ }
30629
+ .E_b1wx3t3t.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
30630
+ display: none;
30631
+ }
30632
+ .E_b1wx3t3t.ant-btn.ant-btn-primary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-secondary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-tertiary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint .anticon, .E_b1wx3t3t.ant-btn.ant-btn-quiet .anticon {
30633
+ color: var(--color, inherit);
30634
+ }
30635
+ .E_b1wx3t3t.ant-btn.ant-btn-primary:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-hover {
30636
+ background: var(--background-color-hover, var(--background-color));
30637
+ border-color: var(--border-color-hover, var(--border-color, transparent));
30638
+ }
30639
+ .E_b1wx3t3t.ant-btn.ant-btn-primary:active, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-secondary:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-quiet:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-active {
30640
+ --scale: 1;
30641
+ --transY: 1px;
30642
+ background: var(--background-color-active, var(--background-color));
30643
+ border-color: var(--border-color-active, var(--border-color, transparent));
30644
+ }
30645
+ .E_b1wx3t3t.ant-btn.ant-btn-primary:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-focus {
30646
+ background: var(--background-color-focus, var(--background-color));
30647
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
30648
+ border-color: var(--border-color-focus, var(--border-color, transparent));
30649
+ }
30650
+ .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled], .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:active {
30651
+ color: var(--color-disabled, var(--color));
30652
+ background: var(--background-color-disabled, var(--background-color));
30653
+ border-color: var(--border-color-disabled, var(--border-color, transparent));
30654
+ opacity: 0.5;
30655
+ --transY: 0;
30656
+ }
30657
+ .E_b1wx3t3t.ant-btn-link[disabled] {
30658
+ color: #0080ff;
30659
+ opacity: 0.5;
30660
+ }
30661
+ .E_b1wx3t3t.ant-btn-primary {
30662
+ --color: #fff;
30663
+ --font-weight: bold;
30664
+ --border-width: 0;
30665
+ --background-color: #0080ff;
30666
+ --background-color-hover: #009dff;
30667
+ --background-color-active: #005ed1;
30668
+ --background-color-focus: #0080ff;
30669
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30670
+ }
30671
+ .E_b1wx3t3t.ant-btn-primary.ant-btn-dangerous {
30672
+ --background-color: #f0483e;
30673
+ --background-color-hover: #ff5252;
30674
+ --background-color-active: #c73d31;
30675
+ --background-color-focus: #ff5252;
30676
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30677
+ }
30678
+ .E_b1wx3t3t.ant-btn-primary.btn-primary-orange {
30679
+ --background-color: #fea008;
30680
+ --background-color-hover: #feba33;
30681
+ --background-color-active: #e07f00;
30682
+ --background-color-focus: #fea008;
30683
+ }
30684
+ .E_b1wx3t3t.ant-btn-secondary {
30685
+ --color: #0080ff;
30686
+ --font-weight: bold;
30687
+ --border-width: 0;
30688
+ --background-color: rgba(0, 136, 255, 0.1);
30689
+ --background-color-hover: rgba(0, 136, 255, 0.16);
30690
+ --background-color-active: rgba(0, 136, 255, 0.2);
30691
+ --background-color-focus: rgba(0, 136, 255, 0.1);
30692
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30693
+ }
30694
+ .E_b1wx3t3t.ant-btn-secondary.ant-btn-dangerous {
30695
+ --color: #f0483e;
30696
+ --background-color: rgba(255, 74, 74, 0.1);
30697
+ --background-color-hover: rgba(255, 74, 74, 0.16);
30698
+ --background-color-active: rgba(255, 74, 74, 0.2);
30699
+ --background-color-focus: rgba(255, 74, 74, 0.1);
30700
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30701
+ }
30702
+ .E_b1wx3t3t.ant-btn-secondary.btn-primary-orange {
30703
+ --color: #fea008;
30704
+ --background-color: rgba(255, 187, 0, 0.1);
30705
+ --background-color-hover: rgba(255, 187, 0, 0.16);
30706
+ --background-color-active: rgba(255, 187, 0, 0.2);
30707
+ --background-color-focus: rgba(255, 187, 0, 0.1);
30708
+ }
30709
+ .E_b1wx3t3t.ant-btn-tertiary {
30710
+ --color: #0080ff;
30711
+ --font-weight: bold;
30712
+ --border-width: 0;
30713
+ --background-color: #fff;
30714
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30715
+ box-shadow: none;
30716
+ }
30717
+ .E_b1wx3t3t.ant-btn-tertiary:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-active {
30718
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30719
+ }
30720
+ .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous {
30721
+ --color: #f0483e;
30722
+ --background-color: #fff;
30723
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30724
+ }
30725
+ .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
30726
+ filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
30727
+ }
30728
+ .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange {
30729
+ --color: #fea008;
30730
+ --background-color: #fff;
30731
+ }
30732
+ .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
30733
+ filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
30734
+ }
30735
+ .E_b1wx3t3t.ant-btn-ordinary {
30736
+ --color: #1d326c;
30737
+ --border-color: #ccd4e3;
30738
+ --background-color: #fff;
30739
+ --background-color-hover: #edf0f7;
30740
+ --background-color-active: #e4e9f2;
30741
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30742
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
30743
+ }
30744
+ .E_b1wx3t3t.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn-ordinary.__pseudo-states-focus {
30745
+ box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
30863
30746
  }
30864
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
30865
- color: #0080ff;
30866
- background: transparent;
30747
+ .E_b1wx3t3t.ant-btn-ordinary.ordinary-blue {
30748
+ --color: #0080ff;
30749
+ --border-color: #0080ff;
30750
+ --background-color: #fff;
30751
+ --background-color-hover: linear-gradient(
30752
+ 0deg,
30753
+ rgba(0, 136, 255, 0.16),
30754
+ rgba(0, 136, 255, 0.16)
30755
+ ),
30756
+ #ffffff;
30757
+ --background-color-active: linear-gradient(
30758
+ 0deg,
30759
+ rgba(0, 136, 255, 0.2),
30760
+ rgba(0, 136, 255, 0.2)
30761
+ ),
30762
+ #ffffff;
30763
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30764
+ box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
30867
30765
  }
30868
-
30869
- .E_c1yyuluq {
30870
- border-radius: 8px;
30766
+ .E_b1wx3t3t.ant-btn-ordinary.ant-btn-dangerous {
30767
+ --color: #f0483e;
30768
+ --border-color: #f0483e;
30769
+ --background-color: #fff;
30770
+ --background-color-hover: linear-gradient(
30771
+ 0deg,
30772
+ rgba(255, 74, 74, 0.16),
30773
+ rgba(255, 74, 74, 0.16)
30774
+ ),
30775
+ #ffffff;
30776
+ --background-color-active: linear-gradient(
30777
+ 0deg,
30778
+ rgba(255, 74, 74, 0.2),
30779
+ rgba(255, 74, 74, 0.2)
30780
+ ),
30781
+ #ffffff;
30782
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30871
30783
  }
30872
- .E_c1yyuluq .ant-card-body {
30873
- padding: 20px 24px 24px 24px;
30784
+ .E_b1wx3t3t.ant-btn-ordinary-onTint {
30785
+ --color: #1d326c;
30786
+ --border-color: #fff;
30787
+ --background-color: #fff;
30788
+ --background-color-hover: rgba(211, 218, 235, 0.6);
30789
+ --background-color-active: rgba(192, 203, 224, 0.6);
30790
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30791
+ box-shadow: none;
30874
30792
  }
30875
-
30876
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30877
- padding: 4px 8px 0 8px;
30878
- color: rgba(44, 56, 82, 0.6);
30879
- font-size: 12px;
30793
+ .E_b1wx3t3t.ant-btn-ordinary-onTint.ordinary-blue {
30794
+ --color: #0080ff;
30795
+ --border-color: #fff;
30796
+ --background-color: #fff;
30797
+ --background-color-hover: rgba(0, 136, 255, 0.16);
30798
+ --background-color-active: rgba(0, 136, 255, 0.2);
30799
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30800
+ box-shadow: none;
30880
30801
  }
30881
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30882
- padding-bottom: 6px;
30802
+ .E_b1wx3t3t.ant-btn-ordinary-onTint.ant-btn-dangerous {
30803
+ --color: #f0483e;
30804
+ --background-color-hover: rgba(255, 74, 74, 0.16);
30805
+ --background-color-active: rgba(255, 74, 74, 0.2);
30806
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30883
30807
  }
30884
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30885
- padding-top: 4px;
30886
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30808
+ .E_b1wx3t3t.ant-btn-quiet {
30809
+ --color: rgba(44, 56, 82, 0.6);
30810
+ --border-width: 0;
30811
+ --background-color: transparent;
30812
+ --background-color-hover: rgba(211, 218, 235, 0.6);
30813
+ --background-color-active: rgba(192, 203, 224, 0.6);
30814
+ --background-color-focus: #fff;
30815
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30816
+ box-shadow: none;
30887
30817
  }
30888
-
30889
- .E_sx1bpnu .ant-input-sm {
30890
- line-height: 18px;
30818
+ .E_b1wx3t3t.ant-btn-quiet.ant-btn-dangerous {
30819
+ --color: #f0483e;
30820
+ --background-color-hover: rgba(255, 74, 74, 0.16);
30821
+ --background-color-active: rgba(255, 74, 74, 0.2);
30822
+ --box-shadow-color-focus: rgba(255, 74, 74, 0.16);
30891
30823
  }
30892
-
30893
- .E_ccrbeuz .ant-collapse-item {
30894
- border: 0px;
30895
- background-color: #fff;
30824
+ .E_b1wx3t3t.ant-btn-quiet.quiet-blue {
30825
+ --color: #0080ff;
30826
+ --background-color: transparent;
30827
+ --background-color-hover: rgba(0, 136, 255, 0.16);
30828
+ --background-color-active: rgba(0, 136, 255, 0.2);
30829
+ --background-color-focus: #fff;
30830
+ --box-shadow-color-focus: rgba(0, 136, 255, 0.16);
30896
30831
  }
30897
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30898
- padding-top: 0px;
30899
- padding-bottom: 0px;
30900
- padding-left: 0px !important;
30901
- padding-right: 24px;
30832
+ .E_b1wx3t3t .button-prefix-icon {
30833
+ margin-right: 8px;
30834
+ display: inline-flex;
30902
30835
  }
30903
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30904
- right: 0px;
30836
+ .E_b1wx3t3t .button-suffix-icon {
30837
+ margin-left: 8px;
30838
+ display: inline-flex;
30905
30839
  }
30906
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30907
- padding: 0px;
30840
+ .E_b1wx3t3t .icon-wrapper {
30841
+ display: flex;
30842
+ justify-content: center;
30908
30843
  }
30909
30844
 
30910
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30911
- padding-right: 0px;
30912
- cursor: default;
30845
+ button.E_n7k2c6r {
30846
+ padding: 0;
30913
30847
  }
30914
30848
 
30915
- .E_itxley7.ant-input-group.ant-input-group-compact {
30916
- display: flex;
30849
+ .E_c18gxmrl {
30850
+ border: 1px solid #d8deeb;
30851
+ border-radius: 4px;
30917
30852
  }
30918
- .E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
30919
- border-bottom-left-radius: 5px;
30920
- border-top-left-radius: 5px;
30853
+ .E_c18gxmrl + .E_c18gxmrl {
30854
+ margin-top: 8px;
30921
30855
  }
30922
- .E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
30923
- border-bottom-right-radius: 5px;
30924
- border-top-right-radius: 5px;
30856
+ .E_c18gxmrl:hover {
30857
+ border-color: #0080ff;
30925
30858
  }
30926
-
30927
- .E_c1uzzomf {
30928
- margin-bottom: 16px;
30859
+ .E_c18gxmrl:hover > header {
30860
+ background: rgba(0, 128, 255, 0.1);
30929
30861
  }
30930
- .E_c1uzzomf .card-title {
30931
- font-size: 16px;
30932
- color: rgba(44, 56, 82, 0.6);
30933
- font-weight: 700;
30934
- line-height: 32px;
30862
+ .E_c18gxmrl.active header {
30863
+ border-bottom: 1px solid #d8deeb;
30935
30864
  }
30936
- .E_c1uzzomf .card-body {
30937
- padding: 24px;
30938
- border-radius: 8px;
30939
- background: #fff;
30865
+ .E_c18gxmrl > header {
30866
+ padding: 8px 12px;
30940
30867
  }
30941
- .E_c1uzzomf .empty {
30942
- font-weight: 700;
30943
- font-size: 14px;
30944
- line-height: 22px;
30945
- color: rgba(0, 21, 64, 0.3);
30946
- text-align: center;
30868
+
30869
+ .E_sx1bpnu .ant-input-sm {
30870
+ line-height: 18px;
30947
30871
  }
30948
30872
 
30949
30873
  .E_d1bw7c5z {
@@ -31029,111 +30953,80 @@ button.E_n7k2c6r {
31029
30953
  width: 102px;
31030
30954
  }
31031
30955
 
31032
- .E_phljevk {
31033
- display: flex;
31034
- justify-content: space-between;
31035
- align-items: center;
31036
- padding: 10px 0;
31037
- color: rgba(44, 56, 82, 0.6);
31038
- font-size: 12px;
31039
- line-height: 24px;
31040
- }
31041
- .E_phljevk .pagination-left {
31042
- padding: 2px 8px;
31043
- }
31044
- .E_phljevk .dropdown-trigger {
31045
- display: flex;
31046
- align-items: center;
31047
- border-radius: 6px;
31048
- cursor: pointer;
31049
- transition: all 0.3s ease;
31050
- }
31051
- .E_phljevk .dropdown-trigger:hover {
31052
- background: rgba(211, 218, 235, 0.6);
31053
- color: #0080ff;
31054
- }
31055
- .E_phljevk .dropdown-trigger .icon-inner {
31056
- margin-left: 4px;
31057
- }
31058
- .E_phljevk .pagination-right {
30956
+ .E_itxley7.ant-input-group.ant-input-group-compact {
31059
30957
  display: flex;
31060
- align-items: center;
31061
- color: #0080ff;
31062
- font-weight: bold;
31063
- }
31064
- .E_phljevk .pagination-right .icon-inner {
31065
- margin-left: 4px;
31066
- }
31067
- .E_phljevk .pagination-right .prev-btn,
31068
- .E_phljevk .pagination-right .next-btn {
31069
- padding: 0 8px;
31070
30958
  }
31071
- .E_phljevk .pagination-right .prev-btn > span,
31072
- .E_phljevk .pagination-right .next-btn > span {
31073
- color: #0080ff;
30959
+ .E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
30960
+ border-bottom-left-radius: 5px;
30961
+ border-top-left-radius: 5px;
31074
30962
  }
31075
- .E_phljevk .pagination-right .next-btn .icon-inner {
31076
- transform: rotate(180deg);
30963
+ .E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
30964
+ border-bottom-right-radius: 5px;
30965
+ border-top-right-radius: 5px;
31077
30966
  }
31078
30967
 
31079
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
31080
- max-height: calc(100vh - 128px);
31081
- overflow-y: auto;
30968
+ .E_c1yyuluq {
30969
+ border-radius: 8px;
31082
30970
  }
31083
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31084
- padding: 4px 20px;
31085
- font-size: 12px;
31086
- line-height: 18px;
30971
+ .E_c1yyuluq .ant-card-body {
30972
+ padding: 20px 24px 24px 24px;
31087
30973
  }
31088
30974
 
31089
- .E_c1bus5hc {
31090
- --color: white;
31091
- height: 14px;
31092
- width: 14px;
31093
- border-radius: 50%;
31094
- flex-shrink: 0;
31095
- display: flex;
31096
- align-items: center;
31097
- justify-content: center;
31098
- border: 1px solid var(--color);
30975
+ .E_ccrbeuz .ant-collapse-item {
30976
+ border: 0px;
30977
+ background-color: #fff;
30978
+ }
30979
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30980
+ padding-top: 0px;
30981
+ padding-bottom: 0px;
30982
+ padding-left: 0px !important;
30983
+ padding-right: 24px;
31099
30984
  }
31100
- .E_c1bus5hc .circle-inner {
31101
- position: relative;
31102
- height: 10px;
31103
- width: 10px;
31104
- border-radius: 50%;
31105
- overflow: hidden;
30985
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30986
+ right: 0px;
31106
30987
  }
31107
- .E_c1bus5hc .circle-content {
31108
- position: absolute;
31109
- height: 100%;
31110
- width: 100%;
31111
- left: 0;
31112
- top: 0;
31113
- border-radius: 50%;
31114
- background: linear-gradient(to right, var(--color) 50%, white 50%);
31115
- transform: rotate(180deg);
30988
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30989
+ padding: 0px;
31116
30990
  }
31117
- .E_c1bus5hc .circle-child {
31118
- position: absolute;
31119
- height: 100%;
31120
- width: 100%;
31121
- left: 0;
31122
- top: 0;
31123
- margin-left: 50%;
31124
- transform-origin: left;
31125
- background: white;
31126
- transform: rotate(0deg);
30991
+
30992
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30993
+ padding-right: 0px;
30994
+ cursor: default;
31127
30995
  }
31128
30996
 
31129
- .E_ivqqkzv {
31130
- height: 24px;
31131
- width: 56px !important;
31132
- margin-right: 4px;
30997
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30998
+ padding: 4px 8px 0 8px;
30999
+ color: rgba(44, 56, 82, 0.6);
31000
+ font-size: 12px;
31001
+ }
31002
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
31003
+ padding-bottom: 6px;
31004
+ }
31005
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
31006
+ padding-top: 4px;
31007
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31133
31008
  }
31134
31009
 
31135
- .E_c1wk4q29 {
31010
+ .E_c1uzzomf {
31011
+ margin-bottom: 16px;
31012
+ }
31013
+ .E_c1uzzomf .card-title {
31014
+ font-size: 16px;
31136
31015
  color: rgba(44, 56, 82, 0.6);
31016
+ font-weight: 700;
31017
+ line-height: 32px;
31018
+ }
31019
+ .E_c1uzzomf .card-body {
31020
+ padding: 24px;
31021
+ border-radius: 8px;
31022
+ background: #fff;
31023
+ }
31024
+ .E_c1uzzomf .empty {
31025
+ font-weight: 700;
31026
+ font-size: 14px;
31027
+ line-height: 22px;
31028
+ color: rgba(0, 21, 64, 0.3);
31029
+ text-align: center;
31137
31030
  }
31138
31031
 
31139
31032
  .E_rapgekc.ant-radio-wrapper {
@@ -31282,32 +31175,6 @@ button.E_n7k2c6r {
31282
31175
  width: 36px;
31283
31176
  }
31284
31177
 
31285
- .E_i11gg7mj .ant-input-prefix {
31286
- margin-right: 8px;
31287
- }
31288
- .E_i11gg7mj .ant-input-suffix {
31289
- margin-left: 8px;
31290
- }
31291
-
31292
- .E_cc368xp {
31293
- color: #00122e;
31294
- border-right: 1px solid rgba(172, 186, 211, 0.6);
31295
- margin-right: 8px;
31296
- padding-right: 8px;
31297
- }
31298
-
31299
- .E_i11o6xqj {
31300
- display: flex;
31301
- gap: 4px;
31302
- }
31303
- .E_i11o6xqj .icon-wrapper {
31304
- cursor: pointer;
31305
- }
31306
-
31307
- .E_d19ruhdj.icon-wrapper {
31308
- cursor: not-allowed;
31309
- }
31310
-
31311
31178
  .E_s1dizucg.ant-switch {
31312
31179
  min-width: 40px;
31313
31180
  height: 24px;
@@ -31363,90 +31230,145 @@ button.E_n7k2c6r {
31363
31230
  margin-left: 5px;
31364
31231
  }
31365
31232
 
31366
- .E_tju3gfj .date {
31367
- margin-right: 4px;
31233
+ .E_c1bus5hc {
31234
+ --color: white;
31235
+ height: 14px;
31236
+ width: 14px;
31237
+ border-radius: 50%;
31238
+ flex-shrink: 0;
31239
+ display: flex;
31240
+ align-items: center;
31241
+ justify-content: center;
31242
+ border: 1px solid var(--color);
31368
31243
  }
31369
-
31370
- .E_s1sck0th {
31371
- padding: 0 8px;
31372
- border-radius: 4px;
31244
+ .E_c1bus5hc .circle-inner {
31245
+ position: relative;
31246
+ height: 10px;
31247
+ width: 10px;
31248
+ border-radius: 50%;
31249
+ overflow: hidden;
31250
+ }
31251
+ .E_c1bus5hc .circle-content {
31252
+ position: absolute;
31253
+ height: 100%;
31254
+ width: 100%;
31255
+ left: 0;
31256
+ top: 0;
31257
+ border-radius: 50%;
31258
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
31259
+ transform: rotate(180deg);
31260
+ }
31261
+ .E_c1bus5hc .circle-child {
31262
+ position: absolute;
31263
+ height: 100%;
31264
+ width: 100%;
31265
+ left: 0;
31266
+ top: 0;
31267
+ margin-left: 50%;
31268
+ transform-origin: left;
31269
+ background: white;
31270
+ transform: rotate(0deg);
31373
31271
  }
31374
31272
 
31375
- .E_m855nr1 {
31273
+ .E_phljevk {
31274
+ display: flex;
31275
+ justify-content: space-between;
31276
+ align-items: center;
31277
+ padding: 10px 0;
31278
+ color: rgba(44, 56, 82, 0.6);
31279
+ font-size: 12px;
31280
+ line-height: 24px;
31281
+ }
31282
+ .E_phljevk .pagination-left {
31376
31283
  padding: 2px 8px;
31377
- border-radius: 3px;
31378
31284
  }
31379
-
31380
- .E_l1270xpg {
31381
- padding: 3px 8px;
31382
- border-radius: 2px;
31285
+ .E_phljevk .dropdown-trigger {
31286
+ display: flex;
31287
+ align-items: center;
31288
+ border-radius: 6px;
31289
+ cursor: pointer;
31290
+ transition: all 0.3s ease;
31383
31291
  }
31384
-
31385
- .E_t14rextb.ant-tag:hover {
31386
- opacity: unset;
31292
+ .E_phljevk .dropdown-trigger:hover {
31293
+ background: rgba(211, 218, 235, 0.6);
31294
+ color: #0080ff;
31387
31295
  }
31388
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31389
- margin: 0;
31390
- margin-right: 8px;
31391
- display: inline-flex;
31296
+ .E_phljevk .dropdown-trigger .icon-inner {
31297
+ margin-left: 4px;
31298
+ }
31299
+ .E_phljevk .pagination-right {
31300
+ display: flex;
31392
31301
  align-items: center;
31393
- border: none;
31302
+ color: #0080ff;
31303
+ font-weight: bold;
31394
31304
  }
31395
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31396
- width: 16px;
31397
- height: 16px;
31398
- color: inherit;
31305
+ .E_phljevk .pagination-right .icon-inner {
31399
31306
  margin-left: 4px;
31400
- opacity: 0.6;
31401
- display: inline-flex;
31402
31307
  }
31403
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31404
- opacity: 1;
31308
+ .E_phljevk .pagination-right .prev-btn,
31309
+ .E_phljevk .pagination-right .next-btn {
31310
+ padding: 0 8px;
31405
31311
  }
31406
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31312
+ .E_phljevk .pagination-right .prev-btn > span,
31313
+ .E_phljevk .pagination-right .next-btn > span {
31407
31314
  color: #0080ff;
31408
- background-color: rgba(0, 136, 255, 0.1);
31409
31315
  }
31410
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31411
- color: #f0483e;
31412
- background-color: rgba(255, 74, 74, 0.1);
31316
+ .E_phljevk .pagination-right .next-btn .icon-inner {
31317
+ transform: rotate(180deg);
31413
31318
  }
31414
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31415
- color: #e07f00;
31416
- background-color: rgba(255, 187, 0, 0.1);
31319
+
31320
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
31321
+ max-height: calc(100vh - 128px);
31322
+ overflow-y: auto;
31417
31323
  }
31418
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31419
- color: #008f4c;
31420
- background-color: rgba(30, 201, 127, 0.1);
31324
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31325
+ padding: 4px 20px;
31326
+ font-size: 12px;
31327
+ line-height: 18px;
31421
31328
  }
31422
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31423
- color: #1d326c;
31424
- background-color: rgba(225, 230, 241, 0.6);
31329
+
31330
+ .E_ivqqkzv {
31331
+ height: 24px;
31332
+ width: 56px !important;
31333
+ margin-right: 4px;
31425
31334
  }
31426
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31427
- color: #7E41FF;
31428
- background-color: rgba(126, 65, 255, 0.1);
31335
+
31336
+ .E_c1wk4q29 {
31337
+ color: rgba(44, 56, 82, 0.6);
31429
31338
  }
31430
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31431
- color: #fff;
31339
+
31340
+ .E_i11gg7mj .ant-input-prefix {
31341
+ margin-right: 8px;
31432
31342
  }
31433
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31434
- background-color: #f0483e;
31343
+ .E_i11gg7mj .ant-input-suffix {
31344
+ margin-left: 8px;
31435
31345
  }
31436
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31437
- background-color: #fea008;
31346
+
31347
+ .E_cc368xp {
31348
+ color: #00122e;
31349
+ border-right: 1px solid rgba(172, 186, 211, 0.6);
31350
+ margin-right: 8px;
31351
+ padding-right: 8px;
31438
31352
  }
31439
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31440
- background-color: #00ba5d;
31353
+
31354
+ .E_i11o6xqj {
31355
+ display: flex;
31356
+ gap: 4px;
31441
31357
  }
31442
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31443
- background-color: #0080ff;
31358
+ .E_i11o6xqj .icon-wrapper {
31359
+ cursor: pointer;
31444
31360
  }
31445
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31446
- background-color: #6b7d99;
31361
+
31362
+ .E_d19ruhdj.icon-wrapper {
31363
+ cursor: not-allowed;
31447
31364
  }
31448
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31449
- background-color: #7E41FF;
31365
+
31366
+ .E_iq1gosr {
31367
+ display: inline-block;
31368
+ }
31369
+
31370
+ .E_tju3gfj .date {
31371
+ margin-right: 4px;
31450
31372
  }
31451
31373
 
31452
31374
  .E_fzh9mnb {
@@ -31464,8 +31386,35 @@ button.E_n7k2c6r {
31464
31386
  font-size: 18px;
31465
31387
  }
31466
31388
 
31467
- .E_iq1gosr {
31468
- display: inline-block;
31389
+ .E_a1wfy30z .ant-input-number-handler-wrap {
31390
+ display: var(--a1wfy30z-0);
31391
+ }
31392
+ .E_a1wfy30z .ant-input-number-input-wrap {
31393
+ padding: 4px 11px;
31394
+ display: inline-flex;
31395
+ line-height: 1.5715;
31396
+ height: inherit;
31397
+ }
31398
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
31399
+ content: var(--a1wfy30z-1);
31400
+ display: var(--a1wfy30z-2);
31401
+ flex: none;
31402
+ align-items: center;
31403
+ margin-left: 4px;
31404
+ }
31405
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
31406
+ content: var(--a1wfy30z-3);
31407
+ display: var(--a1wfy30z-4);
31408
+ flex: none;
31409
+ align-items: center;
31410
+ margin-right: 4px;
31411
+ cursor: auto;
31412
+ }
31413
+ .E_a1wfy30z .ant-input-number-input {
31414
+ padding: 0;
31415
+ margin: 0;
31416
+ height: auto;
31417
+ font-size: inherit;
31469
31418
  }
31470
31419
 
31471
31420
  .E_s1dni7lo {
@@ -31549,6 +31498,24 @@ button.E_n7k2c6r {
31549
31498
  opacity: 0;
31550
31499
  }
31551
31500
 
31501
+ .E_iouxfgt {
31502
+ display: inline-flex;
31503
+ align-items: center;
31504
+ }
31505
+ .E_iouxfgt .icon-inner {
31506
+ display: inline-flex;
31507
+ align-items: center;
31508
+ justify-content: center;
31509
+ }
31510
+ .E_iouxfgt .icon-inner + span,
31511
+ .E_iouxfgt span + .icon-inner.suffix {
31512
+ margin-left: 4px;
31513
+ }
31514
+ .E_iouxfgt.is-rotate img,
31515
+ .E_iouxfgt.is-rotate svg {
31516
+ animation: rotate 680ms linear infinite;
31517
+ }
31518
+
31552
31519
  .E_f7pxqmh {
31553
31520
  width: 100%;
31554
31521
  margin-bottom: 0 !important;
@@ -31583,6 +31550,95 @@ button.E_n7k2c6r {
31583
31550
  min-height: 0px;
31584
31551
  }
31585
31552
 
31553
+ .E_s1sck0th {
31554
+ padding: 0 8px;
31555
+ border-radius: 4px;
31556
+ }
31557
+
31558
+ .E_m855nr1 {
31559
+ padding: 2px 8px;
31560
+ border-radius: 3px;
31561
+ }
31562
+
31563
+ .E_l1270xpg {
31564
+ padding: 3px 8px;
31565
+ border-radius: 2px;
31566
+ }
31567
+
31568
+ .E_t14rextb.ant-tag:hover {
31569
+ opacity: unset;
31570
+ }
31571
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31572
+ margin: 0;
31573
+ margin-right: 8px;
31574
+ display: inline-flex;
31575
+ align-items: center;
31576
+ border: none;
31577
+ }
31578
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31579
+ width: 16px;
31580
+ height: 16px;
31581
+ color: inherit;
31582
+ margin-left: 4px;
31583
+ opacity: 0.6;
31584
+ display: inline-flex;
31585
+ }
31586
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31587
+ opacity: 1;
31588
+ }
31589
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31590
+ color: #0080ff;
31591
+ background-color: rgba(0, 136, 255, 0.1);
31592
+ }
31593
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31594
+ color: #f0483e;
31595
+ background-color: rgba(255, 74, 74, 0.1);
31596
+ }
31597
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31598
+ color: #e07f00;
31599
+ background-color: rgba(255, 187, 0, 0.1);
31600
+ }
31601
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31602
+ color: #008f4c;
31603
+ background-color: rgba(30, 201, 127, 0.1);
31604
+ }
31605
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31606
+ color: #1d326c;
31607
+ background-color: rgba(225, 230, 241, 0.6);
31608
+ }
31609
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31610
+ color: #7E41FF;
31611
+ background-color: rgba(126, 65, 255, 0.1);
31612
+ }
31613
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31614
+ color: #fff;
31615
+ }
31616
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31617
+ background-color: #f0483e;
31618
+ }
31619
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31620
+ background-color: #fea008;
31621
+ }
31622
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31623
+ background-color: #00ba5d;
31624
+ }
31625
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31626
+ background-color: #0080ff;
31627
+ }
31628
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31629
+ background-color: #6b7d99;
31630
+ }
31631
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31632
+ background-color: #7E41FF;
31633
+ }
31634
+
31635
+ .E_atcz0kf .ant-input-suffix {
31636
+ margin-left: 8px;
31637
+ }
31638
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31639
+ padding: 2px 7px 2px 12px;
31640
+ }
31641
+
31586
31642
  .E_ai7qkf2 .ant-input-number-handler-wrap {
31587
31643
  display: var(--ai7qkf2-0);
31588
31644
  }
@@ -31643,123 +31699,28 @@ button.E_n7k2c6r {
31643
31699
  padding: 2px 8px;
31644
31700
  }
31645
31701
 
31646
- .E_atcz0kf .ant-input-suffix {
31647
- margin-left: 8px;
31648
- }
31649
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31650
- padding: 2px 7px 2px 12px;
31651
- }
31652
-
31653
31702
  .E_i1inqkme {
31654
31703
  height: 18px;
31655
31704
  line-height: 18px;
31656
- padding: 0 4px;
31657
- border-radius: 4px;
31658
- background: rgba(235, 239, 245, 0.6);
31659
- border: 1px solid rgba(223, 228, 235, 0.6);
31660
- display: flex;
31661
- align-items: center;
31662
- white-space: nowrap;
31663
- margin-right: 4px;
31664
- }
31665
-
31666
- .E_a1wfy30z .ant-input-number-handler-wrap {
31667
- display: var(--a1wfy30z-0);
31668
- }
31669
- .E_a1wfy30z .ant-input-number-input-wrap {
31670
- padding: 4px 11px;
31671
- display: inline-flex;
31672
- line-height: 1.5715;
31673
- height: inherit;
31674
- }
31675
- .E_a1wfy30z .ant-input-number-input-wrap::after {
31676
- content: var(--a1wfy30z-1);
31677
- display: var(--a1wfy30z-2);
31678
- flex: none;
31679
- align-items: center;
31680
- margin-left: 4px;
31681
- }
31682
- .E_a1wfy30z .ant-input-number-input-wrap::before {
31683
- content: var(--a1wfy30z-3);
31684
- display: var(--a1wfy30z-4);
31685
- flex: none;
31686
- align-items: center;
31687
- margin-right: 4px;
31688
- cursor: auto;
31689
- }
31690
- .E_a1wfy30z .ant-input-number-input {
31691
- padding: 0;
31692
- margin: 0;
31693
- height: auto;
31694
- font-size: inherit;
31695
- }
31696
-
31697
- .E_iouxfgt {
31698
- display: inline-flex;
31699
- align-items: center;
31700
- }
31701
- .E_iouxfgt .icon-inner {
31702
- display: inline-flex;
31703
- align-items: center;
31704
- justify-content: center;
31705
- }
31706
- .E_iouxfgt .icon-inner + span,
31707
- .E_iouxfgt span + .icon-inner.suffix {
31708
- margin-left: 4px;
31709
- }
31710
- .E_iouxfgt.is-rotate img,
31711
- .E_iouxfgt.is-rotate svg {
31712
- animation: rotate 680ms linear infinite;
31713
- }
31714
-
31715
- .E_t1m2x205 .ant-tooltip-arrow {
31716
- display: none;
31717
- }
31718
- .E_t1m2x205 .ant-tooltip-inner {
31719
- background: rgba(23, 38, 64, 0.8);
31720
- border-radius: 4px;
31721
- }
31722
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
31723
- visibility: hidden;
31724
- }
31725
-
31726
- .E_owd0kml {
31727
- display: inline-block;
31728
- }
31729
-
31730
- .E_h1jsgezc {
31731
- visibility: hidden;
31732
- position: absolute;
31733
- }
31734
-
31735
- .E_a1b5xrg3 .user-icon-inner {
31736
- display: inline-flex;
31737
- align-items: center;
31738
- justify-content: center;
31739
- color: #fff;
31740
- font-weight: bold;
31741
- font-size: 12px;
31742
- width: 24px;
31743
- height: 24px;
31744
- border-radius: 50%;
31745
- background: var(--a1b5xrg3-0);
31746
- }
31747
- .E_a1b5xrg3.btn-item {
31748
- transition: all 160ms ease;
31749
- cursor: pointer;
31750
- width: 56px;
31751
- height: 40px;
31752
- display: inline-flex;
31705
+ padding: 0 4px;
31706
+ border-radius: 4px;
31707
+ background: rgba(235, 239, 245, 0.6);
31708
+ border: 1px solid rgba(223, 228, 235, 0.6);
31709
+ display: flex;
31753
31710
  align-items: center;
31754
- justify-content: center;
31755
- border-radius: 6px;
31711
+ white-space: nowrap;
31712
+ margin-right: 4px;
31756
31713
  }
31757
- .E_a1b5xrg3.btn-item:hover {
31758
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31714
+
31715
+ .E_t1m2x205 .ant-tooltip-arrow {
31716
+ display: none;
31759
31717
  }
31760
- .E_a1b5xrg3.btn-item:active {
31761
- transform: translateY(2px);
31762
- transition: all 320ms ease;
31718
+ .E_t1m2x205 .ant-tooltip-inner {
31719
+ background: rgba(23, 38, 64, 0.8);
31720
+ border-radius: 4px;
31721
+ }
31722
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
31723
+ visibility: hidden;
31763
31724
  }
31764
31725
 
31765
31726
  .E_dsnbhzf {
@@ -32237,6 +32198,49 @@ button.E_n7k2c6r {
32237
32198
  line-height: 12px;
32238
32199
  }
32239
32200
 
32201
+ .E_owd0kml {
32202
+ display: inline-block;
32203
+ }
32204
+
32205
+ .E_h1jsgezc {
32206
+ visibility: hidden;
32207
+ position: absolute;
32208
+ }
32209
+
32210
+ .E_m196gn1d {
32211
+ min-width: 1280px;
32212
+ }
32213
+
32214
+ .E_a1b5xrg3 .user-icon-inner {
32215
+ display: inline-flex;
32216
+ align-items: center;
32217
+ justify-content: center;
32218
+ color: #fff;
32219
+ font-weight: bold;
32220
+ font-size: 12px;
32221
+ width: 24px;
32222
+ height: 24px;
32223
+ border-radius: 50%;
32224
+ background: var(--a1b5xrg3-0);
32225
+ }
32226
+ .E_a1b5xrg3.btn-item {
32227
+ transition: all 160ms ease;
32228
+ cursor: pointer;
32229
+ width: 56px;
32230
+ height: 40px;
32231
+ display: inline-flex;
32232
+ align-items: center;
32233
+ justify-content: center;
32234
+ border-radius: 6px;
32235
+ }
32236
+ .E_a1b5xrg3.btn-item:hover {
32237
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
32238
+ }
32239
+ .E_a1b5xrg3.btn-item:active {
32240
+ transform: translateY(2px);
32241
+ transition: all 320ms ease;
32242
+ }
32243
+
32240
32244
  .E_cnujxq2 {
32241
32245
  display: flex;
32242
32246
  flex-direction: column;
@@ -32926,10 +32930,6 @@ input.E_rf8rlle.ant-input {
32926
32930
  color: rgba(44, 56, 82, 0.7490196078);
32927
32931
  }
32928
32932
 
32929
- .E_m196gn1d {
32930
- min-width: 1280px;
32931
- }
32932
-
32933
32933
  .E_i5w779o {
32934
32934
  padding: 8px 0;
32935
32935
  }
@@ -33214,6 +33214,19 @@ input.E_rf8rlle.ant-input {
33214
33214
  color: rgba(0, 21, 64, 0.3);
33215
33215
  }
33216
33216
 
33217
+ .E_suhck3k {
33218
+ height: 24px;
33219
+ width: 24px;
33220
+ border-radius: 6px;
33221
+ padding: 4px;
33222
+ }
33223
+ .E_suhck3k:hover {
33224
+ background-color: rgba(0, 136, 255, 0.1);
33225
+ }
33226
+ .E_suhck3k:hover svg path {
33227
+ fill: blue;
33228
+ }
33229
+
33217
33230
  .E_oa99sl3 {
33218
33231
  display: flex;
33219
33232
  justify-content: space-between;
@@ -33239,19 +33252,6 @@ input.E_rf8rlle.ant-input {
33239
33252
  flex-shrink: 0;
33240
33253
  }
33241
33254
 
33242
- .E_suhck3k {
33243
- height: 24px;
33244
- width: 24px;
33245
- border-radius: 6px;
33246
- padding: 4px;
33247
- }
33248
- .E_suhck3k:hover {
33249
- background-color: rgba(0, 136, 255, 0.1);
33250
- }
33251
- .E_suhck3k:hover svg path {
33252
- fill: blue;
33253
- }
33254
-
33255
33255
  .E_ryby9ds {
33256
33256
  display: flex;
33257
33257
  align-items: center;
@@ -34906,55 +34906,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34906
34906
  padding: 0 12px 14px 12px;
34907
34907
  }
34908
34908
 
34909
- .E_lht19u8 {
34910
- width: 64px;
34911
- height: 64px;
34912
- display: flex;
34913
- align-items: center;
34914
- justify-content: center;
34915
- position: relative;
34916
- opacity: 0.2;
34917
- }
34918
-
34919
- .E_lk3gkp4 {
34920
- position: absolute;
34921
- width: 5px;
34922
- height: 48px;
34923
- left: 9.33px;
34924
- top: 40.5px;
34925
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
34926
- border-radius: 5px;
34927
- transform: rotate(-128deg);
34928
- transform-origin: top left;
34929
- animation: loading-indicator1 1100ms ease-out infinite;
34930
- }
34931
-
34932
- .E_ll4n94n {
34933
- position: absolute;
34934
- width: 5px;
34935
- height: 48px;
34936
- left: 40.8px;
34937
- top: 8.4px;
34938
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
34939
- border-radius: 5px;
34940
- transform: rotate(-8deg);
34941
- transform-origin: top left;
34942
- animation: loading-indicator2 1100ms ease-out infinite;
34943
- }
34944
-
34945
- .E_l17lbdo6 {
34946
- position: absolute;
34947
- width: 5px;
34948
- height: 48px;
34949
- left: 52.9px;
34950
- top: 51.8px;
34951
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
34952
- border-radius: 5px;
34953
- transform: rotate(112deg);
34954
- transform-origin: top left;
34955
- animation: loading-indicator3 1100ms ease-out infinite;
34956
- }
34957
-
34958
34909
  .E_b14q2gmw {
34959
34910
  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);
34960
34911
  }
@@ -35010,6 +34961,74 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35010
34961
  white-space: normal;
35011
34962
  }
35012
34963
 
34964
+ .E_r77hffu {
34965
+ display: flex;
34966
+ align-items: center;
34967
+ justify-content: space-between;
34968
+ column-gap: 6px;
34969
+ }
34970
+
34971
+ .E_p1cmxsf7 {
34972
+ display: flex;
34973
+ flex-direction: column;
34974
+ justify-content: center;
34975
+ row-gap: var(--p1cmxsf7-0);
34976
+ }
34977
+ .E_p1cmxsf7 .antd5-progress-line {
34978
+ font-size: 0;
34979
+ margin-bottom: unset;
34980
+ margin-inline-end: unset;
34981
+ }
34982
+
34983
+ .E_lht19u8 {
34984
+ width: 64px;
34985
+ height: 64px;
34986
+ display: flex;
34987
+ align-items: center;
34988
+ justify-content: center;
34989
+ position: relative;
34990
+ opacity: 0.2;
34991
+ }
34992
+
34993
+ .E_lk3gkp4 {
34994
+ position: absolute;
34995
+ width: 5px;
34996
+ height: 48px;
34997
+ left: 9.33px;
34998
+ top: 40.5px;
34999
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
35000
+ border-radius: 5px;
35001
+ transform: rotate(-128deg);
35002
+ transform-origin: top left;
35003
+ animation: loading-indicator1 1100ms ease-out infinite;
35004
+ }
35005
+
35006
+ .E_ll4n94n {
35007
+ position: absolute;
35008
+ width: 5px;
35009
+ height: 48px;
35010
+ left: 40.8px;
35011
+ top: 8.4px;
35012
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
35013
+ border-radius: 5px;
35014
+ transform: rotate(-8deg);
35015
+ transform-origin: top left;
35016
+ animation: loading-indicator2 1100ms ease-out infinite;
35017
+ }
35018
+
35019
+ .E_l17lbdo6 {
35020
+ position: absolute;
35021
+ width: 5px;
35022
+ height: 48px;
35023
+ left: 52.9px;
35024
+ top: 51.8px;
35025
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
35026
+ border-radius: 5px;
35027
+ transform: rotate(112deg);
35028
+ transform-origin: top left;
35029
+ animation: loading-indicator3 1100ms ease-out infinite;
35030
+ }
35031
+
35013
35032
  .E_t1dtlqs1 {
35014
35033
  margin-bottom: 4px;
35015
35034
  color: rgba(44, 56, 82, 0.6);
@@ -35401,25 +35420,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35401
35420
  justify-content: center;
35402
35421
  }
35403
35422
 
35404
- .E_r77hffu {
35405
- display: flex;
35406
- align-items: center;
35407
- justify-content: space-between;
35408
- column-gap: 6px;
35409
- }
35410
-
35411
- .E_p1cmxsf7 {
35412
- display: flex;
35413
- flex-direction: column;
35414
- justify-content: center;
35415
- row-gap: var(--p1cmxsf7-0);
35416
- }
35417
- .E_p1cmxsf7 .antd5-progress-line {
35418
- font-size: 0;
35419
- margin-bottom: unset;
35420
- margin-inline-end: unset;
35421
- }
35422
-
35423
35423
  .E_t13ef470 {
35424
35424
  height: 100%;
35425
35425
  }
@@ -35763,6 +35763,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35763
35763
  display: block;
35764
35764
  }
35765
35765
 
35766
+ .E_i14c7jc8 {
35767
+ color: var(--i14c7jc8-0);
35768
+ }
35769
+
35770
+ .E_i1ibuolf {
35771
+ display: flex;
35772
+ align-items: center;
35773
+ column-gap: 4px;
35774
+ font-size: 12px;
35775
+ color: rgba(44, 56, 82, 0.7490196078);
35776
+ }
35777
+
35766
35778
  .E_d1u4ndxc {
35767
35779
  color: rgba(44, 56, 82, 0.7490196078);
35768
35780
  font-size: 12px;
@@ -35792,16 +35804,4 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35792
35804
  to {
35793
35805
  transform: translateX(100%);
35794
35806
  }
35795
- }
35796
-
35797
- .E_i14c7jc8 {
35798
- color: var(--i14c7jc8-0);
35799
- }
35800
-
35801
- .E_i1ibuolf {
35802
- display: flex;
35803
- align-items: center;
35804
- column-gap: 4px;
35805
- font-size: 12px;
35806
- color: rgba(44, 56, 82, 0.7490196078);
35807
35807
  }