@cloudtower/eagle 0.32.49 → 0.32.51

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
@@ -29672,87 +29672,44 @@ html body {
29672
29672
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29673
29673
  }
29674
29674
  }
29675
- .E_d1bw7c5z {
29676
- position: relative;
29677
- max-width: 388px;
29678
- min-width: 285px;
29679
- }
29680
- .E_d1bw7c5z .center {
29681
- position: absolute;
29682
- font-size: 12px;
29683
- width: 80px;
29684
- height: 100px;
29685
- top: 0;
29686
- left: 35px;
29687
- display: flex;
29688
- flex-direction: column;
29689
- justify-content: center;
29690
- align-items: center;
29691
- color: #00122e;
29692
- }
29693
- .E_d1bw7c5z .center .number {
29694
- font-size: 24px;
29695
- font-weight: 700;
29696
- }
29697
- .E_d1bw7c5z .center .text {
29698
- padding: 0 5px;
29699
- font-size: 12px;
29700
- width: inherit;
29701
- text-align: center;
29702
- }
29703
- .E_d1bw7c5z .recharts-wrapper {
29675
+ .E_m74vjol {
29704
29676
  display: flex;
29677
+ justify-content: space-between;
29678
+ width: 100%;
29705
29679
  }
29706
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
29707
- position: relative !important;
29708
- min-width: calc(100% - var(--d1bw7c5z-0)) !important;
29709
- left: 0 !important;
29710
- bottom: 0 !important;
29711
- display: flex;
29712
- align-items: center;
29680
+ .E_m74vjol .action {
29681
+ margin-left: 16px;
29713
29682
  }
29714
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
29715
- width: 100%;
29683
+
29684
+ .E_a1o35uvh.ant-alert-closable {
29685
+ padding-right: 12px;
29716
29686
  }
29717
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
29718
- width: 100%;
29719
- margin-right: 0 !important;
29720
- line-height: 18px;
29687
+ .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
29688
+ height: fit-content;
29689
+ margin-left: 16px;
29721
29690
  }
29722
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
29723
- border-radius: 2px;
29691
+ .E_a1o35uvh .ant-alert-message {
29692
+ flex: 1;
29724
29693
  }
29725
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
29726
- min-width: 75px;
29727
- max-width: 198px;
29728
- width: calc(100% - 20px);
29729
- margin-left: 2px;
29730
- color: #00122e !important;
29731
- display: inline-flex;
29732
- justify-content: space-between;
29694
+
29695
+ .E_c18gxmrl {
29696
+ border: 1px solid #d8deeb;
29697
+ border-radius: 4px;
29733
29698
  }
