@cloudtower/eagle 0.33.39 → 0.33.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -28732,6 +28732,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
28732
28732
  max-height: calc(60vh - 64px);
28733
28733
  min-height: 88px;
28734
28734
  padding: 12px 24px 24px;
28735
+ overflow-x: hidden;
28735
28736
  }
28736
28737
  .ant-modal.normal-modal .ant-modal-footer {
28737
28738
  padding: 16px 24px;
@@ -29672,6 +29673,26 @@ html body {
29672
29673
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29673
29674
  }
29674
29675
  }
29676
+ .E_m74vjol {
29677
+ display: flex;
29678
+ justify-content: space-between;
29679
+ width: 100%;
29680
+ }
29681
+ .E_m74vjol .action {
29682
+ margin-left: 16px;
29683
+ }
29684
+
29685
+ .E_a1o35uvh.ant-alert-closable {
29686
+ padding-right: 12px;
29687
+ }
29688
+ .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
29689
+ height: fit-content;
29690
+ margin-left: 16px;
29691
+ }
29692
+ .E_a1o35uvh .ant-alert-message {
29693
+ flex: 1;
29694
+ }
29695
+
29675
29696
  .E_c18gxmrl {
29676
29697
  border: 1px solid #d8deeb;
29677
29698
  border-radius: 4px;
@@ -29692,24 +29713,49 @@ html body {
29692
29713
  padding: 8px 12px;
29693
29714
  }
29694
29715
 
29695
- .E_m74vjol {
29696
- display: flex;
29697
- justify-content: space-between;
29698
- width: 100%;
29716
+ .E_b1nip9bk {
29717
+ padding: 4px 11px;
29699
29718
  }
29700
- .E_m74vjol .action {
29701
- margin-left: 16px;
29719
+
29720
+ .E_bqamoqe {
29721
+ white-space: nowrap;
29722
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29723
+ }
29724
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29725
+ --color: #0080ff;
29726
+ }
29727
+ .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] {
29728
+ --color: #0080ff;
29729
+ }
29730
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29731
+ margin-left: 1px;
29732
+ }
29733
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29734
+ border-top-right-radius: 0;
29735
+ border-bottom-right-radius: 0;
29736
+ }
29737
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29738
+ border-top-left-radius: 0;
29739
+ border-bottom-left-radius: 0;
29740
+ }
29741
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29742
+ border-radius: unset;
29702
29743
  }
29703
29744
 
29704
- .E_a1o35uvh.ant-alert-closable {
29705
- padding-right: 12px;
29745
+ .E_berrcjl {
29746
+ color: rgba(10, 37, 85, 0.6);
29747
+ margin-bottom: 4px;
29706
29748
  }
29707
- .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
29708
- height: fit-content;
29709
- margin-left: 16px;
29749
+ .E_berrcjl .breadcrumb-link {
29750
+ color: rgba(10, 37, 85, 0.6);
29751
+ cursor: pointer;
29752
+ transition: color 160ms ease;
29710
29753
  }
29711
- .E_a1o35uvh .ant-alert-message {
29712
- flex: 1;
29754
+ .E_berrcjl .breadcrumb-link:hover {
29755
+ color: #0080ff;
29756
+ }
29757
+ .E_berrcjl .breadcrumb-link:active {
29758
+ color: #005ed1;
29713
29759
  }
29714
29760
 
29715
29761
  .E_c1uzzomf {
@@ -29734,62 +29780,87 @@ html body {
29734
29780
  text-align: center;
29735
29781
  }
29736
29782
 
29737
- .E_berrcjl {
29738
- color: rgba(10, 37, 85, 0.6);
29739
- margin-bottom: 4px;
29783
+ .E_d1bw7c5z {
29784
+ position: relative;
29785
+ max-width: 388px;
29786
+ min-width: 285px;
29740
29787
  }
29741
- .E_berrcjl .breadcrumb-link {
29742
- color: rgba(10, 37, 85, 0.6);
29743
- cursor: pointer;
29744
- transition: color 160ms ease;
29788
+ .E_d1bw7c5z .center {
29789
+ position: absolute;
29790
+ font-size: 12px;
29791
+ width: 80px;
29792
+ height: 100px;
29793
+ top: 0;
29794
+ left: 35px;
29795
+ display: flex;
29796
+ flex-direction: column;
29797
+ justify-content: center;
29798
+ align-items: center;
29799
+ color: #00122e;
29745
29800
  }
29746
- .E_berrcjl .breadcrumb-link:hover {
29747
- color: #0080ff;
29801
+ .E_d1bw7c5z .center .number {
29802
+ font-size: 24px;
29803
+ font-weight: 700;
29748
29804
  }
29749
- .E_berrcjl .breadcrumb-link:active {
29750
- color: #005ed1;
29805
+ .E_d1bw7c5z .center .text {
29806
+ padding: 0 5px;
29807
+ font-size: 12px;
29808
+ width: inherit;
29809
+ text-align: center;
29751
29810
  }
29752
-
29753
- .E_b1nip9bk {
29754
- padding: 4px 11px;
29811
+ .E_d1bw7c5z .recharts-wrapper {
29812
+ display: flex;
29755
29813
  }
29756
-
29757
- .E_bqamoqe {
29758
- white-space: nowrap;
29759
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29814
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
29815
+ position: relative !important;
29816
+ min-width: calc(100% - var(--d1bw7c5z-0)) !important;
29817
+ left: 0 !important;
29818
+ bottom: 0 !important;
29819
+ display: flex;
29820
+ align-items: center;
29760
29821
  }
29761
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29762
- --color: #0080ff;
29822
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
29823
+ width: 100%;
29763
29824
  }
29764
- .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] {
29765
- --color: #0080ff;
29825
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
29826
+ width: 100%;
29827
+ margin-right: 0 !important;
29828
+ line-height: 18px;
29766
29829
  }
29767
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29768
- margin-left: 1px;
29830
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
29831
+ border-radius: 2px;
29769
29832
  }
29770
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29771
- border-top-right-radius: 0;
29772
- border-bottom-right-radius: 0;
29833
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
29834
+ min-width: 75px;
29835
+ max-width: 198px;
29836
+ width: calc(100% - 20px);
29837
+ margin-left: 2px;
29838
+ color: #00122e !important;
29839
+ display: inline-flex;
29840
+ justify-content: space-between;
29773
29841
  }
29774
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29775
- border-top-left-radius: 0;
29776
- border-bottom-left-radius: 0;
29842
+ .E_d1bw7c5z .tooltip-text {
29843
+ maxwidth: calc(100% - 12px);
29844
+ cursor: pointer;
29845
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
29846
+ overflow: hidden;
29847
+ text-overflow: ellipsis;
29848
+ white-space: nowrap;
29777
29849
  }
29778
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29779
- border-radius: unset;
29850
+ .E_d1bw7c5z .value {
29851
+ color: rgba(44, 56, 82, 0.75);
29780
29852
  }
29781
29853
 
29782
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29783
- padding: 4px 8px 0 8px;
29784
- color: rgba(44, 56, 82, 0.6);
29785
- font-size: 12px;
29854
+ .E_t10pqbtc {
29855
+ width: 140px;
29786
29856
  }
29787
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29788
- padding-bottom: 6px;
29857
+ .E_t10pqbtc .item {
29858
+ margin: 6px auto;
29859
+ display: flex;
29860
+ justify-content: space-between;
29789
29861
  }
29790
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29791
- padding-top: 4px;
29792
- border-top: 1px solid rgba(211, 218, 235, 0.6);
29862
+ .E_t10pqbtc .item .name {
29863
+ width: 102px;
29793
29864
  }
29794
29865
 
29795
29866
  .E_b1wx3t3t.ant-btn-icon-only {
@@ -30049,125 +30120,57 @@ html body {
30049
30120
  justify-content: center;
30050
30121
  }
30051
30122
 
30052
- .E_d1bw7c5z {
30053
- position: relative;
30054
- max-width: 388px;
30055
- min-width: 285px;
30056
- }
30057
- .E_d1bw7c5z .center {
30058
- position: absolute;
30123
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30124
+ padding: 4px 8px 0 8px;
30125
+ color: rgba(44, 56, 82, 0.6);
30059
30126
  font-size: 12px;
30060
- width: 80px;
30061
- height: 100px;
30062
- top: 0;
30063
- left: 35px;
30127
+ }
30128
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30129
+ padding-bottom: 6px;
30130
+ }
30131
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30132
+ padding-top: 4px;
30133
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30134
+ }
30135
+
30136
+ .E_fzh9mnb {
30137
+ width: 100%;
30138
+ height: 100%;
30139
+ min-height: 124px;
30064
30140
  display: flex;
30065
30141
  flex-direction: column;
30066
30142
  justify-content: center;
30067
30143
  align-items: center;
30068
- color: #00122e;
30069
30144
  }
30070
- .E_d1bw7c5z .center .number {
30071
- font-size: 24px;
30072
- font-weight: 700;
30145
+ .E_fzh9mnb .error-text {
30146
+ color: rgba(10, 37, 85, 0.6);
30147
+ margin-bottom: 16px;
30148
+ font-size: 18px;
30073
30149
  }
30074
- .E_d1bw7c5z .center .text {
30075
- padding: 0 5px;
30076
- font-size: 12px;
30077
- width: inherit;
30078
- text-align: center;
30150
+
30151
+ .E_a1wfy30z .ant-input-number-handler-wrap {
30152
+ display: var(--a1wfy30z-0);
30079
30153
  }
30080
- .E_d1bw7c5z .recharts-wrapper {
30081
- display: flex;
30154
+ .E_a1wfy30z .ant-input-number-input-wrap {
30155
+ padding: 4px 11px;
30156
+ display: inline-flex;
30157
+ line-height: 1.5715;
30158
+ height: inherit;
30082
30159
  }
30083
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
30084
- position: relative !important;
30085
- min-width: calc(100% - var(--d1bw7c5z-0)) !important;
30086
- left: 0 !important;
30087
- bottom: 0 !important;
30088
- display: flex;
30160
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
30161
+ content: var(--a1wfy30z-1);
30162
+ display: var(--a1wfy30z-2);
30163
+ flex: none;
30089
30164
  align-items: center;
30165
+ margin-left: 4px;
30090
30166
  }
30091
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
30092
- width: 100%;
30093
- }
30094
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
30095
- width: 100%;
30096
- margin-right: 0 !important;
30097
- line-height: 18px;
30098
- }
30099
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
30100
- border-radius: 2px;
30101
- }
30102
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
30103
- min-width: 75px;
30104
- max-width: 198px;
30105
- width: calc(100% - 20px);
30106
- margin-left: 2px;
30107
- color: #00122e !important;
30108
- display: inline-flex;
30109
- justify-content: space-between;
30110
- }
30111
- .E_d1bw7c5z .tooltip-text {
30112
- maxwidth: calc(100% - 12px);
30113
- cursor: pointer;
30114
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
30115
- overflow: hidden;
30116
- text-overflow: ellipsis;
30117
- white-space: nowrap;
30118
- }
30119
- .E_d1bw7c5z .value {
30120
- color: rgba(44, 56, 82, 0.75);
30121
- }
30122
-
30123
- .E_t10pqbtc {
30124
- width: 140px;
30125
- }
30126
- .E_t10pqbtc .item {
30127
- margin: 6px auto;
30128
- display: flex;
30129
- justify-content: space-between;
30130
- }
30131
- .E_t10pqbtc .item .name {
30132
- width: 102px;
30133
- }
30134
-
30135
- .E_i1inqkme {
30136
- height: 18px;
30137
- line-height: 18px;
30138
- padding: 0 4px;
30139
- border-radius: 4px;
30140
- background: rgba(235, 239, 245, 0.6);
30141
- border: 1px solid rgba(223, 228, 235, 0.6);
30142
- display: flex;
30143
- align-items: center;
30144
- white-space: nowrap;
30145
- margin-right: 4px;
30146
- }
30147
-
30148
- .E_a1wfy30z .ant-input-number-handler-wrap {
30149
- display: var(--a1wfy30z-0);
30150
- }
30151
- .E_a1wfy30z .ant-input-number-input-wrap {
30152
- padding: 4px 11px;
30153
- display: inline-flex;
30154
- line-height: 1.5715;
30155
- height: inherit;
30156
- }
30157
- .E_a1wfy30z .ant-input-number-input-wrap::after {
30158
- content: var(--a1wfy30z-1);
30159
- display: var(--a1wfy30z-2);
30160
- flex: none;
30161
- align-items: center;
30162
- margin-left: 4px;
30163
- }
30164
- .E_a1wfy30z .ant-input-number-input-wrap::before {
30165
- content: var(--a1wfy30z-3);
30166
- display: var(--a1wfy30z-4);
30167
- flex: none;
30168
- align-items: center;
30169
- margin-right: 4px;
30170
- cursor: auto;
30167
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
30168
+ content: var(--a1wfy30z-3);
30169
+ display: var(--a1wfy30z-4);
30170
+ flex: none;
30171
+ align-items: center;
30172
+ margin-right: 4px;
30173
+ cursor: auto;
30171
30174
  }
30172
30175
  .E_a1wfy30z .ant-input-number-input {
30173
30176
  padding: 0;
@@ -30176,42 +30179,26 @@ html body {
30176
30179
  font-size: inherit;
30177
30180
  }
30178
30181
 
30179
- .E_fzh9mnb {
30180
- width: 100%;
30181
- height: 100%;
30182
- min-height: 124px;
30183
- display: flex;
30184
- flex-direction: column;
30185
- justify-content: center;
30186
- align-items: center;
30187
- }
30188
- .E_fzh9mnb .error-text {
30189
- color: rgba(10, 37, 85, 0.6);
30190
- margin-bottom: 16px;
30191
- font-size: 18px;
30192
- }
30193
-
30194
- .E_atcz0kf .ant-input-suffix {
30195
- margin-left: 8px;
30196
- }
30197
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30198
- padding: 2px 7px 2px 12px;
30199
- }
30200
-
30201
30182
  .E_sx1bpnu .ant-input-sm {
30202
30183
  line-height: 18px;
30203
30184
  }
30204
30185
 
30205
- .E_itxley7.ant-input-group.ant-input-group-compact {
30206
- display: flex;
30186
+ .E_iouxfgt {
30187
+ display: inline-flex;
30188
+ align-items: center;
30207
30189
  }
30208
- .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 {
30209
- border-bottom-left-radius: 5px;
30210
- border-top-left-radius: 5px;
30190
+ .E_iouxfgt .icon-inner {
30191
+ display: inline-flex;
30192
+ align-items: center;
30193
+ justify-content: center;
30211
30194
  }
30212
- .E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
30213
- border-bottom-right-radius: 5px;
30214
- border-top-right-radius: 5px;
30195
+ .E_iouxfgt .icon-inner + span,
30196
+ .E_iouxfgt span + .icon-inner.suffix {
30197
+ margin-left: 4px;
30198
+ }
30199
+ .E_iouxfgt.is-rotate img,
30200
+ .E_iouxfgt.is-rotate svg {
30201
+ animation: rotate 680ms linear infinite;
30215
30202
  }
30216
30203
 
30217
30204
  .E_f7pxqmh {
@@ -30248,6 +30235,31 @@ html body {
30248
30235
  min-height: 0px;
30249
30236
  }
30250
30237
 
30238
+ .E_i1inqkme {
30239
+ height: 18px;
30240
+ line-height: 18px;
30241
+ padding: 0 4px;
30242
+ border-radius: 4px;
30243
+ background: rgba(235, 239, 245, 0.6);
30244
+ border: 1px solid rgba(223, 228, 235, 0.6);
30245
+ display: flex;
30246
+ align-items: center;
30247
+ white-space: nowrap;
30248
+ margin-right: 4px;
30249
+ }
30250
+
30251
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30252
+ display: flex;
30253
+ }
30254
+ .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 {
30255
+ border-bottom-left-radius: 5px;
30256
+ border-top-left-radius: 5px;
30257
+ }
30258
+ .E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
30259
+ border-bottom-right-radius: 5px;
30260
+ border-top-right-radius: 5px;
30261
+ }
30262
+
30251
30263
  .E_ai7qkf2 .ant-input-number-handler-wrap {
30252
30264
  display: var(--ai7qkf2-0);
30253
30265
  }
@@ -30308,31 +30320,21 @@ html body {
30308
30320
  padding: 2px 8px;
30309
30321
  }
30310
30322
 
30311
- .E_iouxfgt {
30312
- display: inline-flex;
30313
- align-items: center;
30314
- }
30315
- .E_iouxfgt .icon-inner {
30316
- display: inline-flex;
30317
- align-items: center;
30318
- justify-content: center;
30319
- }
30320
- .E_iouxfgt .icon-inner + span,
30321
- .E_iouxfgt span + .icon-inner.suffix {
30322
- margin-left: 4px;
30323
+ .E_atcz0kf .ant-input-suffix {
30324
+ margin-left: 8px;
30323
30325
  }
30324
- .E_iouxfgt.is-rotate img,
30325
- .E_iouxfgt.is-rotate svg {
30326
- animation: rotate 680ms linear infinite;
30326
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30327
+ padding: 2px 7px 2px 12px;
30327
30328
  }
30328
30329
 
30329
- .E_owd0kml {
30330
- display: inline-block;
30330
+ .E_ivqqkzv {
30331
+ height: 24px;
30332
+ width: 56px !important;
30333
+ margin-right: 4px;
30331
30334
  }
30332
30335
 
30333
- .E_h1jsgezc {
30334
- visibility: hidden;
30335
- position: absolute;
30336
+ .E_c1wk4q29 {
30337
+ color: rgba(44, 56, 82, 0.6);
30336
30338
  }
30337
30339
 
30338
30340
  .E_i11gg7mj .ant-input-prefix {
@@ -30507,16 +30509,6 @@ html body {
30507
30509
  width: 36px;
30508
30510
  }
30509
30511
 
30510
- .E_ivqqkzv {
30511
- height: 24px;
30512
- width: 56px !important;
30513
- margin-right: 4px;
30514
- }
30515
-
30516
- .E_c1wk4q29 {
30517
- color: rgba(44, 56, 82, 0.6);
30518
- }
30519
-
30520
30512
  .E_phljevk {
30521
30513
  display: flex;
30522
30514
  justify-content: space-between;
@@ -30574,6 +30566,15 @@ html body {
30574
30566
  line-height: 18px;
30575
30567
  }
30576
30568
 
30569
+ .E_owd0kml {
30570
+ display: inline-block;
30571
+ }
30572
+
30573
+ .E_h1jsgezc {
30574
+ visibility: hidden;
30575
+ position: absolute;
30576
+ }
30577
+
30577
30578
  .E_c1bus5hc {
30578
30579
  --color: white;
30579
30580
  height: 14px;
@@ -30614,48 +30615,218 @@ html body {
30614
30615
  transform: rotate(0deg);
30615
30616
  }
30616
30617
 
30617
- .E_m196gn1d {
30618
- min-width: 1280px;
30618
+ .E_tju3gfj .date {
30619
+ margin-right: 4px;
30619
30620
  }
30620
30621
 
30621
- .E_s1dni7lo {
30622
- width: 430px !important;
30622
+ .E_s1sck0th {
30623
+ padding: 0 8px;
30624
+ border-radius: 4px;
30623
30625
  }
30624
30626
 
30625
- .E_d1wwmmm5 .ant-select-item-group {
30626
- padding: 8px 16px;
30627
- line-height: 18px;
30628
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30629
- height: 34px;
30630
- min-height: 34px;
30631
- box-sizing: border-box;
30632
- margin-top: 8px;
30627
+ .E_m855nr1 {
30628
+ padding: 2px 8px;
30629
+ border-radius: 3px;
30633
30630
  }
30634
30631
 
30635
- .E_o1ugr09p {
30636
- display: flex;
30637
- flex-direction: column;
30638
- margin: 1px 8px;
30639
- padding: 8px;
30640
- border-radius: 4px;
30632
+ .E_l1270xpg {
30633
+ padding: 3px 8px;
30634
+ border-radius: 2px;
30641
30635
  }
30642
- .E_o1ugr09p .selected-icon {
30643
- display: none;
30636
+
30637
+ .E_t14rextb.ant-tag:hover {
30638
+ opacity: unset;
30644
30639
  }
30645
- .E_o1ugr09p.ant-select-item-option-grouped {
30646
- padding-left: 8px;
30640
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
30641
+ margin: 0;
30642
+ margin-right: 8px;
30643
+ display: inline-flex;
30644
+ align-items: center;
30645
+ border: none;
30647
30646
  }
30648
- .E_o1ugr09p.ant-select-item-option-selected {
30649
- background-color: white;
30647
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
30648
+ width: 16px;
30649
+ height: 16px;
30650
+ color: inherit;
30651
+ margin-left: 4px;
30652
+ opacity: 0.6;
30653
+ display: inline-flex;
30650
30654
  }
30651
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30655
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
30656
+ opacity: 1;
30657
+ }
30658
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
30652
30659
  color: #0080ff;
30660
+ background-color: rgba(0, 136, 255, 0.1);
30653
30661
  }
30654
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30655
- display: block;
30662
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
30663
+ color: #f0483e;
30664
+ background-color: rgba(255, 74, 74, 0.1);
30656
30665
  }
30657
- .E_o1ugr09p.ant-select-item-option-active {
30658
- background: rgba(0, 136, 255, 0.16);
30666
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
30667
+ color: #e07f00;
30668
+ background-color: rgba(255, 187, 0, 0.1);
30669
+ }
30670
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
30671
+ color: #008f4c;
30672
+ background-color: rgba(30, 201, 127, 0.1);
30673
+ }
30674
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
30675
+ color: #1d326c;
30676
+ background-color: rgba(225, 230, 241, 0.6);
30677
+ }
30678
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
30679
+ color: #7E41FF;
30680
+ background-color: rgba(126, 65, 255, 0.1);
30681
+ }
30682
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
30683
+ color: #fff;
30684
+ }
30685
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
30686
+ background-color: #f0483e;
30687
+ }
30688
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
30689
+ background-color: #fea008;
30690
+ }
30691
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
30692
+ background-color: #00ba5d;
30693
+ }
30694
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
30695
+ background-color: #0080ff;
30696
+ }
30697
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
30698
+ background-color: #6b7d99;
30699
+ }
30700
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
30701
+ background-color: #7E41FF;
30702
+ }
30703
+
30704
+ .E_ccrbeuz .ant-collapse-item {
30705
+ border: 0px;
30706
+ background-color: #fff;
30707
+ }
30708
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30709
+ padding-top: 0px;
30710
+ padding-bottom: 0px;
30711
+ padding-left: 0px !important;
30712
+ padding-right: 24px;
30713
+ }
30714
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30715
+ right: 0px;
30716
+ }
30717
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30718
+ padding: 0px;
30719
+ }
30720
+
30721
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30722
+ padding-right: 0px;
30723
+ cursor: default;
30724
+ }
30725
+
30726
+ .E_s1dizucg.ant-switch {
30727
+ min-width: 40px;
30728
+ height: 24px;
30729
+ background: rgba(172, 186, 211, 0.6);
30730
+ overflow: hidden;
30731
+ }
30732
+ .E_s1dizucg.ant-switch:focus {
30733
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30734
+ }
30735
+ .E_s1dizucg.ant-switch-small {
30736
+ min-width: 26px;
30737
+ height: 16px;
30738
+ }
30739
+ .E_s1dizucg.ant-switch-large {
30740
+ min-width: 52px;
30741
+ height: 32px;
30742
+ }
30743
+ .E_s1dizucg.ant-switch .ant-switch-handle {
30744
+ height: 20px;
30745
+ width: 20px;
30746
+ }
30747
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
30748
+ border-radius: 10px;
30749
+ transition-delay: 120ms;
30750
+ }
30751
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
30752
+ height: 14px;
30753
+ width: 14px;
30754
+ top: 1px;
30755
+ left: 1px;
30756
+ }
30757
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
30758
+ height: 28px;
30759
+ width: 28px;
30760
+ }
30761
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30762
+ border-radius: 14px;
30763
+ }
30764
+ .E_s1dizucg.ant-switch-checked {
30765
+ background-color: #00ba5d;
30766
+ }
30767
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30768
+ left: calc(100% - 20px - 2px);
30769
+ }
30770
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30771
+ left: calc(100% - 14px - 1px);
30772
+ }
30773
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30774
+ left: calc(100% - 28px - 2px);
30775
+ }
30776
+
30777
+ .E_c1up6e3y {
30778
+ margin-left: 5px;
30779
+ }
30780
+
30781
+ .E_t1m2x205 .ant-tooltip-arrow {
30782
+ display: none;
30783
+ }
30784
+ .E_t1m2x205 .ant-tooltip-inner {
30785
+ background: rgba(23, 38, 64, 0.8);
30786
+ border-radius: 4px;
30787
+ }
30788
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30789
+ visibility: hidden;
30790
+ }
30791
+
30792
+ .E_s1dni7lo {
30793
+ width: 430px !important;
30794
+ }
30795
+
30796
+ .E_d1wwmmm5 .ant-select-item-group {
30797
+ padding: 8px 16px;
30798
+ line-height: 18px;
30799
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30800
+ height: 34px;
30801
+ min-height: 34px;
30802
+ box-sizing: border-box;
30803
+ margin-top: 8px;
30804
+ }
30805
+
30806
+ .E_o1ugr09p {
30807
+ display: flex;
30808
+ flex-direction: column;
30809
+ margin: 1px 8px;
30810
+ padding: 8px;
30811
+ border-radius: 4px;
30812
+ }
30813
+ .E_o1ugr09p .selected-icon {
30814
+ display: none;
30815
+ }
30816
+ .E_o1ugr09p.ant-select-item-option-grouped {
30817
+ padding-left: 8px;
30818
+ }
30819
+ .E_o1ugr09p.ant-select-item-option-selected {
30820
+ background-color: white;
30821
+ }
30822
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30823
+ color: #0080ff;
30824
+ }
30825
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30826
+ display: block;
30827
+ }
30828
+ .E_o1ugr09p.ant-select-item-option-active {
30829
+ background: rgba(0, 136, 255, 0.16);
30659
30830
  }
