@cloudtower/eagle 0.34.2 → 0.34.3

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
@@ -29713,22 +29713,6 @@ html body {
29713
29713
  flex: 1;
29714
29714
  }
29715
29715
 
29716
- .E_berrcjl {
29717
- color: rgba(10, 37, 85, 0.6);
29718
- margin-bottom: 4px;
29719
- }
29720
- .E_berrcjl .breadcrumb-link {
29721
- color: rgba(10, 37, 85, 0.6);
29722
- cursor: pointer;
29723
- transition: color 160ms ease;
29724
- }
29725
- .E_berrcjl .breadcrumb-link:hover {
29726
- color: #0080ff;
29727
- }
29728
- .E_berrcjl .breadcrumb-link:active {
29729
- color: #005ed1;
29730
- }
29731
-
29732
29716
  .E_b1nip9bk {
29733
29717
  padding: 4px 11px;
29734
29718
  }
@@ -29758,6 +29742,140 @@ html body {
29758
29742
  border-radius: unset;
29759
29743
  }
29760
29744
 
29745
+ .E_berrcjl {
29746
+ color: rgba(10, 37, 85, 0.6);
29747
+ margin-bottom: 4px;
29748
+ }
29749
+ .E_berrcjl .breadcrumb-link {
29750
+ color: rgba(10, 37, 85, 0.6);
29751
+ cursor: pointer;
29752
+ transition: color 160ms ease;
29753
+ }
29754
+ .E_berrcjl .breadcrumb-link:hover {
29755
+ color: #0080ff;
29756
+ }
29757
+ .E_berrcjl .breadcrumb-link:active {
29758
+ color: #005ed1;
29759
+ }
29760
+
29761
+ .E_c1uzzomf {
29762
+ margin-bottom: 16px;
29763
+ }
29764
+ .E_c1uzzomf .card-title {
29765
+ font-size: 16px;
29766
+ color: rgba(44, 56, 82, 0.6);
29767
+ font-weight: 700;
29768
+ line-height: 32px;
29769
+ }
29770
+ .E_c1uzzomf .card-body {
29771
+ padding: 24px;
29772
+ border-radius: 8px;
29773
+ background: #fff;
29774
+ }
29775
+ .E_c1uzzomf .empty {
29776
+ font-weight: 700;
29777
+ font-size: 14px;
29778
+ line-height: 22px;
29779
+ color: rgba(0, 21, 64, 0.3);
29780
+ text-align: center;
29781
+ }
29782
+
29783
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29784
+ padding: 4px 8px 0 8px;
29785
+ color: rgba(44, 56, 82, 0.6);
29786
+ font-size: 12px;
29787
+ }
29788
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29789
+ padding-bottom: 6px;
29790
+ }
29791
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29792
+ padding-top: 4px;
29793
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
29794
+ }
29795
+
29796
+ .E_d1bw7c5z {
29797
+ position: relative;
29798
+ max-width: 388px;
29799
+ min-width: 285px;
29800
+ }
29801
+ .E_d1bw7c5z .center {
29802
+ position: absolute;
29803
+ font-size: 12px;
29804
+ width: 80px;
29805
+ height: 100px;
29806
+ top: 0;
29807
+ left: 35px;
29808
+ display: flex;
29809
+ flex-direction: column;
29810
+ justify-content: center;
29811
+ align-items: center;
29812
+ color: #00122e;
29813
+ }
29814
+ .E_d1bw7c5z .center .number {
29815
+ font-size: 24px;
29816
+ font-weight: 700;
29817
+ }
29818
+ .E_d1bw7c5z .center .text {
29819
+ padding: 0 5px;
29820
+ font-size: 12px;
29821
+ width: inherit;
29822
+ text-align: center;
29823
+ }
29824
+ .E_d1bw7c5z .recharts-wrapper {
29825
+ display: flex;
29826
+ }
29827
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
29828
+ position: relative !important;
29829
+ min-width: calc(100% - var(--d1bw7c5z-0)) !important;
29830
+ left: 0 !important;
29831
+ bottom: 0 !important;
29832
+ display: flex;
29833
+ align-items: center;
29834
+ }
29835
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
29836
+ width: 100%;
29837
+ }
29838
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
29839
+ width: 100%;
29840
+ margin-right: 0 !important;
29841
+ line-height: 18px;
29842
+ }
29843
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
29844
+ border-radius: 2px;
29845
+ }
29846
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
29847
+ min-width: 75px;
29848
+ max-width: 198px;
29849
+ width: calc(100% - 20px);
29850
+ margin-left: 2px;
29851
+ color: #00122e !important;
29852
+ display: inline-flex;
29853
+ justify-content: space-between;
29854
+ }
29855
+ .E_d1bw7c5z .tooltip-text {
29856
+ maxwidth: calc(100% - 12px);
29857
+ cursor: pointer;
29858
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
29859
+ overflow: hidden;
29860
+ text-overflow: ellipsis;
29861
+ white-space: nowrap;
29862
+ }
29863
+ .E_d1bw7c5z .value {
29864
+ color: rgba(44, 56, 82, 0.75);
29865
+ }
29866
+
29867
+ .E_t10pqbtc {
29868
+ width: 140px;
29869
+ }
29870
+ .E_t10pqbtc .item {
29871
+ margin: 6px auto;
29872
+ display: flex;
29873
+ justify-content: space-between;
29874
+ }
29875
+ .E_t10pqbtc .item .name {
29876
+ width: 102px;
29877
+ }
29878
+
29761
29879
  .E_b1wx3t3t.ant-btn-icon-only {
29762
29880
  justify-content: center;
29763
29881
  }
@@ -30015,209 +30133,68 @@ html body {
30015
30133
  justify-content: center;
30016
30134
  }
30017
30135
 
30018
- .E_c1uzzomf {
30136
+ .E_fzh9mnb {
30137
+ width: 100%;
30138
+ height: 100%;
30139
+ min-height: 124px;
30140
+ display: flex;
30141
+ flex-direction: column;
30142
+ justify-content: center;
30143
+ align-items: center;
30144
+ }
30145
+ .E_fzh9mnb .error-text {
30146
+ color: rgba(10, 37, 85, 0.6);
30019
30147
  margin-bottom: 16px;
30148
+ font-size: 18px;
30020
30149
  }
30021
- .E_c1uzzomf .card-title {
30022
- font-size: 16px;
30023
- color: rgba(44, 56, 82, 0.6);
30024
- font-weight: 700;
30025
- line-height: 32px;
30150
+
30151
+ .E_sx1bpnu .ant-input-sm {
30152
+ line-height: 18px;
30026
30153
  }
30027
- .E_c1uzzomf .card-body {
30028
- padding: 24px;
30029
- border-radius: 8px;
30030
- background: #fff;
30154
+
30155
+ .E_f7pxqmh {
30156
+ width: 100%;
30157
+ margin-bottom: 0 !important;
30158
+ flex-flow: nowrap !important;
30159
+ line-break: auto;
30031
30160
  }
30032
- .E_c1uzzomf .empty {
30033
- font-weight: 700;
30034
- font-size: 14px;
30035
- line-height: 22px;
30036
- color: rgba(0, 21, 64, 0.3);
30037
- text-align: center;
30161
+ .E_f7pxqmh > .ant-form-item-label {
30162
+ text-align: left !important;
30163
+ padding-bottom: 0 !important;
30038
30164
  }
30039
-
30040
- .E_d1bw7c5z {
30041
- position: relative;
30042
- max-width: 388px;
30043
- min-width: 285px;
30165
+ .E_f7pxqmh > .ant-form-item-label > label {
30166
+ min-height: 32px;
30167
+ height: auto;
30168
+ font-size: 13px;
30169
+ color: rgba(44, 56, 82, 0.6);
30170
+ white-space: normal;
30044
30171
  }
30045
- .E_d1bw7c5z .center {
30046
- position: absolute;
30047
- font-size: 12px;
30048
- width: 80px;
30049
- height: 100px;
30050
- top: 0;
30051
- left: 35px;
30052
- display: flex;
30053
- flex-direction: column;
30054
- justify-content: center;
30055
- align-items: center;
30056
- color: #00122e;
30172
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
30173
+ border-color: #ff4d4f !important;
30057
30174
  }
30058
- .E_d1bw7c5z .center .number {
30059
- font-size: 24px;
30060
- font-weight: 700;
30175
+ .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
30176
+ border-color: #ff4d4f !important;
30061
30177
  }
30062
- .E_d1bw7c5z .center .text {
30063
- padding: 0 5px;
30178
+ .E_f7pxqmh .ant-form-item-explain {
30179
+ margin-top: 4px;
30064
30180
  font-size: 12px;
30065
- width: inherit;
30066
- text-align: center;
30181
+ min-height: 0px;
30067
30182
  }
30068
- .E_d1bw7c5z .recharts-wrapper {
30069
- display: flex;
30183
+ .E_f7pxqmh .ant-form-item-extra {
30184
+ font-size: 12px;
30185
+ color: rgba(44, 56, 82, 0.6);
30186
+ min-height: 0px;
30070
30187
  }
30071
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
30072
- position: relative !important;
30073
- min-width: calc(100% - var(--d1bw7c5z-0)) !important;
30074
- left: 0 !important;
30075
- bottom: 0 !important;
30076
- display: flex;
30077
- align-items: center;
30188
+
30189
+ .E_atcz0kf .ant-input-suffix {
30190
+ margin-left: 8px;
30078
30191
  }
30079
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
30080
- width: 100%;
30192
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30193
+ padding: 2px 7px 2px 12px;
30081
30194
  }
30082
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
30083
- width: 100%;
30084
- margin-right: 0 !important;
30085
- line-height: 18px;
30086
- }
30087
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
30088
- border-radius: 2px;
30089
- }
30090
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
30091
- min-width: 75px;
30092
- max-width: 198px;
30093
- width: calc(100% - 20px);
30094
- margin-left: 2px;
30095
- color: #00122e !important;
30096
- display: inline-flex;
30097
- justify-content: space-between;
30098
- }
30099
- .E_d1bw7c5z .tooltip-text {
30100
- maxwidth: calc(100% - 12px);
30101
- cursor: pointer;
30102
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
30103
- overflow: hidden;
30104
- text-overflow: ellipsis;
30105
- white-space: nowrap;
30106
- }
30107
- .E_d1bw7c5z .value {
30108
- color: rgba(44, 56, 82, 0.75);
30109
- }
30110
-
30111
- .E_t10pqbtc {
30112
- width: 140px;
30113
- }
30114
- .E_t10pqbtc .item {
30115
- margin: 6px auto;
30116
- display: flex;
30117
- justify-content: space-between;
30118
- }
30119
- .E_t10pqbtc .item .name {
30120
- width: 102px;
30121
- }
30122
-
30123
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30124
- padding: 4px 8px 0 8px;
30125
- color: rgba(44, 56, 82, 0.6);
30126
- font-size: 12px;
30127
- }
30128
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30129
- padding-bottom: 6px;
30130
- }
30131
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30132
- padding-top: 4px;
30133
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30134
- }
30135
-
30136
- .E_fzh9mnb {
30137
- width: 100%;
30138
- height: 100%;
30139
- min-height: 124px;
30140
- display: flex;
30141
- flex-direction: column;
30142
- justify-content: center;
30143
- align-items: center;
30144
- }
30145
- .E_fzh9mnb .error-text {
30146
- color: rgba(10, 37, 85, 0.6);
30147
- margin-bottom: 16px;
30148
- font-size: 18px;
30149
- }
30150
-
30151
- .E_f7pxqmh {
30152
- width: 100%;
30153
- margin-bottom: 0 !important;
30154
- flex-flow: nowrap !important;
30155
- line-break: auto;
30156
- }
30157
- .E_f7pxqmh > .ant-form-item-label {
30158
- text-align: left !important;
30159
- padding-bottom: 0 !important;
30160
- }
30161
- .E_f7pxqmh > .ant-form-item-label > label {
30162
- min-height: 32px;
30163
- height: auto;
30164
- font-size: 13px;
30165
- color: rgba(44, 56, 82, 0.6);
30166
- white-space: normal;
30167
- }
30168
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
30169
- border-color: #ff4d4f !important;
30170
- }
30171
- .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
30172
- border-color: #ff4d4f !important;
30173
- }
30174
- .E_f7pxqmh .ant-form-item-explain {
30175
- margin-top: 4px;
30176
- font-size: 12px;
30177
- min-height: 0px;
30178
- }
30179
- .E_f7pxqmh .ant-form-item-extra {
30180
- font-size: 12px;
30181
- color: rgba(44, 56, 82, 0.6);
30182
- min-height: 0px;
30183
- }
30184
-
30185
- .E_iouxfgt {
30186
- display: inline-flex;
30187
- align-items: center;
30188
- }
30189
- .E_iouxfgt .icon-inner {
30190
- display: inline-flex;
30191
- align-items: center;
30192
- justify-content: center;
30193
- }
30194
- .E_iouxfgt .icon-inner + span,
30195
- .E_iouxfgt span + .icon-inner.suffix {
30196
- margin-left: 4px;
30197
- }
30198
- .E_iouxfgt.is-rotate img,
30199
- .E_iouxfgt.is-rotate svg {
30200
- animation: rotate 680ms linear infinite;
30201
- }
30202
-
30203
- .E_sx1bpnu .ant-input-sm {
30204
- line-height: 18px;
30205
- }
30206
-
30207
- .E_itxley7.ant-input-group.ant-input-group-compact {
30208
- display: flex;
30209
- }
30210
- .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 {
30211
- border-bottom-left-radius: 5px;
30212
- border-top-left-radius: 5px;
30213
- }
30214
- .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 {
30215
- border-bottom-right-radius: 5px;
30216
- border-top-right-radius: 5px;
30217
- }
30218
-
30219
- .E_ai7qkf2 .ant-input-number-handler-wrap {
30220
- display: var(--ai7qkf2-0);
30195
+
30196
+ .E_ai7qkf2 .ant-input-number-handler-wrap {
30197
+ display: var(--ai7qkf2-0);
30221
30198
  }
30222
30199
  .E_ai7qkf2 .ant-input-number-input-wrap {
30223
30200
  display: inline-flex;
@@ -30276,24 +30253,22 @@ html body {
30276
30253
  padding: 2px 8px;
30277
30254
  }
30278
30255
 
30279
- .E_i1inqkme {
30280
- height: 18px;
30281
- line-height: 18px;
30282
- padding: 0 4px;
30283
- border-radius: 4px;
30284
- background: rgba(235, 239, 245, 0.6);
30285
- border: 1px solid rgba(223, 228, 235, 0.6);
30286
- display: flex;
30256
+ .E_iouxfgt {
30257
+ display: inline-flex;
30287
30258
  align-items: center;
30288
- white-space: nowrap;
30289
- margin-right: 4px;
30290
30259
  }
30291
-
30292
- .E_atcz0kf .ant-input-suffix {
30293
- margin-left: 8px;
30260
+ .E_iouxfgt .icon-inner {
30261
+ display: inline-flex;
30262
+ align-items: center;
30263
+ justify-content: center;
30294
30264
  }
30295
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30296
- padding: 2px 7px 2px 12px;
30265
+ .E_iouxfgt .icon-inner + span,
30266
+ .E_iouxfgt span + .icon-inner.suffix {
30267
+ margin-left: 4px;
30268
+ }
30269
+ .E_iouxfgt.is-rotate img,
30270
+ .E_iouxfgt.is-rotate svg {
30271
+ animation: rotate 680ms linear infinite;
30297
30272
  }
30298
30273
 
30299
30274
  .E_a1wfy30z .ant-input-number-handler-wrap {
@@ -30327,58 +30302,216 @@ html body {
30327
30302
  font-size: inherit;
30328
30303
  }
30329
30304
 
30330
- .E_rapgekc.ant-radio-wrapper {
30331
- display: inline-flex;
30332
- align-items: baseline;
30333
- white-space: pre-wrap;
30305
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30306
+ display: flex;
30334
30307
  }
30335
- .E_rapgekc.ant-radio-wrapper .ant-radio {
30336
- position: relative;
30337
- top: 3px;
30308
+ .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 {
30309
+ border-bottom-left-radius: 5px;
30310
+ border-top-left-radius: 5px;
30338
30311
  }
30339
- .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30340
- border-color: rgba(107, 128, 167, 0.6);
30312
+ .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 {
30313
+ border-bottom-right-radius: 5px;
30314
+ border-top-right-radius: 5px;
30341
30315
  }
30342
- .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30343
- border-color: #0080ff;
30316
+
30317
+ .E_i1inqkme {
30318
+ height: 18px;
30319
+ line-height: 18px;
30320
+ padding: 0 4px;
30321
+ border-radius: 4px;
30322
+ background: rgba(235, 239, 245, 0.6);
30323
+ border: 1px solid rgba(223, 228, 235, 0.6);
30324
+ display: flex;
30325
+ align-items: center;
30326
+ white-space: nowrap;
30327
+ margin-right: 4px;
30344
30328
  }
30345
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30346
- border-color: #0080ff;
30347
- background: #0080ff;
30329
+
30330
+ .E_ivqqkzv {
30331
+ height: 24px;
30332
+ width: 56px !important;
30333
+ margin-right: 4px;
30348
30334
  }
30349
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30350
- top: 4px;
30351
- left: 4px;
30352
- width: 6px;
30353
- height: 6px;
30354
- background: #fff;
30335
+
30336
+ .E_c1wk4q29 {
30337
+ color: rgba(44, 56, 82, 0.6);
30355
30338
  }
30356
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30357
- opacity: 0.5;
30339
+
30340
+ .E_phljevk {
30341
+ display: flex;
30342
+ justify-content: space-between;
30343
+ align-items: center;
30344
+ padding: 10px 0;
30345
+ color: rgba(44, 56, 82, 0.6);
30346
+ font-size: 12px;
30347
+ line-height: 24px;
30358
30348
  }
30359
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30360
- border-color: rgba(107, 128, 167, 0.6);
30361
- background: rgba(211, 218, 235, 0.6);
30349
+ .E_phljevk .pagination-left {
30350
+ padding: 2px 8px;
30362
30351
  }
30363
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30364
- background: #00122e;
30352
+ .E_phljevk .dropdown-trigger {
30353
+ display: flex;
30354
+ align-items: center;
30355
+ border-radius: 6px;
30356
+ cursor: pointer;
30357
+ transition: all 0.3s ease;
30365
30358
  }
30366
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30367
- color: #00122e;
30368
- opacity: 0.5;
30359
+ .E_phljevk .dropdown-trigger:hover {
30360
+ background: rgba(211, 218, 235, 0.6);
30361
+ color: #0080ff;
30369
30362
  }
30370
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30371
- color: #00122e;
30363
+ .E_phljevk .dropdown-trigger .icon-inner {
30364
+ margin-left: 4px;
30372
30365
  }
30373
- .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30374
- display: inline-block;
30375
- padding: 0;
30376
- padding-left: 10px;
30366
+ .E_phljevk .pagination-right {
30367
+ display: flex;
30368
+ align-items: center;
30369
+ color: #0080ff;
30370
+ font-weight: bold;
30377
30371
  }
30378
- .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30379
- margin-bottom: 0;
30380
- white-space: pre-wrap;
30381
- color: rgba(44, 56, 82, 0.6);
30372
+ .E_phljevk .pagination-right .icon-inner {
30373
+ margin-left: 4px;
30374
+ }
30375
+ .E_phljevk .pagination-right .prev-btn,
30376
+ .E_phljevk .pagination-right .next-btn {
30377
+ padding: 0 8px;
30378
+ }
30379
+ .E_phljevk .pagination-right .prev-btn > span,
30380
+ .E_phljevk .pagination-right .next-btn > span {
30381
+ color: #0080ff;
30382
+ }
30383
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30384
+ transform: rotate(180deg);
30385
+ }
30386
+
30387
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30388
+ max-height: calc(100vh - 128px);
30389
+ overflow-y: auto;
30390
+ }
30391
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30392
+ padding: 4px 20px;
30393
+ font-size: 12px;
30394
+ line-height: 18px;
30395
+ }
30396
+
30397
+ .E_i11gg7mj .ant-input-prefix {
30398
+ margin-right: 8px;
30399
+ }
30400
+ .E_i11gg7mj .ant-input-suffix {
30401
+ margin-left: 8px;
30402
+ }
30403
+
30404
+ .E_cc368xp {
30405
+ color: #00122e;
30406
+ border-right: 1px solid rgba(172, 186, 211, 0.6);
30407
+ margin-right: 8px;
30408
+ padding-right: 8px;
30409
+ }
30410
+
30411
+ .E_i11o6xqj {
30412
+ display: flex;
30413
+ gap: 4px;
30414
+ }
30415
+ .E_i11o6xqj .icon-wrapper {
30416
+ cursor: pointer;
30417
+ }
30418
+
30419
+ .E_d19ruhdj.icon-wrapper {
30420
+ cursor: not-allowed;
30421
+ }
30422
+
30423
+ .E_c1bus5hc {
30424
+ --color: white;
30425
+ height: 14px;
30426
+ width: 14px;
30427
+ border-radius: 50%;
30428
+ flex-shrink: 0;
30429
+ display: flex;
30430
+ align-items: center;
30431
+ justify-content: center;
30432
+ border: 1px solid var(--color);
30433
+ }
30434
+ .E_c1bus5hc .circle-inner {
30435
+ position: relative;
30436
+ height: 10px;
30437
+ width: 10px;
30438
+ border-radius: 50%;
30439
+ overflow: hidden;
30440
+ }
30441
+ .E_c1bus5hc .circle-content {
30442
+ position: absolute;
30443
+ height: 100%;
30444
+ width: 100%;
30445
+ left: 0;
30446
+ top: 0;
30447
+ border-radius: 50%;
30448
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
30449
+ transform: rotate(180deg);
30450
+ }
30451
+ .E_c1bus5hc .circle-child {
30452
+ position: absolute;
30453
+ height: 100%;
30454
+ width: 100%;
30455
+ left: 0;
30456
+ top: 0;
30457
+ margin-left: 50%;
30458
+ transform-origin: left;
30459
+ background: white;
30460
+ transform: rotate(0deg);
30461
+ }
30462
+
30463
+ .E_rapgekc.ant-radio-wrapper {
30464
+ display: inline-flex;
30465
+ align-items: baseline;
30466
+ white-space: pre-wrap;
30467
+ }
30468
+ .E_rapgekc.ant-radio-wrapper .ant-radio {
30469
+ position: relative;
30470
+ top: 3px;
30471
+ }
30472
+ .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30473
+ border-color: rgba(107, 128, 167, 0.6);
30474
+ }
30475
+ .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30476
+ border-color: #0080ff;
30477
+ }
30478
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30479
+ border-color: #0080ff;
30480
+ background: #0080ff;
30481
+ }
30482
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30483
+ top: 4px;
30484
+ left: 4px;
30485
+ width: 6px;
30486
+ height: 6px;
30487
+ background: #fff;
30488
+ }
30489
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30490
+ opacity: 0.5;
30491
+ }
30492
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30493
+ border-color: rgba(107, 128, 167, 0.6);
30494
+ background: rgba(211, 218, 235, 0.6);
30495
+ }
30496
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30497
+ background: #00122e;
30498
+ }
30499
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30500
+ color: #00122e;
30501
+ opacity: 0.5;
30502
+ }
30503
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30504
+ color: #00122e;
30505
+ }
30506
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30507
+ display: inline-block;
30508
+ padding: 0;
30509
+ padding-left: 10px;
30510
+ }
30511
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30512
+ margin-bottom: 0;
30513
+ white-space: pre-wrap;
30514
+ color: rgba(44, 56, 82, 0.6);
30382
30515
  }
