@cloudtower/eagle 0.32.30 → 0.32.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -29672,6 +29672,42 @@ html body {
29672
29672
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29673
29673
  }
29674
29674
  }
29675
+ .E_berrcjl {
29676
+ color: rgba(10, 37, 85, 0.6);
29677
+ margin-bottom: 4px;
29678
+ }
29679
+ .E_berrcjl .breadcrumb-link {
29680
+ color: rgba(10, 37, 85, 0.6);
29681
+ cursor: pointer;
29682
+ transition: color 160ms ease;
29683
+ }
29684
+ .E_berrcjl .breadcrumb-link:hover {
29685
+ color: #0080ff;
29686
+ }
29687
+ .E_berrcjl .breadcrumb-link:active {
29688
+ color: #005ed1;
29689
+ }
29690
+
29691
+ .E_c18gxmrl {
29692
+ border: 1px solid #d8deeb;
29693
+ border-radius: 4px;
29694
+ }
29695
+ .E_c18gxmrl + .E_c18gxmrl {
29696
+ margin-top: 8px;
29697
+ }
29698
+ .E_c18gxmrl:hover {
29699
+ border-color: #0080ff;
29700
+ }
29701
+ .E_c18gxmrl:hover > header {
29702
+ background: rgba(0, 128, 255, 0.1);
29703
+ }
29704
+ .E_c18gxmrl.active header {
29705
+ border-bottom: 1px solid #d8deeb;
29706
+ }
29707
+ .E_c18gxmrl > header {
29708
+ padding: 8px 12px;
29709
+ }
29710
+
29675
29711
  .E_m74vjol {
29676
29712
  display: flex;
29677
29713
  justify-content: space-between;
@@ -29692,22 +29728,6 @@ html body {
29692
29728
  flex: 1;
29693
29729
  }
29694
29730
 
29695
- .E_berrcjl {
29696
- color: rgba(10, 37, 85, 0.6);
29697
- margin-bottom: 4px;
29698
- }
29699
- .E_berrcjl .breadcrumb-link {
29700
- color: rgba(10, 37, 85, 0.6);
29701
- cursor: pointer;
29702
- transition: color 160ms ease;
29703
- }
29704
- .E_berrcjl .breadcrumb-link:hover {
29705
- color: #0080ff;
29706
- }
29707
- .E_berrcjl .breadcrumb-link:active {
29708
- color: #005ed1;
29709
- }
29710
-
29711
29731
  .E_b1nip9bk {
29712
29732
  padding: 4px 11px;
29713
29733
  }
@@ -29737,26 +29757,6 @@ html body {
29737
29757
  border-radius: unset;
29738
29758
  }
29739
29759
 
29740
- .E_c18gxmrl {
29741
- border: 1px solid #d8deeb;
29742
- border-radius: 4px;
29743
- }
29744
- .E_c18gxmrl + .E_c18gxmrl {
29745
- margin-top: 8px;
29746
- }
29747
- .E_c18gxmrl:hover {
29748
- border-color: #0080ff;
29749
- }
29750
- .E_c18gxmrl:hover > header {
29751
- background: rgba(0, 128, 255, 0.1);
29752
- }
29753
- .E_c18gxmrl.active header {
29754
- border-bottom: 1px solid #d8deeb;
29755
- }
29756
- .E_c18gxmrl > header {
29757
- padding: 8px 12px;
29758
- }
29759
-
29760
29760
  .E_b1wx3t3t.ant-btn-icon-only {
29761
29761
  justify-content: center;
29762
29762
  }
@@ -30024,26 +30024,61 @@ button.E_n7k2c6r {
30024
30024
  border-top: 1px solid rgba(211, 218, 235, 0.6);
30025
30025
  }
30026
30026
 
30027
- .E_ccrbeuz .ant-collapse-item {
30028
- border: 0px;
30029
- background-color: #fff;
30027
+ .E_phljevk {
30028
+ display: flex;
30029
+ justify-content: space-between;
30030
+ align-items: center;
30031
+ padding: 10px 0;
30032
+ color: rgba(44, 56, 82, 0.6);
30033
+ font-size: 12px;
30034
+ line-height: 24px;
30030
30035
  }
30031
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30032
- padding-top: 0px;
30033
- padding-bottom: 0px;
30034
- padding-left: 0px !important;
30035
- padding-right: 24px;
30036
+ .E_phljevk .pagination-left {
30037
+ padding: 2px 8px;
30036
30038
  }
30037
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30038
- right: 0px;
30039
+ .E_phljevk .dropdown-trigger {
30040
+ display: flex;
30041
+ align-items: center;
30042
+ border-radius: 6px;
30043
+ cursor: pointer;
30044
+ transition: all 0.3s ease;
30039
30045
  }
30040
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30041
- padding: 0px;
30046
+ .E_phljevk .dropdown-trigger:hover {
30047
+ background: rgba(211, 218, 235, 0.6);
30048
+ color: #0080ff;
30049
+ }
30050
+ .E_phljevk .dropdown-trigger .icon-inner {
30051
+ margin-left: 4px;
30052
+ }
30053
+ .E_phljevk .pagination-right {
30054
+ display: flex;
30055
+ align-items: center;
30056
+ color: #0080ff;
30057
+ font-weight: bold;
30058
+ }
30059
+ .E_phljevk .pagination-right .icon-inner {
30060
+ margin-left: 4px;
30061
+ }
30062
+ .E_phljevk .pagination-right .prev-btn,
30063
+ .E_phljevk .pagination-right .next-btn {
30064
+ padding: 0 8px;
30065
+ }
30066
+ .E_phljevk .pagination-right .prev-btn > span,
30067
+ .E_phljevk .pagination-right .next-btn > span {
30068
+ color: #0080ff;
30069
+ }
30070
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30071
+ transform: rotate(180deg);
30042
30072
  }
30043
30073
 
30044
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30045
- padding-right: 0px;
30046
- cursor: default;
30074
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30075
+ max-height: calc(100vh - 128px);
30076
+ overflow-y: auto;
30077
+ }
30078
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30079
+ padding: 4px 20px;
30080
+ font-size: 12px;
30081
+ line-height: 18px;
30047
30082
  }
30048
30083
 
30049
30084
  .E_itxley7.ant-input-group.ant-input-group-compact {
@@ -30058,13 +30093,6 @@ button.E_n7k2c6r {
30058
30093
  border-top-right-radius: 5px;
30059
30094
  }
30060
30095
 
30061
- .E_c1yyuluq {
30062
- border-radius: 8px;
30063
- }
30064
- .E_c1yyuluq .ant-card-body {
30065
- padding: 20px 24px 24px 24px;
30066
- }
30067
-
30068
30096
  .E_c1uzzomf {
30069
30097
  margin-bottom: 16px;
30070
30098
  }
@@ -30087,10 +30115,39 @@ button.E_n7k2c6r {
30087
30115
  text-align: center;
30088
30116
  }
30089
30117
 
30118
+ .E_c1yyuluq {
30119
+ border-radius: 8px;
30120
+ }
30121
+ .E_c1yyuluq .ant-card-body {
30122
+ padding: 20px 24px 24px 24px;
30123
+ }
30124
+
30090
30125
  .E_sx1bpnu .ant-input-sm {
30091
30126
  line-height: 18px;
30092
30127
  }
30093
30128
 
30129
+ .E_ccrbeuz .ant-collapse-item {
30130
+ border: 0px;
30131
+ background-color: #fff;
30132
+ }
30133
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30134
+ padding-top: 0px;
30135
+ padding-bottom: 0px;
30136
+ padding-left: 0px !important;
30137
+ padding-right: 24px;
30138
+ }
30139
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30140
+ right: 0px;
30141
+ }
30142
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30143
+ padding: 0px;
30144
+ }
30145
+
30146
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30147
+ padding-right: 0px;
30148
+ cursor: default;
30149
+ }
30150
+
30094
30151
  .E_d1bw7c5z {
30095
30152
  position: relative;
30096
30153
  max-width: 388px;
@@ -30174,65 +30231,230 @@ button.E_n7k2c6r {
30174
30231
  width: 102px;
30175
30232
  }
30176
30233
 
30177
- .E_phljevk {
30178
- display: flex;
30179
- justify-content: space-between;
30180
- align-items: center;
30181
- padding: 10px 0;
30182
- color: rgba(44, 56, 82, 0.6);
30183
- font-size: 12px;
30184
- line-height: 24px;
30234
+ .E_rapgekc.ant-radio-wrapper {
30235
+ display: inline-flex;
30236
+ align-items: baseline;
30237
+ white-space: pre-wrap;
30185
30238
  }
30186
- .E_phljevk .pagination-left {
30187
- padding: 2px 8px;
30239
+ .E_rapgekc.ant-radio-wrapper .ant-radio {
30240
+ position: relative;
30241
+ top: 3px;
30188
30242
  }
30189
- .E_phljevk .dropdown-trigger {
30190
- display: flex;
30191
- align-items: center;
30192
- border-radius: 6px;
30193
- cursor: pointer;
30194
- transition: all 0.3s ease;
30243
+ .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30244
+ border-color: rgba(107, 128, 167, 0.6);
30195
30245
  }
30196
- .E_phljevk .dropdown-trigger:hover {
30197
- background: rgba(211, 218, 235, 0.6);
30198
- color: #0080ff;
30246
+ .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30247
+ border-color: #0080ff;
30199
30248
  }
30200
- .E_phljevk .dropdown-trigger .icon-inner {
30201
- margin-left: 4px;
30249
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30250
+ border-color: #0080ff;
30251
+ background: #0080ff;
30202
30252
  }
30203
- .E_phljevk .pagination-right {
30204
- display: flex;
30205
- align-items: center;
30206
- color: #0080ff;
30207
- font-weight: bold;
30253
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30254
+ top: 4px;
30255
+ left: 4px;
30256
+ width: 6px;
30257
+ height: 6px;
30258
+ background: #fff;
30208
30259
  }
30209
- .E_phljevk .pagination-right .icon-inner {
30210
- margin-left: 4px;
30260
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30261
+ opacity: 0.5;
30211
30262
  }
30212
- .E_phljevk .pagination-right .prev-btn,
30213
- .E_phljevk .pagination-right .next-btn {
30214
- padding: 0 8px;
30263
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30264
+ border-color: rgba(107, 128, 167, 0.6);
30265
+ background: rgba(211, 218, 235, 0.6);
30215
30266
  }
30216
- .E_phljevk .pagination-right .prev-btn > span,
30217
- .E_phljevk .pagination-right .next-btn > span {
30218
- color: #0080ff;
30267
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30268
+ background: #00122e;
30219
30269
  }
30220
- .E_phljevk .pagination-right .next-btn .icon-inner {
30221
- transform: rotate(180deg);
30270
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30271
+ color: #00122e;
30272
+ opacity: 0.5;
30222
30273
  }
30223
-
30224
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30225
- max-height: calc(100vh - 128px);
30226
- overflow-y: auto;
30274
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30275
+ color: #00122e;
30227
30276
  }
30228
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30229
- padding: 4px 20px;
30230
- font-size: 12px;
30231
- line-height: 18px;
30277
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30278
+ display: inline-block;
30279
+ padding: 0;
30280
+ padding-left: 10px;
30232
30281
  }
30233
-
30234
- .E_s1dni7lo {
30235
- width: 430px !important;
30282
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30283
+ margin-bottom: 0;
30284
+ white-space: pre-wrap;
30285
+ color: rgba(44, 56, 82, 0.6);
30286
+ }
30287
+ .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30288
+ padding-left: 8px;
30289
+ }
30290
+
30291
+ .E_rp906go .ant-radio-button-wrapper:first-child {
30292
+ border-radius: 5px 0 0 5px;
30293
+ }
30294
+ .E_rp906go .ant-radio-button-wrapper:last-child {
30295
+ border-radius: 0 5px 5px 0;
30296
+ }
30297
+
30298
+ .E_rcc63c8 {
30299
+ color: #00122e;
30300
+ border-color: #ccd4e3;
30301
+ }
30302
+ .E_rcc63c8:first-child {
30303
+ border-color: #a3b4cc;
30304
+ }
30305
+ .E_rcc63c8.ant-radio-button-wrapper {
30306
+ padding: 0 12px;
30307
+ line-height: 32px;
30308
+ height: 32px;
30309
+ }
30310
+ .E_rcc63c8.ant-radio-button-wrapper > span + span {
30311
+ white-space: nowrap;
30312
+ }
30313
+ .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
30314
+ height: 22px;
30315
+ padding: 0 7px;
30316
+ line-height: 20px;
30317
+ }
30318
+ .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
30319
+ background: #ccd4e3;
30320
+ }
30321
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
30322
+ background: #0080ff;
30323
+ }
30324
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30325
+ background: #ccd4e3;
30326
+ opacity: 0.5;
30327
+ }
30328
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30329
+ border-right-color: #0080ff;
30330
+ }
30331
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30332
+ border-color: #0080ff;
30333
+ }
30334
+ .E_rcc63c8.ant-radio-button-wrapper-checked {
30335
+ background: rgba(0, 136, 255, 0.1);
30336
+ }
30337
+ .E_rcc63c8.ant-radio-button-wrapper-disabled {
30338
+ background: rgba(211, 218, 235, 0.6);
30339
+ border-color: #ccd4e3;
30340
+ opacity: 0.5;
30341
+ }
30342
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
30343
+ color: #00122e;
30344
+ border-color: #ccd4e3;
30345
+ }
30346
+ .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30347
+ color: #00122e;
30348
+ border-color: #ccd4e3;
30349
+ background: rgba(172, 186, 211, 0.6);
30350
+ }
30351
+ .E_rcc63c8 .ant-radio-button-input {
30352
+ margin-right: 8px;
30353
+ display: inline;
30354
+ border: none;
30355
+ padding: 0;
30356
+ width: 36px;
30357
+ background: transparent;
30358
+ }
30359
+ .E_rcc63c8 .ant-radio-button-input:focus {
30360
+ box-shadow: none;
30361
+ }
30362
+ .E_rcc63c8 .ant-radio-button-input.ant-input-number {
30363
+ margin-right: 0;
30364
+ width: initial;
30365
+ box-shadow: none;
30366
+ }
30367
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
30368
+ display: none;
30369
+ }
30370
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
30371
+ display: inline;
30372
+ }
30373
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
30374
+ display: inline;
30375
+ margin-right: 8px;
30376
+ padding: 0;
30377
+ width: 36px;
30378
+ }
30379
+
30380
+ .E_ivqqkzv {
30381
+ height: 24px;
30382
+ width: 56px !important;
30383
+ margin-right: 4px;
30384
+ }
30385
+
30386
+ .E_c1wk4q29 {
30387
+ color: rgba(44, 56, 82, 0.6);
30388
+ }
30389
+
30390
+ .E_i11gg7mj .ant-input-prefix {
30391
+ margin-right: 8px;
30392
+ }
30393
+ .E_i11gg7mj .ant-input-suffix {
30394
+ margin-left: 8px;
30395
+ }
30396
+
30397
+ .E_cc368xp {
30398
+ color: #00122e;
30399
+ border-right: 1px solid rgba(172, 186, 211, 0.6);
30400
+ margin-right: 8px;
30401
+ padding-right: 8px;
30402
+ }
30403
+
30404
+ .E_i11o6xqj {
30405
+ display: flex;
30406
+ gap: 4px;
30407
+ }
30408
+ .E_i11o6xqj .icon-wrapper {
30409
+ cursor: pointer;
30410
+ }
30411
+
30412
+ .E_d19ruhdj.icon-wrapper {
30413
+ cursor: not-allowed;
30414
+ }
30415
+
30416
+ .E_c1bus5hc {
30417
+ --color: white;
30418
+ height: 14px;
30419
+ width: 14px;
30420
+ border-radius: 50%;
30421
+ flex-shrink: 0;
30422
+ display: flex;
30423
+ align-items: center;
30424
+ justify-content: center;
30425
+ border: 1px solid var(--color);
30426
+ }
30427
+ .E_c1bus5hc .circle-inner {
30428
+ position: relative;
30429
+ height: 10px;
30430
+ width: 10px;
30431
+ border-radius: 50%;
30432
+ overflow: hidden;
30433
+ }
30434
+ .E_c1bus5hc .circle-content {
30435
+ position: absolute;
30436
+ height: 100%;
30437
+ width: 100%;
30438
+ left: 0;
30439
+ top: 0;
30440
+ border-radius: 50%;
30441
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
30442
+ transform: rotate(180deg);
30443
+ }
30444
+ .E_c1bus5hc .circle-child {
30445
+ position: absolute;
30446
+ height: 100%;
30447
+ width: 100%;
30448
+ left: 0;
30449
+ top: 0;
30450
+ margin-left: 50%;
30451
+ transform-origin: left;
30452
+ background: white;
30453
+ transform: rotate(0deg);
30454
+ }
30455
+
30456
+ .E_s1dni7lo {
30457
+ width: 430px !important;
30236
30458
  }
30237
30459
 
30238
30460
  .E_d1wwmmm5 .ant-select-item-group {
@@ -30312,356 +30534,225 @@ button.E_n7k2c6r {
30312
30534
  opacity: 0;
30313
30535
  }
30314
30536
 
30315
- .E_s1dizucg.ant-switch {
30316
- min-width: 40px;
30317
- height: 24px;
30318
- background: rgba(172, 186, 211, 0.6);
30319
- overflow: hidden;
30537
+ .E_tju3gfj .date {
30538
+ margin-right: 4px;
30320
30539
  }
30321
- .E_s1dizucg.ant-switch:focus {
30322
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30540
+
30541
+ .E_s1sck0th {
30542
+ padding: 0 8px;
30543
+ border-radius: 4px;
30323
30544
  }
30324
- .E_s1dizucg.ant-switch-small {
30325
- min-width: 26px;
30326
- height: 16px;
30545
+
30546
+ .E_m855nr1 {
30547
+ padding: 2px 8px;
30548
+ border-radius: 3px;
30327
30549
  }
30328
- .E_s1dizucg.ant-switch-large {
30329
- min-width: 52px;
30330
- height: 32px;
30550
+
30551
+ .E_l1270xpg {
30552
+ padding: 3px 8px;
30553
+ border-radius: 2px;
30331
30554
  }
30332
- .E_s1dizucg.ant-switch .ant-switch-handle {
30333
- height: 20px;
30334
- width: 20px;
30555
+
30556
+ .E_t14rextb.ant-tag:hover {
30557
+ opacity: unset;
30335
30558
  }
30336
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
30337
- border-radius: 10px;
30338
- transition-delay: 120ms;
30559
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
30560
+ margin: 0;
30561
+ margin-right: 8px;
30562
+ display: inline-flex;
30563
+ align-items: center;
30564
+ border: none;
30339
30565
  }
30340
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
30341
- height: 14px;
30342
- width: 14px;
30343
- top: 1px;
30344
- left: 1px;
30566
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
30567
+ width: 16px;
30568
+ height: 16px;
30569
+ color: inherit;
30570
+ margin-left: 4px;
30571
+ opacity: 0.6;
30572
+ display: inline-flex;
30345
30573
  }
30346
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
30347
- height: 28px;
30348
- width: 28px;
30574
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
30575
+ opacity: 1;
30349
30576
  }
30350
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30351
- border-radius: 14px;
30577
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
30578
+ color: #0080ff;
30579
+ background-color: rgba(0, 136, 255, 0.1);
30352
30580
  }
30353
- .E_s1dizucg.ant-switch-checked {
30354
- background-color: #00ba5d;
30581
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
30582
+ color: #f0483e;
30583
+ background-color: rgba(255, 74, 74, 0.1);
30355
30584
  }
30356
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30357
- left: calc(100% - 20px - 2px);
30585
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
30586
+ color: #e07f00;
30587
+ background-color: rgba(255, 187, 0, 0.1);
30358
30588
  }
30359
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30360
- left: calc(100% - 14px - 1px);
30589
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
30590
+ color: #008f4c;
30591
+ background-color: rgba(30, 201, 127, 0.1);
30361
30592
  }
30362
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30363
- left: calc(100% - 28px - 2px);
30593
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
30594
+ color: #1d326c;
30595
+ background-color: rgba(225, 230, 241, 0.6);
30364
30596
  }
30365
-
30366
- .E_c1up6e3y {
30367
- margin-left: 5px;
30597
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
30598
+ color: #7E41FF;
30599
+ background-color: rgba(126, 65, 255, 0.1);
30368
30600
  }
30369
-
30370
- .E_tju3gfj .date {
30371
- margin-right: 4px;
30601
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
30602
+ color: #fff;
30372
30603
  }
30373
-
30374
- .E_ivqqkzv {
30375
- height: 24px;
30376
- width: 56px !important;
30377
- margin-right: 4px;
30604
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
30605
+ background-color: #f0483e;
30378
30606
  }