30660
30831
  .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30661
30832
  color: #0080ff;
@@ -30699,6 +30870,10 @@ html body {
30699
30870
  opacity: 0;
30700
30871
  }
30701
30872
 
30873
+ .E_iq1gosr {
30874
+ display: inline-block;
30875
+ }
30876
+
30702
30877
  .E_dsnbhzf {
30703
30878
  font-family: Inter;
30704
30879
  font-style: normal;
@@ -31174,218 +31349,66 @@ html body {
31174
31349
  line-height: 12px;
31175
31350
  }
31176
31351
 
31177
- .E_s1sck0th {
31178
- padding: 0 8px;
31179
- border-radius: 4px;
31352
+ .E_cnujxq2 {
31353
+ display: flex;
31354
+ flex-direction: column;
31180
31355
  }
31181
31356
 
31182
- .E_m855nr1 {
31183
- padding: 2px 8px;
31184
- border-radius: 3px;
31357
+ .E_m7s48ia {
31358
+ max-width: 1120px;
31359
+ width: 100%;
31360
+ margin: 0 auto;
31361
+ height: 100%;
31185
31362
  }
31186
31363
 
31187
- .E_l1270xpg {
31188
- padding: 3px 8px;
31189
- border-radius: 2px;
31364
+ .E_wt5zbg6 {
31365
+ max-width: 1120px;
31366
+ width: 100%;
31367
+ margin: 0 auto;
31368
+ display: flex;
31190
31369
  }
31191
-
31192
- .E_t14rextb.ant-tag:hover {
31193
- opacity: unset;
31370
+ .E_wt5zbg6 .left,
31371
+ .E_wt5zbg6 .right {
31372
+ flex-grow: 0;
31373
+ flex-shrink: 0;
31374
+ flex-basis: 21%;
31194
31375
  }
31195
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31196
- margin: 0;
31197
- margin-right: 8px;
31198
- display: inline-flex;
31199
- align-items: center;
31200
- border: none;
31376
+ .E_wt5zbg6 .left {
31377
+ display: flex;
31378
+ justify-content: flex-end;
31379
+ padding-right: 44px;
31201
31380
  }
31202
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31203
- width: 16px;
31204
- height: 16px;
31205
- color: inherit;
31206
- margin-left: 4px;
31207
- opacity: 0.6;
31208
- display: inline-flex;
31381
+ .E_wt5zbg6 .right {
31382
+ padding-left: 44px;
31209
31383
  }
31210
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31211
- opacity: 1;
31384
+ .E_wt5zbg6 .middle {
31385
+ margin-bottom: 40px;
31386
+ flex-grow: 0;
31387
+ flex-shrink: 0;
31388
+ flex-basis: 58%;
31389
+ overflow: hidden;
31212
31390
  }
31213
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31214
- color: #0080ff;
31215
- background-color: rgba(0, 136, 255, 0.1);
31391
+ .E_wt5zbg6 .middle .form-base-field {
31392
+ width: 100%;
31216
31393
  }
31217
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31218
- color: #f0483e;
31219
- background-color: rgba(255, 74, 74, 0.1);
31394
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
31395
+ width: auto;
31220
31396
  }
31221
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31222
- color: #e07f00;
31223
- background-color: rgba(255, 187, 0, 0.1);
31397
+
31398
+ .E_h18jprzg .ant-modal-header {
31399
+ margin: 0 auto;
31400
+ width: 100%;
31401
+ max-width: 648px;
31224
31402
  }
31225
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31226
- color: #008f4c;
31227
- background-color: rgba(30, 201, 127, 0.1);
31403
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
31404
+ margin-left: 0;
31228
31405
  }
31229
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31230
- color: #1d326c;
31231
- background-color: rgba(225, 230, 241, 0.6);
31232
- }
31233
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31234
- color: #7E41FF;
31235
- background-color: rgba(126, 65, 255, 0.1);
31236
- }
31237
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31238
- color: #fff;
31239
- }
31240
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31241
- background-color: #f0483e;
31242
- }
31243
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31244
- background-color: #fea008;
31245
- }
31246
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31247
- background-color: #00ba5d;
31248
- }
31249
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31250
- background-color: #0080ff;
31251
- }
31252
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31253
- background-color: #6b7d99;
31254
- }
31255
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31256
- background-color: #7E41FF;
31257
- }
31258
-
31259
- .E_tju3gfj .date {
31260
- margin-right: 4px;
31261
- }
31262
-
31263
- .E_iq1gosr {
31264
- display: inline-block;
31265
- }
31266
-
31267
- .E_c1yyuluq {
31268
- border-radius: 8px;
31269
- }
31270
- .E_c1yyuluq .ant-card-body {
31271
- padding: 20px 24px 24px 24px;
31272
- }
31273
-
31274
- .E_s1dizucg.ant-switch {
31275
- min-width: 40px;
31276
- height: 24px;
31277
- background: rgba(172, 186, 211, 0.6);
31278
- overflow: hidden;
31279
- }
31280
- .E_s1dizucg.ant-switch:focus {
31281
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31282
- }
31283
- .E_s1dizucg.ant-switch-small {
31284
- min-width: 26px;
31285
- height: 16px;
31286
- }
31287
- .E_s1dizucg.ant-switch-large {
31288
- min-width: 52px;
31289
- height: 32px;
31290
- }
31291
- .E_s1dizucg.ant-switch .ant-switch-handle {
31292
- height: 20px;
31293
- width: 20px;
31294
- }
31295
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
31296
- border-radius: 10px;
31297
- transition-delay: 120ms;
31298
- }
31299
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
31300
- height: 14px;
31301
- width: 14px;
31302
- top: 1px;
31303
- left: 1px;
31304
- }
31305
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
31306
- height: 28px;
31307
- width: 28px;
31308
- }
31309
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31310
- border-radius: 14px;
31311
- }
31312
- .E_s1dizucg.ant-switch-checked {
31313
- background-color: #00ba5d;
31314
- }
31315
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31316
- left: calc(100% - 20px - 2px);
31317
- }
31318
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31319
- left: calc(100% - 14px - 1px);
31320
- }
31321
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31322
- left: calc(100% - 28px - 2px);
31323
- }
31324
-
31325
- .E_c1up6e3y {
31326
- margin-left: 5px;
31327
- }
31328
-
31329
- .E_cnujxq2 {
31330
- display: flex;
31331
- flex-direction: column;
31332
- }
31333
-
31334
- .E_m7s48ia {
31335
- max-width: 1120px;
31336
- width: 100%;
31337
- margin: 0 auto;
31338
- height: 100%;
31339
- }
31340
-
31341
- .E_wt5zbg6 {
31342
- max-width: 1120px;
31343
- width: 100%;
31344
- margin: 0 auto;
31345
- display: flex;
31346
- }
31347
- .E_wt5zbg6 .left,
31348
- .E_wt5zbg6 .right {
31349
- flex-grow: 0;
31350
- flex-shrink: 0;
31351
- flex-basis: 21%;
31352
- }
31353
- .E_wt5zbg6 .left {
31354
- display: flex;
31355
- justify-content: flex-end;
31356
- padding-right: 44px;
31357
- }
31358
- .E_wt5zbg6 .right {
31359
- padding-left: 44px;
31360
- }
31361
- .E_wt5zbg6 .middle {
31362
- margin-bottom: 40px;
31363
- flex-grow: 0;
31364
- flex-shrink: 0;
31365
- flex-basis: 58%;
31366
- overflow: hidden;
31367
- }
31368
- .E_wt5zbg6 .middle .form-base-field {
31369
- width: 100%;
31370
- }
31371
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
31372
- width: auto;
31373
- }
31374
-
31375
- .E_h18jprzg .ant-modal-header {
31376
- margin: 0 auto;
31377
- width: 100%;
31378
- max-width: 648px;
31379
- }
31380
- .E_h18jprzg .ant-modal-header .ant-modal-title {
31381
- margin-left: 0;
31382
- }
31383
- .E_h18jprzg .ant-modal-body {
31384
- margin: 0 auto;
31385
- padding: 0;
31386
- width: 100%;
31387
- max-width: 648px;
31388
- overflow: hidden;
31406
+ .E_h18jprzg .ant-modal-body {
31407
+ margin: 0 auto;
31408
+ padding: 0;
31409
+ width: 100%;
31410
+ max-width: 648px;
31411
+ overflow: hidden;
31389
31412
  }
31390
31413
  .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
31391
31414
  margin-bottom: 40px;
@@ -32046,37 +32069,15 @@ input.E_rf8rlle.ant-input {
32046
32069
  transition: all 320ms ease;
32047
32070
  }
32048
32071
 
32049
- .E_ccrbeuz .ant-collapse-item {
32050
- border: 0px;
32051
- background-color: #fff;
32052
- }
32053
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
32054
- padding-top: 0px;
32055
- padding-bottom: 0px;
32056
- padding-left: 0px !important;
32057
- padding-right: 24px;
32058
- }
32059
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32060
- right: 0px;
32061
- }
32062
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32063
- padding: 0px;
32072
+ .E_c1yyuluq {
32073
+ border-radius: 8px;
32064
32074
  }