29734
- .E_d1bw7c5z .tooltip-text {
29735
- maxwidth: calc(100% - 12px);
29736
- cursor: pointer;
29737
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
29738
- overflow: hidden;
29739
- text-overflow: ellipsis;
29740
- white-space: nowrap;
29699
+ .E_c18gxmrl + .E_c18gxmrl {
29700
+ margin-top: 8px;
29741
29701
  }
29742
- .E_d1bw7c5z .value {
29743
- color: rgba(44, 56, 82, 0.75);
29702
+ .E_c18gxmrl:hover {
29703
+ border-color: #0080ff;
29744
29704
  }
29745
-
29746
- .E_t10pqbtc {
29747
- width: 140px;
29705
+ .E_c18gxmrl:hover > header {
29706
+ background: rgba(0, 128, 255, 0.1);
29748
29707
  }
29749
- .E_t10pqbtc .item {
29750
- margin: 6px auto;
29751
- display: flex;
29752
- justify-content: space-between;
29708
+ .E_c18gxmrl.active header {
29709
+ border-bottom: 1px solid #d8deeb;
29753
29710
  }
29754
- .E_t10pqbtc .item .name {
29755
- width: 102px;
29711
+ .E_c18gxmrl > header {
29712
+ padding: 8px 12px;
29756
29713
  }
29757
29714
 
29758
29715
  .E_b1wx3t3t.ant-btn-icon-only {
@@ -30063,44 +30020,19 @@ html body {
30063
30020
  border-top: 1px solid rgba(211, 218, 235, 0.6);
30064
30021
  }
30065
30022
 
30066
- .E_m74vjol {
30067
- display: flex;
30068
- justify-content: space-between;
30023
+ .E_fzh9mnb {
30069
30024
  width: 100%;
30025
+ height: 100%;
30026
+ min-height: 124px;
30027
+ display: flex;
30028
+ flex-direction: column;
30029
+ justify-content: center;
30030
+ align-items: center;
30070
30031
  }
30071
- .E_m74vjol .action {
30072
- margin-left: 16px;
30073
- }
30074
-
30075
- .E_a1o35uvh.ant-alert-closable {
30076
- padding-right: 12px;
30077
- }
30078
- .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
30079
- height: fit-content;
30080
- margin-left: 16px;
30081
- }
30082
- .E_a1o35uvh .ant-alert-message {
30083
- flex: 1;
30084
- }
30085
-
30086
- .E_c18gxmrl {
30087
- border: 1px solid #d8deeb;
30088
- border-radius: 4px;
30089
- }
30090
- .E_c18gxmrl + .E_c18gxmrl {
30091
- margin-top: 8px;
30092
- }
30093
- .E_c18gxmrl:hover {
30094
- border-color: #0080ff;
30095
- }
30096
- .E_c18gxmrl:hover > header {
30097
- background: rgba(0, 128, 255, 0.1);
30098
- }
30099
- .E_c18gxmrl.active header {
30100
- border-bottom: 1px solid #d8deeb;
30101
- }
30102
- .E_c18gxmrl > header {
30103
- padding: 8px 12px;
30032
+ .E_fzh9mnb .error-text {
30033
+ color: rgba(10, 37, 85, 0.6);
30034
+ margin-bottom: 16px;
30035
+ font-size: 18px;
30104
30036
  }
30105
30037
 
30106
30038
  .E_b1nip9bk {
@@ -30132,103 +30064,225 @@ html body {
30132
30064
  border-radius: unset;
30133
30065
  }
30134
30066
 
30135
- .E_f7pxqmh {
30136
- width: 100%;
30137
- margin-bottom: 0 !important;
30138
- flex-flow: nowrap !important;
30139
- line-break: auto;
30140
- }
30141
- .E_f7pxqmh > .ant-form-item-label {
30142
- text-align: left !important;
30143
- padding-bottom: 0 !important;
30144
- }
30145
- .E_f7pxqmh > .ant-form-item-label > label {
30146
- min-height: 32px;
30147
- height: auto;
30148
- font-size: 13px;
30149
- color: rgba(44, 56, 82, 0.6);
30150
- white-space: normal;
30151
- }
30152
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
30153
- border-color: #ff4d4f !important;
30154
- }
30155
- .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
30156
- border-color: #ff4d4f !important;
30157
- }
30158
- .E_f7pxqmh .ant-form-item-explain {
30159
- margin-top: 4px;
30160
- font-size: 12px;
30161
- min-height: 0px;
30067
+ .E_d1bw7c5z {
30068
+ position: relative;
30069
+ max-width: 388px;
30070
+ min-width: 285px;
30162
30071
  }
30163
- .E_f7pxqmh .ant-form-item-extra {
30072
+ .E_d1bw7c5z .center {
30073
+ position: absolute;
30164
30074
  font-size: 12px;
30165
- color: rgba(44, 56, 82, 0.6);
30166
- min-height: 0px;
30167
- }
30168
-
30169
- .E_fzh9mnb {
30170
- width: 100%;
30171
- height: 100%;
30172
- min-height: 124px;
30075
+ width: 80px;
30076
+ height: 100px;
30077
+ top: 0;
30078
+ left: 35px;
30173
30079
  display: flex;
30174
30080
  flex-direction: column;
30175
30081
  justify-content: center;
30176
30082
  align-items: center;
30083
+ color: #00122e;
30177
30084
  }
30178
- .E_fzh9mnb .error-text {
30179
- color: rgba(10, 37, 85, 0.6);
30180
- margin-bottom: 16px;
30181
- font-size: 18px;
30182
- }
30183
-
30184
- .E_iouxfgt {
30185
- display: inline-flex;
30186
- align-items: center;
30187
- }
30188
- .E_iouxfgt .icon-inner {
30189
- display: inline-flex;
30190
- align-items: center;
30191
- justify-content: center;
30085
+ .E_d1bw7c5z .center .number {
30086
+ font-size: 24px;
30087
+ font-weight: 700;
30192
30088
  }
30193
- .E_iouxfgt .icon-inner + span,
30194
- .E_iouxfgt span + .icon-inner.suffix {
30195
- margin-left: 4px;
30089
+ .E_d1bw7c5z .center .text {
30090
+ padding: 0 5px;
30091
+ font-size: 12px;
30092
+ width: inherit;
30093
+ text-align: center;
30196
30094
  }
30197
- .E_iouxfgt.is-rotate img,
30198
- .E_iouxfgt.is-rotate svg {
30199
- animation: rotate 680ms linear infinite;
30095
+ .E_d1bw7c5z .recharts-wrapper {
30096
+ display: flex;
30200
30097
  }
30201
-
30202
- .E_i1inqkme {
30203
- height: 18px;
30204
- line-height: 18px;
30205
- padding: 0 4px;
30206
- border-radius: 4px;
30207
- background: rgba(235, 239, 245, 0.6);
30208
- border: 1px solid rgba(223, 228, 235, 0.6);
30098
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
30099
+ position: relative !important;
30100
+ min-width: calc(100% - var(--d1bw7c5z-0)) !important;
30101
+ left: 0 !important;
30102
+ bottom: 0 !important;
30209
30103
  display: flex;
30210
30104
  align-items: center;
30211
- white-space: nowrap;
30212
- margin-right: 4px;
30213
30105
  }
30214
-
30215
- .E_ai7qkf2 .ant-input-number-handler-wrap {
30216
- display: var(--ai7qkf2-0);
30106
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
30107
+ width: 100%;
30217
30108
  }
30218
- .E_ai7qkf2 .ant-input-number-input-wrap {
30219
- display: inline-flex;
30220
- line-height: 1.5715;
30221
- height: 100%;
30109
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
30222
30110
  width: 100%;
30111
+ margin-right: 0 !important;
30112
+ line-height: 18px;
30223
30113
  }
30224
- .E_ai7qkf2 .ant-input-number-input-wrap::after {
30225
- content: var(--ai7qkf2-1);
30226
- display: var(--ai7qkf2-2);
30227
- flex: none;
30228
- align-items: center;
30229
- margin-left: 4px;
30230
- padding: 5px 12px 5px 0;
30231
- color: rgba(44, 56, 82, 0.6);
30114
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
30115
+ border-radius: 2px;
30116
+ }
30117
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
30118
+ min-width: 75px;
30119
+ max-width: 198px;
30120
+ width: calc(100% - 20px);
30121
+ margin-left: 2px;
30122
+ color: #00122e !important;
30123
+ display: inline-flex;
30124
+ justify-content: space-between;
30125
+ }
30126
+ .E_d1bw7c5z .tooltip-text {
30127
+ maxwidth: calc(100% - 12px);
30128
+ cursor: pointer;
30129
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
30130
+ overflow: hidden;
30131
+ text-overflow: ellipsis;
30132
+ white-space: nowrap;
30133
+ }
30134
+ .E_d1bw7c5z .value {
30135
+ color: rgba(44, 56, 82, 0.75);
30136
+ }
30137
+
30138
+ .E_t10pqbtc {
30139
+ width: 140px;
30140
+ }
30141
+ .E_t10pqbtc .item {
30142
+ margin: 6px auto;
30143
+ display: flex;
30144
+ justify-content: space-between;
30145
+ }
30146
+ .E_t10pqbtc .item .name {
30147
+ width: 102px;
30148
+ }
30149
+
30150
+ .E_a1wfy30z .ant-input-number-handler-wrap {
30151
+ display: var(--a1wfy30z-0);
30152
+ }
30153
+ .E_a1wfy30z .ant-input-number-input-wrap {
30154
+ padding: 4px 11px;
30155
+ display: inline-flex;
30156
+ line-height: 1.5715;
30157
+ height: inherit;
30158
+ }
30159
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
30160
+ content: var(--a1wfy30z-1);
30161
+ display: var(--a1wfy30z-2);
30162
+ flex: none;
30163
+ align-items: center;
30164
+ margin-left: 4px;
30165
+ }
30166
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
30167
+ content: var(--a1wfy30z-3);
30168
+ display: var(--a1wfy30z-4);
30169
+ flex: none;
30170
+ align-items: center;
30171
+ margin-right: 4px;
30172
+ cursor: auto;
30173
+ }
30174
+ .E_a1wfy30z .ant-input-number-input {
30175
+ padding: 0;
30176
+ margin: 0;
30177
+ height: auto;
30178
+ font-size: inherit;
30179
+ }
30180
+
30181
+ .E_i1inqkme {
30182
+ height: 18px;
30183
+ line-height: 18px;
30184
+ padding: 0 4px;
30185
+ border-radius: 4px;
30186
+ background: rgba(235, 239, 245, 0.6);
30187
+ border: 1px solid rgba(223, 228, 235, 0.6);
30188
+ display: flex;
30189
+ align-items: center;
30190
+ white-space: nowrap;
30191
+ margin-right: 4px;
30192
+ }
30193
+
30194
+ .E_sx1bpnu .ant-input-sm {
30195
+ line-height: 18px;
30196
+ }
30197
+
30198
+ .E_iouxfgt {
30199
+ display: inline-flex;
30200
+ align-items: center;
30201
+ }
30202
+ .E_iouxfgt .icon-inner {
30203
+ display: inline-flex;
30204
+ align-items: center;
30205
+ justify-content: center;
30206
+ }
30207
+ .E_iouxfgt .icon-inner + span,
30208
+ .E_iouxfgt span + .icon-inner.suffix {
30209
+ margin-left: 4px;
30210
+ }
30211
+ .E_iouxfgt.is-rotate img,
30212
+ .E_iouxfgt.is-rotate svg {
30213
+ animation: rotate 680ms linear infinite;
30214
+ }
30215
+
30216
+ .E_f7pxqmh {
30217
+ width: 100%;
30218
+ margin-bottom: 0 !important;
30219
+ flex-flow: nowrap !important;
30220
+ line-break: auto;
30221
+ }
30222
+ .E_f7pxqmh > .ant-form-item-label {
30223
+ text-align: left !important;
30224
+ padding-bottom: 0 !important;
30225
+ }
30226
+ .E_f7pxqmh > .ant-form-item-label > label {
30227
+ min-height: 32px;
30228
+ height: auto;
30229
+ font-size: 13px;
30230
+ color: rgba(44, 56, 82, 0.6);
30231
+ white-space: normal;
30232
+ }
30233
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
30234
+ border-color: #ff4d4f !important;
30235
+ }
30236
+ .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
30237
+ border-color: #ff4d4f !important;
30238
+ }
30239
+ .E_f7pxqmh .ant-form-item-explain {
30240
+ margin-top: 4px;
30241
+ font-size: 12px;
30242
+ min-height: 0px;
30243
+ }
30244
+ .E_f7pxqmh .ant-form-item-extra {
30245
+ font-size: 12px;
30246
+ color: rgba(44, 56, 82, 0.6);
30247
+ min-height: 0px;
30248
+ }
30249
+
30250
+ .E_atcz0kf .ant-input-suffix {
30251
+ margin-left: 8px;
30252
+ }
30253
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30254
+ padding: 2px 7px 2px 12px;
30255
+ }
30256
+
30257
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30258
+ display: flex;
30259
+ }
30260
+ .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 {
30261
+ border-bottom-left-radius: 5px;
30262
+ border-top-left-radius: 5px;
30263
+ }
30264
+ .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 {
30265
+ border-bottom-right-radius: 5px;
30266
+ border-top-right-radius: 5px;
30267
+ }
30268
+
30269
+ .E_ai7qkf2 .ant-input-number-handler-wrap {
30270
+ display: var(--ai7qkf2-0);
30271
+ }
30272
+ .E_ai7qkf2 .ant-input-number-input-wrap {
30273
+ display: inline-flex;
30274
+ line-height: 1.5715;
30275
+ height: 100%;
30276
+ width: 100%;
30277
+ }
30278
+ .E_ai7qkf2 .ant-input-number-input-wrap::after {
30279
+ content: var(--ai7qkf2-1);
30280
+ display: var(--ai7qkf2-2);
30281
+ flex: none;
30282
+ align-items: center;
30283
+ margin-left: 4px;
30284
+ padding: 5px 12px 5px 0;
30285
+ color: rgba(44, 56, 82, 0.6);
30232
30286
  }
30233
30287
  .E_ai7qkf2 .ant-input-number-input-wrap::before {
30234
30288
  content: var(--ai7qkf2-3);
@@ -30272,58 +30326,44 @@ html body {
30272
30326
  padding: 2px 8px;
30273
30327
  }
30274
30328
 
30275
- .E_itxley7.ant-input-group.ant-input-group-compact {
30329
+ .E_c1bus5hc {
30330
+ --color: white;
30331
+ height: 14px;
30332
+ width: 14px;
30333
+ border-radius: 50%;
30334
+ flex-shrink: 0;
30276
30335
  display: flex;
30277
- }
30278
- .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 {
30279
- border-bottom-left-radius: 5px;
30280
- border-top-left-radius: 5px;
30281
- }
30282
- .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 {
30283
- border-bottom-right-radius: 5px;
30284
- border-top-right-radius: 5px;
30285
- }
30286
-
30287
- .E_sx1bpnu .ant-input-sm {
30288
- line-height: 18px;
30289
- }
30290
-
30291
- .E_atcz0kf .ant-input-suffix {
30292
- margin-left: 8px;
30293
- }
30294
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30295
- padding: 2px 7px 2px 12px;
30296
- }
30297
-
30298
- .E_a1wfy30z .ant-input-number-handler-wrap {
30299
- display: var(--a1wfy30z-0);
30300
- }
30301
- .E_a1wfy30z .ant-input-number-input-wrap {
30302
- padding: 4px 11px;
30303
- display: inline-flex;
30304
- line-height: 1.5715;
30305
- height: inherit;
30306
- }
30307
- .E_a1wfy30z .ant-input-number-input-wrap::after {
30308
- content: var(--a1wfy30z-1);
30309
- display: var(--a1wfy30z-2);
30310
- flex: none;
30311
30336
  align-items: center;
30312
- margin-left: 4px;
30337
+ justify-content: center;
30338
+ border: 1px solid var(--color);
30313
30339
  }
30314
- .E_a1wfy30z .ant-input-number-input-wrap::before {
30315
- content: var(--a1wfy30z-3);
30316
- display: var(--a1wfy30z-4);
30317
- flex: none;
30318
- align-items: center;
30319
- margin-right: 4px;
30320
- cursor: auto;
30340
+ .E_c1bus5hc .circle-inner {
30341
+ position: relative;
30342
+ height: 10px;
30343
+ width: 10px;
30344
+ border-radius: 50%;
30345
+ overflow: hidden;
30321
30346
  }
30322
- .E_a1wfy30z .ant-input-number-input {
30323
- padding: 0;
30324
- margin: 0;
30325
- height: auto;
30326
- font-size: inherit;
30347
+ .E_c1bus5hc .circle-content {
30348
+ position: absolute;
30349
+ height: 100%;
30350
+ width: 100%;
30351
+ left: 0;
30352
+ top: 0;
30353
+ border-radius: 50%;
30354
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
30355
+ transform: rotate(180deg);
30356
+ }
30357
+ .E_c1bus5hc .circle-child {
30358
+ position: absolute;
30359
+ height: 100%;
30360
+ width: 100%;
30361
+ left: 0;
30362
+ top: 0;
30363
+ margin-left: 50%;
30364
+ transform-origin: left;
30365
+ background: white;
30366
+ transform: rotate(0deg);
30327
30367
  }
30328
30368
 
30329
30369
  .E_i11gg7mj .ant-input-prefix {
@@ -30508,53 +30548,59 @@ html body {
30508
30548
  width: 36px;
30509
30549
  }
30510
30550
 
30511
- .E_c1bus5hc {
30512
- --color: white;
30551
+ .E_s1dizucg.ant-switch {
30552
+ min-width: 40px;
30553
+ height: 24px;
30554
+ background: rgba(172, 186, 211, 0.6);
30555
+ overflow: hidden;
30556
+ }
30557
+ .E_s1dizucg.ant-switch:focus {
30558
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30559
+ }
30560
+ .E_s1dizucg.ant-switch-small {
30561
+ min-width: 26px;
30562
+ height: 16px;
30563
+ }
30564
+ .E_s1dizucg.ant-switch-large {
30565
+ min-width: 52px;
30566
+ height: 32px;
30567
+ }
30568
+ .E_s1dizucg.ant-switch .ant-switch-handle {
30569
+ height: 20px;
30570
+ width: 20px;
30571
+ }
30572
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
30573
+ border-radius: 10px;
30574
+ transition-delay: 120ms;
30575
+ }
30576
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
30513
30577
  height: 14px;
30514
30578
  width: 14px;
30515
- border-radius: 50%;
30516
- flex-shrink: 0;
30517
- display: flex;
30518
- align-items: center;
30519
- justify-content: center;
30520
- border: 1px solid var(--color);
30579
+ top: 1px;
30580
+ left: 1px;
30521
30581
  }
30522
- .E_c1bus5hc .circle-inner {
30523
- position: relative;
30524
- height: 10px;
30525
- width: 10px;
30526
- border-radius: 50%;
30527
- overflow: hidden;
30582
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
30583
+ height: 28px;
30584
+ width: 28px;
30528
30585
  }
30529
- .E_c1bus5hc .circle-content {
30530
- position: absolute;
30531
- height: 100%;
30532
- width: 100%;
30533
- left: 0;
30534
- top: 0;
30535
- border-radius: 50%;
30536
- background: linear-gradient(to right, var(--color) 50%, white 50%);
30537
- transform: rotate(180deg);
30586
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30587
+ border-radius: 14px;
30538
30588
  }
30539
- .E_c1bus5hc .circle-child {
30540
- position: absolute;
30541
- height: 100%;
30542
- width: 100%;
30543
- left: 0;
30544
- top: 0;
30545
- margin-left: 50%;
30546
- transform-origin: left;
30547
- background: white;
30548
- transform: rotate(0deg);
30589
+ .E_s1dizucg.ant-switch-checked {
30590
+ background-color: #00ba5d;
30549
30591
  }
30550
-
30551
- .E_owd0kml {
30552
- display: inline-block;
30592
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30593
+ left: calc(100% - 20px - 2px);
30594
+ }
30595
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30596
+ left: calc(100% - 14px - 1px);
30597
+ }
30598
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30599
+ left: calc(100% - 28px - 2px);
30553
30600
  }
30554
30601
 
30555
- .E_h1jsgezc {
30556
- visibility: hidden;
30557
- position: absolute;
30602
+ .E_c1up6e3y {
30603
+ margin-left: 5px;
30558
30604
  }
30559
30605
 
30560
30606
  .E_cnujxq2 {
@@ -31303,6 +31349,15 @@ input.E_rf8rlle.ant-input {
31303
31349
  line-height: 18px;
31304
31350
  }
31305
31351
 
31352
+ .E_owd0kml {
31353
+ display: inline-block;
31354
+ }
31355
+
31356
+ .E_h1jsgezc {
31357
+ visibility: hidden;
31358
+ position: absolute;
31359
+ }
31360
+
31306
31361
  .E_c1yyuluq {
31307
31362
  border-radius: 8px;
31308
31363
  }
@@ -31310,8 +31365,108 @@ input.E_rf8rlle.ant-input {
31310
31365
  padding: 20px 24px 24px 24px;
31311
31366
  }
31312
31367
 
31313
- .E_m196gn1d {
31314
- min-width: 1280px;
31368
+ .E_ccrbeuz .ant-collapse-item {
31369
+ border: 0px;
31370
+ background-color: #fff;
31371
+ }
31372
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
31373
+ padding-top: 0px;
31374
+ padding-bottom: 0px;
31375
+ padding-left: 0px !important;
31376
+ padding-right: 24px;
31377
+ }
31378
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
31379
+ right: 0px;
31380
+ }
31381
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
31382
+ padding: 0px;
31383
+ }
31384
+
31385
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
31386
+ padding-right: 0px;
31387
+ cursor: default;
31388
+ }
31389
+
31390
+ .E_s1sck0th {
31391
+ padding: 0 8px;
31392
+ border-radius: 4px;
31393
+ }
31394
+
31395
+ .E_m855nr1 {
31396
+ padding: 2px 8px;
31397
+ border-radius: 3px;
31398
+ }
31399
+
31400
+ .E_l1270xpg {
31401
+ padding: 3px 8px;
31402
+ border-radius: 2px;
31403
+ }
31404
+
31405
+ .E_t14rextb.ant-tag:hover {
31406
+ opacity: unset;
31407
+ }
31408
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31409
+ margin: 0;
31410
+ margin-right: 8px;
31411
+ display: inline-flex;
31412
+ align-items: center;
31413
+ border: none;
31414
+ }
31415
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31416
+ width: 16px;
31417
+ height: 16px;
31418
+ color: inherit;
31419
+ margin-left: 4px;
31420
+ opacity: 0.6;
31421
+ display: inline-flex;
31422
+ }
31423
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31424
+ opacity: 1;
31425
+ }
31426
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31427
+ color: #0080ff;
31428
+ background-color: rgba(0, 136, 255, 0.1);
31429
+ }
31430
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31431
+ color: #f0483e;
31432
+ background-color: rgba(255, 74, 74, 0.1);
31433
+ }
31434
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31435
+ color: #e07f00;
31436
+ background-color: rgba(255, 187, 0, 0.1);
31437
+ }
31438
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31439
+ color: #008f4c;
31440
+ background-color: rgba(30, 201, 127, 0.1);
31441
+ }
31442
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31443
+ color: #1d326c;
31444
+ background-color: rgba(225, 230, 241, 0.6);
31445
+ }
31446
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31447
+ color: #7E41FF;
31448
+ background-color: rgba(126, 65, 255, 0.1);
31449
+ }
31450
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31451
+ color: #fff;
31452
+ }
31453
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31454
+ background-color: #f0483e;
31455
+ }
31456
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31457
+ background-color: #fea008;
31458
+ }
31459
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31460
+ background-color: #00ba5d;
31461
+ }
31462
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31463
+ background-color: #0080ff;
31464
+ }
31465
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31466
+ background-color: #6b7d99;
31467
+ }
31468
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31469
+ background-color: #7E41FF;
31315
31470
  }
