@cloudtower/eagle 0.27.60 → 0.27.61

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
@@ -29779,6 +29779,81 @@ html body {
29779
29779
  font-size: 14px;
29780
29780
  }
29781
29781
 
29782
+ .E_fzh9mnb {
29783
+ width: 100%;
29784
+ height: 100%;
29785
+ min-height: 124px;
29786
+ display: flex;
29787
+ flex-direction: column;
29788
+ justify-content: center;
29789
+ align-items: center;
29790
+ }
29791
+ .E_fzh9mnb .error-text {
29792
+ color: rgba(10, 37, 85, 0.6);
29793
+ margin-bottom: 16px;
29794
+ font-size: 18px;
29795
+ }
29796
+
29797
+ .E_b1nip9bk {
29798
+ padding: 4px 11px;
29799
+ }
29800
+
29801
+ .E_bqamoqe {
29802
+ white-space: nowrap;
29803
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29804
+ }
29805
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29806
+ --color: #0080ff;
29807
+ }
29808
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29809
+ --color: #0080ff;
29810
+ }
29811
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29812
+ margin-left: 1px;
29813
+ }
29814
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29815
+ border-top-right-radius: 0;
29816
+ border-bottom-right-radius: 0;
29817
+ }
29818
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29819
+ border-top-left-radius: 0;
29820
+ border-bottom-left-radius: 0;
29821
+ }
29822
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29823
+ border-radius: unset;
29824
+ }
29825
+
29826
+ .E_iouxfgt {
29827
+ display: inline-flex;
29828
+ align-items: center;
29829
+ }
29830
+ .E_iouxfgt .icon-inner {
29831
+ display: inline-flex;
29832
+ align-items: center;
29833
+ justify-content: center;
29834
+ }
29835
+ .E_iouxfgt .icon-inner + span,
29836
+ .E_iouxfgt span + .icon-inner.suffix {
29837
+ margin-left: 4px;
29838
+ }
29839
+ .E_iouxfgt.is-rotate img,
29840
+ .E_iouxfgt.is-rotate svg {
29841
+ animation: rotate 680ms linear infinite;
29842
+ }
29843
+
29844
+ .E_i1inqkme {
29845
+ height: 18px;
29846
+ line-height: 18px;
29847
+ padding: 0 4px;
29848
+ border-radius: 4px;
29849
+ background: rgba(235, 239, 245, 0.6);
29850
+ border: 1px solid rgba(223, 228, 235, 0.6);
29851
+ display: flex;
29852
+ align-items: center;
29853
+ white-space: nowrap;
29854
+ margin-right: 4px;
29855
+ }
29856
+
29782
29857
  .E_b1wx3t3t.ant-btn-icon-only {
29783
29858
  justify-content: center;
29784
29859
  }
@@ -30029,79 +30104,17 @@ html body {
30029
30104
  padding: 0;
30030
30105
  }
30031
30106
 
30032
- .E_i1inqkme {
30033
- height: 18px;
30034
- line-height: 18px;
30035
- padding: 0 4px;
30036
- border-radius: 4px;
30037
- background: rgba(235, 239, 245, 0.6);
30038
- border: 1px solid rgba(223, 228, 235, 0.6);
30039
- display: flex;
30040
- align-items: center;
30041
- white-space: nowrap;
30042
- margin-right: 4px;
30043
- }
30044
-
30045
- .E_fzh9mnb {
30046
- width: 100%;
30047
- height: 100%;
30048
- min-height: 124px;
30049
- display: flex;
30050
- flex-direction: column;
30051
- justify-content: center;
30052
- align-items: center;
30053
- }
30054
- .E_fzh9mnb .error-text {
30055
- color: rgba(10, 37, 85, 0.6);
30056
- margin-bottom: 16px;
30057
- font-size: 18px;
30058
- }
30059
-
30060
- .E_b1nip9bk {
30061
- padding: 4px 11px;
30107
+ .E_owd0kml {
30108
+ display: inline-block;
30062
30109
  }
30063
30110
 
30064
- .E_bqamoqe {
30065
- white-space: nowrap;
30066
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30067
- }
30068
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30069
- --color: #0080ff;
30070
- }
30071
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
30072
- --color: #0080ff;
30073
- }
30074
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30075
- margin-left: 1px;
30076
- }
30077
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30078
- border-top-right-radius: 0;
30079
- border-bottom-right-radius: 0;
30080
- }
30081
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30082
- border-top-left-radius: 0;
30083
- border-bottom-left-radius: 0;
30084
- }
30085
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30086
- border-radius: unset;
30111
+ .E_h1jsgezc {
30112
+ visibility: hidden;
30113
+ position: absolute;
30087
30114
  }
30088
30115
 