32065
-
32066
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
32067
- padding-right: 0px;
32068
- cursor: default;
32075
+ .E_c1yyuluq .ant-card-body {
32076
+ padding: 20px 24px 24px 24px;
32069
32077
  }
32070
32078
 
32071
- .E_t1m2x205 .ant-tooltip-arrow {
32072
- display: none;
32073
- }
32074
- .E_t1m2x205 .ant-tooltip-inner {
32075
- background: rgba(23, 38, 64, 0.8);
32076
- border-radius: 4px;
32077
- }
32078
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
32079
- visibility: hidden;
32079
+ .E_m196gn1d {
32080
+ min-width: 1280px;
32080
32081
  }
32081
32082
 
32082
32083
  .E_suhck3k {
@@ -32092,22 +32093,6 @@ input.E_rf8rlle.ant-input {
32092
32093
  fill: blue;
32093
32094
  }
32094
32095
 
32095
- .E_ryby9ds {
32096
- display: flex;
32097
- align-items: center;
32098
- }
32099
- .E_ryby9ds .order {
32100
- height: 24px;
32101
- width: 24px;
32102
- border-radius: 20px;
32103
- color: #0080ff;
32104
- background: rgba(0, 136, 255, 0.1);
32105
- display: flex;
32106
- align-items: center;
32107
- justify-content: center;
32108
- margin-right: 6px;
32109
- }
32110
-
32111
32096
  .E_hrhfj7c {
32112
32097
  display: none;
32113
32098
  }
@@ -32327,6 +32312,22 @@ input.E_rf8rlle.ant-input {
32327
32312
  font-size: 14px;
32328
32313
  }
32329
32314
 
32315
+ .E_ryby9ds {
32316
+ display: flex;
32317
+ align-items: center;
32318
+ }
32319
+ .E_ryby9ds .order {
32320
+ height: 24px;
32321
+ width: 24px;
32322
+ border-radius: 20px;
32323
+ color: #0080ff;
32324
+ background: rgba(0, 136, 255, 0.1);
32325
+ display: flex;
32326
+ align-items: center;
32327
+ justify-content: center;
32328
+ margin-right: 6px;
32329
+ }
32330
+
32330
32331
  .E_icab5o7.ant-modal {
32331
32332
  height: calc(100% - 20px);
32332
32333
  width: calc(100% - 20px);
@@ -32459,20 +32460,6 @@ input.E_rf8rlle.ant-input {
32459
32460
  font-weight: bold;
32460
32461
  }
32461
32462
 
32462
- .E_m5foqp8 {
32463
- --footer-height: 96px;
32464
- --header-height: 80px;
32465
- --modal-content-width: 720px;
32466
- --modal-content-min-height: 200px;
32467
- --modal-content-max-height: calc(
32468
- 100vh - 136px - var(--header-height) - var(--footer-height)
32469
- );
32470
- --modal-header-padding: 36px 60px 0;
32471
- --modal-content-padding-y: 36px;
32472
- --modal-content-padding-x: 60px;
32473
- --modal-footer-padding: 0 60px;
32474
- }
32475
-
32476
32463
  .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
32477
32464
  border-radius: 6px;
32478
32465
  }
@@ -32530,6 +32517,20 @@ input.E_rf8rlle.ant-input {
32530
32517
  transform: rotate(180deg);
32531
32518
  }
32532
32519
 
32520
+ .E_m5foqp8 {
32521
+ --footer-height: 96px;
32522
+ --header-height: 80px;
32523
+ --modal-content-width: 720px;
32524
+ --modal-content-min-height: 200px;
32525
+ --modal-content-max-height: calc(
32526
+ 100vh - 136px - var(--header-height) - var(--footer-height)
32527
+ );
32528
+ --modal-header-padding: 36px 60px 0;
32529
+ --modal-content-padding-y: 36px;
32530
+ --modal-content-padding-x: 60px;
32531
+ --modal-footer-padding: 0 60px;
32532
+ }
32533
+
32533
32534
  .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
32534
32535
  opacity: 1;
32535
32536
  }
@@ -32682,13 +32683,43 @@ input.E_rf8rlle.ant-input {
32682
32683
  flex-shrink: 0;
32683
32684
  }
32684
32685
 