31316
31471
 
31317
31472
  .E_iq1gosr {
@@ -31793,179 +31948,46 @@ input.E_rf8rlle.ant-input {
31793
31948
  line-height: 12px;
31794
31949
  }
31795
31950
 
31796
- .E_s1dizucg.ant-switch {
31797
- min-width: 40px;
31798
- height: 24px;
31799
- background: rgba(172, 186, 211, 0.6);
31800
- overflow: hidden;
31951
+ .E_tju3gfj .date {
31952
+ margin-right: 4px;
31801
31953
  }
31802
- .E_s1dizucg.ant-switch:focus {
31803
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31954
+
31955
+ .E_m196gn1d {
31956
+ min-width: 1280px;
31804
31957
  }
31805
- .E_s1dizucg.ant-switch-small {
31806
- min-width: 26px;
31807
- height: 16px;
31958
+
31959
+ .E_a1b5xrg3 .user-icon-inner {
31960
+ display: inline-flex;
31961
+ align-items: center;
31962
+ justify-content: center;
31963
+ color: #fff;
31964
+ font-weight: bold;
31965
+ font-size: 12px;
31966
+ width: 24px;
31967
+ height: 24px;
31968
+ border-radius: 50%;
31969
+ background: var(--a1b5xrg3-0);
31808
31970
  }
31809
- .E_s1dizucg.ant-switch-large {
31810
- min-width: 52px;
31811
- height: 32px;
31971
+ .E_a1b5xrg3.btn-item {
31972
+ transition: all 160ms ease;
31973
+ cursor: pointer;
31974
+ width: 56px;
31975
+ height: 40px;
31976
+ display: inline-flex;
31977
+ align-items: center;
31978
+ justify-content: center;
31979
+ border-radius: 6px;
31812
31980
  }
31813
- .E_s1dizucg.ant-switch .ant-switch-handle {
31814
- height: 20px;
31815
- width: 20px;
31981
+ .E_a1b5xrg3.btn-item:hover {
31982
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31816
31983
  }
31817
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
31818
- border-radius: 10px;
31819
- transition-delay: 120ms;
31984
+ .E_a1b5xrg3.btn-item:active {
31985
+ transform: translateY(2px);
31986
+ transition: all 320ms ease;
31820
31987
  }
31821
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
31822
- height: 14px;
31823
- width: 14px;
31824
- top: 1px;
31825
- left: 1px;
31826
- }
31827
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
31828
- height: 28px;
31829
- width: 28px;
31830
- }
31831
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31832
- border-radius: 14px;
31833
- }
31834
- .E_s1dizucg.ant-switch-checked {
31835
- background-color: #00ba5d;
31836
- }
31837
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31838
- left: calc(100% - 20px - 2px);
31839
- }
31840
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31841
- left: calc(100% - 14px - 1px);
31842
- }
31843
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31844
- left: calc(100% - 28px - 2px);
31845
- }
31846
-
31847
- .E_c1up6e3y {
31848
- margin-left: 5px;
31849
- }
31850
-
31851
- .E_s1sck0th {
31852
- padding: 0 8px;
31853
- border-radius: 4px;
31854
- }
31855
-
31856
- .E_m855nr1 {
31857
- padding: 2px 8px;
31858
- border-radius: 3px;
31859
- }
31860
-
31861
- .E_l1270xpg {
31862
- padding: 3px 8px;
31863
- border-radius: 2px;
31864
- }
31865
-
31866
- .E_t14rextb.ant-tag:hover {
31867
- opacity: unset;
31868
- }
31869
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31870
- margin: 0;
31871
- margin-right: 8px;
31872
- display: inline-flex;
31873
- align-items: center;
31874
- border: none;
31875
- }
31876
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31877
- width: 16px;
31878
- height: 16px;
31879
- color: inherit;
31880
- margin-left: 4px;
31881
- opacity: 0.6;
31882
- display: inline-flex;
31883
- }
31884
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31885
- opacity: 1;
31886
- }
31887
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31888
- color: #0080ff;
31889
- background-color: rgba(0, 136, 255, 0.1);
31890
- }
31891
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31892
- color: #f0483e;
31893
- background-color: rgba(255, 74, 74, 0.1);
31894
- }
31895
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31896
- color: #e07f00;
31897
- background-color: rgba(255, 187, 0, 0.1);
31898
- }
31899
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31900
- color: #008f4c;
31901
- background-color: rgba(30, 201, 127, 0.1);
31902
- }
31903
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31904
- color: #1d326c;
31905
- background-color: rgba(225, 230, 241, 0.6);
31906
- }
31907
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31908
- color: #7E41FF;
31909
- background-color: rgba(126, 65, 255, 0.1);
31910
- }
31911
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31912
- color: #fff;
31913
- }
31914
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31915
- background-color: #f0483e;
31916
- }
31917
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31918
- background-color: #fea008;
31919
- }
31920
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31921
- background-color: #00ba5d;
31922
- }
31923
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31924
- background-color: #0080ff;
31925
- }
31926
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31927
- background-color: #6b7d99;
31928
- }
31929
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31930
- background-color: #7E41FF;
31931
- }
31932
-
31933
- .E_a1b5xrg3 .user-icon-inner {
31934
- display: inline-flex;
31935
- align-items: center;
31936
- justify-content: center;
31937
- color: #fff;
31938
- font-weight: bold;
31939
- font-size: 12px;
31940
- width: 24px;
31941
- height: 24px;
31942
- border-radius: 50%;
31943
- background: var(--a1b5xrg3-0);
31944
- }
31945
- .E_a1b5xrg3.btn-item {
31946
- transition: all 160ms ease;
31947
- cursor: pointer;
31948
- width: 56px;
31949
- height: 40px;
31950
- display: inline-flex;
31951
- align-items: center;
31952
- justify-content: center;
31953
- border-radius: 6px;
31954
- }
31955
- .E_a1b5xrg3.btn-item:hover {
31956
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31957
- }
31958
- .E_a1b5xrg3.btn-item:active {
31959
- transform: translateY(2px);
31960
- transition: all 320ms ease;
31961
- }
31962
-
31963
- .E_tju3gfj .date {
31964
- margin-right: 4px;
31965
- }
31966
-
31967
- .E_t1m2x205 .ant-tooltip-arrow {
31968
- display: none;
31988
+
31989
+ .E_t1m2x205 .ant-tooltip-arrow {
31990
+ display: none;
31969
31991
  }
31970
31992
  .E_t1m2x205 .ant-tooltip-inner {
31971
31993
  background: rgba(23, 38, 64, 0.8);
@@ -32056,28 +32078,6 @@ input.E_rf8rlle.ant-input {
32056
32078
  opacity: 0;
32057
32079
  }
32058
32080
 
32059
- .E_ccrbeuz .ant-collapse-item {
32060
- border: 0px;
32061
- background-color: #fff;
32062
- }
32063
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
32064
- padding-top: 0px;
32065
- padding-bottom: 0px;
32066
- padding-left: 0px !important;
32067
- padding-right: 24px;
32068
- }
32069
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32070
- right: 0px;
32071
- }
32072
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32073
- padding: 0px;
32074
- }
32075
-
32076
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
32077
- padding-right: 0px;
32078
- cursor: default;
32079
- }
32080
-
32081
32081
  .E_hrhfj7c {
32082
32082
  display: none;
32083
32083
  }
@@ -32535,6 +32535,21 @@ input.E_rf8rlle.ant-input {
32535
32535
  flex-shrink: 0;
32536
32536
  }
32537
32537
 
32538
+ .E_w1dxz879 {
32539
+ display: flex;
32540
+ flex-direction: column;
32541
+ gap: 6px;
32542
+ }
32543
+ .E_w1dxz879 .ellipsis-tooltip {
32544
+ max-height: var(--w1dxz879-0);
32545
+ text-overflow: clip;
32546
+ overflow: hidden;
32547
+ }
32548
+ .E_w1dxz879 .tips {
32549
+ color: #fff;
32550
+ opacity: 0.8;
32551
+ }
32552
+
32538
32553
  .E_h12yihis {
32539
32554
  height: 50px;
32540
32555
  border-bottom: 2px solid #edf0f7;
@@ -32755,139 +32770,78 @@ input.E_rf8rlle.ant-input {
32755
32770
  position: static;
32756
32771
  }
32757
32772
 
32758
- .E_w1dxz879 {
32759
- display: flex;
32760
- flex-direction: column;
32761
- gap: 6px;
32773
+ .E_b14q2gmw {
32774
+ 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);
32762
32775
  }
32763
- .E_w1dxz879 .ellipsis-tooltip {
32764
- max-height: var(--w1dxz879-0);
32765
- text-overflow: clip;
32766
- overflow: hidden;
32776
+
32777
+ .E_c1eym6el {
32778
+ border-radius: 8px;
32779
+ background-color: white;
32767
32780
  }
32768
- .E_w1dxz879 .tips {
32769
- color: #fff;
32770
- opacity: 0.8;
32781
+ .E_c1eym6el.hoverable {
32782
+ cursor: pointer;
32783
+ }
32784
+ .E_c1eym6el.hoverable:hover {
32785
+ transition: all 200ms ease;
32786
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32787
+ transform: translateY(-4px);
32771
32788
  }
32772
32789
 
32773
- .E_l1ucdodl {
32774
- margin: 0;
32775
- border-radius: 20px;
32776
- padding: 2px 10px;
32777
- height: 22px;
32790
+ .E_r77hffu {
32778
32791
  display: flex;
32779
32792
  align-items: center;
32793
+ justify-content: space-between;
32794
+ column-gap: 6px;
32780
32795
  }
32781
- .E_l1ucdodl.ui-kit-status-legend.on-tint {
32782
- color: #FFFFFF;
32796
+
32797
+ .E_p1cmxsf7 {
32798
+ display: flex;
32799
+ flex-direction: column;
32800
+ justify-content: center;
32801
+ row-gap: var(--p1cmxsf7-0);
32783
32802
  }
32784
- .E_l1ucdodl.tag-hover {
32785
- cursor: pointer;
32803
+ .E_p1cmxsf7 .antd5-progress-line {
32804
+ font-size: 0;
32805
+ margin-bottom: unset;
32806
+ margin-inline-end: unset;
32786
32807
  }
32787
- .E_l1ucdodl.ui-kit-status-legend {
32788
- color: #00122e;
32808
+
32809
+ .E_s11wux3h .antd5-segmented-item:not(:last-child) {
32810
+ margin-right: 2px;
32789
32811
  }
32790
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
32791
- margin-right: 6px;
32812
+
32813
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
32814
+ padding-left: 8px;
32815
+ padding-right: 8px;
32792
32816
  }
32793
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
32794
- margin-left: 8px;
32795
- color: rgba(44, 56, 82, 0.6);
32817
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
32818
+ border-radius: 4px;
32796
32819
  }
32797
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
32798
- color: #FFFFFF;
32820
+ .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32821
+ border-radius: 4px;
32799
32822
  }
32800
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
32801
- background-color: #0080ff;
32823
+
32824
+ .E_ma64lna .antd5-segmented-item-label {
32825
+ padding-left: 12px;
32826
+ padding-right: 12px;
32802
32827
  }
32803
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
32804
- background-color: #f0483e;
32828
+
32829
+ .E_ckld275 {
32830
+ background-color: rgba(225, 230, 241, 0.6);
32805
32831
  }
32806
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
32807
- background-color: #fea008;
32808
- }
32809
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
32810
- background-color: #00ba5d;
32811
- }
32812
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
32813
- background-color: #6b7d99;
32814
- }
32815
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
32816
- background-color: #7E41FF;
32817
- }
32818
-
32819
- .E_s1qj66nc {
32820
- width: 8px;
32821
- height: 8px;
32822
- border-radius: 50%;
32823
- display: inline-block;
32824
- }
32825
-
32826
- .E_s5x1boq {
32827
- width: 8px;
32828
- height: 8px;
32829
- border-radius: 2px;
32830
- display: inline-block;
32831
- }
32832
-
32833
- .E_c1xm185 {
32834
- color: rgba(44, 56, 82, 0.6);
32832
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32833
+ background-color: rgba(255, 255, 255, 0.6);
32834
+ color: rgba(44, 56, 82, 0.75);
32835
32835
  }