30089
- .E_iouxfgt {
30090
- display: inline-flex;
30091
- align-items: center;
30092
- }
30093
- .E_iouxfgt .icon-inner {
30094
- display: inline-flex;
30095
- align-items: center;
30096
- justify-content: center;
30097
- }
30098
- .E_iouxfgt .icon-inner + span,
30099
- .E_iouxfgt span + .icon-inner.suffix {
30100
- margin-left: 4px;
30101
- }
30102
- .E_iouxfgt.is-rotate img,
30103
- .E_iouxfgt.is-rotate svg {
30104
- animation: rotate 680ms linear infinite;
30116
+ .E_iq1gosr {
30117
+ display: inline-block;
30105
30118
  }
30106
30119
 
30107
30120
  .E_phljevk {
@@ -30161,15 +30174,6 @@ html body {
30161
30174
  line-height: 18px;
30162
30175
  }
30163
30176
 
30164
- .E_owd0kml {
30165
- display: inline-block;
30166
- }
30167
-
30168
- .E_h1jsgezc {
30169
- visibility: hidden;
30170
- position: absolute;
30171
- }
30172
-
30173
30177
  .E_skwah65 {
30174
30178
  height: 8px;
30175
30179
  box-sizing: border-box;
@@ -30183,636 +30187,726 @@ html body {
30183
30187
  margin-left: 1px;
30184
30188
  }
30185
30189
 
30186
- .E_dsnbhzf {
30187
- font-family: Inter;
30188
- font-style: normal;
30189
- font-weight: bold;
30190
- font-size: 32px;
30191
- line-height: 40px;
30190
+ .E_cnujxq2 {
30191
+ display: flex;
30192
+ flex-direction: column;
30192
30193
  }
30193
30194
 
30194
- .E_d1mvo22k {
30195
- font-family: Inter;
30196
- font-style: normal;
30197
- font-weight: bold;
30198
- font-size: 24px;
30199
- line-height: 32px;
30195
+ .E_m7s48ia {
30196
+ max-width: 1120px;
30197
+ width: 100%;
30198
+ margin: 0 auto;
30199
+ height: 100%;
30200
30200
  }
30201
30201
 
30202
- .E_d1b444tr {
30203
- font-family: Inter;
30204
- font-style: normal;
30205
- font-weight: normal;
30206
- font-size: 32px;
30207
- line-height: 40px;
30202
+ .E_wt5zbg6 {
30203
+ max-width: 1120px;
30204
+ width: 100%;
30205
+ margin: 0 auto;
30206
+ display: flex;
30208
30207
  }
30209
-
30210
- .E_dvs0kue {
30211
- font-family: Inter;
30212
- font-style: normal;
30213
- font-weight: bold;
30214
- font-size: 20px;
30215
- line-height: 24px;
30208
+ .E_wt5zbg6 .left,
30209
+ .E_wt5zbg6 .right {
30210
+ flex-grow: 0;
30211
+ flex-shrink: 0;
30212
+ flex-basis: 21%;
30216
30213
  }
30217
-
30218
- .E_d1hcbfcq {
30219
- font-family: Inter;
30220
- font-style: normal;
30221
- font-weight: normal;
30222
- font-size: 20px;
30223
- line-height: 24px;
30214
+ .E_wt5zbg6 .left {
30215
+ display: flex;
30216
+ justify-content: flex-end;
30217
+ padding-right: 44px;
30224
30218
  }
30225
-
30226
- .E_d1cz922v {
30227
- font-family: Inter;
30228
- font-style: normal;
30229
- font-weight: bold;
30230
- font-size: 18px;
30231
- line-height: 22px;
30219
+ .E_wt5zbg6 .right {
30220
+ padding-left: 44px;
30232
30221
  }
30233
-
30234
- .E_d3nzbrm {
30235
- font-family: Inter;
30236
- font-style: normal;
30237
- font-weight: normal;
30238
- font-size: 18px;
30239
- line-height: 22px;
30222
+ .E_wt5zbg6 .middle {
30223
+ margin-bottom: 40px;
30224
+ flex-grow: 0;
30225
+ flex-shrink: 0;
30226
+ flex-basis: 58%;
30240
30227
  }
30241
-
30242
- .E_h1g0p5ob {
30243
- font-family: Inter;
30244
- font-style: normal;
30245
- font-weight: bold;
30246
- font-size: 16px;
30247
- line-height: 22px;
30228
+ .E_wt5zbg6 .middle .form-base-field {
30229
+ width: 100%;
30248
30230
  }
30249
-
30250
- .E_hydo2ej {
30251
- font-family: Inter;
30252
- font-style: normal;
30253
- font-weight: normal;
30254
- font-size: 16px;
30255
- line-height: 22px;
30231
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
30232
+ width: auto;
30256
30233
  }
30257
30234
 
30258
- .E_h1hbuq0r {
30259
- font-family: Inter;
30260
- font-style: normal;
30261
- font-weight: bold;
30262
- font-size: 14px;
30263
- line-height: 20px;
30235
+ .E_h18jprzg .ant-modal-header {
30236
+ margin: 0 auto;
30237
+ width: 100%;
30238
+ max-width: 648px;
30264
30239
  }
30265
-
30266
- .E_h13bondg {
30267
- font-family: Inter;
30268
- font-style: normal;
30269
- font-weight: normal;
30270
- font-size: 14px;
30271
- line-height: 20px;
30240
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
30241
+ margin-left: 0;
30272
30242
  }
30273
-
30274
- .E_h1mhvdlx {
30275
- font-family: Inter;
30276
- font-style: normal;
30277
- font-weight: bold;
30278
- font-size: 12px;
30279
- line-height: 18px;
30243
+ .E_h18jprzg .ant-modal-body {
30244
+ margin: 0 auto;
30245
+ padding: 0;
30246
+ width: 100%;
30247
+ max-width: 648px;
30248
+ overflow: hidden;
30280
30249
  }
30281
-
30282
- .E_h1inmfq6 {
30283
- font-family: Inter;
30284
- font-style: normal;
30285
- font-weight: normal;
30286
- font-size: 12px;
30287
- line-height: 18px;
30250
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30251
+ margin-bottom: 40px;
30288
30252
  }
30289
-
30290
- .E_h1kfc0la {
30291
- font-family: Inter;
30292
- font-style: normal;
30293
- font-weight: bold;
30294
- text-transform: uppercase;
30295
- font-feature-settings: "cpsp" on;
30296
- font-size: 12px;
30297
- line-height: 18px;
30253
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
30254
+ height: calc(100vh - 225px);
30255
+ overflow-y: auto;
30298
30256
  }
30299
-
30300
- .E_h10xnyuu {
30301
- font-family: Inter;
30302
- font-style: normal;
30303
- font-weight: normal;
30304
- text-transform: uppercase;
30305
- font-feature-settings: "cpsp" on;
30306
- font-size: 12px;
30307
- line-height: 18px;
30257
+ .E_h18jprzg .ant-modal-footer .footer-content {
30258
+ margin: 0 auto;
30259
+ max-width: 648px;
30308
30260
  }
30309
30261
 
30310
- .E_lrcmi0v {
30311
- font-family: Inter;
30312
- font-style: normal;
30313
- font-weight: normal;
30314
- font-size: 16px;
30315
- line-height: 24px;
30262
+ .E_h16z9xgz .ant-modal-header {
30263
+ margin: 0 auto;
30264
+ width: 100%;
30265
+ max-width: 1024px;
30316
30266
  }
30317
-
30318
- .E_lzt43lp {
30319
- font-family: Inter;
30320
- font-style: normal;
30321
- font-weight: bold;
30322
- font-size: 16px;
30323
- line-height: 24px;
30267
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
30268
+ margin-left: 0;
30324
30269
  }
30325
-
30326
- .E_l5yc9nt {
30327
- font-family: Inter;
30328
- font-style: normal;
30329
- font-weight: normal;
30330
- font-size: 16px;
30331
- line-height: 24px;
30270
+ .E_h16z9xgz .ant-modal-body {
30271
+ margin: 0 auto;
30272
+ padding: 0;
30273
+ width: 100%;
30274
+ max-width: 1024px;
30275
+ overflow: hidden;
30332
30276
  }
30333
-
30334
- .E_l1fbkbzo {
30335
- font-family: Inter;
30336
- font-style: normal;
30337
- font-weight: bold;
30338
- font-size: 16px;
30339
- line-height: 24px;
30277
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
30278
+ margin-bottom: 40px;
30340
30279
  }
30341
-
30342
- .E_lahvcax {
30343
- font-family: Inter;
30344
- font-style: normal;
30345
- font-weight: normal;
30346
- text-transform: uppercase;
30347
- font-feature-settings: "cpsp" on;
30348
- font-size: 16px;
30349
- line-height: 24px;
30280
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
30281
+ height: calc(100vh - 225px);
30282
+ overflow-y: auto;
30350
30283
  }
30351
-
30352
- .E_l11q3pxd {
30353
- font-family: Inter;
30354
- font-style: normal;
30355
- font-weight: bold;
30356
- text-transform: uppercase;
30357
- font-feature-settings: "cpsp" on;
30358
- font-size: 16px;
30359
- line-height: 24px;
30284
+ .E_h16z9xgz .ant-modal-footer .footer-content {
30285
+ margin: 0 auto;
30286
+ max-width: 1024px;
30360
30287
  }
30361
30288
 
30362
- .E_lfuc2qu {
30363
- font-family: Inter;
30364
- font-style: normal;
30365
- font-weight: normal;
30366
- font-size: 14px;
30367
- line-height: 22px;
30289
+ .E_f1lrhghm {
30290
+ flex: 1;
30368
30291
  }
30369
-
30370
- .E_l1jmp8r0 {
30371
- font-family: Inter;
30372
- font-style: normal;
30373
- font-weight: 500;
30374
- font-size: 14px;
30375
- line-height: 22px;
30292
+ .E_f1lrhghm label {
30293
+ font-size: 13px;
30294
+ line-height: 20px;
30295
+ color: rgba(44, 56, 82, 0.6);
30376
30296
  }
30377
-
30378
- .E_lcnm221 {
30379
- font-family: Inter;
30380
- font-style: normal;
30381
- font-weight: bold;
30297
+ .E_f1lrhghm .title {
30382
30298
  font-size: 14px;
30383
- line-height: 22px;
30299
+ line-height: 20px;
30300
+ color: #2d3a56;
30301
+ margin-bottom: 12px;
30384
30302
  }
30385
-
30386
- .E_lu1z2n5 {
30387
- font-family: Inter;
30388
- font-style: normal;
30389
- font-weight: normal;
30390
- font-size: 14px;
30391
- line-height: 22px;
30303
+ .E_f1lrhghm.connect-cluster .title {
30304
+ padding-bottom: 26px;
30392
30305
  }
30393
30306
 
30394
- .E_l1r59djn {
30395
- font-family: Inter;
30396
- font-style: normal;
30397
- font-weight: bold;
30398
- font-size: 14px;
30399
- line-height: 22px;
30307
+ .E_f18ot8em {
30308
+ padding: 25px 0 15px 0;
30309
+ border-bottom: 1px solid #e1e5eb;
30310
+ margin-bottom: 16px;
30400
30311
  }
30401
30312
 
30402
- .E_ljm2911 {
30403
- font-family: Inter;
30404
- font-style: normal;
30405
- font-weight: normal;
30406
- text-transform: uppercase;
30407
- font-feature-settings: "cpsp" on;
30408
- font-size: 14px;
30409
- line-height: 22px;
30313
+ .E_f1l1g2k0 {
30314
+ display: flex;
30315
+ align-items: center;
30316
+ margin-bottom: 8px;
30410
30317
  }
30411
-
30412
- .E_l124mzmr {
30413
- font-family: Inter;
30414
- font-style: normal;
30415
- font-weight: bold;
30416
- text-transform: uppercase;
30417
- font-feature-settings: "cpsp" on;
30418
- font-size: 14px;
30419
- line-height: 22px;
30318
+ .E_f1l1g2k0 > label {
30319
+ width: 216px;
30420
30320
  }
30421
-
30422
- .E_lb3chel {
30423
- font-family: Inter;
30424
- font-style: normal;
30425
- font-weight: normal;
30426
- font-size: 13px;
30427
- line-height: 20px;
30321
+ .E_f1l1g2k0 > label + * {
30322
+ width: 100%;
30323
+ }
30324
+ .E_f1l1g2k0 .ant-select {
30325
+ width: 100%;
30428
30326
  }
30429
30327
 
30430
- .E_lv9jstu {
30431
- font-family: Inter;
30432
- font-style: normal;
30433
- font-weight: 600;
30434
- font-size: 13px;
30435
- line-height: 20px;
30328
+ .E_e1k89cwg {
30329
+ color: #e75a3a;
30330
+ margin-right: 10px;
30436
30331
  }
30437
30332
 
30438
- .E_lwqlh3x {
30439
- font-family: Inter;
30440
- font-style: normal;
30441
- font-weight: bold;
30442
- font-size: 13px;
30443
- line-height: 20px;
30333
+ .E_d1oui1gf {
30334
+ width: 100%;
30335
+ height: 1px;
30336
+ background: rgba(213, 219, 227, 0.6);
30337
+ margin: 24px 0;
30444
30338
  }
30445
30339
 
30446
- .E_lalum9y {
30447
- font-family: Inter;
30448
- font-style: normal;
30449
- font-weight: normal;
30450
- font-size: 13px;
30451
- line-height: 20px;
30340
+ .E_l15itdbb {
30341
+ display: flex;
30342
+ justify-content: center;
30343
+ align-items: center;
30344
+ height: 100%;
30452
30345
  }
30453
30346
 
30454
- .E_l1t6dj5o {
30455
- font-family: Inter;
30456
- font-style: normal;
30457
- font-weight: 600;
30458
- font-size: 13px;
30459
- line-height: 20px;
30347
+ .E_d1y3z4w {
30348
+ display: inline-block;
30349
+ width: 4px;
30350
+ height: 4px;
30351
+ background: #8e9aa9;
30352
+ opacity: 0.4;
30353
+ border-radius: 50%;
30354
+ margin: 0 4px;
30460
30355
  }
30461
30356
 
30462
- .E_l12f6ic {
30463
- font-family: Inter;
30464
- font-style: normal;
30465
- font-weight: bold;
30466
- font-size: 13px;
30467
- line-height: 20px;
30357
+ .E_m177r7a3 .ant-modal-header,
30358
+ .E_m177r7a3 .ant-modal-footer .footer-content {
30359
+ width: 648px;
30360
+ margin: 0 auto;
30468
30361
  }
30469
-
30470
- .E_l7gmukq {
30471
- font-family: Inter;
30472
- font-style: normal;
30473
- font-weight: normal;
30474
- text-transform: uppercase;
30475
- font-feature-settings: "cpsp" on;
30476
- font-size: 13px;
30477
- line-height: 20px;
30362
+ .E_m177r7a3 .ant-modal-header {
30363
+ padding: 35px 0 24px;
30364
+ border: none;
30478
30365
  }
30479
-
30480
- .E_lkwl0yp {
30481
- font-family: Inter;
30482
- font-style: normal;
30483
- font-weight: bold;
30484
- text-transform: uppercase;
30485
- font-feature-settings: "cpsp" on;
30486
- font-size: 13px;
30487
- line-height: 20px;
30366
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
30367
+ font-size: 30px;
30488
30368
  }
30489
-
30490
- .E_l10knv48 {
30491
- font-family: Inter;
30492
- font-style: normal;
30493
- font-weight: normal;
30494
- font-size: 12px;
30495
- line-height: 18px;
30369
+ .E_m177r7a3 .ant-modal-body {
30370
+ padding: 4px 0 2px;
30496
30371
  }
30497
-
30498
- .E_l6526ld {
30499
- font-family: Inter;
30500
- font-style: normal;
30501
- font-weight: 500;
30502
- font-size: 12px;
30503
- line-height: 18px;
30372
+ .E_m177r7a3 .ant-modal-footer {
30373
+ border: none;
30504
30374
  }
30505
30375
 
30506
- .E_l1j81vli {
30507
- font-family: Inter;
30508
- font-style: normal;
30509
- font-weight: bold;
30376
+ .E_t1wwio3v {
30510
30377
  font-size: 12px;
30511
30378
  line-height: 18px;
30379
+ font-weight: bold;
30380
+ color: #fff;
30381
+ padding: 0 4px;
30382
+ border-radius: 4px;
30383
+ display: inline-block;
30384
+ background: var(--t1wwio3v-0);
30512
30385
  }
30513
-
30514
- .E_l1x7n1mk {
30515
- font-family: Inter;
30516
- font-style: normal;
30517
- font-weight: normal;
30518
- font-size: 12px;
30519
- line-height: 18px;
30386
+ .E_t1wwio3v:not(:first-child) {
30387
+ margin-left: 4px;
30520
30388
  }
30521
30389
 
30522
- .E_l9fqufz {
30523
- font-family: Inter;
30524
- font-style: normal;
30525
- font-weight: 500;
30526
- font-size: 12px;
30527
- line-height: 18px;
30390
+ .E_f17jvtfk {
30391
+ width: 100%;
30392
+ height: 100%;
30393
+ display: flex;
30394
+ align-items: center;
30395
+ justify-content: center;
30528
30396
  }
30529
30397
 
30530
- .E_l1iwnybd {
30531
- font-family: Inter;
30532
- font-style: normal;
30398
+ .E_nzppkea {
30399
+ font-size: 90%;
30533
30400
  font-weight: bold;
30534
- font-size: 12px;
30535
- line-height: 18px;
30401
+ background-color: rgba(240, 243, 247, 0.6);
30402
+ padding: 1px 4px 1px;
30403
+ margin-left: 2px;
30404
+ margin-right: 2px;
30405
+ border: 1px solid rgba(213, 219, 227, 0.6);
30406
+ border-radius: 4px;
30536
30407
  }
30537
30408
 
30538
- .E_lprtm1e {
30539
- font-family: Inter;
30540
- font-style: normal;
30541
- font-weight: normal;
30542
- text-transform: uppercase;
30543
- font-feature-settings: "cpsp" on;
30544
- font-size: 12px;
30545
- line-height: 18px;
30409
+ .E_f4mi9eq.form-item-general {
30410
+ width: 640px;
30546
30411
  }
30547
-
30548
- .E_l1lln87h {
30549
- font-family: Inter;
30550
- font-style: normal;
30551
- font-weight: bold;
30552
- text-transform: uppercase;
30553
- font-feature-settings: "cpsp" on;
30554
- font-size: 12px;
30555
- line-height: 18px;
30412
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
30413
+ margin-top: 16px;
30556
30414
  }
30557
-
30558
- .E_f2pb48l {
30559
- font-family: Inter;
30560
- font-style: normal;
30561
- font-weight: normal;
30562
- font-size: 13px;
30563
- line-height: 20px;
30415
+ .E_f4mi9eq.form-item-compact {
30416
+ width: 412px;
30564
30417
  }
30565
-
30566
- .E_fi9emkw {
30567
- font-family: Inter;
30568
- font-style: normal;
30569
- font-weight: normal;
30570
- font-size: 13px;
30571
- line-height: 20px;
30418
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
30419
+ margin-top: 8px;
30572
30420
  }
30573
-
30574
- .E_f1nrg7da {
30575
- font-family: Inter;
30576
- font-style: normal;
30577
- font-weight: normal;
30578
- font-size: 12px;
30579
- line-height: 18px;
30421
+ .E_f4mi9eq .form-item {
30422
+ width: auto;
30580
30423
  }
30581
-
30582
- .E_f17k1i3n {
30583
- font-family: Inter;
30584
- font-style: normal;
30585
- font-weight: normal;
30586
- font-size: 12px;
30587
- line-height: 18px;
30424
+ .E_f4mi9eq .form-item-main {
30425
+ position: relative;
30426
+ display: flex;
30588
30427
  }
30589
-
30590
- .E_t1tvuj2e {
30591
- font-family: Inter;
30592
- font-style: normal;
30593
- font-weight: normal;
30594
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30428
+ .E_f4mi9eq .form-item-extra {
30429
+ margin-top: 4px;
30430
+ width: 100%;
30431
+ padding: 14px;
30432
+ background: #f2f4f6;
30595
30433
  font-size: 13px;
30596
- line-height: 20px;
30434
+ line-height: 1.8;
30435
+ color: #8e9aa9;
30597
30436
  }
30598
-
30599
- .E_t17uajlu {
30600
- font-family: Inter;
30601
- font-style: normal;
30602
- font-weight: normal;
30603
- font-feature-settings: "zero" on;
30437
+ .E_f4mi9eq .form-item-label {
30438
+ padding-right: 12px;
30604
30439
  font-size: 13px;
30605
- line-height: 20px;
30606
- }
30607
-
30608
- .E_t114zbyz {
30609
- font-family: Inter;
30610
- font-style: normal;
30611
- font-weight: normal;
30612
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30613
- font-size: 12px;
30614
- line-height: 18px;
30440
+ color: rgba(44, 56, 82, 0.6);
30615
30441
  }
30616
-
30617
- .E_t1il0kvi {
30618
- font-family: Inter;
30619
- font-style: normal;
30620
- font-weight: 500;
30621
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30622
- font-size: 12px;
30623
- line-height: 18px;
30442
+ .E_f4mi9eq .form-item-label.label-right {
30443
+ text-align: right;
30624
30444
  }
30625
-
30626
- .E_t10dv8p1 {
30627
- font-family: Inter;
30628
- font-style: normal;
30629
- font-weight: normal;
30630
- font-feature-settings: "zero" on;
30631
- font-size: 12px;
30632
- line-height: 18px;
30445
+ .E_f4mi9eq .form-item-label,
30446
+ .E_f4mi9eq .form-item-control {
30447
+ line-height: 32px;
30633
30448
  }
30634
-
30635
- .E_tc2oqpq {
30636
- font-family: Inter;
30637
- font-style: normal;
30638
- font-weight: 500;
30639
- font-feature-settings: "zero" on;
30640
- font-size: 12px;
30449
+ .E_f4mi9eq .form-item-control .form-item-error {
30641
30450
  line-height: 18px;
30642
30451
  }
30643
-
30644
- .E_tzvddmc {
30645
- font-family: Inter;
30646
- font-style: normal;
30647
- font-weight: bold;
30648
- font-feature-settings: "zero" on;
30649
- font-size: 16px;
30650
- line-height: 24px;
30452
+ .E_f4mi9eq .form-item-children {
30453
+ width: 100%;
30651
30454
  }
30652
-
30653
- .E_u18llj45 {
30654
- font-family: Inter;
30655
- font-style: normal;
30656
- font-weight: normal;
30657
- font-size: 10px;
30658
- line-height: 12px;
30455
+ .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 {
30456
+ width: 100%;
30659
30457
  }
30660
-
30661
- .E_s1dizucg.ant-switch {
30662
- min-width: 40px;
30663
- height: 24px;
30664
- background: rgba(172, 186, 211, 0.6);
30458
+ .E_f4mi9eq .form-item-error {
30459
+ color: #e75a3a;
30460
+ height: 0;
30665
30461
  overflow: hidden;
30666
30462
  }
30667
- .E_s1dizucg.ant-switch:focus {
30668
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30463
+ .E_f4mi9eq .form-item-error-enter-done {
30464
+ margin-top: 4px;
30465
+ height: auto;
30466
+ overflow: auto;
30669
30467
  }
30670
- .E_s1dizucg.ant-switch-small {
30671
- min-width: 26px;
30672
- height: 16px;
30468
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30469
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30470
+ border: 1px solid #e75a3a;
30471
+ color: #e75a3a;
30673
30472
  }
30674
- .E_s1dizucg.ant-switch-large {
30675
- min-width: 52px;
30676
- height: 32px;
30473
+
30474
+ .E_fh0ewl8 {
30475
+ color: #2d3a56;
30476
+ font-weight: bold;
30477
+ padding-bottom: 6px;
30478
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30479
+ margin-bottom: 16px;
30677
30480
  }
30678
- .E_s1dizucg.ant-switch .ant-switch-handle {
30679
- height: 20px;
30680
- width: 20px;
30481
+ .E_fh0ewl8:not(:first-of-type) {
30482
+ margin-top: 16px;
30681
30483
  }
30682
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
30683
- border-radius: 10px;
30684
- transition-delay: 120ms;
30484
+
30485
+ .E_e1qrlvot {
30486
+ width: 8px;
30487
+ height: 24px;
30488
+ display: flex;
30489
+ justify-content: center;
30490
+ align-items: center;
30491
+ cursor: pointer;
30492
+ transition: all 200ms ease-out 40ms;
30685
30493
  }
30686
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
30687
- height: 14px;
30688
- width: 14px;
30689
- top: 1px;
30494
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
30495
+ content: "";
30496
+ width: 1px;
30497
+ height: 6px;
30498
+ border-radius: 1px;
30499
+ background: #ccd4e3;
30500
+ position: relative;
30501
+ right: 2px;
30502
+ transform: rotate(-45deg);
30503
+ }
30504
+ .E_e1qrlvot:after {
30505
+ transform: rotate(45deg);
30690
30506
  left: 1px;
30691
30507
  }
30692
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
30693
- height: 28px;
30694
- width: 28px;
30508
+
30509
+ .E_w9ic984.ant-alert-warning {
30510
+ border: 0;
30511
+ background: rgba(255, 187, 0, 0.1);
30512
+ border-radius: 6px;
30695
30513
  }
30696
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30697
- border-radius: 14px;
30514
+ .E_w9ic984.ant-alert,
30515
+ .E_w9ic984 .ant-alert-message {
30516
+ color: #e07f00;
30698
30517
  }
30699
- .E_s1dizucg.ant-switch-checked {
30700
- background-color: #00ba5d;
30518
+ .E_w9ic984.ant-alert .dashed-border-bottom,
30519
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
30520
+ border-bottom-color: #e07f00;
30701
30521
  }
30702
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30703
- left: calc(100% - 20px - 2px);
30522
+
30523
+ .E_n1k9qi4r {
30524
+ display: flex;
30525
+ flex-direction: row;
30526
+ padding: 7px 12px;
30527
+ background: rgba(255, 187, 0, 0.1);
30528
+ border-radius: 6px;
30529
+ color: #e07f00;
30530
+ font-size: 12px;
30531
+ line-height: 18px;
30704
30532
  }
30705
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30706
- left: calc(100% - 14px - 1px);
30533
+ .E_n1k9qi4r .icon-wrapper {
30534
+ margin-right: 10px;
30535
+ height: 18px;
30707
30536
  }
30708
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30709
- left: calc(100% - 28px - 2px);
30537
+
30538
+ .E_n16fsg9x {
30539
+ display: flex;
30540
+ flex-direction: row;
30541
+ padding: 7px 12px;
30542
+ background: rgba(225, 230, 241, 0.6);
30543
+ border-radius: 6px;
30544
+ color: rgba(44, 56, 82, 0.6);
30545
+ font-size: 12px;
30546
+ line-height: 18px;
30547
+ }
30548
+ .E_n16fsg9x .icon-wrapper {
30549
+ margin-right: 10px;
30550
+ height: 18px;
30710
30551
  }
30711
30552
 
30712
- .E_c1up6e3y {
30713
- margin-left: 5px;
30553
+ .E_i173wxzw {
30554
+ display: flex;
30555
+ flex-direction: row;
30556
+ padding: 7px 12px;
30557
+ background: rgba(0, 136, 255, 0.1);
30558
+ border-radius: 6px;
30559
+ color: #005ed1;
30560
+ font-size: 12px;
30561
+ line-height: 18px;
30562
+ }
30563
+ .E_i173wxzw .icon-wrapper {
30564
+ margin-right: 10px;
30565
+ height: 18px;
30714
30566
  }
30715
30567
 
30716
- .E_iq1gosr {
30717
- display: inline-block;
30568
+ .E_dld369h {
30569
+ color: rgba(44, 56, 82, 0.6);
30570
+ margin-top: 5px;
30571
+ font-size: 12px;
30572
+ line-height: 18px;
30718
30573
  }
30719
30574
 
30720
- .E_s1ebs0ra {
30721
- display: flex;
30722
- align-items: center;
30723
- justify-content: space-between;
30724
- background: #edf0f7;
30725
- padding: 8px 12px;
30726
- position: sticky;
30727
- top: 0;
30728
- z-index: 1;
30729
- margin-bottom: -52px;
30575
+ .E_s1epv22q {
30576
+ color: #f0483e;
30577
+ font-size: 12px;
30578
+ white-space: pre-wrap;
30730
30579
  }
30731
- .E_s1ebs0ra .select-total {
30580
+
30581
+ .E_okus5hk {
30732
30582
  display: flex;
30733
30583
  align-items: center;
30734
- font-weight: 700;
30735
- flex-shrink: 0;
30736
- }
30737
- .E_s1ebs0ra .select-total .icon-wrapper {
30738
- cursor: pointer;
30739
- margin-left: 8px;
30740
- width: 32px;
30741
- height: 32px;
30742
- border-radius: 50%;
30743
- justify-content: center;
30584
+ justify-content: flex-end;
30744
30585
  }
30745
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
30746
- background: rgba(225, 230, 241, 0.6);
30586
+ .E_okus5hk .icon-wrapper {
30587
+ margin-right: 16px;
30747
30588
  }
30748
- .E_s1ebs0ra .action-group {
30749
- flex: 1;
30750
- margin-left: 88px;
30751
- white-space: nowrap;
30752
- text-align: right;
30753
- position: relative;
30754
- padding: 4px 0;
30755
- margin-top: -4px;
30756
- overflow: hidden;
30589
+
30590
+ .E_t1auuzri {
30591
+ color: rgba(0, 21, 64, 0.3);
30757
30592
  }
30758
- .E_s1ebs0ra .action-group .sub-menu-delete {
30759
- transform: translateY(-4px);
30593
+
30594
+ .E_i74cfyt.ant-input {
30595
+ padding: 5px 12px;
30596
+ line-height: 20px;
30597
+ color: #2d3a56;
30598
+ border-radius: 6px;
30599
+ border-color: rgba(172, 186, 211, 0.6);
30600
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30760
30601
  }
30761
- .E_s1ebs0ra .action-group button {
30762
- border: none;
30602
+ .E_i74cfyt.ant-input.ant-input-lg {
30603
+ padding: 8px 16px;
30604
+ line-height: 22px;
30763
30605
  }
30764
- .E_s1ebs0ra .action-group > *:not(:last-child) {
30765
- margin-right: 8px;
30606
+ .E_i74cfyt.ant-input.ant-input-sm {
30607
+ padding: 2px 8px;
30608
+ line-height: 18px;
30766
30609
  }
30767
- .E_s1ebs0ra .action-group > button:last-child {
30768
- margin-right: 4px;
30610
+ .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 {
30611
+ border-color: rgba(107, 128, 167, 0.6);
30612
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30613
+ z-index: 1;
30769
30614
  }
30770
- .E_s1ebs0ra .action-group .more-btn {
30771
- cursor: pointer;
30772
- width: 32px;
30773
- height: 32px;
30774
- justify-content: center;
30775
- border-radius: 50%;
30615
+ .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 {
30616
+ border-color: #0096ff;
30617
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30618
+ z-index: 1;
30776
30619
  }
30777
- .E_s1ebs0ra .action-group .more-btn:hover {
30778
- background: #fff;
30620
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
30621
+ border-color: #e75a3a;
30622
+ color: #e75a3a;
30779
30623
  }
30780
-
30781
- .E_rapgekc.ant-radio-wrapper {
30782
- display: inline-flex;
30783
- align-items: baseline;
30784
- white-space: pre-wrap;
30624
+ .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 {
30625
+ border-color: #e75a3a;
30626
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30785
30627
  }
30786
- .E_rapgekc.ant-radio-wrapper .ant-radio {
30787
- position: relative;
30788
- top: 3px;
30628
+ .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 {
30629
+ border-color: #e75a3a;
30630
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30789
30631
  }
30790
- .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30791
- border-color: rgba(107, 128, 167, 0.6);
30632
+ .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 {
30633
+ background: rgba(211, 218, 235, 0.6);
30634
+ color: rgba(0, 21, 64, 0.3);
30635
+ border-color: rgba(172, 186, 211, 0.6);
30792
30636
  }
30793
- .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30794
- border-color: #0080ff;
30637
+ .E_i74cfyt.ant-input-affix-wrapper {
30638
+ padding: 5px 12px;
30639
+ border-radius: 6px;
30640
+ border-color: rgba(172, 186, 211, 0.6);
30641
+ line-height: 20px;
30642
+ color: #2d3a56;
30643
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30795
30644
  }
30796
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30797
- border-color: #0080ff;
30798
- background: #0080ff;
30645
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
30646
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
30647
+ color: rgba(44, 56, 82, 0.6);
30799
30648
  }
30800
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30801
- top: 4px;
30802
- left: 4px;
30803
- width: 6px;
30804
- height: 6px;
30805
- background: #fff;
30649
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30650
+ padding: 8px 16px;
30651
+ line-height: 22px;
30806
30652
  }
30807
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30808
- opacity: 0.5;
30653
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30654
+ padding: 2px 8px;
30655
+ line-height: 18px;
30809
30656
  }
30810
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30657
+ .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 {
30811
30658
  border-color: rgba(107, 128, 167, 0.6);
30812
- background: rgba(211, 218, 235, 0.6);
30813
- }
30814
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30815
- background: #00122e;
30659
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30660
+ }
30661
+ .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 {
30662
+ border-color: #0096ff;
30663
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30664
+ }
30665
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30666
+ border-color: #e75a3a;
30667
+ }
30668
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30669
+ color: #e75a3a;
30670
+ }
30671
+ .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 {
30672
+ border-color: #e75a3a;
30673
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30674
+ }
30675
+ .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 {
30676
+ border-color: #e75a3a;
30677
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30678
+ }
30679
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30680
+ background: rgba(211, 218, 235, 0.6);
30681
+ color: rgba(0, 21, 64, 0.3);
30682
+ border-color: rgba(172, 186, 211, 0.6);
30683
+ }
30684
+ textarea.E_i74cfyt.ant-input {
30685
+ transition-property: height;
30686
+ transition-delay: 50ms;
30687
+ }
30688
+ textarea.E_i74cfyt.ant-input.textarea-large {
30689
+ min-height: 40px;
30690
+ height: 40px;
30691
+ }
30692
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
30693
+ height: 80px;
30694
+ }
30695
+ textarea.E_i74cfyt.ant-input.textarea-middle {
30696
+ min-height: 32px;
30697
+ height: 32px;
30698
+ }
30699
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
30700
+ height: 64px;
30701
+ }
30702
+ textarea.E_i74cfyt.ant-input.textarea-small {
30703
+ min-height: 24px;
30704
+ height: 24px;
30705
+ }
30706
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
30707
+ height: 40px;
30708
+ }
30709
+
30710
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
30711
+ border: 1px solid rgba(213, 219, 227, 0.6);
30712
+ border-radius: 4px;
30713
+ }
30714
+ .E_k1ci6977.input-tags {
30715
+ position: relative;
30716
+ padding: 6px;
30717
+ height: 32px;
30718
+ cursor: pointer;
30719
+ transition: border 150ms;
30720
+ }
30721
+ .E_k1ci6977.input-tags:hover {
30722
+ border-color: #0080ff;
30723
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30724
+ }
30725
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
30726
+ padding-right: 30px;
30727
+ }
30728
+ .E_k1ci6977.input-tags .input-tags-inner {
30729
+ display: flex;
30730
+ }
30731
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
30732
+ display: flex;
30733
+ }
30734
+ .E_k1ci6977.input-tags .input-tag-suffix {
30735
+ position: absolute;
30736
+ right: 12px;
30737
+ top: 50%;
30738
+ transform: translateY(-50%);
30739
+ }
30740
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
30741
+ color: rgba(0, 0, 0, 0.25);
30742
+ font-size: 12px;
30743
+ cursor: pointer;
30744
+ }
30745
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
30746
+ color: rgba(0, 0, 0, 0.45);
30747
+ }
30748
+ .E_k1ci6977.has-focus-indicator {
30749
+ position: relative;
30750
+ overflow: hidden;
30751
+ }
30752
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
30753
+ position: absolute;
30754
+ top: 50%;
30755
+ transform: translateY(-50%);
30756
+ left: -16px;
30757
+ transition: left 150ms ease;
30758
+ opacity: 0;
30759
+ }
30760
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30761
+ left: 8px;
30762
+ opacity: 1;
30763
+ }
30764
+ .E_k1ci6977.has-focus-indicator input {
30765
+ transition: margin-left 150ms ease;
30766
+ margin-left: 0px;
30767
+ }
30768
+ .E_k1ci6977.has-focus-indicator input:focus {
30769
+ margin-left: 16px;
30770
+ }
30771
+
30772
+ input.E_l1f7td1d.ant-input {
30773
+ border-top-right-radius: 0;
30774
+ border-bottom-right-radius: 0;
30775
+ }
30776
+
30777
+ .E_l1f7td1d.ant-input-affix-wrapper {
30778
+ border-top-right-radius: 0;
30779
+ border-bottom-right-radius: 0;
30780
+ }
30781
+
30782
+ input.E_rf8rlle.ant-input {
30783
+ border-top-left-radius: 0;
30784
+ border-bottom-left-radius: 0;
30785
+ }
30786
+
30787
+ .E_rf8rlle.ant-input-affix-wrapper {
30788
+ border-top-left-radius: 0;
30789
+ border-bottom-left-radius: 0;
30790
+ }
30791
+
30792
+ .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
30793
+ border-top-right-radius: 0;
30794
+ border-bottom-right-radius: 0;
30795
+ }
30796
+
30797
+ .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
30798
+ border-top-left-radius: 0;
30799
+ border-bottom-left-radius: 0;
30800
+ }
30801
+
30802
+ .E_c3ni091 {
30803
+ display: flex;
30804
+ flex-direction: column;
30805
+ }
30806
+ .E_c3ni091 .select-wrapper {
30807
+ margin-top: 12px;
30808
+ }
30809
+ .E_c3ni091 .select-wrapper .select {
30810
+ width: 100%;
30811
+ }
30812
+ .E_c3ni091 .radio-wrapper {
30813
+ margin-top: 24px;
30814
+ }
30815
+ .E_c3ni091 div.form-item {
30816
+ width: 100%;
30817
+ }
30818
+
30819
+ .E_d105ju2d {
30820
+ font-size: 14px;
30821
+ font-weight: 500;
30822
+ color: #3e4652;
30823
+ line-height: 18px;
30824
+ }
30825
+ .E_d105ju2d + .E_d105ju2d {
30826
+ margin-top: 16px;
30827
+ }
30828
+ .E_d105ju2d + * {
30829
+ margin-top: 16px;
30830
+ }
30831
+
30832
+ .E_lh0l62z.E_d105ju2d {
30833
+ font-size: 12px;
30834
+ color: rgba(44, 56, 82, 0.6);
30835
+ margin-top: 12px;
30836
+ }
30837
+
30838
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
30839
+ line-height: 18px;
30840
+ font-weight: 500;
30841
+ margin-top: 0;
30842
+ white-space: initial;
30843
+ }
30844
+
30845
+ .E_r1skkc3l {
30846
+ display: block;
30847
+ }
30848
+ .E_r1skkc3l span {
30849
+ font-size: 14px;
30850
+ font-weight: 500;
30851
+ line-height: 32px;
30852
+ color: #3e4652;
30853
+ }
30854
+
30855
+ .E_c3cobmo {
30856
+ margin-top: 16px;
30857
+ padding: 8px;
30858
+ border-radius: 6px;
30859
+ background: rgba(225, 230, 241, 0.6);
30860
+ color: rgba(44, 56, 82, 0.6);
30861
+ font-size: 12px;
30862
+ }
30863
+ .E_c3cobmo div {
30864
+ line-height: 20px;
30865
+ display: flex;
30866
+ align-items: center;
30867
+ word-break: break-all;
30868
+ }
30869
+ .E_c3cobmo .title {
30870
+ font-weight: 700;
30871
+ line-height: 18px;
30872
+ margin: 4px 0;
30873
+ }
30874
+
30875
+ .E_rapgekc.ant-radio-wrapper {
30876
+ display: inline-flex;
30877
+ align-items: baseline;
30878
+ white-space: pre-wrap;
30879
+ }
30880
+ .E_rapgekc.ant-radio-wrapper .ant-radio {
30881
+ position: relative;
30882
+ top: 3px;
30883
+ }
30884
+ .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30885
+ border-color: rgba(107, 128, 167, 0.6);
30886
+ }
30887
+ .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30888
+ border-color: #0080ff;
30889
+ }
30890
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30891
+ border-color: #0080ff;
30892
+ background: #0080ff;
30893
+ }
30894
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30895
+ top: 4px;
30896
+ left: 4px;
30897
+ width: 6px;
30898
+ height: 6px;
30899
+ background: #fff;
30900
+ }
30901
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30902
+ opacity: 0.5;
30903
+ }
30904
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30905
+ border-color: rgba(107, 128, 167, 0.6);
30906
+ background: rgba(211, 218, 235, 0.6);
30907
+ }
30908
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30909
+ background: #00122e;
30816
30910
  }
30817
30911
  .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30818
30912
  color: #00122e;
@@ -30924,697 +31018,603 @@ html body {
30924
31018
  width: 36px;
30925
31019
  }
30926
31020
 
30927
- .E_cnujxq2 {
30928
- display: flex;
30929
- flex-direction: column;
31021
+ .E_t1m2x205 .ant-tooltip-arrow {
31022
+ display: none;
30930
31023
  }
30931
-
30932
- .E_m7s48ia {
30933
- max-width: 1120px;
30934
- width: 100%;
30935
- margin: 0 auto;
30936
- height: 100%;
31024
+ .E_t1m2x205 .ant-tooltip-inner {
31025
+ background: rgba(23, 38, 64, 0.8);
31026
+ border-radius: 4px;
30937
31027
  }
30938
31028
 
30939
- .E_wt5zbg6 {
30940
- max-width: 1120px;
30941
- width: 100%;
30942
- margin: 0 auto;
30943
- display: flex;
30944
- }
30945
- .E_wt5zbg6 .left,
30946
- .E_wt5zbg6 .right {
30947
- flex-grow: 0;
30948
- flex-shrink: 0;
30949
- flex-basis: 21%;
30950
- }
30951
- .E_wt5zbg6 .left {
30952
- display: flex;
30953
- justify-content: flex-end;
30954
- padding-right: 44px;
30955
- }
30956
- .E_wt5zbg6 .right {
30957
- padding-left: 44px;
30958
- }
30959
- .E_wt5zbg6 .middle {
30960
- margin-bottom: 40px;
30961
- flex-grow: 0;
30962
- flex-shrink: 0;
30963
- flex-basis: 58%;
30964
- }
30965
- .E_wt5zbg6 .middle .form-base-field {
30966
- width: 100%;
30967
- }
30968
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
30969
- width: auto;
31029
+ .E_dsnbhzf {
31030
+ font-family: Inter;
31031
+ font-style: normal;
31032
+ font-weight: bold;
31033
+ font-size: 32px;
31034
+ line-height: 40px;
30970
31035
  }
30971
31036
 
30972
- .E_h18jprzg .ant-modal-header {
30973
- margin: 0 auto;
30974
- width: 100%;
30975
- max-width: 648px;
30976
- }
30977
- .E_h18jprzg .ant-modal-header .ant-modal-title {
30978
- margin-left: 0;
30979
- }
30980
- .E_h18jprzg .ant-modal-body {
30981
- margin: 0 auto;
30982
- padding: 0;
30983
- width: 100%;
30984
- max-width: 648px;
30985
- overflow: hidden;
30986
- }
30987
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30988
- margin-bottom: 40px;
30989
- }
30990
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
30991
- height: calc(100vh - 225px);
30992
- overflow-y: auto;
30993
- }
30994
- .E_h18jprzg .ant-modal-footer .footer-content {
30995
- margin: 0 auto;
30996
- max-width: 648px;
31037
+ .E_d1mvo22k {
31038
+ font-family: Inter;
31039
+ font-style: normal;
31040
+ font-weight: bold;
31041
+ font-size: 24px;
31042
+ line-height: 32px;
30997
31043
  }
30998
31044
 
30999
- .E_h16z9xgz .ant-modal-header {
31000
- margin: 0 auto;
31001
- width: 100%;
31002
- max-width: 1024px;
31045
+ .E_d1b444tr {
31046
+ font-family: Inter;
31047
+ font-style: normal;
31048
+ font-weight: normal;
31049
+ font-size: 32px;
31050
+ line-height: 40px;
31003
31051
  }
31004
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
31005
- margin-left: 0;
31052
+
31053
+ .E_dvs0kue {
31054
+ font-family: Inter;
31055
+ font-style: normal;
31056
+ font-weight: bold;
31057
+ font-size: 20px;
31058
+ line-height: 24px;
31006
31059
  }
31007
- .E_h16z9xgz .ant-modal-body {
31008
- margin: 0 auto;
31009
- padding: 0;
31010
- width: 100%;
31011
- max-width: 1024px;
31012
- overflow: hidden;
31060
+
31061
+ .E_d1hcbfcq {
31062
+ font-family: Inter;
31063
+ font-style: normal;
31064
+ font-weight: normal;
31065
+ font-size: 20px;
31066
+ line-height: 24px;
31013
31067
  }
31014
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
31015
- margin-bottom: 40px;
31068
+
31069
+ .E_d1cz922v {
31070
+ font-family: Inter;
31071
+ font-style: normal;
31072
+ font-weight: bold;
31073
+ font-size: 18px;
31074
+ line-height: 22px;
31016
31075
  }
31017
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
31018
- height: calc(100vh - 225px);
31019
- overflow-y: auto;
31076
+
31077
+ .E_d3nzbrm {
31078
+ font-family: Inter;
31079
+ font-style: normal;
31080
+ font-weight: normal;
31081
+ font-size: 18px;
31082
+ line-height: 22px;
31020
31083
  }
31021
- .E_h16z9xgz .ant-modal-footer .footer-content {
31022
- margin: 0 auto;
31023
- max-width: 1024px;
31084
+
31085
+ .E_h1g0p5ob {
31086
+ font-family: Inter;
31087
+ font-style: normal;
31088
+ font-weight: bold;
31089
+ font-size: 16px;
31090
+ line-height: 22px;
31024
31091
  }
31025
31092
 
31026
- .E_f1lrhghm {
31027
- flex: 1;
31093
+ .E_hydo2ej {
31094
+ font-family: Inter;
31095
+ font-style: normal;
31096
+ font-weight: normal;
31097
+ font-size: 16px;
31098
+ line-height: 22px;
31028
31099
  }
31029
- .E_f1lrhghm label {
31030
- font-size: 13px;
31100
+
31101
+ .E_h1hbuq0r {
31102
+ font-family: Inter;
31103
+ font-style: normal;
31104
+ font-weight: bold;
31105
+ font-size: 14px;
31031
31106
  line-height: 20px;
31032
- color: rgba(44, 56, 82, 0.6);
31033
31107
  }
31034
- .E_f1lrhghm .title {
31108
+
31109
+ .E_h13bondg {
31110
+ font-family: Inter;
31111
+ font-style: normal;
31112
+ font-weight: normal;
31035
31113
  font-size: 14px;
31036
31114
  line-height: 20px;
31037
- color: #2d3a56;
31038
- margin-bottom: 12px;
31039
- }
31040
- .E_f1lrhghm.connect-cluster .title {
31041
- padding-bottom: 26px;
31042
31115
  }
31043
31116
 
31044
- .E_f18ot8em {
31045
- padding: 25px 0 15px 0;
31046
- border-bottom: 1px solid #e1e5eb;
31047
- margin-bottom: 16px;
31117
+ .E_h1mhvdlx {
31118
+ font-family: Inter;
31119
+ font-style: normal;
31120
+ font-weight: bold;
31121
+ font-size: 12px;
31122
+ line-height: 18px;
31048
31123
  }
31049
31124
 
31050
- .E_f1l1g2k0 {
31051
- display: flex;
31052
- align-items: center;
31053
- margin-bottom: 8px;
31054
- }
31055
- .E_f1l1g2k0 > label {
31056
- width: 216px;
31125
+ .E_h1inmfq6 {
31126
+ font-family: Inter;
31127
+ font-style: normal;
31128
+ font-weight: normal;
31129
+ font-size: 12px;
31130
+ line-height: 18px;
31057
31131
  }
31058
- .E_f1l1g2k0 > label + * {
31059
- width: 100%;
31132
+
31133
+ .E_h1kfc0la {
31134
+ font-family: Inter;
31135
+ font-style: normal;
31136
+ font-weight: bold;
31137
+ text-transform: uppercase;
31138
+ font-feature-settings: "cpsp" on;
31139
+ font-size: 12px;
31140
+ line-height: 18px;
31060
31141
  }
31061
- .E_f1l1g2k0 .ant-select {
31062
- width: 100%;
31142
+
31143
+ .E_h10xnyuu {
31144
+ font-family: Inter;
31145
+ font-style: normal;
31146
+ font-weight: normal;
31147
+ text-transform: uppercase;
31148
+ font-feature-settings: "cpsp" on;
31149
+ font-size: 12px;
31150
+ line-height: 18px;
31063
31151
  }
31064
31152
 
31065
- .E_e1k89cwg {
31066
- color: #e75a3a;
31067
- margin-right: 10px;
31153
+ .E_lrcmi0v {
31154
+ font-family: Inter;
31155
+ font-style: normal;
31156
+ font-weight: normal;
31157
+ font-size: 16px;
31158
+ line-height: 24px;
31068
31159
  }
31069
31160
 
31070
- .E_d1oui1gf {
31071
- width: 100%;
31072
- height: 1px;
31073
- background: rgba(213, 219, 227, 0.6);
31074
- margin: 24px 0;
31161
+ .E_lzt43lp {
31162
+ font-family: Inter;
31163
+ font-style: normal;
31164
+ font-weight: bold;
31165
+ font-size: 16px;
31166
+ line-height: 24px;
31075
31167
  }
31076
31168
 
31077
- .E_l15itdbb {
31078
- display: flex;
31079
- justify-content: center;
31080
- align-items: center;
31081
- height: 100%;
31169
+ .E_l5yc9nt {
31170
+ font-family: Inter;
31171
+ font-style: normal;
31172
+ font-weight: normal;
31173
+ font-size: 16px;
31174
+ line-height: 24px;
31082
31175
  }
31083
31176
 
31084
- .E_d1y3z4w {
31085
- display: inline-block;
31086
- width: 4px;
31087
- height: 4px;
31088
- background: #8e9aa9;
31089
- opacity: 0.4;
31090
- border-radius: 50%;
31091
- margin: 0 4px;
31177
+ .E_l1fbkbzo {
31178
+ font-family: Inter;
31179
+ font-style: normal;
31180
+ font-weight: bold;
31181
+ font-size: 16px;
31182
+ line-height: 24px;
31092
31183
  }
31093
31184
 
31094
- .E_m177r7a3 .ant-modal-header,
31095
- .E_m177r7a3 .ant-modal-footer .footer-content {
31096
- width: 648px;
31097
- margin: 0 auto;
31098
- }
31099
- .E_m177r7a3 .ant-modal-header {
31100
- padding: 35px 0 24px;
31101
- border: none;
31102
- }
31103
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
31104
- font-size: 30px;
31105
- }
31106
- .E_m177r7a3 .ant-modal-body {
31107
- padding: 4px 0 2px;
31108
- }
31109
- .E_m177r7a3 .ant-modal-footer {
31110
- border: none;
31185
+ .E_lahvcax {
31186
+ font-family: Inter;
31187
+ font-style: normal;
31188
+ font-weight: normal;
31189
+ text-transform: uppercase;
31190
+ font-feature-settings: "cpsp" on;
31191
+ font-size: 16px;
31192
+ line-height: 24px;
31111
31193
  }
31112
31194
 
31113
- .E_t1wwio3v {
31114
- font-size: 12px;
31115
- line-height: 18px;
31195
+ .E_l11q3pxd {
31196
+ font-family: Inter;
31197
+ font-style: normal;
31116
31198
  font-weight: bold;
31117
- color: #fff;
31118
- padding: 0 4px;
31119
- border-radius: 4px;
31120
- display: inline-block;
31121
- background: var(--t1wwio3v-0);
31199
+ text-transform: uppercase;
31200
+ font-feature-settings: "cpsp" on;
31201
+ font-size: 16px;
31202
+ line-height: 24px;
31122
31203
  }
31123
- .E_t1wwio3v:not(:first-child) {
31124
- margin-left: 4px;
31204
+
31205
+ .E_lfuc2qu {
31206
+ font-family: Inter;
31207
+ font-style: normal;
31208
+ font-weight: normal;
31209
+ font-size: 14px;
31210
+ line-height: 22px;
31125
31211
  }
31126
31212
 
31127
- .E_f17jvtfk {
31128
- width: 100%;
31129
- height: 100%;
31130
- display: flex;
31131
- align-items: center;
31132
- justify-content: center;
31213
+ .E_l1jmp8r0 {
31214
+ font-family: Inter;
31215
+ font-style: normal;
31216
+ font-weight: 500;
31217
+ font-size: 14px;
31218
+ line-height: 22px;
31133
31219
  }
31134
31220
 
31135
- .E_nzppkea {
31136
- font-size: 90%;
31221
+ .E_lcnm221 {
31222
+ font-family: Inter;
31223
+ font-style: normal;
31137
31224
  font-weight: bold;
31138
- background-color: rgba(240, 243, 247, 0.6);
31139
- padding: 1px 4px 1px;
31140
- margin-left: 2px;
31141
- margin-right: 2px;
31142
- border: 1px solid rgba(213, 219, 227, 0.6);
31143
- border-radius: 4px;
31225
+ font-size: 14px;
31226
+ line-height: 22px;
31144
31227
  }
31145
31228
 
31146
- .E_f4mi9eq.form-item-general {
31147
- width: 640px;
31148
- }
31149
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31150
- margin-top: 16px;
31151
- }
31152
- .E_f4mi9eq.form-item-compact {
31153
- width: 412px;
31154
- }
31155
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31156
- margin-top: 8px;
31157
- }
31158
- .E_f4mi9eq .form-item {
31159
- width: auto;
31160
- }
31161
- .E_f4mi9eq .form-item-main {
31162
- position: relative;
31163
- display: flex;
31164
- }
31165
- .E_f4mi9eq .form-item-extra {
31166
- margin-top: 4px;
31167
- width: 100%;
31168
- padding: 14px;
31169
- background: #f2f4f6;
31170
- font-size: 13px;
31171
- line-height: 1.8;
31172
- color: #8e9aa9;
31173
- }
31174
- .E_f4mi9eq .form-item-label {
31175
- padding-right: 12px;
31176
- font-size: 13px;
31177
- color: rgba(44, 56, 82, 0.6);
31178
- }
31179
- .E_f4mi9eq .form-item-label.label-right {
31180
- text-align: right;
31181
- }
31182
- .E_f4mi9eq .form-item-label,
31183
- .E_f4mi9eq .form-item-control {
31184
- line-height: 32px;
31185
- }
31186
- .E_f4mi9eq .form-item-control .form-item-error {
31187
- line-height: 18px;
31188
- }
31189
- .E_f4mi9eq .form-item-children {
31190
- width: 100%;
31191
- }
31192
- .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 {
31193
- width: 100%;
31194
- }
31195
- .E_f4mi9eq .form-item-error {
31196
- color: #e75a3a;
31197
- height: 0;
31198
- overflow: hidden;
31199
- }
31200
- .E_f4mi9eq .form-item-error-enter-done {
31201
- margin-top: 4px;
31202
- height: auto;
31203
- overflow: auto;
31204
- }
31205
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31206
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31207
- border: 1px solid #e75a3a;
31208
- color: #e75a3a;
31229
+ .E_lu1z2n5 {
31230
+ font-family: Inter;
31231
+ font-style: normal;
31232
+ font-weight: normal;
31233
+ font-size: 14px;
31234
+ line-height: 22px;
31209
31235
  }
31210
31236
 
31211
- .E_fh0ewl8 {
31212
- color: #2d3a56;
31237
+ .E_l1r59djn {
31238
+ font-family: Inter;
31239
+ font-style: normal;
31213
31240
  font-weight: bold;
31214
- padding-bottom: 6px;
31215
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31216
- margin-bottom: 16px;
31217
- }
31218
- .E_fh0ewl8:not(:first-of-type) {
31219
- margin-top: 16px;
31220
- }
31221
-
31222
- .E_e1qrlvot {
31223
- width: 8px;
31224
- height: 24px;
31225
- display: flex;
31226
- justify-content: center;
31227
- align-items: center;
31228
- cursor: pointer;
31229
- transition: all 200ms ease-out 40ms;
31230
- }
31231
- .E_e1qrlvot:before, .E_e1qrlvot:after {
31232
- content: "";
31233
- width: 1px;
31234
- height: 6px;
31235
- border-radius: 1px;
31236
- background: #ccd4e3;
31237
- position: relative;
31238
- right: 2px;
31239
- transform: rotate(-45deg);
31240
- }
31241
- .E_e1qrlvot:after {
31242
- transform: rotate(45deg);
31243
- left: 1px;
31241
+ font-size: 14px;
31242
+ line-height: 22px;
31244
31243
  }
31245
31244
 
31246
- .E_w9ic984.ant-alert-warning {
31247
- border: 0;
31248
- background: rgba(255, 187, 0, 0.1);
31249
- border-radius: 6px;
31250
- }
31251
- .E_w9ic984.ant-alert,
31252
- .E_w9ic984 .ant-alert-message {
31253
- color: #e07f00;
31254
- }
31255
- .E_w9ic984.ant-alert .dashed-border-bottom,
31256
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31257
- border-bottom-color: #e07f00;
31245
+ .E_ljm2911 {
31246
+ font-family: Inter;
31247
+ font-style: normal;
31248
+ font-weight: normal;
31249
+ text-transform: uppercase;
31250
+ font-feature-settings: "cpsp" on;
31251
+ font-size: 14px;
31252
+ line-height: 22px;
31258
31253
  }
31259
31254
 
31260
- .E_n1k9qi4r {
31261
- display: flex;
31262
- flex-direction: row;
31263
- padding: 7px 12px;
31264
- background: rgba(255, 187, 0, 0.1);
31265
- border-radius: 6px;
31266
- color: #e07f00;
31267
- font-size: 12px;
31268
- line-height: 18px;
31269
- }
31270
- .E_n1k9qi4r .icon-wrapper {
31271
- margin-right: 10px;
31272
- height: 18px;
31255
+ .E_l124mzmr {
31256
+ font-family: Inter;
31257
+ font-style: normal;
31258
+ font-weight: bold;
31259
+ text-transform: uppercase;
31260
+ font-feature-settings: "cpsp" on;
31261
+ font-size: 14px;
31262
+ line-height: 22px;
31273
31263
  }
31274
31264
 
31275
- .E_n16fsg9x {
31276
- display: flex;
31277
- flex-direction: row;
31278
- padding: 7px 12px;
31279
- background: rgba(225, 230, 241, 0.6);
31280
- border-radius: 6px;
31281
- color: rgba(44, 56, 82, 0.6);
31282
- font-size: 12px;
31283
- line-height: 18px;
31284
- }
31285
- .E_n16fsg9x .icon-wrapper {
31286
- margin-right: 10px;
31287
- height: 18px;
31265
+ .E_lb3chel {
31266
+ font-family: Inter;
31267
+ font-style: normal;
31268
+ font-weight: normal;
31269
+ font-size: 13px;
31270
+ line-height: 20px;
31288
31271
  }
31289
31272
 
31290
- .E_i173wxzw {
31291
- display: flex;
31292
- flex-direction: row;
31293
- padding: 7px 12px;
31294
- background: rgba(0, 136, 255, 0.1);
31295
- border-radius: 6px;
31296
- color: #005ed1;
31297
- font-size: 12px;
31298
- line-height: 18px;
31299
- }
31300
- .E_i173wxzw .icon-wrapper {
31301
- margin-right: 10px;
31302
- height: 18px;
31273
+ .E_lv9jstu {
31274
+ font-family: Inter;
31275
+ font-style: normal;
31276
+ font-weight: 600;
31277
+ font-size: 13px;
31278
+ line-height: 20px;
31303
31279
  }
31304
31280
 
31305
- .E_dld369h {
31306
- color: rgba(44, 56, 82, 0.6);
31307
- margin-top: 5px;
31308
- font-size: 12px;
31309
- line-height: 18px;
31281
+ .E_lwqlh3x {
31282
+ font-family: Inter;
31283
+ font-style: normal;
31284
+ font-weight: bold;
31285
+ font-size: 13px;
31286
+ line-height: 20px;
31310
31287
  }
31311
31288
 
31312
- .E_s1epv22q {
31313
- color: #f0483e;
31314
- font-size: 12px;
31315
- white-space: pre-wrap;
31289
+ .E_lalum9y {
31290
+ font-family: Inter;
31291
+ font-style: normal;
31292
+ font-weight: normal;
31293
+ font-size: 13px;
31294
+ line-height: 20px;
31316
31295
  }
31317
31296
 
31318
- .E_okus5hk {
31319
- display: flex;
31320
- align-items: center;
31321
- justify-content: flex-end;
31322
- }
31323
- .E_okus5hk .icon-wrapper {
31324
- margin-right: 16px;
31297
+ .E_l1t6dj5o {
31298
+ font-family: Inter;
31299
+ font-style: normal;
31300
+ font-weight: 600;
31301
+ font-size: 13px;
31302
+ line-height: 20px;
31325
31303
  }
31326
31304
 
31327
- .E_t1auuzri {
31328
- color: rgba(0, 21, 64, 0.3);
31305
+ .E_l12f6ic {
31306
+ font-family: Inter;
31307
+ font-style: normal;
31308
+ font-weight: bold;
31309
+ font-size: 13px;
31310
+ line-height: 20px;
31329
31311
  }
31330
31312
 
31331
- .E_i74cfyt.ant-input {
31332
- padding: 5px 12px;
31313
+ .E_l7gmukq {
31314
+ font-family: Inter;
31315
+ font-style: normal;
31316
+ font-weight: normal;
31317
+ text-transform: uppercase;
31318
+ font-feature-settings: "cpsp" on;
31319
+ font-size: 13px;
31333
31320
  line-height: 20px;
31334
- color: #2d3a56;
31335
- border-radius: 6px;
31336
- border-color: rgba(172, 186, 211, 0.6);
31337
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31338
- }
31339
- .E_i74cfyt.ant-input.ant-input-lg {
31340
- padding: 8px 16px;
31341
- line-height: 22px;
31342
- }
31343
- .E_i74cfyt.ant-input.ant-input-sm {
31344
- padding: 2px 8px;
31345
- line-height: 18px;
31346
- }
31347
- .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 {
31348
- border-color: rgba(107, 128, 167, 0.6);
31349
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31350
- z-index: 1;
31351
- }
31352
- .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 {
31353
- border-color: #0096ff;
31354
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31355
- z-index: 1;
31356
31321
  }
31357
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31358
- border-color: #e75a3a;
31359
- color: #e75a3a;
31360
- }
31361
- .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 {
31362
- border-color: #e75a3a;
31363
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31364
- }
31365
- .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 {
31366
- border-color: #e75a3a;
31367
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31368
- }
31369
- .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 {
31370
- background: rgba(211, 218, 235, 0.6);
31371
- color: rgba(0, 21, 64, 0.3);
31372
- border-color: rgba(172, 186, 211, 0.6);
31373
- }
31374
- .E_i74cfyt.ant-input-affix-wrapper {
31375
- padding: 5px 12px;
31376
- border-radius: 6px;
31377
- border-color: rgba(172, 186, 211, 0.6);
31322
+
31323
+ .E_lkwl0yp {
31324
+ font-family: Inter;
31325
+ font-style: normal;
31326
+ font-weight: bold;
31327
+ text-transform: uppercase;
31328
+ font-feature-settings: "cpsp" on;
31329
+ font-size: 13px;
31378
31330
  line-height: 20px;
31379
- color: #2d3a56;
31380
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31381
- }
31382
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31383
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31384
- color: rgba(44, 56, 82, 0.6);
31385
31331
  }
31386
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31387
- padding: 8px 16px;
31388
- line-height: 22px;
31389
- }
31390
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31391
- padding: 2px 8px;
31332
+
31333
+ .E_l10knv48 {
31334
+ font-family: Inter;
31335
+ font-style: normal;
31336
+ font-weight: normal;
31337
+ font-size: 12px;
31392
31338
  line-height: 18px;
31393
31339
  }
31394
- .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 {
31395
- border-color: rgba(107, 128, 167, 0.6);
31396
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31397
- }
31398
- .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 {
31399
- border-color: #0096ff;
31400
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31401
- }
31402
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31403
- border-color: #e75a3a;
31404
- }
31405
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31406
- color: #e75a3a;
31407
- }
31408
- .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 {
31409
- border-color: #e75a3a;
31410
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31411
- }
31412
- .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 {
31413
- border-color: #e75a3a;
31414
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31415
- }
31416
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31417
- background: rgba(211, 218, 235, 0.6);
31418
- color: rgba(0, 21, 64, 0.3);
31419
- border-color: rgba(172, 186, 211, 0.6);
31420
- }
31421
- textarea.E_i74cfyt.ant-input {
31422
- transition-property: height;
31423
- transition-delay: 50ms;
31424
- }
31425
- textarea.E_i74cfyt.ant-input.textarea-large {
31426
- min-height: 40px;
31427
- height: 40px;
31428
- }
31429
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
31430
- height: 80px;
31431
- }
31432
- textarea.E_i74cfyt.ant-input.textarea-middle {
31433
- min-height: 32px;
31434
- height: 32px;
31435
- }
31436
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31437
- height: 64px;
31438
- }
31439
- textarea.E_i74cfyt.ant-input.textarea-small {
31440
- min-height: 24px;
31441
- height: 24px;
31442
- }
31443
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
31444
- height: 40px;
31445
- }
31446
31340
 
31447
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
31448
- border: 1px solid rgba(213, 219, 227, 0.6);
31449
- border-radius: 4px;
31450
- }
31451
- .E_k1ci6977.input-tags {
31452
- position: relative;
31453
- padding: 6px;
31454
- height: 32px;
31455
- cursor: pointer;
31456
- transition: border 150ms;
31457
- }
31458
- .E_k1ci6977.input-tags:hover {
31459
- border-color: #0080ff;
31460
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31341
+ .E_l6526ld {
31342
+ font-family: Inter;
31343
+ font-style: normal;
31344
+ font-weight: 500;
31345
+ font-size: 12px;
31346
+ line-height: 18px;
31461
31347
  }
31462
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31463
- padding-right: 30px;
31348
+
31349
+ .E_l1j81vli {
31350
+ font-family: Inter;
31351
+ font-style: normal;
31352
+ font-weight: bold;
31353
+ font-size: 12px;
31354
+ line-height: 18px;
31464
31355
  }
31465
- .E_k1ci6977.input-tags .input-tags-inner {
31466
- display: flex;
31356
+
31357
+ .E_l1x7n1mk {
31358
+ font-family: Inter;
31359
+ font-style: normal;
31360
+ font-weight: normal;
31361
+ font-size: 12px;
31362
+ line-height: 18px;
31467
31363
  }
31468
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31469
- display: flex;
31364
+
31365
+ .E_l9fqufz {
31366
+ font-family: Inter;
31367
+ font-style: normal;
31368
+ font-weight: 500;
31369
+ font-size: 12px;
31370
+ line-height: 18px;
31470
31371
  }
31471
- .E_k1ci6977.input-tags .input-tag-suffix {
31472
- position: absolute;
31473
- right: 12px;
31474
- top: 50%;
31475
- transform: translateY(-50%);
31372
+
31373
+ .E_l1iwnybd {
31374
+ font-family: Inter;
31375
+ font-style: normal;
31376
+ font-weight: bold;
31377
+ font-size: 12px;
31378
+ line-height: 18px;
31476
31379
  }
31477
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31478
- color: rgba(0, 0, 0, 0.25);
31380
+
31381
+ .E_lprtm1e {
31382
+ font-family: Inter;
31383
+ font-style: normal;
31384
+ font-weight: normal;
31385
+ text-transform: uppercase;
31386
+ font-feature-settings: "cpsp" on;
31479
31387
  font-size: 12px;
31480
- cursor: pointer;
31388
+ line-height: 18px;
31481
31389
  }
31482
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31483
- color: rgba(0, 0, 0, 0.45);
31390
+
31391
+ .E_l1lln87h {
31392
+ font-family: Inter;
31393
+ font-style: normal;
31394
+ font-weight: bold;
31395
+ text-transform: uppercase;
31396
+ font-feature-settings: "cpsp" on;
31397
+ font-size: 12px;
31398
+ line-height: 18px;
31484
31399
  }
31485
- .E_k1ci6977.has-focus-indicator {
31486
- position: relative;
31487
- overflow: hidden;
31400
+
31401
+ .E_f2pb48l {
31402
+ font-family: Inter;
31403
+ font-style: normal;
31404
+ font-weight: normal;
31405
+ font-size: 13px;
31406
+ line-height: 20px;
31488
31407
  }
31489
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31490
- position: absolute;
31491
- top: 50%;
31492
- transform: translateY(-50%);
31493
- left: -16px;
31494
- transition: left 150ms ease;
31495
- opacity: 0;
31408
+
31409
+ .E_fi9emkw {
31410
+ font-family: Inter;
31411
+ font-style: normal;
31412
+ font-weight: normal;
31413
+ font-size: 13px;
31414
+ line-height: 20px;
31496
31415
  }
31497
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31498
- left: 8px;
31499
- opacity: 1;
31416
+
31417
+ .E_f1nrg7da {
31418
+ font-family: Inter;
31419
+ font-style: normal;
31420
+ font-weight: normal;
31421
+ font-size: 12px;
31422
+ line-height: 18px;
31500
31423
  }
31501
- .E_k1ci6977.has-focus-indicator input {
31502
- transition: margin-left 150ms ease;
31503
- margin-left: 0px;
31424
+
31425
+ .E_f17k1i3n {
31426
+ font-family: Inter;
31427
+ font-style: normal;
31428
+ font-weight: normal;
31429
+ font-size: 12px;
31430
+ line-height: 18px;
31504
31431
  }
31505
- .E_k1ci6977.has-focus-indicator input:focus {
31506
- margin-left: 16px;
31432
+
31433
+ .E_t1tvuj2e {
31434
+ font-family: Inter;
31435
+ font-style: normal;
31436
+ font-weight: normal;
31437
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31438
+ font-size: 13px;
31439
+ line-height: 20px;
31507
31440
  }
31508
31441
 
31509
- input.E_l1f7td1d.ant-input {
31510
- border-top-right-radius: 0;
31511
- border-bottom-right-radius: 0;
31442
+ .E_t17uajlu {
31443
+ font-family: Inter;
31444
+ font-style: normal;
31445
+ font-weight: normal;
31446
+ font-feature-settings: "zero" on;
31447
+ font-size: 13px;
31448
+ line-height: 20px;
31512
31449
  }
31513
31450
 
31514
- .E_l1f7td1d.ant-input-affix-wrapper {
31515
- border-top-right-radius: 0;
31516
- border-bottom-right-radius: 0;
31451
+ .E_t114zbyz {
31452
+ font-family: Inter;
31453
+ font-style: normal;
31454
+ font-weight: normal;
31455
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31456
+ font-size: 12px;
31457
+ line-height: 18px;
31517
31458
  }
31518
31459
 
31519
- input.E_rf8rlle.ant-input {
31520
- border-top-left-radius: 0;
31521
- border-bottom-left-radius: 0;
31460
+ .E_t1il0kvi {
31461
+ font-family: Inter;
31462
+ font-style: normal;
31463
+ font-weight: 500;
31464
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31465
+ font-size: 12px;
31466
+ line-height: 18px;
31522
31467
  }
31523
31468
 
31524
- .E_rf8rlle.ant-input-affix-wrapper {
31525
- border-top-left-radius: 0;
31526
- border-bottom-left-radius: 0;
31469
+ .E_t10dv8p1 {
31470
+ font-family: Inter;
31471
+ font-style: normal;
31472
+ font-weight: normal;
31473
+ font-feature-settings: "zero" on;
31474
+ font-size: 12px;
31475
+ line-height: 18px;
31527
31476
  }
31528
31477
 
31529
- .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
31530
- border-top-right-radius: 0;
31531
- border-bottom-right-radius: 0;
31478
+ .E_tc2oqpq {
31479
+ font-family: Inter;
31480
+ font-style: normal;
31481
+ font-weight: 500;
31482
+ font-feature-settings: "zero" on;
31483
+ font-size: 12px;
31484
+ line-height: 18px;
31532
31485
  }
31533
31486
 
31534
- .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
31535
- border-top-left-radius: 0;
31536
- border-bottom-left-radius: 0;
31487
+ .E_tzvddmc {
31488
+ font-family: Inter;
31489
+ font-style: normal;
31490
+ font-weight: bold;
31491
+ font-feature-settings: "zero" on;
31492
+ font-size: 16px;
31493
+ line-height: 24px;
31537
31494
  }
31538
31495
 
31539
- .E_c3ni091 {
31540
- display: flex;
31541
- flex-direction: column;
31496
+ .E_u18llj45 {
31497
+ font-family: Inter;
31498
+ font-style: normal;
31499
+ font-weight: normal;
31500
+ font-size: 10px;
31501
+ line-height: 12px;
31542
31502
  }
31543
- .E_c3ni091 .select-wrapper {
31544
- margin-top: 12px;
31503
+
31504
+ .E_s1dizucg.ant-switch {
31505
+ min-width: 40px;
31506
+ height: 24px;
31507
+ background: rgba(172, 186, 211, 0.6);
31508
+ overflow: hidden;
31545
31509
  }
31546
- .E_c3ni091 .select-wrapper .select {
31547
- width: 100%;
31510
+ .E_s1dizucg.ant-switch:focus {
31511
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31548
31512
  }
31549
- .E_c3ni091 .radio-wrapper {
31550
- margin-top: 24px;
31513
+ .E_s1dizucg.ant-switch-small {
31514
+ min-width: 26px;
31515
+ height: 16px;
31551
31516
  }
31552
- .E_c3ni091 div.form-item {
31553
- width: 100%;
31517
+ .E_s1dizucg.ant-switch-large {
31518
+ min-width: 52px;
31519
+ height: 32px;
31554
31520
  }
31555
-
31556
- .E_d105ju2d {
31557
- font-size: 14px;
31558
- font-weight: 500;
31559
- color: #3e4652;
31560
- line-height: 18px;
31521
+ .E_s1dizucg.ant-switch .ant-switch-handle {
31522
+ height: 20px;
31523
+ width: 20px;
31561
31524
  }
31562
- .E_d105ju2d + .E_d105ju2d {
31563
- margin-top: 16px;
31525
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
31526
+ border-radius: 10px;
31527
+ transition-delay: 120ms;
31564
31528
  }
31565
- .E_d105ju2d + * {
31566
- margin-top: 16px;
31529
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
31530
+ height: 14px;
31531
+ width: 14px;
31532
+ top: 1px;
31533
+ left: 1px;
31567
31534
  }
31568
-
31569
- .E_lh0l62z.E_d105ju2d {
31570
- font-size: 12px;
31571
- color: rgba(44, 56, 82, 0.6);
31572
- margin-top: 12px;
31535
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
31536
+ height: 28px;
31537
+ width: 28px;
31573
31538
  }
31574
-
31575
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31576
- line-height: 18px;
31577
- font-weight: 500;
31578
- margin-top: 0;
31579
- white-space: initial;
31539
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
31540
+ border-radius: 14px;
31580
31541
  }
31581
-
31582
- .E_r1skkc3l {
31583
- display: block;
31542
+ .E_s1dizucg.ant-switch-checked {
31543
+ background-color: #00ba5d;
31584
31544
  }
31585
- .E_r1skkc3l span {
31586
- font-size: 14px;
31587
- font-weight: 500;
31588
- line-height: 32px;
31589
- color: #3e4652;
31545
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
31546
+ left: calc(100% - 20px - 2px);
31547
+ }
31548
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
31549
+ left: calc(100% - 14px - 1px);
31550
+ }
31551
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
31552
+ left: calc(100% - 28px - 2px);
31590
31553
  }
31591
31554
 
31592
- .E_c3cobmo {
31593
- margin-top: 16px;
31594
- padding: 8px;
31595
- border-radius: 6px;
31596
- background: rgba(225, 230, 241, 0.6);
31597
- color: rgba(44, 56, 82, 0.6);
31598
- font-size: 12px;
31555
+ .E_c1up6e3y {
31556
+ margin-left: 5px;
31599
31557
  }
31600
- .E_c3cobmo div {
31601
- line-height: 20px;
31558
+
31559
+ .E_s1ebs0ra {
31602
31560
  display: flex;
31603
31561
  align-items: center;
31604
- word-break: break-all;
31562
+ justify-content: space-between;
31563
+ background: #edf0f7;
31564
+ padding: 8px 12px;
31565
+ position: sticky;
31566
+ top: 0;
31567
+ z-index: 1;
31568
+ margin-bottom: -52px;
31605
31569
  }
31606
- .E_c3cobmo .title {
31570
+ .E_s1ebs0ra .select-total {
31571
+ display: flex;
31572
+ align-items: center;
31607
31573
  font-weight: 700;
31608
- line-height: 18px;
31609
- margin: 4px 0;
31574
+ flex-shrink: 0;
31610
31575
  }
31611
-
31612
- .E_t1m2x205 .ant-tooltip-arrow {
31613
- display: none;
31576
+ .E_s1ebs0ra .select-total .icon-wrapper {
31577
+ cursor: pointer;
31578
+ margin-left: 8px;
31579
+ width: 32px;
31580
+ height: 32px;
31581
+ border-radius: 50%;
31582
+ justify-content: center;
31614
31583
  }
31615
- .E_t1m2x205 .ant-tooltip-inner {
31616
- background: rgba(23, 38, 64, 0.8);
31617
- border-radius: 4px;
31584
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
31585
+ background: rgba(225, 230, 241, 0.6);
31586
+ }
31587
+ .E_s1ebs0ra .action-group {
31588
+ flex: 1;
31589
+ margin-left: 88px;
31590
+ white-space: nowrap;
31591
+ text-align: right;
31592
+ position: relative;
31593
+ padding: 4px 0;
31594
+ margin-top: -4px;
31595
+ overflow: hidden;
31596
+ }
31597
+ .E_s1ebs0ra .action-group .sub-menu-delete {
31598
+ transform: translateY(-4px);
31599
+ }
31600
+ .E_s1ebs0ra .action-group button {
31601
+ border: none;
31602
+ }
31603
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
31604
+ margin-right: 8px;
31605
+ }
31606
+ .E_s1ebs0ra .action-group > button:last-child {
31607
+ margin-right: 4px;
31608
+ }
31609
+ .E_s1ebs0ra .action-group .more-btn {
31610
+ cursor: pointer;
31611
+ width: 32px;
31612
+ height: 32px;
31613
+ justify-content: center;
31614
+ border-radius: 50%;
31615
+ }
31616
+ .E_s1ebs0ra .action-group .more-btn:hover {
31617
+ background: #fff;
31618
31618
  }
31619
31619
 
31620
31620
  .E_s1dni7lo {
@@ -31838,6 +31838,48 @@ input.E_rf8rlle.ant-input {
31838
31838
  color: #fff;
31839
31839
  }
31840
31840
 
31841
+ .E_c18gxmrl {
31842
+ border: 1px solid #d8deeb;
31843
+ border-radius: 4px;
31844
+ }
31845
+ .E_c18gxmrl + .E_c18gxmrl {
31846
+ margin-top: 8px;
31847
+ }
31848
+ .E_c18gxmrl:hover {
31849
+ border-color: #0080ff;
31850
+ }
31851
+ .E_c18gxmrl:hover > header {
31852
+ background: rgba(0, 128, 255, 0.1);
31853
+ }
31854
+ .E_c18gxmrl.active header {
31855
+ border-bottom: 1px solid #d8deeb;
31856
+ }
31857
+ .E_c18gxmrl > header {
31858
+ padding: 8px 12px;
31859
+ }
31860
+
31861
+ .E_c1uzzomf {
31862
+ margin-bottom: 16px;
31863
+ }
31864
+ .E_c1uzzomf .card-title {
31865
+ font-size: 16px;
31866
+ color: rgba(44, 56, 82, 0.6);
31867
+ font-weight: 700;
31868
+ line-height: 32px;
31869
+ }
31870
+ .E_c1uzzomf .card-body {
31871
+ padding: 24px;
31872
+ border-radius: 8px;
31873
+ background: #fff;
31874
+ }
31875
+ .E_c1uzzomf .empty {
31876
+ font-weight: 700;
31877
+ font-size: 14px;
31878
+ line-height: 22px;
31879
+ color: rgba(0, 21, 64, 0.3);
31880
+ text-align: center;
31881
+ }
31882
+
31841
31883
  .E_berrcjl {
31842
31884
  color: rgba(10, 37, 85, 0.6);
31843
31885
  margin-bottom: 4px;
@@ -31854,16 +31896,6 @@ input.E_rf8rlle.ant-input {
31854
31896
  color: #005ed1;
31855
31897
  }
31856
31898
 
31857
- .E_gmyahx3 {
31858
- cursor: pointer;
31859
- }
31860
- .E_gmyahx3 .link-text {
31861
- color: rgba(0, 21, 64, 0.3);
31862
- }
31863
- .E_gmyahx3:hover .link-text {
31864
- color: #0080ff;
31865
- }
31866
-
31867
31899
  .E_s11wux3h .ant-segmented-item:not(:last-child) {
31868
31900
  margin-right: 2px;
31869
31901
  }
@@ -31898,105 +31930,124 @@ input.E_rf8rlle.ant-input {
31898
31930
  background-color: transparent;
31899
31931
  }
31900
31932
 
31901
- .E_d1bw7c5z {
31902
- position: relative;
31903
- max-width: 388px;
31904
- min-width: 245px;
31933
+ .E_gmyahx3 {
31934
+ cursor: pointer;
31905
31935
  }
31906
- .E_d1bw7c5z .center {
31907
- position: absolute;
31908
- font-size: 12px;
31909
- width: 80px;
31910
- height: 92px;
31911
- top: 12px;
31912
- left: 39px;
31936
+ .E_gmyahx3 .link-text {
31937
+ color: rgba(0, 21, 64, 0.3);
31938
+ }
31939
+ .E_gmyahx3:hover .link-text {
31940
+ color: #0080ff;
31941
+ }
31942
+
31943
+ .E_c1bus5hc {
31944
+ --color: white;
31945
+ height: 14px;
31946
+ width: 14px;
31947
+ border-radius: 50%;
31948
+ flex-shrink: 0;
31913
31949
  display: flex;
31914
- flex-direction: column;
31915
- justify-content: center;
31916
31950
  align-items: center;
31917
- color: #00122e;
31951
+ justify-content: center;
31952
+ border: 1px solid var(--color);
31918
31953
  }
31919
- .E_d1bw7c5z .center .number {
31920
- font-size: 24px;
31921
- font-weight: 700;
31954
+ .E_c1bus5hc .circle-inner {
31955
+ position: relative;
31956
+ height: 10px;
31957
+ width: 10px;
31958
+ border-radius: 50%;
31959
+ overflow: hidden;
31922
31960
  }
31923
- .E_d1bw7c5z .center .text {
31924
- padding: 0 5px;
31925
- font-size: 12px;
31926
- width: inherit;
31961
+ .E_c1bus5hc .circle-content {
31962
+ position: absolute;
31963
+ height: 100%;
31964
+ width: 100%;
31965
+ left: 0;
31966
+ top: 0;
31967
+ border-radius: 50%;
31968
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
31969
+ transform: rotate(180deg);
31927
31970
  }
31928
- .E_d1bw7c5z .recharts-wrapper {
31929
- display: flex;
31971
+ .E_c1bus5hc .circle-child {
31972
+ position: absolute;
31973
+ height: 100%;
31974
+ width: 100%;
31975
+ left: 0;
31976
+ top: 0;
31977
+ margin-left: 50%;
31978
+ transform-origin: left;
31979
+ background: white;
31980
+ transform: rotate(0deg);
31930
31981
  }
31931
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
31932
- position: relative !important;
31933
- width: calc(100% - 148px) !important;
31934
- left: 0 !important;
31935
- bottom: 0 !important;
31936
- display: flex;
31937
- align-items: center;
31982
+
31983
+ .E_tqjc4ui {
31984
+ margin: 0 2px;
31938
31985
  }
31939
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
31986
+
31987
+ .E_c18bcrac {
31988
+ display: inline-block;
31940
31989
  width: 100%;
31941
31990
  }
31942
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
31943
- width: 100%;
31944
- margin-right: 0 !important;
31945
- line-height: 18px;
31991
+ .E_c18bcrac .recharts-wrapper {
31992
+ margin-left: 4px;
31946
31993
  }
31947
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
31948
- border-radius: 2px;
31994
+
31995
+ .E_cro7kg2 {
31996
+ padding: 4px;
31949
31997
  }
31950
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
31951
- min-width: 75px;
31952
- width: calc(100% - 20px);
31953
- margin-left: 2px;
31954
- color: #00122e !important;
31955
- display: inline-flex;
31998
+
31999
+ .E_c14wcxf0 {
32000
+ display: flex;
31956
32001
  justify-content: space-between;
31957
- }
31958
- .E_d1bw7c5z .tooltip-text {
31959
- maxwidth: calc(100% - 12px);
31960
- cursor: pointer;
31961
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
31962
- overflow: hidden;
31963
- text-overflow: ellipsis;
32002
+ align-items: center;
32003
+ font-size: 13px;
32004
+ line-height: 24px;
32005
+ color: #cccccc;
31964
32006
  white-space: nowrap;
31965
32007
  }
31966
- .E_d1bw7c5z .value {
31967
- color: rgba(44, 56, 82, 0.75);
32008
+ .E_c14wcxf0 label {
32009
+ margin-right: 32px;
32010
+ }
32011
+
32012
+ .E_coy29mj.E_c14wcxf0 {
32013
+ font-weight: bold;
32014
+ color: white;
32015
+ }
32016
+
32017
+ .E_s11212zy {
32018
+ width: 8px;
32019
+ height: 8px;
32020
+ border-radius: 2px;
32021
+ display: inline-block;
32022
+ background: var(--s11212zy-0);
32023
+ border: 1px solid #fff;
32024
+ box-sizing: content-box;
32025
+ margin-right: 6px;
31968
32026
  }
31969
32027
 
31970
- .E_t10pqbtc {
31971
- width: 140px;
32028
+ .E_p1lyky6c > :first-child {
32029
+ font-weight: bold;
32030
+ color: white;
32031
+ margin-right: 4px;
31972
32032
  }
31973
- .E_t10pqbtc .item {
31974
- margin: 6px auto;
32033
+
32034
+ .E_n12mqh7z {
31975
32035
  display: flex;
31976
- justify-content: space-between;
32036
+ align-items: center;
32037
+ font-size: 12px;
32038
+ line-height: 18px;
31977
32039
  }
31978
- .E_t10pqbtc .item .name {
31979
- width: 102px;
32040
+ .E_n12mqh7z:not(:last-child) {
32041
+ margin-bottom: 4px;
31980
32042
  }
31981
32043
 
31982
- .E_c18gxmrl {
31983
- border: 1px solid #d8deeb;
31984
- border-radius: 4px;
31985
- }
31986
- .E_c18gxmrl + .E_c18gxmrl {
31987
- margin-top: 8px;
31988
- }
31989
- .E_c18gxmrl:hover {
31990
- border-color: #0080ff;
31991
- }
31992
- .E_c18gxmrl:hover > header {
31993
- background: rgba(0, 128, 255, 0.1);
31994
- }
31995
- .E_c18gxmrl.active header {
31996
- border-bottom: 1px solid #d8deeb;
32044
+ .E_tf5bynu {
32045
+ margin: 0 3px;
31997
32046
  }
31998
- .E_c18gxmrl > header {
31999
- padding: 8px 12px;
32047
+
32048
+ .E_tcckoz1 {
32049
+ max-height: 400px;
32050
+ overflow: "auto";
32000
32051
  }
32001
32052
 
32002
32053
  .E_clm1wy1 {
@@ -32092,195 +32143,101 @@ input.E_rf8rlle.ant-input {
32092
32143
  border-radius: 2px;
32093
32144
  }
32094
32145
 
32095
- .E_c18bcrac {
32096
- display: inline-block;
32097
- width: 100%;
32098
- }
32099
- .E_c18bcrac .recharts-wrapper {
32100
- margin-left: 4px;
32101
- }
32102
-
32103
- .E_cro7kg2 {
32104
- padding: 4px;
32146
+ .E_d1bw7c5z {
32147
+ position: relative;
32148
+ max-width: 388px;
32149
+ min-width: 245px;
32105
32150
  }
32106
-
32107
- .E_c14wcxf0 {
32151
+ .E_d1bw7c5z .center {
32152
+ position: absolute;
32153
+ font-size: 12px;
32154
+ width: 80px;
32155
+ height: 92px;
32156
+ top: 12px;
32157
+ left: 39px;
32108
32158
  display: flex;
32109
- justify-content: space-between;
32159
+ flex-direction: column;
32160
+ justify-content: center;
32110
32161
  align-items: center;
32111
- font-size: 13px;
32112
- line-height: 24px;
32113
- color: #cccccc;
32114
- white-space: nowrap;
32115
- }
32116
- .E_c14wcxf0 label {
32117
- margin-right: 32px;
32162
+ color: #00122e;
32118
32163
  }
32119
-
32120
- .E_coy29mj.E_c14wcxf0 {
32121
- font-weight: bold;
32122
- color: white;
32164
+ .E_d1bw7c5z .center .number {
32165
+ font-size: 24px;
32166
+ font-weight: 700;
32123
32167
  }
32124
-
32125
- .E_s11212zy {
32126
- width: 8px;
32127
- height: 8px;
32128
- border-radius: 2px;
32129
- display: inline-block;
32130
- background: var(--s11212zy-0);
32131
- border: 1px solid #fff;
32132
- box-sizing: content-box;
32133
- margin-right: 6px;
32168
+ .E_d1bw7c5z .center .text {
32169
+ padding: 0 5px;
32170
+ font-size: 12px;
32171
+ width: inherit;
32134
32172
  }
32135
-
32136
- .E_p1lyky6c > :first-child {
32137
- font-weight: bold;
32138
- color: white;
32139
- margin-right: 4px;
32173
+ .E_d1bw7c5z .recharts-wrapper {
32174
+ display: flex;
32140
32175
  }
32141
-
32142
- .E_c1bus5hc {
32143
- --color: white;
32144
- height: 14px;
32145
- width: 14px;
32146
- border-radius: 50%;
32147
- flex-shrink: 0;
32176
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
32177
+ position: relative !important;
32178
+ width: calc(100% - 148px) !important;
32179
+ left: 0 !important;
32180
+ bottom: 0 !important;
32148
32181
  display: flex;
32149
32182
  align-items: center;
32150
- justify-content: center;
32151
- border: 1px solid var(--color);
32152
- }
32153
- .E_c1bus5hc .circle-inner {
32154
- position: relative;
32155
- height: 10px;
32156
- width: 10px;
32157
- border-radius: 50%;
32158
- overflow: hidden;
32159
32183
  }
32160
- .E_c1bus5hc .circle-content {
32161
- position: absolute;
32162
- height: 100%;
32184
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
32163
32185
  width: 100%;
32164
- left: 0;
32165
- top: 0;
32166
- border-radius: 50%;
32167
- background: linear-gradient(to right, var(--color) 50%, white 50%);
32168
- transform: rotate(180deg);
32169
32186
  }
32170
- .E_c1bus5hc .circle-child {
32171
- position: absolute;
32172
- height: 100%;
32187
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
32173
32188
  width: 100%;
32174
- left: 0;
32175
- top: 0;
32176
- margin-left: 50%;
32177
- transform-origin: left;
32178
- background: white;
32179
- transform: rotate(0deg);
32180
- }
32181
-
32182
- .E_n12mqh7z {
32183
- display: flex;
32184
- align-items: center;
32185
- font-size: 12px;
32189
+ margin-right: 0 !important;
32186
32190
  line-height: 18px;
32187
32191
  }
32188
- .E_n12mqh7z:not(:last-child) {
32189
- margin-bottom: 4px;
32190
- }
32191
-
32192
- .E_tf5bynu {
32193
- margin: 0 3px;
32194
- }
32195
-
32196
- .E_tcckoz1 {
32197
- max-height: 400px;
32198
- overflow: "auto";
32199
- }
32200
-
32201
- .E_tqjc4ui {
32202
- margin: 0 2px;
32203
- }
32204
-
32205
- .E_c1uzzomf {
32206
- margin-bottom: 16px;
32207
- }
32208
- .E_c1uzzomf .card-title {
32209
- font-size: 16px;
32210
- color: rgba(44, 56, 82, 0.6);
32211
- font-weight: 700;
32212
- line-height: 32px;
32213
- }
32214
- .E_c1uzzomf .card-body {
32215
- padding: 24px;
32216
- border-radius: 8px;
32217
- background: #fff;
32192
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
32193
+ border-radius: 2px;
32218
32194
  }
32219
- .E_c1uzzomf .empty {
32220
- font-weight: 700;
32221
- font-size: 14px;
32222
- line-height: 22px;
32223
- color: rgba(0, 21, 64, 0.3);
32224
- text-align: center;
32195
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
32196
+ min-width: 75px;
32197
+ width: calc(100% - 20px);
32198
+ margin-left: 2px;
32199
+ color: #00122e !important;
32200
+ display: inline-flex;
32201
+ justify-content: space-between;
32225
32202
  }
32226
-
32227
- .E_ou7iq30 {
32203
+ .E_d1bw7c5z .tooltip-text {
32204
+ maxwidth: calc(100% - 12px);
32205
+ cursor: pointer;
32206
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
32228
32207
  overflow: hidden;
32229
32208
  text-overflow: ellipsis;
32230
- }
32231
-
32232
- .E_s1tui002 {
32233
32209
  white-space: nowrap;
32234
32210
  }
32235
-
32236
- .E_mxrc2zg {
32237
- display: -webkit-box;
32238
- -webkit-line-clamp: var(--mxrc2zg-0);
32239
- -webkit-box-orient: vertical;
32240
- word-break: break-all;
32211
+ .E_d1bw7c5z .value {
32212
+ color: rgba(44, 56, 82, 0.75);
32241
32213
  }
32242
32214
 
32243
- .E_m74vjol {
32215
+ .E_t10pqbtc {
32216
+ width: 140px;
32217
+ }
32218
+ .E_t10pqbtc .item {
32219
+ margin: 6px auto;
32244
32220
  display: flex;
32245
32221
  justify-content: space-between;
32246
- width: 100%;
32247
- }
32248
- .E_m74vjol .action {
32249
- margin-left: 16px;
32250
- }
32251
-
32252
- .E_a1o35uvh .ant-alert-message {
32253
- width: 100%;
32254
32222
  }
32255
-
32256
- .E_c1yyuluq {
32257
- border-radius: 8px;
32258
- }
32259
- .E_c1yyuluq .ant-card-body {
32260
- padding: 20px 24px 24px 24px;
32261
- }
32262
-
32263
- .E_wg1tsps {
32264
- display: flex;
32265
- align-items: center;
32266
- justify-content: flex-end;
32223
+ .E_t10pqbtc .item .name {
32224
+ width: 102px;
32267
32225
  }
32268
32226
 
32269
- .E_b1ctd5xy {
32270
- display: flex;
32271
- align-items: center;
32272
- width: calc(100% - 40px);
32273
- }
32274
- .E_b1ctd5xy .chart {
32275
- display: inline-block;
32276
- width: 100%;
32227
+ .E_ou7iq30 {
32228
+ overflow: hidden;
32229
+ text-overflow: ellipsis;
32277
32230
  }
32278
32231
 
32279
- .E_u1p8acpn {
32280
- min-width: 40px;
32232
+ .E_s1tui002 {
32233
+ white-space: nowrap;
32281
32234
  }
32282
- .E_u1p8acpn .unit {
32283
- color: #00122e !important;
32235
+
32236
+ .E_mxrc2zg {
32237
+ display: -webkit-box;
32238
+ -webkit-line-clamp: var(--mxrc2zg-0);
32239
+ -webkit-box-orient: vertical;
32240
+ word-break: break-all;
32284
32241
  }
32285
32242
 
32286
32243
  .E_t1sqg15u {
@@ -32373,6 +32330,19 @@ input.E_rf8rlle.ant-input {
32373
32330
  padding-right: 12px;
32374
32331
  }
32375
32332
 
32333
+ .E_m74vjol {
32334
+ display: flex;
32335
+ justify-content: space-between;
32336
+ width: 100%;
32337
+ }
32338
+ .E_m74vjol .action {
32339
+ margin-left: 16px;
32340
+ }
32341
+
32342
+ .E_a1o35uvh .ant-alert-message {
32343
+ width: 100%;
32344
+ }
32345
+
32376
32346
  .E_tje3huy {
32377
32347
  width: 100%;
32378
32348
  overflow: inherit;
@@ -32380,6 +32350,29 @@ input.E_rf8rlle.ant-input {
32380
32350
  text-overflow: ellipsis;
32381
32351
  }
32382
32352
 
32353
+ .E_wg1tsps {
32354
+ display: flex;
32355
+ align-items: center;
32356
+ justify-content: flex-end;
32357
+ }
32358
+
32359
+ .E_b1ctd5xy {
32360
+ display: flex;
32361
+ align-items: center;
32362
+ width: calc(100% - 40px);
32363
+ }
32364
+ .E_b1ctd5xy .chart {
32365
+ display: inline-block;
32366
+ width: 100%;
32367
+ }
32368
+
32369
+ .E_u1p8acpn {
32370
+ min-width: 40px;
32371
+ }
32372
+ .E_u1p8acpn .unit {
32373
+ color: #00122e !important;
32374
+ }
32375
+
32383
32376
  .E_s1iv0tp1 .enabled-switch {
32384
32377
  display: flex;
32385
32378
  align-items: center;
@@ -32410,6 +32403,13 @@ input.E_rf8rlle.ant-input {
32410
32403
  cursor: default;
32411
32404
  }
32412
32405
 
32406
+ .E_c1yyuluq {
32407
+ border-radius: 8px;
32408
+ }
32409
+ .E_c1yyuluq .ant-card-body {
32410
+ padding: 20px 24px 24px 24px;
32411
+ }
32412
+
32413
32413
  .E_itxley7.ant-input-group.ant-input-group-compact {
32414
32414
  display: flex;
32415
32415
  }
@@ -32418,6 +32418,80 @@ input.E_rf8rlle.ant-input {
32418
32418
  margin-right: 4px;
32419
32419
  }
32420
32420
 
32421
+ .E_sddwhm6 {
32422
+ margin: 0;
32423
+ border-radius: 20px;
32424
+ padding: 2px 10px;
32425
+ height: 22px;
32426
+ }
32427
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
32428
+ background-color: rgba(237, 241, 250, 0.6) !important;
32429
+ }
32430
+ .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 {
32431
+ background-color: rgba(225, 230, 241, 0.6) !important;
32432
+ }
32433
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
32434
+ color: #00122e;
32435
+ }
32436
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32437
+ margin-right: 6px;
32438
+ }
32439
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32440
+ margin-left: 4px;
32441
+ }
32442
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32443
+ background-color: rgba(0, 136, 255, 0.1);
32444
+ }
32445
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32446
+ background-color: #0080ff;
32447
+ }
32448
+ .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 {
32449
+ background-color: rgba(0, 136, 255, 0.16);
32450
+ }
32451
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
32452
+ background-color: rgba(255, 74, 74, 0.1);
32453
+ }
32454
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32455
+ background-color: #f0483e;
32456
+ }
32457
+ .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 {
32458
+ background-color: rgba(255, 74, 74, 0.16);
32459
+ }
32460
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32461
+ background-color: rgba(254, 160, 8, 0.1);
32462
+ }
32463
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32464
+ background-color: #fea008;
32465
+ }
32466
+ .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 {
32467
+ background-color: rgba(255, 187, 0, 0.16);
32468
+ }
32469
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
32470
+ background-color: rgba(30, 201, 127, 0.1);
32471
+ }
32472
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32473
+ background-color: #00ba5d;
32474
+ }
32475
+ .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 {
32476
+ background-color: rgba(30, 201, 127, 0.16);
32477
+ }
32478
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32479
+ background-color: rgba(225, 230, 241, 0.6);
32480
+ }
32481
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32482
+ background-color: #6b7d99;
32483
+ }
32484
+ .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 {
32485
+ background-color: rgba(211, 218, 235, 0.6);
32486
+ }
32487
+
32488
+ .E_satwmqm {
32489
+ width: 8px;
32490
+ height: 8px;
32491
+ border-radius: 50%;
32492
+ display: inline-block;
32493
+ }
32494
+
32421
32495
  .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
32422
32496
  border-radius: 6px;
32423
32497
  }
@@ -32567,80 +32641,6 @@ input.E_rf8rlle.ant-input {
32567
32641
  background-color: #7E41FF;
32568
32642
  }
32569
32643
 
32570
- .E_sddwhm6 {
32571
- margin: 0;
32572
- border-radius: 20px;
32573
- padding: 2px 10px;
32574
- height: 22px;
32575
- }
32576
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
32577
- background-color: rgba(237, 241, 250, 0.6) !important;
32578
- }
32579
- .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 {
32580
- background-color: rgba(225, 230, 241, 0.6) !important;
32581
- }
32582
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
32583
- color: #00122e;
32584
- }
32585
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32586
- margin-right: 6px;
32587
- }
32588
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32589
- margin-left: 4px;
32590
- }
32591
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32592
- background-color: rgba(0, 136, 255, 0.1);
32593
- }
32594
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32595
- background-color: #0080ff;
32596
- }
32597
- .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 {
32598
- background-color: rgba(0, 136, 255, 0.16);
32599
- }
32600
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
32601
- background-color: rgba(255, 74, 74, 0.1);
32602
- }
32603
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32604
- background-color: #f0483e;
32605
- }
32606
- .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 {
32607
- background-color: rgba(255, 74, 74, 0.16);
32608
- }
32609
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32610
- background-color: rgba(254, 160, 8, 0.1);
32611
- }
32612
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32613
- background-color: #fea008;
32614
- }
32615
- .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 {
32616
- background-color: rgba(255, 187, 0, 0.16);
32617
- }
32618
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
32619
- background-color: rgba(30, 201, 127, 0.1);
32620
- }
32621
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32622
- background-color: #00ba5d;
32623
- }
32624
- .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 {
32625
- background-color: rgba(30, 201, 127, 0.16);
32626
- }
32627
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32628
- background-color: rgba(225, 230, 241, 0.6);
32629
- }
32630
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32631
- background-color: #6b7d99;
32632
- }
32633
- .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 {
32634
- background-color: rgba(211, 218, 235, 0.6);
32635
- }
32636
-
32637
- .E_satwmqm {
32638
- width: 8px;
32639
- height: 8px;
32640
- border-radius: 50%;
32641
- display: inline-block;
32642
- }
32643
-
32644
32644
  .E_h1ol2wl7 {
32645
32645
  font-weight: bold;
32646
32646
  background-color: unset;
@@ -33947,19 +33947,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33947
33947
  color: rgba(44, 56, 82, 0.7490196078);
33948
33948
  }
33949
33949
 
33950
- .E_suhck3k {
33951
- height: 24px;
33952
- width: 24px;
33953
- border-radius: 6px;
33954
- padding: 4px;
33955
- }
33956
- .E_suhck3k:hover {
33957
- background-color: rgba(0, 136, 255, 0.1);
33958
- }
33959
- .E_suhck3k:hover svg path {
33960
- fill: blue;
33961
- }
33962
-
33963
33950
  .E_ryby9ds {
33964
33951
  display: flex;
33965
33952
  align-items: center;
@@ -33976,6 +33963,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33976
33963
  margin-right: 6px;
33977
33964
  }
33978
33965
 
33966
+ .E_suhck3k {
33967
+ height: 24px;
33968
+ width: 24px;
33969
+ border-radius: 6px;
33970
+ padding: 4px;
33971
+ }
33972
+ .E_suhck3k:hover {
33973
+ background-color: rgba(0, 136, 255, 0.1);
33974
+ }
33975
+ .E_suhck3k:hover svg path {
33976
+ fill: blue;
33977
+ }
33978
+
33979
33979
  .E_c1kghdax {
33980
33980
  color: #2d3a56;
33981
33981
  padding: 7px 12px;
@@ -34033,10 +34033,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34033
34033
  transform: translateY(-4px);
34034
34034
  }
34035
34035
 
34036
- .E_c1yd35n {
34037
- padding: 0 12px 14px 12px;
34038
- }
34039
-
34040
34036
  .E_ckui4s7 {
34041
34037
  color: #2d3a56;
34042
34038
  line-height: 22px;
@@ -34101,13 +34097,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34101
34097
  margin-left: 24px;
34102
34098
  }
34103
34099
 
34104
- .E_w7ob4th.outside-tag {
34105
- padding-left: 0;
34106
- }
34107
- .E_w7ob4th.outside-tag .inside-tag {
34108
- border-radius: 4px 0 0 4px;
34109
- padding-right: 4px;
34110
- margin-right: 4px;
34100
+ .E_c1yd35n {
34101
+ padding: 0 12px 14px 12px;
34111
34102
  }
34112
34103
 
34113
34104
  .E_t13ef470 {
@@ -34343,9 +34334,13 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34343
34334
  background: transparent;
34344
34335
  }
34345
34336
 
34346
- .E_i1g85yz3 {
34337
+ .E_w7ob4th.outside-tag {
34338
+ padding-left: 0;
34339
+ }
34340
+ .E_w7ob4th.outside-tag .inside-tag {
34341
+ border-radius: 4px 0 0 4px;
34342
+ padding-right: 4px;
34347
34343
  margin-right: 4px;
34348
- height: 16px;
34349
34344
  }
34350
34345
 
34351
34346
  .E_slr2ynn {
@@ -34377,6 +34372,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34377
34372
  white-space: normal;
34378
34373
  }
34379
34374
 
34375
+ .E_i1g85yz3 {
34376
+ margin-right: 4px;
34377
+ height: 16px;
34378
+ }
34379
+
34380
34380
  .E_t1dtlqs1 {
34381
34381
  margin-bottom: 4px;
34382
34382
  color: rgba(44, 56, 82, 0.6);