30383
30516
  .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30384
30517
  padding-left: 8px;
@@ -30473,61 +30606,59 @@ html body {
30473
30606
  width: 36px;
30474
30607
  }
30475
30608
 
30476
- .E_phljevk {
30477
- display: flex;
30478
- justify-content: space-between;
30479
- align-items: center;
30480
- padding: 10px 0;
30481
- color: rgba(44, 56, 82, 0.6);
30482
- font-size: 12px;
30483
- line-height: 24px;
30609
+ .E_s1dizucg.ant-switch {
30610
+ min-width: 40px;
30611
+ height: 24px;
30612
+ background: rgba(172, 186, 211, 0.6);
30613
+ overflow: hidden;
30484
30614
  }
30485
- .E_phljevk .pagination-left {
30486
- padding: 2px 8px;
30615
+ .E_s1dizucg.ant-switch:focus {
30616
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30487
30617
  }
30488
- .E_phljevk .dropdown-trigger {
30489
- display: flex;
30490
- align-items: center;
30491
- border-radius: 6px;
30492
- cursor: pointer;
30493
- transition: all 0.3s ease;
30618
+ .E_s1dizucg.ant-switch-small {
30619
+ min-width: 26px;
30620
+ height: 16px;
30494
30621
  }
30495
- .E_phljevk .dropdown-trigger:hover {
30496
- background: rgba(211, 218, 235, 0.6);
30497
- color: #0080ff;
30622
+ .E_s1dizucg.ant-switch-large {
30623
+ min-width: 52px;
30624
+ height: 32px;
30498
30625
  }
30499
- .E_phljevk .dropdown-trigger .icon-inner {
30500
- margin-left: 4px;
30626
+ .E_s1dizucg.ant-switch .ant-switch-handle {
30627
+ height: 20px;
30628
+ width: 20px;
30501
30629
  }
30502
- .E_phljevk .pagination-right {
30503
- display: flex;
30504
- align-items: center;
30505
- color: #0080ff;
30506
- font-weight: bold;
30630
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
30631
+ border-radius: 10px;
30632
+ transition-delay: 120ms;
30507
30633
  }
30508
- .E_phljevk .pagination-right .icon-inner {
30509
- margin-left: 4px;
30634
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
30635
+ height: 14px;
30636
+ width: 14px;
30637
+ top: 1px;
30638
+ left: 1px;
30510
30639
  }
30511
- .E_phljevk .pagination-right .prev-btn,
30512
- .E_phljevk .pagination-right .next-btn {
30513
- padding: 0 8px;
30640
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
30641
+ height: 28px;
30642
+ width: 28px;
30514
30643
  }
30515
- .E_phljevk .pagination-right .prev-btn > span,
30516
- .E_phljevk .pagination-right .next-btn > span {
30517
- color: #0080ff;
30644
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30645
+ border-radius: 14px;
30518
30646
  }
30519
- .E_phljevk .pagination-right .next-btn .icon-inner {
30520
- transform: rotate(180deg);
30647
+ .E_s1dizucg.ant-switch-checked {
30648
+ background-color: #00ba5d;
30521
30649
  }
30522
-
30523
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30524
- max-height: calc(100vh - 128px);
30525
- overflow-y: auto;
30650
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30651
+ left: calc(100% - 20px - 2px);
30526
30652
  }
30527
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30528
- padding: 4px 20px;
30529
- font-size: 12px;
30530
- line-height: 18px;
30653
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30654
+ left: calc(100% - 14px - 1px);
30655
+ }
30656
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30657
+ left: calc(100% - 28px - 2px);
30658
+ }
30659
+
30660
+ .E_c1up6e3y {
30661
+ margin-left: 5px;
30531
30662
  }
30532
30663
 
30533
30664
  .E_owd0kml {
@@ -30539,98 +30670,22 @@ html body {
30539
30670
  position: absolute;
30540
30671
  }
30541
30672
 
30542
- .E_i11gg7mj .ant-input-prefix {
30543
- margin-right: 8px;
30544
- }
30545
- .E_i11gg7mj .ant-input-suffix {
30546
- margin-left: 8px;
30673
+ .E_cnujxq2 {
30674
+ display: flex;
30675
+ flex-direction: column;
30547
30676
  }
30548
30677
 
30549
- .E_cc368xp {
30550
- color: #00122e;
30551
- border-right: 1px solid rgba(172, 186, 211, 0.6);
30552
- margin-right: 8px;
30553
- padding-right: 8px;
30678
+ .E_m7s48ia {
30679
+ max-width: 1120px;
30680
+ width: 100%;
30681
+ margin: 0 auto;
30682
+ height: 100%;
30554
30683
  }
30555
30684
 
30556
- .E_i11o6xqj {
30557
- display: flex;
30558
- gap: 4px;
30559
- }
30560
- .E_i11o6xqj .icon-wrapper {
30561
- cursor: pointer;
30562
- }
30563
-
30564
- .E_d19ruhdj.icon-wrapper {
30565
- cursor: not-allowed;
30566
- }
30567
-
30568
- .E_ivqqkzv {
30569
- height: 24px;
30570
- width: 56px !important;
30571
- margin-right: 4px;
30572
- }
30573
-
30574
- .E_c1wk4q29 {
30575
- color: rgba(44, 56, 82, 0.6);
30576
- }
30577
-
30578
- .E_c1bus5hc {
30579
- --color: white;
30580
- height: 14px;
30581
- width: 14px;
30582
- border-radius: 50%;
30583
- flex-shrink: 0;
30584
- display: flex;
30585
- align-items: center;
30586
- justify-content: center;
30587
- border: 1px solid var(--color);
30588
- }
30589
- .E_c1bus5hc .circle-inner {
30590
- position: relative;
30591
- height: 10px;
30592
- width: 10px;
30593
- border-radius: 50%;
30594
- overflow: hidden;
30595
- }
30596
- .E_c1bus5hc .circle-content {
30597
- position: absolute;
30598
- height: 100%;
30599
- width: 100%;
30600
- left: 0;
30601
- top: 0;
30602
- border-radius: 50%;
30603
- background: linear-gradient(to right, var(--color) 50%, white 50%);
30604
- transform: rotate(180deg);
30605
- }
30606
- .E_c1bus5hc .circle-child {
30607
- position: absolute;
30608
- height: 100%;
30609
- width: 100%;
30610
- left: 0;
30611
- top: 0;
30612
- margin-left: 50%;
30613
- transform-origin: left;
30614
- background: white;
30615
- transform: rotate(0deg);
30616
- }
30617
-
30618
- .E_cnujxq2 {
30619
- display: flex;
30620
- flex-direction: column;
30621
- }
30622
-
30623
- .E_m7s48ia {
30624
- max-width: 1120px;
30625
- width: 100%;
30626
- margin: 0 auto;
30627
- height: 100%;
30628
- }
30629
-
30630
- .E_wt5zbg6 {
30631
- max-width: 1120px;
30632
- width: 100%;
30633
- margin: 0 auto;
30685
+ .E_wt5zbg6 {
30686
+ max-width: 1120px;
30687
+ width: 100%;
30688
+ margin: 0 auto;
30634
30689
  display: flex;
30635
30690
  }
30636
30691
  .E_wt5zbg6 .left,
@@ -31305,533 +31360,267 @@ input.E_rf8rlle.ant-input {
31305
31360
  color: rgba(44, 56, 82, 0.7490196078);
31306
31361
  }
31307
31362
 
31308
- .E_iq1gosr {
31309
- display: inline-block;
31363
+ .E_dsnbhzf {
31364
+ font-family: Inter;
31365
+ font-style: normal;
31366
+ font-weight: bold;
31367
+ font-size: 32px;
31368
+ line-height: 40px;
31310
31369
  }
31311
31370
 
31312
- .E_s1dni7lo {
31313
- width: 430px !important;
31371
+ .E_d1mvo22k {
31372
+ font-family: Inter;
31373
+ font-style: normal;
31374
+ font-weight: bold;
31375
+ font-size: 24px;
31376
+ line-height: 32px;
31314
31377
  }
31315
31378
 
31316
- .E_d1wwmmm5 .ant-select-item-group {
31317
- padding: 8px 16px;
31318
- line-height: 18px;
31319
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31320
- height: 34px;
31321
- min-height: 34px;
31322
- box-sizing: border-box;
31323
- margin-top: 8px;
31379
+ .E_d1b444tr {
31380
+ font-family: Inter;
31381
+ font-style: normal;
31382
+ font-weight: normal;
31383
+ font-size: 32px;
31384
+ line-height: 40px;
31324
31385
  }
31325
31386
 
31326
- .E_o1ugr09p {
31327
- display: flex;
31328
- flex-direction: column;
31329
- margin: 1px 8px;
31330
- padding: 8px;
31331
- border-radius: 4px;
31332
- }
31333
- .E_o1ugr09p .selected-icon {
31334
- display: none;
31335
- }
31336
- .E_o1ugr09p.ant-select-item-option-grouped {
31337
- padding-left: 8px;
31338
- }
31339
- .E_o1ugr09p.ant-select-item-option-selected {
31340
- background-color: white;
31387
+ .E_dvs0kue {
31388
+ font-family: Inter;
31389
+ font-style: normal;
31390
+ font-weight: bold;
31391
+ font-size: 20px;
31392
+ line-height: 24px;
31341
31393
  }
31342
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31343
- color: #0080ff;
31394
+
31395
+ .E_d1hcbfcq {
31396
+ font-family: Inter;
31397
+ font-style: normal;
31398
+ font-weight: normal;
31399
+ font-size: 20px;
31400
+ line-height: 24px;
31344
31401
  }
31345
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31346
- display: block;
31402
+
31403
+ .E_d1cz922v {
31404
+ font-family: Inter;
31405
+ font-style: normal;
31406
+ font-weight: bold;
31407
+ font-size: 18px;
31408
+ line-height: 22px;
31347
31409
  }
31348
- .E_o1ugr09p.ant-select-item-option-active {
31349
- background: rgba(0, 136, 255, 0.16);
31410
+
31411
+ .E_d3nzbrm {
31412
+ font-family: Inter;
31413
+ font-style: normal;
31414
+ font-weight: normal;
31415
+ font-size: 18px;
31416
+ line-height: 22px;
31350
31417
  }
31351
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31352
- color: #0080ff;
31418
+
31419
+ .E_h1g0p5ob {
31420
+ font-family: Inter;
31421
+ font-style: normal;
31422
+ font-weight: bold;
31423
+ font-size: 16px;
31424
+ line-height: 22px;
31353
31425
  }
31354
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31355
- background: rgba(0, 136, 255, 0.1);
31356
- color: #0080ff;
31426
+
31427
+ .E_hydo2ej {
31428
+ font-family: Inter;
31429
+ font-style: normal;
31430
+ font-weight: normal;
31431
+ font-size: 16px;
31432
+ line-height: 22px;
31357
31433
  }
31358
31434
 
31359
- .E_o1ifxsq4 {
31360
- display: flex;
31361
- justify-content: space-between;
31362
- height: 20px;
31435
+ .E_h1hbuq0r {
31436
+ font-family: Inter;
31437
+ font-style: normal;
31438
+ font-weight: bold;
31439
+ font-size: 14px;
31363
31440
  line-height: 20px;
31364
31441
  }
31365
- .E_o1ifxsq4 .timezone-title {
31366
- color: #2d3a56;
31367
- overflow: hidden;
31368
- text-overflow: ellipsis;
31442
+
31443
+ .E_h13bondg {
31444
+ font-family: Inter;
31445
+ font-style: normal;
31446
+ font-weight: normal;
31447
+ font-size: 14px;
31448
+ line-height: 20px;
31369
31449
  }
31370
31450
 
31371
- .E_o1zue7 {
31372
- display: flex;
31373
- justify-content: space-between;
31374
- color: rgba(44, 56, 82, 0.6);
31375
- height: 18px;
31451
+ .E_h1mhvdlx {
31452
+ font-family: Inter;
31453
+ font-style: normal;
31454
+ font-weight: bold;
31455
+ font-size: 12px;
31376
31456
  line-height: 18px;
31377
- margin-top: 2px;
31378
31457
  }
31379
31458
 
31380
- .E_tyfmlxg {
31381
- border: none;
31382
- margin-right: 0;
31383
- background: rgba(225, 230, 241, 0.6);
31459
+ .E_h1inmfq6 {
31460
+ font-family: Inter;
31461
+ font-style: normal;
31462
+ font-weight: normal;
31463
+ font-size: 12px;
31464
+ line-height: 18px;
31384
31465
  }
31385
31466
 
31386
- .E_o18uybox {
31387
- pointer-events: none;
31388
- height: 32px;
31389
- width: 100%;
31390
- opacity: 0;
31467
+ .E_h1kfc0la {
31468
+ font-family: Inter;
31469
+ font-style: normal;
31470
+ font-weight: bold;
31471
+ text-transform: uppercase;
31472
+ font-feature-settings: "cpsp" on;
31473
+ font-size: 12px;
31474
+ line-height: 18px;
31391
31475
  }
31392
31476
 
31393
- .E_s1dizucg.ant-switch {
31394
- min-width: 40px;
31395
- height: 24px;
31396
- background: rgba(172, 186, 211, 0.6);
31397
- overflow: hidden;
31477
+ .E_h10xnyuu {
31478
+ font-family: Inter;
31479
+ font-style: normal;
31480
+ font-weight: normal;
31481
+ text-transform: uppercase;
31482
+ font-feature-settings: "cpsp" on;
31483
+ font-size: 12px;
31484
+ line-height: 18px;
31398
31485
  }
31399
- .E_s1dizucg.ant-switch:focus {
31400
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31486
+
31487
+ .E_lrcmi0v {
31488
+ font-family: Inter;
31489
+ font-style: normal;
31490
+ font-weight: normal;
31491
+ font-size: 16px;
31492
+ line-height: 24px;
31401
31493
  }
31402
- .E_s1dizucg.ant-switch-small {
31403
- min-width: 26px;
31404
- height: 16px;
31405
- }
31406
- .E_s1dizucg.ant-switch-large {
31407
- min-width: 52px;
31408
- height: 32px;
31409
- }
31410
- .E_s1dizucg.ant-switch .ant-switch-handle {
31411
- height: 20px;
31412
- width: 20px;
31413
- }
31414
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
31415
- border-radius: 10px;
31416
- transition-delay: 120ms;
31417
- }
31418
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
31419
- height: 14px;
31420
- width: 14px;
31421
- top: 1px;
31422
- left: 1px;
31423
- }
31424
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
31425
- height: 28px;
31426
- width: 28px;
31427
- }
31428
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31429
- border-radius: 14px;
31430
- }
31431
- .E_s1dizucg.ant-switch-checked {
31432
- background-color: #00ba5d;
31433
- }
31434
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31435
- left: calc(100% - 20px - 2px);
31436
- }
31437
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31438
- left: calc(100% - 14px - 1px);
31439
- }
31440
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31441
- left: calc(100% - 28px - 2px);
31442
- }
31443
-
31444
- .E_c1up6e3y {
31445
- margin-left: 5px;
31446
- }
31447
-
31448
- .E_t1m2x205 .ant-tooltip-arrow {
31449
- display: none;
31450
- }
31451
- .E_t1m2x205 .ant-tooltip-inner {
31452
- background: rgba(23, 38, 64, 0.8);
31453
- border-radius: 4px;
31454
- }
31455
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
31456
- visibility: hidden;
31457
- }
31458
-
31459
- .E_s1sck0th {
31460
- padding: 0 8px;
31461
- border-radius: 4px;
31462
- }
31463
-
31464
- .E_m855nr1 {
31465
- padding: 2px 8px;
31466
- border-radius: 3px;
31467
- }
31468
-
31469
- .E_l1270xpg {
31470
- padding: 3px 8px;
31471
- border-radius: 2px;
31472
- }
31473
-
31474
- .E_t14rextb.ant-tag:hover {
31475
- opacity: unset;
31476
- }
31477
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31478
- margin: 0;
31479
- margin-right: 8px;
31480
- display: inline-flex;
31481
- align-items: center;
31482
- border: none;
31483
- }
31484
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31485
- width: 16px;
31486
- height: 16px;
31487
- color: inherit;
31488
- margin-left: 4px;
31489
- opacity: 0.6;
31490
- display: inline-flex;
31491
- }
31492
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31493
- opacity: 1;
31494
- }
31495
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31496
- color: #0080ff;
31497
- background-color: rgba(0, 136, 255, 0.1);
31498
- }
31499
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31500
- color: #f0483e;
31501
- background-color: rgba(255, 74, 74, 0.1);
31502
- }
31503
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31504
- color: #e07f00;
31505
- background-color: rgba(255, 187, 0, 0.1);
31506
- }
31507
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31508
- color: #008f4c;
31509
- background-color: rgba(30, 201, 127, 0.1);
31510
- }
31511
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31512
- color: #1d326c;
31513
- background-color: rgba(225, 230, 241, 0.6);
31514
- }
31515
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31516
- color: #7E41FF;
31517
- background-color: rgba(126, 65, 255, 0.1);
31518
- }
31519
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31520
- color: #fff;
31521
- }
31522
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31523
- background-color: #f0483e;
31524
- }
31525
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31526
- background-color: #fea008;
31527
- }
31528
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31529
- background-color: #00ba5d;
31530
- }
31531
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31532
- background-color: #0080ff;
31533
- }
31534
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31535
- background-color: #6b7d99;
31536
- }
31537
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31538
- background-color: #7E41FF;
31539
- }
31540
-
31541
- .E_tju3gfj .date {
31542
- margin-right: 4px;
31543
- }
31544
-
31545
- .E_c1yyuluq {
31546
- border-radius: 8px;
31547
- }
31548
- .E_c1yyuluq .ant-card-body {
31549
- padding: 20px 24px 24px 24px;
31550
- }
31551
-
31552
- .E_ccrbeuz .ant-collapse-item {
31553
- border: 0px;
31554
- background-color: #fff;
31555
- }
31556
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
31557
- padding-top: 0px;
31558
- padding-bottom: 0px;
31559
- padding-left: 0px !important;
31560
- padding-right: 24px;
31561
- }
31562
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
31563
- right: 0px;
31564
- }
31565
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
31566
- padding: 0px;
31567
- }
31568
-
31569
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
31570
- padding-right: 0px;
31571
- cursor: default;
31494
+
31495
+ .E_lzt43lp {
31496
+ font-family: Inter;
31497
+ font-style: normal;
31498
+ font-weight: bold;
31499
+ font-size: 16px;
31500
+ line-height: 24px;
31572
31501
  }
