@cloudtower/eagle 0.33.44 → 0.33.45

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.
@@ -29586,33 +29586,24 @@ html body {
29586
29586
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29587
29587
  }
29588
29588
  }
29589
- .E_b1nip9bk {
29590
- padding: 4px 11px;
29591
- }
29592
-
29593
- .E_bqamoqe {
29594
- white-space: nowrap;
29595
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29596
- }
29597
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29598
- --color: #0080ff;
29599
- }
29600
- .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] {
29601
- --color: #0080ff;
29589
+ .E_m74vjol {
29590
+ display: flex;
29591
+ justify-content: space-between;
29592
+ width: 100%;
29602
29593
  }
29603
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29604
- margin-left: 1px;
29594
+ .E_m74vjol .action {
29595
+ margin-left: 16px;
29605
29596
  }
29606
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29607
- border-top-right-radius: 0;
29608
- border-bottom-right-radius: 0;
29597
+
29598
+ .E_a1o35uvh.ant-alert-closable {
29599
+ padding-right: 12px;
29609
29600
  }
29610
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29611
- border-top-left-radius: 0;
29612
- border-bottom-left-radius: 0;
29601
+ .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
29602
+ height: fit-content;
29603
+ margin-left: 16px;
29613
29604
  }
29614
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29615
- border-radius: unset;
29605
+ .E_a1o35uvh .ant-alert-message {
29606
+ flex: 1;
29616
29607
  }
29617
29608
 
29618
29609
  .E_c18gxmrl {
@@ -29635,42 +29626,6 @@ html body {
29635
29626
  padding: 8px 12px;
29636
29627
  }
29637
29628
 
29638
- .E_m74vjol {
29639
- display: flex;
29640
- justify-content: space-between;
29641
- width: 100%;
29642
- }
29643
- .E_m74vjol .action {
29644
- margin-left: 16px;
29645
- }
29646
-
29647
- .E_a1o35uvh.ant-alert-closable {
29648
- padding-right: 12px;
29649
- }
29650
- .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
29651
- height: fit-content;
29652
- margin-left: 16px;
29653
- }
29654
- .E_a1o35uvh .ant-alert-message {
29655
- flex: 1;
29656
- }
29657
-
29658
- .E_berrcjl {
29659
- color: rgba(10, 37, 85, 0.6);
29660
- margin-bottom: 4px;
29661
- }
29662
- .E_berrcjl .breadcrumb-link {
29663
- color: rgba(10, 37, 85, 0.6);
29664
- cursor: pointer;
29665
- transition: color 160ms ease;
29666
- }
29667
- .E_berrcjl .breadcrumb-link:hover {
29668
- color: #0080ff;
29669
- }
29670
- .E_berrcjl .breadcrumb-link:active {
29671
- color: #005ed1;
29672
- }
29673
-
29674
29629
  .E_b1wx3t3t.ant-btn-icon-only {
29675
29630
  justify-content: center;
29676
29631
  }
@@ -29928,26 +29883,49 @@ html body {
29928
29883
  justify-content: center;
29929
29884
  }
29930
29885
 
29931
- .E_c1uzzomf {
29932
- margin-bottom: 16px;
29886
+ .E_berrcjl {
29887
+ color: rgba(10, 37, 85, 0.6);
29888
+ margin-bottom: 4px;
29933
29889
  }
29934
- .E_c1uzzomf .card-title {
29935
- font-size: 16px;
29936
- color: rgba(44, 56, 82, 0.6);
29937
- font-weight: 700;
29938
- line-height: 32px;
29890
+ .E_berrcjl .breadcrumb-link {
29891
+ color: rgba(10, 37, 85, 0.6);
29892
+ cursor: pointer;
29893
+ transition: color 160ms ease;
29939
29894
  }
29940
- .E_c1uzzomf .card-body {
29941
- padding: 24px;
29942
- border-radius: 8px;
29943
- background: #fff;
29895
+ .E_berrcjl .breadcrumb-link:hover {
29896
+ color: #0080ff;
29944
29897
  }
29945
- .E_c1uzzomf .empty {
29946
- font-weight: 700;
29947
- font-size: 14px;
29948
- line-height: 22px;
29949
- color: rgba(0, 21, 64, 0.3);
29950
- text-align: center;
29898
+ .E_berrcjl .breadcrumb-link:active {
29899
+ color: #005ed1;
29900
+ }
29901
+
29902
+ .E_b1nip9bk {
29903
+ padding: 4px 11px;
29904
+ }
29905
+
29906
+ .E_bqamoqe {
29907
+ white-space: nowrap;
29908
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29909
+ }
29910
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29911
+ --color: #0080ff;
29912
+ }
29913
+ .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] {
29914
+ --color: #0080ff;
29915
+ }
29916
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29917
+ margin-left: 1px;
29918
+ }
29919
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29920
+ border-top-right-radius: 0;
29921
+ border-bottom-right-radius: 0;
29922
+ }
29923
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29924
+ border-top-left-radius: 0;
29925
+ border-bottom-left-radius: 0;
29926
+ }
29927
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29928
+ border-radius: unset;
29951
29929
  }
29952
29930
 
29953
29931
  .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
@@ -29963,102 +29941,55 @@ html body {
29963
29941
  border-top: 1px solid rgba(211, 218, 235, 0.6);
29964
29942
  }
29965
29943
 
29966
- .E_f7pxqmh {
29967
- width: 100%;
29968
- margin-bottom: 0 !important;
29969
- flex-flow: nowrap !important;
29970
- line-break: auto;
29971
- }
29972
- .E_f7pxqmh > .ant-form-item-label {
29973
- text-align: left !important;
29974
- padding-bottom: 0 !important;
29944
+ .E_c1uzzomf {
29945
+ margin-bottom: 16px;
29975
29946
  }
29976
- .E_f7pxqmh > .ant-form-item-label > label {
29977
- min-height: 32px;
29978
- height: auto;
29979
- font-size: 13px;
29947
+ .E_c1uzzomf .card-title {
29948
+ font-size: 16px;
29980
29949
  color: rgba(44, 56, 82, 0.6);
29981
- white-space: normal;
29982
- }
29983
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
29984
- border-color: #ff4d4f !important;
29985
- }
29986
- .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
29987
- border-color: #ff4d4f !important;
29988
- }
29989
- .E_f7pxqmh .ant-form-item-explain {
29990
- margin-top: 4px;
29991
- font-size: 12px;
29992
- min-height: 0px;
29950
+ font-weight: 700;
29951
+ line-height: 32px;
29993
29952
  }