32685
- .E_h12yihis {
32686
- height: 50px;
32687
- border-bottom: 2px solid #edf0f7;
32688
- background: #fff;
32686
+ .E_w1dxz879 {
32689
32687
  display: flex;
32690
- justify-content: space-between;
32691
- align-items: center;
32688
+ flex-direction: column;
32689
+ gap: 6px;
32690
+ }
32691
+ .E_w1dxz879 .ellipsis-tooltip {
32692
+ max-height: var(--w1dxz879-0);
32693
+ text-overflow: clip;
32694
+ overflow: hidden;
32695
+ }
32696
+ .E_w1dxz879 .tips {
32697
+ color: #fff;
32698
+ opacity: 0.8;
32699
+ }
32700
+
32701
+ .E_sqv6dmy {
32702
+ display: flex;
32703
+ justify-content: flex-end;
32704
+ }
32705
+
32706
+ .E_p1rm8wzb {
32707
+ margin-right: 8px;
32708
+ }
32709
+
32710
+ .E_sd7qcf4 {
32711
+ height: 100%;
32712
+ width: 100%;
32713
+ overflow: auto;
32714
+ }
32715
+
32716
+ .E_h12yihis {
32717
+ height: 50px;
32718
+ border-bottom: 2px solid #edf0f7;
32719
+ background: #fff;
32720
+ display: flex;
32721
+ justify-content: space-between;
32722
+ align-items: center;
32692
32723
  padding: 0 24px 0 14px;
32693
32724
  position: relative;
32694
32725
  z-index: 10;
@@ -32902,72 +32933,6 @@ input.E_rf8rlle.ant-input {
32902
32933
  position: static;
32903
32934
  }
32904
32935
 
32905
- .E_sqv6dmy {
32906
- display: flex;
32907
- justify-content: flex-end;
32908
- }
32909
-
32910
- .E_p1rm8wzb {
32911
- margin-right: 8px;
32912
- }
32913
-
32914
- .E_sd7qcf4 {
32915
- height: 100%;
32916
- width: 100%;
32917
- overflow: auto;
32918
- }
32919
-
32920
- .E_w1dxz879 {
32921
- display: flex;
32922
- flex-direction: column;
32923
- gap: 6px;
32924
- }
32925
- .E_w1dxz879 .ellipsis-tooltip {
32926
- max-height: var(--w1dxz879-0);
32927
- text-overflow: clip;
32928
- overflow: hidden;
32929
- }
32930
- .E_w1dxz879 .tips {
32931
- color: #fff;
32932
- opacity: 0.8;
32933
- }
32934
-
32935
- .E_r77hffu {
32936
- display: flex;
32937
- align-items: center;
32938
- justify-content: space-between;
32939
- column-gap: 6px;
32940
- }
32941
-
32942
- .E_p1cmxsf7 {
32943
- display: flex;
32944
- flex-direction: column;
32945
- justify-content: center;
32946
- row-gap: var(--p1cmxsf7-0);
32947
- }
32948
- .E_p1cmxsf7 .antd5-progress-line {
32949
- font-size: 0;
32950
- margin-bottom: unset;
32951
- margin-inline-end: unset;
32952
- }
32953
-
32954
- .E_b14q2gmw {
32955
- 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);
32956
- }
32957
-
32958
- .E_c1eym6el {
32959
- border-radius: 8px;
32960
- background-color: white;
32961
- }
32962
- .E_c1eym6el.hoverable {
32963
- cursor: pointer;
32964
- }
32965
- .E_c1eym6el.hoverable:hover {
32966
- transition: all 200ms ease;
32967
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32968
- transform: translateY(-4px);
32969
- }
32970
-
32971
32936
  .E_s11wux3h .antd5-segmented-item:not(:last-child) {
32972
32937
  margin-right: 2px;
32973
32938
  }
@@ -33003,48 +32968,23 @@ input.E_rf8rlle.ant-input {
33003
32968
  background-color: transparent;
33004
32969
  }
33005
32970
 
33006
- .E_c1yd35n {
33007
- padding: 0 12px 14px 12px;
33008
- }
33009
-
33010
- .E_c1kghdax {
33011
- color: #2d3a56;
33012
- padding: 7px 12px;
32971
+ .E_r77hffu {
33013
32972
  display: flex;
33014
- justify-content: space-between;
33015
32973
  align-items: center;
32974
+ justify-content: space-between;
32975
+ column-gap: 6px;
33016
32976
  }
33017
- .E_c1kghdax.has-arrow {
33018
- padding-left: 10px;
33019
- }
33020
- .E_c1kghdax.has-arrow .title-wrapper {
33021
- cursor: pointer;
33022
- color: #00122e;
33023
- }
33024
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
33025
- color: #2d3a56;
33026
- font-weight: 600;
33027
- }
33028
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33029
- transform: rotate(90deg);
33030
- }
33031
- .E_c1kghdax .sub-info {
33032
- font-size: 12px;
33033
- line-height: 18px;
33034
- }
33035
- .E_c1kghdax .title-wrapper {
32977
+
32978
+ .E_p1cmxsf7 {
33036
32979
  display: flex;
33037
- align-items: center;
33038
- user-select: none;
33039
- flex-grow: 1;
33040
- font-size: 12px;
33041
- line-height: 18px;
33042
- color: #2d3a56;
33043
- font-weight: 700;
32980
+ flex-direction: column;
32981
+ justify-content: center;
32982
+ row-gap: var(--p1cmxsf7-0);
33044
32983
  }
33045
- .E_c1kghdax .collapse-arrow {
33046
- transition: all 50ms ease-out 0ms;
33047
- margin-right: 2px;
32984
+ .E_p1cmxsf7 .antd5-progress-line {
32985
+ font-size: 0;
32986
+ margin-bottom: unset;
32987
+ margin-inline-end: unset;
33048
32988
  }
33049
32989
 
33050
32990
  .E_ckui4s7 {
@@ -33111,831 +33051,697 @@ input.E_rf8rlle.ant-input {
33111
33051
  margin-left: 24px;
33112
33052
  }
33113
33053
 
33114
- .E_t1gvlxt5 {
33115
- min-width: 0;
33116
- flex: 1;
33117
- }
33118
- .E_t1gvlxt5 .tag {
33119
- flex: 0 0 auto;
33120
- }
33121
- .E_t1gvlxt5 .progress-title {
33122
- flex: 2;
33123
- max-width: fit-content;
33124
- }
33125
- .E_t1gvlxt5 .progress-desc {
33126
- flex: 1;
33127
- max-width: fit-content;
33054
+ .E_c1yd35n {
33055
+ padding: 0 12px 14px 12px;
33128
33056
  }
33129
33057
 
33130
- .E_a1ji6r68 {
33058
+ .E_c1kghdax {
33059
+ color: #2d3a56;
33060
+ padding: 7px 12px;
33131
33061
  display: flex;
33062
+ justify-content: space-between;
33132
33063
  align-items: center;
33133
- column-gap: var(--a1ji6r68-0);
33134
33064
  }
33135
-
33136
- .E_lht19u8 {
33137
- width: 64px;
33138
- height: 64px;
33139
- display: flex;
33140
- align-items: center;
33141
- justify-content: center;
33142
- position: relative;
33143
- opacity: 0.2;
33065
+ .E_c1kghdax.has-arrow {
33066
+ padding-left: 10px;
33144
33067
  }
33145
-
33146
- .E_lk3gkp4 {
33147
- position: absolute;
33148
- width: 5px;
33149
- height: 48px;
33150
- left: 9.33px;
33151
- top: 40.5px;
33152
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33153
- border-radius: 5px;
33154
- transform: rotate(-128deg);
33155
- transform-origin: top left;
33156
- animation: loading-indicator1 1100ms ease-out infinite;
33068
+ .E_c1kghdax.has-arrow .title-wrapper {
33069
+ cursor: pointer;
33070
+ color: #00122e;
33157
33071
  }
33158
-
33159
- .E_ll4n94n {
33160
- position: absolute;
33161
- width: 5px;
33162
- height: 48px;
33163
- left: 40.8px;
33164
- top: 8.4px;
33165
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33166
- border-radius: 5px;
33167
- transform: rotate(-8deg);
33168
- transform-origin: top left;
33169
- animation: loading-indicator2 1100ms ease-out infinite;
33072
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
33073
+ color: #2d3a56;
33074
+ font-weight: 600;
33170
33075
  }
33171
-
33172
- .E_l17lbdo6 {
33173
- position: absolute;
33174
- width: 5px;
33175
- height: 48px;
33176
- left: 52.9px;
33177
- top: 51.8px;
33178
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33179
- border-radius: 5px;
33180
- transform: rotate(112deg);
33181
- transform-origin: top left;
33182
- animation: loading-indicator3 1100ms ease-out infinite;
33076
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33077
+ transform: rotate(90deg);
33183
33078
  }
33184
-
33185
- .E_m11nzl2x {
33186
- color: rgba(44, 56, 82, 0.6);
33187
- text-align: center;
33079
+ .E_c1kghdax .sub-info {
33080
+ font-size: 12px;
33081
+ line-height: 18px;
33082
+ }
33083
+ .E_c1kghdax .title-wrapper {
33188
33084
  display: flex;
33189
33085
  align-items: center;
33190
- justify-content: center;
33191
- flex-direction: column;
33192
- height: 100%;
33086
+ user-select: none;
33087
+ flex-grow: 1;
33088
+ font-size: 12px;
33089
+ line-height: 18px;
33090
+ color: #2d3a56;
33091
+ font-weight: 700;
33193
33092
  }
33194
- .E_m11nzl2x .link {
33195
- color: #0080ff;
33196
- cursor: pointer;
33093
+ .E_c1kghdax .collapse-arrow {
33094
+ transition: all 50ms ease-out 0ms;
33095
+ margin-right: 2px;
33197
33096
  }
33198
33097
 
33199
- .E_mn7joto {
33200
- width: 100%;
33201
- height: 100%;
33202
- display: flex;
33203
- flex-direction: column;
33204
- }
33205
- .E_mn7joto .name-toolbar {
33206
- width: 100%;
33207
- display: flex;
33208
- line-height: 30px;
33209
- justify-content: space-between;
33210
- }
33211
- .E_mn7joto .name-toolbar .metric-extra {
33212
- display: flex;
33213
- font-size: 12px;
33214
- align-items: center;
33215
- }
33216
- .E_mn7joto .name-toolbar .metric-extra .info-item {
33217
- color: #a3b4cc;
33098
+ .E_b14q2gmw {
33099
+ 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);
33218
33100
  }
33219
- .E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
33220
- margin-left: 10px;
33101
+
33102
+ .E_c1eym6el {
33103
+ border-radius: 8px;
33104
+ background-color: white;
33221
33105
  }
33222
- .E_mn7joto .name-toolbar .metric-extra .menu-trigger {
33223
- margin-left: 10px;
33106
+ .E_c1eym6el.hoverable {
33224
33107
  cursor: pointer;
33225
33108
  }
33226
- .E_mn7joto .content {
33227
- flex: 1;
33228
- width: 100%;
33229
- display: flex;
33230
- justify-content: center;
33231
- align-items: center;
33232
- }
33233
- .E_mn7joto .single-content {
33234
- height: 65px;
33109
+ .E_c1eym6el.hoverable:hover {
33110
+ transition: all 200ms ease;
33111
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33112
+ transform: translateY(-4px);
33235
33113
  }
33236
33114
 
33237
- .E_l1bifhon {
33115
+ .E_l1ucdodl {
33116
+ margin: 0;
33117
+ border-radius: 20px;
33118
+ padding: 2px 10px;
33119
+ height: 22px;
33238
33120
  display: flex;
33239
33121
  align-items: center;
33240
- white-space: nowrap;
33241
- overflow: hidden;
33242
- width: 100%;
33243
33122
  }
33244
- .E_l1bifhon .ant-dropdown-trigger {
33245
- font-size: 12px;
33246
- margin-left: 8px;
33123
+ .E_l1ucdodl.ui-kit-status-legend.on-tint {
33124
+ color: #FFFFFF;
33247
33125
  }
33248
-
33249
- .E_ltthzck {
33250
- display: flex;
33251
- justify-content: flex-start;
33252
- align-items: center;
33253
- font-size: 12px;
33126
+ .E_l1ucdodl.tag-hover {
33254
33127
  cursor: pointer;
33255
33128
  }
33256
- .E_ltthzck:not(:first-child) {
33257
- margin-left: 8px;
33258
- }
33259
- .E_ltthzck.deselected, .E_ltthzck.hovering {
33260
- opacity: 0.3;
33129
+ .E_l1ucdodl.ui-kit-status-legend {
33130
+ color: #00122e;
33261
33131
  }
33262
- .E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
33263
- background: #b4beca !important;
33264
- border-radius: 2px;
33132
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
33133
+ margin-right: 6px;
33265
33134
  }
33266
- .E_ltthzck.hoverering-self {
33267
- opacity: 1;
33135
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
33136
+ margin-left: 8px;
33137
+ color: rgba(44, 56, 82, 0.6);
33268
33138
  }
33269
- .E_ltthzck .dropdown-trigger {
33270
- margin-left: 12px;
33139
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
33140
+ color: #FFFFFF;
33271
33141
  }
33272
- .E_ltthzck .legend-name {
33273
- color: #00122e;
33142
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
33143
+ background-color: #0080ff;
33274
33144
  }
33275
-
33276
- .E_l1mumj7o {
33277
- display: flex;
33278
- justify-content: flex-start;
33279
- align-items: center;
33280
- font-size: 12px;
33281
- cursor: pointer;
33145
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
33146
+ background-color: #f0483e;
33282
33147
  }
33283
- .E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
33284
- opacity: 0.3;
33148
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
33149
+ background-color: #fea008;
33285
33150
  }
33286
- .E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
33287
- background: #b4beca !important;
33288
- border-radius: 2px;
33151
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
33152
+ background-color: #00ba5d;
33289
33153
  }
33290
- .E_l1mumj7o .legend-name {
33291
- color: #00122e;
33154
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33155
+ background-color: #6b7d99;
33292
33156
  }
33293
- .E_l1mumj7o.hoverering-self {
33294
- opacity: 1;
33157
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33158
+ background-color: #7E41FF;
33295
33159
  }
33296
33160
 
33297
- .E_c14rn6j5 {
33298
- display: inline-block;
33161
+ .E_s1qj66nc {
33162
+ width: 8px;
33299
33163
  height: 8px;
33164
+ border-radius: 50%;
33165
+ display: inline-block;
33166
+ }
33167
+
33168
+ .E_s5x1boq {
33300
33169
  width: 8px;
33301
- margin-right: 6px;
33170
+ height: 8px;
33302
33171
  border-radius: 2px;
33172
+ display: inline-block;
33303
33173
  }
33304
33174
 
33305
- .E_e45tc5l .ant-dropdown-menu-item {
33306
- display: flex;
33307
- align-items: center;
33308
- font-size: 12px;
33309
- margin: 0;
33175
+ .E_c1xm185 {
33176
+ color: rgba(44, 56, 82, 0.6);
33310
33177
  }
33311
33178
 
33312
- .E_lqeaosa {
33313
- position: relative;
33179
+ .E_c1x5l5qc {
33180
+ flex: 1;
33314
33181
  }
33315
- .E_lqeaosa.hidden-xaxis .pointer-wrapper {
33316
- bottom: -12px;
33182
+
33183
+ button.E_l48ei06.ant-btn,
33184
+ button.E_l48ei06.ant-btn.ant-btn-sm,
33185
+ button.E_l48ei06.ant-btn.ant-btn-lg {
33186
+ font-size: 12px;
33187
+ line-height: 18px;
33188
+ height: 18px;
33317
33189
  }
33318
- .E_lqeaosa .metric-toolbar {
33319
- display: flex;
33320
- justify-content: space-between;
33321
- line-height: 30px;
33190
+
33191
+ button.E_l48ei06 {
33192
+ color: #0080FF;
33193
+ height: unset;
33322
33194
  }
33323
- .E_lqeaosa .metric-toolbar .metric-extra {
33324
- display: flex;
33325
- flex-shrink: 0;
33326
- font-size: 12px;
33327
- align-items: center;
33195
+ button.E_l48ei06 .button-prefix-icon {
33196
+ margin-right: 4px;
33328
33197
  }
33329
- .E_lqeaosa .metric-toolbar .metric-extra .info-item {
33330
- color: #a3b4cc;
33198
+ button.E_l48ei06 .button-suffix-icon {
33199
+ margin-left: 4px;
33331
33200
  }
33332
- .E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
33333
- margin-left: 10px;
33201
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
33202
+ color: #009DFF;
33334
33203
  }
33335
- .E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
33336
- margin-left: 10px;
33337
- cursor: pointer;
33204
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
33205
+ color: #005ED1;
33338
33206
  }
33339
- .E_lqeaosa .recharts-xAxis {
33340
- font-size: 12px;
33207
+ button.E_l48ei06.ui-kit-link-disabled {
33208
+ color: #0080FF;
33341
33209
  }
33342
- .E_lqeaosa .pointer-wrapper {
33343
- position: absolute;
33344
- bottom: 10px;
33345
- padding: 0 8px;
33346
- font-size: 12px;
33347
- color: #fff;
33348
- transform: translateX(-50%);
33210
+ button.E_l48ei06.ui-kit-link-primary {
33211
+ color: #00122E;
33349
33212
  }
33350
-
33351
- .E_t2pr38p {
33352
- min-width: 200px;
33353
- background-color: rgba(23, 38, 64, 0.8);
33354
- border-radius: 4px;
33355
- box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
33356
- padding: 8px;
33213
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
33214
+ color: #0080FF;
33357
33215
  }
33358
-
33359
- .E_tecdsj7 {
33360
- display: flex;
33361
- align-items: center;
33362
- background-color: unset;
33363
- color: #FFFFFF;
33364
- justify-content: space-between;
33365
- font-size: 12px;
33366
- padding-top: 6px;
33216
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
33217
+ color: #005ED1;
33367
33218
  }
33368
- .E_tecdsj7:first-child {
33369
- padding-top: 3px;
33219
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
33220
+ color: #00122E;
33370
33221
  }
33371
- .E_tecdsj7:last-child {
33372
- padding-bottom: 3px;
33222
+ button.E_l48ei06.ui-kit-link-secondary {
33223
+ color: rgba(44, 56, 82, 0.7490196078);
33373
33224
  }
33374
- .E_tecdsj7 .column-value {
33375
- color: #FFFFFF;
33376
- margin-left: 8px;
33225
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
33226
+ color: #0080FF;
33377
33227
  }
33378
-
33379
- .E_ljhvvia {
33380
- display: inline-block;
33381
- height: 8px;
33382
- width: 8px;
33383
- margin-right: 8px;
33384
- border-radius: 2px;
33228
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
33229
+ color: #005ED1;
33385
33230
  }
33386
- .E_ljhvvia.borderd {
33387
- border: 1px solid #fff;
33231
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33232
+ color: rgba(44, 56, 82, 0.7490196078);
33388
33233
  }
33389
33234
 
33390
- .E_msn7nxt {
33391
- color: rgba(44, 56, 82, 0.6);
33392
- text-align: center;
33393
- display: flex;
33394
- align-items: center;
33395
- justify-content: center;
33396
- flex-direction: column;
33397
- height: 100%;
33235
+ .E_sddwhm6 {
33236
+ margin: 0;
33237
+ border-radius: 20px;
33238
+ padding: 2px 10px;
33239
+ height: 22px;
33398
33240
  }
33399
- .E_msn7nxt .link {
33400
- color: #0080ff;
33401
- cursor: pointer;
33241
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
33242
+ background-color: rgba(237, 241, 250, 0.6) !important;
33402
33243
  }
33403
-
33404
- .E_mp64wfi {
33405
- width: 100%;
33406
- height: 100%;
33407
- display: flex;
33408
- flex-direction: column;
33244
+ .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 {
33245
+ background-color: rgba(225, 230, 241, 0.6) !important;
33409
33246
  }
33410
- .E_mp64wfi .name-toolbar {
33247
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
33248
+ color: #00122e;
33249
+ }
33250
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33251
+ margin-right: 6px;
33252
+ }
33253
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33254
+ margin-left: 8px;
33255
+ color: rgba(44, 56, 82, 0.6);
33256
+ }
33257
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33258
+ background-color: rgba(0, 136, 255, 0.1);
33259
+ }
33260
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33261
+ background-color: #0080ff;
33262
+ }
33263
+ .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 {
33264
+ background-color: rgba(0, 136, 255, 0.16);
33265
+ }
33266
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
33267
+ background-color: rgba(255, 74, 74, 0.1);
33268
+ }
33269
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33270
+ background-color: #f0483e;
33271
+ }
33272
+ .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 {
33273
+ background-color: rgba(255, 74, 74, 0.16);
33274
+ }
33275
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33276
+ background-color: rgba(254, 160, 8, 0.1);
33277
+ }
33278
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33279
+ background-color: #fea008;
33280
+ }
33281
+ .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 {
33282
+ background-color: rgba(255, 187, 0, 0.16);
33283
+ }
33284
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
33285
+ background-color: rgba(30, 201, 127, 0.1);
33286
+ }
33287
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33288
+ background-color: #00ba5d;
33289
+ }
33290
+ .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 {
33291
+ background-color: rgba(30, 201, 127, 0.16);
33292
+ }
33293
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33294
+ background-color: rgba(225, 230, 241, 0.6);
33295
+ }
33296
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33297
+ background-color: #6b7d99;
33298
+ }
33299
+ .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 {
33300
+ background-color: rgba(211, 218, 235, 0.6);
33301
+ }
33302
+
33303
+ .E_satwmqm {
33304
+ width: 8px;
33305
+ height: 8px;
33306
+ border-radius: 50%;
33307
+ display: inline-block;
33308
+ }
33309
+
33310
+ .E_t1gvlxt5 {
33311
+ min-width: 0;
33312
+ flex: 1;
33313
+ }
33314
+ .E_t1gvlxt5 .tag {
33315
+ flex: 0 0 auto;
33316
+ }
33317
+ .E_t1gvlxt5 .progress-title {
33318
+ flex: 2;
33319
+ max-width: fit-content;
33320
+ }
33321
+ .E_t1gvlxt5 .progress-desc {
33322
+ flex: 1;
33323
+ max-width: fit-content;
33324
+ }
33325
+
33326
+ .E_a1ji6r68 {
33327
+ display: flex;
33328
+ align-items: center;
33329
+ column-gap: var(--a1ji6r68-0);
33330
+ }
33331
+
33332
+ .E_lht19u8 {
33333
+ width: 64px;
33334
+ height: 64px;
33335
+ display: flex;
33336
+ align-items: center;
33337
+ justify-content: center;
33338
+ position: relative;
33339
+ opacity: 0.2;
33340
+ }
33341
+
33342
+ .E_lk3gkp4 {
33343
+ position: absolute;
33344
+ width: 5px;
33345
+ height: 48px;
33346
+ left: 9.33px;
33347
+ top: 40.5px;
33348
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33349
+ border-radius: 5px;
33350
+ transform: rotate(-128deg);
33351
+ transform-origin: top left;
33352
+ animation: loading-indicator1 1100ms ease-out infinite;
33353
+ }
33354
+
33355
+ .E_ll4n94n {
33356
+ position: absolute;
33357
+ width: 5px;
33358
+ height: 48px;
33359
+ left: 40.8px;
33360
+ top: 8.4px;
33361
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33362
+ border-radius: 5px;
33363
+ transform: rotate(-8deg);
33364
+ transform-origin: top left;
33365
+ animation: loading-indicator2 1100ms ease-out infinite;
33366
+ }
33367
+
33368
+ .E_l17lbdo6 {
33369
+ position: absolute;
33370
+ width: 5px;
33371
+ height: 48px;
33372
+ left: 52.9px;
33373
+ top: 51.8px;
33374
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33375
+ border-radius: 5px;
33376
+ transform: rotate(112deg);
33377
+ transform-origin: top left;
33378
+ animation: loading-indicator3 1100ms ease-out infinite;
33379
+ }
33380
+
33381
+ .E_m11nzl2x {
33382
+ color: rgba(44, 56, 82, 0.6);
33383
+ text-align: center;
33384
+ display: flex;
33385
+ align-items: center;
33386
+ justify-content: center;
33387
+ flex-direction: column;
33388
+ height: 100%;
33389
+ }
33390
+ .E_m11nzl2x .link {
33391
+ color: #0080ff;
33392
+ cursor: pointer;
33393
+ }
33394
+
33395
+ .E_mn7joto {
33396
+ width: 100%;
33397
+ height: 100%;
33398
+ display: flex;
33399
+ flex-direction: column;
33400
+ }
33401
+ .E_mn7joto .name-toolbar {
33411
33402
  width: 100%;
33412
33403
  display: flex;
33413
33404
  line-height: 30px;
33414
- padding: 0 16px;
33415
33405
  justify-content: space-between;
33416
33406
  }
33417
- .E_mp64wfi .name-toolbar .metric-extra {
33407
+ .E_mn7joto .name-toolbar .metric-extra {
33418
33408
  display: flex;
33419
33409
  font-size: 12px;
33420
33410
  align-items: center;
33421
33411
  }
33422
- .E_mp64wfi .name-toolbar .metric-extra .info-item {
33412
+ .E_mn7joto .name-toolbar .metric-extra .info-item {
33423
33413
  color: #a3b4cc;
33424
33414
  }
33425
- .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33415
+ .E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
33426
33416
  margin-left: 10px;
33427
33417
  }
33428
- .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
33418
+ .E_mn7joto .name-toolbar .metric-extra .menu-trigger {
33429
33419
  margin-left: 10px;
33430
33420
  cursor: pointer;
33431
33421
  }
33432
- .E_mp64wfi .content {
33422
+ .E_mn7joto .content {
33433
33423
  flex: 1;
33434
33424
  width: 100%;
33435
33425
  display: flex;
33436
33426
  justify-content: center;
33437
33427
  align-items: center;
33438
33428
  }
33439
- .E_mp64wfi .single-content {
33429
+ .E_mn7joto .single-content {
33440
33430
  height: 65px;
33441
33431
  }
33442
33432
 
33443
- .E_l1oyigan {
33433
+ .E_l1bifhon {
33444
33434
  display: flex;
33445
33435
  align-items: center;
33446
33436
  white-space: nowrap;
33447
33437
  overflow: hidden;
33448
33438
  width: 100%;
33449
33439
  }
33450
- .E_l1oyigan .ant-dropdown-trigger {
33451
- margin-left: auto;
33440
+ .E_l1bifhon .ant-dropdown-trigger {
33452
33441
  font-size: 12px;
33442
+ margin-left: 8px;
33453
33443
  }
33454
33444
 
33455
- .E_l1noi4n1 {
33445
+ .E_ltthzck {
33456
33446
  display: flex;
33457
33447
  justify-content: flex-start;
33458
33448
  align-items: center;
33459
33449
  font-size: 12px;
33460
33450
  cursor: pointer;
33461
33451
  }
33462
- .E_l1noi4n1:not(:last-child) {
33463
- margin-right: 20px;
33452
+ .E_ltthzck:not(:first-child) {
33453
+ margin-left: 8px;
33464
33454
  }
33465
- .E_l1noi4n1.deselected {
33466
- opacity: 0.4;
33455
+ .E_ltthzck.deselected, .E_ltthzck.hovering {
33456
+ opacity: 0.3;
33467
33457
  }
33468
- .E_l1noi4n1.deselected .color-block {
33458
+ .E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
33459
+ background: #b4beca !important;
33460
+ border-radius: 2px;
33461
+ }
33462
+ .E_ltthzck.hoverering-self {
33463
+ opacity: 1;
33464
+ }
33465
+ .E_ltthzck .dropdown-trigger {
33466
+ margin-left: 12px;
33467
+ }
33468
+ .E_ltthzck .legend-name {
33469
+ color: #00122e;
33470
+ }
33471
+
33472
+ .E_l1mumj7o {
33473
+ display: flex;
33474
+ justify-content: flex-start;
33475
+ align-items: center;
33476
+ font-size: 12px;
33477
+ cursor: pointer;
33478
+ }
33479
+ .E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
33480
+ opacity: 0.3;
33481
+ }
33482
+ .E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
33469
33483
  background: #b4beca !important;
33484
+ border-radius: 2px;
33485
+ }
33486
+ .E_l1mumj7o .legend-name {
33487
+ color: #00122e;
33488
+ }
33489
+ .E_l1mumj7o.hoverering-self {
33490
+ opacity: 1;
33470
33491
  }
33471
33492
 
33472
- .E_cz19rz6 {
33493
+ .E_c14rn6j5 {
33473
33494
  display: inline-block;
33474
33495
  height: 8px;
33475
33496
  width: 8px;
33476
- margin-right: 8px;
33497
+ margin-right: 6px;
33498
+ border-radius: 2px;
33477
33499
  }
33478
33500
 
33479
- .E_e17r5r9c .ant-dropdown-menu-item {
33501
+ .E_e45tc5l .ant-dropdown-menu-item {
33480
33502
  display: flex;
33481
33503
  align-items: center;
33482
33504
  font-size: 12px;
33483
33505
  margin: 0;
33484
33506
  }
33485
33507
 
33486
- .E_m1y1hhnr {
33508
+ .E_lqeaosa {
33487
33509
  position: relative;
33488
33510
  }
33489
- .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
33511
+ .E_lqeaosa.hidden-xaxis .pointer-wrapper {
33490
33512
  bottom: -12px;
33491
33513
  }
33492
- .E_m1y1hhnr .metric-toolbar {
33514
+ .E_lqeaosa .metric-toolbar {
33493
33515
  display: flex;
33494
33516
  justify-content: space-between;
33495
33517
  line-height: 30px;
33496
- margin: 0 16px;
33497
33518
  }
33498
- .E_m1y1hhnr .metric-toolbar .metric-extra {
33519
+ .E_lqeaosa .metric-toolbar .metric-extra {
33499
33520
  display: flex;
33521
+ flex-shrink: 0;
33500
33522
  font-size: 12px;
33501
33523
  align-items: center;
33502
33524
  }
33503
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
33525
+ .E_lqeaosa .metric-toolbar .metric-extra .info-item {
33504
33526
  color: #a3b4cc;
33505
33527
  }
33506
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33528
+ .E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
33507
33529
  margin-left: 10px;
33508
33530
  }
33509
- .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33531
+ .E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
33510
33532
  margin-left: 10px;
33511
33533
  cursor: pointer;
33512
33534
  }
33513
- .E_m1y1hhnr .recharts-xAxis {
33535
+ .E_lqeaosa .recharts-xAxis {
33514
33536
  font-size: 12px;
33515
33537
  }
33516
- .E_m1y1hhnr .pointer-wrapper {
33538
+ .E_lqeaosa .pointer-wrapper {
33517
33539
  position: absolute;
33518
33540
  bottom: 10px;
33519
33541
  padding: 0 8px;
33520
- border-radius: 4px;
33521
33542
  font-size: 12px;
33522
33543
  color: #fff;
33523
- background: rgba(0, 0, 0, 0.75);
33524
33544
  transform: translateX(-50%);
33525
33545
  }
33526
33546
 
33527
- .E_tnvijvs {
33547
+ .E_t2pr38p {
33528
33548
  min-width: 200px;
33549
+ background-color: rgba(23, 38, 64, 0.8);
33550
+ border-radius: 4px;
33551
+ box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
33552
+ padding: 8px;
33529
33553
  }
33530
33554
 
33531
- .E_t1ub2aex {
33555
+ .E_tecdsj7 {
33532
33556
  display: flex;
33533
33557
  align-items: center;
33558
+ background-color: unset;
33559
+ color: #FFFFFF;
33534
33560
  justify-content: space-between;
33535
- background-color: rgba(0, 0, 0, 0.75);
33536
- color: #b4beca;
33537
33561
  font-size: 12px;
33538
- padding: 3px 6px;
33562
+ padding-top: 6px;
33539
33563
  }
33540
- .E_t1ub2aex:first-child {
33564
+ .E_tecdsj7:first-child {
33541
33565
  padding-top: 3px;
33542
33566
  }
33543
- .E_t1ub2aex:last-child {
33567
+ .E_tecdsj7:last-child {
33544
33568
  padding-bottom: 3px;
33545
33569
  }
33546
- .E_t1ub2aex .column-value {
33547
- color: #fff;
33548
- margin-left: 8px;
33549
- }
33550
-
33551
- button.E_l48ei06.ant-btn,
33552
- button.E_l48ei06.ant-btn.ant-btn-sm,
33553
- button.E_l48ei06.ant-btn.ant-btn-lg {
33554
- font-size: 12px;
33555
- line-height: 18px;
33556
- height: 18px;
33557
- }
33558
-
33559
- button.E_l48ei06 {
33560
- color: #0080FF;
33561
- height: unset;
33562
- }
33563
- button.E_l48ei06 .button-prefix-icon {
33564
- margin-right: 4px;
33565
- }
33566
- button.E_l48ei06 .button-suffix-icon {
33567
- margin-left: 4px;
33568
- }
33569
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
33570
- color: #009DFF;
33571
- }
33572
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
33573
- color: #005ED1;
33574
- }
33575
- button.E_l48ei06.ui-kit-link-disabled {
33576
- color: #0080FF;
33577
- }
33578
- button.E_l48ei06.ui-kit-link-primary {
33579
- color: #00122E;
33580
- }
33581
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
33582
- color: #0080FF;
33583
- }
33584
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
33585
- color: #005ED1;
33586
- }
33587
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
33588
- color: #00122E;
33589
- }
33590
- button.E_l48ei06.ui-kit-link-secondary {
33591
- color: rgba(44, 56, 82, 0.7490196078);
33592
- }
33593
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
33594
- color: #0080FF;
33595
- }
33596
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
33597
- color: #005ED1;
33598
- }
33599
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33600
- color: rgba(44, 56, 82, 0.7490196078);
33601
- }
33602
-
33603
- .E_l1ucdodl {
33604
- margin: 0;
33605
- border-radius: 20px;
33606
- padding: 2px 10px;
33607
- height: 22px;
33608
- display: flex;
33609
- align-items: center;
33610
- }
33611
- .E_l1ucdodl.ui-kit-status-legend.on-tint {
33570
+ .E_tecdsj7 .column-value {
33612
33571
  color: #FFFFFF;
33613
- }
33614
- .E_l1ucdodl.tag-hover {
33615
- cursor: pointer;
33616
- }
33617
- .E_l1ucdodl.ui-kit-status-legend {
33618
- color: #00122e;
33619
- }
33620
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
33621
- margin-right: 6px;
33622
- }
33623
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
33624
33572
  margin-left: 8px;
33625
- color: rgba(44, 56, 82, 0.6);
33626
- }
33627
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
33628
- color: #FFFFFF;
33629
- }
33630
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
33631
- background-color: #0080ff;
33632
- }
33633
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
33634
- background-color: #f0483e;
33635
- }
33636
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
33637
- background-color: #fea008;
33638
- }
33639
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
33640
- background-color: #00ba5d;
33641
- }
33642
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33643
- background-color: #6b7d99;
33644
- }
33645
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33646
- background-color: #7E41FF;
33647
33573
  }
33648
33574
 
33649
- .E_s1qj66nc {
33650
- width: 8px;
33651
- height: 8px;
33652
- border-radius: 50%;
33575
+ .E_ljhvvia {
33653
33576
  display: inline-block;
33654
- }
33655
-
33656
- .E_s5x1boq {
33657
- width: 8px;
33658
33577
  height: 8px;
33578
+ width: 8px;
33579
+ margin-right: 8px;
33659
33580
  border-radius: 2px;
33660
- display: inline-block;
33661
33581
  }
33662
-
33663
- .E_c1xm185 {
33664
- color: rgba(44, 56, 82, 0.6);
33665
- }
33666
-
33667
- .E_c1x5l5qc {
33668
- flex: 1;
33582
+ .E_ljhvvia.borderd {
33583
+ border: 1px solid #fff;
33669
33584
  }
33670
33585
 
33671
- .E_sddwhm6 {
33672
- margin: 0;
33673
- border-radius: 20px;
33674
- padding: 2px 10px;
33675
- height: 22px;
33676
- }
33677
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
33678
- background-color: rgba(237, 241, 250, 0.6) !important;
33679
- }
33680
- .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 {
33681
- background-color: rgba(225, 230, 241, 0.6) !important;
33682
- }
33683
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
33684
- color: #00122e;
33685
- }
33686
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33687
- margin-right: 6px;
33688
- }
33689
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33690
- margin-left: 8px;
33586
+ .E_msn7nxt {
33691
33587
  color: rgba(44, 56, 82, 0.6);
33588
+ text-align: center;
33589
+ display: flex;
33590
+ align-items: center;
33591
+ justify-content: center;
33592
+ flex-direction: column;
33593
+ height: 100%;
33692
33594
  }
33693
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33694
- background-color: rgba(0, 136, 255, 0.1);
33695
- }
33696
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33697
- background-color: #0080ff;
33698
- }
33699
- .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 {
33700
- background-color: rgba(0, 136, 255, 0.16);
33701
- }
33702
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
33703
- background-color: rgba(255, 74, 74, 0.1);
33704
- }
33705
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33706
- background-color: #f0483e;
33707
- }
33708
- .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 {
33709
- background-color: rgba(255, 74, 74, 0.16);
33710
- }
33711
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33712
- background-color: rgba(254, 160, 8, 0.1);
33713
- }
33714
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33715
- background-color: #fea008;
33716
- }
33717
- .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 {
33718
- background-color: rgba(255, 187, 0, 0.16);
33719
- }
33720
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
33721
- background-color: rgba(30, 201, 127, 0.1);
33722
- }
33723
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33724
- background-color: #00ba5d;
33725
- }
33726
- .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 {
33727
- background-color: rgba(30, 201, 127, 0.16);
33728
- }
33729
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33730
- background-color: rgba(225, 230, 241, 0.6);
33731
- }
33732
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33733
- background-color: #6b7d99;
33734
- }
33735
- .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 {
33736
- background-color: rgba(211, 218, 235, 0.6);
33737
- }
33738
-
33739
- .E_satwmqm {
33740
- width: 8px;
33741
- height: 8px;
33742
- border-radius: 50%;
33743
- display: inline-block;
33744
- }
33745
-
33746
- .E_sjob3jg {
33747
- --item-min-width: 60px;
33748
- }
33749
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33750
- display: none !important;
33751
- }
33752
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33753
- flex-shrink: 0 !important;
33754
- }
33755
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33756
- color: #0080ff;
33757
- }
33758
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33595
+ .E_msn7nxt .link {
33759
33596
  color: #0080ff;
33760
- font-weight: normal;
33761
- }
33762
- .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
33763
- color: rgba(44, 56, 82, 0.6);
33764
- }
33765
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33766
- color: #00122e;
33767
- }
33768
- .E_sjob3jg .step-item-text {
33769
- display: inline-block;
33770
- }
33771
- .E_sjob3jg .step-item-title {
33772
- overflow: hidden;
33773
- white-space: nowrap;
33774
- text-overflow: ellipsis;
33597
+ cursor: pointer;
33775
33598
  }