31573
31502
 
31574
- .E_dsnbhzf {
31503
+ .E_l5yc9nt {
31575
31504
  font-family: Inter;
31576
31505
  font-style: normal;
31577
- font-weight: bold;
31578
- font-size: 32px;
31579
- line-height: 40px;
31506
+ font-weight: normal;
31507
+ font-size: 16px;
31508
+ line-height: 24px;
31580
31509
  }
31581
31510
 
31582
- .E_d1mvo22k {
31511
+ .E_l1fbkbzo {
31583
31512
  font-family: Inter;
31584
31513
  font-style: normal;
31585
31514
  font-weight: bold;
31586
- font-size: 24px;
31587
- line-height: 32px;
31515
+ font-size: 16px;
31516
+ line-height: 24px;
31588
31517
  }
31589
31518
 
31590
- .E_d1b444tr {
31519
+ .E_lahvcax {
31591
31520
  font-family: Inter;
31592
31521
  font-style: normal;
31593
31522
  font-weight: normal;
31594
- font-size: 32px;
31595
- line-height: 40px;
31523
+ text-transform: uppercase;
31524
+ font-feature-settings: "cpsp" on;
31525
+ font-size: 16px;
31526
+ line-height: 24px;
31596
31527
  }
31597
31528
 
31598
- .E_dvs0kue {
31529
+ .E_l11q3pxd {
31599
31530
  font-family: Inter;
31600
31531
  font-style: normal;
31601
31532
  font-weight: bold;
31602
- font-size: 20px;
31533
+ text-transform: uppercase;
31534
+ font-feature-settings: "cpsp" on;
31535
+ font-size: 16px;
31603
31536
  line-height: 24px;
31604
31537
  }
31605
31538
 
31606
- .E_d1hcbfcq {
31539
+ .E_lfuc2qu {
31607
31540
  font-family: Inter;
31608
31541
  font-style: normal;
31609
31542
  font-weight: normal;
31610
- font-size: 20px;
31611
- line-height: 24px;
31543
+ font-size: 14px;
31544
+ line-height: 22px;
31612
31545
  }
31613
31546
 
31614
- .E_d1cz922v {
31547
+ .E_l1jmp8r0 {
31548
+ font-family: Inter;
31549
+ font-style: normal;
31550
+ font-weight: 500;
31551
+ font-size: 14px;
31552
+ line-height: 22px;
31553
+ }
31554
+
31555
+ .E_lcnm221 {
31615
31556
  font-family: Inter;
31616
31557
  font-style: normal;
31617
31558
  font-weight: bold;
31618
- font-size: 18px;
31559
+ font-size: 14px;
31619
31560
  line-height: 22px;
31620
31561
  }
31621
31562
 
31622
- .E_d3nzbrm {
31563
+ .E_lu1z2n5 {
31623
31564
  font-family: Inter;
31624
31565
  font-style: normal;
31625
31566
  font-weight: normal;
31626
- font-size: 18px;
31567
+ font-size: 14px;
31627
31568
  line-height: 22px;
31628
31569
  }
31629
31570
 
31630
- .E_h1g0p5ob {
31571
+ .E_l1r59djn {
31631
31572
  font-family: Inter;
31632
31573
  font-style: normal;
31633
31574
  font-weight: bold;
31634
- font-size: 16px;
31575
+ font-size: 14px;
31635
31576
  line-height: 22px;
31636
31577
  }
31637
31578
 
31638
- .E_hydo2ej {
31579
+ .E_ljm2911 {
31639
31580
  font-family: Inter;
31640
31581
  font-style: normal;
31641
31582
  font-weight: normal;
31642
- font-size: 16px;
31583
+ text-transform: uppercase;
31584
+ font-feature-settings: "cpsp" on;
31585
+ font-size: 14px;
31643
31586
  line-height: 22px;
31644
31587
  }
31645
31588
 
31646
- .E_h1hbuq0r {
31589
+ .E_l124mzmr {
31647
31590
  font-family: Inter;
31648
31591
  font-style: normal;
31649
31592
  font-weight: bold;
31593
+ text-transform: uppercase;
31594
+ font-feature-settings: "cpsp" on;
31650
31595
  font-size: 14px;
31651
- line-height: 20px;
31596
+ line-height: 22px;
31652
31597
  }
31653
31598
 
31654
- .E_h13bondg {
31599
+ .E_lb3chel {
31655
31600
  font-family: Inter;
31656
31601
  font-style: normal;
31657
31602
  font-weight: normal;
31658
- font-size: 14px;
31603
+ font-size: 13px;
31659
31604
  line-height: 20px;
31660
31605
  }
31661
31606
 
31662
- .E_h1mhvdlx {
31607
+ .E_lv9jstu {
31663
31608
  font-family: Inter;
31664
31609
  font-style: normal;
31665
- font-weight: bold;
31666
- font-size: 12px;
31667
- line-height: 18px;
31610
+ font-weight: 600;
31611
+ font-size: 13px;
31612
+ line-height: 20px;
31668
31613
  }
31669
31614
 
31670
- .E_h1inmfq6 {
31615
+ .E_lwqlh3x {
31671
31616
  font-family: Inter;
31672
31617
  font-style: normal;
31673
- font-weight: normal;
31674
- font-size: 12px;
31675
- line-height: 18px;
31618
+ font-weight: bold;
31619
+ font-size: 13px;
31620
+ line-height: 20px;
31676
31621
  }
31677
31622
 
31678
- .E_h1kfc0la {
31679
- font-family: Inter;
31680
- font-style: normal;
31681
- font-weight: bold;
31682
- text-transform: uppercase;
31683
- font-feature-settings: "cpsp" on;
31684
- font-size: 12px;
31685
- line-height: 18px;
31686
- }
31687
-
31688
- .E_h10xnyuu {
31689
- font-family: Inter;
31690
- font-style: normal;
31691
- font-weight: normal;
31692
- text-transform: uppercase;
31693
- font-feature-settings: "cpsp" on;
31694
- font-size: 12px;
31695
- line-height: 18px;
31696
- }
31697
-
31698
- .E_lrcmi0v {
31699
- font-family: Inter;
31700
- font-style: normal;
31701
- font-weight: normal;
31702
- font-size: 16px;
31703
- line-height: 24px;
31704
- }
31705
-
31706
- .E_lzt43lp {
31707
- font-family: Inter;
31708
- font-style: normal;
31709
- font-weight: bold;
31710
- font-size: 16px;
31711
- line-height: 24px;
31712
- }
31713
-
31714
- .E_l5yc9nt {
31715
- font-family: Inter;
31716
- font-style: normal;
31717
- font-weight: normal;
31718
- font-size: 16px;
31719
- line-height: 24px;
31720
- }
31721
-
31722
- .E_l1fbkbzo {
31723
- font-family: Inter;
31724
- font-style: normal;
31725
- font-weight: bold;
31726
- font-size: 16px;
31727
- line-height: 24px;
31728
- }
31729
-
31730
- .E_lahvcax {
31731
- font-family: Inter;
31732
- font-style: normal;
31733
- font-weight: normal;
31734
- text-transform: uppercase;
31735
- font-feature-settings: "cpsp" on;
31736
- font-size: 16px;
31737
- line-height: 24px;
31738
- }
31739
-
31740
- .E_l11q3pxd {
31741
- font-family: Inter;
31742
- font-style: normal;
31743
- font-weight: bold;
31744
- text-transform: uppercase;
31745
- font-feature-settings: "cpsp" on;
31746
- font-size: 16px;
31747
- line-height: 24px;
31748
- }
31749
-
31750
- .E_lfuc2qu {
31751
- font-family: Inter;
31752
- font-style: normal;
31753
- font-weight: normal;
31754
- font-size: 14px;
31755
- line-height: 22px;
31756
- }
31757
-
31758
- .E_l1jmp8r0 {
31759
- font-family: Inter;
31760
- font-style: normal;
31761
- font-weight: 500;
31762
- font-size: 14px;
31763
- line-height: 22px;
31764
- }
31765
-
31766
- .E_lcnm221 {
31767
- font-family: Inter;
31768
- font-style: normal;
31769
- font-weight: bold;
31770
- font-size: 14px;
31771
- line-height: 22px;
31772
- }
31773
-
31774
- .E_lu1z2n5 {
31775
- font-family: Inter;
31776
- font-style: normal;
31777
- font-weight: normal;
31778
- font-size: 14px;
31779
- line-height: 22px;
31780
- }
31781
-
31782
- .E_l1r59djn {
31783
- font-family: Inter;
31784
- font-style: normal;
31785
- font-weight: bold;
31786
- font-size: 14px;
31787
- line-height: 22px;
31788
- }
31789
-
31790
- .E_ljm2911 {
31791
- font-family: Inter;
31792
- font-style: normal;
31793
- font-weight: normal;
31794
- text-transform: uppercase;
31795
- font-feature-settings: "cpsp" on;
31796
- font-size: 14px;
31797
- line-height: 22px;
31798
- }
31799
-
31800
- .E_l124mzmr {
31801
- font-family: Inter;
31802
- font-style: normal;
31803
- font-weight: bold;
31804
- text-transform: uppercase;
31805
- font-feature-settings: "cpsp" on;
31806
- font-size: 14px;
31807
- line-height: 22px;
31808
- }
31809
-
31810
- .E_lb3chel {
31811
- font-family: Inter;
31812
- font-style: normal;
31813
- font-weight: normal;
31814
- font-size: 13px;
31815
- line-height: 20px;
31816
- }
31817
-
31818
- .E_lv9jstu {
31819
- font-family: Inter;
31820
- font-style: normal;
31821
- font-weight: 600;
31822
- font-size: 13px;
31823
- line-height: 20px;
31824
- }
31825
-
31826
- .E_lwqlh3x {
31827
- font-family: Inter;
31828
- font-style: normal;
31829
- font-weight: bold;
31830
- font-size: 13px;
31831
- line-height: 20px;
31832
- }
31833
-
31834
- .E_lalum9y {
31623
+ .E_lalum9y {
31835
31624
  font-family: Inter;
31836
31625
  font-style: normal;
31837
31626
  font-weight: normal;
@@ -32080,86 +31869,326 @@ input.E_rf8rlle.ant-input {
32080
31869
  min-width: 1280px;
32081
31870
  }
32082
31871
 
32083
- .E_hrhfj7c {
32084
- display: none;
31872
+ .E_tju3gfj .date {
31873
+ margin-right: 4px;
32085
31874
  }
32086
31875
 
32087
- .E_dt9qoak .bottom {
32088
- color: rgba(44, 56, 82, 0.75);
32089
- }
32090
- .E_dt9qoak .left {
32091
- min-width: 0;
31876
+ .E_iq1gosr {
31877
+ display: inline-block;
32092
31878
  }
32093
31879
 
32094
- .E_crhnxq5 {
32095
- display: flex;
32096
- flex-direction: row;
32097
- justify-content: space-between;
31880
+ .E_s1dni7lo {
31881
+ width: 430px !important;
32098
31882
  }
32099
- .E_crhnxq5 .label {
32100
- color: rgba(44, 56, 82, 0.6);
32101
- font-weight: 400;
31883
+
31884
+ .E_d1wwmmm5 .ant-select-item-group {
31885
+ padding: 8px 16px;
31886
+ line-height: 18px;
31887
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31888
+ height: 34px;
31889
+ min-height: 34px;
31890
+ box-sizing: border-box;
31891
+ margin-top: 8px;
32102
31892
  }
32103
31893
 
32104
- .E_c1iq43vd {
31894
+ .E_o1ugr09p {
32105
31895
  display: flex;
32106
31896
  flex-direction: column;
32107
- justify-content: center;
32108
- align-items: center;
32109
- height: 240px;
32110
- width: 432px;
32111
- }
32112
-
32113
- .E_c1h2v0a8.ant-input-affix-wrapper {
32114
- border-radius: 0px;
32115
- box-shadow: unset;
32116
- border: 0;
32117
- border-bottom: 1px solid #e4e9f2;
31897
+ margin: 1px 8px;
31898
+ padding: 8px;
31899
+ border-radius: 4px;
32118
31900
  }
32119
-
32120
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
32121
- padding: 4px;
31901
+ .E_o1ugr09p .selected-icon {
31902
+ display: none;
32122
31903
  }
32123
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
32124
- line-height: normal;
31904
+ .E_o1ugr09p.ant-select-item-option-grouped {
31905
+ padding-left: 8px;
32125
31906
  }
32126
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
32127
- height: 22px;
31907
+ .E_o1ugr09p.ant-select-item-option-selected {
31908
+ background-color: white;
32128
31909
  }
32129
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
32130
- row-gap: 2px;
31910
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31911
+ color: #0080ff;
32131
31912
  }
32132
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
32133
- line-height: normal;
31913
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31914
+ display: block;
32134
31915
  }
32135
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item span {
32136
- max-width: 100%;
31916
+ .E_o1ugr09p.ant-select-item-option-active {
31917
+ background: rgba(0, 136, 255, 0.16);
32137
31918
  }
32138
- .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
32139
- font-size: 13px;
32140
- line-height: 20px;
31919
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31920
+ color: #0080ff;
32141
31921
  }
32142
-
32143
- .E_c1ec3mnt {
32144
- font-size: 13px;
31922
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31923
+ background: rgba(0, 136, 255, 0.1);
31924
+ color: #0080ff;
32145
31925
  }
32146
31926
 
32147
- .E_c1iye0zj {
32148
- padding: 7px 14px;
32149
- height: 20px;
32150
- font-weight: 400;
32151
- box-sizing: content-box;
32152
- color: rgba(44, 56, 82, 0.75);
31927
+ .E_o1ifxsq4 {
32153
31928
  display: flex;
32154
- flex-direction: row;
32155
31929
  justify-content: space-between;
32156
- align-items: center;
32157
- border-bottom: 1px solid #e4e9f2;
31930
+ height: 20px;
31931
+ line-height: 20px;
31932
+ }
31933
+ .E_o1ifxsq4 .timezone-title {
31934
+ color: #2d3a56;
31935
+ overflow: hidden;
31936
+ text-overflow: ellipsis;
32158
31937
  }
32159
31938
 
32160
- .E_ckhyuyx {
32161
- box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
32162
- border-radius: 8px;
31939
+ .E_o1zue7 {
31940
+ display: flex;
31941
+ justify-content: space-between;
31942
+ color: rgba(44, 56, 82, 0.6);
31943
+ height: 18px;
31944
+ line-height: 18px;
31945
+ margin-top: 2px;
31946
+ }
31947
+
31948
+ .E_tyfmlxg {
31949
+ border: none;
31950
+ margin-right: 0;
31951
+ background: rgba(225, 230, 241, 0.6);
31952
+ }
31953
+
31954
+ .E_o18uybox {
31955
+ pointer-events: none;
31956
+ height: 32px;
31957
+ width: 100%;
31958
+ opacity: 0;
31959
+ }
31960
+
31961
+ .E_s1sck0th {
31962
+ padding: 0 8px;
31963
+ border-radius: 4px;
31964
+ }
31965
+
31966
+ .E_m855nr1 {
31967
+ padding: 2px 8px;
31968
+ border-radius: 3px;
31969
+ }
31970
+
31971
+ .E_l1270xpg {
31972
+ padding: 3px 8px;
31973
+ border-radius: 2px;
31974
+ }
31975
+
31976
+ .E_t14rextb.ant-tag:hover {
31977
+ opacity: unset;
31978
+ }
31979
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31980
+ margin: 0;
31981
+ margin-right: 8px;
31982
+ display: inline-flex;
31983
+ align-items: center;
31984
+ border: none;
31985
+ }
31986
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31987
+ width: 16px;
31988
+ height: 16px;
31989
+ color: inherit;
31990
+ margin-left: 4px;
31991
+ opacity: 0.6;
31992
+ display: inline-flex;
31993
+ }
31994
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31995
+ opacity: 1;
31996
+ }
31997
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31998
+ color: #0080ff;
31999
+ background-color: rgba(0, 136, 255, 0.1);
32000
+ }
32001
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32002
+ color: #f0483e;
32003
+ background-color: rgba(255, 74, 74, 0.1);
32004
+ }
32005
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32006
+ color: #e07f00;
32007
+ background-color: rgba(255, 187, 0, 0.1);
32008
+ }
32009
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32010
+ color: #008f4c;
32011
+ background-color: rgba(30, 201, 127, 0.1);
32012
+ }
32013
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32014
+ color: #1d326c;
32015
+ background-color: rgba(225, 230, 241, 0.6);
32016
+ }
32017
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32018
+ color: #7E41FF;
32019
+ background-color: rgba(126, 65, 255, 0.1);
32020
+ }
32021
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32022
+ color: #fff;
32023
+ }
32024
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32025
+ background-color: #f0483e;
32026
+ }
32027
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32028
+ background-color: #fea008;
32029
+ }
32030
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32031
+ background-color: #00ba5d;
32032
+ }
32033
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32034
+ background-color: #0080ff;
32035
+ }
32036
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32037
+ background-color: #6b7d99;
32038
+ }
32039
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32040
+ background-color: #7E41FF;
32041
+ }
32042
+
32043
+ .E_t1m2x205 .ant-tooltip-arrow {
32044
+ display: none;
32045
+ }
32046
+ .E_t1m2x205 .ant-tooltip-inner {
32047
+ background: rgba(23, 38, 64, 0.8);
32048
+ border-radius: 4px;
32049
+ }
32050
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
32051
+ visibility: hidden;
32052
+ }
32053
+
32054
+ .E_c1yyuluq {
32055
+ border-radius: 8px;
32056
+ }
32057
+ .E_c1yyuluq .ant-card-body {
32058
+ padding: 20px 24px 24px 24px;
32059
+ }
32060
+
32061
+ .E_ccrbeuz .ant-collapse-item {
32062
+ border: 0px;
32063
+ background-color: #fff;
32064
+ }
32065
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
32066
+ padding-top: 0px;
32067
+ padding-bottom: 0px;
32068
+ padding-left: 0px !important;
32069
+ padding-right: 24px;
32070
+ }
32071
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32072
+ right: 0px;
32073
+ }
32074
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32075
+ padding: 0px;
32076
+ }
32077
+
32078
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
32079
+ padding-right: 0px;
32080
+ cursor: default;
32081
+ }
32082
+
32083
+ .E_suhck3k {
32084
+ height: 24px;
32085
+ width: 24px;
32086
+ border-radius: 6px;
32087
+ padding: 4px;
32088
+ }
32089
+ .E_suhck3k:hover {
32090
+ background-color: rgba(0, 136, 255, 0.1);
32091
+ }
32092
+ .E_suhck3k:hover svg path {
32093
+ fill: blue;
32094
+ }
32095
+
32096
+ .E_ryby9ds {
32097
+ display: flex;
32098
+ align-items: center;
32099
+ }
32100
+ .E_ryby9ds .order {
32101
+ height: 24px;
32102
+ width: 24px;
32103
+ border-radius: 20px;
32104
+ color: #0080ff;
32105
+ background: rgba(0, 136, 255, 0.1);
32106
+ display: flex;
32107
+ align-items: center;
32108
+ justify-content: center;
32109
+ margin-right: 6px;
32110
+ }
32111
+
32112
+ .E_hrhfj7c {
32113
+ display: none;
32114
+ }
32115
+
32116
+ .E_dt9qoak .bottom {
32117
+ color: rgba(44, 56, 82, 0.75);
32118
+ }
32119
+ .E_dt9qoak .left {
32120
+ min-width: 0;
32121
+ }
32122
+
32123
+ .E_crhnxq5 {
32124
+ display: flex;
32125
+ flex-direction: row;
32126
+ justify-content: space-between;
32127
+ }
32128
+ .E_crhnxq5 .label {
32129
+ color: rgba(44, 56, 82, 0.6);
32130
+ font-weight: 400;
32131
+ }
32132
+
32133
+ .E_c1iq43vd {
32134
+ display: flex;
32135
+ flex-direction: column;
32136
+ justify-content: center;
32137
+ align-items: center;
32138
+ height: 240px;
32139
+ width: 432px;
32140
+ }
32141
+
32142
+ .E_c1h2v0a8.ant-input-affix-wrapper {
32143
+ border-radius: 0px;
32144
+ box-shadow: unset;
32145
+ border: 0;
32146
+ border-bottom: 1px solid #e4e9f2;
32147
+ }
32148
+
32149
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
32150
+ padding: 4px;
32151
+ }
32152
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
32153
+ line-height: normal;
32154
+ }
32155
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
32156
+ height: 22px;
32157
+ }
32158
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
32159
+ row-gap: 2px;
32160
+ }
32161
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
32162
+ line-height: normal;
32163
+ }
32164
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item span {
32165
+ max-width: 100%;
32166
+ }
32167
+ .E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
32168
+ font-size: 13px;
32169
+ line-height: 20px;
32170
+ }
32171
+
32172
+ .E_c1ec3mnt {
32173
+ font-size: 13px;
32174
+ }
32175
+
32176
+ .E_c1iye0zj {
32177
+ padding: 7px 14px;
32178
+ height: 20px;
32179
+ font-weight: 400;
32180
+ box-sizing: content-box;
32181
+ color: rgba(44, 56, 82, 0.75);
32182
+ display: flex;
32183
+ flex-direction: row;
32184
+ justify-content: space-between;
32185
+ align-items: center;
32186
+ border-bottom: 1px solid #e4e9f2;
32187
+ }
32188
+
32189
+ .E_ckhyuyx {
32190
+ box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
32191
+ border-radius: 8px;
32163
32192
  padding: 0px;
32164
32193
  }
