@cloudtower/eagle 0.33.12 → 0.33.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -29672,6 +29672,46 @@ html body {
29672
29672
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29673
29673
  }
29674
29674
  }
29675
+ .E_c18gxmrl {
29676
+ border: 1px solid #d8deeb;
29677
+ border-radius: 4px;
29678
+ }
29679
+ .E_c18gxmrl + .E_c18gxmrl {
29680
+ margin-top: 8px;
29681
+ }
29682
+ .E_c18gxmrl:hover {
29683
+ border-color: #0080ff;
29684
+ }
29685
+ .E_c18gxmrl:hover > header {
29686
+ background: rgba(0, 128, 255, 0.1);
29687
+ }
29688
+ .E_c18gxmrl.active header {
29689
+ border-bottom: 1px solid #d8deeb;
29690
+ }
29691
+ .E_c18gxmrl > header {
29692
+ padding: 8px 12px;
29693
+ }
29694
+
29695
+ .E_m74vjol {
29696
+ display: flex;
29697
+ justify-content: space-between;
29698
+ width: 100%;
29699
+ }
29700
+ .E_m74vjol .action {
29701
+ margin-left: 16px;
29702
+ }
29703
+
29704
+ .E_a1o35uvh.ant-alert-closable {
29705
+ padding-right: 12px;
29706
+ }
29707
+ .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
29708
+ height: fit-content;
29709
+ margin-left: 16px;
29710
+ }
29711
+ .E_a1o35uvh .ant-alert-message {
29712
+ flex: 1;
29713
+ }
29714
+
29675
29715
  .E_berrcjl {
29676
29716
  color: rgba(10, 37, 85, 0.6);
29677
29717
  margin-bottom: 4px;
@@ -29688,6 +29728,70 @@ html body {
29688
29728
  color: #005ed1;
29689
29729
  }
29690
29730
 
29731
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29732
+ padding: 4px 8px 0 8px;
29733
+ color: rgba(44, 56, 82, 0.6);
29734
+ font-size: 12px;
29735
+ }
29736
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29737
+ padding-bottom: 6px;
29738
+ }
29739
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29740
+ padding-top: 4px;
29741
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
29742
+ }
29743
+
29744
+ .E_b1nip9bk {
29745
+ padding: 4px 11px;
29746
+ }
29747
+
29748
+ .E_bqamoqe {
29749
+ white-space: nowrap;
29750
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29751
+ }
29752
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29753
+ --color: #0080ff;
29754
+ }
29755
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29756
+ --color: #0080ff;
29757
+ }
29758
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29759
+ margin-left: 1px;
29760
+ }
29761
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29762
+ border-top-right-radius: 0;
29763
+ border-bottom-right-radius: 0;
29764
+ }
29765
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29766
+ border-top-left-radius: 0;
29767
+ border-bottom-left-radius: 0;
29768
+ }
29769
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29770
+ border-radius: unset;
29771
+ }
29772
+
29773
+ .E_c1uzzomf {
29774
+ margin-bottom: 16px;
29775
+ }
29776
+ .E_c1uzzomf .card-title {
29777
+ font-size: 16px;
29778
+ color: rgba(44, 56, 82, 0.6);
29779
+ font-weight: 700;
29780
+ line-height: 32px;
29781
+ }
29782
+ .E_c1uzzomf .card-body {
29783
+ padding: 24px;
29784
+ border-radius: 8px;
29785
+ background: #fff;
29786
+ }
29787
+ .E_c1uzzomf .empty {
29788
+ font-weight: 700;
29789
+ font-size: 14px;
29790
+ line-height: 22px;
29791
+ color: rgba(0, 21, 64, 0.3);
29792
+ text-align: center;
29793
+ }
29794
+
29691
29795
  .E_b1wx3t3t.ant-btn-icon-only {
29692
29796
  justify-content: center;
29693
29797
  }
@@ -29945,148 +30049,6 @@ html body {
29945
30049
  justify-content: center;
29946
30050
  }
29947
30051
 
29948
- .E_b1nip9bk {
29949
- padding: 4px 11px;
29950
- }
29951
-
29952
- .E_bqamoqe {
29953
- white-space: nowrap;
29954
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29955
- }
29956
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29957
- --color: #0080ff;
29958
- }
29959
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29960
- --color: #0080ff;
29961
- }
29962
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29963
- margin-left: 1px;
29964
- }
29965
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29966
- border-top-right-radius: 0;
29967
- border-bottom-right-radius: 0;
29968
- }
29969
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29970
- border-top-left-radius: 0;
29971
- border-bottom-left-radius: 0;
29972
- }
29973
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29974
- border-radius: unset;
29975
- }
29976
-
29977
- .E_c18gxmrl {
29978
- border: 1px solid #d8deeb;
29979
- border-radius: 4px;
29980
- }
29981
- .E_c18gxmrl + .E_c18gxmrl {
29982
- margin-top: 8px;
29983
- }
29984
- .E_c18gxmrl:hover {
29985
- border-color: #0080ff;
29986
- }
29987
- .E_c18gxmrl:hover > header {
29988
- background: rgba(0, 128, 255, 0.1);
29989
- }
29990
- .E_c18gxmrl.active header {
29991
- border-bottom: 1px solid #d8deeb;
29992
- }
29993
- .E_c18gxmrl > header {
29994
- padding: 8px 12px;
29995
- }
29996
-
29997
- .E_m74vjol {
29998
- display: flex;
29999
- justify-content: space-between;
30000
- width: 100%;
30001
- }
30002
- .E_m74vjol .action {
30003
- margin-left: 16px;
30004
- }
30005
-
30006
- .E_a1o35uvh.ant-alert-closable {
30007
- padding-right: 12px;
30008
- }
30009
- .E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
30010
- height: fit-content;
30011
- margin-left: 16px;
30012
- }
30013
- .E_a1o35uvh .ant-alert-message {
30014
- flex: 1;
30015
- }
30016
-
30017
- .E_ccrbeuz .ant-collapse-item {
30018
- border: 0px;
30019
- background-color: #fff;
30020
- }
30021
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30022
- padding-top: 0px;
30023
- padding-bottom: 0px;
30024
- padding-left: 0px !important;
30025
- padding-right: 24px;
30026
- }
30027
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30028
- right: 0px;
30029
- }
30030
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30031
- padding: 0px;
30032
- }
30033
-
30034
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30035
- padding-right: 0px;
30036
- cursor: default;
30037
- }
30038
-
30039
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30040
- padding: 4px 8px 0 8px;
30041
- color: rgba(44, 56, 82, 0.6);
30042
- font-size: 12px;
30043
- }
30044
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30045
- padding-bottom: 6px;
30046
- }
30047
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30048
- padding-top: 4px;
30049
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30050
- }
30051
-
30052
- .E_sx1bpnu .ant-input-sm {
30053
- line-height: 18px;
30054
- }
30055
-
30056
- .E_itxley7.ant-input-group.ant-input-group-compact {
30057
- display: flex;
30058
- }
30059
- .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 {
30060
- border-bottom-left-radius: 5px;
30061
- border-top-left-radius: 5px;
30062
- }
30063
- .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 {
30064
- border-bottom-right-radius: 5px;
30065
- border-top-right-radius: 5px;
30066
- }
30067
-
30068
- .E_c1uzzomf {
30069
- margin-bottom: 16px;
30070
- }
30071
- .E_c1uzzomf .card-title {
30072
- font-size: 16px;
30073
- color: rgba(44, 56, 82, 0.6);
30074
- font-weight: 700;
30075
- line-height: 32px;
30076
- }
30077
- .E_c1uzzomf .card-body {
30078
- padding: 24px;
30079
- border-radius: 8px;
30080
- background: #fff;
30081
- }
30082
- .E_c1uzzomf .empty {
30083
- font-weight: 700;
30084
- font-size: 14px;
30085
- line-height: 22px;
30086
- color: rgba(0, 21, 64, 0.3);
30087
- text-align: center;
30088
- }
30089
-
30090
30052
  .E_d1bw7c5z {
30091
30053
  position: relative;
30092
30054
  max-width: 388px;
@@ -30177,91 +30139,42 @@ html body {
30177
30139
  padding: 20px 24px 24px 24px;
30178
30140
  }
30179
30141
 
30180
- .E_i11gg7mj .ant-input-prefix {
30181
- margin-right: 8px;
30142
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30143
+ display: flex;
30182
30144
  }
30183
- .E_i11gg7mj .ant-input-suffix {
30184
- margin-left: 8px;
30145
+ .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 {
30146
+ border-bottom-left-radius: 5px;
30147
+ border-top-left-radius: 5px;
30185
30148
  }
30186
-
30187
- .E_cc368xp {
30188
- color: #00122e;
30189
- border-right: 1px solid rgba(172, 186, 211, 0.6);
30190
- margin-right: 8px;
30191
- padding-right: 8px;
30192
- }
30193
-
30194
- .E_i11o6xqj {
30195
- display: flex;
30196
- gap: 4px;
30197
- }
30198
- .E_i11o6xqj .icon-wrapper {
30199
- cursor: pointer;
30200
- }
30201
-
30202
- .E_d19ruhdj.icon-wrapper {
30203
- cursor: not-allowed;
30149
+ .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 {
30150
+ border-bottom-right-radius: 5px;
30151
+ border-top-right-radius: 5px;
30204
30152
  }
30205
30153
 
30206
- .E_phljevk {
30207
- display: flex;
30208
- justify-content: space-between;
30209
- align-items: center;
30210
- padding: 10px 0;
30211
- color: rgba(44, 56, 82, 0.6);
30212
- font-size: 12px;
30213
- line-height: 24px;
30214
- }
30215
- .E_phljevk .pagination-left {
30216
- padding: 2px 8px;
30217
- }
30218
- .E_phljevk .dropdown-trigger {
30219
- display: flex;
30220
- align-items: center;
30221
- border-radius: 6px;
30222
- cursor: pointer;
30223
- transition: all 0.3s ease;
30224
- }
30225
- .E_phljevk .dropdown-trigger:hover {
30226
- background: rgba(211, 218, 235, 0.6);
30227
- color: #0080ff;
30228
- }
30229
- .E_phljevk .dropdown-trigger .icon-inner {
30230
- margin-left: 4px;
30231
- }
30232
- .E_phljevk .pagination-right {
30233
- display: flex;
30234
- align-items: center;
30235
- color: #0080ff;
30236
- font-weight: bold;
30237
- }
30238
- .E_phljevk .pagination-right .icon-inner {
30239
- margin-left: 4px;
30154
+ .E_ccrbeuz .ant-collapse-item {
30155
+ border: 0px;
30156
+ background-color: #fff;
30240
30157
  }
30241
- .E_phljevk .pagination-right .prev-btn,
30242
- .E_phljevk .pagination-right .next-btn {
30243
- padding: 0 8px;
30158
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30159
+ padding-top: 0px;
30160
+ padding-bottom: 0px;
30161
+ padding-left: 0px !important;
30162
+ padding-right: 24px;
30244
30163
  }
30245
- .E_phljevk .pagination-right .prev-btn > span,
30246
- .E_phljevk .pagination-right .next-btn > span {
30247
- color: #0080ff;
30164
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30165
+ right: 0px;
30248
30166
  }
30249
- .E_phljevk .pagination-right .next-btn .icon-inner {
30250
- transform: rotate(180deg);
30167
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30168
+ padding: 0px;
30251
30169
  }
30252
30170
 
30253
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30254
- max-height: calc(100vh - 128px);
30255
- overflow-y: auto;
30256
- }
30257
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30258
- padding: 4px 20px;
30259
- font-size: 12px;
30260
- line-height: 18px;
30171
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30172
+ padding-right: 0px;
30173
+ cursor: default;
30261
30174
  }
30262
30175
 
30263
- .E_tju3gfj .date {
30264
- margin-right: 4px;
30176
+ .E_sx1bpnu .ant-input-sm {
30177
+ line-height: 18px;
30265
30178
  }
30266
30179
 
30267
30180
  .E_rapgekc.ant-radio-wrapper {
@@ -30410,6 +30323,99 @@ html body {
30410
30323
  width: 36px;
30411
30324
  }
30412
30325
 
30326
+ .E_i11gg7mj .ant-input-prefix {
30327
+ margin-right: 8px;
30328
+ }
30329
+ .E_i11gg7mj .ant-input-suffix {
30330
+ margin-left: 8px;
30331
+ }
30332
+
30333
+ .E_cc368xp {
30334
+ color: #00122e;
30335
+ border-right: 1px solid rgba(172, 186, 211, 0.6);
30336
+ margin-right: 8px;
30337
+ padding-right: 8px;
30338
+ }
30339
+
30340
+ .E_i11o6xqj {
30341
+ display: flex;
30342
+ gap: 4px;
30343
+ }
30344
+ .E_i11o6xqj .icon-wrapper {
30345
+ cursor: pointer;
30346
+ }
30347
+
30348
+ .E_d19ruhdj.icon-wrapper {
30349
+ cursor: not-allowed;
30350
+ }
30351
+
30352
+ .E_phljevk {
30353
+ display: flex;
30354
+ justify-content: space-between;
30355
+ align-items: center;
30356
+ padding: 10px 0;
30357
+ color: rgba(44, 56, 82, 0.6);
30358
+ font-size: 12px;
30359
+ line-height: 24px;
30360
+ }
30361
+ .E_phljevk .pagination-left {
30362
+ padding: 2px 8px;
30363
+ }
30364
+ .E_phljevk .dropdown-trigger {
30365
+ display: flex;
30366
+ align-items: center;
30367
+ border-radius: 6px;
30368
+ cursor: pointer;
30369
+ transition: all 0.3s ease;
30370
+ }
30371
+ .E_phljevk .dropdown-trigger:hover {
30372
+ background: rgba(211, 218, 235, 0.6);
30373
+ color: #0080ff;
30374
+ }
30375
+ .E_phljevk .dropdown-trigger .icon-inner {
30376
+ margin-left: 4px;
30377
+ }
30378
+ .E_phljevk .pagination-right {
30379
+ display: flex;
30380
+ align-items: center;
30381
+ color: #0080ff;
30382
+ font-weight: bold;
30383
+ }
30384
+ .E_phljevk .pagination-right .icon-inner {
30385
+ margin-left: 4px;
30386
+ }
30387
+ .E_phljevk .pagination-right .prev-btn,
30388
+ .E_phljevk .pagination-right .next-btn {
30389
+ padding: 0 8px;
30390
+ }
30391
+ .E_phljevk .pagination-right .prev-btn > span,
30392
+ .E_phljevk .pagination-right .next-btn > span {
30393
+ color: #0080ff;
30394
+ }
30395
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30396
+ transform: rotate(180deg);
30397
+ }
30398
+
30399
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30400
+ max-height: calc(100vh - 128px);
30401
+ overflow-y: auto;
30402
+ }
30403
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30404
+ padding: 4px 20px;
30405
+ font-size: 12px;
30406
+ line-height: 18px;
30407
+ }
30408
+
30409
+ .E_ivqqkzv {
30410
+ height: 24px;
30411
+ width: 56px !important;
30412
+ margin-right: 4px;
30413
+ }
30414
+
30415
+ .E_c1wk4q29 {
30416
+ color: rgba(44, 56, 82, 0.6);
30417
+ }
30418
+
30413
30419
  .E_c1bus5hc {
30414
30420
  --color: white;
30415
30421
  height: 14px;
@@ -30450,16 +30456,10 @@ html body {
30450
30456
  transform: rotate(0deg);
30451
30457
  }
30452
30458
 
30453
- .E_ivqqkzv {
30454
- height: 24px;
30455
- width: 56px !important;
30459
+ .E_tju3gfj .date {
30456
30460
  margin-right: 4px;
30457
30461
  }
30458
30462
 
30459
- .E_c1wk4q29 {
30460
- color: rgba(44, 56, 82, 0.6);
30461
- }
30462
-
30463
30463
  .E_s1dizucg.ant-switch {
30464
30464
  min-width: 40px;
30465
30465
  height: 24px;
@@ -30515,6 +30515,10 @@ html body {
30515
30515
  margin-left: 5px;
30516
30516
  }
30517
30517
 
30518
+ .E_iq1gosr {
30519
+ display: inline-block;
30520
+ }
30521
+
30518
30522
  .E_s1dni7lo {
30519
30523
  width: 430px !important;
30520
30524
  }
@@ -30596,92 +30600,164 @@ html body {
30596
30600
  opacity: 0;
30597
30601
  }
30598
30602
 
30599
- .E_fzh9mnb {
30600
- width: 100%;
30601
- height: 100%;
30602
- min-height: 124px;
30603
- display: flex;
30604
- flex-direction: column;
30605
- justify-content: center;
30606
- align-items: center;
30603
+ .E_t1m2x205 .ant-tooltip-arrow {
30604
+ display: none;
30607
30605
  }
30608
- .E_fzh9mnb .error-text {
30609
- color: rgba(10, 37, 85, 0.6);
30610
- margin-bottom: 16px;
30611
- font-size: 18px;
30606
+ .E_t1m2x205 .ant-tooltip-inner {
30607
+ background: rgba(23, 38, 64, 0.8);
30608
+ border-radius: 4px;
30609
+ }
30610
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30611
+ visibility: hidden;
30612
30612
  }
30613
30613
 
30614
- .E_atcz0kf .ant-input-suffix {
30615
- margin-left: 8px;
30614
+ .E_s1sck0th {
30615
+ padding: 0 8px;
30616
+ border-radius: 4px;
30616
30617
  }
30617
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30618
- padding: 2px 7px 2px 12px;
30618
+
30619
+ .E_m855nr1 {
30620
+ padding: 2px 8px;
30621
+ border-radius: 3px;
30619
30622
  }
30620
30623
 
30621
- .E_iouxfgt {
30622
- display: inline-flex;
30623
- align-items: center;
30624
+ .E_l1270xpg {
30625
+ padding: 3px 8px;
30626
+ border-radius: 2px;
30624
30627
  }
30625
- .E_iouxfgt .icon-inner {
30628
+
30629
+ .E_t14rextb.ant-tag:hover {
30630
+ opacity: unset;
30631
+ }
30632
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
30633
+ margin: 0;
30634
+ margin-right: 8px;
30626
30635
  display: inline-flex;
30627
30636
  align-items: center;
30628
- justify-content: center;
30637
+ border: none;
30629
30638
  }
30630
- .E_iouxfgt .icon-inner + span,
30631
- .E_iouxfgt span + .icon-inner.suffix {
30639
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
30640
+ width: 16px;
30641
+ height: 16px;
30642
+ color: inherit;
30632
30643
  margin-left: 4px;
30644
+ opacity: 0.6;
30645
+ display: inline-flex;
30633
30646
  }
30634
- .E_iouxfgt.is-rotate img,
30635
- .E_iouxfgt.is-rotate svg {
30636
- animation: rotate 680ms linear infinite;
30647
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
30648
+ opacity: 1;
30637
30649
  }
30638
-
30639
- .E_i1inqkme {
30640
- height: 18px;
30641
- line-height: 18px;
30642
- padding: 0 4px;
30643
- border-radius: 4px;
30644
- background: rgba(235, 239, 245, 0.6);
30645
- border: 1px solid rgba(223, 228, 235, 0.6);
30650
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
30651
+ color: #0080ff;
30652
+ background-color: rgba(0, 136, 255, 0.1);
30653
+ }
30654
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
30655
+ color: #f0483e;
30656
+ background-color: rgba(255, 74, 74, 0.1);
30657
+ }
30658
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
30659
+ color: #e07f00;
30660
+ background-color: rgba(255, 187, 0, 0.1);
30661
+ }
30662
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
30663
+ color: #008f4c;
30664
+ background-color: rgba(30, 201, 127, 0.1);
30665
+ }
30666
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
30667
+ color: #1d326c;
30668
+ background-color: rgba(225, 230, 241, 0.6);
30669
+ }
30670
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
30671
+ color: #7E41FF;
30672
+ background-color: rgba(126, 65, 255, 0.1);
30673
+ }
30674
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
30675
+ color: #fff;
30676
+ }
30677
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
30678
+ background-color: #f0483e;
30679
+ }
30680
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
30681
+ background-color: #fea008;
30682
+ }
30683
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
30684
+ background-color: #00ba5d;
30685
+ }
30686
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
30687
+ background-color: #0080ff;
30688
+ }
30689
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
30690
+ background-color: #6b7d99;
30691
+ }
30692
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
30693
+ background-color: #7E41FF;
30694
+ }
30695
+
30696
+ .E_fzh9mnb {
30697
+ width: 100%;
30698
+ height: 100%;
30699
+ min-height: 124px;
30646
30700
  display: flex;
30701
+ flex-direction: column;
30702
+ justify-content: center;
30647
30703
  align-items: center;
30648
- white-space: nowrap;
30649
- margin-right: 4px;
30650
30704
  }