33776
33599
 
33777
- .E_hjvj6s6 .ant-steps-item-container {
33778
- min-width: var(--item-min-width);
33779
- }
33780
- .E_hjvj6s6 .ant-steps-item-disabled {
33781
- cursor: not-allowed !important;
33782
- }
33783
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33784
- flex-direction: row;
33785
- justify-content: stretch;
33786
- }
33787
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33788
- padding: 0;
33789
- margin-right: 4px;
33790
- flex: 1;
33791
- overflow: visible;
33792
- }
33793
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33600
+ .E_mp64wfi {
33794
33601
  width: 100%;
33795
- min-height: unset;
33602
+ height: 100%;
33603
+ display: flex;
33604
+ flex-direction: column;
33796
33605
  }
33797
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33798
- height: 26px;
33799
- line-height: 26px;
33606
+ .E_mp64wfi .name-toolbar {
33800
33607
  width: 100%;
33801
- padding: 0;
33802
- font-size: 12px;
33803
- }
33804
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33805
- margin-right: 10px;
33806
- }
33807
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33808
- display: none;
33809
- }
33810
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33811
- padding-left: 8px;
33812
- padding-right: 4px;
33813
- border-radius: 4px 0 0 4px;
33608
+ display: flex;
33609
+ line-height: 30px;
33610
+ padding: 0 16px;
33611
+ justify-content: space-between;
33814
33612
  }