32165
32194
  .E_ckhyuyx ul.antd5-cascader-menu {
@@ -32299,35 +32328,6 @@ input.E_rf8rlle.ant-input {
32299
32328
  font-size: 14px;
32300
32329
  }
32301
32330
 
32302
- .E_suhck3k {
32303
- height: 24px;
32304
- width: 24px;
32305
- border-radius: 6px;
32306
- padding: 4px;
32307
- }
32308
- .E_suhck3k:hover {
32309
- background-color: rgba(0, 136, 255, 0.1);
32310
- }
32311
- .E_suhck3k:hover svg path {
32312
- fill: blue;
32313
- }
32314
-
32315
- .E_ryby9ds {
32316
- display: flex;
32317
- align-items: center;
32318
- }
32319
- .E_ryby9ds .order {
32320
- height: 24px;
32321
- width: 24px;
32322
- border-radius: 20px;
32323
- color: #0080ff;
32324
- background: rgba(0, 136, 255, 0.1);
32325
- display: flex;
32326
- align-items: center;
32327
- justify-content: center;
32328
- margin-right: 6px;
32329
- }
32330
-
32331
32331
  .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
32332
32332
  border-radius: 6px;
32333
32333
  }
@@ -32385,6 +32385,20 @@ input.E_rf8rlle.ant-input {
32385
32385
  transform: rotate(180deg);
32386
32386
  }
32387
32387
 
32388
+ .E_m5foqp8 {
32389
+ --footer-height: 96px;
32390
+ --header-height: 80px;
32391
+ --modal-content-width: 720px;
32392
+ --modal-content-min-height: 200px;
32393
+ --modal-content-max-height: calc(
32394
+ 100vh - 136px - var(--header-height) - var(--footer-height)
32395
+ );
32396
+ --modal-header-padding: 36px 60px 0;
32397
+ --modal-content-padding-y: 36px;
32398
+ --modal-content-padding-x: 60px;
32399
+ --modal-footer-padding: 0 60px;
32400
+ }
32401
+
32388
32402
  .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
32389
32403
  opacity: 1;
32390
32404
  }
@@ -32512,20 +32526,6 @@ input.E_rf8rlle.ant-input {
32512
32526
  color: rgba(0, 21, 64, 0.3);
32513
32527
  }
32514
32528
 
32515
- .E_m5foqp8 {
32516
- --footer-height: 96px;
32517
- --header-height: 80px;
32518
- --modal-content-width: 720px;
32519
- --modal-content-min-height: 200px;
32520
- --modal-content-max-height: calc(
32521
- 100vh - 136px - var(--header-height) - var(--footer-height)
32522
- );
32523
- --modal-header-padding: 36px 60px 0;
32524
- --modal-content-padding-y: 36px;
32525
- --modal-content-padding-x: 60px;
32526
- --modal-footer-padding: 0 60px;
32527
- }
32528
-
32529
32529
  .E_oa99sl3 {
32530
32530
  display: flex;
32531
32531
  justify-content: space-between;
@@ -32551,21 +32551,6 @@ input.E_rf8rlle.ant-input {
32551
32551
  flex-shrink: 0;
32552
32552
  }
32553
32553
 
32554
- .E_w1dxz879 {
32555
- display: flex;
32556
- flex-direction: column;
32557
- gap: 6px;
32558
- }
32559
- .E_w1dxz879 .ellipsis-tooltip {
32560
- max-height: var(--w1dxz879-0);
32561
- text-overflow: clip;
32562
- overflow: hidden;
32563
- }
32564
- .E_w1dxz879 .tips {
32565
- color: #fff;
32566
- opacity: 0.8;
32567
- }
32568
-
32569
32554
  .E_h12yihis {
32570
32555
  height: 50px;
32571
32556
  border-bottom: 2px solid #edf0f7;
@@ -32786,6 +32771,21 @@ input.E_rf8rlle.ant-input {
32786
32771
  position: static;
32787
32772
  }
32788
32773
 
32774
+ .E_w1dxz879 {
32775
+ display: flex;
32776
+ flex-direction: column;
32777
+ gap: 6px;
32778
+ }
32779
+ .E_w1dxz879 .ellipsis-tooltip {
32780
+ max-height: var(--w1dxz879-0);
32781
+ text-overflow: clip;
32782
+ overflow: hidden;
32783
+ }
32784
+ .E_w1dxz879 .tips {
32785
+ color: #fff;
32786
+ opacity: 0.8;
32787
+ }
32788
+
32789
32789
  .E_s11wux3h .antd5-segmented-item:not(:last-child) {
32790
32790
  margin-right: 2px;
32791
32791
  }
@@ -32840,10 +32840,6 @@ input.E_rf8rlle.ant-input {
32840
32840
  margin-inline-end: unset;
32841
32841
  }
32842
32842
 
32843
- .E_c1yd35n {
32844
- padding: 0 12px 14px 12px;
32845
- }
32846
-
32847
32843
  .E_c1kghdax {
32848
32844
  color: #2d3a56;
32849
32845
  padding: 7px 12px;
@@ -32884,6 +32880,27 @@ input.E_rf8rlle.ant-input {
32884
32880
  margin-right: 2px;
32885
32881
  }
32886
32882
 
32883
+ .E_b14q2gmw {
32884
+ 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);
32885
+ }
32886
+
32887
+ .E_c1eym6el {
32888
+ border-radius: 8px;
32889
+ background-color: white;
32890
+ }
32891
+ .E_c1eym6el.hoverable {
32892
+ cursor: pointer;
32893
+ }
32894
+ .E_c1eym6el.hoverable:hover {
32895
+ transition: all 200ms ease;
32896
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32897
+ transform: translateY(-4px);
32898
+ }
32899
+
32900
+ .E_c1yd35n {
32901
+ padding: 0 12px 14px 12px;
32902
+ }
32903
+
32887
32904
  .E_ckui4s7 {
32888
32905
  color: #2d3a56;
32889
32906
  line-height: 22px;
@@ -32948,227 +32965,117 @@ input.E_rf8rlle.ant-input {
32948
32965
  margin-left: 24px;
32949
32966
  }
32950
32967
 
32951
- .E_b14q2gmw {
32952
- 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);
32968
+ .E_lht19u8 {
32969
+ width: 64px;
32970
+ height: 64px;
32971
+ display: flex;
32972
+ align-items: center;
32973
+ justify-content: center;
32974
+ position: relative;
32975
+ opacity: 0.2;
32953
32976
  }
32954
32977
 
32955
- .E_c1eym6el {
32956
- border-radius: 8px;
32957
- background-color: white;
32978
+ .E_lk3gkp4 {
32979
+ position: absolute;
32980
+ width: 5px;
32981
+ height: 48px;
32982
+ left: 9.33px;
32983
+ top: 40.5px;
32984
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32985
+ border-radius: 5px;
32986
+ transform: rotate(-128deg);
32987
+ transform-origin: top left;
32988
+ animation: loading-indicator1 1100ms ease-out infinite;
32958
32989
  }
32959
- .E_c1eym6el.hoverable {
32960
- cursor: pointer;
32990
+
32991
+ .E_ll4n94n {
32992
+ position: absolute;
32993
+ width: 5px;
32994
+ height: 48px;
32995
+ left: 40.8px;
32996
+ top: 8.4px;
32997
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32998
+ border-radius: 5px;
32999
+ transform: rotate(-8deg);
33000
+ transform-origin: top left;
33001
+ animation: loading-indicator2 1100ms ease-out infinite;
32961
33002
  }
32962
- .E_c1eym6el.hoverable:hover {
32963
- transition: all 200ms ease;
32964
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32965
- transform: translateY(-4px);
33003
+
33004
+ .E_l17lbdo6 {
33005
+ position: absolute;
33006
+ width: 5px;
33007
+ height: 48px;
33008
+ left: 52.9px;
33009
+ top: 51.8px;
33010
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33011
+ border-radius: 5px;
33012
+ transform: rotate(112deg);
33013
+ transform-origin: top left;
33014
+ animation: loading-indicator3 1100ms ease-out infinite;
32966
33015
  }
32967
33016
 
32968
- .E_l1ucdodl {
32969
- margin: 0;
32970
- border-radius: 20px;
32971
- padding: 2px 10px;
32972
- height: 22px;
33017
+ .E_m11nzl2x {
33018
+ color: rgba(44, 56, 82, 0.6);
33019
+ text-align: center;
32973
33020
  display: flex;
32974
33021
  align-items: center;
33022
+ justify-content: center;
33023
+ flex-direction: column;
33024
+ height: 100%;
32975
33025
  }
32976
- .E_l1ucdodl.ui-kit-status-legend.on-tint {
32977
- color: #FFFFFF;
32978
- }
32979
- .E_l1ucdodl.tag-hover {
33026
+ .E_m11nzl2x .link {
33027
+ color: #0080ff;
32980
33028
  cursor: pointer;
32981
33029
  }
32982
- .E_l1ucdodl.ui-kit-status-legend {
32983
- color: #00122e;
32984
- }
32985
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
32986
- margin-right: 6px;
32987
- }
32988
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
32989
- margin-left: 8px;
32990
- color: rgba(44, 56, 82, 0.6);
33030
+
33031
+ .E_mn7joto {
33032
+ width: 100%;
33033
+ height: 100%;
33034
+ display: flex;
33035
+ flex-direction: column;
32991
33036
  }
32992
- .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
32993
- color: #FFFFFF;
33037
+ .E_mn7joto .name-toolbar {
33038
+ width: 100%;
33039
+ display: flex;
33040
+ line-height: 30px;
33041
+ justify-content: space-between;
32994
33042
  }
32995
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
32996
- background-color: #0080ff;
33043
+ .E_mn7joto .name-toolbar .metric-extra {
33044
+ display: flex;
33045
+ font-size: 12px;
33046
+ align-items: center;
32997
33047
  }
32998
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
32999
- background-color: #f0483e;
33048
+ .E_mn7joto .name-toolbar .metric-extra .info-item {
33049
+ color: #a3b4cc;
33000
33050
  }
33001
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
33002
- background-color: #fea008;
33051
+ .E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
33052
+ margin-left: 10px;
33003
33053
  }
33004
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
33005
- background-color: #00ba5d;
33054
+ .E_mn7joto .name-toolbar .metric-extra .menu-trigger {
33055
+ margin-left: 10px;
33056
+ cursor: pointer;
33006
33057
  }
33007
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33008
- background-color: #6b7d99;
33058
+ .E_mn7joto .content {
33059
+ flex: 1;
33060
+ width: 100%;
33061
+ display: flex;
33062
+ justify-content: center;
33063
+ align-items: center;
33009
33064
  }
33010
- .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33011
- background-color: #7E41FF;
33065
+ .E_mn7joto .single-content {
33066
+ height: 65px;
33012
33067
  }
33013
33068
 
33014
- .E_s1qj66nc {
33015
- width: 8px;
33016
- height: 8px;
33017
- border-radius: 50%;
33018
- display: inline-block;
33069
+ .E_l1bifhon {
33070
+ display: flex;
33071
+ align-items: center;
33072
+ white-space: nowrap;
33073
+ overflow: hidden;
33074
+ width: 100%;
33019
33075
  }
33020
-
33021
- .E_s5x1boq {
33022
- width: 8px;
33023
- height: 8px;
33024
- border-radius: 2px;
33025
- display: inline-block;
33026
- }
33027
-
33028
- .E_c1xm185 {
33029
- color: rgba(44, 56, 82, 0.6);
33030
- }
33031
-
33032
- .E_c1x5l5qc {
33033
- flex: 1;
33034
- }
33035
-
33036
- button.E_l48ei06.ant-btn,
33037
- button.E_l48ei06.ant-btn.ant-btn-sm,
33038
- button.E_l48ei06.ant-btn.ant-btn-lg {
33039
- font-size: 12px;
33040
- line-height: 18px;
33041
- height: 18px;
33042
- }
33043
-
33044
- button.E_l48ei06 {
33045
- color: #0080FF;
33046
- height: unset;
33047
- }
33048
- button.E_l48ei06 .button-prefix-icon {
33049
- margin-right: 4px;
33050
- }
33051
- button.E_l48ei06 .button-suffix-icon {
33052
- margin-left: 4px;
33053
- }
33054
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
33055
- color: #009DFF;
33056
- }
33057
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
33058
- color: #005ED1;
33059
- }
33060
- button.E_l48ei06.ui-kit-link-disabled {
33061
- color: #0080FF;
33062
- }
33063
- button.E_l48ei06.ui-kit-link-primary {
33064
- color: #00122E;
33065
- }
33066
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
33067
- color: #0080FF;
33068
- }
33069
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
33070
- color: #005ED1;
33071
- }
33072
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
33073
- color: #00122E;
33074
- }
33075
- button.E_l48ei06.ui-kit-link-secondary {
33076
- color: rgba(44, 56, 82, 0.7490196078);
33077
- }
33078
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
33079
- color: #0080FF;
33080
- }
33081
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
33082
- color: #005ED1;
33083
- }
33084
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33085
- color: rgba(44, 56, 82, 0.7490196078);
33086
- }
33087
-
33088
- .E_t1gvlxt5 {
33089
- min-width: 0;
33090
- flex: 1;
33091
- }
33092
- .E_t1gvlxt5 .tag {
33093
- flex: 0 0 auto;
33094
- }
33095
- .E_t1gvlxt5 .progress-title {
33096
- flex: 2;
33097
- max-width: fit-content;
33098
- }
33099
- .E_t1gvlxt5 .progress-desc {
33100
- flex: 1;
33101
- max-width: fit-content;
33102
- }
33103
-
33104
- .E_a1ji6r68 {
33105
- display: flex;
33106
- align-items: center;
33107
- column-gap: var(--a1ji6r68-0);
33108
- }
33109
-
33110
- .E_m11nzl2x {
33111
- color: rgba(44, 56, 82, 0.6);
33112
- text-align: center;
33113
- display: flex;
33114
- align-items: center;
33115
- justify-content: center;
33116
- flex-direction: column;
33117
- height: 100%;
33118
- }
33119
- .E_m11nzl2x .link {
33120
- color: #0080ff;
33121
- cursor: pointer;
33122
- }
33123
-
33124
- .E_mn7joto {
33125
- width: 100%;
33126
- height: 100%;
33127
- display: flex;
33128
- flex-direction: column;
33129
- }
33130
- .E_mn7joto .name-toolbar {
33131
- width: 100%;
33132
- display: flex;
33133
- line-height: 30px;
33134
- justify-content: space-between;
33135
- }
33136
- .E_mn7joto .name-toolbar .metric-extra {
33137
- display: flex;
33138
- font-size: 12px;
33139
- align-items: center;
33140
- }
33141
- .E_mn7joto .name-toolbar .metric-extra .info-item {
33142
- color: #a3b4cc;
33143
- }
33144
- .E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
33145
- margin-left: 10px;
33146
- }
33147
- .E_mn7joto .name-toolbar .metric-extra .menu-trigger {
33148
- margin-left: 10px;
33149
- cursor: pointer;
33150
- }
33151
- .E_mn7joto .content {
33152
- flex: 1;
33153
- width: 100%;
33154
- display: flex;
33155
- justify-content: center;
33156
- align-items: center;
33157
- }
33158
- .E_mn7joto .single-content {
33159
- height: 65px;
33160
- }
33161
-
33162
- .E_l1bifhon {
33163
- display: flex;
33164
- align-items: center;
33165
- white-space: nowrap;
33166
- overflow: hidden;
33167
- width: 100%;
33168
- }
33169
- .E_l1bifhon .ant-dropdown-trigger {
33170
- font-size: 12px;
33171
- margin-left: 8px;
33076
+ .E_l1bifhon .ant-dropdown-trigger {
33077
+ font-size: 12px;
33078
+ margin-left: 8px;
33172
33079
  }
33173
33080
 
33174
33081
  .E_ltthzck {
@@ -33322,894 +33229,753 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33322
33229
  border: 1px solid #fff;
33323
33230
  }
33324
33231
 
33325
- .E_sddwhm6 {
33326
- margin: 0;
33327
- border-radius: 20px;
33328
- padding: 2px 10px;
33329
- height: 22px;
33330
- }
33331
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
33332
- background-color: rgba(237, 241, 250, 0.6) !important;
33232
+ .E_msn7nxt {
33233
+ color: rgba(44, 56, 82, 0.6);
33234
+ text-align: center;
33235
+ display: flex;
33236
+ align-items: center;
33237
+ justify-content: center;
33238
+ flex-direction: column;
33239
+ height: 100%;
33333
33240
  }
33334
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
33335
- background-color: rgba(225, 230, 241, 0.6) !important;
33241
+ .E_msn7nxt .link {
33242
+ color: #0080ff;
33243
+ cursor: pointer;
33336
33244
  }
33337
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
33338
- color: #00122e;
33245
+
33246
+ .E_mp64wfi {
33247
+ width: 100%;
33248
+ height: 100%;
33249
+ display: flex;
33250
+ flex-direction: column;
33339
33251
  }
33340
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33341
- margin-right: 6px;
33252
+ .E_mp64wfi .name-toolbar {
33253
+ width: 100%;
33254
+ display: flex;
33255
+ line-height: 30px;
33256
+ padding: 0 16px;
33257
+ justify-content: space-between;
33342
33258
  }
33343
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33344
- margin-left: 8px;
33345
- color: rgba(44, 56, 82, 0.6);
33259
+ .E_mp64wfi .name-toolbar .metric-extra {
33260
+ display: flex;
33261
+ font-size: 12px;
33262
+ align-items: center;
33346
33263
  }
33347
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33348
- background-color: rgba(0, 136, 255, 0.1);
33264
+ .E_mp64wfi .name-toolbar .metric-extra .info-item {
33265
+ color: #a3b4cc;
33349
33266
  }
33350
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33351
- background-color: #0080ff;
33267
+ .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33268
+ margin-left: 10px;
33352
33269
  }