29994
- .E_f7pxqmh .ant-form-item-extra {
29995
- font-size: 12px;
29996
- color: rgba(44, 56, 82, 0.6);
29997
- min-height: 0px;
29953
+ .E_c1uzzomf .card-body {
29954
+ padding: 24px;
29955
+ border-radius: 8px;
29956
+ background: #fff;
29998
29957
  }
29999
-
30000
- .E_sx1bpnu .ant-input-sm {
30001
- line-height: 18px;
29958
+ .E_c1uzzomf .empty {
29959
+ font-weight: 700;
29960
+ font-size: 14px;
29961
+ line-height: 22px;
29962
+ color: rgba(0, 21, 64, 0.3);
29963
+ text-align: center;
30002
29964
  }
30003
29965
 
30004
- .E_ai7qkf2 .ant-input-number-handler-wrap {
30005
- display: var(--ai7qkf2-0);
30006
- }
30007
- .E_ai7qkf2 .ant-input-number-input-wrap {
30008
- display: inline-flex;
30009
- line-height: 1.5715;
30010
- height: 100%;
30011
- width: 100%;
30012
- }
30013
- .E_ai7qkf2 .ant-input-number-input-wrap::after {
30014
- content: var(--ai7qkf2-1);
30015
- display: var(--ai7qkf2-2);
30016
- flex: none;
30017
- align-items: center;
30018
- margin-left: 4px;
30019
- padding: 5px 12px 5px 0;
30020
- color: rgba(44, 56, 82, 0.6);
30021
- }
30022
- .E_ai7qkf2 .ant-input-number-input-wrap::before {
30023
- content: var(--ai7qkf2-3);
30024
- display: var(--ai7qkf2-4);
30025
- flex: none;
30026
- align-items: center;
30027
- margin-right: 4px;
30028
- cursor: auto;
30029
- color: rgba(44, 56, 82, 0.6);
30030
- }
30031
- .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
30032
- border-radius: 0;
29966
+ .E_c1yyuluq {
29967
+ border-radius: 8px;
30033
29968
  }
30034
- .E_ai7qkf2.ant-input-number {
30035
- width: 100%;
30036
- border-radius: 6px;
29969
+ .E_c1yyuluq .ant-card-body {
29970
+ padding: 20px 24px 24px 24px;
30037
29971
  }
30038
- .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 {
30039
- border-color: #0096ff;
30040
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30041
- z-index: 1;
29972
+
29973
+ .E_ccrbeuz .ant-collapse-item {
29974
+ border: 0px;
29975
+ background-color: #fff;
30042
29976
  }
30043
- .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 {
30044
- border-color: #e75a3a;
30045
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
29977
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
29978
+ padding-top: 0px;
29979
+ padding-bottom: 0px;
29980
+ padding-left: 0px !important;
29981
+ padding-right: 24px;
30046
29982
  }
30047
- .E_ai7qkf2 .ant-input-number-input {
30048
- height: 30px;
30049
- border: 1px;
30050
- padding: 5px 12px;
30051
- font-size: inherit;
29983
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
29984
+ right: 0px;
30052
29985
  }
30053
- .E_ai7qkf2.ant-input-number-lg input {
30054
- height: 38px;
30055
- border: 1px;
30056
- padding: 8px 16px;
29986
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
29987
+ padding: 0px;
30057
29988
  }
30058
- .E_ai7qkf2.ant-input-number-sm input {
30059
- height: 22px;
30060
- border: 1px;
30061
- padding: 2px 8px;
29989
+
29990
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
29991
+ padding-right: 0px;
29992
+ cursor: default;
30062
29993
  }
30063
29994
 
30064
29995
  .E_d1bw7c5z {
@@ -30144,92 +30075,8 @@ html body {
30144
30075
  width: 102px;
30145
30076
  }
30146
30077
 
30147
- .E_a1wfy30z .ant-input-number-handler-wrap {
30148
- display: var(--a1wfy30z-0);
30149
- }
30150
- .E_a1wfy30z .ant-input-number-input-wrap {
30151
- padding: 4px 11px;
30152
- display: inline-flex;
30153
- line-height: 1.5715;
30154
- height: inherit;
30155
- }
30156
- .E_a1wfy30z .ant-input-number-input-wrap::after {
30157
- content: var(--a1wfy30z-1);
30158
- display: var(--a1wfy30z-2);
30159
- flex: none;
30160
- align-items: center;
30161
- margin-left: 4px;
30162
- }
30163
- .E_a1wfy30z .ant-input-number-input-wrap::before {
30164
- content: var(--a1wfy30z-3);
30165
- display: var(--a1wfy30z-4);
30166
- flex: none;
30167
- align-items: center;
30168
- margin-right: 4px;
30169
- cursor: auto;
30170
- }
30171
- .E_a1wfy30z .ant-input-number-input {
30172
- padding: 0;
30173
- margin: 0;
30174
- height: auto;
30175
- font-size: inherit;
30176
- }
30177
-
30178
- .E_fzh9mnb {
30179
- width: 100%;
30180
- height: 100%;
30181
- min-height: 124px;
30182
- display: flex;
30183
- flex-direction: column;
30184
- justify-content: center;
30185
- align-items: center;
30186
- }
30187
- .E_fzh9mnb .error-text {
30188
- color: rgba(10, 37, 85, 0.6);
30189
- margin-bottom: 16px;
30190
- font-size: 18px;
30191
- }
30192
-
30193
- .E_iouxfgt {
30194
- display: inline-flex;
30195
- align-items: center;
30196
- }
30197
- .E_iouxfgt .icon-inner {
30198
- display: inline-flex;
30199
- align-items: center;
30200
- justify-content: center;
30201
- }
30202
- .E_iouxfgt .icon-inner + span,
30203
- .E_iouxfgt span + .icon-inner.suffix {
30204
- margin-left: 4px;
30205
- }
30206
- .E_iouxfgt.is-rotate img,
30207
- .E_iouxfgt.is-rotate svg {
30208
- animation: rotate 680ms linear infinite;
30209
- }
30210
-
30211
- .E_i1inqkme {
30212
- height: 18px;
30213
- line-height: 18px;
30214
- padding: 0 4px;
30215
- border-radius: 4px;
30216
- background: rgba(235, 239, 245, 0.6);
30217
- border: 1px solid rgba(223, 228, 235, 0.6);
30218
- display: flex;
30219
- align-items: center;
30220
- white-space: nowrap;
30221
- margin-right: 4px;
30222
- }
30223
-
30224
- .E_atcz0kf .ant-input-suffix {
30225
- margin-left: 8px;
30226
- }
30227
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30228
- padding: 2px 7px 2px 12px;
30229
- }
30230
-
30231
- .E_itxley7.ant-input-group.ant-input-group-compact {
30232
- display: flex;
30078
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30079
+ display: flex;
30233
30080
  }
30234
30081
  .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 {
30235
30082
  border-bottom-left-radius: 5px;
@@ -30240,6 +30087,10 @@ html body {
30240
30087
  border-top-right-radius: 5px;
30241
30088
  }
30242
30089
 
30090
+ .E_sx1bpnu .ant-input-sm {
30091
+ line-height: 18px;
30092
+ }
30093
+
30243
30094
  .E_phljevk {
30244
30095
  display: flex;
30245
30096
  justify-content: space-between;
@@ -30297,41 +30148,6 @@ html body {
30297
30148
  line-height: 18px;
30298
30149
  }
30299
30150
 
30300
- .E_i11gg7mj .ant-input-prefix {
30301
- margin-right: 8px;
30302
- }
30303
- .E_i11gg7mj .ant-input-suffix {
30304
- margin-left: 8px;
30305
- }
30306
-
30307
- .E_cc368xp {
30308
- color: #00122e;
30309
- border-right: 1px solid rgba(172, 186, 211, 0.6);
30310
- margin-right: 8px;
30311
- padding-right: 8px;
30312
- }
30313
-
30314
- .E_i11o6xqj {
30315
- display: flex;
30316
- gap: 4px;
30317
- }
30318
- .E_i11o6xqj .icon-wrapper {
30319
- cursor: pointer;
30320
- }
30321
-
30322
- .E_d19ruhdj.icon-wrapper {
30323
- cursor: not-allowed;
30324
- }
30325
-
30326
- .E_owd0kml {
30327
- display: inline-block;
30328
- }
30329
-
30330
- .E_h1jsgezc {
30331
- visibility: hidden;
30332
- position: absolute;
30333
- }
30334
-
30335
30151
  .E_rapgekc.ant-radio-wrapper {
30336
30152
  display: inline-flex;
30337
30153
  align-items: baseline;
@@ -30478,115 +30294,165 @@ html body {
30478
30294
  width: 36px;
30479
30295
  }
30480
30296
 
30481
- .E_s1sck0th {
30482
- padding: 0 8px;
30483
- border-radius: 4px;
30297
+ .E_i11gg7mj .ant-input-prefix {
30298
+ margin-right: 8px;
30484
30299
  }
30485
-
30486
- .E_m855nr1 {
30487
- padding: 2px 8px;
30488
- border-radius: 3px;
30300
+ .E_i11gg7mj .ant-input-suffix {
30301
+ margin-left: 8px;
30489
30302
  }
30490
30303
 
30491
- .E_l1270xpg {
30492
- padding: 3px 8px;
30493
- border-radius: 2px;
30304
+ .E_cc368xp {
30305
+ color: #00122e;
30306
+ border-right: 1px solid rgba(172, 186, 211, 0.6);
30307
+ margin-right: 8px;
30308
+ padding-right: 8px;
30494
30309
  }
30495
30310
 
30496
- .E_t14rextb.ant-tag:hover {
30497
- opacity: unset;
30311
+ .E_i11o6xqj {
30312
+ display: flex;
30313
+ gap: 4px;
30498
30314
  }
30499
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
30500
- margin: 0;
30501
- margin-right: 8px;
30502
- display: inline-flex;
30503
- align-items: center;
30504
- border: none;
30315
+ .E_i11o6xqj .icon-wrapper {
30316
+ cursor: pointer;
30505
30317
  }
30506
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
30507
- width: 16px;
30508
- height: 16px;
30509
- color: inherit;
30510
- margin-left: 4px;
30511
- opacity: 0.6;
30512
- display: inline-flex;
30318
+
30319
+ .E_d19ruhdj.icon-wrapper {
30320
+ cursor: not-allowed;
30513
30321
  }
30514
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
30515
- opacity: 1;
30322
+
30323
+ .E_ivqqkzv {
30324
+ height: 24px;
30325
+ width: 56px !important;
30326
+ margin-right: 4px;
30516
30327
  }
30517
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
30518
- color: #0080ff;
30519
- background-color: rgba(0, 136, 255, 0.1);
30328
+
30329
+ .E_c1wk4q29 {
30330
+ color: rgba(44, 56, 82, 0.6);
30520
30331
  }
30521
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
30522
- color: #f0483e;
30523
- background-color: rgba(255, 74, 74, 0.1);
30332
+
30333
+ .E_c1bus5hc {
30334
+ --color: white;
30335
+ height: 14px;
30336
+ width: 14px;
30337
+ border-radius: 50%;
30338
+ flex-shrink: 0;
30339
+ display: flex;
30340
+ align-items: center;
30341
+ justify-content: center;
30342
+ border: 1px solid var(--color);
30524
30343
  }
30525
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
30526
- color: #e07f00;
30527
- background-color: rgba(255, 187, 0, 0.1);
30344
+ .E_c1bus5hc .circle-inner {
30345
+ position: relative;
30346
+ height: 10px;
30347
+ width: 10px;
30348
+ border-radius: 50%;
30349
+ overflow: hidden;
30528
30350
  }
30529
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
30530
- color: #008f4c;
30531
- background-color: rgba(30, 201, 127, 0.1);
30351
+ .E_c1bus5hc .circle-content {
30352
+ position: absolute;
30353
+ height: 100%;
30354
+ width: 100%;
30355
+ left: 0;
30356
+ top: 0;
30357
+ border-radius: 50%;
30358
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
30359
+ transform: rotate(180deg);
30532
30360
  }
30533
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
30534
- color: #1d326c;
30535
- background-color: rgba(225, 230, 241, 0.6);
30361
+ .E_c1bus5hc .circle-child {
30362
+ position: absolute;
30363
+ height: 100%;
30364
+ width: 100%;
30365
+ left: 0;
30366
+ top: 0;
30367
+ margin-left: 50%;
30368
+ transform-origin: left;
30369
+ background: white;
30370
+ transform: rotate(0deg);
30536
30371
  }
30537
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
30538
- color: #7E41FF;
30539
- background-color: rgba(126, 65, 255, 0.1);
30372
+
30373
+ .E_tju3gfj .date {
30374
+ margin-right: 4px;
30540
30375
  }
30541
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
30542
- color: #fff;
30376
+
30377
+ .E_s1dni7lo {
30378
+ width: 430px !important;
30543
30379
  }
30544
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
30545
- background-color: #f0483e;
30380
+
30381
+ .E_d1wwmmm5 .ant-select-item-group {
30382
+ padding: 8px 16px;
30383
+ line-height: 18px;
30384
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30385
+ height: 34px;
30386
+ min-height: 34px;
30387
+ box-sizing: border-box;
30388
+ margin-top: 8px;
30546
30389
  }
30547
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
30548
- background-color: #fea008;
30390
+
30391
+ .E_o1ugr09p {
30392
+ display: flex;
30393
+ flex-direction: column;
30394
+ margin: 1px 8px;
30395
+ padding: 8px;
30396
+ border-radius: 4px;
30549
30397
  }
30550
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
30551
- background-color: #00ba5d;
30398
+ .E_o1ugr09p .selected-icon {
30399
+ display: none;
30552
30400
  }
30553
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
30554
- background-color: #0080ff;
30401
+ .E_o1ugr09p.ant-select-item-option-grouped {
30402
+ padding-left: 8px;
30555
30403
  }
30556
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
30557
- background-color: #6b7d99;
30404
+ .E_o1ugr09p.ant-select-item-option-selected {
30405
+ background-color: white;
30558
30406
  }
30559
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
30560
- background-color: #7E41FF;
30407
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30408
+ color: #0080ff;
30561
30409
  }
30562
-
30563
- .E_c1yyuluq {
30564
- border-radius: 8px;
30410
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30411
+ display: block;
30565
30412
  }
30566
- .E_c1yyuluq .ant-card-body {
30567
- padding: 20px 24px 24px 24px;
30413
+ .E_o1ugr09p.ant-select-item-option-active {
30414
+ background: rgba(0, 136, 255, 0.16);
30415
+ }
30416
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30417
+ color: #0080ff;
30418
+ }
30419
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30420
+ background: rgba(0, 136, 255, 0.1);
30421
+ color: #0080ff;
30568
30422
  }
30569
30423
 
30570
- .E_ccrbeuz .ant-collapse-item {
30571
- border: 0px;
30572
- background-color: #fff;
30424
+ .E_o1ifxsq4 {
30425
+ display: flex;
30426
+ justify-content: space-between;
30427
+ height: 20px;
30428
+ line-height: 20px;
30573
30429
  }
30574
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30575
- padding-top: 0px;
30576
- padding-bottom: 0px;
30577
- padding-left: 0px !important;
30578
- padding-right: 24px;
30430
+ .E_o1ifxsq4 .timezone-title {
30431
+ color: #2d3a56;
30432
+ overflow: hidden;
30433
+ text-overflow: ellipsis;
30579
30434
  }
30580
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30581
- right: 0px;
30435
+
30436
+ .E_o1zue7 {
30437
+ display: flex;
30438
+ justify-content: space-between;
30439
+ color: rgba(44, 56, 82, 0.6);
30440
+ height: 18px;
30441
+ line-height: 18px;
30442
+ margin-top: 2px;
30582
30443
  }
30583
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30584
- padding: 0px;
30444
+
30445
+ .E_tyfmlxg {
30446
+ border: none;
30447
+ margin-right: 0;
30448
+ background: rgba(225, 230, 241, 0.6);
30585
30449
  }
30586
30450
 
30587
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30588
- padding-right: 0px;
30589
- cursor: default;
30451
+ .E_o18uybox {
30452
+ pointer-events: none;
30453
+ height: 32px;
30454
+ width: 100%;
30455
+ opacity: 0;
30590
30456
  }
30591
30457
 
30592
30458
  .E_s1dizucg.ant-switch {
@@ -30644,139 +30510,86 @@ html body {
30644
30510
  margin-left: 5px;
30645
30511
  }
30646
30512
 
30647
- .E_c1bus5hc {
30648
- --color: white;
30649
- height: 14px;
30650
- width: 14px;
30651
- border-radius: 50%;
30652
- flex-shrink: 0;
30653
- display: flex;
30654
- align-items: center;
30655
- justify-content: center;
30656
- border: 1px solid var(--color);
30657
- }
30658
- .E_c1bus5hc .circle-inner {
30659
- position: relative;
30660
- height: 10px;
30661
- width: 10px;
30662
- border-radius: 50%;
30663
- overflow: hidden;
30664
- }
30665
- .E_c1bus5hc .circle-content {
30666
- position: absolute;
30667
- height: 100%;
30668
- width: 100%;
30669
- left: 0;
30670
- top: 0;
30671
- border-radius: 50%;
30672
- background: linear-gradient(to right, var(--color) 50%, white 50%);
30673
- transform: rotate(180deg);
30674
- }
30675
- .E_c1bus5hc .circle-child {
30676
- position: absolute;
30677
- height: 100%;
30678
- width: 100%;
30679
- left: 0;
30680
- top: 0;
30681
- margin-left: 50%;
30682
- transform-origin: left;
30683
- background: white;
30684
- transform: rotate(0deg);
30685
- }
30686
-
30687
- .E_tju3gfj .date {
30688
- margin-right: 4px;
30513
+ .E_s1sck0th {
30514
+ padding: 0 8px;
30515
+ border-radius: 4px;
30689
30516
  }
30690
30517
 
30691
- .E_s1dni7lo {
30692
- width: 430px !important;
30518
+ .E_m855nr1 {
30519
+ padding: 2px 8px;
30520
+ border-radius: 3px;
30693
30521
  }
30694
30522
 
30695
- .E_d1wwmmm5 .ant-select-item-group {
30696
- padding: 8px 16px;
30697
- line-height: 18px;
30698
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30699
- height: 34px;
30700
- min-height: 34px;
30701
- box-sizing: border-box;
30702
- margin-top: 8px;
30523
+ .E_l1270xpg {
30524
+ padding: 3px 8px;
30525
+ border-radius: 2px;
30703
30526
  }
30704
30527
 
30705
- .E_o1ugr09p {
30706
- display: flex;
30707
- flex-direction: column;
30708
- margin: 1px 8px;
30709
- padding: 8px;
30710
- border-radius: 4px;
30528
+ .E_t14rextb.ant-tag:hover {
30529
+ opacity: unset;
30711
30530
  }
30712
- .E_o1ugr09p .selected-icon {
30713
- display: none;
30531
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
30532
+ margin: 0;
30533
+ margin-right: 8px;
30534
+ display: inline-flex;
30535
+ align-items: center;
30536
+ border: none;
30714
30537
  }
30715
- .E_o1ugr09p.ant-select-item-option-grouped {
30716
- padding-left: 8px;
30538
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
30539
+ width: 16px;
30540
+ height: 16px;
30541
+ color: inherit;
30542
+ margin-left: 4px;
30543
+ opacity: 0.6;
30544
+ display: inline-flex;
30717
30545
  }
30718
- .E_o1ugr09p.ant-select-item-option-selected {
30719
- background-color: white;
30546
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
30547
+ opacity: 1;
30720
30548
  }
30721
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30549
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
30722
30550
  color: #0080ff;
30551
+ background-color: rgba(0, 136, 255, 0.1);
30723
30552
  }
30724
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30725
- display: block;
30553
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
30554
+ color: #f0483e;
30555
+ background-color: rgba(255, 74, 74, 0.1);
30726
30556
  }
30727
- .E_o1ugr09p.ant-select-item-option-active {
30728
- background: rgba(0, 136, 255, 0.16);
30557
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
30558
+ color: #e07f00;
30559
+ background-color: rgba(255, 187, 0, 0.1);
30729
30560
  }
30730
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30731
- color: #0080ff;
30561
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
30562
+ color: #008f4c;
30563
+ background-color: rgba(30, 201, 127, 0.1);
30732
30564
  }
30733
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30734
- background: rgba(0, 136, 255, 0.1);
30735
- color: #0080ff;
30565
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
30566
+ color: #1d326c;
30567
+ background-color: rgba(225, 230, 241, 0.6);
30736
30568
  }
30737
-
30738
- .E_o1ifxsq4 {
30739
- display: flex;
30740
- justify-content: space-between;
30741
- height: 20px;
30742
- line-height: 20px;
30569
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
30570
+ color: #7E41FF;
30571
+ background-color: rgba(126, 65, 255, 0.1);
30743
30572
  }
30744
- .E_o1ifxsq4 .timezone-title {
30745
- color: #2d3a56;
30746
- overflow: hidden;
30747
- text-overflow: ellipsis;
30573
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
30574
+ color: #fff;
30748
30575
  }
30749
-
30750
- .E_o1zue7 {
30751
- display: flex;
30752
- justify-content: space-between;
30753
- color: rgba(44, 56, 82, 0.6);
30754
- height: 18px;
30755
- line-height: 18px;
30756
- margin-top: 2px;
30576
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
30577
+ background-color: #f0483e;
30757
30578
  }
30758
-
30759
- .E_tyfmlxg {
30760
- border: none;
30761
- margin-right: 0;
30762
- background: rgba(225, 230, 241, 0.6);
30579
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
30580
+ background-color: #fea008;
30763
30581
  }
30764
-
30765
- .E_o18uybox {
30766
- pointer-events: none;
30767
- height: 32px;
30768
- width: 100%;
30769
- opacity: 0;
30582
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
30583
+ background-color: #00ba5d;
30770
30584
  }
30771
-
30772
- .E_ivqqkzv {
30773
- height: 24px;
30774
- width: 56px !important;
30775
- margin-right: 4px;
30585
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
30586
+ background-color: #0080ff;
30776
30587
  }
30777
-
30778
- .E_c1wk4q29 {
30779
- color: rgba(44, 56, 82, 0.6);
30588
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
30589
+ background-color: #6b7d99;
30590
+ }
30591
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
30592
+ background-color: #7E41FF;
30780
30593
  }
30781
30594
 
30782
30595
  .E_iq1gosr {
@@ -30794,12 +30607,199 @@ html body {
30794
30607
  visibility: hidden;
30795
30608
  }
30796
30609
 
30797
- .E_cnujxq2 {
30610
+ .E_fzh9mnb {
30611
+ width: 100%;
30612
+ height: 100%;
30613
+ min-height: 124px;
30798
30614
  display: flex;
30799
30615
  flex-direction: column;
30616
+ justify-content: center;
30617
+ align-items: center;
30618
+ }
30619
+ .E_fzh9mnb .error-text {
30620
+ color: rgba(10, 37, 85, 0.6);
30621
+ margin-bottom: 16px;
30622
+ font-size: 18px;
30800
30623
  }
30801
30624
 
30802
- .E_m7s48ia {
30625
+ .E_f7pxqmh {
30626
+ width: 100%;
30627
+ margin-bottom: 0 !important;
30628
+ flex-flow: nowrap !important;
30629
+ line-break: auto;
30630
+ }
30631
+ .E_f7pxqmh > .ant-form-item-label {
30632
+ text-align: left !important;
30633
+ padding-bottom: 0 !important;
30634
+ }
30635
+ .E_f7pxqmh > .ant-form-item-label > label {
30636
+ min-height: 32px;
30637
+ height: auto;
30638
+ font-size: 13px;
30639
+ color: rgba(44, 56, 82, 0.6);
30640
+ white-space: normal;
30641
+ }
30642
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
30643
+ border-color: #ff4d4f !important;
30644
+ }
30645
+ .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
30646
+ border-color: #ff4d4f !important;
30647
+ }
30648
+ .E_f7pxqmh .ant-form-item-explain {
30649
+ margin-top: 4px;
30650
+ font-size: 12px;
30651
+ min-height: 0px;
30652
+ }
30653
+ .E_f7pxqmh .ant-form-item-extra {
30654
+ font-size: 12px;
30655
+ color: rgba(44, 56, 82, 0.6);
30656
+ min-height: 0px;
30657
+ }
30658
+
30659
+ .E_iouxfgt {
30660
+ display: inline-flex;
30661
+ align-items: center;
30662
+ }
30663
+ .E_iouxfgt .icon-inner {
30664
+ display: inline-flex;
30665
+ align-items: center;
30666
+ justify-content: center;
30667
+ }
30668
+ .E_iouxfgt .icon-inner + span,
30669
+ .E_iouxfgt span + .icon-inner.suffix {
30670
+ margin-left: 4px;
30671
+ }
30672
+ .E_iouxfgt.is-rotate img,
30673
+ .E_iouxfgt.is-rotate svg {
30674
+ animation: rotate 680ms linear infinite;
30675
+ }
30676
+
30677
+ .E_i1inqkme {
30678
+ height: 18px;
30679
+ line-height: 18px;
30680
+ padding: 0 4px;
30681
+ border-radius: 4px;
30682
+ background: rgba(235, 239, 245, 0.6);
30683
+ border: 1px solid rgba(223, 228, 235, 0.6);
30684
+ display: flex;
30685
+ align-items: center;
30686
+ white-space: nowrap;
30687
+ margin-right: 4px;
30688
+ }
30689
+
30690
+ .E_a1wfy30z .ant-input-number-handler-wrap {
30691
+ display: var(--a1wfy30z-0);
30692
+ }
30693
+ .E_a1wfy30z .ant-input-number-input-wrap {
30694
+ padding: 4px 11px;
30695
+ display: inline-flex;
30696
+ line-height: 1.5715;
30697
+ height: inherit;
30698
+ }
30699
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
30700
+ content: var(--a1wfy30z-1);
30701
+ display: var(--a1wfy30z-2);
30702
+ flex: none;
30703
+ align-items: center;
30704
+ margin-left: 4px;
30705
+ }
30706
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
30707
+ content: var(--a1wfy30z-3);
30708
+ display: var(--a1wfy30z-4);
30709
+ flex: none;
30710
+ align-items: center;
30711
+ margin-right: 4px;
30712
+ cursor: auto;
30713
+ }
30714
+ .E_a1wfy30z .ant-input-number-input {
30715
+ padding: 0;
30716
+ margin: 0;
30717
+ height: auto;
30718
+ font-size: inherit;
30719
+ }
30720
+
30721
+ .E_ai7qkf2 .ant-input-number-handler-wrap {
30722
+ display: var(--ai7qkf2-0);
30723
+ }
30724
+ .E_ai7qkf2 .ant-input-number-input-wrap {
30725
+ display: inline-flex;
30726
+ line-height: 1.5715;
30727
+ height: 100%;
30728
+ width: 100%;
30729
+ }
30730
+ .E_ai7qkf2 .ant-input-number-input-wrap::after {
30731
+ content: var(--ai7qkf2-1);
30732
+ display: var(--ai7qkf2-2);
30733
+ flex: none;
30734
+ align-items: center;
30735
+ margin-left: 4px;
30736
+ padding: 5px 12px 5px 0;
30737
+ color: rgba(44, 56, 82, 0.6);
30738
+ }
30739
+ .E_ai7qkf2 .ant-input-number-input-wrap::before {
30740
+ content: var(--ai7qkf2-3);
30741
+ display: var(--ai7qkf2-4);
30742
+ flex: none;
30743
+ align-items: center;
30744
+ margin-right: 4px;
30745
+ cursor: auto;
30746
+ color: rgba(44, 56, 82, 0.6);
30747
+ }
30748
+ .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
30749
+ border-radius: 0;
30750
+ }
30751
+ .E_ai7qkf2.ant-input-number {
30752
+ width: 100%;
30753
+ border-radius: 6px;
30754
+ }
30755
+ .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 {
30756
+ border-color: #0096ff;
30757
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30758
+ z-index: 1;
30759
+ }
30760
+ .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 {
30761
+ border-color: #e75a3a;
30762
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30763
+ }
30764
+ .E_ai7qkf2 .ant-input-number-input {
30765
+ height: 30px;
30766
+ border: 1px;
30767
+ padding: 5px 12px;
30768
+ font-size: inherit;
30769
+ }
30770
+ .E_ai7qkf2.ant-input-number-lg input {
30771
+ height: 38px;
30772
+ border: 1px;
30773
+ padding: 8px 16px;
30774
+ }
30775
+ .E_ai7qkf2.ant-input-number-sm input {
30776
+ height: 22px;
30777
+ border: 1px;
30778
+ padding: 2px 8px;
30779
+ }
30780
+
30781
+ .E_atcz0kf .ant-input-suffix {
30782
+ margin-left: 8px;
30783
+ }
30784
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30785
+ padding: 2px 7px 2px 12px;
30786
+ }
30787
+
30788
+ .E_owd0kml {
30789
+ display: inline-block;
30790
+ }
30791
+
30792
+ .E_h1jsgezc {
30793
+ visibility: hidden;
30794
+ position: absolute;
30795
+ }
30796
+
30797
+ .E_cnujxq2 {
30798
+ display: flex;
30799
+ flex-direction: column;
30800
+ }
30801
+
30802
+ .E_m7s48ia {
30803
30803
  max-width: 1120px;
30804
30804
  width: 100%;
30805
30805
  margin: 0 auto;
@@ -31484,6 +31484,36 @@ input.E_rf8rlle.ant-input {
31484
31484
  color: rgba(44, 56, 82, 0.7490196078);
31485
31485
  }
31486
31486
 
31487
+ .E_a1b5xrg3 .user-icon-inner {
31488
+ display: inline-flex;
31489
+ align-items: center;
31490
+ justify-content: center;
31491
+ color: #fff;
31492
+ font-weight: bold;
31493
+ font-size: 12px;
31494
+ width: 24px;
31495
+ height: 24px;
31496
+ border-radius: 50%;
31497
+ background: var(--a1b5xrg3-0);
31498
+ }
31499
+ .E_a1b5xrg3.btn-item {
31500
+ transition: all 160ms ease;
31501
+ cursor: pointer;
31502
+ width: 56px;
31503
+ height: 40px;
31504
+ display: inline-flex;
31505
+ align-items: center;
31506
+ justify-content: center;
31507
+ border-radius: 6px;
31508
+ }
31509
+ .E_a1b5xrg3.btn-item:hover {
31510
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31511
+ }
31512
+ .E_a1b5xrg3.btn-item:active {
31513
+ transform: translateY(2px);
31514
+ transition: all 320ms ease;
31515
+ }
31516
+
31487
31517
  .E_dsnbhzf {
31488
31518
  font-family: Inter;
31489
31519
  font-style: normal;
@@ -31963,45 +31993,268 @@ input.E_rf8rlle.ant-input {
31963
31993
  min-width: 1280px;
31964
31994
  }
31965
31995
 
31966
- .E_a1b5xrg3 .user-icon-inner {
31967
- display: inline-flex;
31968
- align-items: center;
31969
- justify-content: center;
31970
- color: #fff;
31971
- font-weight: bold;
31972
- font-size: 12px;
31973
- width: 24px;
31974
- height: 24px;
31975
- border-radius: 50%;
31976
- background: var(--a1b5xrg3-0);
31977
- }
31978
- .E_a1b5xrg3.btn-item {
31979
- transition: all 160ms ease;
31980
- cursor: pointer;
31981
- width: 56px;
31982
- height: 40px;
31983
- display: inline-flex;
31984
- align-items: center;
31985
- justify-content: center;
31996
+ .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
31986
31997
  border-radius: 6px;
31987
31998
  }
31988
- .E_a1b5xrg3.btn-item:hover {
31989
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31999
+ .E_s17wv897.ant-select.ant-select-single {
32000
+ width: 100%;
32001
+ color: #2d3a56;
32002
+ border-color: rgba(211, 218, 235, 0.6);
32003
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32004
+ font-size: 13px;
31990
32005
  }
31991
- .E_a1b5xrg3.btn-item:active {
31992
- transform: translateY(2px);
31993
- transition: all 320ms ease;
32006
+ .E_s17wv897.ant-select.ant-select-single[data-size=middle] {
32007
+ height: 30px;
31994
32008
  }
31995
-
31996
- .E_hrhfj7c {
31997
- display: none;
32009
+ .E_s17wv897.ant-select.ant-select-single.ant-select-lg {
32010
+ height: 38px;
32011
+ font-size: 13px;
31998
32012
  }
31999
-
32000
- .E_dt9qoak .bottom {
32001
- color: rgba(44, 56, 82, 0.75);
32013
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
32014
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32015
+ transition: 160ms ease;
32002
32016
  }
32003
- .E_dt9qoak .left {
32004
- min-width: 0;
32017
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
32018
+ color: #0080ff;
32019
+ }
32020
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32021
+ border-color: rgba(107, 128, 167, 0.6);
32022
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32023
+ }
32024
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32025
+ color: #0080ff;
32026
+ }
32027
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32028
+ border-color: #0080ff;
32029
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32030
+ }
32031
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32032
+ transform: rotate(180deg);
32033
+ }
32034
+ .E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32035
+ background: rgba(211, 218, 235, 0.6);
32036
+ border-color: rgba(172, 186, 211, 0.6);
32037
+ cursor: "not-allowed";
32038
+ }
32039
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32040
+ border-color: #f0483e !important;
32041
+ }
32042
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32043
+ color: #1d326c;
32044
+ }
32045
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32046
+ border-color: #0080ff;
32047
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32048
+ }
32049
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32050
+ transform: rotate(180deg);
32051
+ }
32052
+
32053
+ .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
32054
+ opacity: 1;
32055
+ }
32056
+ .E_s4ivdfu.ant-select.select-loading-value {
32057
+ pointer-events: none;
32058
+ }
32059
+
32060
+ .E_sks9xr8.ant-select .select-hover-suffix,
32061
+ .E_sks9xr8.ant-select .select-active-suffix,
32062
+ .E_sks9xr8.ant-select .select-expanded-suffix,
32063
+ .E_sks9xr8.ant-select .select-expanded-search-suffix,
32064
+ .E_sks9xr8.ant-select .select-focus-suffix,
32065
+ .E_sks9xr8.ant-select .select-error-suffix,
32066
+ .E_sks9xr8.ant-select .select-error-hover-suffix,
32067
+ .E_sks9xr8.ant-select .select-error-active-suffix,
32068
+ .E_sks9xr8.ant-select .select-error-expanded-suffix,
32069
+ .E_sks9xr8.ant-select .select-error-expanded-search-suffix,
32070
+ .E_sks9xr8.ant-select .select-error-focus-suffix {
32071
+ display: none;
32072
+ width: 16px;
32073
+ height: 16px;
32074
+ }
32075
+ .E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
32076
+ opacity: 0.5;
32077
+ }
32078
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-suffix {
32079
+ display: none;
32080
+ }
32081
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-expanded-search-suffix {
32082
+ display: inline;
32083
+ }
32084
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-suffix {
32085
+ display: none;
32086
+ }
32087
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-expanded-suffix {
32088
+ display: inline;
32089
+ }
32090
+ .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-suffix {
32091
+ display: none;
32092
+ }
32093
+ .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-hover-suffix {
32094
+ display: inline;
32095
+ }
32096
+ .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
32097
+ display: none;
32098
+ }
32099
+ .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-active-suffix {
32100
+ display: inline;
32101
+ }
32102
+ .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-suffix {
32103
+ display: none;
32104
+ }
32105
+ .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-focus-suffix {
32106
+ display: inline;
32107
+ }
32108
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-suffix {
32109
+ display: none;
32110
+ }
32111
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-error-expanded-search-suffix {
32112
+ display: inline;
32113
+ }
32114
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-suffix {
32115
+ display: none;
32116
+ }
32117
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-error-expanded-suffix {
32118
+ display: inline;
32119
+ }
32120
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-suffix {
32121
+ display: none;
32122
+ }
32123
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
32124
+ display: inline;
32125
+ }
32126
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
32127
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
32128
+ display: none;
32129
+ }
32130
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
32131
+ display: inline;
32132
+ }
32133
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
32134
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
32135
+ display: none;
32136
+ }
32137
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
32138
+ display: inline;
32139
+ }
32140
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
32141
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
32142
+ display: none;
32143
+ }
32144
+ .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
32145
+ display: inline;
32146
+ }
32147
+
32148
+ .E_swwhohx.ant-select .ant-select-selector {
32149
+ padding: 0 7px 0 12px;
32150
+ }
32151
+ .E_swwhohx.ant-select .ant-select-arrow {
32152
+ right: 8px;
32153
+ top: 50%;
32154
+ margin-top: -8px;
32155
+ width: 16px;
32156
+ height: 16px;
32157
+ display: flex;
32158
+ align-items: center;
32159
+ }
32160
+ .E_swwhohx.ant-select.ant-select-lg .ant-select-selector {
32161
+ padding: 0 11px 0 16px;
32162
+ }
32163
+ .E_swwhohx.ant-select.ant-select-lg .ant-select-arrow {
32164
+ right: 12px;
32165
+ }
32166
+ .E_swwhohx.ant-select.ant-select-sm .ant-select-selector {
32167
+ padding: 0 3px 0 8px;
32168
+ }
32169
+ .E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
32170
+ right: 4px;
32171
+ }
32172
+ .E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
32173
+ padding-right: 24px;
32174
+ }
32175
+
32176
+ .E_p2sxmsl {
32177
+ color: rgba(0, 21, 64, 0.3);
32178
+ }
32179
+
32180
+ .E_oa99sl3 {
32181
+ display: flex;
32182
+ justify-content: space-between;
32183
+ align-items: center;
32184
+ gap: 8px;
32185
+ }
32186
+ .E_oa99sl3,
32187
+ .E_oa99sl3 :first-child {
32188
+ line-height: inherit !important;
32189
+ }
32190
+
32191
+ .E_lvp5pj7 {
32192
+ display: flex;
32193
+ justify-content: space-between;
32194
+ align-items: center;
32195
+ gap: 8px;
32196
+ min-width: 0;
32197
+ }
32198
+
32199
+ .E_s1io1lws {
32200
+ display: flex;
32201
+ align-items: center;
32202
+ flex-shrink: 0;
32203
+ }
32204
+
32205
+ .E_suhck3k {
32206
+ height: 24px;
32207
+ width: 24px;
32208
+ border-radius: 6px;
32209
+ padding: 4px;
32210
+ }
32211
+ .E_suhck3k:hover {
32212
+ background-color: rgba(0, 136, 255, 0.1);
32213
+ }
32214
+ .E_suhck3k:hover svg path {
32215
+ fill: blue;
32216
+ }
32217
+
32218
+ .E_ryby9ds {
32219
+ display: flex;
32220
+ align-items: center;
32221
+ }
32222
+ .E_ryby9ds .order {
32223
+ height: 24px;
32224
+ width: 24px;
32225
+ border-radius: 20px;
32226
+ color: #0080ff;
32227
+ background: rgba(0, 136, 255, 0.1);
32228
+ display: flex;
32229
+ align-items: center;
32230
+ justify-content: center;
32231
+ margin-right: 6px;
32232
+ }
32233
+
32234
+ .E_w1dxz879 {
32235
+ display: flex;
32236
+ flex-direction: column;
32237
+ gap: 6px;
32238
+ }
32239
+ .E_w1dxz879 .ellipsis-tooltip {
32240
+ max-height: var(--w1dxz879-0);
32241
+ text-overflow: clip;
32242
+ overflow: hidden;
32243
+ }
32244
+ .E_w1dxz879 .tips {
32245
+ color: #fff;
32246
+ opacity: 0.8;
32247
+ }
32248
+
32249
+ .E_hrhfj7c {
32250
+ display: none;
32251
+ }
32252
+
32253
+ .E_dt9qoak .bottom {
32254
+ color: rgba(44, 56, 82, 0.75);
32255
+ }
32256
+ .E_dt9qoak .left {
32257
+ min-width: 0;
32005
32258
  }