32836
-
32837
- .E_c1x5l5qc {
32838
- flex: 1;
32836
+ .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32837
+ background-color: transparent;
32839
32838
  }
32840
-
32841
- button.E_l48ei06.ant-btn,
32842
- button.E_l48ei06.ant-btn.ant-btn-sm,
32843
- button.E_l48ei06.ant-btn.ant-btn-lg {
32844
- font-size: 12px;
32845
- line-height: 18px;
32846
- height: 18px;
32839
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
32840
+ background-color: transparent;
32847
32841
  }
32848
32842
 
32849
- button.E_l48ei06 {
32850
- color: #0080FF;
32851
- height: unset;
32852
- }
32853
- button.E_l48ei06 .button-prefix-icon {
32854
- margin-right: 4px;
32855
- }
32856
- button.E_l48ei06 .button-suffix-icon {
32857
- margin-left: 4px;
32858
- }
32859
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
32860
- color: #009DFF;
32861
- }
32862
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
32863
- color: #005ED1;
32864
- }
32865
- button.E_l48ei06.ui-kit-link-disabled {
32866
- color: #0080FF;
32867
- }
32868
- button.E_l48ei06.ui-kit-link-primary {
32869
- color: #00122E;
32870
- }
32871
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
32872
- color: #0080FF;
32873
- }
32874
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
32875
- color: #005ED1;
32876
- }
32877
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
32878
- color: #00122E;
32879
- }
32880
- button.E_l48ei06.ui-kit-link-secondary {
32881
- color: rgba(44, 56, 82, 0.7490196078);
32882
- }
32883
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
32884
- color: #0080FF;
32885
- }
32886
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
32887
- color: #005ED1;
32888
- }
32889
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
32890
- color: rgba(44, 56, 82, 0.7490196078);
32843
+ .E_c1yd35n {
32844
+ padding: 0 12px 14px 12px;
32891
32845
  }
32892
32846
 
32893
32847
  .E_ckui4s7 {
@@ -32994,326 +32948,124 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
32994
32948
  margin-right: 2px;
32995
32949
  }
32996
32950
 
32997
- .E_c1yd35n {
32998
- padding: 0 12px 14px 12px;
32999
- }
33000
-
33001
- .E_b14q2gmw {
33002
- 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);
33003
- }
33004
-
33005
- .E_c1eym6el {
33006
- border-radius: 8px;
33007
- background-color: white;
33008
- }
33009
- .E_c1eym6el.hoverable {
33010
- cursor: pointer;
33011
- }
33012
- .E_c1eym6el.hoverable:hover {
33013
- transition: all 200ms ease;
33014
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33015
- transform: translateY(-4px);
33016
- }
33017
-
33018
- .E_r77hffu {
33019
- display: flex;
33020
- align-items: center;
33021
- justify-content: space-between;
33022
- column-gap: 6px;
33023
- }
33024
-
33025
- .E_p1cmxsf7 {
33026
- display: flex;
33027
- flex-direction: column;
33028
- justify-content: center;
33029
- row-gap: var(--p1cmxsf7-0);
33030
- }
33031
- .E_p1cmxsf7 .antd5-progress-line {
33032
- font-size: 0;
33033
- margin-bottom: unset;
33034
- margin-inline-end: unset;
33035
- }
33036
-
33037
- .E_s11wux3h .antd5-segmented-item:not(:last-child) {
33038
- margin-right: 2px;
33039
- }
33040
-
33041
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
33042
- padding-left: 8px;
33043
- padding-right: 8px;
33044
- }
33045
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
33046
- border-radius: 4px;
33047
- }
33048
- .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33049
- border-radius: 4px;
33050
- }
33051
-
33052
- .E_ma64lna .antd5-segmented-item-label {
33053
- padding-left: 12px;
33054
- padding-right: 12px;
33055
- }
33056
-
33057
- .E_ckld275 {
33058
- background-color: rgba(225, 230, 241, 0.6);
33059
- }
33060
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33061
- background-color: rgba(255, 255, 255, 0.6);
33062
- color: rgba(44, 56, 82, 0.75);
33063
- }
33064
- .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33065
- background-color: transparent;
33066
- }
33067
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
33068
- background-color: transparent;
33069
- }
33070
-
33071
- .E_lht19u8 {
33072
- width: 64px;
33073
- height: 64px;
33074
- display: flex;
33075
- align-items: center;
33076
- justify-content: center;
33077
- position: relative;
33078
- opacity: 0.2;
33079
- }
33080
-
33081
- .E_lk3gkp4 {
33082
- position: absolute;
33083
- width: 5px;
33084
- height: 48px;
33085
- left: 9.33px;
33086
- top: 40.5px;
33087
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33088
- border-radius: 5px;
33089
- transform: rotate(-128deg);
33090
- transform-origin: top left;
33091
- animation: loading-indicator1 1100ms ease-out infinite;
33092
- }
33093
-
33094
- .E_ll4n94n {
33095
- position: absolute;
33096
- width: 5px;
33097
- height: 48px;
33098
- left: 40.8px;
33099
- top: 8.4px;
33100
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33101
- border-radius: 5px;
33102
- transform: rotate(-8deg);
33103
- transform-origin: top left;
33104
- animation: loading-indicator2 1100ms ease-out infinite;
33105
- }
33106
-
33107
- .E_l17lbdo6 {
33108
- position: absolute;
33109
- width: 5px;
33110
- height: 48px;
33111
- left: 52.9px;
33112
- top: 51.8px;
33113
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33114
- border-radius: 5px;
33115
- transform: rotate(112deg);
33116
- transform-origin: top left;
33117
- animation: loading-indicator3 1100ms ease-out infinite;
33118
- }
33119
-
33120
- .E_m11nzl2x {
33121
- color: rgba(44, 56, 82, 0.6);
33122
- text-align: center;
33123
- display: flex;
33124
- align-items: center;
33125
- justify-content: center;
33126
- flex-direction: column;
33127
- height: 100%;
33128
- }
33129
- .E_m11nzl2x .link {
33130
- color: #0080ff;
33131
- cursor: pointer;
33132
- }
33133
-
33134
- .E_mn7joto {
33135
- width: 100%;
33136
- height: 100%;
33137
- display: flex;
33138
- flex-direction: column;
33139
- }
33140
- .E_mn7joto .name-toolbar {
33141
- width: 100%;
33142
- display: flex;
33143
- line-height: 30px;
33144
- justify-content: space-between;
33145
- }
33146
- .E_mn7joto .name-toolbar .metric-extra {
33147
- display: flex;
32951
+ button.E_l48ei06.ant-btn,
32952
+ button.E_l48ei06.ant-btn.ant-btn-sm,
32953
+ button.E_l48ei06.ant-btn.ant-btn-lg {
33148
32954
  font-size: 12px;
33149
- align-items: center;
33150
- }
33151
- .E_mn7joto .name-toolbar .metric-extra .info-item {
33152
- color: #a3b4cc;
33153
- }
33154
- .E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
33155
- margin-left: 10px;
33156
- }
33157
- .E_mn7joto .name-toolbar .metric-extra .menu-trigger {
33158
- margin-left: 10px;
33159
- cursor: pointer;
33160
- }
33161
- .E_mn7joto .content {
33162
- flex: 1;
33163
- width: 100%;
33164
- display: flex;
33165
- justify-content: center;
33166
- align-items: center;
33167
- }
33168
- .E_mn7joto .single-content {
33169
- height: 65px;
32955
+ line-height: 18px;
32956
+ height: 18px;
33170
32957
  }
33171
32958
 