33353
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
33354
- background-color: rgba(0, 136, 255, 0.16);
33270
+ .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
33271
+ margin-left: 10px;
33272
+ cursor: pointer;
33355
33273
  }
33356
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
33357
- background-color: rgba(255, 74, 74, 0.1);
33274
+ .E_mp64wfi .content {
33275
+ flex: 1;
33276
+ width: 100%;
33277
+ display: flex;
33278
+ justify-content: center;
33279
+ align-items: center;
33358
33280
  }
33359
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33360
- background-color: #f0483e;
33281
+ .E_mp64wfi .single-content {
33282
+ height: 65px;
33361
33283
  }
33362
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
33363
- background-color: rgba(255, 74, 74, 0.16);
33284
+
33285
+ .E_l1oyigan {
33286
+ display: flex;
33287
+ align-items: center;
33288
+ white-space: nowrap;
33289
+ overflow: hidden;
33290
+ width: 100%;
33364
33291
  }
33365
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33366
- background-color: rgba(254, 160, 8, 0.1);
33292
+ .E_l1oyigan .ant-dropdown-trigger {
33293
+ margin-left: auto;
33294
+ font-size: 12px;
33367
33295
  }
33368
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33369
- background-color: #fea008;
33296
+
33297
+ .E_l1noi4n1 {
33298
+ display: flex;
33299
+ justify-content: flex-start;
33300
+ align-items: center;
33301
+ font-size: 12px;
33302
+ cursor: pointer;
33370
33303
  }
33371
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
33372
- background-color: rgba(255, 187, 0, 0.16);
33304
+ .E_l1noi4n1:not(:last-child) {
33305
+ margin-right: 20px;
33373
33306
  }
33374
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
33375
- background-color: rgba(30, 201, 127, 0.1);
33307
+ .E_l1noi4n1.deselected {
33308
+ opacity: 0.4;
33376
33309
  }
33377
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33378
- background-color: #00ba5d;
33310
+ .E_l1noi4n1.deselected .color-block {
33311
+ background: #b4beca !important;
33379
33312
  }
33380
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
33381
- background-color: rgba(30, 201, 127, 0.16);
33313
+
33314
+ .E_cz19rz6 {
33315
+ display: inline-block;
33316
+ height: 8px;
33317
+ width: 8px;
33318
+ margin-right: 8px;
33382
33319
  }
33383
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33384
- background-color: rgba(225, 230, 241, 0.6);
33320
+
33321
+ .E_e17r5r9c .ant-dropdown-menu-item {
33322
+ display: flex;
33323
+ align-items: center;
33324
+ font-size: 12px;
33325
+ margin: 0;
33385
33326
  }
33386
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33387
- background-color: #6b7d99;
33327
+
33328
+ .E_m1y1hhnr {
33329
+ position: relative;
33388
33330
  }
33389
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
33390
- background-color: rgba(211, 218, 235, 0.6);
33331
+ .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
33332
+ bottom: -12px;
33391
33333
  }
33392
-
33393
- .E_satwmqm {
33394
- width: 8px;
33395
- height: 8px;
33396
- border-radius: 50%;
33397
- display: inline-block;
33334
+ .E_m1y1hhnr .metric-toolbar {
33335
+ display: flex;
33336
+ justify-content: space-between;
33337
+ line-height: 30px;
33338
+ margin: 0 16px;
33398
33339
  }
33399
-
33400
- .E_tc97u5y {
33401
- height: 100%;
33340
+ .E_m1y1hhnr .metric-toolbar .metric-extra {
33341
+ display: flex;
33342
+ font-size: 12px;
33343
+ align-items: center;
33402
33344
  }
33403
-
33404
- .E_efzf37v .ant-table-content,
33405
- .E_efzf37v .ant-table-body {
33406
- overflow: visible !important;
33407
- height: 100%;
33345
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
33346
+ color: #a3b4cc;
33408
33347
  }
33409
- .E_efzf37v .ant-table-tbody .ant-table-placeholder td {
33410
- height: 100%;
33348
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33349
+ margin-left: 10px;
33411
33350
  }
33412
- .E_efzf37v table {
33413
- width: 100% !important;
33414
- height: 100%;
33351
+ .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33352
+ margin-left: 10px;
33353
+ cursor: pointer;
33415
33354
  }
33416
- .E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
33417
- padding: 15px 0;
33355
+ .E_m1y1hhnr .recharts-xAxis {
33356
+ font-size: 12px;
33418
33357
  }
33419
- .E_efzf37v table thead.ant-table-thead {
33420
- display: none;
33358
+ .E_m1y1hhnr .pointer-wrapper {
33359
+ position: absolute;
33360
+ bottom: 10px;
33361
+ padding: 0 8px;
33362
+ border-radius: 4px;
33363
+ font-size: 12px;
33364
+ color: #fff;
33365
+ background: rgba(0, 0, 0, 0.75);
33366
+ transform: translateX(-50%);
33421
33367
  }
33422
33368
 
33423
- .E_t1fisho6 {
33424
- height: 100%;
33369
+ .E_tnvijvs {
33370
+ min-width: 200px;
33425
33371
  }
33426
- .E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
33427
- padding-top: 6px;
33428
- padding-bottom: 6px;
33372
+
33373
+ .E_t1ub2aex {
33374
+ display: flex;
33375
+ align-items: center;
33376
+ justify-content: space-between;
33377
+ background-color: rgba(0, 0, 0, 0.75);
33378
+ color: #b4beca;
33379
+ font-size: 12px;
33380
+ padding: 3px 6px;
33429
33381
  }
33430
- .E_t1fisho6 .active-row td:nth-child(1) {
33431
- font-weight: 700;
33382
+ .E_t1ub2aex:first-child {
33383
+ padding-top: 3px;
33432
33384
  }
33433
- .E_t1fisho6.has-selection .active-row td:nth-child(2) {
33434
- font-weight: 700;
33385
+ .E_t1ub2aex:last-child {
33386
+ padding-bottom: 3px;
33435
33387
  }
33436
- .E_t1fisho6 .ant-spin-nested-loading {
33437
- height: 100%;
33388
+ .E_t1ub2aex .column-value {
33389
+ color: #fff;
33390
+ margin-left: 8px;
33438
33391
  }
33439
- .E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
33440
- height: 100%;
33441
- overflow: visible;
33392
+
33393
+ .E_t1gvlxt5 {
33394
+ min-width: 0;
33395
+ flex: 1;
33442
33396
  }
33443
- .E_t1fisho6 .ant-spin-nested-loading .ant-spin {
33444
- max-height: none;
33397
+ .E_t1gvlxt5 .tag {
33398
+ flex: 0 0 auto;
33445
33399
  }
33446
- .E_t1fisho6 td.ant-table-column-sort {
33447
- background: transparent;
33400
+ .E_t1gvlxt5 .progress-title {
33401
+ flex: 2;
33402
+ max-width: fit-content;
33448
33403
  }
33449
- .E_t1fisho6 td.ant-table-cell-fix-left,
33450
- .E_t1fisho6 td.ant-table-cell-fix-right {
33451
- background: #fff;
33452
- padding: 0 !important;
33404
+ .E_t1gvlxt5 .progress-desc {
33405
+ flex: 1;
33406
+ max-width: fit-content;
33453
33407
  }
33454
- .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
33455
- .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
33408
+
33409
+ .E_a1ji6r68 {
33456
33410
  display: flex;
33457
33411
  align-items: center;
33458
- height: 100%;
33459
- padding: 8px;
33460
- }
33461
- .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
33462
- .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
33463
- overflow: hidden;
33464
- text-overflow: ellipsis;
33465
- width: 100%;
33466
- }
33467
- .E_t1fisho6 .ant-table-container {
33468
- height: 100%;
33469
- }
33470
- .E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
33471
- box-shadow: none !important;
33412
+ column-gap: var(--a1ji6r68-0);
33472
33413
  }
33473
- .E_t1fisho6 div.ant-table {
33474
- border-radius: 0px;
33475
- border-left: none;
33476
- border-right: none;
33477
- border-bottom: none;
33478
- height: 100%;
33414
+
33415
+ button.E_l48ei06.ant-btn,
33416
+ button.E_l48ei06.ant-btn.ant-btn-sm,
33417
+ button.E_l48ei06.ant-btn.ant-btn-lg {
33479
33418
  font-size: 12px;
33480
- background: transparent;
33419
+ line-height: 18px;
33420
+ height: 18px;
33481
33421
  }
33482
- .E_t1fisho6 div.ant-table .ant-table-header {
33483
- position: relative;
33484
- z-index: 3;
33485
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33486
- margin-bottom: -1px;
33422
+
33423
+ button.E_l48ei06 {
33424
+ color: #0080FF;
33425
+ height: unset;
33487
33426
  }
33488
- .E_t1fisho6 div.ant-table .time-wrapper .date,
33489
- .E_t1fisho6 div.ant-table .value {
33490
- color: #2d3a56;
33427
+ button.E_l48ei06 .button-prefix-icon {
33428
+ margin-right: 4px;
33491
33429
  }
33492
- .E_t1fisho6 div.ant-table .time-wrapper .time,
33493
- .E_t1fisho6 div.ant-table .unit {
33494
- color: rgba(44, 56, 82, 0.6);
33430
+ button.E_l48ei06 .button-suffix-icon {
33431
+ margin-left: 4px;
33495
33432
  }
33496
- .E_t1fisho6 div.ant-table .ant-table-selection {
33497
- position: unset;
33498
- text-align: center;
33433
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
33434
+ color: #009DFF;
33499
33435
  }
33500
- .E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
33501
- background: #fff;
33436
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
33437
+ color: #005ED1;
33502
33438
  }
33503
- .E_t1fisho6 div.ant-table .anticon-setting {
33504
- cursor: pointer;
33505
- position: absolute;
33506
- top: 50%;
33507
- right: 12px;
33508
- transform: translateY(-50%);
33439
+ button.E_l48ei06.ui-kit-link-disabled {
33440
+ color: #0080FF;
33509
33441
  }
33510
- .E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
33511
- box-shadow: none;
33512
- width: 1px;
33513
- background: rgba(213, 219, 227, 0.6);
33442
+ button.E_l48ei06.ui-kit-link-primary {
33443
+ color: #00122E;
33514
33444
  }
33515
- .E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
33516
- box-shadow: none;
33517
- width: 1px;
33518
- background: rgba(213, 219, 227, 0.6);
33445
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
33446
+ color: #0080FF;
33519
33447
  }
33520
- .E_t1fisho6 div.ant-table .ant-table-tbody {
33521
- position: relative;
33448
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
33449
+ color: #005ED1;
33522
33450
  }
33523
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
33524
- border-top: 1px solid rgba(211, 218, 235, 0.6);
33525
- border-bottom: 1px solid white;
33526
- height: 40px;
33527
- vertical-align: middle;
33528
- transition: background 0ms;
33529
- color: #00122e;
33451
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
33452
+ color: #00122E;
33530
33453
  }
33531
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
33532
- background: #f2f5fa;
33533
- border-bottom-color: #f2f5fa;
33454
+ button.E_l48ei06.ui-kit-link-secondary {
33455
+ color: rgba(44, 56, 82, 0.7490196078);
33534
33456
  }
33535
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link {
33536
- height: auto;
33537
- color: #00122e;
33538
- font-size: 12px;
33539
- text-align: left;
33540
- transition: none;
33541
- overflow: hidden;
33542
- text-overflow: ellipsis;
33543
- white-space: nowrap;
33457
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
33458
+ color: #0080FF;
33544
33459
  }
33545
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link:hover {
33546
- color: #0096ff;
33460
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
33461
+ color: #005ED1;
33547
33462
  }
33548
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link > span {
33549
- overflow: hidden;
33550
- text-overflow: ellipsis;
33551
- width: 100%;
33552
- vertical-align: middle;
33463
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33464
+ color: rgba(44, 56, 82, 0.7490196078);
33553
33465
  }
33554
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
33555
- line-height: 0px;
33466
+
33467
+ .E_l1ucdodl {
33468
+ margin: 0;
33469
+ border-radius: 20px;
33470
+ padding: 2px 10px;
33471
+ height: 22px;
33472
+ display: flex;
33473
+ align-items: center;
33556
33474
  }
33557
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
33558
- padding-right: 25px;
33475
+ .E_l1ucdodl.ui-kit-status-legend.on-tint {
33476
+ color: #FFFFFF;
33559
33477
  }
33560
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
33561
- border-top-color: transparent;
33478
+ .E_l1ucdodl.tag-hover {
33479
+ cursor: pointer;
33562
33480
  }
33563
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
33564
- background: rgba(225, 230, 241, 0.6);
33565
- border-color: transparent transparent white;
33566
- }
33567
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
33568
- border-radius: 8px 0 0 8px;
33481
+ .E_l1ucdodl.ui-kit-status-legend {
33482
+ color: #00122e;
33569
33483
  }
33570
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
33571
- border-radius: 8px 0 0 8px;
33484
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
33485
+ margin-right: 6px;
33572
33486
  }
33573
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
33574
- content: "";
33575
- width: 4px;
33576
- top: -1px;
33577
- bottom: -1px;
33578
- background: white;
33487
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
33488
+ margin-left: 8px;
33489
+ color: rgba(44, 56, 82, 0.6);
33579
33490
  }
33580
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
33581
- border-radius: 0 8px 8px 0;
33491
+ .E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
33492
+ color: #FFFFFF;
33582
33493
  }
33583
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
33584
- border-radius: 0;
33585
- background: white;
33586
- border-top: none;
33494
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
33495
+ background-color: #0080ff;
33587
33496
  }
33588
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
33589
- border-top: 1px solid transparent;
33590
- border-radius: 0 8px 8px 0;
33591
- background: rgba(225, 230, 241, 0.6);
33497
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
33498
+ background-color: #f0483e;
33592
33499
  }
33593
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
33594
- background: white;
33595
- border-top: 1px solid rgba(211, 218, 235, 0.6);
33500
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
33501
+ background-color: #fea008;
33596
33502
  }
33597
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
33598
- display: flex;
33599
- align-items: center;
33600
- height: 100%;
33601
- background: rgba(225, 230, 241, 0.6);
33503
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
33504
+ background-color: #00ba5d;
33602
33505
  }
33603
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
33604
- background: white;
33605
- border-top: 1px solid rgba(211, 218, 235, 0.6);
33506
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33507
+ background-color: #6b7d99;
33606
33508
  }
33607
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
33608
- display: flex;
33609
- align-items: center;
33610
- height: 100%;
33611
- background: rgba(225, 230, 241, 0.6);
33509
+ .E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
33510
+ background-color: #7E41FF;
33612
33511
  }
33613
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
33614
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33512
+
33513
+ .E_s1qj66nc {
33514
+ width: 8px;
33515
+ height: 8px;
33516
+ border-radius: 50%;
33517
+ display: inline-block;
33615
33518
  }
33616
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
33617
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
33618
- border-radius: 8px;
33519
+
33520
+ .E_s5x1boq {
33521
+ width: 8px;
33522
+ height: 8px;
33523
+ border-radius: 2px;
33524
+ display: inline-block;
33619
33525
  }
33620
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
33621
- border-top-color: white;
33526
+
33527
+ .E_c1xm185 {
33528
+ color: rgba(44, 56, 82, 0.6);
33622
33529
  }
33623
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
33624
- background: rgba(0, 136, 255, 0.1);
33625
- border-bottom-color: transparent;
33626
- border-top-color: transparent;
33530
+
33531
+ .E_c1x5l5qc {
33532
+ flex: 1;
33627
33533
  }
33628
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
33629
- border-radius: 8px 0 0 8px;
33534
+
33535
+ .E_sddwhm6 {
33536
+ margin: 0;
33537
+ border-radius: 20px;
33538
+ padding: 2px 10px;
33539
+ height: 22px;
33630
33540
  }
33631
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
33632
- border-radius: 0 8px 8px 0;
33541
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
33542
+ background-color: rgba(237, 241, 250, 0.6) !important;
33633
33543
  }
33634
- .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
33635
- background: rgba(0, 136, 255, 0.1);
33544
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
33545
+ background-color: rgba(225, 230, 241, 0.6) !important;
33636
33546
  }
33637
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
33638
- background: #fff;
33639
- font-weight: 400;
33640
- position: relative;
33641
- border-bottom: none;
33547
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
33642
33548
  color: #00122e;
33643
- transition: none;
33644
- padding: 14px 8px 14px 8px;
33645
- line-height: 20px;
33646
- }
33647
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
33648
- content: "";
33649
- width: 1px;
33650
- top: 0;
33651
- bottom: 0;
33652
- background: rgba(211, 218, 235, 0.6);
33653
- position: absolute;
33654
- right: 0;
33655
33549
  }
33656
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
33657
- padding: unset;
33550
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33551
+ margin-right: 6px;
33658
33552
  }
33659
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
33660
- display: none;
33553
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33554
+ margin-left: 8px;
33555
+ color: rgba(44, 56, 82, 0.6);
33661
33556
  }
33662
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
33663
- width: 100%;
33664
- overflow: hidden;
33665
- white-space: nowrap;
33666
- text-overflow: ellipsis;
33557
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33558
+ background-color: rgba(0, 136, 255, 0.1);
33667
33559
  }
33668
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
33669
- overflow: hidden;
33670
- text-overflow: ellipsis;
33671
- flex: 1;
33560
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33561
+ background-color: #0080ff;
33672
33562
  }
33673
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
33674
- padding: 15px 25px 15px 8px;
33563
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
33564
+ background-color: rgba(0, 136, 255, 0.16);
33675
33565
  }
33676
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
33677
- padding: 0;
33566
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
33567
+ background-color: rgba(255, 74, 74, 0.1);
33678
33568
  }
33679
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
33680
- position: absolute;
33681
- right: 6px;
33682
- top: 50%;
33683
- transform: translateY(-50%);
33684
- height: 16px;
33685
- display: none;
33686
- transition: transform 320ms ease;
33569
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33570
+ background-color: #f0483e;
33687
33571
  }
33688
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
33689
- display: block;
33690
- transform: translateY(-50%) rotateX(180deg);
33572
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
33573
+ background-color: rgba(255, 74, 74, 0.16);
33691
33574
  }
33692
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
33693
- display: block;
33575
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33576
+ background-color: rgba(254, 160, 8, 0.1);
33694
33577
  }
33695
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
33696
- display: none;
33578
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33579
+ background-color: #fea008;
33697
33580
  }
33698
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
33699
- transform: translateY(-50%);
33581
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
33582
+ background-color: rgba(255, 187, 0, 0.16);
33700
33583
  }
33701
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
33702
- transform: translateY(-50%) rotateX(180deg);
33584
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
33585
+ background-color: rgba(30, 201, 127, 0.1);
33703
33586
  }
33704
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
33705
- background: #f2f5fa;
33587
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33588
+ background-color: #00ba5d;
33706
33589
  }
33707
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
33708
- display: block;
33590
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
33591
+ background-color: rgba(30, 201, 127, 0.16);
33709
33592
  }
33710
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
33711
- padding-right: 25px;
33593
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33594
+ background-color: rgba(225, 230, 241, 0.6);
33712
33595
  }
33713
- .E_t1fisho6 div.ant-table .ant-table-selection-column {
33714
- padding: 0 !important;
33596
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33597
+ background-color: #6b7d99;
33715
33598
  }
33716
- .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
33717
- position: absolute;
33718
- left: 50%;
33719
- top: 50%;
33720
- transform: translate(-50%, -50%);
33599
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
33600
+ background-color: rgba(211, 218, 235, 0.6);
33721
33601
  }
33722
- .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
33723
- display: none;
33602
+
33603
+ .E_satwmqm {
33604
+ width: 8px;
33605
+ height: 8px;
33606
+ border-radius: 50%;
33607
+ display: inline-block;
33724
33608
  }
33725
- .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
33726
- background: #fff;
33609
+
33610
+ .E_tc97u5y {
33611
+ height: 100%;
33727
33612
  }