32006
32259
 
32007
32260
  .E_crhnxq5 {
@@ -32212,219 +32465,6 @@ input.E_rf8rlle.ant-input {
32212
32465
  font-size: 14px;
32213
32466
  }
32214
32467
 
32215
- .E_suhck3k {
32216
- height: 24px;
32217
- width: 24px;
32218
- border-radius: 6px;
32219
- padding: 4px;
32220
- }
32221
- .E_suhck3k:hover {
32222
- background-color: rgba(0, 136, 255, 0.1);
32223
- }
32224
- .E_suhck3k:hover svg path {
32225
- fill: blue;
32226
- }
32227
-
32228
- .E_ryby9ds {
32229
- display: flex;
32230
- align-items: center;
32231
- }
32232
- .E_ryby9ds .order {
32233
- height: 24px;
32234
- width: 24px;
32235
- border-radius: 20px;
32236
- color: #0080ff;
32237
- background: rgba(0, 136, 255, 0.1);
32238
- display: flex;
32239
- align-items: center;
32240
- justify-content: center;
32241
- margin-right: 6px;
32242
- }
32243
-
32244
- .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
32245
- border-radius: 6px;
32246
- }
32247
- .E_s17wv897.ant-select.ant-select-single {
32248
- width: 100%;
32249
- color: #2d3a56;
32250
- border-color: rgba(211, 218, 235, 0.6);
32251
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32252
- font-size: 13px;
32253
- }
32254
- .E_s17wv897.ant-select.ant-select-single[data-size=middle] {
32255
- height: 30px;
32256
- }
32257
- .E_s17wv897.ant-select.ant-select-single.ant-select-lg {
32258
- height: 38px;
32259
- font-size: 13px;
32260
- }
32261
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
32262
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32263
- transition: 160ms ease;
32264
- }
32265
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
32266
- color: #0080ff;
32267
- }
32268
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32269
- border-color: rgba(107, 128, 167, 0.6);
32270
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32271
- }
32272
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32273
- color: #0080ff;
32274
- }
32275
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32276
- border-color: #0080ff;
32277
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32278
- }
32279
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32280
- transform: rotate(180deg);
32281
- }
32282
- .E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32283
- background: rgba(211, 218, 235, 0.6);
32284
- border-color: rgba(172, 186, 211, 0.6);
32285
- cursor: "not-allowed";
32286
- }
32287
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32288
- border-color: #f0483e !important;
32289
- }
32290
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32291
- color: #1d326c;
32292
- }
32293
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32294
- border-color: #0080ff;
32295
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32296
- }
32297
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32298
- transform: rotate(180deg);
32299
- }
32300
-
32301
- .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
32302
- opacity: 1;
32303
- }
32304
- .E_s4ivdfu.ant-select.select-loading-value {
32305
- pointer-events: none;
32306
- }
32307
-
32308
- .E_sks9xr8.ant-select .select-hover-suffix,
32309
- .E_sks9xr8.ant-select .select-active-suffix,
32310
- .E_sks9xr8.ant-select .select-expanded-suffix,
32311
- .E_sks9xr8.ant-select .select-expanded-search-suffix,
32312
- .E_sks9xr8.ant-select .select-focus-suffix,
32313
- .E_sks9xr8.ant-select .select-error-suffix,
32314
- .E_sks9xr8.ant-select .select-error-hover-suffix,
32315
- .E_sks9xr8.ant-select .select-error-active-suffix,
32316
- .E_sks9xr8.ant-select .select-error-expanded-suffix,
32317
- .E_sks9xr8.ant-select .select-error-expanded-search-suffix,
32318
- .E_sks9xr8.ant-select .select-error-focus-suffix {
32319
- display: none;
32320
- width: 16px;
32321
- height: 16px;
32322
- }
32323
- .E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
32324
- opacity: 0.5;
32325
- }
32326
- .E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-suffix {
32327
- display: none;
32328
- }
32329
- .E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-expanded-search-suffix {
32330
- display: inline;
32331
- }
32332
- .E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-suffix {
32333
- display: none;
32334
- }
32335
- .E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-expanded-suffix {
32336
- display: inline;
32337
- }
32338
- .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-suffix {
32339
- display: none;
32340
- }
32341
- .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-hover-suffix {
32342
- display: inline;
32343
- }
32344
- .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
32345
- display: none;
32346
- }
32347
- .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-active-suffix {
32348
- display: inline;
32349
- }
32350
- .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-suffix {
32351
- display: none;
32352
- }
32353
- .E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-focus-suffix {
32354
- display: inline;
32355
- }
32356
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-suffix {
32357
- display: none;
32358
- }
32359
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-error-expanded-search-suffix {
32360
- display: inline;
32361
- }
32362
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-suffix {
32363
- display: none;
32364
- }
32365
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-error-expanded-suffix {
32366
- display: inline;
32367
- }
32368
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-suffix {
32369
- display: none;
32370
- }
32371
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
32372
- display: inline;
32373
- }
32374
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
32375
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
32376
- display: none;
32377
- }
32378
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
32379
- display: inline;
32380
- }
32381
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
32382
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
32383
- display: none;
32384
- }
32385
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
32386
- display: inline;
32387
- }
32388
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
32389
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
32390
- display: none;
32391
- }
32392
- .E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
32393
- display: inline;
32394
- }
32395
-
32396
- .E_swwhohx.ant-select .ant-select-selector {
32397
- padding: 0 7px 0 12px;
32398
- }
32399
- .E_swwhohx.ant-select .ant-select-arrow {
32400
- right: 8px;
32401
- top: 50%;
32402
- margin-top: -8px;
32403
- width: 16px;
32404
- height: 16px;
32405
- display: flex;
32406
- align-items: center;
32407
- }
32408
- .E_swwhohx.ant-select.ant-select-lg .ant-select-selector {
32409
- padding: 0 11px 0 16px;
32410
- }
32411
- .E_swwhohx.ant-select.ant-select-lg .ant-select-arrow {
32412
- right: 12px;
32413
- }
32414
- .E_swwhohx.ant-select.ant-select-sm .ant-select-selector {
32415
- padding: 0 3px 0 8px;
32416
- }
32417
- .E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
32418
- right: 4px;
32419
- }
32420
- .E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
32421
- padding-right: 24px;
32422
- }
32423
-
32424
- .E_p2sxmsl {
32425
- color: rgba(0, 21, 64, 0.3);
32426
- }
32427
-
32428
32468
  .E_m5foqp8 {
32429
32469
  --footer-height: 96px;
32430
32470
  --header-height: 80px;
@@ -32439,44 +32479,39 @@ input.E_rf8rlle.ant-input {
32439
32479
  --modal-footer-padding: 0 60px;
32440
32480
  }
32441
32481
 
32442
- .E_oa99sl3 {
32443
- display: flex;
32444
- justify-content: space-between;
32445
- align-items: center;
32446
- gap: 8px;
32447
- }
32448
- .E_oa99sl3,
32449
- .E_oa99sl3 :first-child {
32450
- line-height: inherit !important;
32482
+ .E_s11wux3h .antd5-segmented-item:not(:last-child) {
32483
+ margin-right: 2px;
32451
32484
  }
32452
32485
 
32453
- .E_lvp5pj7 {
32454
- display: flex;
32455
- justify-content: space-between;
32456
- align-items: center;
32457
- gap: 8px;
32458
- min-width: 0;
32486
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
32487
+ padding-left: 8px;
32488
+ padding-right: 8px;
32489
+ font-size: 12px;
32490
+ }
32491
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
32492
+ border-radius: 4px;
32493
+ }
32494
+ .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32495
+ border-radius: 4px;
32459
32496
  }