30379
-
30380
- .E_c1wk4q29 {
30381
- color: rgba(44, 56, 82, 0.6);
30607
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
30608
+ background-color: #fea008;
30382
30609
  }
30383
-
30384
- .E_c1bus5hc {
30385
- --color: white;
30386
- height: 14px;
30387
- width: 14px;
30388
- border-radius: 50%;
30389
- flex-shrink: 0;
30390
- display: flex;
30391
- align-items: center;
30392
- justify-content: center;
30393
- border: 1px solid var(--color);
30610
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
30611
+ background-color: #00ba5d;
30394
30612
  }
30395
- .E_c1bus5hc .circle-inner {
30396
- position: relative;
30397
- height: 10px;
30398
- width: 10px;
30399
- border-radius: 50%;
30400
- overflow: hidden;
30613
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
30614
+ background-color: #0080ff;
30401
30615
  }
30402
- .E_c1bus5hc .circle-content {
30403
- position: absolute;
30404
- height: 100%;
30405
- width: 100%;
30406
- left: 0;
30407
- top: 0;
30408
- border-radius: 50%;
30409
- background: linear-gradient(to right, var(--color) 50%, white 50%);
30410
- transform: rotate(180deg);
30616
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
30617
+ background-color: #6b7d99;
30411
30618
  }
30412
- .E_c1bus5hc .circle-child {
30413
- position: absolute;
30414
- height: 100%;
30415
- width: 100%;
30416
- left: 0;
30417
- top: 0;
30418
- margin-left: 50%;
30419
- transform-origin: left;
30420
- background: white;
30421
- transform: rotate(0deg);
30619
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
30620
+ background-color: #7E41FF;
30422
30621
  }
30423
30622
 
30424
- .E_i11gg7mj .ant-input-prefix {
30425
- margin-right: 8px;
30623
+ .E_s1dizucg.ant-switch {
30624
+ min-width: 40px;
30625
+ height: 24px;
30626
+ background: rgba(172, 186, 211, 0.6);
30627
+ overflow: hidden;
30426
30628
  }
30427
- .E_i11gg7mj .ant-input-suffix {
30428
- margin-left: 8px;
30629
+ .E_s1dizucg.ant-switch:focus {
30630
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30429
30631
  }
30430
-
30431
- .E_cc368xp {
30432
- color: #00122e;
30433
- border-right: 1px solid rgba(172, 186, 211, 0.6);
30434
- margin-right: 8px;
30435
- padding-right: 8px;
30632
+ .E_s1dizucg.ant-switch-small {
30633
+ min-width: 26px;
30634
+ height: 16px;
30436
30635
  }
30437
-
30438
- .E_i11o6xqj {
30439
- display: flex;
30440
- gap: 4px;
30636
+ .E_s1dizucg.ant-switch-large {
30637
+ min-width: 52px;
30638
+ height: 32px;
30441
30639
  }
30442
- .E_i11o6xqj .icon-wrapper {
30443
- cursor: pointer;
30640
+ .E_s1dizucg.ant-switch .ant-switch-handle {
30641
+ height: 20px;
30642
+ width: 20px;
30444
30643
  }
30445
-
30446
- .E_d19ruhdj.icon-wrapper {
30447
- cursor: not-allowed;
30644
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
30645
+ border-radius: 10px;
30646
+ transition-delay: 120ms;
30448
30647
  }
30449
-
30450
- .E_rapgekc.ant-radio-wrapper {
30451
- display: inline-flex;
30452
- align-items: baseline;
30453
- white-space: pre-wrap;
30648
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
30649
+ height: 14px;
30650
+ width: 14px;
30651
+ top: 1px;
30652
+ left: 1px;
30454
30653
  }
30455
- .E_rapgekc.ant-radio-wrapper .ant-radio {
30456
- position: relative;
30457
- top: 3px;
30654
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
30655
+ height: 28px;
30656
+ width: 28px;
30458
30657
  }
30459
- .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30460
- border-color: rgba(107, 128, 167, 0.6);
30658
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30659
+ border-radius: 14px;
30461
30660
  }
30462
- .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30463
- border-color: #0080ff;
30661
+ .E_s1dizucg.ant-switch-checked {
30662
+ background-color: #00ba5d;
30464
30663
  }
30465
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30466
- border-color: #0080ff;
30467
- background: #0080ff;
30664
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30665
+ left: calc(100% - 20px - 2px);
30468
30666
  }
30469
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30470
- top: 4px;
30471
- left: 4px;
30472
- width: 6px;
30473
- height: 6px;
30474
- background: #fff;
30667
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30668
+ left: calc(100% - 14px - 1px);
30475
30669
  }
30476
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30477
- opacity: 0.5;
30670
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30671
+ left: calc(100% - 28px - 2px);
30478
30672
  }
30479
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30480
- border-color: rgba(107, 128, 167, 0.6);
30481
- background: rgba(211, 218, 235, 0.6);
30673
+
30674
+ .E_c1up6e3y {
30675
+ margin-left: 5px;
30482
30676
  }
30483
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30484
- background: #00122e;
30677
+
30678
+ .E_iq1gosr {
30679
+ display: inline-block;
30485
30680
  }
30486
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30487
- color: #00122e;
30488
- opacity: 0.5;
30681
+
30682
+ .E_c18bcrac {
30683
+ display: inline-block;
30684
+ width: 100%;
30489
30685
  }
30490
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30491
- color: #00122e;
30686
+ .E_c18bcrac .recharts-wrapper {
30687
+ margin-left: 4px;
30492
30688
  }
30493
- .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30494
- display: inline-block;
30495
- padding: 0;
30496
- padding-left: 10px;
30689
+
30690
+ .E_cro7kg2 {
30691
+ padding: 4px;
30497
30692
  }
30498
- .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30499
- margin-bottom: 0;
30500
- white-space: pre-wrap;
30501
- color: rgba(44, 56, 82, 0.6);
30693
+
30694
+ .E_c14wcxf0 {
30695
+ display: flex;
30696
+ justify-content: space-between;
30697
+ align-items: center;
30698
+ font-size: 13px;
30699
+ line-height: 24px;
30700
+ color: #cccccc;
30701
+ white-space: nowrap;
30502
30702
  }
30503
- .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30504
- padding-left: 8px;
30703
+ .E_c14wcxf0 label {
30704
+ margin-right: 32px;
30505
30705
  }
30506
30706
 
30507
- .E_rp906go .ant-radio-button-wrapper:first-child {
30508
- border-radius: 5px 0 0 5px;
30707
+ .E_coy29mj.E_c14wcxf0 {
30708
+ font-weight: bold;
30709
+ color: white;
30509
30710
  }
30510
- .E_rp906go .ant-radio-button-wrapper:last-child {
30511
- border-radius: 0 5px 5px 0;
30711
+
30712
+ .E_s11212zy {
30713
+ width: 8px;
30714
+ height: 8px;
30715
+ border-radius: 2px;
30716
+ display: inline-block;
30717
+ background: var(--s11212zy-0);
30718
+ border: 1px solid #fff;
30719
+ box-sizing: content-box;
30720
+ margin-right: 6px;
30512
30721
  }
30513
30722
 
30514
- .E_rcc63c8 {
30515
- color: #00122e;
30516
- border-color: #ccd4e3;
30723
+ .E_p1lyky6c > :first-child {
30724
+ font-weight: bold;
30725
+ color: white;
30726
+ margin-right: 4px;
30517
30727
  }
30518
- .E_rcc63c8:first-child {
30519
- border-color: #a3b4cc;
30728
+
30729
+ .E_s1ebs0ra {
30730
+ display: flex;
30731
+ align-items: center;
30732
+ justify-content: space-between;
30733
+ background: #edf0f7;
30734
+ padding: 8px 12px;
30735
+ position: sticky;
30736
+ top: 0;
30737
+ z-index: 1;
30738
+ margin-bottom: -52px;
30520
30739
  }
30521
- .E_rcc63c8.ant-radio-button-wrapper {
30522
- padding: 0 12px;
30523
- line-height: 32px;
30740
+ .E_s1ebs0ra .select-total {
30741
+ display: flex;
30742
+ align-items: center;
30743
+ font-weight: 700;
30744
+ flex-shrink: 0;
30745
+ }
30746
+ .E_s1ebs0ra .select-total .icon-wrapper {
30747
+ cursor: pointer;
30748
+ margin-left: 8px;
30749
+ width: 32px;
30524
30750
  height: 32px;
30751
+ border-radius: 50%;
30752
+ justify-content: center;
30525
30753
  }
30526
- .E_rcc63c8.ant-radio-button-wrapper > span + span {
30527
- white-space: nowrap;
30528
- }
30529
- .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
30530
- height: 22px;
30531
- padding: 0 7px;
30532
- line-height: 20px;
30533
- }
30534
- .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
30535
- background: #ccd4e3;
30536
- }
30537
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
30538
- background: #0080ff;
30539
- }
30540
- .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30541
- background: #ccd4e3;
30542
- opacity: 0.5;
30543
- }
30544
- .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30545
- border-right-color: #0080ff;
30546
- }
30547
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30548
- border-color: #0080ff;
30549
- }
30550
- .E_rcc63c8.ant-radio-button-wrapper-checked {
30551
- background: rgba(0, 136, 255, 0.1);
30552
- }
30553
- .E_rcc63c8.ant-radio-button-wrapper-disabled {
30554
- background: rgba(211, 218, 235, 0.6);
30555
- border-color: #ccd4e3;
30556
- opacity: 0.5;
30557
- }
30558
- .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
30559
- color: #00122e;
30560
- border-color: #ccd4e3;
30561
- }
30562
- .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30563
- color: #00122e;
30564
- border-color: #ccd4e3;
30565
- background: rgba(172, 186, 211, 0.6);
30566
- }
30567
- .E_rcc63c8 .ant-radio-button-input {
30568
- margin-right: 8px;
30569
- display: inline;
30570
- border: none;
30571
- padding: 0;
30572
- width: 36px;
30573
- background: transparent;
30574
- }
30575
- .E_rcc63c8 .ant-radio-button-input:focus {
30576
- box-shadow: none;
30577
- }
30578
- .E_rcc63c8 .ant-radio-button-input.ant-input-number {
30579
- margin-right: 0;
30580
- width: initial;
30581
- box-shadow: none;
30582
- }
30583
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
30584
- display: none;
30585
- }
30586
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
30587
- display: inline;
30588
- }
30589
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
30590
- display: inline;
30591
- margin-right: 8px;
30592
- padding: 0;
30593
- width: 36px;
30594
- }
30595
-
30596
- .E_n12mqh7z {
30597
- display: flex;
30598
- align-items: center;
30599
- font-size: 12px;
30600
- line-height: 18px;
30601
- }
30602
- .E_n12mqh7z:not(:last-child) {
30603
- margin-bottom: 4px;
30604
- }
30605
-
30606
- .E_tf5bynu {
30607
- margin: 0 3px;
30608
- }
30609
-
30610
- .E_tcckoz1 {
30611
- max-height: 400px;
30612
- overflow: auto;
30613
- }
30614
-
30615
- .E_wg1tsps {
30616
- display: flex;
30617
- align-items: center;
30618
- justify-content: flex-end;
30619
- }
30620
-
30621
- .E_b1ctd5xy {
30622
- display: flex;
30623
- align-items: center;
30624
- width: calc(100% - 40px);
30625
- }
30626
- .E_b1ctd5xy .chart {
30627
- display: inline-block;
30628
- width: 100%;
30629
- }
30630
-
30631
- .E_u1p8acpn {
30632
- min-width: 40px;
30633
- }
30634
- .E_u1p8acpn .unit {
30635
- color: #00122e !important;
30636
- }
30637
-
30638
- .E_s1ebs0ra {
30639
- display: flex;
30640
- align-items: center;
30641
- justify-content: space-between;
30642
- background: #edf0f7;
30643
- padding: 8px 12px;
30644
- position: sticky;
30645
- top: 0;
30646
- z-index: 1;
30647
- margin-bottom: -52px;
30648
- }
30649
- .E_s1ebs0ra .select-total {
30650
- display: flex;
30651
- align-items: center;
30652
- font-weight: 700;
30653
- flex-shrink: 0;
30654
- }
30655
- .E_s1ebs0ra .select-total .icon-wrapper {
30656
- cursor: pointer;
30657
- margin-left: 8px;
30658
- width: 32px;
30659
- height: 32px;
30660
- border-radius: 50%;
30661
- justify-content: center;
30662
- }
30663
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
30664
- background: rgba(225, 230, 241, 0.6);
30754
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
30755
+ background: rgba(225, 230, 241, 0.6);
30665
30756
  }
