@cloudtower/eagle 0.33.46 → 0.33.48

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.
Files changed (29) hide show
  1. package/dist/cjs/core/ImmersiveDialog/index.js +33 -11
  2. package/dist/cjs/core/MediumDialog/MediumDialog.js +6 -3
  3. package/dist/cjs/core/SmallDialog/SmallDialog.js +30 -10
  4. package/dist/cjs/core/SmallDialog/SmallDialog.style.js +6 -0
  5. package/dist/cjs/core/SmallDialog/SmallDialog.widget.js +28 -0
  6. package/dist/cjs/index.js +3 -0
  7. package/dist/cjs/stats1.html +1 -1
  8. package/dist/components.css +2077 -2018
  9. package/dist/esm/core/ImmersiveDialog/index.js +32 -11
  10. package/dist/esm/core/MediumDialog/MediumDialog.js +6 -3
  11. package/dist/esm/core/SmallDialog/SmallDialog.js +30 -10
  12. package/dist/esm/core/SmallDialog/SmallDialog.style.js +4 -1
  13. package/dist/esm/core/SmallDialog/SmallDialog.widget.js +20 -0
  14. package/dist/esm/index.js +1 -1
  15. package/dist/esm/stats1.html +1 -1
  16. package/dist/linaria.merged.scss +2344 -2273
  17. package/dist/src/core/ImmersiveDialog/type.d.ts +4 -0
  18. package/dist/src/core/MediumDialog/MediumDialog.d.ts +2 -2
  19. package/dist/src/core/MediumDialog/MediumDialog.type.d.ts +5 -0
  20. package/dist/src/core/SmallDialog/SmallDialog.style.d.ts +3 -0
  21. package/dist/src/core/SmallDialog/SmallDialog.type.d.ts +8 -0
  22. package/dist/src/core/SmallDialog/SmallDialog.widget.d.ts +8 -0
  23. package/dist/stories/docs/core/ImmersiveDialog.stories.d.ts +6 -0
  24. package/dist/stories/docs/core/MediumDialog.stories.d.ts +8 -0
  25. package/dist/stories/docs/core/SmallDialog.stories.d.ts +4 -0
  26. package/dist/stories/docs/core/WizardDialog.stories.d.ts +3 -0
  27. package/dist/stories/utils.d.ts +12 -0
  28. package/dist/style.css +2077 -2018
  29. package/package.json +4 -4
@@ -29626,22 +29626,6 @@ html body {
29626
29626
  flex: 1;
29627
29627
  }
29628
29628
 
29629
- .E_berrcjl {
29630
- color: rgba(10, 37, 85, 0.6);
29631
- margin-bottom: 4px;
29632
- }
29633
- .E_berrcjl .breadcrumb-link {
29634
- color: rgba(10, 37, 85, 0.6);
29635
- cursor: pointer;
29636
- transition: color 160ms ease;
29637
- }
29638
- .E_berrcjl .breadcrumb-link:hover {
29639
- color: #0080ff;
29640
- }
29641
- .E_berrcjl .breadcrumb-link:active {
29642
- color: #005ed1;
29643
- }
29644
-
29645
29629
  .E_b1wx3t3t.ant-btn-icon-only {
29646
29630
  justify-content: center;
29647
29631
  }
@@ -29928,8 +29912,26 @@ html body {
29928
29912
  border-radius: unset;
29929
29913
  }
29930
29914
 
29931
- .E_sx1bpnu .ant-input-sm {
29932
- line-height: 18px;
29915
+ .E_ccrbeuz .ant-collapse-item {
29916
+ border: 0px;
29917
+ background-color: #fff;
29918
+ }
29919
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
29920
+ padding-top: 0px;
29921
+ padding-bottom: 0px;
29922
+ padding-left: 0px !important;
29923
+ padding-right: 24px;
29924
+ }
29925
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
29926
+ right: 0px;
29927
+ }
29928
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
29929
+ padding: 0px;
29930
+ }
29931
+
29932
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
29933
+ padding-right: 0px;
29934
+ cursor: default;
29933
29935
  }
29934
29936
 
29935
29937
  .E_c1yyuluq {
@@ -29961,28 +29963,6 @@ html body {
29961
29963
  text-align: center;
29962
29964
  }
29963
29965
 
29964
- .E_ccrbeuz .ant-collapse-item {
29965
- border: 0px;
29966
- background-color: #fff;
29967
- }
29968
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
29969
- padding-top: 0px;
29970
- padding-bottom: 0px;
29971
- padding-left: 0px !important;
29972
- padding-right: 24px;
29973
- }
29974
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
29975
- right: 0px;
29976
- }
29977
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
29978
- padding: 0px;
29979
- }
29980
-
29981
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
29982
- padding-right: 0px;
29983
- cursor: default;
29984
- }
29985
-
29986
29966
  .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29987
29967
  padding: 4px 8px 0 8px;
29988
29968
  color: rgba(44, 56, 82, 0.6);
@@ -29996,6 +29976,22 @@ html body {
29996
29976
  border-top: 1px solid rgba(211, 218, 235, 0.6);
29997
29977
  }
29998
29978
 
29979
+ .E_berrcjl {
29980
+ color: rgba(10, 37, 85, 0.6);
29981
+ margin-bottom: 4px;
29982
+ }
29983
+ .E_berrcjl .breadcrumb-link {
29984
+ color: rgba(10, 37, 85, 0.6);
29985
+ cursor: pointer;
29986
+ transition: color 160ms ease;
29987
+ }
29988
+ .E_berrcjl .breadcrumb-link:hover {
29989
+ color: #0080ff;
29990
+ }
29991
+ .E_berrcjl .breadcrumb-link:active {
29992
+ color: #005ed1;
29993
+ }
29994
+
29999
29995
  .E_d1bw7c5z {
30000
29996
  position: relative;
30001
29997
  max-width: 388px;
@@ -30079,72 +30075,7 @@ html body {
30079
30075
  width: 102px;
30080
30076
  }
30081
30077
 
30082
- .E_itxley7.ant-input-group.ant-input-group-compact {
30083
- display: flex;
30084
- }
30085
- .E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
30086
- border-bottom-left-radius: 5px;
30087
- border-top-left-radius: 5px;
30088
- }
30089
- .E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
30090
- border-bottom-right-radius: 5px;
30091
- border-top-right-radius: 5px;
30092
- }
30093
-
30094
- .E_phljevk {
30095
- display: flex;
30096
- justify-content: space-between;
30097
- align-items: center;
30098
- padding: 10px 0;
30099
- color: rgba(44, 56, 82, 0.6);
30100
- font-size: 12px;
30101
- line-height: 24px;
30102
- }
30103
- .E_phljevk .pagination-left {
30104
- padding: 2px 8px;
30105
- }
30106
- .E_phljevk .dropdown-trigger {
30107
- display: flex;
30108
- align-items: center;
30109
- border-radius: 6px;
30110
- cursor: pointer;
30111
- transition: all 0.3s ease;
30112
- }
30113
- .E_phljevk .dropdown-trigger:hover {
30114
- background: rgba(211, 218, 235, 0.6);
30115
- color: #0080ff;
30116
- }
30117
- .E_phljevk .dropdown-trigger .icon-inner {
30118
- margin-left: 4px;
30119
- }
30120
- .E_phljevk .pagination-right {
30121
- display: flex;
30122
- align-items: center;
30123
- color: #0080ff;
30124
- font-weight: bold;
30125
- }
30126
- .E_phljevk .pagination-right .icon-inner {
30127
- margin-left: 4px;
30128
- }
30129
- .E_phljevk .pagination-right .prev-btn,
30130
- .E_phljevk .pagination-right .next-btn {
30131
- padding: 0 8px;
30132
- }
30133
- .E_phljevk .pagination-right .prev-btn > span,
30134
- .E_phljevk .pagination-right .next-btn > span {
30135
- color: #0080ff;
30136
- }
30137
- .E_phljevk .pagination-right .next-btn .icon-inner {
30138
- transform: rotate(180deg);
30139
- }
30140
-
30141
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30142
- max-height: calc(100vh - 128px);
30143
- overflow-y: auto;
30144
- }
30145
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30146
- padding: 4px 20px;
30147
- font-size: 12px;
30078
+ .E_sx1bpnu .ant-input-sm {
30148
30079
  line-height: 18px;
30149
30080
  }
30150
30081
 
@@ -30158,32 +30089,6 @@ html body {
30158
30089
  color: rgba(44, 56, 82, 0.6);
30159
30090
  }
30160
30091
 
30161
- .E_i11gg7mj .ant-input-prefix {
30162
- margin-right: 8px;
30163
- }
30164
- .E_i11gg7mj .ant-input-suffix {
30165
- margin-left: 8px;
30166
- }
30167
-
30168
- .E_cc368xp {
30169
- color: #00122e;
30170
- border-right: 1px solid rgba(172, 186, 211, 0.6);
30171
- margin-right: 8px;
30172
- padding-right: 8px;
30173
- }
30174
-
30175
- .E_i11o6xqj {
30176
- display: flex;
30177
- gap: 4px;
30178
- }
30179
- .E_i11o6xqj .icon-wrapper {
30180
- cursor: pointer;
30181
- }
30182
-
30183
- .E_d19ruhdj.icon-wrapper {
30184
- cursor: not-allowed;
30185
- }
30186
-
30187
30092
  .E_rapgekc.ant-radio-wrapper {
30188
30093
  display: inline-flex;
30189
30094
  align-items: baseline;
@@ -30330,61 +30235,101 @@ html body {
30330
30235
  width: 36px;
30331
30236
  }
30332
30237
 
30333
- .E_s1dizucg.ant-switch {
30334
- min-width: 40px;
30335
- height: 24px;
30336
- background: rgba(172, 186, 211, 0.6);
30337
- overflow: hidden;
30338
- }
30339
- .E_s1dizucg.ant-switch:focus {
30340
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30238
+ .E_phljevk {
30239
+ display: flex;
30240
+ justify-content: space-between;
30241
+ align-items: center;
30242
+ padding: 10px 0;
30243
+ color: rgba(44, 56, 82, 0.6);
30244
+ font-size: 12px;
30245
+ line-height: 24px;
30341
30246
  }
30342
- .E_s1dizucg.ant-switch-small {
30343
- min-width: 26px;
30344
- height: 16px;
30247
+ .E_phljevk .pagination-left {
30248
+ padding: 2px 8px;
30345
30249
  }
30346
- .E_s1dizucg.ant-switch-large {
30347
- min-width: 52px;
30348
- height: 32px;
30250
+ .E_phljevk .dropdown-trigger {
30251
+ display: flex;
30252
+ align-items: center;
30253
+ border-radius: 6px;
30254
+ cursor: pointer;
30255
+ transition: all 0.3s ease;
30349
30256
  }
30350
- .E_s1dizucg.ant-switch .ant-switch-handle {
30351
- height: 20px;
30352
- width: 20px;
30257
+ .E_phljevk .dropdown-trigger:hover {
30258
+ background: rgba(211, 218, 235, 0.6);
30259
+ color: #0080ff;
30353
30260
  }
30354
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
30355
- border-radius: 10px;
30356
- transition-delay: 120ms;
30261
+ .E_phljevk .dropdown-trigger .icon-inner {
30262
+ margin-left: 4px;
30357
30263
  }
30358
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
30359
- height: 14px;
30360
- width: 14px;
30361
- top: 1px;
30362
- left: 1px;
30264
+ .E_phljevk .pagination-right {
30265
+ display: flex;
30266
+ align-items: center;
30267
+ color: #0080ff;
30268
+ font-weight: bold;
30363
30269
  }
30364
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
30365
- height: 28px;
30366
- width: 28px;
30270
+ .E_phljevk .pagination-right .icon-inner {
30271
+ margin-left: 4px;
30367
30272
  }
30368
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30369
- border-radius: 14px;
30273
+ .E_phljevk .pagination-right .prev-btn,
30274
+ .E_phljevk .pagination-right .next-btn {
30275
+ padding: 0 8px;
30370
30276
  }
30371
- .E_s1dizucg.ant-switch-checked {
30372
- background-color: #00ba5d;
30277
+ .E_phljevk .pagination-right .prev-btn > span,
30278
+ .E_phljevk .pagination-right .next-btn > span {
30279
+ color: #0080ff;
30373
30280
  }
30374
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30375
- left: calc(100% - 20px - 2px);
30281
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30282
+ transform: rotate(180deg);
30376
30283
  }
30377
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30378
- left: calc(100% - 14px - 1px);
30284
+
30285
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30286
+ max-height: calc(100vh - 128px);
30287
+ overflow-y: auto;
30379
30288
  }
30380
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30381
- left: calc(100% - 28px - 2px);
30289
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30290
+ padding: 4px 20px;
30291
+ font-size: 12px;
30292
+ line-height: 18px;
30382
30293
  }
30383
30294
 
30384
- .E_c1up6e3y {
30385
- margin-left: 5px;
30295
+ .E_i11gg7mj .ant-input-prefix {
30296
+ margin-right: 8px;
30386
30297
  }
30387
-
30298
+ .E_i11gg7mj .ant-input-suffix {
30299
+ margin-left: 8px;
30300
+ }
30301
+
30302
+ .E_cc368xp {
30303
+ color: #00122e;
30304
+ border-right: 1px solid rgba(172, 186, 211, 0.6);
30305
+ margin-right: 8px;
30306
+ padding-right: 8px;
30307
+ }
30308
+
30309
+ .E_i11o6xqj {
30310
+ display: flex;
30311
+ gap: 4px;
30312
+ }
30313
+ .E_i11o6xqj .icon-wrapper {
30314
+ cursor: pointer;
30315
+ }
30316
+
30317
+ .E_d19ruhdj.icon-wrapper {
30318
+ cursor: not-allowed;
30319
+ }
30320
+
30321
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30322
+ display: flex;
30323
+ }
30324
+ .E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
30325
+ border-bottom-left-radius: 5px;
30326
+ border-top-left-radius: 5px;
30327
+ }
30328
+ .E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
30329
+ border-bottom-right-radius: 5px;
30330
+ border-top-right-radius: 5px;
30331
+ }
30332
+
30388
30333
  .E_c1bus5hc {
30389
30334
  --color: white;
30390
30335
  height: 14px;
@@ -30425,8 +30370,63 @@ html body {
30425
30370
  transform: rotate(0deg);
30426
30371
  }
30427
30372
 
30428
- .E_tju3gfj .date {
30429
- margin-right: 4px;
30373
+ .E_s1dizucg.ant-switch {
30374
+ min-width: 40px;
30375
+ height: 24px;
30376
+ background: rgba(172, 186, 211, 0.6);
30377
+ overflow: hidden;
30378
+ }
30379
+ .E_s1dizucg.ant-switch:focus {
30380
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30381
+ }
30382
+ .E_s1dizucg.ant-switch-small {
30383
+ min-width: 26px;
30384
+ height: 16px;
30385
+ }
30386
+ .E_s1dizucg.ant-switch-large {
30387
+ min-width: 52px;
30388
+ height: 32px;
30389
+ }
30390
+ .E_s1dizucg.ant-switch .ant-switch-handle {
30391
+ height: 20px;
30392
+ width: 20px;
30393
+ }
30394
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
30395
+ border-radius: 10px;
30396
+ transition-delay: 120ms;
30397
+ }
30398
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
30399
+ height: 14px;
30400
+ width: 14px;
30401
+ top: 1px;
30402
+ left: 1px;
30403
+ }
30404
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
30405
+ height: 28px;
30406
+ width: 28px;
30407
+ }
30408
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30409
+ border-radius: 14px;
30410
+ }
30411
+ .E_s1dizucg.ant-switch-checked {
30412
+ background-color: #00ba5d;
30413
+ }
30414
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30415
+ left: calc(100% - 20px - 2px);
30416
+ }
30417
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30418
+ left: calc(100% - 14px - 1px);
30419
+ }
30420
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30421
+ left: calc(100% - 28px - 2px);
30422
+ }
30423
+
30424
+ .E_c1up6e3y {
30425
+ margin-left: 5px;
30426
+ }
30427
+
30428
+ .E_iq1gosr {
30429
+ display: inline-block;
30430
30430
  }
30431
30431
 
30432
30432
  .E_s1sck0th {
@@ -30511,21 +30511,6 @@ html body {
30511
30511
  background-color: #7E41FF;
30512
30512
  }
30513
30513
 
30514
- .E_t1m2x205 .ant-tooltip-arrow {
30515
- display: none;
30516
- }
30517
- .E_t1m2x205 .ant-tooltip-inner {
30518
- background: rgba(23, 38, 64, 0.8);
30519
- border-radius: 4px;
30520
- }
30521
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30522
- visibility: hidden;
30523
- }
30524
-
30525
- .E_iq1gosr {
30526
- display: inline-block;
30527
- }
30528
-
30529
30514
  .E_s1dni7lo {
30530
30515
  width: 430px !important;
30531
30516
  }
@@ -30607,6 +30592,21 @@ html body {
30607
30592
  opacity: 0;
30608
30593
  }
30609
30594
 