33815
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33816
- margin-right: 0;
33613
+ .E_mp64wfi .name-toolbar .metric-extra {
33614
+ display: flex;
33615
+ font-size: 12px;
33616
+ align-items: center;
33817
33617
  }
33818
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33819
- padding-right: 8px;
33820
- padding-left: 12px;
33821
- border-radius: 0 4px 4px 0;
33618
+ .E_mp64wfi .name-toolbar .metric-extra .info-item {
33619
+ color: #a3b4cc;
33822
33620
  }
33823
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
33824
- content: "";
33825
- width: 0;
33826
- height: 0;
33827
- border: 13px solid transparent;
33828
- position: absolute;
33829
- top: 0;
33830
- border-left: 8px solid rgba(237, 241, 250, 0.6);
33831
- z-index: 2;
33832
- position: relative;
33833
- top: -50%;
33834
- right: -100%;
33621
+ .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33622
+ margin-left: 10px;
33835
33623
  }
33836
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33837
- padding: 0 4px 0 12px;
33624
+ .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
33625
+ margin-left: 10px;
33626
+ cursor: pointer;
33838
33627
  }
33839
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
33840
- content: "";
33841
- width: 0;
33842
- height: 0;
33843
- border: 13px solid transparent;
33844
- position: absolute;
33845
- top: 0;
33846
- border-left: 8px solid #fff;
33847
- left: 0;
33628
+ .E_mp64wfi .content {
33629
+ flex: 1;
33630
+ width: 100%;
33631
+ display: flex;
33632
+ justify-content: center;
33633
+ align-items: center;
33848
33634
  }
33849
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33850
- max-width: calc(100% - var(--item-min-width) * 2);
33635
+ .E_mp64wfi .single-content {
33636
+ height: 65px;
33851
33637
  }
33852
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33853
- background-color: rgba(0, 136, 255, 0.1);
33638
+
33639
+ .E_l1oyigan {
33640
+ display: flex;
33641
+ align-items: center;
33642
+ white-space: nowrap;
33643
+ overflow: hidden;
33644
+ width: 100%;
33854
33645
  }
33855
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33856
- border-left-color: rgba(0, 136, 255, 0.1) !important;
33646
+ .E_l1oyigan .ant-dropdown-trigger {
33647
+ margin-left: auto;
33648
+ font-size: 12px;
33857
33649
  }
33858
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33650
+
33651
+ .E_l1noi4n1 {
33652
+ display: flex;
33653
+ justify-content: flex-start;
33654
+ align-items: center;
33655
+ font-size: 12px;
33859
33656
  cursor: pointer;
33860
- min-width: var(--item-min-width);
33861
33657
  }
33862
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33863
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33864
- min-width: var(--item-min-width);
33658
+ .E_l1noi4n1:not(:last-child) {
33659
+ margin-right: 20px;
33865
33660
  }
33866
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33867
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33868
- background-color: rgba(237, 241, 250, 0.6);
33661
+ .E_l1noi4n1.deselected {
33662
+ opacity: 0.4;
33869
33663
  }
33870
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33871
- padding: 0;
33664
+ .E_l1noi4n1.deselected .color-block {
33665
+ background: #b4beca !important;
33872
33666
  }
33873
33667
 
33874
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
33875
- width: 192px;
33876
- row-gap: 2px;
33668
+ .E_cz19rz6 {
33669
+ display: inline-block;
33670
+ height: 8px;
33671
+ width: 8px;
33672
+ margin-right: 8px;
33877
33673
  }
33878
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33879
- background-color: rgba(225, 230, 241, 0.6);
33674
+
33675
+ .E_e17r5r9c .ant-dropdown-menu-item {
33676
+ display: flex;
33677
+ align-items: center;
33678
+ font-size: 12px;
33679
+ margin: 0;
33880
33680
  }
33881
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33882
- color: #00122e !important;
33681
+
33682
+ .E_m1y1hhnr {
33683
+ position: relative;
33684
+ }
33685
+ .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
33686
+ bottom: -12px;
33883
33687
  }
33884
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
33885
- background-color: rgba(225, 230, 241, 0.6);
33688
+ .E_m1y1hhnr .metric-toolbar {
33689
+ display: flex;
33690
+ justify-content: space-between;
33691
+ line-height: 30px;
33692
+ margin: 0 16px;
33886
33693
  }
33887
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33888
- padding: 0 8px;
33889
- border-radius: 4px;
33890
- height: 32px;
33694
+ .E_m1y1hhnr .metric-toolbar .metric-extra {
33891
33695
  display: flex;
33696
+ font-size: 12px;
33892
33697
  align-items: center;
33893
33698
  }
33894
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33895
- min-height: auto;
33896
- white-space: nowrap;
33699
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
33700
+ color: #a3b4cc;
33897
33701
  }
33898
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33899
- font-size: 13px;
33900
- line-height: 20px;
33901
- max-width: 100%;
33902
- padding-right: 0;
33702
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33703
+ margin-left: 10px;
33903
33704
  }
33904
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33905
- background: rgba(0, 128, 255, 0.1);
33705
+ .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33706
+ margin-left: 10px;
33707
+ cursor: pointer;
33906
33708
  }
33907
-
33908
- .E_h6l1tj4 {
33909
- width: 100%;
33910
- display: inline-flex;
33911
- align-items: center;
33912
- justify-content: center;
33913
- column-gap: 4px;
33709
+ .E_m1y1hhnr .recharts-xAxis {
33710
+ font-size: 12px;
33914
33711
  }
33915
- .E_h6l1tj4 .step-item-prefix-container {
33916
- display: inline-flex;
33917
- align-items: center;
33918
- width: 18px;
33919
- height: 18px;
33920
- color: rgba(44, 56, 82, 0.75);
33921
- justify-content: center;
33712
+ .E_m1y1hhnr .pointer-wrapper {
33713
+ position: absolute;
33714
+ bottom: 10px;
33715
+ padding: 0 8px;
33716
+ border-radius: 4px;
33717
+ font-size: 12px;
33718
+ color: #fff;
33719
+ background: rgba(0, 0, 0, 0.75);
33720
+ transform: translateX(-50%);
33922
33721
  }
33923
33722
 
33924
- .E_v18frne8 {
33925
- width: 100%;
33723
+ .E_tnvijvs {
33724
+ min-width: 200px;
33725
+ }
33726
+
33727
+ .E_t1ub2aex {
33926
33728
  display: flex;
33927
33729
  align-items: center;
33928
- justify-content: center;
33929
- column-gap: 6px;
33930
- font-size: 13px;
33730
+ justify-content: space-between;
33731
+ background-color: rgba(0, 0, 0, 0.75);
33732
+ color: #b4beca;
33733
+ font-size: 12px;
33734
+ padding: 3px 6px;
33931
33735
  }
33932
- .E_v18frne8 .step-item-prefix-container {
33933
- display: inline-flex;
33934
- align-items: center;
33935
- min-width: 20px;
33936
- min-height: 20px;
33937
- color: rgba(44, 56, 82, 0.75);
33938
- justify-content: center;
33736
+ .E_t1ub2aex:first-child {
33737
+ padding-top: 3px;
33738
+ }
33739
+ .E_t1ub2aex:last-child {
33740
+ padding-bottom: 3px;
33741
+ }
33742
+ .E_t1ub2aex .column-value {
33743
+ color: #fff;
33744
+ margin-left: 8px;
33939
33745
  }
33940
33746
 
33941
33747
  .E_tc97u5y {
@@ -34309,6 +34115,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34309
34115
  background: #fff;
34310
34116
  }
34311
34117
 
34118
+ .E_w7ob4th.outside-tag {
34119
+ padding-left: 0;
34120
+ }
34121
+ .E_w7ob4th.outside-tag .inside-tag {
34122
+ border-radius: 4px 0 0 4px;
34123
+ padding-right: 4px;
34124
+ margin-right: 4px;
34125
+ }
34126
+
34312
34127
  .E_slr2ynn {
34313
34128
  padding: 0 8px;
34314
34129
  height: 18px;
@@ -34343,15 +34158,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34343
34158
  height: 16px;
34344
34159
  }
34345
34160
 
34346
- .E_w7ob4th.outside-tag {
34347
- padding-left: 0;
34348
- }
34349
- .E_w7ob4th.outside-tag .inside-tag {
34350
- border-radius: 4px 0 0 4px;
34351
- padding-right: 4px;
34352
- margin-right: 4px;
34353
- }
34354
-
34355
34161
  .E_t1dtlqs1 {
34356
34162
  margin-bottom: 4px;
34357
34163
  color: rgba(44, 56, 82, 0.6);
@@ -34500,52 +34306,247 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34500
34306
  cursor: not-allowed;
34501
34307
  opacity: 0.5;
34502
34308
  }
34503
- .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34504
- margin: 0;
34309
+ .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34310
+ margin: 0;
34311
+ }
34312
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34313
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34314
+ border-radius: 5px;
34315
+ font-size: 12px;
34316
+ }
34317
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34318
+ font-size: inherit;
34319
+ }
34320
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34321
+ min-height: 24px;
34322
+ font-size: 12px;
34323
+ position: relative;
34324
+ }
34325
+ .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34326
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34327
+ }
34328
+ .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34329
+ background-color: rgba(237, 241, 250, 0.6);
34330
+ }
34331
+
34332
+ .E_a138syjm {
34333
+ display: flex;
34334
+ align-items: center;
34335
+ margin-top: 8px;
34336
+ }
34337
+ .E_a138syjm button.ant-btn {
34338
+ padding: 2px 8px;
34339
+ height: 24px;
34340
+ }
34341
+ .E_a138syjm > span.maximum-desc {
34342
+ display: none;
34343
+ margin-left: 8px;
34344
+ color: rgba(44, 56, 82, 0.6);
34345
+ }
34346
+ .E_a138syjm > span.maximum-desc.disabled {
34347
+ display: inline;
34348
+ }
34349
+
34350
+ .E_d77i8u0 {
34351
+ width: 24px;
34352
+ height: 24px;
34353
+ padding: 4px;
34354
+ margin-right: 8px;
34355
+ }
34356
+
34357
+ .E_sjob3jg {
34358
+ --item-min-width: 60px;
34359
+ }
34360
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
34361
+ display: none !important;
34362
+ }
34363
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
34364
+ flex-shrink: 0 !important;
34365
+ }
34366
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
34367
+ color: #0080ff;
34368
+ }
34369
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34370
+ color: #0080ff;
34371
+ font-weight: normal;
34372
+ }
34373
+ .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
34374
+ color: rgba(44, 56, 82, 0.6);
34375
+ }
34376
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34377
+ color: #00122e;
34378
+ }
34379
+ .E_sjob3jg .step-item-text {
34380
+ display: inline-block;
34381
+ }
34382
+ .E_sjob3jg .step-item-title {
34383
+ overflow: hidden;
34384
+ white-space: nowrap;
34385
+ text-overflow: ellipsis;
34386
+ }
34387
+
34388
+ .E_hjvj6s6 .ant-steps-item-container {
34389
+ min-width: var(--item-min-width);
34390
+ }
34391
+ .E_hjvj6s6 .ant-steps-item-disabled {
34392
+ cursor: not-allowed !important;
34393
+ }
34394
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
34395
+ flex-direction: row;
34396
+ justify-content: stretch;
34397
+ }
34398
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
34399
+ padding: 0;
34400
+ margin-right: 4px;
34401
+ flex: 1;
34402
+ overflow: visible;
34403
+ }
34404
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
34405
+ width: 100%;
34406
+ min-height: unset;
34407
+ }
34408
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
34409
+ height: 26px;
34410
+ line-height: 26px;
34411
+ width: 100%;
34412
+ padding: 0;
34413
+ font-size: 12px;
34414
+ }
34415
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
34416
+ margin-right: 10px;
34417
+ }
34418
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
34419
+ display: none;
34420
+ }
34421
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
34422
+ padding-left: 8px;
34423
+ padding-right: 4px;
34424
+ border-radius: 4px 0 0 4px;
34425
+ }
34426
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
34427
+ margin-right: 0;
34428
+ }
34429
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
34430
+ padding-right: 8px;
34431
+ padding-left: 12px;
34432
+ border-radius: 0 4px 4px 0;
34433
+ }
34434
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
34435
+ content: "";
34436
+ width: 0;
34437
+ height: 0;
34438
+ border: 13px solid transparent;
34439
+ position: absolute;
34440
+ top: 0;
34441
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
34442
+ z-index: 2;
34443
+ position: relative;
34444
+ top: -50%;
34445
+ right: -100%;
34446
+ }
34447
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
34448
+ padding: 0 4px 0 12px;
34449
+ }
34450
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
34451
+ content: "";
34452
+ width: 0;
34453
+ height: 0;
34454
+ border: 13px solid transparent;
34455
+ position: absolute;
34456
+ top: 0;
34457
+ border-left: 8px solid #fff;
34458
+ left: 0;
34459
+ }
34460
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34461
+ max-width: calc(100% - var(--item-min-width) * 2);
34505
34462
  }