32460
32497
 
32461
- .E_s1io1lws {
32462
- display: flex;
32463
- align-items: center;
32464
- flex-shrink: 0;
32498
+ .E_ma64lna .antd5-segmented-item-label {
32499
+ padding-left: 12px;
32500
+ padding-right: 12px;
32465
32501
  }
32466
32502
 
32467
- .E_w1dxz879 {
32468
- display: flex;
32469
- flex-direction: column;
32470
- gap: 6px;
32503
+ .E_ckld275 {
32504
+ background-color: rgba(225, 230, 241, 0.6);
32471
32505
  }
32472
- .E_w1dxz879 .ellipsis-tooltip {
32473
- max-height: var(--w1dxz879-0);
32474
- text-overflow: clip;
32475
- overflow: hidden;
32506
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32507
+ background-color: rgba(255, 255, 255, 0.6);
32508
+ color: rgba(44, 56, 82, 0.75);
32476
32509
  }
32477
- .E_w1dxz879 .tips {
32478
- color: #fff;
32479
- opacity: 0.8;
32510
+ .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32511
+ background-color: transparent;
32512
+ }
32513
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
32514
+ background-color: transparent;
32480
32515
  }
32481
32516
 
32482
32517
  .E_h12yihis {
@@ -32699,58 +32734,56 @@ input.E_rf8rlle.ant-input {
32699
32734
  position: static;
32700
32735
  }
32701
32736
 
32702
- .E_r77hffu {
32703
- display: flex;
32704
- align-items: center;
32705
- justify-content: space-between;
32706
- column-gap: 6px;
32737
+ button.E_l48ei06.ant-btn,
32738
+ button.E_l48ei06.ant-btn.ant-btn-sm,
32739
+ button.E_l48ei06.ant-btn.ant-btn-lg {
32740
+ font-size: 12px;
32741
+ line-height: 18px;
32742
+ height: 18px;
32707
32743
  }
32708
32744
 
32709
- .E_p1cmxsf7 {
32710
- display: flex;
32711
- flex-direction: column;
32712
- justify-content: center;
32713
- row-gap: var(--p1cmxsf7-0);
32745
+ button.E_l48ei06 {
32746
+ color: #0080FF;
32747
+ height: unset;
32714
32748
  }
32715
- .E_p1cmxsf7 .antd5-progress-line {
32716
- font-size: 0;
32717
- margin-bottom: unset;
32718
- margin-inline-end: unset;
32749
+ button.E_l48ei06 .button-prefix-icon {
32750
+ margin-right: 4px;
32719
32751
  }
32720
-
32721
- .E_s11wux3h .antd5-segmented-item:not(:last-child) {
32722
- margin-right: 2px;
32752
+ button.E_l48ei06 .button-suffix-icon {
32753
+ margin-left: 4px;
32723
32754
  }
32724
-
32725
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
32726
- padding-left: 8px;
32727
- padding-right: 8px;
32728
- font-size: 12px;
32755
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
32756
+ color: #009DFF;
32729
32757
  }
32730
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
32731
- border-radius: 4px;
32758
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
32759
+ color: #005ED1;
32732
32760
  }
32733
- .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32734
- border-radius: 4px;
32761
+ button.E_l48ei06.ui-kit-link-disabled {
32762
+ color: #0080FF;
32735
32763
  }
32736
-
32737
- .E_ma64lna .antd5-segmented-item-label {
32738
- padding-left: 12px;
32739
- padding-right: 12px;
32764
+ button.E_l48ei06.ui-kit-link-primary {
32765
+ color: #00122E;
32740
32766
  }
32741
-
32742
- .E_ckld275 {
32743
- background-color: rgba(225, 230, 241, 0.6);
32767
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
32768
+ color: #0080FF;
32744
32769
  }
32745
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32746
- background-color: rgba(255, 255, 255, 0.6);
32747
- color: rgba(44, 56, 82, 0.75);
32770
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
32771
+ color: #005ED1;
32748
32772
  }
32749
- .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32750
- background-color: transparent;
32773
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
32774
+ color: #00122E;
32751
32775
  }
32752
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
32753
- background-color: transparent;
32776
+ button.E_l48ei06.ui-kit-link-secondary {
32777
+ color: rgba(44, 56, 82, 0.7490196078);
32778
+ }
32779
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
32780
+ color: #0080FF;
32781
+ }
32782
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
32783
+ color: #005ED1;
32784
+ }
32785
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
32786
+ color: rgba(44, 56, 82, 0.7490196078);
32754
32787
  }
32755
32788
 
32756
32789
  .E_ckui4s7 {
@@ -32817,95 +32850,10 @@ input.E_rf8rlle.ant-input {
32817
32850
  margin-left: 24px;
32818
32851
  }
32819
32852
 
32820
- .E_b14q2gmw {
32821
- 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);
32822
- }
32823
-
32824
- .E_c1eym6el {
32825
- border-radius: 8px;
32826
- background-color: white;
32827
- }
32828
- .E_c1eym6el.hoverable {
32829
- cursor: pointer;
32830
- }
32831
- .E_c1eym6el.hoverable:hover {
32832
- transition: all 200ms ease;
32833
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32834
- transform: translateY(-4px);
32835
- }
32836
-
32837
32853
  .E_c1yd35n {
32838
32854
  padding: 0 12px 14px 12px;
32839
32855
  }
32840
32856
 
32841
- .E_l1ucdodl {
32842
- margin: 0;
32843
- border-radius: 20px;
32844
- padding: 2px 10px;
32845
- height: 22px;
32846
- display: flex;
32847
- align-items: center;
32848
- }
32849
- .E_l1ucdodl.ui-kit-status-legend.on-tint {
32850
- color: #FFFFFF;
32851
- }
32852
- .E_l1ucdodl.tag-hover {
32853
- cursor: pointer;
32854
- }
32855
- .E_l1ucdodl.ui-kit-status-legend {
32856
- color: #00122e;
32857
- }
32858
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
32859
- margin-right: 6px;
32860
- }
32861
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
32862
- margin-left: 8px;
32863
- color: rgba(44, 56, 82, 0.6);
32864
- }
32865
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
32866
- color: #FFFFFF;
32867
- }
32868
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
32869
- background-color: #0080ff;
32870
- }
32871
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
32872
- background-color: #f0483e;
32873
- }
32874
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
32875
- background-color: #fea008;
32876
- }
32877
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
32878
- background-color: #00ba5d;
32879
- }
32880
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
32881
- background-color: #6b7d99;
32882
- }
32883
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
32884
- background-color: #7E41FF;
32885
- }
32886
-
32887
- .E_s1qj66nc {
32888
- width: 8px;
32889
- height: 8px;
32890
- border-radius: 50%;
32891
- display: inline-block;
32892
- }
32893
-
32894
- .E_s5x1boq {
32895
- width: 8px;
32896
- height: 8px;
32897
- border-radius: 2px;
32898
- display: inline-block;
32899
- }
32900
-
32901
- .E_c1xm185 {
32902
- color: rgba(44, 56, 82, 0.6);
32903
- }
32904
-
32905
- .E_c1x5l5qc {
32906
- flex: 1;
32907
- }
32908
-
32909
32857
  .E_c1kghdax {
32910
32858
  color: #2d3a56;
32911
32859
  padding: 7px 12px;
@@ -32946,78 +32894,21 @@ input.E_rf8rlle.ant-input {
32946
32894
  margin-right: 2px;
32947
32895
  }
32948
32896
 
32949
- button.E_l48ei06.ant-btn,
32950
- button.E_l48ei06.ant-btn.ant-btn-sm,
32951
- button.E_l48ei06.ant-btn.ant-btn-lg {
32952
- font-size: 12px;
32953
- line-height: 18px;
32954
- height: 18px;
32955
- }
32956
-
32957
- button.E_l48ei06 {
32958
- color: #0080FF;
32959
- height: unset;
32960
- }
32961
- button.E_l48ei06 .button-prefix-icon {
32962
- margin-right: 4px;
32963
- }
32964
- button.E_l48ei06 .button-suffix-icon {
32965
- margin-left: 4px;
32966
- }
32967
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
32968
- color: #009DFF;
32969
- }
32970
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
32971
- color: #005ED1;
32972
- }
32973
- button.E_l48ei06.ui-kit-link-disabled {
32974
- color: #0080FF;
32975
- }
32976
- button.E_l48ei06.ui-kit-link-primary {
32977
- color: #00122E;
32978
- }
32979
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
32980
- color: #0080FF;
32981
- }
32982
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
32983
- color: #005ED1;
32984
- }
32985
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
32986
- color: #00122E;
32987
- }
32988
- button.E_l48ei06.ui-kit-link-secondary {
32989
- color: rgba(44, 56, 82, 0.7490196078);
32990
- }
32991
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
32992
- color: #0080FF;
32993
- }
32994
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
32995
- color: #005ED1;
32996
- }
32997
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
32998
- color: rgba(44, 56, 82, 0.7490196078);
32897
+ .E_b14q2gmw {
32898
+ 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);
32999
32899
  }
33000
32900
 
33001
- .E_t1gvlxt5 {
33002
- min-width: 0;
33003
- flex: 1;
33004
- }
33005
- .E_t1gvlxt5 .tag {
33006
- flex: 0 0 auto;
33007
- }
33008
- .E_t1gvlxt5 .progress-title {
33009
- flex: 2;
33010
- max-width: fit-content;
32901
+ .E_c1eym6el {
32902
+ border-radius: 8px;
32903
+ background-color: white;
33011
32904
  }
33012
- .E_t1gvlxt5 .progress-desc {
33013
- flex: 1;
33014
- max-width: fit-content;
32905
+ .E_c1eym6el.hoverable {
32906
+ cursor: pointer;
33015
32907
  }
33016
-
33017
- .E_a1ji6r68 {
33018
- display: flex;
33019
- align-items: center;
33020
- column-gap: var(--a1ji6r68-0);
32908
+ .E_c1eym6el.hoverable:hover {
32909
+ transition: all 200ms ease;
32910
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32911
+ transform: translateY(-4px);
33021
32912
  }
33022
32913
 
33023
32914
  .E_lht19u8 {
@@ -33069,437 +32960,146 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33069
32960
  animation: loading-indicator3 1100ms ease-out infinite;
33070
32961
  }
33071
32962
 
33072
- .E_m11nzl2x {
33073
- color: rgba(44, 56, 82, 0.6);
33074
- text-align: center;
33075
- display: flex;
33076
- align-items: center;
33077
- justify-content: center;
33078
- flex-direction: column;
33079
- height: 100%;
33080
- }
33081
- .E_m11nzl2x .link {
33082
- color: #0080ff;
33083
- cursor: pointer;
32963
+ .E_sddwhm6 {
32964
+ margin: 0;
32965
+ border-radius: 20px;
32966
+ padding: 2px 10px;
32967
+ height: 22px;
33084
32968
  }
33085
-
33086
- .E_mn7joto {
33087
- width: 100%;
33088
- height: 100%;
33089
- display: flex;
33090
- flex-direction: column;
33091
- }
33092
- .E_mn7joto .name-toolbar {
33093
- width: 100%;
33094
- display: flex;
33095
- line-height: 30px;
33096
- justify-content: space-between;
33097
- }
33098
- .E_mn7joto .name-toolbar .metric-extra {
33099
- display: flex;
33100
- font-size: 12px;
33101
- align-items: center;
32969
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
32970
+ background-color: rgba(237, 241, 250, 0.6) !important;
33102
32971
  }
33103
- .E_mn7joto .name-toolbar .metric-extra .info-item {
33104
- color: #a3b4cc;
32972
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32973
+ background-color: rgba(225, 230, 241, 0.6) !important;
33105
32974
  }
33106
- .E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
33107
- margin-left: 10px;
32975
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
32976
+ color: #00122e;
33108
32977
  }
33109
- .E_mn7joto .name-toolbar .metric-extra .menu-trigger {
33110
- margin-left: 10px;
33111
- cursor: pointer;
32978
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32979
+ margin-right: 6px;
33112
32980
  }
33113
- .E_mn7joto .content {
33114
- flex: 1;
33115
- width: 100%;
33116
- display: flex;
33117
- justify-content: center;
33118
- align-items: center;
32981
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32982
+ margin-left: 8px;
32983
+ color: rgba(44, 56, 82, 0.6);
33119
32984
  }
33120
- .E_mn7joto .single-content {
33121
- height: 65px;
32985
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32986
+ background-color: rgba(0, 136, 255, 0.1);
33122
32987
  }
33123
-
33124
- .E_l1bifhon {
33125
- display: flex;
33126
- align-items: center;
33127
- white-space: nowrap;
33128
- overflow: hidden;
33129
- width: 100%;
32988
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32989
+ background-color: #0080ff;
33130
32990
  }
33131
- .E_l1bifhon .ant-dropdown-trigger {
33132
- font-size: 12px;
33133
- margin-left: 8px;
32991
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32992
+ background-color: rgba(0, 136, 255, 0.16);
33134
32993
  }
33135
-
33136
- .E_ltthzck {
33137
- display: flex;
33138
- justify-content: flex-start;
33139
- align-items: center;
33140
- font-size: 12px;
33141
- cursor: pointer;
32994
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
32995
+ background-color: rgba(255, 74, 74, 0.1);
33142
32996
  }
33143
- .E_ltthzck:not(:first-child) {
33144
- margin-left: 8px;
32997
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32998
+ background-color: #f0483e;
33145
32999
  }
33146
- .E_ltthzck.deselected, .E_ltthzck.hovering {
33147
- opacity: 0.3;
33000
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
33001
+ background-color: rgba(255, 74, 74, 0.16);
33148
33002
  }
33149
- .E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
33150
- background: #b4beca !important;
33151
- border-radius: 2px;
33003
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33004
+ background-color: rgba(254, 160, 8, 0.1);
33152
33005
  }
33153
- .E_ltthzck.hoverering-self {
33154
- opacity: 1;
33006
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33007
+ background-color: #fea008;
33155
33008
  }
33156
- .E_ltthzck .dropdown-trigger {
33157
- margin-left: 12px;
33009
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
33010
+ background-color: rgba(255, 187, 0, 0.16);
33158
33011
  }
33159
- .E_ltthzck .legend-name {
33160
- color: #00122e;
33012
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
33013
+ background-color: rgba(30, 201, 127, 0.1);
33161
33014
  }
33162
-
33163
- .E_l1mumj7o {
33164
- display: flex;
33165
- justify-content: flex-start;
33166
- align-items: center;
33167
- font-size: 12px;
33168
- cursor: pointer;
33015
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33016
+ background-color: #00ba5d;
33169
33017
  }
33170
- .E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
33171
- opacity: 0.3;
33018
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
33019
+ background-color: rgba(30, 201, 127, 0.16);
33172
33020
  }
33173
- .E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
33174
- background: #b4beca !important;
33175
- border-radius: 2px;
33021
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33022
+ background-color: rgba(225, 230, 241, 0.6);
33176
33023
  }