30651
-
30652
- .E_a1wfy30z .ant-input-number-handler-wrap {
30653
- display: var(--a1wfy30z-0);
30705
+ .E_fzh9mnb .error-text {
30706
+ color: rgba(10, 37, 85, 0.6);
30707
+ margin-bottom: 16px;
30708
+ font-size: 18px;
30654
30709
  }
30655
- .E_a1wfy30z .ant-input-number-input-wrap {
30656
- padding: 4px 11px;
30710
+
30711
+ .E_iouxfgt {
30657
30712
  display: inline-flex;
30658
- line-height: 1.5715;
30659
- height: inherit;
30713
+ align-items: center;
30660
30714
  }
30661
- .E_a1wfy30z .ant-input-number-input-wrap::after {
30662
- content: var(--a1wfy30z-1);
30663
- display: var(--a1wfy30z-2);
30664
- flex: none;
30715
+ .E_iouxfgt .icon-inner {
30716
+ display: inline-flex;
30665
30717
  align-items: center;
30718
+ justify-content: center;
30719
+ }
30720
+ .E_iouxfgt .icon-inner + span,
30721
+ .E_iouxfgt span + .icon-inner.suffix {
30666
30722
  margin-left: 4px;
30667
30723
  }
30668
- .E_a1wfy30z .ant-input-number-input-wrap::before {
30669
- content: var(--a1wfy30z-3);
30670
- display: var(--a1wfy30z-4);
30671
- flex: none;
30672
- align-items: center;
30673
- margin-right: 4px;
30674
- cursor: auto;
30724
+ .E_iouxfgt.is-rotate img,
30725
+ .E_iouxfgt.is-rotate svg {
30726
+ animation: rotate 680ms linear infinite;
30675
30727
  }
30676
- .E_a1wfy30z .ant-input-number-input {
30677
- padding: 0;
30678
- margin: 0;
30728
+
30729
+ .E_f7pxqmh {
30730
+ width: 100%;
30731
+ margin-bottom: 0 !important;
30732
+ flex-flow: nowrap !important;
30733
+ line-break: auto;
30734
+ }
30735
+ .E_f7pxqmh > .ant-form-item-label {
30736
+ text-align: left !important;
30737
+ padding-bottom: 0 !important;
30738
+ }
30739
+ .E_f7pxqmh > .ant-form-item-label > label {
30740
+ min-height: 32px;
30679
30741
  height: auto;
30680
- font-size: inherit;
30742
+ font-size: 13px;
30743
+ color: rgba(44, 56, 82, 0.6);
30744
+ white-space: normal;
30681
30745
  }
30682
-
30683
- .E_iq1gosr {
30684
- display: inline-block;
30746
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
30747
+ border-color: #ff4d4f !important;
30748
+ }
30749
+ .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
30750
+ border-color: #ff4d4f !important;
30751
+ }
30752
+ .E_f7pxqmh .ant-form-item-explain {
30753
+ margin-top: 4px;
30754
+ font-size: 12px;
30755
+ min-height: 0px;
30756
+ }
30757
+ .E_f7pxqmh .ant-form-item-extra {
30758
+ font-size: 12px;
30759
+ color: rgba(44, 56, 82, 0.6);
30760
+ min-height: 0px;
30685
30761
  }
30686
30762
 
30687
30763
  .E_ai7qkf2 .ant-input-number-handler-wrap {
@@ -30744,1395 +30820,1262 @@ html body {
30744
30820
  padding: 2px 8px;
30745
30821
  }
30746
30822
 
30747
- .E_f7pxqmh {
30748
- width: 100%;
30749
- margin-bottom: 0 !important;
30750
- flex-flow: nowrap !important;
30751
- line-break: auto;
30752
- }
30753
- .E_f7pxqmh > .ant-form-item-label {
30754
- text-align: left !important;
30755
- padding-bottom: 0 !important;
30756
- }
30757
- .E_f7pxqmh > .ant-form-item-label > label {
30758
- min-height: 32px;
30759
- height: auto;
30760
- font-size: 13px;
30761
- color: rgba(44, 56, 82, 0.6);
30762
- white-space: normal;
30763
- }
30764
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
30765
- border-color: #ff4d4f !important;
30766
- }
30767
- .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
30768
- border-color: #ff4d4f !important;
30769
- }
30770
- .E_f7pxqmh .ant-form-item-explain {
30771
- margin-top: 4px;
30772
- font-size: 12px;
30773
- min-height: 0px;
30774
- }
30775
- .E_f7pxqmh .ant-form-item-extra {
30776
- font-size: 12px;
30777
- color: rgba(44, 56, 82, 0.6);
30778
- min-height: 0px;
30823
+ .E_owd0kml {
30824
+ display: inline-block;
30779
30825
  }
30780
30826
 
30781
- .E_s1sck0th {
30782
- padding: 0 8px;
30783
- border-radius: 4px;
30827
+ .E_h1jsgezc {
30828
+ visibility: hidden;
30829
+ position: absolute;
30784
30830
  }
30785
30831
 
30786
- .E_m855nr1 {
30787
- padding: 2px 8px;
30788
- border-radius: 3px;
30832
+ .E_atcz0kf .ant-input-suffix {
30833
+ margin-left: 8px;
30834
+ }
30835
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30836
+ padding: 2px 7px 2px 12px;
30789
30837
  }
30790
30838
 
30791
- .E_l1270xpg {
30792
- padding: 3px 8px;
30793
- border-radius: 2px;
30839
+ .E_i1inqkme {
30840
+ height: 18px;
30841
+ line-height: 18px;
30842
+ padding: 0 4px;
30843
+ border-radius: 4px;
30844
+ background: rgba(235, 239, 245, 0.6);
30845
+ border: 1px solid rgba(223, 228, 235, 0.6);
30846
+ display: flex;
30847
+ align-items: center;
30848
+ white-space: nowrap;
30849
+ margin-right: 4px;
30794
30850
  }
30795
30851
 
30796
- .E_t14rextb.ant-tag:hover {
30797
- opacity: unset;
30852
+ .E_a1wfy30z .ant-input-number-handler-wrap {
30853
+ display: var(--a1wfy30z-0);
30798
30854
  }
30799
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
30800
- margin: 0;
30801
- margin-right: 8px;
30855
+ .E_a1wfy30z .ant-input-number-input-wrap {
30856
+ padding: 4px 11px;
30802
30857
  display: inline-flex;
30803
- align-items: center;
30804
- border: none;
30858
+ line-height: 1.5715;
30859
+ height: inherit;
30805
30860
  }
30806
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
30807
- width: 16px;
30808
- height: 16px;
30809
- color: inherit;
30861
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
30862
+ content: var(--a1wfy30z-1);
30863
+ display: var(--a1wfy30z-2);
30864
+ flex: none;
30865
+ align-items: center;
30810
30866
  margin-left: 4px;
30811
- opacity: 0.6;
30812
- display: inline-flex;
30813
- }
30814
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
30815
- opacity: 1;
30816
30867
  }
30817
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
30818
- color: #0080ff;
30819
- background-color: rgba(0, 136, 255, 0.1);
30868
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
30869
+ content: var(--a1wfy30z-3);
30870
+ display: var(--a1wfy30z-4);
30871
+ flex: none;
30872
+ align-items: center;
30873
+ margin-right: 4px;
30874
+ cursor: auto;
30820
30875
  }
30821
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
30822
- color: #f0483e;
30823
- background-color: rgba(255, 74, 74, 0.1);
30876
+ .E_a1wfy30z .ant-input-number-input {
30877
+ padding: 0;
30878
+ margin: 0;
30879
+ height: auto;
30880
+ font-size: inherit;
30824
30881
  }
30825
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
30826
- color: #e07f00;
30827
- background-color: rgba(255, 187, 0, 0.1);
30882
+
30883
+ .E_cnujxq2 {
30884
+ display: flex;
30885
+ flex-direction: column;
30828
30886
  }
30829
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
30830
- color: #008f4c;
30831
- background-color: rgba(30, 201, 127, 0.1);
30887
+
30888
+ .E_m7s48ia {
30889
+ max-width: 1120px;
30890
+ width: 100%;
30891
+ margin: 0 auto;
30892
+ height: 100%;
30832
30893
  }
30833
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
30834
- color: #1d326c;
30835
- background-color: rgba(225, 230, 241, 0.6);
30894
+
30895
+ .E_wt5zbg6 {
30896
+ max-width: 1120px;
30897
+ width: 100%;
30898
+ margin: 0 auto;
30899
+ display: flex;
30836
30900
  }
30837
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
30838
- color: #7E41FF;
30839
- background-color: rgba(126, 65, 255, 0.1);
30901
+ .E_wt5zbg6 .left,
30902
+ .E_wt5zbg6 .right {
30903
+ flex-grow: 0;
30904
+ flex-shrink: 0;
30905
+ flex-basis: 21%;
30840
30906
  }
30841
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
30842
- color: #fff;
30907
+ .E_wt5zbg6 .left {
30908
+ display: flex;
30909
+ justify-content: flex-end;
30910
+ padding-right: 44px;
30843
30911
  }
30844
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
30845
- background-color: #f0483e;
30912
+ .E_wt5zbg6 .right {
30913
+ padding-left: 44px;
30846
30914
  }
30847
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
30848
- background-color: #fea008;
30915
+ .E_wt5zbg6 .middle {
30916
+ margin-bottom: 40px;
30917
+ flex-grow: 0;
30918
+ flex-shrink: 0;
30919
+ flex-basis: 58%;
30849
30920
  }
30850
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
30851
- background-color: #00ba5d;
30921
+ .E_wt5zbg6 .middle .form-base-field {
30922
+ width: 100%;
30852
30923
  }
30853
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
30854
- background-color: #0080ff;
30924
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
30925
+ width: auto;
30855
30926
  }
30856
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
30857
- background-color: #6b7d99;
30927
+
30928
+ .E_h18jprzg .ant-modal-header {
30929
+ margin: 0 auto;
30930
+ width: 100%;
30931
+ max-width: 648px;
30858
30932
  }
30859
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
30860
- background-color: #7E41FF;
30933
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
30934
+ margin-left: 0;
30861
30935
  }
30862
-
30863
- .E_t1m2x205 .ant-tooltip-arrow {
30864
- display: none;
30936
+ .E_h18jprzg .ant-modal-body {
30937
+ margin: 0 auto;
30938
+ padding: 0;
30939
+ width: 100%;
30940
+ max-width: 648px;
30941
+ overflow: hidden;
30865
30942
  }
30866
- .E_t1m2x205 .ant-tooltip-inner {
30867
- background: rgba(23, 38, 64, 0.8);
30868
- border-radius: 4px;
30943
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30944
+ margin-bottom: 40px;
30869
30945
  }
30870
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
30871
- visibility: hidden;
30946
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
30947
+ height: calc(100vh - 225px);
30948
+ overflow-y: auto;
30872
30949
  }
30873
-
30874
- .E_owd0kml {
30875
- display: inline-block;
30950
+ .E_h18jprzg .ant-modal-footer .footer-content {
30951
+ margin: 0 auto;
30952
+ max-width: 648px;
30876
30953
  }
30877
30954
 
30878
- .E_h1jsgezc {
30879
- visibility: hidden;
30880
- position: absolute;
30955
+ .E_h16z9xgz .ant-modal-header {
30956
+ margin: 0 auto;
30957
+ width: 100%;
30958
+ max-width: 1024px;
30881
30959
  }
30882
-
30883
- .E_a1b5xrg3 .user-icon-inner {
30884
- display: inline-flex;
30885
- align-items: center;
30886
- justify-content: center;
30887
- color: #fff;
30888
- font-weight: bold;
30889
- font-size: 12px;
30890
- width: 24px;
30891
- height: 24px;
30892
- border-radius: 50%;
30893
- background: var(--a1b5xrg3-0);
30960
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
30961
+ margin-left: 0;
30894
30962
  }
30895
- .E_a1b5xrg3.btn-item {
30896
- transition: all 160ms ease;
30897
- cursor: pointer;
30898
- width: 56px;
30899
- height: 40px;
30900
- display: inline-flex;
30901
- align-items: center;
30902
- justify-content: center;
30903
- border-radius: 6px;
30963
+ .E_h16z9xgz .ant-modal-body {
30964
+ margin: 0 auto;
30965
+ padding: 0;
30966
+ width: 100%;
30967
+ max-width: 1024px;
30968
+ overflow: hidden;
30904
30969
  }
30905
- .E_a1b5xrg3.btn-item:hover {
30906
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
30970
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
30971
+ margin-bottom: 40px;
30907
30972
  }
30908
- .E_a1b5xrg3.btn-item:active {
30909
- transform: translateY(2px);
30910
- transition: all 320ms ease;
30973
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
30974
+ height: calc(100vh - 225px);
30975
+ overflow-y: auto;
30911
30976
  }
30912
-
30913
- .E_m196gn1d {
30914
- min-width: 1280px;
30977
+ .E_h16z9xgz .ant-modal-footer .footer-content {
30978
+ margin: 0 auto;
30979
+ max-width: 1024px;
30915
30980
  }
30916
30981
 
30917
- .E_dsnbhzf {
30918
- font-family: Inter;
30919
- font-style: normal;
30920
- font-weight: bold;
30921
- font-size: 32px;
30922
- line-height: 40px;
30982
+ .E_f1lrhghm {
30983
+ flex: 1;
30923
30984
  }
30924
-
30925
- .E_d1mvo22k {
30926
- font-family: Inter;
30927
- font-style: normal;
30928
- font-weight: bold;
30929
- font-size: 24px;
30930
- line-height: 32px;
30985
+ .E_f1lrhghm label {
30986
+ font-size: 13px;
30987
+ line-height: 20px;
30988
+ color: rgba(44, 56, 82, 0.6);
30931
30989
  }
30932
-
30933
- .E_d1b444tr {
30934
- font-family: Inter;
30935
- font-style: normal;
30936
- font-weight: normal;
30937
- font-size: 32px;
30938
- line-height: 40px;
30990
+ .E_f1lrhghm .title {
30991
+ font-size: 14px;
30992
+ line-height: 20px;
30993
+ color: #2d3a56;
30994
+ margin-bottom: 12px;
30939
30995
  }
30940
-
30941
- .E_dvs0kue {
30942
- font-family: Inter;
30943
- font-style: normal;
30944
- font-weight: bold;
30945
- font-size: 20px;
30946
- line-height: 24px;
30996
+ .E_f1lrhghm.connect-cluster .title {
30997
+ padding-bottom: 26px;
30947
30998
  }
30948
30999
 
30949
- .E_d1hcbfcq {
30950
- font-family: Inter;
30951
- font-style: normal;
30952
- font-weight: normal;
30953
- font-size: 20px;
30954
- line-height: 24px;
31000
+ .E_f18ot8em {
31001
+ padding: 25px 0 15px 0;
31002
+ border-bottom: 1px solid #e1e5eb;
31003
+ margin-bottom: 16px;
30955
31004
  }
30956
31005
 
30957
- .E_d1cz922v {
30958
- font-family: Inter;
30959
- font-style: normal;
30960
- font-weight: bold;
30961
- font-size: 18px;
30962
- line-height: 22px;
31006
+ .E_f1l1g2k0 {
31007
+ display: flex;
31008
+ align-items: center;
31009
+ margin-bottom: 8px;
30963
31010
  }
30964
-
30965
- .E_d3nzbrm {
30966
- font-family: Inter;
30967
- font-style: normal;
30968
- font-weight: normal;
30969
- font-size: 18px;
30970
- line-height: 22px;
31011
+ .E_f1l1g2k0 > label {
31012
+ width: 216px;
30971
31013
  }
30972
-
30973
- .E_h1g0p5ob {
30974
- font-family: Inter;
30975
- font-style: normal;
30976
- font-weight: bold;
30977
- font-size: 16px;
30978
- line-height: 22px;
31014
+ .E_f1l1g2k0 > label + * {
31015
+ width: 100%;
31016
+ }
31017
+ .E_f1l1g2k0 .ant-select {
31018
+ width: 100%;
30979
31019
  }
30980
31020
 
30981
- .E_hydo2ej {
30982
- font-family: Inter;
30983
- font-style: normal;
30984
- font-weight: normal;
30985
- font-size: 16px;
30986
- line-height: 22px;
31021
+ .E_e1k89cwg {
31022
+ color: #e75a3a;
31023
+ margin-right: 10px;
30987
31024
  }
30988
31025
 
30989
- .E_h1hbuq0r {
30990
- font-family: Inter;
30991
- font-style: normal;
30992
- font-weight: bold;
30993
- font-size: 14px;
30994
- line-height: 20px;
31026
+ .E_d1oui1gf {
31027
+ width: 100%;
31028
+ height: 1px;
31029
+ background: rgba(213, 219, 227, 0.6);
31030
+ margin: 24px 0;
30995
31031
  }
30996
31032
 
30997
- .E_h13bondg {
30998
- font-family: Inter;
30999
- font-style: normal;
31000
- font-weight: normal;
31001
- font-size: 14px;
31002
- line-height: 20px;
31033
+ .E_l15itdbb {
31034
+ display: flex;
31035
+ justify-content: center;
31036
+ align-items: center;
31037
+ height: 100%;
31003
31038
  }
31004
31039
 
31005
- .E_h1mhvdlx {
31006
- font-family: Inter;
31007
- font-style: normal;
31008
- font-weight: bold;
31009
- font-size: 12px;
31010
- line-height: 18px;
31040
+ .E_d1y3z4w {
31041
+ display: inline-block;
31042
+ width: 4px;
31043
+ height: 4px;
31044
+ background: #8e9aa9;
31045
+ opacity: 0.4;
31046
+ border-radius: 50%;
31047
+ margin: 0 4px;
31011
31048
  }
31012
31049
 
31013
- .E_h1inmfq6 {
31014
- font-family: Inter;
31015
- font-style: normal;
31016
- font-weight: normal;
31017
- font-size: 12px;
31018
- line-height: 18px;
31050
+ .E_m177r7a3 .ant-modal-header,
31051
+ .E_m177r7a3 .ant-modal-footer .footer-content {
31052
+ width: 648px;
31053
+ margin: 0 auto;
31019
31054
  }
31020
-
31021
- .E_h1kfc0la {
31022
- font-family: Inter;
31023
- font-style: normal;
31024
- font-weight: bold;
31025
- text-transform: uppercase;
31026
- font-feature-settings: "cpsp" on;
31027
- font-size: 12px;
31028
- line-height: 18px;
31055
+ .E_m177r7a3 .ant-modal-header {
31056
+ padding: 35px 0 24px;
31057
+ border: none;
31058
+ }
31059
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
31060
+ font-size: 30px;
31061
+ }
31062
+ .E_m177r7a3 .ant-modal-body {
31063
+ padding: 4px 0 2px;
31064
+ }
31065
+ .E_m177r7a3 .ant-modal-footer {
31066
+ border: none;
31029
31067
  }
31030
31068
 
31031
- .E_h10xnyuu {
31032
- font-family: Inter;
31033
- font-style: normal;
31034
- font-weight: normal;
31035
- text-transform: uppercase;
31036
- font-feature-settings: "cpsp" on;
31069
+ .E_t1wwio3v {
31037
31070
  font-size: 12px;
31038
31071
  line-height: 18px;
31072
+ font-weight: bold;
31073
+ color: #fff;
31074
+ padding: 0 4px;
31075
+ border-radius: 4px;
31076
+ display: inline-block;
31077
+ background: var(--t1wwio3v-0);
31078
+ }
31079
+ .E_t1wwio3v:not(:first-child) {
31080
+ margin-left: 4px;
31039
31081
  }
31040
31082
 
31041
- .E_lrcmi0v {
31042
- font-family: Inter;
31043
- font-style: normal;
31044
- font-weight: normal;
31045
- font-size: 16px;
31046
- line-height: 24px;
31083
+ .E_f17jvtfk {
31084
+ width: 100%;
31085
+ height: 100%;
31086
+ display: flex;
31087
+ align-items: center;
31088
+ justify-content: center;
31047
31089
  }
31048
31090
 
31049
- .E_lzt43lp {
31050
- font-family: Inter;
31051
- font-style: normal;
31091
+ .E_nzppkea {
31092
+ font-size: 90%;
31052
31093
  font-weight: bold;
31053
- font-size: 16px;
31054
- line-height: 24px;
31094
+ background-color: rgba(240, 243, 247, 0.6);
31095
+ padding: 1px 4px 1px;
31096
+ margin-left: 2px;
31097
+ margin-right: 2px;
31098
+ border: 1px solid rgba(213, 219, 227, 0.6);
31099
+ border-radius: 4px;
31055
31100
  }
31056
31101
 
31057
- .E_l5yc9nt {
31058
- font-family: Inter;
31059
- font-style: normal;
31060
- font-weight: normal;
31061
- font-size: 16px;
31062
- line-height: 24px;
31102
+ .E_f4mi9eq.form-item-general {
31103
+ width: 640px;
31063
31104
  }
31064
-
31065
- .E_l1fbkbzo {
31066
- font-family: Inter;
31067
- font-style: normal;
31068
- font-weight: bold;
31069
- font-size: 16px;
31070
- line-height: 24px;
31105
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31106
+ margin-top: 16px;
31071
31107
  }
31072
-
31073
- .E_lahvcax {
31074
- font-family: Inter;
31075
- font-style: normal;
31076
- font-weight: normal;
31077
- text-transform: uppercase;
31078
- font-feature-settings: "cpsp" on;
31079
- font-size: 16px;
31080
- line-height: 24px;
31108
+ .E_f4mi9eq.form-item-compact {
31109
+ width: 412px;
31081
31110
  }
31082
-
31083
- .E_l11q3pxd {
31084
- font-family: Inter;
31085
- font-style: normal;
31086
- font-weight: bold;
31087
- text-transform: uppercase;
31088
- font-feature-settings: "cpsp" on;
31089
- font-size: 16px;
31090
- line-height: 24px;
31111
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31112
+ margin-top: 8px;
31091
31113
  }
31092
-
31093
- .E_lfuc2qu {
31094
- font-family: Inter;
31095
- font-style: normal;
31096
- font-weight: normal;
31097
- font-size: 14px;
31098
- line-height: 22px;
31114
+ .E_f4mi9eq .form-item {
31115
+ width: auto;
31099
31116
  }
31100
-
31101
- .E_l1jmp8r0 {
31102
- font-family: Inter;
31103
- font-style: normal;
31104
- font-weight: 500;
31105
- font-size: 14px;
31106
- line-height: 22px;
31117
+ .E_f4mi9eq .form-item-main {
31118
+ position: relative;
31119
+ display: flex;
31107
31120
  }
31108
-
31109
- .E_lcnm221 {
31110
- font-family: Inter;
31111
- font-style: normal;
31112
- font-weight: bold;
31113
- font-size: 14px;
31114
- line-height: 22px;
31121
+ .E_f4mi9eq .form-item-extra {
31122
+ margin-top: 4px;
31123
+ width: 100%;
31124
+ padding: 14px;
31125
+ background: #f2f4f6;
31126
+ font-size: 13px;
31127
+ line-height: 1.8;
31128
+ color: #8e9aa9;
31115
31129
  }
31116
-
31117
- .E_lu1z2n5 {
31118
- font-family: Inter;
31119
- font-style: normal;
31120
- font-weight: normal;
31121
- font-size: 14px;
31122
- line-height: 22px;
31130
+ .E_f4mi9eq .form-item-label {
31131
+ padding-right: 12px;
31132
+ font-size: 13px;
31133
+ color: rgba(44, 56, 82, 0.6);
31123
31134
  }
31124
-
31125
- .E_l1r59djn {
31126
- font-family: Inter;
31127
- font-style: normal;
31128
- font-weight: bold;
31129
- font-size: 14px;
31130
- line-height: 22px;
31135
+ .E_f4mi9eq .form-item-label.label-right {
31136
+ text-align: right;
31131
31137
  }
31132
-
31133
- .E_ljm2911 {
31134
- font-family: Inter;
31135
- font-style: normal;
31136
- font-weight: normal;
31137
- text-transform: uppercase;
31138
- font-feature-settings: "cpsp" on;
31139
- font-size: 14px;
31140
- line-height: 22px;
31138
+ .E_f4mi9eq .form-item-label,
31139
+ .E_f4mi9eq .form-item-control {
31140
+ line-height: 32px;
31141
31141
  }
31142
-
31143
- .E_l124mzmr {
31144
- font-family: Inter;
31145
- font-style: normal;
31146
- font-weight: bold;
31147
- text-transform: uppercase;
31148
- font-feature-settings: "cpsp" on;
31149
- font-size: 14px;
31150
- line-height: 22px;
31142
+ .E_f4mi9eq .form-item-control .form-item-error {
31143
+ line-height: 18px;
31151
31144
  }
31152
-
31153
- .E_lb3chel {
31154
- font-family: Inter;
31155
- font-style: normal;
31156
- font-weight: normal;
31157
- font-size: 13px;
31158
- line-height: 20px;
31145
+ .E_f4mi9eq .form-item-children {
31146
+ width: 100%;
31159
31147
  }
31160
-
31161
- .E_lv9jstu {
31162
- font-family: Inter;
31163
- font-style: normal;
31164
- font-weight: 600;
31165
- font-size: 13px;
31166
- line-height: 20px;
31148
+ .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 {
31149
+ width: 100%;
31167
31150
  }
31168
-
31169
- .E_lwqlh3x {
31170
- font-family: Inter;
31171
- font-style: normal;
31172
- font-weight: bold;
31173
- font-size: 13px;
31174
- line-height: 20px;
31151
+ .E_f4mi9eq .form-item-error {
31152
+ color: #e75a3a;
31153
+ height: 0;
31154
+ overflow: hidden;
31175
31155
  }
31176
-
31177
- .E_lalum9y {
31178
- font-family: Inter;
31179
- font-style: normal;
31180
- font-weight: normal;
31181
- font-size: 13px;
31182
- line-height: 20px;
31156
+ .E_f4mi9eq .form-item-error-enter-done {
31157
+ margin-top: 4px;
31158
+ height: auto;
31159
+ overflow: auto;
31183
31160
  }
31184
-
31185
- .E_l1t6dj5o {
31186
- font-family: Inter;
31187
- font-style: normal;
31188
- font-weight: 600;
31189
- font-size: 13px;
31190
- line-height: 20px;
31161
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31162
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31163
+ border: 1px solid #e75a3a;
31164
+ color: #e75a3a;
31191
31165
  }
31192
31166
 
31193
- .E_l12f6ic {
31194
- font-family: Inter;
31195
- font-style: normal;
31167
+ .E_fh0ewl8 {
31168
+ color: #2d3a56;
31196
31169
  font-weight: bold;
31197
- font-size: 13px;
31198
- line-height: 20px;
31170
+ padding-bottom: 6px;
31171
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31172
+ margin-bottom: 16px;
31173
+ }
31174
+ .E_fh0ewl8:not(:first-of-type) {
31175
+ margin-top: 16px;
31199
31176
  }
31200
31177
 
31201
- .E_l7gmukq {
31202
- font-family: Inter;
31203
- font-style: normal;
31204
- font-weight: normal;
31205
- text-transform: uppercase;
31206
- font-feature-settings: "cpsp" on;
31207
- font-size: 13px;
31208
- line-height: 20px;
31178
+ .E_e1qrlvot {
31179
+ width: 8px;
31180
+ height: 24px;
31181
+ display: flex;
31182
+ justify-content: center;
31183
+ align-items: center;
31184
+ cursor: pointer;
31185
+ transition: all 200ms ease-out 40ms;
31209
31186
  }
31210
-
31211
- .E_lkwl0yp {
31212
- font-family: Inter;
31213
- font-style: normal;
31214
- font-weight: bold;
31215
- text-transform: uppercase;
31216
- font-feature-settings: "cpsp" on;
31217
- font-size: 13px;
31218
- line-height: 20px;
31187
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
31188
+ content: "";
31189
+ width: 1px;
31190
+ height: 6px;
31191
+ border-radius: 1px;
31192
+ background: #ccd4e3;
31193
+ position: relative;
31194
+ right: 2px;
31195
+ transform: rotate(-45deg);
31219
31196
  }
31220
-
31221
- .E_l10knv48 {
31222
- font-family: Inter;
31223
- font-style: normal;
31224
- font-weight: normal;
31225
- font-size: 12px;
31226
- line-height: 18px;
31197
+ .E_e1qrlvot:after {
31198
+ transform: rotate(45deg);
31199
+ left: 1px;
31227
31200
  }
31228
31201
 
31229
- .E_l6526ld {
31230
- font-family: Inter;
31231
- font-style: normal;
31232
- font-weight: 500;
31233
- font-size: 12px;
31234
- line-height: 18px;
31202
+ .E_w9ic984.ant-alert-warning {
31203
+ border: 0;
31204
+ background: rgba(255, 187, 0, 0.1);
31205
+ border-radius: 6px;
31235
31206
  }
31236
-
31237
- .E_l1j81vli {
31238
- font-family: Inter;
31239
- font-style: normal;
31240
- font-weight: bold;
31241
- font-size: 12px;
31242
- line-height: 18px;
31207
+ .E_w9ic984.ant-alert,
31208
+ .E_w9ic984 .ant-alert-message {
31209
+ color: #e07f00;
31243
31210
  }
31244
-
31245
- .E_l1x7n1mk {
31246
- font-family: Inter;
31247
- font-style: normal;
31248
- font-weight: normal;
31249
- font-size: 12px;
31250
- line-height: 18px;
31211
+ .E_w9ic984.ant-alert .dashed-border-bottom,
31212
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31213
+ border-bottom-color: #e07f00;
31251
31214
  }
31252
31215
 
31253
- .E_l9fqufz {
31254
- font-family: Inter;
31255
- font-style: normal;
31256
- font-weight: 500;
31216
+ .E_n1k9qi4r {
31217
+ display: flex;
31218
+ flex-direction: row;
31219
+ padding: 7px 12px;
31220
+ background: rgba(255, 187, 0, 0.1);
31221
+ border-radius: 6px;
31222
+ color: #e07f00;
31257
31223
  font-size: 12px;
31258
31224
  line-height: 18px;
31259
31225
  }
31260
-
31261
- .E_l1iwnybd {
31262
- font-family: Inter;
31263
- font-style: normal;
31264
- font-weight: bold;
31265
- font-size: 12px;
31266
- line-height: 18px;
31226
+ .E_n1k9qi4r .icon-wrapper {
31227
+ margin-right: 10px;
31228
+ height: 18px;
31267
31229
  }
31268
31230
 
31269
- .E_lprtm1e {
31270
- font-family: Inter;
31271
- font-style: normal;
31272
- font-weight: normal;
31273
- text-transform: uppercase;
31274
- font-feature-settings: "cpsp" on;
31231
+ .E_n16fsg9x {
31232
+ display: flex;
31233
+ flex-direction: row;
31234
+ padding: 7px 12px;
31235
+ background: rgba(225, 230, 241, 0.6);
31236
+ border-radius: 6px;
31237
+ color: rgba(44, 56, 82, 0.6);
31275
31238
  font-size: 12px;
31276
31239
  line-height: 18px;
31277
31240
  }
31241
+ .E_n16fsg9x .icon-wrapper {
31242
+ margin-right: 10px;
31243
+ height: 18px;
31244
+ }
31278
31245
 
31279
- .E_l1lln87h {
31280
- font-family: Inter;
31281
- font-style: normal;
31282
- font-weight: bold;
31283
- text-transform: uppercase;
31284
- font-feature-settings: "cpsp" on;
31246
+ .E_i173wxzw {
31247
+ display: flex;
31248
+ flex-direction: row;
31249
+ padding: 7px 12px;
31250
+ background: rgba(0, 136, 255, 0.1);
31251
+ border-radius: 6px;
31252
+ color: #005ed1;
31285
31253
  font-size: 12px;
31286
31254
  line-height: 18px;
31287
31255
  }
31288
-
31289
- .E_f2pb48l {
31290
- font-family: Inter;
31291
- font-style: normal;
31292
- font-weight: normal;
31293
- font-size: 13px;
31294
- line-height: 20px;
31295
- }
31296
-
31297
- .E_fi9emkw {
31298
- font-family: Inter;
31299
- font-style: normal;
31300
- font-weight: normal;
31301
- font-size: 13px;
31302
- line-height: 20px;
31256
+ .E_i173wxzw .icon-wrapper {
31257
+ margin-right: 10px;
31258
+ height: 18px;
31303
31259
  }
31304
31260
 
31305
- .E_f1nrg7da {
31306
- font-family: Inter;
31307
- font-style: normal;
31308
- font-weight: normal;
31261
+ .E_dld369h {
31262
+ color: rgba(44, 56, 82, 0.6);
31263
+ margin-top: 5px;
31309
31264
  font-size: 12px;
31310
31265
  line-height: 18px;
31311
31266
  }
31312
31267
 
31313
- .E_f17k1i3n {
31314
- font-family: Inter;
31315
- font-style: normal;
31316
- font-weight: normal;
31268
+ .E_s1epv22q {
31269
+ color: #f0483e;
31317
31270
  font-size: 12px;
31318
- line-height: 18px;
31271
+ white-space: pre-wrap;
31319
31272
  }
31320
31273
 
31321
- .E_t1tvuj2e {
31322
- font-family: Inter;
31323
- font-style: normal;
31324
- font-weight: normal;
31325
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31326
- font-size: 13px;
31327
- line-height: 20px;
31274
+ .E_okus5hk {
31275
+ display: flex;
31276
+ align-items: center;
31277
+ justify-content: flex-end;
31328
31278
  }
31329
-
31330
- .E_t17uajlu {
31331
- font-family: Inter;
31332
- font-style: normal;
31333
- font-weight: normal;
31334
- font-feature-settings: "zero" on;
31335
- font-size: 13px;
31336
- line-height: 20px;
31279
+ .E_okus5hk .icon-wrapper {
31280
+ margin-right: 16px;
31337
31281
  }
31338
31282
 
31339
- .E_t114zbyz {
31340
- font-family: Inter;
31341
- font-style: normal;
31342
- font-weight: normal;
31343
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31344
- font-size: 12px;
31345
- line-height: 18px;
31283
+ .E_t1auuzri {
31284
+ color: rgba(0, 21, 64, 0.3);
31346
31285
  }
31347
31286
 
31348
- .E_t1il0kvi {
31349
- font-family: Inter;
31350
- font-style: normal;
31351
- font-weight: 500;
31352
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31353
- font-size: 12px;
31354
- line-height: 18px;
31287
+ .E_i74cfyt.ant-input {
31288
+ padding: 5px 12px;
31289
+ line-height: 20px;
31290
+ color: #2d3a56;
31291
+ border-radius: 6px;
31292
+ border-color: rgba(172, 186, 211, 0.6);
31293
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31355
31294
  }
31356
-
31357
- .E_t10dv8p1 {
31358
- font-family: Inter;
31359
- font-style: normal;
31360
- font-weight: normal;
31361
- font-feature-settings: "zero" on;
31362
- font-size: 12px;
31363
- line-height: 18px;
31295
+ .E_i74cfyt.ant-input.ant-input-lg {
31296
+ padding: 8px 16px;
31297
+ line-height: 22px;
31364
31298
  }
31365
-
31366
- .E_tc2oqpq {
31367
- font-family: Inter;
31368
- font-style: normal;
31369
- font-weight: 500;
31370
- font-feature-settings: "zero" on;
31371
- font-size: 12px;
31299
+ .E_i74cfyt.ant-input.ant-input-sm {
31300
+ padding: 2px 8px;
31372
31301
  line-height: 18px;
31373
31302
  }
31374
-
31375
- .E_tzvddmc {
31376
- font-family: Inter;
31377
- font-style: normal;
31378
- font-weight: bold;
31379
- font-feature-settings: "zero" on;
31380
- font-size: 16px;
31381
- line-height: 24px;
31303
+ .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 {
31304
+ border-color: rgba(107, 128, 167, 0.6);
31305
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31306
+ z-index: 1;
31382
31307
  }
31383
-
31384
- .E_u18llj45 {
31385
- font-family: Inter;
31386
- font-style: normal;
31387
- font-weight: normal;
31388
- font-size: 10px;
31389
- line-height: 12px;
31308
+ .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 {
31309
+ border-color: #0096ff;
31310
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31311
+ z-index: 1;
31390
31312
  }
31391
-
31392
- .E_cnujxq2 {
31393
- display: flex;
31394
- flex-direction: column;
31313
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31314
+ border-color: #e75a3a;
31315
+ color: #e75a3a;
31395
31316
  }
31396
-
31397
- .E_m7s48ia {
31398
- max-width: 1120px;
31399
- width: 100%;
31400
- margin: 0 auto;
31401
- height: 100%;
31317
+ .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 {
31318
+ border-color: #e75a3a;
31319
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31402
31320
  }
31403
-
31404
- .E_wt5zbg6 {
31405
- max-width: 1120px;
31406
- width: 100%;
31407
- margin: 0 auto;
31408
- display: flex;
31321
+ .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 {
31322
+ border-color: #e75a3a;
31323
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31409
31324
  }
31410
- .E_wt5zbg6 .left,
31411
- .E_wt5zbg6 .right {
31412
- flex-grow: 0;
31413
- flex-shrink: 0;
31414
- flex-basis: 21%;
31325
+ .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 {
31326
+ background: rgba(211, 218, 235, 0.6);
31327
+ color: rgba(0, 21, 64, 0.3);
31328
+ border-color: rgba(172, 186, 211, 0.6);
31415
31329
  }
31416
- .E_wt5zbg6 .left {
31417
- display: flex;
31418
- justify-content: flex-end;
31419
- padding-right: 44px;
31330
+ .E_i74cfyt.ant-input-affix-wrapper {
31331
+ padding: 5px 12px;
31332
+ border-radius: 6px;
31333
+ border-color: rgba(172, 186, 211, 0.6);
31334
+ line-height: 20px;
31335
+ color: #2d3a56;
31336
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31420
31337
  }
31421
- .E_wt5zbg6 .right {
31422
- padding-left: 44px;
31338
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31339
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31340
+ color: rgba(44, 56, 82, 0.6);
31423
31341
  }
31424
- .E_wt5zbg6 .middle {
31425
- margin-bottom: 40px;
31426
- flex-grow: 0;
31427
- flex-shrink: 0;
31428
- flex-basis: 58%;
31342
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31343
+ padding: 8px 16px;
31344
+ line-height: 22px;
31429
31345
  }
31430
- .E_wt5zbg6 .middle .form-base-field {
31431
- width: 100%;
31346
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31347
+ padding: 2px 8px;
31348
+ line-height: 18px;
31432
31349
  }
31433
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
31434
- width: auto;
31350
+ .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 {
31351
+ border-color: rgba(107, 128, 167, 0.6);
31352
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31435
31353
  }
31436
-
31437
- .E_h18jprzg .ant-modal-header {
31438
- margin: 0 auto;
31439
- width: 100%;
31440
- max-width: 648px;
31354
+ .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 {
31355
+ border-color: #0096ff;
31356
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31441
31357
  }
31442
- .E_h18jprzg .ant-modal-header .ant-modal-title {
31443
- margin-left: 0;
31358
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31359
+ border-color: #e75a3a;
31444
31360
  }
31445
- .E_h18jprzg .ant-modal-body {
31446
- margin: 0 auto;
31447
- padding: 0;
31448
- width: 100%;
31449
- max-width: 648px;
31450
- overflow: hidden;
31361
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31362
+ color: #e75a3a;
31451
31363
  }
31452
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
31453
- margin-bottom: 40px;
31364
+ .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 {
31365
+ border-color: #e75a3a;
31366
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31454
31367
  }
31455
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
31456
- height: calc(100vh - 225px);
31457
- overflow-y: auto;
31368
+ .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 {
31369
+ border-color: #e75a3a;
31370
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31458
31371
  }
31459
- .E_h18jprzg .ant-modal-footer .footer-content {
31460
- margin: 0 auto;
31461
- max-width: 648px;
31372
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31373
+ background: rgba(211, 218, 235, 0.6);
31374
+ color: rgba(0, 21, 64, 0.3);
31375
+ border-color: rgba(172, 186, 211, 0.6);
31462
31376
  }
31463
-
31464
- .E_h16z9xgz .ant-modal-header {
31465
- margin: 0 auto;
31466
- width: 100%;
31467
- max-width: 1024px;
31377
+ textarea.E_i74cfyt.ant-input {
31378
+ transition-property: height;
31379
+ transition-delay: 50ms;
31468
31380
  }
31469
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
31470
- margin-left: 0;
31381
+ textarea.E_i74cfyt.ant-input.textarea-large {
31382
+ min-height: 40px;
31383
+ height: 40px;
31471
31384
  }
31472
- .E_h16z9xgz .ant-modal-body {
31473
- margin: 0 auto;
31474
- padding: 0;
31475
- width: 100%;
31476
- max-width: 1024px;
31477
- overflow: hidden;
31385
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
31386
+ height: 80px;
31478
31387
  }
31479
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
31480
- margin-bottom: 40px;
31388
+ textarea.E_i74cfyt.ant-input.textarea-middle {
31389
+ min-height: 32px;
31390
+ height: 32px;
31481
31391
  }
31482
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
31483
- height: calc(100vh - 225px);
31484
- overflow-y: auto;
31392
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31393
+ height: 64px;
31485
31394
  }
31486
- .E_h16z9xgz .ant-modal-footer .footer-content {
31487
- margin: 0 auto;
31488
- max-width: 1024px;
31395
+ textarea.E_i74cfyt.ant-input.textarea-small {
31396
+ min-height: 24px;
31397
+ height: 24px;
31398
+ }
31399
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
31400
+ height: 40px;
31489
31401
  }
31490
31402
 
31491
- .E_f1lrhghm {
31492
- flex: 1;
31403
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
31404
+ border: 1px solid rgba(213, 219, 227, 0.6);
31405
+ border-radius: 4px;
31493
31406
  }
31494
- .E_f1lrhghm label {
31495
- font-size: 13px;
31496
- line-height: 20px;
31497
- color: rgba(44, 56, 82, 0.6);
31407
+ .E_k1ci6977.input-tags {
31408
+ position: relative;
31409
+ padding: 6px;
31410
+ height: 32px;
31411
+ cursor: pointer;
31412
+ transition: border 150ms;
31498
31413
  }
31499
- .E_f1lrhghm .title {
31500
- font-size: 14px;
31501
- line-height: 20px;
31502
- color: #2d3a56;
31503
- margin-bottom: 12px;
31414
+ .E_k1ci6977.input-tags:hover {
31415
+ border-color: #0080ff;
31416
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31504
31417
  }
31505
- .E_f1lrhghm.connect-cluster .title {
31506
- padding-bottom: 26px;
31418
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31419
+ padding-right: 30px;
31507
31420
  }
31508
-
31509
- .E_f18ot8em {
31510
- padding: 25px 0 15px 0;
31511
- border-bottom: 1px solid #e1e5eb;
31512
- margin-bottom: 16px;
31421
+ .E_k1ci6977.input-tags .input-tags-inner {
31422
+ display: flex;
31513
31423
  }
31514
-
31515
- .E_f1l1g2k0 {
31424
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31516
31425
  display: flex;
31517
- align-items: center;
31518
- margin-bottom: 8px;
31519
31426
  }
31520
- .E_f1l1g2k0 > label {
31521
- width: 216px;
31427
+ .E_k1ci6977.input-tags .input-tag-suffix {
31428
+ position: absolute;
31429
+ right: 12px;
31430
+ top: 50%;
31431
+ transform: translateY(-50%);
31522
31432
  }
31523
- .E_f1l1g2k0 > label + * {
31524
- width: 100%;
31433
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31434
+ color: rgba(0, 0, 0, 0.25);
31435
+ font-size: 12px;
31436
+ cursor: pointer;
31525
31437
  }
31526
- .E_f1l1g2k0 .ant-select {
31527
- width: 100%;
31438
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31439
+ color: rgba(0, 0, 0, 0.45);
31440
+ }
31441
+ .E_k1ci6977.has-focus-indicator {
31442
+ position: relative;
31443
+ overflow: hidden;
31444
+ }
31445
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31446
+ position: absolute;
31447
+ top: 50%;
31448
+ transform: translateY(-50%);
31449
+ left: -16px;
31450
+ transition: left 150ms ease;
31451
+ opacity: 0;
31452
+ }
31453
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31454
+ left: 8px;
31455
+ opacity: 1;
31456
+ }
31457
+ .E_k1ci6977.has-focus-indicator input {
31458
+ transition: margin-left 150ms ease;
31459
+ margin-left: 0px;
31460
+ }
31461
+ .E_k1ci6977.has-focus-indicator input:focus {
31462
+ margin-left: 16px;
31528
31463
  }
31529
31464
 
31530
- .E_e1k89cwg {
31531
- color: #e75a3a;
31532
- margin-right: 10px;
31465
+ input.E_l1f7td1d.ant-input {
31466
+ border-top-right-radius: 0;
31467
+ border-bottom-right-radius: 0;
31533
31468
  }
31534
31469
 
31535
- .E_d1oui1gf {
31536
- width: 100%;
31537
- height: 1px;
31538
- background: rgba(213, 219, 227, 0.6);
31539
- margin: 24px 0;
31470
+ .E_l1f7td1d.ant-input-affix-wrapper {
31471
+ border-top-right-radius: 0;
31472
+ border-bottom-right-radius: 0;
31540
31473
  }
31541
31474
 
31542
- .E_l15itdbb {
31543
- display: flex;
31544
- justify-content: center;
31545
- align-items: center;
31546
- height: 100%;
31475
+ input.E_rf8rlle.ant-input {
31476
+ border-top-left-radius: 0;
31477
+ border-bottom-left-radius: 0;
31547
31478
  }
31548
31479
 
31549
- .E_d1y3z4w {
31550
- display: inline-block;
31551
- width: 4px;
31552
- height: 4px;
31553
- background: #8e9aa9;
31554
- opacity: 0.4;
31555
- border-radius: 50%;
31556
- margin: 0 4px;
31480
+ .E_rf8rlle.ant-input-affix-wrapper {
31481
+ border-top-left-radius: 0;
31482
+ border-bottom-left-radius: 0;
31557
31483
  }
31558
31484
 
31559
- .E_m177r7a3 .ant-modal-header,
31560
- .E_m177r7a3 .ant-modal-footer .footer-content {
31561
- width: 648px;
31562
- margin: 0 auto;
31485
+ .E_llt2k48.ant-select.select, .E_llt2k48.ant-select.select .ant-select-selector {
31486
+ border-top-right-radius: 0;
31487
+ border-bottom-right-radius: 0;
31563
31488
  }
31564
- .E_m177r7a3 .ant-modal-header {
31565
- padding: 35px 0 24px;
31566
- border: none;
31567
- }
31568
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
31569
- font-size: 30px;
31570
- }
31571
- .E_m177r7a3 .ant-modal-body {
31572
- padding: 4px 0 2px;
31573
- }
31574
- .E_m177r7a3 .ant-modal-footer {
31575
- border: none;
31576
- }
31577
-
31578
- .E_t1wwio3v {
31579
- font-size: 12px;
31580
- line-height: 18px;
31581
- font-weight: bold;
31582
- color: #fff;
31583
- padding: 0 4px;
31584
- border-radius: 4px;
31585
- display: inline-block;
31586
- background: var(--t1wwio3v-0);
31587
- }
31588
- .E_t1wwio3v:not(:first-child) {
31589
- margin-left: 4px;
31489
+
31490
+ .E_rdwz7eh.ant-select.select, .E_rdwz7eh.ant-select.select .ant-select-selector {
31491
+ border-top-left-radius: 0;
31492
+ border-bottom-left-radius: 0;
31590
31493
  }
31591
31494
 
31592
- .E_f17jvtfk {
31593
- width: 100%;
31594
- height: 100%;
31495
+ .E_c3ni091 {
31595
31496
  display: flex;
31596
- align-items: center;
31597
- justify-content: center;
31598
- }
31599
-
31600
- .E_nzppkea {
31601
- font-size: 90%;
31602
- font-weight: bold;
31603
- background-color: rgba(240, 243, 247, 0.6);
31604
- padding: 1px 4px 1px;
31605
- margin-left: 2px;
31606
- margin-right: 2px;
31607
- border: 1px solid rgba(213, 219, 227, 0.6);
31608
- border-radius: 4px;
31609
- }
31610
-
31611
- .E_f4mi9eq.form-item-general {
31612
- width: 640px;
31613
- }
31614
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31615
- margin-top: 16px;
31616
- }
31617
- .E_f4mi9eq.form-item-compact {
31618
- width: 412px;
31619
- }
31620
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31621
- margin-top: 8px;
31622
- }
31623
- .E_f4mi9eq .form-item {
31624
- width: auto;
31497
+ flex-direction: column;
31625
31498
  }
31626
- .E_f4mi9eq .form-item-main {
31627
- position: relative;
31628
- display: flex;
31499
+ .E_c3ni091 .select-wrapper {
31500
+ margin-top: 12px;
31629
31501
  }
31630
- .E_f4mi9eq .form-item-extra {
31631
- margin-top: 4px;
31502
+ .E_c3ni091 .select-wrapper .select {
31632
31503
  width: 100%;
31633
- padding: 14px;
31634
- background: #f2f4f6;
31635
- font-size: 13px;
31636
- line-height: 1.8;
31637
- color: #8e9aa9;
31638
- }
31639
- .E_f4mi9eq .form-item-label {
31640
- padding-right: 12px;
31641
- font-size: 13px;
31642
- color: rgba(44, 56, 82, 0.6);
31643
- }
31644
- .E_f4mi9eq .form-item-label.label-right {
31645
- text-align: right;
31646
- }
31647
- .E_f4mi9eq .form-item-label,
31648
- .E_f4mi9eq .form-item-control {
31649
- line-height: 32px;
31650
- }
31651
- .E_f4mi9eq .form-item-control .form-item-error {
31652
- line-height: 18px;
31653
31504
  }
31654
- .E_f4mi9eq .form-item-children {
31655
- width: 100%;
31505
+ .E_c3ni091 .radio-wrapper {
31506
+ margin-top: 24px;
31656
31507
  }
31657
- .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 {
31508
+ .E_c3ni091 div.form-item {
31658
31509
  width: 100%;
31659
31510
  }
31660
- .E_f4mi9eq .form-item-error {
31661
- color: #e75a3a;
31662
- height: 0;
31663
- overflow: hidden;
31664
- }
31665
- .E_f4mi9eq .form-item-error-enter-done {
31666
- margin-top: 4px;
31667
- height: auto;
31668
- overflow: auto;
31669
- }
31670
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31671
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31672
- border: 1px solid #e75a3a;
31673
- color: #e75a3a;
31674
- }
31675
31511
 
31676
- .E_fh0ewl8 {
31677
- color: #2d3a56;
31678
- font-weight: bold;
31679
- padding-bottom: 6px;
31680
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31681
- margin-bottom: 16px;
31512
+ .E_d105ju2d {
31513
+ font-size: 14px;
31514
+ font-weight: 500;
31515
+ color: #3e4652;
31516
+ line-height: 18px;
31682
31517
  }
31683
- .E_fh0ewl8:not(:first-of-type) {
31518
+ .E_d105ju2d + .E_d105ju2d {
31684
31519
  margin-top: 16px;
31685
31520
  }
31686
-
31687
- .E_e1qrlvot {
31688
- width: 8px;
31689
- height: 24px;
31690
- display: flex;
31691
- justify-content: center;
31692
- align-items: center;
31693
- cursor: pointer;
31694
- transition: all 200ms ease-out 40ms;
31695
- }
31696
- .E_e1qrlvot:before, .E_e1qrlvot:after {
31697
- content: "";
31698
- width: 1px;
31699
- height: 6px;
31700
- border-radius: 1px;
31701
- background: #ccd4e3;
31702
- position: relative;
31703
- right: 2px;
31704
- transform: rotate(-45deg);
31705
- }
31706
- .E_e1qrlvot:after {
31707
- transform: rotate(45deg);
31708
- left: 1px;
31521
+ .E_d105ju2d + * {
31522
+ margin-top: 16px;
31709
31523
  }
31710
31524
 
31711
- .E_w9ic984.ant-alert-warning {
31712
- border: 0;
31713
- background: rgba(255, 187, 0, 0.1);
31714
- border-radius: 6px;
31715
- }
31716
- .E_w9ic984.ant-alert,
31717
- .E_w9ic984 .ant-alert-message {
31718
- color: #e07f00;
31719
- }
31720
- .E_w9ic984.ant-alert .dashed-border-bottom,
31721
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31722
- border-bottom-color: #e07f00;
31525
+ .E_lh0l62z.E_d105ju2d {
31526
+ font-size: 12px;
31527
+ color: rgba(44, 56, 82, 0.6);
31528
+ margin-top: 12px;
31723
31529
  }
31724
31530
 
31725
- .E_n1k9qi4r {
31726
- display: flex;
31727
- flex-direction: row;
31728
- padding: 7px 12px;
31729
- background: rgba(255, 187, 0, 0.1);
31730
- border-radius: 6px;
31731
- color: #e07f00;
31732
- font-size: 12px;
31531
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31733
31532
  line-height: 18px;
31734
- }
31735
- .E_n1k9qi4r .icon-wrapper {
31736
- margin-right: 10px;
31737
- height: 18px;
31533
+ font-weight: 500;
31534
+ margin-top: 0;
31535
+ white-space: initial;
31738
31536
  }
31739
31537
 
31740
- .E_n16fsg9x {
31741
- display: flex;
31742
- flex-direction: row;
31743
- padding: 7px 12px;
31744
- background: rgba(225, 230, 241, 0.6);
31745
- border-radius: 6px;
31746
- color: rgba(44, 56, 82, 0.6);
31747
- font-size: 12px;
31748
- line-height: 18px;
31538
+ .E_r1skkc3l {
31539
+ display: block;
31749
31540
  }
31750
- .E_n16fsg9x .icon-wrapper {
31751
- margin-right: 10px;
31752
- height: 18px;
31541
+ .E_r1skkc3l span {
31542
+ font-size: 14px;
31543
+ font-weight: 500;
31544
+ line-height: 32px;
31545
+ color: #3e4652;
31753
31546
  }
31754
31547
 
31755
- .E_i173wxzw {
31756
- display: flex;
31757
- flex-direction: row;
31758
- padding: 7px 12px;
31759
- background: rgba(0, 136, 255, 0.1);
31548
+ .E_c3cobmo {
31549
+ margin-top: 16px;
31550
+ padding: 8px;
31760
31551
  border-radius: 6px;
31761
- color: #005ed1;
31552
+ background: rgba(225, 230, 241, 0.6);
31553
+ color: rgba(44, 56, 82, 0.6);
31762
31554
  font-size: 12px;
31763
- line-height: 18px;
31764
31555
  }
31765
- .E_i173wxzw .icon-wrapper {
31766
- margin-right: 10px;
31767
- height: 18px;
31556
+ .E_c3cobmo div {
31557
+ line-height: 20px;
31558
+ display: flex;
31559
+ align-items: center;
31560
+ word-break: break-all;
31768
31561
  }
31769
-
31770
- .E_dld369h {
31771
- color: rgba(44, 56, 82, 0.6);
31772
- margin-top: 5px;
31773
- font-size: 12px;
31562
+ .E_c3cobmo .title {
31563
+ font-weight: 700;
31774
31564
  line-height: 18px;
31565
+ margin: 4px 0;
31775
31566
  }
31776
31567
 
31777
- .E_s1epv22q {
31778
- color: #f0483e;
31779
- font-size: 12px;
31780
- white-space: pre-wrap;
31568
+ .E_uqv57uv {
31569
+ color: rgba(44, 56, 82, 0.7490196078);
31781
31570
  }
31782
31571
 
31783
- .E_okus5hk {
31784
- display: flex;
31785
- align-items: center;
31786
- justify-content: flex-end;
31572
+ .E_dsnbhzf {
31573
+ font-family: Inter;
31574
+ font-style: normal;
31575
+ font-weight: bold;
31576
+ font-size: 32px;
31577
+ line-height: 40px;
31787
31578
  }
31788
- .E_okus5hk .icon-wrapper {
31789
- margin-right: 16px;
31579
+
31580
+ .E_d1mvo22k {
31581
+ font-family: Inter;
31582
+ font-style: normal;
31583
+ font-weight: bold;
31584
+ font-size: 24px;
31585
+ line-height: 32px;
31790
31586
  }
31791
31587
 
31792
- .E_t1auuzri {
31793
- color: rgba(0, 21, 64, 0.3);
31588
+ .E_d1b444tr {
31589
+ font-family: Inter;
31590
+ font-style: normal;
31591
+ font-weight: normal;
31592
+ font-size: 32px;
31593
+ line-height: 40px;
31794
31594
  }
31795
31595
 
31796
- .E_i74cfyt.ant-input {
31797
- padding: 5px 12px;
31798
- line-height: 20px;
31799
- color: #2d3a56;
31800
- border-radius: 6px;
31801
- border-color: rgba(172, 186, 211, 0.6);
31802
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31803
- }
31804
- .E_i74cfyt.ant-input.ant-input-lg {
31805
- padding: 8px 16px;
31806
- line-height: 22px;
31807
- }
31808
- .E_i74cfyt.ant-input.ant-input-sm {
31809
- padding: 2px 8px;
31810
- line-height: 18px;
31811
- }
31812
- .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 {
31813
- border-color: rgba(107, 128, 167, 0.6);
31814
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31815
- z-index: 1;
31596
+ .E_dvs0kue {
31597
+ font-family: Inter;
31598
+ font-style: normal;
31599
+ font-weight: bold;
31600
+ font-size: 20px;
31601
+ line-height: 24px;
31816
31602
  }
31817
- .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 {
31818
- border-color: #0096ff;
31819
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31820
- z-index: 1;
31603
+
31604
+ .E_d1hcbfcq {
31605
+ font-family: Inter;
31606
+ font-style: normal;
31607
+ font-weight: normal;
31608
+ font-size: 20px;
31609
+ line-height: 24px;
31821
31610
  }
31822
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31823
- border-color: #e75a3a;
31824
- color: #e75a3a;
31611
+
31612
+ .E_d1cz922v {
31613
+ font-family: Inter;
31614
+ font-style: normal;
31615
+ font-weight: bold;
31616
+ font-size: 18px;
31617
+ line-height: 22px;
31825
31618
  }
31826
- .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 {
31827
- border-color: #e75a3a;
31828
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31619
+
31620
+ .E_d3nzbrm {
31621
+ font-family: Inter;
31622
+ font-style: normal;
31623
+ font-weight: normal;
31624
+ font-size: 18px;
31625
+ line-height: 22px;
31829
31626
  }
31830
- .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 {
31831
- border-color: #e75a3a;
31832
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31627
+
31628
+ .E_h1g0p5ob {
31629
+ font-family: Inter;
31630
+ font-style: normal;
31631
+ font-weight: bold;
31632
+ font-size: 16px;
31633
+ line-height: 22px;
31833
31634
  }
31834
- .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 {
31835
- background: rgba(211, 218, 235, 0.6);
31836
- color: rgba(0, 21, 64, 0.3);
31837
- border-color: rgba(172, 186, 211, 0.6);
31635
+
31636
+ .E_hydo2ej {
31637
+ font-family: Inter;
31638
+ font-style: normal;
31639
+ font-weight: normal;
31640
+ font-size: 16px;
31641
+ line-height: 22px;
31838
31642
  }
31839
- .E_i74cfyt.ant-input-affix-wrapper {
31840
- padding: 5px 12px;
31841
- border-radius: 6px;
31842
- border-color: rgba(172, 186, 211, 0.6);
31643
+
31644
+ .E_h1hbuq0r {
31645
+ font-family: Inter;
31646
+ font-style: normal;
31647
+ font-weight: bold;
31648
+ font-size: 14px;
31843
31649
  line-height: 20px;
31844
- color: #2d3a56;
31845
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31846
- }
31847
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31848
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31849
- color: rgba(44, 56, 82, 0.6);
31850
31650
  }
31851
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31852
- padding: 8px 16px;
31853
- line-height: 22px;
31651
+
31652
+ .E_h13bondg {
31653
+ font-family: Inter;
31654
+ font-style: normal;
31655
+ font-weight: normal;
31656
+ font-size: 14px;
31657
+ line-height: 20px;
31854
31658
  }
31855
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31856
- padding: 2px 8px;
31659
+
31660
+ .E_h1mhvdlx {
31661
+ font-family: Inter;
31662
+ font-style: normal;
31663
+ font-weight: bold;
31664
+ font-size: 12px;
31857
31665
  line-height: 18px;
31858
31666
  }
31859
- .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 {
31860
- border-color: rgba(107, 128, 167, 0.6);
31861
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31862
- }
31863
- .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 {
31864
- border-color: #0096ff;
31865
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31866
- }
31867
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31868
- border-color: #e75a3a;
31869
- }
31870
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31871
- color: #e75a3a;
31872
- }
31873
- .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 {
31874
- border-color: #e75a3a;
31875
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31876
- }
31877
- .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 {
31878
- border-color: #e75a3a;
31879
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31880
- }
31881
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31882
- background: rgba(211, 218, 235, 0.6);
31883
- color: rgba(0, 21, 64, 0.3);
31884
- border-color: rgba(172, 186, 211, 0.6);
31885
- }
31886
- textarea.E_i74cfyt.ant-input {
31887
- transition-property: height;
31888
- transition-delay: 50ms;
31667
+
31668
+ .E_h1inmfq6 {
31669
+ font-family: Inter;
31670
+ font-style: normal;
31671
+ font-weight: normal;
31672
+ font-size: 12px;
31673
+ line-height: 18px;
31889
31674
  }
31890
- textarea.E_i74cfyt.ant-input.textarea-large {
31891
- min-height: 40px;
31892
- height: 40px;
31675
+
31676
+ .E_h1kfc0la {
31677
+ font-family: Inter;
31678
+ font-style: normal;
31679
+ font-weight: bold;
31680
+ text-transform: uppercase;
31681
+ font-feature-settings: "cpsp" on;
31682
+ font-size: 12px;
31683
+ line-height: 18px;
31893
31684
  }
31894
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
31895
- height: 80px;
31685
+
31686
+ .E_h10xnyuu {
31687
+ font-family: Inter;
31688
+ font-style: normal;
31689
+ font-weight: normal;
31690
+ text-transform: uppercase;
31691
+ font-feature-settings: "cpsp" on;
31692
+ font-size: 12px;
31693
+ line-height: 18px;
31896
31694
  }
31897
- textarea.E_i74cfyt.ant-input.textarea-middle {
31898
- min-height: 32px;
31899
- height: 32px;
31695
+
31696
+ .E_lrcmi0v {
31697
+ font-family: Inter;
31698
+ font-style: normal;
31699
+ font-weight: normal;
31700
+ font-size: 16px;
31701
+ line-height: 24px;
31900
31702
  }
31901
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31902
- height: 64px;
31703
+
31704
+ .E_lzt43lp {
31705
+ font-family: Inter;
31706
+ font-style: normal;
31707
+ font-weight: bold;
31708
+ font-size: 16px;
31709
+ line-height: 24px;
31903
31710
  }
31904
- textarea.E_i74cfyt.ant-input.textarea-small {
31905
- min-height: 24px;
31906
- height: 24px;
31711
+
31712
+ .E_l5yc9nt {
31713
+ font-family: Inter;
31714
+ font-style: normal;
31715
+ font-weight: normal;
31716
+ font-size: 16px;
31717
+ line-height: 24px;
31907
31718
  }
31908
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
31909
- height: 40px;
31719
+
31720
+ .E_l1fbkbzo {
31721
+ font-family: Inter;
31722
+ font-style: normal;
31723
+ font-weight: bold;
31724
+ font-size: 16px;
31725
+ line-height: 24px;
31910
31726
  }
31911
31727
 
31912
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
31913
- border: 1px solid rgba(213, 219, 227, 0.6);
31914
- border-radius: 4px;
31728
+ .E_lahvcax {
31729
+ font-family: Inter;
31730
+ font-style: normal;
31731
+ font-weight: normal;
31732
+ text-transform: uppercase;
31733
+ font-feature-settings: "cpsp" on;
31734
+ font-size: 16px;
31735
+ line-height: 24px;
31915
31736
  }
31916
- .E_k1ci6977.input-tags {
31917
- position: relative;
31918
- padding: 6px;
31919
- height: 32px;
31920
- cursor: pointer;
31921
- transition: border 150ms;
31737
+
31738
+ .E_l11q3pxd {
31739
+ font-family: Inter;
31740
+ font-style: normal;
31741
+ font-weight: bold;
31742
+ text-transform: uppercase;
31743
+ font-feature-settings: "cpsp" on;
31744
+ font-size: 16px;
31745
+ line-height: 24px;
31922
31746
  }
31923
- .E_k1ci6977.input-tags:hover {
31924
- border-color: #0080ff;
31925
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31747
+
31748
+ .E_lfuc2qu {
31749
+ font-family: Inter;
31750
+ font-style: normal;
31751
+ font-weight: normal;
31752
+ font-size: 14px;
31753
+ line-height: 22px;
31926
31754
  }
31927
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31928
- padding-right: 30px;
31755
+
31756
+ .E_l1jmp8r0 {
31757
+ font-family: Inter;
31758
+ font-style: normal;
31759
+ font-weight: 500;
31760
+ font-size: 14px;
31761
+ line-height: 22px;
31929
31762
  }
31930
- .E_k1ci6977.input-tags .input-tags-inner {
31931
- display: flex;
31763
+
31764
+ .E_lcnm221 {
31765
+ font-family: Inter;
31766
+ font-style: normal;
31767
+ font-weight: bold;
31768
+ font-size: 14px;
31769
+ line-height: 22px;
31932
31770
  }
31933
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31934
- display: flex;
31771
+
31772
+ .E_lu1z2n5 {
31773
+ font-family: Inter;
31774
+ font-style: normal;
31775
+ font-weight: normal;
31776
+ font-size: 14px;
31777
+ line-height: 22px;
31935
31778
  }
31936
- .E_k1ci6977.input-tags .input-tag-suffix {
31937
- position: absolute;
31938
- right: 12px;
31939
- top: 50%;
31940
- transform: translateY(-50%);
31779
+
31780
+ .E_l1r59djn {
31781
+ font-family: Inter;
31782
+ font-style: normal;
31783
+ font-weight: bold;
31784
+ font-size: 14px;
31785
+ line-height: 22px;
31941
31786
  }
31942
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31943
- color: rgba(0, 0, 0, 0.25);
31944
- font-size: 12px;
31945
- cursor: pointer;
31787
+
31788
+ .E_ljm2911 {
31789
+ font-family: Inter;
31790
+ font-style: normal;
31791
+ font-weight: normal;
31792
+ text-transform: uppercase;
31793
+ font-feature-settings: "cpsp" on;
31794
+ font-size: 14px;
31795
+ line-height: 22px;
31946
31796
  }
31947
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31948
- color: rgba(0, 0, 0, 0.45);
31797
+
31798
+ .E_l124mzmr {
31799
+ font-family: Inter;
31800
+ font-style: normal;
31801
+ font-weight: bold;
31802
+ text-transform: uppercase;
31803
+ font-feature-settings: "cpsp" on;
31804
+ font-size: 14px;
31805
+ line-height: 22px;
31949
31806
  }
31950
- .E_k1ci6977.has-focus-indicator {
31951
- position: relative;
31952
- overflow: hidden;
31807
+
31808
+ .E_lb3chel {
31809
+ font-family: Inter;
31810
+ font-style: normal;
31811
+ font-weight: normal;
31812
+ font-size: 13px;
31813
+ line-height: 20px;
31953
31814
  }
31954
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31955
- position: absolute;
31956
- top: 50%;
31957
- transform: translateY(-50%);
31958
- left: -16px;
31959
- transition: left 150ms ease;
31960
- opacity: 0;
31815
+
31816
+ .E_lv9jstu {
31817
+ font-family: Inter;
31818
+ font-style: normal;
31819
+ font-weight: 600;
31820
+ font-size: 13px;
31821
+ line-height: 20px;
31961
31822
  }
31962
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31963
- left: 8px;
31964
- opacity: 1;
31823
+
31824
+ .E_lwqlh3x {
31825
+ font-family: Inter;
31826
+ font-style: normal;
31827
+ font-weight: bold;
31828
+ font-size: 13px;
31829
+ line-height: 20px;
31965
31830
  }
31966
- .E_k1ci6977.has-focus-indicator input {
31967
- transition: margin-left 150ms ease;
31968
- margin-left: 0px;
31831
+
31832
+ .E_lalum9y {
31833
+ font-family: Inter;
31834
+ font-style: normal;
31835
+ font-weight: normal;
31836
+ font-size: 13px;
31837
+ line-height: 20px;
31969
31838
  }
31970
- .E_k1ci6977.has-focus-indicator input:focus {
31971
- margin-left: 16px;
31839
+
31840
+ .E_l1t6dj5o {
31841
+ font-family: Inter;
31842
+ font-style: normal;
31843
+ font-weight: 600;
31844
+ font-size: 13px;
31845
+ line-height: 20px;
31972
31846
  }
31973
31847
 
31974
- input.E_l1f7td1d.ant-input {
31975
- border-top-right-radius: 0;
31976
- border-bottom-right-radius: 0;
31848
+ .E_l12f6ic {
31849
+ font-family: Inter;
31850
+ font-style: normal;
31851
+ font-weight: bold;
31852
+ font-size: 13px;
31853
+ line-height: 20px;
31977
31854
  }
31978
31855
 
31979
- .E_l1f7td1d.ant-input-affix-wrapper {
31980
- border-top-right-radius: 0;
31981
- border-bottom-right-radius: 0;
31856
+ .E_l7gmukq {
31857
+ font-family: Inter;
31858
+ font-style: normal;
31859
+ font-weight: normal;
31860
+ text-transform: uppercase;
31861
+ font-feature-settings: "cpsp" on;
31862
+ font-size: 13px;
31863
+ line-height: 20px;
31982
31864
  }
31983
31865
 
31984
- input.E_rf8rlle.ant-input {
31985
- border-top-left-radius: 0;
31986
- border-bottom-left-radius: 0;
31866
+ .E_lkwl0yp {
31867
+ font-family: Inter;
31868
+ font-style: normal;
31869
+ font-weight: bold;
31870
+ text-transform: uppercase;
31871
+ font-feature-settings: "cpsp" on;
31872
+ font-size: 13px;
31873
+ line-height: 20px;
31987
31874
  }
31988
31875
 
31989
- .E_rf8rlle.ant-input-affix-wrapper {
31990
- border-top-left-radius: 0;
31991
- border-bottom-left-radius: 0;
31876
+ .E_l10knv48 {
31877
+ font-family: Inter;
31878
+ font-style: normal;
31879
+ font-weight: normal;
31880
+ font-size: 12px;
31881
+ line-height: 18px;
31992
31882
  }
31993
31883
 
31994
- .E_llt2k48.ant-select.select, .E_llt2k48.ant-select.select .ant-select-selector {
31995
- border-top-right-radius: 0;
31996
- border-bottom-right-radius: 0;
31884
+ .E_l6526ld {
31885
+ font-family: Inter;
31886
+ font-style: normal;
31887
+ font-weight: 500;
31888
+ font-size: 12px;
31889
+ line-height: 18px;
31997
31890
  }
31998
31891
 
31999
- .E_rdwz7eh.ant-select.select, .E_rdwz7eh.ant-select.select .ant-select-selector {
32000
- border-top-left-radius: 0;
32001
- border-bottom-left-radius: 0;
31892
+ .E_l1j81vli {
31893
+ font-family: Inter;
31894
+ font-style: normal;
31895
+ font-weight: bold;
31896
+ font-size: 12px;
31897
+ line-height: 18px;
32002
31898
  }
32003
31899
 
32004
- .E_c3ni091 {
32005
- display: flex;
32006
- flex-direction: column;
32007
- }
32008
- .E_c3ni091 .select-wrapper {
32009
- margin-top: 12px;
32010
- }
32011
- .E_c3ni091 .select-wrapper .select {
32012
- width: 100%;
32013
- }
32014
- .E_c3ni091 .radio-wrapper {
32015
- margin-top: 24px;
32016
- }
32017
- .E_c3ni091 div.form-item {
32018
- width: 100%;
31900
+ .E_l1x7n1mk {
31901
+ font-family: Inter;
31902
+ font-style: normal;
31903
+ font-weight: normal;
31904
+ font-size: 12px;
31905
+ line-height: 18px;
32019
31906
  }
32020
31907
 
32021
- .E_d105ju2d {
32022
- font-size: 14px;
31908
+ .E_l9fqufz {
31909
+ font-family: Inter;
31910
+ font-style: normal;
32023
31911
  font-weight: 500;
32024
- color: #3e4652;
31912
+ font-size: 12px;
32025
31913
  line-height: 18px;
32026
31914
  }
32027
- .E_d105ju2d + .E_d105ju2d {
32028
- margin-top: 16px;
32029
- }
32030
- .E_d105ju2d + * {
32031
- margin-top: 16px;
32032
- }
32033
31915
 
32034
- .E_lh0l62z.E_d105ju2d {
31916
+ .E_l1iwnybd {
31917
+ font-family: Inter;
31918
+ font-style: normal;
31919
+ font-weight: bold;
32035
31920
  font-size: 12px;
32036
- color: rgba(44, 56, 82, 0.6);
32037
- margin-top: 12px;
31921
+ line-height: 18px;
32038
31922
  }
32039
31923
 
32040
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31924
+ .E_lprtm1e {
31925
+ font-family: Inter;
31926
+ font-style: normal;
31927
+ font-weight: normal;
31928
+ text-transform: uppercase;
31929
+ font-feature-settings: "cpsp" on;
31930
+ font-size: 12px;
32041
31931
  line-height: 18px;
32042
- font-weight: 500;
32043
- margin-top: 0;
32044
- white-space: initial;
32045
31932
  }
32046
31933
 
32047
- .E_r1skkc3l {
32048
- display: block;
32049
- }
32050
- .E_r1skkc3l span {
32051
- font-size: 14px;
32052
- font-weight: 500;
32053
- line-height: 32px;
32054
- color: #3e4652;
31934
+ .E_l1lln87h {
31935
+ font-family: Inter;
31936
+ font-style: normal;
31937
+ font-weight: bold;
31938
+ text-transform: uppercase;
31939
+ font-feature-settings: "cpsp" on;
31940
+ font-size: 12px;
31941
+ line-height: 18px;
32055
31942
  }
32056
31943
 
32057
- .E_c3cobmo {
32058
- margin-top: 16px;
32059
- padding: 8px;
32060
- border-radius: 6px;
32061
- background: rgba(225, 230, 241, 0.6);
32062
- color: rgba(44, 56, 82, 0.6);
32063
- font-size: 12px;
31944
+ .E_f2pb48l {
31945
+ font-family: Inter;
31946
+ font-style: normal;
31947
+ font-weight: normal;
31948
+ font-size: 13px;
31949
+ line-height: 20px;
32064
31950
  }
32065
- .E_c3cobmo div {
31951
+
31952
+ .E_fi9emkw {
31953
+ font-family: Inter;
31954
+ font-style: normal;
31955
+ font-weight: normal;
31956
+ font-size: 13px;
32066
31957
  line-height: 20px;
32067
- display: flex;
32068
- align-items: center;
32069
- word-break: break-all;
32070
31958
  }
32071
- .E_c3cobmo .title {
32072
- font-weight: 700;
31959
+
31960
+ .E_f1nrg7da {
31961
+ font-family: Inter;
31962
+ font-style: normal;
31963
+ font-weight: normal;
31964
+ font-size: 12px;
32073
31965
  line-height: 18px;
32074
- margin: 4px 0;
32075
31966
  }
32076
31967
 
32077
- .E_uqv57uv {
32078
- color: rgba(44, 56, 82, 0.7490196078);
31968
+ .E_f17k1i3n {
31969
+ font-family: Inter;
31970
+ font-style: normal;
31971
+ font-weight: normal;
31972
+ font-size: 12px;
31973
+ line-height: 18px;
32079
31974
  }
32080
31975
 
32081
- .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
32082
- border-radius: 6px;
32083
- }
32084
- .E_s17wv897.ant-select.ant-select-single {
32085
- width: 100%;
32086
- color: #2d3a56;
32087
- border-color: rgba(211, 218, 235, 0.6);
32088
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31976
+ .E_t1tvuj2e {
31977
+ font-family: Inter;
31978
+ font-style: normal;
31979
+ font-weight: normal;
31980
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32089
31981
  font-size: 13px;
31982
+ line-height: 20px;
32090
31983
  }
32091
- .E_s17wv897.ant-select.ant-select-single[data-size=middle] {
32092
- height: 30px;
32093
- }
32094
- .E_s17wv897.ant-select.ant-select-single.ant-select-lg {
32095
- height: 38px;
31984
+
31985
+ .E_t17uajlu {
31986
+ font-family: Inter;
31987
+ font-style: normal;
31988
+ font-weight: normal;
31989
+ font-feature-settings: "zero" on;
32096
31990
  font-size: 13px;
31991
+ line-height: 20px;
32097
31992
  }
32098
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
32099
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32100
- transition: 160ms ease;
31993
+
31994
+ .E_t114zbyz {
31995
+ font-family: Inter;
31996
+ font-style: normal;
31997
+ font-weight: normal;
31998
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31999
+ font-size: 12px;
32000
+ line-height: 18px;
32101
32001
  }
32102
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
32103
- color: #0080ff;
32002
+
32003
+ .E_t1il0kvi {
32004
+ font-family: Inter;
32005
+ font-style: normal;
32006
+ font-weight: 500;
32007
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32008
+ font-size: 12px;
32009
+ line-height: 18px;
32104
32010
  }
32105
- .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 {
32106
- border-color: rgba(107, 128, 167, 0.6);
32107
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32011
+
32012
+ .E_t10dv8p1 {
32013
+ font-family: Inter;
32014
+ font-style: normal;
32015
+ font-weight: normal;
32016
+ font-feature-settings: "zero" on;
32017
+ font-size: 12px;
32018
+ line-height: 18px;
32108
32019
  }
32109
- .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 {
32110
- color: #0080ff;
32020
+
32021
+ .E_tc2oqpq {
32022
+ font-family: Inter;
32023
+ font-style: normal;
32024
+ font-weight: 500;
32025
+ font-feature-settings: "zero" on;
32026
+ font-size: 12px;
32027
+ line-height: 18px;
32111
32028
  }
32112
- .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 {
32113
- border-color: #0080ff;
32114
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32029
+
32030
+ .E_tzvddmc {
32031
+ font-family: Inter;
32032
+ font-style: normal;
32033
+ font-weight: bold;
32034
+ font-feature-settings: "zero" on;
32035
+ font-size: 16px;
32036
+ line-height: 24px;
32115
32037
  }
32116
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32117
- transform: rotate(180deg);
32038
+
32039
+ .E_u18llj45 {
32040
+ font-family: Inter;
32041
+ font-style: normal;
32042
+ font-weight: normal;
32043
+ font-size: 10px;
32044
+ line-height: 12px;
32118
32045
  }
32119
- .E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32120
- background: rgba(211, 218, 235, 0.6);
32121
- border-color: rgba(172, 186, 211, 0.6);
32122
- cursor: "not-allowed";
32046
+
32047
+ .E_m196gn1d {
32048
+ min-width: 1280px;
32123
32049
  }
32124
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32125
- border-color: #f0483e !important;
32050
+
32051
+ .E_a1b5xrg3 .user-icon-inner {
32052
+ display: inline-flex;
32053
+ align-items: center;
32054
+ justify-content: center;
32055
+ color: #fff;
32056
+ font-weight: bold;
32057
+ font-size: 12px;
32058
+ width: 24px;
32059
+ height: 24px;
32060
+ border-radius: 50%;
32061
+ background: var(--a1b5xrg3-0);
32126
32062
  }
32127
- .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 {
32128
- color: #1d326c;
32063
+ .E_a1b5xrg3.btn-item {
32064
+ transition: all 160ms ease;
32065
+ cursor: pointer;
32066
+ width: 56px;
32067
+ height: 40px;
32068
+ display: inline-flex;
32069
+ align-items: center;
32070
+ justify-content: center;
32071
+ border-radius: 6px;
32129
32072
  }
32130
- .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 {
32131
- border-color: #0080ff;
32132
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32073
+ .E_a1b5xrg3.btn-item:hover {
32074
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
32133
32075
  }
32134
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32135
- transform: rotate(180deg);
32076
+ .E_a1b5xrg3.btn-item:active {
32077
+ transform: translateY(2px);
32078
+ transition: all 320ms ease;
32136
32079
  }
32137
32080
 
32138
32081
  .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
@@ -32262,6 +32205,63 @@ input.E_rf8rlle.ant-input {
32262
32205
  color: rgba(0, 21, 64, 0.3);
32263
32206
  }
32264
32207
 
32208
+ .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
32209
+ border-radius: 6px;
32210
+ }
32211
+ .E_s17wv897.ant-select.ant-select-single {
32212
+ width: 100%;
32213
+ color: #2d3a56;
32214
+ border-color: rgba(211, 218, 235, 0.6);
32215
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32216
+ font-size: 13px;
32217
+ }
32218
+ .E_s17wv897.ant-select.ant-select-single[data-size=middle] {
32219
+ height: 30px;
32220
+ }
32221
+ .E_s17wv897.ant-select.ant-select-single.ant-select-lg {
32222
+ height: 38px;
32223
+ font-size: 13px;
32224
+ }
32225
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
32226
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32227
+ transition: 160ms ease;
32228
+ }
32229
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
32230
+ color: #0080ff;
32231
+ }
32232
+ .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 {
32233
+ border-color: rgba(107, 128, 167, 0.6);
32234
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32235
+ }
32236
+ .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 {
32237
+ color: #0080ff;
32238
+ }
32239
+ .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 {
32240
+ border-color: #0080ff;
32241
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32242
+ }
32243
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32244
+ transform: rotate(180deg);
32245
+ }
32246
+ .E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32247
+ background: rgba(211, 218, 235, 0.6);
32248
+ border-color: rgba(172, 186, 211, 0.6);
32249
+ cursor: "not-allowed";
32250
+ }
32251
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32252
+ border-color: #f0483e !important;
32253
+ }
32254
+ .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 {
32255
+ color: #1d326c;
32256
+ }
32257
+ .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 {
32258
+ border-color: #0080ff;
32259
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32260
+ }
32261
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32262
+ transform: rotate(180deg);
32263
+ }
32264
+
32265
32265
  .E_oa99sl3 {
32266
32266
  display: flex;
32267
32267
  justify-content: space-between;
@@ -32287,6 +32287,21 @@ input.E_rf8rlle.ant-input {
32287
32287
  flex-shrink: 0;
32288
32288
  }
32289
32289
 
32290
+ .E_w1dxz879 {
32291
+ display: flex;
32292
+ flex-direction: column;
32293
+ gap: 6px;
32294
+ }
32295
+ .E_w1dxz879 .ellipsis-tooltip {
32296
+ max-height: var(--w1dxz879-0);
32297
+ text-overflow: clip;
32298
+ overflow: hidden;
32299
+ }
32300
+ .E_w1dxz879 .tips {
32301
+ color: #fff;
32302
+ opacity: 0.8;
32303
+ }
32304
+
32290
32305
  .E_suhck3k {
32291
32306
  height: 24px;
32292
32307
  width: 24px;
@@ -32535,19 +32550,39 @@ input.E_rf8rlle.ant-input {
32535
32550
  font-size: 14px;
32536
32551
  }
32537
32552
 
32538
- .E_w1dxz879 {
32539
- display: flex;
32540
- flex-direction: column;
32541
- gap: 6px;
32553
+ .E_s11wux3h .antd5-segmented-item:not(:last-child) {
32554
+ margin-right: 2px;
32542
32555
  }
32543
- .E_w1dxz879 .ellipsis-tooltip {
32544
- max-height: var(--w1dxz879-0);
32545
- text-overflow: clip;
32546
- overflow: hidden;
32556
+
32557
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
32558
+ padding-left: 8px;
32559
+ padding-right: 8px;
32560
+ font-size: 12px;
32547
32561
  }
32548
- .E_w1dxz879 .tips {
32549
- color: #fff;
32550
- opacity: 0.8;
32562
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
32563
+ border-radius: 4px;
32564
+ }
32565
+ .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32566
+ border-radius: 4px;
32567
+ }
32568
+
32569
+ .E_ma64lna .antd5-segmented-item-label {
32570
+ padding-left: 12px;
32571
+ padding-right: 12px;
32572
+ }
32573
+
32574
+ .E_ckld275 {
32575
+ background-color: rgba(225, 230, 241, 0.6);
32576
+ }
32577
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32578
+ background-color: rgba(255, 255, 255, 0.6);
32579
+ color: rgba(44, 56, 82, 0.75);
32580
+ }
32581
+ .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32582
+ background-color: transparent;
32583
+ }
32584
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
32585
+ background-color: transparent;
32551
32586
  }
32552
32587
 
32553
32588
  .E_h12yihis {
@@ -32770,91 +32805,48 @@ input.E_rf8rlle.ant-input {
32770
32805
  position: static;
32771
32806
  }
32772
32807
 
32773
- button.E_l48ei06.ant-btn,
32774
- button.E_l48ei06.ant-btn.ant-btn-sm,
32775
- button.E_l48ei06.ant-btn.ant-btn-lg {
32776
- font-size: 12px;
32777
- line-height: 18px;
32778
- height: 18px;
32808
+ .E_c1yd35n {
32809
+ padding: 0 12px 14px 12px;
32779
32810
  }
32780
32811
 
32781
- button.E_l48ei06 {
32782
- color: #0080FF;
32783
- height: unset;
32784
- }
32785
- button.E_l48ei06 .button-prefix-icon {
32786
- margin-right: 4px;
32787
- }
32788
- button.E_l48ei06 .button-suffix-icon {
32789
- margin-left: 4px;
32790
- }
32791
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
32792
- color: #009DFF;
32793
- }
32794
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
32795
- color: #005ED1;
32796
- }
32797
- button.E_l48ei06.ui-kit-link-disabled {
32798
- color: #0080FF;
32799
- }
32800
- button.E_l48ei06.ui-kit-link-primary {
32801
- color: #00122E;
32802
- }
32803
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
32804
- color: #0080FF;
32805
- }
32806
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
32807
- color: #005ED1;
32808
- }
32809
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
32810
- color: #00122E;
32811
- }
32812
- button.E_l48ei06.ui-kit-link-secondary {
32813
- color: rgba(44, 56, 82, 0.7490196078);
32812
+ .E_c1kghdax {
32813
+ color: #2d3a56;
32814
+ padding: 7px 12px;
32815
+ display: flex;
32816
+ justify-content: space-between;
32817
+ align-items: center;
32814
32818
  }
32815
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
32816
- color: #0080FF;
32819
+ .E_c1kghdax.has-arrow {
32820
+ padding-left: 10px;
32817
32821
  }
32818
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
32819
- color: #005ED1;
32822
+ .E_c1kghdax.has-arrow .title-wrapper {
32823
+ cursor: pointer;
32824
+ color: #00122e;
32820
32825
  }
32821
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
32822
- color: rgba(44, 56, 82, 0.7490196078);
32826
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
32827
+ color: #2d3a56;
32828
+ font-weight: 600;
32823
32829
  }
32824
-
32825
- .E_s11wux3h .antd5-segmented-item:not(:last-child) {
32826
- margin-right: 2px;
32830
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
32831
+ transform: rotate(90deg);
32827
32832
  }
32828
-
32829
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
32830
- padding-left: 8px;
32831
- padding-right: 8px;
32833
+ .E_c1kghdax .sub-info {
32832
32834
  font-size: 12px;
32835
+ line-height: 18px;
32833
32836
  }
32834
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
32835
- border-radius: 4px;
32836
- }
32837
- .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32838
- border-radius: 4px;
32839
- }
32840
-
32841
- .E_ma64lna .antd5-segmented-item-label {
32842
- padding-left: 12px;
32843
- padding-right: 12px;
32844
- }
32845
-
32846
- .E_ckld275 {
32847
- background-color: rgba(225, 230, 241, 0.6);
32848
- }
32849
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32850
- background-color: rgba(255, 255, 255, 0.6);
32851
- color: rgba(44, 56, 82, 0.75);
32852
- }
32853
- .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
32854
- background-color: transparent;
32837
+ .E_c1kghdax .title-wrapper {
32838
+ display: flex;
32839
+ align-items: center;
32840
+ user-select: none;
32841
+ flex-grow: 1;
32842
+ font-size: 12px;
32843
+ line-height: 18px;
32844
+ color: #2d3a56;
32845
+ font-weight: 700;
32855
32846
  }
32856
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
32857
- background-color: transparent;
32847
+ .E_c1kghdax .collapse-arrow {
32848
+ transition: all 50ms ease-out 0ms;
32849
+ margin-right: 2px;
32858
32850
  }
32859
32851
 
32860
32852
  .E_ckui4s7 {
@@ -32910,59 +32902,32 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
32910
32902
  margin-left: 12px;
32911
32903
  color: #2d3a56;
32912
32904
  }
32913
- .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
32914
- margin-left: 28px;
32915
- color: rgba(44, 56, 82, 0.6);
32916
- }
32917
- .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
32918
- margin-left: 8px;
32919
- }
32920
- .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
32921
- margin-left: 24px;
32922
- }
32923
-
32924
- .E_c1kghdax {
32925
- color: #2d3a56;
32926
- padding: 7px 12px;
32927
- display: flex;
32928
- justify-content: space-between;
32929
- align-items: center;
32930
- }
32931
- .E_c1kghdax.has-arrow {
32932
- padding-left: 10px;
32933
- }
32934
- .E_c1kghdax.has-arrow .title-wrapper {
32935
- cursor: pointer;
32936
- color: #00122e;
32937
- }
32938
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
32939
- color: #2d3a56;
32940
- font-weight: 600;
32941
- }
32942
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
32943
- transform: rotate(90deg);
32944
- }
32945
- .E_c1kghdax .sub-info {
32946
- font-size: 12px;
32947
- line-height: 18px;
32905
+ .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
32906
+ margin-left: 28px;
32907
+ color: rgba(44, 56, 82, 0.6);
32948
32908
  }
32949
- .E_c1kghdax .title-wrapper {
32950
- display: flex;
32951
- align-items: center;
32952
- user-select: none;
32953
- flex-grow: 1;
32954
- font-size: 12px;
32955
- line-height: 18px;
32956
- color: #2d3a56;
32957
- font-weight: 700;
32909
+ .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
32910
+ margin-left: 8px;
32958
32911
  }
32959
- .E_c1kghdax .collapse-arrow {
32960
- transition: all 50ms ease-out 0ms;
32961
- margin-right: 2px;
32912
+ .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
32913
+ margin-left: 24px;
32962
32914
  }
32963
32915
 
32964
- .E_c1yd35n {
32965
- padding: 0 12px 14px 12px;
32916
+ .E_b14q2gmw {
32917
+ 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);
32918
+ }
32919
+
32920
+ .E_c1eym6el {
32921
+ border-radius: 8px;
32922
+ background-color: white;
32923
+ }
32924
+ .E_c1eym6el.hoverable {
32925
+ cursor: pointer;
32926
+ }
32927
+ .E_c1eym6el.hoverable:hover {
32928
+ transition: all 200ms ease;
32929
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32930
+ transform: translateY(-4px);
32966
32931
  }
32967
32932
 
32968
32933
  .E_lht19u8 {
@@ -33014,96 +32979,42 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33014
32979
  animation: loading-indicator3 1100ms ease-out infinite;
33015
32980
  }
33016
32981
 
33017
- .E_b14q2gmw {
33018
- 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);
32982
+ .E_w7ob4th.outside-tag {
32983
+ padding-left: 0;
33019
32984
  }
33020
-
33021
- .E_c1eym6el {
33022
- border-radius: 8px;
33023
- background-color: white;
32985
+ .E_w7ob4th.outside-tag .inside-tag {
32986
+ border-radius: 4px 0 0 4px;
32987
+ padding-right: 4px;
32988
+ margin-right: 4px;
33024
32989
  }
33025
- .E_c1eym6el.hoverable {
33026
- cursor: pointer;
32990
+
32991
+ .E_slr2ynn {
32992
+ padding: 0 8px;
32993
+ height: 18px;
33027
32994
  }
33028
- .E_c1eym6el.hoverable:hover {
33029
- transition: all 200ms ease;
33030
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33031
- transform: translateY(-4px);
32995
+
32996
+ .E_m140wbb6 {
32997
+ padding: 2px 8px;
32998
+ height: 24px;
33032
32999
  }
33033
33000
 
33034
- .E_sddwhm6 {
33001
+ .E_t1fozc1i {
33035
33002
  margin: 0;
33036
- border-radius: 20px;
33037
- padding: 2px 10px;
33038
- height: 22px;
33039
- }
33040
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
33041
- background-color: rgba(237, 241, 250, 0.6) !important;
33042
- }
33043
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
33044
- background-color: rgba(225, 230, 241, 0.6) !important;
33045
- }
33046
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
33047
- color: #00122e;
33048
- }
33049
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33050
- margin-right: 6px;
33051
- }
33052
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33053
- margin-left: 8px;
33054
- color: rgba(44, 56, 82, 0.6);
33055
- }
33056
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33057
- background-color: rgba(0, 136, 255, 0.1);
33058
- }
33059
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33060
- background-color: #0080ff;
33061
- }
33062
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
33063
- background-color: rgba(0, 136, 255, 0.16);
33064
- }
33065
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
33066
- background-color: rgba(255, 74, 74, 0.1);
33067
- }
33068
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33069
- background-color: #f0483e;
33070
- }
33071
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
33072
- background-color: rgba(255, 74, 74, 0.16);
33073
- }
33074
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33075
- background-color: rgba(254, 160, 8, 0.1);
33076
- }
33077
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33078
- background-color: #fea008;
33079
- }
33080
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
33081
- background-color: rgba(255, 187, 0, 0.16);
33082
- }
33083
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
33084
- background-color: rgba(30, 201, 127, 0.1);
33085
- }
33086
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33087
- background-color: #00ba5d;
33088
- }
33089
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
33090
- background-color: rgba(30, 201, 127, 0.16);
33091
- }
33092
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33093
- background-color: rgba(225, 230, 241, 0.6);
33094
- }
33095
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33096
- background-color: #6b7d99;
33097
33003
  }
33098
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
33099
- background-color: rgba(211, 218, 235, 0.6);
33004
+
33005
+ .E_i1vxv4ln {
33006
+ margin-right: 4px;
33007
+ height: 16px;
33100
33008
  }
33101
33009
 
33102
- .E_satwmqm {
33103
- width: 8px;
33104
- height: 8px;
33105
- border-radius: 50%;
33106
- display: inline-block;
33010
+ .E_n1afl31m.ant-tag.ant-tag-gray {
33011
+ font-weight: 700;
33012
+ color: #00122e;
33013
+ background-color: rgba(237, 241, 250, 0.6);
33014
+ border: 1px solid rgba(211, 218, 235, 0.6);
33015
+ word-break: break-all;
33016
+ display: inline;
33017
+ white-space: normal;
33107
33018
  }
33108
33019
 
33109
33020
  .E_tc97u5y {
@@ -33413,125 +33324,195 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33413
33324
  .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
33414
33325
  background: #f2f5fa;
33415
33326
  }
33416
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
33417
- display: block;
33327
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
33328
+ display: block;
33329
+ }
33330
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
33331
+ padding-right: 25px;
33332
+ }
33333
+ .E_t1fisho6 div.ant-table .ant-table-selection-column {
33334
+ padding: 0 !important;
33335
+ }
33336
+ .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
33337
+ position: absolute;
33338
+ left: 50%;
33339
+ top: 50%;
33340
+ transform: translate(-50%, -50%);
33341
+ }
33342
+ .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
33343
+ display: none;
33344
+ }
33345
+ .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
33346
+ background: #fff;
33347
+ }
33348
+ .E_t1fisho6 div.ant-table .ant-table-placeholder {
33349
+ background: inherit;
33350
+ }
33351
+ .E_t1fisho6 div.ant-table .ant-table-placeholder td {
33352
+ position: static;
33353
+ border: none;
33354
+ background: inherit !important;
33355
+ height: 100px;
33356
+ vertical-align: middle;
33357
+ }
33358
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
33359
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
33360
+ font-weight: bold;
33361
+ font-size: 20px;
33362
+ color: rgba(10, 37, 85, 0.6);
33363
+ }
33364
+ .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
33365
+ .E_t1fisho6 div.ant-table th.cell__action_ {
33366
+ z-index: 10;
33367
+ }
33368
+ .E_t1fisho6 div.ant-table td.cell__action_ {
33369
+ padding: 0 !important;
33370
+ position: relative;
33371
+ background: #fff;
33372
+ }
33373
+ .E_t1fisho6 div.ant-table td.cell__action_ > * {
33374
+ height: 100%;
33375
+ display: flex;
33376
+ align-items: center;
33377
+ justify-content: flex-end;
33378
+ padding-right: 8px;
33379
+ }
33380
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
33381
+ width: 24px;
33382
+ height: 24px;
33383
+ cursor: pointer;
33384
+ justify-content: center;
33385
+ border-radius: 4px;
33386
+ }
33387
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
33388
+ background: #fff;
33389
+ }
33390
+
33391
+ button.E_l48ei06.ant-btn,
33392
+ button.E_l48ei06.ant-btn.ant-btn-sm,
33393
+ button.E_l48ei06.ant-btn.ant-btn-lg {
33394
+ font-size: 12px;
33395
+ line-height: 18px;
33396
+ height: 18px;
33397
+ }
33398
+
33399
+ button.E_l48ei06 {
33400
+ color: #0080FF;
33401
+ height: unset;
33402
+ }
33403
+ button.E_l48ei06 .button-prefix-icon {
33404
+ margin-right: 4px;
33405
+ }
33406
+ button.E_l48ei06 .button-suffix-icon {
33407
+ margin-left: 4px;
33408
+ }
33409
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
33410
+ color: #009DFF;
33411
+ }
33412
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
33413
+ color: #005ED1;
33414
+ }
33415
+ button.E_l48ei06.ui-kit-link-disabled {
33416
+ color: #0080FF;
33417
+ }
33418
+ button.E_l48ei06.ui-kit-link-primary {
33419
+ color: #00122E;
33420
+ }
33421
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
33422
+ color: #0080FF;
33423
+ }
33424
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
33425
+ color: #005ED1;
33426
+ }
33427
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
33428
+ color: #00122E;
33429
+ }
33430
+ button.E_l48ei06.ui-kit-link-secondary {
33431
+ color: rgba(44, 56, 82, 0.7490196078);
33432
+ }
33433
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
33434
+ color: #0080FF;
33435
+ }
33436
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
33437
+ color: #005ED1;
33418
33438
  }
33419
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
33420
- padding-right: 25px;
33439
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33440
+ color: rgba(44, 56, 82, 0.7490196078);
33421
33441
  }
33422
- .E_t1fisho6 div.ant-table .ant-table-selection-column {
33423
- padding: 0 !important;
33442
+
33443
+ .E_sddwhm6 {
33444
+ margin: 0;
33445
+ border-radius: 20px;
33446
+ padding: 2px 10px;
33447
+ height: 22px;
33424
33448
  }
33425
- .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
33426
- position: absolute;
33427
- left: 50%;
33428
- top: 50%;
33429
- transform: translate(-50%, -50%);
33449
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
33450
+ background-color: rgba(237, 241, 250, 0.6) !important;
33430
33451
  }
33431
- .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
33432
- display: none;
33452
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
33453
+ background-color: rgba(225, 230, 241, 0.6) !important;
33433
33454
  }
33434
- .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
33435
- background: #fff;
33455
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
33456
+ color: #00122e;
33436
33457
  }
33437
- .E_t1fisho6 div.ant-table .ant-table-placeholder {
33438
- background: inherit;
33458
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
33459
+ margin-right: 6px;
33439
33460
  }
33440
- .E_t1fisho6 div.ant-table .ant-table-placeholder td {
33441
- position: static;
33442
- border: none;
33443
- background: inherit !important;
33444
- height: 100px;
33445
- vertical-align: middle;
33461
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
33462
+ margin-left: 8px;
33463
+ color: rgba(44, 56, 82, 0.6);
33446
33464
  }
33447
- .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
33448
- .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
33449
- font-weight: bold;
33450
- font-size: 20px;
33451
- color: rgba(10, 37, 85, 0.6);
33465
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
33466
+ background-color: rgba(0, 136, 255, 0.1);
33452
33467
  }
33453
- .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
33454
- .E_t1fisho6 div.ant-table th.cell__action_ {
33455
- z-index: 10;
33468
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
33469
+ background-color: #0080ff;
33456
33470
  }
33457
- .E_t1fisho6 div.ant-table td.cell__action_ {
33458
- padding: 0 !important;
33459
- position: relative;
33460
- background: #fff;
33471
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
33472
+ background-color: rgba(0, 136, 255, 0.16);
33461
33473
  }
33462
- .E_t1fisho6 div.ant-table td.cell__action_ > * {
33463
- height: 100%;
33464
- display: flex;
33465
- align-items: center;
33466
- justify-content: flex-end;
33467
- padding-right: 8px;
33474
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
33475
+ background-color: rgba(255, 74, 74, 0.1);
33468
33476
  }
33469
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
33470
- width: 24px;
33471
- height: 24px;
33472
- cursor: pointer;
33473
- justify-content: center;
33474
- border-radius: 4px;
33477
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
33478
+ background-color: #f0483e;
33475
33479
  }
33476
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
33477
- background: #fff;
33480
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
33481
+ background-color: rgba(255, 74, 74, 0.16);
33478
33482
  }
33479
-
33480
- .E_w7ob4th.outside-tag {
33481
- padding-left: 0;
33483
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
33484
+ background-color: rgba(254, 160, 8, 0.1);
33482
33485
  }
33483
- .E_w7ob4th.outside-tag .inside-tag {
33484
- border-radius: 4px 0 0 4px;
33485
- padding-right: 4px;
33486
- margin-right: 4px;
33486
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
33487
+ background-color: #fea008;
33487
33488
  }
33488
-
33489
- .E_r77hffu {
33490
- display: flex;
33491
- align-items: center;
33492
- justify-content: space-between;
33493
- column-gap: 6px;
33489
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
33490
+ background-color: rgba(255, 187, 0, 0.16);
33494
33491
  }
33495
-
33496
- .E_p1cmxsf7 {
33497
- display: flex;
33498
- flex-direction: column;
33499
- justify-content: center;
33500
- row-gap: var(--p1cmxsf7-0);
33492
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
33493
+ background-color: rgba(30, 201, 127, 0.1);
33501
33494
  }
33502
- .E_p1cmxsf7 .antd5-progress-line {
33503
- font-size: 0;
33504
- margin-bottom: unset;
33505
- margin-inline-end: unset;
33495
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
33496
+ background-color: #00ba5d;
33506
33497
  }
33507
-
33508
- .E_slr2ynn {
33509
- padding: 0 8px;
33510
- height: 18px;
33498
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
33499
+ background-color: rgba(30, 201, 127, 0.16);
33511
33500
  }
33512
-
33513
- .E_m140wbb6 {
33514
- padding: 2px 8px;
33515
- height: 24px;
33501
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
33502
+ background-color: rgba(225, 230, 241, 0.6);
33516
33503
  }
33517
-
33518
- .E_t1fozc1i {
33519
- margin: 0;
33504
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
33505
+ background-color: #6b7d99;
33520
33506
  }
33521
-
33522
- .E_i1vxv4ln {
33523
- margin-right: 4px;
33524
- height: 16px;
33507
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
33508
+ background-color: rgba(211, 218, 235, 0.6);
33525
33509
  }
33526
33510
 
33527
- .E_n1afl31m.ant-tag.ant-tag-gray {
33528
- font-weight: 700;
33529
- color: #00122e;
33530
- background-color: rgba(237, 241, 250, 0.6);
33531
- border: 1px solid rgba(211, 218, 235, 0.6);
33532
- word-break: break-all;
33533
- display: inline;
33534
- white-space: normal;
33511
+ .E_satwmqm {
33512
+ width: 8px;
33513
+ height: 8px;
33514
+ border-radius: 50%;
33515
+ display: inline-block;
33535
33516
  }
33536
33517
 
33537
33518
  .E_sjob3jg {
@@ -33729,6 +33710,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33729
33710
  justify-content: center;
33730
33711
  }
33731
33712
 
33713
+ .E_i1g85yz3 {
33714
+ margin-right: 4px;
33715
+ height: 16px;
33716
+ }
33717
+
33732
33718
  .E_t1dtlqs1 {
33733
33719
  margin-bottom: 4px;
33734
33720
  color: rgba(44, 56, 82, 0.6);
@@ -33925,6 +33911,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33925
33911
  margin-right: 8px;
33926
33912
  }
33927
33913
 
33914
+ .E_r77hffu {
33915
+ display: flex;
33916
+ align-items: center;
33917
+ justify-content: space-between;
33918
+ column-gap: 6px;
33919
+ }
33920
+
33921
+ .E_p1cmxsf7 {
33922
+ display: flex;
33923
+ flex-direction: column;
33924
+ justify-content: center;
33925
+ row-gap: var(--p1cmxsf7-0);
33926
+ }
33927
+ .E_p1cmxsf7 .antd5-progress-line {
33928
+ font-size: 0;
33929
+ margin-bottom: unset;
33930
+ margin-inline-end: unset;
33931
+ }
33932
+
33928
33933
  .E_t13ef470 {
33929
33934
  height: 100%;
33930
33935
  }
@@ -34023,11 +34028,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34023
34028
  flex: 1;
34024
34029
  }
34025
34030
 
34026
- .E_i1g85yz3 {
34027
- margin-right: 4px;
34028
- height: 16px;
34029
- }
34030
-
34031
34031
  .E_t1gvlxt5 {
34032
34032
  min-width: 0;
34033
34033
  flex: 1;
@@ -34464,6 +34464,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34464
34464
  color: #00122E;
34465
34465
  }
34466
34466
 
34467
+ .E_bpgac8u {
34468
+ color: #FFFFFF;
34469
+ display: flex;
34470
+ gap: 8px;
34471
+ padding: 8px 0;
34472
+ display: flex;
34473
+ justify-content: center;
34474
+ white-space: pre-wrap;
34475
+ align-items: center;
34476
+ }
34477
+ .E_bpgac8u .dashed-btn {
34478
+ border-bottom: 1px solid white;
34479
+ cursor: pointer;
34480
+ }
34481
+
34482
+ .E_envn4g3 {
34483
+ background: #F0483E;
34484
+ }
34485
+
34486
+ .E_i12w18eu {
34487
+ background: #0080FF;
34488
+ }
34489
+
34490
+ .E_wujsnt4 {
34491
+ background-color: #E07F00;
34492
+ }
34493
+
34467
34494
  .E_s20iney.skeleton-box {
34468
34495
  display: flex;
34469
34496
  align-items: center;
@@ -34522,10 +34549,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34522
34549
  background: rgba(225, 230, 241, 0.6);
34523
34550
  }
34524
34551
 
34525
- .E_t1616y1o {
34526
- color: #fff;
34527
- }
34528
-
34529
34552
  .E_f16blduf.ant-form-item {
34530
34553
  margin-bottom: 0;
34531
34554
  }
@@ -34545,6 +34568,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34545
34568
  display: block;
34546
34569
  }
34547
34570
 
34571
+ .E_t1616y1o {
34572
+ color: #fff;
34573
+ }
34574
+
34548
34575
  .E_a9y3flr {
34549
34576
  margin-left: 8px;
34550
34577
  }
@@ -34554,18 +34581,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34554
34581
  color: #00122e;
34555
34582
  }
34556
34583
 
34557
- .E_i14c7jc8 {
34558
- color: var(--i14c7jc8-0);
34559
- }
34560
-
34561
- .E_i1ibuolf {
34562
- display: flex;
34563
- align-items: center;
34564
- column-gap: 4px;
34565
- font-size: 12px;
34566
- color: rgba(44, 56, 82, 0.7490196078);
34567
- }
34568
-
34569
34584
  .E_d1u4ndxc {
34570
34585
  color: rgba(44, 56, 82, 0.7490196078);
34571
34586
  font-size: 12px;
@@ -34584,64 +34599,29 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34584
34599
  content: "";
34585
34600
  display: block;
34586
34601
  height: 8px;
34587
- background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
34588
- animation: loading 1600ms ease-out infinite;
34589
- opacity: 1;
34590
- }
34591
- @keyframes loading {
34592
- from {
34593
- transform: translateX(-100%);
34594
- }
34595
- to {
34596
- transform: translateX(100%);
34597
- }
34598
- }
34599
-
34600
- .E_c18bcrac {
34601
- display: inline-block;
34602
- width: 100%;
34603
- }
34604
- .E_c18bcrac .recharts-wrapper {
34605
- margin-left: 4px;
34606
- }
34607
-
34608
- .E_cro7kg2 {
34609
- padding: 4px;
34610
- }
34611
-
34612
- .E_c14wcxf0 {
34613
- display: flex;
34614
- justify-content: space-between;
34615
- align-items: center;
34616
- font-size: 13px;
34617
- line-height: 24px;
34618
- color: #cccccc;
34619
- white-space: nowrap;
34620
- }
34621
- .E_c14wcxf0 label {
34622
- margin-right: 32px;
34602
+ background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
34603
+ animation: loading 1600ms ease-out infinite;
34604
+ opacity: 1;
34623
34605
  }
34624
-
34625
- .E_coy29mj.E_c14wcxf0 {
34626
- font-weight: bold;
34627
- color: white;
34606
+ @keyframes loading {
34607
+ from {
34608
+ transform: translateX(-100%);
34609
+ }
34610
+ to {
34611
+ transform: translateX(100%);
34612
+ }
34628
34613
  }
34629
34614
 
34630
- .E_s11212zy {
34631
- width: 8px;
34632
- height: 8px;
34633
- border-radius: 2px;
34634
- display: inline-block;
34635
- background: var(--s11212zy-0);
34636
- border: 1px solid #fff;
34637
- box-sizing: content-box;
34638
- margin-right: 6px;
34615
+ .E_i14c7jc8 {
34616
+ color: var(--i14c7jc8-0);
34639
34617
  }
34640
34618
 
34641
- .E_p1lyky6c > :first-child {
34642
- font-weight: bold;
34643
- color: white;
34644
- margin-right: 4px;
34619
+ .E_i1ibuolf {
34620
+ display: flex;
34621
+ align-items: center;
34622
+ column-gap: 4px;
34623
+ font-size: 12px;
34624
+ color: rgba(44, 56, 82, 0.7490196078);
34645
34625
  }
34646
34626
 
34647
34627
  .E_s1ebs0ra {
@@ -34705,50 +34685,51 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34705
34685
  background: #fff;
34706
34686
  }
34707
34687
 
34708
- .E_skwah65 {
34709
- height: 8px;
34710
- box-sizing: border-box;
34711
- border-radius: 2px;
34712
- background: #f5f7fa;
34713
- display: flex;
34688
+ .E_c18bcrac {
34689
+ display: inline-block;
34714
34690
  width: 100%;
34715
- overflow: hidden;
34716
34691
  }
34717
- .E_skwah65 .stack-bar-item + .stack-bar-item {
34718
- margin-left: 1px;
34719
- }
34720
-
34721
- span.E_tqjc4ui {
34722
- margin: 0 2px;
34692
+ .E_c18bcrac .recharts-wrapper {
34693
+ margin-left: 4px;
34723
34694
  }
34724
34695
 
34725
- .E_gmyahx3 {
34726
- cursor: pointer;
34727
- }
34728
- .E_gmyahx3 .link-text {
34729
- color: rgba(0, 21, 64, 0.3);
34730
- }
34731
- .E_gmyahx3:hover .link-text {
34732
- color: #0080ff;
34696
+ .E_cro7kg2 {
34697
+ padding: 4px;
34733
34698
  }
34734
34699
 
34735
- .E_n12mqh7z {
34700
+ .E_c14wcxf0 {
34736
34701
  display: flex;
34702
+ justify-content: space-between;
34737
34703
  align-items: center;
34738
- font-size: 12px;
34739
- line-height: 18px;
34704
+ font-size: 13px;
34705
+ line-height: 24px;
34706
+ color: #cccccc;
34707
+ white-space: nowrap;
34740
34708
  }
34741
- .E_n12mqh7z:not(:last-child) {
34742
- margin-bottom: 4px;
34709
+ .E_c14wcxf0 label {
34710
+ margin-right: 32px;
34743
34711
  }
34744
34712
 
34745
- .E_tf5bynu {
34746
- margin: 0 3px;
34713
+ .E_coy29mj.E_c14wcxf0 {
34714
+ font-weight: bold;
34715
+ color: white;
34747
34716
  }
34748
34717
 
34749
- .E_tcckoz1 {
34750
- max-height: 400px;
34751
- overflow: auto;
34718
+ .E_s11212zy {
34719
+ width: 8px;
34720
+ height: 8px;
34721
+ border-radius: 2px;
34722
+ display: inline-block;
34723
+ background: var(--s11212zy-0);
34724
+ border: 1px solid #fff;
34725
+ box-sizing: content-box;
34726
+ margin-right: 6px;
34727
+ }
34728
+
34729
+ .E_p1lyky6c > :first-child {
34730
+ font-weight: bold;
34731
+ color: white;
34732
+ margin-right: 4px;
34752
34733
  }
34753
34734
 
34754
34735
  .E_clm1wy1 {
@@ -34834,14 +34815,172 @@ span.E_tqjc4ui {
34834
34815
  border-radius: 1px;
34835
34816
  background: #0096ff;
34836
34817
  }
34837
- .E_cxhf7dh .dot:not(:last-child) {
34838
- margin-right: 2px;
34818
+ .E_cxhf7dh .dot:not(:last-child) {
34819
+ margin-right: 2px;
34820
+ }
34821
+ .E_cxhf7dh .bar {
34822
+ width: 9px;
34823
+ height: 2px;
34824
+ background: #0096ff;
34825
+ border-radius: 2px;
34826
+ }
34827
+
34828
+ span.E_tqjc4ui {
34829
+ margin: 0 2px;
34830
+ }
34831
+
34832
+ .E_gmyahx3 {
34833
+ cursor: pointer;
34834
+ }
34835
+ .E_gmyahx3 .link-text {
34836
+ color: rgba(0, 21, 64, 0.3);
34837
+ }
34838
+ .E_gmyahx3:hover .link-text {
34839
+ color: #0080ff;
34840
+ }
34841
+
34842
+ .E_n12mqh7z {
34843
+ display: flex;
34844
+ align-items: center;
34845
+ font-size: 12px;
34846
+ line-height: 18px;
34847
+ }
34848
+ .E_n12mqh7z:not(:last-child) {
34849
+ margin-bottom: 4px;
34850
+ }
34851
+
34852
+ .E_tf5bynu {
34853
+ margin: 0 3px;
34854
+ }
34855
+
34856
+ .E_tcckoz1 {
34857
+ max-height: 400px;
34858
+ overflow: auto;
34859
+ }
34860
+
34861
+ .E_s1iv0tp1 .enabled-switch {
34862
+ display: flex;
34863
+ align-items: center;
34864
+ }
34865
+ .E_s1iv0tp1 .enabled-text {
34866
+ margin-right: 8px;
34867
+ }
34868
+
34869
+ .E_t1sqg15u {
34870
+ background: white;
34871
+ }
34872
+ .E_t1sqg15u.inline .table-row {
34873
+ flex-direction: column;
34874
+ }
34875
+ .E_t1sqg15u.inline .table-row > label {
34876
+ padding: 0 16px 7px 0;
34877
+ }
34878
+ .E_t1sqg15u.has-border .table-header {
34879
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34880
+ }
34881
+ .E_t1sqg15u.has-border .hiddenBorder {
34882
+ border-top: none !important;
34883
+ }
34884
+ .E_t1sqg15u.has-border .table-row + .table-row {
34885
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
34886
+ }
34887
+ .E_t1sqg15u.has-border .table-row:last-of-type {
34888
+ padding-bottom: 0;
34889
+ }
34890
+ .E_t1sqg15u.align-right .content {
34891
+ text-align: right;
34892
+ }
34893
+ .E_t1sqg15u .uuid-row {
34894
+ display: flex;
34895
+ justify-content: space-between;
34896
+ }
34897
+ .E_t1sqg15u .uuid-row .id-text {
34898
+ white-space: nowrap;
34899
+ overflow: hidden;
34900
+ text-overflow: ellipsis;
34901
+ }
34902
+
34903
+ .E_t4zczcp {
34904
+ display: flex;
34905
+ justify-content: space-between;
34906
+ align-items: center;
34907
+ padding: 8px;
34908
+ min-height: 32px;
34909
+ }
34910
+ .E_t4zczcp .table-title {
34911
+ color: rgba(44, 56, 82, 0.6);
34912
+ font-weight: 600;
34913
+ font-size: 12px;
34914
+ line-height: 8px;
34915
+ }
34916
+ .E_t4zczcp .edit-icon {
34917
+ font-size: 16px;
34918
+ color: rgba(10, 37, 85, 0.6);
34919
+ cursor: pointer;
34920
+ }
34921
+
34922
+ .E_t1s7goww {
34923
+ font-size: 12px;
34924
+ line-height: 18px;
34925
+ }
34926
+
34927
+ .E_t93e4cf {
34928
+ display: flex;
34929
+ padding: 8px 0;
34930
+ color: #2d3a56;
34931
+ }
34932
+ .E_t93e4cf .hidden {
34933
+ display: none;
34934
+ }
34935
+ .E_t93e4cf .ant-btn.ant-btn-link {
34936
+ height: auto;
34937
+ }
34938
+ .E_t93e4cf .content {
34939
+ overflow: hidden;
34940
+ overflow-x: auto;
34941
+ width: 100%;
34942
+ white-space: pre-wrap;
34943
+ }
34944
+ .E_t93e4cf .content .ant-btn {
34945
+ white-space: pre-wrap;
34946
+ text-align: left;
34947
+ }
34948
+ .E_t93e4cf .content .unit-chart {
34949
+ justify-content: flex-start;
34950
+ }
34951
+
34952
+ .E_rhz2uv5 {
34953
+ width: var(--rhz2uv5-0);
34954
+ flex-shrink: 0;
34955
+ color: rgba(44, 56, 82, 0.6);
34956
+ padding-right: 12px;
34957
+ }
34958
+
34959
+ .E_ou7iq30 {
34960
+ overflow: hidden;
34961
+ text-overflow: ellipsis;
34962
+ }
34963
+
34964
+ .E_s1tui002 {
34965
+ white-space: nowrap;
34966
+ }
34967
+
34968
+ .E_mxrc2zg {
34969
+ display: -webkit-box;
34970
+ -webkit-line-clamp: var(--mxrc2zg-0);
34971
+ -webkit-box-orient: vertical;
34972
+ word-break: break-all;
34973
+ }
34974
+
34975
+ .E_t1vv6d68 .ant-tooltip-arrow {
34976
+ display: none;
34977
+ }
34978
+ .E_t1vv6d68 .ant-tooltip-inner {
34979
+ background: rgba(23, 38, 64, 0.8);
34980
+ border-radius: 4px;
34839
34981
  }
34840
- .E_cxhf7dh .bar {
34841
- width: 9px;
34842
- height: 2px;
34843
- background: #0096ff;
34844
- border-radius: 2px;
34982
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
34983
+ visibility: hidden;
34845
34984
  }
34846
34985
 
34847
34986
  .E_c1up1pdz {
@@ -34984,144 +35123,40 @@ span.E_tqjc4ui {
34984
35123
  color: #fff;
34985
35124
  }
34986
35125
 
34987
- .E_ou7iq30 {
34988
- overflow: hidden;
34989
- text-overflow: ellipsis;
34990
- }
34991
-
34992
- .E_s1tui002 {
34993
- white-space: nowrap;
34994
- }
34995
-
34996
- .E_mxrc2zg {
34997
- display: -webkit-box;
34998
- -webkit-line-clamp: var(--mxrc2zg-0);
34999
- -webkit-box-orient: vertical;
35000
- word-break: break-all;
35001
- }
35002
-
35003
- .E_t1vv6d68 .ant-tooltip-arrow {
35004
- display: none;
35005
- }
35006
- .E_t1vv6d68 .ant-tooltip-inner {
35007
- background: rgba(23, 38, 64, 0.8);
35008
- border-radius: 4px;
35009
- }
35010
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35011
- visibility: hidden;
35012
- }
35013
-
35014
- .E_s1at6qmn.ant-layout-sider {
35015
- background: #edf0f7;
35016
- padding: 32px 8px;
35017
- overflow: auto;
35018
- }
35019
- .E_s1at6qmn .ant-layout-sider-children {
35020
- display: flex;
35021
- flex-direction: column;
35022
- justify-content: space-between;
35023
- }
35024
- .E_s1at6qmn footer {
35126
+ .E_wg1tsps {
35025
35127
  display: flex;
35128
+ align-items: center;
35129
+ justify-content: flex-end;
35026
35130
  }
35027
- .E_s1at6qmn .ant-menu {
35028
- background: #edf0f7;
35029
- }
35030
- .E_s1at6qmn .ant-menu a {
35031
- color: #00122e;
35032
- width: 180px;
35033
- overflow: hidden;
35034
- text-overflow: ellipsis;
35035
- }
35036
- .E_s1at6qmn .ant-menu-vertical {
35037
- margin-bottom: 24px;
35038
- }
35039
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
35040
- margin: 0;
35041
- }
35042
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
35043
- font-size: 12px;
35044
- padding: 0 8px 4px;
35045
- line-height: 18px;
35046
- }
35047
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
35048
- padding: 0;
35049
- }
35050
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
35051
- padding-bottom: 24px;
35052
- }
35053
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
35054
- margin-bottom: 24px;
35055
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
35056
- }
35057
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
35058
- transition: none;
35131
+
35132
+ .E_b1ctd5xy {
35059
35133
  display: flex;
35060
35134
  align-items: center;
35061
- height: 32px;
35062
- line-height: 22px;
35063
- padding: 0 8px;
35064
- }
35065
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
35066
- margin-right: 12px;
35067
- }
35068
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
35069
- margin: 0;
35070
- margin-bottom: 2px;
35071
- }
35072
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
35073
- background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
35074
- box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
35075
- border-radius: 6px;
35076
- color: #fff;
35077
- }
35078
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
35079
- color: #fff;
35135
+ width: calc(100% - 40px);
35080
35136
  }
35081
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
35082
- background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
35083
- box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
35084
- border-radius: 6px;
35137
+ .E_b1ctd5xy .chart {
35138
+ display: inline-block;
35139
+ width: 100%;
35085
35140
  }
35086
35141
 
35087
- .E_s1wu0lms .ant-menu-item-group-title {
35088
- white-space: nowrap;
35089
- transition: all 0s;
35090
- }
35091
- .E_s1wu0lms.shrink {
35092
- transition: all 0s;
35093
- overflow: hidden;
35094
- }
35095
- .E_s1wu0lms.shrink .ant-menu-item-group-title {
35096
- visibility: hidden;
35142
+ .E_u1p8acpn {
35143
+ min-width: 40px;
35097
35144
  }
35098
- .E_s1wu0lms.shrink .ant-menu-item {
35099
- width: 36px;
35100
- padding: 0 6px;
35145
+ .E_u1p8acpn .unit {
35146
+ color: #00122e !important;
35101
35147
  }
35102
35148
 
35103
- .E_n1ugzfva {
35149
+ .E_skwah65 {
35150
+ height: 8px;
35151
+ box-sizing: border-box;
35152
+ border-radius: 2px;
35153
+ background: #f5f7fa;
35104
35154
  display: flex;
35105
- place-items: center;
35106
- width: 100% !important;
35107
- }
35108
- .E_n1ugzfva[disabled] {
35109
- color: rgba(0, 0, 0, 0.25) !important;
35110
- opacity: 1 !important;
35111
- }
35112
- .E_n1ugzfva.ant-btn {
35113
35155
  width: 100%;
35114
- color: #00122e;
35115
- }
35116
- .E_n1ugzfva .icon-wrapper {
35117
- margin-right: 12px;
35118
- }
35119
- .E_n1ugzfva .link-title {
35120
- flex: 1;
35121
35156
  overflow: hidden;
35122
- white-space: nowrap;
35123
- text-overflow: ellipsis;
35124
- text-align: left;
35157
+ }
35158
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
35159
+ margin-left: 1px;
35125
35160
  }
35126
35161
 
35127
35162
  .E_t160l1cm {
@@ -35327,125 +35362,160 @@ span.E_tqjc4ui {
35327
35362
  background: transparent;
35328
35363
  }
35329
35364
 
35330
- .E_s1iv0tp1 .enabled-switch {
35331
- display: flex;
35332
- align-items: center;
35333
- }
35334
- .E_s1iv0tp1 .enabled-text {
35335
- margin-right: 8px;
35365
+ .E_s1at6qmn.ant-layout-sider {
35366
+ background: #edf0f7;
35367
+ padding: 32px 8px;
35368
+ overflow: auto;
35336
35369
  }
35337
-
35338
- .E_wg1tsps {
35370
+ .E_s1at6qmn .ant-layout-sider-children {
35339
35371
  display: flex;
35340
- align-items: center;
35341
- justify-content: flex-end;
35372
+ flex-direction: column;
35373
+ justify-content: space-between;
35342
35374
  }
35343
-
35344
- .E_b1ctd5xy {
35375
+ .E_s1at6qmn footer {
35345
35376
  display: flex;
35346
- align-items: center;
35347
- width: calc(100% - 40px);
35348
35377
  }
35349
- .E_b1ctd5xy .chart {
35350
- display: inline-block;
35351
- width: 100%;
35378
+ .E_s1at6qmn .ant-menu {
35379
+ background: #edf0f7;
35352
35380
  }
35353
-
35354
- .E_u1p8acpn {
35355
- min-width: 40px;
35381
+ .E_s1at6qmn .ant-menu a {
35382
+ color: #00122e;
35383
+ width: 180px;
35384
+ overflow: hidden;
35385
+ text-overflow: ellipsis;
35356
35386
  }
35357
- .E_u1p8acpn .unit {
35358
- color: #00122e !important;
35387
+ .E_s1at6qmn .ant-menu-vertical {
35388
+ margin-bottom: 24px;
35359
35389
  }
35360
-
35361
- .E_t1sqg15u {
35362
- background: white;
35390
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
35391
+ margin: 0;
35363
35392
  }
35364
- .E_t1sqg15u.inline .table-row {
35365
- flex-direction: column;
35393
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
35394
+ font-size: 12px;
35395
+ padding: 0 8px 4px;
35396
+ line-height: 18px;
35366
35397
  }
35367
- .E_t1sqg15u.inline .table-row > label {
35368
- padding: 0 16px 7px 0;
35398
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
35399
+ padding: 0;
35369
35400
  }
35370
- .E_t1sqg15u.has-border .table-header {
35371
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35401
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
35402
+ padding-bottom: 24px;
35372
35403
  }
35373
- .E_t1sqg15u.has-border .hiddenBorder {
35374
- border-top: none !important;
35404
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
35405
+ margin-bottom: 24px;
35406
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
35375
35407
  }
35376
- .E_t1sqg15u.has-border .table-row + .table-row {
35377
- border-top: 1px solid rgba(225, 230, 241, 0.6);
35408
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
35409
+ transition: none;
35410
+ display: flex;
35411
+ align-items: center;
35412
+ height: 32px;
35413
+ line-height: 22px;
35414
+ padding: 0 8px;
35378
35415
  }
35379
- .E_t1sqg15u.has-border .table-row:last-of-type {
35380
- padding-bottom: 0;
35416
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
35417
+ margin-right: 12px;
35381
35418
  }
35382
- .E_t1sqg15u.align-right .content {
35383
- text-align: right;
35419
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
35420
+ margin: 0;
35421
+ margin-bottom: 2px;
35384
35422
  }
35385
- .E_t1sqg15u .uuid-row {
35386
- display: flex;
35387
- justify-content: space-between;
35423
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
35424
+ background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
35425
+ box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
35426
+ border-radius: 6px;
35427
+ color: #fff;
35428
+ }
35429
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
35430
+ color: #fff;
35431
+ }
35432
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
35433
+ background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
35434
+ box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
35435
+ border-radius: 6px;
35388
35436
  }
35389
- .E_t1sqg15u .uuid-row .id-text {
35437
+
35438
+ .E_s1wu0lms .ant-menu-item-group-title {
35390
35439
  white-space: nowrap;
35440
+ transition: all 0s;
35441
+ }
35442
+ .E_s1wu0lms.shrink {
35443
+ transition: all 0s;
35391
35444
  overflow: hidden;
35392
- text-overflow: ellipsis;
35445
+ }
35446
+ .E_s1wu0lms.shrink .ant-menu-item-group-title {
35447
+ visibility: hidden;
35448
+ }
35449
+ .E_s1wu0lms.shrink .ant-menu-item {
35450
+ width: 36px;
35451
+ padding: 0 6px;
35393
35452
  }
35394
35453
 
35395
- .E_t4zczcp {
35454
+ .E_n1ugzfva {
35396
35455
  display: flex;
35397
- justify-content: space-between;
35398
- align-items: center;
35399
- padding: 8px;
35400
- min-height: 32px;
35456
+ place-items: center;
35457
+ width: 100% !important;
35401
35458
  }
35402
- .E_t4zczcp .table-title {
35403
- color: rgba(44, 56, 82, 0.6);
35404
- font-weight: 600;
35405
- font-size: 12px;
35406
- line-height: 8px;
35459
+ .E_n1ugzfva[disabled] {
35460
+ color: rgba(0, 0, 0, 0.25) !important;
35461
+ opacity: 1 !important;
35407
35462
  }
35408
- .E_t4zczcp .edit-icon {
35409
- font-size: 16px;
35410
- color: rgba(10, 37, 85, 0.6);
35411
- cursor: pointer;
35463
+ .E_n1ugzfva.ant-btn {
35464
+ width: 100%;
35465
+ color: #00122e;
35466
+ }
35467
+ .E_n1ugzfva .icon-wrapper {
35468
+ margin-right: 12px;
35469
+ }
35470
+ .E_n1ugzfva .link-title {
35471
+ flex: 1;
35472
+ overflow: hidden;
35473
+ white-space: nowrap;
35474
+ text-overflow: ellipsis;
35475
+ text-align: left;
35412
35476
  }
35413
35477
 
35414
- .E_t1s7goww {
35415
- font-size: 12px;
35416
- line-height: 18px;
35478
+ .E_h1ol2wl7 {
35479
+ font-weight: bold;
35480
+ background-color: unset;
35481
+ padding: unset;
35417
35482
  }
35418
35483
 
35419
- .E_t93e4cf {
35420
- display: flex;
35421
- padding: 8px 0;
35422
- color: #2d3a56;
35484
+ .E_d11hhzf9 {
35485
+ width: 492px !important;
35486
+ margin: 40px auto !important;
35487
+ padding-bottom: 0 !important;
35423
35488
  }
35424
- .E_t93e4cf .hidden {
35425
- display: none;
35489
+ .E_d11hhzf9 .ant-modal-content {
35490
+ background: #fff;
35491
+ border-radius: 16px;
35426
35492
  }
35427
- .E_t93e4cf .ant-btn.ant-btn-link {
35428
- height: auto;
35493
+ .E_d11hhzf9 .ant-modal-header {
35494
+ padding: 32px 40px 0;
35495
+ border-bottom: none;
35496
+ border-radius: 16px 16px 0 0;
35429
35497
  }
35430
- .E_t93e4cf .content {
35431
- overflow: hidden;
35432
- overflow-x: auto;
35433
- width: 100%;
35434
- white-space: pre-wrap;
35498
+ .E_d11hhzf9 .ant-modal-close {
35499
+ right: 40px;
35500
+ top: 32px;
35435
35501
  }
35436
- .E_t93e4cf .content .ant-btn {
35437
- white-space: pre-wrap;
35438
- text-align: left;
35502
+ .E_d11hhzf9 .ant-modal-body {
35503
+ padding: 32px 40px;
35504
+ min-height: 160px;
35505
+ max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
35506
+ overflow-y: auto;
35439
35507
  }
35440
- .E_t93e4cf .content .unit-chart {
35441
- justify-content: flex-start;
35508
+ .E_d11hhzf9 .ant-modal-footer {
35509
+ padding: 24px 40px;
35510
+ margin-top: 0;
35511
+ border-top: none;
35512
+ box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
35442
35513
  }
35443
35514
 
35444
- .E_rhz2uv5 {
35445
- width: var(--rhz2uv5-0);
35446
- flex-shrink: 0;
35447
- color: rgba(44, 56, 82, 0.6);
35448
- padding-right: 12px;
35515
+ .E_f1g147n6 {
35516
+ display: flex;
35517
+ justify-content: flex-end;
35518
+ gap: 8px;
35449
35519
  }
35450
35520
 
35451
35521
  .E_i5w779o {
@@ -35489,43 +35559,6 @@ span.E_tqjc4ui {
35489
35559
  color: rgba(0, 21, 64, 0.3);
35490
35560
  }
35491
35561
 
35492
- .E_d11hhzf9 {
35493
- width: 492px !important;
35494
- margin: 40px auto !important;
35495
- padding-bottom: 0 !important;
35496
- }
35497
- .E_d11hhzf9 .ant-modal-content {
35498
- background: #fff;
35499
- border-radius: 16px;
35500
- }
35501
- .E_d11hhzf9 .ant-modal-header {
35502
- padding: 32px 40px 0;
35503
- border-bottom: none;
35504
- border-radius: 16px 16px 0 0;
35505
- }
35506
- .E_d11hhzf9 .ant-modal-close {
35507
- right: 40px;
35508
- top: 32px;
35509
- }
35510
- .E_d11hhzf9 .ant-modal-body {
35511
- padding: 32px 40px;
35512
- min-height: 160px;
35513
- max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
35514
- overflow-y: auto;
35515
- }
35516
- .E_d11hhzf9 .ant-modal-footer {
35517
- padding: 24px 40px;
35518
- margin-top: 0;
35519
- border-top: none;
35520
- box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
35521
- }
35522
-
35523
- .E_f1g147n6 {
35524
- display: flex;
35525
- justify-content: flex-end;
35526
- gap: 8px;
35527
- }
35528
-
35529
35562
  .E_cyms3br {
35530
35563
  background: #fff;
35531
35564
  width: 100%;
@@ -35579,56 +35612,6 @@ span.E_tqjc4ui {
35579
35612
  justify-content: center;
35580
35613
  }
35581
35614
 
35582
- .E_h1ol2wl7 {
35583
- font-weight: bold;
35584
- background-color: unset;
35585
- padding: unset;
35586
- }
35587
-
35588
- .E_c14ouk5o {
35589
- width: 100%;
35590
- height: 100%;
35591
- display: flex;
35592
- font-size: 12px;
35593
- line-height: 18px;
35594
- padding: 8px 0;
35595
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
35596
- }
35597
- .E_c14ouk5o:last-of-type {
35598
- box-shadow: none;
35599
- padding-bottom: 0;
35600
- }
35601
- .E_c14ouk5o.collapsed {
35602
- flex-direction: column;
35603
- }
35604
- .E_c14ouk5o.collapsed .collapsed-content {
35605
- display: flex;
35606
- }
35607
- .E_c14ouk5o.collapsed .collapsed-content > span {
35608
- flex: 1;
35609
- display: flex;
35610
- justify-content: space-between;
35611
- }
35612
- .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
35613
- height: auto;
35614
- }
35615
- .E_c14ouk5o.collapsed .extra-content {
35616
- margin-left: 162px;
35617
- }
35618
- .E_c14ouk5o .col-label {
35619
- width: 216px;
35620
- color: rgba(44, 56, 82, 0.6);
35621
- margin-right: 12px;
35622
- flex-shrink: 0;
35623
- }
35624
- .E_c14ouk5o .col-content {
35625
- color: #2d3a56;
35626
- /* make btn link in info row have the same height as normal text */
35627
- }
35628
- .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
35629
- height: auto;
35630
- }
35631
-
35632
35615
  .E_c1kchka8 {
35633
35616
  height: 100%;
35634
35617
  width: 100%;
@@ -36106,6 +36089,59 @@ span.E_tqjc4ui {
36106
36089
  padding: 0;
36107
36090
  }
36108
36091
 
36092
+ .E_c14ouk5o {
36093
+ width: 100%;
36094
+ height: 100%;
36095
+ display: flex;
36096
+ font-size: 12px;
36097
+ line-height: 18px;
36098
+ padding: 8px 0;
36099
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
36100
+ }
36101
+ .E_c14ouk5o:last-of-type {
36102
+ box-shadow: none;
36103
+ padding-bottom: 0;
36104
+ }
36105
+ .E_c14ouk5o.collapsed {
36106
+ flex-direction: column;
36107
+ }
36108
+ .E_c14ouk5o.collapsed .collapsed-content {
36109
+ display: flex;
36110
+ }
36111
+ .E_c14ouk5o.collapsed .collapsed-content > span {
36112
+ flex: 1;
36113
+ display: flex;
36114
+ justify-content: space-between;
36115
+ }
36116
+ .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
36117
+ height: auto;
36118
+ }
36119
+ .E_c14ouk5o.collapsed .extra-content {
36120
+ margin-left: 162px;
36121
+ }
36122
+ .E_c14ouk5o .col-label {
36123
+ width: 216px;
36124
+ color: rgba(44, 56, 82, 0.6);
36125
+ margin-right: 12px;
36126
+ flex-shrink: 0;
36127
+ }
36128
+ .E_c14ouk5o .col-content {
36129
+ color: #2d3a56;
36130
+ /* make btn link in info row have the same height as normal text */
36131
+ }
36132
+ .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
36133
+ height: auto;
36134
+ }
36135
+
36136
+ .E_cevhqx7 {
36137
+ color: #00122e;
36138
+ }
36139
+
36140
+ .E_snbqlt4 {
36141
+ margin-top: 8px;
36142
+ color: rgba(44, 56, 82, 0.6);
36143
+ }
36144
+
36109
36145
  .E_c1ss4prm {
36110
36146
  color: rgba(44, 56, 82, 0.6);
36111
36147
  }
@@ -36144,15 +36180,6 @@ span.E_tqjc4ui {
36144
36180
  margin: 16px 0;
36145
36181
  }
36146
36182
 
36147
- .E_cevhqx7 {
36148
- color: #00122e;
36149
- }
36150
-
36151
- .E_snbqlt4 {
36152
- margin-top: 8px;
36153
- color: rgba(44, 56, 82, 0.6);
36154
- }
36155
-
36156
36183
  .E_l12xdkhl {
36157
36184
  width: 64px;
36158
36185
  height: 64px;