33172
- .E_l1bifhon {
33173
- display: flex;
33174
- align-items: center;
33175
- white-space: nowrap;
33176
- overflow: hidden;
33177
- width: 100%;
32959
+ button.E_l48ei06 {
32960
+ color: #0080FF;
32961
+ height: unset;
33178
32962
  }
33179
- .E_l1bifhon .ant-dropdown-trigger {
33180
- font-size: 12px;
33181
- margin-left: 8px;
32963
+ button.E_l48ei06 .button-prefix-icon {
32964
+ margin-right: 4px;
33182
32965
  }
33183
-
33184
- .E_ltthzck {
33185
- display: flex;
33186
- justify-content: flex-start;
33187
- align-items: center;
33188
- font-size: 12px;
33189
- cursor: pointer;
32966
+ button.E_l48ei06 .button-suffix-icon {
32967
+ margin-left: 4px;
33190
32968
  }
33191
- .E_ltthzck:not(:first-child) {
33192
- margin-left: 8px;
32969
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
32970
+ color: #009DFF;
33193
32971
  }
33194
- .E_ltthzck.deselected, .E_ltthzck.hovering {
33195
- opacity: 0.3;
32972
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
32973
+ color: #005ED1;
33196
32974
  }
33197
- .E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
33198
- background: #b4beca !important;
33199
- border-radius: 2px;
32975
+ button.E_l48ei06.ui-kit-link-disabled {
32976
+ color: #0080FF;
33200
32977
  }
33201
- .E_ltthzck.hoverering-self {
33202
- opacity: 1;
32978
+ button.E_l48ei06.ui-kit-link-primary {
32979
+ color: #00122E;
33203
32980
  }
33204
- .E_ltthzck .dropdown-trigger {
33205
- margin-left: 12px;
32981
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
32982
+ color: #0080FF;
33206
32983
  }
33207
-
33208
- .E_l1mumj7o {
33209
- display: flex;
33210
- justify-content: flex-start;
33211
- align-items: center;
33212
- font-size: 12px;
33213
- cursor: pointer;
32984
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
32985
+ color: #005ED1;
33214
32986
  }
33215
- .E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
33216
- opacity: 0.3;
32987
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
32988
+ color: #00122E;
33217
32989
  }
33218
- .E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
33219
- background: #b4beca !important;
33220
- border-radius: 2px;
32990
+ button.E_l48ei06.ui-kit-link-secondary {
32991
+ color: rgba(44, 56, 82, 0.7490196078);
33221
32992
  }
33222
- .E_l1mumj7o.hoverering-self {
33223
- opacity: 1;
32993
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
32994
+ color: #0080FF;
33224
32995
  }
33225
-
33226
- .E_c14rn6j5 {
33227
- display: inline-block;
33228
- height: 8px;
33229
- width: 8px;
33230
- margin-right: 6px;
33231
- border-radius: 2px;
32996
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
32997
+ color: #005ED1;
33232
32998
  }
33233
-
33234
- .E_e45tc5l .ant-dropdown-menu-item {
33235
- display: flex;
33236
- align-items: center;
33237
- font-size: 12px;
33238
- margin: 0;
32999
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33000
+ color: rgba(44, 56, 82, 0.7490196078);
33239
33001
  }
33240
33002
 
33241
- .E_lqeaosa {
33242
- position: relative;
33243
- }
33244
- .E_lqeaosa.hidden-xaxis .pointer-wrapper {
33245
- bottom: -12px;
33246
- }
33247
- .E_lqeaosa .metric-toolbar {
33248
- display: flex;
33249
- justify-content: space-between;
33250
- line-height: 30px;
33251
- }
33252
- .E_lqeaosa .metric-toolbar .metric-extra {
33003
+ .E_l1ucdodl {
33004
+ margin: 0;
33005
+ border-radius: 20px;
33006
+ padding: 2px 10px;
33007
+ height: 22px;
33253
33008
  display: flex;
33254
- flex-shrink: 0;
33255
- font-size: 12px;
33256
33009
  align-items: center;
33257
33010
  }
33258
- .E_lqeaosa .metric-toolbar .metric-extra .info-item {
33259
- color: #a3b4cc;
33260
- }
33261
- .E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
33262
- margin-left: 10px;
33011
+ .E_l1ucdodl.ui-kit-status-legend.on-tint {
33012
+ color: #FFFFFF;
33263
33013
  }
33264
- .E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
33265
- margin-left: 10px;
33014
+ .E_l1ucdodl.tag-hover {
33266
33015
  cursor: pointer;
33267
33016
  }
33268
- .E_lqeaosa .recharts-xAxis {
33269
- font-size: 12px;
33017
+ .E_l1ucdodl.ui-kit-status-legend {
33018
+ color: #00122e;
33270
33019
  }
33271
- .E_lqeaosa .pointer-wrapper {
33272
- position: absolute;
33273
- bottom: 10px;
33274
- padding: 0 8px;
33275
- font-size: 12px;
33276
- color: #fff;
33277
- transform: translateX(-50%);
33020
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
33021
+ margin-right: 6px;
33278
33022
  }
33279
-
33280
- .E_t2pr38p {
33281
- min-width: 200px;
33282
- background-color: rgba(23, 38, 64, 0.8);
33283
- border-radius: 4px;
33284
- box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
33285
- padding: 8px;
33023
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
33024
+ margin-left: 8px;
33025
+ color: rgba(44, 56, 82, 0.6);
33286
33026
  }
33287
-
33288
- .E_tecdsj7 {
33289
- display: flex;
33290
- align-items: center;
33291
- background-color: unset;
33027
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
33292
33028
  color: #FFFFFF;
33293
- justify-content: space-between;
33294
- font-size: 12px;
33295
- padding-top: 6px;
33296
33029
  }
33297
- .E_tecdsj7:first-child {
33298
- padding-top: 3px;
33030
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
33031
+ background-color: #0080ff;
33032
+ }
33033
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
33034
+ background-color: #f0483e;
33299
33035
  }
33300
- .E_tecdsj7:last-child {
33301
- padding-bottom: 3px;
33036
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
33037
+ background-color: #fea008;
33302
33038
  }
33303
- .E_tecdsj7 .column-value {
33304
- color: #FFFFFF;
33305
- margin-left: 8px;
33039
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
33040
+ background-color: #00ba5d;
33041
+ }
33042
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33043
+ background-color: #6b7d99;
33044
+ }
33045
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33046
+ background-color: #7E41FF;
33306
33047
  }
33307
33048
 
33308
- .E_ljhvvia {
33309
- display: inline-block;
33049
+ .E_s1qj66nc {
33050
+ width: 8px;
33310
33051
  height: 8px;
33052
+ border-radius: 50%;
33053
+ display: inline-block;
33054
+ }
33055
+
33056
+ .E_s5x1boq {
33311
33057
  width: 8px;
33312
- margin-right: 8px;
33058
+ height: 8px;
33313
33059
  border-radius: 2px;
33060
+ display: inline-block;
33314
33061
  }
33315
- .E_ljhvvia.borderd {
33316
- border: 1px solid #fff;
33062
+
33063
+ .E_c1xm185 {
33064
+ color: rgba(44, 56, 82, 0.6);
33065
+ }
33066
+
33067
+ .E_c1x5l5qc {
33068
+ flex: 1;
33317
33069
  }
33318
33070
 
33319
33071
  .E_sddwhm6 {
@@ -33391,33 +33143,12 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33391
33143
  display: inline-block;
33392
33144
  }
33393
33145
 
33394
- .E_t1gvlxt5 {
33395
- min-width: 0;
33396
- flex: 1;
33397
- }
33398
- .E_t1gvlxt5 .tag {
33399
- flex: 0 0 auto;
33400
- }
33401
- .E_t1gvlxt5 .progress-title {
33402
- flex: 2;
33403
- max-width: fit-content;
33404
- }
33405
- .E_t1gvlxt5 .progress-desc {
33406
- flex: 1;
33407
- max-width: fit-content;
33408
- }
33409
-
33410
- .E_a1ji6r68 {
33411
- display: flex;
33412
- align-items: center;
33413
- column-gap: var(--a1ji6r68-0);
33414
- }
33415
-
33416
33146
  .E_tc97u5y {
33417
33147
  height: 100%;
33418
33148
  }
33419
33149
 
33420
- .E_efzf37v .ant-table-content {
33150
+ .E_efzf37v .ant-table-content,
33151
+ .E_efzf37v .ant-table-body {
33421
33152
  overflow: visible !important;
33422
33153
  height: 100%;
33423
33154
  }
@@ -33691,96 +33422,344 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33691
33422
  .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
33692
33423
  padding: 0;
33693
33424
  }
33694
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
33695
- position: absolute;
33696
- right: 6px;
33697
- top: 50%;
33698
- transform: translateY(-50%);
33699
- height: 16px;
33700
- display: none;
33701
- transition: transform 320ms ease;
33425
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
33426
+ position: absolute;
33427
+ right: 6px;
33428
+ top: 50%;
33429
+ transform: translateY(-50%);
33430
+ height: 16px;
33431
+ display: none;
33432
+ transition: transform 320ms ease;
33433
+ }
33434
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
33435
+ display: block;
33436
+ transform: translateY(-50%) rotateX(180deg);
33437
+ }
33438
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
33439
+ display: block;
33440
+ }
33441
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
33442
+ display: none;
33443
+ }
33444
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
33445
+ transform: translateY(-50%);
33446
+ }
33447
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
33448
+ transform: translateY(-50%) rotateX(180deg);
33449
+ }
33450
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
33451
+ background: #f2f5fa;
33452
+ }
33453
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
33454
+ display: block;
33455
+ }
33456
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
33457
+ padding-right: 25px;
33458
+ }
33459
+ .E_t1fisho6 div.ant-table .ant-table-selection-column {
33460
+ padding: 0 !important;
33461
+ }
33462
+ .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
33463
+ position: absolute;
33464
+ left: 50%;
33465
+ top: 50%;
33466
+ transform: translate(-50%, -50%);
33467
+ }
33468
+ .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
33469
+ display: none;
33470
+ }
33471
+ .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
33472
+ background: #fff;
33473
+ }
33474
+ .E_t1fisho6 div.ant-table .ant-table-placeholder {
33475
+ background: inherit;
33476
+ }
33477
+ .E_t1fisho6 div.ant-table .ant-table-placeholder td {
33478
+ position: static;
33479
+ border: none;
33480
+ background: inherit !important;
33481
+ height: 100px;
33482
+ vertical-align: middle;
33483
+ }
33484
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
33485
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
33486
+ font-weight: bold;
33487
+ font-size: 20px;
33488
+ color: rgba(10, 37, 85, 0.6);
33489
+ }
33490
+ .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
33491
+ .E_t1fisho6 div.ant-table th.cell__action_ {
33492
+ z-index: 10;
33493
+ }
33494
+ .E_t1fisho6 div.ant-table td.cell__action_ {
33495
+ padding: 0 !important;
33496
+ position: relative;
33497
+ background: #fff;
33498
+ }
33499
+ .E_t1fisho6 div.ant-table td.cell__action_ > * {
33500
+ height: 100%;
33501
+ display: flex;
33502
+ align-items: center;
33503
+ justify-content: flex-end;
33504
+ padding-right: 8px;
33505
+ }
33506
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
33507
+ width: 24px;
33508
+ height: 24px;
33509
+ cursor: pointer;
33510
+ justify-content: center;
33511
+ border-radius: 4px;
33512
+ }
33513
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
33514
+ background: #fff;
33515
+ }
33516
+
33517
+ .E_m11nzl2x {
33518
+ color: rgba(44, 56, 82, 0.6);
33519
+ text-align: center;
33520
+ display: flex;
33521
+ align-items: center;
33522
+ justify-content: center;
33523
+ flex-direction: column;
33524
+ height: 100%;
33525
+ }
33526
+ .E_m11nzl2x .link {
33527
+ color: #0080ff;
33528
+ cursor: pointer;
33529
+ }
33530
+
33531
+ .E_mn7joto {
33532
+ width: 100%;
33533
+ height: 100%;
33534
+ display: flex;
33535
+ flex-direction: column;
33536
+ }
33537
+ .E_mn7joto .name-toolbar {
33538
+ width: 100%;
33539
+ display: flex;
33540
+ line-height: 30px;
33541
+ justify-content: space-between;
33542
+ }
33543
+ .E_mn7joto .name-toolbar .metric-extra {
33544
+ display: flex;
33545
+ font-size: 12px;
33546
+ align-items: center;
33547
+ }
33548
+ .E_mn7joto .name-toolbar .metric-extra .info-item {
33549
+ color: #a3b4cc;
33550
+ }
33551
+ .E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
33552
+ margin-left: 10px;
33553
+ }
33554
+ .E_mn7joto .name-toolbar .metric-extra .menu-trigger {
33555
+ margin-left: 10px;
33556
+ cursor: pointer;
33557
+ }
33558
+ .E_mn7joto .content {
33559
+ flex: 1;
33560
+ width: 100%;
33561
+ display: flex;
33562
+ justify-content: center;
33563
+ align-items: center;
33564
+ }
33565
+ .E_mn7joto .single-content {
33566
+ height: 65px;
33567
+ }
33568
+
33569
+ .E_l1bifhon {
33570
+ display: flex;
33571
+ align-items: center;
33572
+ white-space: nowrap;
33573
+ overflow: hidden;
33574
+ width: 100%;
33575
+ }
33576
+ .E_l1bifhon .ant-dropdown-trigger {
33577
+ font-size: 12px;
33578
+ margin-left: 8px;
33579
+ }
33580
+
33581
+ .E_ltthzck {
33582
+ display: flex;
33583
+ justify-content: flex-start;
33584
+ align-items: center;
33585
+ font-size: 12px;
33586
+ cursor: pointer;
33587
+ }
33588
+ .E_ltthzck:not(:first-child) {
33589
+ margin-left: 8px;
33590
+ }
33591
+ .E_ltthzck.deselected, .E_ltthzck.hovering {
33592
+ opacity: 0.3;
33593
+ }
33594
+ .E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
33595
+ background: #b4beca !important;
33596
+ border-radius: 2px;
33597
+ }
33598
+ .E_ltthzck.hoverering-self {
33599
+ opacity: 1;
33600
+ }
33601
+ .E_ltthzck .dropdown-trigger {
33602
+ margin-left: 12px;
33603
+ }
33604
+
33605
+ .E_l1mumj7o {
33606
+ display: flex;
33607
+ justify-content: flex-start;
33608
+ align-items: center;
33609
+ font-size: 12px;
33610
+ cursor: pointer;
33611
+ }
33612
+ .E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
33613
+ opacity: 0.3;
33614
+ }
33615
+ .E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
33616
+ background: #b4beca !important;
33617
+ border-radius: 2px;
33618
+ }
33619
+ .E_l1mumj7o.hoverering-self {
33620
+ opacity: 1;
33702
33621
  }
33703
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
33704
- display: block;
33705
- transform: translateY(-50%) rotateX(180deg);
33622
+
33623
+ .E_c14rn6j5 {
33624
+ display: inline-block;
33625
+ height: 8px;
33626
+ width: 8px;
33627
+ margin-right: 6px;
33628
+ border-radius: 2px;
33706
33629
  }
33707
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
33708
- display: block;
33630
+
33631
+ .E_e45tc5l .ant-dropdown-menu-item {
33632
+ display: flex;
33633
+ align-items: center;
33634
+ font-size: 12px;
33635
+ margin: 0;
33709
33636
  }
33710
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
33711
- display: none;
33637
+
33638
+ .E_lqeaosa {
33639
+ position: relative;
33712
33640
  }
33713
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
33714
- transform: translateY(-50%);
33641
+ .E_lqeaosa.hidden-xaxis .pointer-wrapper {
33642
+ bottom: -12px;
33715
33643
  }
33716
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
33717
- transform: translateY(-50%) rotateX(180deg);
33644
+ .E_lqeaosa .metric-toolbar {
33645
+ display: flex;
33646
+ justify-content: space-between;
33647
+ line-height: 30px;
33718
33648
  }