33177
- .E_l1mumj7o .legend-name {
33178
- color: #00122e;
33024
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33025
+ background-color: #6b7d99;
33179
33026
  }
33180
- .E_l1mumj7o.hoverering-self {
33181
- opacity: 1;
33027
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
33028
+ background-color: rgba(211, 218, 235, 0.6);
33182
33029
  }
33183
33030
 
33184
- .E_c14rn6j5 {
33185
- display: inline-block;
33186
- height: 8px;
33031
+ .E_satwmqm {
33187
33032
  width: 8px;
33188
- margin-right: 6px;
33189
- border-radius: 2px;
33033
+ height: 8px;
33034
+ border-radius: 50%;
33035
+ display: inline-block;
33190
33036
  }
33191
33037
 
33192
- .E_e45tc5l .ant-dropdown-menu-item {
33193
- display: flex;
33194
- align-items: center;
33195
- font-size: 12px;
33196
- margin: 0;
33038
+ .E_tc97u5y {
33039
+ height: 100%;
33197
33040
  }
33198
33041
 
33199
- .E_lqeaosa {
33200
- position: relative;
33201
- }
33202
- .E_lqeaosa.hidden-xaxis .pointer-wrapper {
33203
- bottom: -12px;
33204
- }
33205
- .E_lqeaosa .metric-toolbar {
33206
- display: flex;
33207
- justify-content: space-between;
33208
- line-height: 30px;
33209
- }
33210
- .E_lqeaosa .metric-toolbar .metric-extra {
33211
- display: flex;
33212
- flex-shrink: 0;
33213
- font-size: 12px;
33214
- align-items: center;
33215
- }
33216
- .E_lqeaosa .metric-toolbar .metric-extra .info-item {
33217
- color: #a3b4cc;
33042
+ .E_efzf37v .ant-table-content,
33043
+ .E_efzf37v .ant-table-body {
33044
+ overflow: visible !important;
33045
+ height: 100%;
33218
33046
  }
33219
- .E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
33220
- margin-left: 10px;
33047
+ .E_efzf37v .ant-table-tbody .ant-table-placeholder td {
33048
+ height: 100%;
33221
33049
  }
33222
- .E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
33223
- margin-left: 10px;
33224
- cursor: pointer;
33050
+ .E_efzf37v table {
33051
+ width: 100% !important;
33052
+ height: 100%;
33225
33053
  }
33226
- .E_lqeaosa .recharts-xAxis {
33227
- font-size: 12px;
33054
+ .E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
33055
+ padding: 15px 0;
33228
33056
  }
33229
- .E_lqeaosa .pointer-wrapper {
33230
- position: absolute;
33231
- bottom: 10px;
33232
- padding: 0 8px;
33233
- font-size: 12px;
33234
- color: #fff;
33235
- transform: translateX(-50%);
33057
+ .E_efzf37v table thead.ant-table-thead {
33058
+ display: none;
33236
33059
  }
33237
33060
 
33238
- .E_t2pr38p {
33239
- min-width: 200px;
33240
- background-color: rgba(23, 38, 64, 0.8);
33241
- border-radius: 4px;
33242
- box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
33243
- padding: 8px;
33061
+ .E_t1fisho6 {
33062
+ height: 100%;
33244
33063
  }
33245
-
33246
- .E_tecdsj7 {
33247
- display: flex;
33248
- align-items: center;
33249
- background-color: unset;
33250
- color: #FFFFFF;
33251
- justify-content: space-between;
33252
- font-size: 12px;
33064
+ .E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
33253
33065
  padding-top: 6px;
33066
+ padding-bottom: 6px;
33254
33067
  }
33255
- .E_tecdsj7:first-child {
33256
- padding-top: 3px;
33068
+ .E_t1fisho6 .active-row td:nth-child(1) {
33069
+ font-weight: 700;
33257
33070
  }
33258
- .E_tecdsj7:last-child {
33259
- padding-bottom: 3px;
33071
+ .E_t1fisho6.has-selection .active-row td:nth-child(2) {
33072
+ font-weight: 700;
33260
33073
  }
33261
- .E_tecdsj7 .column-value {
33262
- color: #FFFFFF;
33263
- margin-left: 8px;
33074
+ .E_t1fisho6 .ant-spin-nested-loading {
33075
+ height: 100%;
33264
33076
  }
33265
-
33266
- .E_ljhvvia {
33267
- display: inline-block;
33268
- height: 8px;
33269
- width: 8px;
33270
- margin-right: 8px;
33271
- border-radius: 2px;
33077
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
33078
+ height: 100%;
33079
+ overflow: visible;
33272
33080
  }
33273
- .E_ljhvvia.borderd {
33274
- border: 1px solid #fff;
33081
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin {
33082
+ max-height: none;
33275
33083
  }
33276
-
33277
- .E_msn7nxt {
33278
- color: rgba(44, 56, 82, 0.6);
33279
- text-align: center;
33084
+ .E_t1fisho6 td.ant-table-column-sort {
33085
+ background: transparent;
33086
+ }
33087
+ .E_t1fisho6 td.ant-table-cell-fix-left,
33088
+ .E_t1fisho6 td.ant-table-cell-fix-right {
33089
+ background: #fff;
33090
+ padding: 0 !important;
33091
+ }
33092
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
33093
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
33280
33094
  display: flex;
33281
33095
  align-items: center;
33282
- justify-content: center;
33283
- flex-direction: column;
33284
33096
  height: 100%;
33097
+ padding: 8px;
33285
33098
  }
33286
- .E_msn7nxt .link {
33287
- color: #0080ff;
33288
- cursor: pointer;
33289
- }
33290
-
33291
- .E_mp64wfi {
33292
- width: 100%;
33293
- height: 100%;
33294
- display: flex;
33295
- flex-direction: column;
33296
- }
33297
- .E_mp64wfi .name-toolbar {
33298
- width: 100%;
33299
- display: flex;
33300
- line-height: 30px;
33301
- padding: 0 16px;
33302
- justify-content: space-between;
33303
- }
33304
- .E_mp64wfi .name-toolbar .metric-extra {
33305
- display: flex;
33306
- font-size: 12px;
33307
- align-items: center;
33308
- }
33309
- .E_mp64wfi .name-toolbar .metric-extra .info-item {
33310
- color: #a3b4cc;
33311
- }
33312
- .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33313
- margin-left: 10px;
33314
- }
33315
- .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
33316
- margin-left: 10px;
33317
- cursor: pointer;
33318
- }
33319
- .E_mp64wfi .content {
33320
- flex: 1;
33321
- width: 100%;
33322
- display: flex;
33323
- justify-content: center;
33324
- align-items: center;
33325
- }
33326
- .E_mp64wfi .single-content {
33327
- height: 65px;
33328
- }
33329
-
33330
- .E_l1oyigan {
33331
- display: flex;
33332
- align-items: center;
33333
- white-space: nowrap;
33334
- overflow: hidden;
33335
- width: 100%;
33336
- }
33337
- .E_l1oyigan .ant-dropdown-trigger {
33338
- margin-left: auto;
33339
- font-size: 12px;
33340
- }
33341
-
33342
- .E_l1noi4n1 {
33343
- display: flex;
33344
- justify-content: flex-start;
33345
- align-items: center;
33346
- font-size: 12px;
33347
- cursor: pointer;
33348
- }
33349
- .E_l1noi4n1:not(:last-child) {
33350
- margin-right: 20px;
33351
- }
33352
- .E_l1noi4n1.deselected {
33353
- opacity: 0.4;
33354
- }
33355
- .E_l1noi4n1.deselected .color-block {
33356
- background: #b4beca !important;
33357
- }
33358
-
33359
- .E_cz19rz6 {
33360
- display: inline-block;
33361
- height: 8px;
33362
- width: 8px;
33363
- margin-right: 8px;
33364
- }
33365
-
33366
- .E_e17r5r9c .ant-dropdown-menu-item {
33367
- display: flex;
33368
- align-items: center;
33369
- font-size: 12px;
33370
- margin: 0;
33371
- }
33372
-
33373
- .E_m1y1hhnr {
33374
- position: relative;
33375
- }
33376
- .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
33377
- bottom: -12px;
33378
- }
33379
- .E_m1y1hhnr .metric-toolbar {
33380
- display: flex;
33381
- justify-content: space-between;
33382
- line-height: 30px;
33383
- margin: 0 16px;
33384
- }
33385
- .E_m1y1hhnr .metric-toolbar .metric-extra {
33386
- display: flex;
33387
- font-size: 12px;
33388
- align-items: center;
33389
- }
33390
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
33391
- color: #a3b4cc;
33392
- }
33393
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33394
- margin-left: 10px;
33395
- }
33396
- .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33397
- margin-left: 10px;
33398
- cursor: pointer;
33399
- }
33400
- .E_m1y1hhnr .recharts-xAxis {
33401
- font-size: 12px;
33402
- }
33403
- .E_m1y1hhnr .pointer-wrapper {
33404
- position: absolute;
33405
- bottom: 10px;
33406
- padding: 0 8px;
33407
- border-radius: 4px;
33408
- font-size: 12px;
33409
- color: #fff;
33410
- background: rgba(0, 0, 0, 0.75);
33411
- transform: translateX(-50%);
33412
- }
33413
-
33414
- .E_tnvijvs {
33415
- min-width: 200px;
33416
- }
33417
-
33418
- .E_t1ub2aex {
33419
- display: flex;
33420
- align-items: center;
33421
- justify-content: space-between;
33422
- background-color: rgba(0, 0, 0, 0.75);
33423
- color: #b4beca;
33424
- font-size: 12px;
33425
- padding: 3px 6px;
33426
- }
33427
- .E_t1ub2aex:first-child {
33428
- padding-top: 3px;
33429
- }
33430
- .E_t1ub2aex:last-child {
33431
- padding-bottom: 3px;
33432
- }
33433
- .E_t1ub2aex .column-value {
33434
- color: #fff;
33435
- margin-left: 8px;
33436
- }
33437
-
33438
- .E_tc97u5y {
33439
- height: 100%;
33440
- }
33441
-
33442
- .E_efzf37v .ant-table-content,
33443
- .E_efzf37v .ant-table-body {
33444
- overflow: visible !important;
33445
- height: 100%;
33446
- }
33447
- .E_efzf37v .ant-table-tbody .ant-table-placeholder td {
33448
- height: 100%;
33449
- }
33450
- .E_efzf37v table {
33451
- width: 100% !important;
33452
- height: 100%;
33453
- }
33454
- .E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
33455
- padding: 15px 0;
33456
- }
33457
- .E_efzf37v table thead.ant-table-thead {
33458
- display: none;
33459
- }
33460
-
33461
- .E_t1fisho6 {
33462
- height: 100%;
33463
- }
33464
- .E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
33465
- padding-top: 6px;
33466
- padding-bottom: 6px;
33467
- }
33468
- .E_t1fisho6 .active-row td:nth-child(1) {
33469
- font-weight: 700;
33470
- }
33471
- .E_t1fisho6.has-selection .active-row td:nth-child(2) {
33472
- font-weight: 700;
33473
- }
33474
- .E_t1fisho6 .ant-spin-nested-loading {
33475
- height: 100%;
33476
- }
33477
- .E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
33478
- height: 100%;
33479
- overflow: visible;
33480
- }
33481
- .E_t1fisho6 .ant-spin-nested-loading .ant-spin {
33482
- max-height: none;
33483
- }
33484
- .E_t1fisho6 td.ant-table-column-sort {
33485
- background: transparent;
33486
- }
33487
- .E_t1fisho6 td.ant-table-cell-fix-left,
33488
- .E_t1fisho6 td.ant-table-cell-fix-right {
33489
- background: #fff;
33490
- padding: 0 !important;
33491
- }
33492
- .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
33493
- .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
33494
- display: flex;
33495
- align-items: center;
33496
- height: 100%;
33497
- padding: 8px;
33498
- }
33499
- .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
33500
- .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
33501
- overflow: hidden;
33502
- text-overflow: ellipsis;
33099
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
33100
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
33101
+ overflow: hidden;
33102
+ text-overflow: ellipsis;
33503
33103
  width: 100%;
33504
33104
  }
33505
33105
  .E_t1fisho6 .ant-table-container {
@@ -33806,117 +33406,257 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33806
33406
  background: #fff;
33807
33407
  }
33808
33408
 
33809
- .E_sddwhm6 {
33810
- margin: 0;
33811
- border-radius: 20px;
33812
- padding: 2px 10px;
33813
- height: 22px;
33409
+ .E_r77hffu {
33410
+ display: flex;
33411
+ align-items: center;
33412
+ justify-content: space-between;
33413
+ column-gap: 6px;
33814
33414
  }
33815
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
33816
- background-color: rgba(237, 241, 250, 0.6) !important;
33415
+
33416
+ .E_p1cmxsf7 {
33417
+ display: flex;
33418
+ flex-direction: column;
33419
+ justify-content: center;
33420
+ row-gap: var(--p1cmxsf7-0);
33817
33421
  }
33818
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
33819
- background-color: rgba(225, 230, 241, 0.6) !important;
33422
+ .E_p1cmxsf7 .antd5-progress-line {
33423
+ font-size: 0;
33424
+ margin-bottom: unset;
33425
+ margin-inline-end: unset;
33820
33426
  }
33821
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
33822
- color: #00122e;
33427
+
33428
+ .E_w7ob4th.outside-tag {
33429
+ padding-left: 0;
33823
33430
  }
33824
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33825
- margin-right: 6px;
33431
+ .E_w7ob4th.outside-tag .inside-tag {
33432
+ border-radius: 4px 0 0 4px;
33433
+ padding-right: 4px;
33434
+ margin-right: 4px;
33826
33435
  }
33827
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33828
- margin-left: 8px;
33829
- color: rgba(44, 56, 82, 0.6);
33436
+
33437
+ .E_slr2ynn {
33438
+ padding: 0 8px;
33439
+ height: 18px;
33830
33440
  }
33831
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33832
- background-color: rgba(0, 136, 255, 0.1);
33441
+
33442
+ .E_m140wbb6 {
33443
+ padding: 2px 8px;
33444
+ height: 24px;
33833
33445
  }
33834
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33835
- background-color: #0080ff;
33446
+
33447
+ .E_t1fozc1i {
33448
+ margin: 0;
33836
33449
  }
33837
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
33838
- background-color: rgba(0, 136, 255, 0.16);
33450
+
33451
+ .E_i1vxv4ln {
33452
+ margin-right: 4px;
33453
+ height: 16px;
33839
33454
  }
33840
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
33841
- background-color: rgba(255, 74, 74, 0.1);
33455
+
33456
+ .E_n1afl31m.ant-tag.ant-tag-gray {
33457
+ font-weight: 700;
33458
+ color: #00122e;
33459
+ background-color: rgba(237, 241, 250, 0.6);
33460
+ border: 1px solid rgba(211, 218, 235, 0.6);
33461
+ word-break: break-all;
33462
+ display: inline;
33463
+ white-space: normal;
33842
33464
  }
33843
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33844
- background-color: #f0483e;
33465
+
33466
+ .E_t1dtlqs1 {
33467
+ margin-bottom: 4px;
33468
+ color: rgba(44, 56, 82, 0.6);
33845
33469
  }
33846
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
33847
- background-color: rgba(255, 74, 74, 0.16);
33470
+
33471
+ .E_s1ese5oy {
33472
+ color: rgba(44, 56, 82, 0.6);
33473
+ line-height: 32px;
33474
+ height: 32px;
33475
+ margin-bottom: 0;
33848
33476
  }
33849
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33850
- background-color: rgba(254, 160, 8, 0.1);
33477
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
33478
+ color: #0080ff;
33851
33479
  }
33852
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33853
- background-color: #fea008;
33480
+ .E_s1ese5oy.warning {
33481
+ color: #ffa500;
33854
33482
  }
33855
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
33856
- background-color: rgba(255, 187, 0, 0.16);
33483
+ .E_s1ese5oy.success {
33484
+ color: #00ba5d;
33857
33485
  }
33858
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
33859
- background-color: rgba(30, 201, 127, 0.1);
33486
+ .E_s1ese5oy.danger, .E_s1ese5oy.error {
33487
+ color: #f0483e;
33860
33488
  }
33861
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33862
- background-color: #00ba5d;
33489
+ .E_s1ese5oy.normal {
33490
+ color: rgba(44, 56, 82, 0.6);
33863
33491
  }
33864
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
33865
- background-color: rgba(30, 201, 127, 0.16);
33492
+
33493
+ .E_b1ibis43 {
33494
+ margin-bottom: 0;
33495
+ color: #00122e;
33866
33496
  }
33867
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33868
- background-color: rgba(225, 230, 241, 0.6);
33497
+
33498
+ .E_b11xxjd2 {
33499
+ line-height: 32px;
33500
+ margin-right: 6px;
33869
33501
  }
33870
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33871
- background-color: #6b7d99;
33502
+
33503
+ .E_bsub5bw.with-description {
33504
+ height: 24px;
33505
+ flex: 1;
33506
+ position: relative;
33507
+ top: -7px;
33872
33508
  }
33873
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
33874
- background-color: rgba(211, 218, 235, 0.6);
33509
+ .E_bsub5bw p {
33510
+ width: 100%;
33511
+ overflow: hidden;
33512
+ text-overflow: ellipsis;
33513
+ white-space: nowrap;
33875
33514
  }