30666
30757
  .E_s1ebs0ra .action-group {
30667
30758
  flex: 1;
@@ -30696,28 +30787,6 @@ button.E_n7k2c6r {
30696
30787
  background: #fff;
30697
30788
  }
30698
30789
 
30699
- .E_s1iv0tp1 .enabled-switch {
30700
- display: flex;
30701
- align-items: center;
30702
- }
30703
- .E_s1iv0tp1 .enabled-text {
30704
- margin-right: 8px;
30705
- }
30706
-
30707
- .E_iq1gosr {
30708
- display: inline-block;
30709
- }
30710
-
30711
- .E_gmyahx3 {
30712
- cursor: pointer;
30713
- }
30714
- .E_gmyahx3 .link-text {
30715
- color: rgba(0, 21, 64, 0.3);
30716
- }
30717
- .E_gmyahx3:hover .link-text {
30718
- color: #0080ff;
30719
- }
30720
-
30721
30790
  .E_t1m2x205 .ant-tooltip-arrow {
30722
30791
  display: none;
30723
30792
  }
@@ -30822,289 +30891,68 @@ button.E_n7k2c6r {
30822
30891
  border-radius: 2px;
30823
30892
  }
30824
30893
 
30825
- .E_c18bcrac {
30826
- display: inline-block;
30827
- width: 100%;
30894
+ .E_gmyahx3 {
30895
+ cursor: pointer;
30828
30896
  }
30829
- .E_c18bcrac .recharts-wrapper {
30830
- margin-left: 4px;
30897
+ .E_gmyahx3 .link-text {
30898
+ color: rgba(0, 21, 64, 0.3);
30831
30899
  }
30832
-
30833
- .E_cro7kg2 {
30834
- padding: 4px;
30900
+ .E_gmyahx3:hover .link-text {
30901
+ color: #0080ff;
30835
30902
  }
30836
30903
 
30837
- .E_c14wcxf0 {
30904
+ .E_n12mqh7z {
30838
30905
  display: flex;
30839
- justify-content: space-between;
30840
30906
  align-items: center;
30841
- font-size: 13px;
30842
- line-height: 24px;
30843
- color: #cccccc;
30844
- white-space: nowrap;
30907
+ font-size: 12px;
30908
+ line-height: 18px;
30845
30909
  }
30846
- .E_c14wcxf0 label {
30847
- margin-right: 32px;
30910
+ .E_n12mqh7z:not(:last-child) {
30911
+ margin-bottom: 4px;
30848
30912
  }
30849
30913
 
30850
- .E_coy29mj.E_c14wcxf0 {
30851
- font-weight: bold;
30852
- color: white;
30914
+ .E_tf5bynu {
30915
+ margin: 0 3px;
30853
30916
  }
30854
30917
 
30855
- .E_s11212zy {
30856
- width: 8px;
30857
- height: 8px;
30858
- border-radius: 2px;
30859
- display: inline-block;
30860
- background: var(--s11212zy-0);
30861
- border: 1px solid #fff;
30862
- box-sizing: content-box;
30863
- margin-right: 6px;
30918
+ .E_tcckoz1 {
30919
+ max-height: 400px;
30920
+ overflow: auto;
30864
30921
  }
30865
30922
 
30866
- .E_p1lyky6c > :first-child {
30867
- font-weight: bold;
30868
- color: white;
30869
- margin-right: 4px;
30923
+ .E_c1up1pdz {
30924
+ width: 648px;
30870
30925
  }
30871
-
30872
- .E_ou7iq30 {
30873
- overflow: hidden;
30874
- text-overflow: ellipsis;
30926
+ .E_c1up1pdz.active {
30927
+ border-color: #0080ff;
30875
30928
  }
30876
-
30877
- .E_s1tui002 {
30878
- white-space: nowrap;
30929
+ .E_c1up1pdz.active > header {
30930
+ background: rgba(0, 128, 255, 0.1);
30879
30931
  }
30880
-
30881
- .E_mxrc2zg {
30882
- display: -webkit-box;
30883
- -webkit-line-clamp: var(--mxrc2zg-0);
30884
- -webkit-box-orient: vertical;
30885
- word-break: break-all;
30932
+ .E_c1up1pdz .expand {
30933
+ padding: 12px;
30886
30934
  }
30887
-
30888
- .E_t1vv6d68 .ant-tooltip-arrow {
30889
- display: none;
30935
+ .E_c1up1pdz .field-item {
30936
+ display: flex;
30937
+ padding: 10px 0;
30938
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30890
30939
  }
30891
- .E_t1vv6d68 .ant-tooltip-inner {
30892
- background: rgba(23, 38, 64, 0.8);
30893
- border-radius: 4px;
30940
+ .E_c1up1pdz .field-item:last-child {
30941
+ border-bottom: none;
30942
+ padding-bottom: 0;
30894
30943
  }
30895
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30896
- visibility: hidden;
30944
+ .E_c1up1pdz .field-item label {
30945
+ line-height: 32px;
30946
+ width: 100px;
30947
+ color: rgba(62, 70, 82, 0.6);
30897
30948
  }
30898
-
30899
- .E_t1sqg15u {
30900
- background: white;
30949
+ .E_c1up1pdz .help {
30950
+ color: rgba(62, 70, 82, 0.6);
30951
+ margin-top: 5px;
30901
30952
  }
30902
- .E_t1sqg15u.inline .table-row {
30903
- flex-direction: column;
30904
- }
30905
- .E_t1sqg15u.inline .table-row > label {
30906
- padding: 0 16px 7px 0;
30907
- }
30908
- .E_t1sqg15u.has-border .table-header {
30909
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
30910
- }
30911
- .E_t1sqg15u.has-border .hiddenBorder {
30912
- border-top: none !important;
30913
- }
30914
- .E_t1sqg15u.has-border .table-row + .table-row {
30915
- border-top: 1px solid rgba(225, 230, 241, 0.6);
30916
- }
30917
- .E_t1sqg15u.has-border .table-row:last-of-type {
30918
- padding-bottom: 0;
30919
- }
30920
- .E_t1sqg15u.align-right .content {
30921
- text-align: right;
30922
- }
30923
- .E_t1sqg15u .uuid-row {
30924
- display: flex;
30925
- justify-content: space-between;
30926
- }
30927
- .E_t1sqg15u .uuid-row .id-text {
30928
- white-space: nowrap;
30929
- overflow: hidden;
30930
- text-overflow: ellipsis;
30931
- }
30932
-
30933
- .E_t4zczcp {
30934
- display: flex;
30935
- justify-content: space-between;
30936
- align-items: center;
30937
- padding: 8px;
30938
- min-height: 32px;
30939
- }
30940
- .E_t4zczcp .table-title {
30941
- color: rgba(44, 56, 82, 0.6);
30942
- font-weight: 600;
30943
- font-size: 12px;
30944
- line-height: 8px;
30945
- }
30946
- .E_t4zczcp .edit-icon {
30947
- font-size: 16px;
30948
- color: rgba(10, 37, 85, 0.6);
30949
- cursor: pointer;
30950
- }
30951
-
30952
- .E_t1s7goww {
30953
- font-size: 12px;
30954
- line-height: 18px;
30955
- }
30956
-
30957
- .E_t93e4cf {
30958
- display: flex;
30959
- padding: 8px 0;
30960
- color: #2d3a56;
30961
- }
30962
- .E_t93e4cf .hidden {
30963
- display: none;
30964
- }
30965
- .E_t93e4cf .ant-btn-link {
30966
- height: auto;
30967
- }
30968
- .E_t93e4cf .content {
30969
- overflow: hidden;
30970
- overflow-x: auto;
30971
- width: 100%;
30972
- white-space: pre-wrap;
30973
- }
30974
- .E_t93e4cf .content .ant-btn {
30975
- white-space: pre-wrap;
30976
- text-align: left;
30977
- }
30978
- .E_t93e4cf .content .unit-chart {
30979
- justify-content: flex-start;
30980
- }
30981
-
30982
- .E_rhz2uv5 {
30983
- width: var(--rhz2uv5-0);
30984
- flex-shrink: 0;
30985
- color: rgba(44, 56, 82, 0.6);
30986
- padding-right: 12px;
30987
- }
30988
-
30989
- span.E_tqjc4ui {
30990
- margin: 0 2px;
30991
- }
30992
-
30993
- .E_s1sck0th {
30994
- padding: 0 8px;
30995
- border-radius: 4px;
30996
- }
30997
-
30998
- .E_m855nr1 {
30999
- padding: 2px 8px;
31000
- border-radius: 3px;
31001
- }
31002
-
31003
- .E_l1270xpg {
31004
- padding: 3px 8px;
31005
- border-radius: 2px;
31006
- }
31007
-
31008
- .E_t14rextb.ant-tag:hover {
31009
- opacity: unset;
31010
- }
31011
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31012
- margin: 0;
31013
- margin-right: 8px;
31014
- display: inline-flex;
31015
- align-items: center;
31016
- border: none;
31017
- }
31018
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31019
- width: 16px;
31020
- height: 16px;
31021
- color: inherit;
31022
- margin-left: 4px;
31023
- opacity: 0.6;
31024
- display: inline-flex;
31025
- }
31026
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31027
- opacity: 1;
31028
- }
31029
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31030
- color: #0080ff;
31031
- background-color: rgba(0, 136, 255, 0.1);
31032
- }
31033
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31034
- color: #f0483e;
31035
- background-color: rgba(255, 74, 74, 0.1);
31036
- }
31037
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31038
- color: #e07f00;
31039
- background-color: rgba(255, 187, 0, 0.1);
31040
- }
31041
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31042
- color: #008f4c;
31043
- background-color: rgba(30, 201, 127, 0.1);
31044
- }
31045
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31046
- color: #1d326c;
31047
- background-color: rgba(225, 230, 241, 0.6);
31048
- }
31049
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31050
- color: #7E41FF;
31051
- background-color: rgba(126, 65, 255, 0.1);
31052
- }
31053
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31054
- color: #fff;
31055
- }
31056
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31057
- background-color: #f0483e;
31058
- }
31059
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31060
- background-color: #fea008;
31061
- }
31062
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31063
- background-color: #00ba5d;
31064
- }
31065
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31066
- background-color: #0080ff;
31067
- }
31068
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31069
- background-color: #6b7d99;
31070
- }
31071
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31072
- background-color: #7E41FF;
31073
- }
31074
-
31075
- .E_c1up1pdz {
31076
- width: 648px;
31077
- }
31078
- .E_c1up1pdz.active {
31079
- border-color: #0080ff;
31080
- }
31081
- .E_c1up1pdz.active > header {
31082
- background: rgba(0, 128, 255, 0.1);
31083
- }
31084
- .E_c1up1pdz .expand {
31085
- padding: 12px;
31086
- }
31087
- .E_c1up1pdz .field-item {
31088
- display: flex;
31089
- padding: 10px 0;
31090
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31091
- }
31092
- .E_c1up1pdz .field-item:last-child {
31093
- border-bottom: none;
31094
- padding-bottom: 0;
31095
- }
31096
- .E_c1up1pdz .field-item label {
31097
- line-height: 32px;
31098
- width: 100px;
31099
- color: rgba(62, 70, 82, 0.6);
31100
- }
31101
- .E_c1up1pdz .help {
31102
- color: rgba(62, 70, 82, 0.6);
31103
- margin-top: 5px;
31104
- }
31105
- .E_c1up1pdz .ant-input-affix-wrapper,
31106
- .E_c1up1pdz .ant-picker {
31107
- width: 128px;
30953
+ .E_c1up1pdz .ant-input-affix-wrapper,
30954
+ .E_c1up1pdz .ant-picker {
30955
+ width: 128px;
31108
30956
  }
31109
30957
 
31110
30958
  .E_c156wh19 {
@@ -31212,191 +31060,169 @@ span.E_tqjc4ui {
31212
31060
  color: #fff;
31213
31061
  }
31214
31062
 
31215
- .E_fzh9mnb {
31216
- width: 100%;
31217
- height: 100%;
31218
- min-height: 124px;
31219
- display: flex;
31063
+ .E_t1sqg15u {
31064
+ background: white;
31065
+ }
31066
+ .E_t1sqg15u.inline .table-row {
31220
31067
  flex-direction: column;
31221
- justify-content: center;
31222
- align-items: center;
31223
31068
  }
31224
- .E_fzh9mnb .error-text {
31225
- color: rgba(10, 37, 85, 0.6);
31226
- margin-bottom: 16px;
31227
- font-size: 18px;
31069
+ .E_t1sqg15u.inline .table-row > label {
31070
+ padding: 0 16px 7px 0;
31228
31071
  }
31229
-
31230
- .E_i1inqkme {
31231
- height: 18px;
31232
- line-height: 18px;
31233
- padding: 0 4px;
31234
- border-radius: 4px;
31235
- background: rgba(235, 239, 245, 0.6);
31236
- border: 1px solid rgba(223, 228, 235, 0.6);
31237
- display: flex;
31238
- align-items: center;
31239
- white-space: nowrap;
31240
- margin-right: 4px;
31072
+ .E_t1sqg15u.has-border .table-header {
31073
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
31241
31074
  }
31242
-
31243
- .E_atcz0kf .ant-input-suffix {
31244
- margin-left: 8px;
31075
+ .E_t1sqg15u.has-border .hiddenBorder {
31076
+ border-top: none !important;
31245
31077
  }
31246
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31247
- padding: 2px 7px 2px 12px;
31078
+ .E_t1sqg15u.has-border .table-row + .table-row {
31079
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
31248
31080
  }
31249
-
31250
- .E_ai7qkf2 .ant-input-number-handler-wrap {
31251
- display: var(--ai7qkf2-0);
31081
+ .E_t1sqg15u.has-border .table-row:last-of-type {
31082
+ padding-bottom: 0;
31252
31083
  }
31253
- .E_ai7qkf2 .ant-input-number-input-wrap {
31254
- display: inline-flex;
31255
- line-height: 1.5715;
31256
- height: 100%;
31257
- width: 100%;
31084
+ .E_t1sqg15u.align-right .content {
31085
+ text-align: right;
31258
31086
  }
31259
- .E_ai7qkf2 .ant-input-number-input-wrap::after {
31260
- content: var(--ai7qkf2-1);
31261
- display: var(--ai7qkf2-2);
31262
- flex: none;
31263
- align-items: center;
31264
- margin-left: 4px;
31265
- padding: 5px 12px 5px 0;
31266
- color: rgba(44, 56, 82, 0.6);
31087
+ .E_t1sqg15u .uuid-row {
31088
+ display: flex;
31089
+ justify-content: space-between;
31267
31090
  }
31268
- .E_ai7qkf2 .ant-input-number-input-wrap::before {
31269
- content: var(--ai7qkf2-3);
31270
- display: var(--ai7qkf2-4);
31271
- flex: none;
31091
+ .E_t1sqg15u .uuid-row .id-text {
31092
+ white-space: nowrap;
31093
+ overflow: hidden;
31094
+ text-overflow: ellipsis;
31095
+ }
31096
+
31097
+ .E_t4zczcp {
31098
+ display: flex;
31099
+ justify-content: space-between;
31272
31100
  align-items: center;
31273
- margin-right: 4px;
31274
- cursor: auto;
31101
+ padding: 8px;
31102
+ min-height: 32px;
31103
+ }
31104
+ .E_t4zczcp .table-title {
31275
31105
  color: rgba(44, 56, 82, 0.6);
31106
+ font-weight: 600;
31107
+ font-size: 12px;
31108
+ line-height: 8px;
31276
31109
  }
31277
- .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
31278
- border-radius: 0;
31110
+ .E_t4zczcp .edit-icon {
31111
+ font-size: 16px;
31112
+ color: rgba(10, 37, 85, 0.6);
31113
+ cursor: pointer;
31279
31114
  }
31280
- .E_ai7qkf2.ant-input-number {
31281
- width: 100%;
31282
- border-radius: 6px;
31115
+
31116
+ .E_t1s7goww {
31117
+ font-size: 12px;
31118
+ line-height: 18px;
31283
31119
  }
31284
- .E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
31285
- border-color: #0096ff;
31286
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31287
- z-index: 1;
31120
+
31121
+ .E_t93e4cf {
31122
+ display: flex;
31123
+ padding: 8px 0;
31124
+ color: #2d3a56;
31288
31125
  }
31289
- .E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
31290
- border-color: #e75a3a;
31291
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31126
+ .E_t93e4cf .hidden {
31127
+ display: none;
31292
31128
  }
31293
- .E_ai7qkf2 .ant-input-number-input {
31294
- height: 30px;
31295
- border: 1px;
31296
- padding: 5px 12px;
31297
- font-size: inherit;
31129
+ .E_t93e4cf .ant-btn-link {
31130
+ height: auto;
31298
31131
  }
31299
- .E_ai7qkf2.ant-input-number-lg input {
31300
- height: 38px;
31301
- border: 1px;
31302
- padding: 8px 16px;
31132
+ .E_t93e4cf .content {
31133
+ overflow: hidden;
31134
+ overflow-x: auto;
31135
+ width: 100%;
31136
+ white-space: pre-wrap;
31303
31137
  }
31304
- .E_ai7qkf2.ant-input-number-sm input {
31305
- height: 22px;
31306
- border: 1px;
31307
- padding: 2px 8px;
31138
+ .E_t93e4cf .content .ant-btn {
31139
+ white-space: pre-wrap;
31140
+ text-align: left;
31141
+ }
31142
+ .E_t93e4cf .content .unit-chart {
31143
+ justify-content: flex-start;
31308
31144
  }
31309
31145
 
31310
- .E_a1wfy30z .ant-input-number-handler-wrap {
31311
- display: var(--a1wfy30z-0);
31146
+ .E_rhz2uv5 {
31147
+ width: var(--rhz2uv5-0);
31148
+ flex-shrink: 0;
31149
+ color: rgba(44, 56, 82, 0.6);
31150
+ padding-right: 12px;
31312
31151
  }
31313
- .E_a1wfy30z .ant-input-number-input-wrap {
31314
- padding: 4px 11px;
31315
- display: inline-flex;
31316
- line-height: 1.5715;
31317
- height: inherit;
31152
+
31153
+ span.E_tqjc4ui {
31154
+ margin: 0 2px;
31318
31155
  }
31319
- .E_a1wfy30z .ant-input-number-input-wrap::after {
31320
- content: var(--a1wfy30z-1);
31321
- display: var(--a1wfy30z-2);
31322
- flex: none;
31156
+
31157
+ .E_wg1tsps {
31158
+ display: flex;
31323
31159
  align-items: center;
31324
- margin-left: 4px;
31160
+ justify-content: flex-end;
31325
31161
  }
31326
- .E_a1wfy30z .ant-input-number-input-wrap::before {
31327
- content: var(--a1wfy30z-3);
31328
- display: var(--a1wfy30z-4);
31329
- flex: none;
31162
+
31163
+ .E_b1ctd5xy {
31164
+ display: flex;
31330
31165
  align-items: center;
31331
- margin-right: 4px;
31332
- cursor: auto;
31166
+ width: calc(100% - 40px);
31333
31167
  }
31334
- .E_a1wfy30z .ant-input-number-input {
31335
- padding: 0;
31336
- margin: 0;
31337
- height: auto;
31338
- font-size: inherit;
31168
+ .E_b1ctd5xy .chart {
31169
+ display: inline-block;
31170
+ width: 100%;
31339
31171
  }
31340
31172
 
31341
- .E_iouxfgt {
31342
- display: inline-flex;
31343
- align-items: center;
31173
+ .E_u1p8acpn {
31174
+ min-width: 40px;
31344
31175
  }
31345
- .E_iouxfgt .icon-inner {
31346
- display: inline-flex;
31347
- align-items: center;
31348
- justify-content: center;
31176
+ .E_u1p8acpn .unit {
31177
+ color: #00122e !important;
31349
31178
  }
31350
- .E_iouxfgt .icon-inner + span,
31351
- .E_iouxfgt span + .icon-inner.suffix {
31352
- margin-left: 4px;
31179
+
31180
+ .E_s1iv0tp1 .enabled-switch {
31181
+ display: flex;
31182
+ align-items: center;
31353
31183
  }
31354
- .E_iouxfgt.is-rotate img,
31355
- .E_iouxfgt.is-rotate svg {
31356
- animation: rotate 680ms linear infinite;
31184
+ .E_s1iv0tp1 .enabled-text {
31185
+ margin-right: 8px;
31357
31186
  }
31358
31187
 
31359
- .E_f7pxqmh {
31360
- width: 100%;
31361
- margin-bottom: 0 !important;
31362
- flex-flow: nowrap !important;
31363
- line-break: auto;
31364
- }
31365
- .E_f7pxqmh > .ant-form-item-label {
31366
- text-align: left !important;
31367
- padding-bottom: 0 !important;
31188
+ .E_ou7iq30 {
31189
+ overflow: hidden;
31190
+ text-overflow: ellipsis;
31368
31191
  }
31369
- .E_f7pxqmh > .ant-form-item-label > label {
31370
- min-height: 32px;
31371
- height: auto;
31372
- font-size: 13px;
31373
- color: rgba(44, 56, 82, 0.6);
31374
- white-space: normal;
31192
+
31193
+ .E_s1tui002 {
31194
+ white-space: nowrap;
31375
31195
  }
31376
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
31377
- border-color: #ff4d4f !important;
31196
+
31197
+ .E_mxrc2zg {
31198
+ display: -webkit-box;
31199
+ -webkit-line-clamp: var(--mxrc2zg-0);
31200
+ -webkit-box-orient: vertical;
31201
+ word-break: break-all;
31378
31202
  }
31379
- .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
31380
- border-color: #ff4d4f !important;
31203
+
31204
+ .E_t1vv6d68 .ant-tooltip-arrow {
31205
+ display: none;
31381
31206
  }
31382
- .E_f7pxqmh .ant-form-item-explain {
31383
- margin-top: 4px;
31384
- font-size: 12px;
31385
- min-height: 0px;
31207
+ .E_t1vv6d68 .ant-tooltip-inner {
31208
+ background: rgba(23, 38, 64, 0.8);
31209
+ border-radius: 4px;
31386
31210
  }
31387
- .E_f7pxqmh .ant-form-item-extra {
31388
- font-size: 12px;
31389
- color: rgba(44, 56, 82, 0.6);
31390
- min-height: 0px;
31211
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
31212
+ visibility: hidden;
31391
31213
  }
31392
31214
 
31393
- .E_owd0kml {
31394
- display: inline-block;
31215
+ .E_skwah65 {
31216
+ height: 8px;
31217
+ box-sizing: border-box;
31218
+ border-radius: 2px;
31219
+ background: #f5f7fa;
31220
+ display: flex;
31221
+ width: 100%;
31222
+ overflow: hidden;
31395
31223
  }
31396
-
31397
- .E_h1jsgezc {
31398
- visibility: hidden;
31399
- position: absolute;
31224
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
31225
+ margin-left: 1px;
31400
31226
  }
31401
31227
 
31402
31228
  .E_s1at6qmn.ant-layout-sider {
@@ -31512,1418 +31338,1592 @@ span.E_tqjc4ui {
31512
31338
  text-align: left;
31513
31339
  }
31514
31340
 
31515
- .E_cnujxq2 {
31341
+ .E_t160l1cm {
31516
31342
  display: flex;
31517
31343
  flex-direction: column;
31344
+ flex: 1;
31345
+ /* FIXME:(yanzhen) do this better */
31518
31346
  }
31519
-
31520
- .E_m7s48ia {
31521
- max-width: 1120px;
31522
- width: 100%;
31523
- margin: 0 auto;
31524
- height: 100%;
31525
- }
31526
-
31527
- .E_wt5zbg6 {
31528
- max-width: 1120px;
31529
- width: 100%;
31530
- margin: 0 auto;
31347
+ .E_t160l1cm .tab-bar {
31348
+ flex-shrink: 0;
31531
31349
  display: flex;
31350
+ border-bottom: 1px solid rgba(172, 186, 211, 0.6);
31532
31351
  }
31533
- .E_wt5zbg6 .left,
31534
- .E_wt5zbg6 .right {
31535
- flex-grow: 0;
31536
- flex-shrink: 0;
31537
- flex-basis: 21%;
31352
+ .E_t160l1cm .tab-content {
31353
+ height: 100%;
31538
31354
  }
31539
- .E_wt5zbg6 .left {
31540
- display: flex;
31541
- justify-content: flex-end;
31542
- padding-right: 44px;
31355
+ .E_t160l1cm .tab-menu-item {
31356
+ margin-right: 2px;
31357
+ padding: 1px 12px;
31358
+ line-height: 24px;
31359
+ height: 24px;
31360
+ color: rgba(44, 56, 82, 0.6);
31361
+ border-radius: 4px 4px 0 0;
31362
+ cursor: pointer;
31363
+ transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
31543
31364
  }
31544
- .E_wt5zbg6 .right {
31545
- padding-left: 44px;
31365
+ .E_t160l1cm .tab-menu-item:first-child {
31366
+ padding-left: 0;
31546
31367
  }
31547
- .E_wt5zbg6 .middle {
31548
- margin-bottom: 40px;
31549
- flex-grow: 0;
31550
- flex-shrink: 0;
31551
- flex-basis: 58%;
31368
+ .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
31369
+ padding-left: 12px;
31552
31370
  }
31553
- .E_wt5zbg6 .middle .form-base-field {
31554
- width: 100%;
31371
+ .E_t160l1cm .tab-menu-item:hover {
31372
+ color: #0080ff;
31373
+ background: rgba(211, 218, 235, 0.6);
31555
31374
  }
31556
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
31557
- width: auto;
31375
+ .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
31376
+ fill: #0080ff;
31558
31377
  }
31559
-
31560
- .E_h18jprzg .ant-modal-header {
31561
- margin: 0 auto;
31562
- width: 100%;
31563
- max-width: 648px;
31378
+ .E_t160l1cm .tab-menu-item:active {
31379
+ background: rgba(192, 203, 224, 0.6);
31564
31380
  }
31565
- .E_h18jprzg .ant-modal-header .ant-modal-title {
31566
- margin-left: 0;
31381
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open {
31382
+ color: #0080ff;
31383
+ background: rgba(211, 218, 235, 0.6);
31567
31384
  }
31568
- .E_h18jprzg .ant-modal-body {
31569
- margin: 0 auto;
31570
- padding: 0;
31571
- width: 100%;
31572
- max-width: 648px;
31573
- overflow: hidden;
31385
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
31386
+ background: rgba(192, 203, 224, 0.6);
31574
31387
  }
31575
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
31576
- margin-bottom: 40px;
31388
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
31389
+ background: rgba(0, 128, 255, 0.16);
31577
31390
  }
31578
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
31579
- height: calc(100vh - 225px);
31580
- overflow-y: auto;
31391
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
31392
+ fill: #0080ff;
31581
31393
  }
31582
- .E_h18jprzg .ant-modal-footer .footer-content {
31583
- margin: 0 auto;
31584
- max-width: 648px;
31394
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
31395
+ color: #0080ff;
31396
+ background: rgba(0, 128, 255, 0.1);
31585
31397
  }
31586
-
31587
- .E_h16z9xgz .ant-modal-header {
31588
- margin: 0 auto;
31589
- width: 100%;
31590
- max-width: 1024px;
31398
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
31399
+ background: rgba(0, 128, 255, 0.16);
31591
31400
  }
31592
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
31593
- margin-left: 0;
31401
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
31402
+ fill: #1d326c;
31594
31403
  }
31595
- .E_h16z9xgz .ant-modal-body {
31596
- margin: 0 auto;
31404
+ .E_t160l1cm .tab-menu-item .expand-arrow {
31405
+ margin-left: 8px;
31406
+ height: 22px;
31407
+ }
31408
+ .E_t160l1cm .tab-menu-item .expand-arrow path {
31409
+ fill: rgba(44, 56, 82, 0.6);
31410
+ }
31411
+ .E_t160l1cm .tab-menu-item-group {
31597
31412
  padding: 0;
31598
- width: 100%;
31599
- max-width: 1024px;
31413
+ display: flex;
31414
+ align-items: center;
31600
31415
  overflow: hidden;
31601
31416
  }
31602
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
31603
- margin-bottom: 40px;
31417
+ .E_t160l1cm .tab-menu-item-group .main-title {
31418
+ opacity: 0;
31419
+ max-width: 0;
31420
+ transition: max-width 320ms ease, opacity 240ms ease;
31604
31421
  }
31605
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
31606
- height: calc(100vh - 225px);
31607
- overflow-y: auto;
31422
+ .E_t160l1cm .tab-menu-item-group .sub-title {
31423
+ padding: 1px 12px;
31424
+ position: relative;
31425
+ display: flex;
31608
31426
  }
31609
- .E_h16z9xgz .ant-modal-footer .footer-content {
31610
- margin: 0 auto;
31611
- max-width: 1024px;
31427
+ .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
31428
+ opacity: 0;
31429
+ position: absolute;
31430
+ top: 50%;
31431
+ left: 0;
31432
+ transform: translate(-50%, -50%);
31433
+ transition: opacity 100ms linear;
31434
+ fill: rgba(0, 128, 255, 0.2);
31612
31435
  }
31613
-
31614
- .E_f1lrhghm {
31615
- flex: 1;
31436
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
31437
+ color: #0080ff;
31616
31438
  }
31617
- .E_f1lrhghm label {
31618
- font-size: 13px;
31619
- line-height: 20px;
31620
- color: rgba(44, 56, 82, 0.6);
31439
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
31440
+ padding: 1px 12px;
31441
+ display: inline-block;
31442
+ opacity: 1;
31443
+ max-width: 160px;
31621
31444
  }
31622
- .E_f1lrhghm .title {
31623
- font-size: 14px;
31624
- line-height: 20px;
31625
- color: #2d3a56;
31626
- margin-bottom: 12px;
31445
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
31446
+ padding: 1px 12px;
31447
+ color: #005ed1;
31627
31448
  }
31628
- .E_f1lrhghm.connect-cluster .title {
31629
- padding-bottom: 26px;
31449
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
31450
+ opacity: 1;
31630
31451
  }
31631
-
31632
- .E_f18ot8em {
31633
- padding: 25px 0 15px 0;
31634
- border-bottom: 1px solid #e1e5eb;
31635
- margin-bottom: 16px;
31452
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
31453
+ background: rgba(0, 128, 255, 0.16);
31636
31454
  }
31637
-
31638
- .E_f1l1g2k0 {
31639
- display: flex;
31640
- align-items: center;
31641
- margin-bottom: 8px;
31455
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
31456
+ opacity: 0;
31642
31457
  }
31643
- .E_f1l1g2k0 > label {
31644
- width: 216px;
31458
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
31459
+ padding: 4px 16px;
31460
+ height: 32px;
31461
+ border-radius: 6px 6px 0 0;
31645
31462
  }
31646
- .E_f1l1g2k0 > label + * {
31647
- width: 100%;
31463
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
31464
+ padding-left: 0;
31648
31465
  }
31649
- .E_f1l1g2k0 .ant-select {
31650
- width: 100%;
31466
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
31467
+ padding-left: 16px;
31651
31468
  }
31652
-
31653
- .E_e1k89cwg {
31654
- color: #e75a3a;
31655
- margin-right: 10px;
31469
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
31470
+ margin-left: 11px;
31471
+ height: 24px;
31656
31472
  }
31657
-
31658
- .E_d1oui1gf {
31659
- width: 100%;
31660
- height: 1px;
31661
- background: rgba(213, 219, 227, 0.6);
31662
- margin: 24px 0;
31473
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
31474
+ padding: 0;
31663
31475
  }
31664
-
31665
- .E_l15itdbb {
31666
- display: flex;
31667
- justify-content: center;
31668
- align-items: center;
31669
- height: 100%;
31476
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
31477
+ padding: 4px 16px;
31670
31478
  }
31671
-
31672
- .E_d1y3z4w {
31673
- display: inline-block;
31674
- width: 4px;
31675
- height: 4px;
31676
- background: #8e9aa9;
31677
- opacity: 0.4;
31678
- border-radius: 50%;
31679
- margin: 0 4px;
31479
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
31480
+ padding: 4px 16px;
31680
31481
  }
31681
-
31682
- .E_m177r7a3 .ant-modal-header,
31683
- .E_m177r7a3 .ant-modal-footer .footer-content {
31684
- width: 648px;
31685
- margin: 0 auto;
31482
+ .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
31483
+ background: #fff;
31686
31484
  }
31687
- .E_m177r7a3 .ant-modal-header {
31688
- padding: 35px 0 24px;
31689
- border: none;
31485
+ .E_t160l1cm .tab-menu-item-light:active {
31486
+ color: #005ed1;
31690
31487
  }
31691
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
31692
- font-size: 30px;
31488
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
31489
+ background: #fff;
31490
+ color: #1d326c;
31693
31491
  }
31694
- .E_m177r7a3 .ant-modal-body {
31695
- padding: 4px 0 2px;
31492
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
31493
+ color: rgba(45, 58, 86, 0.6);
31696
31494
  }
31697
- .E_m177r7a3 .ant-modal-footer {
31698
- border: none;
31495
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
31496
+ color: #1d326c;
31699
31497
  }
31700
-
31701
- .E_t1wwio3v {
31702
- font-size: 12px;
31703
- line-height: 18px;
31704
- font-weight: bold;
31705
- color: #fff;
31706
- padding: 0 4px;
31707
- border-radius: 4px;
31708
- display: inline-block;
31709
- background: var(--t1wwio3v-0);
31498
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
31499
+ fill: #d8deeb;
31710
31500
  }
31711
- .E_t1wwio3v:not(:first-child) {
31712
- margin-left: 4px;
31501
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
31502
+ fill: #1d326c;
31713
31503
  }
31714
-
31715
- .E_f17jvtfk {
31716
- width: 100%;
31717
- height: 100%;
31504
+ .E_t160l1cm .tab-content {
31505
+ flex: 1;
31718
31506
  display: flex;
31719
- align-items: center;
31720
- justify-content: center;
31507
+ flex-direction: column;
31721
31508
  }
31722
-
31723
- .E_nzppkea {
31724
- font-size: 90%;
31725
- font-weight: bold;
31726
- background-color: rgba(240, 243, 247, 0.6);
31727
- padding: 1px 4px 1px;
31728
- margin-left: 2px;
31729
- margin-right: 2px;
31730
- border: 1px solid rgba(213, 219, 227, 0.6);
31731
- border-radius: 4px;
31509
+ .E_t160l1cm.is-overview .tab-content {
31510
+ overflow: visible;
31732
31511
  }
31733
31512
 
31734
- .E_f4mi9eq.form-item-general {
31735
- width: 640px;
31513
+ .E_t14npdqr {
31514
+ max-width: 240px;
31515
+ animation: none;
31736
31516
  }
31737
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31738
- margin-top: 16px;
31517
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
31518
+ border: 1px solid #0080ff;
31519
+ padding: 0;
31739
31520
  }
31740
- .E_f4mi9eq.form-item-compact {
31741
- width: 412px;
31521
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31522
+ margin: 0;
31523
+ height: 32px;
31524
+ line-height: 32px;
31525
+ font-size: 13px;
31526
+ padding: 0 10px;
31527
+ display: block;
31528
+ overflow: hidden;
31529
+ text-overflow: ellipsis;
31530
+ white-space: nowrap;
31742
31531
  }
31743
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31744
- margin-top: 8px;
31532
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
31533
+ content: " ";
31534
+ height: 1px;
31535
+ width: calc(100% + 10px);
31536
+ background: rgba(172, 186, 211, 0.6);
31537
+ display: block;
31745
31538
  }
31746
- .E_f4mi9eq .form-item {
31747
- width: auto;
31539
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
31540
+ color: #0080ff;
31541
+ background: transparent;
31748
31542
  }
31749
- .E_f4mi9eq .form-item-main {
31750
- position: relative;
31543
+
31544
+ .E_i1inqkme {
31545
+ height: 18px;
31546
+ line-height: 18px;
31547
+ padding: 0 4px;
31548
+ border-radius: 4px;
31549
+ background: rgba(235, 239, 245, 0.6);
31550
+ border: 1px solid rgba(223, 228, 235, 0.6);
31751
31551
  display: flex;
31552
+ align-items: center;
31553
+ white-space: nowrap;
31554
+ margin-right: 4px;
31752
31555
  }
31753
- .E_f4mi9eq .form-item-extra {
31754
- margin-top: 4px;
31556
+
31557
+ .E_ai7qkf2 .ant-input-number-handler-wrap {
31558
+ display: var(--ai7qkf2-0);
31559
+ }
31560
+ .E_ai7qkf2 .ant-input-number-input-wrap {
31561
+ display: inline-flex;
31562
+ line-height: 1.5715;
31563
+ height: 100%;
31755
31564
  width: 100%;
31756
- padding: 14px;
31757
- background: #f2f4f6;
31758
- font-size: 13px;
31759
- line-height: 1.8;
31760
- color: #8e9aa9;
31761
31565
  }
31762
- .E_f4mi9eq .form-item-label {
31763
- padding-right: 12px;
31764
- font-size: 13px;
31566
+ .E_ai7qkf2 .ant-input-number-input-wrap::after {
31567
+ content: var(--ai7qkf2-1);
31568
+ display: var(--ai7qkf2-2);
31569
+ flex: none;
31570
+ align-items: center;
31571
+ margin-left: 4px;
31572
+ padding: 5px 12px 5px 0;
31765
31573
  color: rgba(44, 56, 82, 0.6);
31766
31574
  }
31767
- .E_f4mi9eq .form-item-label.label-right {
31768
- text-align: right;
31769
- }
31770
- .E_f4mi9eq .form-item-label,
31771
- .E_f4mi9eq .form-item-control {
31772
- line-height: 32px;
31575
+ .E_ai7qkf2 .ant-input-number-input-wrap::before {
31576
+ content: var(--ai7qkf2-3);
31577
+ display: var(--ai7qkf2-4);
31578
+ flex: none;
31579
+ align-items: center;
31580
+ margin-right: 4px;
31581
+ cursor: auto;
31582
+ color: rgba(44, 56, 82, 0.6);
31773
31583
  }
31774
- .E_f4mi9eq .form-item-control .form-item-error {
31775
- line-height: 18px;
31584
+ .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
31585
+ border-radius: 0;
31776
31586
  }
31777
- .E_f4mi9eq .form-item-children {
31587
+ .E_ai7qkf2.ant-input-number {
31778
31588
  width: 100%;
31589
+ border-radius: 6px;
31779
31590
  }
31780
- .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
31591
+ .E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
31592
+ border-color: #0096ff;
31593
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31594
+ z-index: 1;
31595
+ }
31596
+ .E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
31597
+ border-color: #e75a3a;
31598
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31599
+ }
31600
+ .E_ai7qkf2 .ant-input-number-input {
31601
+ height: 30px;
31602
+ border: 1px;
31603
+ padding: 5px 12px;
31604
+ font-size: inherit;
31605
+ }
31606
+ .E_ai7qkf2.ant-input-number-lg input {
31607
+ height: 38px;
31608
+ border: 1px;
31609
+ padding: 8px 16px;
31610
+ }
31611
+ .E_ai7qkf2.ant-input-number-sm input {
31612
+ height: 22px;
31613
+ border: 1px;
31614
+ padding: 2px 8px;
31615
+ }
31616
+
31617
+ .E_f7pxqmh {
31781
31618
  width: 100%;
31619
+ margin-bottom: 0 !important;
31620
+ flex-flow: nowrap !important;
31621
+ line-break: auto;
31782
31622
  }
31783
- .E_f4mi9eq .form-item-error {
31784
- color: #e75a3a;
31785
- height: 0;
31786
- overflow: hidden;
31623
+ .E_f7pxqmh > .ant-form-item-label {
31624
+ text-align: left !important;
31625
+ padding-bottom: 0 !important;
31787
31626
  }
31788
- .E_f4mi9eq .form-item-error-enter-done {
31789
- margin-top: 4px;
31627
+ .E_f7pxqmh > .ant-form-item-label > label {
31628
+ min-height: 32px;
31790
31629
  height: auto;
31791
- overflow: auto;
31630
+ font-size: 13px;
31631
+ color: rgba(44, 56, 82, 0.6);
31632
+ white-space: normal;
31792
31633
  }
31793
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31794
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31795
- border: 1px solid #e75a3a;
31796
- color: #e75a3a;
31634
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
31635
+ border-color: #ff4d4f !important;
31797
31636
  }
31798
-
31799
- .E_fh0ewl8 {
31800
- color: #2d3a56;
31801
- font-weight: bold;
31802
- padding-bottom: 6px;
31803
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31804
- margin-bottom: 16px;
31637
+ .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
31638
+ border-color: #ff4d4f !important;
31805
31639
  }
31806
- .E_fh0ewl8:not(:first-of-type) {
31807
- margin-top: 16px;
31640
+ .E_f7pxqmh .ant-form-item-explain {
31641
+ margin-top: 4px;
31642
+ font-size: 12px;
31643
+ min-height: 0px;
31644
+ }
31645
+ .E_f7pxqmh .ant-form-item-extra {
31646
+ font-size: 12px;
31647
+ color: rgba(44, 56, 82, 0.6);
31648
+ min-height: 0px;
31808
31649
  }
31809
31650
 
31810
- .E_e1qrlvot {
31811
- width: 8px;
31812
- height: 24px;
31651
+ .E_fzh9mnb {
31652
+ width: 100%;
31653
+ height: 100%;
31654
+ min-height: 124px;
31813
31655
  display: flex;
31656
+ flex-direction: column;
31814
31657
  justify-content: center;
31815
31658
  align-items: center;
31816
- cursor: pointer;
31817
- transition: all 200ms ease-out 40ms;
31818
- }
31819
- .E_e1qrlvot:before, .E_e1qrlvot:after {
31820
- content: "";
31821
- width: 1px;
31822
- height: 6px;
31823
- border-radius: 1px;
31824
- background: #ccd4e3;
31825
- position: relative;
31826
- right: 2px;
31827
- transform: rotate(-45deg);
31828
31659
  }
31829
- .E_e1qrlvot:after {
31830
- transform: rotate(45deg);
31831
- left: 1px;
31660
+ .E_fzh9mnb .error-text {
31661
+ color: rgba(10, 37, 85, 0.6);
31662
+ margin-bottom: 16px;
31663
+ font-size: 18px;
31832
31664
  }
31833
31665
 
31834
- .E_w9ic984.ant-alert-warning {
31835
- border: 0;
31836
- background: rgba(255, 187, 0, 0.1);
31837
- border-radius: 6px;
31666
+ .E_a1wfy30z .ant-input-number-handler-wrap {
31667
+ display: var(--a1wfy30z-0);
31838
31668
  }
31839
- .E_w9ic984.ant-alert,
31840
- .E_w9ic984 .ant-alert-message {
31841
- color: #e07f00;
31669
+ .E_a1wfy30z .ant-input-number-input-wrap {
31670
+ padding: 4px 11px;
31671
+ display: inline-flex;
31672
+ line-height: 1.5715;
31673
+ height: inherit;
31842
31674
  }
31843
- .E_w9ic984.ant-alert .dashed-border-bottom,
31844
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31845
- border-bottom-color: #e07f00;
31675
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
31676
+ content: var(--a1wfy30z-1);
31677
+ display: var(--a1wfy30z-2);
31678
+ flex: none;
31679
+ align-items: center;
31680
+ margin-left: 4px;
31846
31681
  }
31847
-
31848
- .E_n1k9qi4r {
31849
- display: flex;
31850
- flex-direction: row;
31851
- padding: 7px 12px;
31852
- background: rgba(255, 187, 0, 0.1);
31853
- border-radius: 6px;
31854
- color: #e07f00;
31855
- font-size: 12px;
31856
- line-height: 18px;
31682
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
31683
+ content: var(--a1wfy30z-3);
31684
+ display: var(--a1wfy30z-4);
31685
+ flex: none;
31686
+ align-items: center;
31687
+ margin-right: 4px;
31688
+ cursor: auto;
31857
31689
  }
31858
- .E_n1k9qi4r .icon-wrapper {
31859
- margin-right: 10px;
31860
- height: 18px;
31690
+ .E_a1wfy30z .ant-input-number-input {
31691
+ padding: 0;
31692
+ margin: 0;
31693
+ height: auto;
31694
+ font-size: inherit;
31861
31695
  }
31862
31696
 
31863
- .E_n16fsg9x {
31864
- display: flex;
31865
- flex-direction: row;
31866
- padding: 7px 12px;
31867
- background: rgba(225, 230, 241, 0.6);
31868
- border-radius: 6px;
31869
- color: rgba(44, 56, 82, 0.6);
31870
- font-size: 12px;
31871
- line-height: 18px;
31697
+ .E_atcz0kf .ant-input-suffix {
31698
+ margin-left: 8px;
31872
31699
  }
31873
- .E_n16fsg9x .icon-wrapper {
31874
- margin-right: 10px;
31875
- height: 18px;
31700
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31701
+ padding: 2px 7px 2px 12px;
31876
31702
  }
31877
31703
 
31878
- .E_i173wxzw {
31879
- display: flex;
31880
- flex-direction: row;
31881
- padding: 7px 12px;
31882
- background: rgba(0, 136, 255, 0.1);
31883
- border-radius: 6px;
31884
- color: #005ed1;
31885
- font-size: 12px;
31886
- line-height: 18px;
31704
+ .E_iouxfgt {
31705
+ display: inline-flex;
31706
+ align-items: center;
31887
31707
  }
31888
- .E_i173wxzw .icon-wrapper {
31889
- margin-right: 10px;
31890
- height: 18px;
31708
+ .E_iouxfgt .icon-inner {
31709
+ display: inline-flex;
31710
+ align-items: center;
31711
+ justify-content: center;
31891
31712
  }
31892
-
31893
- .E_dld369h {
31894
- color: rgba(44, 56, 82, 0.6);
31895
- margin-top: 5px;
31896
- font-size: 12px;
31897
- line-height: 18px;
31713
+ .E_iouxfgt .icon-inner + span,
31714
+ .E_iouxfgt span + .icon-inner.suffix {
31715
+ margin-left: 4px;
31898
31716
  }
31899
-
31900
- .E_s1epv22q {
31901
- color: #f0483e;
31902
- font-size: 12px;
31903
- white-space: pre-wrap;
31717
+ .E_iouxfgt.is-rotate img,
31718
+ .E_iouxfgt.is-rotate svg {
31719
+ animation: rotate 680ms linear infinite;
31904
31720
  }
31905
31721
 
31906
- .E_okus5hk {
31907
- display: flex;
31908
- align-items: center;
31909
- justify-content: flex-end;
31910
- }
31911
- .E_okus5hk .icon-wrapper {
31912
- margin-right: 16px;
31722
+ .E_owd0kml {
31723
+ display: inline-block;
31913
31724
  }
31914
31725
 
31915
- .E_t1auuzri {
31916
- color: rgba(0, 21, 64, 0.3);
31726
+ .E_h1jsgezc {
31727
+ visibility: hidden;
31728
+ position: absolute;
31917
31729
  }
31918
31730
 
31919
- .E_i74cfyt.ant-input {
31920
- padding: 5px 12px;
31921
- line-height: 20px;
31922
- color: #2d3a56;
31923
- border-radius: 6px;
31924
- border-color: rgba(172, 186, 211, 0.6);
31925
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31731
+ .E_dsnbhzf {
31732
+ font-family: Inter;
31733
+ font-style: normal;
31734
+ font-weight: bold;
31735
+ font-size: 32px;
31736
+ line-height: 40px;
31926
31737
  }
31927
- .E_i74cfyt.ant-input.ant-input-lg {
31928
- padding: 8px 16px;
31929
- line-height: 22px;
31738
+
31739
+ .E_d1mvo22k {
31740
+ font-family: Inter;
31741
+ font-style: normal;
31742
+ font-weight: bold;
31743
+ font-size: 24px;
31744
+ line-height: 32px;
31930
31745
  }
31931
- .E_i74cfyt.ant-input.ant-input-sm {
31932
- padding: 2px 8px;
31933
- line-height: 18px;
31746
+
31747
+ .E_d1b444tr {
31748
+ font-family: Inter;
31749
+ font-style: normal;
31750
+ font-weight: normal;
31751
+ font-size: 32px;
31752
+ line-height: 40px;
31934
31753
  }
31935
- .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
31936
- border-color: rgba(107, 128, 167, 0.6);
31937
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31938
- z-index: 1;
31754
+
31755
+ .E_dvs0kue {
31756
+ font-family: Inter;
31757
+ font-style: normal;
31758
+ font-weight: bold;
31759
+ font-size: 20px;
31760
+ line-height: 24px;
31939
31761
  }
31940
- .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
31941
- border-color: #0096ff;
31942
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31943
- z-index: 1;
31762
+
31763
+ .E_d1hcbfcq {
31764
+ font-family: Inter;
31765
+ font-style: normal;
31766
+ font-weight: normal;
31767
+ font-size: 20px;
31768
+ line-height: 24px;
31944
31769
  }
31945
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31946
- border-color: #e75a3a;
31947
- color: #e75a3a;
31770
+
31771
+ .E_d1cz922v {
31772
+ font-family: Inter;
31773
+ font-style: normal;
31774
+ font-weight: bold;
31775
+ font-size: 18px;
31776
+ line-height: 22px;
31948
31777
  }
31949
- .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
31950
- border-color: #e75a3a;
31951
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31778
+
31779
+ .E_d3nzbrm {
31780
+ font-family: Inter;
31781
+ font-style: normal;
31782
+ font-weight: normal;
31783
+ font-size: 18px;
31784
+ line-height: 22px;
31952
31785
  }
31953
- .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
31954
- border-color: #e75a3a;
31955
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31786
+
31787
+ .E_h1g0p5ob {
31788
+ font-family: Inter;
31789
+ font-style: normal;
31790
+ font-weight: bold;
31791
+ font-size: 16px;
31792
+ line-height: 22px;
31956
31793
  }
31957
- .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
31958
- background: rgba(211, 218, 235, 0.6);
31959
- color: rgba(0, 21, 64, 0.3);
31960
- border-color: rgba(172, 186, 211, 0.6);
31794
+
31795
+ .E_hydo2ej {
31796
+ font-family: Inter;
31797
+ font-style: normal;
31798
+ font-weight: normal;
31799
+ font-size: 16px;
31800
+ line-height: 22px;
31961
31801
  }
31962
- .E_i74cfyt.ant-input-affix-wrapper {
31963
- padding: 5px 12px;
31964
- border-radius: 6px;
31965
- border-color: rgba(172, 186, 211, 0.6);
31802
+
31803
+ .E_h1hbuq0r {
31804
+ font-family: Inter;
31805
+ font-style: normal;
31806
+ font-weight: bold;
31807
+ font-size: 14px;
31966
31808
  line-height: 20px;
31967
- color: #2d3a56;
31968
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31969
31809
  }
31970
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31971
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31972
- color: rgba(44, 56, 82, 0.6);
31810
+
31811
+ .E_h13bondg {
31812
+ font-family: Inter;
31813
+ font-style: normal;
31814
+ font-weight: normal;
31815
+ font-size: 14px;
31816
+ line-height: 20px;
31973
31817
  }
31974
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31975
- padding: 8px 16px;
31976
- line-height: 22px;
31818
+
31819
+ .E_h1mhvdlx {
31820
+ font-family: Inter;
31821
+ font-style: normal;
31822
+ font-weight: bold;
31823
+ font-size: 12px;
31824
+ line-height: 18px;
31977
31825
  }
31978
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31979
- padding: 2px 8px;
31826
+
31827
+ .E_h1inmfq6 {
31828
+ font-family: Inter;
31829
+ font-style: normal;
31830
+ font-weight: normal;
31831
+ font-size: 12px;
31980
31832
  line-height: 18px;
31981
31833
  }
31982
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31983
- border-color: rgba(107, 128, 167, 0.6);
31984
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31834
+
31835
+ .E_h1kfc0la {
31836
+ font-family: Inter;
31837
+ font-style: normal;
31838
+ font-weight: bold;
31839
+ text-transform: uppercase;
31840
+ font-feature-settings: "cpsp" on;
31841
+ font-size: 12px;
31842
+ line-height: 18px;
31985
31843
  }
31986
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31987
- border-color: #0096ff;
31988
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31844
+
31845
+ .E_h10xnyuu {
31846
+ font-family: Inter;
31847
+ font-style: normal;
31848
+ font-weight: normal;
31849
+ text-transform: uppercase;
31850
+ font-feature-settings: "cpsp" on;
31851
+ font-size: 12px;
31852
+ line-height: 18px;
31989
31853
  }
31990
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31991
- border-color: #e75a3a;
31854
+
31855
+ .E_lrcmi0v {
31856
+ font-family: Inter;
31857
+ font-style: normal;
31858
+ font-weight: normal;
31859
+ font-size: 16px;
31860
+ line-height: 24px;
31992
31861
  }
31993
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31994
- color: #e75a3a;
31862
+
31863
+ .E_lzt43lp {
31864
+ font-family: Inter;
31865
+ font-style: normal;
31866
+ font-weight: bold;
31867
+ font-size: 16px;
31868
+ line-height: 24px;
31995
31869
  }
31996
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31997
- border-color: #e75a3a;
31998
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31870
+
31871
+ .E_l5yc9nt {
31872
+ font-family: Inter;
31873
+ font-style: normal;
31874
+ font-weight: normal;
31875
+ font-size: 16px;
31876
+ line-height: 24px;
31999
31877
  }
32000
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
32001
- border-color: #e75a3a;
32002
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31878
+
31879
+ .E_l1fbkbzo {
31880
+ font-family: Inter;
31881
+ font-style: normal;
31882
+ font-weight: bold;
31883
+ font-size: 16px;
31884
+ line-height: 24px;
32003
31885
  }
32004
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
32005
- background: rgba(211, 218, 235, 0.6);
32006
- color: rgba(0, 21, 64, 0.3);
32007
- border-color: rgba(172, 186, 211, 0.6);
32008
- }
32009
- textarea.E_i74cfyt.ant-input {
32010
- transition-property: height;
32011
- transition-delay: 50ms;
32012
- }
32013
- textarea.E_i74cfyt.ant-input.textarea-large {
32014
- min-height: 40px;
32015
- height: 40px;
32016
- }
32017
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
32018
- height: 80px;
32019
- }
32020
- textarea.E_i74cfyt.ant-input.textarea-middle {
32021
- min-height: 32px;
32022
- height: 32px;
32023
- }
32024
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
32025
- height: 64px;
32026
- }
32027
- textarea.E_i74cfyt.ant-input.textarea-small {
32028
- min-height: 24px;
32029
- height: 24px;
32030
- }
32031
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
32032
- height: 40px;
31886
+
31887
+ .E_lahvcax {
31888
+ font-family: Inter;
31889
+ font-style: normal;
31890
+ font-weight: normal;
31891
+ text-transform: uppercase;
31892
+ font-feature-settings: "cpsp" on;
31893
+ font-size: 16px;
31894
+ line-height: 24px;
32033
31895
  }
32034
31896
 
32035
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
32036
- border: 1px solid rgba(213, 219, 227, 0.6);
32037
- border-radius: 4px;
32038
- }
32039
- .E_k1ci6977.input-tags {
32040
- position: relative;
32041
- padding: 6px;
32042
- height: 32px;
32043
- cursor: pointer;
32044
- transition: border 150ms;
32045
- }
32046
- .E_k1ci6977.input-tags:hover {
32047
- border-color: #0080ff;
32048
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
32049
- }
32050
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
32051
- padding-right: 30px;
32052
- }
32053
- .E_k1ci6977.input-tags .input-tags-inner {
32054
- display: flex;
32055
- }
32056
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
32057
- display: flex;
32058
- }
32059
- .E_k1ci6977.input-tags .input-tag-suffix {
32060
- position: absolute;
32061
- right: 12px;
32062
- top: 50%;
32063
- transform: translateY(-50%);
32064
- }
32065
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
32066
- color: rgba(0, 0, 0, 0.25);
32067
- font-size: 12px;
32068
- cursor: pointer;
32069
- }
32070
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
32071
- color: rgba(0, 0, 0, 0.45);
32072
- }
32073
- .E_k1ci6977.has-focus-indicator {
32074
- position: relative;
32075
- overflow: hidden;
31897
+ .E_l11q3pxd {
31898
+ font-family: Inter;
31899
+ font-style: normal;
31900
+ font-weight: bold;
31901
+ text-transform: uppercase;
31902
+ font-feature-settings: "cpsp" on;
31903
+ font-size: 16px;
31904
+ line-height: 24px;
32076
31905
  }
32077
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
32078
- position: absolute;
32079
- top: 50%;
32080
- transform: translateY(-50%);
32081
- left: -16px;
32082
- transition: left 150ms ease;
32083
- opacity: 0;
31906
+
31907
+ .E_lfuc2qu {
31908
+ font-family: Inter;
31909
+ font-style: normal;
31910
+ font-weight: normal;
31911
+ font-size: 14px;
31912
+ line-height: 22px;
32084
31913
  }
32085
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
32086
- left: 8px;
32087
- opacity: 1;
31914
+
31915
+ .E_l1jmp8r0 {
31916
+ font-family: Inter;
31917
+ font-style: normal;
31918
+ font-weight: 500;
31919
+ font-size: 14px;
31920
+ line-height: 22px;
32088
31921
  }
32089
- .E_k1ci6977.has-focus-indicator input {
32090
- transition: margin-left 150ms ease;
32091
- margin-left: 0px;
31922
+
31923
+ .E_lcnm221 {
31924
+ font-family: Inter;
31925
+ font-style: normal;
31926
+ font-weight: bold;
31927
+ font-size: 14px;
31928
+ line-height: 22px;
32092
31929
  }
32093
- .E_k1ci6977.has-focus-indicator input:focus {
32094
- margin-left: 16px;
31930
+
31931
+ .E_lu1z2n5 {
31932
+ font-family: Inter;
31933
+ font-style: normal;
31934
+ font-weight: normal;
31935
+ font-size: 14px;
31936
+ line-height: 22px;
32095
31937
  }
32096
31938
 
32097
- input.E_l1f7td1d.ant-input {
32098
- border-top-right-radius: 0;
32099
- border-bottom-right-radius: 0;
31939
+ .E_l1r59djn {
31940
+ font-family: Inter;
31941
+ font-style: normal;
31942
+ font-weight: bold;
31943
+ font-size: 14px;
31944
+ line-height: 22px;
32100
31945
  }
32101
31946
 
32102
- .E_l1f7td1d.ant-input-affix-wrapper {
32103
- border-top-right-radius: 0;
32104
- border-bottom-right-radius: 0;
31947
+ .E_ljm2911 {
31948
+ font-family: Inter;
31949
+ font-style: normal;
31950
+ font-weight: normal;
31951
+ text-transform: uppercase;
31952
+ font-feature-settings: "cpsp" on;
31953
+ font-size: 14px;
31954
+ line-height: 22px;
32105
31955
  }
32106
31956
 
32107
- input.E_rf8rlle.ant-input {
32108
- border-top-left-radius: 0;
32109
- border-bottom-left-radius: 0;
31957
+ .E_l124mzmr {
31958
+ font-family: Inter;
31959
+ font-style: normal;
31960
+ font-weight: bold;
31961
+ text-transform: uppercase;
31962
+ font-feature-settings: "cpsp" on;
31963
+ font-size: 14px;
31964
+ line-height: 22px;
32110
31965
  }
32111
31966
 
32112
- .E_rf8rlle.ant-input-affix-wrapper {
32113
- border-top-left-radius: 0;
32114
- border-bottom-left-radius: 0;
31967
+ .E_lb3chel {
31968
+ font-family: Inter;
31969
+ font-style: normal;
31970
+ font-weight: normal;
31971
+ font-size: 13px;
31972
+ line-height: 20px;
32115
31973
  }
32116
31974
 
32117
- .E_llt2k48.ant-select.select, .E_llt2k48.ant-select.select .ant-select-selector {
32118
- border-top-right-radius: 0;
32119
- border-bottom-right-radius: 0;
31975
+ .E_lv9jstu {
31976
+ font-family: Inter;
31977
+ font-style: normal;
31978
+ font-weight: 600;
31979
+ font-size: 13px;
31980
+ line-height: 20px;
32120
31981
  }
32121
31982
 
32122
- .E_rdwz7eh.ant-select.select, .E_rdwz7eh.ant-select.select .ant-select-selector {
32123
- border-top-left-radius: 0;
32124
- border-bottom-left-radius: 0;
31983
+ .E_lwqlh3x {
31984
+ font-family: Inter;
31985
+ font-style: normal;
31986
+ font-weight: bold;
31987
+ font-size: 13px;
31988
+ line-height: 20px;
32125
31989
  }
32126
31990
 
32127
- .E_c3ni091 {
32128
- display: flex;
32129
- flex-direction: column;
31991
+ .E_lalum9y {
31992
+ font-family: Inter;
31993
+ font-style: normal;
31994
+ font-weight: normal;
31995
+ font-size: 13px;
31996
+ line-height: 20px;
32130
31997
  }
32131
- .E_c3ni091 .select-wrapper {
32132
- margin-top: 12px;
31998
+
31999
+ .E_l1t6dj5o {
32000
+ font-family: Inter;
32001
+ font-style: normal;
32002
+ font-weight: 600;
32003
+ font-size: 13px;
32004
+ line-height: 20px;
32133
32005
  }
32134
- .E_c3ni091 .select-wrapper .select {
32135
- width: 100%;
32006
+
32007
+ .E_l12f6ic {
32008
+ font-family: Inter;
32009
+ font-style: normal;
32010
+ font-weight: bold;
32011
+ font-size: 13px;
32012
+ line-height: 20px;
32136
32013
  }
32137
- .E_c3ni091 .radio-wrapper {
32138
- margin-top: 24px;
32014
+
32015
+ .E_l7gmukq {
32016
+ font-family: Inter;
32017
+ font-style: normal;
32018
+ font-weight: normal;
32019
+ text-transform: uppercase;
32020
+ font-feature-settings: "cpsp" on;
32021
+ font-size: 13px;
32022
+ line-height: 20px;
32139
32023
  }
32140
- .E_c3ni091 div.form-item {
32141
- width: 100%;
32024
+
32025
+ .E_lkwl0yp {
32026
+ font-family: Inter;
32027
+ font-style: normal;
32028
+ font-weight: bold;
32029
+ text-transform: uppercase;
32030
+ font-feature-settings: "cpsp" on;
32031
+ font-size: 13px;
32032
+ line-height: 20px;
32142
32033
  }
32143
32034
 
32144
- .E_d105ju2d {
32145
- font-size: 14px;
32146
- font-weight: 500;
32147
- color: #3e4652;
32035
+ .E_l10knv48 {
32036
+ font-family: Inter;
32037
+ font-style: normal;
32038
+ font-weight: normal;
32039
+ font-size: 12px;
32148
32040
  line-height: 18px;
32149
32041
  }
32150
- .E_d105ju2d + .E_d105ju2d {
32151
- margin-top: 16px;
32152
- }
32153
- .E_d105ju2d + * {
32154
- margin-top: 16px;
32155
- }
32156
32042
 
32157
- .E_lh0l62z.E_d105ju2d {
32043
+ .E_l6526ld {
32044
+ font-family: Inter;
32045
+ font-style: normal;
32046
+ font-weight: 500;
32158
32047
  font-size: 12px;
32159
- color: rgba(44, 56, 82, 0.6);
32160
- margin-top: 12px;
32048
+ line-height: 18px;
32161
32049
  }
32162
32050
 
32163
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32051
+ .E_l1j81vli {
32052
+ font-family: Inter;
32053
+ font-style: normal;
32054
+ font-weight: bold;
32055
+ font-size: 12px;
32164
32056
  line-height: 18px;
32165
- font-weight: 500;
32166
- margin-top: 0;
32167
- white-space: initial;
32168
32057
  }
32169
32058
 
32170
- .E_r1skkc3l {
32171
- display: block;
32059
+ .E_l1x7n1mk {
32060
+ font-family: Inter;
32061
+ font-style: normal;
32062
+ font-weight: normal;
32063
+ font-size: 12px;
32064
+ line-height: 18px;
32172
32065
  }
32173
- .E_r1skkc3l span {
32174
- font-size: 14px;
32066
+
32067
+ .E_l9fqufz {
32068
+ font-family: Inter;
32069
+ font-style: normal;
32175
32070
  font-weight: 500;
32176
- line-height: 32px;
32177
- color: #3e4652;
32071
+ font-size: 12px;
32072
+ line-height: 18px;
32178
32073
  }
32179
32074
 
32180
- .E_c3cobmo {
32181
- margin-top: 16px;
32182
- padding: 8px;
32183
- border-radius: 6px;
32184
- background: rgba(225, 230, 241, 0.6);
32185
- color: rgba(44, 56, 82, 0.6);
32075
+ .E_l1iwnybd {
32076
+ font-family: Inter;
32077
+ font-style: normal;
32078
+ font-weight: bold;
32186
32079
  font-size: 12px;
32187
- }
32188
- .E_c3cobmo div {
32189
- line-height: 20px;
32190
- display: flex;
32191
- align-items: center;
32192
- word-break: break-all;
32193
- }
32194
- .E_c3cobmo .title {
32195
- font-weight: 700;
32196
32080
  line-height: 18px;
32197
- margin: 4px 0;
32198
32081
  }
32199
32082
 
32200
- .E_uqv57uv {
32201
- color: rgba(44, 56, 82, 0.7490196078);
32083
+ .E_lprtm1e {
32084
+ font-family: Inter;
32085
+ font-style: normal;
32086
+ font-weight: normal;
32087
+ text-transform: uppercase;
32088
+ font-feature-settings: "cpsp" on;
32089
+ font-size: 12px;
32090
+ line-height: 18px;
32202
32091
  }
32203
32092
 
32204
- .E_t160l1cm {
32205
- display: flex;
32206
- flex-direction: column;
32207
- flex: 1;
32208
- /* FIXME:(yanzhen) do this better */
32093
+ .E_l1lln87h {
32094
+ font-family: Inter;
32095
+ font-style: normal;
32096
+ font-weight: bold;
32097
+ text-transform: uppercase;
32098
+ font-feature-settings: "cpsp" on;
32099
+ font-size: 12px;
32100
+ line-height: 18px;
32209
32101
  }
32210
- .E_t160l1cm .tab-bar {
32211
- flex-shrink: 0;
32212
- display: flex;
32213
- border-bottom: 1px solid rgba(172, 186, 211, 0.6);
32102
+
32103
+ .E_f2pb48l {
32104
+ font-family: Inter;
32105
+ font-style: normal;
32106
+ font-weight: normal;
32107
+ font-size: 13px;
32108
+ line-height: 20px;
32214
32109
  }
32215
- .E_t160l1cm .tab-content {
32216
- height: 100%;
32110
+
32111
+ .E_fi9emkw {
32112
+ font-family: Inter;
32113
+ font-style: normal;
32114
+ font-weight: normal;
32115
+ font-size: 13px;
32116
+ line-height: 20px;
32217
32117
  }
32218
- .E_t160l1cm .tab-menu-item {
32219
- margin-right: 2px;
32220
- padding: 1px 12px;
32221
- line-height: 24px;
32222
- height: 24px;
32223
- color: rgba(44, 56, 82, 0.6);
32224
- border-radius: 4px 4px 0 0;
32225
- cursor: pointer;
32226
- transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
32118
+
32119
+ .E_f1nrg7da {
32120
+ font-family: Inter;
32121
+ font-style: normal;
32122
+ font-weight: normal;
32123
+ font-size: 12px;
32124
+ line-height: 18px;
32227
32125
  }
32228
- .E_t160l1cm .tab-menu-item:first-child {
32229
- padding-left: 0;
32126
+
32127
+ .E_f17k1i3n {
32128
+ font-family: Inter;
32129
+ font-style: normal;
32130
+ font-weight: normal;
32131
+ font-size: 12px;
32132
+ line-height: 18px;
32230
32133
  }
32231
- .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
32232
- padding-left: 12px;
32134
+
32135
+ .E_t1tvuj2e {
32136
+ font-family: Inter;
32137
+ font-style: normal;
32138
+ font-weight: normal;
32139
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32140
+ font-size: 13px;
32141
+ line-height: 20px;
32233
32142
  }
32234
- .E_t160l1cm .tab-menu-item:hover {
32235
- color: #0080ff;
32236
- background: rgba(211, 218, 235, 0.6);
32143
+
32144
+ .E_t17uajlu {
32145
+ font-family: Inter;
32146
+ font-style: normal;
32147
+ font-weight: normal;
32148
+ font-feature-settings: "zero" on;
32149
+ font-size: 13px;
32150
+ line-height: 20px;
32237
32151
  }
32238
- .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
32239
- fill: #0080ff;
32152
+
32153
+ .E_t114zbyz {
32154
+ font-family: Inter;
32155
+ font-style: normal;
32156
+ font-weight: normal;
32157
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32158
+ font-size: 12px;
32159
+ line-height: 18px;
32240
32160
  }
32241
- .E_t160l1cm .tab-menu-item:active {
32242
- background: rgba(192, 203, 224, 0.6);
32161
+
32162
+ .E_t1il0kvi {
32163
+ font-family: Inter;
32164
+ font-style: normal;
32165
+ font-weight: 500;
32166
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32167
+ font-size: 12px;
32168
+ line-height: 18px;
32243
32169
  }
32244
- .E_t160l1cm .tab-menu-item.ant-dropdown-open {
32245
- color: #0080ff;
32246
- background: rgba(211, 218, 235, 0.6);
32170
+
32171
+ .E_t10dv8p1 {
32172
+ font-family: Inter;
32173
+ font-style: normal;
32174
+ font-weight: normal;
32175
+ font-feature-settings: "zero" on;
32176
+ font-size: 12px;
32177
+ line-height: 18px;
32247
32178
  }
32248
- .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
32249
- background: rgba(192, 203, 224, 0.6);
32179
+
32180
+ .E_tc2oqpq {
32181
+ font-family: Inter;
32182
+ font-style: normal;
32183
+ font-weight: 500;
32184
+ font-feature-settings: "zero" on;
32185
+ font-size: 12px;
32186
+ line-height: 18px;
32250
32187
  }
32251
- .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
32252
- background: rgba(0, 128, 255, 0.16);
32188
+
32189
+ .E_tzvddmc {
32190
+ font-family: Inter;
32191
+ font-style: normal;
32192
+ font-weight: bold;
32193
+ font-feature-settings: "zero" on;
32194
+ font-size: 16px;
32195
+ line-height: 24px;
32253
32196
  }
32254
- .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
32255
- fill: #0080ff;
32197
+
32198
+ .E_u18llj45 {
32199
+ font-family: Inter;
32200
+ font-style: normal;
32201
+ font-weight: normal;
32202
+ font-size: 10px;
32203
+ line-height: 12px;
32256
32204
  }
32257
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
32258
- color: #0080ff;
32259
- background: rgba(0, 128, 255, 0.1);
32205
+
32206
+ .E_a1b5xrg3 .user-icon-inner {
32207
+ display: inline-flex;
32208
+ align-items: center;
32209
+ justify-content: center;
32210
+ color: #fff;
32211
+ font-weight: bold;
32212
+ font-size: 12px;
32213
+ width: 24px;
32214
+ height: 24px;
32215
+ border-radius: 50%;
32216
+ background: var(--a1b5xrg3-0);
32260
32217
  }
32261
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
32262
- background: rgba(0, 128, 255, 0.16);
32218
+ .E_a1b5xrg3.btn-item {
32219
+ transition: all 160ms ease;
32220
+ cursor: pointer;
32221
+ width: 56px;
32222
+ height: 40px;
32223
+ display: inline-flex;
32224
+ align-items: center;
32225
+ justify-content: center;
32226
+ border-radius: 6px;
32263
32227
  }
32264
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
32265
- fill: #1d326c;
32228
+ .E_a1b5xrg3.btn-item:hover {
32229
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
32266
32230
  }
32267
- .E_t160l1cm .tab-menu-item .expand-arrow {
32268
- margin-left: 8px;
32269
- height: 22px;
32231
+ .E_a1b5xrg3.btn-item:active {
32232
+ transform: translateY(2px);
32233
+ transition: all 320ms ease;
32270
32234
  }
32271
- .E_t160l1cm .tab-menu-item .expand-arrow path {
32272
- fill: rgba(44, 56, 82, 0.6);
32235
+
32236
+ .E_m196gn1d {
32237
+ min-width: 1280px;
32273
32238
  }
32274
- .E_t160l1cm .tab-menu-item-group {
32275
- padding: 0;
32239
+
32240
+ .E_cnujxq2 {
32276
32241
  display: flex;
32277
- align-items: center;
32278
- overflow: hidden;
32242
+ flex-direction: column;
32279
32243
  }
32280
- .E_t160l1cm .tab-menu-item-group .main-title {
32281
- opacity: 0;
32282
- max-width: 0;
32283
- transition: max-width 320ms ease, opacity 240ms ease;
32244
+
32245
+ .E_m7s48ia {
32246
+ max-width: 1120px;
32247
+ width: 100%;
32248
+ margin: 0 auto;
32249
+ height: 100%;
32284
32250
  }
32285
- .E_t160l1cm .tab-menu-item-group .sub-title {
32286
- padding: 1px 12px;
32287
- position: relative;
32251
+
32252
+ .E_wt5zbg6 {
32253
+ max-width: 1120px;
32254
+ width: 100%;
32255
+ margin: 0 auto;
32288
32256
  display: flex;
32289
32257
  }
32290
- .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
32291
- opacity: 0;
32292
- position: absolute;
32293
- top: 50%;
32294
- left: 0;
32295
- transform: translate(-50%, -50%);
32296
- transition: opacity 100ms linear;
32297
- fill: rgba(0, 128, 255, 0.2);
32298
- }
32299
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
32300
- color: #0080ff;
32301
- }
32302
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
32303
- padding: 1px 12px;
32304
- display: inline-block;
32305
- opacity: 1;
32306
- max-width: 160px;
32307
- }
32308
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
32309
- padding: 1px 12px;
32310
- color: #005ed1;
32258
+ .E_wt5zbg6 .left,
32259
+ .E_wt5zbg6 .right {
32260
+ flex-grow: 0;
32261
+ flex-shrink: 0;
32262
+ flex-basis: 21%;
32311
32263
  }
32312
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
32313
- opacity: 1;
32264
+ .E_wt5zbg6 .left {
32265
+ display: flex;
32266
+ justify-content: flex-end;
32267
+ padding-right: 44px;
32314
32268
  }
32315
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
32316
- background: rgba(0, 128, 255, 0.16);
32269
+ .E_wt5zbg6 .right {
32270
+ padding-left: 44px;
32317
32271
  }
32318
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
32319
- opacity: 0;
32272
+ .E_wt5zbg6 .middle {
32273
+ margin-bottom: 40px;
32274
+ flex-grow: 0;
32275
+ flex-shrink: 0;
32276
+ flex-basis: 58%;
32320
32277
  }
32321
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
32322
- padding: 4px 16px;
32323
- height: 32px;
32324
- border-radius: 6px 6px 0 0;
32278
+ .E_wt5zbg6 .middle .form-base-field {
32279
+ width: 100%;
32325
32280
  }
32326
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
32327
- padding-left: 0;
32281
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
32282
+ width: auto;
32328
32283
  }
32329
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
32330
- padding-left: 16px;
32284
+
32285
+ .E_h18jprzg .ant-modal-header {
32286
+ margin: 0 auto;
32287
+ width: 100%;
32288
+ max-width: 648px;
32331
32289
  }
32332
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
32333
- margin-left: 11px;
32334
- height: 24px;
32290
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
32291
+ margin-left: 0;
32335
32292
  }
32336
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
32293
+ .E_h18jprzg .ant-modal-body {
32294
+ margin: 0 auto;
32337
32295
  padding: 0;
32296
+ width: 100%;
32297
+ max-width: 648px;
32298
+ overflow: hidden;
32338
32299
  }
32339
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
32340
- padding: 4px 16px;
32341
- }
32342
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
32343
- padding: 4px 16px;
32344
- }
32345
- .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
32346
- background: #fff;
32300
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
32301
+ margin-bottom: 40px;
32347
32302
  }
32348
- .E_t160l1cm .tab-menu-item-light:active {
32349
- color: #005ed1;
32303
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
32304
+ height: calc(100vh - 225px);
32305
+ overflow-y: auto;
32350
32306
  }
32351
- .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
32352
- background: #fff;
32353
- color: #1d326c;
32307
+ .E_h18jprzg .ant-modal-footer .footer-content {
32308
+ margin: 0 auto;
32309
+ max-width: 648px;
32354
32310
  }
32355
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
32356
- color: rgba(45, 58, 86, 0.6);
32311
+
32312
+ .E_h16z9xgz .ant-modal-header {
32313
+ margin: 0 auto;
32314
+ width: 100%;
32315
+ max-width: 1024px;
32357
32316
  }
32358
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
32359
- color: #1d326c;
32317
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
32318
+ margin-left: 0;
32360
32319
  }
32361
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
32362
- fill: #d8deeb;
32320
+ .E_h16z9xgz .ant-modal-body {
32321
+ margin: 0 auto;
32322
+ padding: 0;
32323
+ width: 100%;
32324
+ max-width: 1024px;
32325
+ overflow: hidden;
32363
32326
  }
32364
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
32365
- fill: #1d326c;
32327
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
32328
+ margin-bottom: 40px;
32366
32329
  }
32367
- .E_t160l1cm .tab-content {
32368
- flex: 1;
32369
- display: flex;
32370
- flex-direction: column;
32330
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
32331
+ height: calc(100vh - 225px);
32332
+ overflow-y: auto;
32371
32333
  }
32372
- .E_t160l1cm.is-overview .tab-content {
32373
- overflow: visible;
32334
+ .E_h16z9xgz .ant-modal-footer .footer-content {
32335
+ margin: 0 auto;
32336
+ max-width: 1024px;
32374
32337
  }
32375
32338
 
32376
- .E_t14npdqr {
32377
- max-width: 240px;
32378
- animation: none;
32379
- }
32380
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
32381
- border: 1px solid #0080ff;
32382
- padding: 0;
32339
+ .E_f1lrhghm {
32340
+ flex: 1;
32383
32341
  }
32384
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
32385
- margin: 0;
32386
- height: 32px;
32387
- line-height: 32px;
32342
+ .E_f1lrhghm label {
32388
32343
  font-size: 13px;
32389
- padding: 0 10px;
32390
- display: block;
32391
- overflow: hidden;
32392
- text-overflow: ellipsis;
32393
- white-space: nowrap;
32344
+ line-height: 20px;
32345
+ color: rgba(44, 56, 82, 0.6);
32394
32346
  }
32395
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
32396
- content: " ";
32397
- height: 1px;
32398
- width: calc(100% + 10px);
32399
- background: rgba(172, 186, 211, 0.6);
32400
- display: block;
32347
+ .E_f1lrhghm .title {
32348
+ font-size: 14px;
32349
+ line-height: 20px;
32350
+ color: #2d3a56;
32351
+ margin-bottom: 12px;
32401
32352
  }
32402
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
32403
- color: #0080ff;
32404
- background: transparent;
32353
+ .E_f1lrhghm.connect-cluster .title {
32354
+ padding-bottom: 26px;
32405
32355
  }
32406
32356
 
32407
- .E_a1b5xrg3 .user-icon-inner {
32408
- display: inline-flex;
32409
- align-items: center;
32410
- justify-content: center;
32411
- color: #fff;
32412
- font-weight: bold;
32413
- font-size: 12px;
32414
- width: 24px;
32415
- height: 24px;
32416
- border-radius: 50%;
32417
- background: var(--a1b5xrg3-0);
32357
+ .E_f18ot8em {
32358
+ padding: 25px 0 15px 0;
32359
+ border-bottom: 1px solid #e1e5eb;
32360
+ margin-bottom: 16px;
32418
32361
  }
32419
- .E_a1b5xrg3.btn-item {
32420
- transition: all 160ms ease;
32421
- cursor: pointer;
32422
- width: 56px;
32423
- height: 40px;
32424
- display: inline-flex;
32362
+
32363
+ .E_f1l1g2k0 {
32364
+ display: flex;
32425
32365
  align-items: center;
32426
- justify-content: center;
32427
- border-radius: 6px;
32366
+ margin-bottom: 8px;
32428
32367
  }
32429
- .E_a1b5xrg3.btn-item:hover {
32430
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
32368
+ .E_f1l1g2k0 > label {
32369
+ width: 216px;
32431
32370
  }
32432
- .E_a1b5xrg3.btn-item:active {
32433
- transform: translateY(2px);
32434
- transition: all 320ms ease;
32371
+ .E_f1l1g2k0 > label + * {
32372
+ width: 100%;
32373
+ }
32374
+ .E_f1l1g2k0 .ant-select {
32375
+ width: 100%;
32435
32376
  }
32436
32377
 
32437
- .E_m196gn1d {
32438
- min-width: 1280px;
32378
+ .E_e1k89cwg {
32379
+ color: #e75a3a;
32380
+ margin-right: 10px;
32439
32381
  }
32440
32382
 
32441
- .E_skwah65 {
32442
- height: 8px;
32443
- box-sizing: border-box;
32444
- border-radius: 2px;
32445
- background: #f5f7fa;
32446
- display: flex;
32383
+ .E_d1oui1gf {
32447
32384
  width: 100%;
32448
- overflow: hidden;
32449
- }
32450
- .E_skwah65 .stack-bar-item + .stack-bar-item {
32451
- margin-left: 1px;
32385
+ height: 1px;
32386
+ background: rgba(213, 219, 227, 0.6);
32387
+ margin: 24px 0;
32452
32388
  }
32453
32389
 
32454
- .E_dsnbhzf {
32455
- font-family: Inter;
32456
- font-style: normal;
32457
- font-weight: bold;
32458
- font-size: 32px;
32459
- line-height: 40px;
32390
+ .E_l15itdbb {
32391
+ display: flex;
32392
+ justify-content: center;
32393
+ align-items: center;
32394
+ height: 100%;
32460
32395
  }
32461
32396
 
32462
- .E_d1mvo22k {
32463
- font-family: Inter;
32464
- font-style: normal;
32465
- font-weight: bold;
32466
- font-size: 24px;
32467
- line-height: 32px;
32397
+ .E_d1y3z4w {
32398
+ display: inline-block;
32399
+ width: 4px;
32400
+ height: 4px;
32401
+ background: #8e9aa9;
32402
+ opacity: 0.4;
32403
+ border-radius: 50%;
32404
+ margin: 0 4px;
32468
32405
  }
32469
32406
 
32470
- .E_d1b444tr {
32471
- font-family: Inter;
32472
- font-style: normal;
32473
- font-weight: normal;
32474
- font-size: 32px;
32475
- line-height: 40px;
32407
+ .E_m177r7a3 .ant-modal-header,
32408
+ .E_m177r7a3 .ant-modal-footer .footer-content {
32409
+ width: 648px;
32410
+ margin: 0 auto;
32476
32411
  }
32477
-
32478
- .E_dvs0kue {
32479
- font-family: Inter;
32480
- font-style: normal;
32481
- font-weight: bold;
32482
- font-size: 20px;
32483
- line-height: 24px;
32412
+ .E_m177r7a3 .ant-modal-header {
32413
+ padding: 35px 0 24px;
32414
+ border: none;
32484
32415
  }
32485
-
32486
- .E_d1hcbfcq {
32487
- font-family: Inter;
32488
- font-style: normal;
32489
- font-weight: normal;
32490
- font-size: 20px;
32491
- line-height: 24px;
32416
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
32417
+ font-size: 30px;
32418
+ }
32419
+ .E_m177r7a3 .ant-modal-body {
32420
+ padding: 4px 0 2px;
32421
+ }
32422
+ .E_m177r7a3 .ant-modal-footer {
32423
+ border: none;
32492
32424
  }
32493
32425
 
32494
- .E_d1cz922v {
32495
- font-family: Inter;
32496
- font-style: normal;
32426
+ .E_t1wwio3v {
32427
+ font-size: 12px;
32428
+ line-height: 18px;
32497
32429
  font-weight: bold;
32498
- font-size: 18px;
32499
- line-height: 22px;
32430
+ color: #fff;
32431
+ padding: 0 4px;
32432
+ border-radius: 4px;
32433
+ display: inline-block;
32434
+ background: var(--t1wwio3v-0);
32435
+ }
32436
+ .E_t1wwio3v:not(:first-child) {
32437
+ margin-left: 4px;
32500
32438
  }
32501
32439
 
32502
- .E_d3nzbrm {
32503
- font-family: Inter;
32504
- font-style: normal;
32505
- font-weight: normal;
32506
- font-size: 18px;
32507
- line-height: 22px;
32440
+ .E_f17jvtfk {
32441
+ width: 100%;
32442
+ height: 100%;
32443
+ display: flex;
32444
+ align-items: center;
32445
+ justify-content: center;
32508
32446
  }
32509
32447
 
32510
- .E_h1g0p5ob {
32511
- font-family: Inter;
32512
- font-style: normal;
32448
+ .E_nzppkea {
32449
+ font-size: 90%;
32513
32450
  font-weight: bold;
32514
- font-size: 16px;
32515
- line-height: 22px;
32451
+ background-color: rgba(240, 243, 247, 0.6);
32452
+ padding: 1px 4px 1px;
32453
+ margin-left: 2px;
32454
+ margin-right: 2px;
32455
+ border: 1px solid rgba(213, 219, 227, 0.6);
32456
+ border-radius: 4px;
32516
32457
  }
32517
32458
 
32518
- .E_hydo2ej {
32519
- font-family: Inter;
32520
- font-style: normal;
32521
- font-weight: normal;
32522
- font-size: 16px;
32523
- line-height: 22px;
32459
+ .E_f4mi9eq.form-item-general {
32460
+ width: 640px;
32461
+ }
32462
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
32463
+ margin-top: 16px;
32464
+ }
32465
+ .E_f4mi9eq.form-item-compact {
32466
+ width: 412px;
32467
+ }
32468
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
32469
+ margin-top: 8px;
32470
+ }
32471
+ .E_f4mi9eq .form-item {
32472
+ width: auto;
32473
+ }
32474
+ .E_f4mi9eq .form-item-main {
32475
+ position: relative;
32476
+ display: flex;
32477
+ }
32478
+ .E_f4mi9eq .form-item-extra {
32479
+ margin-top: 4px;
32480
+ width: 100%;
32481
+ padding: 14px;
32482
+ background: #f2f4f6;
32483
+ font-size: 13px;
32484
+ line-height: 1.8;
32485
+ color: #8e9aa9;
32486
+ }
32487
+ .E_f4mi9eq .form-item-label {
32488
+ padding-right: 12px;
32489
+ font-size: 13px;
32490
+ color: rgba(44, 56, 82, 0.6);
32491
+ }
32492
+ .E_f4mi9eq .form-item-label.label-right {
32493
+ text-align: right;
32494
+ }
32495
+ .E_f4mi9eq .form-item-label,
32496
+ .E_f4mi9eq .form-item-control {
32497
+ line-height: 32px;
32498
+ }
32499
+ .E_f4mi9eq .form-item-control .form-item-error {
32500
+ line-height: 18px;
32501
+ }
32502
+ .E_f4mi9eq .form-item-children {
32503
+ width: 100%;
32504
+ }
32505
+ .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
32506
+ width: 100%;
32507
+ }
32508
+ .E_f4mi9eq .form-item-error {
32509
+ color: #e75a3a;
32510
+ height: 0;
32511
+ overflow: hidden;
32512
+ }
32513
+ .E_f4mi9eq .form-item-error-enter-done {
32514
+ margin-top: 4px;
32515
+ height: auto;
32516
+ overflow: auto;
32517
+ }
32518
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
32519
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
32520
+ border: 1px solid #e75a3a;
32521
+ color: #e75a3a;
32524
32522
  }
32525
32523
 
32526
- .E_h1hbuq0r {
32527
- font-family: Inter;
32528
- font-style: normal;
32524
+ .E_fh0ewl8 {
32525
+ color: #2d3a56;
32529
32526
  font-weight: bold;
32530
- font-size: 14px;
32531
- line-height: 20px;
32527
+ padding-bottom: 6px;
32528
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32529
+ margin-bottom: 16px;
32530
+ }
32531
+ .E_fh0ewl8:not(:first-of-type) {
32532
+ margin-top: 16px;
32532
32533
  }
32533
32534
 
32534
- .E_h13bondg {
32535
- font-family: Inter;
32536
- font-style: normal;
32537
- font-weight: normal;
32538
- font-size: 14px;
32539
- line-height: 20px;
32535
+ .E_e1qrlvot {
32536
+ width: 8px;
32537
+ height: 24px;
32538
+ display: flex;
32539
+ justify-content: center;
32540
+ align-items: center;
32541
+ cursor: pointer;
32542
+ transition: all 200ms ease-out 40ms;
32543
+ }
32544
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
32545
+ content: "";
32546
+ width: 1px;
32547
+ height: 6px;
32548
+ border-radius: 1px;
32549
+ background: #ccd4e3;
32550
+ position: relative;
32551
+ right: 2px;
32552
+ transform: rotate(-45deg);
32553
+ }
32554
+ .E_e1qrlvot:after {
32555
+ transform: rotate(45deg);
32556
+ left: 1px;
32540
32557
  }
32541
32558
 
32542
- .E_h1mhvdlx {
32543
- font-family: Inter;
32544
- font-style: normal;
32545
- font-weight: bold;
32559
+ .E_w9ic984.ant-alert-warning {
32560
+ border: 0;
32561
+ background: rgba(255, 187, 0, 0.1);
32562
+ border-radius: 6px;
32563
+ }
32564
+ .E_w9ic984.ant-alert,
32565
+ .E_w9ic984 .ant-alert-message {
32566
+ color: #e07f00;
32567
+ }
32568
+ .E_w9ic984.ant-alert .dashed-border-bottom,
32569
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
32570
+ border-bottom-color: #e07f00;
32571
+ }
32572
+
32573
+ .E_n1k9qi4r {
32574
+ display: flex;
32575
+ flex-direction: row;
32576
+ padding: 7px 12px;
32577
+ background: rgba(255, 187, 0, 0.1);
32578
+ border-radius: 6px;
32579
+ color: #e07f00;
32546
32580
  font-size: 12px;
32547
32581
  line-height: 18px;
32548
32582
  }
32583
+ .E_n1k9qi4r .icon-wrapper {
32584
+ margin-right: 10px;
32585
+ height: 18px;
32586
+ }
32549
32587
 
32550
- .E_h1inmfq6 {
32551
- font-family: Inter;
32552
- font-style: normal;
32553
- font-weight: normal;
32588
+ .E_n16fsg9x {
32589
+ display: flex;
32590
+ flex-direction: row;
32591
+ padding: 7px 12px;
32592
+ background: rgba(225, 230, 241, 0.6);
32593
+ border-radius: 6px;
32594
+ color: rgba(44, 56, 82, 0.6);
32554
32595
  font-size: 12px;
32555
32596
  line-height: 18px;
32556
32597
  }
32598
+ .E_n16fsg9x .icon-wrapper {
32599
+ margin-right: 10px;
32600
+ height: 18px;
32601
+ }
32557
32602
 
32558
- .E_h1kfc0la {
32559
- font-family: Inter;
32560
- font-style: normal;
32561
- font-weight: bold;
32562
- text-transform: uppercase;
32563
- font-feature-settings: "cpsp" on;
32603
+ .E_i173wxzw {
32604
+ display: flex;
32605
+ flex-direction: row;
32606
+ padding: 7px 12px;
32607
+ background: rgba(0, 136, 255, 0.1);
32608
+ border-radius: 6px;
32609
+ color: #005ed1;
32564
32610
  font-size: 12px;
32565
32611
  line-height: 18px;
32566
32612
  }
32613
+ .E_i173wxzw .icon-wrapper {
32614
+ margin-right: 10px;
32615
+ height: 18px;
32616
+ }
32567
32617
 
32568
- .E_h10xnyuu {
32569
- font-family: Inter;
32570
- font-style: normal;
32571
- font-weight: normal;
32572
- text-transform: uppercase;
32573
- font-feature-settings: "cpsp" on;
32618
+ .E_dld369h {
32619
+ color: rgba(44, 56, 82, 0.6);
32620
+ margin-top: 5px;
32574
32621
  font-size: 12px;
32575
32622
  line-height: 18px;
32576
32623
  }
32577
32624
 
32578
- .E_lrcmi0v {
32579
- font-family: Inter;
32580
- font-style: normal;
32581
- font-weight: normal;
32582
- font-size: 16px;
32583
- line-height: 24px;
32625
+ .E_s1epv22q {
32626
+ color: #f0483e;
32627
+ font-size: 12px;
32628
+ white-space: pre-wrap;
32584
32629
  }
32585
32630
 
32586
- .E_lzt43lp {
32587
- font-family: Inter;
32588
- font-style: normal;
32589
- font-weight: bold;
32590
- font-size: 16px;
32591
- line-height: 24px;
32592
- }
32593
-
32594
- .E_l5yc9nt {
32595
- font-family: Inter;
32596
- font-style: normal;
32597
- font-weight: normal;
32598
- font-size: 16px;
32599
- line-height: 24px;
32631
+ .E_okus5hk {
32632
+ display: flex;
32633
+ align-items: center;
32634
+ justify-content: flex-end;
32600
32635
  }
32601
-
32602
- .E_l1fbkbzo {
32603
- font-family: Inter;
32604
- font-style: normal;
32605
- font-weight: bold;
32606
- font-size: 16px;
32607
- line-height: 24px;
32636
+ .E_okus5hk .icon-wrapper {
32637
+ margin-right: 16px;
32608
32638
  }
32609
32639
 
32610
- .E_lahvcax {
32611
- font-family: Inter;
32612
- font-style: normal;
32613
- font-weight: normal;
32614
- text-transform: uppercase;
32615
- font-feature-settings: "cpsp" on;
32616
- font-size: 16px;
32617
- line-height: 24px;
32640
+ .E_t1auuzri {
32641
+ color: rgba(0, 21, 64, 0.3);
32618
32642
  }
32619
32643
 
32620
- .E_l11q3pxd {
32621
- font-family: Inter;
32622
- font-style: normal;
32623
- font-weight: bold;
32624
- text-transform: uppercase;
32625
- font-feature-settings: "cpsp" on;
32626
- font-size: 16px;
32627
- line-height: 24px;
32644
+ .E_i74cfyt.ant-input {
32645
+ padding: 5px 12px;
32646
+ line-height: 20px;
32647
+ color: #2d3a56;
32648
+ border-radius: 6px;
32649
+ border-color: rgba(172, 186, 211, 0.6);
32650
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32628
32651
  }
32629
-
32630
- .E_lfuc2qu {
32631
- font-family: Inter;
32632
- font-style: normal;
32633
- font-weight: normal;
32634
- font-size: 14px;
32652
+ .E_i74cfyt.ant-input.ant-input-lg {
32653
+ padding: 8px 16px;
32635
32654
  line-height: 22px;
32636
32655
  }
32637
-
32638
- .E_l1jmp8r0 {
32639
- font-family: Inter;
32640
- font-style: normal;
32641
- font-weight: 500;
32642
- font-size: 14px;
32643
- line-height: 22px;
32656
+ .E_i74cfyt.ant-input.ant-input-sm {
32657
+ padding: 2px 8px;
32658
+ line-height: 18px;
32644
32659
  }
32645
-
32646
- .E_lcnm221 {
32647
- font-family: Inter;
32648
- font-style: normal;
32649
- font-weight: bold;
32650
- font-size: 14px;
32651
- line-height: 22px;
32660
+ .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
32661
+ border-color: rgba(107, 128, 167, 0.6);
32662
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32663
+ z-index: 1;
32652
32664
  }
32653
-
32654
- .E_lu1z2n5 {
32655
- font-family: Inter;
32656
- font-style: normal;
32657
- font-weight: normal;
32658
- font-size: 14px;
32659
- line-height: 22px;
32665
+ .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
32666
+ border-color: #0096ff;
32667
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32668
+ z-index: 1;
32660
32669
  }
32661
-
32662
- .E_l1r59djn {
32663
- font-family: Inter;
32664
- font-style: normal;
32665
- font-weight: bold;
32666
- font-size: 14px;
32667
- line-height: 22px;
32670
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
32671
+ border-color: #e75a3a;
32672
+ color: #e75a3a;
32668
32673
  }
32669
-
32670
- .E_ljm2911 {
32671
- font-family: Inter;
32672
- font-style: normal;
32673
- font-weight: normal;
32674
- text-transform: uppercase;
32675
- font-feature-settings: "cpsp" on;
32676
- font-size: 14px;
32677
- line-height: 22px;
32674
+ .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
32675
+ border-color: #e75a3a;
32676
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32678
32677
  }
32679
-
32680
- .E_l124mzmr {
32681
- font-family: Inter;
32682
- font-style: normal;
32683
- font-weight: bold;
32684
- text-transform: uppercase;
32685
- font-feature-settings: "cpsp" on;
32686
- font-size: 14px;
32687
- line-height: 22px;
32678
+ .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
32679
+ border-color: #e75a3a;
32680
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32688
32681
  }
32689
-
32690
- .E_lb3chel {
32691
- font-family: Inter;
32692
- font-style: normal;
32693
- font-weight: normal;
32694
- font-size: 13px;
32695
- line-height: 20px;
32682
+ .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
32683
+ background: rgba(211, 218, 235, 0.6);
32684
+ color: rgba(0, 21, 64, 0.3);
32685
+ border-color: rgba(172, 186, 211, 0.6);
32696
32686
  }
32697
-
32698
- .E_lv9jstu {
32699
- font-family: Inter;
32700
- font-style: normal;
32701
- font-weight: 600;
32702
- font-size: 13px;
32687
+ .E_i74cfyt.ant-input-affix-wrapper {
32688
+ padding: 5px 12px;
32689
+ border-radius: 6px;
32690
+ border-color: rgba(172, 186, 211, 0.6);
32703
32691
  line-height: 20px;
32692
+ color: #2d3a56;
32693
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32704
32694
  }
32705
-
32706
- .E_lwqlh3x {
32707
- font-family: Inter;
32708
- font-style: normal;
32709
- font-weight: bold;
32710
- font-size: 13px;
32711
- line-height: 20px;
32695
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
32696
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
32697
+ color: rgba(44, 56, 82, 0.6);
32712
32698
  }
32713
-
32714
- .E_lalum9y {
32715
- font-family: Inter;
32716
- font-style: normal;
32717
- font-weight: normal;
32718
- font-size: 13px;
32719
- line-height: 20px;
32699
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
32700
+ padding: 8px 16px;
32701
+ line-height: 22px;
32720
32702
  }
32721
-
32722
- .E_l1t6dj5o {
32723
- font-family: Inter;
32724
- font-style: normal;
32725
- font-weight: 600;
32726
- font-size: 13px;
32727
- line-height: 20px;
32703
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
32704
+ padding: 2px 8px;
32705
+ line-height: 18px;
32728
32706
  }
32729
-
32730
- .E_l12f6ic {
32731
- font-family: Inter;
32732
- font-style: normal;
32733
- font-weight: bold;
32734
- font-size: 13px;
32735
- line-height: 20px;
32707
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
32708
+ border-color: rgba(107, 128, 167, 0.6);
32709
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32736
32710
  }
32737
-
32738
- .E_l7gmukq {
32739
- font-family: Inter;
32740
- font-style: normal;
32741
- font-weight: normal;
32742
- text-transform: uppercase;
32743
- font-feature-settings: "cpsp" on;
32744
- font-size: 13px;
32745
- line-height: 20px;
32711
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
32712
+ border-color: #0096ff;
32713
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32714
+ }
32715
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
32716
+ border-color: #e75a3a;
32717
+ }
32718
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
32719
+ color: #e75a3a;
32720
+ }
32721
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
32722
+ border-color: #e75a3a;
32723
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32724
+ }
32725
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
32726
+ border-color: #e75a3a;
32727
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32728
+ }
32729
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
32730
+ background: rgba(211, 218, 235, 0.6);
32731
+ color: rgba(0, 21, 64, 0.3);
32732
+ border-color: rgba(172, 186, 211, 0.6);
32733
+ }
32734
+ textarea.E_i74cfyt.ant-input {
32735
+ transition-property: height;
32736
+ transition-delay: 50ms;
32737
+ }
32738
+ textarea.E_i74cfyt.ant-input.textarea-large {
32739
+ min-height: 40px;
32740
+ height: 40px;
32741
+ }
32742
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
32743
+ height: 80px;
32744
+ }
32745
+ textarea.E_i74cfyt.ant-input.textarea-middle {
32746
+ min-height: 32px;
32747
+ height: 32px;
32748
+ }
32749
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
32750
+ height: 64px;
32751
+ }
32752
+ textarea.E_i74cfyt.ant-input.textarea-small {
32753
+ min-height: 24px;
32754
+ height: 24px;
32755
+ }
32756
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
32757
+ height: 40px;
32746
32758
  }
32747
32759
 
32748
- .E_lkwl0yp {
32749
- font-family: Inter;
32750
- font-style: normal;
32751
- font-weight: bold;
32752
- text-transform: uppercase;
32753
- font-feature-settings: "cpsp" on;
32754
- font-size: 13px;
32755
- line-height: 20px;
32760
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
32761
+ border: 1px solid rgba(213, 219, 227, 0.6);
32762
+ border-radius: 4px;
32763
+ }
32764
+ .E_k1ci6977.input-tags {
32765
+ position: relative;
32766
+ padding: 6px;
32767
+ height: 32px;
32768
+ cursor: pointer;
32769
+ transition: border 150ms;
32770
+ }
32771
+ .E_k1ci6977.input-tags:hover {
32772
+ border-color: #0080ff;
32773
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
32774
+ }
32775
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
32776
+ padding-right: 30px;
32777
+ }
32778
+ .E_k1ci6977.input-tags .input-tags-inner {
32779
+ display: flex;
32780
+ }
32781
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
32782
+ display: flex;
32783
+ }
32784
+ .E_k1ci6977.input-tags .input-tag-suffix {
32785
+ position: absolute;
32786
+ right: 12px;
32787
+ top: 50%;
32788
+ transform: translateY(-50%);
32789
+ }
32790
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
32791
+ color: rgba(0, 0, 0, 0.25);
32792
+ font-size: 12px;
32793
+ cursor: pointer;
32794
+ }
32795
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
32796
+ color: rgba(0, 0, 0, 0.45);
32797
+ }
32798
+ .E_k1ci6977.has-focus-indicator {
32799
+ position: relative;
32800
+ overflow: hidden;
32801
+ }
32802
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
32803
+ position: absolute;
32804
+ top: 50%;
32805
+ transform: translateY(-50%);
32806
+ left: -16px;
32807
+ transition: left 150ms ease;
32808
+ opacity: 0;
32809
+ }
32810
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
32811
+ left: 8px;
32812
+ opacity: 1;
32813
+ }
32814
+ .E_k1ci6977.has-focus-indicator input {
32815
+ transition: margin-left 150ms ease;
32816
+ margin-left: 0px;
32817
+ }
32818
+ .E_k1ci6977.has-focus-indicator input:focus {
32819
+ margin-left: 16px;
32756
32820
  }
32757
32821
 
32758
- .E_l10knv48 {
32759
- font-family: Inter;
32760
- font-style: normal;
32761
- font-weight: normal;
32762
- font-size: 12px;
32763
- line-height: 18px;
32822
+ input.E_l1f7td1d.ant-input {
32823
+ border-top-right-radius: 0;
32824
+ border-bottom-right-radius: 0;
32764
32825
  }
32765
32826
 
32766
- .E_l6526ld {
32767
- font-family: Inter;
32768
- font-style: normal;
32769
- font-weight: 500;
32770
- font-size: 12px;
32771
- line-height: 18px;
32827
+ .E_l1f7td1d.ant-input-affix-wrapper {
32828
+ border-top-right-radius: 0;
32829
+ border-bottom-right-radius: 0;
32772
32830
  }
32773
32831
 
32774
- .E_l1j81vli {
32775
- font-family: Inter;
32776
- font-style: normal;
32777
- font-weight: bold;
32778
- font-size: 12px;
32779
- line-height: 18px;
32832
+ input.E_rf8rlle.ant-input {
32833
+ border-top-left-radius: 0;
32834
+ border-bottom-left-radius: 0;
32780
32835
  }
32781
32836
 
32782
- .E_l1x7n1mk {
32783
- font-family: Inter;
32784
- font-style: normal;
32785
- font-weight: normal;
32786
- font-size: 12px;
32787
- line-height: 18px;
32837
+ .E_rf8rlle.ant-input-affix-wrapper {
32838
+ border-top-left-radius: 0;
32839
+ border-bottom-left-radius: 0;
32788
32840
  }
32789
32841
 
32790
- .E_l9fqufz {
32791
- font-family: Inter;
32792
- font-style: normal;
32793
- font-weight: 500;
32794
- font-size: 12px;
32795
- line-height: 18px;
32842
+ .E_llt2k48.ant-select.select, .E_llt2k48.ant-select.select .ant-select-selector {
32843
+ border-top-right-radius: 0;
32844
+ border-bottom-right-radius: 0;
32796
32845
  }
32797
32846
 
32798
- .E_l1iwnybd {
32799
- font-family: Inter;
32800
- font-style: normal;
32801
- font-weight: bold;
32802
- font-size: 12px;
32803
- line-height: 18px;
32847
+ .E_rdwz7eh.ant-select.select, .E_rdwz7eh.ant-select.select .ant-select-selector {
32848
+ border-top-left-radius: 0;
32849
+ border-bottom-left-radius: 0;
32804
32850
  }
32805
32851
 
32806
- .E_lprtm1e {
32807
- font-family: Inter;
32808
- font-style: normal;
32809
- font-weight: normal;
32810
- text-transform: uppercase;
32811
- font-feature-settings: "cpsp" on;
32812
- font-size: 12px;
32813
- line-height: 18px;
32852
+ .E_c3ni091 {
32853
+ display: flex;
32854
+ flex-direction: column;
32814
32855
  }
32815
-
32816
- .E_l1lln87h {
32817
- font-family: Inter;
32818
- font-style: normal;
32819
- font-weight: bold;
32820
- text-transform: uppercase;
32821
- font-feature-settings: "cpsp" on;
32822
- font-size: 12px;
32823
- line-height: 18px;
32856
+ .E_c3ni091 .select-wrapper {
32857
+ margin-top: 12px;
32824
32858
  }
32825
-
32826
- .E_f2pb48l {
32827
- font-family: Inter;
32828
- font-style: normal;
32829
- font-weight: normal;
32830
- font-size: 13px;
32831
- line-height: 20px;
32859
+ .E_c3ni091 .select-wrapper .select {
32860
+ width: 100%;
32832
32861
  }
32833
-
32834
- .E_fi9emkw {
32835
- font-family: Inter;
32836
- font-style: normal;
32837
- font-weight: normal;
32838
- font-size: 13px;
32839
- line-height: 20px;
32862
+ .E_c3ni091 .radio-wrapper {
32863
+ margin-top: 24px;
32840
32864
  }
32841
-
32842
- .E_f1nrg7da {
32843
- font-family: Inter;
32844
- font-style: normal;
32845
- font-weight: normal;
32846
- font-size: 12px;
32847
- line-height: 18px;
32865
+ .E_c3ni091 div.form-item {
32866
+ width: 100%;
32848
32867
  }
32849
32868
 
32850
- .E_f17k1i3n {
32851
- font-family: Inter;
32852
- font-style: normal;
32853
- font-weight: normal;
32854
- font-size: 12px;
32869
+ .E_d105ju2d {
32870
+ font-size: 14px;
32871
+ font-weight: 500;
32872
+ color: #3e4652;
32855
32873
  line-height: 18px;
32856
32874
  }
32857
-
32858
- .E_t1tvuj2e {
32859
- font-family: Inter;
32860
- font-style: normal;
32861
- font-weight: normal;
32862
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32863
- font-size: 13px;
32864
- line-height: 20px;
32875
+ .E_d105ju2d + .E_d105ju2d {
32876
+ margin-top: 16px;
32865
32877
  }
32866
-
32867
- .E_t17uajlu {
32868
- font-family: Inter;
32869
- font-style: normal;
32870
- font-weight: normal;
32871
- font-feature-settings: "zero" on;
32872
- font-size: 13px;
32873
- line-height: 20px;
32878
+ .E_d105ju2d + * {
32879
+ margin-top: 16px;
32874
32880
  }
32875
32881
 
32876
- .E_t114zbyz {
32877
- font-family: Inter;
32878
- font-style: normal;
32879
- font-weight: normal;
32880
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32882
+ .E_lh0l62z.E_d105ju2d {
32881
32883
  font-size: 12px;
32882
- line-height: 18px;
32884
+ color: rgba(44, 56, 82, 0.6);
32885
+ margin-top: 12px;
32883
32886
  }
32884
32887
 
32885
- .E_t1il0kvi {
32886
- font-family: Inter;
32887
- font-style: normal;
32888
- font-weight: 500;
32889
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32890
- font-size: 12px;
32888
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32891
32889
  line-height: 18px;
32890
+ font-weight: 500;
32891
+ margin-top: 0;
32892
+ white-space: initial;
32892
32893
  }
32893
32894
 
32894
- .E_t10dv8p1 {
32895
- font-family: Inter;
32896
- font-style: normal;
32897
- font-weight: normal;
32898
- font-feature-settings: "zero" on;
32899
- font-size: 12px;
32900
- line-height: 18px;
32895
+ .E_r1skkc3l {
32896
+ display: block;
32901
32897
  }
32902
-
32903
- .E_tc2oqpq {
32904
- font-family: Inter;
32905
- font-style: normal;
32898
+ .E_r1skkc3l span {
32899
+ font-size: 14px;
32906
32900
  font-weight: 500;
32907
- font-feature-settings: "zero" on;
32908
- font-size: 12px;
32909
- line-height: 18px;
32901
+ line-height: 32px;
32902
+ color: #3e4652;
32910
32903
  }
32911
32904
 
32912
- .E_tzvddmc {
32913
- font-family: Inter;
32914
- font-style: normal;
32915
- font-weight: bold;
32916
- font-feature-settings: "zero" on;
32917
- font-size: 16px;
32918
- line-height: 24px;
32905
+ .E_c3cobmo {
32906
+ margin-top: 16px;
32907
+ padding: 8px;
32908
+ border-radius: 6px;
32909
+ background: rgba(225, 230, 241, 0.6);
32910
+ color: rgba(44, 56, 82, 0.6);
32911
+ font-size: 12px;
32912
+ }
32913
+ .E_c3cobmo div {
32914
+ line-height: 20px;
32915
+ display: flex;
32916
+ align-items: center;
32917
+ word-break: break-all;
32918
+ }
32919
+ .E_c3cobmo .title {
32920
+ font-weight: 700;
32921
+ line-height: 18px;
32922
+ margin: 4px 0;
32919
32923
  }
32920
32924
 
32921
- .E_u18llj45 {
32922
- font-family: Inter;
32923
- font-style: normal;
32924
- font-weight: normal;
32925
- font-size: 10px;
32926
- line-height: 12px;
32925
+ .E_uqv57uv {
32926
+ color: rgba(44, 56, 82, 0.7490196078);
32927
32927
  }
32928
32928
 
32929
32929
  .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
@@ -33179,6 +33179,12 @@ input.E_rf8rlle.ant-input {
33179
33179
  fill: blue;
33180
33180
  }
33181
33181
 
33182
+ .E_h1ol2wl7 {
33183
+ font-weight: bold;
33184
+ background-color: unset;
33185
+ padding: unset;
33186
+ }
33187
+
33182
33188
  .E_hrhfj7c {
33183
33189
  display: none;
33184
33190
  }
@@ -33600,62 +33606,22 @@ input.E_rf8rlle.ant-input {
33600
33606
  .E_ncaepor .nav-info .scrolled-resource {
33601
33607
  color: #1d326c;
33602
33608
  flex: 1;
33603
- overflow: hidden;
33604
- text-overflow: ellipsis;
33605
- }
33606
- .E_ncaepor .nav-info .scrolled-view {
33607
- color: rgba(44, 56, 82, 0.6);
33608
- margin-left: 8px;
33609
- }
33610
- .E_ncaepor.is-scrolled .name-text {
33611
- transform: translateY(-100%);
33612
- opacity: 0;
33613
- position: absolute;
33614
- }
33615
- .E_ncaepor.is-scrolled .nav-info {
33616
- transform: translateY(0);
33617
- opacity: 1;
33618
- position: static;
33619
- }
33620
-
33621
- .E_h1ol2wl7 {
33622
- font-weight: bold;
33623
- background-color: unset;
33624
- padding: unset;
33625
- }
33626
-
33627
- .E_s11wux3h .antd5-segmented-item:not(:last-child) {
33628
- margin-right: 2px;
33629
- }
33630
-
33631
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
33632
- padding-left: 8px;
33633
- padding-right: 8px;
33634
- }
33635
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
33636
- border-radius: 4px;
33637
- }
33638
- .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33639
- border-radius: 4px;
33640
- }
33641
-
33642
- .E_ma64lna .antd5-segmented-item-label {
33643
- padding-left: 12px;
33644
- padding-right: 12px;
33645
- }
33646
-
33647
- .E_ckld275 {
33648
- background-color: rgba(225, 230, 241, 0.6);
33609
+ overflow: hidden;
33610
+ text-overflow: ellipsis;
33649
33611
  }
33650
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33651
- background-color: rgba(255, 255, 255, 0.6);
33652
- color: rgba(44, 56, 82, 0.75);
33612
+ .E_ncaepor .nav-info .scrolled-view {
33613
+ color: rgba(44, 56, 82, 0.6);
33614
+ margin-left: 8px;
33653
33615
  }
33654
- .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33655
- background-color: transparent;
33616
+ .E_ncaepor.is-scrolled .name-text {
33617
+ transform: translateY(-100%);
33618
+ opacity: 0;
33619
+ position: absolute;
33656
33620
  }
33657
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
33658
- background-color: transparent;
33621
+ .E_ncaepor.is-scrolled .nav-info {
33622
+ transform: translateY(0);
33623
+ opacity: 1;
33624
+ position: static;
33659
33625
  }
33660
33626
 
33661
33627
  .E_c1kchka8 {
@@ -34179,70 +34145,6 @@ input.E_rf8rlle.ant-input {
34179
34145
  margin-right: 2px;
34180
34146
  }
34181
34147
 
34182
- .E_ckui4s7 {
34183
- color: #2d3a56;
34184
- line-height: 22px;
34185
- display: inline-flex;
34186
- }
34187
- .E_ckui4s7 .ant-checkbox {
34188
- height: 22px;
34189
- display: flex;
34190
- align-items: center;
34191
- top: 0;
34192
- }
34193
- .E_ckui4s7 .ant-checkbox-checked::after {
34194
- border: none;
34195
- }
34196
- .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
34197
- border-color: #0080ff;
34198
- }
34199
- .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
34200
- border: 1px solid rgba(107, 128, 167, 0.6);
34201
- }
34202
- .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
34203
- border: 1px solid #0080ff;
34204
- }
34205
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
34206
- background: #0080ff;
34207
- }
34208
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
34209
- background-color: #fff;
34210
- height: 2px;
34211
- width: 10px;
34212
- border-radius: 2px;
34213
- }
34214
- .E_ckui4s7.ant-checkbox-wrapper-disabled {
34215
- opacity: 0.5;
34216
- }
34217
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
34218
- background: rgba(211, 218, 235, 0.6);
34219
- border-color: rgba(107, 128, 167, 0.6) !important;
34220
- }
34221
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
34222
- border-color: #2d3a56;
34223
- }
34224
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
34225
- background: #2d3a56;
34226
- }
34227
- .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
34228
- padding: 0;
34229
- }
34230
- .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
34231
- display: inline-block;
34232
- margin-left: 12px;
34233
- color: #2d3a56;
34234
- }
34235
- .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
34236
- margin-left: 28px;
34237
- color: rgba(44, 56, 82, 0.6);
34238
- }
34239
- .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
34240
- margin-left: 8px;
34241
- }
34242
- .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
34243
- margin-left: 24px;
34244
- }
34245
-
34246
34148
  .E_b14q2gmw {
34247
34149
  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);
34248
34150
  }
@@ -34260,6 +34162,40 @@ input.E_rf8rlle.ant-input {
34260
34162
  transform: translateY(-4px);
34261
34163
  }
34262
34164
 
34165
+ .E_s11wux3h .antd5-segmented-item:not(:last-child) {
34166
+ margin-right: 2px;
34167
+ }
34168
+
34169
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
34170
+ padding-left: 8px;
34171
+ padding-right: 8px;
34172
+ }
34173
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
34174
+ border-radius: 4px;
34175
+ }
34176
+ .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
34177
+ border-radius: 4px;
34178
+ }
34179
+
34180
+ .E_ma64lna .antd5-segmented-item-label {
34181
+ padding-left: 12px;
34182
+ padding-right: 12px;
34183
+ }
34184
+
34185
+ .E_ckld275 {
34186
+ background-color: rgba(225, 230, 241, 0.6);
34187
+ }
34188
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
34189
+ background-color: rgba(255, 255, 255, 0.6);
34190
+ color: rgba(44, 56, 82, 0.75);
34191
+ }
34192
+ .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
34193
+ background-color: transparent;
34194
+ }
34195
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
34196
+ background-color: transparent;
34197
+ }
34198
+
34263
34199
  .E_lht19u8 {
34264
34200
  width: 64px;
34265
34201
  height: 64px;
@@ -34309,21 +34245,82 @@ input.E_rf8rlle.ant-input {
34309
34245
  animation: loading-indicator3 1100ms ease-out infinite;
34310
34246
  }
34311
34247
 
34312
- .E_r77hffu {
34248
+ .E_ckui4s7 {
34249
+ color: #2d3a56;
34250
+ line-height: 22px;
34251
+ display: inline-flex;
34252
+ }
34253
+ .E_ckui4s7 .ant-checkbox {
34254
+ height: 22px;
34313
34255
  display: flex;
34314
34256
  align-items: center;
34315
- justify-content: space-between;
34316
- column-gap: 6px;
34257
+ top: 0;
34258
+ }
34259
+ .E_ckui4s7 .ant-checkbox-checked::after {
34260
+ border: none;
34261
+ }
34262
+ .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
34263
+ border-color: #0080ff;
34264
+ }
34265
+ .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
34266
+ border: 1px solid rgba(107, 128, 167, 0.6);
34267
+ }
34268
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
34269
+ border: 1px solid #0080ff;
34270
+ }
34271
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
34272
+ background: #0080ff;
34273
+ }
34274
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
34275
+ background-color: #fff;
34276
+ height: 2px;
34277
+ width: 10px;
34278
+ border-radius: 2px;
34279
+ }
34280
+ .E_ckui4s7.ant-checkbox-wrapper-disabled {
34281
+ opacity: 0.5;
34282
+ }
34283
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
34284
+ background: rgba(211, 218, 235, 0.6);
34285
+ border-color: rgba(107, 128, 167, 0.6) !important;
34286
+ }
34287
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
34288
+ border-color: #2d3a56;
34289
+ }
34290
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
34291
+ background: #2d3a56;
34292
+ }
34293
+ .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
34294
+ padding: 0;
34295
+ }
34296
+ .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
34297
+ display: inline-block;
34298
+ margin-left: 12px;
34299
+ color: #2d3a56;
34300
+ }
34301
+ .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
34302
+ margin-left: 28px;
34303
+ color: rgba(44, 56, 82, 0.6);
34304
+ }
34305
+ .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
34306
+ margin-left: 8px;
34307
+ }
34308
+ .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
34309
+ margin-left: 24px;
34317
34310
  }
34318
34311
 
34319
- .E_p1cmxsf7 {
34320
- display: flex;
34321
- flex-direction: column;
34322
- justify-content: center;
34323
- row-gap: var(--p1cmxsf7-0);
34312
+ .E_w7ob4th.outside-tag {
34313
+ padding-left: 0;
34324
34314
  }
34325
- .E_p1cmxsf7 .antd5-progress-line {
34326
- font-size: 0;
34315
+ .E_w7ob4th.outside-tag .inside-tag {
34316
+ border-radius: 4px 0 0 4px;
34317
+ padding-right: 4px;
34318
+ margin-right: 4px;
34319
+ }
34320
+
34321
+ .E_i1g85yz3 {
34322
+ margin-right: 4px;
34323
+ height: 16px;
34327
34324
  }
34328
34325
 
34329
34326
  .E_sjob3jg {
@@ -34521,13 +34518,33 @@ input.E_rf8rlle.ant-input {
34521
34518
  justify-content: center;
34522
34519
  }
34523
34520
 
34524
- .E_w7ob4th.outside-tag {
34525
- padding-left: 0;
34521
+ .E_slr2ynn {
34522
+ padding: 0 8px;
34523
+ height: 18px;
34526
34524
  }
34527
- .E_w7ob4th.outside-tag .inside-tag {
34528
- border-radius: 4px 0 0 4px;
34529
- padding-right: 4px;
34525
+
34526
+ .E_m140wbb6 {
34527
+ padding: 2px 8px;
34528
+ height: 24px;
34529
+ }
34530
+
34531
+ .E_t1fozc1i {
34532
+ margin: 0;
34533
+ }
34534
+
34535
+ .E_i1vxv4ln {
34530
34536
  margin-right: 4px;
34537
+ height: 16px;
34538
+ }
34539
+
34540
+ .E_n1afl31m.ant-tag.ant-tag-gray {
34541
+ font-weight: 700;
34542
+ color: #00122e;
34543
+ background-color: rgba(237, 241, 250, 0.6);
34544
+ border: 1px solid rgba(211, 218, 235, 0.6);
34545
+ word-break: break-all;
34546
+ display: inline;
34547
+ white-space: normal;
34531
34548
  }
34532
34549
 
34533
34550
  .E_t1dtlqs1 {
@@ -34716,43 +34733,14 @@ input.E_rf8rlle.ant-input {
34716
34733
  color: rgba(44, 56, 82, 0.6);
34717
34734
  }
34718
34735
  .E_a138syjm > span.maximum-desc.disabled {
34719
- display: inline;
34720
- }
34721
-
34722
- .E_d77i8u0 {
34723
- width: 24px;
34724
- height: 24px;
34725
- padding: 4px;
34726
- margin-right: 8px;
34727
- }
34728
-
34729
- .E_slr2ynn {
34730
- padding: 0 8px;
34731
- height: 18px;
34732
- }
34733
-
34734
- .E_m140wbb6 {
34735
- padding: 2px 8px;
34736
- height: 24px;
34737
- }
34738
-
34739
- .E_t1fozc1i {
34740
- margin: 0;
34741
- }
34742
-
34743
- .E_i1vxv4ln {
34744
- margin-right: 4px;
34745
- height: 16px;
34736
+ display: inline;
34746
34737
  }
34747
34738
 
34748
- .E_n1afl31m.ant-tag.ant-tag-gray {
34749
- font-weight: 700;
34750
- color: #00122e;
34751
- background-color: rgba(237, 241, 250, 0.6);
34752
- border: 1px solid rgba(211, 218, 235, 0.6);
34753
- word-break: break-all;
34754
- display: inline;
34755
- white-space: normal;
34739
+ .E_d77i8u0 {
34740
+ width: 24px;
34741
+ height: 24px;
34742
+ padding: 4px;
34743
+ margin-right: 8px;
34756
34744
  }
34757
34745
 
34758
34746
  button.E_l48ei06.ant-btn {
@@ -34805,6 +34793,81 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34805
34793
  color: rgba(44, 56, 82, 0.7490196078);
34806
34794
  }
34807
34795
 
34796
+ .E_sddwhm6 {
34797
+ margin: 0;
34798
+ border-radius: 20px;
34799
+ padding: 2px 10px;
34800
+ height: 22px;
34801
+ }
34802
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
34803
+ background-color: rgba(237, 241, 250, 0.6) !important;
34804
+ }
34805
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
34806
+ background-color: rgba(225, 230, 241, 0.6) !important;
34807
+ }
34808
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
34809
+ color: #00122e;
34810
+ }
34811
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
34812
+ margin-right: 6px;
34813
+ }
34814
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
34815
+ margin-left: 8px;
34816
+ color: rgba(44, 56, 82, 0.6);
34817
+ }
34818
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
34819
+ background-color: rgba(0, 136, 255, 0.1);
34820
+ }
34821
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
34822
+ background-color: #0080ff;
34823
+ }
34824
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
34825
+ background-color: rgba(0, 136, 255, 0.16);
34826
+ }
34827
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
34828
+ background-color: rgba(255, 74, 74, 0.1);
34829
+ }
34830
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
34831
+ background-color: #f0483e;
34832
+ }
34833
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
34834
+ background-color: rgba(255, 74, 74, 0.16);
34835
+ }
34836
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
34837
+ background-color: rgba(254, 160, 8, 0.1);
34838
+ }
34839
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
34840
+ background-color: #fea008;
34841
+ }
34842
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
34843
+ background-color: rgba(255, 187, 0, 0.16);
34844
+ }
34845
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
34846
+ background-color: rgba(30, 201, 127, 0.1);
34847
+ }
34848
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
34849
+ background-color: #00ba5d;
34850
+ }
34851
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
34852
+ background-color: rgba(30, 201, 127, 0.16);
34853
+ }
34854
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
34855
+ background-color: rgba(225, 230, 241, 0.6);
34856
+ }
34857
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
34858
+ background-color: #6b7d99;
34859
+ }
34860
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
34861
+ background-color: rgba(211, 218, 235, 0.6);
34862
+ }
34863
+
34864
+ .E_satwmqm {
34865
+ width: 8px;
34866
+ height: 8px;
34867
+ border-radius: 50%;
34868
+ display: inline-block;
34869
+ }
34870
+
34808
34871
  .E_tc97u5y {
34809
34872
  height: 100%;
34810
34873
  }
@@ -35175,101 +35238,45 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35175
35238
  background: #fff;
35176
35239
  }
35177
35240
 
35178
- .E_sddwhm6 {
35179
- margin: 0;
35180
- border-radius: 20px;
35181
- padding: 2px 10px;
35182
- height: 22px;
35183
- }
35184
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
35185
- background-color: rgba(237, 241, 250, 0.6) !important;
35186
- }
35187
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
35188
- background-color: rgba(225, 230, 241, 0.6) !important;
35189
- }
35190
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
35191
- color: #00122e;
35192
- }
35193
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
35194
- margin-right: 6px;
35195
- }
35196
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
35197
- margin-left: 8px;
35198
- color: rgba(44, 56, 82, 0.6);
35199
- }
35200
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
35201
- background-color: rgba(0, 136, 255, 0.1);
35202
- }
35203
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
35204
- background-color: #0080ff;
35205
- }
35206
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
35207
- background-color: rgba(0, 136, 255, 0.16);
35208
- }
35209
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
35210
- background-color: rgba(255, 74, 74, 0.1);
35211
- }
35212
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
35213
- background-color: #f0483e;
35214
- }
35215
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
35216
- background-color: rgba(255, 74, 74, 0.16);
35217
- }
35218
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
35219
- background-color: rgba(254, 160, 8, 0.1);
35220
- }
35221
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
35222
- background-color: #fea008;
35223
- }
35224
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
35225
- background-color: rgba(255, 187, 0, 0.16);
35226
- }
35227
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
35228
- background-color: rgba(30, 201, 127, 0.1);
35229
- }
35230
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
35231
- background-color: #00ba5d;
35232
- }
35233
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
35234
- background-color: rgba(30, 201, 127, 0.16);
35235
- }
35236
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
35237
- background-color: rgba(225, 230, 241, 0.6);
35238
- }
35239
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
35240
- background-color: #6b7d99;
35241
+ .E_l12xdkhl {
35242
+ width: 64px;
35243
+ height: 64px;
35244
+ max-width: 64px;
35245
+ max-height: 64px;
35246
+ overflow: hidden;
35247
+ display: flex;
35248
+ align-items: center;
35249
+ justify-content: center;
35250
+ position: relative;
35251
+ opacity: 0.6;
35241
35252
  }
35242
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
35243
- background-color: rgba(211, 218, 235, 0.6);
35253
+ .E_l12xdkhl .icon-wrapper {
35254
+ animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
35244
35255
  }
35245
-
35246
- .E_satwmqm {
35247
- width: 8px;
35248
- height: 8px;
35249
- border-radius: 50%;
35250
- display: inline-block;
35256
+ @keyframes rotate {
35257
+ from {
35258
+ transform: rotate(0deg);
35259
+ }
35260
+ to {
35261
+ transform: rotate(360deg);
35262
+ }
35251
35263
  }
35252
35264
 
35253
- .E_t1gvlxt5 {
35254
- min-width: 0;
35255
- flex: 1;
35256
- }
35257
- .E_t1gvlxt5 .tag {
35258
- flex: 0 0 auto;
35259
- }
35260
- .E_t1gvlxt5 .progress-title {
35261
- flex: 2;
35262
- max-width: fit-content;
35263
- }
35264
- .E_t1gvlxt5 .progress-desc {
35265
- flex: 1;
35266
- max-width: fit-content;
35265
+ .E_r77hffu {
35266
+ display: flex;
35267
+ align-items: center;
35268
+ justify-content: space-between;
35269
+ column-gap: 6px;
35267
35270
  }
35268
35271
 
35269
- .E_a1ji6r68 {
35272
+ .E_p1cmxsf7 {
35270
35273
  display: flex;
35271
- align-items: center;
35272
- column-gap: var(--a1ji6r68-0);
35274
+ flex-direction: column;
35275
+ justify-content: center;
35276
+ row-gap: var(--p1cmxsf7-0);
35277
+ }
35278
+ .E_p1cmxsf7 .antd5-progress-line {
35279
+ font-size: 0;
35273
35280
  }
35274
35281
 
35275
35282
  .E_t13ef470 {
@@ -35302,9 +35309,26 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35302
35309
  background: rgba(163, 180, 204, 0.18);
35303
35310
  }
35304
35311
 
35305
- .E_i1g85yz3 {
35306
- margin-right: 4px;
35307
- height: 16px;
35312
+ .E_t1gvlxt5 {
35313
+ min-width: 0;
35314
+ flex: 1;
35315
+ }
35316
+ .E_t1gvlxt5 .tag {
35317
+ flex: 0 0 auto;
35318
+ }
35319
+ .E_t1gvlxt5 .progress-title {
35320
+ flex: 2;
35321
+ max-width: fit-content;
35322
+ }
35323
+ .E_t1gvlxt5 .progress-desc {
35324
+ flex: 1;
35325
+ max-width: fit-content;
35326
+ }
35327
+
35328
+ .E_a1ji6r68 {
35329
+ display: flex;
35330
+ align-items: center;
35331
+ column-gap: var(--a1ji6r68-0);
35308
35332
  }
35309
35333
 
35310
35334
  .E_msn7nxt {
@@ -35468,30 +35492,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35468
35492
  margin-left: 8px;
35469
35493
  }
35470
35494
 
35471
- .E_l12xdkhl {
35472
- width: 64px;
35473
- height: 64px;
35474
- max-width: 64px;
35475
- max-height: 64px;
35476
- overflow: hidden;
35477
- display: flex;
35478
- align-items: center;
35479
- justify-content: center;
35480
- position: relative;
35481
- opacity: 0.6;
35482
- }
35483
- .E_l12xdkhl .icon-wrapper {
35484
- animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
35485
- }
35486
- @keyframes rotate {
35487
- from {
35488
- transform: rotate(0deg);
35489
- }
35490
- to {
35491
- transform: rotate(360deg);
35492
- }
35493
- }
35494
-
35495
35495
  .E_s20iney.skeleton-box {
35496
35496
  display: flex;
35497
35497
  align-items: center;