33728
- .E_t1fisho6 div.ant-table .ant-table-placeholder {
33729
- background: inherit;
33613
+
33614
+ .E_efzf37v .ant-table-content,
33615
+ .E_efzf37v .ant-table-body {
33616
+ overflow: visible !important;
33617
+ height: 100%;
33730
33618
  }
33731
- .E_t1fisho6 div.ant-table .ant-table-placeholder td {
33732
- position: static;
33733
- border: none;
33734
- background: inherit !important;
33735
- height: 100px;
33736
- vertical-align: middle;
33619
+ .E_efzf37v .ant-table-tbody .ant-table-placeholder td {
33620
+ height: 100%;
33737
33621
  }
33738
- .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
33739
- .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
33740
- font-weight: bold;
33741
- font-size: 20px;
33742
- color: rgba(10, 37, 85, 0.6);
33622
+ .E_efzf37v table {
33623
+ width: 100% !important;
33624
+ height: 100%;
33743
33625
  }
33744
- .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
33745
- .E_t1fisho6 div.ant-table th.cell__action_ {
33746
- z-index: 10;
33626
+ .E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
33627
+ padding: 15px 0;
33747
33628
  }
33748
- .E_t1fisho6 div.ant-table td.cell__action_ {
33749
- padding: 0 !important;
33750
- position: relative;
33751
- background: #fff;
33629
+ .E_efzf37v table thead.ant-table-thead {
33630
+ display: none;
33752
33631
  }
33753
- .E_t1fisho6 div.ant-table td.cell__action_ > * {
33632
+
33633
+ .E_t1fisho6 {
33754
33634
  height: 100%;
33755
- display: flex;
33756
- align-items: center;
33757
- justify-content: flex-end;
33758
- padding-right: 8px;
33759
- }
33760
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
33761
- width: 24px;
33762
- height: 24px;
33763
- cursor: pointer;
33764
- justify-content: center;
33765
- border-radius: 4px;
33766
33635
  }
33767
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
33768
- background: #fff;
33636
+ .E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
33637
+ padding-top: 6px;
33638
+ padding-bottom: 6px;
33769
33639
  }
33770
-
33771
- .E_msn7nxt {
33772
- color: rgba(44, 56, 82, 0.6);
33773
- text-align: center;
33774
- display: flex;
33775
- align-items: center;
33776
- justify-content: center;
33777
- flex-direction: column;
33778
- height: 100%;
33640
+ .E_t1fisho6 .active-row td:nth-child(1) {
33641
+ font-weight: 700;
33779
33642
  }
33780
- .E_msn7nxt .link {
33781
- color: #0080ff;
33782
- cursor: pointer;
33643
+ .E_t1fisho6.has-selection .active-row td:nth-child(2) {
33644
+ font-weight: 700;
33783
33645
  }
33784
-
33785
- .E_mp64wfi {
33786
- width: 100%;
33646
+ .E_t1fisho6 .ant-spin-nested-loading {
33787
33647
  height: 100%;
33788
- display: flex;
33789
- flex-direction: column;
33790
33648
  }
33791
- .E_mp64wfi .name-toolbar {
33792
- width: 100%;
33793
- display: flex;
33794
- line-height: 30px;
33795
- padding: 0 16px;
33796
- justify-content: space-between;
33797
- }
33798
- .E_mp64wfi .name-toolbar .metric-extra {
33799
- display: flex;
33800
- font-size: 12px;
33801
- align-items: center;
33649
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
33650
+ height: 100%;
33651
+ overflow: visible;
33802
33652
  }
33803
- .E_mp64wfi .name-toolbar .metric-extra .info-item {
33804
- color: #a3b4cc;
33653
+ .E_t1fisho6 .ant-spin-nested-loading .ant-spin {
33654
+ max-height: none;
33805
33655
  }
33806
- .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33807
- margin-left: 10px;
33656
+ .E_t1fisho6 td.ant-table-column-sort {
33657
+ background: transparent;
33808
33658
  }
33809
- .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
33810
- margin-left: 10px;
33811
- cursor: pointer;
33659
+ .E_t1fisho6 td.ant-table-cell-fix-left,
33660
+ .E_t1fisho6 td.ant-table-cell-fix-right {
33661
+ background: #fff;
33662
+ padding: 0 !important;
33812
33663
  }
33813
- .E_mp64wfi .content {
33814
- flex: 1;
33815
- width: 100%;
33664
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
33665
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
33816
33666
  display: flex;
33817
- justify-content: center;
33818
33667
  align-items: center;
33668
+ height: 100%;
33669
+ padding: 8px;
33819
33670
  }
33820
- .E_mp64wfi .single-content {
33821
- height: 65px;
33822
- }
33823
-
33824
- .E_l1oyigan {
33825
- display: flex;
33826
- align-items: center;
33827
- white-space: nowrap;
33671
+ .E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
33672
+ .E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
33828
33673
  overflow: hidden;
33674
+ text-overflow: ellipsis;
33829
33675
  width: 100%;
33830
33676
  }
33831
- .E_l1oyigan .ant-dropdown-trigger {
33832
- margin-left: auto;
33833
- font-size: 12px;
33834
- }
33835
-
33836
- .E_l1noi4n1 {
33837
- display: flex;
33838
- justify-content: flex-start;
33839
- align-items: center;
33840
- font-size: 12px;
33841
- cursor: pointer;
33842
- }
33843
- .E_l1noi4n1:not(:last-child) {
33844
- margin-right: 20px;
33845
- }
33846
- .E_l1noi4n1.deselected {
33847
- opacity: 0.4;
33848
- }
33849
- .E_l1noi4n1.deselected .color-block {
33850
- background: #b4beca !important;
33677
+ .E_t1fisho6 .ant-table-container {
33678
+ height: 100%;
33851
33679
  }
33852
-
33853
- .E_cz19rz6 {
33854
- display: inline-block;
33855
- height: 8px;
33856
- width: 8px;
33857
- margin-right: 8px;
33680
+ .E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
33681
+ box-shadow: none !important;
33858
33682
  }
33859
-
33860
- .E_e17r5r9c .ant-dropdown-menu-item {
33861
- display: flex;
33862
- align-items: center;
33683
+ .E_t1fisho6 div.ant-table {
33684
+ border-radius: 0px;
33685
+ border-left: none;
33686
+ border-right: none;
33687
+ border-bottom: none;
33688
+ height: 100%;
33863
33689
  font-size: 12px;
33864
- margin: 0;
33690
+ background: transparent;
33865
33691
  }
33866
-
33867
- .E_m1y1hhnr {
33692
+ .E_t1fisho6 div.ant-table .ant-table-header {
33868
33693
  position: relative;
33694
+ z-index: 3;
33695
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33696
+ margin-bottom: -1px;
33869
33697
  }
33870
- .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
33871
- bottom: -12px;
33872
- }
33873
- .E_m1y1hhnr .metric-toolbar {
33874
- display: flex;
33875
- justify-content: space-between;
33876
- line-height: 30px;
33877
- margin: 0 16px;
33698
+ .E_t1fisho6 div.ant-table .time-wrapper .date,
33699
+ .E_t1fisho6 div.ant-table .value {
33700
+ color: #2d3a56;
33878
33701
  }
33879
- .E_m1y1hhnr .metric-toolbar .metric-extra {
33880
- display: flex;
33881
- font-size: 12px;
33882
- align-items: center;
33702
+ .E_t1fisho6 div.ant-table .time-wrapper .time,
33703
+ .E_t1fisho6 div.ant-table .unit {
33704
+ color: rgba(44, 56, 82, 0.6);
33883
33705
  }
33884
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
33885
- color: #a3b4cc;
33706
+ .E_t1fisho6 div.ant-table .ant-table-selection {
33707
+ position: unset;
33708
+ text-align: center;
33886
33709
  }
33887
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33888
- margin-left: 10px;
33710
+ .E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
33711
+ background: #fff;
33889
33712
  }
33890
- .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33891
- margin-left: 10px;
33713
+ .E_t1fisho6 div.ant-table .anticon-setting {
33892
33714
  cursor: pointer;
33893
- }
33894
- .E_m1y1hhnr .recharts-xAxis {
33895
- font-size: 12px;
33896
- }
33897
- .E_m1y1hhnr .pointer-wrapper {
33898
33715
  position: absolute;
33899
- bottom: 10px;
33900
- padding: 0 8px;
33901
- border-radius: 4px;
33902
- font-size: 12px;
33903
- color: #fff;
33904
- background: rgba(0, 0, 0, 0.75);
33905
- transform: translateX(-50%);
33716
+ top: 50%;
33717
+ right: 12px;
33718
+ transform: translateY(-50%);
33906
33719
  }
33907
-
33908
- .E_tnvijvs {
33909
- min-width: 200px;
33720
+ .E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
33721
+ box-shadow: none;
33722
+ width: 1px;
33723
+ background: rgba(213, 219, 227, 0.6);
33910
33724
  }
33911
-
33912
- .E_t1ub2aex {
33913
- display: flex;
33914
- align-items: center;
33915
- justify-content: space-between;
33916
- background-color: rgba(0, 0, 0, 0.75);
33917
- color: #b4beca;
33918
- font-size: 12px;
33919
- padding: 3px 6px;
33725
+ .E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
33726
+ box-shadow: none;
33727
+ width: 1px;
33728
+ background: rgba(213, 219, 227, 0.6);
33920
33729
  }
33921
- .E_t1ub2aex:first-child {
33922
- padding-top: 3px;
33730
+ .E_t1fisho6 div.ant-table .ant-table-tbody {
33731
+ position: relative;
33923
33732
  }
33924
- .E_t1ub2aex:last-child {
33925
- padding-bottom: 3px;
33733
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
33734
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
33735
+ border-bottom: 1px solid white;
33736
+ height: 40px;
33737
+ vertical-align: middle;
33738
+ transition: background 0ms;
33739
+ color: #00122e;
33926
33740
  }
33927
- .E_t1ub2aex .column-value {
33928
- color: #fff;
33929
- margin-left: 8px;
33741
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
33742
+ background: #f2f5fa;
33743
+ border-bottom-color: #f2f5fa;
33930
33744
  }
33931
-
33932
- .E_lht19u8 {
33933
- width: 64px;
33934
- height: 64px;
33935
- display: flex;
33936
- align-items: center;
33937
- justify-content: center;
33938
- position: relative;
33939
- opacity: 0.2;
33745
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link {
33746
+ height: auto;
33747
+ color: #00122e;
33748
+ font-size: 12px;
33749
+ text-align: left;
33750
+ transition: none;
33751
+ overflow: hidden;
33752
+ text-overflow: ellipsis;
33753
+ white-space: nowrap;
33940
33754
  }
33941
-
33942
- .E_lk3gkp4 {
33943
- position: absolute;
33944
- width: 5px;
33945
- height: 48px;
33946
- left: 9.33px;
33947
- top: 40.5px;
33948
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33949
- border-radius: 5px;
33950
- transform: rotate(-128deg);
33951
- transform-origin: top left;
33952
- animation: loading-indicator1 1100ms ease-out infinite;
33755
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link:hover {
33756
+ color: #0096ff;
33953
33757
  }
33954
-
33955
- .E_ll4n94n {
33956
- position: absolute;
33957
- width: 5px;
33958
- height: 48px;
33959
- left: 40.8px;
33960
- top: 8.4px;
33961
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33962
- border-radius: 5px;
33963
- transform: rotate(-8deg);
33964
- transform-origin: top left;
33965
- animation: loading-indicator2 1100ms ease-out infinite;
33758
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link > span {
33759
+ overflow: hidden;
33760
+ text-overflow: ellipsis;
33761
+ width: 100%;
33762
+ vertical-align: middle;
33966
33763
  }
33967
-
33968
- .E_l17lbdo6 {
33969
- position: absolute;
33970
- width: 5px;
33971
- height: 48px;
33972
- left: 52.9px;
33973
- top: 51.8px;
33974
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33975
- border-radius: 5px;
33976
- transform: rotate(112deg);
33977
- transform-origin: top left;
33978
- animation: loading-indicator3 1100ms ease-out infinite;
33764
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
33765
+ line-height: 0px;
33979
33766
  }
33980
-
33981
- .E_w7ob4th.outside-tag {
33982
- padding-left: 0;
33767
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
33768
+ padding-right: 25px;
33983
33769
  }
33984
- .E_w7ob4th.outside-tag .inside-tag {
33985
- border-radius: 4px 0 0 4px;
33986
- padding-right: 4px;
33987
- margin-right: 4px;
33770
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
33771
+ border-top-color: transparent;
33988
33772
  }
33989
-
33990
- .E_slr2ynn {
33991
- padding: 0 8px;
33992
- height: 18px;
33773
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
33774
+ background: rgba(225, 230, 241, 0.6);
33775
+ border-color: transparent transparent white;
33993
33776
  }
33994
-
33995
- .E_m140wbb6 {
33996
- padding: 2px 8px;
33997
- height: 24px;
33777
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
33778
+ border-radius: 8px 0 0 8px;
33998
33779
  }
33999
-
34000
- .E_t1fozc1i {
34001
- margin: 0;
33780
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
33781
+ border-radius: 8px 0 0 8px;
34002
33782
  }
34003
-
34004
- .E_i1vxv4ln {
34005
- margin-right: 4px;
34006
- height: 16px;
33783
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
33784
+ content: "";
33785
+ width: 4px;
33786
+ top: -1px;
33787
+ bottom: -1px;
33788
+ background: white;
34007
33789
  }
34008
-
34009
- .E_n1afl31m.ant-tag.ant-tag-gray {
34010
- font-weight: 700;
34011
- color: #00122e;
34012
- background-color: rgba(237, 241, 250, 0.6);
34013
- border: 1px solid rgba(211, 218, 235, 0.6);
34014
- word-break: break-all;
34015
- display: inline;
34016
- white-space: normal;
33790
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
33791
+ border-radius: 0 8px 8px 0;
34017
33792
  }
34018
-
34019
- .E_t1dtlqs1 {
34020
- margin-bottom: 4px;
34021
- color: rgba(44, 56, 82, 0.6);
33793
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
33794
+ border-radius: 0;
33795
+ background: white;
33796
+ border-top: none;
34022
33797
  }
34023
-
34024
- .E_s1ese5oy {
34025
- color: rgba(44, 56, 82, 0.6);
34026
- line-height: 32px;
34027
- height: 32px;
34028
- margin-bottom: 0;
33798
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
33799
+ border-top: 1px solid transparent;
33800
+ border-radius: 0 8px 8px 0;
33801
+ background: rgba(225, 230, 241, 0.6);
34029
33802
  }
34030
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
34031
- color: #0080ff;
33803
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
33804
+ background: white;
33805
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
34032
33806
  }
34033
- .E_s1ese5oy.warning {
34034
- color: #ffa500;
33807
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
33808
+ display: flex;
33809
+ align-items: center;
33810
+ height: 100%;
33811
+ background: rgba(225, 230, 241, 0.6);
34035
33812
  }
34036
- .E_s1ese5oy.success {
34037
- color: #00ba5d;
33813
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
33814
+ background: white;
33815
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
34038
33816
  }
34039
- .E_s1ese5oy.danger, .E_s1ese5oy.error {
34040
- color: #f0483e;
33817
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
33818
+ display: flex;
33819
+ align-items: center;
33820
+ height: 100%;
33821
+ background: rgba(225, 230, 241, 0.6);
34041
33822
  }
34042
- .E_s1ese5oy.normal {
34043
- color: rgba(44, 56, 82, 0.6);
33823
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
33824
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34044
33825
  }
34045
-
34046
- .E_b1ibis43 {
34047
- margin-bottom: 0;
34048
- color: #00122e;
33826
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
33827
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
33828
+ border-radius: 8px;
34049
33829
  }
34050
-
34051
- .E_b11xxjd2 {
34052
- line-height: 32px;
34053
- margin-right: 6px;
33830
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
33831
+ border-top-color: white;
34054
33832
  }
34055
-
34056
- .E_bsub5bw.with-description {
34057
- height: 24px;
34058
- flex: 1;
34059
- position: relative;
34060
- top: -7px;
33833
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
33834
+ background: rgba(0, 136, 255, 0.1);
33835
+ border-bottom-color: transparent;
33836
+ border-top-color: transparent;
34061
33837
  }
34062
- .E_bsub5bw p {
34063
- width: 100%;
34064
- overflow: hidden;
34065
- text-overflow: ellipsis;
34066
- white-space: nowrap;
33838
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
33839
+ border-radius: 8px 0 0 8px;
34067
33840
  }
34068
-
34069
- .E_tmoyoag {
34070
- border: 1px solid rgba(211, 218, 235, 0.6);
34071
- border-radius: 8px;
34072
- overflow: auto;
33841
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
33842
+ border-radius: 0 8px 8px 0;
34073
33843
  }
34074
- .E_tmoyoag .ant-list {
34075
- position: relative;
33844
+ .E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
33845
+ background: rgba(0, 136, 255, 0.1);
34076
33846
  }
34077
- .E_tmoyoag .ant-list .ant-list-item:last-child {
33847
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
33848
+ background: #fff;
33849
+ font-weight: 400;
33850
+ position: relative;
34078
33851
  border-bottom: none;
33852
+ color: #00122e;
33853
+ transition: none;
33854
+ padding: 14px 8px 14px 8px;
33855
+ line-height: 20px;
34079
33856
  }
34080
- .E_tmoyoag .ant-list .eagle-table-form-header {
34081
- position: sticky;
33857
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
33858
+ content: "";
33859
+ width: 1px;
34082
33860
  top: 0;
34083
- z-index: 2;
34084
- display: flex;
34085
- padding: 8px;
34086
- flex-wrap: nowrap;
34087
- justify-content: flex-start;
34088
- background: #f2f5fa;
34089
- font-size: 14px;
34090
- color: rgba(44, 56, 82, 0.6);
34091
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34092
- }
34093
- .E_tmoyoag .ant-list .eagle-table-form-header {
34094
- align-items: inherit;
33861
+ bottom: 0;
33862
+ background: rgba(211, 218, 235, 0.6);
33863
+ position: absolute;
33864
+ right: 0;
34095
33865
  }
34096
- .E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
34097
- margin-bottom: 0;
33866
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
33867
+ padding: unset;
34098
33868
  }
34099
- .E_tmoyoag .ant-list .eagle-table-form-row {
34100
- display: flex;
34101
- justify-content: flex-start;
34102
- align-items: flex-start;
34103
- flex-wrap: wrap;
34104
- padding: 8px;
34105
- border: none;
33869
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
33870
+ display: none;
34106
33871
  }
34107
- .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
34108
- flex-basis: 100%;
34109
- margin: 12px 0 0;
34110
- order: 99;
34111
- color: rgba(44, 56, 82, 0.6);
33872
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
33873
+ width: 100%;
33874
+ overflow: hidden;
33875
+ white-space: nowrap;
33876
+ text-overflow: ellipsis;
34112
33877
  }
34113
- .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34114
- color: #f0483e;
34115
- flex-basis: 100%;
34116
- order: 98;
34117
- margin: 12px 0 0;
33878
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
33879
+ overflow: hidden;
33880
+ text-overflow: ellipsis;
33881
+ flex: 1;
34118
33882
  }
34119
- .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34120
- background-color: rgba(237, 241, 250, 0.6);
33883
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
33884
+ padding: 15px 25px 15px 8px;
34121
33885
  }
34122
- .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34123
- background-color: rgba(0, 136, 255, 0.1);
33886
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
33887
+ padding: 0;
34124
33888
  }
34125
- .E_tmoyoag .ant-list .eagle-table-form-cell {
34126
- flex: 1 0 0;
34127
- overflow: hidden;
33889
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
33890
+ position: absolute;
33891
+ right: 6px;
33892
+ top: 50%;
33893
+ transform: translateY(-50%);
33894
+ height: 16px;
33895
+ display: none;
33896
+ transition: transform 320ms ease;
34128
33897
  }
34129
- .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34130
- color: rgba(44, 56, 82, 0.6);
34131
- margin: 0;
33898
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
33899
+ display: block;
33900
+ transform: translateY(-50%) rotateX(180deg);
34132
33901
  }
34133
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34134
- text-align: center;
33902
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
33903
+ display: block;
34135
33904
  }
34136
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
34137
- text-align: center;
33905
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
33906
+ display: none;
34138
33907
  }
34139
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34140
- text-align: left;
33908
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
33909
+ transform: translateY(-50%);
34141
33910
  }
34142
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
34143
- text-align: left;
33911
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
33912
+ transform: translateY(-50%) rotateX(180deg);
34144
33913
  }
34145
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34146
- text-align: right;
33914
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
33915
+ background: #f2f5fa;
34147
33916
  }
34148
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
34149
- text-align: right;
33917
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
33918
+ display: block;
34150
33919
  }