30595
+ .E_t1m2x205 .ant-tooltip-arrow {
30596
+ display: none;
30597
+ }
30598
+ .E_t1m2x205 .ant-tooltip-inner {
30599
+ background: rgba(23, 38, 64, 0.8);
30600
+ border-radius: 4px;
30601
+ }
30602
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30603
+ visibility: hidden;
30604
+ }
30605
+
30606
+ .E_tju3gfj .date {
30607
+ margin-right: 4px;
30608
+ }
30609
+
30610
30610
  .E_fzh9mnb {
30611
30611
  width: 100%;
30612
30612
  height: 100%;
@@ -30765,6 +30765,15 @@ html body {
30765
30765
  padding: 2px 8px;
30766
30766
  }
30767
30767
 
30768
+ .E_owd0kml {
30769
+ display: inline-block;
30770
+ }
30771
+
30772
+ .E_h1jsgezc {
30773
+ visibility: hidden;
30774
+ position: absolute;
30775
+ }
30776
+
30768
30777
  .E_i1inqkme {
30769
30778
  height: 18px;
30770
30779
  line-height: 18px;
@@ -30785,1269 +30794,1203 @@ html body {
30785
30794
  padding: 2px 7px 2px 12px;
30786
30795
  }
30787
30796
 
30788
- .E_owd0kml {
30789
- display: inline-block;
30797
+ .E_a1b5xrg3 .user-icon-inner {
30798
+ display: inline-flex;
30799
+ align-items: center;
30800
+ justify-content: center;
30801
+ color: #fff;
30802
+ font-weight: bold;
30803
+ font-size: 12px;
30804
+ width: 24px;
30805
+ height: 24px;
30806
+ border-radius: 50%;
30807
+ background: var(--a1b5xrg3-0);
30790
30808
  }
30791
-
30792
- .E_h1jsgezc {
30793
- visibility: hidden;
30794
- position: absolute;
30809
+ .E_a1b5xrg3.btn-item {
30810
+ transition: all 160ms ease;
30811
+ cursor: pointer;
30812
+ width: 56px;
30813
+ height: 40px;
30814
+ display: inline-flex;
30815
+ align-items: center;
30816
+ justify-content: center;
30817
+ border-radius: 6px;
30818
+ }
30819
+ .E_a1b5xrg3.btn-item:hover {
30820
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
30821
+ }
30822
+ .E_a1b5xrg3.btn-item:active {
30823
+ transform: translateY(2px);
30824
+ transition: all 320ms ease;
30795
30825
  }
30796
30826
 
30797
- .E_cnujxq2 {
30798
- display: flex;
30799
- flex-direction: column;
30827
+ .E_m196gn1d {
30828
+ min-width: 1280px;
30800
30829
  }
30801
30830
 
30802
- .E_m7s48ia {
30803
- max-width: 1120px;
30804
- width: 100%;
30805
- margin: 0 auto;
30806
- height: 100%;
30831
+ .E_dsnbhzf {
30832
+ font-family: Inter;
30833
+ font-style: normal;
30834
+ font-weight: bold;
30835
+ font-size: 32px;
30836
+ line-height: 40px;
30807
30837
  }
30808
30838
 
30809
- .E_wt5zbg6 {
30810
- max-width: 1120px;
30811
- width: 100%;
30812
- margin: 0 auto;
30813
- display: flex;
30839
+ .E_d1mvo22k {
30840
+ font-family: Inter;
30841
+ font-style: normal;
30842
+ font-weight: bold;
30843
+ font-size: 24px;
30844
+ line-height: 32px;
30814
30845
  }
30815
- .E_wt5zbg6 .left,
30816
- .E_wt5zbg6 .right {
30817
- flex-grow: 0;
30818
- flex-shrink: 0;
30819
- flex-basis: 21%;
30846
+
30847
+ .E_d1b444tr {
30848
+ font-family: Inter;
30849
+ font-style: normal;
30850
+ font-weight: normal;
30851
+ font-size: 32px;
30852
+ line-height: 40px;
30820
30853
  }
30821
- .E_wt5zbg6 .left {
30822
- display: flex;
30823
- justify-content: flex-end;
30824
- padding-right: 44px;
30854
+
30855
+ .E_dvs0kue {
30856
+ font-family: Inter;
30857
+ font-style: normal;
30858
+ font-weight: bold;
30859
+ font-size: 20px;
30860
+ line-height: 24px;
30825
30861
  }
30826
- .E_wt5zbg6 .right {
30827
- padding-left: 44px;
30862
+
30863
+ .E_d1hcbfcq {
30864
+ font-family: Inter;
30865
+ font-style: normal;
30866
+ font-weight: normal;
30867
+ font-size: 20px;
30868
+ line-height: 24px;
30828
30869
  }
30829
- .E_wt5zbg6 .middle {
30830
- margin-bottom: 40px;
30831
- flex-grow: 0;
30832
- flex-shrink: 0;
30833
- flex-basis: 58%;
30834
- overflow: hidden;
30870
+
30871
+ .E_d1cz922v {
30872
+ font-family: Inter;
30873
+ font-style: normal;
30874
+ font-weight: bold;
30875
+ font-size: 18px;
30876
+ line-height: 22px;
30835
30877
  }
30836
- .E_wt5zbg6 .middle .form-base-field {
30837
- width: 100%;
30878
+
30879
+ .E_d3nzbrm {
30880
+ font-family: Inter;
30881
+ font-style: normal;
30882
+ font-weight: normal;
30883
+ font-size: 18px;
30884
+ line-height: 22px;
30838
30885
  }
30839
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
30840
- width: auto;
30886
+
30887
+ .E_h1g0p5ob {
30888
+ font-family: Inter;
30889
+ font-style: normal;
30890
+ font-weight: bold;
30891
+ font-size: 16px;
30892
+ line-height: 22px;
30841
30893
  }
30842
30894
 
30843
- .E_h18jprzg .ant-modal-header {
30844
- margin: 0 auto;
30845
- width: 100%;
30846
- max-width: 648px;
30847
- }
30848
- .E_h18jprzg .ant-modal-header .ant-modal-title {
30849
- margin-left: 0;
30850
- }
30851
- .E_h18jprzg .ant-modal-body {
30852
- margin: 0 auto;
30853
- padding: 0;
30854
- width: 100%;
30855
- max-width: 648px;
30856
- overflow: hidden;
30857
- }
30858
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30859
- margin-bottom: 40px;
30860
- }
30861
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
30862
- height: calc(100vh - 225px);
30863
- overflow-y: auto;
30864
- }
30865
- .E_h18jprzg .ant-modal-footer .footer-content {
30866
- margin: 0 auto;
30867
- max-width: 648px;
30868
- }
30869
-
30870
- .E_h16z9xgz .ant-modal-header {
30871
- margin: 0 auto;
30872
- width: 100%;
30873
- max-width: 1024px;
30874
- }
30875
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
30876
- margin-left: 0;
30877
- }
30878
- .E_h16z9xgz .ant-modal-body {
30879
- margin: 0 auto;
30880
- padding: 0;
30881
- width: 100%;
30882
- max-width: 1024px;
30883
- overflow: hidden;
30884
- }
30885
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
30886
- margin-bottom: 40px;
30887
- }
30888
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
30889
- height: calc(100vh - 225px);
30890
- overflow-y: auto;
30891
- }
30892
- .E_h16z9xgz .ant-modal-footer .footer-content {
30893
- margin: 0 auto;
30894
- max-width: 1024px;
30895
+ .E_hydo2ej {
30896
+ font-family: Inter;
30897
+ font-style: normal;
30898
+ font-weight: normal;
30899
+ font-size: 16px;
30900
+ line-height: 22px;
30895
30901
  }
30896
30902
 
30897
- .E_f1lrhghm {
30898
- flex: 1;
30899
- }
30900
- .E_f1lrhghm label {
30901
- font-size: 13px;
30903
+ .E_h1hbuq0r {
30904
+ font-family: Inter;
30905
+ font-style: normal;
30906
+ font-weight: bold;
30907
+ font-size: 14px;
30902
30908
  line-height: 20px;
30903
- color: rgba(44, 56, 82, 0.6);
30904
30909
  }
30905
- .E_f1lrhghm .title {
30910
+
30911
+ .E_h13bondg {
30912
+ font-family: Inter;
30913
+ font-style: normal;
30914
+ font-weight: normal;
30906
30915
  font-size: 14px;
30907
30916
  line-height: 20px;
30908
- color: #2d3a56;
30909
- margin-bottom: 12px;
30910
- }
30911
- .E_f1lrhghm.connect-cluster .title {
30912
- padding-bottom: 26px;
30913
30917
  }
30914
30918
 
30915
- .E_f18ot8em {
30916
- padding: 25px 0 15px 0;
30917
- border-bottom: 1px solid #e1e5eb;
30918
- margin-bottom: 16px;
30919
+ .E_h1mhvdlx {
30920
+ font-family: Inter;
30921
+ font-style: normal;
30922
+ font-weight: bold;
30923
+ font-size: 12px;
30924
+ line-height: 18px;
30919
30925
  }
30920
30926
 
30921
- .E_f1l1g2k0 {
30922
- display: flex;
30923
- align-items: center;
30924
- margin-bottom: 8px;
30925
- }
30926
- .E_f1l1g2k0 > label {
30927
- width: 216px;
30928
- }
30929
- .E_f1l1g2k0 > label + * {
30930
- width: 100%;
30927
+ .E_h1inmfq6 {
30928
+ font-family: Inter;
30929
+ font-style: normal;
30930
+ font-weight: normal;
30931
+ font-size: 12px;
30932
+ line-height: 18px;
30931
30933
  }
30932
- .E_f1l1g2k0 .ant-select {
30933
- width: 100%;
30934
+
30935
+ .E_h1kfc0la {
30936
+ font-family: Inter;
30937
+ font-style: normal;
30938
+ font-weight: bold;
30939
+ text-transform: uppercase;
30940
+ font-feature-settings: "cpsp" on;
30941
+ font-size: 12px;
30942
+ line-height: 18px;
30934
30943
  }
30935
30944
 
30936
- .E_e1k89cwg {
30937
- color: #e75a3a;
30938
- margin-right: 10px;
30945
+ .E_h10xnyuu {
30946
+ font-family: Inter;
30947
+ font-style: normal;
30948
+ font-weight: normal;
30949
+ text-transform: uppercase;
30950
+ font-feature-settings: "cpsp" on;
30951
+ font-size: 12px;
30952
+ line-height: 18px;
30939
30953
  }
30940
30954
 
30941
- .E_d1oui1gf {
30942
- width: 100%;
30943
- height: 1px;
30944
- background: rgba(213, 219, 227, 0.6);
30945
- margin: 24px 0;
30955
+ .E_lrcmi0v {
30956
+ font-family: Inter;
30957
+ font-style: normal;
30958
+ font-weight: normal;
30959
+ font-size: 16px;
30960
+ line-height: 24px;
30946
30961
  }
30947
30962
 
30948
- .E_l15itdbb {
30949
- display: flex;
30950
- justify-content: center;
30951
- align-items: center;
30952
- height: 100%;
30963
+ .E_lzt43lp {
30964
+ font-family: Inter;
30965
+ font-style: normal;
30966
+ font-weight: bold;
30967
+ font-size: 16px;
30968
+ line-height: 24px;
30953
30969
  }
30954
30970
 
30955
- .E_d1y3z4w {
30956
- display: inline-block;
30957
- width: 4px;
30958
- height: 4px;
30959
- background: #8e9aa9;
30960
- opacity: 0.4;
30961
- border-radius: 50%;
30962
- margin: 0 4px;
30971
+ .E_l5yc9nt {
30972
+ font-family: Inter;
30973
+ font-style: normal;
30974
+ font-weight: normal;
30975
+ font-size: 16px;
30976
+ line-height: 24px;
30963
30977
  }
30964
30978
 
30965
- .E_m177r7a3 .ant-modal-header,
30966
- .E_m177r7a3 .ant-modal-footer .footer-content {
30967
- width: 648px;
30968
- margin: 0 auto;
30979
+ .E_l1fbkbzo {
30980
+ font-family: Inter;
30981
+ font-style: normal;
30982
+ font-weight: bold;
30983
+ font-size: 16px;
30984
+ line-height: 24px;
30969
30985
  }
30970
- .E_m177r7a3 .ant-modal-header {
30971
- padding: 35px 0 24px;
30972
- border: none;
30986
+
30987
+ .E_lahvcax {
30988
+ font-family: Inter;
30989
+ font-style: normal;
30990
+ font-weight: normal;
30991
+ text-transform: uppercase;
30992
+ font-feature-settings: "cpsp" on;
30993
+ font-size: 16px;
30994
+ line-height: 24px;
30973
30995
  }
30974
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
30975
- font-size: 30px;
30996
+
30997
+ .E_l11q3pxd {
30998
+ font-family: Inter;
30999
+ font-style: normal;
31000
+ font-weight: bold;
31001
+ text-transform: uppercase;
31002
+ font-feature-settings: "cpsp" on;
31003
+ font-size: 16px;
31004
+ line-height: 24px;
30976
31005
  }
30977
- .E_m177r7a3 .ant-modal-body {
30978
- padding: 4px 0 2px;
31006
+
31007
+ .E_lfuc2qu {
31008
+ font-family: Inter;
31009
+ font-style: normal;
31010
+ font-weight: normal;
31011
+ font-size: 14px;
31012
+ line-height: 22px;
30979
31013
  }
30980
- .E_m177r7a3 .ant-modal-footer {
30981
- border: none;
31014
+
31015
+ .E_l1jmp8r0 {
31016
+ font-family: Inter;
31017
+ font-style: normal;
31018
+ font-weight: 500;
31019
+ font-size: 14px;
31020
+ line-height: 22px;
30982
31021
  }
30983
31022
 
30984
- .E_t1wwio3v {
30985
- font-size: 12px;
30986
- line-height: 18px;
31023
+ .E_lcnm221 {
31024
+ font-family: Inter;
31025
+ font-style: normal;
30987
31026
  font-weight: bold;
30988
- color: #fff;
30989
- padding: 0 4px;
30990
- border-radius: 4px;
30991
- display: inline-block;
30992
- background: var(--t1wwio3v-0);
30993
- }
30994
- .E_t1wwio3v:not(:first-child) {
30995
- margin-left: 4px;
31027
+ font-size: 14px;
31028
+ line-height: 22px;
30996
31029
  }
30997
31030
 
30998
- .E_f17jvtfk {
30999
- width: 100%;
31000
- height: 100%;
31001
- display: flex;
31002
- align-items: center;
31003
- justify-content: center;
31031
+ .E_lu1z2n5 {
31032
+ font-family: Inter;
31033
+ font-style: normal;
31034
+ font-weight: normal;
31035
+ font-size: 14px;
31036
+ line-height: 22px;
31004
31037
  }
31005
31038
 
31006
- .E_nzppkea {
31007
- font-size: 90%;
31039
+ .E_l1r59djn {
31040
+ font-family: Inter;
31041
+ font-style: normal;
31008
31042
  font-weight: bold;
31009
- background-color: rgba(240, 243, 247, 0.6);
31010
- padding: 1px 4px 1px;
31011
- margin-left: 2px;
31012
- margin-right: 2px;
31013
- border: 1px solid rgba(213, 219, 227, 0.6);
31014
- border-radius: 4px;
31043
+ font-size: 14px;
31044
+ line-height: 22px;
31015
31045
  }
31016
31046
 
31017
- .E_f4mi9eq.form-item-general {
31018
- width: 640px;
31019
- }
31020
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31021
- margin-top: 16px;
31022
- }
31023
- .E_f4mi9eq.form-item-compact {
31024
- width: 412px;
31025
- }
31026
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31027
- margin-top: 8px;
31028
- }
31029
- .E_f4mi9eq .form-item {
31030
- width: auto;
31047
+ .E_ljm2911 {
31048
+ font-family: Inter;
31049
+ font-style: normal;
31050
+ font-weight: normal;
31051
+ text-transform: uppercase;
31052
+ font-feature-settings: "cpsp" on;
31053
+ font-size: 14px;
31054
+ line-height: 22px;
31031
31055
  }
31032
- .E_f4mi9eq .form-item-main {
31033
- position: relative;
31034
- display: flex;
31056
+
31057
+ .E_l124mzmr {
31058
+ font-family: Inter;
31059
+ font-style: normal;
31060
+ font-weight: bold;
31061
+ text-transform: uppercase;
31062
+ font-feature-settings: "cpsp" on;
31063
+ font-size: 14px;
31064
+ line-height: 22px;
31035
31065
  }
31036
- .E_f4mi9eq .form-item-extra {
31037
- margin-top: 4px;
31038
- width: 100%;
31039
- padding: 14px;
31040
- background: #f2f4f6;
31066
+
31067
+ .E_lb3chel {
31068
+ font-family: Inter;
31069
+ font-style: normal;
31070
+ font-weight: normal;
31041
31071
  font-size: 13px;
31042
- line-height: 1.8;
31043
- color: #8e9aa9;
31072
+ line-height: 20px;
31044
31073
  }
31045
- .E_f4mi9eq .form-item-label {
31046
- padding-right: 12px;
31074
+
31075
+ .E_lv9jstu {
31076
+ font-family: Inter;
31077
+ font-style: normal;
31078
+ font-weight: 600;
31047
31079
  font-size: 13px;
31048
- color: rgba(44, 56, 82, 0.6);
31049
- }
31050
- .E_f4mi9eq .form-item-label.label-right {
31051
- text-align: right;
31052
- }
31053
- .E_f4mi9eq .form-item-label,
31054
- .E_f4mi9eq .form-item-control {
31055
- line-height: 32px;
31056
- }
31057
- .E_f4mi9eq .form-item-control .form-item-error {
31058
- line-height: 18px;
31059
- }
31060
- .E_f4mi9eq .form-item-children {
31061
- width: 100%;
31062
- }
31063
- .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 {
31064
- width: 100%;
31065
- }
31066
- .E_f4mi9eq .form-item-error {
31067
- color: #e75a3a;
31068
- height: 0;
31069
- overflow: hidden;
31070
- }
31071
- .E_f4mi9eq .form-item-error-enter-done {
31072
- margin-top: 4px;
31073
- height: auto;
31074
- overflow: auto;
31075
- }
31076
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31077
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31078
- border: 1px solid #e75a3a;
31079
- color: #e75a3a;
31080
+ line-height: 20px;
31080
31081
  }
31081
31082
 
31082
- .E_fh0ewl8 {
31083
- color: #2d3a56;
31083
+ .E_lwqlh3x {
31084
+ font-family: Inter;
31085
+ font-style: normal;
31084
31086
  font-weight: bold;
31085
- padding-bottom: 6px;
31086
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31087
- margin-bottom: 16px;
31088
- }
31089
- .E_fh0ewl8:not(:first-of-type) {
31090
- margin-top: 16px;
31087
+ font-size: 13px;
31088
+ line-height: 20px;
31091
31089
  }
31092
31090
 
31093
- .E_e1qrlvot {
31094
- width: 8px;
31095
- height: 24px;
31096
- display: flex;
31097
- justify-content: center;
31098
- align-items: center;
31099
- cursor: pointer;
31100
- transition: all 200ms ease-out 40ms;
31101
- }
31102
- .E_e1qrlvot:before, .E_e1qrlvot:after {
31103
- content: "";
31104
- width: 1px;
31105
- height: 6px;
31106
- border-radius: 1px;
31107
- background: #ccd4e3;
31108
- position: relative;
31109
- right: 2px;
31110
- transform: rotate(-45deg);
31091
+ .E_lalum9y {
31092
+ font-family: Inter;
31093
+ font-style: normal;
31094
+ font-weight: normal;
31095
+ font-size: 13px;
31096
+ line-height: 20px;
31111
31097
  }
31112
- .E_e1qrlvot:after {
31113
- transform: rotate(45deg);
31114
- left: 1px;
31098
+
31099
+ .E_l1t6dj5o {
31100
+ font-family: Inter;
31101
+ font-style: normal;
31102
+ font-weight: 600;
31103
+ font-size: 13px;
31104
+ line-height: 20px;
31115
31105
  }
31116
31106
 
31117
- .E_w9ic984.ant-alert-warning {
31118
- border: 0;
31119
- background: rgba(255, 187, 0, 0.1);
31120
- border-radius: 6px;
31107
+ .E_l12f6ic {
31108
+ font-family: Inter;
31109
+ font-style: normal;
31110
+ font-weight: bold;
31111
+ font-size: 13px;
31112
+ line-height: 20px;
31121
31113
  }
31122
- .E_w9ic984.ant-alert,
31123
- .E_w9ic984 .ant-alert-message {
31124
- color: #e07f00;
31114
+
31115
+ .E_l7gmukq {
31116
+ font-family: Inter;
31117
+ font-style: normal;
31118
+ font-weight: normal;
31119
+ text-transform: uppercase;
31120
+ font-feature-settings: "cpsp" on;
31121
+ font-size: 13px;
31122
+ line-height: 20px;
31125
31123
  }
31126
- .E_w9ic984.ant-alert .dashed-border-bottom,
31127
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31128
- border-bottom-color: #e07f00;
31124
+
31125
+ .E_lkwl0yp {
31126
+ font-family: Inter;
31127
+ font-style: normal;
31128
+ font-weight: bold;
31129
+ text-transform: uppercase;
31130
+ font-feature-settings: "cpsp" on;
31131
+ font-size: 13px;
31132
+ line-height: 20px;
31129
31133
  }
31130
31134
 
31131
- .E_n1k9qi4r {
31132
- display: flex;
31133
- flex-direction: row;
31134
- padding: 7px 12px;
31135
- background: rgba(255, 187, 0, 0.1);
31136
- border-radius: 6px;
31137
- color: #e07f00;
31135
+ .E_l10knv48 {
31136
+ font-family: Inter;
31137
+ font-style: normal;
31138
+ font-weight: normal;
31138
31139
  font-size: 12px;
31139
31140
  line-height: 18px;
31140
31141
  }
31141
- .E_n1k9qi4r .icon-wrapper {
31142
- margin-right: 10px;
31143
- height: 18px;
31144
- }
31145
31142
 
31146
- .E_n16fsg9x {
31147
- display: flex;
31148
- flex-direction: row;
31149
- padding: 7px 12px;
31150
- background: rgba(225, 230, 241, 0.6);
31151
- border-radius: 6px;
31152
- color: rgba(44, 56, 82, 0.6);
31143
+ .E_l6526ld {
31144
+ font-family: Inter;
31145
+ font-style: normal;
31146
+ font-weight: 500;
31153
31147
  font-size: 12px;
31154
31148
  line-height: 18px;
31155
31149
  }
31156
- .E_n16fsg9x .icon-wrapper {
31157
- margin-right: 10px;
31158
- height: 18px;
31159
- }
31160
31150
 
31161
- .E_i173wxzw {
31162
- display: flex;
31163
- flex-direction: row;
31164
- padding: 7px 12px;
31165
- background: rgba(0, 136, 255, 0.1);
31166
- border-radius: 6px;
31167
- color: #005ed1;
31151
+ .E_l1j81vli {
31152
+ font-family: Inter;
31153
+ font-style: normal;
31154
+ font-weight: bold;
31168
31155
  font-size: 12px;
31169
31156
  line-height: 18px;
31170
31157
  }
31171
- .E_i173wxzw .icon-wrapper {
31172
- margin-right: 10px;
31173
- height: 18px;
31174
- }
31175
31158
 
31176
- .E_dld369h {
31177
- color: rgba(44, 56, 82, 0.6);
31178
- margin-top: 5px;
31159
+ .E_l1x7n1mk {
31160
+ font-family: Inter;
31161
+ font-style: normal;
31162
+ font-weight: normal;
31179
31163
  font-size: 12px;
31180
31164
  line-height: 18px;
31181
31165
  }
31182
31166
 
31183
- .E_s1epv22q {
31184
- color: #f0483e;
31167
+ .E_l9fqufz {
31168
+ font-family: Inter;
31169
+ font-style: normal;
31170
+ font-weight: 500;
31185
31171
  font-size: 12px;
31186
- white-space: pre-wrap;
31172
+ line-height: 18px;
31187
31173
  }
31188
31174
 
31189
- .E_okus5hk {
31190
- display: flex;
31191
- align-items: center;
31192
- justify-content: flex-end;
31193
- }
31194
- .E_okus5hk .icon-wrapper {
31195
- margin-right: 16px;
31175
+ .E_l1iwnybd {
31176
+ font-family: Inter;
31177
+ font-style: normal;
31178
+ font-weight: bold;
31179
+ font-size: 12px;
31180
+ line-height: 18px;
31196
31181
  }
31197
31182
 
31198
- .E_t1auuzri {
31199
- color: rgba(0, 21, 64, 0.3);
31183
+ .E_lprtm1e {
31184
+ font-family: Inter;
31185
+ font-style: normal;
31186
+ font-weight: normal;
31187
+ text-transform: uppercase;
31188
+ font-feature-settings: "cpsp" on;
31189
+ font-size: 12px;
31190
+ line-height: 18px;
31200
31191
  }
31201
31192
 
31202
- .E_i74cfyt.ant-input {
31203
- padding: 5px 12px;
31204
- line-height: 20px;
31205
- color: #2d3a56;
31206
- border-radius: 6px;
31207
- border-color: rgba(172, 186, 211, 0.6);
31208
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31209
- }
31210
- .E_i74cfyt.ant-input.ant-input-lg {
31211
- padding: 8px 16px;
31212
- line-height: 22px;
31213
- }
31214
- .E_i74cfyt.ant-input.ant-input-sm {
31215
- padding: 2px 8px;
31193
+ .E_l1lln87h {
31194
+ font-family: Inter;
31195
+ font-style: normal;
31196
+ font-weight: bold;
31197
+ text-transform: uppercase;
31198
+ font-feature-settings: "cpsp" on;
31199
+ font-size: 12px;
31216
31200
  line-height: 18px;
31217
31201
  }
31218
- .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 {
31219
- border-color: rgba(107, 128, 167, 0.6);
31220
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31221
- z-index: 1;
31222
- }
31223
- .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 {
31224
- border-color: #0096ff;
31225
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31226
- z-index: 1;
31227
- }
31228
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31229
- border-color: #e75a3a;
31230
- color: #e75a3a;
31202
+
31203
+ .E_f2pb48l {
31204
+ font-family: Inter;
31205
+ font-style: normal;
31206
+ font-weight: normal;
31207
+ font-size: 13px;
31208
+ line-height: 20px;
31231
31209
  }
31232
- .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 {
31233
- border-color: #e75a3a;
31234
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31210
+
31211
+ .E_fi9emkw {
31212
+ font-family: Inter;
31213
+ font-style: normal;
31214
+ font-weight: normal;
31215
+ font-size: 13px;
31216
+ line-height: 20px;
31235
31217
  }
31236
- .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 {
31237
- border-color: #e75a3a;
31238
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31218
+
31219
+ .E_f1nrg7da {
31220
+ font-family: Inter;
31221
+ font-style: normal;
31222
+ font-weight: normal;
31223
+ font-size: 12px;
31224
+ line-height: 18px;
31239
31225
  }
31240
- .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 {
31241
- background: rgba(211, 218, 235, 0.6);
31242
- color: rgba(0, 21, 64, 0.3);
31243
- border-color: rgba(172, 186, 211, 0.6);
31226
+
31227
+ .E_f17k1i3n {
31228
+ font-family: Inter;
31229
+ font-style: normal;
31230
+ font-weight: normal;
31231
+ font-size: 12px;
31232
+ line-height: 18px;
31244
31233
  }
31245
- .E_i74cfyt.ant-input-affix-wrapper {
31246
- padding: 5px 12px;
31247
- border-radius: 6px;
31248
- border-color: rgba(172, 186, 211, 0.6);
31234
+
31235
+ .E_t1tvuj2e {
31236
+ font-family: Inter;
31237
+ font-style: normal;
31238
+ font-weight: normal;
31239
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31240
+ font-size: 13px;
31249
31241
  line-height: 20px;
31250
- color: #2d3a56;
31251
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31252
31242
  }
31253
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31254
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31255
- color: rgba(44, 56, 82, 0.6);
31256
- }
31257
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31258
- padding: 8px 16px;
31259
- line-height: 22px;
31243
+
31244
+ .E_t17uajlu {
31245
+ font-family: Inter;
31246
+ font-style: normal;
31247
+ font-weight: normal;
31248
+ font-feature-settings: "zero" on;
31249
+ font-size: 13px;
31250
+ line-height: 20px;
31260
31251
  }
31261
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31262
- padding: 2px 8px;
31252
+
31253
+ .E_t114zbyz {
31254
+ font-family: Inter;
31255
+ font-style: normal;
31256
+ font-weight: normal;
31257
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31258
+ font-size: 12px;
31263
31259
  line-height: 18px;
31264
31260
  }
31265
- .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 {
31266
- border-color: rgba(107, 128, 167, 0.6);
31267
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31261
+
31262
+ .E_t1il0kvi {
31263
+ font-family: Inter;
31264
+ font-style: normal;
31265
+ font-weight: 500;
31266
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31267
+ font-size: 12px;
31268
+ line-height: 18px;
31268
31269
  }
31269
- .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 {
31270
- border-color: #0096ff;
31271
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31270
+
31271
+ .E_t10dv8p1 {
31272
+ font-family: Inter;
31273
+ font-style: normal;
31274
+ font-weight: normal;
31275
+ font-feature-settings: "zero" on;
31276
+ font-size: 12px;
31277
+ line-height: 18px;
31272
31278
  }
31273
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31274
- border-color: #e75a3a;
31279
+
31280
+ .E_tc2oqpq {
31281
+ font-family: Inter;
31282
+ font-style: normal;
31283
+ font-weight: 500;
31284
+ font-feature-settings: "zero" on;
31285
+ font-size: 12px;
31286
+ line-height: 18px;
31275
31287
  }
31276
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31277
- color: #e75a3a;
31288
+
31289
+ .E_tzvddmc {
31290
+ font-family: Inter;
31291
+ font-style: normal;
31292
+ font-weight: bold;
31293
+ font-feature-settings: "zero" on;
31294
+ font-size: 16px;
31295
+ line-height: 24px;
31278
31296
  }
31279
- .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 {
31280
- border-color: #e75a3a;
31281
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31297
+
31298
+ .E_u18llj45 {
31299
+ font-family: Inter;
31300
+ font-style: normal;
31301
+ font-weight: normal;
31302
+ font-size: 10px;
31303
+ line-height: 12px;
31282
31304
  }
31283
- .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 {
31284
- border-color: #e75a3a;
31285
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31305
+
31306
+ .E_cnujxq2 {
31307
+ display: flex;
31308
+ flex-direction: column;
31286
31309
  }
31287
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31288
- background: rgba(211, 218, 235, 0.6);
31289
- color: rgba(0, 21, 64, 0.3);
31290
- border-color: rgba(172, 186, 211, 0.6);
31310
+
31311
+ .E_m7s48ia {
31312
+ max-width: 1120px;
31313
+ width: 100%;
31314
+ margin: 0 auto;
31315
+ height: 100%;
31291
31316
  }
31292
- textarea.E_i74cfyt.ant-input {
31293
- transition-property: height;
31294
- transition-delay: 50ms;
31317
+
31318
+ .E_wt5zbg6 {
31319
+ max-width: 1120px;
31320
+ width: 100%;
31321
+ margin: 0 auto;
31322
+ display: flex;
31295
31323
  }
31296
- textarea.E_i74cfyt.ant-input.textarea-large {
31297
- min-height: 40px;
31298
- height: 40px;
31324
+ .E_wt5zbg6 .left,
31325
+ .E_wt5zbg6 .right {
31326
+ flex-grow: 0;
31327
+ flex-shrink: 0;
31328
+ flex-basis: 21%;
31299
31329
  }
31300
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
31301
- height: 80px;
31330
+ .E_wt5zbg6 .left {
31331
+ display: flex;
31332
+ justify-content: flex-end;
31333
+ padding-right: 44px;
31302
31334
  }
31303
- textarea.E_i74cfyt.ant-input.textarea-middle {
31304
- min-height: 32px;
31305
- height: 32px;
31335
+ .E_wt5zbg6 .right {
31336
+ padding-left: 44px;
31306
31337
  }
31307
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31308
- height: 64px;
31338
+ .E_wt5zbg6 .middle {
31339
+ margin-bottom: 40px;
31340
+ flex-grow: 0;
31341
+ flex-shrink: 0;
31342
+ flex-basis: 58%;
31343
+ overflow: hidden;
31309
31344
  }
31310
- textarea.E_i74cfyt.ant-input.textarea-small {
31311
- min-height: 24px;
31312
- height: 24px;
31345
+ .E_wt5zbg6 .middle .form-base-field {
31346
+ width: 100%;
31313
31347
  }
31314
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
31315
- height: 40px;
31348
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
31349
+ width: auto;
31316
31350
  }
31317
31351
 
31318
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
31319
- border: 1px solid rgba(213, 219, 227, 0.6);
31320
- border-radius: 4px;
31352
+ .E_h18jprzg .ant-modal-header {
31353
+ margin: 0 auto;
31354
+ width: 100%;
31355
+ max-width: 648px;
31321
31356
  }
31322
- .E_k1ci6977.input-tags {
31323
- position: relative;
31324
- padding: 6px;
31325
- height: 32px;
31326
- cursor: pointer;
31327
- transition: border 150ms;
31357
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
31358
+ margin-left: 0;
31328
31359
  }
31329
- .E_k1ci6977.input-tags:hover {
31330
- border-color: #0080ff;
31331
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31360
+ .E_h18jprzg .ant-modal-body {
31361
+ margin: 0 auto;
31362
+ padding: 0;
31363
+ width: 100%;
31364
+ max-width: 648px;
31365
+ overflow: hidden;
31332
31366
  }
31333
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31334
- padding-right: 30px;
31367
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
31368
+ margin-bottom: 40px;
31335
31369
  }
31336
- .E_k1ci6977.input-tags .input-tags-inner {
31337
- display: flex;
31370
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
31371
+ height: calc(100vh - 225px);
31372
+ overflow-y: auto;
31338
31373
  }
31339
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31340
- display: flex;
31374
+ .E_h18jprzg .ant-modal-footer .footer-content {
31375
+ margin: 0 auto;
31376
+ max-width: 648px;
31341
31377
  }
31342
- .E_k1ci6977.input-tags .input-tag-suffix {
31343
- position: absolute;
31344
- right: 12px;
31345
- top: 50%;
31346
- transform: translateY(-50%);
31347
- }
31348
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31349
- color: rgba(0, 0, 0, 0.25);
31350
- font-size: 12px;
31351
- cursor: pointer;
31378
+
31379
+ .E_h16z9xgz .ant-modal-header {
31380
+ margin: 0 auto;
31381
+ width: 100%;
31382
+ max-width: 1024px;
31352
31383
  }
31353
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31354
- color: rgba(0, 0, 0, 0.45);
31384
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
31385
+ margin-left: 0;
31355
31386
  }
31356
- .E_k1ci6977.has-focus-indicator {
31357
- position: relative;
31387
+ .E_h16z9xgz .ant-modal-body {
31388
+ margin: 0 auto;
31389
+ padding: 0;
31390
+ width: 100%;
31391
+ max-width: 1024px;
31358
31392
  overflow: hidden;
31359
31393
  }
31360
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31361
- position: absolute;
31362
- top: 50%;
31363
- transform: translateY(-50%);
31364
- left: -16px;
31365
- transition: left 150ms ease;
31366
- opacity: 0;
31367
- }
31368
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31369
- left: 8px;
31370
- opacity: 1;
31371
- }
31372
- .E_k1ci6977.has-focus-indicator input {
31373
- transition: margin-left 150ms ease;
31374
- margin-left: 0px;
31394
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
31395
+ margin-bottom: 40px;
31375
31396
  }
31376
- .E_k1ci6977.has-focus-indicator input:focus {
31377
- margin-left: 16px;
31397
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
31398
+ height: calc(100vh - 225px);
31399
+ overflow-y: auto;
31378
31400
  }
31379
-
31380
- input.E_l1f7td1d.ant-input {
31381
- border-top-right-radius: 0;
31382
- border-bottom-right-radius: 0;
31401
+ .E_h16z9xgz .ant-modal-footer .footer-content {
31402
+ margin: 0 auto;
31403
+ max-width: 1024px;
31383
31404
  }
31384
31405
 
31385
- .E_l1f7td1d.ant-input-affix-wrapper {
31386
- border-top-right-radius: 0;
31387
- border-bottom-right-radius: 0;
31406
+ .E_f1lrhghm {
31407
+ flex: 1;
31388
31408
  }
31389
-
31390
- input.E_rf8rlle.ant-input {
31391
- border-top-left-radius: 0;
31392
- border-bottom-left-radius: 0;
31409
+ .E_f1lrhghm label {
31410
+ font-size: 13px;
31411
+ line-height: 20px;
31412
+ color: rgba(44, 56, 82, 0.6);
31393
31413
  }
31394
-
31395
- .E_rf8rlle.ant-input-affix-wrapper {
31396
- border-top-left-radius: 0;
31397
- border-bottom-left-radius: 0;
31414
+ .E_f1lrhghm .title {
31415
+ font-size: 14px;
31416
+ line-height: 20px;
31417
+ color: #2d3a56;
31418
+ margin-bottom: 12px;
31398
31419
  }
31399
-
31400
- .E_llt2k48.ant-select.select, .E_llt2k48.ant-select.select .ant-select-selector {
31401
- border-top-right-radius: 0;
31402
- border-bottom-right-radius: 0;
31420
+ .E_f1lrhghm.connect-cluster .title {
31421
+ padding-bottom: 26px;
31403
31422
  }
31404
31423
 
31405
- .E_rdwz7eh.ant-select.select, .E_rdwz7eh.ant-select.select .ant-select-selector {
31406
- border-top-left-radius: 0;
31407
- border-bottom-left-radius: 0;
31424
+ .E_f18ot8em {
31425
+ padding: 25px 0 15px 0;
31426
+ border-bottom: 1px solid #e1e5eb;
31427
+ margin-bottom: 16px;
31408
31428
  }
31409
31429
 
31410
- .E_c3ni091 {
31430
+ .E_f1l1g2k0 {
31411
31431
  display: flex;
31412
- flex-direction: column;
31432
+ align-items: center;
31433
+ margin-bottom: 8px;
31413
31434
  }
31414
- .E_c3ni091 .select-wrapper {
31415
- margin-top: 12px;
31435
+ .E_f1l1g2k0 > label {
31436
+ width: 216px;
31416
31437
  }
31417
- .E_c3ni091 .select-wrapper .select {
31438
+ .E_f1l1g2k0 > label + * {
31418
31439
  width: 100%;
31419
31440
  }
31420
- .E_c3ni091 .radio-wrapper {
31421
- margin-top: 24px;
31422
- }
31423
- .E_c3ni091 div.form-item {
31441
+ .E_f1l1g2k0 .ant-select {
31424
31442
  width: 100%;
31425
31443
  }
31426
31444
 
31427
- .E_d105ju2d {
31428
- font-size: 14px;
31429
- font-weight: 500;
31430
- color: #3e4652;
31431
- line-height: 18px;
31432
- }
31433
- .E_d105ju2d + .E_d105ju2d {
31434
- margin-top: 16px;
31435
- }
31436
- .E_d105ju2d + * {
31437
- margin-top: 16px;
31445
+ .E_e1k89cwg {
31446
+ color: #e75a3a;
31447
+ margin-right: 10px;
31438
31448
  }
31439
31449
 
31440
- .E_lh0l62z.E_d105ju2d {
31441
- font-size: 12px;
31442
- color: rgba(44, 56, 82, 0.6);
31443
- margin-top: 12px;
31450
+ .E_d1oui1gf {
31451
+ width: 100%;
31452
+ height: 1px;
31453
+ background: rgba(213, 219, 227, 0.6);
31454
+ margin: 24px 0;
31444
31455
  }
31445
31456
 
31446
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31447
- line-height: 18px;
31448
- font-weight: 500;
31449
- margin-top: 0;
31450
- white-space: initial;
31457
+ .E_l15itdbb {
31458
+ display: flex;
31459
+ justify-content: center;
31460
+ align-items: center;
31461
+ height: 100%;
31451
31462
  }
31452
31463
 
31453
- .E_r1skkc3l {
31454
- display: block;
31455
- }
31456
- .E_r1skkc3l span {
31457
- font-size: 14px;
31458
- font-weight: 500;
31459
- line-height: 32px;
31460
- color: #3e4652;
31464
+ .E_d1y3z4w {
31465
+ display: inline-block;
31466
+ width: 4px;
31467
+ height: 4px;
31468
+ background: #8e9aa9;
31469
+ opacity: 0.4;
31470
+ border-radius: 50%;
31471
+ margin: 0 4px;
31461
31472
  }
31462
31473
 
31463
- .E_c3cobmo {
31464
- margin-top: 16px;
31465
- padding: 8px;
31466
- border-radius: 6px;
31467
- background: rgba(225, 230, 241, 0.6);
31468
- color: rgba(44, 56, 82, 0.6);
31469
- font-size: 12px;
31474
+ .E_m177r7a3 .ant-modal-header,
31475
+ .E_m177r7a3 .ant-modal-footer .footer-content {
31476
+ width: 648px;
31477
+ margin: 0 auto;
31470
31478
  }
31471
- .E_c3cobmo div {
31472
- line-height: 20px;
31473
- display: flex;
31474
- align-items: center;
31475
- word-break: break-all;
31479
+ .E_m177r7a3 .ant-modal-header {
31480
+ padding: 35px 0 24px;
31481
+ border: none;
31476
31482
  }
31477
- .E_c3cobmo .title {
31478
- font-weight: 700;
31479
- line-height: 18px;
31480
- margin: 4px 0;
31483
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
31484
+ font-size: 30px;
31481
31485
  }
31482
-
31483
- .E_uqv57uv {
31484
- color: rgba(44, 56, 82, 0.7490196078);
31486
+ .E_m177r7a3 .ant-modal-body {
31487
+ padding: 4px 0 2px;
31485
31488
  }
31486
-
31487
- .E_dsnbhzf {
31488
- font-family: Inter;
31489
- font-style: normal;
31490
- font-weight: bold;
31491
- font-size: 32px;
31492
- line-height: 40px;
31489
+ .E_m177r7a3 .ant-modal-footer {
31490
+ border: none;
31493
31491
  }
31494
31492
 
31495
- .E_d1mvo22k {
31496
- font-family: Inter;
31497
- font-style: normal;
31493
+ .E_t1wwio3v {
31494
+ font-size: 12px;
31495
+ line-height: 18px;
31498
31496
  font-weight: bold;
31499
- font-size: 24px;
31500
- line-height: 32px;
31497
+ color: #fff;
31498
+ padding: 0 4px;
31499
+ border-radius: 4px;
31500
+ display: inline-block;
31501
+ background: var(--t1wwio3v-0);
31502
+ }
31503
+ .E_t1wwio3v:not(:first-child) {
31504
+ margin-left: 4px;
31501
31505
  }
31502
31506
 
31503
- .E_d1b444tr {
31504
- font-family: Inter;
31505
- font-style: normal;
31506
- font-weight: normal;
31507
- font-size: 32px;
31508
- line-height: 40px;
31507
+ .E_f17jvtfk {
31508
+ width: 100%;
31509
+ height: 100%;
31510
+ display: flex;
31511
+ align-items: center;
31512
+ justify-content: center;
31509
31513
  }
31510
31514
 
31511
- .E_dvs0kue {
31512
- font-family: Inter;
31513
- font-style: normal;
31515
+ .E_nzppkea {
31516
+ font-size: 90%;
31514
31517
  font-weight: bold;
31515
- font-size: 20px;
31516
- line-height: 24px;
31518
+ background-color: rgba(240, 243, 247, 0.6);
31519
+ padding: 1px 4px 1px;
31520
+ margin-left: 2px;
31521
+ margin-right: 2px;
31522
+ border: 1px solid rgba(213, 219, 227, 0.6);
31523
+ border-radius: 4px;
31517
31524
  }
31518
31525
 
31519
- .E_d1hcbfcq {
31520
- font-family: Inter;
31521
- font-style: normal;
31522
- font-weight: normal;
31523
- font-size: 20px;
31524
- line-height: 24px;
31526
+ .E_f4mi9eq.form-item-general {
31527
+ width: 640px;
31525
31528
  }
31526
-
31527
- .E_d1cz922v {
31528
- font-family: Inter;
31529
- font-style: normal;
31530
- font-weight: bold;
31531
- font-size: 18px;
31532
- line-height: 22px;
31529
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31530
+ margin-top: 16px;
31533
31531
  }
31534
-
31535
- .E_d3nzbrm {
31536
- font-family: Inter;
31537
- font-style: normal;
31538
- font-weight: normal;
31539
- font-size: 18px;
31540
- line-height: 22px;
31532
+ .E_f4mi9eq.form-item-compact {
31533
+ width: 412px;
31534
+ }
31535
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31536
+ margin-top: 8px;
31537
+ }
31538
+ .E_f4mi9eq .form-item {
31539
+ width: auto;
31540
+ }
31541
+ .E_f4mi9eq .form-item-main {
31542
+ position: relative;
31543
+ display: flex;
31544
+ }
31545
+ .E_f4mi9eq .form-item-extra {
31546
+ margin-top: 4px;
31547
+ width: 100%;
31548
+ padding: 14px;
31549
+ background: #f2f4f6;
31550
+ font-size: 13px;
31551
+ line-height: 1.8;
31552
+ color: #8e9aa9;
31553
+ }
31554
+ .E_f4mi9eq .form-item-label {
31555
+ padding-right: 12px;
31556
+ font-size: 13px;
31557
+ color: rgba(44, 56, 82, 0.6);
31558
+ }
31559
+ .E_f4mi9eq .form-item-label.label-right {
31560
+ text-align: right;
31561
+ }
31562
+ .E_f4mi9eq .form-item-label,
31563
+ .E_f4mi9eq .form-item-control {
31564
+ line-height: 32px;
31565
+ }
31566
+ .E_f4mi9eq .form-item-control .form-item-error {
31567
+ line-height: 18px;
31568
+ }
31569
+ .E_f4mi9eq .form-item-children {
31570
+ width: 100%;
31571
+ }
31572
+ .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 {
31573
+ width: 100%;
31574
+ }
31575
+ .E_f4mi9eq .form-item-error {
31576
+ color: #e75a3a;
31577
+ height: 0;
31578
+ overflow: hidden;
31579
+ }
31580
+ .E_f4mi9eq .form-item-error-enter-done {
31581
+ margin-top: 4px;
31582
+ height: auto;
31583
+ overflow: auto;
31584
+ }
31585
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31586
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31587
+ border: 1px solid #e75a3a;
31588
+ color: #e75a3a;
31541
31589
  }
31542
31590
 
31543
- .E_h1g0p5ob {
31544
- font-family: Inter;
31545
- font-style: normal;
31591
+ .E_fh0ewl8 {
31592
+ color: #2d3a56;
31546
31593
  font-weight: bold;
31547
- font-size: 16px;
31548
- line-height: 22px;
31594
+ padding-bottom: 6px;
31595
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31596
+ margin-bottom: 16px;
31549
31597
  }
31550
-
31551
- .E_hydo2ej {
31552
- font-family: Inter;
31553
- font-style: normal;
31554
- font-weight: normal;
31555
- font-size: 16px;
31556
- line-height: 22px;
31598
+ .E_fh0ewl8:not(:first-of-type) {
31599
+ margin-top: 16px;
31557
31600
  }
31558
31601
 
31559
- .E_h1hbuq0r {
31560
- font-family: Inter;
31561
- font-style: normal;
31562
- font-weight: bold;
31563
- font-size: 14px;
31564
- line-height: 20px;
31602
+ .E_e1qrlvot {
31603
+ width: 8px;
31604
+ height: 24px;
31605
+ display: flex;
31606
+ justify-content: center;
31607
+ align-items: center;
31608
+ cursor: pointer;
31609
+ transition: all 200ms ease-out 40ms;
31610
+ }
31611
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
31612
+ content: "";
31613
+ width: 1px;
31614
+ height: 6px;
31615
+ border-radius: 1px;
31616
+ background: #ccd4e3;
31617
+ position: relative;
31618
+ right: 2px;
31619
+ transform: rotate(-45deg);
31620
+ }
31621
+ .E_e1qrlvot:after {
31622
+ transform: rotate(45deg);
31623
+ left: 1px;
31565
31624
  }
31566
31625
 
31567
- .E_h13bondg {
31568
- font-family: Inter;
31569
- font-style: normal;
31570
- font-weight: normal;
31571
- font-size: 14px;
31572
- line-height: 20px;
31626
+ .E_w9ic984.ant-alert-warning {
31627
+ border: 0;
31628
+ background: rgba(255, 187, 0, 0.1);
31629
+ border-radius: 6px;
31630
+ }
31631
+ .E_w9ic984.ant-alert,
31632
+ .E_w9ic984 .ant-alert-message {
31633
+ color: #e07f00;
31634
+ }
31635
+ .E_w9ic984.ant-alert .dashed-border-bottom,
31636
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31637
+ border-bottom-color: #e07f00;
31573
31638
  }
31574
31639
 
31575
- .E_h1mhvdlx {
31576
- font-family: Inter;
31577
- font-style: normal;
31578
- font-weight: bold;
31640
+ .E_n1k9qi4r {
31641
+ display: flex;
31642
+ flex-direction: row;
31643
+ padding: 7px 12px;
31644
+ background: rgba(255, 187, 0, 0.1);
31645
+ border-radius: 6px;
31646
+ color: #e07f00;
31579
31647
  font-size: 12px;
31580
31648
  line-height: 18px;
31581
31649
  }
31650
+ .E_n1k9qi4r .icon-wrapper {
31651
+ margin-right: 10px;
31652
+ height: 18px;
31653
+ }
31582
31654
 
31583
- .E_h1inmfq6 {
31584
- font-family: Inter;
31585
- font-style: normal;
31586
- font-weight: normal;
31655
+ .E_n16fsg9x {
31656
+ display: flex;
31657
+ flex-direction: row;
31658
+ padding: 7px 12px;
31659
+ background: rgba(225, 230, 241, 0.6);
31660
+ border-radius: 6px;
31661
+ color: rgba(44, 56, 82, 0.6);
31587
31662
  font-size: 12px;
31588
31663
  line-height: 18px;
31589
31664
  }
31665
+ .E_n16fsg9x .icon-wrapper {
31666
+ margin-right: 10px;
31667
+ height: 18px;
31668
+ }
31590
31669
 
31591
- .E_h1kfc0la {
31592
- font-family: Inter;
31593
- font-style: normal;
31594
- font-weight: bold;
31595
- text-transform: uppercase;
31596
- font-feature-settings: "cpsp" on;
31670
+ .E_i173wxzw {
31671
+ display: flex;
31672
+ flex-direction: row;
31673
+ padding: 7px 12px;
31674
+ background: rgba(0, 136, 255, 0.1);
31675
+ border-radius: 6px;
31676
+ color: #005ed1;
31597
31677
  font-size: 12px;
31598
31678
  line-height: 18px;
31599
31679
  }
31680
+ .E_i173wxzw .icon-wrapper {
31681
+ margin-right: 10px;
31682
+ height: 18px;
31683
+ }
31600
31684
 
31601
- .E_h10xnyuu {
31602
- font-family: Inter;
31603
- font-style: normal;
31604
- font-weight: normal;
31605
- text-transform: uppercase;
31606
- font-feature-settings: "cpsp" on;
31685
+ .E_dld369h {
31686
+ color: rgba(44, 56, 82, 0.6);
31687
+ margin-top: 5px;
31607
31688
  font-size: 12px;
31608
31689
  line-height: 18px;
31609
31690
  }
31610
31691
 
31611
- .E_lrcmi0v {
31612
- font-family: Inter;
31613
- font-style: normal;
31614
- font-weight: normal;
31615
- font-size: 16px;
31616
- line-height: 24px;
31617
- }
31618
-
31619
- .E_lzt43lp {
31620
- font-family: Inter;
31621
- font-style: normal;
31622
- font-weight: bold;
31623
- font-size: 16px;
31624
- line-height: 24px;
31692
+ .E_s1epv22q {
31693
+ color: #f0483e;
31694
+ font-size: 12px;
31695
+ white-space: pre-wrap;
31625
31696
  }
31626
31697
 
31627
- .E_l5yc9nt {
31628
- font-family: Inter;
31629
- font-style: normal;
31630
- font-weight: normal;
31631
- font-size: 16px;
31632
- line-height: 24px;
31698
+ .E_okus5hk {
31699
+ display: flex;
31700
+ align-items: center;
31701
+ justify-content: flex-end;
31633
31702
  }
31634
-
31635
- .E_l1fbkbzo {
31636
- font-family: Inter;
31637
- font-style: normal;
31638
- font-weight: bold;
31639
- font-size: 16px;
31640
- line-height: 24px;
31703
+ .E_okus5hk .icon-wrapper {
31704
+ margin-right: 16px;
31641
31705
  }
31642
31706
 
31643
- .E_lahvcax {
31644
- font-family: Inter;
31645
- font-style: normal;
31646
- font-weight: normal;
31647
- text-transform: uppercase;
31648
- font-feature-settings: "cpsp" on;
31649
- font-size: 16px;
31650
- line-height: 24px;
31707
+ .E_t1auuzri {
31708
+ color: rgba(0, 21, 64, 0.3);
31651
31709
  }
31652
31710
 
31653
- .E_l11q3pxd {
31654
- font-family: Inter;
31655
- font-style: normal;
31656
- font-weight: bold;
31657
- text-transform: uppercase;
31658
- font-feature-settings: "cpsp" on;
31659
- font-size: 16px;
31660
- line-height: 24px;
31711
+ .E_i74cfyt.ant-input {
31712
+ padding: 5px 12px;
31713
+ line-height: 20px;
31714
+ color: #2d3a56;
31715
+ border-radius: 6px;
31716
+ border-color: rgba(172, 186, 211, 0.6);
31717
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31661
31718
  }
31662
-
31663
- .E_lfuc2qu {
31664
- font-family: Inter;
31665
- font-style: normal;
31666
- font-weight: normal;
31667
- font-size: 14px;
31719
+ .E_i74cfyt.ant-input.ant-input-lg {
31720
+ padding: 8px 16px;
31668
31721
  line-height: 22px;
31669
31722
  }
31670
-
31671
- .E_l1jmp8r0 {
31672
- font-family: Inter;
31673
- font-style: normal;
31674
- font-weight: 500;
31675
- font-size: 14px;
31676
- line-height: 22px;
31723
+ .E_i74cfyt.ant-input.ant-input-sm {
31724
+ padding: 2px 8px;
31725
+ line-height: 18px;
31677
31726
  }
31678
-
31679
- .E_lcnm221 {
31680
- font-family: Inter;
31681
- font-style: normal;
31682
- font-weight: bold;
31683
- font-size: 14px;
31684
- line-height: 22px;
31727
+ .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 {
31728
+ border-color: rgba(107, 128, 167, 0.6);
31729
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31730
+ z-index: 1;
31685
31731
  }
31686
-
31687
- .E_lu1z2n5 {
31688
- font-family: Inter;
31689
- font-style: normal;
31690
- font-weight: normal;
31691
- font-size: 14px;
31692
- line-height: 22px;
31732
+ .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 {
31733
+ border-color: #0096ff;
31734
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31735
+ z-index: 1;
31693
31736
  }
31694
-
31695
- .E_l1r59djn {
31696
- font-family: Inter;
31697
- font-style: normal;
31698
- font-weight: bold;
31699
- font-size: 14px;
31700
- line-height: 22px;
31737
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31738
+ border-color: #e75a3a;
31739
+ color: #e75a3a;
31701
31740
  }
31702
-
31703
- .E_ljm2911 {
31704
- font-family: Inter;
31705
- font-style: normal;
31706
- font-weight: normal;
31707
- text-transform: uppercase;
31708
- font-feature-settings: "cpsp" on;
31709
- font-size: 14px;
31710
- line-height: 22px;
31741
+ .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 {
31742
+ border-color: #e75a3a;
31743
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31711
31744
  }
31712
-
31713
- .E_l124mzmr {
31714
- font-family: Inter;
31715
- font-style: normal;
31716
- font-weight: bold;
31717
- text-transform: uppercase;
31718
- font-feature-settings: "cpsp" on;
31719
- font-size: 14px;
31720
- line-height: 22px;
31745
+ .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 {
31746
+ border-color: #e75a3a;
31747
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31721
31748
  }
31722
-
31723
- .E_lb3chel {
31724
- font-family: Inter;
31725
- font-style: normal;
31726
- font-weight: normal;
31727
- font-size: 13px;
31728
- line-height: 20px;
31749
+ .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 {
31750
+ background: rgba(211, 218, 235, 0.6);
31751
+ color: rgba(0, 21, 64, 0.3);
31752
+ border-color: rgba(172, 186, 211, 0.6);
31729
31753
  }
31730
-
31731
- .E_lv9jstu {
31732
- font-family: Inter;
31733
- font-style: normal;
31734
- font-weight: 600;
31735
- font-size: 13px;
31754
+ .E_i74cfyt.ant-input-affix-wrapper {
31755
+ padding: 5px 12px;
31756
+ border-radius: 6px;
31757
+ border-color: rgba(172, 186, 211, 0.6);
31736
31758
  line-height: 20px;
31759
+ color: #2d3a56;
31760
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31737
31761
  }
31738
-
31739
- .E_lwqlh3x {
31740
- font-family: Inter;
31741
- font-style: normal;
31742
- font-weight: bold;
31743
- font-size: 13px;
31744
- line-height: 20px;
31762
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31763
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31764
+ color: rgba(44, 56, 82, 0.6);
31745
31765
  }
31746
-
31747
- .E_lalum9y {
31748
- font-family: Inter;
31749
- font-style: normal;
31750
- font-weight: normal;
31751
- font-size: 13px;
31752
- line-height: 20px;
31766
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31767
+ padding: 8px 16px;
31768
+ line-height: 22px;
31753
31769
  }
31754
-
31755
- .E_l1t6dj5o {
31756
- font-family: Inter;
31757
- font-style: normal;
31758
- font-weight: 600;
31759
- font-size: 13px;
31760
- line-height: 20px;
31770
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31771
+ padding: 2px 8px;
31772
+ line-height: 18px;
31761
31773
  }
31762
-
31763
- .E_l12f6ic {
31764
- font-family: Inter;
31765
- font-style: normal;
31766
- font-weight: bold;
31767
- font-size: 13px;
31768
- line-height: 20px;
31774
+ .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 {
31775
+ border-color: rgba(107, 128, 167, 0.6);
31776
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31769
31777
  }
31770
-
31771
- .E_l7gmukq {
31772
- font-family: Inter;
31773
- font-style: normal;
31774
- font-weight: normal;
31775
- text-transform: uppercase;
31776
- font-feature-settings: "cpsp" on;
31777
- font-size: 13px;
31778
- line-height: 20px;
31778
+ .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 {
31779
+ border-color: #0096ff;
31780
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31779
31781
  }
31780
-
31781
- .E_lkwl0yp {
31782
- font-family: Inter;
31783
- font-style: normal;
31784
- font-weight: bold;
31785
- text-transform: uppercase;
31786
- font-feature-settings: "cpsp" on;
31787
- font-size: 13px;
31788
- line-height: 20px;
31782
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31783
+ border-color: #e75a3a;
31789
31784
  }
31790
-
31791
- .E_l10knv48 {
31792
- font-family: Inter;
31793
- font-style: normal;
31794
- font-weight: normal;
31795
- font-size: 12px;
31796
- line-height: 18px;
31785
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31786
+ color: #e75a3a;
31797
31787
  }
31798
-
31799
- .E_l6526ld {
31800
- font-family: Inter;
31801
- font-style: normal;
31802
- font-weight: 500;
31803
- font-size: 12px;
31804
- line-height: 18px;
31788
+ .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 {
31789
+ border-color: #e75a3a;
31790
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31805
31791
  }
31806
-
31807
- .E_l1j81vli {
31808
- font-family: Inter;
31809
- font-style: normal;
31810
- font-weight: bold;
31811
- font-size: 12px;
31812
- line-height: 18px;
31792
+ .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 {
31793
+ border-color: #e75a3a;
31794
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31813
31795
  }
31814
-
31815
- .E_l1x7n1mk {
31816
- font-family: Inter;
31817
- font-style: normal;
31818
- font-weight: normal;
31819
- font-size: 12px;
31820
- line-height: 18px;
31796
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31797
+ background: rgba(211, 218, 235, 0.6);
31798
+ color: rgba(0, 21, 64, 0.3);
31799
+ border-color: rgba(172, 186, 211, 0.6);
31800
+ }
31801
+ textarea.E_i74cfyt.ant-input {
31802
+ transition-property: height;
31803
+ transition-delay: 50ms;
31804
+ }
31805
+ textarea.E_i74cfyt.ant-input.textarea-large {
31806
+ min-height: 40px;
31807
+ height: 40px;
31808
+ }
31809
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
31810
+ height: 80px;
31811
+ }
31812
+ textarea.E_i74cfyt.ant-input.textarea-middle {
31813
+ min-height: 32px;
31814
+ height: 32px;
31815
+ }
31816
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31817
+ height: 64px;
31818
+ }
31819
+ textarea.E_i74cfyt.ant-input.textarea-small {
31820
+ min-height: 24px;
31821
+ height: 24px;
31822
+ }
31823
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
31824
+ height: 40px;
31821
31825
  }
31822
31826
 
31823
- .E_l9fqufz {
31824
- font-family: Inter;
31825
- font-style: normal;
31826
- font-weight: 500;
31827
- font-size: 12px;
31828
- line-height: 18px;
31827
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
31828
+ border: 1px solid rgba(213, 219, 227, 0.6);
31829
+ border-radius: 4px;
31830
+ }
31831
+ .E_k1ci6977.input-tags {
31832
+ position: relative;
31833
+ padding: 6px;
31834
+ height: 32px;
31835
+ cursor: pointer;
31836
+ transition: border 150ms;
31829
31837
  }
31830
-
31831
- .E_l1iwnybd {
31832
- font-family: Inter;
31833
- font-style: normal;
31834
- font-weight: bold;
31835
- font-size: 12px;
31836
- line-height: 18px;
31838
+ .E_k1ci6977.input-tags:hover {
31839
+ border-color: #0080ff;
31840
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31837
31841
  }
31838
-
31839
- .E_lprtm1e {
31840
- font-family: Inter;
31841
- font-style: normal;
31842
- font-weight: normal;
31843
- text-transform: uppercase;
31844
- font-feature-settings: "cpsp" on;
31845
- font-size: 12px;
31846
- line-height: 18px;
31842
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31843
+ padding-right: 30px;
31847
31844
  }
31848
-
31849
- .E_l1lln87h {
31850
- font-family: Inter;
31851
- font-style: normal;
31852
- font-weight: bold;
31853
- text-transform: uppercase;
31854
- font-feature-settings: "cpsp" on;
31855
- font-size: 12px;
31856
- line-height: 18px;
31845
+ .E_k1ci6977.input-tags .input-tags-inner {
31846
+ display: flex;
31857
31847
  }
31858
-
31859
- .E_f2pb48l {
31860
- font-family: Inter;
31861
- font-style: normal;
31862
- font-weight: normal;
31863
- font-size: 13px;
31864
- line-height: 20px;
31848
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31849
+ display: flex;
31865
31850
  }
31866
-
31867
- .E_fi9emkw {
31868
- font-family: Inter;
31869
- font-style: normal;
31870
- font-weight: normal;
31871
- font-size: 13px;
31872
- line-height: 20px;
31851
+ .E_k1ci6977.input-tags .input-tag-suffix {
31852
+ position: absolute;
31853
+ right: 12px;
31854
+ top: 50%;
31855
+ transform: translateY(-50%);
31873
31856
  }
31874
-
31875
- .E_f1nrg7da {
31876
- font-family: Inter;
31877
- font-style: normal;
31878
- font-weight: normal;
31857
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31858
+ color: rgba(0, 0, 0, 0.25);
31879
31859
  font-size: 12px;
31880
- line-height: 18px;
31860
+ cursor: pointer;
31881
31861
  }
31882
-
31883
- .E_f17k1i3n {
31884
- font-family: Inter;
31885
- font-style: normal;
31886
- font-weight: normal;
31887
- font-size: 12px;
31888
- line-height: 18px;
31862
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31863
+ color: rgba(0, 0, 0, 0.45);
31889
31864
  }
31890
-
31891
- .E_t1tvuj2e {
31892
- font-family: Inter;
31893
- font-style: normal;
31894
- font-weight: normal;
31895
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31896
- font-size: 13px;
31897
- line-height: 20px;
31865
+ .E_k1ci6977.has-focus-indicator {
31866
+ position: relative;
31867
+ overflow: hidden;
31898
31868
  }
31899
-
31900
- .E_t17uajlu {
31901
- font-family: Inter;
31902
- font-style: normal;
31903
- font-weight: normal;
31904
- font-feature-settings: "zero" on;
31905
- font-size: 13px;
31906
- line-height: 20px;
31869
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31870
+ position: absolute;
31871
+ top: 50%;
31872
+ transform: translateY(-50%);
31873
+ left: -16px;
31874
+ transition: left 150ms ease;
31875
+ opacity: 0;
31907
31876
  }
31908
-
31909
- .E_t114zbyz {
31910
- font-family: Inter;
31911
- font-style: normal;
31912
- font-weight: normal;
31913
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31914
- font-size: 12px;
31915
- line-height: 18px;
31877
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31878
+ left: 8px;
31879
+ opacity: 1;
31916
31880
  }
31917
-
31918
- .E_t1il0kvi {
31919
- font-family: Inter;
31920
- font-style: normal;
31921
- font-weight: 500;
31922
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31923
- font-size: 12px;
31924
- line-height: 18px;
31881
+ .E_k1ci6977.has-focus-indicator input {
31882
+ transition: margin-left 150ms ease;
31883
+ margin-left: 0px;
31925
31884
  }
31926
-
31927
- .E_t10dv8p1 {
31928
- font-family: Inter;
31929
- font-style: normal;
31930
- font-weight: normal;
31931
- font-feature-settings: "zero" on;
31932
- font-size: 12px;
31933
- line-height: 18px;
31885
+ .E_k1ci6977.has-focus-indicator input:focus {
31886
+ margin-left: 16px;
31934
31887
  }
31935
31888
 
31936
- .E_tc2oqpq {
31937
- font-family: Inter;
31938
- font-style: normal;
31939
- font-weight: 500;
31940
- font-feature-settings: "zero" on;
31941
- font-size: 12px;
31942
- line-height: 18px;
31889
+ input.E_l1f7td1d.ant-input {
31890
+ border-top-right-radius: 0;
31891
+ border-bottom-right-radius: 0;
31943
31892
  }
31944
31893
 
31945
- .E_tzvddmc {
31946
- font-family: Inter;
31947
- font-style: normal;
31948
- font-weight: bold;
31949
- font-feature-settings: "zero" on;
31950
- font-size: 16px;
31951
- line-height: 24px;
31894
+ .E_l1f7td1d.ant-input-affix-wrapper {
31895
+ border-top-right-radius: 0;
31896
+ border-bottom-right-radius: 0;
31952
31897
  }
31953
31898
 
31954
- .E_u18llj45 {
31955
- font-family: Inter;
31956
- font-style: normal;
31957
- font-weight: normal;
31958
- font-size: 10px;
31959
- line-height: 12px;
31899
+ input.E_rf8rlle.ant-input {
31900
+ border-top-left-radius: 0;
31901
+ border-bottom-left-radius: 0;
31960
31902
  }
31961
31903
 
31962
- .E_a1b5xrg3 .user-icon-inner {
31963
- display: inline-flex;
31964
- align-items: center;
31965
- justify-content: center;
31966
- color: #fff;
31967
- font-weight: bold;
31968
- font-size: 12px;
31969
- width: 24px;
31970
- height: 24px;
31971
- border-radius: 50%;
31972
- background: var(--a1b5xrg3-0);
31973
- }
31974
- .E_a1b5xrg3.btn-item {
31975
- transition: all 160ms ease;
31976
- cursor: pointer;
31977
- width: 56px;
31978
- height: 40px;
31979
- display: inline-flex;
31980
- align-items: center;
31981
- justify-content: center;
31982
- border-radius: 6px;
31983
- }
31984
- .E_a1b5xrg3.btn-item:hover {
31985
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31904
+ .E_rf8rlle.ant-input-affix-wrapper {
31905
+ border-top-left-radius: 0;
31906
+ border-bottom-left-radius: 0;
31986
31907
  }
31987
- .E_a1b5xrg3.btn-item:active {
31988
- transform: translateY(2px);
31989
- transition: all 320ms ease;
31908
+
31909
+ .E_llt2k48.ant-select.select, .E_llt2k48.ant-select.select .ant-select-selector {
31910
+ border-top-right-radius: 0;
31911
+ border-bottom-right-radius: 0;
31990
31912
  }
31991
31913
 
31992
- .E_m196gn1d {
31993
- min-width: 1280px;
31914
+ .E_rdwz7eh.ant-select.select, .E_rdwz7eh.ant-select.select .ant-select-selector {
31915
+ border-top-left-radius: 0;
31916
+ border-bottom-left-radius: 0;
31994
31917
  }
31995
31918
 
31996
- .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
31997
- border-radius: 6px;
31919
+ .E_c3ni091 {
31920
+ display: flex;
31921
+ flex-direction: column;
31998
31922
  }
31999
- .E_s17wv897.ant-select.ant-select-single {
31923
+ .E_c3ni091 .select-wrapper {
31924
+ margin-top: 12px;
31925
+ }
31926
+ .E_c3ni091 .select-wrapper .select {
32000
31927
  width: 100%;
32001
- color: #2d3a56;
32002
- border-color: rgba(211, 218, 235, 0.6);
32003
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32004
- font-size: 13px;
32005
31928
  }
32006
- .E_s17wv897.ant-select.ant-select-single[data-size=middle] {
32007
- height: 30px;
31929
+ .E_c3ni091 .radio-wrapper {
31930
+ margin-top: 24px;
32008
31931
  }
32009
- .E_s17wv897.ant-select.ant-select-single.ant-select-lg {
32010
- height: 38px;
32011
- font-size: 13px;
31932
+ .E_c3ni091 div.form-item {
31933
+ width: 100%;
32012
31934
  }
32013
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
32014
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32015
- transition: 160ms ease;
31935
+
31936
+ .E_d105ju2d {
31937
+ font-size: 14px;
31938
+ font-weight: 500;
31939
+ color: #3e4652;
31940
+ line-height: 18px;
32016
31941
  }
32017
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
32018
- color: #0080ff;
31942
+ .E_d105ju2d + .E_d105ju2d {
31943
+ margin-top: 16px;
32019
31944
  }
32020
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32021
- border-color: rgba(107, 128, 167, 0.6);
32022
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31945
+ .E_d105ju2d + * {
31946
+ margin-top: 16px;
32023
31947
  }
32024
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32025
- color: #0080ff;
31948
+
31949
+ .E_lh0l62z.E_d105ju2d {
31950
+ font-size: 12px;
31951
+ color: rgba(44, 56, 82, 0.6);
31952
+ margin-top: 12px;
32026
31953
  }
32027
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32028
- border-color: #0080ff;
32029
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31954
+
31955
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31956
+ line-height: 18px;
31957
+ font-weight: 500;
31958
+ margin-top: 0;
31959
+ white-space: initial;
32030
31960
  }
32031
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32032
- transform: rotate(180deg);
31961
+
31962
+ .E_r1skkc3l {
31963
+ display: block;
32033
31964
  }
32034
- .E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32035
- background: rgba(211, 218, 235, 0.6);
32036
- border-color: rgba(172, 186, 211, 0.6);
32037
- cursor: "not-allowed";
31965
+ .E_r1skkc3l span {
31966
+ font-size: 14px;
31967
+ font-weight: 500;
31968
+ line-height: 32px;
31969
+ color: #3e4652;
32038
31970
  }
32039
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32040
- border-color: #f0483e !important;
31971
+
31972
+ .E_c3cobmo {
31973
+ margin-top: 16px;
31974
+ padding: 8px;
31975
+ border-radius: 6px;
31976
+ background: rgba(225, 230, 241, 0.6);
31977
+ color: rgba(44, 56, 82, 0.6);
31978
+ font-size: 12px;
32041
31979
  }
32042
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32043
- color: #1d326c;
31980
+ .E_c3cobmo div {
31981
+ line-height: 20px;
31982
+ display: flex;
31983
+ align-items: center;
31984
+ word-break: break-all;
32044
31985
  }
32045
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32046
- border-color: #0080ff;
32047
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31986
+ .E_c3cobmo .title {
31987
+ font-weight: 700;
31988
+ line-height: 18px;
31989
+ margin: 4px 0;
32048
31990
  }
32049
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32050
- transform: rotate(180deg);
31991
+
31992
+ .E_uqv57uv {
31993
+ color: rgba(44, 56, 82, 0.7490196078);
32051
31994
  }
32052
31995
 
32053
31996
  .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
@@ -32202,6 +32145,63 @@ input.E_rf8rlle.ant-input {
32202
32145
  flex-shrink: 0;
32203
32146
  }
32204
32147
 
32148
+ .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
32149
+ border-radius: 6px;
32150
+ }
32151
+ .E_s17wv897.ant-select.ant-select-single {
32152
+ width: 100%;
32153
+ color: #2d3a56;
32154
+ border-color: rgba(211, 218, 235, 0.6);
32155
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32156
+ font-size: 13px;
32157
+ }
32158
+ .E_s17wv897.ant-select.ant-select-single[data-size=middle] {
32159
+ height: 30px;
32160
+ }
32161
+ .E_s17wv897.ant-select.ant-select-single.ant-select-lg {
32162
+ height: 38px;
32163
+ font-size: 13px;
32164
+ }
32165
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
32166
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32167
+ transition: 160ms ease;
32168
+ }
32169
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
32170
+ color: #0080ff;
32171
+ }
32172
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32173
+ border-color: rgba(107, 128, 167, 0.6);
32174
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32175
+ }
32176
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32177
+ color: #0080ff;
32178
+ }
32179
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32180
+ border-color: #0080ff;
32181
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32182
+ }
32183
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32184
+ transform: rotate(180deg);
32185
+ }
32186
+ .E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32187
+ background: rgba(211, 218, 235, 0.6);
32188
+ border-color: rgba(172, 186, 211, 0.6);
32189
+ cursor: "not-allowed";
32190
+ }
32191
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32192
+ border-color: #f0483e !important;
32193
+ }
32194
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32195
+ color: #1d326c;
32196
+ }
32197
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32198
+ border-color: #0080ff;
32199
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32200
+ }
32201
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32202
+ transform: rotate(180deg);
32203
+ }
32204
+
32205
32205
  .E_suhck3k {
32206
32206
  height: 24px;
32207
32207
  width: 24px;
@@ -32473,45 +32473,29 @@ input.E_rf8rlle.ant-input {
32473
32473
  --modal-content-max-height: calc(
32474
32474
  100vh - 136px - var(--header-height) - var(--footer-height)
32475
32475
  );
32476
- --modal-header-padding: 36px 60px 0;
32477
- --modal-content-padding-y: 36px;
32476
+ --modal-header-padding: 40px 60px 8px;
32477
+ --modal-content-padding-top: 24px;
32478
+ --modal-content-padding-bottom: 32px;
32478
32479
  --modal-content-padding-x: 60px;
32479
32480
  --modal-footer-padding: 0 60px;
32480
32481
  }
32481
-
32482
- .E_s11wux3h .antd5-segmented-item:not(:last-child) {
32483
- margin-right: 2px;
32484
- }
32485
-
32486
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
32487
- padding-left: 8px;
32488
- padding-right: 8px;
32489
- font-size: 12px;
32490
- }
32491
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
32492
- border-radius: 4px;
32493
- }
32494
- .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32495
- border-radius: 4px;
32496
- }
32497
-
32498
- .E_ma64lna .antd5-segmented-item-label {
32499
- padding-left: 12px;
32500
- padding-right: 12px;
32501
- }
32502
-
32503
- .E_ckld275 {
32504
- background-color: rgba(225, 230, 241, 0.6);
32482
+ .E_m5foqp8.content-full.ant-modal {
32483
+ height: calc(100vh - 80px);
32484
+ width: calc(100vw - 160px);
32505
32485
  }
32506
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32507
- background-color: rgba(255, 255, 255, 0.6);
32508
- color: rgba(44, 56, 82, 0.75);
32486
+ .E_m5foqp8.content-full.ant-modal .ant-modal-content {
32487
+ width: 100%;
32488
+ height: 100%;
32489
+ max-width: unset;
32490
+ max-height: unset;
32491
+ display: flex;
32492
+ flex-direction: column;
32509
32493
  }
32510
- .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32511
- background-color: transparent;
32494
+ .E_m5foqp8.content-full.ant-modal .ant-modal-body {
32495
+ flex: 1;
32512
32496
  }
32513
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
32514
- background-color: transparent;
32497
+ .E_m5foqp8 .initializing-title {
32498
+ height: 32px;
32515
32499
  }
32516
32500
 
32517
32501
  .E_h12yihis {
@@ -32734,73 +32718,164 @@ input.E_rf8rlle.ant-input {
32734
32718
  position: static;
32735
32719
  }
32736
32720
 
32737
- .E_b14q2gmw {
32738
- box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
32721
+ .E_s11wux3h .antd5-segmented-item:not(:last-child) {
32722
+ margin-right: 2px;
32739
32723
  }
32740
32724
 
32741
- .E_c1eym6el {
32742
- border-radius: 8px;
32743
- background-color: white;
32725
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
32726
+ padding-left: 8px;
32727
+ padding-right: 8px;
32728
+ font-size: 12px;
32744
32729
  }
32745
- .E_c1eym6el.hoverable {
32746
- cursor: pointer;
32730
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
32731
+ border-radius: 4px;
32747
32732
  }
32748
- .E_c1eym6el.hoverable:hover {
32749
- transition: all 200ms ease;
32750
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32751
- transform: translateY(-4px);
32733
+ .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32734
+ border-radius: 4px;
32752
32735
  }
32753
32736
 
32754
- button.E_l48ei06.ant-btn,
32755
- button.E_l48ei06.ant-btn.ant-btn-sm,
32756
- button.E_l48ei06.ant-btn.ant-btn-lg {
32757
- font-size: 12px;
32758
- line-height: 18px;
32759
- height: 18px;
32737
+ .E_ma64lna .antd5-segmented-item-label {
32738
+ padding-left: 12px;
32739
+ padding-right: 12px;
32760
32740
  }
32761
32741
 
32762
- button.E_l48ei06 {
32763
- color: #0080FF;
32764
- height: unset;
32742
+ .E_ckld275 {
32743
+ background-color: rgba(225, 230, 241, 0.6);
32765
32744
  }
32766
- button.E_l48ei06 .button-prefix-icon {
32767
- margin-right: 4px;
32745
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32746
+ background-color: rgba(255, 255, 255, 0.6);
32747
+ color: rgba(44, 56, 82, 0.75);
32768
32748
  }
32769
- button.E_l48ei06 .button-suffix-icon {
32770
- margin-left: 4px;
32749
+ .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32750
+ background-color: transparent;
32771
32751
  }
32772
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
32773
- color: #009DFF;
32752
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
32753
+ background-color: transparent;
32754
+ }
32755
+
32756
+ .E_ckui4s7 {
32757
+ color: #2d3a56;
32758
+ line-height: 22px;
32759
+ display: inline-flex;
32760
+ }
32761
+ .E_ckui4s7 .ant-checkbox {
32762
+ height: 22px;
32763
+ display: flex;
32764
+ align-items: center;
32765
+ top: 0;
32766
+ }
32767
+ .E_ckui4s7 .ant-checkbox-checked::after {
32768
+ border: none;
32769
+ }
32770
+ .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
32771
+ border-color: #0080ff;
32772
+ }
32773
+ .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
32774
+ border: 1px solid rgba(107, 128, 167, 0.6);
32775
+ }
32776
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32777
+ border: 1px solid #0080ff;
32778
+ }
32779
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32780
+ background: #0080ff;
32781
+ }
32782
+ .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32783
+ background-color: #fff;
32784
+ height: 2px;
32785
+ width: 10px;
32786
+ border-radius: 2px;
32787
+ }
32788
+ .E_ckui4s7.ant-checkbox-wrapper-disabled {
32789
+ opacity: 0.5;
32790
+ }
32791
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
32792
+ background: rgba(211, 218, 235, 0.6);
32793
+ border-color: rgba(107, 128, 167, 0.6) !important;
32794
+ }
32795
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
32796
+ border-color: #2d3a56;
32797
+ }
32798
+ .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32799
+ background: #2d3a56;
32800
+ }
32801
+ .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
32802
+ padding: 0;
32803
+ }
32804
+ .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
32805
+ display: inline-block;
32806
+ margin-left: 12px;
32807
+ color: #2d3a56;
32808
+ }
32809
+ .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
32810
+ margin-left: 28px;
32811
+ color: rgba(44, 56, 82, 0.6);
32812
+ }
32813
+ .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
32814
+ margin-left: 8px;
32815
+ }
32816
+ .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
32817
+ margin-left: 24px;
32818
+ }
32819
+
32820
+ .E_b14q2gmw {
32821
+ box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
32822
+ }
32823
+
32824
+ .E_c1eym6el {
32825
+ border-radius: 8px;
32826
+ background-color: white;
32774
32827
  }
32775
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
32776
- color: #005ED1;
32828
+ .E_c1eym6el.hoverable {
32829
+ cursor: pointer;
32777
32830
  }
32778
- button.E_l48ei06.ui-kit-link-disabled {
32779
- color: #0080FF;
32831
+ .E_c1eym6el.hoverable:hover {
32832
+ transition: all 200ms ease;
32833
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32834
+ transform: translateY(-4px);
32780
32835
  }
32781
- button.E_l48ei06.ui-kit-link-primary {
32782
- color: #00122E;
32836
+
32837
+ .E_c1kghdax {
32838
+ color: #2d3a56;
32839
+ padding: 7px 12px;
32840
+ display: flex;
32841
+ justify-content: space-between;
32842
+ align-items: center;
32783
32843
  }
32784
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
32785
- color: #0080FF;
32844
+ .E_c1kghdax.has-arrow {
32845
+ padding-left: 10px;
32786
32846
  }
32787
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
32788
- color: #005ED1;
32847
+ .E_c1kghdax.has-arrow .title-wrapper {
32848
+ cursor: pointer;
32849
+ color: #00122e;
32789
32850
  }
32790
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
32791
- color: #00122E;
32851
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
32852
+ color: #2d3a56;
32853
+ font-weight: 600;
32792
32854
  }
32793
- button.E_l48ei06.ui-kit-link-secondary {
32794
- color: rgba(44, 56, 82, 0.7490196078);
32855
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
32856
+ transform: rotate(90deg);
32795
32857
  }
32796
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
32797
- color: #0080FF;
32858
+ .E_c1kghdax .sub-info {
32859
+ font-size: 12px;
32860
+ line-height: 18px;
32798
32861
  }
32799
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
32800
- color: #005ED1;
32862
+ .E_c1kghdax .title-wrapper {
32863
+ display: flex;
32864
+ align-items: center;
32865
+ user-select: none;
32866
+ flex-grow: 1;
32867
+ font-size: 12px;
32868
+ line-height: 18px;
32869
+ color: #2d3a56;
32870
+ font-weight: 700;
32801
32871
  }
32802
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
32803
- color: rgba(44, 56, 82, 0.7490196078);
32872
+ .E_c1kghdax .collapse-arrow {
32873
+ transition: all 50ms ease-out 0ms;
32874
+ margin-right: 2px;
32875
+ }
32876
+
32877
+ .E_c1yd35n {
32878
+ padding: 0 12px 14px 12px;
32804
32879
  }
32805
32880
 
32806
32881
  .E_sddwhm6 {
@@ -32878,6 +32953,58 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
32878
32953
  display: inline-block;
32879
32954
  }
32880
32955
 
32956
+ button.E_l48ei06.ant-btn,
32957
+ button.E_l48ei06.ant-btn.ant-btn-sm,
32958
+ button.E_l48ei06.ant-btn.ant-btn-lg {
32959
+ font-size: 12px;
32960
+ line-height: 18px;
32961
+ height: 18px;
32962
+ }
32963
+
32964
+ button.E_l48ei06 {
32965
+ color: #0080FF;
32966
+ height: unset;
32967
+ }
32968
+ button.E_l48ei06 .button-prefix-icon {
32969
+ margin-right: 4px;
32970
+ }
32971
+ button.E_l48ei06 .button-suffix-icon {
32972
+ margin-left: 4px;
32973
+ }
32974
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
32975
+ color: #009DFF;
32976
+ }
32977
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
32978
+ color: #005ED1;
32979
+ }
32980
+ button.E_l48ei06.ui-kit-link-disabled {
32981
+ color: #0080FF;
32982
+ }
32983
+ button.E_l48ei06.ui-kit-link-primary {
32984
+ color: #00122E;
32985
+ }
32986
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
32987
+ color: #0080FF;
32988
+ }
32989
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
32990
+ color: #005ED1;
32991
+ }
32992
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
32993
+ color: #00122E;
32994
+ }
32995
+ button.E_l48ei06.ui-kit-link-secondary {
32996
+ color: rgba(44, 56, 82, 0.7490196078);
32997
+ }
32998
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
32999
+ color: #0080FF;
33000
+ }
33001
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
33002
+ color: #005ED1;
33003
+ }
33004
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33005
+ color: rgba(44, 56, 82, 0.7490196078);
33006
+ }
33007
+
32881
33008
  .E_tc97u5y {
32882
33009
  height: 100%;
32883
33010
  }
@@ -33185,225 +33312,369 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33185
33312
  .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
33186
33313
  background: #f2f5fa;
33187
33314
  }
33188
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
33189
- display: block;
33315
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
33316
+ display: block;
33317
+ }
33318
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
33319
+ padding-right: 25px;
33320
+ }
33321
+ .E_t1fisho6 div.ant-table .ant-table-selection-column {
33322
+ padding: 0 !important;
33323
+ }
33324
+ .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
33325
+ position: absolute;
33326
+ left: 50%;
33327
+ top: 50%;
33328
+ transform: translate(-50%, -50%);
33329
+ }
33330
+ .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
33331
+ display: none;
33332
+ }
33333
+ .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
33334
+ background: #fff;
33335
+ }
33336
+ .E_t1fisho6 div.ant-table .ant-table-placeholder {
33337
+ background: inherit;
33338
+ }
33339
+ .E_t1fisho6 div.ant-table .ant-table-placeholder td {
33340
+ position: static;
33341
+ border: none;
33342
+ background: inherit !important;
33343
+ height: 100px;
33344
+ vertical-align: middle;
33345
+ }
33346
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
33347
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
33348
+ font-weight: bold;
33349
+ font-size: 20px;
33350
+ color: rgba(10, 37, 85, 0.6);
33351
+ }
33352
+ .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
33353
+ .E_t1fisho6 div.ant-table th.cell__action_ {
33354
+ z-index: 10;
33355
+ }
33356
+ .E_t1fisho6 div.ant-table td.cell__action_ {
33357
+ padding: 0 !important;
33358
+ position: relative;
33359
+ background: #fff;
33360
+ }
33361
+ .E_t1fisho6 div.ant-table td.cell__action_ > * {
33362
+ height: 100%;
33363
+ display: flex;
33364
+ align-items: center;
33365
+ justify-content: flex-end;
33366
+ padding-right: 8px;
33367
+ }
33368
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
33369
+ width: 24px;
33370
+ height: 24px;
33371
+ cursor: pointer;
33372
+ justify-content: center;
33373
+ border-radius: 4px;
33374
+ }
33375
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
33376
+ background: #fff;
33377
+ }
33378
+
33379
+ .E_r77hffu {
33380
+ display: flex;
33381
+ align-items: center;
33382
+ justify-content: space-between;
33383
+ column-gap: 6px;
33384
+ }
33385
+
33386
+ .E_p1cmxsf7 {
33387
+ display: flex;
33388
+ flex-direction: column;
33389
+ justify-content: center;
33390
+ row-gap: var(--p1cmxsf7-0);
33391
+ }
33392
+ .E_p1cmxsf7 .antd5-progress-line {
33393
+ font-size: 0;
33394
+ margin-bottom: unset;
33395
+ margin-inline-end: unset;
33396
+ }
33397
+
33398
+ .E_w7ob4th.outside-tag {
33399
+ padding-left: 0;
33400
+ }
33401
+ .E_w7ob4th.outside-tag .inside-tag {
33402
+ border-radius: 4px 0 0 4px;
33403
+ padding-right: 4px;
33404
+ margin-right: 4px;
33405
+ }
33406
+
33407
+ .E_slr2ynn {
33408
+ padding: 0 8px;
33409
+ height: 18px;
33410
+ }
33411
+
33412
+ .E_m140wbb6 {
33413
+ padding: 2px 8px;
33414
+ height: 24px;
33415
+ }
33416
+
33417
+ .E_t1fozc1i {
33418
+ margin: 0;
33419
+ }
33420
+
33421
+ .E_i1vxv4ln {
33422
+ margin-right: 4px;
33423
+ height: 16px;
33424
+ }
33425
+
33426
+ .E_n1afl31m.ant-tag.ant-tag-gray {
33427
+ font-weight: 700;
33428
+ color: #00122e;
33429
+ background-color: rgba(237, 241, 250, 0.6);
33430
+ border: 1px solid rgba(211, 218, 235, 0.6);
33431
+ word-break: break-all;
33432
+ display: inline;
33433
+ white-space: normal;
33434
+ }
33435
+
33436
+ .E_lht19u8 {
33437
+ width: 64px;
33438
+ height: 64px;
33439
+ display: flex;
33440
+ align-items: center;
33441
+ justify-content: center;
33442
+ position: relative;
33443
+ opacity: 0.2;
33444
+ }
33445
+
33446
+ .E_lk3gkp4 {
33447
+ position: absolute;
33448
+ width: 5px;
33449
+ height: 48px;
33450
+ left: 9.33px;
33451
+ top: 40.5px;
33452
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33453
+ border-radius: 5px;
33454
+ transform: rotate(-128deg);
33455
+ transform-origin: top left;
33456
+ animation: loading-indicator1 1100ms ease-out infinite;
33457
+ }
33458
+
33459
+ .E_ll4n94n {
33460
+ position: absolute;
33461
+ width: 5px;
33462
+ height: 48px;
33463
+ left: 40.8px;
33464
+ top: 8.4px;
33465
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33466
+ border-radius: 5px;
33467
+ transform: rotate(-8deg);
33468
+ transform-origin: top left;
33469
+ animation: loading-indicator2 1100ms ease-out infinite;
33190
33470
  }
33191
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
33192
- padding-right: 25px;
33471
+
33472
+ .E_l17lbdo6 {
33473
+ position: absolute;
33474
+ width: 5px;
33475
+ height: 48px;
33476
+ left: 52.9px;
33477
+ top: 51.8px;
33478
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33479
+ border-radius: 5px;
33480
+ transform: rotate(112deg);
33481
+ transform-origin: top left;
33482
+ animation: loading-indicator3 1100ms ease-out infinite;
33193
33483
  }
33194
- .E_t1fisho6 div.ant-table .ant-table-selection-column {
33195
- padding: 0 !important;
33484
+
33485
+ .E_sjob3jg {
33486
+ --item-min-width: 60px;
33196
33487
  }
33197
- .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
33198
- position: absolute;
33199
- left: 50%;
33200
- top: 50%;
33201
- transform: translate(-50%, -50%);
33488
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33489
+ display: none !important;
33202
33490
  }
33203
- .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
33204
- display: none;
33491
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33492
+ flex-shrink: 0 !important;
33205
33493
  }
33206
- .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
33207
- background: #fff;
33494
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33495
+ color: #0080ff;
33208
33496
  }
33209
- .E_t1fisho6 div.ant-table .ant-table-placeholder {
33210
- background: inherit;
33497
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33498
+ color: #0080ff;
33499
+ font-weight: normal;
33211
33500
  }
33212
- .E_t1fisho6 div.ant-table .ant-table-placeholder td {
33213
- position: static;
33214
- border: none;
33215
- background: inherit !important;
33216
- height: 100px;
33217
- vertical-align: middle;
33501
+ .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
33502
+ color: rgba(44, 56, 82, 0.6);
33218
33503
  }
33219
- .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
33220
- .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
33221
- font-weight: bold;
33222
- font-size: 20px;
33223
- color: rgba(10, 37, 85, 0.6);
33504
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33505
+ color: #00122e;
33224
33506
  }
33225
- .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
33226
- .E_t1fisho6 div.ant-table th.cell__action_ {
33227
- z-index: 10;
33507
+ .E_sjob3jg .step-item-text {
33508
+ display: inline-block;
33228
33509
  }
33229
- .E_t1fisho6 div.ant-table td.cell__action_ {
33230
- padding: 0 !important;
33231
- position: relative;
33232
- background: #fff;
33510
+ .E_sjob3jg .step-item-title {
33511
+ overflow: hidden;
33512
+ white-space: nowrap;
33513
+ text-overflow: ellipsis;
33233
33514
  }
33234
- .E_t1fisho6 div.ant-table td.cell__action_ > * {
33235
- height: 100%;
33236
- display: flex;
33237
- align-items: center;
33238
- justify-content: flex-end;
33239
- padding-right: 8px;
33515
+
33516
+ .E_hjvj6s6 .ant-steps-item-container {
33517
+ min-width: var(--item-min-width);
33240
33518
  }
33241
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
33242
- width: 24px;
33243
- height: 24px;
33244
- cursor: pointer;
33245
- justify-content: center;
33246
- border-radius: 4px;
33519
+ .E_hjvj6s6 .ant-steps-item-disabled {
33520
+ cursor: not-allowed !important;
33247
33521
  }
33248
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
33249
- background: #fff;
33522
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33523
+ flex-direction: row;
33524
+ justify-content: stretch;
33250
33525
  }
33251
-
33252
- .E_c1yd35n {
33253
- padding: 0 12px 14px 12px;
33526
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33527
+ padding: 0;
33528
+ margin-right: 4px;
33529
+ flex: 1;
33530
+ overflow: visible;
33254
33531
  }
33255
-
33256
- .E_c1kghdax {
33257
- color: #2d3a56;
33258
- padding: 7px 12px;
33259
- display: flex;
33260
- justify-content: space-between;
33261
- align-items: center;
33532
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33533
+ width: 100%;
33534
+ min-height: unset;
33262
33535
  }
33263
- .E_c1kghdax.has-arrow {
33264
- padding-left: 10px;
33536
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33537
+ height: 26px;
33538
+ line-height: 26px;
33539
+ width: 100%;
33540
+ padding: 0;
33541
+ font-size: 12px;
33265
33542
  }
33266
- .E_c1kghdax.has-arrow .title-wrapper {
33267
- cursor: pointer;
33268
- color: #00122e;
33543
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33544
+ margin-right: 10px;
33269
33545
  }
33270
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
33271
- color: #2d3a56;
33272
- font-weight: 600;
33546
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33547
+ display: none;
33273
33548
  }
33274
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33275
- transform: rotate(90deg);
33549
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33550
+ padding-left: 8px;
33551
+ padding-right: 4px;
33552
+ border-radius: 4px 0 0 4px;
33276
33553
  }
33277
- .E_c1kghdax .sub-info {
33278
- font-size: 12px;
33279
- line-height: 18px;
33554
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33555
+ margin-right: 0;
33280
33556
  }
33281
- .E_c1kghdax .title-wrapper {
33282
- display: flex;
33283
- align-items: center;
33284
- user-select: none;
33285
- flex-grow: 1;
33286
- font-size: 12px;
33287
- line-height: 18px;
33288
- color: #2d3a56;
33289
- font-weight: 700;
33557
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33558
+ padding-right: 8px;
33559
+ padding-left: 12px;
33560
+ border-radius: 0 4px 4px 0;
33290
33561
  }
33291
- .E_c1kghdax .collapse-arrow {
33292
- transition: all 50ms ease-out 0ms;
33293
- margin-right: 2px;
33562
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
33563
+ content: "";
33564
+ width: 0;
33565
+ height: 0;
33566
+ border: 13px solid transparent;
33567
+ position: absolute;
33568
+ top: 0;
33569
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
33570
+ z-index: 2;
33571
+ position: relative;
33572
+ top: -50%;
33573
+ right: -100%;
33294
33574
  }
33295
-
33296
- .E_ckui4s7 {
33297
- color: #2d3a56;
33298
- line-height: 22px;
33299
- display: inline-flex;
33575
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33576
+ padding: 0 4px 0 12px;
33300
33577
  }
33301
- .E_ckui4s7 .ant-checkbox {
33302
- height: 22px;
33303
- display: flex;
33304
- align-items: center;
33578
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
33579
+ content: "";
33580
+ width: 0;
33581
+ height: 0;
33582
+ border: 13px solid transparent;
33583
+ position: absolute;
33305
33584
  top: 0;
33585
+ border-left: 8px solid #fff;
33586
+ left: 0;
33306
33587
  }
33307
- .E_ckui4s7 .ant-checkbox-checked::after {
33308
- border: none;
33588
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33589
+ max-width: calc(100% - var(--item-min-width) * 2);
33309
33590
  }
33310
- .E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
33311
- border-color: #0080ff;
33591
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33592
+ background-color: rgba(0, 136, 255, 0.1);
33312
33593
  }
33313
- .E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
33314
- border: 1px solid rgba(107, 128, 167, 0.6);
33594
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33595
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
33315
33596
  }
33316
- .E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33317
- border: 1px solid #0080ff;
33597
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33598
+ cursor: pointer;
33599
+ min-width: var(--item-min-width);
33318
33600
  }
33319
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33320
- background: #0080ff;
33601
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33602
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33603
+ min-width: var(--item-min-width);
33321
33604
  }
33322
- .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33323
- background-color: #fff;
33324
- height: 2px;
33325
- width: 10px;
33326
- border-radius: 2px;
33605
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33606
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33607
+ background-color: rgba(237, 241, 250, 0.6);
33327
33608
  }
33328
- .E_ckui4s7.ant-checkbox-wrapper-disabled {
33329
- opacity: 0.5;
33609
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33610
+ padding: 0;
33330
33611
  }
33331
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
33332
- background: rgba(211, 218, 235, 0.6);
33333
- border-color: rgba(107, 128, 167, 0.6) !important;
33612
+
33613
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
33614
+ width: 192px;
33615
+ row-gap: 2px;
33334
33616
  }
33335
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
33336
- border-color: #2d3a56;
33617
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33618
+ background-color: rgba(225, 230, 241, 0.6);
33337
33619
  }
33338
- .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33339
- background: #2d3a56;
33620
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33621
+ color: #00122e !important;
33340
33622
  }
33341
- .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
33342
- padding: 0;
33623
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
33624
+ background-color: rgba(225, 230, 241, 0.6);
33343
33625
  }
33344
- .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
33345
- display: inline-block;
33346
- margin-left: 12px;
33347
- color: #2d3a56;
33626
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33627
+ padding: 0 8px;
33628
+ border-radius: 4px;
33629
+ height: 32px;
33630
+ display: flex;
33631
+ align-items: center;
33348
33632
  }
33349
- .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
33350
- margin-left: 28px;
33351
- color: rgba(44, 56, 82, 0.6);
33633
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33634
+ min-height: auto;
33635
+ white-space: nowrap;
33352
33636
  }
33353
- .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33354
- margin-left: 8px;
33637
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33638
+ font-size: 13px;
33639
+ line-height: 20px;
33640
+ max-width: 100%;
33641
+ padding-right: 0;
33355
33642
  }
33356
- .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33357
- margin-left: 24px;
33643
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33644
+ background: rgba(0, 128, 255, 0.1);
33358
33645
  }
33359
33646
 
33360
- .E_lht19u8 {
33361
- width: 64px;
33362
- height: 64px;
33363
- display: flex;
33647
+ .E_h6l1tj4 {
33648
+ width: 100%;
33649
+ display: inline-flex;
33364
33650
  align-items: center;
33365
33651
  justify-content: center;
33366
- position: relative;
33367
- opacity: 0.2;
33652
+ column-gap: 4px;
33368
33653
  }
33369
-
33370
- .E_lk3gkp4 {
33371
- position: absolute;
33372
- width: 5px;
33373
- height: 48px;
33374
- left: 9.33px;
33375
- top: 40.5px;
33376
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33377
- border-radius: 5px;
33378
- transform: rotate(-128deg);
33379
- transform-origin: top left;
33380
- animation: loading-indicator1 1100ms ease-out infinite;
33654
+ .E_h6l1tj4 .step-item-prefix-container {
33655
+ display: inline-flex;
33656
+ align-items: center;
33657
+ width: 18px;
33658
+ height: 18px;
33659
+ color: rgba(44, 56, 82, 0.75);
33660
+ justify-content: center;
33381
33661
  }
33382
33662
 
33383
- .E_ll4n94n {
33384
- position: absolute;
33385
- width: 5px;
33386
- height: 48px;
33387
- left: 40.8px;
33388
- top: 8.4px;
33389
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33390
- border-radius: 5px;
33391
- transform: rotate(-8deg);
33392
- transform-origin: top left;
33393
- animation: loading-indicator2 1100ms ease-out infinite;
33663
+ .E_v18frne8 {
33664
+ width: 100%;
33665
+ display: flex;
33666
+ align-items: center;
33667
+ justify-content: center;
33668
+ column-gap: 6px;
33669
+ font-size: 13px;
33394
33670
  }
33395
-
33396
- .E_l17lbdo6 {
33397
- position: absolute;
33398
- width: 5px;
33399
- height: 48px;
33400
- left: 52.9px;
33401
- top: 51.8px;
33402
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33403
- border-radius: 5px;
33404
- transform: rotate(112deg);
33405
- transform-origin: top left;
33406
- animation: loading-indicator3 1100ms ease-out infinite;
33671
+ .E_v18frne8 .step-item-prefix-container {
33672
+ display: inline-flex;
33673
+ align-items: center;
33674
+ min-width: 20px;
33675
+ min-height: 20px;
33676
+ color: rgba(44, 56, 82, 0.75);
33677
+ justify-content: center;
33407
33678
  }
33408
33679
 
33409
33680
  .E_t1dtlqs1 {
@@ -33545,256 +33816,66 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33545
33816
  padding: 4px;
33546
33817
  width: 24px;
33547
33818
  height: 24px;
33548
- overflow: hidden;
33549
- }
33550
- .E_tmoyoag .ant-list .ant-list-item-action li {
33551
- padding: 0;
33552
- }
33553
- .E_tmoyoag .ant-list .delete-row-icon.disabled {
33554
- cursor: not-allowed;
33555
- opacity: 0.5;
33556
- }
33557
- .E_tmoyoag .ant-list.size-default .ant-list-item-action {
33558
- margin: 0;
33559
- }
33560
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
33561
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
33562
- border-radius: 5px;
33563
- font-size: 12px;
33564
- }
33565
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
33566
- font-size: inherit;
33567
- }
33568
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
33569
- min-height: 24px;
33570
- font-size: 12px;
33571
- position: relative;
33572
- }
33573
- .E_tmoyoag.row-split-by-border .eagle-table-form-row {
33574
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
33575
- }
33576
- .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
33577
- background-color: rgba(237, 241, 250, 0.6);
33578
- }
33579
-
33580
- .E_a138syjm {
33581
- display: flex;
33582
- align-items: center;
33583
- margin-top: 8px;
33584
- }
33585
- .E_a138syjm button.ant-btn {
33586
- padding: 2px 8px;
33587
- height: 24px;
33588
- }
33589
- .E_a138syjm > span.maximum-desc {
33590
- display: none;
33591
- margin-left: 8px;
33592
- color: rgba(44, 56, 82, 0.6);
33593
- }
33594
- .E_a138syjm > span.maximum-desc.disabled {
33595
- display: inline;
33596
- }
33597
-
33598
- .E_d77i8u0 {
33599
- width: 24px;
33600
- height: 24px;
33601
- padding: 4px;
33602
- margin-right: 8px;
33603
- }
33604
-
33605
- .E_sjob3jg {
33606
- --item-min-width: 60px;
33607
- }
33608
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33609
- display: none !important;
33610
- }
33611
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33612
- flex-shrink: 0 !important;
33613
- }
33614
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33615
- color: #0080ff;
33616
- }
33617
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33618
- color: #0080ff;
33619
- font-weight: normal;
33620
- }
33621
- .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
33622
- color: rgba(44, 56, 82, 0.6);
33623
- }
33624
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33625
- color: #00122e;
33626
- }
33627
- .E_sjob3jg .step-item-text {
33628
- display: inline-block;
33629
- }
33630
- .E_sjob3jg .step-item-title {
33631
- overflow: hidden;
33632
- white-space: nowrap;
33633
- text-overflow: ellipsis;
33634
- }
33635
-
33636
- .E_hjvj6s6 .ant-steps-item-container {
33637
- min-width: var(--item-min-width);
33638
- }
33639
- .E_hjvj6s6 .ant-steps-item-disabled {
33640
- cursor: not-allowed !important;
33641
- }
33642
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33643
- flex-direction: row;
33644
- justify-content: stretch;
33645
- }
33646
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33647
- padding: 0;
33648
- margin-right: 4px;
33649
- flex: 1;
33650
- overflow: visible;
33651
- }
33652
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33653
- width: 100%;
33654
- min-height: unset;
33655
- }
33656
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33657
- height: 26px;
33658
- line-height: 26px;
33659
- width: 100%;
33660
- padding: 0;
33661
- font-size: 12px;
33662
- }
33663
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33664
- margin-right: 10px;
33665
- }
33666
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33667
- display: none;
33668
- }
33669
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33670
- padding-left: 8px;
33671
- padding-right: 4px;
33672
- border-radius: 4px 0 0 4px;
33673
- }
33674
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33675
- margin-right: 0;
33676
- }
33677
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33678
- padding-right: 8px;
33679
- padding-left: 12px;
33680
- border-radius: 0 4px 4px 0;
33681
- }
33682
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
33683
- content: "";
33684
- width: 0;
33685
- height: 0;
33686
- border: 13px solid transparent;
33687
- position: absolute;
33688
- top: 0;
33689
- border-left: 8px solid rgba(237, 241, 250, 0.6);
33690
- z-index: 2;
33691
- position: relative;
33692
- top: -50%;
33693
- right: -100%;
33694
- }
33695
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33696
- padding: 0 4px 0 12px;
33697
- }
33698
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
33699
- content: "";
33700
- width: 0;
33701
- height: 0;
33702
- border: 13px solid transparent;
33703
- position: absolute;
33704
- top: 0;
33705
- border-left: 8px solid #fff;
33706
- left: 0;
33707
- }
33708
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33709
- max-width: calc(100% - var(--item-min-width) * 2);
33710
- }
33711
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33712
- background-color: rgba(0, 136, 255, 0.1);
33713
- }
33714
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33715
- border-left-color: rgba(0, 136, 255, 0.1) !important;
33819
+ overflow: hidden;
33716
33820
  }
33717
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33718
- cursor: pointer;
33719
- min-width: var(--item-min-width);
33821
+ .E_tmoyoag .ant-list .ant-list-item-action li {
33822
+ padding: 0;
33720
33823
  }
33721
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33722
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33723
- min-width: var(--item-min-width);
33824
+ .E_tmoyoag .ant-list .delete-row-icon.disabled {
33825
+ cursor: not-allowed;
33826
+ opacity: 0.5;
33724
33827
  }
33725
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33726
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33727
- background-color: rgba(237, 241, 250, 0.6);
33828
+ .E_tmoyoag .ant-list.size-default .ant-list-item-action {
33829
+ margin: 0;
33728
33830
  }
33729
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33730
- padding: 0;
33831
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
33832
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
33833
+ border-radius: 5px;
33834
+ font-size: 12px;
33731
33835
  }
33732
-
33733
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
33734
- width: 192px;
33735
- row-gap: 2px;
33836
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
33837
+ font-size: inherit;
33736
33838
  }
33737
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33738
- background-color: rgba(225, 230, 241, 0.6);
33839
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
33840
+ min-height: 24px;
33841
+ font-size: 12px;
33842
+ position: relative;
33739
33843
  }
33740
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33741
- color: #00122e !important;
33844
+ .E_tmoyoag.row-split-by-border .eagle-table-form-row {
33845
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
33742
33846
  }
33743
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
33744
- background-color: rgba(225, 230, 241, 0.6);
33847
+ .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
33848
+ background-color: rgba(237, 241, 250, 0.6);
33745
33849
  }
33746
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33747
- padding: 0 8px;
33748
- border-radius: 4px;
33749
- height: 32px;
33850
+
33851
+ .E_a138syjm {
33750
33852
  display: flex;
33751
33853
  align-items: center;
33854
+ margin-top: 8px;
33752
33855
  }
33753
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33754
- min-height: auto;
33755
- white-space: nowrap;
33856
+ .E_a138syjm button.ant-btn {
33857
+ padding: 2px 8px;
33858
+ height: 24px;
33756
33859
  }
33757
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33758
- font-size: 13px;
33759
- line-height: 20px;
33760
- max-width: 100%;
33761
- padding-right: 0;
33860
+ .E_a138syjm > span.maximum-desc {
33861
+ display: none;
33862
+ margin-left: 8px;
33863
+ color: rgba(44, 56, 82, 0.6);
33762
33864
  }
33763
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33764
- background: rgba(0, 128, 255, 0.1);
33865
+ .E_a138syjm > span.maximum-desc.disabled {
33866
+ display: inline;
33765
33867
  }
33766
33868
 
33767
- .E_h6l1tj4 {
33768
- width: 100%;
33769
- display: inline-flex;
33770
- align-items: center;
33771
- justify-content: center;
33772
- column-gap: 4px;
33773
- }
33774
- .E_h6l1tj4 .step-item-prefix-container {
33775
- display: inline-flex;
33776
- align-items: center;
33777
- width: 18px;
33778
- height: 18px;
33779
- color: rgba(44, 56, 82, 0.75);
33780
- justify-content: center;
33869
+ .E_d77i8u0 {
33870
+ width: 24px;
33871
+ height: 24px;
33872
+ padding: 4px;
33873
+ margin-right: 8px;
33781
33874
  }
33782
33875
 
33783
- .E_v18frne8 {
33784
- width: 100%;
33785
- display: flex;
33786
- align-items: center;
33787
- justify-content: center;
33788
- column-gap: 6px;
33789
- font-size: 13px;
33790
- }
33791
- .E_v18frne8 .step-item-prefix-container {
33792
- display: inline-flex;
33793
- align-items: center;
33794
- min-width: 20px;
33795
- min-height: 20px;
33796
- color: rgba(44, 56, 82, 0.75);
33797
- justify-content: center;
33876
+ .E_i1g85yz3 {
33877
+ margin-right: 4px;
33878
+ height: 16px;
33798
33879
  }
33799
33880
 
33800
33881
  .E_t13ef470 {
@@ -33827,68 +33908,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33827
33908
  background: rgba(163, 180, 204, 0.18);
33828
33909
  }
33829
33910
 
33830
- .E_w7ob4th.outside-tag {
33831
- padding-left: 0;
33832
- }
33833
- .E_w7ob4th.outside-tag .inside-tag {
33834
- border-radius: 4px 0 0 4px;
33835
- padding-right: 4px;
33836
- margin-right: 4px;
33837
- }
33838
-
33839
- .E_r77hffu {
33840
- display: flex;
33841
- align-items: center;
33842
- justify-content: space-between;
33843
- column-gap: 6px;
33844
- }
33845
-
33846
- .E_p1cmxsf7 {
33847
- display: flex;
33848
- flex-direction: column;
33849
- justify-content: center;
33850
- row-gap: var(--p1cmxsf7-0);
33851
- }
33852
- .E_p1cmxsf7 .antd5-progress-line {
33853
- font-size: 0;
33854
- margin-bottom: unset;
33855
- margin-inline-end: unset;
33856
- }
33857
-
33858
- .E_slr2ynn {
33859
- padding: 0 8px;
33860
- height: 18px;
33861
- }
33862
-
33863
- .E_m140wbb6 {
33864
- padding: 2px 8px;
33865
- height: 24px;
33866
- }
33867
-
33868
- .E_t1fozc1i {
33869
- margin: 0;
33870
- }
33871
-
33872
- .E_i1vxv4ln {
33873
- margin-right: 4px;
33874
- height: 16px;
33875
- }
33876
-
33877
- .E_n1afl31m.ant-tag.ant-tag-gray {
33878
- font-weight: 700;
33879
- color: #00122e;
33880
- background-color: rgba(237, 241, 250, 0.6);
33881
- border: 1px solid rgba(211, 218, 235, 0.6);
33882
- word-break: break-all;
33883
- display: inline;
33884
- white-space: normal;
33885
- }
33886
-
33887
- .E_i1g85yz3 {
33888
- margin-right: 4px;
33889
- height: 16px;
33890
- }
33891
-
33892
33911
  .E_l1ucdodl {
33893
33912
  margin: 0;
33894
33913
  border-radius: 20px;
@@ -34382,6 +34401,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34382
34401
  background-color: #E07F00;
34383
34402
  }
34384
34403
 
34404
+ .E_b1jaupqb {
34405
+ color: #F0483E;
34406
+ }
34407
+
34385
34408
  .E_t59qhqp {
34386
34409
  padding: 0px;
34387
34410
  padding-top: 5px;
@@ -34430,39 +34453,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34430
34453
  color: #00122E;
34431
34454
  }
34432
34455
 
34433
- .E_b1jaupqb {
34434
- color: #F0483E;
34435
- }
34436
-
34437
- .E_s20iney.skeleton-box {
34438
- display: flex;
34439
- align-items: center;
34440
- justify-content: center;
34441
- position: relative;
34442
- border-radius: 2px;
34443
- background: rgba(225, 230, 241, 0.6);
34444
- overflow: hidden;
34445
- }
34446
- .E_s20iney.skeleton-box > .skeleton-shimmer {
34447
- width: 200%;
34448
- height: 200%;
34449
- transform: rotate(15deg);
34450
- position: absolute;
34451
- top: -50%;
34452
- flex-shrink: 0;
34453
- opacity: 0.8;
34454
- background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
34455
- animation: shimmer 1100ms infinite;
34456
- }
34457
- @keyframes shimmer {
34458
- from {
34459
- left: -120%;
34460
- }
34461
- to {
34462
- left: 100%;
34463
- }
34464
- }
34465
-
34466
34456
  .E_icab5o7 {
34467
34457
  --modal-header-height: 140px;
34468
34458
  }
@@ -34510,6 +34500,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34510
34500
  background: rgba(172, 186, 211, 0.6);
34511
34501
  border-radius: 8px;
34512
34502
  }
34503
+ .E_icab5o7.ant-modal.initializing-error .ant-modal-body {
34504
+ display: flex;
34505
+ justify-content: center;
34506
+ align-items: center;
34507
+ height: 100%;
34508
+ }
34509
+ .E_icab5o7.ant-modal .initializing-title {
34510
+ height: 40px;
34511
+ }
34513
34512
  .E_icab5o7.ant-modal .ant-modal-footer {
34514
34513
  border-top: 1px solid rgba(225, 230, 241, 0.6);
34515
34514
  padding: 24px 0 60px 0;
@@ -34634,6 +34633,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34634
34633
  font-weight: bold;
34635
34634
  }
34636
34635
 
34636
+ .E_s20iney.skeleton-box {
34637
+ display: flex;
34638
+ align-items: center;
34639
+ justify-content: center;
34640
+ position: relative;
34641
+ border-radius: 2px;
34642
+ background: rgba(225, 230, 241, 0.6);
34643
+ overflow: hidden;
34644
+ }
34645
+ .E_s20iney.skeleton-box > .skeleton-shimmer {
34646
+ width: 200%;
34647
+ height: 200%;
34648
+ transform: rotate(15deg);
34649
+ position: absolute;
34650
+ top: -50%;
34651
+ flex-shrink: 0;
34652
+ opacity: 0.8;
34653
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
34654
+ animation: shimmer 1100ms infinite;
34655
+ }
34656
+ @keyframes shimmer {
34657
+ from {
34658
+ left: -120%;
34659
+ }
34660
+ to {
34661
+ left: 100%;
34662
+ }
34663
+ }
34664
+
34637
34665
  .E_dxyv8bv {
34638
34666
  --footer-height: 80px;
34639
34667
  --header-height: 56px;
@@ -34643,7 +34671,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34643
34671
  100vh - 144px - var(--header-height) - var(--footer-height)
34644
34672
  );
34645
34673
  --modal-header-padding: 32px 40px 0;
34646
- --modal-content-padding-y: 32px;
34674
+ --modal-content-padding-top: 32px;
34675
+ --modal-content-padding-bottom: 32px;
34647
34676
  --modal-content-padding-x: 40px;
34648
34677
  --modal-footer-padding: 0 40px;
34649
34678
  }
@@ -34667,7 +34696,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34667
34696
  top: 24px;
34668
34697
  }
34669
34698
  .E_dxyv8bv .ant-modal-body {
34670
- padding: var(--modal-content-padding-y) var(--modal-content-padding-x);
34699
+ padding: var(--modal-content-padding-top) var(--modal-content-padding-x) var(--modal-content-padding-bottom);
34671
34700
  padding-right: calc(var(--modal-content-padding-x) - 6px);
34672
34701
  min-height: var(--modal-content-min-height);
34673
34702
  max-height: var(--modal-content-max-height);
@@ -34685,6 +34714,12 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34685
34714
  background: rgba(172, 186, 211, 0.6);
34686
34715
  border-radius: 8px;
34687
34716
  }
34717
+ .E_dxyv8bv.initializing-error .ant-modal-body {
34718
+ display: flex;
34719
+ justify-content: center;
34720
+ align-items: center;
34721
+ height: 100%;
34722
+ }
34688
34723
  .E_dxyv8bv .ant-modal-footer {
34689
34724
  height: var(--footer-height);
34690
34725
  padding: var(--modal-footer-padding);
@@ -34726,6 +34761,30 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34726
34761
  transition: 0.3s ease-out;
34727
34762
  }
34728
34763
 
34764
+ .E_m1k84ymw {
34765
+ width: 132px;
34766
+ height: 24px;
34767
+ }
34768
+
34769
+ .E_m15ds5xe {
34770
+ width: 100%;
34771
+ height: 100%;
34772
+ }
34773
+ .E_m15ds5xe .skeleton-wrapper {
34774
+ width: 100%;
34775
+ height: 32px;
34776
+ }
34777
+
34778
+ .E_ma56n19 {
34779
+ display: flex;
34780
+ flex-direction: column;
34781
+ gap: 4px;
34782
+ justify-content: center;
34783
+ align-items: center;
34784
+ height: 100%;
34785
+ color: rgba(0, 21, 64, 0.3019607843);
34786
+ }
34787
+
34729
34788
  .E_sqv6dmy {
34730
34789
  display: flex;
34731
34790
  justify-content: flex-end;
@@ -34789,6 +34848,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34789
34848
  background: rgba(225, 230, 241, 0.6);
34790
34849
  }
34791
34850
 
34851
+ .E_t1616y1o {
34852
+ color: #fff;
34853
+ }
34854
+
34792
34855
  .E_f16blduf.ant-form-item {
34793
34856
  margin-bottom: 0;
34794
34857
  }
@@ -34808,10 +34871,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34808
34871
  display: block;
34809
34872
  }
34810
34873
 
34811
- .E_t1616y1o {
34812
- color: #fff;
34813
- }
34814
-
34815
34874
  .E_a9y3flr {
34816
34875
  margin-left: 8px;
34817
34876
  }
@@ -34821,18 +34880,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34821
34880
  color: #00122e;
34822
34881
  }
34823
34882
 
34824
- .E_i14c7jc8 {
34825
- color: var(--i14c7jc8-0);
34826
- }
34827
-
34828
- .E_i1ibuolf {
34829
- display: flex;
34830
- align-items: center;
34831
- column-gap: 4px;
34832
- font-size: 12px;
34833
- color: rgba(44, 56, 82, 0.7490196078);
34834
- }
34835
-
34836
34883
  .E_d1u4ndxc {
34837
34884
  color: rgba(44, 56, 82, 0.7490196078);
34838
34885
  font-size: 12px;
@@ -34864,67 +34911,122 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34864
34911
  }
34865
34912
  }
34866
34913
 
34867
- .E_skwah65 {
34868
- height: 8px;
34869
- box-sizing: border-box;
34870
- border-radius: 2px;
34871
- background: #f5f7fa;
34914
+ .E_i14c7jc8 {
34915
+ color: var(--i14c7jc8-0);
34916
+ }
34917
+
34918
+ .E_i1ibuolf {
34872
34919
  display: flex;
34920
+ align-items: center;
34921
+ column-gap: 4px;
34922
+ font-size: 12px;
34923
+ color: rgba(44, 56, 82, 0.7490196078);
34924
+ }
34925
+
34926
+ .E_clm1wy1 {
34927
+ width: 192px;
34928
+ height: 246px;
34929
+ border-radius: 4px;
34930
+ }
34931
+ .E_clm1wy1 > .ant-picker-calendar,
34932
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
34873
34933
  width: 100%;
34874
- overflow: hidden;
34934
+ background-color: rgba(245, 247, 250, 0.6);
34935
+ border-top: none;
34875
34936
  }
34876
- .E_skwah65 .stack-bar-item + .stack-bar-item {
34877
- margin-left: 1px;
34937
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
34938
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
34939
+ padding: 0 16px;
34878
34940
  }
34879
-
34880
- .E_c18bcrac {
34881
- display: inline-block;
34941
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
34942
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
34882
34943
  width: 100%;
34944
+ height: 180px;
34945
+ border-spacing: 0;
34883
34946
  }
34884
- .E_c18bcrac .recharts-wrapper {
34885
- margin-left: 4px;
34947
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
34948
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
34949
+ margin-bottom: 8px;
34886
34950
  }
34887
-
34888
- .E_cro7kg2 {
34889
- padding: 4px;
34951
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
34952
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
34953
+ width: 22px;
34890
34954
  }
34891
- .E_cro7kg2 .unit {
34892
- color: white;
34955
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
34956
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
34957
+ padding: 0;
34958
+ }
34959
+ .E_clm1wy1 .ant-picker-cell {
34960
+ color: rgba(62, 70, 82, 0.6);
34961
+ opacity: 0.4;
34962
+ }
34963
+ .E_clm1wy1 .ant-picker-cell-in-view {
34964
+ color: rgba(62, 70, 82, 0.6);
34965
+ opacity: 1;
34966
+ }
34967
+ .E_clm1wy1 .ant-picker-cell-in-view > .active {
34968
+ color: #3e4652;
34969
+ }
34970
+ .E_clm1wy1 .ant-picker-cell::before {
34971
+ pointer-events: none;
34893
34972
  }
34894
34973
 
34895
- .E_c14wcxf0 {
34974
+ .E_t1tsm00v {
34975
+ color: rgba(129, 138, 153, 0.6);
34976
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
34977
+ backdrop-filter: blur(10px);
34978
+ padding: 7px 10px;
34979
+ }
34980
+
34981
+ .E_c167wnad {
34982
+ color: rgba(62, 70, 82, 0.6);
34896
34983
  display: flex;
34897
34984
  justify-content: space-between;
34898
34985
  align-items: center;
34899
- font-size: 13px;
34900
- line-height: 24px;
34901
- color: #cccccc;
34902
- white-space: nowrap;
34986
+ padding: 8px 16px;
34903
34987
  }
34904
- .E_c14wcxf0 label {
34905
- margin-right: 32px;
34988
+ .E_c167wnad .anticon {
34989
+ cursor: pointer;
34990
+ }
34991
+ .E_c167wnad .anticon:hover {
34992
+ color: #0096ff;
34906
34993
  }
34907
34994
 
34908
- .E_coy29mj.E_c14wcxf0 {
34909
- font-weight: bold;
34910
- color: white;
34995
+ .E_cxhf7dh {
34996
+ text-align: center;
34997
+ }
34998
+ .E_cxhf7dh .dots {
34999
+ display: flex;
35000
+ justify-content: center;
35001
+ }
35002
+ .E_cxhf7dh .dot {
35003
+ display: inline-block;
35004
+ width: 2px;
35005
+ height: 2px;
35006
+ border-radius: 1px;
35007
+ background: #0096ff;
35008
+ }
35009
+ .E_cxhf7dh .dot:not(:last-child) {
35010
+ margin-right: 2px;
35011
+ }
35012
+ .E_cxhf7dh .bar {
35013
+ width: 9px;
35014
+ height: 2px;
35015
+ background: #0096ff;
35016
+ border-radius: 2px;
34911
35017
  }
34912
35018
 
34913
- .E_s11212zy {
34914
- width: 8px;
35019
+ .E_skwah65 {
34915
35020
  height: 8px;
35021
+ box-sizing: border-box;
34916
35022
  border-radius: 2px;
34917
- display: inline-block;
34918
- background: var(--s11212zy-0);
34919
- border: 1px solid #fff;
34920
- box-sizing: content-box;
34921
- margin-right: 6px;
35023
+ background: #f5f7fa;
35024
+ display: flex;
35025
+ width: 100%;
35026
+ overflow: hidden;
34922
35027
  }
34923
-
34924
- .E_p1lyky6c > :first-child {
34925
- font-weight: bold;
34926
- color: white;
34927
- margin-right: 4px;
35028
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
35029
+ margin-left: 1px;
34928
35030
  }
34929
35031
 
34930
35032
  .E_s1ebs0ra {
@@ -34988,111 +35090,64 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34988
35090
  background: #fff;
34989
35091
  }
34990
35092
 
34991
- .E_clm1wy1 {
34992
- width: 192px;
34993
- height: 246px;
34994
- border-radius: 4px;
35093
+ .E_gmyahx3 {
35094
+ cursor: pointer;
34995
35095
  }
34996
- .E_clm1wy1 > .ant-picker-calendar,
34997
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
34998
- width: 100%;
34999
- background-color: rgba(245, 247, 250, 0.6);
35000
- border-top: none;
35096
+ .E_gmyahx3 .link-text {
35097
+ color: rgba(0, 21, 64, 0.3);
35001
35098
  }
35002
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
35003
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
35004
- padding: 0 16px;
35099
+ .E_gmyahx3:hover .link-text {
35100
+ color: #0080ff;
35005
35101
  }
35006
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
35007
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
35102
+
35103
+ .E_c18bcrac {
35104
+ display: inline-block;
35008
35105
  width: 100%;
35009
- height: 180px;
35010
- border-spacing: 0;
35011
- }
35012
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
35013
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
35014
- margin-bottom: 8px;
35015
35106
  }
35016
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
35017
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
35018
- width: 22px;
35019
- }
35020
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
35021
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
35022
- padding: 0;
35023
- }
35024
- .E_clm1wy1 .ant-picker-cell {
35025
- color: rgba(62, 70, 82, 0.6);
35026
- opacity: 0.4;
35027
- }
35028
- .E_clm1wy1 .ant-picker-cell-in-view {
35029
- color: rgba(62, 70, 82, 0.6);
35030
- opacity: 1;
35031
- }
35032
- .E_clm1wy1 .ant-picker-cell-in-view > .active {
35033
- color: #3e4652;
35034
- }
35035
- .E_clm1wy1 .ant-picker-cell::before {
35036
- pointer-events: none;
35107
+ .E_c18bcrac .recharts-wrapper {
35108
+ margin-left: 4px;
35037
35109
  }
35038
35110
 
35039
- .E_t1tsm00v {
35040
- color: rgba(129, 138, 153, 0.6);
35041
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
35042
- backdrop-filter: blur(10px);
35043
- padding: 7px 10px;
35111
+ .E_cro7kg2 {
35112
+ padding: 4px;
35113
+ }
35114
+ .E_cro7kg2 .unit {
35115
+ color: white;
35044
35116
  }
35045
35117
 
35046
- .E_c167wnad {
35047
- color: rgba(62, 70, 82, 0.6);
35118
+ .E_c14wcxf0 {
35048
35119
  display: flex;
35049
35120
  justify-content: space-between;
35050
35121
  align-items: center;
35051
- padding: 8px 16px;
35052
- }
35053
- .E_c167wnad .anticon {
35054
- cursor: pointer;
35055
- }
35056
- .E_c167wnad .anticon:hover {
35057
- color: #0096ff;
35058
- }
35059
-
35060
- .E_cxhf7dh {
35061
- text-align: center;
35062
- }
35063
- .E_cxhf7dh .dots {
35064
- display: flex;
35065
- justify-content: center;
35066
- }
35067
- .E_cxhf7dh .dot {
35068
- display: inline-block;
35069
- width: 2px;
35070
- height: 2px;
35071
- border-radius: 1px;
35072
- background: #0096ff;
35073
- }
35074
- .E_cxhf7dh .dot:not(:last-child) {
35075
- margin-right: 2px;
35122
+ font-size: 13px;
35123
+ line-height: 24px;
35124
+ color: #cccccc;
35125
+ white-space: nowrap;
35076
35126
  }
35077
- .E_cxhf7dh .bar {
35078
- width: 9px;
35079
- height: 2px;
35080
- background: #0096ff;
35081
- border-radius: 2px;
35127
+ .E_c14wcxf0 label {
35128
+ margin-right: 32px;
35082
35129
  }
35083
35130
 
35084
- .E_gmyahx3 {
35085
- cursor: pointer;
35086
- }
35087
- .E_gmyahx3 .link-text {
35088
- color: rgba(0, 21, 64, 0.3);
35131
+ .E_coy29mj.E_c14wcxf0 {
35132
+ font-weight: bold;
35133
+ color: white;
35089
35134
  }
35090
- .E_gmyahx3:hover .link-text {
35091
- color: #0080ff;
35135
+
35136
+ .E_s11212zy {
35137
+ width: 8px;
35138
+ height: 8px;
35139
+ border-radius: 2px;
35140
+ display: inline-block;
35141
+ background: var(--s11212zy-0);
35142
+ border: 1px solid #fff;
35143
+ box-sizing: content-box;
35144
+ margin-right: 6px;
35092
35145
  }
35093
35146
 
35094
- span.E_tqjc4ui {
35095
- margin: 0 2px;
35147
+ .E_p1lyky6c > :first-child {
35148
+ font-weight: bold;
35149
+ color: white;
35150
+ margin-right: 4px;
35096
35151
  }
35097
35152
 
35098
35153
  .E_c1up1pdz {
@@ -35235,50 +35290,8 @@ span.E_tqjc4ui {
35235
35290
  color: #fff;
35236
35291
  }
35237
35292
 
35238
- .E_ou7iq30 {
35239
- overflow: hidden;
35240
- text-overflow: ellipsis;
35241
- }
35242
-
35243
- .E_s1tui002 {
35244
- white-space: nowrap;
35245
- }
35246
-
35247
- .E_mxrc2zg {
35248
- display: -webkit-box;
35249
- -webkit-line-clamp: var(--mxrc2zg-0);
35250
- -webkit-box-orient: vertical;
35251
- word-break: break-all;
35252
- }
35253
-
35254
- .E_t1vv6d68 .ant-tooltip-arrow {
35255
- display: none;
35256
- }
35257
- .E_t1vv6d68 .ant-tooltip-inner {
35258
- background: rgba(23, 38, 64, 0.8);
35259
- border-radius: 4px;
35260
- }
35261
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35262
- visibility: hidden;
35263
- }
35264
-
35265
- .E_n12mqh7z {
35266
- display: flex;
35267
- align-items: center;
35268
- font-size: 12px;
35269
- line-height: 18px;
35270
- }
35271
- .E_n12mqh7z:not(:last-child) {
35272
- margin-bottom: 4px;
35273
- }
35274
-
35275
- .E_tf5bynu {
35276
- margin: 0 3px;
35277
- }
35278
-
35279
- .E_tcckoz1 {
35280
- max-height: 400px;
35281
- overflow: auto;
35293
+ span.E_tqjc4ui {
35294
+ margin: 0 2px;
35282
35295
  }
35283
35296
 
35284
35297
  .E_s1at6qmn.ant-layout-sider {
@@ -35492,6 +35505,48 @@ span.E_tqjc4ui {
35492
35505
  margin-right: 8px;
35493
35506
  }
35494
35507
 
35508
+ .E_wg1tsps {
35509
+ display: flex;
35510
+ align-items: center;
35511
+ justify-content: flex-end;
35512
+ }
35513
+
35514
+ .E_b1ctd5xy {
35515
+ display: flex;
35516
+ align-items: center;
35517
+ width: calc(100% - 40px);
35518
+ }
35519
+ .E_b1ctd5xy .chart {
35520
+ display: inline-block;
35521
+ width: 100%;
35522
+ }
35523
+
35524
+ .E_u1p8acpn {
35525
+ min-width: 40px;
35526
+ }
35527
+ .E_u1p8acpn .unit {
35528
+ color: #00122e !important;
35529
+ }
35530
+
35531
+ .E_n12mqh7z {
35532
+ display: flex;
35533
+ align-items: center;
35534
+ font-size: 12px;
35535
+ line-height: 18px;
35536
+ }
35537
+ .E_n12mqh7z:not(:last-child) {
35538
+ margin-bottom: 4px;
35539
+ }
35540
+
35541
+ .E_tf5bynu {
35542
+ margin: 0 3px;
35543
+ }
35544
+
35545
+ .E_tcckoz1 {
35546
+ max-height: 400px;
35547
+ overflow: auto;
35548
+ }
35549
+
35495
35550
  .E_t160l1cm {
35496
35551
  display: flex;
35497
35552
  flex-direction: column;
@@ -35695,27 +35750,31 @@ span.E_tqjc4ui {
35695
35750
  background: transparent;
35696
35751
  }
35697
35752
 
35698
- .E_wg1tsps {
35699
- display: flex;
35700
- align-items: center;
35701
- justify-content: flex-end;
35753
+ .E_ou7iq30 {
35754
+ overflow: hidden;
35755
+ text-overflow: ellipsis;
35702
35756
  }
35703
35757
 
35704
- .E_b1ctd5xy {
35705
- display: flex;
35706
- align-items: center;
35707
- width: calc(100% - 40px);
35758
+ .E_s1tui002 {
35759
+ white-space: nowrap;
35708
35760
  }
35709
- .E_b1ctd5xy .chart {
35710
- display: inline-block;
35711
- width: 100%;
35761
+
35762
+ .E_mxrc2zg {
35763
+ display: -webkit-box;
35764
+ -webkit-line-clamp: var(--mxrc2zg-0);
35765
+ -webkit-box-orient: vertical;
35766
+ word-break: break-all;
35712
35767
  }
35713
35768
 
35714
- .E_u1p8acpn {
35715
- min-width: 40px;
35769
+ .E_t1vv6d68 .ant-tooltip-arrow {
35770
+ display: none;
35716
35771
  }
35717
- .E_u1p8acpn .unit {
35718
- color: #00122e !important;
35772
+ .E_t1vv6d68 .ant-tooltip-inner {
35773
+ background: rgba(23, 38, 64, 0.8);
35774
+ border-radius: 4px;
35775
+ }
35776
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35777
+ visibility: hidden;
35719
35778
  }
35720
35779
 
35721
35780
  .E_cyms3br {
@@ -35771,6 +35830,12 @@ span.E_tqjc4ui {
35771
35830
  justify-content: center;
35772
35831
  }
35773
35832
 
35833
+ .E_h1ol2wl7 {
35834
+ font-weight: bold;
35835
+ background-color: unset;
35836
+ padding: unset;
35837
+ }
35838
+
35774
35839
  .E_i5w779o {
35775
35840
  padding: 8px 0;
35776
35841
  }
@@ -35812,12 +35877,6 @@ span.E_tqjc4ui {
35812
35877
  color: rgba(0, 21, 64, 0.3);
35813
35878
  }
35814
35879
 
35815
- .E_h1ol2wl7 {
35816
- font-weight: bold;
35817
- background-color: unset;
35818
- padding: unset;
35819
- }
35820
-
35821
35880
  .E_kr6am0s .ant-modal-body {
35822
35881
  padding: 60px 128px;
35823
35882
  }
@@ -35914,6 +35973,50 @@ span.E_tqjc4ui {
35914
35973
  color: rgba(44, 56, 82, 0.6);
35915
35974
  }
35916
35975
 
35976
+ .E_c14ouk5o {
35977
+ width: 100%;
35978
+ height: 100%;
35979
+ display: flex;
35980
+ font-size: 12px;
35981
+ line-height: 18px;
35982
+ padding: 8px 0;
35983
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
35984
+ }
35985
+ .E_c14ouk5o:last-of-type {
35986
+ box-shadow: none;
35987
+ padding-bottom: 0;
35988
+ }
35989
+ .E_c14ouk5o.collapsed {
35990
+ flex-direction: column;
35991
+ }
35992
+ .E_c14ouk5o.collapsed .collapsed-content {
35993
+ display: flex;
35994
+ }
35995
+ .E_c14ouk5o.collapsed .collapsed-content > span {
35996
+ flex: 1;
35997
+ display: flex;
35998
+ justify-content: space-between;
35999
+ }
36000
+ .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
36001
+ height: auto;
36002
+ }
36003
+ .E_c14ouk5o.collapsed .extra-content {
36004
+ margin-left: 162px;
36005
+ }
36006
+ .E_c14ouk5o .col-label {
36007
+ width: 216px;
36008
+ color: rgba(44, 56, 82, 0.6);
36009
+ margin-right: 12px;
36010
+ flex-shrink: 0;
36011
+ }
36012
+ .E_c14ouk5o .col-content {
36013
+ color: #2d3a56;
36014
+ /* make btn link in info row have the same height as normal text */
36015
+ }
36016
+ .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
36017
+ height: auto;
36018
+ }
36019
+
35917
36020
  .E_c1kchka8 {
35918
36021
  height: 100%;
35919
36022
  width: 100%;
@@ -36406,50 +36509,6 @@ span.E_tqjc4ui {
36406
36509
  padding: 0;
36407
36510
  }
36408
36511
 
36409
- .E_c14ouk5o {
36410
- width: 100%;
36411
- height: 100%;
36412
- display: flex;
36413
- font-size: 12px;
36414
- line-height: 18px;
36415
- padding: 8px 0;
36416
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
36417
- }
36418
- .E_c14ouk5o:last-of-type {
36419
- box-shadow: none;
36420
- padding-bottom: 0;
36421
- }
36422
- .E_c14ouk5o.collapsed {
36423
- flex-direction: column;
36424
- }
36425
- .E_c14ouk5o.collapsed .collapsed-content {
36426
- display: flex;
36427
- }
36428
- .E_c14ouk5o.collapsed .collapsed-content > span {
36429
- flex: 1;
36430
- display: flex;
36431
- justify-content: space-between;
36432
- }
36433
- .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
36434
- height: auto;
36435
- }
36436
- .E_c14ouk5o.collapsed .extra-content {
36437
- margin-left: 162px;
36438
- }
36439
- .E_c14ouk5o .col-label {
36440
- width: 216px;
36441
- color: rgba(44, 56, 82, 0.6);
36442
- margin-right: 12px;
36443
- flex-shrink: 0;
36444
- }
36445
- .E_c14ouk5o .col-content {
36446
- color: #2d3a56;
36447
- /* make btn link in info row have the same height as normal text */
36448
- }
36449
- .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
36450
- height: auto;
36451
- }
36452
-
36453
36512
  .E_c1ss4prm {
36454
36513
  color: rgba(44, 56, 82, 0.6);
36455
36514
  }