@cloudtower/eagle 0.27.53-dry2 → 0.27.53-dry3

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
@@ -29780,6 +29780,19 @@ html body {
29780
29780
  font-size: 14px;
29781
29781
  }
29782
29782
 
29783
+ .skwah65 {
29784
+ height: 8px;
29785
+ box-sizing: border-box;
29786
+ border-radius: 2px;
29787
+ background: #f5f7fa;
29788
+ display: flex;
29789
+ width: 100%;
29790
+ overflow: hidden;
29791
+ }
29792
+ .skwah65 .stack-bar-item + .stack-bar-item {
29793
+ margin-left: 1px;
29794
+ }
29795
+
29783
29796
  .fzh9mnb {
29784
29797
  width: 100%;
29785
29798
  height: 100%;
@@ -29795,46 +29808,65 @@ html body {
29795
29808
  font-size: 18px;
29796
29809
  }
29797
29810
 
29798
- .i1inqkme {
29799
- height: 18px;
29800
- line-height: 18px;
29801
- padding: 0 4px;
29802
- border-radius: 4px;
29803
- background: rgba(235, 239, 245, 0.6);
29804
- border: 1px solid rgba(223, 228, 235, 0.6);
29811
+ .s1ebs0ra {
29805
29812
  display: flex;
29806
29813
  align-items: center;
29807
- white-space: nowrap;
29808
- margin-right: 4px;
29814
+ justify-content: space-between;
29815
+ background: #edf0f7;
29816
+ padding: 8px 12px;
29817
+ position: sticky;
29818
+ top: 0;
29819
+ z-index: 1;
29820
+ margin-bottom: -52px;
29809
29821
  }
29810
-
29811
- .b1nip9bk {
29812
- padding: 4px 11px;
29822
+ .s1ebs0ra .select-total {
29823
+ display: flex;
29824
+ align-items: center;
29825
+ font-weight: 700;
29826
+ flex-shrink: 0;
29813
29827
  }
29814
-
29815
- .bqamoqe {
29828
+ .s1ebs0ra .select-total .icon-wrapper {
29829
+ cursor: pointer;
29830
+ margin-left: 8px;
29831
+ width: 32px;
29832
+ height: 32px;
29833
+ border-radius: 50%;
29834
+ justify-content: center;
29835
+ }
29836
+ .s1ebs0ra .select-total .icon-wrapper:hover {
29837
+ background: rgba(225, 230, 241, 0.6);
29838
+ }
29839
+ .s1ebs0ra .action-group {
29840
+ flex: 1;
29841
+ margin-left: 88px;
29816
29842
  white-space: nowrap;
29817
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29843
+ text-align: right;
29844
+ position: relative;
29845
+ padding: 4px 0;
29846
+ margin-top: -4px;
29847
+ overflow: hidden;
29818
29848
  }
29819
- .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29820
- --color: #0080ff;
29849
+ .s1ebs0ra .action-group .sub-menu-delete {
29850
+ transform: translateY(-4px);
29821
29851
  }
29822
- .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29823
- --color: #0080ff;
29852
+ .s1ebs0ra .action-group button {
29853
+ border: none;
29824
29854
  }
29825
- .bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29826
- margin-left: 1px;
29855
+ .s1ebs0ra .action-group > *:not(:last-child) {
29856
+ margin-right: 8px;
29827
29857
  }
29828
- .bqamoqe > .ant-btn:not(:only-child):first-child {
29829
- border-top-right-radius: 0;
29830
- border-bottom-right-radius: 0;
29858
+ .s1ebs0ra .action-group > button:last-child {
29859
+ margin-right: 4px;
29831
29860
  }
29832
- .bqamoqe > .ant-btn:not(:only-child):last-child {
29833
- border-top-left-radius: 0;
29834
- border-bottom-left-radius: 0;
29861
+ .s1ebs0ra .action-group .more-btn {
29862
+ cursor: pointer;
29863
+ width: 32px;
29864
+ height: 32px;
29865
+ justify-content: center;
29866
+ border-radius: 50%;
29835
29867
  }
29836
- .bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29837
- border-radius: unset;
29868
+ .s1ebs0ra .action-group .more-btn:hover {
29869
+ background: #fff;
29838
29870
  }
29839
29871
 
29840
29872
  .b1wx3t3t.ant-btn-icon-only {
@@ -30087,6 +30119,35 @@ html body {
30087
30119
  padding: 0;
30088
30120
  }
30089
30121
 
30122
+ .b1nip9bk {
30123
+ padding: 4px 11px;
30124
+ }
30125
+
30126
+ .bqamoqe {
30127
+ white-space: nowrap;
30128
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30129
+ }
30130
+ .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30131
+ --color: #0080ff;
30132
+ }
30133
+ .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
30134
+ --color: #0080ff;
30135
+ }
30136
+ .bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30137
+ margin-left: 1px;
30138
+ }
30139
+ .bqamoqe > .ant-btn:not(:only-child):first-child {
30140
+ border-top-right-radius: 0;
30141
+ border-bottom-right-radius: 0;
30142
+ }
30143
+ .bqamoqe > .ant-btn:not(:only-child):last-child {
30144
+ border-top-left-radius: 0;
30145
+ border-bottom-left-radius: 0;
30146
+ }
30147
+ .bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30148
+ border-radius: unset;
30149
+ }
30150
+
30090
30151
  .iouxfgt {
30091
30152
  display: inline-flex;
30092
30153
  align-items: center;
@@ -30105,1413 +30166,1356 @@ html body {
30105
30166
  animation: rotate 680ms linear infinite;
30106
30167
  }
30107
30168
 
30108
- .s1ebs0ra {
30169
+ .c1up1pdz {
30170
+ width: 648px;
30171
+ }
30172
+ .c1up1pdz.active {
30173
+ border-color: #0080ff;
30174
+ }
30175
+ .c1up1pdz.active > header {
30176
+ background: rgba(0, 128, 255, 0.1);
30177
+ }
30178
+ .c1up1pdz .expand {
30179
+ padding: 12px;
30180
+ }
30181
+ .c1up1pdz .field-item {
30109
30182
  display: flex;
30110
- align-items: center;
30111
- justify-content: space-between;
30112
- background: #edf0f7;
30113
- padding: 8px 12px;
30114
- position: sticky;
30115
- top: 0;
30116
- z-index: 1;
30117
- margin-bottom: -52px;
30183
+ padding: 10px 0;
30184
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30118
30185
  }
30119
- .s1ebs0ra .select-total {
30186
+ .c1up1pdz .field-item:last-child {
30187
+ border-bottom: none;
30188
+ padding-bottom: 0;
30189
+ }
30190
+ .c1up1pdz .field-item label {
30191
+ line-height: 32px;
30192
+ width: 100px;
30193
+ color: rgba(62, 70, 82, 0.6);
30194
+ }
30195
+ .c1up1pdz .help {
30196
+ color: rgba(62, 70, 82, 0.6);
30197
+ margin-top: 5px;
30198
+ }
30199
+ .c1up1pdz .ant-input-affix-wrapper,
30200
+ .c1up1pdz .ant-picker {
30201
+ width: 128px;
30202
+ }
30203
+
30204
+ .c156wh19 {
30120
30205
  display: flex;
30121
30206
  align-items: center;
30122
- font-weight: 700;
30123
- flex-shrink: 0;
30207
+ justify-content: space-between;
30208
+ word-break: keep-all;
30124
30209
  }
30125
- .s1ebs0ra .select-total .icon-wrapper {
30126
- cursor: pointer;
30127
- margin-left: 8px;
30128
- width: 32px;
30129
- height: 32px;
30130
- border-radius: 50%;
30131
- justify-content: center;
30210
+ .c156wh19 .title {
30211
+ margin: 0 16px 0 8px;
30132
30212
  }
30133
- .s1ebs0ra .select-total .icon-wrapper:hover {
30134
- background: rgba(225, 230, 241, 0.6);
30213
+ .c156wh19 .retain {
30214
+ color: rgba(129, 138, 153, 0.6);
30135
30215
  }
30136
- .s1ebs0ra .action-group {
30216
+ .c156wh19 div.left {
30137
30217
  flex: 1;
30138
- margin-left: 88px;
30139
- white-space: nowrap;
30140
- text-align: right;
30141
- position: relative;
30142
- padding: 4px 0;
30143
- margin-top: -4px;
30218
+ display: flex;
30144
30219
  overflow: hidden;
30220
+ align-items: center;
30221
+ justify-content: flex-start;
30222
+ white-space: nowrap;
30145
30223
  }
30146
- .s1ebs0ra .action-group .sub-menu-delete {
30147
- transform: translateY(-4px);
30224
+ .c156wh19 div.left .title {
30225
+ max-width: 100%;
30226
+ overflow: hidden;
30227
+ text-overflow: ellipsis;
30148
30228
  }
30149
- .s1ebs0ra .action-group button {
30150
- border: none;
30229
+ .c156wh19 div.right {
30230
+ display: flex;
30231
+ align-items: center;
30151
30232
  }
30152
- .s1ebs0ra .action-group > *:not(:last-child) {
30153
- margin-right: 8px;
30233
+ .c156wh19 .reverse {
30234
+ display: flex;
30235
+ flex-direction: row-reverse;
30236
+ align-items: center;
30154
30237
  }
30155
- .s1ebs0ra .action-group > button:last-child {
30156
- margin-right: 4px;
30238
+ .c156wh19 .reverse .ant-switch {
30239
+ margin-left: 8px;
30157
30240
  }
30158
- .s1ebs0ra .action-group .more-btn {
30241
+ .c156wh19 .close {
30242
+ padding-left: 14px;
30243
+ margin-left: 14px;
30244
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
30159
30245
  cursor: pointer;
30160
- width: 32px;
30161
- height: 32px;
30162
- justify-content: center;
30163
- border-radius: 50%;
30164
- }
30165
- .s1ebs0ra .action-group .more-btn:hover {
30166
- background: #fff;
30167
30246
  }
30168
30247
 
30169
- .t1m2x205 .ant-tooltip-arrow {
30170
- display: none;
30248
+ .m126spxy {
30249
+ padding-bottom: 4px;
30250
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30171
30251
  }
30172
- .t1m2x205 .ant-tooltip-inner {
30173
- background: rgba(23, 38, 64, 0.8);
30252
+ .m126spxy .ant-btn-link {
30253
+ padding: 1px 10px;
30254
+ color: rgba(62, 70, 82, 0.6);
30174
30255
  border-radius: 4px;
30175
30256
  }
30176
-
30177
- .dsnbhzf {
30178
- font-family: Inter;
30179
- font-style: normal;
30180
- font-weight: bold;
30181
- font-size: 32px;
30182
- line-height: 40px;
30257
+ .m126spxy .ant-btn-link.active {
30258
+ background: rgba(0, 128, 255, 0.1);
30259
+ color: #0096ff;
30183
30260
  }
30184
30261
 
30185
- .d1mvo22k {
30186
- font-family: Inter;
30187
- font-style: normal;
30188
- font-weight: bold;
30189
- font-size: 24px;
30190
- line-height: 32px;
30262
+ .wpbf4pq {
30263
+ padding: 10px 0;
30264
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30191
30265
  }
30192
-
30193
- .d1b444tr {
30194
- font-family: Inter;
30195
- font-style: normal;
30196
- font-weight: normal;
30197
- font-size: 32px;
30198
- line-height: 40px;
30199
- }
30200
-
30201
- .dvs0kue {
30202
- font-family: Inter;
30203
- font-style: normal;
30204
- font-weight: bold;
30205
- font-size: 20px;
30206
- line-height: 24px;
30266
+ .wpbf4pq .ant-input,
30267
+ .wpbf4pq .ant-picker {
30268
+ width: 80px;
30269
+ margin: 0 9px;
30270
+ text-align: center;
30207
30271
  }
30208
-
30209
- .d1hcbfcq {
30210
- font-family: Inter;
30211
- font-style: normal;
30212
- font-weight: normal;
30213
- font-size: 20px;
30214
- line-height: 24px;
30272
+ .wpbf4pq .options {
30273
+ padding: 12px 0 12px 16px;
30274
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
30275
+ margin: 5px 0 5px 8px;
30215
30276
  }
30216
-
30217
- .d1cz922v {
30218
- font-family: Inter;
30219
- font-style: normal;
30220
- font-weight: bold;
30221
- font-size: 18px;
30222
- line-height: 22px;
30277
+ .wpbf4pq .week-day-option,
30278
+ .wpbf4pq .month-day-option {
30279
+ background: #f5f7fa;
30280
+ box-sizing: border-box;
30281
+ border-radius: 16px;
30282
+ margin-right: 8px;
30223
30283
  }
30224
-
30225
- .d3nzbrm {
30226
- font-family: Inter;
30227
- font-style: normal;
30228
- font-weight: normal;
30229
- font-size: 18px;
30230
- line-height: 22px;
30284
+ .wpbf4pq .week-day-option:focus,
30285
+ .wpbf4pq .month-day-option:focus {
30286
+ color: inherit;
30287
+ border-color: #d9d9d9;
30231
30288
  }
30232
-
30233
- .h1g0p5ob {
30234
- font-family: Inter;
30235
- font-style: normal;
30236
- font-weight: bold;
30237
- font-size: 16px;
30238
- line-height: 22px;
30289
+ .wpbf4pq .week-day-option.active {
30290
+ background-color: #0096ff;
30291
+ border-color: #0096ff;
30292
+ color: #fff;
30239
30293
  }
30240
-
30241
- .hydo2ej {
30242
- font-family: Inter;
30243
- font-style: normal;
30244
- font-weight: normal;
30245
- font-size: 16px;
30246
- line-height: 22px;
30294
+ .wpbf4pq .week-day-option.en-text {
30295
+ width: 110px;
30296
+ margin-top: 4px;
30247
30297
  }
30248
-
30249
- .h1hbuq0r {
30250
- font-family: Inter;
30251
- font-style: normal;
30252
- font-weight: bold;
30253
- font-size: 14px;
30254
- line-height: 20px;
30298
+ .wpbf4pq .month-day-option {
30299
+ width: 32px;
30300
+ padding: 0;
30301
+ margin-bottom: 8px;
30255
30302
  }
30256
-
30257
- .h13bondg {
30258
- font-family: Inter;
30259
- font-style: normal;
30260
- font-weight: normal;
30261
- font-size: 14px;
30262
- line-height: 20px;
30303
+ .wpbf4pq .month-day-option.active {
30304
+ background-color: #0096ff;
30305
+ border-color: #0096ff;
30306
+ color: #fff;
30263
30307
  }
30264
30308
 
30265
- .h1mhvdlx {
30266
- font-family: Inter;
30267
- font-style: normal;
30268
- font-weight: bold;
30269
- font-size: 12px;
30309
+ .i1inqkme {
30310
+ height: 18px;
30270
30311
  line-height: 18px;
30312
+ padding: 0 4px;
30313
+ border-radius: 4px;
30314
+ background: rgba(235, 239, 245, 0.6);
30315
+ border: 1px solid rgba(223, 228, 235, 0.6);
30316
+ display: flex;
30317
+ align-items: center;
30318
+ white-space: nowrap;
30319
+ margin-right: 4px;
30271
30320
  }
30272
30321
 
30273
- .h1inmfq6 {
30274
- font-family: Inter;
30275
- font-style: normal;
30276
- font-weight: normal;
30277
- font-size: 12px;
30278
- line-height: 18px;
30322
+ .owd0kml {
30323
+ display: inline-block;
30279
30324
  }
30280
30325
 
30281
- .h1kfc0la {
30282
- font-family: Inter;
30283
- font-style: normal;
30284
- font-weight: bold;
30285
- text-transform: uppercase;
30286
- font-feature-settings: "cpsp" on;
30287
- font-size: 12px;
30288
- line-height: 18px;
30326
+ .h1jsgezc {
30327
+ visibility: hidden;
30328
+ position: absolute;
30289
30329
  }
30290
30330
 
30291
- .h10xnyuu {
30292
- font-family: Inter;
30293
- font-style: normal;
30294
- font-weight: normal;
30295
- text-transform: uppercase;
30296
- font-feature-settings: "cpsp" on;
30331
+ .phljevk {
30332
+ display: flex;
30333
+ justify-content: space-between;
30334
+ align-items: center;
30335
+ padding: 10px 0;
30336
+ color: rgba(44, 56, 82, 0.6);
30297
30337
  font-size: 12px;
30298
- line-height: 18px;
30299
- }
30300
-
30301
- .lrcmi0v {
30302
- font-family: Inter;
30303
- font-style: normal;
30304
- font-weight: normal;
30305
- font-size: 16px;
30306
30338
  line-height: 24px;
30307
30339
  }
30308
-
30309
- .lzt43lp {
30310
- font-family: Inter;
30311
- font-style: normal;
30312
- font-weight: bold;
30313
- font-size: 16px;
30314
- line-height: 24px;
30340
+ .phljevk .pagination-left {
30341
+ padding: 2px 8px;
30315
30342
  }
30316
-
30317
- .l5yc9nt {
30318
- font-family: Inter;
30319
- font-style: normal;
30320
- font-weight: normal;
30321
- font-size: 16px;
30322
- line-height: 24px;
30343
+ .phljevk .dropdown-trigger {
30344
+ display: flex;
30345
+ align-items: center;
30346
+ border-radius: 6px;
30347
+ cursor: pointer;
30348
+ transition: all 0.3s ease;
30323
30349
  }
30324
-
30325
- .l1fbkbzo {
30326
- font-family: Inter;
30327
- font-style: normal;
30328
- font-weight: bold;
30329
- font-size: 16px;
30330
- line-height: 24px;
30350
+ .phljevk .dropdown-trigger:hover {
30351
+ background: rgba(211, 218, 235, 0.6);
30352
+ color: #0080ff;
30331
30353
  }
30332
-
30333
- .lahvcax {
30334
- font-family: Inter;
30335
- font-style: normal;
30336
- font-weight: normal;
30337
- text-transform: uppercase;
30338
- font-feature-settings: "cpsp" on;
30339
- font-size: 16px;
30340
- line-height: 24px;
30354
+ .phljevk .dropdown-trigger .icon-inner {
30355
+ margin-left: 4px;
30341
30356
  }
30342
-
30343
- .l11q3pxd {
30344
- font-family: Inter;
30345
- font-style: normal;
30357
+ .phljevk .pagination-right {
30358
+ display: flex;
30359
+ align-items: center;
30360
+ color: #0080ff;
30346
30361
  font-weight: bold;
30347
- text-transform: uppercase;
30348
- font-feature-settings: "cpsp" on;
30349
- font-size: 16px;
30350
- line-height: 24px;
30351
30362
  }
30352
-
30353
- .lfuc2qu {
30354
- font-family: Inter;
30355
- font-style: normal;
30356
- font-weight: normal;
30357
- font-size: 14px;
30358
- line-height: 22px;
30363
+ .phljevk .pagination-right .icon-inner {
30364
+ margin-left: 4px;
30365
+ }
30366
+ .phljevk .pagination-right .prev-btn,
30367
+ .phljevk .pagination-right .next-btn {
30368
+ padding: 0 8px;
30369
+ }
30370
+ .phljevk .pagination-right .prev-btn > span,
30371
+ .phljevk .pagination-right .next-btn > span {
30372
+ color: #0080ff;
30373
+ }
30374
+ .phljevk .pagination-right .next-btn .icon-inner {
30375
+ transform: rotate(180deg);
30359
30376
  }
30360
30377
 
30361
- .l1jmp8r0 {
30362
- font-family: Inter;
30363
- font-style: normal;
30364
- font-weight: 500;
30365
- font-size: 14px;
30366
- line-height: 22px;
30378
+ .d12rtyeg.ant-dropdown .ant-dropdown-menu {
30379
+ max-height: calc(100vh - 128px);
30380
+ overflow-y: auto;
30381
+ }
30382
+ .d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30383
+ padding: 4px 20px;
30384
+ font-size: 12px;
30385
+ line-height: 18px;
30367
30386
  }
30368
30387
 
30369
- .lcnm221 {
30370
- font-family: Inter;
30371
- font-style: normal;
30372
- font-weight: bold;
30373
- font-size: 14px;
30374
- line-height: 22px;
30388
+ .iq1gosr {
30389
+ display: inline-block;
30375
30390
  }
30376
30391
 
30377
- .lu1z2n5 {
30378
- font-family: Inter;
30379
- font-style: normal;
30380
- font-weight: normal;
30381
- font-size: 14px;
30382
- line-height: 22px;
30392
+ .tc97u5y {
30393
+ height: 100%;
30383
30394
  }
30384
30395
 
30385
- .l1r59djn {
30386
- font-family: Inter;
30387
- font-style: normal;
30388
- font-weight: bold;
30389
- font-size: 14px;
30390
- line-height: 22px;
30391
- }
30392
-
30393
- .ljm2911 {
30394
- font-family: Inter;
30395
- font-style: normal;
30396
- font-weight: normal;
30397
- text-transform: uppercase;
30398
- font-feature-settings: "cpsp" on;
30399
- font-size: 14px;
30400
- line-height: 22px;
30401
- }
30402
-
30403
- .l124mzmr {
30404
- font-family: Inter;
30405
- font-style: normal;
30406
- font-weight: bold;
30407
- text-transform: uppercase;
30408
- font-feature-settings: "cpsp" on;
30409
- font-size: 14px;
30410
- line-height: 22px;
30411
- }
30412
-
30413
- .lb3chel {
30414
- font-family: Inter;
30415
- font-style: normal;
30416
- font-weight: normal;
30417
- font-size: 13px;
30418
- line-height: 20px;
30419
- }
30420
-
30421
- .lv9jstu {
30422
- font-family: Inter;
30423
- font-style: normal;
30424
- font-weight: 600;
30425
- font-size: 13px;
30426
- line-height: 20px;
30427
- }
30428
-
30429
- .lwqlh3x {
30430
- font-family: Inter;
30431
- font-style: normal;
30432
- font-weight: bold;
30433
- font-size: 13px;
30434
- line-height: 20px;
30435
- }
30436
-
30437
- .lalum9y {
30438
- font-family: Inter;
30439
- font-style: normal;
30440
- font-weight: normal;
30441
- font-size: 13px;
30442
- line-height: 20px;
30443
- }
30444
-
30445
- .l1t6dj5o {
30446
- font-family: Inter;
30447
- font-style: normal;
30448
- font-weight: 600;
30449
- font-size: 13px;
30450
- line-height: 20px;
30451
- }
30452
-
30453
- .l12f6ic {
30454
- font-family: Inter;
30455
- font-style: normal;
30456
- font-weight: bold;
30457
- font-size: 13px;
30458
- line-height: 20px;
30459
- }
30460
-
30461
- .l7gmukq {
30462
- font-family: Inter;
30463
- font-style: normal;
30464
- font-weight: normal;
30465
- text-transform: uppercase;
30466
- font-feature-settings: "cpsp" on;
30467
- font-size: 13px;
30468
- line-height: 20px;
30469
- }
30470
-
30471
- .lkwl0yp {
30472
- font-family: Inter;
30473
- font-style: normal;
30474
- font-weight: bold;
30475
- text-transform: uppercase;
30476
- font-feature-settings: "cpsp" on;
30477
- font-size: 13px;
30478
- line-height: 20px;
30479
- }
30480
-
30481
- .l10knv48 {
30482
- font-family: Inter;
30483
- font-style: normal;
30484
- font-weight: normal;
30485
- font-size: 12px;
30486
- line-height: 18px;
30487
- }
30488
-
30489
- .l6526ld {
30490
- font-family: Inter;
30491
- font-style: normal;
30492
- font-weight: 500;
30493
- font-size: 12px;
30494
- line-height: 18px;
30495
- }
30496
-
30497
- .l1j81vli {
30498
- font-family: Inter;
30499
- font-style: normal;
30500
- font-weight: bold;
30501
- font-size: 12px;
30502
- line-height: 18px;
30503
- }
30504
-
30505
- .l1x7n1mk {
30506
- font-family: Inter;
30507
- font-style: normal;
30508
- font-weight: normal;
30509
- font-size: 12px;
30510
- line-height: 18px;
30511
- }
30512
-
30513
- .l9fqufz {
30514
- font-family: Inter;
30515
- font-style: normal;
30516
- font-weight: 500;
30517
- font-size: 12px;
30518
- line-height: 18px;
30519
- }
30520
-
30521
- .l1iwnybd {
30522
- font-family: Inter;
30523
- font-style: normal;
30524
- font-weight: bold;
30525
- font-size: 12px;
30526
- line-height: 18px;
30527
- }
30528
-
30529
- .lprtm1e {
30530
- font-family: Inter;
30531
- font-style: normal;
30532
- font-weight: normal;
30533
- text-transform: uppercase;
30534
- font-feature-settings: "cpsp" on;
30535
- font-size: 12px;
30536
- line-height: 18px;
30537
- }
30538
-
30539
- .l1lln87h {
30540
- font-family: Inter;
30541
- font-style: normal;
30542
- font-weight: bold;
30543
- text-transform: uppercase;
30544
- font-feature-settings: "cpsp" on;
30545
- font-size: 12px;
30546
- line-height: 18px;
30547
- }
30548
-
30549
- .f2pb48l {
30550
- font-family: Inter;
30551
- font-style: normal;
30552
- font-weight: normal;
30553
- font-size: 13px;
30554
- line-height: 20px;
30396
+ .tfzf37v {
30397
+ height: 100%;
30555
30398
  }
30556
-
30557
- .fi9emkw {
30558
- font-family: Inter;
30559
- font-style: normal;
30560
- font-weight: normal;
30561
- font-size: 13px;
30562
- line-height: 20px;
30399
+ .tfzf37v.empty-table .ant-table-content {
30400
+ overflow: visible !important;
30401
+ height: 100%;
30563
30402
  }
30564
-
30565
- .f1nrg7da {
30566
- font-family: Inter;
30567
- font-style: normal;
30568
- font-weight: normal;
30569
- font-size: 12px;
30570
- line-height: 18px;
30403
+ .tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30404
+ height: 100%;
30571
30405
  }
30572
-
30573
- .f17k1i3n {
30574
- font-family: Inter;
30575
- font-style: normal;
30576
- font-weight: normal;
30577
- font-size: 12px;
30578
- line-height: 18px;
30406
+ .tfzf37v.empty-table .ant-table-content table {
30407
+ width: 100% !important;
30408
+ height: 100%;
30579
30409
  }
30580
-
30581
- .t1tvuj2e {
30582
- font-family: Inter;
30583
- font-style: normal;
30584
- font-weight: normal;
30585
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30586
- font-size: 13px;
30587
- line-height: 20px;
30410
+ .tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30411
+ padding: 15px 0;
30588
30412
  }
30589
-
30590
- .t17uajlu {
30591
- font-family: Inter;
30592
- font-style: normal;
30593
- font-weight: normal;
30594
- font-feature-settings: "zero" on;
30595
- font-size: 13px;
30596
- line-height: 20px;
30413
+ .tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
30414
+ display: none;
30597
30415
  }
30598
-
30599
- .t114zbyz {
30600
- font-family: Inter;
30601
- font-style: normal;
30602
- font-weight: normal;
30603
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30604
- font-size: 12px;
30605
- line-height: 18px;
30416
+ .tfzf37v .active-row td:nth-child(1) {
30417
+ font-weight: 700;
30606
30418
  }
30607
-
30608
- .t1il0kvi {
30609
- font-family: Inter;
30610
- font-style: normal;
30611
- font-weight: 500;
30612
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30613
- font-size: 12px;
30614
- line-height: 18px;
30419
+ .tfzf37v.has-selection .active-row td:nth-child(2) {
30420
+ font-weight: 700;
30615
30421
  }
30616
-
30617
- .t10dv8p1 {
30618
- font-family: Inter;
30619
- font-style: normal;
30620
- font-weight: normal;
30621
- font-feature-settings: "zero" on;
30622
- font-size: 12px;
30623
- line-height: 18px;
30422
+ .tfzf37v .ant-spin-nested-loading {
30423
+ height: 100%;
30624
30424
  }
30625
-
30626
- .tc2oqpq {
30627
- font-family: Inter;
30628
- font-style: normal;
30629
- font-weight: 500;
30630
- font-feature-settings: "zero" on;
30631
- font-size: 12px;
30632
- line-height: 18px;
30425
+ .tfzf37v .ant-spin-nested-loading .ant-spin-container {
30426
+ height: 100%;
30427
+ overflow: visible;
30633
30428
  }
30634
-
30635
- .tzvddmc {
30636
- font-family: Inter;
30637
- font-style: normal;
30638
- font-weight: bold;
30639
- font-feature-settings: "zero" on;
30640
- font-size: 16px;
30641
- line-height: 24px;
30429
+ .tfzf37v .ant-spin-nested-loading .ant-spin {
30430
+ max-height: none;
30642
30431
  }
30643
-
30644
- .u18llj45 {
30645
- font-family: Inter;
30646
- font-style: normal;
30647
- font-weight: normal;
30648
- font-size: 10px;
30649
- line-height: 12px;
30432
+ .tfzf37v.table-init-loading .ant-spin-blur thead,
30433
+ .tfzf37v.table-init-loading .ant-spin-blur tbody {
30434
+ display: none;
30650
30435
  }
30651
-
30652
- .owd0kml {
30653
- display: inline-block;
30436
+ .tfzf37v td.ant-table-column-sort {
30437
+ background: transparent;
30654
30438
  }
30655
-
30656
- .h1jsgezc {
30657
- visibility: hidden;
30658
- position: absolute;
30439
+ .tfzf37v td.ant-table-cell-fix-left,
30440
+ .tfzf37v td.ant-table-cell-fix-right {
30441
+ background: #fff;
30442
+ padding: 0 !important;
30659
30443
  }
30660
-
30661
- .skwah65 {
30662
- height: 8px;
30663
- box-sizing: border-box;
30664
- border-radius: 2px;
30665
- background: #f5f7fa;
30444
+ .tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
30445
+ .tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
30666
30446
  display: flex;
30667
- width: 100%;
30668
- overflow: hidden;
30669
- }
30670
- .skwah65 .stack-bar-item + .stack-bar-item {
30671
- margin-left: 1px;
30447
+ align-items: center;
30448
+ height: 100%;
30449
+ padding: 8px;
30672
30450
  }
30673
-
30674
- .s1dizucg.ant-switch {
30675
- min-width: 40px;
30676
- height: 24px;
30677
- background: rgba(172, 186, 211, 0.6);
30451
+ .tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
30452
+ .tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
30678
30453
  overflow: hidden;
30454
+ text-overflow: ellipsis;
30455
+ width: 100%;
30679
30456
  }
30680
- .s1dizucg.ant-switch:focus {
30681
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30682
- }
30683
- .s1dizucg.ant-switch-small {
30684
- min-width: 26px;
30685
- height: 16px;
30686
- }
30687
- .s1dizucg.ant-switch-large {
30688
- min-width: 52px;
30689
- height: 32px;
30690
- }
30691
- .s1dizucg.ant-switch .ant-switch-handle {
30692
- height: 20px;
30693
- width: 20px;
30694
- }
30695
- .s1dizucg.ant-switch .ant-switch-handle::before {
30696
- border-radius: 10px;
30697
- transition-delay: 120ms;
30698
- }
30699
- .s1dizucg.ant-switch-small .ant-switch-handle {
30700
- height: 14px;
30701
- width: 14px;
30702
- top: 1px;
30703
- left: 1px;
30704
- }
30705
- .s1dizucg.ant-switch-large .ant-switch-handle {
30706
- height: 28px;
30707
- width: 28px;
30708
- }
30709
- .s1dizucg.ant-switch-large .ant-switch-handle::before {
30710
- border-radius: 14px;
30711
- }
30712
- .s1dizucg.ant-switch-checked {
30713
- background-color: #00ba5d;
30714
- }
30715
- .s1dizucg.ant-switch-checked .ant-switch-handle {
30716
- left: calc(100% - 20px - 2px);
30717
- }
30718
- .s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30719
- left: calc(100% - 14px - 1px);
30720
- }
30721
- .s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30722
- left: calc(100% - 28px - 2px);
30457
+ .tfzf37v .ant-table-container {
30458
+ height: 100%;
30723
30459
  }
30724
-
30725
- .c1up6e3y {
30726
- margin-left: 5px;
30460
+ .tfzf37v .ant-table-container::before, .tfzf37v .ant-table-container::after {
30461
+ box-shadow: none !important;
30727
30462
  }
30728
-
30729
- .rapgekc.ant-radio-wrapper {
30730
- display: inline-flex;
30731
- align-items: baseline;
30732
- white-space: pre-wrap;
30463
+ .tfzf37v .ant-table {
30464
+ border-radius: 0px;
30465
+ border-left: none;
30466
+ border-right: none;
30467
+ border-bottom: none;
30468
+ height: 100%;
30469
+ font-size: 12px;
30470
+ background: transparent;
30733
30471
  }
30734
- .rapgekc.ant-radio-wrapper .ant-radio {
30472
+ .tfzf37v .ant-table .ant-table-header {
30735
30473
  position: relative;
30736
- top: 3px;
30474
+ z-index: 3;
30475
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30476
+ margin-bottom: -1px;
30737
30477
  }
30738
- .rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30739
- border-color: rgba(107, 128, 167, 0.6);
30478
+ .tfzf37v .ant-table .time-wrapper .date,
30479
+ .tfzf37v .ant-table .value {
30480
+ color: #2d3a56;
30740
30481
  }
30741
- .rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30742
- border-color: #0080ff;
30482
+ .tfzf37v .ant-table .time-wrapper .time,
30483
+ .tfzf37v .ant-table .unit {
30484
+ color: rgba(44, 56, 82, 0.6);
30743
30485
  }
30744
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30745
- border-color: #0080ff;
30746
- background: #0080ff;
30486
+ .tfzf37v .ant-table .ant-table-selection {
30487
+ position: unset;
30488
+ text-align: center;
30747
30489
  }
30748
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30749
- top: 4px;
30750
- left: 4px;
30751
- width: 6px;
30752
- height: 6px;
30490
+ .tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30753
30491
  background: #fff;
30754
30492
  }
30755
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30756
- opacity: 0.5;
30493
+ .tfzf37v .ant-table .anticon-setting {
30494
+ cursor: pointer;
30495
+ position: absolute;
30496
+ top: 50%;
30497
+ right: 12px;
30498
+ transform: translateY(-50%);
30499
+ }
30500
+ .tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30501
+ box-shadow: none;
30502
+ width: 1px;
30503
+ background: rgba(213, 219, 227, 0.6);
30757
30504
  }
30758
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30759
- border-color: rgba(107, 128, 167, 0.6);
30760
- background: rgba(211, 218, 235, 0.6);
30505
+ .tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30506
+ box-shadow: none;
30507
+ width: 1px;
30508
+ background: rgba(213, 219, 227, 0.6);
30761
30509
  }
30762
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30763
- background: #00122e;
30510
+ .tfzf37v .ant-table .ant-table-tbody {
30511
+ position: relative;
30764
30512
  }
30765
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30513
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
30514
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30515
+ border-bottom: 1px solid white;
30516
+ height: 40px;
30517
+ vertical-align: middle;
30518
+ transition: background 0ms;
30766
30519
  color: #00122e;
30767
- opacity: 0.5;
30768
30520
  }
30769
- .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30770
- color: #00122e;
30521
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30522
+ background: #f2f5fa;
30523
+ border-bottom-color: #f2f5fa;
30771
30524
  }
30772
- .rapgekc.ant-radio-wrapper .ant-radio + span {
30773
- display: inline-block;
30774
- padding: 0;
30775
- padding-left: 12px;
30525
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30526
+ height: auto;
30527
+ color: #00122e;
30528
+ font-size: 12px;
30529
+ text-align: left;
30530
+ transition: none;
30531
+ overflow: hidden;
30532
+ text-overflow: ellipsis;
30533
+ white-space: nowrap;
30776
30534
  }
30777
- .rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30778
- margin-bottom: 0;
30779
- white-space: pre-wrap;
30780
- color: rgba(44, 56, 82, 0.6);
30535
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30536
+ color: #0096ff;
30781
30537
  }
30782
- .rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30783
- padding-left: 8px;
30538
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30539
+ overflow: hidden;
30540
+ text-overflow: ellipsis;
30541
+ width: 100%;
30542
+ vertical-align: middle;
30784
30543
  }
30785
-
30786
- .rp906go .ant-radio-button-wrapper:first-child {
30787
- border-radius: 5px 0 0 5px;
30544
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30545
+ line-height: 0px;
30788
30546
  }
30789
- .rp906go .ant-radio-button-wrapper:last-child {
30790
- border-radius: 0 5px 5px 0;
30547
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
30548
+ padding-right: 25px;
30791
30549
  }
30792
-
30793
- .rcc63c8 {
30794
- color: #00122e;
30795
- border-color: #ccd4e3;
30550
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30551
+ border-top-color: transparent;
30796
30552
  }
30797
- .rcc63c8:first-child {
30798
- border-color: #a3b4cc;
30553
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
30554
+ background: rgba(225, 230, 241, 0.6);
30555
+ border-color: transparent transparent white;
30799
30556
  }
30800
- .rcc63c8.ant-radio-button-wrapper {
30801
- padding: 0 12px;
30802
- line-height: 32px;
30803
- height: 32px;
30557
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30558
+ border-radius: 8px 0 0 8px;
30804
30559
  }
30805
- .rcc63c8.ant-radio-button-wrapper > span + span {
30806
- white-space: nowrap;
30560
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30561
+ border-radius: 8px 0 0 8px;
30807
30562
  }
30808
- .ant-radio-group-small .rcc63c8.ant-radio-button-wrapper {
30809
- height: 22px;
30810
- padding: 0 7px;
30811
- line-height: 20px;
30563
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30564
+ content: "";
30565
+ width: 4px;
30566
+ top: -1px;
30567
+ bottom: -1px;
30568
+ background: white;
30812
30569
  }
30813
- .rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
30814
- background: #ccd4e3;
30570
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30571
+ border-radius: 0 8px 8px 0;
30815
30572
  }
30816
- .rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
30817
- background: #0080ff;
30573
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30574
+ border-radius: 0;
30575
+ background: white;
30576
+ border-top: none;
30818
30577
  }
30819
- .rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30820
- background: #ccd4e3;
30821
- opacity: 0.5;
30578
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30579
+ border-top: 1px solid transparent;
30580
+ border-radius: 0 8px 8px 0;
30581
+ background: rgba(225, 230, 241, 0.6);
30822
30582
  }
30823
- .rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30824
- border-right-color: #0080ff;
30583
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30584
+ background: white;
30585
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30825
30586
  }
30826
- .rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30827
- border-color: #0080ff;
30587
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
30588
+ display: flex;
30589
+ align-items: center;
30590
+ height: 100%;
30591
+ background: rgba(225, 230, 241, 0.6);
30828
30592
  }
30829
- .rcc63c8.ant-radio-button-wrapper-checked {
30830
- background: rgba(0, 136, 255, 0.1);
30593
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30594
+ background: white;
30595
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30831
30596
  }
30832
- .rcc63c8.ant-radio-button-wrapper-disabled {
30833
- background: rgba(211, 218, 235, 0.6);
30834
- border-color: #ccd4e3;
30835
- opacity: 0.5;
30597
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
30598
+ display: flex;
30599
+ align-items: center;
30600
+ height: 100%;
30601
+ background: rgba(225, 230, 241, 0.6);
30836
30602
  }
30837
- .rcc63c8.ant-radio-button-wrapper-disabled:hover {
30838
- color: #00122e;
30839
- border-color: #ccd4e3;
30603
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
30604
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30840
30605
  }
30841
- .rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30842
- color: #00122e;
30843
- border-color: #ccd4e3;
30844
- background: rgba(172, 186, 211, 0.6);
30606
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
30607
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
30608
+ border-radius: 8px;
30845
30609
  }
30846
- .rcc63c8 .ant-radio-button-input {
30847
- margin-right: 8px;
30848
- display: inline;
30849
- border: none;
30850
- padding: 0;
30851
- width: 36px;
30852
- background: transparent;
30610
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
30611
+ border-top-color: white;
30853
30612
  }
30854
- .rcc63c8 .ant-radio-button-input:focus {
30855
- box-shadow: none;
30613
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
30614
+ background: rgba(0, 136, 255, 0.1);
30615
+ border-bottom-color: transparent;
30616
+ border-top-color: transparent;
30856
30617
  }
30857
- .rcc63c8 .ant-radio-button-input.ant-input-number {
30858
- margin-right: 0;
30859
- width: initial;
30860
- box-shadow: none;
30618
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
30619
+ border-radius: 8px 0 0 8px;
30861
30620
  }
30862
- .rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
30863
- display: none;
30621
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
30622
+ border-radius: 0 8px 8px 0;
30864
30623
  }
30865
- .rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
30866
- display: inline;
30624
+ .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
30625
+ background: rgba(0, 136, 255, 0.1);
30867
30626
  }
30868
- .rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
30869
- display: inline;
30870
- margin-right: 8px;
30871
- padding: 0;
30872
- width: 36px;
30627
+ .tfzf37v .ant-table .ant-table-thead > tr > th {
30628
+ background: #fff;
30629
+ font-weight: 400;
30630
+ position: relative;
30631
+ border-bottom: none;
30632
+ color: #00122e;
30633
+ transition: none;
30634
+ padding: 15px 8px 15px 8px;
30873
30635
  }
30874
-
30875
- .phljevk {
30876
- display: flex;
30877
- justify-content: space-between;
30878
- align-items: center;
30879
- padding: 10px 0;
30880
- color: rgba(44, 56, 82, 0.6);
30881
- font-size: 12px;
30882
- line-height: 24px;
30636
+ .tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
30637
+ content: "";
30638
+ width: 1px;
30639
+ top: 0;
30640
+ bottom: 0;
30641
+ background: rgba(211, 218, 235, 0.6);
30642
+ position: absolute;
30643
+ right: 0;
30883
30644
  }
30884
- .phljevk .pagination-left {
30885
- padding: 2px 8px;
30645
+ .tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
30646
+ padding: unset;
30886
30647
  }
30887
- .phljevk .dropdown-trigger {
30888
- display: flex;
30889
- align-items: center;
30890
- border-radius: 6px;
30891
- cursor: pointer;
30892
- transition: all 0.3s ease;
30648
+ .tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
30649
+ display: none;
30893
30650
  }
30894
- .phljevk .dropdown-trigger:hover {
30895
- background: rgba(211, 218, 235, 0.6);
30896
- color: #0080ff;
30651
+ .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
30652
+ width: 100%;
30653
+ overflow: hidden;
30654
+ white-space: nowrap;
30655
+ text-overflow: ellipsis;
30897
30656
  }
30898
- .phljevk .dropdown-trigger .icon-inner {
30899
- margin-left: 4px;
30657
+ .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
30658
+ overflow: hidden;
30659
+ text-overflow: ellipsis;
30660
+ flex: 1;
30900
30661
  }
30901
- .phljevk .pagination-right {
30902
- display: flex;
30903
- align-items: center;
30904
- color: #0080ff;
30905
- font-weight: bold;
30662
+ .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
30663
+ padding: 15px 25px 15px 8px;
30906
30664
  }
30907
- .phljevk .pagination-right .icon-inner {
30908
- margin-left: 4px;
30665
+ .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
30666
+ padding: 0;
30909
30667
  }
30910
- .phljevk .pagination-right .prev-btn,
30911
- .phljevk .pagination-right .next-btn {
30912
- padding: 0 8px;
30668
+ .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
30669
+ position: absolute;
30670
+ right: 6px;
30671
+ top: 50%;
30672
+ transform: translateY(-50%);
30673
+ height: 16px;
30674
+ display: none;
30675
+ transition: transform 320ms ease;
30913
30676
  }
30914
- .phljevk .pagination-right .prev-btn > span,
30915
- .phljevk .pagination-right .next-btn > span {
30916
- color: #0080ff;
30677
+ .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
30678
+ display: block;
30679
+ transform: translateY(-50%) rotateX(180deg);
30917
30680
  }
30918
- .phljevk .pagination-right .next-btn .icon-inner {
30919
- transform: rotate(180deg);
30681
+ .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
30682
+ display: block;
30920
30683
  }
30921
-
30922
- .d12rtyeg.ant-dropdown .ant-dropdown-menu {
30923
- max-height: calc(100vh - 128px);
30924
- overflow-y: auto;
30684
+ .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
30685
+ display: none;
30925
30686
  }
30926
- .d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30927
- padding: 4px 20px;
30928
- font-size: 12px;
30929
- line-height: 18px;
30687
+ .tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
30688
+ transform: translateY(-50%);
30930
30689
  }
30931
-
30932
- .tc97u5y {
30933
- height: 100%;
30690
+ .tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
30691
+ transform: translateY(-50%) rotateX(180deg);
30934
30692
  }
30935
-
30936
- .tfzf37v {
30937
- height: 100%;
30693
+ .tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
30694
+ background: #f2f5fa;
30938
30695
  }
30939
- .tfzf37v.empty-table .ant-table-content {
30940
- overflow: visible !important;
30941
- height: 100%;
30696
+ .tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
30697
+ display: block;
30942
30698
  }
30943
- .tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30944
- height: 100%;
30699
+ .tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
30700
+ padding-right: 25px;
30945
30701
  }
30946
- .tfzf37v.empty-table .ant-table-content table {
30947
- width: 100% !important;
30948
- height: 100%;
30702
+ .tfzf37v .ant-table .ant-table-selection-column {
30703
+ padding: 0 !important;
30949
30704
  }
30950
- .tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30951
- padding: 15px 0;
30705
+ .tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
30706
+ position: absolute;
30707
+ left: 50%;
30708
+ top: 50%;
30709
+ transform: translate(-50%, -50%);
30952
30710
  }
30953
- .tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
30711
+ .tfzf37v .ant-table .ant-table-selection-column:after {
30954
30712
  display: none;
30955
30713
  }
30956
- .tfzf37v .active-row td:nth-child(1) {
30957
- font-weight: 700;
30714
+ .tfzf37v .ant-table .ant-table-hide-scrollbar {
30715
+ background: #fff;
30958
30716
  }
30959
- .tfzf37v.has-selection .active-row td:nth-child(2) {
30960
- font-weight: 700;
30717
+ .tfzf37v .ant-table .ant-table-placeholder {
30718
+ background: inherit;
30961
30719
  }
30962
- .tfzf37v .ant-spin-nested-loading {
30963
- height: 100%;
30720
+ .tfzf37v .ant-table .ant-table-placeholder td {
30721
+ position: static;
30722
+ border: none;
30723
+ background: inherit !important;
30724
+ height: 100px;
30725
+ vertical-align: middle;
30964
30726
  }
30965
- .tfzf37v .ant-spin-nested-loading .ant-spin-container {
30966
- height: 100%;
30967
- overflow: visible;
30727
+ .tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
30728
+ .tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
30729
+ font-weight: bold;
30730
+ font-size: 20px;
30731
+ color: rgba(10, 37, 85, 0.6);
30968
30732
  }
30969
- .tfzf37v .ant-spin-nested-loading .ant-spin {
30970
- max-height: none;
30733
+ .tfzf37v .ant-table td.cell__action_ {
30734
+ padding: 0 !important;
30735
+ position: relative;
30736
+ background: #fff;
30971
30737
  }
30972
- .tfzf37v.table-init-loading .ant-spin-blur thead,
30973
- .tfzf37v.table-init-loading .ant-spin-blur tbody {
30974
- display: none;
30738
+ .tfzf37v .ant-table td.cell__action_ > * {
30739
+ height: 100%;
30740
+ display: flex;
30741
+ align-items: center;
30742
+ justify-content: flex-end;
30743
+ padding-right: 8px;
30975
30744
  }
30976
- .tfzf37v td.ant-table-column-sort {
30977
- background: transparent;
30745
+ .tfzf37v .ant-table td.cell__action_ .menu-button {
30746
+ width: 24px;
30747
+ height: 24px;
30748
+ cursor: pointer;
30749
+ justify-content: center;
30750
+ border-radius: 4px;
30978
30751
  }
30979
- .tfzf37v td.ant-table-cell-fix-left,
30980
- .tfzf37v td.ant-table-cell-fix-right {
30752
+ .tfzf37v .ant-table td.cell__action_ .menu-button:hover {
30981
30753
  background: #fff;
30982
- padding: 0 !important;
30983
30754
  }
30984
- .tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
30985
- .tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
30755
+
30756
+ .s1dni7lo {
30757
+ width: 430px !important;
30758
+ }
30759
+
30760
+ .d1wwmmm5 .ant-select-item-group {
30761
+ padding: 8px 16px;
30762
+ line-height: 18px;
30763
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30764
+ height: 34px;
30765
+ min-height: 34px;
30766
+ box-sizing: border-box;
30767
+ margin-top: 8px;
30768
+ }
30769
+
30770
+ .o1ugr09p {
30986
30771
  display: flex;
30987
- align-items: center;
30988
- height: 100%;
30772
+ flex-direction: column;
30773
+ margin: 1px 8px;
30989
30774
  padding: 8px;
30775
+ border-radius: 4px;
30990
30776
  }
30991
- .tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
30992
- .tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
30993
- overflow: hidden;
30994
- text-overflow: ellipsis;
30995
- width: 100%;
30777
+ .o1ugr09p .selected-icon {
30778
+ display: none;
30996
30779
  }
30997
- .tfzf37v .ant-table-container {
30998
- height: 100%;
30780
+ .o1ugr09p.ant-select-item-option-grouped {
30781
+ padding-left: 8px;
30999
30782
  }
31000
- .tfzf37v .ant-table-container::before, .tfzf37v .ant-table-container::after {
31001
- box-shadow: none !important;
30783
+ .o1ugr09p.ant-select-item-option-selected {
30784
+ background-color: white;
31002
30785
  }
31003
- .tfzf37v .ant-table {
31004
- border-radius: 0px;
31005
- border-left: none;
31006
- border-right: none;
31007
- border-bottom: none;
31008
- height: 100%;
31009
- font-size: 12px;
31010
- background: transparent;
30786
+ .o1ugr09p.ant-select-item-option-selected .timezone-title {
30787
+ color: #0080ff;
31011
30788
  }
31012
- .tfzf37v .ant-table .ant-table-header {
31013
- position: relative;
31014
- z-index: 3;
31015
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31016
- margin-bottom: -1px;
30789
+ .o1ugr09p.ant-select-item-option-selected .selected-icon {
30790
+ display: block;
31017
30791
  }
31018
- .tfzf37v .ant-table .time-wrapper .date,
31019
- .tfzf37v .ant-table .value {
31020
- color: #2d3a56;
30792
+ .o1ugr09p.ant-select-item-option-active {
30793
+ background: rgba(0, 136, 255, 0.16);
31021
30794
  }
31022
- .tfzf37v .ant-table .time-wrapper .time,
31023
- .tfzf37v .ant-table .unit {
31024
- color: rgba(44, 56, 82, 0.6);
30795
+ .o1ugr09p.ant-select-item-option-active .timezone-title {
30796
+ color: #0080ff;
31025
30797
  }
31026
- .tfzf37v .ant-table .ant-table-selection {
31027
- position: unset;
31028
- text-align: center;
30798
+ .o1ugr09p.ant-select-item-option-active .timezone-tag {
30799
+ background: rgba(0, 136, 255, 0.1);
30800
+ color: #0080ff;
31029
30801
  }
31030
- .tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31031
- background: #fff;
30802
+
30803
+ .o1ifxsq4 {
30804
+ display: flex;
30805
+ justify-content: space-between;
30806
+ height: 20px;
30807
+ line-height: 20px;
31032
30808
  }
31033
- .tfzf37v .ant-table .anticon-setting {
31034
- cursor: pointer;
31035
- position: absolute;
31036
- top: 50%;
31037
- right: 12px;
31038
- transform: translateY(-50%);
30809
+ .o1ifxsq4 .timezone-title {
30810
+ color: #2d3a56;
30811
+ overflow: hidden;
30812
+ text-overflow: ellipsis;
31039
30813
  }
31040
- .tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31041
- box-shadow: none;
31042
- width: 1px;
31043
- background: rgba(213, 219, 227, 0.6);
30814
+
30815
+ .o1zue7 {
30816
+ display: flex;
30817
+ justify-content: space-between;
30818
+ color: rgba(44, 56, 82, 0.6);
30819
+ height: 18px;
30820
+ line-height: 18px;
30821
+ margin-top: 2px;
31044
30822
  }
31045
- .tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31046
- box-shadow: none;
31047
- width: 1px;
31048
- background: rgba(213, 219, 227, 0.6);
30823
+
30824
+ .tyfmlxg {
30825
+ border: none;
30826
+ margin-right: 0;
30827
+ background: rgba(225, 230, 241, 0.6);
31049
30828
  }
31050
- .tfzf37v .ant-table .ant-table-tbody {
31051
- position: relative;
30829
+
30830
+ .o18uybox {
30831
+ pointer-events: none;
30832
+ height: 32px;
30833
+ width: 100%;
30834
+ opacity: 0;
31052
30835
  }
31053
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
31054
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31055
- border-bottom: 1px solid white;
31056
- height: 40px;
31057
- vertical-align: middle;
31058
- transition: background 0ms;
31059
- color: #00122e;
30836
+
30837
+ .rapgekc.ant-radio-wrapper {
30838
+ display: inline-flex;
30839
+ align-items: baseline;
30840
+ white-space: pre-wrap;
31060
30841
  }
31061
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31062
- background: #f2f5fa;
31063
- border-bottom-color: #f2f5fa;
30842
+ .rapgekc.ant-radio-wrapper .ant-radio {
30843
+ position: relative;
30844
+ top: 3px;
31064
30845
  }
31065
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31066
- height: auto;
31067
- color: #00122e;
31068
- font-size: 12px;
31069
- text-align: left;
31070
- transition: none;
31071
- overflow: hidden;
31072
- text-overflow: ellipsis;
31073
- white-space: nowrap;
30846
+ .rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30847
+ border-color: rgba(107, 128, 167, 0.6);
31074
30848
  }
31075
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31076
- color: #0096ff;
30849
+ .rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30850
+ border-color: #0080ff;
31077
30851
  }
31078
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31079
- overflow: hidden;
31080
- text-overflow: ellipsis;
31081
- width: 100%;
31082
- vertical-align: middle;
30852
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30853
+ border-color: #0080ff;
30854
+ background: #0080ff;
31083
30855
  }
31084
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31085
- line-height: 0px;
30856
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30857
+ top: 4px;
30858
+ left: 4px;
30859
+ width: 6px;
30860
+ height: 6px;
30861
+ background: #fff;
31086
30862
  }
31087
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
31088
- padding-right: 25px;
30863
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30864
+ opacity: 0.5;
31089
30865
  }
31090
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31091
- border-top-color: transparent;
30866
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30867
+ border-color: rgba(107, 128, 167, 0.6);
30868
+ background: rgba(211, 218, 235, 0.6);
31092
30869
  }
31093
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
31094
- background: rgba(225, 230, 241, 0.6);
31095
- border-color: transparent transparent white;
30870
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30871
+ background: #00122e;
31096
30872
  }
31097
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31098
- border-radius: 8px 0 0 8px;
30873
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30874
+ color: #00122e;
30875
+ opacity: 0.5;
31099
30876
  }
31100
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31101
- border-radius: 8px 0 0 8px;
30877
+ .rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30878
+ color: #00122e;
31102
30879
  }
31103
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31104
- content: "";
31105
- width: 4px;
31106
- top: -1px;
31107
- bottom: -1px;
31108
- background: white;
30880
+ .rapgekc.ant-radio-wrapper .ant-radio + span {
30881
+ display: inline-block;
30882
+ padding: 0;
30883
+ padding-left: 12px;
31109
30884
  }
31110
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31111
- border-radius: 0 8px 8px 0;
30885
+ .rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30886
+ margin-bottom: 0;
30887
+ white-space: pre-wrap;
30888
+ color: rgba(44, 56, 82, 0.6);
31112
30889
  }
31113
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31114
- border-radius: 0;
31115
- background: white;
31116
- border-top: none;
30890
+ .rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30891
+ padding-left: 8px;
31117
30892
  }
31118
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31119
- border-top: 1px solid transparent;
31120
- border-radius: 0 8px 8px 0;
31121
- background: rgba(225, 230, 241, 0.6);
30893
+
30894
+ .rp906go .ant-radio-button-wrapper:first-child {
30895
+ border-radius: 5px 0 0 5px;
31122
30896
  }
31123
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31124
- background: white;
31125
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30897
+ .rp906go .ant-radio-button-wrapper:last-child {
30898
+ border-radius: 0 5px 5px 0;
31126
30899
  }
31127
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31128
- display: flex;
31129
- align-items: center;
31130
- height: 100%;
31131
- background: rgba(225, 230, 241, 0.6);
30900
+
30901
+ .rcc63c8 {
30902
+ color: #00122e;
30903
+ border-color: #ccd4e3;
31132
30904
  }
31133
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31134
- background: white;
31135
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30905
+ .rcc63c8:first-child {
30906
+ border-color: #a3b4cc;
31136
30907
  }
31137
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31138
- display: flex;
31139
- align-items: center;
31140
- height: 100%;
31141
- background: rgba(225, 230, 241, 0.6);
30908
+ .rcc63c8.ant-radio-button-wrapper {
30909
+ padding: 0 12px;
30910
+ line-height: 32px;
30911
+ height: 32px;
31142
30912
  }
31143
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
31144
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30913
+ .rcc63c8.ant-radio-button-wrapper > span + span {
30914
+ white-space: nowrap;
31145
30915
  }
31146
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
31147
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31148
- border-radius: 8px;
30916
+ .ant-radio-group-small .rcc63c8.ant-radio-button-wrapper {
30917
+ height: 22px;
30918
+ padding: 0 7px;
30919
+ line-height: 20px;
31149
30920
  }
31150
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31151
- border-top-color: white;
30921
+ .rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
30922
+ background: #ccd4e3;
31152
30923
  }
31153
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
31154
- background: rgba(0, 136, 255, 0.1);
31155
- border-bottom-color: transparent;
31156
- border-top-color: transparent;
30924
+ .rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
30925
+ background: #0080ff;
31157
30926
  }
31158
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31159
- border-radius: 8px 0 0 8px;
30927
+ .rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30928
+ background: #ccd4e3;
30929
+ opacity: 0.5;
31160
30930
  }
31161
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31162
- border-radius: 0 8px 8px 0;
30931
+ .rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30932
+ border-right-color: #0080ff;
31163
30933
  }
31164
- .tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
30934
+ .rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30935
+ border-color: #0080ff;
30936
+ }
30937
+ .rcc63c8.ant-radio-button-wrapper-checked {
31165
30938
  background: rgba(0, 136, 255, 0.1);
31166
30939
  }
31167
- .tfzf37v .ant-table .ant-table-thead > tr > th {
31168
- background: #fff;
31169
- font-weight: 400;
31170
- position: relative;
31171
- border-bottom: none;
30940
+ .rcc63c8.ant-radio-button-wrapper-disabled {
30941
+ background: rgba(211, 218, 235, 0.6);
30942
+ border-color: #ccd4e3;
30943
+ opacity: 0.5;
30944
+ }
30945
+ .rcc63c8.ant-radio-button-wrapper-disabled:hover {
31172
30946
  color: #00122e;
31173
- transition: none;
31174
- padding: 15px 8px 15px 8px;
30947
+ border-color: #ccd4e3;
31175
30948
  }
31176
- .tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31177
- content: "";
31178
- width: 1px;
31179
- top: 0;
31180
- bottom: 0;
31181
- background: rgba(211, 218, 235, 0.6);
31182
- position: absolute;
31183
- right: 0;
30949
+ .rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30950
+ color: #00122e;
30951
+ border-color: #ccd4e3;
30952
+ background: rgba(172, 186, 211, 0.6);
31184
30953
  }
31185
- .tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
31186
- padding: unset;
30954
+ .rcc63c8 .ant-radio-button-input {
30955
+ margin-right: 8px;
30956
+ display: inline;
30957
+ border: none;
30958
+ padding: 0;
30959
+ width: 36px;
30960
+ background: transparent;
31187
30961
  }
31188
- .tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
31189
- display: none;
30962
+ .rcc63c8 .ant-radio-button-input:focus {
30963
+ box-shadow: none;
31190
30964
  }
31191
- .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31192
- width: 100%;
31193
- overflow: hidden;
31194
- white-space: nowrap;
31195
- text-overflow: ellipsis;
30965
+ .rcc63c8 .ant-radio-button-input.ant-input-number {
30966
+ margin-right: 0;
30967
+ width: initial;
30968
+ box-shadow: none;
31196
30969
  }
31197
- .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31198
- overflow: hidden;
31199
- text-overflow: ellipsis;
31200
- flex: 1;
30970
+ .rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
30971
+ display: none;
31201
30972
  }
31202
- .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31203
- padding: 15px 25px 15px 8px;
30973
+ .rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
30974
+ display: inline;
31204
30975
  }
31205
- .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
30976
+ .rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
30977
+ display: inline;
30978
+ margin-right: 8px;
31206
30979
  padding: 0;
30980
+ width: 36px;
31207
30981
  }
31208
- .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31209
- position: absolute;
31210
- right: 6px;
31211
- top: 50%;
31212
- transform: translateY(-50%);
31213
- height: 16px;
31214
- display: none;
31215
- transition: transform 320ms ease;
30982
+
30983
+ .dsnbhzf {
30984
+ font-family: Inter;
30985
+ font-style: normal;
30986
+ font-weight: bold;
30987
+ font-size: 32px;
30988
+ line-height: 40px;
31216
30989
  }
31217
- .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31218
- display: block;
31219
- transform: translateY(-50%) rotateX(180deg);
30990
+
30991
+ .d1mvo22k {
30992
+ font-family: Inter;
30993
+ font-style: normal;
30994
+ font-weight: bold;
30995
+ font-size: 24px;
30996
+ line-height: 32px;
31220
30997
  }
31221
- .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31222
- display: block;
30998
+
30999
+ .d1b444tr {
31000
+ font-family: Inter;
31001
+ font-style: normal;
31002
+ font-weight: normal;
31003
+ font-size: 32px;
31004
+ line-height: 40px;
31005
+ }
31006
+
31007
+ .dvs0kue {
31008
+ font-family: Inter;
31009
+ font-style: normal;
31010
+ font-weight: bold;
31011
+ font-size: 20px;
31012
+ line-height: 24px;
31013
+ }
31014
+
31015
+ .d1hcbfcq {
31016
+ font-family: Inter;
31017
+ font-style: normal;
31018
+ font-weight: normal;
31019
+ font-size: 20px;
31020
+ line-height: 24px;
31021
+ }
31022
+
31023
+ .d1cz922v {
31024
+ font-family: Inter;
31025
+ font-style: normal;
31026
+ font-weight: bold;
31027
+ font-size: 18px;
31028
+ line-height: 22px;
31223
31029
  }
31224
- .tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31225
- display: none;
31030
+
31031
+ .d3nzbrm {
31032
+ font-family: Inter;
31033
+ font-style: normal;
31034
+ font-weight: normal;
31035
+ font-size: 18px;
31036
+ line-height: 22px;
31226
31037
  }
31227
- .tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31228
- transform: translateY(-50%);
31038
+
31039
+ .h1g0p5ob {
31040
+ font-family: Inter;
31041
+ font-style: normal;
31042
+ font-weight: bold;
31043
+ font-size: 16px;
31044
+ line-height: 22px;
31229
31045
  }
31230
- .tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31231
- transform: translateY(-50%) rotateX(180deg);
31046
+
31047
+ .hydo2ej {
31048
+ font-family: Inter;
31049
+ font-style: normal;
31050
+ font-weight: normal;
31051
+ font-size: 16px;
31052
+ line-height: 22px;
31232
31053
  }
31233
- .tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31234
- background: #f2f5fa;
31054
+
31055
+ .h1hbuq0r {
31056
+ font-family: Inter;
31057
+ font-style: normal;
31058
+ font-weight: bold;
31059
+ font-size: 14px;
31060
+ line-height: 20px;
31235
31061
  }
31236
- .tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31237
- display: block;
31062
+
31063
+ .h13bondg {
31064
+ font-family: Inter;
31065
+ font-style: normal;
31066
+ font-weight: normal;
31067
+ font-size: 14px;
31068
+ line-height: 20px;
31238
31069
  }
31239
- .tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
31240
- padding-right: 25px;
31070
+
31071
+ .h1mhvdlx {
31072
+ font-family: Inter;
31073
+ font-style: normal;
31074
+ font-weight: bold;
31075
+ font-size: 12px;
31076
+ line-height: 18px;
31241
31077
  }
31242
- .tfzf37v .ant-table .ant-table-selection-column {
31243
- padding: 0 !important;
31078
+
31079
+ .h1inmfq6 {
31080
+ font-family: Inter;
31081
+ font-style: normal;
31082
+ font-weight: normal;
31083
+ font-size: 12px;
31084
+ line-height: 18px;
31244
31085
  }
31245
- .tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31246
- position: absolute;
31247
- left: 50%;
31248
- top: 50%;
31249
- transform: translate(-50%, -50%);
31086
+
31087
+ .h1kfc0la {
31088
+ font-family: Inter;
31089
+ font-style: normal;
31090
+ font-weight: bold;
31091
+ text-transform: uppercase;
31092
+ font-feature-settings: "cpsp" on;
31093
+ font-size: 12px;
31094
+ line-height: 18px;
31250
31095
  }
31251
- .tfzf37v .ant-table .ant-table-selection-column:after {
31252
- display: none;
31096
+
31097
+ .h10xnyuu {
31098
+ font-family: Inter;
31099
+ font-style: normal;
31100
+ font-weight: normal;
31101
+ text-transform: uppercase;
31102
+ font-feature-settings: "cpsp" on;
31103
+ font-size: 12px;
31104
+ line-height: 18px;
31253
31105
  }
31254
- .tfzf37v .ant-table .ant-table-hide-scrollbar {
31255
- background: #fff;
31106
+
31107
+ .lrcmi0v {
31108
+ font-family: Inter;
31109
+ font-style: normal;
31110
+ font-weight: normal;
31111
+ font-size: 16px;
31112
+ line-height: 24px;
31256
31113
  }
31257
- .tfzf37v .ant-table .ant-table-placeholder {
31258
- background: inherit;
31114
+
31115
+ .lzt43lp {
31116
+ font-family: Inter;
31117
+ font-style: normal;
31118
+ font-weight: bold;
31119
+ font-size: 16px;
31120
+ line-height: 24px;
31259
31121
  }
31260
- .tfzf37v .ant-table .ant-table-placeholder td {
31261
- position: static;
31262
- border: none;
31263
- background: inherit !important;
31264
- height: 100px;
31265
- vertical-align: middle;
31122
+
31123
+ .l5yc9nt {
31124
+ font-family: Inter;
31125
+ font-style: normal;
31126
+ font-weight: normal;
31127
+ font-size: 16px;
31128
+ line-height: 24px;
31266
31129
  }
31267
- .tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
31268
- .tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31130
+
31131
+ .l1fbkbzo {
31132
+ font-family: Inter;
31133
+ font-style: normal;
31269
31134
  font-weight: bold;
31270
- font-size: 20px;
31271
- color: rgba(10, 37, 85, 0.6);
31135
+ font-size: 16px;
31136
+ line-height: 24px;
31272
31137
  }
31273
- .tfzf37v .ant-table td.cell__action_ {
31274
- padding: 0 !important;
31275
- position: relative;
31276
- background: #fff;
31138
+
31139
+ .lahvcax {
31140
+ font-family: Inter;
31141
+ font-style: normal;
31142
+ font-weight: normal;
31143
+ text-transform: uppercase;
31144
+ font-feature-settings: "cpsp" on;
31145
+ font-size: 16px;
31146
+ line-height: 24px;
31277
31147
  }
31278
- .tfzf37v .ant-table td.cell__action_ > * {
31279
- height: 100%;
31280
- display: flex;
31281
- align-items: center;
31282
- justify-content: flex-end;
31283
- padding-right: 8px;
31148
+
31149
+ .l11q3pxd {
31150
+ font-family: Inter;
31151
+ font-style: normal;
31152
+ font-weight: bold;
31153
+ text-transform: uppercase;
31154
+ font-feature-settings: "cpsp" on;
31155
+ font-size: 16px;
31156
+ line-height: 24px;
31284
31157
  }
31285
- .tfzf37v .ant-table td.cell__action_ .menu-button {
31286
- width: 24px;
31287
- height: 24px;
31288
- cursor: pointer;
31289
- justify-content: center;
31290
- border-radius: 4px;
31158
+
31159
+ .lfuc2qu {
31160
+ font-family: Inter;
31161
+ font-style: normal;
31162
+ font-weight: normal;
31163
+ font-size: 14px;
31164
+ line-height: 22px;
31291
31165
  }
31292
- .tfzf37v .ant-table td.cell__action_ .menu-button:hover {
31293
- background: #fff;
31166
+
31167
+ .l1jmp8r0 {
31168
+ font-family: Inter;
31169
+ font-style: normal;
31170
+ font-weight: 500;
31171
+ font-size: 14px;
31172
+ line-height: 22px;
31294
31173
  }
31295
31174
 
31296
- .s1dni7lo {
31297
- width: 430px !important;
31175
+ .lcnm221 {
31176
+ font-family: Inter;
31177
+ font-style: normal;
31178
+ font-weight: bold;
31179
+ font-size: 14px;
31180
+ line-height: 22px;
31298
31181
  }
31299
31182
 
31300
- .d1wwmmm5 .ant-select-item-group {
31301
- padding: 8px 16px;
31302
- line-height: 18px;
31303
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31304
- height: 34px;
31305
- min-height: 34px;
31306
- box-sizing: border-box;
31307
- margin-top: 8px;
31183
+ .lu1z2n5 {
31184
+ font-family: Inter;
31185
+ font-style: normal;
31186
+ font-weight: normal;
31187
+ font-size: 14px;
31188
+ line-height: 22px;
31308
31189
  }
31309
31190
 
31310
- .o1ugr09p {
31311
- display: flex;
31312
- flex-direction: column;
31313
- margin: 1px 8px;
31314
- padding: 8px;
31315
- border-radius: 4px;
31191
+ .l1r59djn {
31192
+ font-family: Inter;
31193
+ font-style: normal;
31194
+ font-weight: bold;
31195
+ font-size: 14px;
31196
+ line-height: 22px;
31316
31197
  }
31317
- .o1ugr09p .selected-icon {
31318
- display: none;
31198
+
31199
+ .ljm2911 {
31200
+ font-family: Inter;
31201
+ font-style: normal;
31202
+ font-weight: normal;
31203
+ text-transform: uppercase;
31204
+ font-feature-settings: "cpsp" on;
31205
+ font-size: 14px;
31206
+ line-height: 22px;
31319
31207
  }
31320
- .o1ugr09p.ant-select-item-option-grouped {
31321
- padding-left: 8px;
31208
+
31209
+ .l124mzmr {
31210
+ font-family: Inter;
31211
+ font-style: normal;
31212
+ font-weight: bold;
31213
+ text-transform: uppercase;
31214
+ font-feature-settings: "cpsp" on;
31215
+ font-size: 14px;
31216
+ line-height: 22px;
31322
31217
  }
31323
- .o1ugr09p.ant-select-item-option-selected {
31324
- background-color: white;
31218
+
31219
+ .lb3chel {
31220
+ font-family: Inter;
31221
+ font-style: normal;
31222
+ font-weight: normal;
31223
+ font-size: 13px;
31224
+ line-height: 20px;
31325
31225
  }
31326
- .o1ugr09p.ant-select-item-option-selected .timezone-title {
31327
- color: #0080ff;
31226
+
31227
+ .lv9jstu {
31228
+ font-family: Inter;
31229
+ font-style: normal;
31230
+ font-weight: 600;
31231
+ font-size: 13px;
31232
+ line-height: 20px;
31328
31233
  }
31329
- .o1ugr09p.ant-select-item-option-selected .selected-icon {
31330
- display: block;
31234
+
31235
+ .lwqlh3x {
31236
+ font-family: Inter;
31237
+ font-style: normal;
31238
+ font-weight: bold;
31239
+ font-size: 13px;
31240
+ line-height: 20px;
31331
31241
  }
31332
- .o1ugr09p.ant-select-item-option-active {
31333
- background: rgba(0, 136, 255, 0.16);
31242
+
31243
+ .lalum9y {
31244
+ font-family: Inter;
31245
+ font-style: normal;
31246
+ font-weight: normal;
31247
+ font-size: 13px;
31248
+ line-height: 20px;
31334
31249
  }
31335
- .o1ugr09p.ant-select-item-option-active .timezone-title {
31336
- color: #0080ff;
31250
+
31251
+ .l1t6dj5o {
31252
+ font-family: Inter;
31253
+ font-style: normal;
31254
+ font-weight: 600;
31255
+ font-size: 13px;
31256
+ line-height: 20px;
31337
31257
  }
31338
- .o1ugr09p.ant-select-item-option-active .timezone-tag {
31339
- background: rgba(0, 136, 255, 0.1);
31340
- color: #0080ff;
31258
+
31259
+ .l12f6ic {
31260
+ font-family: Inter;
31261
+ font-style: normal;
31262
+ font-weight: bold;
31263
+ font-size: 13px;
31264
+ line-height: 20px;
31341
31265
  }
31342
31266
 
31343
- .o1ifxsq4 {
31344
- display: flex;
31345
- justify-content: space-between;
31346
- height: 20px;
31267
+ .l7gmukq {
31268
+ font-family: Inter;
31269
+ font-style: normal;
31270
+ font-weight: normal;
31271
+ text-transform: uppercase;
31272
+ font-feature-settings: "cpsp" on;
31273
+ font-size: 13px;
31347
31274
  line-height: 20px;
31348
31275
  }
31349
- .o1ifxsq4 .timezone-title {
31350
- color: #2d3a56;
31351
- overflow: hidden;
31352
- text-overflow: ellipsis;
31276
+
31277
+ .lkwl0yp {
31278
+ font-family: Inter;
31279
+ font-style: normal;
31280
+ font-weight: bold;
31281
+ text-transform: uppercase;
31282
+ font-feature-settings: "cpsp" on;
31283
+ font-size: 13px;
31284
+ line-height: 20px;
31353
31285
  }
31354
31286
 
31355
- .o1zue7 {
31356
- display: flex;
31357
- justify-content: space-between;
31358
- color: rgba(44, 56, 82, 0.6);
31359
- height: 18px;
31287
+ .l10knv48 {
31288
+ font-family: Inter;
31289
+ font-style: normal;
31290
+ font-weight: normal;
31291
+ font-size: 12px;
31360
31292
  line-height: 18px;
31361
- margin-top: 2px;
31362
31293
  }
31363
31294
 
31364
- .tyfmlxg {
31365
- border: none;
31366
- margin-right: 0;
31367
- background: rgba(225, 230, 241, 0.6);
31295
+ .l6526ld {
31296
+ font-family: Inter;
31297
+ font-style: normal;
31298
+ font-weight: 500;
31299
+ font-size: 12px;
31300
+ line-height: 18px;
31368
31301
  }
31369
31302
 
31370
- .o18uybox {
31371
- pointer-events: none;
31372
- height: 32px;
31373
- width: 100%;
31374
- opacity: 0;
31303
+ .l1j81vli {
31304
+ font-family: Inter;
31305
+ font-style: normal;
31306
+ font-weight: bold;
31307
+ font-size: 12px;
31308
+ line-height: 18px;
31375
31309
  }
31376
31310
 
31377
- .c1up1pdz {
31378
- width: 648px;
31379
- }
31380
- .c1up1pdz.active {
31381
- border-color: #0080ff;
31311
+ .l1x7n1mk {
31312
+ font-family: Inter;
31313
+ font-style: normal;
31314
+ font-weight: normal;
31315
+ font-size: 12px;
31316
+ line-height: 18px;
31382
31317
  }
31383
- .c1up1pdz.active > header {
31384
- background: rgba(0, 128, 255, 0.1);
31318
+
31319
+ .l9fqufz {
31320
+ font-family: Inter;
31321
+ font-style: normal;
31322
+ font-weight: 500;
31323
+ font-size: 12px;
31324
+ line-height: 18px;
31385
31325
  }
31386
- .c1up1pdz .expand {
31387
- padding: 12px;
31326
+
31327
+ .l1iwnybd {
31328
+ font-family: Inter;
31329
+ font-style: normal;
31330
+ font-weight: bold;
31331
+ font-size: 12px;
31332
+ line-height: 18px;
31388
31333
  }
31389
- .c1up1pdz .field-item {
31390
- display: flex;
31391
- padding: 10px 0;
31392
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31334
+
31335
+ .lprtm1e {
31336
+ font-family: Inter;
31337
+ font-style: normal;
31338
+ font-weight: normal;
31339
+ text-transform: uppercase;
31340
+ font-feature-settings: "cpsp" on;
31341
+ font-size: 12px;
31342
+ line-height: 18px;
31393
31343
  }
31394
- .c1up1pdz .field-item:last-child {
31395
- border-bottom: none;
31396
- padding-bottom: 0;
31344
+
31345
+ .l1lln87h {
31346
+ font-family: Inter;
31347
+ font-style: normal;
31348
+ font-weight: bold;
31349
+ text-transform: uppercase;
31350
+ font-feature-settings: "cpsp" on;
31351
+ font-size: 12px;
31352
+ line-height: 18px;
31397
31353
  }
31398
- .c1up1pdz .field-item label {
31399
- line-height: 32px;
31400
- width: 100px;
31401
- color: rgba(62, 70, 82, 0.6);
31354
+
31355
+ .f2pb48l {
31356
+ font-family: Inter;
31357
+ font-style: normal;
31358
+ font-weight: normal;
31359
+ font-size: 13px;
31360
+ line-height: 20px;
31402
31361
  }
31403
- .c1up1pdz .help {
31404
- color: rgba(62, 70, 82, 0.6);
31405
- margin-top: 5px;
31362
+
31363
+ .fi9emkw {
31364
+ font-family: Inter;
31365
+ font-style: normal;
31366
+ font-weight: normal;
31367
+ font-size: 13px;
31368
+ line-height: 20px;
31406
31369
  }
31407
- .c1up1pdz .ant-input-affix-wrapper,
31408
- .c1up1pdz .ant-picker {
31409
- width: 128px;
31370
+
31371
+ .f1nrg7da {
31372
+ font-family: Inter;
31373
+ font-style: normal;
31374
+ font-weight: normal;
31375
+ font-size: 12px;
31376
+ line-height: 18px;
31410
31377
  }
31411
31378
 
31412
- .c156wh19 {
31413
- display: flex;
31414
- align-items: center;
31415
- justify-content: space-between;
31416
- word-break: keep-all;
31379
+ .f17k1i3n {
31380
+ font-family: Inter;
31381
+ font-style: normal;
31382
+ font-weight: normal;
31383
+ font-size: 12px;
31384
+ line-height: 18px;
31417
31385
  }
31418
- .c156wh19 .title {
31419
- margin: 0 16px 0 8px;
31386
+
31387
+ .t1tvuj2e {
31388
+ font-family: Inter;
31389
+ font-style: normal;
31390
+ font-weight: normal;
31391
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31392
+ font-size: 13px;
31393
+ line-height: 20px;
31420
31394
  }
31421
- .c156wh19 .retain {
31422
- color: rgba(129, 138, 153, 0.6);
31395
+
31396
+ .t17uajlu {
31397
+ font-family: Inter;
31398
+ font-style: normal;
31399
+ font-weight: normal;
31400
+ font-feature-settings: "zero" on;
31401
+ font-size: 13px;
31402
+ line-height: 20px;
31423
31403
  }
31424
- .c156wh19 div.left {
31425
- flex: 1;
31426
- display: flex;
31427
- overflow: hidden;
31428
- align-items: center;
31429
- justify-content: flex-start;
31430
- white-space: nowrap;
31404
+
31405
+ .t114zbyz {
31406
+ font-family: Inter;
31407
+ font-style: normal;
31408
+ font-weight: normal;
31409
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31410
+ font-size: 12px;
31411
+ line-height: 18px;
31431
31412
  }
31432
- .c156wh19 div.left .title {
31433
- max-width: 100%;
31434
- overflow: hidden;
31435
- text-overflow: ellipsis;
31413
+
31414
+ .t1il0kvi {
31415
+ font-family: Inter;
31416
+ font-style: normal;
31417
+ font-weight: 500;
31418
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31419
+ font-size: 12px;
31420
+ line-height: 18px;
31436
31421
  }
31437
- .c156wh19 div.right {
31438
- display: flex;
31439
- align-items: center;
31422
+
31423
+ .t10dv8p1 {
31424
+ font-family: Inter;
31425
+ font-style: normal;
31426
+ font-weight: normal;
31427
+ font-feature-settings: "zero" on;
31428
+ font-size: 12px;
31429
+ line-height: 18px;
31440
31430
  }
31441
- .c156wh19 .reverse {
31442
- display: flex;
31443
- flex-direction: row-reverse;
31444
- align-items: center;
31431
+
31432
+ .tc2oqpq {
31433
+ font-family: Inter;
31434
+ font-style: normal;
31435
+ font-weight: 500;
31436
+ font-feature-settings: "zero" on;
31437
+ font-size: 12px;
31438
+ line-height: 18px;
31445
31439
  }
31446
- .c156wh19 .reverse .ant-switch {
31447
- margin-left: 8px;
31440
+
31441
+ .tzvddmc {
31442
+ font-family: Inter;
31443
+ font-style: normal;
31444
+ font-weight: bold;
31445
+ font-feature-settings: "zero" on;
31446
+ font-size: 16px;
31447
+ line-height: 24px;
31448
31448
  }
31449
- .c156wh19 .close {
31450
- padding-left: 14px;
31451
- margin-left: 14px;
31452
- border-left: 1px solid rgba(129, 138, 153, 0.6);
31453
- cursor: pointer;
31449
+
31450
+ .u18llj45 {
31451
+ font-family: Inter;
31452
+ font-style: normal;
31453
+ font-weight: normal;
31454
+ font-size: 10px;
31455
+ line-height: 12px;
31454
31456
  }
31455
31457
 
31456
- .m126spxy {
31457
- padding-bottom: 4px;
31458
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31458
+ .t1m2x205 .ant-tooltip-arrow {
31459
+ display: none;
31459
31460
  }
31460
- .m126spxy .ant-btn-link {
31461
- padding: 1px 10px;
31462
- color: rgba(62, 70, 82, 0.6);
31461
+ .t1m2x205 .ant-tooltip-inner {
31462
+ background: rgba(23, 38, 64, 0.8);
31463
31463
  border-radius: 4px;
31464
31464
  }
31465
- .m126spxy .ant-btn-link.active {
31466
- background: rgba(0, 128, 255, 0.1);
31467
- color: #0096ff;
31468
- }
31469
31465
 
31470
- .wpbf4pq {
31471
- padding: 10px 0;
31472
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31466
+ .s1dizucg.ant-switch {
31467
+ min-width: 40px;
31468
+ height: 24px;
31469
+ background: rgba(172, 186, 211, 0.6);
31470
+ overflow: hidden;
31473
31471
  }
31474
- .wpbf4pq .ant-input,
31475
- .wpbf4pq .ant-picker {
31476
- width: 80px;
31477
- margin: 0 9px;
31478
- text-align: center;
31472
+ .s1dizucg.ant-switch:focus {
31473
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31479
31474
  }
31480
- .wpbf4pq .options {
31481
- padding: 12px 0 12px 16px;
31482
- border-left: 2px solid rgba(129, 138, 153, 0.6);
31483
- margin: 5px 0 5px 8px;
31475
+ .s1dizucg.ant-switch-small {
31476
+ min-width: 26px;
31477
+ height: 16px;
31484
31478
  }
31485
- .wpbf4pq .week-day-option,
31486
- .wpbf4pq .month-day-option {
31487
- background: #f5f7fa;
31488
- box-sizing: border-box;
31489
- border-radius: 16px;
31490
- margin-right: 8px;
31479
+ .s1dizucg.ant-switch-large {
31480
+ min-width: 52px;
31481
+ height: 32px;
31491
31482
  }
31492
- .wpbf4pq .week-day-option:focus,
31493
- .wpbf4pq .month-day-option:focus {
31494
- color: inherit;
31495
- border-color: #d9d9d9;
31483
+ .s1dizucg.ant-switch .ant-switch-handle {
31484
+ height: 20px;
31485
+ width: 20px;
31496
31486
  }
31497
- .wpbf4pq .week-day-option.active {
31498
- background-color: #0096ff;
31499
- border-color: #0096ff;
31500
- color: #fff;
31487
+ .s1dizucg.ant-switch .ant-switch-handle::before {
31488
+ border-radius: 10px;
31489
+ transition-delay: 120ms;
31501
31490
  }
31502
- .wpbf4pq .week-day-option.en-text {
31503
- width: 110px;
31504
- margin-top: 4px;
31491
+ .s1dizucg.ant-switch-small .ant-switch-handle {
31492
+ height: 14px;
31493
+ width: 14px;
31494
+ top: 1px;
31495
+ left: 1px;
31505
31496
  }
31506
- .wpbf4pq .month-day-option {
31507
- width: 32px;
31508
- padding: 0;
31509
- margin-bottom: 8px;
31497
+ .s1dizucg.ant-switch-large .ant-switch-handle {
31498
+ height: 28px;
31499
+ width: 28px;
31510
31500
  }
31511
- .wpbf4pq .month-day-option.active {
31512
- background-color: #0096ff;
31513
- border-color: #0096ff;
31514
- color: #fff;
31501
+ .s1dizucg.ant-switch-large .ant-switch-handle::before {
31502
+ border-radius: 14px;
31503
+ }
31504
+ .s1dizucg.ant-switch-checked {
31505
+ background-color: #00ba5d;
31506
+ }
31507
+ .s1dizucg.ant-switch-checked .ant-switch-handle {
31508
+ left: calc(100% - 20px - 2px);
31509
+ }
31510
+ .s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31511
+ left: calc(100% - 14px - 1px);
31512
+ }
31513
+ .s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31514
+ left: calc(100% - 28px - 2px);
31515
+ }
31516
+
31517
+ .c1up6e3y {
31518
+ margin-left: 5px;
31515
31519
  }
31516
31520
 
31517
31521
  .cnujxq2 {
@@ -32193,72 +32197,205 @@ input.rf8rlle.ant-input {
32193
32197
  align-items: center;
32194
32198
  word-break: break-all;
32195
32199
  }
32196
- .c3cobmo .title {
32197
- font-weight: 700;
32198
- line-height: 18px;
32199
- margin: 4px 0;
32200
+ .c3cobmo .title {
32201
+ font-weight: 700;
32202
+ line-height: 18px;
32203
+ margin: 4px 0;
32204
+ }
32205
+
32206
+ .berrcjl {
32207
+ color: rgba(10, 37, 85, 0.6);
32208
+ margin-bottom: 4px;
32209
+ }
32210
+ .berrcjl .breadcrumb-link {
32211
+ color: rgba(10, 37, 85, 0.6);
32212
+ cursor: pointer;
32213
+ transition: color 160ms ease;
32214
+ }
32215
+ .berrcjl .breadcrumb-link:hover {
32216
+ color: #0080ff;
32217
+ }
32218
+ .berrcjl .breadcrumb-link:active {
32219
+ color: #005ed1;
32220
+ }
32221
+
32222
+ .c18gxmrl {
32223
+ border: 1px solid #d8deeb;
32224
+ border-radius: 4px;
32225
+ }
32226
+ .c18gxmrl + .c18gxmrl {
32227
+ margin-top: 8px;
32228
+ }
32229
+ .c18gxmrl:hover {
32230
+ border-color: #0080ff;
32231
+ }
32232
+ .c18gxmrl:hover > header {
32233
+ background: rgba(0, 128, 255, 0.1);
32234
+ }
32235
+ .c18gxmrl.active header {
32236
+ border-bottom: 1px solid #d8deeb;
32237
+ }
32238
+ .c18gxmrl > header {
32239
+ padding: 8px 12px;
32240
+ }
32241
+
32242
+ .c1uzzomf {
32243
+ margin-bottom: 16px;
32244
+ }
32245
+ .c1uzzomf .card-title {
32246
+ font-size: 16px;
32247
+ color: rgba(44, 56, 82, 0.6);
32248
+ font-weight: 700;
32249
+ line-height: 32px;
32250
+ }
32251
+ .c1uzzomf .card-body {
32252
+ padding: 24px;
32253
+ border-radius: 8px;
32254
+ background: #fff;
32255
+ }
32256
+ .c1uzzomf .empty {
32257
+ font-weight: 700;
32258
+ font-size: 14px;
32259
+ line-height: 22px;
32260
+ color: rgba(0, 21, 64, 0.3);
32261
+ text-align: center;
32262
+ }
32263
+
32264
+ .s11wux3h .ant-segmented-item:not(:last-child) {
32265
+ margin-right: 2px;
32266
+ }
32267
+
32268
+ .s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
32269
+ padding-left: 8px;
32270
+ padding-right: 8px;
32271
+ }
32272
+ .s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32273
+ border-radius: 4px;
32274
+ }
32275
+ .s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32276
+ border-radius: 4px;
32277
+ }
32278
+
32279
+ .ma64lna .ant-segmented-item-label {
32280
+ padding-left: 12px;
32281
+ padding-right: 12px;
32282
+ }
32283
+
32284
+ .ckld275 {
32285
+ background-color: rgba(225, 230, 241, 0.6);
32286
+ }
32287
+ .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32288
+ background-color: rgba(255, 255, 255, 0.6);
32289
+ color: rgba(44, 56, 82, 0.75);
32290
+ }
32291
+ .ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32292
+ background-color: transparent;
32293
+ }
32294
+ .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32295
+ background-color: transparent;
32296
+ }
32297
+
32298
+ .clm1wy1 {
32299
+ width: 192px;
32300
+ height: 246px;
32301
+ border-radius: 4px;
32302
+ }
32303
+ .clm1wy1 > .ant-picker-calendar,
32304
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel {
32305
+ width: 100%;
32306
+ background-color: rgba(245, 247, 250, 0.6);
32307
+ border-top: none;
32308
+ }
32309
+ .clm1wy1 > .ant-picker-calendar .ant-picker-body,
32310
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
32311
+ padding: 0 16px;
32312
+ }
32313
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content,
32314
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
32315
+ width: 100%;
32316
+ height: 180px;
32317
+ border-spacing: 0;
32318
+ }
32319
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
32320
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
32321
+ margin-bottom: 8px;
32322
+ }
32323
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32324
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32325
+ width: 22px;
32326
+ }
32327
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32328
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32329
+ padding: 0;
32330
+ }
32331
+ .clm1wy1 .ant-picker-cell {
32332
+ color: rgba(62, 70, 82, 0.6);
32333
+ opacity: 0.4;
32334
+ }
32335
+ .clm1wy1 .ant-picker-cell-in-view {
32336
+ color: rgba(62, 70, 82, 0.6);
32337
+ opacity: 1;
32338
+ }
32339
+ .clm1wy1 .ant-picker-cell-in-view > .active {
32340
+ color: #3e4652;
32341
+ }
32342
+ .clm1wy1 .ant-picker-cell::before {
32343
+ pointer-events: none;
32200
32344
  }
32201
32345
 
32202
- .iq1gosr {
32203
- display: inline-block;
32346
+ .t1tsm00v {
32347
+ color: rgba(129, 138, 153, 0.6);
32348
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32349
+ backdrop-filter: blur(10px);
32350
+ padding: 7px 10px;
32204
32351
  }
32205
32352
 
32206
- .berrcjl {
32207
- color: rgba(10, 37, 85, 0.6);
32208
- margin-bottom: 4px;
32353
+ .c167wnad {
32354
+ color: rgba(62, 70, 82, 0.6);
32355
+ display: flex;
32356
+ justify-content: space-between;
32357
+ align-items: center;
32358
+ padding: 8px 16px;
32209
32359
  }
32210
- .berrcjl .breadcrumb-link {
32211
- color: rgba(10, 37, 85, 0.6);
32360
+ .c167wnad .anticon {
32212
32361
  cursor: pointer;
32213
- transition: color 160ms ease;
32214
- }
32215
- .berrcjl .breadcrumb-link:hover {
32216
- color: #0080ff;
32217
32362
  }
32218
- .berrcjl .breadcrumb-link:active {
32219
- color: #005ed1;
32363
+ .c167wnad .anticon:hover {
32364
+ color: #0096ff;
32220
32365
  }
32221
32366
 
32222
- .c18gxmrl {
32223
- border: 1px solid #d8deeb;
32224
- border-radius: 4px;
32225
- }
32226
- .c18gxmrl + .c18gxmrl {
32227
- margin-top: 8px;
32367
+ .cxhf7dh {
32368
+ text-align: center;
32228
32369
  }
32229
- .c18gxmrl:hover {
32230
- border-color: #0080ff;
32370
+ .cxhf7dh .dots {
32371
+ display: flex;
32372
+ justify-content: center;
32231
32373
  }
32232
- .c18gxmrl:hover > header {
32233
- background: rgba(0, 128, 255, 0.1);
32374
+ .cxhf7dh .dot {
32375
+ display: inline-block;
32376
+ width: 2px;
32377
+ height: 2px;
32378
+ border-radius: 1px;
32379
+ background: #0096ff;
32234
32380
  }
32235
- .c18gxmrl.active header {
32236
- border-bottom: 1px solid #d8deeb;
32381
+ .cxhf7dh .dot:not(:last-child) {
32382
+ margin-right: 2px;
32237
32383
  }
32238
- .c18gxmrl > header {
32239
- padding: 8px 12px;
32384
+ .cxhf7dh .bar {
32385
+ width: 9px;
32386
+ height: 2px;
32387
+ background: #0096ff;
32388
+ border-radius: 2px;
32240
32389
  }
32241
32390
 
32242
- .c1uzzomf {
32243
- margin-bottom: 16px;
32244
- }
32245
- .c1uzzomf .card-title {
32246
- font-size: 16px;
32247
- color: rgba(44, 56, 82, 0.6);
32248
- font-weight: 700;
32249
- line-height: 32px;
32250
- }
32251
- .c1uzzomf .card-body {
32252
- padding: 24px;
32253
- border-radius: 8px;
32254
- background: #fff;
32391
+ .gmyahx3 {
32392
+ cursor: pointer;
32255
32393
  }
32256
- .c1uzzomf .empty {
32257
- font-weight: 700;
32258
- font-size: 14px;
32259
- line-height: 22px;
32394
+ .gmyahx3 .link-text {
32260
32395
  color: rgba(0, 21, 64, 0.3);
32261
- text-align: center;
32396
+ }
32397
+ .gmyahx3:hover .link-text {
32398
+ color: #0080ff;
32262
32399
  }
32263
32400
 
32264
32401
  .c1bus5hc {
@@ -32301,48 +32438,27 @@ input.rf8rlle.ant-input {
32301
32438
  transform: rotate(0deg);
32302
32439
  }
32303
32440
 
32304
- .s11wux3h .ant-segmented-item:not(:last-child) {
32305
- margin-right: 2px;
32441
+ .tqjc4ui {
32442
+ margin: 0 2px;
32306
32443
  }
32307
32444
 
32308
- .s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
32309
- padding-left: 8px;
32310
- padding-right: 8px;
32311
- }
32312
- .s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32313
- border-radius: 4px;
32314
- }
32315
- .s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32316
- border-radius: 4px;
32445
+ .n12mqh7z {
32446
+ display: flex;
32447
+ align-items: center;
32448
+ font-size: 12px;
32449
+ line-height: 18px;
32317
32450
  }
32318
-
32319
- .ma64lna .ant-segmented-item-label {
32320
- padding-left: 12px;
32321
- padding-right: 12px;
32451
+ .n12mqh7z:not(:last-child) {
32452
+ margin-bottom: 4px;
32322
32453
  }
32323
32454
 
32324
- .ckld275 {
32325
- background-color: rgba(225, 230, 241, 0.6);
32326
- }
32327
- .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32328
- background-color: rgba(255, 255, 255, 0.6);
32329
- color: rgba(44, 56, 82, 0.75);
32330
- }
32331
- .ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32332
- background-color: transparent;
32333
- }
32334
- .ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32335
- background-color: transparent;
32455
+ .tf5bynu {
32456
+ margin: 0 3px;
32336
32457
  }
32337
32458
 
32338
- .gmyahx3 {
32339
- cursor: pointer;
32340
- }
32341
- .gmyahx3 .link-text {
32342
- color: rgba(0, 21, 64, 0.3);
32343
- }
32344
- .gmyahx3:hover .link-text {
32345
- color: #0080ff;
32459
+ .tcckoz1 {
32460
+ max-height: 400px;
32461
+ overflow: "auto";
32346
32462
  }
32347
32463
 
32348
32464
  .d1bw7c5z {
@@ -32422,171 +32538,55 @@ input.rf8rlle.ant-input {
32422
32538
  display: flex;
32423
32539
  justify-content: space-between;
32424
32540
  }
32425
- .t10pqbtc .item .name {
32426
- width: 102px;
32427
- }
32428
-
32429
- .tqjc4ui {
32430
- margin: 0 2px;
32431
- }
32432
-
32433
- .c18bcrac {
32434
- display: inline-block;
32435
- width: 100%;
32436
- }
32437
- .c18bcrac .recharts-wrapper {
32438
- margin-left: 4px;
32439
- }
32440
-
32441
- .cro7kg2 {
32442
- padding: 4px;
32443
- }
32444
-
32445
- .c14wcxf0 {
32446
- display: flex;
32447
- justify-content: space-between;
32448
- align-items: center;
32449
- font-size: 13px;
32450
- line-height: 24px;
32451
- color: #cccccc;
32452
- white-space: nowrap;
32453
- }
32454
- .c14wcxf0 label {
32455
- margin-right: 32px;
32456
- }
32457
-
32458
- .coy29mj.c14wcxf0 {
32459
- font-weight: bold;
32460
- color: white;
32461
- }
32462
-
32463
- .s11212zy {
32464
- width: 8px;
32465
- height: 8px;
32466
- border-radius: 2px;
32467
- display: inline-block;
32468
- background: var(--s11212zy-0);
32469
- border: 1px solid #fff;
32470
- box-sizing: content-box;
32471
- margin-right: 6px;
32472
- }
32473
-
32474
- .p1lyky6c > :first-child {
32475
- font-weight: bold;
32476
- color: white;
32477
- margin-right: 4px;
32478
- }
32479
-
32480
- .n12mqh7z {
32481
- display: flex;
32482
- align-items: center;
32483
- font-size: 12px;
32484
- line-height: 18px;
32485
- }
32486
- .n12mqh7z:not(:last-child) {
32487
- margin-bottom: 4px;
32488
- }
32489
-
32490
- .tf5bynu {
32491
- margin: 0 3px;
32492
- }
32493
-
32494
- .tcckoz1 {
32495
- max-height: 400px;
32496
- overflow: "auto";
32497
- }
32498
-
32499
- .clm1wy1 {
32500
- width: 192px;
32501
- height: 246px;
32502
- border-radius: 4px;
32503
- }
32504
- .clm1wy1 > .ant-picker-calendar,
32505
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel {
32506
- width: 100%;
32507
- background-color: rgba(245, 247, 250, 0.6);
32508
- border-top: none;
32509
- }
32510
- .clm1wy1 > .ant-picker-calendar .ant-picker-body,
32511
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
32512
- padding: 0 16px;
32513
- }
32514
- .clm1wy1 > .ant-picker-calendar .ant-picker-content,
32515
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
32516
- width: 100%;
32517
- height: 180px;
32518
- border-spacing: 0;
32519
- }
32520
- .clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
32521
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
32522
- margin-bottom: 8px;
32523
- }
32524
- .clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32525
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32526
- width: 22px;
32527
- }
32528
- .clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32529
- .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32530
- padding: 0;
32531
- }
32532
- .clm1wy1 .ant-picker-cell {
32533
- color: rgba(62, 70, 82, 0.6);
32534
- opacity: 0.4;
32535
- }
32536
- .clm1wy1 .ant-picker-cell-in-view {
32537
- color: rgba(62, 70, 82, 0.6);
32538
- opacity: 1;
32541
+ .t10pqbtc .item .name {
32542
+ width: 102px;
32539
32543
  }
32540
- .clm1wy1 .ant-picker-cell-in-view > .active {
32541
- color: #3e4652;
32544
+
32545
+ .c18bcrac {
32546
+ display: inline-block;
32547
+ width: 100%;
32542
32548
  }
32543
- .clm1wy1 .ant-picker-cell::before {
32544
- pointer-events: none;
32549
+ .c18bcrac .recharts-wrapper {
32550
+ margin-left: 4px;
32545
32551
  }
32546
32552
 
32547
- .t1tsm00v {
32548
- color: rgba(129, 138, 153, 0.6);
32549
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32550
- backdrop-filter: blur(10px);
32551
- padding: 7px 10px;
32553
+ .cro7kg2 {
32554
+ padding: 4px;
32552
32555
  }
32553
32556
 
32554
- .c167wnad {
32555
- color: rgba(62, 70, 82, 0.6);
32557
+ .c14wcxf0 {
32556
32558
  display: flex;
32557
32559
  justify-content: space-between;
32558
32560
  align-items: center;
32559
- padding: 8px 16px;
32560
- }
32561
- .c167wnad .anticon {
32562
- cursor: pointer;
32561
+ font-size: 13px;
32562
+ line-height: 24px;
32563
+ color: #cccccc;
32564
+ white-space: nowrap;
32563
32565
  }
32564
- .c167wnad .anticon:hover {
32565
- color: #0096ff;
32566
+ .c14wcxf0 label {
32567
+ margin-right: 32px;
32566
32568
  }
32567
32569
 
32568
- .cxhf7dh {
32569
- text-align: center;
32570
- }
32571
- .cxhf7dh .dots {
32572
- display: flex;
32573
- justify-content: center;
32570
+ .coy29mj.c14wcxf0 {
32571
+ font-weight: bold;
32572
+ color: white;
32574
32573
  }
32575
- .cxhf7dh .dot {
32574
+
32575
+ .s11212zy {
32576
+ width: 8px;
32577
+ height: 8px;
32578
+ border-radius: 2px;
32576
32579
  display: inline-block;
32577
- width: 2px;
32578
- height: 2px;
32579
- border-radius: 1px;
32580
- background: #0096ff;
32581
- }
32582
- .cxhf7dh .dot:not(:last-child) {
32583
- margin-right: 2px;
32580
+ background: var(--s11212zy-0);
32581
+ border: 1px solid #fff;
32582
+ box-sizing: content-box;
32583
+ margin-right: 6px;
32584
32584
  }
32585
- .cxhf7dh .bar {
32586
- width: 9px;
32587
- height: 2px;
32588
- background: #0096ff;
32589
- border-radius: 2px;
32585
+
32586
+ .p1lyky6c > :first-child {
32587
+ font-weight: bold;
32588
+ color: white;
32589
+ margin-right: 4px;
32590
32590
  }
32591
32591
 
32592
32592
  .ou7iq30 {
@@ -32695,34 +32695,32 @@ input.rf8rlle.ant-input {
32695
32695
  padding-right: 12px;
32696
32696
  }
32697
32697
 
32698
- .wg1tsps {
32699
- display: flex;
32700
- align-items: center;
32701
- justify-content: flex-end;
32698
+ .c1yyuluq {
32699
+ border-radius: 8px;
32700
+ }
32701
+ .c1yyuluq .ant-card-body {
32702
+ padding: 20px 24px 24px 24px;
32702
32703
  }
32703
32704
 
32704
- .b1ctd5xy {
32705
+ .m74vjol {
32705
32706
  display: flex;
32706
- align-items: center;
32707
- width: calc(100% - 40px);
32708
- }
32709
- .b1ctd5xy .chart {
32710
- display: inline-block;
32707
+ justify-content: space-between;
32711
32708
  width: 100%;
32712
32709
  }
32713
-
32714
- .u1p8acpn {
32715
- min-width: 40px;
32716
- }
32717
- .u1p8acpn .unit {
32718
- color: #00122e !important;
32710
+ .m74vjol .action {
32711
+ margin-left: 16px;
32719
32712
  }
32720
32713
 
32721
- .tje3huy {
32714
+ .a1o35uvh .ant-alert-message {
32722
32715
  width: 100%;
32723
- overflow: inherit;
32724
- white-space: inherit;
32725
- text-overflow: ellipsis;
32716
+ }
32717
+
32718
+ .s1iv0tp1 .enabled-switch {
32719
+ display: flex;
32720
+ align-items: center;
32721
+ }
32722
+ .s1iv0tp1 .enabled-text {
32723
+ margin-right: 8px;
32726
32724
  }
32727
32725
 
32728
32726
  .ccrbeuz .ant-collapse-item {
@@ -32747,19 +32745,38 @@ input.rf8rlle.ant-input {
32747
32745
  cursor: default;
32748
32746
  }
32749
32747
 
32750
- .s1iv0tp1 .enabled-switch {
32748
+ .tje3huy {
32749
+ width: 100%;
32750
+ overflow: inherit;
32751
+ white-space: inherit;
32752
+ text-overflow: ellipsis;
32753
+ }
32754
+
32755
+ .wg1tsps {
32751
32756
  display: flex;
32752
32757
  align-items: center;
32758
+ justify-content: flex-end;
32753
32759
  }
32754
- .s1iv0tp1 .enabled-text {
32755
- margin-right: 8px;
32760
+
32761
+ .b1ctd5xy {
32762
+ display: flex;
32763
+ align-items: center;
32764
+ width: calc(100% - 40px);
32765
+ }
32766
+ .b1ctd5xy .chart {
32767
+ display: inline-block;
32768
+ width: 100%;
32756
32769
  }
32757
32770
 
32758
- .c1yyuluq {
32759
- border-radius: 8px;
32771
+ .u1p8acpn {
32772
+ min-width: 40px;
32760
32773
  }
32761
- .c1yyuluq .ant-card-body {
32762
- padding: 20px 24px 24px 24px;
32774
+ .u1p8acpn .unit {
32775
+ color: #00122e !important;
32776
+ }
32777
+
32778
+ .itxley7.ant-input-group.ant-input-group-compact {
32779
+ display: flex;
32763
32780
  }
32764
32781
 
32765
32782
  button.l48ei06 {
@@ -32794,19 +32811,6 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32794
32811
  color: #00122e;
32795
32812
  }
32796
32813
 
32797
- .m74vjol {
32798
- display: flex;
32799
- justify-content: space-between;
32800
- width: 100%;
32801
- }
32802
- .m74vjol .action {
32803
- margin-left: 16px;
32804
- }
32805
-
32806
- .a1o35uvh .ant-alert-message {
32807
- width: 100%;
32808
- }
32809
-
32810
32814
  .r77hffu {
32811
32815
  display: flex;
32812
32816
  align-items: center;
@@ -32827,12 +32831,10 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32827
32831
  width: 100%;
32828
32832
  }
32829
32833
 
32830
- .itxley7.ant-input-group.ant-input-group-compact {
32831
- display: flex;
32832
- }
32833
-
32834
- .tju3gfj .date {
32835
- margin-right: 4px;
32834
+ .h1ol2wl7 {
32835
+ font-weight: bold;
32836
+ background-color: unset;
32837
+ padding: unset;
32836
32838
  }
32837
32839
 
32838
32840
  .ivqqkzv {
@@ -32899,106 +32901,28 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
32899
32901
  .sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32900
32902
  background-color: #00ba5d;
32901
32903
  }
32902
- .sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32903
- background-color: rgba(30, 201, 127, 0.16);
32904
- }
32905
- .sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32906
- background-color: rgba(225, 230, 241, 0.6);
32907
- }
32908
- .sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32909
- background-color: #6b7d99;
32910
- }
32911
- .sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32912
- background-color: rgba(211, 218, 235, 0.6);
32913
- }
32914
-
32915
- .satwmqm {
32916
- width: 8px;
32917
- height: 8px;
32918
- border-radius: 50%;
32919
- display: inline-block;
32920
- }
32921
-
32922
- .s1sck0th {
32923
- padding: 0 8px;
32924
- border-radius: 4px;
32925
- }
32926
-
32927
- .m855nr1 {
32928
- padding: 2px 8px;
32929
- border-radius: 3px;
32930
- }
32931
-
32932
- .l1270xpg {
32933
- padding: 3px 8px;
32934
- border-radius: 2px;
32935
- }
32936
-
32937
- .t14rextb.ant-tag:hover {
32938
- opacity: unset;
32939
- }
32940
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32941
- margin: 0;
32942
- margin-right: 8px;
32943
- display: inline-flex;
32944
- align-items: center;
32945
- border: none;
32946
- }
32947
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32948
- width: 16px;
32949
- height: 16px;
32950
- color: inherit;
32951
- margin-left: 4px;
32952
- opacity: 0.6;
32953
- display: inline-flex;
32954
- }
32955
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32956
- opacity: 1;
32957
- }
32958
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32959
- color: #0080ff;
32960
- background-color: rgba(0, 136, 255, 0.1);
32961
- }
32962
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32963
- color: #f0483e;
32964
- background-color: rgba(255, 74, 74, 0.1);
32965
- }
32966
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32967
- color: #e07f00;
32968
- background-color: rgba(255, 187, 0, 0.1);
32969
- }
32970
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32971
- color: #008f4c;
32972
- background-color: rgba(30, 201, 127, 0.1);
32973
- }
32974
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32975
- color: #1d326c;
32976
- background-color: rgba(225, 230, 241, 0.6);
32977
- }
32978
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32979
- color: #7E41FF;
32980
- background-color: rgba(126, 65, 255, 0.1);
32981
- }
32982
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32983
- color: #fff;
32984
- }
32985
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32986
- background-color: #f0483e;
32987
- }
32988
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32989
- background-color: #fea008;
32990
- }
32991
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32992
- background-color: #00ba5d;
32993
- }
32994
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32995
- background-color: #0080ff;
32904
+ .sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32905
+ background-color: rgba(30, 201, 127, 0.16);
32996
32906
  }
32997
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32907
+ .sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32908
+ background-color: rgba(225, 230, 241, 0.6);
32909
+ }
32910
+ .sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32998
32911
  background-color: #6b7d99;
32999
32912
  }
33000
- .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
33001
- background-color: #7E41FF;
32913
+ .sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32914
+ background-color: rgba(211, 218, 235, 0.6);
32915
+ }
32916
+
32917
+ .satwmqm {
32918
+ width: 8px;
32919
+ height: 8px;
32920
+ border-radius: 50%;
32921
+ display: inline-block;
32922
+ }
32923
+
32924
+ .tju3gfj .date {
32925
+ margin-right: 4px;
33002
32926
  }
33003
32927
 
33004
32928
  .s177mls5.ant-select, .s177mls5.ant-select .ant-select-selector {
@@ -33058,250 +32982,116 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
33058
32982
  transform: rotate(180deg);
33059
32983
  }
33060
32984
 
33061
- .h1ol2wl7 {
33062
- font-weight: bold;
33063
- background-color: unset;
33064
- padding: unset;
33065
- }
33066
-
33067
- .t13ef470 {
33068
- height: 100%;
33069
- }
33070
- .t13ef470 .table-loading-item {
33071
- padding: 12px 4px;
33072
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33073
- display: flex;
33074
- }
33075
- .t13ef470 .table-loading-item > * {
33076
- height: 16px;
33077
- margin: 4px;
33078
- background: rgba(204, 212, 227, 0.18);
33079
- border-radius: 2px;
33080
- }
33081
- .t13ef470 .table-loading-item .checkbox-loading {
33082
- width: 16px;
33083
- }
33084
- .t13ef470 .table-loading-item .td-loading {
33085
- flex: 1;
33086
- }
33087
- .t13ef470 :nth-child(1) {
33088
- padding: 8px 4px;
33089
- }
33090
- .t13ef470 :nth-child(1) > * {
33091
- background: rgba(107, 125, 153, 0.18);
33092
- }
33093
- .t13ef470 :nth-child(1) > * {
33094
- background: rgba(163, 180, 204, 0.18);
33095
- }
33096
-
33097
- .lht19u8 {
33098
- width: 64px;
33099
- height: 64px;
33100
- display: flex;
33101
- align-items: center;
33102
- justify-content: center;
33103
- position: relative;
33104
- opacity: 0.2;
33105
- }
33106
-
33107
- .lk3gkp4 {
33108
- position: absolute;
33109
- width: 5px;
33110
- height: 48px;
33111
- left: 9.33px;
33112
- top: 40.5px;
33113
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33114
- border-radius: 5px;
33115
- transform: rotate(-128deg);
33116
- transform-origin: top left;
33117
- animation: loading-indicator1 1100ms ease-out infinite;
33118
- }
33119
-
33120
- .ll4n94n {
33121
- position: absolute;
33122
- width: 5px;
33123
- height: 48px;
33124
- left: 40.8px;
33125
- top: 8.4px;
33126
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33127
- border-radius: 5px;
33128
- transform: rotate(-8deg);
33129
- transform-origin: top left;
33130
- animation: loading-indicator2 1100ms ease-out infinite;
32985
+ .s1sck0th {
32986
+ padding: 0 8px;
32987
+ border-radius: 4px;
33131
32988
  }
33132
32989
 
33133
- .l17lbdo6 {
33134
- position: absolute;
33135
- width: 5px;
33136
- height: 48px;
33137
- left: 52.9px;
33138
- top: 51.8px;
33139
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33140
- border-radius: 5px;
33141
- transform: rotate(112deg);
33142
- transform-origin: top left;
33143
- animation: loading-indicator3 1100ms ease-out infinite;
32990
+ .m855nr1 {
32991
+ padding: 2px 8px;
32992
+ border-radius: 3px;
33144
32993
  }
33145
32994
 
33146
- .msn7nxt {
33147
- color: rgba(44, 56, 82, 0.6);
33148
- text-align: center;
33149
- display: flex;
33150
- align-items: center;
33151
- justify-content: center;
33152
- flex-direction: column;
33153
- height: 100%;
33154
- }
33155
- .msn7nxt .link {
33156
- color: #0080ff;
33157
- cursor: pointer;
32995
+ .l1270xpg {
32996
+ padding: 3px 8px;
32997
+ border-radius: 2px;
33158
32998
  }
33159
32999
 
33160
- .mp64wfi {
33161
- width: 100%;
33162
- height: 100%;
33163
- display: flex;
33164
- flex-direction: column;
33165
- }
33166
- .mp64wfi .name-toolbar {
33167
- width: 100%;
33168
- display: flex;
33169
- line-height: 30px;
33170
- padding: 0 16px;
33171
- justify-content: space-between;
33172
- }
33173
- .mp64wfi .name-toolbar .metric-extra {
33174
- display: flex;
33175
- font-size: 12px;
33176
- align-items: center;
33177
- }
33178
- .mp64wfi .name-toolbar .metric-extra .info-item {
33179
- color: #a3b4cc;
33180
- }
33181
- .mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33182
- margin-left: 10px;
33183
- }
33184
- .mp64wfi .name-toolbar .metric-extra .menu-trigger {
33185
- margin-left: 10px;
33186
- cursor: pointer;
33187
- }
33188
- .mp64wfi .content {
33189
- flex: 1;
33190
- width: 100%;
33191
- display: flex;
33192
- justify-content: center;
33193
- align-items: center;
33194
- }
33195
- .mp64wfi .single-content {
33196
- height: 65px;
33000
+ .t14rextb.ant-tag:hover {
33001
+ opacity: unset;
33197
33002
  }
33198
-
33199
- .l1oyigan {
33200
- display: flex;
33003
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
33004
+ margin: 0;
33005
+ margin-right: 8px;
33006
+ display: inline-flex;
33201
33007
  align-items: center;
33202
- white-space: nowrap;
33203
- overflow: hidden;
33204
- width: 100%;
33205
- }
33206
- .l1oyigan .ant-dropdown-trigger {
33207
- margin-left: auto;
33208
- font-size: 12px;
33008
+ border: none;
33209
33009
  }
33210
-
33211
- .l1noi4n1 {
33212
- display: flex;
33213
- justify-content: flex-start;
33214
- align-items: center;
33215
- font-size: 12px;
33216
- cursor: pointer;
33010
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
33011
+ width: 16px;
33012
+ height: 16px;
33013
+ color: inherit;
33014
+ margin-left: 4px;
33015
+ opacity: 0.6;
33016
+ display: inline-flex;
33217
33017
  }
33218
- .l1noi4n1:not(:last-child) {
33219
- margin-right: 20px;
33018
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
33019
+ opacity: 1;
33220
33020
  }
33221
- .l1noi4n1.deselected {
33222
- opacity: 0.4;
33021
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
33022
+ color: #0080ff;
33023
+ background-color: rgba(0, 136, 255, 0.1);
33223
33024
  }
33224
- .l1noi4n1.deselected .color-block {
33225
- background: #b4beca !important;
33025
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
33026
+ color: #f0483e;
33027
+ background-color: rgba(255, 74, 74, 0.1);
33226
33028
  }
33227
-
33228
- .cz19rz6 {
33229
- display: inline-block;
33230
- height: 8px;
33231
- width: 8px;
33232
- margin-right: 8px;
33029
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
33030
+ color: #e07f00;
33031
+ background-color: rgba(255, 187, 0, 0.1);
33233
33032
  }
33234
-
33235
- .e17r5r9c .ant-dropdown-menu-item {
33236
- display: flex;
33237
- align-items: center;
33238
- font-size: 12px;
33239
- margin: 0;
33033
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
33034
+ color: #008f4c;
33035
+ background-color: rgba(30, 201, 127, 0.1);
33240
33036
  }
33241
-
33242
- .m1y1hhnr {
33243
- position: relative;
33037
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
33038
+ color: #1d326c;
33039
+ background-color: rgba(225, 230, 241, 0.6);
33244
33040
  }
33245
- .m1y1hhnr.hidden-xaxis .pointer-wrapper {
33246
- bottom: -12px;
33041
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
33042
+ color: #7E41FF;
33043
+ background-color: rgba(126, 65, 255, 0.1);
33247
33044
  }
33248
- .m1y1hhnr .metric-toolbar {
33249
- display: flex;
33250
- justify-content: space-between;
33251
- line-height: 30px;
33252
- margin: 0 16px;
33045
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
33046
+ color: #fff;
33253
33047
  }
33254
- .m1y1hhnr .metric-toolbar .metric-extra {
33255
- display: flex;
33256
- font-size: 12px;
33257
- align-items: center;
33048
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
33049
+ background-color: #f0483e;
33258
33050
  }
33259
- .m1y1hhnr .metric-toolbar .metric-extra .info-item {
33260
- color: #a3b4cc;
33051
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
33052
+ background-color: #fea008;
33261
33053
  }
33262
- .m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33263
- margin-left: 10px;
33054
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
33055
+ background-color: #00ba5d;
33264
33056
  }
33265
- .m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33266
- margin-left: 10px;
33267
- cursor: pointer;
33057
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
33058
+ background-color: #0080ff;
33268
33059
  }
33269
- .m1y1hhnr .recharts-xAxis {
33270
- font-size: 12px;
33060
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
33061
+ background-color: #6b7d99;
33271
33062
  }
33272
- .m1y1hhnr .pointer-wrapper {
33273
- position: absolute;
33274
- bottom: 10px;
33275
- padding: 0 8px;
33276
- border-radius: 4px;
33277
- font-size: 12px;
33278
- color: #fff;
33279
- background: rgba(0, 0, 0, 0.75);
33280
- transform: translateX(-50%);
33063
+ .t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
33064
+ background-color: #7E41FF;
33281
33065
  }
33282
33066
 
33283
- .tnvijvs {
33284
- min-width: 200px;
33067
+ .t13ef470 {
33068
+ height: 100%;
33285
33069
  }
33286
-
33287
- .t1ub2aex {
33070
+ .t13ef470 .table-loading-item {
33071
+ padding: 12px 4px;
33072
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33288
33073
  display: flex;
33289
- align-items: center;
33290
- justify-content: space-between;
33291
- background-color: rgba(0, 0, 0, 0.75);
33292
- color: #b4beca;
33293
- font-size: 12px;
33294
- padding: 3px 6px;
33295
33074
  }
33296
- .t1ub2aex:first-child {
33297
- padding-top: 3px;
33075
+ .t13ef470 .table-loading-item > * {
33076
+ height: 16px;
33077
+ margin: 4px;
33078
+ background: rgba(204, 212, 227, 0.18);
33079
+ border-radius: 2px;
33298
33080
  }
33299
- .t1ub2aex:last-child {
33300
- padding-bottom: 3px;
33081
+ .t13ef470 .table-loading-item .checkbox-loading {
33082
+ width: 16px;
33301
33083
  }
33302
- .t1ub2aex .column-value {
33303
- color: #fff;
33304
- margin-left: 8px;
33084
+ .t13ef470 .table-loading-item .td-loading {
33085
+ flex: 1;
33086
+ }
33087
+ .t13ef470 :nth-child(1) {
33088
+ padding: 8px 4px;
33089
+ }
33090
+ .t13ef470 :nth-child(1) > * {
33091
+ background: rgba(107, 125, 153, 0.18);
33092
+ }
33093
+ .t13ef470 :nth-child(1) > * {
33094
+ background: rgba(163, 180, 204, 0.18);
33305
33095
  }
33306
33096
 
33307
33097
  .c1kchka8 {
@@ -33753,32 +33543,242 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
33753
33543
  list-style: none;
33754
33544
  padding: 12px;
33755
33545
  }
33756
- .d1tc7lgk ul li {
33757
- padding: 5px 8px;
33758
- border-radius: 5px;
33759
- transition: all 0.2s ease-in-out;
33546
+ .d1tc7lgk ul li {
33547
+ padding: 5px 8px;
33548
+ border-radius: 5px;
33549
+ transition: all 0.2s ease-in-out;
33550
+ cursor: pointer;
33551
+ }
33552
+ .d1tc7lgk ul li:hover {
33553
+ background: rgba(0, 136, 255, 0.16);
33554
+ color: #0080ff;
33555
+ }
33556
+ .d1tc7lgk ul li:active {
33557
+ background: rgba(0, 136, 255, 0.2);
33558
+ color: #0080ff;
33559
+ }
33560
+ .d1tc7lgk ul li + li {
33561
+ margin-top: 2px;
33562
+ }
33563
+
33564
+ .rzaik16 {
33565
+ padding: 0;
33566
+ }
33567
+ .rzaik16 .ant-popover-arrow {
33568
+ display: none;
33569
+ }
33570
+ .rzaik16 .ant-popover-inner-content {
33571
+ padding: 0;
33572
+ }
33573
+
33574
+ .lht19u8 {
33575
+ width: 64px;
33576
+ height: 64px;
33577
+ display: flex;
33578
+ align-items: center;
33579
+ justify-content: center;
33580
+ position: relative;
33581
+ opacity: 0.2;
33582
+ }
33583
+
33584
+ .lk3gkp4 {
33585
+ position: absolute;
33586
+ width: 5px;
33587
+ height: 48px;
33588
+ left: 9.33px;
33589
+ top: 40.5px;
33590
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33591
+ border-radius: 5px;
33592
+ transform: rotate(-128deg);
33593
+ transform-origin: top left;
33594
+ animation: loading-indicator1 1100ms ease-out infinite;
33595
+ }
33596
+
33597
+ .ll4n94n {
33598
+ position: absolute;
33599
+ width: 5px;
33600
+ height: 48px;
33601
+ left: 40.8px;
33602
+ top: 8.4px;
33603
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33604
+ border-radius: 5px;
33605
+ transform: rotate(-8deg);
33606
+ transform-origin: top left;
33607
+ animation: loading-indicator2 1100ms ease-out infinite;
33608
+ }
33609
+
33610
+ .l17lbdo6 {
33611
+ position: absolute;
33612
+ width: 5px;
33613
+ height: 48px;
33614
+ left: 52.9px;
33615
+ top: 51.8px;
33616
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33617
+ border-radius: 5px;
33618
+ transform: rotate(112deg);
33619
+ transform-origin: top left;
33620
+ animation: loading-indicator3 1100ms ease-out infinite;
33621
+ }
33622
+
33623
+ .msn7nxt {
33624
+ color: rgba(44, 56, 82, 0.6);
33625
+ text-align: center;
33626
+ display: flex;
33627
+ align-items: center;
33628
+ justify-content: center;
33629
+ flex-direction: column;
33630
+ height: 100%;
33631
+ }
33632
+ .msn7nxt .link {
33633
+ color: #0080ff;
33634
+ cursor: pointer;
33635
+ }
33636
+
33637
+ .mp64wfi {
33638
+ width: 100%;
33639
+ height: 100%;
33640
+ display: flex;
33641
+ flex-direction: column;
33642
+ }
33643
+ .mp64wfi .name-toolbar {
33644
+ width: 100%;
33645
+ display: flex;
33646
+ line-height: 30px;
33647
+ padding: 0 16px;
33648
+ justify-content: space-between;
33649
+ }
33650
+ .mp64wfi .name-toolbar .metric-extra {
33651
+ display: flex;
33652
+ font-size: 12px;
33653
+ align-items: center;
33654
+ }
33655
+ .mp64wfi .name-toolbar .metric-extra .info-item {
33656
+ color: #a3b4cc;
33657
+ }
33658
+ .mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33659
+ margin-left: 10px;
33660
+ }
33661
+ .mp64wfi .name-toolbar .metric-extra .menu-trigger {
33662
+ margin-left: 10px;
33663
+ cursor: pointer;
33664
+ }
33665
+ .mp64wfi .content {
33666
+ flex: 1;
33667
+ width: 100%;
33668
+ display: flex;
33669
+ justify-content: center;
33670
+ align-items: center;
33671
+ }
33672
+ .mp64wfi .single-content {
33673
+ height: 65px;
33674
+ }
33675
+
33676
+ .l1oyigan {
33677
+ display: flex;
33678
+ align-items: center;
33679
+ white-space: nowrap;
33680
+ overflow: hidden;
33681
+ width: 100%;
33682
+ }
33683
+ .l1oyigan .ant-dropdown-trigger {
33684
+ margin-left: auto;
33685
+ font-size: 12px;
33686
+ }
33687
+
33688
+ .l1noi4n1 {
33689
+ display: flex;
33690
+ justify-content: flex-start;
33691
+ align-items: center;
33692
+ font-size: 12px;
33693
+ cursor: pointer;
33694
+ }
33695
+ .l1noi4n1:not(:last-child) {
33696
+ margin-right: 20px;
33697
+ }
33698
+ .l1noi4n1.deselected {
33699
+ opacity: 0.4;
33700
+ }
33701
+ .l1noi4n1.deselected .color-block {
33702
+ background: #b4beca !important;
33703
+ }
33704
+
33705
+ .cz19rz6 {
33706
+ display: inline-block;
33707
+ height: 8px;
33708
+ width: 8px;
33709
+ margin-right: 8px;
33710
+ }
33711
+
33712
+ .e17r5r9c .ant-dropdown-menu-item {
33713
+ display: flex;
33714
+ align-items: center;
33715
+ font-size: 12px;
33716
+ margin: 0;
33717
+ }
33718
+
33719
+ .m1y1hhnr {
33720
+ position: relative;
33721
+ }
33722
+ .m1y1hhnr.hidden-xaxis .pointer-wrapper {
33723
+ bottom: -12px;
33724
+ }
33725
+ .m1y1hhnr .metric-toolbar {
33726
+ display: flex;
33727
+ justify-content: space-between;
33728
+ line-height: 30px;
33729
+ margin: 0 16px;
33730
+ }
33731
+ .m1y1hhnr .metric-toolbar .metric-extra {
33732
+ display: flex;
33733
+ font-size: 12px;
33734
+ align-items: center;
33735
+ }
33736
+ .m1y1hhnr .metric-toolbar .metric-extra .info-item {
33737
+ color: #a3b4cc;
33738
+ }
33739
+ .m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33740
+ margin-left: 10px;
33741
+ }
33742
+ .m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33743
+ margin-left: 10px;
33760
33744
  cursor: pointer;
33761
33745
  }
33762
- .d1tc7lgk ul li:hover {
33763
- background: rgba(0, 136, 255, 0.16);
33764
- color: #0080ff;
33746
+ .m1y1hhnr .recharts-xAxis {
33747
+ font-size: 12px;
33765
33748
  }
33766
- .d1tc7lgk ul li:active {
33767
- background: rgba(0, 136, 255, 0.2);
33768
- color: #0080ff;
33749
+ .m1y1hhnr .pointer-wrapper {
33750
+ position: absolute;
33751
+ bottom: 10px;
33752
+ padding: 0 8px;
33753
+ border-radius: 4px;
33754
+ font-size: 12px;
33755
+ color: #fff;
33756
+ background: rgba(0, 0, 0, 0.75);
33757
+ transform: translateX(-50%);
33769
33758
  }
33770
- .d1tc7lgk ul li + li {
33771
- margin-top: 2px;
33759
+
33760
+ .tnvijvs {
33761
+ min-width: 200px;
33772
33762
  }
33773
33763
 
33774
- .rzaik16 {
33775
- padding: 0;
33764
+ .t1ub2aex {
33765
+ display: flex;
33766
+ align-items: center;
33767
+ justify-content: space-between;
33768
+ background-color: rgba(0, 0, 0, 0.75);
33769
+ color: #b4beca;
33770
+ font-size: 12px;
33771
+ padding: 3px 6px;
33776
33772
  }
33777
- .rzaik16 .ant-popover-arrow {
33778
- display: none;
33773
+ .t1ub2aex:first-child {
33774
+ padding-top: 3px;
33779
33775
  }
33780
- .rzaik16 .ant-popover-inner-content {
33781
- padding: 0;
33776
+ .t1ub2aex:last-child {
33777
+ padding-bottom: 3px;
33778
+ }
33779
+ .t1ub2aex .column-value {
33780
+ color: #fff;
33781
+ margin-left: 8px;
33782
33782
  }
33783
33783
 
33784
33784
  .sjob3jg {
@@ -33871,109 +33871,312 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
33871
33871
  top: -50%;
33872
33872
  right: -100%;
33873
33873
  }
33874
- .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33875
- padding: 0 4px 0 12px;
33874
+ .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33875
+ padding: 0 4px 0 12px;
33876
+ }
33877
+ .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
33878
+ content: "";
33879
+ width: 0;
33880
+ height: 0;
33881
+ border: 13px solid transparent;
33882
+ position: absolute;
33883
+ top: 0;
33884
+ border-left: 8px solid #fff;
33885
+ left: 0;
33886
+ }
33887
+ .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33888
+ max-width: calc(100% - var(--item-min-width) * 2);
33889
+ }
33890
+ .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33891
+ background-color: rgba(0, 136, 255, 0.1);
33892
+ }
33893
+ .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33894
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
33895
+ }
33896
+ .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33897
+ cursor: pointer;
33898
+ min-width: var(--item-min-width);
33899
+ }
33900
+ .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33901
+ .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33902
+ min-width: var(--item-min-width);
33903
+ }
33904
+ .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33905
+ .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33906
+ background-color: rgba(237, 241, 250, 0.6);
33907
+ }
33908
+ .hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33909
+ padding: 0;
33910
+ }
33911
+
33912
+ .v4tv3mf .ant-steps.ant-steps-vertical {
33913
+ width: 192px;
33914
+ row-gap: 2px;
33915
+ }
33916
+ .v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33917
+ background-color: rgba(225, 230, 241, 0.6);
33918
+ }
33919
+ .v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33920
+ color: #00122e !important;
33921
+ }
33922
+ .v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
33923
+ background-color: rgba(225, 230, 241, 0.6);
33924
+ }
33925
+ .v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33926
+ padding: 0 8px;
33927
+ border-radius: 4px;
33928
+ height: 32px;
33929
+ display: flex;
33930
+ align-items: center;
33931
+ }
33932
+ .v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33933
+ min-height: auto;
33934
+ white-space: nowrap;
33935
+ }
33936
+ .v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33937
+ font-size: 13px;
33938
+ line-height: 20px;
33939
+ max-width: 100%;
33940
+ padding-right: 0;
33941
+ }
33942
+ .v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33943
+ background: rgba(0, 128, 255, 0.1);
33944
+ }
33945
+
33946
+ .h6l1tj4 {
33947
+ width: 100%;
33948
+ display: inline-flex;
33949
+ align-items: center;
33950
+ justify-content: center;
33951
+ column-gap: 4px;
33952
+ }
33953
+ .h6l1tj4 .step-item-prefix-container {
33954
+ display: inline-flex;
33955
+ align-items: center;
33956
+ width: 18px;
33957
+ height: 18px;
33958
+ color: rgba(44, 56, 82, 0.75);
33959
+ justify-content: center;
33960
+ }
33961
+
33962
+ .v18frne8 {
33963
+ width: 100%;
33964
+ display: flex;
33965
+ align-items: center;
33966
+ justify-content: center;
33967
+ column-gap: 6px;
33968
+ font-size: 13px;
33969
+ }
33970
+ .v18frne8 .step-item-prefix-container {
33971
+ display: inline-flex;
33972
+ align-items: center;
33973
+ min-width: 20px;
33974
+ min-height: 20px;
33975
+ color: rgba(44, 56, 82, 0.75);
33976
+ justify-content: center;
33977
+ }
33978
+
33979
+ .t160l1cm {
33980
+ display: flex;
33981
+ flex-direction: column;
33982
+ flex: 1;
33983
+ /* FIXME:(yanzhen) do this better */
33984
+ }
33985
+ .t160l1cm .tab-bar {
33986
+ flex-shrink: 0;
33987
+ display: flex;
33988
+ border-bottom: 1px solid rgba(172, 186, 211, 0.6);
33989
+ }
33990
+ .t160l1cm .tab-content {
33991
+ height: 100%;
33992
+ }
33993
+ .t160l1cm .tab-menu-item {
33994
+ margin-right: 2px;
33995
+ padding: 1px 12px;
33996
+ line-height: 24px;
33997
+ height: 24px;
33998
+ color: rgba(44, 56, 82, 0.6);
33999
+ border-radius: 4px 4px 0 0;
34000
+ cursor: pointer;
34001
+ transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
34002
+ }
34003
+ .t160l1cm .tab-menu-item:first-child {
34004
+ padding-left: 0;
34005
+ }
34006
+ .t160l1cm .tab-menu-item:first-child:hover, .t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
34007
+ padding-left: 12px;
34008
+ }
34009
+ .t160l1cm .tab-menu-item:hover {
34010
+ color: #0080ff;
34011
+ background: rgba(211, 218, 235, 0.6);
34012
+ }
34013
+ .t160l1cm .tab-menu-item:hover .expand-arrow path {
34014
+ fill: #0080ff;
34015
+ }
34016
+ .t160l1cm .tab-menu-item:active {
34017
+ background: rgba(192, 203, 224, 0.6);
34018
+ }
34019
+ .t160l1cm .tab-menu-item.ant-dropdown-open {
34020
+ color: #0080ff;
34021
+ background: rgba(211, 218, 235, 0.6);
34022
+ }
34023
+ .t160l1cm .tab-menu-item.ant-dropdown-open:active {
34024
+ background: rgba(192, 203, 224, 0.6);
34025
+ }
34026
+ .t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
34027
+ background: rgba(0, 128, 255, 0.16);
34028
+ }
34029
+ .t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
34030
+ fill: #0080ff;
34031
+ }
34032
+ .t160l1cm .tab-menu-item.tab-menu-item-selected {
34033
+ color: #0080ff;
34034
+ background: rgba(0, 128, 255, 0.1);
34035
+ }
34036
+ .t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
34037
+ background: rgba(0, 128, 255, 0.16);
34038
+ }
34039
+ .t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
34040
+ fill: #1d326c;
34041
+ }
34042
+ .t160l1cm .tab-menu-item .expand-arrow {
34043
+ margin-left: 8px;
34044
+ height: 22px;
34045
+ }
34046
+ .t160l1cm .tab-menu-item .expand-arrow path {
34047
+ fill: rgba(44, 56, 82, 0.6);
34048
+ }
34049
+ .t160l1cm .tab-menu-item-group {
34050
+ padding: 0;
34051
+ display: flex;
34052
+ align-items: center;
34053
+ overflow: hidden;
34054
+ }
34055
+ .t160l1cm .tab-menu-item-group .main-title {
34056
+ opacity: 0;
34057
+ max-width: 0;
34058
+ transition: max-width 320ms ease, opacity 240ms ease;
34059
+ }
34060
+ .t160l1cm .tab-menu-item-group .sub-title {
34061
+ padding: 1px 12px;
34062
+ position: relative;
34063
+ display: flex;
34064
+ }
34065
+ .t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
34066
+ opacity: 0;
34067
+ position: absolute;
34068
+ top: 50%;
34069
+ left: 0;
34070
+ transform: translate(-50%, -50%);
34071
+ transition: opacity 100ms linear;
34072
+ fill: rgba(0, 128, 255, 0.2);
34073
+ }
34074
+ .t160l1cm .tab-menu-item-group.tab-menu-item-selected {
34075
+ color: #0080ff;
34076
+ }
34077
+ .t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
34078
+ padding: 1px 12px;
34079
+ display: inline-block;
34080
+ opacity: 1;
34081
+ max-width: 160px;
34082
+ }
34083
+ .t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
34084
+ padding: 1px 12px;
34085
+ color: #005ed1;
33876
34086
  }
33877
- .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
33878
- content: "";
33879
- width: 0;
33880
- height: 0;
33881
- border: 13px solid transparent;
33882
- position: absolute;
33883
- top: 0;
33884
- border-left: 8px solid #fff;
33885
- left: 0;
34087
+ .t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
34088
+ opacity: 1;
33886
34089
  }
33887
- .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33888
- max-width: calc(100% - var(--item-min-width) * 2);
34090
+ .t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
34091
+ background: rgba(0, 128, 255, 0.16);
33889
34092
  }
33890
- .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33891
- background-color: rgba(0, 136, 255, 0.1);
34093
+ .t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
34094
+ opacity: 0;
33892
34095
  }
33893
- .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33894
- border-left-color: rgba(0, 136, 255, 0.1) !important;
34096
+ .t160l1cm .tab-menu-item-medium.tab-menu-item {
34097
+ padding: 4px 16px;
34098
+ height: 32px;
34099
+ border-radius: 6px 6px 0 0;
33895
34100
  }
33896
- .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33897
- cursor: pointer;
33898
- min-width: var(--item-min-width);
34101
+ .t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
34102
+ padding-left: 0;
33899
34103
  }
33900
- .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33901
- .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33902
- min-width: var(--item-min-width);
34104
+ .t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
34105
+ padding-left: 16px;
33903
34106
  }
33904
- .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33905
- .hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33906
- background-color: rgba(237, 241, 250, 0.6);
34107
+ .t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
34108
+ margin-left: 11px;
34109
+ height: 24px;
33907
34110
  }
33908
- .hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34111
+ .t160l1cm .tab-menu-item-medium.tab-menu-item-group {
33909
34112
  padding: 0;
33910
34113
  }
33911
-
33912
- .v4tv3mf .ant-steps.ant-steps-vertical {
33913
- width: 192px;
33914
- row-gap: 2px;
34114
+ .t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
34115
+ padding: 4px 16px;
33915
34116
  }
33916
- .v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33917
- background-color: rgba(225, 230, 241, 0.6);
34117
+ .t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
34118
+ padding: 4px 16px;
33918
34119
  }
33919
- .v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33920
- color: #00122e !important;
34120
+ .t160l1cm .tab-menu-item-light:hover, .t160l1cm .tab-menu-item-light:active {
34121
+ background: #fff;
33921
34122
  }
33922
- .v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
33923
- background-color: rgba(225, 230, 241, 0.6);
34123
+ .t160l1cm .tab-menu-item-light:active {
34124
+ color: #005ed1;
33924
34125
  }
33925
- .v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33926
- padding: 0 8px;
33927
- border-radius: 4px;
33928
- height: 32px;
33929
- display: flex;
33930
- align-items: center;
34126
+ .t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
34127
+ background: #fff;
34128
+ color: #1d326c;
33931
34129
  }
33932
- .v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33933
- min-height: auto;
33934
- white-space: nowrap;
34130
+ .t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
34131
+ color: rgba(45, 58, 86, 0.6);
33935
34132
  }
33936
- .v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33937
- font-size: 13px;
33938
- line-height: 20px;
33939
- max-width: 100%;
33940
- padding-right: 0;
34133
+ .t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
34134
+ color: #1d326c;
33941
34135
  }
33942
- .v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33943
- background: rgba(0, 128, 255, 0.1);
34136
+ .t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
34137
+ fill: #d8deeb;
33944
34138
  }
33945
-
33946
- .h6l1tj4 {
33947
- width: 100%;
33948
- display: inline-flex;
33949
- align-items: center;
33950
- justify-content: center;
33951
- column-gap: 4px;
34139
+ .t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
34140
+ fill: #1d326c;
33952
34141
  }
33953
- .h6l1tj4 .step-item-prefix-container {
33954
- display: inline-flex;
33955
- align-items: center;
33956
- width: 18px;
33957
- height: 18px;
33958
- color: rgba(44, 56, 82, 0.75);
33959
- justify-content: center;
34142
+ .t160l1cm .tab-content {
34143
+ flex: 1;
34144
+ display: flex;
34145
+ flex-direction: column;
34146
+ }
34147
+ .t160l1cm.is-overview .tab-content {
34148
+ overflow: visible;
33960
34149
  }
33961
34150
 
33962
- .v18frne8 {
33963
- width: 100%;
33964
- display: flex;
33965
- align-items: center;
33966
- justify-content: center;
33967
- column-gap: 6px;
34151
+ .t14npdqr {
34152
+ max-width: 240px;
34153
+ animation: none;
34154
+ }
34155
+ .t14npdqr.ant-dropdown .ant-dropdown-menu {
34156
+ border: 1px solid #0080ff;
34157
+ padding: 0;
34158
+ }
34159
+ .t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
34160
+ margin: 0;
34161
+ height: 32px;
34162
+ line-height: 32px;
33968
34163
  font-size: 13px;
34164
+ padding: 0 10px;
34165
+ display: block;
34166
+ overflow: hidden;
34167
+ text-overflow: ellipsis;
34168
+ white-space: nowrap;
33969
34169
  }
33970
- .v18frne8 .step-item-prefix-container {
33971
- display: inline-flex;
33972
- align-items: center;
33973
- min-width: 20px;
33974
- min-height: 20px;
33975
- color: rgba(44, 56, 82, 0.75);
33976
- justify-content: center;
34170
+ .t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
34171
+ content: " ";
34172
+ height: 1px;
34173
+ width: calc(100% + 10px);
34174
+ background: rgba(172, 186, 211, 0.6);
34175
+ display: block;
34176
+ }
34177
+ .t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
34178
+ color: #0080ff;
34179
+ background: transparent;
33977
34180
  }
33978
34181
 
33979
34182
  .suhck3k {
@@ -34005,6 +34208,49 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34005
34208
  margin-right: 6px;
34006
34209
  }
34007
34210
 
34211
+ .tzppjip {
34212
+ min-width: 0;
34213
+ flex: 1;
34214
+ }
34215
+ .tzppjip .tag {
34216
+ flex: 0 0 auto;
34217
+ }
34218
+ .tzppjip .progress-title {
34219
+ flex: 2;
34220
+ max-width: fit-content;
34221
+ }
34222
+ .tzppjip .progress-desc {
34223
+ flex: 1;
34224
+ max-width: fit-content;
34225
+ }
34226
+
34227
+ .a112ykcc {
34228
+ display: flex;
34229
+ align-items: center;
34230
+ column-gap: var(--a112ykcc-0);
34231
+ }
34232
+
34233
+ .b14q2gmw {
34234
+ 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);
34235
+ }
34236
+
34237
+ .c1eym6el {
34238
+ border-radius: 8px;
34239
+ background-color: white;
34240
+ }
34241
+ .c1eym6el.hoverable {
34242
+ cursor: pointer;
34243
+ }
34244
+ .c1eym6el.hoverable:hover {
34245
+ transition: all 200ms ease;
34246
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34247
+ transform: translateY(-4px);
34248
+ }
34249
+
34250
+ .c1yd35n {
34251
+ padding: 0 12px 14px 12px;
34252
+ }
34253
+
34008
34254
  .ckui4s7 {
34009
34255
  color: #2d3a56;
34010
34256
  line-height: 22px;
@@ -34069,28 +34315,6 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34069
34315
  margin-left: 24px;
34070
34316
  }
34071
34317
 
34072
- .tzppjip {
34073
- min-width: 0;
34074
- flex: 1;
34075
- }
34076
- .tzppjip .tag {
34077
- flex: 0 0 auto;
34078
- }
34079
- .tzppjip .progress-title {
34080
- flex: 2;
34081
- max-width: fit-content;
34082
- }
34083
- .tzppjip .progress-desc {
34084
- flex: 1;
34085
- max-width: fit-content;
34086
- }
34087
-
34088
- .a112ykcc {
34089
- display: flex;
34090
- align-items: center;
34091
- column-gap: var(--a112ykcc-0);
34092
- }
34093
-
34094
34318
  .c1kghdax {
34095
34319
  color: #2d3a56;
34096
34320
  padding: 7px 12px;
@@ -34131,34 +34355,47 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34131
34355
  margin-right: 2px;
34132
34356
  }
34133
34357
 
34134
- .c1yd35n {
34135
- padding: 0 12px 14px 12px;
34358
+ .w7ob4th.outside-tag {
34359
+ padding-left: 0;
34360
+ }
34361
+ .w7ob4th.outside-tag .inside-tag {
34362
+ border-radius: 4px 0 0 4px;
34363
+ padding-right: 4px;
34364
+ margin-right: 4px;
34136
34365
  }
34137
34366
 
34138
- .b14q2gmw {
34139
- 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);
34367
+ .i1g85yz3 {
34368
+ margin-right: 4px;
34369
+ height: 16px;
34140
34370
  }
34141
34371
 
34142
- .c1eym6el {
34143
- border-radius: 8px;
34144
- background-color: white;
34372
+ .slr2ynn {
34373
+ padding: 0 8px;
34374
+ height: 18px;
34145
34375
  }
34146
- .c1eym6el.hoverable {
34147
- cursor: pointer;
34376
+
34377
+ .m140wbb6 {
34378
+ padding: 2px 8px;
34379
+ height: 24px;
34148
34380
  }
34149
- .c1eym6el.hoverable:hover {
34150
- transition: all 200ms ease;
34151
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34152
- transform: translateY(-4px);
34381
+
34382
+ .t1fozc1i {
34383
+ margin: 0;
34153
34384
  }
34154
34385
 
34155
- .w7ob4th.outside-tag {
34156
- padding-left: 0;
34157
- }
34158
- .w7ob4th.outside-tag .inside-tag {
34159
- border-radius: 4px 0 0 4px;
34160
- padding-right: 4px;
34386
+ .i1vxv4ln {
34161
34387
  margin-right: 4px;
34388
+ height: 16px;
34389
+ }
34390
+
34391
+ .n1afl31m.ant-tag.ant-tag-gray {
34392
+ font-weight: 700;
34393
+ color: #00122e;
34394
+ background-color: rgba(237, 241, 250, 0.6);
34395
+ border: 1px solid rgba(211, 218, 235, 0.6);
34396
+ word-break: break-all;
34397
+ display: inline;
34398
+ white-space: normal;
34162
34399
  }
34163
34400
 
34164
34401
  .t1dtlqs1 {
@@ -34354,243 +34591,6 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34354
34591
  margin-right: 8px;
34355
34592
  }
34356
34593
 
34357
- .t160l1cm {
34358
- display: flex;
34359
- flex-direction: column;
34360
- flex: 1;
34361
- /* FIXME:(yanzhen) do this better */
34362
- }
34363
- .t160l1cm .tab-bar {
34364
- flex-shrink: 0;
34365
- display: flex;
34366
- border-bottom: 1px solid rgba(172, 186, 211, 0.6);
34367
- }
34368
- .t160l1cm .tab-content {
34369
- height: 100%;
34370
- }
34371
- .t160l1cm .tab-menu-item {
34372
- margin-right: 2px;
34373
- padding: 1px 12px;
34374
- line-height: 24px;
34375
- height: 24px;
34376
- color: rgba(44, 56, 82, 0.6);
34377
- border-radius: 4px 4px 0 0;
34378
- cursor: pointer;
34379
- transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
34380
- }
34381
- .t160l1cm .tab-menu-item:first-child {
34382
- padding-left: 0;
34383
- }
34384
- .t160l1cm .tab-menu-item:first-child:hover, .t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
34385
- padding-left: 12px;
34386
- }
34387
- .t160l1cm .tab-menu-item:hover {
34388
- color: #0080ff;
34389
- background: rgba(211, 218, 235, 0.6);
34390
- }
34391
- .t160l1cm .tab-menu-item:hover .expand-arrow path {
34392
- fill: #0080ff;
34393
- }
34394
- .t160l1cm .tab-menu-item:active {
34395
- background: rgba(192, 203, 224, 0.6);
34396
- }
34397
- .t160l1cm .tab-menu-item.ant-dropdown-open {
34398
- color: #0080ff;
34399
- background: rgba(211, 218, 235, 0.6);
34400
- }
34401
- .t160l1cm .tab-menu-item.ant-dropdown-open:active {
34402
- background: rgba(192, 203, 224, 0.6);
34403
- }
34404
- .t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
34405
- background: rgba(0, 128, 255, 0.16);
34406
- }
34407
- .t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
34408
- fill: #0080ff;
34409
- }
34410
- .t160l1cm .tab-menu-item.tab-menu-item-selected {
34411
- color: #0080ff;
34412
- background: rgba(0, 128, 255, 0.1);
34413
- }
34414
- .t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
34415
- background: rgba(0, 128, 255, 0.16);
34416
- }
34417
- .t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
34418
- fill: #1d326c;
34419
- }
34420
- .t160l1cm .tab-menu-item .expand-arrow {
34421
- margin-left: 8px;
34422
- height: 22px;
34423
- }
34424
- .t160l1cm .tab-menu-item .expand-arrow path {
34425
- fill: rgba(44, 56, 82, 0.6);
34426
- }
34427
- .t160l1cm .tab-menu-item-group {
34428
- padding: 0;
34429
- display: flex;
34430
- align-items: center;
34431
- overflow: hidden;
34432
- }
34433
- .t160l1cm .tab-menu-item-group .main-title {
34434
- opacity: 0;
34435
- max-width: 0;
34436
- transition: max-width 320ms ease, opacity 240ms ease;
34437
- }
34438
- .t160l1cm .tab-menu-item-group .sub-title {
34439
- padding: 1px 12px;
34440
- position: relative;
34441
- display: flex;
34442
- }
34443
- .t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
34444
- opacity: 0;
34445
- position: absolute;
34446
- top: 50%;
34447
- left: 0;
34448
- transform: translate(-50%, -50%);
34449
- transition: opacity 100ms linear;
34450
- fill: rgba(0, 128, 255, 0.2);
34451
- }
34452
- .t160l1cm .tab-menu-item-group.tab-menu-item-selected {
34453
- color: #0080ff;
34454
- }
34455
- .t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
34456
- padding: 1px 12px;
34457
- display: inline-block;
34458
- opacity: 1;
34459
- max-width: 160px;
34460
- }
34461
- .t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
34462
- padding: 1px 12px;
34463
- color: #005ed1;
34464
- }
34465
- .t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
34466
- opacity: 1;
34467
- }
34468
- .t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
34469
- background: rgba(0, 128, 255, 0.16);
34470
- }
34471
- .t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
34472
- opacity: 0;
34473
- }
34474
- .t160l1cm .tab-menu-item-medium.tab-menu-item {
34475
- padding: 4px 16px;
34476
- height: 32px;
34477
- border-radius: 6px 6px 0 0;
34478
- }
34479
- .t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
34480
- padding-left: 0;
34481
- }
34482
- .t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
34483
- padding-left: 16px;
34484
- }
34485
- .t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
34486
- margin-left: 11px;
34487
- height: 24px;
34488
- }
34489
- .t160l1cm .tab-menu-item-medium.tab-menu-item-group {
34490
- padding: 0;
34491
- }
34492
- .t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
34493
- padding: 4px 16px;
34494
- }
34495
- .t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
34496
- padding: 4px 16px;
34497
- }
34498
- .t160l1cm .tab-menu-item-light:hover, .t160l1cm .tab-menu-item-light:active {
34499
- background: #fff;
34500
- }
34501
- .t160l1cm .tab-menu-item-light:active {
34502
- color: #005ed1;
34503
- }
34504
- .t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
34505
- background: #fff;
34506
- color: #1d326c;
34507
- }
34508
- .t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
34509
- color: rgba(45, 58, 86, 0.6);
34510
- }
34511
- .t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
34512
- color: #1d326c;
34513
- }
34514
- .t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
34515
- fill: #d8deeb;
34516
- }
34517
- .t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
34518
- fill: #1d326c;
34519
- }
34520
- .t160l1cm .tab-content {
34521
- flex: 1;
34522
- display: flex;
34523
- flex-direction: column;
34524
- }
34525
- .t160l1cm.is-overview .tab-content {
34526
- overflow: visible;
34527
- }
34528
-
34529
- .t14npdqr {
34530
- max-width: 240px;
34531
- animation: none;
34532
- }
34533
- .t14npdqr.ant-dropdown .ant-dropdown-menu {
34534
- border: 1px solid #0080ff;
34535
- padding: 0;
34536
- }
34537
- .t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
34538
- margin: 0;
34539
- height: 32px;
34540
- line-height: 32px;
34541
- font-size: 13px;
34542
- padding: 0 10px;
34543
- display: block;
34544
- overflow: hidden;
34545
- text-overflow: ellipsis;
34546
- white-space: nowrap;
34547
- }
34548
- .t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
34549
- content: " ";
34550
- height: 1px;
34551
- width: calc(100% + 10px);
34552
- background: rgba(172, 186, 211, 0.6);
34553
- display: block;
34554
- }
34555
- .t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
34556
- color: #0080ff;
34557
- background: transparent;
34558
- }
34559
-
34560
- .i1g85yz3 {
34561
- margin-right: 4px;
34562
- height: 16px;
34563
- }
34564
-
34565
- .slr2ynn {
34566
- padding: 0 8px;
34567
- height: 18px;
34568
- }
34569
-
34570
- .m140wbb6 {
34571
- padding: 2px 8px;
34572
- height: 24px;
34573
- }
34574
-
34575
- .t1fozc1i {
34576
- margin: 0;
34577
- }
34578
-
34579
- .i1vxv4ln {
34580
- margin-right: 4px;
34581
- height: 16px;
34582
- }
34583
-
34584
- .n1afl31m.ant-tag.ant-tag-gray {
34585
- font-weight: 700;
34586
- color: #00122e;
34587
- background-color: rgba(237, 241, 250, 0.6);
34588
- border: 1px solid rgba(211, 218, 235, 0.6);
34589
- word-break: break-all;
34590
- display: inline;
34591
- white-space: normal;
34592
- }
34593
-
34594
34594
  .f7pxqmh {
34595
34595
  width: 100%;
34596
34596
  margin-bottom: 0 !important;