33876
33515
 
33877
- .E_satwmqm {
33878
- width: 8px;
33879
- height: 8px;
33880
- border-radius: 50%;
33881
- display: inline-block;
33516
+ .E_tmoyoag {
33517
+ border: 1px solid rgba(211, 218, 235, 0.6);
33518
+ border-radius: 8px;
33519
+ overflow: auto;
33882
33520
  }
33883
-
33884
- .E_w7ob4th.outside-tag {
33885
- padding-left: 0;
33521
+ .E_tmoyoag .ant-list {
33522
+ position: relative;
33886
33523
  }
33887
- .E_w7ob4th.outside-tag .inside-tag {
33888
- border-radius: 4px 0 0 4px;
33889
- padding-right: 4px;
33890
- margin-right: 4px;
33524
+ .E_tmoyoag .ant-list .ant-list-item:last-child {
33525
+ border-bottom: none;
33891
33526
  }
33892
-
33893
- .E_slr2ynn {
33894
- padding: 0 8px;
33895
- height: 18px;
33527
+ .E_tmoyoag .ant-list .eagle-table-form-header {
33528
+ position: sticky;
33529
+ top: 0;
33530
+ z-index: 2;
33531
+ display: flex;
33532
+ padding: 8px;
33533
+ flex-wrap: nowrap;
33534
+ justify-content: flex-start;
33535
+ background: #f2f5fa;
33536
+ font-size: 14px;
33537
+ color: rgba(44, 56, 82, 0.6);
33538
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
33896
33539
  }
33897
-
33898
- .E_m140wbb6 {
33899
- padding: 2px 8px;
33540
+ .E_tmoyoag .ant-list .eagle-table-form-header {
33541
+ align-items: inherit;
33542
+ }
33543
+ .E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
33544
+ margin-bottom: 0;
33545
+ }
33546
+ .E_tmoyoag .ant-list .eagle-table-form-row {
33547
+ display: flex;
33548
+ justify-content: flex-start;
33549
+ align-items: flex-start;
33550
+ flex-wrap: wrap;
33551
+ padding: 8px;
33552
+ border: none;
33553
+ }
33554
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
33555
+ flex-basis: 100%;
33556
+ margin: 12px 0 0;
33557
+ order: 99;
33558
+ color: rgba(44, 56, 82, 0.6);
33559
+ }
33560
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
33561
+ color: #f0483e;
33562
+ flex-basis: 100%;
33563
+ order: 98;
33564
+ margin: 12px 0 0;
33565
+ }
33566
+ .E_tmoyoag .ant-list .eagle-table-form-row:hover {
33567
+ background-color: rgba(237, 241, 250, 0.6);
33568
+ }
33569
+ .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
33570
+ background-color: rgba(0, 136, 255, 0.1);
33571
+ }
33572
+ .E_tmoyoag .ant-list .eagle-table-form-cell {
33573
+ flex: 1 0 0;
33574
+ overflow: hidden;
33575
+ }
33576
+ .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
33577
+ color: rgba(44, 56, 82, 0.6);
33578
+ margin: 0;
33579
+ }
33580
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
33581
+ text-align: center;
33582
+ }
33583
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
33584
+ text-align: center;
33585
+ }
33586
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
33587
+ text-align: left;
33588
+ }
33589
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
33590
+ text-align: left;
33591
+ }
33592
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
33593
+ text-align: right;
33594
+ }
33595
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
33596
+ text-align: right;
33597
+ }
33598
+ .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
33599
+ margin-right: 8px;
33600
+ }
33601
+ .E_tmoyoag .ant-list .ant-list-item-action {
33602
+ padding: 4px;
33603
+ width: 24px;
33900
33604
  height: 24px;
33605
+ overflow: hidden;
33901
33606
  }
33902
-
33903
- .E_t1fozc1i {
33607
+ .E_tmoyoag .ant-list .ant-list-item-action li {
33608
+ padding: 0;
33609
+ }
33610
+ .E_tmoyoag .ant-list .delete-row-icon.disabled {
33611
+ cursor: not-allowed;
33612
+ opacity: 0.5;
33613
+ }
33614
+ .E_tmoyoag .ant-list.size-default .ant-list-item-action {
33904
33615
  margin: 0;
33905
33616
  }
33906
-
33907
- .E_i1vxv4ln {
33908
- margin-right: 4px;
33909
- height: 16px;
33617
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
33618
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
33619
+ border-radius: 5px;
33620
+ font-size: 12px;
33910
33621
  }
33911
-
33912
- .E_n1afl31m.ant-tag.ant-tag-gray {
33913
- font-weight: 700;
33914
- color: #00122e;
33622
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
33623
+ font-size: inherit;
33624
+ }
33625
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
33626
+ min-height: 24px;
33627
+ font-size: 12px;
33628
+ position: relative;
33629
+ }
33630
+ .E_tmoyoag.row-split-by-border .eagle-table-form-row {
33631
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
33632
+ }
33633
+ .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
33915
33634
  background-color: rgba(237, 241, 250, 0.6);
33916
- border: 1px solid rgba(211, 218, 235, 0.6);
33917
- word-break: break-all;
33635
+ }
33636
+
33637
+ .E_a138syjm {
33638
+ display: flex;
33639
+ align-items: center;
33640
+ margin-top: 8px;
33641
+ }
33642
+ .E_a138syjm button.ant-btn {
33643
+ padding: 2px 8px;
33644
+ height: 24px;
33645
+ }
33646
+ .E_a138syjm > span.maximum-desc {
33647
+ display: none;
33648
+ margin-left: 8px;
33649
+ color: rgba(44, 56, 82, 0.6);
33650
+ }
33651
+ .E_a138syjm > span.maximum-desc.disabled {
33918
33652
  display: inline;
33919
- white-space: normal;
33653
+ }
33654
+
33655
+ .E_d77i8u0 {
33656
+ width: 24px;
33657
+ height: 24px;
33658
+ padding: 4px;
33659
+ margin-right: 8px;
33920
33660
  }
33921
33661
 
33922
33662
  .E_i1g85yz3 {
@@ -34119,230 +33859,500 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34119
33859
  justify-content: center;
34120
33860
  }
34121
33861
 
34122
- .E_t1dtlqs1 {
34123
- margin-bottom: 4px;
34124
- color: rgba(44, 56, 82, 0.6);
33862
+ .E_t13ef470 {
33863
+ height: 100%;
34125
33864
  }
34126
-
34127
- .E_s1ese5oy {
34128
- color: rgba(44, 56, 82, 0.6);
34129
- line-height: 32px;
34130
- height: 32px;
34131
- margin-bottom: 0;
33865
+ .E_t13ef470 .table-loading-item {
33866
+ padding: 12px 4px;
33867
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33868
+ display: flex;
34132
33869
  }
34133
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
34134
- color: #0080ff;
33870
+ .E_t13ef470 .table-loading-item > * {
33871
+ height: 16px;
33872
+ margin: 4px;
33873
+ background: rgba(204, 212, 227, 0.18);
33874
+ border-radius: 2px;
34135
33875
  }
34136
- .E_s1ese5oy.warning {
34137
- color: #ffa500;
33876
+ .E_t13ef470 .table-loading-item .checkbox-loading {
33877
+ width: 16px;
34138
33878
  }
34139
- .E_s1ese5oy.success {
34140
- color: #00ba5d;
33879
+ .E_t13ef470 .table-loading-item .td-loading {
33880
+ flex: 1;
34141
33881
  }
34142
- .E_s1ese5oy.danger, .E_s1ese5oy.error {
34143
- color: #f0483e;
33882
+ .E_t13ef470 :nth-child(1) {
33883
+ padding: 8px 4px;
34144
33884
  }
34145
- .E_s1ese5oy.normal {
34146
- color: rgba(44, 56, 82, 0.6);
33885
+ .E_t13ef470 :nth-child(1) > * {
33886
+ background: rgba(107, 125, 153, 0.18);
33887
+ }
33888
+ .E_t13ef470 :nth-child(1) > * {
33889
+ background: rgba(163, 180, 204, 0.18);
34147
33890
  }
34148
33891
 
34149
- .E_b1ibis43 {
34150
- margin-bottom: 0;
33892
+ .E_l1ucdodl {
33893
+ margin: 0;
33894
+ border-radius: 20px;
33895
+ padding: 2px 10px;
33896
+ height: 22px;
33897
+ display: flex;
33898
+ align-items: center;
33899
+ }
33900
+ .E_l1ucdodl.ui-kit-status-legend.on-tint {
33901
+ color: #FFFFFF;
33902
+ }
33903
+ .E_l1ucdodl.tag-hover {
33904
+ cursor: pointer;
33905
+ }
33906
+ .E_l1ucdodl.ui-kit-status-legend {
34151
33907
  color: #00122e;
34152
33908
  }
34153
-
34154
- .E_b11xxjd2 {
34155
- line-height: 32px;
33909
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
34156
33910
  margin-right: 6px;
34157
33911
  }
33912
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
33913
+ margin-left: 8px;
33914
+ color: rgba(44, 56, 82, 0.6);
33915
+ }
33916
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
33917
+ color: #FFFFFF;
33918
+ }
33919
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
33920
+ background-color: #0080ff;
33921
+ }
33922
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
33923
+ background-color: #f0483e;
33924
+ }
33925
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
33926
+ background-color: #fea008;
33927
+ }
33928
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
33929
+ background-color: #00ba5d;
33930
+ }
33931
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33932
+ background-color: #6b7d99;
33933
+ }
33934
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33935
+ background-color: #7E41FF;
33936
+ }
34158
33937
 
34159
- .E_bsub5bw.with-description {
34160
- height: 24px;
33938
+ .E_s1qj66nc {
33939
+ width: 8px;
33940
+ height: 8px;
33941
+ border-radius: 50%;
33942
+ display: inline-block;
33943
+ }
33944
+
33945
+ .E_s5x1boq {
33946
+ width: 8px;
33947
+ height: 8px;
33948
+ border-radius: 2px;
33949
+ display: inline-block;
33950
+ }
33951
+
33952
+ .E_c1xm185 {
33953
+ color: rgba(44, 56, 82, 0.6);
33954
+ }
33955
+
33956
+ .E_c1x5l5qc {
34161
33957
  flex: 1;
34162
- position: relative;
34163
- top: -7px;
34164
33958
  }
34165
- .E_bsub5bw p {
33959
+
33960
+ .E_t1gvlxt5 {
33961
+ min-width: 0;
33962
+ flex: 1;
33963
+ }
33964
+ .E_t1gvlxt5 .tag {
33965
+ flex: 0 0 auto;
33966
+ }
33967
+ .E_t1gvlxt5 .progress-title {
33968
+ flex: 2;
33969
+ max-width: fit-content;
33970
+ }
33971
+ .E_t1gvlxt5 .progress-desc {
33972
+ flex: 1;
33973
+ max-width: fit-content;
33974
+ }
33975
+
33976
+ .E_a1ji6r68 {
33977
+ display: flex;
33978
+ align-items: center;
33979
+ column-gap: var(--a1ji6r68-0);
33980
+ }
33981
+
33982
+ .E_msn7nxt {
33983
+ color: rgba(44, 56, 82, 0.6);
33984
+ text-align: center;
33985
+ display: flex;
33986
+ align-items: center;
33987
+ justify-content: center;
33988
+ flex-direction: column;
33989
+ height: 100%;
33990
+ }
33991
+ .E_msn7nxt .link {
33992
+ color: #0080ff;
33993
+ cursor: pointer;
33994
+ }
33995
+
33996
+ .E_mp64wfi {
34166
33997
  width: 100%;
34167
- overflow: hidden;
34168
- text-overflow: ellipsis;
33998
+ height: 100%;
33999
+ display: flex;
34000
+ flex-direction: column;
34001
+ }
34002
+ .E_mp64wfi .name-toolbar {
34003
+ width: 100%;
34004
+ display: flex;
34005
+ line-height: 30px;
34006
+ padding: 0 16px;
34007
+ justify-content: space-between;
34008
+ }
34009
+ .E_mp64wfi .name-toolbar .metric-extra {
34010
+ display: flex;
34011
+ font-size: 12px;
34012
+ align-items: center;
34013
+ }
34014
+ .E_mp64wfi .name-toolbar .metric-extra .info-item {
34015
+ color: #a3b4cc;
34016
+ }
34017
+ .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
34018
+ margin-left: 10px;
34019
+ }
34020
+ .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
34021
+ margin-left: 10px;
34022
+ cursor: pointer;
34023
+ }
34024
+ .E_mp64wfi .content {
34025
+ flex: 1;
34026
+ width: 100%;
34027
+ display: flex;
34028
+ justify-content: center;
34029
+ align-items: center;
34030
+ }
34031
+ .E_mp64wfi .single-content {
34032
+ height: 65px;
34033
+ }
34034
+
34035
+ .E_l1oyigan {
34036
+ display: flex;
34037
+ align-items: center;
34169
34038
  white-space: nowrap;
34039
+ overflow: hidden;
34040
+ width: 100%;
34041
+ }
34042
+ .E_l1oyigan .ant-dropdown-trigger {
34043
+ margin-left: auto;
34044
+ font-size: 12px;
34170
34045
  }
34171
34046
 