33719
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
33720
- background: #f2f5fa;
33649
+ .E_lqeaosa .metric-toolbar .metric-extra {
33650
+ display: flex;
33651
+ flex-shrink: 0;
33652
+ font-size: 12px;
33653
+ align-items: center;
33721
33654
  }
33722
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
33723
- display: block;
33655
+ .E_lqeaosa .metric-toolbar .metric-extra .info-item {
33656
+ color: #a3b4cc;
33724
33657
  }
33725
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
33726
- padding-right: 25px;
33658
+ .E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
33659
+ margin-left: 10px;
33727
33660
  }
33728
- .E_t1fisho6 div.ant-table .ant-table-selection-column {
33729
- padding: 0 !important;
33661
+ .E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
33662
+ margin-left: 10px;
33663
+ cursor: pointer;
33730
33664
  }
33731
- .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
33665
+ .E_lqeaosa .recharts-xAxis {
33666
+ font-size: 12px;
33667
+ }
33668
+ .E_lqeaosa .pointer-wrapper {
33732
33669
  position: absolute;
33733
- left: 50%;
33734
- top: 50%;
33735
- transform: translate(-50%, -50%);
33670
+ bottom: 10px;
33671
+ padding: 0 8px;
33672
+ font-size: 12px;
33673
+ color: #fff;
33674
+ transform: translateX(-50%);
33736
33675
  }
33737
- .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
33738
- display: none;
33676
+
33677
+ .E_t2pr38p {
33678
+ min-width: 200px;
33679
+ background-color: rgba(23, 38, 64, 0.8);
33680
+ border-radius: 4px;
33681
+ box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
33682
+ padding: 8px;
33739
33683
  }
33740
- .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
33741
- background: #fff;
33684
+
33685
+ .E_tecdsj7 {
33686
+ display: flex;
33687
+ align-items: center;
33688
+ background-color: unset;
33689
+ color: #FFFFFF;
33690
+ justify-content: space-between;
33691
+ font-size: 12px;
33692
+ padding-top: 6px;
33742
33693
  }