34506
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34507
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34508
- border-radius: 5px;
34509
- font-size: 12px;
34463
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34464
+ background-color: rgba(0, 136, 255, 0.1);
34510
34465
  }
34511
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34512
- font-size: inherit;
34466
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34467
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
34513
34468
  }
34514
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34515
- min-height: 24px;
34516
- font-size: 12px;
34517
- position: relative;
34469
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34470
+ cursor: pointer;
34471
+ min-width: var(--item-min-width);
34518
34472
  }
34519
- .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34520
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34473
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34474
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34475
+ min-width: var(--item-min-width);
34521
34476
  }
34522
- .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34477
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34478
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34523
34479
  background-color: rgba(237, 241, 250, 0.6);
34524
34480
  }
34481
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34482
+ padding: 0;
34483
+ }
34525
34484
 
34526
- .E_a138syjm {
34485
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
34486
+ width: 192px;
34487
+ row-gap: 2px;
34488
+ }
34489
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34490
+ background-color: rgba(225, 230, 241, 0.6);
34491
+ }
34492
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34493
+ color: #00122e !important;
34494
+ }
34495
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
34496
+ background-color: rgba(225, 230, 241, 0.6);
34497
+ }
34498
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34499
+ padding: 0 8px;
34500
+ border-radius: 4px;
34501
+ height: 32px;
34527
34502
  display: flex;
34528
34503
  align-items: center;
34529
- margin-top: 8px;
34530
34504
  }
34531
- .E_a138syjm button.ant-btn {
34532
- padding: 2px 8px;
34533
- height: 24px;
34505
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34506
+ min-height: auto;
34507
+ white-space: nowrap;
34534
34508
  }
34535
- .E_a138syjm > span.maximum-desc {
34536
- display: none;
34537
- margin-left: 8px;
34538
- color: rgba(44, 56, 82, 0.6);
34509
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34510
+ font-size: 13px;
34511
+ line-height: 20px;
34512
+ max-width: 100%;
34513
+ padding-right: 0;
34539
34514
  }
34540
- .E_a138syjm > span.maximum-desc.disabled {
34541
- display: inline;
34515
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34516
+ background: rgba(0, 128, 255, 0.1);
34542
34517
  }
34543
34518
 
34544
- .E_d77i8u0 {
34545
- width: 24px;
34546
- height: 24px;
34547
- padding: 4px;
34548
- margin-right: 8px;
34519
+ .E_h6l1tj4 {
34520
+ width: 100%;
34521
+ display: inline-flex;
34522
+ align-items: center;
34523
+ justify-content: center;
34524
+ column-gap: 4px;
34525
+ }
34526
+ .E_h6l1tj4 .step-item-prefix-container {
34527
+ display: inline-flex;
34528
+ align-items: center;
34529
+ width: 18px;
34530
+ height: 18px;
34531
+ color: rgba(44, 56, 82, 0.75);
34532
+ justify-content: center;
34533
+ }
34534
+
34535
+ .E_v18frne8 {
34536
+ width: 100%;
34537
+ display: flex;
34538
+ align-items: center;
34539
+ justify-content: center;
34540
+ column-gap: 6px;
34541
+ font-size: 13px;
34542
+ }
34543
+ .E_v18frne8 .step-item-prefix-container {
34544
+ display: inline-flex;
34545
+ align-items: center;
34546
+ min-width: 20px;
34547
+ min-height: 20px;
34548
+ color: rgba(44, 56, 82, 0.75);
34549
+ justify-content: center;
34549
34550
  }
34550
34551
 
34551
34552
  .E_t13ef470 {
@@ -34578,10 +34579,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34578
34579
  background: rgba(163, 180, 204, 0.18);
34579
34580
  }
34580
34581
 
34581
- .E_b1jaupqb {
34582
- color: #F0483E;
34583
- }
34584
-
34585
34582
  .E_bpgac8u {
34586
34583
  color: #FFFFFF;
34587
34584
  display: flex;
@@ -34609,6 +34606,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34609
34606
  background-color: #E07F00;
34610
34607
  }
34611
34608
 
34609
+ .E_b1jaupqb {
34610
+ color: #F0483E;
34611
+ }
34612
+
34612
34613
  .E_t59qhqp {
34613
34614
  padding: 0px;
34614
34615
  padding-top: 5px;
@@ -34657,35 +34658,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34657
34658
  color: #00122E;
34658
34659
  }
34659
34660
 
34660
- .E_s20iney.skeleton-box {
34661
- display: flex;
34662
- align-items: center;
34663
- justify-content: center;
34664
- position: relative;
34665
- border-radius: 2px;
34666
- background: rgba(225, 230, 241, 0.6);
34667
- overflow: hidden;
34668
- }
34669
- .E_s20iney.skeleton-box > .skeleton-shimmer {
34670
- width: 200%;
34671
- height: 200%;
34672
- transform: rotate(15deg);
34673
- position: absolute;
34674
- top: -50%;
34675
- flex-shrink: 0;
34676
- opacity: 0.8;
34677
- background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
34678
- animation: shimmer 1100ms infinite;
34679
- }
34680
- @keyframes shimmer {
34681
- from {
34682
- left: -120%;
34683
- }
34684
- to {
34685
- left: 100%;
34686
- }
34687
- }
34688
-
34689
34661
  .E_dxyv8bv {
34690
34662
  --footer-height: 80px;
34691
34663
  --header-height: 56px;
@@ -34778,6 +34750,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34778
34750
  transition: 0.3s ease-out;
34779
34751
  }
34780
34752
 
34753
+ .E_s20iney.skeleton-box {
34754
+ display: flex;
34755
+ align-items: center;
34756
+ justify-content: center;
34757
+ position: relative;
34758
+ border-radius: 2px;
34759
+ background: rgba(225, 230, 241, 0.6);
34760
+ overflow: hidden;
34761
+ }
34762
+ .E_s20iney.skeleton-box > .skeleton-shimmer {
34763
+ width: 200%;
34764
+ height: 200%;
34765
+ transform: rotate(15deg);
34766
+ position: absolute;
34767
+ top: -50%;
34768
+ flex-shrink: 0;
34769
+ opacity: 0.8;
34770
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
34771
+ animation: shimmer 1100ms infinite;
34772
+ }
34773
+ @keyframes shimmer {
34774
+ from {
34775
+ left: -120%;
34776
+ }
34777
+ to {
34778
+ left: 100%;
34779
+ }
34780
+ }
34781
+
34781
34782
  .E_t1616y1o {
34782
34783
  color: #fff;
34783
34784
  }
@@ -34882,6 +34883,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34882
34883
  }
34883
34884
  }
34884
34885
 