34172
- .E_tmoyoag {
34173
- border: 1px solid rgba(211, 218, 235, 0.6);
34174
- border-radius: 8px;
34175
- overflow: auto;
34047
+ .E_l1noi4n1 {
34048
+ display: flex;
34049
+ justify-content: flex-start;
34050
+ align-items: center;
34051
+ font-size: 12px;
34052
+ cursor: pointer;
34176
34053
  }
34177
- .E_tmoyoag .ant-list {
34054
+ .E_l1noi4n1:not(:last-child) {
34055
+ margin-right: 20px;
34056
+ }
34057
+ .E_l1noi4n1.deselected {
34058
+ opacity: 0.4;
34059
+ }
34060
+ .E_l1noi4n1.deselected .color-block {
34061
+ background: #b4beca !important;
34062
+ }
34063
+
34064
+ .E_cz19rz6 {
34065
+ display: inline-block;
34066
+ height: 8px;
34067
+ width: 8px;
34068
+ margin-right: 8px;
34069
+ }
34070
+
34071
+ .E_e17r5r9c .ant-dropdown-menu-item {
34072
+ display: flex;
34073
+ align-items: center;
34074
+ font-size: 12px;
34075
+ margin: 0;
34076
+ }
34077
+
34078
+ .E_m1y1hhnr {
34178
34079
  position: relative;
34179
34080
  }
34180
- .E_tmoyoag .ant-list .ant-list-item:last-child {
34181
- border-bottom: none;
34081
+ .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
34082
+ bottom: -12px;
34182
34083
  }
34183
- .E_tmoyoag .ant-list .eagle-table-form-header {
34184
- position: sticky;
34185
- top: 0;
34186
- z-index: 2;
34084
+ .E_m1y1hhnr .metric-toolbar {
34187
34085
  display: flex;
34188
- padding: 8px;
34189
- flex-wrap: nowrap;
34190
- justify-content: flex-start;
34191
- background: #f2f5fa;
34192
- font-size: 14px;
34193
- color: rgba(44, 56, 82, 0.6);
34194
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34086
+ justify-content: space-between;
34087
+ line-height: 30px;
34088
+ margin: 0 16px;
34195
34089
  }
34196
- .E_tmoyoag .ant-list .eagle-table-form-header {
34197
- align-items: inherit;
34090
+ .E_m1y1hhnr .metric-toolbar .metric-extra {
34091
+ display: flex;
34092
+ font-size: 12px;
34093
+ align-items: center;
34198
34094
  }
34199
- .E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
34200
- margin-bottom: 0;
34095
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
34096
+ color: #a3b4cc;
34201
34097
  }
34202
- .E_tmoyoag .ant-list .eagle-table-form-row {
34098
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
34099
+ margin-left: 10px;
34100
+ }
34101
+ .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
34102
+ margin-left: 10px;
34103
+ cursor: pointer;
34104
+ }
34105
+ .E_m1y1hhnr .recharts-xAxis {
34106
+ font-size: 12px;
34107
+ }
34108
+ .E_m1y1hhnr .pointer-wrapper {
34109
+ position: absolute;
34110
+ bottom: 10px;
34111
+ padding: 0 8px;
34112
+ border-radius: 4px;
34113
+ font-size: 12px;
34114
+ color: #fff;
34115
+ background: rgba(0, 0, 0, 0.75);
34116
+ transform: translateX(-50%);
34117
+ }
34118
+
34119
+ .E_tnvijvs {
34120
+ min-width: 200px;
34121
+ }
34122
+
34123
+ .E_t1ub2aex {
34203
34124
  display: flex;
34204
- justify-content: flex-start;
34205
- align-items: flex-start;
34206
- flex-wrap: wrap;
34207
- padding: 8px;
34208
- border: none;
34125
+ align-items: center;
34126
+ justify-content: space-between;
34127
+ background-color: rgba(0, 0, 0, 0.75);
34128
+ color: #b4beca;
34129
+ font-size: 12px;
34130
+ padding: 3px 6px;
34209
34131
  }
34210
- .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
34211
- flex-basis: 100%;
34212
- margin: 12px 0 0;
34213
- order: 99;
34132
+ .E_t1ub2aex:first-child {
34133
+ padding-top: 3px;
34134
+ }
34135
+ .E_t1ub2aex:last-child {
34136
+ padding-bottom: 3px;
34137
+ }
34138
+ .E_t1ub2aex .column-value {
34139
+ color: #fff;
34140
+ margin-left: 8px;
34141
+ }
34142
+
34143
+ .E_m11nzl2x {
34214
34144
  color: rgba(44, 56, 82, 0.6);
34145
+ text-align: center;
34146
+ display: flex;
34147
+ align-items: center;
34148
+ justify-content: center;
34149
+ flex-direction: column;
34150
+ height: 100%;
34215
34151
  }
34216
- .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34217
- color: #f0483e;
34218
- flex-basis: 100%;
34219
- order: 98;
34220
- margin: 12px 0 0;
34152
+ .E_m11nzl2x .link {
34153
+ color: #0080ff;
34154
+ cursor: pointer;
34221
34155
  }
34222
- .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34223
- background-color: rgba(237, 241, 250, 0.6);
34156
+
34157
+ .E_mn7joto {
34158
+ width: 100%;
34159
+ height: 100%;
34160
+ display: flex;
34161
+ flex-direction: column;
34224
34162
  }
34225
- .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34226
- background-color: rgba(0, 136, 255, 0.1);
34163
+ .E_mn7joto .name-toolbar {
34164
+ width: 100%;
34165
+ display: flex;
34166
+ line-height: 30px;
34167
+ justify-content: space-between;
34227
34168
  }
34228
- .E_tmoyoag .ant-list .eagle-table-form-cell {
34229
- flex: 1 0 0;
34169
+ .E_mn7joto .name-toolbar .metric-extra {
34170
+ display: flex;
34171
+ font-size: 12px;
34172
+ align-items: center;
34173
+ }
34174
+ .E_mn7joto .name-toolbar .metric-extra .info-item {
34175
+ color: #a3b4cc;
34176
+ }
34177
+ .E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
34178
+ margin-left: 10px;
34179
+ }
34180
+ .E_mn7joto .name-toolbar .metric-extra .menu-trigger {
34181
+ margin-left: 10px;
34182
+ cursor: pointer;
34183
+ }
34184
+ .E_mn7joto .content {
34185
+ flex: 1;
34186
+ width: 100%;
34187
+ display: flex;
34188
+ justify-content: center;
34189
+ align-items: center;
34190
+ }
34191
+ .E_mn7joto .single-content {
34192
+ height: 65px;
34193
+ }
34194
+
34195
+ .E_l1bifhon {
34196
+ display: flex;
34197
+ align-items: center;
34198
+ white-space: nowrap;
34230
34199
  overflow: hidden;
34200
+ width: 100%;
34231
34201
  }
34232
- .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34233
- color: rgba(44, 56, 82, 0.6);
34234
- margin: 0;
34202
+ .E_l1bifhon .ant-dropdown-trigger {
34203
+ font-size: 12px;
34204
+ margin-left: 8px;
34235
34205
  }
34236
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34237
- text-align: center;
34206
+
34207
+ .E_ltthzck {
34208
+ display: flex;
34209
+ justify-content: flex-start;
34210
+ align-items: center;
34211
+ font-size: 12px;
34212
+ cursor: pointer;
34238
34213
  }
34239
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
34240
- text-align: center;
34214
+ .E_ltthzck:not(:first-child) {
34215
+ margin-left: 8px;
34241
34216
  }
34242
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34243
- text-align: left;
34217
+ .E_ltthzck.deselected, .E_ltthzck.hovering {
34218
+ opacity: 0.3;
34244
34219
  }
34245
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
34246
- text-align: left;
34220
+ .E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
34221
+ background: #b4beca !important;
34222
+ border-radius: 2px;
34247
34223
  }
34248
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34249
- text-align: right;
34224
+ .E_ltthzck.hoverering-self {
34225
+ opacity: 1;
34226
+ }
34227
+ .E_ltthzck .dropdown-trigger {
34228
+ margin-left: 12px;
34229
+ }
34230
+ .E_ltthzck .legend-name {
34231
+ color: #00122e;
34232
+ }
34233
+ .E_ltthzck .icon-suffix-wrapper {
34234
+ display: flex;
34235
+ align-items: center;
34236
+ margin-left: 4px;
34237
+ }
34238
+
34239
+ .E_l1mumj7o {
34240
+ display: flex;
34241
+ justify-content: flex-start;
34242
+ align-items: center;
34243
+ font-size: 12px;
34244
+ cursor: pointer;
34250
34245
  }
34251
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
34252
- text-align: right;
34246
+ .E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
34247
+ opacity: 0.3;
34253
34248
  }
34254
- .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34255
- margin-right: 8px;
34249
+ .E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
34250
+ background: #b4beca !important;
34251
+ border-radius: 2px;
34256
34252
  }