33743
- .E_t1fisho6 div.ant-table .ant-table-placeholder {
33744
- background: inherit;
33694
+ .E_tecdsj7:first-child {
33695
+ padding-top: 3px;
33745
33696
  }
33746
- .E_t1fisho6 div.ant-table .ant-table-placeholder td {
33747
- position: static;
33748
- border: none;
33749
- background: inherit !important;
33750
- height: 100px;
33751
- vertical-align: middle;
33697
+ .E_tecdsj7:last-child {
33698
+ padding-bottom: 3px;
33752
33699
  }
33753
- .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
33754
- .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
33755
- font-weight: bold;
33756
- font-size: 20px;
33757
- color: rgba(10, 37, 85, 0.6);
33700
+ .E_tecdsj7 .column-value {
33701
+ color: #FFFFFF;
33702
+ margin-left: 8px;
33758
33703
  }
33759
- .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
33760
- .E_t1fisho6 div.ant-table th.cell__action_ {
33761
- z-index: 10;
33704
+
33705
+ .E_ljhvvia {
33706
+ display: inline-block;
33707
+ height: 8px;
33708
+ width: 8px;
33709
+ margin-right: 8px;
33710
+ border-radius: 2px;
33762
33711
  }
33763
- .E_t1fisho6 div.ant-table td.cell__action_ {
33764
- padding: 0 !important;
33765
- position: relative;
33766
- background: #fff;
33712
+ .E_ljhvvia.borderd {
33713
+ border: 1px solid #fff;
33767
33714
  }
33768
- .E_t1fisho6 div.ant-table td.cell__action_ > * {
33769
- height: 100%;
33715
+
33716
+ .E_lht19u8 {
33717
+ width: 64px;
33718
+ height: 64px;
33770
33719
  display: flex;
33771
33720
  align-items: center;
33772
- justify-content: flex-end;
33773
- padding-right: 8px;
33774
- }
33775
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
33776
- width: 24px;
33777
- height: 24px;
33778
- cursor: pointer;
33779
33721
  justify-content: center;
33780
- border-radius: 4px;
33722
+ position: relative;
33723
+ opacity: 0.2;
33781
33724
  }
33782
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
33783
- background: #fff;
33725
+
33726
+ .E_lk3gkp4 {
33727
+ position: absolute;
33728
+ width: 5px;
33729
+ height: 48px;
33730
+ left: 9.33px;
33731
+ top: 40.5px;
33732
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33733
+ border-radius: 5px;
33734
+ transform: rotate(-128deg);
33735
+ transform-origin: top left;
33736
+ animation: loading-indicator1 1100ms ease-out infinite;
33737
+ }
33738
+
33739
+ .E_ll4n94n {
33740
+ position: absolute;
33741
+ width: 5px;
33742
+ height: 48px;
33743
+ left: 40.8px;
33744
+ top: 8.4px;
33745
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33746
+ border-radius: 5px;
33747
+ transform: rotate(-8deg);
33748
+ transform-origin: top left;
33749
+ animation: loading-indicator2 1100ms ease-out infinite;
33750
+ }
33751
+
33752
+ .E_l17lbdo6 {
33753
+ position: absolute;
33754
+ width: 5px;
33755
+ height: 48px;
33756
+ left: 52.9px;
33757
+ top: 51.8px;
33758
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33759
+ border-radius: 5px;
33760
+ transform: rotate(112deg);
33761
+ transform-origin: top left;
33762
+ animation: loading-indicator3 1100ms ease-out infinite;
33784
33763
  }
33785
33764
 
33786
33765
  .E_msn7nxt {
@@ -33944,13 +33923,26 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33944
33923
  margin-left: 8px;
33945
33924
  }
33946
33925
 
33947
- .E_w7ob4th.outside-tag {
33948
- padding-left: 0;
33926
+ .E_t1gvlxt5 {
33927
+ min-width: 0;
33928
+ flex: 1;
33949
33929
  }
33950
- .E_w7ob4th.outside-tag .inside-tag {
33951
- border-radius: 4px 0 0 4px;
33952
- padding-right: 4px;
33953
- margin-right: 4px;
33930
+ .E_t1gvlxt5 .tag {
33931
+ flex: 0 0 auto;
33932
+ }
33933
+ .E_t1gvlxt5 .progress-title {
33934
+ flex: 2;
33935
+ max-width: fit-content;
33936
+ }
33937
+ .E_t1gvlxt5 .progress-desc {
33938
+ flex: 1;
33939
+ max-width: fit-content;
33940
+ }
33941
+
33942
+ .E_a1ji6r68 {
33943
+ display: flex;
33944
+ align-items: center;
33945
+ column-gap: var(--a1ji6r68-0);
33954
33946
  }
33955
33947
 
33956
33948
  .E_sjob3jg {
@@ -34132,54 +34124,20 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34132
34124
  }
34133
34125
 
34134
34126
  .E_v18frne8 {
34135
- width: 100%;
34136
- display: flex;
34137
- align-items: center;
34138
- justify-content: center;
34139
- column-gap: 6px;
34140
- font-size: 13px;
34141
- }
34142
- .E_v18frne8 .step-item-prefix-container {
34143
- display: inline-flex;
34144
- align-items: center;
34145
- min-width: 20px;
34146
- min-height: 20px;
34147
- color: rgba(44, 56, 82, 0.75);
34148
- justify-content: center;
34149
- }
34150
-
34151
- .E_slr2ynn {
34152
- padding: 0 8px;
34153
- height: 18px;
34154
- }
34155
-
34156
- .E_m140wbb6 {
34157
- padding: 2px 8px;
34158
- height: 24px;
34159
- }
34160
-
34161
- .E_t1fozc1i {
34162
- margin: 0;
34163
- }
34164
-
34165
- .E_i1vxv4ln {
34166
- margin-right: 4px;
34167
- height: 16px;
34168
- }
34169
-
34170
- .E_n1afl31m.ant-tag.ant-tag-gray {
34171
- font-weight: 700;
34172
- color: #00122e;
34173
- background-color: rgba(237, 241, 250, 0.6);
34174
- border: 1px solid rgba(211, 218, 235, 0.6);
34175
- word-break: break-all;
34176
- display: inline;
34177
- white-space: normal;
34127
+ width: 100%;
34128
+ display: flex;
34129
+ align-items: center;
34130
+ justify-content: center;
34131
+ column-gap: 6px;
34132
+ font-size: 13px;
34178
34133
  }
34179
-
34180
- .E_i1g85yz3 {
34181
- margin-right: 4px;
34182
- height: 16px;
34134
+ .E_v18frne8 .step-item-prefix-container {
34135
+ display: inline-flex;
34136
+ align-items: center;
34137
+ min-width: 20px;
34138
+ min-height: 20px;
34139
+ color: rgba(44, 56, 82, 0.75);
34140
+ justify-content: center;
34183
34141
  }
34184
34142
 
34185
34143
  .E_t1dtlqs1 {
@@ -34378,6 +34336,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34378
34336
  margin-right: 8px;
34379
34337
  }
34380
34338
 
34339
+ .E_w7ob4th.outside-tag {
34340
+ padding-left: 0;
34341
+ }
34342
+ .E_w7ob4th.outside-tag .inside-tag {
34343
+ border-radius: 4px 0 0 4px;
34344
+ padding-right: 4px;
34345
+ margin-right: 4px;
34346
+ }
34347
+
34381
34348
  .E_t13ef470 {
34382
34349
  height: 100%;
34383
34350
  }
@@ -34408,6 +34375,40 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34408
34375
  background: rgba(163, 180, 204, 0.18);
34409
34376
  }
34410
34377
 
34378
+ .E_slr2ynn {
34379
+ padding: 0 8px;
34380
+ height: 18px;
34381
+ }
34382
+
34383
+ .E_m140wbb6 {
34384
+ padding: 2px 8px;
34385
+ height: 24px;
34386
+ }
34387
+
34388
+ .E_t1fozc1i {
34389
+ margin: 0;
34390
+ }
34391
+
34392
+ .E_i1vxv4ln {
34393
+ margin-right: 4px;
34394
+ height: 16px;
34395
+ }
34396
+
34397
+ .E_n1afl31m.ant-tag.ant-tag-gray {
34398
+ font-weight: 700;
34399
+ color: #00122e;
34400
+ background-color: rgba(237, 241, 250, 0.6);
34401
+ border: 1px solid rgba(211, 218, 235, 0.6);
34402
+ word-break: break-all;
34403
+ display: inline;
34404
+ white-space: normal;
34405
+ }
34406
+
34407
+ .E_i1g85yz3 {
34408
+ margin-right: 4px;
34409
+ height: 16px;
34410
+ }
34411
+
34411
34412
  .E_s20iney.skeleton-box {
34412
34413
  display: flex;
34413
34414
  align-items: center;
@@ -34485,10 +34486,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34485
34486
  color: #00122E;
34486
34487
  }
34487
34488
 
34488
- .E_t1616y1o {
34489
- color: #fff;
34490
- }
34491
-
34492
34489
  .E_t1g36k2w {
34493
34490
  overflow: hidden;
34494
34491
  height: 100%;
@@ -34518,6 +34515,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34518
34515
  background: rgba(225, 230, 241, 0.6);
34519
34516
  }
34520
34517
 
34518
+ .E_t1616y1o {
34519
+ color: #fff;
34520
+ }
34521
+
34521
34522
  .E_a9y3flr {
34522
34523
  margin-left: 8px;
34523
34524
  }
@@ -34602,100 +34603,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34602
34603
  margin-left: 1px;
34603
34604
  }
34604
34605
 
34605
- .E_s1ebs0ra {
34606
- display: flex;
34607
- align-items: center;
34608
- justify-content: space-between;
34609
- background: #edf0f7;
34610
- padding: 8px 12px;
34611
- position: sticky;
34612
- top: 0;
34613
- z-index: 1;
34614
- margin-bottom: -52px;
34615
- }
34616
- .E_s1ebs0ra .select-total {
34617
- display: flex;
34618
- align-items: center;
34619
- font-weight: 700;
34620
- flex-shrink: 0;
34621
- }
34622
- .E_s1ebs0ra .select-total .icon-wrapper {
34623
- cursor: pointer;
34624
- margin-left: 8px;
34625
- width: 32px;
34626
- height: 32px;
34627
- border-radius: 50%;
34628
- justify-content: center;
34629
- }
34630
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
34631
- background: rgba(225, 230, 241, 0.6);
34632
- }
34633
- .E_s1ebs0ra .action-group {
34634
- flex: 1;
34635
- margin-left: 88px;
34636
- white-space: nowrap;
34637
- text-align: right;
34638
- position: relative;
34639
- padding: 4px 0;
34640
- margin-top: -4px;
34641
- overflow: hidden;
34642
- }
34643
- .E_s1ebs0ra .action-group .sub-menu-delete {
34644
- transform: translateY(-4px);
34645
- }
34646
- .E_s1ebs0ra .action-group button {
34647
- border: none;
34648
- }
34649
- .E_s1ebs0ra .action-group > *:not(:last-child) {
34650
- margin-right: 8px;
34651
- }
34652
- .E_s1ebs0ra .action-group > button:last-child {
34653
- margin-right: 4px;
34654
- }
34655
- .E_s1ebs0ra .action-group .more-btn {
34656
- cursor: pointer;
34657
- width: 32px;
34658
- height: 32px;
34659
- justify-content: center;
34660
- border-radius: 50%;
34661
- }
34662
- .E_s1ebs0ra .action-group .more-btn:hover {
34663
- background: #fff;
34664
- }
34665
-
34666
- span.E_tqjc4ui {
34667
- margin: 0 2px;
34668
- }
34669
-
34670
- .E_n12mqh7z {
34671
- display: flex;
34672
- align-items: center;
34673
- font-size: 12px;
34674
- line-height: 18px;
34675
- }
34676
- .E_n12mqh7z:not(:last-child) {
34677
- margin-bottom: 4px;
34678
- }
34679
-
34680
- .E_tf5bynu {
34681
- margin: 0 3px;
34682
- }
34683
-
34684
- .E_tcckoz1 {
34685
- max-height: 400px;
34686
- overflow: auto;
34687
- }
34688
-
34689
- .E_gmyahx3 {
34690
- cursor: pointer;
34691
- }
34692
- .E_gmyahx3 .link-text {
34693
- color: rgba(0, 21, 64, 0.3);
34694
- }
34695
- .E_gmyahx3:hover .link-text {
34696
- color: #0080ff;
34697
- }
34698
-
34699
34606
  .E_c18bcrac {
34700
34607
  display: inline-block;
34701
34608
  width: 100%;
@@ -34743,97 +34650,98 @@ span.E_tqjc4ui {
34743
34650
  margin-right: 4px;
34744
34651
  }
34745
34652
 
34746
- .E_clm1wy1 {
34747
- width: 192px;
34748
- height: 246px;
34749
- border-radius: 4px;
34750
- }
34751
- .E_clm1wy1 > .ant-picker-calendar,
34752
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
34753
- width: 100%;
34754
- background-color: rgba(245, 247, 250, 0.6);
34755
- border-top: none;
34756
- }
34757
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
34758
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
34759
- padding: 0 16px;
34760
- }
34761
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
34762
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
34763
- width: 100%;
34764
- height: 180px;
34765
- border-spacing: 0;
34766
- }
34767
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
34768
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
34769
- margin-bottom: 8px;
34653
+ .E_n12mqh7z {
34654
+ display: flex;
34655
+ align-items: center;
34656
+ font-size: 12px;
34657
+ line-height: 18px;
34770
34658
  }
34771
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
34772
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
34773
- width: 22px;
34659
+ .E_n12mqh7z:not(:last-child) {
34660
+ margin-bottom: 4px;
34774
34661
  }
34775
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
34776
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
34777
- padding: 0;
34662
+
34663
+ .E_tf5bynu {
34664
+ margin: 0 3px;
34778
34665
  }
34779
- .E_clm1wy1 .ant-picker-cell {
34780
- color: rgba(62, 70, 82, 0.6);
34781
- opacity: 0.4;
34666
+
34667
+ .E_tcckoz1 {
34668
+ max-height: 400px;
34669
+ overflow: auto;
34782
34670
  }
34783
- .E_clm1wy1 .ant-picker-cell-in-view {
34784
- color: rgba(62, 70, 82, 0.6);
34785
- opacity: 1;
34671
+
34672
+ span.E_tqjc4ui {
34673
+ margin: 0 2px;
34786
34674
  }
34787
- .E_clm1wy1 .ant-picker-cell-in-view > .active {
34788
- color: #3e4652;
34675
+
34676
+ .E_gmyahx3 {
34677
+ cursor: pointer;
34789
34678
  }
34790
- .E_clm1wy1 .ant-picker-cell::before {
34791
- pointer-events: none;
34679
+ .E_gmyahx3 .link-text {
34680
+ color: rgba(0, 21, 64, 0.3);
34792
34681
  }
34793
-
34794
- .E_t1tsm00v {
34795
- color: rgba(129, 138, 153, 0.6);
34796
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
34797
- backdrop-filter: blur(10px);
34798
- padding: 7px 10px;
34682
+ .E_gmyahx3:hover .link-text {
34683
+ color: #0080ff;
34799
34684
  }
34800
34685
 
34801
- .E_c167wnad {
34802
- color: rgba(62, 70, 82, 0.6);
34686
+ .E_s1ebs0ra {
34803
34687
  display: flex;
34688
+ align-items: center;
34804
34689
  justify-content: space-between;
34690
+ background: #edf0f7;
34691
+ padding: 8px 12px;
34692
+ position: sticky;
34693
+ top: 0;
34694
+ z-index: 1;
34695
+ margin-bottom: -52px;
34696
+ }
34697
+ .E_s1ebs0ra .select-total {
34698
+ display: flex;
34805
34699
  align-items: center;
34806
- padding: 8px 16px;
34700
+ font-weight: 700;
34701
+ flex-shrink: 0;
34702
+ }
34703
+ .E_s1ebs0ra .select-total .icon-wrapper {
34704
+ cursor: pointer;
34705
+ margin-left: 8px;
34706
+ width: 32px;
34707
+ height: 32px;
34708
+ border-radius: 50%;
34709
+ justify-content: center;
34807
34710
  }
34808
- .E_c167wnad .anticon {
34809
- cursor: pointer;
34711
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
34712
+ background: rgba(225, 230, 241, 0.6);
34810
34713
  }
34811
- .E_c167wnad .anticon:hover {
34812
- color: #0096ff;
34714
+ .E_s1ebs0ra .action-group {
34715
+ flex: 1;
34716
+ margin-left: 88px;
34717
+ white-space: nowrap;
34718
+ text-align: right;
34719
+ position: relative;
34720
+ padding: 4px 0;
34721
+ margin-top: -4px;
34722
+ overflow: hidden;
34813
34723
  }
34814
-
34815
- .E_cxhf7dh {
34816
- text-align: center;
34724
+ .E_s1ebs0ra .action-group .sub-menu-delete {
34725
+ transform: translateY(-4px);
34817
34726
  }
34818
- .E_cxhf7dh .dots {
34819
- display: flex;
34820
- justify-content: center;
34727
+ .E_s1ebs0ra .action-group button {
34728
+ border: none;
34821
34729
  }
34822
- .E_cxhf7dh .dot {
34823
- display: inline-block;
34824
- width: 2px;
34825
- height: 2px;
34826
- border-radius: 1px;
34827
- background: #0096ff;
34730
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
34731
+ margin-right: 8px;
34828
34732
  }
34829
- .E_cxhf7dh .dot:not(:last-child) {
34830
- margin-right: 2px;
34733
+ .E_s1ebs0ra .action-group > button:last-child {
34734
+ margin-right: 4px;
34831
34735
  }
34832
- .E_cxhf7dh .bar {
34833
- width: 9px;
34834
- height: 2px;
34835
- background: #0096ff;
34836
- border-radius: 2px;
34736
+ .E_s1ebs0ra .action-group .more-btn {
34737
+ cursor: pointer;
34738
+ width: 32px;
34739
+ height: 32px;
34740
+ justify-content: center;
34741
+ border-radius: 50%;
34742
+ }
34743
+ .E_s1ebs0ra .action-group .more-btn:hover {
34744
+ background: #fff;
34837
34745
  }
34838
34746
 
34839
34747
  .E_c1up1pdz {
@@ -34976,12 +34884,214 @@ span.E_tqjc4ui {
34976
34884
  color: #fff;
34977
34885
  }
34978
34886
 
34979
- .E_s1iv0tp1 .enabled-switch {
34887
+ .E_ou7iq30 {
34888
+ overflow: hidden;
34889
+ text-overflow: ellipsis;
34890
+ }
34891
+
34892
+ .E_s1tui002 {
34893
+ white-space: nowrap;
34894
+ }
34895
+
34896
+ .E_mxrc2zg {
34897
+ display: -webkit-box;
34898
+ -webkit-line-clamp: var(--mxrc2zg-0);
34899
+ -webkit-box-orient: vertical;
34900
+ word-break: break-all;
34901
+ }
34902
+
34903
+ .E_t1vv6d68 .ant-tooltip-arrow {
34904
+ display: none;
34905
+ }
34906
+ .E_t1vv6d68 .ant-tooltip-inner {
34907
+ background: rgba(23, 38, 64, 0.8);
34908
+ border-radius: 4px;
34909
+ }
34910
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
34911
+ visibility: hidden;
34912
+ }
34913
+
34914
+ .E_clm1wy1 {
34915
+ width: 192px;
34916
+ height: 246px;
34917
+ border-radius: 4px;
34918
+ }
34919
+ .E_clm1wy1 > .ant-picker-calendar,
34920
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
34921
+ width: 100%;
34922
+ background-color: rgba(245, 247, 250, 0.6);
34923
+ border-top: none;
34924
+ }
34925
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
34926
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
34927
+ padding: 0 16px;
34928
+ }
34929
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
34930
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
34931
+ width: 100%;
34932
+ height: 180px;
34933
+ border-spacing: 0;
34934
+ }
34935
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
34936
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
34937
+ margin-bottom: 8px;
34938
+ }
34939
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
34940
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
34941
+ width: 22px;
34942
+ }
34943
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
34944
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
34945
+ padding: 0;
34946
+ }
34947
+ .E_clm1wy1 .ant-picker-cell {
34948
+ color: rgba(62, 70, 82, 0.6);
34949
+ opacity: 0.4;
34950
+ }
34951
+ .E_clm1wy1 .ant-picker-cell-in-view {
34952
+ color: rgba(62, 70, 82, 0.6);
34953
+ opacity: 1;
34954
+ }
34955
+ .E_clm1wy1 .ant-picker-cell-in-view > .active {
34956
+ color: #3e4652;
34957
+ }
34958
+ .E_clm1wy1 .ant-picker-cell::before {
34959
+ pointer-events: none;
34960
+ }
34961
+
34962
+ .E_t1tsm00v {
34963
+ color: rgba(129, 138, 153, 0.6);
34964
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
34965
+ backdrop-filter: blur(10px);
34966
+ padding: 7px 10px;
34967
+ }
34968
+
34969
+ .E_c167wnad {
34970
+ color: rgba(62, 70, 82, 0.6);
34980
34971
  display: flex;
34972
+ justify-content: space-between;
34981
34973
  align-items: center;
34974
+ padding: 8px 16px;
34982
34975
  }
34983
- .E_s1iv0tp1 .enabled-text {
34984
- margin-right: 8px;
34976
+ .E_c167wnad .anticon {
34977
+ cursor: pointer;
34978
+ }
34979
+ .E_c167wnad .anticon:hover {
34980
+ color: #0096ff;
34981
+ }
34982
+
34983
+ .E_cxhf7dh {
34984
+ text-align: center;
34985
+ }
34986
+ .E_cxhf7dh .dots {
34987
+ display: flex;
34988
+ justify-content: center;
34989
+ }
34990
+ .E_cxhf7dh .dot {
34991
+ display: inline-block;
34992
+ width: 2px;
34993
+ height: 2px;
34994
+ border-radius: 1px;
34995
+ background: #0096ff;
34996
+ }
34997
+ .E_cxhf7dh .dot:not(:last-child) {
34998
+ margin-right: 2px;
34999
+ }
35000
+ .E_cxhf7dh .bar {
35001
+ width: 9px;
35002
+ height: 2px;
35003
+ background: #0096ff;
35004
+ border-radius: 2px;
35005
+ }
35006
+
35007
+ .E_t1sqg15u {
35008
+ background: white;
35009
+ }
35010
+ .E_t1sqg15u.inline .table-row {
35011
+ flex-direction: column;
35012
+ }
35013
+ .E_t1sqg15u.inline .table-row > label {
35014
+ padding: 0 16px 7px 0;
35015
+ }
35016
+ .E_t1sqg15u.has-border .table-header {
35017
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35018
+ }
35019
+ .E_t1sqg15u.has-border .hiddenBorder {
35020
+ border-top: none !important;
35021
+ }
35022
+ .E_t1sqg15u.has-border .table-row + .table-row {
35023
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
35024
+ }
35025
+ .E_t1sqg15u.has-border .table-row:last-of-type {
35026
+ padding-bottom: 0;
35027
+ }
35028
+ .E_t1sqg15u.align-right .content {
35029
+ text-align: right;
35030
+ }
35031
+ .E_t1sqg15u .uuid-row {
35032
+ display: flex;
35033
+ justify-content: space-between;
35034
+ }
35035
+ .E_t1sqg15u .uuid-row .id-text {
35036
+ white-space: nowrap;
35037
+ overflow: hidden;
35038
+ text-overflow: ellipsis;
35039
+ }
35040
+
35041
+ .E_t4zczcp {
35042
+ display: flex;
35043
+ justify-content: space-between;
35044
+ align-items: center;
35045
+ padding: 8px;
35046
+ min-height: 32px;
35047
+ }
35048
+ .E_t4zczcp .table-title {
35049
+ color: rgba(44, 56, 82, 0.6);
35050
+ font-weight: 600;
35051
+ font-size: 12px;
35052
+ line-height: 8px;
35053
+ }
35054
+ .E_t4zczcp .edit-icon {
35055
+ font-size: 16px;
35056
+ color: rgba(10, 37, 85, 0.6);
35057
+ cursor: pointer;
35058
+ }
35059
+
35060
+ .E_t1s7goww {
35061
+ font-size: 12px;
35062
+ line-height: 18px;
35063
+ }
35064
+
35065
+ .E_t93e4cf {
35066
+ display: flex;
35067
+ padding: 8px 0;
35068
+ color: #2d3a56;
35069
+ }
35070
+ .E_t93e4cf .hidden {
35071
+ display: none;
35072
+ }
35073
+ .E_t93e4cf .ant-btn.ant-btn-link {
35074
+ height: auto;
35075
+ }
35076
+ .E_t93e4cf .content {
35077
+ overflow: hidden;
35078
+ overflow-x: auto;
35079
+ width: 100%;
35080
+ white-space: pre-wrap;
35081
+ }
35082
+ .E_t93e4cf .content .ant-btn {
35083
+ white-space: pre-wrap;
35084
+ text-align: left;
35085
+ }
35086
+ .E_t93e4cf .content .unit-chart {
35087
+ justify-content: flex-start;
35088
+ }
35089
+
35090
+ .E_rhz2uv5 {
35091
+ width: var(--rhz2uv5-0);
35092
+ flex-shrink: 0;
35093
+ color: rgba(44, 56, 82, 0.6);
35094
+ padding-right: 12px;
34985
35095
  }
34986
35096
 
34987
35097
  .E_s1at6qmn.ant-layout-sider {
@@ -35097,123 +35207,6 @@ span.E_tqjc4ui {
35097
35207
  text-align: left;
35098
35208
  }
35099
35209
 
35100
- .E_ou7iq30 {
35101
- overflow: hidden;
35102
- text-overflow: ellipsis;
35103
- }
35104
-
35105
- .E_s1tui002 {
35106
- white-space: nowrap;
35107
- }
35108
-
35109
- .E_mxrc2zg {
35110
- display: -webkit-box;
35111
- -webkit-line-clamp: var(--mxrc2zg-0);
35112
- -webkit-box-orient: vertical;
35113
- word-break: break-all;
35114
- }
35115
-
35116
- .E_t1vv6d68 .ant-tooltip-arrow {
35117
- display: none;
35118
- }
35119
- .E_t1vv6d68 .ant-tooltip-inner {
35120
- background: rgba(23, 38, 64, 0.8);
35121
- border-radius: 4px;
35122
- }
35123
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35124
- visibility: hidden;
35125
- }
35126
-
35127
- .E_t1sqg15u {
35128
- background: white;
35129
- }
35130
- .E_t1sqg15u.inline .table-row {
35131
- flex-direction: column;
35132
- }
35133
- .E_t1sqg15u.inline .table-row > label {
35134
- padding: 0 16px 7px 0;
35135
- }
35136
- .E_t1sqg15u.has-border .table-header {
35137
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35138
- }
35139
- .E_t1sqg15u.has-border .hiddenBorder {
35140
- border-top: none !important;
35141
- }
35142
- .E_t1sqg15u.has-border .table-row + .table-row {
35143
- border-top: 1px solid rgba(225, 230, 241, 0.6);
35144
- }
35145
- .E_t1sqg15u.has-border .table-row:last-of-type {
35146
- padding-bottom: 0;
35147
- }
35148
- .E_t1sqg15u.align-right .content {
35149
- text-align: right;
35150
- }
35151
- .E_t1sqg15u .uuid-row {
35152
- display: flex;
35153
- justify-content: space-between;
35154
- }
35155
- .E_t1sqg15u .uuid-row .id-text {
35156
- white-space: nowrap;
35157
- overflow: hidden;
35158
- text-overflow: ellipsis;
35159
- }
35160
-
35161
- .E_t4zczcp {
35162
- display: flex;
35163
- justify-content: space-between;
35164
- align-items: center;
35165
- padding: 8px;
35166
- min-height: 32px;
35167
- }
35168
- .E_t4zczcp .table-title {
35169
- color: rgba(44, 56, 82, 0.6);
35170
- font-weight: 600;
35171
- font-size: 12px;
35172
- line-height: 8px;
35173
- }
35174
- .E_t4zczcp .edit-icon {
35175
- font-size: 16px;
35176
- color: rgba(10, 37, 85, 0.6);
35177
- cursor: pointer;
35178
- }
35179
-
35180
- .E_t1s7goww {
35181
- font-size: 12px;
35182
- line-height: 18px;
35183
- }
35184
-
35185
- .E_t93e4cf {
35186
- display: flex;
35187
- padding: 8px 0;
35188
- color: #2d3a56;
35189
- }
35190
- .E_t93e4cf .hidden {
35191
- display: none;
35192
- }
35193
- .E_t93e4cf .ant-btn.ant-btn-link {
35194
- height: auto;
35195
- }
35196
- .E_t93e4cf .content {
35197
- overflow: hidden;
35198
- overflow-x: auto;
35199
- width: 100%;
35200
- white-space: pre-wrap;
35201
- }
35202
- .E_t93e4cf .content .ant-btn {
35203
- white-space: pre-wrap;
35204
- text-align: left;
35205
- }
35206
- .E_t93e4cf .content .unit-chart {
35207
- justify-content: flex-start;
35208
- }
35209
-
35210
- .E_rhz2uv5 {
35211
- width: var(--rhz2uv5-0);
35212
- flex-shrink: 0;
35213
- color: rgba(44, 56, 82, 0.6);
35214
- padding-right: 12px;
35215
- }
35216
-
35217
35210
  .E_t160l1cm {
35218
35211
  display: flex;
35219
35212
  flex-direction: column;
@@ -35417,6 +35410,14 @@ span.E_tqjc4ui {
35417
35410
  background: transparent;
35418
35411
  }
35419
35412
 
35413
+ .E_s1iv0tp1 .enabled-switch {
35414
+ display: flex;
35415
+ align-items: center;
35416
+ }
35417
+ .E_s1iv0tp1 .enabled-text {
35418
+ margin-right: 8px;
35419
+ }
35420
+
35420
35421
  .E_wg1tsps {
35421
35422
  display: flex;
35422
35423
  align-items: center;
@@ -35440,57 +35441,10 @@ span.E_tqjc4ui {
35440
35441
  color: #00122e !important;
35441
35442
  }
35442
35443
 
35443
- .E_cyms3br {
35444
- background: #fff;
35445
- width: 100%;
35446
- border-radius: 8px;
35447
- border: 1px solid rgb(228, 233, 242);
35448
- }
35449
- .E_cyms3br .ant-list {
35450
- padding: 12px;
35451
- }
35452
- .E_cyms3br .ant-list-item {
35453
- padding: 4px 0;
35454
- }
35455
- .E_cyms3br .ant-alert {
35456
- margin-left: 24px;
35457
- }
35458
- .E_cyms3br header {
35459
- background: rgba(225, 230, 241, 0.6);
35460
- font-size: 12px;
35461
- color: rgb(29, 50, 108);
35462
- font-weight: 700;
35463
- padding: 6px 12px;
35464
- display: flex;
35465
- flex-direction: row;
35466
- align-items: center;
35467
- justify-content: space-between;
35468
- }
35469
- .E_cyms3br header .switch-text {
35470
- display: flex;
35471
- flex-direction: row;
35472
- align-items: center;
35473
- justify-content: space-between;
35474
- gap: 6px;
35475
- font-size: 12px;
35476
- font-weight: 400;
35477
- color: rgb(0, 18, 46);
35478
- }
35479
-
35480
- .E_c157gu4z .ant-list-item {
35481
- display: flex;
35482
- flex-direction: row;
35483
- }
35484
- .E_c157gu4z .description {
35485
- flex-grow: 1;
35486
- margin-left: 8px;
35487
- }
35488
-
35489
- .E_eu1sysj {
35490
- display: flex;
35491
- flex-direction: column;
35492
- align-items: center;
35493
- justify-content: center;
35444
+ .E_h1ol2wl7 {
35445
+ font-weight: bold;
35446
+ background-color: unset;
35447
+ padding: unset;
35494
35448
  }
35495
35449
 
35496
35450
  .E_d11hhzf9 {
@@ -35571,10 +35525,57 @@ span.E_tqjc4ui {
35571
35525
  color: rgba(0, 21, 64, 0.3);
35572
35526
  }
35573
35527
 
35574
- .E_h1ol2wl7 {
35575
- font-weight: bold;
35576
- background-color: unset;
35577
- padding: unset;
35528
+ .E_cyms3br {
35529
+ background: #fff;
35530
+ width: 100%;
35531
+ border-radius: 8px;
35532
+ border: 1px solid rgb(228, 233, 242);
35533
+ }
35534
+ .E_cyms3br .ant-list {
35535
+ padding: 12px;
35536
+ }
35537
+ .E_cyms3br .ant-list-item {
35538
+ padding: 4px 0;
35539
+ }
35540
+ .E_cyms3br .ant-alert {
35541
+ margin-left: 24px;
35542
+ }
35543
+ .E_cyms3br header {
35544
+ background: rgba(225, 230, 241, 0.6);
35545
+ font-size: 12px;
35546
+ color: rgb(29, 50, 108);
35547
+ font-weight: 700;
35548
+ padding: 6px 12px;
35549
+ display: flex;
35550
+ flex-direction: row;
35551
+ align-items: center;
35552
+ justify-content: space-between;
35553
+ }
35554
+ .E_cyms3br header .switch-text {
35555
+ display: flex;
35556
+ flex-direction: row;
35557
+ align-items: center;
35558
+ justify-content: space-between;
35559
+ gap: 6px;
35560
+ font-size: 12px;
35561
+ font-weight: 400;
35562
+ color: rgb(0, 18, 46);
35563
+ }
35564
+
35565
+ .E_c157gu4z .ant-list-item {
35566
+ display: flex;
35567
+ flex-direction: row;
35568
+ }
35569
+ .E_c157gu4z .description {
35570
+ flex-grow: 1;
35571
+ margin-left: 8px;
35572
+ }
35573
+
35574
+ .E_eu1sysj {
35575
+ display: flex;
35576
+ flex-direction: column;
35577
+ align-items: center;
35578
+ justify-content: center;
35578
35579
  }
35579
35580
 
35580
35581
  .E_c14ouk5o {
@@ -35621,6 +35622,15 @@ span.E_tqjc4ui {
35621
35622
  height: auto;
35622
35623
  }
35623
35624
 
35625
+ .E_cevhqx7 {
35626
+ color: #00122e;
35627
+ }
35628
+
35629
+ .E_snbqlt4 {
35630
+ margin-top: 8px;
35631
+ color: rgba(44, 56, 82, 0.6);
35632
+ }
35633
+
35624
35634
  .E_c1kchka8 {
35625
35635
  height: 100%;
35626
35636
  width: 100%;
@@ -36098,15 +36108,6 @@ span.E_tqjc4ui {
36098
36108
  padding: 0;
36099
36109
  }
36100
36110
 
36101
- .E_cevhqx7 {
36102
- color: #00122e;
36103
- }
36104
-
36105
- .E_snbqlt4 {
36106
- margin-top: 8px;
36107
- color: rgba(44, 56, 82, 0.6);
36108
- }
36109
-
36110
36111
  .E_c1ss4prm {
36111
36112
  color: rgba(44, 56, 82, 0.6);
36112
36113
  }