34886
+ .E_skwah65 {
34887
+ height: 8px;
34888
+ box-sizing: border-box;
34889
+ border-radius: 2px;
34890
+ background: #f5f7fa;
34891
+ display: flex;
34892
+ width: 100%;
34893
+ overflow: hidden;
34894
+ }
34895
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
34896
+ margin-left: 1px;
34897
+ }
34898
+
34885
34899
  .E_s1ebs0ra {
34886
34900
  display: flex;
34887
34901
  align-items: center;
@@ -34942,155 +34956,74 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34942
34956
  .E_s1ebs0ra .action-group .more-btn:hover {
34943
34957
  background: #fff;
34944
34958
  }
34945
-
34946
- .E_n12mqh7z {
34947
- display: flex;
34948
- align-items: center;
34949
- font-size: 12px;
34950
- line-height: 18px;
34951
- }
34952
- .E_n12mqh7z:not(:last-child) {
34953
- margin-bottom: 4px;
34954
- }
34955
-
34956
- .E_tf5bynu {
34957
- margin: 0 3px;
34958
- }
34959
-
34960
- .E_tcckoz1 {
34961
- max-height: 400px;
34962
- overflow: auto;
34963
- }
34964
-
34965
- .E_gmyahx3 {
34966
- cursor: pointer;
34967
- }
34968
- .E_gmyahx3 .link-text {
34969
- color: rgba(0, 21, 64, 0.3);
34970
- }
34971
- .E_gmyahx3:hover .link-text {
34972
- color: #0080ff;
34973
- }
34974
-
34975
- .E_wg1tsps {
34976
- display: flex;
34977
- align-items: center;
34978
- justify-content: flex-end;
34979
- }
34980
-
34981
- .E_b1ctd5xy {
34982
- display: flex;
34983
- align-items: center;
34984
- width: calc(100% - 40px);
34985
- }
34986
- .E_b1ctd5xy .chart {
34987
- display: inline-block;
34988
- width: 100%;
34989
- }
34990
-
34991
- .E_u1p8acpn {
34992
- min-width: 40px;
34993
- }
34994
- .E_u1p8acpn .unit {
34995
- color: #00122e !important;
34996
- }
34997
-
34998
- .E_t1sqg15u {
34999
- background: white;
35000
- }
35001
- .E_t1sqg15u.inline .table-row {
35002
- flex-direction: column;
35003
- }
35004
- .E_t1sqg15u.inline .table-row > label {
35005
- padding: 0 16px 7px 0;
35006
- }
35007
- .E_t1sqg15u.has-border .table-header {
35008
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35009
- }
35010
- .E_t1sqg15u.has-border .hiddenBorder {
35011
- border-top: none !important;
35012
- }
35013
- .E_t1sqg15u.has-border .table-row + .table-row {
35014
- border-top: 1px solid rgba(225, 230, 241, 0.6);
35015
- }
35016
- .E_t1sqg15u.has-border .table-row:last-of-type {
35017
- padding-bottom: 0;
34959
+
34960
+ .E_c18bcrac {
34961
+ display: inline-block;
34962
+ width: 100%;
35018
34963
  }
35019
- .E_t1sqg15u.align-right .content {
35020
- text-align: right;
34964
+ .E_c18bcrac .recharts-wrapper {
34965
+ margin-left: 4px;
35021
34966
  }
35022
- .E_t1sqg15u .uuid-row {
35023
- display: flex;
35024
- justify-content: space-between;
34967
+
34968
+ .E_cro7kg2 {
34969
+ padding: 4px;
35025
34970
  }
35026
- .E_t1sqg15u .uuid-row .id-text {
35027
- white-space: nowrap;
35028
- overflow: hidden;
35029
- text-overflow: ellipsis;
34971
+ .E_cro7kg2 .unit {
34972
+ color: white;
35030
34973
  }
35031
34974
 
35032
- .E_t4zczcp {
34975
+ .E_c14wcxf0 {
35033
34976
  display: flex;
35034
34977
  justify-content: space-between;
35035
34978
  align-items: center;
35036
- padding: 8px;
35037
- min-height: 32px;
35038
- }
35039
- .E_t4zczcp .table-title {
35040
- color: rgba(44, 56, 82, 0.6);
35041
- font-weight: 600;
35042
- font-size: 12px;
35043
- line-height: 8px;
34979
+ font-size: 13px;
34980
+ line-height: 24px;
34981
+ color: #cccccc;
34982
+ white-space: nowrap;
35044
34983
  }
35045
- .E_t4zczcp .edit-icon {
35046
- font-size: 16px;
35047
- color: rgba(10, 37, 85, 0.6);
35048
- cursor: pointer;
34984
+ .E_c14wcxf0 label {
34985
+ margin-right: 32px;
35049
34986
  }
35050
34987
 
35051
- .E_t1s7goww {
35052
- font-size: 12px;
35053
- line-height: 18px;
34988
+ .E_coy29mj.E_c14wcxf0 {
34989
+ font-weight: bold;
34990
+ color: white;
35054
34991
  }
35055
34992
 
35056
- .E_t93e4cf {
35057
- display: flex;
35058
- padding: 8px 0;
35059
- color: #2d3a56;
35060
- }
35061
- .E_t93e4cf .hidden {
35062
- display: none;
35063
- }
35064
- .E_t93e4cf .ant-btn.ant-btn-link {
35065
- height: auto;
35066
- }
35067
- .E_t93e4cf .content {
35068
- overflow: hidden;
35069
- overflow-x: auto;
35070
- width: 100%;
35071
- white-space: pre-wrap;
35072
- }
35073
- .E_t93e4cf .content .ant-btn {
35074
- white-space: pre-wrap;
35075
- text-align: left;
35076
- }
35077
- .E_t93e4cf .content .unit-chart {
35078
- justify-content: flex-start;
34993
+ .E_s11212zy {
34994
+ width: 8px;
34995
+ height: 8px;
34996
+ border-radius: 2px;
34997
+ display: inline-block;
34998
+ background: var(--s11212zy-0);
34999
+ border: 1px solid #fff;
35000
+ box-sizing: content-box;
35001
+ margin-right: 6px;
35079
35002
  }
35080
35003
 
35081
- .E_rhz2uv5 {
35082
- width: var(--rhz2uv5-0);
35083
- flex-shrink: 0;
35084
- color: rgba(44, 56, 82, 0.6);
35085
- padding-right: 12px;
35004
+ .E_p1lyky6c > :first-child {
35005
+ font-weight: bold;
35006
+ color: white;
35007
+ margin-right: 4px;
35086
35008
  }
35087
35009
 
35088
- .E_s1iv0tp1 .enabled-switch {
35010
+ .E_n12mqh7z {
35089
35011
  display: flex;
35090
35012
  align-items: center;
35013
+ font-size: 12px;
35014
+ line-height: 18px;
35091
35015
  }
35092
- .E_s1iv0tp1 .enabled-text {
35093
- margin-right: 8px;
35016
+ .E_n12mqh7z:not(:last-child) {
35017
+ margin-bottom: 4px;
35018
+ }
35019
+
35020
+ .E_tf5bynu {
35021
+ margin: 0 3px;
35022
+ }
35023
+
35024
+ .E_tcckoz1 {
35025
+ max-height: 400px;
35026
+ overflow: auto;
35094
35027
  }
35095
35028
 
35096
35029
  .E_clm1wy1 {
@@ -35186,85 +35119,14 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35186
35119
  border-radius: 2px;
35187
35120
  }
35188
35121
 
35189
- span.E_tqjc4ui {
35190
- margin: 0 2px;
35191
- }
35192
-
35193
- .E_c18bcrac {
35194
- display: inline-block;
35195
- width: 100%;
35196
- }
35197
- .E_c18bcrac .recharts-wrapper {
35198
- margin-left: 4px;
35199
- }
35200
-
35201
- .E_cro7kg2 {
35202
- padding: 4px;
35203
- }
35204
- .E_cro7kg2 .unit {
35205
- color: white;
35206
- }
35207
-
35208
- .E_c14wcxf0 {
35209
- display: flex;
35210
- justify-content: space-between;
35211
- align-items: center;
35212
- font-size: 13px;
35213
- line-height: 24px;
35214
- color: #cccccc;
35215
- white-space: nowrap;
35216
- }
35217
- .E_c14wcxf0 label {
35218
- margin-right: 32px;
35219
- }
35220
-
35221
- .E_coy29mj.E_c14wcxf0 {
35222
- font-weight: bold;
35223
- color: white;
35224
- }
35225
-
35226
- .E_s11212zy {
35227
- width: 8px;
35228
- height: 8px;
35229
- border-radius: 2px;
35230
- display: inline-block;
35231
- background: var(--s11212zy-0);
35232
- border: 1px solid #fff;
35233
- box-sizing: content-box;
35234
- margin-right: 6px;
35235
- }
35236
-
35237
- .E_p1lyky6c > :first-child {
35238
- font-weight: bold;
35239
- color: white;
35240
- margin-right: 4px;
35241
- }
35242
-
35243
- .E_ou7iq30 {
35244
- overflow: hidden;
35245
- text-overflow: ellipsis;
35246
- }
35247
-
35248
- .E_s1tui002 {
35249
- white-space: nowrap;
35250
- }
35251
-
35252
- .E_mxrc2zg {
35253
- display: -webkit-box;
35254
- -webkit-line-clamp: var(--mxrc2zg-0);
35255
- -webkit-box-orient: vertical;
35256
- word-break: break-all;
35257
- }
35258
-
35259
- .E_t1vv6d68 .ant-tooltip-arrow {
35260
- display: none;
35122
+ .E_gmyahx3 {
35123
+ cursor: pointer;
35261
35124
  }
35262
- .E_t1vv6d68 .ant-tooltip-inner {
35263
- background: rgba(23, 38, 64, 0.8);
35264
- border-radius: 4px;
35125
+ .E_gmyahx3 .link-text {
35126
+ color: rgba(0, 21, 64, 0.3);
35265
35127
  }
35266
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35267
- visibility: hidden;
35128
+ .E_gmyahx3:hover .link-text {
35129
+ color: #0080ff;
35268
35130
  }
35269
35131
 
35270
35132
  .E_c1up1pdz {
@@ -35407,17 +35269,35 @@ span.E_tqjc4ui {
35407
35269
  color: #fff;
35408
35270
  }
35409
35271
 
35410
- .E_skwah65 {
35411
- height: 8px;
35412
- box-sizing: border-box;
35413
- border-radius: 2px;
35414
- background: #f5f7fa;
35415
- display: flex;
35416
- width: 100%;
35272
+ .E_ou7iq30 {
35417
35273
  overflow: hidden;
35274
+ text-overflow: ellipsis;
35418
35275
  }
35419
- .E_skwah65 .stack-bar-item + .stack-bar-item {
35420
- margin-left: 1px;
35276
+
35277
+ .E_s1tui002 {
35278
+ white-space: nowrap;
35279
+ }
35280
+
35281
+ .E_mxrc2zg {
35282
+ display: -webkit-box;
35283
+ -webkit-line-clamp: var(--mxrc2zg-0);
35284
+ -webkit-box-orient: vertical;
35285
+ word-break: break-all;
35286
+ }
35287
+
35288
+ .E_t1vv6d68 .ant-tooltip-arrow {
35289
+ display: none;
35290
+ }
35291
+ .E_t1vv6d68 .ant-tooltip-inner {
35292
+ background: rgba(23, 38, 64, 0.8);
35293
+ border-radius: 4px;
35294
+ }
35295
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35296
+ visibility: hidden;
35297
+ }
35298
+
35299
+ span.E_tqjc4ui {
35300
+ margin: 0 2px;
35421
35301
  }
35422
35302
 
35423
35303
  .E_s1at6qmn.ant-layout-sider {
@@ -35518,19 +35398,50 @@ span.E_tqjc4ui {
35518
35398
  color: rgba(0, 0, 0, 0.25) !important;
35519
35399
  opacity: 1 !important;
35520
35400
  }
35521
- .E_n1ugzfva.ant-btn {
35401
+ .E_n1ugzfva.ant-btn {
35402
+ width: 100%;
35403
+ color: #00122e;
35404
+ }
35405
+ .E_n1ugzfva .icon-wrapper {
35406
+ margin-right: 12px;
35407
+ }
35408
+ .E_n1ugzfva .link-title {
35409
+ flex: 1;
35410
+ overflow: hidden;
35411
+ white-space: nowrap;
35412
+ text-overflow: ellipsis;
35413
+ text-align: left;
35414
+ }
35415
+
35416
+ .E_s1iv0tp1 .enabled-switch {
35417
+ display: flex;
35418
+ align-items: center;
35419
+ }
35420
+ .E_s1iv0tp1 .enabled-text {
35421
+ margin-right: 8px;
35422
+ }
35423
+
35424
+ .E_wg1tsps {
35425
+ display: flex;
35426
+ align-items: center;
35427
+ justify-content: flex-end;
35428
+ }
35429
+
35430
+ .E_b1ctd5xy {
35431
+ display: flex;
35432
+ align-items: center;
35433
+ width: calc(100% - 40px);
35434
+ }
35435
+ .E_b1ctd5xy .chart {
35436
+ display: inline-block;
35522
35437
  width: 100%;
35523
- color: #00122e;
35524
35438
  }
35525
- .E_n1ugzfva .icon-wrapper {
35526
- margin-right: 12px;
35439
+
35440
+ .E_u1p8acpn {
35441
+ min-width: 40px;
35527
35442
  }
35528
- .E_n1ugzfva .link-title {
35529
- flex: 1;
35530
- overflow: hidden;
35531
- white-space: nowrap;
35532
- text-overflow: ellipsis;
35533
- text-align: left;
35443
+ .E_u1p8acpn .unit {
35444
+ color: #00122e !important;
35534
35445
  }
35535
35446
 
35536
35447
  .E_t160l1cm {
@@ -35736,6 +35647,96 @@ span.E_tqjc4ui {
35736
35647
  background: transparent;
35737
35648
  }
35738
35649
 
35650
+ .E_t1sqg15u {
35651
+ background: white;
35652
+ }
35653
+ .E_t1sqg15u.inline .table-row {
35654
+ flex-direction: column;
35655
+ }
35656
+ .E_t1sqg15u.inline .table-row > label {
35657
+ padding: 0 16px 7px 0;
35658
+ }
35659
+ .E_t1sqg15u.has-border .table-header {
35660
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35661
+ }
35662
+ .E_t1sqg15u.has-border .hiddenBorder {
35663
+ border-top: none !important;
35664
+ }
35665
+ .E_t1sqg15u.has-border .table-row + .table-row {
35666
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
35667
+ }
35668
+ .E_t1sqg15u.has-border .table-row:last-of-type {
35669
+ padding-bottom: 0;
35670
+ }
35671
+ .E_t1sqg15u.align-right .content {
35672
+ text-align: right;
35673
+ }
35674
+ .E_t1sqg15u .uuid-row {
35675
+ display: flex;
35676
+ justify-content: space-between;
35677
+ }
35678
+ .E_t1sqg15u .uuid-row .id-text {
35679
+ white-space: nowrap;
35680
+ overflow: hidden;
35681
+ text-overflow: ellipsis;
35682
+ }
35683
+
35684
+ .E_t4zczcp {
35685
+ display: flex;
35686
+ justify-content: space-between;
35687
+ align-items: center;
35688
+ padding: 8px;
35689
+ min-height: 32px;
35690
+ }
35691
+ .E_t4zczcp .table-title {
35692
+ color: rgba(44, 56, 82, 0.6);
35693
+ font-weight: 600;
35694
+ font-size: 12px;
35695
+ line-height: 8px;
35696
+ }
35697
+ .E_t4zczcp .edit-icon {
35698
+ font-size: 16px;
35699
+ color: rgba(10, 37, 85, 0.6);
35700
+ cursor: pointer;
35701
+ }
35702
+
35703
+ .E_t1s7goww {
35704
+ font-size: 12px;
35705
+ line-height: 18px;
35706
+ }
35707
+
35708
+ .E_t93e4cf {
35709
+ display: flex;
35710
+ padding: 8px 0;
35711
+ color: #2d3a56;
35712
+ }
35713
+ .E_t93e4cf .hidden {
35714
+ display: none;
35715
+ }
35716
+ .E_t93e4cf .ant-btn.ant-btn-link {
35717
+ height: auto;
35718
+ }
35719
+ .E_t93e4cf .content {
35720
+ overflow: hidden;
35721
+ overflow-x: auto;
35722
+ width: 100%;
35723
+ white-space: pre-wrap;
35724
+ }
35725
+ .E_t93e4cf .content .ant-btn {
35726
+ white-space: pre-wrap;
35727
+ text-align: left;
35728
+ }
35729
+ .E_t93e4cf .content .unit-chart {
35730
+ justify-content: flex-start;
35731
+ }
35732
+
35733
+ .E_rhz2uv5 {
35734
+ width: var(--rhz2uv5-0);
35735
+ flex-shrink: 0;
35736
+ color: rgba(44, 56, 82, 0.6);
35737
+ padding-right: 12px;
35738
+ }
35739
+
35739
35740
  .E_cyms3br {
35740
35741
  background: #fff;
35741
35742
  width: 100%;
@@ -35789,6 +35790,12 @@ span.E_tqjc4ui {
35789
35790
  justify-content: center;
35790
35791
  }
35791
35792
 
35793
+ .E_h1ol2wl7 {
35794
+ font-weight: bold;
35795
+ background-color: unset;
35796
+ padding: unset;
35797
+ }
35798
+
35792
35799
  .E_i5w779o {
35793
35800
  padding: 8px 0;
35794
35801
  }
@@ -35830,12 +35837,6 @@ span.E_tqjc4ui {
35830
35837
  color: rgba(0, 21, 64, 0.3);
35831
35838
  }
35832
35839
 
35833
- .E_h1ol2wl7 {
35834
- font-weight: bold;
35835
- background-color: unset;
35836
- padding: unset;
35837
- }
35838
-
35839
35840
  .E_kr6am0s .ant-modal-body {
35840
35841
  padding: 60px 128px;
35841
35842
  }
@@ -35899,48 +35900,28 @@ span.E_tqjc4ui {
35899
35900
  background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
35900
35901
  }
35901
35902
 
35902
- .E_c14ouk5o {
35903
- width: 100%;
35904
- height: 100%;
35905
- display: flex;
35906
- font-size: 12px;
35907
- line-height: 18px;
35908
- padding: 8px 0;
35909
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
35910
- }
35911
- .E_c14ouk5o:last-of-type {
35912
- box-shadow: none;
35913
- padding-bottom: 0;
35914
- }
35915
- .E_c14ouk5o.collapsed {
35916
- flex-direction: column;
35917
- }
35918
- .E_c14ouk5o.collapsed .collapsed-content {
35919
- display: flex;
35920
- }
35921
- .E_c14ouk5o.collapsed .collapsed-content > span {
35922
- flex: 1;
35903
+ .E_l12xdkhl {
35904
+ width: 64px;
35905
+ height: 64px;
35906
+ max-width: 64px;
35907
+ max-height: 64px;
35908
+ overflow: hidden;
35923
35909
  display: flex;
35924
- justify-content: space-between;
35925
- }
35926
- .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
35927
- height: auto;
35928
- }
35929
- .E_c14ouk5o.collapsed .extra-content {
35930
- margin-left: 162px;
35931
- }
35932
- .E_c14ouk5o .col-label {
35933
- width: 216px;
35934
- color: rgba(44, 56, 82, 0.6);
35935
- margin-right: 12px;
35936
- flex-shrink: 0;
35910
+ align-items: center;
35911
+ justify-content: center;
35912
+ position: relative;
35913
+ opacity: 0.6;
35937
35914
  }
35938
- .E_c14ouk5o .col-content {
35939
- color: #2d3a56;
35940
- /* make btn link in info row have the same height as normal text */
35915
+ .E_l12xdkhl .icon-wrapper {
35916
+ animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
35941
35917
  }
35942
- .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
35943
- height: auto;
35918
+ @keyframes rotate {
35919
+ from {
35920
+ transform: rotate(0deg);
35921
+ }
35922
+ to {
35923
+ transform: rotate(360deg);
35924
+ }
35944
35925
  }
35945
35926
 
35946
35927
  .E_c1kchka8 {
@@ -36435,15 +36416,6 @@ span.E_tqjc4ui {
36435
36416
  padding: 0;
36436
36417
  }
36437
36418
 
36438
- .E_cevhqx7 {
36439
- color: #00122e;
36440
- }
36441
-
36442
- .E_snbqlt4 {
36443
- margin-top: 8px;
36444
- color: rgba(44, 56, 82, 0.6);
36445
- }
36446
-
36447
36419
  .E_c1ss4prm {
36448
36420
  color: rgba(44, 56, 82, 0.6);
36449
36421
  }
@@ -36482,26 +36454,55 @@ span.E_tqjc4ui {
36482
36454
  margin: 16px 0;
36483
36455
  }
36484
36456
 
36485
- .E_l12xdkhl {
36486
- width: 64px;
36487
- height: 64px;
36488
- max-width: 64px;
36489
- max-height: 64px;
36490
- overflow: hidden;
36457
+ .E_cevhqx7 {
36458
+ color: #00122e;
36459
+ }
36460
+
36461
+ .E_snbqlt4 {
36462
+ margin-top: 8px;
36463
+ color: rgba(44, 56, 82, 0.6);
36464
+ }
36465
+
36466
+ .E_c14ouk5o {
36467
+ width: 100%;
36468
+ height: 100%;
36491
36469
  display: flex;
36492
- align-items: center;
36493
- justify-content: center;
36494
- position: relative;
36495
- opacity: 0.6;
36470
+ font-size: 12px;
36471
+ line-height: 18px;
36472
+ padding: 8px 0;
36473
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
36496
36474
  }
36497
- .E_l12xdkhl .icon-wrapper {
36498
- animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
36475
+ .E_c14ouk5o:last-of-type {
36476
+ box-shadow: none;
36477
+ padding-bottom: 0;
36499
36478
  }
36500
- @keyframes rotate {
36501
- from {
36502
- transform: rotate(0deg);
36503
- }
36504
- to {
36505
- transform: rotate(360deg);
36506
- }
36479
+ .E_c14ouk5o.collapsed {
36480
+ flex-direction: column;
36481
+ }
36482
+ .E_c14ouk5o.collapsed .collapsed-content {
36483
+ display: flex;
36484
+ }
36485
+ .E_c14ouk5o.collapsed .collapsed-content > span {
36486
+ flex: 1;
36487
+ display: flex;
36488
+ justify-content: space-between;
36489
+ }
36490
+ .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
36491
+ height: auto;
36492
+ }
36493
+ .E_c14ouk5o.collapsed .extra-content {
36494
+ margin-left: 162px;
36495
+ }
36496
+ .E_c14ouk5o .col-label {
36497
+ width: 216px;
36498
+ color: rgba(44, 56, 82, 0.6);
36499
+ margin-right: 12px;
36500
+ flex-shrink: 0;
36501
+ }
36502
+ .E_c14ouk5o .col-content {
36503
+ color: #2d3a56;
36504
+ /* make btn link in info row have the same height as normal text */
36505
+ }
36506
+ .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
36507
+ height: auto;
36507
36508
  }