34257
- .E_tmoyoag .ant-list .ant-list-item-action {
34258
- padding: 4px;
34259
- width: 24px;
34260
- height: 24px;
34261
- overflow: hidden;
34253
+ .E_l1mumj7o .legend-name {
34254
+ color: #00122e;
34262
34255
  }
34263
- .E_tmoyoag .ant-list .ant-list-item-action li {
34264
- padding: 0;
34256
+ .E_l1mumj7o.hoverering-self {
34257
+ opacity: 1;
34265
34258
  }
34266
- .E_tmoyoag .ant-list .delete-row-icon.disabled {
34267
- cursor: not-allowed;
34268
- opacity: 0.5;
34259
+ .E_l1mumj7o .icon-suffix-wrapper {
34260
+ margin-left: 4px;
34261
+ display: flex;
34262
+ align-items: center;
34269
34263
  }
34270
- .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34271
- margin: 0;
34264
+
34265
+ .E_c14rn6j5 {
34266
+ display: inline-block;
34267
+ height: 8px;
34268
+ width: 8px;
34269
+ margin-right: 6px;
34270
+ border-radius: 2px;
34272
34271
  }
34273
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34274
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34275
- border-radius: 5px;
34272
+
34273
+ .E_e45tc5l .ant-dropdown-menu-item {
34274
+ display: flex;
34275
+ align-items: center;
34276
34276
  font-size: 12px;
34277
+ margin: 0;
34277
34278
  }
34278
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34279
- font-size: inherit;
34280
- }
34281
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34282
- min-height: 24px;
34283
- font-size: 12px;
34279
+
34280
+ .E_lqeaosa {
34284
34281
  position: relative;
34285
34282
  }
34286
- .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34287
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34283
+ .E_lqeaosa.hidden-xaxis .pointer-wrapper {
34284
+ bottom: -12px;
34288
34285
  }
34289
- .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34290
- background-color: rgba(237, 241, 250, 0.6);
34286
+ .E_lqeaosa .metric-toolbar {
34287
+ display: flex;
34288
+ justify-content: space-between;
34289
+ line-height: 30px;
34291
34290
  }
34292
-
34293
- .E_a138syjm {
34291
+ .E_lqeaosa .metric-toolbar .metric-extra {
34294
34292
  display: flex;
34293
+ flex-shrink: 0;
34294
+ font-size: 12px;
34295
34295
  align-items: center;
34296
- margin-top: 8px;
34297
34296
  }
34298
- .E_a138syjm button.ant-btn {
34299
- padding: 2px 8px;
34300
- height: 24px;
34297
+ .E_lqeaosa .metric-toolbar .metric-extra .info-item {
34298
+ color: #a3b4cc;
34301
34299
  }
34302
- .E_a138syjm > span.maximum-desc {
34303
- display: none;
34304
- margin-left: 8px;
34305
- color: rgba(44, 56, 82, 0.6);
34300
+ .E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
34301
+ margin-left: 10px;
34306
34302
  }
34307
- .E_a138syjm > span.maximum-desc.disabled {
34308
- display: inline;
34303
+ .E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
34304
+ margin-left: 10px;
34305
+ cursor: pointer;
34309
34306
  }
34310
-
34311
- .E_d77i8u0 {
34312
- width: 24px;
34313
- height: 24px;
34314
- padding: 4px;
34315
- margin-right: 8px;
34307
+ .E_lqeaosa .recharts-xAxis {
34308
+ font-size: 12px;
34309
+ }
34310
+ .E_lqeaosa .pointer-wrapper {
34311
+ position: absolute;
34312
+ bottom: 10px;
34313
+ padding: 0 8px;
34314
+ font-size: 12px;
34315
+ color: #fff;
34316
+ transform: translateX(-50%);
34316
34317
  }
34317
34318
 
34318
- .E_t13ef470 {
34319
- height: 100%;
34319
+ .E_t2pr38p {
34320
+ min-width: 200px;
34321
+ background-color: rgba(23, 38, 64, 0.8);
34322
+ border-radius: 4px;
34323
+ box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
34324
+ padding: 8px;
34320
34325
  }
34321
- .E_t13ef470 .table-loading-item {
34322
- padding: 12px 4px;
34323
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34326
+
34327
+ .E_tecdsj7 {
34324
34328
  display: flex;
34329
+ align-items: center;
34330
+ background-color: unset;
34331
+ color: #FFFFFF;
34332
+ justify-content: space-between;
34333
+ font-size: 12px;
34334
+ padding-top: 6px;
34325
34335
  }
34326
- .E_t13ef470 .table-loading-item > * {
34327
- height: 16px;
34328
- margin: 4px;
34329
- background: rgba(204, 212, 227, 0.18);
34330
- border-radius: 2px;
34331
- }
34332
- .E_t13ef470 .table-loading-item .checkbox-loading {
34333
- width: 16px;
34336
+ .E_tecdsj7:first-child {
34337
+ padding-top: 3px;
34334
34338
  }
34335
- .E_t13ef470 .table-loading-item .td-loading {
34336
- flex: 1;
34339
+ .E_tecdsj7:last-child {
34340
+ padding-bottom: 3px;
34337
34341
  }
34338
- .E_t13ef470 :nth-child(1) {
34339
- padding: 8px 4px;
34342
+ .E_tecdsj7 .column-value {
34343
+ color: #FFFFFF;
34344
+ margin-left: 8px;
34340
34345
  }
34341
- .E_t13ef470 :nth-child(1) > * {
34342
- background: rgba(107, 125, 153, 0.18);
34346
+
34347
+ .E_ljhvvia {
34348
+ display: inline-block;
34349
+ height: 8px;
34350
+ width: 8px;
34351
+ margin-right: 8px;
34352
+ border-radius: 2px;
34343
34353
  }
34344
- .E_t13ef470 :nth-child(1) > * {
34345
- background: rgba(163, 180, 204, 0.18);
34354
+ .E_ljhvvia.borderd {
34355
+ border: 1px solid #fff;
34346
34356
  }
34347
34357
 
34348
34358
  .E_bpgac8u {
@@ -34372,6 +34382,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34372
34382
  background-color: #E07F00;
34373
34383
  }
34374
34384
 
34385
+ .E_t59qhqp {
34386
+ padding: 0px;
34387
+ padding-top: 5px;
34388
+ padding-left: 5px;
34389
+ }
34390
+ .E_t59qhqp .ant-timeline-item {
34391
+ margin-bottom: 16px;
34392
+ padding-bottom: 0px;
34393
+ }
34394
+ .E_t59qhqp .ant-timeline-item-last,
34395
+ .E_t59qhqp .compact.ant-timeline-item-last {
34396
+ margin-bottom: 0;
34397
+ }
34398
+ .E_t59qhqp .compact.ant-timeline-item {
34399
+ margin-bottom: 12px;
34400
+ }
34401
+ .E_t59qhqp .info-action {
34402
+ align-self: baseline;
34403
+ }
34404
+
34405
+ .E_t2e44lg .ant-timeline-item-content {
34406
+ margin-left: 18px;
34407
+ }
34408
+ .E_t2e44lg .item-time {
34409
+ display: flex;
34410
+ flex-direction: column;
34411
+ gap: 4px;
34412
+ margin-top: 4px;
34413
+ }
34414
+ .E_t2e44lg:last-child .ant-timeline-item-content {
34415
+ padding-bottom: 0;
34416
+ }
34417
+
34418
+ .E_e14ua30y {
34419
+ display: flex;
34420
+ flex-direction: column;
34421
+ align-items: center;
34422
+ justify-content: center;
34423
+ }
34424
+
34425
+ .E_s1ikqzph {
34426
+ color: rgba(44, 56, 82, 0.7490196078);
34427
+ }
34428
+
34429
+ .E_i15astnl {
34430
+ color: #00122E;
34431
+ }
34432
+
34375
34433
  .E_b1jaupqb {
34376
34434
  color: #F0483E;
34377
34435
  }
@@ -34509,90 +34567,42 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34509
34567
 
34510
34568
  .E_fo07jei {
34511
34569
  display: flex;
34512
- justify-content: space-between;
34513
- align-items: center;
34514
- gap: 16px;
34515
- height: 40px;
34516
- }
34517
-
34518
- .E_fph3s12 {
34519
- display: flex;
34520
- align-items: center;
34521
- gap: 16px;
34522
- text-align: left;
34523
- }
34524
-
34525
- .E_f1f8uj0i {
34526
- flex-shrink: 0;
34527
- }
34528
-
34529
- .E_ejcjd85 {
34530
- color: #f0483e;
34531
- display: flex;
34532
- align-items: center;
34533
- height: 32px;
34534
- }
34535
-
34536
- .E_e1lj3r2s {
34537
- margin-right: 4px;
34538
- flex-shrink: 0;
34539
- }
34540
-
34541
- .E_eb58k2y {
34542
- align-self: flex-start;
34543
- margin-top: 5px;
34544
- }
34545
-
34546
- .E_c1bad0d {
34547
- font-weight: bold;
34548
- }
34549
-
34550
- .E_t59qhqp {
34551
- padding: 0px;
34552
- padding-top: 5px;
34553
- padding-left: 5px;
34554
- }
34555
- .E_t59qhqp .ant-timeline-item {
34556
- margin-bottom: 16px;
34557
- padding-bottom: 0px;
34558
- }
34559
- .E_t59qhqp .ant-timeline-item-last,
34560
- .E_t59qhqp .compact.ant-timeline-item-last {
34561
- margin-bottom: 0;
34562
- }
34563
- .E_t59qhqp .compact.ant-timeline-item {
34564
- margin-bottom: 12px;
34565
- }
34566
- .E_t59qhqp .info-action {
34567
- align-self: baseline;
34570
+ justify-content: space-between;
34571
+ align-items: center;
34572
+ gap: 16px;
34573
+ height: 40px;
34568
34574
  }
34569
34575
 
34570
- .E_t2e44lg .ant-timeline-item-content {
34571
- margin-left: 18px;
34572
- }
34573
- .E_t2e44lg .item-time {
34576
+ .E_fph3s12 {
34574
34577
  display: flex;
34575
- flex-direction: column;
34576
- gap: 4px;
34577
- margin-top: 4px;
34578
+ align-items: center;
34579
+ gap: 16px;
34580
+ text-align: left;
34578
34581
  }
34579
- .E_t2e44lg:last-child .ant-timeline-item-content {
34580
- padding-bottom: 0;
34582
+
34583
+ .E_f1f8uj0i {
34584
+ flex-shrink: 0;
34581
34585
  }
34582
34586
 
34583
- .E_e14ua30y {
34587
+ .E_ejcjd85 {
34588
+ color: #f0483e;
34584
34589
  display: flex;
34585
- flex-direction: column;
34586
34590
  align-items: center;
34587
- justify-content: center;
34591
+ height: 32px;
34588
34592
  }
34589
34593
 
34590
- .E_s1ikqzph {
34591
- color: rgba(44, 56, 82, 0.7490196078);
34594
+ .E_e1lj3r2s {
34595
+ margin-right: 4px;
34596
+ flex-shrink: 0;
34592
34597
  }
34593
34598
 
34594
- .E_i15astnl {
34595
- color: #00122E;
34599
+ .E_eb58k2y {
34600
+ align-self: flex-start;
34601
+ margin-top: 5px;
34602
+ }
34603
+
34604
+ .E_c1bad0d {
34605
+ font-weight: bold;
34596
34606
  }
34597
34607
 
34598
34608
  .E_dxyv8bv {
@@ -34750,10 +34760,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34750
34760
  border-radius: 8px;
34751
34761
  }
34752
34762
 
34753
- .E_t1616y1o {
34754
- color: #fff;
34755
- }
34756
-
34757
34763
  .E_t1g36k2w {
34758
34764
  overflow: hidden;
34759
34765
  height: 100%;
@@ -34783,15 +34789,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34783
34789
  background: rgba(225, 230, 241, 0.6);
34784
34790
  }
34785
34791
 
34786
- .E_a9y3flr {
34787
- margin-left: 8px;
34788
- }
34789
-
34790
- .E_a1njc627 {
34791
- font-size: 12px;
34792
- color: #00122e;
34793
- }
34794
-
34795
34792
  .E_f16blduf.ant-form-item {
34796
34793
  margin-bottom: 0;
34797
34794
  }
@@ -34811,6 +34808,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34811
34808
  display: block;
34812
34809
  }
34813
34810
 
34811
+ .E_t1616y1o {
34812
+ color: #fff;
34813
+ }
34814
+
34815
+ .E_a9y3flr {
34816
+ margin-left: 8px;
34817
+ }
34818
+
34819
+ .E_a1njc627 {
34820
+ font-size: 12px;
34821
+ color: #00122e;
34822
+ }
34823
+
34814
34824
  .E_i14c7jc8 {
34815
34825
  color: var(--i14c7jc8-0);
34816
34826
  }
@@ -34867,70 +34877,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34867
34877
  margin-left: 1px;
34868
34878
  }
34869
34879
 
34870
- .E_c18bcrac {
34871
- display: inline-block;
34872
- width: 100%;
34873
- }
34874
- .E_c18bcrac .recharts-wrapper {
34875
- margin-left: 4px;
34876
- }
34877
-
34878
- .E_cro7kg2 {
34879
- padding: 4px;
34880
- }
34881
- .E_cro7kg2 .unit {
34882
- color: white;
34883
- }
34884
-
34885
- .E_c14wcxf0 {
34886
- display: flex;
34887
- justify-content: space-between;
34888
- align-items: center;
34889
- font-size: 13px;
34890
- line-height: 24px;
34891
- color: #cccccc;
34892
- white-space: nowrap;
34893
- }
34894
- .E_c14wcxf0 label {
34895
- margin-right: 32px;
34896
- }
34897
-
34898
- .E_coy29mj.E_c14wcxf0 {
34899
- font-weight: bold;
34900
- color: white;
34901
- }
34902
-
34903
- .E_s11212zy {
34904
- width: 8px;
34905
- height: 8px;
34906
- border-radius: 2px;
34907
- display: inline-block;
34908
- background: var(--s11212zy-0);
34909
- border: 1px solid #fff;
34910
- box-sizing: content-box;
34911
- margin-right: 6px;
34912
- }
34913
-
34914
- .E_p1lyky6c > :first-child {
34915
- font-weight: bold;
34916
- color: white;
34917
- margin-right: 4px;
34918
- }
34919
-
34920
- span.E_tqjc4ui {
34921
- margin: 0 2px;
34922
- }
34923
-
34924
- .E_gmyahx3 {
34925
- cursor: pointer;
34926
- }
34927
- .E_gmyahx3 .link-text {
34928
- color: rgba(0, 21, 64, 0.3);
34929
- }
34930
- .E_gmyahx3:hover .link-text {
34931
- color: #0080ff;
34932
- }
34933
-
34934
34880
  .E_s1ebs0ra {
34935
34881
  display: flex;
34936
34882
  align-items: center;
@@ -34992,6 +34938,56 @@ span.E_tqjc4ui {
34992
34938
  background: #fff;
34993
34939
  }
34994
34940
 
34941
+ .E_c18bcrac {
34942
+ display: inline-block;
34943
+ width: 100%;
34944
+ }
34945
+ .E_c18bcrac .recharts-wrapper {
34946
+ margin-left: 4px;
34947
+ }
34948
+
34949
+ .E_cro7kg2 {
34950
+ padding: 4px;
34951
+ }
34952
+ .E_cro7kg2 .unit {
34953
+ color: white;
34954
+ }
34955
+
34956
+ .E_c14wcxf0 {
34957
+ display: flex;
34958
+ justify-content: space-between;
34959
+ align-items: center;
34960
+ font-size: 13px;
34961
+ line-height: 24px;
34962
+ color: #cccccc;
34963
+ white-space: nowrap;
34964
+ }
34965
+ .E_c14wcxf0 label {
34966
+ margin-right: 32px;
34967
+ }
34968
+
34969
+ .E_coy29mj.E_c14wcxf0 {
34970
+ font-weight: bold;
34971
+ color: white;
34972
+ }
34973
+
34974
+ .E_s11212zy {
34975
+ width: 8px;
34976
+ height: 8px;
34977
+ border-radius: 2px;
34978
+ display: inline-block;
34979
+ background: var(--s11212zy-0);
34980
+ border: 1px solid #fff;
34981
+ box-sizing: content-box;
34982
+ margin-right: 6px;
34983
+ }
34984
+
34985
+ .E_p1lyky6c > :first-child {
34986
+ font-weight: bold;
34987
+ color: white;
34988
+ margin-right: 4px;
34989
+ }
34990
+
34995
34991
  .E_c1up1pdz {
34996
34992
  width: 648px;
34997
34993
  }
@@ -35271,102 +35267,49 @@ span.E_tqjc4ui {
35271
35267
  visibility: hidden;
35272
35268
  }
35273
35269
 
35274
- .E_s1iv0tp1 .enabled-switch {
35275
- display: flex;
35276
- align-items: center;
35277
- }
35278
- .E_s1iv0tp1 .enabled-text {
35279
- margin-right: 8px;
35280
- }
35281
-
35282
- .E_t1sqg15u {
35283
- background: white;
35284
- }
35285
- .E_t1sqg15u.inline .table-row {
35286
- flex-direction: column;
35287
- }
35288
- .E_t1sqg15u.inline .table-row > label {
35289
- padding: 0 16px 7px 0;
35290
- }
35291
- .E_t1sqg15u.has-border .table-header {
35292
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35293
- }
35294
- .E_t1sqg15u.has-border .hiddenBorder {
35295
- border-top: none !important;
35296
- }
35297
- .E_t1sqg15u.has-border .table-row + .table-row {
35298
- border-top: 1px solid rgba(225, 230, 241, 0.6);
35299
- }
35300
- .E_t1sqg15u.has-border .table-row:last-of-type {
35301
- padding-bottom: 0;
35302
- }
35303
- .E_t1sqg15u.align-right .content {
35304
- text-align: right;
35305
- }
35306
- .E_t1sqg15u .uuid-row {
35307
- display: flex;
35308
- justify-content: space-between;
35309
- }
35310
- .E_t1sqg15u .uuid-row .id-text {
35311
- white-space: nowrap;
35312
- overflow: hidden;
35313
- text-overflow: ellipsis;
35314
- }
35315
-
35316
- .E_t4zczcp {
35317
- display: flex;
35318
- justify-content: space-between;
35319
- align-items: center;
35320
- padding: 8px;
35321
- min-height: 32px;
35270
+ .E_gmyahx3 {
35271
+ cursor: pointer;
35322
35272
  }
35323
- .E_t4zczcp .table-title {
35324
- color: rgba(44, 56, 82, 0.6);
35325
- font-weight: 600;
35326
- font-size: 12px;
35327
- line-height: 8px;
35273
+ .E_gmyahx3 .link-text {
35274
+ color: rgba(0, 21, 64, 0.3);
35328
35275
  }
35329
- .E_t4zczcp .edit-icon {
35330
- font-size: 16px;
35331
- color: rgba(10, 37, 85, 0.6);
35332
- cursor: pointer;
35276
+ .E_gmyahx3:hover .link-text {
35277
+ color: #0080ff;
35333
35278
  }
35334
35279
 
35335
- .E_t1s7goww {
35336
- font-size: 12px;
35337
- line-height: 18px;
35280
+ span.E_tqjc4ui {
35281
+ margin: 0 2px;
35338
35282
  }
35339
35283
 
35340
- .E_t93e4cf {
35341
- display: flex;
35342
- padding: 8px 0;
35343
- color: #2d3a56;
35344
- }
35345
- .E_t93e4cf .hidden {
35346
- display: none;
35284
+ .E_wg1tsps {
35285
+ display: flex;
35286
+ align-items: center;
35287
+ justify-content: flex-end;
35347
35288
  }
35348
- .E_t93e4cf .ant-btn.ant-btn-link {
35349
- height: auto;
35289
+
35290
+ .E_b1ctd5xy {
35291
+ display: flex;
35292
+ align-items: center;
35293
+ width: calc(100% - 40px);
35350
35294
  }
35351
- .E_t93e4cf .content {
35352
- overflow: hidden;
35353
- overflow-x: auto;
35295
+ .E_b1ctd5xy .chart {
35296
+ display: inline-block;
35354
35297
  width: 100%;
35355
- white-space: pre-wrap;
35356
35298
  }
35357
- .E_t93e4cf .content .ant-btn {
35358
- white-space: pre-wrap;
35359
- text-align: left;
35299
+
35300
+ .E_u1p8acpn {
35301
+ min-width: 40px;
35360
35302
  }
35361
- .E_t93e4cf .content .unit-chart {
35362
- justify-content: flex-start;
35303
+ .E_u1p8acpn .unit {
35304
+ color: #00122e !important;
35363
35305
  }
35364
35306
 
35365
- .E_rhz2uv5 {
35366
- width: var(--rhz2uv5-0);
35367
- flex-shrink: 0;
35368
- color: rgba(44, 56, 82, 0.6);
35369
- padding-right: 12px;
35307
+ .E_s1iv0tp1 .enabled-switch {
35308
+ display: flex;
35309
+ align-items: center;
35310
+ }
35311
+ .E_s1iv0tp1 .enabled-text {
35312
+ margin-right: 8px;
35370
35313
  }
35371
35314
 
35372
35315
  .E_s1at6qmn.ant-layout-sider {
@@ -35482,6 +35425,96 @@ span.E_tqjc4ui {
35482
35425
  text-align: left;
35483
35426
  }
35484
35427
 
35428
+ .E_t1sqg15u {
35429
+ background: white;
35430
+ }
35431
+ .E_t1sqg15u.inline .table-row {
35432
+ flex-direction: column;
35433
+ }
35434
+ .E_t1sqg15u.inline .table-row > label {
35435
+ padding: 0 16px 7px 0;
35436
+ }
35437
+ .E_t1sqg15u.has-border .table-header {
35438
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35439
+ }
35440
+ .E_t1sqg15u.has-border .hiddenBorder {
35441
+ border-top: none !important;
35442
+ }
35443
+ .E_t1sqg15u.has-border .table-row + .table-row {
35444
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
35445
+ }
35446
+ .E_t1sqg15u.has-border .table-row:last-of-type {
35447
+ padding-bottom: 0;
35448
+ }
35449
+ .E_t1sqg15u.align-right .content {
35450
+ text-align: right;
35451
+ }
35452
+ .E_t1sqg15u .uuid-row {
35453
+ display: flex;
35454
+ justify-content: space-between;
35455
+ }
35456
+ .E_t1sqg15u .uuid-row .id-text {
35457
+ white-space: nowrap;
35458
+ overflow: hidden;
35459
+ text-overflow: ellipsis;
35460
+ }
35461
+
35462
+ .E_t4zczcp {
35463
+ display: flex;
35464
+ justify-content: space-between;
35465
+ align-items: center;
35466
+ padding: 8px;
35467
+ min-height: 32px;
35468
+ }
35469
+ .E_t4zczcp .table-title {
35470
+ color: rgba(44, 56, 82, 0.6);
35471
+ font-weight: 600;
35472
+ font-size: 12px;
35473
+ line-height: 8px;
35474
+ }
35475
+ .E_t4zczcp .edit-icon {
35476
+ font-size: 16px;
35477
+ color: rgba(10, 37, 85, 0.6);
35478
+ cursor: pointer;
35479
+ }
35480
+
35481
+ .E_t1s7goww {
35482
+ font-size: 12px;
35483
+ line-height: 18px;
35484
+ }
35485
+
35486
+ .E_t93e4cf {
35487
+ display: flex;
35488
+ padding: 8px 0;
35489
+ color: #2d3a56;
35490
+ }
35491
+ .E_t93e4cf .hidden {
35492
+ display: none;
35493
+ }
35494
+ .E_t93e4cf .ant-btn.ant-btn-link {
35495
+ height: auto;
35496
+ }
35497
+ .E_t93e4cf .content {
35498
+ overflow: hidden;
35499
+ overflow-x: auto;
35500
+ width: 100%;
35501
+ white-space: pre-wrap;
35502
+ }
35503
+ .E_t93e4cf .content .ant-btn {
35504
+ white-space: pre-wrap;
35505
+ text-align: left;
35506
+ }
35507
+ .E_t93e4cf .content .unit-chart {
35508
+ justify-content: flex-start;
35509
+ }
35510
+
35511
+ .E_rhz2uv5 {
35512
+ width: var(--rhz2uv5-0);
35513
+ flex-shrink: 0;
35514
+ color: rgba(44, 56, 82, 0.6);
35515
+ padding-right: 12px;
35516
+ }
35517
+
35485
35518
  .E_t160l1cm {
35486
35519
  display: flex;
35487
35520
  flex-direction: column;
@@ -35685,29 +35718,6 @@ span.E_tqjc4ui {
35685
35718
  background: transparent;
35686
35719
  }
35687
35720
 
35688
- .E_wg1tsps {
35689
- display: flex;
35690
- align-items: center;
35691
- justify-content: flex-end;
35692
- }
35693
-
35694
- .E_b1ctd5xy {
35695
- display: flex;
35696
- align-items: center;
35697
- width: calc(100% - 40px);
35698
- }
35699
- .E_b1ctd5xy .chart {
35700
- display: inline-block;
35701
- width: 100%;
35702
- }
35703
-
35704
- .E_u1p8acpn {
35705
- min-width: 40px;
35706
- }
35707
- .E_u1p8acpn .unit {
35708
- color: #00122e !important;
35709
- }
35710
-
35711
35721
  .E_cyms3br {
35712
35722
  background: #fff;
35713
35723
  width: 100%;
@@ -35895,6 +35905,15 @@ span.E_tqjc4ui {
35895
35905
  }
35896
35906
  }
35897
35907
 
35908
+ .E_cevhqx7 {
35909
+ color: #00122e;
35910
+ }
35911
+
35912
+ .E_snbqlt4 {
35913
+ margin-top: 8px;
35914
+ color: rgba(44, 56, 82, 0.6);
35915
+ }
35916
+
35898
35917
  .E_c1ss4prm {
35899
35918
  color: rgba(44, 56, 82, 0.6);
35900
35919
  }
@@ -35933,59 +35952,6 @@ span.E_tqjc4ui {
35933
35952
  margin: 16px 0;
35934
35953
  }
35935
35954
 
35936
- .E_cevhqx7 {
35937
- color: #00122e;
35938
- }
35939
-
35940
- .E_snbqlt4 {
35941
- margin-top: 8px;
35942
- color: rgba(44, 56, 82, 0.6);
35943
- }
35944
-
35945
- .E_c14ouk5o {
35946
- width: 100%;
35947
- height: 100%;
35948
- display: flex;
35949
- font-size: 12px;
35950
- line-height: 18px;
35951
- padding: 8px 0;
35952
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
35953
- }
35954
- .E_c14ouk5o:last-of-type {
35955
- box-shadow: none;
35956
- padding-bottom: 0;
35957
- }
35958
- .E_c14ouk5o.collapsed {
35959
- flex-direction: column;
35960
- }
35961
- .E_c14ouk5o.collapsed .collapsed-content {
35962
- display: flex;
35963
- }
35964
- .E_c14ouk5o.collapsed .collapsed-content > span {
35965
- flex: 1;
35966
- display: flex;
35967
- justify-content: space-between;
35968
- }
35969
- .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
35970
- height: auto;
35971
- }
35972
- .E_c14ouk5o.collapsed .extra-content {
35973
- margin-left: 162px;
35974
- }
35975
- .E_c14ouk5o .col-label {
35976
- width: 216px;
35977
- color: rgba(44, 56, 82, 0.6);
35978
- margin-right: 12px;
35979
- flex-shrink: 0;
35980
- }
35981
- .E_c14ouk5o .col-content {
35982
- color: #2d3a56;
35983
- /* make btn link in info row have the same height as normal text */
35984
- }
35985
- .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
35986
- height: auto;
35987
- }
35988
-
35989
35955
  .E_c1kchka8 {
35990
35956
  height: 100%;
35991
35957
  width: 100%;
@@ -36476,4 +36442,48 @@ span.E_tqjc4ui {
36476
36442
  }
36477
36443
  .E_rzaik16 .ant-popover-inner-content {
36478
36444
  padding: 0;
36445
+ }
36446
+
36447
+ .E_c14ouk5o {
36448
+ width: 100%;
36449
+ height: 100%;
36450
+ display: flex;
36451
+ font-size: 12px;
36452
+ line-height: 18px;
36453
+ padding: 8px 0;
36454
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
36455
+ }
36456
+ .E_c14ouk5o:last-of-type {
36457
+ box-shadow: none;
36458
+ padding-bottom: 0;
36459
+ }
36460
+ .E_c14ouk5o.collapsed {
36461
+ flex-direction: column;
36462
+ }
36463
+ .E_c14ouk5o.collapsed .collapsed-content {
36464
+ display: flex;
36465
+ }
36466
+ .E_c14ouk5o.collapsed .collapsed-content > span {
36467
+ flex: 1;
36468
+ display: flex;
36469
+ justify-content: space-between;
36470
+ }
36471
+ .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
36472
+ height: auto;
36473
+ }
36474
+ .E_c14ouk5o.collapsed .extra-content {
36475
+ margin-left: 162px;
36476
+ }
36477
+ .E_c14ouk5o .col-label {
36478
+ width: 216px;
36479
+ color: rgba(44, 56, 82, 0.6);
36480
+ margin-right: 12px;
36481
+ flex-shrink: 0;
36482
+ }
36483
+ .E_c14ouk5o .col-content {
36484
+ color: #2d3a56;
36485
+ /* make btn link in info row have the same height as normal text */
36486
+ }
36487
+ .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
36488
+ height: auto;
36479
36489
  }