34151
- .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34152
- margin-right: 8px;
33920
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
33921
+ padding-right: 25px;
34153
33922
  }
34154
- .E_tmoyoag .ant-list .ant-list-item-action {
34155
- padding: 4px;
34156
- width: 24px;
34157
- height: 24px;
34158
- overflow: hidden;
33923
+ .E_t1fisho6 div.ant-table .ant-table-selection-column {
33924
+ padding: 0 !important;
34159
33925
  }
34160
- .E_tmoyoag .ant-list .ant-list-item-action li {
34161
- padding: 0;
33926
+ .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
33927
+ position: absolute;
33928
+ left: 50%;
33929
+ top: 50%;
33930
+ transform: translate(-50%, -50%);
34162
33931
  }
34163
- .E_tmoyoag .ant-list .delete-row-icon.disabled {
34164
- cursor: not-allowed;
34165
- opacity: 0.5;
33932
+ .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
33933
+ display: none;
34166
33934
  }
34167
- .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34168
- margin: 0;
33935
+ .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
33936
+ background: #fff;
34169
33937
  }
34170
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34171
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34172
- border-radius: 5px;
34173
- font-size: 12px;
33938
+ .E_t1fisho6 div.ant-table .ant-table-placeholder {
33939
+ background: inherit;
34174
33940
  }
34175
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34176
- font-size: inherit;
33941
+ .E_t1fisho6 div.ant-table .ant-table-placeholder td {
33942
+ position: static;
33943
+ border: none;
33944
+ background: inherit !important;
33945
+ height: 100px;
33946
+ vertical-align: middle;
34177
33947
  }
34178
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34179
- min-height: 24px;
34180
- font-size: 12px;
34181
- position: relative;
33948
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
33949
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
33950
+ font-weight: bold;
33951
+ font-size: 20px;
33952
+ color: rgba(10, 37, 85, 0.6);
34182
33953
  }
34183
- .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34184
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
33954
+ .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
33955
+ .E_t1fisho6 div.ant-table th.cell__action_ {
33956
+ z-index: 10;
34185
33957
  }
34186
- .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34187
- background-color: rgba(237, 241, 250, 0.6);
33958
+ .E_t1fisho6 div.ant-table td.cell__action_ {
33959
+ padding: 0 !important;
33960
+ position: relative;
33961
+ background: #fff;
34188
33962
  }
34189
-
34190
- .E_a138syjm {
33963
+ .E_t1fisho6 div.ant-table td.cell__action_ > * {
33964
+ height: 100%;
34191
33965
  display: flex;
34192
33966
  align-items: center;
34193
- margin-top: 8px;
34194
- }
34195
- .E_a138syjm button.ant-btn {
34196
- padding: 2px 8px;
34197
- height: 24px;
34198
- }
34199
- .E_a138syjm > span.maximum-desc {
34200
- display: none;
34201
- margin-left: 8px;
34202
- color: rgba(44, 56, 82, 0.6);
34203
- }
34204
- .E_a138syjm > span.maximum-desc.disabled {
34205
- display: inline;
33967
+ justify-content: flex-end;
33968
+ padding-right: 8px;
34206
33969
  }
34207
-
34208
- .E_d77i8u0 {
33970
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
34209
33971
  width: 24px;
34210
33972
  height: 24px;
34211
- padding: 4px;
34212
- margin-right: 8px;
33973
+ cursor: pointer;
33974
+ justify-content: center;
33975
+ border-radius: 4px;
33976
+ }
33977
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
33978
+ background: #fff;
34213
33979
  }
34214
33980
 
34215
33981
  .E_sjob3jg {
@@ -34398,48 +34164,282 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34398
34164
  column-gap: 6px;
34399
34165
  font-size: 13px;
34400
34166
  }
34401
- .E_v18frne8 .step-item-prefix-container {
34402
- display: inline-flex;
34403
- align-items: center;
34404
- min-width: 20px;
34405
- min-height: 20px;
34406
- color: rgba(44, 56, 82, 0.75);
34407
- justify-content: center;
34167
+ .E_v18frne8 .step-item-prefix-container {
34168
+ display: inline-flex;
34169
+ align-items: center;
34170
+ min-width: 20px;
34171
+ min-height: 20px;
34172
+ color: rgba(44, 56, 82, 0.75);
34173
+ justify-content: center;
34174
+ }
34175
+
34176
+ .E_w7ob4th.outside-tag {
34177
+ padding-left: 0;
34178
+ }
34179
+ .E_w7ob4th.outside-tag .inside-tag {
34180
+ border-radius: 4px 0 0 4px;
34181
+ padding-right: 4px;
34182
+ margin-right: 4px;
34183
+ }
34184
+
34185
+ .E_slr2ynn {
34186
+ padding: 0 8px;
34187
+ height: 18px;
34188
+ }
34189
+
34190
+ .E_m140wbb6 {
34191
+ padding: 2px 8px;
34192
+ height: 24px;
34193
+ }
34194
+
34195
+ .E_t1fozc1i {
34196
+ margin: 0;
34197
+ }
34198
+
34199
+ .E_i1vxv4ln {
34200
+ margin-right: 4px;
34201
+ height: 16px;
34202
+ }
34203
+
34204
+ .E_n1afl31m.ant-tag.ant-tag-gray {
34205
+ font-weight: 700;
34206
+ color: #00122e;
34207
+ background-color: rgba(237, 241, 250, 0.6);
34208
+ border: 1px solid rgba(211, 218, 235, 0.6);
34209
+ word-break: break-all;
34210
+ display: inline;
34211
+ white-space: normal;
34212
+ }
34213
+
34214
+ .E_t13ef470 {
34215
+ height: 100%;
34216
+ }
34217
+ .E_t13ef470 .table-loading-item {
34218
+ padding: 12px 4px;
34219
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34220
+ display: flex;
34221
+ }
34222
+ .E_t13ef470 .table-loading-item > * {
34223
+ height: 16px;
34224
+ margin: 4px;
34225
+ background: rgba(204, 212, 227, 0.18);
34226
+ border-radius: 2px;
34227
+ }
34228
+ .E_t13ef470 .table-loading-item .checkbox-loading {
34229
+ width: 16px;
34230
+ }
34231
+ .E_t13ef470 .table-loading-item .td-loading {
34232
+ flex: 1;
34233
+ }
34234
+ .E_t13ef470 :nth-child(1) {
34235
+ padding: 8px 4px;
34236
+ }
34237
+ .E_t13ef470 :nth-child(1) > * {
34238
+ background: rgba(107, 125, 153, 0.18);
34239
+ }
34240
+ .E_t13ef470 :nth-child(1) > * {
34241
+ background: rgba(163, 180, 204, 0.18);
34242
+ }
34243
+
34244
+ .E_t1dtlqs1 {
34245
+ margin-bottom: 4px;
34246
+ color: rgba(44, 56, 82, 0.6);
34247
+ }
34248
+
34249
+ .E_s1ese5oy {
34250
+ color: rgba(44, 56, 82, 0.6);
34251
+ line-height: 32px;
34252
+ height: 32px;
34253
+ margin-bottom: 0;
34254
+ }
34255
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
34256
+ color: #0080ff;
34257
+ }
34258
+ .E_s1ese5oy.warning {
34259
+ color: #ffa500;
34260
+ }
34261
+ .E_s1ese5oy.success {
34262
+ color: #00ba5d;
34263
+ }
34264
+ .E_s1ese5oy.danger, .E_s1ese5oy.error {
34265
+ color: #f0483e;
34266
+ }
34267
+ .E_s1ese5oy.normal {
34268
+ color: rgba(44, 56, 82, 0.6);
34269
+ }
34270
+
34271
+ .E_b1ibis43 {
34272
+ margin-bottom: 0;
34273
+ color: #00122e;
34274
+ }
34275
+
34276
+ .E_b11xxjd2 {
34277
+ line-height: 32px;
34278
+ margin-right: 6px;
34279
+ }
34280
+
34281
+ .E_bsub5bw.with-description {
34282
+ height: 24px;
34283
+ flex: 1;
34284
+ position: relative;
34285
+ top: -7px;
34286
+ }
34287
+ .E_bsub5bw p {
34288
+ width: 100%;
34289
+ overflow: hidden;
34290
+ text-overflow: ellipsis;
34291
+ white-space: nowrap;
34292
+ }
34293
+
34294
+ .E_tmoyoag {
34295
+ border: 1px solid rgba(211, 218, 235, 0.6);
34296
+ border-radius: 8px;
34297
+ overflow: auto;
34298
+ }
34299
+ .E_tmoyoag .ant-list {
34300
+ position: relative;
34301
+ }
34302
+ .E_tmoyoag .ant-list .ant-list-item:last-child {
34303
+ border-bottom: none;
34304
+ }
34305
+ .E_tmoyoag .ant-list .eagle-table-form-header {
34306
+ position: sticky;
34307
+ top: 0;
34308
+ z-index: 2;
34309
+ display: flex;
34310
+ padding: 8px;
34311
+ flex-wrap: nowrap;
34312
+ justify-content: flex-start;
34313
+ background: #f2f5fa;
34314
+ font-size: 14px;
34315
+ color: rgba(44, 56, 82, 0.6);
34316
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34317
+ }
34318
+ .E_tmoyoag .ant-list .eagle-table-form-header {
34319
+ align-items: inherit;
34320
+ }
34321
+ .E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
34322
+ margin-bottom: 0;
34323
+ }
34324
+ .E_tmoyoag .ant-list .eagle-table-form-row {
34325
+ display: flex;
34326
+ justify-content: flex-start;
34327
+ align-items: flex-start;
34328
+ flex-wrap: wrap;
34329
+ padding: 8px;
34330
+ border: none;
34331
+ }
34332
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
34333
+ flex-basis: 100%;
34334
+ margin: 12px 0 0;
34335
+ order: 99;
34336
+ color: rgba(44, 56, 82, 0.6);
34337
+ }
34338
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34339
+ color: #f0483e;
34340
+ flex-basis: 100%;
34341
+ order: 98;
34342
+ margin: 12px 0 0;
34343
+ }
34344
+ .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34345
+ background-color: rgba(237, 241, 250, 0.6);
34346
+ }
34347
+ .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34348
+ background-color: rgba(0, 136, 255, 0.1);
34349
+ }
34350
+ .E_tmoyoag .ant-list .eagle-table-form-cell {
34351
+ flex: 1 0 0;
34352
+ overflow: hidden;
34353
+ }
34354
+ .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34355
+ color: rgba(44, 56, 82, 0.6);
34356
+ margin: 0;
34357
+ }
34358
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34359
+ text-align: center;
34360
+ }
34361
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
34362
+ text-align: center;
34363
+ }
34364
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34365
+ text-align: left;
34366
+ }
34367
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
34368
+ text-align: left;
34369
+ }
34370
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34371
+ text-align: right;
34372
+ }
34373
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
34374
+ text-align: right;
34375
+ }
34376
+ .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34377
+ margin-right: 8px;
34378
+ }
34379
+ .E_tmoyoag .ant-list .ant-list-item-action {
34380
+ padding: 4px;
34381
+ width: 24px;
34382
+ height: 24px;
34383
+ overflow: hidden;
34384
+ }
34385
+ .E_tmoyoag .ant-list .ant-list-item-action li {
34386
+ padding: 0;
34387
+ }
34388
+ .E_tmoyoag .ant-list .delete-row-icon.disabled {
34389
+ cursor: not-allowed;
34390
+ opacity: 0.5;
34391
+ }
34392
+ .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34393
+ margin: 0;
34394
+ }
34395
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34396
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34397
+ border-radius: 5px;
34398
+ font-size: 12px;
34399
+ }
34400
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34401
+ font-size: inherit;
34408
34402
  }
34409
-
34410
- .E_i1g85yz3 {
34411
- margin-right: 4px;
34412
- height: 16px;
34403
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34404
+ min-height: 24px;
34405
+ font-size: 12px;
34406
+ position: relative;
34413
34407
  }
34414
-
34415
- .E_t13ef470 {
34416
- height: 100%;
34408
+ .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34409
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34417
34410
  }
34418
- .E_t13ef470 .table-loading-item {
34419
- padding: 12px 4px;
34420
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34421
- display: flex;
34411
+ .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34412
+ background-color: rgba(237, 241, 250, 0.6);
34422
34413
  }
34423
- .E_t13ef470 .table-loading-item > * {
34424
- height: 16px;
34425
- margin: 4px;
34426
- background: rgba(204, 212, 227, 0.18);
34427
- border-radius: 2px;
34414
+
34415
+ .E_a138syjm {
34416
+ display: flex;
34417
+ align-items: center;
34418
+ margin-top: 8px;
34419
+ gap: 8px;
34428
34420
  }
34429
- .E_t13ef470 .table-loading-item .checkbox-loading {
34430
- width: 16px;
34421
+ .E_a138syjm button.ant-btn {
34422
+ padding: 2px 8px;
34423
+ height: 24px;
34431
34424
  }
34432
- .E_t13ef470 .table-loading-item .td-loading {
34433
- flex: 1;
34425
+ .E_a138syjm > span.maximum-desc {
34426
+ display: none;
34427
+ color: rgba(44, 56, 82, 0.6);
34434
34428
  }
34435
- .E_t13ef470 :nth-child(1) {
34436
- padding: 8px 4px;
34429
+ .E_a138syjm > span.maximum-desc.disabled {
34430
+ display: inline;
34437
34431
  }
34438
- .E_t13ef470 :nth-child(1) > * {
34439
- background: rgba(107, 125, 153, 0.18);
34432
+
34433
+ .E_d77i8u0 {
34434
+ width: 24px;
34435
+ height: 24px;
34436
+ padding: 4px;
34437
+ margin-right: 8px;
34440
34438
  }
34441
- .E_t13ef470 :nth-child(1) > * {
34442
- background: rgba(163, 180, 204, 0.18);
34439
+
34440
+ .E_i1g85yz3 {
34441
+ margin-right: 4px;
34442
+ height: 16px;
34443
34443
  }
34444
34444
 
34445
34445
  .E_bpgac8u {
@@ -34951,6 +34951,67 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34951
34951
  }
34952
34952
  }
34953
34953
 
34954
+ .E_s1ebs0ra {
34955
+ display: flex;
34956
+ align-items: center;
34957
+ justify-content: space-between;
34958
+ background: #edf0f7;
34959
+ padding: 8px 12px;
34960
+ position: sticky;
34961
+ top: 0;
34962
+ z-index: 1;
34963
+ margin-bottom: -52px;
34964
+ }
34965
+ .E_s1ebs0ra .select-total {
34966
+ display: flex;
34967
+ align-items: center;
34968
+ font-weight: 700;
34969
+ flex-shrink: 0;
34970
+ }
34971
+ .E_s1ebs0ra .select-total .icon-wrapper {
34972
+ cursor: pointer;
34973
+ margin-left: 8px;
34974
+ width: 32px;
34975
+ height: 32px;
34976
+ border-radius: 50%;
34977
+ justify-content: center;
34978
+ }
34979
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
34980
+ background: rgba(225, 230, 241, 0.6);
34981
+ }
34982
+ .E_s1ebs0ra .action-group {
34983
+ flex: 1;
34984
+ margin-left: 88px;
34985
+ white-space: nowrap;
34986
+ text-align: right;
34987
+ position: relative;
34988
+ padding: 4px 0;
34989
+ margin-top: -4px;
34990
+ overflow: hidden;
34991
+ }
34992
+ .E_s1ebs0ra .action-group .sub-menu-delete {
34993
+ transform: translateY(-4px);
34994
+ }
34995
+ .E_s1ebs0ra .action-group button {
34996
+ border: none;
34997
+ }
34998
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
34999
+ margin-right: 8px;
35000
+ }
35001
+ .E_s1ebs0ra .action-group > button:last-child {
35002
+ margin-right: 4px;
35003
+ }
35004
+ .E_s1ebs0ra .action-group .more-btn {
35005
+ cursor: pointer;
35006
+ width: 32px;
35007
+ height: 32px;
35008
+ justify-content: center;
35009
+ border-radius: 50%;
35010
+ }
35011
+ .E_s1ebs0ra .action-group .more-btn:hover {
35012
+ background: #fff;
35013
+ }
35014
+
34954
35015
  .E_skwah65 {
34955
35016
  height: 8px;
34956
35017
  box-sizing: border-box;
@@ -35014,67 +35075,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35014
35075
  margin-right: 4px;
35015
35076
  }
35016
35077
 
35017
- .E_s1ebs0ra {
35018
- display: flex;
35019
- align-items: center;
35020
- justify-content: space-between;
35021
- background: #edf0f7;
35022
- padding: 8px 12px;
35023
- position: sticky;
35024
- top: 0;
35025
- z-index: 1;
35026
- margin-bottom: -52px;
35027
- }
35028
- .E_s1ebs0ra .select-total {
35029
- display: flex;
35030
- align-items: center;
35031
- font-weight: 700;
35032
- flex-shrink: 0;
35033
- }
35034
- .E_s1ebs0ra .select-total .icon-wrapper {
35035
- cursor: pointer;
35036
- margin-left: 8px;
35037
- width: 32px;
35038
- height: 32px;
35039
- border-radius: 50%;
35040
- justify-content: center;
35041
- }
35042
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
35043
- background: rgba(225, 230, 241, 0.6);
35044
- }
35045
- .E_s1ebs0ra .action-group {
35046
- flex: 1;
35047
- margin-left: 88px;
35048
- white-space: nowrap;
35049
- text-align: right;
35050
- position: relative;
35051
- padding: 4px 0;
35052
- margin-top: -4px;
35053
- overflow: hidden;
35054
- }
35055
- .E_s1ebs0ra .action-group .sub-menu-delete {
35056
- transform: translateY(-4px);
35057
- }
35058
- .E_s1ebs0ra .action-group button {
35059
- border: none;
35060
- }
35061
- .E_s1ebs0ra .action-group > *:not(:last-child) {
35062
- margin-right: 8px;
35063
- }
35064
- .E_s1ebs0ra .action-group > button:last-child {
35065
- margin-right: 4px;
35066
- }
35067
- .E_s1ebs0ra .action-group .more-btn {
35068
- cursor: pointer;
35069
- width: 32px;
35070
- height: 32px;
35071
- justify-content: center;
35072
- border-radius: 50%;
35073
- }
35074
- .E_s1ebs0ra .action-group .more-btn:hover {
35075
- background: #fff;
35076
- }
35077
-
35078
35078
  .E_clm1wy1 {
35079
35079
  width: 192px;
35080
35080
  height: 246px;
@@ -35140,92 +35140,32 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35140
35140
  .E_c167wnad .anticon {
35141
35141
  cursor: pointer;
35142
35142
  }
35143
- .E_c167wnad .anticon:hover {
35144
- color: #0096ff;
35145
- }
35146
-
35147
- .E_cxhf7dh {
35148
- text-align: center;
35149
- }
35150
- .E_cxhf7dh .dots {
35151
- display: flex;
35152
- justify-content: center;
35153
- }
35154
- .E_cxhf7dh .dot {
35155
- display: inline-block;
35156
- width: 2px;
35157
- height: 2px;
35158
- border-radius: 1px;
35159
- background: #0096ff;
35160
- }
35161
- .E_cxhf7dh .dot:not(:last-child) {
35162
- margin-right: 2px;
35163
- }
35164
- .E_cxhf7dh .bar {
35165
- width: 9px;
35166
- height: 2px;
35167
- background: #0096ff;
35168
- border-radius: 2px;
35169
- }
35170
-
35171
- span.E_tqjc4ui {
35172
- margin: 0 2px;
35173
- }
35174
-
35175
- .E_n12mqh7z {
35176
- display: flex;
35177
- align-items: center;
35178
- font-size: 12px;
35179
- line-height: 18px;
35180
- }
35181
- .E_n12mqh7z:not(:last-child) {
35182
- margin-bottom: 4px;
35183
- }
35184
-
35185
- .E_tf5bynu {
35186
- margin: 0 3px;
35187
- }
35188
-
35189
- .E_tcckoz1 {
35190
- max-height: 400px;
35191
- overflow: auto;
35192
- }
35193
-
35194
- .E_gmyahx3 {
35195
- cursor: pointer;
35196
- }
35197
- .E_gmyahx3 .link-text {
35198
- color: rgba(0, 21, 64, 0.3);
35199
- }
35200
- .E_gmyahx3:hover .link-text {
35201
- color: #0080ff;
35202
- }
35203
-
35204
- .E_ou7iq30 {
35205
- overflow: hidden;
35206
- text-overflow: ellipsis;
35143
+ .E_c167wnad .anticon:hover {
35144
+ color: #0096ff;
35207
35145
  }
35208
35146
 
35209
- .E_s1tui002 {
35210
- white-space: nowrap;
35147
+ .E_cxhf7dh {
35148
+ text-align: center;
35211
35149
  }
35212
-
35213
- .E_mxrc2zg {
35214
- display: -webkit-box;
35215
- -webkit-line-clamp: var(--mxrc2zg-0);
35216
- -webkit-box-orient: vertical;
35217
- word-break: break-all;
35150
+ .E_cxhf7dh .dots {
35151
+ display: flex;
35152
+ justify-content: center;
35218
35153
  }
35219
-
35220
- .E_t1vv6d68 .ant-tooltip-arrow {
35221
- display: none;
35154
+ .E_cxhf7dh .dot {
35155
+ display: inline-block;
35156
+ width: 2px;
35157
+ height: 2px;
35158
+ border-radius: 1px;
35159
+ background: #0096ff;
35222
35160
  }
35223
- .E_t1vv6d68 .ant-tooltip-inner {
35224
- background: rgba(23, 38, 64, 0.8);
35225
- border-radius: 4px;
35161
+ .E_cxhf7dh .dot:not(:last-child) {
35162
+ margin-right: 2px;
35226
35163
  }
35227
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35228
- visibility: hidden;
35164
+ .E_cxhf7dh .bar {
35165
+ width: 9px;
35166
+ height: 2px;
35167
+ background: #0096ff;
35168
+ border-radius: 2px;
35229
35169
  }
35230
35170
 
35231
35171
  .E_c1up1pdz {
@@ -35368,117 +35308,64 @@ span.E_tqjc4ui {
35368
35308
  color: #fff;
35369
35309
  }
35370
35310
 
35371
- .E_s1at6qmn.ant-layout-sider {
35372
- background: #edf0f7;
35373
- padding: 32px 8px;
35374
- overflow: auto;
35375
- }
35376
- .E_s1at6qmn .ant-layout-sider-children {
35377
- display: flex;
35378
- flex-direction: column;
35379
- justify-content: space-between;
35380
- }
35381
- .E_s1at6qmn footer {
35382
- display: flex;
35383
- }
35384
- .E_s1at6qmn .ant-menu {
35385
- background: #edf0f7;
35386
- }
35387
- .E_s1at6qmn .ant-menu a {
35388
- color: #00122e;
35389
- width: 180px;
35390
- overflow: hidden;
35391
- text-overflow: ellipsis;
35392
- }
35393
- .E_s1at6qmn .ant-menu-vertical {
35394
- margin-bottom: 24px;
35395
- }
35396
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
35397
- margin: 0;
35398
- }
35399
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
35400
- font-size: 12px;
35401
- padding: 0 8px 4px;
35402
- line-height: 18px;
35311
+ .E_gmyahx3 {
35312
+ cursor: pointer;
35403
35313
  }
35404
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
35405
- padding: 0;
35314
+ .E_gmyahx3 .link-text {
35315
+ color: rgba(0, 21, 64, 0.3);
35406
35316
  }
35407
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
35408
- padding-bottom: 24px;
35317
+ .E_gmyahx3:hover .link-text {
35318
+ color: #0080ff;
35409
35319
  }
35410
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
35411
- margin-bottom: 24px;
35412
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
35320
+
35321
+ span.E_tqjc4ui {
35322
+ margin: 0 2px;
35413
35323
  }
35414
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
35415
- transition: none;
35324
+
35325
+ .E_n12mqh7z {
35416
35326
  display: flex;
35417
35327
  align-items: center;
35418
- height: 32px;
35419
- line-height: 22px;
35420
- padding: 0 8px;
35421
- }
35422
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
35423
- margin-right: 12px;
35424
- }
35425
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
35426
- margin: 0;
35427
- margin-bottom: 2px;
35428
- }
35429
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
35430
- background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
35431
- box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
35432
- border-radius: 6px;
35433
- color: #fff;
35328
+ font-size: 12px;
35329
+ line-height: 18px;
35434
35330
  }
35435
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
35436
- color: #fff;
35331
+ .E_n12mqh7z:not(:last-child) {
35332
+ margin-bottom: 4px;
35437
35333
  }
35438
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
35439
- background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
35440
- box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
35441
- border-radius: 6px;
35334
+
35335
+ .E_tf5bynu {
35336
+ margin: 0 3px;
35442
35337
  }
35443
35338
 
35444
- .E_s1wu0lms .ant-menu-item-group-title {
35445
- white-space: nowrap;
35446
- transition: all 0s;
35339
+ .E_tcckoz1 {
35340
+ max-height: 400px;
35341
+ overflow: auto;
35447
35342
  }
35448
- .E_s1wu0lms.shrink {
35449
- transition: all 0s;
35343
+
35344
+ .E_ou7iq30 {
35450
35345
  overflow: hidden;
35451
- }
35452
- .E_s1wu0lms.shrink .ant-menu-item-group-title {
35453
- visibility: hidden;
35454
- }
35455
- .E_s1wu0lms.shrink .ant-menu-item {
35456
- width: 36px;
35457
- padding: 0 6px;
35346
+ text-overflow: ellipsis;
35458
35347
  }
35459
35348
 
35460
- .E_n1ugzfva {
35461
- display: flex;
35462
- place-items: center;
35463
- width: 100% !important;
35349
+ .E_s1tui002 {
35350
+ white-space: nowrap;
35464
35351
  }
35465
- .E_n1ugzfva[disabled] {
35466
- color: rgba(0, 0, 0, 0.25) !important;
35467
- opacity: 1 !important;
35352
+
35353
+ .E_mxrc2zg {
35354
+ display: -webkit-box;
35355
+ -webkit-line-clamp: var(--mxrc2zg-0);
35356
+ -webkit-box-orient: vertical;
35357
+ word-break: break-all;
35468
35358
  }
35469
- .E_n1ugzfva.ant-btn {
35470
- width: 100%;
35471
- color: #00122e;
35359
+
35360
+ .E_t1vv6d68 .ant-tooltip-arrow {
35361
+ display: none;
35472
35362
  }
35473
- .E_n1ugzfva .icon-wrapper {
35474
- margin-right: 12px;
35363
+ .E_t1vv6d68 .ant-tooltip-inner {
35364
+ background: rgba(23, 38, 64, 0.8);
35365
+ border-radius: 4px;
35475
35366
  }
35476
- .E_n1ugzfva .link-title {
35477
- flex: 1;
35478
- overflow: hidden;
35479
- white-space: nowrap;
35480
- text-overflow: ellipsis;
35481
- text-align: left;
35367
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35368
+ visibility: hidden;
35482
35369
  }
35483
35370
 
35484
35371
  .E_t1sqg15u {
@@ -35571,27 +35458,117 @@ span.E_tqjc4ui {
35571
35458
  padding-right: 12px;
35572
35459
  }
35573
35460
 
35574
- .E_wg1tsps {
35461
+ .E_s1at6qmn.ant-layout-sider {
35462
+ background: #edf0f7;
35463
+ padding: 32px 8px;
35464
+ overflow: auto;
35465
+ }
35466
+ .E_s1at6qmn .ant-layout-sider-children {
35467
+ display: flex;
35468
+ flex-direction: column;
35469
+ justify-content: space-between;
35470
+ }
35471
+ .E_s1at6qmn footer {
35472
+ display: flex;
35473
+ }
35474
+ .E_s1at6qmn .ant-menu {
35475
+ background: #edf0f7;
35476
+ }
35477
+ .E_s1at6qmn .ant-menu a {
35478
+ color: #00122e;
35479
+ width: 180px;
35480
+ overflow: hidden;
35481
+ text-overflow: ellipsis;
35482
+ }
35483
+ .E_s1at6qmn .ant-menu-vertical {
35484
+ margin-bottom: 24px;
35485
+ }
35486
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
35487
+ margin: 0;
35488
+ }
35489
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
35490
+ font-size: 12px;
35491
+ padding: 0 8px 4px;
35492
+ line-height: 18px;
35493
+ }
35494
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
35495
+ padding: 0;
35496
+ }
35497
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
35498
+ padding-bottom: 24px;
35499
+ }
35500
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
35501
+ margin-bottom: 24px;
35502
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
35503
+ }
35504
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
35505
+ transition: none;
35575
35506
  display: flex;
35576
35507
  align-items: center;
35577
- justify-content: flex-end;
35508
+ height: 32px;
35509
+ line-height: 22px;
35510
+ padding: 0 8px;
35511
+ }
35512
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
35513
+ margin-right: 12px;
35514
+ }
35515
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
35516
+ margin: 0;
35517
+ margin-bottom: 2px;
35518
+ }
35519
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
35520
+ background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
35521
+ box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
35522
+ border-radius: 6px;
35523
+ color: #fff;
35524
+ }
35525
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
35526
+ color: #fff;
35527
+ }
35528
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
35529
+ background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
35530
+ box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
35531
+ border-radius: 6px;
35532
+ }
35533
+
35534
+ .E_s1wu0lms .ant-menu-item-group-title {
35535
+ white-space: nowrap;
35536
+ transition: all 0s;
35537
+ }
35538
+ .E_s1wu0lms.shrink {
35539
+ transition: all 0s;
35540
+ overflow: hidden;
35541
+ }
35542
+ .E_s1wu0lms.shrink .ant-menu-item-group-title {
35543
+ visibility: hidden;
35544
+ }
35545
+ .E_s1wu0lms.shrink .ant-menu-item {
35546
+ width: 36px;
35547
+ padding: 0 6px;
35578
35548
  }
35579
35549
 
35580
- .E_b1ctd5xy {
35550
+ .E_n1ugzfva {
35581
35551
  display: flex;
35582
- align-items: center;
35583
- width: calc(100% - 40px);
35552
+ place-items: center;
35553
+ width: 100% !important;
35584
35554
  }
35585
- .E_b1ctd5xy .chart {
35586
- display: inline-block;
35555
+ .E_n1ugzfva[disabled] {
35556
+ color: rgba(0, 0, 0, 0.25) !important;
35557
+ opacity: 1 !important;
35558
+ }
35559
+ .E_n1ugzfva.ant-btn {
35587
35560
  width: 100%;
35561
+ color: #00122e;
35588
35562
  }
35589
-
35590
- .E_u1p8acpn {
35591
- min-width: 40px;
35563
+ .E_n1ugzfva .icon-wrapper {
35564
+ margin-right: 12px;
35592
35565
  }
35593
- .E_u1p8acpn .unit {
35594
- color: #00122e !important;
35566
+ .E_n1ugzfva .link-title {
35567
+ flex: 1;
35568
+ overflow: hidden;
35569
+ white-space: nowrap;
35570
+ text-overflow: ellipsis;
35571
+ text-align: left;
35595
35572
  }
35596
35573
 
35597
35574
  .E_s1iv0tp1 .enabled-switch {
@@ -35805,45 +35782,27 @@ span.E_tqjc4ui {
35805
35782
  background: transparent;
35806
35783
  }
35807
35784
 
35808
- .E_i5w779o {
35809
- padding: 8px 0;
35810
- }
35811
- .E_i5w779o .col-label {
35812
- flex-shrink: unset;
35813
- }
35814
- .E_i5w779o .col-label * {
35815
- line-height: 18px;
35816
- }
35817
- .E_i5w779o .col-content {
35818
- flex: 1 1 0;
35785
+ .E_wg1tsps {
35819
35786
  display: flex;
35820
35787
  align-items: center;
35821
- }
35822
- .E_i5w779o .col-content * {
35823
- line-height: 18px;
35788
+ justify-content: flex-end;
35824
35789
  }
35825
35790
 
35826
- .E_l18dja44 {
35827
- padding: 6px 0;
35828
- }
35829
- .E_l18dja44 .col-label * {
35830
- font-size: 13px;
35831
- line-height: 20px;
35791
+ .E_b1ctd5xy {
35792
+ display: flex;
35793
+ align-items: center;
35794
+ width: calc(100% - 40px);
35832
35795
  }
35833
- .E_l18dja44 .col-content * {
35834
- font-size: 14px;
35835
- line-height: 20px;
35796
+ .E_b1ctd5xy .chart {
35797
+ display: inline-block;
35798
+ width: 100%;
35836
35799
  }
35837
35800
 
35838
- .E_c8c2hys {
35839
- display: flex;
35840
- justify-content: space-between;
35841
- flex: 1;
35842
- min-width: 0;
35801
+ .E_u1p8acpn {
35802
+ min-width: 40px;
35843
35803
  }
35844
-
35845
- .E_n4m6c4d {
35846
- color: rgba(0, 21, 64, 0.3);
35804
+ .E_u1p8acpn .unit {
35805
+ color: #00122e !important;
35847
35806
  }
35848
35807
 
35849
35808
  .E_cyms3br {
@@ -35905,6 +35864,47 @@ span.E_tqjc4ui {
35905
35864
  padding: unset;
35906
35865
  }
35907
35866
 
35867
+ .E_i5w779o {
35868
+ padding: 8px 0;
35869
+ }
35870
+ .E_i5w779o .col-label {
35871
+ flex-shrink: unset;
35872
+ }
35873
+ .E_i5w779o .col-label * {
35874
+ line-height: 18px;
35875
+ }
35876
+ .E_i5w779o .col-content {
35877
+ flex: 1 1 0;
35878
+ display: flex;
35879
+ align-items: center;
35880
+ }
35881
+ .E_i5w779o .col-content * {
35882
+ line-height: 18px;
35883
+ }
35884
+
35885
+ .E_l18dja44 {
35886
+ padding: 6px 0;
35887
+ }
35888
+ .E_l18dja44 .col-label * {
35889
+ font-size: 13px;
35890
+ line-height: 20px;
35891
+ }
35892
+ .E_l18dja44 .col-content * {
35893
+ font-size: 14px;
35894
+ line-height: 20px;
35895
+ }
35896
+
35897
+ .E_c8c2hys {
35898
+ display: flex;
35899
+ justify-content: space-between;
35900
+ flex: 1;
35901
+ min-width: 0;
35902
+ }
35903
+
35904
+ .E_n4m6c4d {
35905
+ color: rgba(0, 21, 64, 0.3);
35906
+ }
35907
+
35908
35908
  .E_kr6am0s .ant-modal-body {
35909
35909
  padding: 60px 128px;
35910
35910
  }
@@ -35968,39 +35968,6 @@ span.E_tqjc4ui {
35968
35968
  background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
35969
35969
  }
35970
35970
 
35971
- .E_l12xdkhl {
35972
- width: 64px;
35973
- height: 64px;
35974
- max-width: 64px;
35975
- max-height: 64px;
35976
- overflow: hidden;
35977
- display: flex;
35978
- align-items: center;
35979
- justify-content: center;
35980
- position: relative;
35981
- opacity: 0.6;
35982
- }
35983
- .E_l12xdkhl .icon-wrapper {
35984
- animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
35985
- }
35986
- @keyframes rotate {
35987
- from {
35988
- transform: rotate(0deg);
35989
- }
35990
- to {
35991
- transform: rotate(360deg);
35992
- }
35993
- }
35994
-
35995
- .E_cevhqx7 {
35996
- color: #00122e;
35997
- }
35998
-
35999
- .E_snbqlt4 {
36000
- margin-top: 8px;
36001
- color: rgba(44, 56, 82, 0.6);
36002
- }
36003
-
36004
35971
  .E_c1ss4prm {
36005
35972
  color: rgba(44, 56, 82, 0.6);
36006
35973
  }
@@ -36039,6 +36006,59 @@ span.E_tqjc4ui {
36039
36006
  margin: 16px 0;
36040
36007
  }
36041
36008
 
36009
+ .E_c14ouk5o {
36010
+ width: 100%;
36011
+ height: 100%;
36012
+ display: flex;
36013
+ font-size: 12px;
36014
+ line-height: 18px;
36015
+ padding: 8px 0;
36016
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
36017
+ }
36018
+ .E_c14ouk5o:last-of-type {
36019
+ box-shadow: none;
36020
+ padding-bottom: 0;
36021
+ }
36022
+ .E_c14ouk5o.collapsed {
36023
+ flex-direction: column;
36024
+ }
36025
+ .E_c14ouk5o.collapsed .collapsed-content {
36026
+ display: flex;
36027
+ }
36028
+ .E_c14ouk5o.collapsed .collapsed-content > span {
36029
+ flex: 1;
36030
+ display: flex;
36031
+ justify-content: space-between;
36032
+ }
36033
+ .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
36034
+ height: auto;
36035
+ }
36036
+ .E_c14ouk5o.collapsed .extra-content {
36037
+ margin-left: 162px;
36038
+ }
36039
+ .E_c14ouk5o .col-label {
36040
+ width: 216px;
36041
+ color: rgba(44, 56, 82, 0.6);
36042
+ margin-right: 12px;
36043
+ flex-shrink: 0;
36044
+ }
36045
+ .E_c14ouk5o .col-content {
36046
+ color: #2d3a56;
36047
+ /* make btn link in info row have the same height as normal text */
36048
+ }
36049
+ .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
36050
+ height: auto;
36051
+ }
36052
+
36053
+ .E_cevhqx7 {
36054
+ color: #00122e;
36055
+ }
36056
+
36057
+ .E_snbqlt4 {
36058
+ margin-top: 8px;
36059
+ color: rgba(44, 56, 82, 0.6);
36060
+ }
36061
+
36042
36062
  .E_c1kchka8 {
36043
36063
  height: 100%;
36044
36064
  width: 100%;
@@ -36531,46 +36551,26 @@ span.E_tqjc4ui {
36531
36551
  padding: 0;
36532
36552
  }
36533
36553
 
36534
- .E_c14ouk5o {
36535
- width: 100%;
36536
- height: 100%;
36537
- display: flex;
36538
- font-size: 12px;
36539
- line-height: 18px;
36540
- padding: 8px 0;
36541
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
36542
- }
36543
- .E_c14ouk5o:last-of-type {
36544
- box-shadow: none;
36545
- padding-bottom: 0;
36546
- }
36547
- .E_c14ouk5o.collapsed {
36548
- flex-direction: column;
36549
- }
36550
- .E_c14ouk5o.collapsed .collapsed-content {
36551
- display: flex;
36552
- }
36553
- .E_c14ouk5o.collapsed .collapsed-content > span {
36554
- flex: 1;
36554
+ .E_l12xdkhl {
36555
+ width: 64px;
36556
+ height: 64px;
36557
+ max-width: 64px;
36558
+ max-height: 64px;
36559
+ overflow: hidden;
36555
36560
  display: flex;
36556
- justify-content: space-between;
36557
- }
36558
- .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
36559
- height: auto;
36560
- }
36561
- .E_c14ouk5o.collapsed .extra-content {
36562
- margin-left: 162px;
36563
- }
36564
- .E_c14ouk5o .col-label {
36565
- width: 216px;
36566
- color: rgba(44, 56, 82, 0.6);
36567
- margin-right: 12px;
36568
- flex-shrink: 0;
36561
+ align-items: center;
36562
+ justify-content: center;
36563
+ position: relative;
36564
+ opacity: 0.6;
36569
36565
  }
36570
- .E_c14ouk5o .col-content {
36571
- color: #2d3a56;
36572
- /* make btn link in info row have the same height as normal text */
36566
+ .E_l12xdkhl .icon-wrapper {
36567
+ animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
36573
36568
  }
36574
- .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
36575
- height: auto;
36569
+ @keyframes rotate {
36570
+ from {
36571
+ transform: rotate(0deg);
36572
+ }
36573
+ to {
36574
+ transform: rotate(360deg);
36575
+ }
36576
36576
  }