@cloudtower/eagle 0.30.6 → 0.30.7

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
@@ -29578,6 +29578,35 @@ html body {
29578
29578
  padding: 8px 12px;
29579
29579
  }
29580
29580
 
29581
+ .E_m74vjol {
29582
+ display: flex;
29583
+ justify-content: space-between;
29584
+ width: 100%;
29585
+ }
29586
+ .E_m74vjol .action {
29587
+ margin-left: 16px;
29588
+ }
29589
+
29590
+ .E_a1o35uvh .ant-alert-message {
29591
+ width: 100%;
29592
+ }
29593
+
29594
+ .E_berrcjl {
29595
+ color: rgba(10, 37, 85, 0.6);
29596
+ margin-bottom: 4px;
29597
+ }
29598
+ .E_berrcjl .breadcrumb-link {
29599
+ color: rgba(10, 37, 85, 0.6);
29600
+ cursor: pointer;
29601
+ transition: color 160ms ease;
29602
+ }
29603
+ .E_berrcjl .breadcrumb-link:hover {
29604
+ color: #0080ff;
29605
+ }
29606
+ .E_berrcjl .breadcrumb-link:active {
29607
+ color: #005ed1;
29608
+ }
29609
+
29581
29610
  .E_b1nip9bk {
29582
29611
  padding: 4px 11px;
29583
29612
  }
@@ -29607,137 +29636,6 @@ html body {
29607
29636
  border-radius: unset;
29608
29637
  }
29609
29638
 
29610
- .E_m74vjol {
29611
- display: flex;
29612
- justify-content: space-between;
29613
- width: 100%;
29614
- }
29615
- .E_m74vjol .action {
29616
- margin-left: 16px;
29617
- }
29618
-
29619
- .E_a1o35uvh .ant-alert-message {
29620
- width: 100%;
29621
- }
29622
-
29623
- .E_d1bw7c5z {
29624
- position: relative;
29625
- max-width: 388px;
29626
- min-width: 285px;
29627
- }
29628
- .E_d1bw7c5z .center {
29629
- position: absolute;
29630
- font-size: 12px;
29631
- width: 80px;
29632
- height: 100px;
29633
- top: 0;
29634
- left: 35px;
29635
- display: flex;
29636
- flex-direction: column;
29637
- justify-content: center;
29638
- align-items: center;
29639
- color: #00122e;
29640
- }
29641
- .E_d1bw7c5z .center .number {
29642
- font-size: 24px;
29643
- font-weight: 700;
29644
- }
29645
- .E_d1bw7c5z .center .text {
29646
- padding: 0 5px;
29647
- font-size: 12px;
29648
- width: inherit;
29649
- text-align: center;
29650
- }
29651
- .E_d1bw7c5z .recharts-wrapper {
29652
- display: flex;
29653
- }
29654
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
29655
- position: relative !important;
29656
- min-width: calc(100% - var(--d1bw7c5z-0)) !important;
29657
- left: 0 !important;
29658
- bottom: 0 !important;
29659
- display: flex;
29660
- align-items: center;
29661
- }
29662
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
29663
- width: 100%;
29664
- }
29665
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
29666
- width: 100%;
29667
- margin-right: 0 !important;
29668
- line-height: 18px;
29669
- }
29670
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
29671
- border-radius: 2px;
29672
- }
29673
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
29674
- min-width: 75px;
29675
- max-width: 198px;
29676
- width: calc(100% - 20px);
29677
- margin-left: 2px;
29678
- color: #00122e !important;
29679
- display: inline-flex;
29680
- justify-content: space-between;
29681
- }
29682
- .E_d1bw7c5z .tooltip-text {
29683
- maxwidth: calc(100% - 12px);
29684
- cursor: pointer;
29685
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
29686
- overflow: hidden;
29687
- text-overflow: ellipsis;
29688
- white-space: nowrap;
29689
- }
29690
- .E_d1bw7c5z .value {
29691
- color: rgba(44, 56, 82, 0.75);
29692
- }
29693
-
29694
- .E_t10pqbtc {
29695
- width: 140px;
29696
- }
29697
- .E_t10pqbtc .item {
29698
- margin: 6px auto;
29699
- display: flex;
29700
- justify-content: space-between;
29701
- }
29702
- .E_t10pqbtc .item .name {
29703
- width: 102px;
29704
- }
29705
-
29706
- .E_c1uzzomf {
29707
- margin-bottom: 16px;
29708
- }
29709
- .E_c1uzzomf .card-title {
29710
- font-size: 16px;
29711
- color: rgba(44, 56, 82, 0.6);
29712
- font-weight: 700;
29713
- line-height: 32px;
29714
- }
29715
- .E_c1uzzomf .card-body {
29716
- padding: 24px;
29717
- border-radius: 8px;
29718
- background: #fff;
29719
- }
29720
- .E_c1uzzomf .empty {
29721
- font-weight: 700;
29722
- font-size: 14px;
29723
- line-height: 22px;
29724
- color: rgba(0, 21, 64, 0.3);
29725
- text-align: center;
29726
- }
29727
-
29728
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29729
- padding: 4px 8px 0 8px;
29730
- color: rgba(44, 56, 82, 0.6);
29731
- font-size: 12px;
29732
- }
29733
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29734
- padding-bottom: 6px;
29735
- }
29736
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29737
- padding-top: 4px;
29738
- border-top: 1px solid rgba(211, 218, 235, 0.6);
29739
- }
29740
-
29741
29639
  .E_b1wx3t3t.ant-btn-icon-only {
29742
29640
  justify-content: center;
29743
29641
  }
@@ -29992,20 +29890,26 @@ button.E_n7k2c6r {
29992
29890
  padding: 0;
29993
29891
  }
29994
29892
 
29995
- .E_berrcjl {
29996
- color: rgba(10, 37, 85, 0.6);
29997
- margin-bottom: 4px;
29893
+ .E_c1uzzomf {
29894
+ margin-bottom: 16px;
29998
29895
  }
29999
- .E_berrcjl .breadcrumb-link {
30000
- color: rgba(10, 37, 85, 0.6);
30001
- cursor: pointer;
30002
- transition: color 160ms ease;
29896
+ .E_c1uzzomf .card-title {
29897
+ font-size: 16px;
29898
+ color: rgba(44, 56, 82, 0.6);
29899
+ font-weight: 700;
29900
+ line-height: 32px;
30003
29901
  }
30004
- .E_berrcjl .breadcrumb-link:hover {
30005
- color: #0080ff;
29902
+ .E_c1uzzomf .card-body {
29903
+ padding: 24px;
29904
+ border-radius: 8px;
29905
+ background: #fff;
30006
29906
  }
30007
- .E_berrcjl .breadcrumb-link:active {
30008
- color: #005ed1;
29907
+ .E_c1uzzomf .empty {
29908
+ font-weight: 700;
29909
+ font-size: 14px;
29910
+ line-height: 22px;
29911
+ color: rgba(0, 21, 64, 0.3);
29912
+ text-align: center;
30009
29913
  }
30010
29914
 
30011
29915
  .E_c1yyuluq {
@@ -30015,75 +29919,108 @@ button.E_n7k2c6r {
30015
29919
  padding: 20px 24px 24px 24px;
30016
29920
  }
30017
29921
 
30018
- .E_itxley7.ant-input-group.ant-input-group-compact {
30019
- display: flex;
30020
- }
30021
-
30022
- .E_ivqqkzv {
30023
- height: 24px;
30024
- width: 56px !important;
30025
- margin-right: 4px;
30026
- }
30027
-
30028
- .E_c1wk4q29 {
30029
- color: rgba(44, 56, 82, 0.6);
29922
+ .E_d1bw7c5z {
29923
+ position: relative;
29924
+ max-width: 388px;
29925
+ min-width: 285px;
30030
29926
  }
30031
-
30032
- .E_phljevk {
29927
+ .E_d1bw7c5z .center {
29928
+ position: absolute;
29929
+ font-size: 12px;
29930
+ width: 80px;
29931
+ height: 100px;
29932
+ top: 0;
29933
+ left: 35px;
30033
29934
  display: flex;
30034
- justify-content: space-between;
29935
+ flex-direction: column;
29936
+ justify-content: center;
30035
29937
  align-items: center;
30036
- padding: 10px 0;
30037
- color: rgba(44, 56, 82, 0.6);
29938
+ color: #00122e;
29939
+ }
29940
+ .E_d1bw7c5z .center .number {
29941
+ font-size: 24px;
29942
+ font-weight: 700;
29943
+ }
29944
+ .E_d1bw7c5z .center .text {
29945
+ padding: 0 5px;
30038
29946
  font-size: 12px;
30039
- line-height: 24px;
29947
+ width: inherit;
29948
+ text-align: center;
30040
29949
  }
30041
- .E_phljevk .pagination-left {
30042
- padding: 2px 8px;
29950
+ .E_d1bw7c5z .recharts-wrapper {
29951
+ display: flex;
30043
29952
  }
30044
- .E_phljevk .dropdown-trigger {
29953
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
29954
+ position: relative !important;
29955
+ min-width: calc(100% - var(--d1bw7c5z-0)) !important;
29956
+ left: 0 !important;
29957
+ bottom: 0 !important;
30045
29958
  display: flex;
30046
29959
  align-items: center;
30047
- border-radius: 6px;
30048
- cursor: pointer;
30049
- transition: all 0.3s ease;
30050
29960
  }
30051
- .E_phljevk .dropdown-trigger:hover {
30052
- background: rgba(211, 218, 235, 0.6);
30053
- color: #0080ff;
29961
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
29962
+ width: 100%;
30054
29963
  }
30055
- .E_phljevk .dropdown-trigger .icon-inner {
30056
- margin-left: 4px;
29964
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
29965
+ width: 100%;
29966
+ margin-right: 0 !important;
29967
+ line-height: 18px;
30057
29968
  }
30058
- .E_phljevk .pagination-right {
30059
- display: flex;
30060
- align-items: center;
30061
- color: #0080ff;
30062
- font-weight: bold;
29969
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
29970
+ border-radius: 2px;
30063
29971
  }
30064
- .E_phljevk .pagination-right .icon-inner {
30065
- margin-left: 4px;
29972
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
29973
+ min-width: 75px;
29974
+ max-width: 198px;
29975
+ width: calc(100% - 20px);
29976
+ margin-left: 2px;
29977
+ color: #00122e !important;
29978
+ display: inline-flex;
29979
+ justify-content: space-between;
30066
29980
  }
30067
- .E_phljevk .pagination-right .prev-btn,
30068
- .E_phljevk .pagination-right .next-btn {
30069
- padding: 0 8px;
29981
+ .E_d1bw7c5z .tooltip-text {
29982
+ maxwidth: calc(100% - 12px);
29983
+ cursor: pointer;
29984
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
29985
+ overflow: hidden;
29986
+ text-overflow: ellipsis;
29987
+ white-space: nowrap;
30070
29988
  }
30071
- .E_phljevk .pagination-right .prev-btn > span,
30072
- .E_phljevk .pagination-right .next-btn > span {
30073
- color: #0080ff;
29989
+ .E_d1bw7c5z .value {
29990
+ color: rgba(44, 56, 82, 0.75);
30074
29991
  }
30075
- .E_phljevk .pagination-right .next-btn .icon-inner {
30076
- transform: rotate(180deg);
29992
+
29993
+ .E_t10pqbtc {
29994
+ width: 140px;
29995
+ }
29996
+ .E_t10pqbtc .item {
29997
+ margin: 6px auto;
29998
+ display: flex;
29999
+ justify-content: space-between;
30000
+ }
30001
+ .E_t10pqbtc .item .name {
30002
+ width: 102px;
30077
30003
  }
30078
30004
 
30079
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30080
- max-height: calc(100vh - 128px);
30081
- overflow-y: auto;
30005
+ .E_sx1bpnu .ant-input-sm {
30006
+ line-height: 18px;
30082
30007
  }
30083
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30084
- padding: 4px 20px;
30008
+
30009
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30010
+ padding: 4px 8px 0 8px;
30011
+ color: rgba(44, 56, 82, 0.6);
30085
30012
  font-size: 12px;
30086
- line-height: 18px;
30013
+ }
30014
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30015
+ padding-bottom: 6px;
30016
+ }
30017
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30018
+ padding-top: 4px;
30019
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30020
+ }
30021
+
30022
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30023
+ display: flex;
30087
30024
  }
30088
30025
 
30089
30026
  .E_ccrbeuz .ant-collapse-item {
@@ -30108,7 +30045,60 @@ button.E_n7k2c6r {
30108
30045
  cursor: default;
30109
30046
  }
30110
30047
 
30111
- .E_sx1bpnu .ant-input-sm {
30048
+ .E_phljevk {
30049
+ display: flex;
30050
+ justify-content: space-between;
30051
+ align-items: center;
30052
+ padding: 10px 0;
30053
+ color: rgba(44, 56, 82, 0.6);
30054
+ font-size: 12px;
30055
+ line-height: 24px;
30056
+ }
30057
+ .E_phljevk .pagination-left {
30058
+ padding: 2px 8px;
30059
+ }
30060
+ .E_phljevk .dropdown-trigger {
30061
+ display: flex;
30062
+ align-items: center;
30063
+ border-radius: 6px;
30064
+ cursor: pointer;
30065
+ transition: all 0.3s ease;
30066
+ }
30067
+ .E_phljevk .dropdown-trigger:hover {
30068
+ background: rgba(211, 218, 235, 0.6);
30069
+ color: #0080ff;
30070
+ }
30071
+ .E_phljevk .dropdown-trigger .icon-inner {
30072
+ margin-left: 4px;
30073
+ }
30074
+ .E_phljevk .pagination-right {
30075
+ display: flex;
30076
+ align-items: center;
30077
+ color: #0080ff;
30078
+ font-weight: bold;
30079
+ }
30080
+ .E_phljevk .pagination-right .icon-inner {
30081
+ margin-left: 4px;
30082
+ }
30083
+ .E_phljevk .pagination-right .prev-btn,
30084
+ .E_phljevk .pagination-right .next-btn {
30085
+ padding: 0 8px;
30086
+ }
30087
+ .E_phljevk .pagination-right .prev-btn > span,
30088
+ .E_phljevk .pagination-right .next-btn > span {
30089
+ color: #0080ff;
30090
+ }
30091
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30092
+ transform: rotate(180deg);
30093
+ }
30094
+
30095
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30096
+ max-height: calc(100vh - 128px);
30097
+ overflow-y: auto;
30098
+ }
30099
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30100
+ padding: 4px 20px;
30101
+ font-size: 12px;
30112
30102
  line-height: 18px;
30113
30103
  }
30114
30104
 
@@ -30315,63 +30305,14 @@ button.E_n7k2c6r {
30315
30305
  transform: rotate(180deg);
30316
30306
  }
30317
30307
 
30318
- .E_s1dizucg.ant-switch {
30319
- min-width: 40px;
30308
+ .E_ivqqkzv {
30320
30309
  height: 24px;
30321
- background: rgba(172, 186, 211, 0.6);
30322
- overflow: hidden;
30323
- }
30324
- .E_s1dizucg.ant-switch:focus {
30325
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30326
- }
30327
- .E_s1dizucg.ant-switch-small {
30328
- min-width: 26px;
30329
- height: 16px;
30330
- }
30331
- .E_s1dizucg.ant-switch-large {
30332
- min-width: 52px;
30333
- height: 32px;
30334
- }
30335
- .E_s1dizucg.ant-switch .ant-switch-handle {
30336
- height: 20px;
30337
- width: 20px;
30338
- }
30339
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
30340
- border-radius: 10px;
30341
- transition-delay: 120ms;
30342
- }
30343
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
30344
- height: 14px;
30345
- width: 14px;
30346
- top: 1px;
30347
- left: 1px;
30348
- }
30349
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
30350
- height: 28px;
30351
- width: 28px;
30352
- }
30353
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30354
- border-radius: 14px;
30355
- }
30356
- .E_s1dizucg.ant-switch-checked {
30357
- background-color: #00ba5d;
30358
- }
30359
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30360
- left: calc(100% - 20px - 2px);
30361
- }
30362
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30363
- left: calc(100% - 14px - 1px);
30364
- }
30365
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30366
- left: calc(100% - 28px - 2px);
30367
- }
30368
-
30369
- .E_c1up6e3y {
30370
- margin-left: 5px;
30310
+ width: 56px !important;
30311
+ margin-right: 4px;
30371
30312
  }
30372
30313
 
30373
- .E_tju3gfj .date {
30374
- margin-right: 4px;
30314
+ .E_c1wk4q29 {
30315
+ color: rgba(44, 56, 82, 0.6);
30375
30316
  }
30376
30317
 
30377
30318
  .E_s1sck0th {
@@ -30456,6 +30397,61 @@ button.E_n7k2c6r {
30456
30397
  background-color: #7E41FF;
30457
30398
  }
30458
30399
 
30400
+ .E_s1dizucg.ant-switch {
30401
+ min-width: 40px;
30402
+ height: 24px;
30403
+ background: rgba(172, 186, 211, 0.6);
30404
+ overflow: hidden;
30405
+ }
30406
+ .E_s1dizucg.ant-switch:focus {
30407
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30408
+ }
30409
+ .E_s1dizucg.ant-switch-small {
30410
+ min-width: 26px;
30411
+ height: 16px;
30412
+ }
30413
+ .E_s1dizucg.ant-switch-large {
30414
+ min-width: 52px;
30415
+ height: 32px;
30416
+ }
30417
+ .E_s1dizucg.ant-switch .ant-switch-handle {
30418
+ height: 20px;
30419
+ width: 20px;
30420
+ }
30421
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
30422
+ border-radius: 10px;
30423
+ transition-delay: 120ms;
30424
+ }
30425
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
30426
+ height: 14px;
30427
+ width: 14px;
30428
+ top: 1px;
30429
+ left: 1px;
30430
+ }
30431
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
30432
+ height: 28px;
30433
+ width: 28px;
30434
+ }
30435
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30436
+ border-radius: 14px;
30437
+ }
30438
+ .E_s1dizucg.ant-switch-checked {
30439
+ background-color: #00ba5d;
30440
+ }
30441
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30442
+ left: calc(100% - 20px - 2px);
30443
+ }
30444
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30445
+ left: calc(100% - 14px - 1px);
30446
+ }
30447
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30448
+ left: calc(100% - 28px - 2px);
30449
+ }
30450
+
30451
+ .E_c1up6e3y {
30452
+ margin-left: 5px;
30453
+ }
30454
+
30459
30455
  .E_c1bus5hc {
30460
30456
  --color: white;
30461
30457
  height: 14px;
@@ -30496,97 +30492,101 @@ button.E_n7k2c6r {
30496
30492
  transform: rotate(0deg);
30497
30493
  }
30498
30494
 
30499
- .E_clm1wy1 {
30500
- width: 192px;
30501
- height: 246px;
30502
- border-radius: 4px;
30495
+ .E_iq1gosr {
30496
+ display: inline-block;
30503
30497
  }
30504
- .E_clm1wy1 > .ant-picker-calendar,
30505
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
30506
- width: 100%;
30507
- background-color: rgba(245, 247, 250, 0.6);
30508
- border-top: none;
30498
+
30499
+ .E_tju3gfj .date {
30500
+ margin-right: 4px;
30509
30501
  }
30510
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
30511
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
30512
- padding: 0 16px;
30502
+
30503
+ .E_t1m2x205 .ant-tooltip-arrow {
30504
+ display: none;
30513
30505
  }
30514
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
30515
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
30516
- width: 100%;
30517
- height: 180px;
30518
- border-spacing: 0;
30506
+ .E_t1m2x205 .ant-tooltip-inner {
30507
+ background: rgba(23, 38, 64, 0.8);
30508
+ border-radius: 4px;
30519
30509
  }
30520
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
30521
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
30522
- margin-bottom: 8px;
30510
+
30511
+ .E_s1dni7lo {
30512
+ width: 430px !important;
30523
30513
  }
30524
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
30525
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
30526
- width: 22px;
30514
+
30515
+ .E_d1wwmmm5 .ant-select-item-group {
30516
+ padding: 8px 16px;
30517
+ line-height: 18px;
30518
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30519
+ height: 34px;
30520
+ min-height: 34px;
30521
+ box-sizing: border-box;
30522
+ margin-top: 8px;
30527
30523
  }
30528
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
30529
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
30530
- padding: 0;
30524
+
30525
+ .E_o1ugr09p {
30526
+ display: flex;
30527
+ flex-direction: column;
30528
+ margin: 1px 8px;
30529
+ padding: 8px;
30530
+ border-radius: 4px;
30531
30531
  }
30532
- .E_clm1wy1 .ant-picker-cell {
30533
- color: rgba(62, 70, 82, 0.6);
30534
- opacity: 0.4;
30532
+ .E_o1ugr09p .selected-icon {
30533
+ display: none;
30535
30534
  }
30536
- .E_clm1wy1 .ant-picker-cell-in-view {
30537
- color: rgba(62, 70, 82, 0.6);
30538
- opacity: 1;
30535
+ .E_o1ugr09p.ant-select-item-option-grouped {
30536
+ padding-left: 8px;
30539
30537
  }
30540
- .E_clm1wy1 .ant-picker-cell-in-view > .active {
30541
- color: #3e4652;
30538
+ .E_o1ugr09p.ant-select-item-option-selected {
30539
+ background-color: white;
30542
30540
  }
30543
- .E_clm1wy1 .ant-picker-cell::before {
30544
- pointer-events: none;
30541
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30542
+ color: #0080ff;
30545
30543
  }
30546
-
30547
- .E_t1tsm00v {
30548
- color: rgba(129, 138, 153, 0.6);
30549
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
30550
- backdrop-filter: blur(10px);
30551
- padding: 7px 10px;
30544
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30545
+ display: block;
30546
+ }
30547
+ .E_o1ugr09p.ant-select-item-option-active {
30548
+ background: rgba(0, 136, 255, 0.16);
30549
+ }
30550
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30551
+ color: #0080ff;
30552
+ }
30553
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30554
+ background: rgba(0, 136, 255, 0.1);
30555
+ color: #0080ff;
30552
30556
  }
30553
30557
 
30554
- .E_c167wnad {
30555
- color: rgba(62, 70, 82, 0.6);
30558
+ .E_o1ifxsq4 {
30556
30559
  display: flex;
30557
30560
  justify-content: space-between;
30558
- align-items: center;
30559
- padding: 8px 16px;
30560
- }
30561
- .E_c167wnad .anticon {
30562
- cursor: pointer;
30561
+ height: 20px;
30562
+ line-height: 20px;
30563
30563
  }
30564
- .E_c167wnad .anticon:hover {
30565
- color: #0096ff;
30564
+ .E_o1ifxsq4 .timezone-title {
30565
+ color: #2d3a56;
30566
+ overflow: hidden;
30567
+ text-overflow: ellipsis;
30566
30568
  }
30567
30569
 
30568
- .E_cxhf7dh {
30569
- text-align: center;
30570
- }
30571
- .E_cxhf7dh .dots {
30570
+ .E_o1zue7 {
30572
30571
  display: flex;
30573
- justify-content: center;
30574
- }
30575
- .E_cxhf7dh .dot {
30576
- display: inline-block;
30577
- width: 2px;
30578
- height: 2px;
30579
- border-radius: 1px;
30580
- background: #0096ff;
30572
+ justify-content: space-between;
30573
+ color: rgba(44, 56, 82, 0.6);
30574
+ height: 18px;
30575
+ line-height: 18px;
30576
+ margin-top: 2px;
30581
30577
  }
30582
- .E_cxhf7dh .dot:not(:last-child) {
30583
- margin-right: 2px;
30578
+
30579
+ .E_tyfmlxg {
30580
+ border: none;
30581
+ margin-right: 0;
30582
+ background: rgba(225, 230, 241, 0.6);
30584
30583
  }
30585
- .E_cxhf7dh .bar {
30586
- width: 9px;
30587
- height: 2px;
30588
- background: #0096ff;
30589
- border-radius: 2px;
30584
+
30585
+ .E_o18uybox {
30586
+ pointer-events: none;
30587
+ height: 32px;
30588
+ width: 100%;
30589
+ opacity: 0;
30590
30590
  }
30591
30591
 
30592
30592
  .E_s1ebs0ra {
@@ -30650,300 +30650,193 @@ button.E_n7k2c6r {
30650
30650
  background: #fff;
30651
30651
  }
30652
30652
 
30653
- .E_iq1gosr {
30654
- display: inline-block;
30655
- }
30656
-
30657
- .E_c18bcrac {
30658
- display: inline-block;
30659
- width: 100%;
30660
- }
30661
- .E_c18bcrac .recharts-wrapper {
30662
- margin-left: 4px;
30663
- }
30664
-
30665
- .E_cro7kg2 {
30666
- padding: 4px;
30653
+ .E_s1at6qmn.ant-layout-sider {
30654
+ background: #edf0f7;
30655
+ padding: 32px 8px;
30656
+ overflow: auto;
30667
30657
  }
30668
-
30669
- .E_c14wcxf0 {
30658
+ .E_s1at6qmn .ant-layout-sider-children {
30670
30659
  display: flex;
30660
+ flex-direction: column;
30671
30661
  justify-content: space-between;
30672
- align-items: center;
30673
- font-size: 13px;
30674
- line-height: 24px;
30675
- color: #cccccc;
30676
- white-space: nowrap;
30677
- }
30678
- .E_c14wcxf0 label {
30679
- margin-right: 32px;
30680
30662
  }
30681
-
30682
- .E_coy29mj.E_c14wcxf0 {
30683
- font-weight: bold;
30684
- color: white;
30685
- }
30686
-
30687
- .E_s11212zy {
30688
- width: 8px;
30689
- height: 8px;
30690
- border-radius: 2px;
30691
- display: inline-block;
30692
- background: var(--s11212zy-0);
30693
- border: 1px solid #fff;
30694
- box-sizing: content-box;
30695
- margin-right: 6px;
30663
+ .E_s1at6qmn footer {
30664
+ display: flex;
30696
30665
  }
30697
-
30698
- .E_p1lyky6c > :first-child {
30699
- font-weight: bold;
30700
- color: white;
30701
- margin-right: 4px;
30666
+ .E_s1at6qmn .ant-menu {
30667
+ background: #edf0f7;
30702
30668
  }
30703
-
30704
- .E_t1m2x205 .ant-tooltip-arrow {
30705
- display: none;
30669
+ .E_s1at6qmn .ant-menu a {
30670
+ color: #00122e;
30671
+ width: 180px;
30672
+ overflow: hidden;
30673
+ text-overflow: ellipsis;
30706
30674
  }
30707
- .E_t1m2x205 .ant-tooltip-inner {
30708
- background: rgba(23, 38, 64, 0.8);
30709
- border-radius: 4px;
30675
+ .E_s1at6qmn .ant-menu-vertical {
30676
+ margin-bottom: 24px;
30710
30677
  }
30711
-
30712
- .E_s1dni7lo {
30713
- width: 430px !important;
30678
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
30679
+ margin: 0;
30714
30680
  }
30715
-
30716
- .E_d1wwmmm5 .ant-select-item-group {
30717
- padding: 8px 16px;
30681
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
30682
+ font-size: 12px;
30683
+ padding: 0 8px 4px;
30718
30684
  line-height: 18px;
30719
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30720
- height: 34px;
30721
- min-height: 34px;
30722
- box-sizing: border-box;
30723
- margin-top: 8px;
30724
- }
30725
-
30726
- .E_o1ugr09p {
30727
- display: flex;
30728
- flex-direction: column;
30729
- margin: 1px 8px;
30730
- padding: 8px;
30731
- border-radius: 4px;
30732
30685
  }
30733
- .E_o1ugr09p .selected-icon {
30734
- display: none;
30686
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
30687
+ padding: 0;
30735
30688
  }
30736
- .E_o1ugr09p.ant-select-item-option-grouped {
30737
- padding-left: 8px;
30689
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
30690
+ padding-bottom: 24px;
30738
30691
  }
30739
- .E_o1ugr09p.ant-select-item-option-selected {
30740
- background-color: white;
30692
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
30693
+ margin-bottom: 24px;
30694
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30741
30695
  }
30742
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30743
- color: #0080ff;
30696
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
30697
+ transition: none;
30698
+ display: flex;
30699
+ align-items: center;
30700
+ height: 32px;
30701
+ line-height: 22px;
30702
+ padding: 0 8px;
30744
30703
  }
30745
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30746
- display: block;
30704
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
30705
+ margin-right: 12px;
30747
30706
  }
30748
- .E_o1ugr09p.ant-select-item-option-active {
30749
- background: rgba(0, 136, 255, 0.16);
30707
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
30708
+ margin: 0;
30709
+ margin-bottom: 2px;
30750
30710
  }
30751
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30752
- color: #0080ff;
30711
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
30712
+ background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
30713
+ box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
30714
+ border-radius: 6px;
30715
+ color: #fff;
30753
30716
  }
30754
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30755
- background: rgba(0, 136, 255, 0.1);
30756
- color: #0080ff;
30717
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
30718
+ color: #fff;
30719
+ }
30720
+ .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 {
30721
+ background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
30722
+ box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
30723
+ border-radius: 6px;
30757
30724
  }
30758
30725
 
30759
- .E_o1ifxsq4 {
30760
- display: flex;
30761
- justify-content: space-between;
30762
- height: 20px;
30763
- line-height: 20px;
30726
+ .E_s1wu0lms .ant-menu-item-group-title {
30727
+ white-space: nowrap;
30728
+ transition: all 0s;
30764
30729
  }
30765
- .E_o1ifxsq4 .timezone-title {
30766
- color: #2d3a56;
30730
+ .E_s1wu0lms.shrink {
30731
+ transition: all 0s;
30767
30732
  overflow: hidden;
30768
- text-overflow: ellipsis;
30769
- }
30770
-
30771
- .E_o1zue7 {
30772
- display: flex;
30773
- justify-content: space-between;
30774
- color: rgba(44, 56, 82, 0.6);
30775
- height: 18px;
30776
- line-height: 18px;
30777
- margin-top: 2px;
30778
30733
  }
30779
-
30780
- .E_tyfmlxg {
30781
- border: none;
30782
- margin-right: 0;
30783
- background: rgba(225, 230, 241, 0.6);
30734
+ .E_s1wu0lms.shrink .ant-menu-item-group-title {
30735
+ visibility: hidden;
30784
30736
  }
30785
-
30786
- .E_o18uybox {
30787
- pointer-events: none;
30788
- height: 32px;
30789
- width: 100%;
30790
- opacity: 0;
30737
+ .E_s1wu0lms.shrink .ant-menu-item {
30738
+ width: 36px;
30739
+ padding: 0 6px;
30791
30740
  }
30792
30741
 
30793
- .E_c1up1pdz {
30794
- width: 648px;
30795
- }
30796
- .E_c1up1pdz.active {
30797
- border-color: #0080ff;
30798
- }
30799
- .E_c1up1pdz.active > header {
30800
- background: rgba(0, 128, 255, 0.1);
30801
- }
30802
- .E_c1up1pdz .expand {
30803
- padding: 12px;
30804
- }
30805
- .E_c1up1pdz .field-item {
30742
+ .E_n1ugzfva {
30806
30743
  display: flex;
30807
- padding: 10px 0;
30808
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30809
- }
30810
- .E_c1up1pdz .field-item:last-child {
30811
- border-bottom: none;
30812
- padding-bottom: 0;
30813
- }
30814
- .E_c1up1pdz .field-item label {
30815
- line-height: 32px;
30816
- width: 100px;
30817
- color: rgba(62, 70, 82, 0.6);
30818
- }
30819
- .E_c1up1pdz .help {
30820
- color: rgba(62, 70, 82, 0.6);
30821
- margin-top: 5px;
30822
- }
30823
- .E_c1up1pdz .ant-input-affix-wrapper,
30824
- .E_c1up1pdz .ant-picker {
30825
- width: 128px;
30744
+ place-items: center;
30745
+ width: 100% !important;
30826
30746
  }
30827
-
30828
- .E_c156wh19 {
30829
- display: flex;
30830
- align-items: center;
30831
- justify-content: space-between;
30832
- word-break: keep-all;
30747
+ .E_n1ugzfva[disabled] {
30748
+ color: rgba(0, 0, 0, 0.25) !important;
30749
+ opacity: 1 !important;
30833
30750
  }
30834
- .E_c156wh19 .title {
30835
- margin: 0 16px 0 8px;
30751
+ .E_n1ugzfva.ant-btn {
30752
+ width: 100%;
30753
+ color: #00122e;
30836
30754
  }
30837
- .E_c156wh19 .retain {
30838
- color: rgba(129, 138, 153, 0.6);
30755
+ .E_n1ugzfva .icon-wrapper {
30756
+ margin-right: 12px;
30839
30757
  }
30840
- .E_c156wh19 div.left {
30758
+ .E_n1ugzfva .link-title {
30841
30759
  flex: 1;
30842
- display: flex;
30843
30760
  overflow: hidden;
30844
- align-items: center;
30845
- justify-content: flex-start;
30846
30761
  white-space: nowrap;
30847
- }
30848
- .E_c156wh19 div.left .title {
30849
- max-width: 100%;
30850
- overflow: hidden;
30851
30762
  text-overflow: ellipsis;
30763
+ text-align: left;
30852
30764
  }
30853
- .E_c156wh19 div.right {
30854
- display: flex;
30855
- align-items: center;
30856
- }
30857
- .E_c156wh19 .reverse {
30765
+
30766
+ .E_n12mqh7z {
30858
30767
  display: flex;
30859
- flex-direction: row-reverse;
30860
30768
  align-items: center;
30769
+ font-size: 12px;
30770
+ line-height: 18px;
30861
30771
  }
30862
- .E_c156wh19 .reverse .ant-switch {
30863
- margin-left: 8px;
30864
- }
30865
- .E_c156wh19 .close {
30866
- padding-left: 14px;
30867
- margin-left: 14px;
30868
- border-left: 1px solid rgba(129, 138, 153, 0.6);
30869
- cursor: pointer;
30772
+ .E_n12mqh7z:not(:last-child) {
30773
+ margin-bottom: 4px;
30870
30774
  }
30871
30775
 
30872
- .E_m126spxy {
30873
- padding-bottom: 4px;
30874
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30875
- }
30876
- .E_m126spxy .ant-btn-link {
30877
- padding: 1px 10px;
30878
- color: rgba(62, 70, 82, 0.6);
30879
- border-radius: 4px;
30880
- }
30881
- .E_m126spxy .ant-btn-link.active {
30882
- background: rgba(0, 128, 255, 0.1);
30883
- color: #0096ff;
30776
+ .E_tf5bynu {
30777
+ margin: 0 3px;
30884
30778
  }
30885
30779
 
30886
- .E_wpbf4pq {
30887
- padding: 10px 0;
30888
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30780
+ .E_tcckoz1 {
30781
+ max-height: 400px;
30782
+ overflow: auto;
30889
30783
  }
30890
- .E_wpbf4pq .ant-input,
30891
- .E_wpbf4pq .ant-picker {
30892
- width: 80px;
30893
- margin: 0 9px;
30894
- text-align: center;
30784
+
30785
+ .E_gmyahx3 {
30786
+ cursor: pointer;
30895
30787
  }
30896
- .E_wpbf4pq .options {
30897
- padding: 12px 0 12px 16px;
30898
- border-left: 2px solid rgba(129, 138, 153, 0.6);
30899
- margin: 5px 0 5px 8px;
30788
+ .E_gmyahx3 .link-text {
30789
+ color: rgba(0, 21, 64, 0.3);
30900
30790
  }
30901
- .E_wpbf4pq .week-day-option,
30902
- .E_wpbf4pq .month-day-option {
30903
- background: #f5f7fa;
30904
- box-sizing: border-box;
30905
- border-radius: 16px;
30906
- margin-right: 8px;
30791
+ .E_gmyahx3:hover .link-text {
30792
+ color: #0080ff;
30907
30793
  }
30908
- .E_wpbf4pq .week-day-option:focus,
30909
- .E_wpbf4pq .month-day-option:focus {
30910
- color: inherit;
30911
- border-color: #d9d9d9;
30794
+
30795
+ .E_c18bcrac {
30796
+ display: inline-block;
30797
+ width: 100%;
30912
30798
  }
30913
- .E_wpbf4pq .week-day-option.active {
30914
- background-color: #0096ff;
30915
- border-color: #0096ff;
30916
- color: #fff;
30799
+ .E_c18bcrac .recharts-wrapper {
30800
+ margin-left: 4px;
30917
30801
  }
30918
- .E_wpbf4pq .week-day-option.en-text {
30919
- width: 110px;
30920
- margin-top: 4px;
30802
+
30803
+ .E_cro7kg2 {
30804
+ padding: 4px;
30921
30805
  }
30922
- .E_wpbf4pq .month-day-option {
30923
- width: 32px;
30924
- padding: 0;
30925
- margin-bottom: 8px;
30806
+
30807
+ .E_c14wcxf0 {
30808
+ display: flex;
30809
+ justify-content: space-between;
30810
+ align-items: center;
30811
+ font-size: 13px;
30812
+ line-height: 24px;
30813
+ color: #cccccc;
30814
+ white-space: nowrap;
30926
30815
  }
30927
- .E_wpbf4pq .month-day-option.active {
30928
- background-color: #0096ff;
30929
- border-color: #0096ff;
30930
- color: #fff;
30816
+ .E_c14wcxf0 label {
30817
+ margin-right: 32px;
30931
30818
  }
30932
30819
 
30933
- .E_ou7iq30 {
30934
- overflow: hidden;
30935
- text-overflow: ellipsis;
30820
+ .E_coy29mj.E_c14wcxf0 {
30821
+ font-weight: bold;
30822
+ color: white;
30936
30823
  }
30937
30824
 
30938
- .E_s1tui002 {
30939
- white-space: nowrap;
30825
+ .E_s11212zy {
30826
+ width: 8px;
30827
+ height: 8px;
30828
+ border-radius: 2px;
30829
+ display: inline-block;
30830
+ background: var(--s11212zy-0);
30831
+ border: 1px solid #fff;
30832
+ box-sizing: content-box;
30833
+ margin-right: 6px;
30940
30834
  }
30941
30835
 
30942
- .E_mxrc2zg {
30943
- display: -webkit-box;
30944
- -webkit-line-clamp: var(--mxrc2zg-0);
30945
- -webkit-box-orient: vertical;
30946
- word-break: break-all;
30836
+ .E_p1lyky6c > :first-child {
30837
+ font-weight: bold;
30838
+ color: white;
30839
+ margin-right: 4px;
30947
30840
  }
30948
30841
 
30949
30842
  .E_s1iv0tp1 .enabled-switch {
@@ -30954,21 +30847,140 @@ button.E_n7k2c6r {
30954
30847
  margin-right: 8px;
30955
30848
  }
30956
30849
 
30957
- span.E_tqjc4ui {
30958
- margin: 0 2px;
30850
+ .E_clm1wy1 {
30851
+ width: 192px;
30852
+ height: 246px;
30853
+ border-radius: 4px;
30959
30854
  }
30960
-
30961
- .E_skwah65 {
30962
- height: 8px;
30963
- box-sizing: border-box;
30964
- border-radius: 2px;
30965
- background: #f5f7fa;
30966
- display: flex;
30855
+ .E_clm1wy1 > .ant-picker-calendar,
30856
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
30967
30857
  width: 100%;
30968
- overflow: hidden;
30858
+ background-color: rgba(245, 247, 250, 0.6);
30859
+ border-top: none;
30969
30860
  }
30970
- .E_skwah65 .stack-bar-item + .stack-bar-item {
30971
- margin-left: 1px;
30861
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
30862
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
30863
+ padding: 0 16px;
30864
+ }
30865
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
30866
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
30867
+ width: 100%;
30868
+ height: 180px;
30869
+ border-spacing: 0;
30870
+ }
30871
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
30872
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
30873
+ margin-bottom: 8px;
30874
+ }
30875
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
30876
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
30877
+ width: 22px;
30878
+ }
30879
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
30880
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
30881
+ padding: 0;
30882
+ }
30883
+ .E_clm1wy1 .ant-picker-cell {
30884
+ color: rgba(62, 70, 82, 0.6);
30885
+ opacity: 0.4;
30886
+ }
30887
+ .E_clm1wy1 .ant-picker-cell-in-view {
30888
+ color: rgba(62, 70, 82, 0.6);
30889
+ opacity: 1;
30890
+ }
30891
+ .E_clm1wy1 .ant-picker-cell-in-view > .active {
30892
+ color: #3e4652;
30893
+ }
30894
+ .E_clm1wy1 .ant-picker-cell::before {
30895
+ pointer-events: none;
30896
+ }
30897
+
30898
+ .E_t1tsm00v {
30899
+ color: rgba(129, 138, 153, 0.6);
30900
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
30901
+ backdrop-filter: blur(10px);
30902
+ padding: 7px 10px;
30903
+ }
30904
+
30905
+ .E_c167wnad {
30906
+ color: rgba(62, 70, 82, 0.6);
30907
+ display: flex;
30908
+ justify-content: space-between;
30909
+ align-items: center;
30910
+ padding: 8px 16px;
30911
+ }
30912
+ .E_c167wnad .anticon {
30913
+ cursor: pointer;
30914
+ }
30915
+ .E_c167wnad .anticon:hover {
30916
+ color: #0096ff;
30917
+ }
30918
+
30919
+ .E_cxhf7dh {
30920
+ text-align: center;
30921
+ }
30922
+ .E_cxhf7dh .dots {
30923
+ display: flex;
30924
+ justify-content: center;
30925
+ }
30926
+ .E_cxhf7dh .dot {
30927
+ display: inline-block;
30928
+ width: 2px;
30929
+ height: 2px;
30930
+ border-radius: 1px;
30931
+ background: #0096ff;
30932
+ }
30933
+ .E_cxhf7dh .dot:not(:last-child) {
30934
+ margin-right: 2px;
30935
+ }
30936
+ .E_cxhf7dh .bar {
30937
+ width: 9px;
30938
+ height: 2px;
30939
+ background: #0096ff;
30940
+ border-radius: 2px;
30941
+ }
30942
+
30943
+ .E_wg1tsps {
30944
+ display: flex;
30945
+ align-items: center;
30946
+ justify-content: flex-end;
30947
+ }
30948
+
30949
+ .E_b1ctd5xy {
30950
+ display: flex;
30951
+ align-items: center;
30952
+ width: calc(100% - 40px);
30953
+ }
30954
+ .E_b1ctd5xy .chart {
30955
+ display: inline-block;
30956
+ width: 100%;
30957
+ }
30958
+
30959
+ .E_u1p8acpn {
30960
+ min-width: 40px;
30961
+ }
30962
+ .E_u1p8acpn .unit {
30963
+ color: #00122e !important;
30964
+ }
30965
+
30966
+ span.E_tqjc4ui {
30967
+ margin: 0 2px;
30968
+ }
30969
+
30970
+ .E_ou7iq30 {
30971
+ overflow: hidden;
30972
+ text-overflow: ellipsis;
30973
+ }
30974
+
30975
+ .E_s1tui002 {
30976
+ white-space: nowrap;
30977
+ }
30978
+
30979
+ .E_mxrc2zg {
30980
+ display: -webkit-box;
30981
+ -webkit-line-clamp: var(--mxrc2zg-0);
30982
+ -webkit-box-orient: vertical;
30983
+ word-break: break-all;
30972
30984
  }
30973
30985
 
30974
30986
  .E_t1sqg15u {
@@ -31061,58 +31073,6 @@ span.E_tqjc4ui {
31061
31073
  padding-right: 12px;
31062
31074
  }
31063
31075
 
31064
- .E_n12mqh7z {
31065
- display: flex;
31066
- align-items: center;
31067
- font-size: 12px;
31068
- line-height: 18px;
31069
- }
31070
- .E_n12mqh7z:not(:last-child) {
31071
- margin-bottom: 4px;
31072
- }
31073
-
31074
- .E_tf5bynu {
31075
- margin: 0 3px;
31076
- }
31077
-
31078
- .E_tcckoz1 {
31079
- max-height: 400px;
31080
- overflow: auto;
31081
- }
31082
-
31083
- .E_gmyahx3 {
31084
- cursor: pointer;
31085
- }
31086
- .E_gmyahx3 .link-text {
31087
- color: rgba(0, 21, 64, 0.3);
31088
- }
31089
- .E_gmyahx3:hover .link-text {
31090
- color: #0080ff;
31091
- }
31092
-
31093
- .E_wg1tsps {
31094
- display: flex;
31095
- align-items: center;
31096
- justify-content: flex-end;
31097
- }
31098
-
31099
- .E_b1ctd5xy {
31100
- display: flex;
31101
- align-items: center;
31102
- width: calc(100% - 40px);
31103
- }
31104
- .E_b1ctd5xy .chart {
31105
- display: inline-block;
31106
- width: 100%;
31107
- }
31108
-
31109
- .E_u1p8acpn {
31110
- min-width: 40px;
31111
- }
31112
- .E_u1p8acpn .unit {
31113
- color: #00122e !important;
31114
- }
31115
-
31116
31076
  .E_t160l1cm {
31117
31077
  display: flex;
31118
31078
  flex-direction: column;
@@ -31316,117 +31276,157 @@ span.E_tqjc4ui {
31316
31276
  background: transparent;
31317
31277
  }
31318
31278
 
31319
- .E_s1at6qmn.ant-layout-sider {
31320
- background: #edf0f7;
31321
- padding: 32px 8px;
31322
- overflow: auto;
31323
- }
31324
- .E_s1at6qmn .ant-layout-sider-children {
31279
+ .E_skwah65 {
31280
+ height: 8px;
31281
+ box-sizing: border-box;
31282
+ border-radius: 2px;
31283
+ background: #f5f7fa;
31325
31284
  display: flex;
31326
- flex-direction: column;
31327
- justify-content: space-between;
31285
+ width: 100%;
31286
+ overflow: hidden;
31328
31287
  }
31329
- .E_s1at6qmn footer {
31330
- display: flex;
31288
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
31289
+ margin-left: 1px;
31331
31290
  }
31332
- .E_s1at6qmn .ant-menu {
31333
- background: #edf0f7;
31291
+
31292
+ .E_c1up1pdz {
31293
+ width: 648px;
31334
31294
  }
31335
- .E_s1at6qmn .ant-menu a {
31336
- color: #00122e;
31337
- width: 180px;
31338
- overflow: hidden;
31339
- text-overflow: ellipsis;
31295
+ .E_c1up1pdz.active {
31296
+ border-color: #0080ff;
31340
31297
  }
31341
- .E_s1at6qmn .ant-menu-vertical {
31342
- margin-bottom: 24px;
31298
+ .E_c1up1pdz.active > header {
31299
+ background: rgba(0, 128, 255, 0.1);
31343
31300
  }
31344
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
31345
- margin: 0;
31301
+ .E_c1up1pdz .expand {
31302
+ padding: 12px;
31346
31303
  }
31347
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
31348
- font-size: 12px;
31349
- padding: 0 8px 4px;
31350
- line-height: 18px;
31304
+ .E_c1up1pdz .field-item {
31305
+ display: flex;
31306
+ padding: 10px 0;
31307
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31351
31308
  }
31352
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
31353
- padding: 0;
31309
+ .E_c1up1pdz .field-item:last-child {
31310
+ border-bottom: none;
31311
+ padding-bottom: 0;
31354
31312
  }
31355
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
31356
- padding-bottom: 24px;
31313
+ .E_c1up1pdz .field-item label {
31314
+ line-height: 32px;
31315
+ width: 100px;
31316
+ color: rgba(62, 70, 82, 0.6);
31357
31317
  }
31358
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
31359
- margin-bottom: 24px;
31360
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31318
+ .E_c1up1pdz .help {
31319
+ color: rgba(62, 70, 82, 0.6);
31320
+ margin-top: 5px;
31361
31321
  }
31362
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
31363
- transition: none;
31322
+ .E_c1up1pdz .ant-input-affix-wrapper,
31323
+ .E_c1up1pdz .ant-picker {
31324
+ width: 128px;
31325
+ }
31326
+
31327
+ .E_c156wh19 {
31364
31328
  display: flex;
31365
31329
  align-items: center;
31366
- height: 32px;
31367
- line-height: 22px;
31368
- padding: 0 8px;
31330
+ justify-content: space-between;
31331
+ word-break: keep-all;
31369
31332
  }
31370
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
31371
- margin-right: 12px;
31333
+ .E_c156wh19 .title {
31334
+ margin: 0 16px 0 8px;
31372
31335
  }
31373
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
31374
- margin: 0;
31375
- margin-bottom: 2px;
31336
+ .E_c156wh19 .retain {
31337
+ color: rgba(129, 138, 153, 0.6);
31376
31338
  }
31377
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
31378
- background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
31379
- box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
31380
- border-radius: 6px;
31381
- color: #fff;
31339
+ .E_c156wh19 div.left {
31340
+ flex: 1;
31341
+ display: flex;
31342
+ overflow: hidden;
31343
+ align-items: center;
31344
+ justify-content: flex-start;
31345
+ white-space: nowrap;
31382
31346
  }
31383
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
31384
- color: #fff;
31347
+ .E_c156wh19 div.left .title {
31348
+ max-width: 100%;
31349
+ overflow: hidden;
31350
+ text-overflow: ellipsis;
31385
31351
  }
31386
- .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 {
31387
- background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
31388
- box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
31389
- border-radius: 6px;
31352
+ .E_c156wh19 div.right {
31353
+ display: flex;
31354
+ align-items: center;
31390
31355
  }
31391
-
31392
- .E_s1wu0lms .ant-menu-item-group-title {
31393
- white-space: nowrap;
31394
- transition: all 0s;
31356
+ .E_c156wh19 .reverse {
31357
+ display: flex;
31358
+ flex-direction: row-reverse;
31359
+ align-items: center;
31395
31360
  }
31396
- .E_s1wu0lms.shrink {
31397
- transition: all 0s;
31398
- overflow: hidden;
31361
+ .E_c156wh19 .reverse .ant-switch {
31362
+ margin-left: 8px;
31399
31363
  }
31400
- .E_s1wu0lms.shrink .ant-menu-item-group-title {
31401
- visibility: hidden;
31364
+ .E_c156wh19 .close {
31365
+ padding-left: 14px;
31366
+ margin-left: 14px;
31367
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
31368
+ cursor: pointer;
31402
31369
  }
31403
- .E_s1wu0lms.shrink .ant-menu-item {
31404
- width: 36px;
31405
- padding: 0 6px;
31370
+
31371
+ .E_m126spxy {
31372
+ padding-bottom: 4px;
31373
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31374
+ }
31375
+ .E_m126spxy .ant-btn-link {
31376
+ padding: 1px 10px;
31377
+ color: rgba(62, 70, 82, 0.6);
31378
+ border-radius: 4px;
31379
+ }
31380
+ .E_m126spxy .ant-btn-link.active {
31381
+ background: rgba(0, 128, 255, 0.1);
31382
+ color: #0096ff;
31406
31383
  }
31407
31384
 
31408
- .E_n1ugzfva {
31409
- display: flex;
31410
- place-items: center;
31411
- width: 100% !important;
31385
+ .E_wpbf4pq {
31386
+ padding: 10px 0;
31387
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31412
31388
  }
31413
- .E_n1ugzfva[disabled] {
31414
- color: rgba(0, 0, 0, 0.25) !important;
31415
- opacity: 1 !important;
31389
+ .E_wpbf4pq .ant-input,
31390
+ .E_wpbf4pq .ant-picker {
31391
+ width: 80px;
31392
+ margin: 0 9px;
31393
+ text-align: center;
31416
31394
  }
31417
- .E_n1ugzfva.ant-btn {
31418
- width: 100%;
31419
- color: #00122e;
31395
+ .E_wpbf4pq .options {
31396
+ padding: 12px 0 12px 16px;
31397
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
31398
+ margin: 5px 0 5px 8px;
31420
31399
  }
31421
- .E_n1ugzfva .icon-wrapper {
31422
- margin-right: 12px;
31400
+ .E_wpbf4pq .week-day-option,
31401
+ .E_wpbf4pq .month-day-option {
31402
+ background: #f5f7fa;
31403
+ box-sizing: border-box;
31404
+ border-radius: 16px;
31405
+ margin-right: 8px;
31423
31406
  }
31424
- .E_n1ugzfva .link-title {
31425
- flex: 1;
31426
- overflow: hidden;
31427
- white-space: nowrap;
31428
- text-overflow: ellipsis;
31429
- text-align: left;
31407
+ .E_wpbf4pq .week-day-option:focus,
31408
+ .E_wpbf4pq .month-day-option:focus {
31409
+ color: inherit;
31410
+ border-color: #d9d9d9;
31411
+ }
31412
+ .E_wpbf4pq .week-day-option.active {
31413
+ background-color: #0096ff;
31414
+ border-color: #0096ff;
31415
+ color: #fff;
31416
+ }
31417
+ .E_wpbf4pq .week-day-option.en-text {
31418
+ width: 110px;
31419
+ margin-top: 4px;
31420
+ }
31421
+ .E_wpbf4pq .month-day-option {
31422
+ width: 32px;
31423
+ padding: 0;
31424
+ margin-bottom: 8px;
31425
+ }
31426
+ .E_wpbf4pq .month-day-option.active {
31427
+ background-color: #0096ff;
31428
+ border-color: #0096ff;
31429
+ color: #fff;
31430
31430
  }
31431
31431
 
31432
31432
  .E_a1wfy30z .ant-input-number-handler-wrap {
@@ -31460,29 +31460,38 @@ span.E_tqjc4ui {
31460
31460
  font-size: inherit;
31461
31461
  }
31462
31462
 
31463
- .E_atcz0kf .ant-input-suffix {
31464
- margin-left: 8px;
31463
+ .E_f7pxqmh {
31464
+ width: 100%;
31465
+ margin-bottom: 0 !important;
31466
+ flex-flow: nowrap !important;
31467
+ line-break: auto;
31465
31468
  }
31466
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31467
- padding: 2px 7px 2px 12px;
31469
+ .E_f7pxqmh > .ant-form-item-label {
31470
+ text-align: left !important;
31471
+ padding-bottom: 0 !important;
31468
31472
  }
31469
-
31470
- .E_iouxfgt {
31471
- display: inline-flex;
31472
- align-items: center;
31473
+ .E_f7pxqmh > .ant-form-item-label > label {
31474
+ min-height: 32px;
31475
+ height: auto;
31476
+ font-size: 13px;
31477
+ color: rgba(44, 56, 82, 0.6);
31478
+ white-space: normal;
31473
31479
  }
31474
- .E_iouxfgt .icon-inner {
31475
- display: inline-flex;
31476
- align-items: center;
31477
- justify-content: center;
31480
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
31481
+ border-color: #ff4d4f !important;
31478
31482
  }
31479
- .E_iouxfgt .icon-inner + span,
31480
- .E_iouxfgt span + .icon-inner.suffix {
31481
- margin-left: 4px;
31483
+ .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
31484
+ border-color: #ff4d4f !important;
31482
31485
  }
31483
- .E_iouxfgt.is-rotate img,
31484
- .E_iouxfgt.is-rotate svg {
31485
- animation: rotate 680ms linear infinite;
31486
+ .E_f7pxqmh .ant-form-item-explain {
31487
+ margin-top: 4px;
31488
+ font-size: 12px;
31489
+ min-height: 0px;
31490
+ }
31491
+ .E_f7pxqmh .ant-form-item-extra {
31492
+ font-size: 12px;
31493
+ color: rgba(44, 56, 82, 0.6);
31494
+ min-height: 0px;
31486
31495
  }
31487
31496
 
31488
31497
  .E_ai7qkf2 .ant-input-number-handler-wrap {
@@ -31545,6 +31554,28 @@ span.E_tqjc4ui {
31545
31554
  padding: 2px 8px;
31546
31555
  }
31547
31556
 
31557
+ .E_fzh9mnb {
31558
+ width: 100%;
31559
+ height: 100%;
31560
+ min-height: 124px;
31561
+ display: flex;
31562
+ flex-direction: column;
31563
+ justify-content: center;
31564
+ align-items: center;
31565
+ }
31566
+ .E_fzh9mnb .error-text {
31567
+ color: rgba(10, 37, 85, 0.6);
31568
+ margin-bottom: 16px;
31569
+ font-size: 18px;
31570
+ }
31571
+
31572
+ .E_atcz0kf .ant-input-suffix {
31573
+ margin-left: 8px;
31574
+ }
31575
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31576
+ padding: 2px 7px 2px 12px;
31577
+ }
31578
+
31548
31579
  .E_i1inqkme {
31549
31580
  height: 18px;
31550
31581
  line-height: 18px;
@@ -31558,38 +31589,22 @@ span.E_tqjc4ui {
31558
31589
  margin-right: 4px;
31559
31590
  }
31560
31591
 
31561
- .E_f7pxqmh {
31562
- width: 100%;
31563
- margin-bottom: 0 !important;
31564
- flex-flow: nowrap !important;
31565
- line-break: auto;
31566
- }
31567
- .E_f7pxqmh > .ant-form-item-label {
31568
- text-align: left !important;
31569
- padding-bottom: 0 !important;
31570
- }
31571
- .E_f7pxqmh > .ant-form-item-label > label {
31572
- min-height: 32px;
31573
- height: auto;
31574
- font-size: 13px;
31575
- color: rgba(44, 56, 82, 0.6);
31576
- white-space: normal;
31577
- }
31578
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
31579
- border-color: #ff4d4f !important;
31592
+ .E_iouxfgt {
31593
+ display: inline-flex;
31594
+ align-items: center;
31580
31595
  }
31581
- .E_f7pxqmh.ant-form-item-has-error .ant-input-password {
31582
- border-color: #ff4d4f !important;
31596
+ .E_iouxfgt .icon-inner {
31597
+ display: inline-flex;
31598
+ align-items: center;
31599
+ justify-content: center;
31583
31600
  }
31584
- .E_f7pxqmh .ant-form-item-explain {
31585
- margin-top: 4px;
31586
- font-size: 12px;
31587
- min-height: 0px;
31601
+ .E_iouxfgt .icon-inner + span,
31602
+ .E_iouxfgt span + .icon-inner.suffix {
31603
+ margin-left: 4px;
31588
31604
  }
31589
- .E_f7pxqmh .ant-form-item-extra {
31590
- font-size: 12px;
31591
- color: rgba(44, 56, 82, 0.6);
31592
- min-height: 0px;
31605
+ .E_iouxfgt.is-rotate img,
31606
+ .E_iouxfgt.is-rotate svg {
31607
+ animation: rotate 680ms linear infinite;
31593
31608
  }
31594
31609
 
31595
31610
  .E_owd0kml {
@@ -31601,1217 +31616,1221 @@ span.E_tqjc4ui {
31601
31616
  position: absolute;
31602
31617
  }
31603
31618
 
31604
- .E_fzh9mnb {
31605
- width: 100%;
31606
- height: 100%;
31607
- min-height: 124px;
31608
- display: flex;
31609
- flex-direction: column;
31619
+ .E_a1b5xrg3 .user-icon-inner {
31620
+ display: inline-flex;
31621
+ align-items: center;
31610
31622
  justify-content: center;
31623
+ color: #fff;
31624
+ font-weight: bold;
31625
+ font-size: 12px;
31626
+ width: 24px;
31627
+ height: 24px;
31628
+ border-radius: 50%;
31629
+ background: var(--a1b5xrg3-0);
31630
+ }
31631
+ .E_a1b5xrg3.btn-item {
31632
+ transition: all 160ms ease;
31633
+ cursor: pointer;
31634
+ width: 56px;
31635
+ height: 40px;
31636
+ display: inline-flex;
31611
31637
  align-items: center;
31638
+ justify-content: center;
31639
+ border-radius: 6px;
31612
31640
  }
31613
- .E_fzh9mnb .error-text {
31614
- color: rgba(10, 37, 85, 0.6);
31615
- margin-bottom: 16px;
31616
- font-size: 18px;
31641
+ .E_a1b5xrg3.btn-item:hover {
31642
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31617
31643
  }
31618
-
31619
- .E_cnujxq2 {
31620
- display: flex;
31621
- flex-direction: column;
31644
+ .E_a1b5xrg3.btn-item:active {
31645
+ transform: translateY(2px);
31646
+ transition: all 320ms ease;
31622
31647
  }
31623
31648
 
31624
- .E_m7s48ia {
31625
- max-width: 1120px;
31626
- width: 100%;
31627
- margin: 0 auto;
31628
- height: 100%;
31649
+ .E_dsnbhzf {
31650
+ font-family: Inter;
31651
+ font-style: normal;
31652
+ font-weight: bold;
31653
+ font-size: 32px;
31654
+ line-height: 40px;
31629
31655
  }
31630
31656
 
31631
- .E_wt5zbg6 {
31632
- max-width: 1120px;
31633
- width: 100%;
31634
- margin: 0 auto;
31635
- display: flex;
31636
- }
31637
- .E_wt5zbg6 .left,
31638
- .E_wt5zbg6 .right {
31639
- flex-grow: 0;
31640
- flex-shrink: 0;
31641
- flex-basis: 21%;
31642
- }
31643
- .E_wt5zbg6 .left {
31644
- display: flex;
31645
- justify-content: flex-end;
31646
- padding-right: 44px;
31647
- }
31648
- .E_wt5zbg6 .right {
31649
- padding-left: 44px;
31650
- }
31651
- .E_wt5zbg6 .middle {
31652
- margin-bottom: 40px;
31653
- flex-grow: 0;
31654
- flex-shrink: 0;
31655
- flex-basis: 58%;
31656
- }
31657
- .E_wt5zbg6 .middle .form-base-field {
31658
- width: 100%;
31659
- }
31660
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
31661
- width: auto;
31657
+ .E_d1mvo22k {
31658
+ font-family: Inter;
31659
+ font-style: normal;
31660
+ font-weight: bold;
31661
+ font-size: 24px;
31662
+ line-height: 32px;
31662
31663
  }
31663
31664
 
31664
- .E_h18jprzg .ant-modal-header {
31665
- margin: 0 auto;
31666
- width: 100%;
31667
- max-width: 648px;
31668
- }
31669
- .E_h18jprzg .ant-modal-header .ant-modal-title {
31670
- margin-left: 0;
31671
- }
31672
- .E_h18jprzg .ant-modal-body {
31673
- margin: 0 auto;
31674
- padding: 0;
31675
- width: 100%;
31676
- max-width: 648px;
31677
- overflow: hidden;
31678
- }
31679
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
31680
- margin-bottom: 40px;
31681
- }
31682
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
31683
- height: calc(100vh - 225px);
31684
- overflow-y: auto;
31685
- }
31686
- .E_h18jprzg .ant-modal-footer .footer-content {
31687
- margin: 0 auto;
31688
- max-width: 648px;
31665
+ .E_d1b444tr {
31666
+ font-family: Inter;
31667
+ font-style: normal;
31668
+ font-weight: normal;
31669
+ font-size: 32px;
31670
+ line-height: 40px;
31689
31671
  }
31690
31672
 
31691
- .E_h16z9xgz .ant-modal-header {
31692
- margin: 0 auto;
31693
- width: 100%;
31694
- max-width: 1024px;
31695
- }
31696
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
31697
- margin-left: 0;
31673
+ .E_dvs0kue {
31674
+ font-family: Inter;
31675
+ font-style: normal;
31676
+ font-weight: bold;
31677
+ font-size: 20px;
31678
+ line-height: 24px;
31698
31679
  }
31699
- .E_h16z9xgz .ant-modal-body {
31700
- margin: 0 auto;
31701
- padding: 0;
31702
- width: 100%;
31703
- max-width: 1024px;
31704
- overflow: hidden;
31680
+
31681
+ .E_d1hcbfcq {
31682
+ font-family: Inter;
31683
+ font-style: normal;
31684
+ font-weight: normal;
31685
+ font-size: 20px;
31686
+ line-height: 24px;
31705
31687
  }
31706
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
31707
- margin-bottom: 40px;
31688
+
31689
+ .E_d1cz922v {
31690
+ font-family: Inter;
31691
+ font-style: normal;
31692
+ font-weight: bold;
31693
+ font-size: 18px;
31694
+ line-height: 22px;
31708
31695
  }
31709
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
31710
- height: calc(100vh - 225px);
31711
- overflow-y: auto;
31696
+
31697
+ .E_d3nzbrm {
31698
+ font-family: Inter;
31699
+ font-style: normal;
31700
+ font-weight: normal;
31701
+ font-size: 18px;
31702
+ line-height: 22px;
31712
31703
  }
31713
- .E_h16z9xgz .ant-modal-footer .footer-content {
31714
- margin: 0 auto;
31715
- max-width: 1024px;
31704
+
31705
+ .E_h1g0p5ob {
31706
+ font-family: Inter;
31707
+ font-style: normal;
31708
+ font-weight: bold;
31709
+ font-size: 16px;
31710
+ line-height: 22px;
31716
31711
  }
31717
31712
 
31718
- .E_f1lrhghm {
31719
- flex: 1;
31713
+ .E_hydo2ej {
31714
+ font-family: Inter;
31715
+ font-style: normal;
31716
+ font-weight: normal;
31717
+ font-size: 16px;
31718
+ line-height: 22px;
31720
31719
  }
31721
- .E_f1lrhghm label {
31722
- font-size: 13px;
31720
+
31721
+ .E_h1hbuq0r {
31722
+ font-family: Inter;
31723
+ font-style: normal;
31724
+ font-weight: bold;
31725
+ font-size: 14px;
31723
31726
  line-height: 20px;
31724
- color: rgba(44, 56, 82, 0.6);
31725
31727
  }
31726
- .E_f1lrhghm .title {
31728
+
31729
+ .E_h13bondg {
31730
+ font-family: Inter;
31731
+ font-style: normal;
31732
+ font-weight: normal;
31727
31733
  font-size: 14px;
31728
31734
  line-height: 20px;
31729
- color: #2d3a56;
31730
- margin-bottom: 12px;
31731
- }
31732
- .E_f1lrhghm.connect-cluster .title {
31733
- padding-bottom: 26px;
31734
31735
  }
31735
31736
 
31736
- .E_f18ot8em {
31737
- padding: 25px 0 15px 0;
31738
- border-bottom: 1px solid #e1e5eb;
31739
- margin-bottom: 16px;
31737
+ .E_h1mhvdlx {
31738
+ font-family: Inter;
31739
+ font-style: normal;
31740
+ font-weight: bold;
31741
+ font-size: 12px;
31742
+ line-height: 18px;
31740
31743
  }
31741
31744
 
31742
- .E_f1l1g2k0 {
31743
- display: flex;
31744
- align-items: center;
31745
- margin-bottom: 8px;
31746
- }
31747
- .E_f1l1g2k0 > label {
31748
- width: 216px;
31749
- }
31750
- .E_f1l1g2k0 > label + * {
31751
- width: 100%;
31752
- }
31753
- .E_f1l1g2k0 .ant-select {
31754
- width: 100%;
31745
+ .E_h1inmfq6 {
31746
+ font-family: Inter;
31747
+ font-style: normal;
31748
+ font-weight: normal;
31749
+ font-size: 12px;
31750
+ line-height: 18px;
31755
31751
  }
31756
31752
 
31757
- .E_e1k89cwg {
31758
- color: #e75a3a;
31759
- margin-right: 10px;
31753
+ .E_h1kfc0la {
31754
+ font-family: Inter;
31755
+ font-style: normal;
31756
+ font-weight: bold;
31757
+ text-transform: uppercase;
31758
+ font-feature-settings: "cpsp" on;
31759
+ font-size: 12px;
31760
+ line-height: 18px;
31760
31761
  }
31761
31762
 
31762
- .E_d1oui1gf {
31763
- width: 100%;
31764
- height: 1px;
31765
- background: rgba(213, 219, 227, 0.6);
31766
- margin: 24px 0;
31763
+ .E_h10xnyuu {
31764
+ font-family: Inter;
31765
+ font-style: normal;
31766
+ font-weight: normal;
31767
+ text-transform: uppercase;
31768
+ font-feature-settings: "cpsp" on;
31769
+ font-size: 12px;
31770
+ line-height: 18px;
31767
31771
  }
31768
31772
 
31769
- .E_l15itdbb {
31770
- display: flex;
31771
- justify-content: center;
31772
- align-items: center;
31773
- height: 100%;
31773
+ .E_lrcmi0v {
31774
+ font-family: Inter;
31775
+ font-style: normal;
31776
+ font-weight: normal;
31777
+ font-size: 16px;
31778
+ line-height: 24px;
31774
31779
  }
31775
31780
 
31776
- .E_d1y3z4w {
31777
- display: inline-block;
31778
- width: 4px;
31779
- height: 4px;
31780
- background: #8e9aa9;
31781
- opacity: 0.4;
31782
- border-radius: 50%;
31783
- margin: 0 4px;
31781
+ .E_lzt43lp {
31782
+ font-family: Inter;
31783
+ font-style: normal;
31784
+ font-weight: bold;
31785
+ font-size: 16px;
31786
+ line-height: 24px;
31784
31787
  }
31785
31788
 
31786
- .E_m177r7a3 .ant-modal-header,
31787
- .E_m177r7a3 .ant-modal-footer .footer-content {
31788
- width: 648px;
31789
- margin: 0 auto;
31790
- }
31791
- .E_m177r7a3 .ant-modal-header {
31792
- padding: 35px 0 24px;
31793
- border: none;
31794
- }
31795
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
31796
- font-size: 30px;
31789
+ .E_l5yc9nt {
31790
+ font-family: Inter;
31791
+ font-style: normal;
31792
+ font-weight: normal;
31793
+ font-size: 16px;
31794
+ line-height: 24px;
31797
31795
  }
31798
- .E_m177r7a3 .ant-modal-body {
31799
- padding: 4px 0 2px;
31796
+
31797
+ .E_l1fbkbzo {
31798
+ font-family: Inter;
31799
+ font-style: normal;
31800
+ font-weight: bold;
31801
+ font-size: 16px;
31802
+ line-height: 24px;
31800
31803
  }
31801
- .E_m177r7a3 .ant-modal-footer {
31802
- border: none;
31804
+
31805
+ .E_lahvcax {
31806
+ font-family: Inter;
31807
+ font-style: normal;
31808
+ font-weight: normal;
31809
+ text-transform: uppercase;
31810
+ font-feature-settings: "cpsp" on;
31811
+ font-size: 16px;
31812
+ line-height: 24px;
31803
31813
  }
31804
31814
 
31805
- .E_t1wwio3v {
31806
- font-size: 12px;
31807
- line-height: 18px;
31815
+ .E_l11q3pxd {
31816
+ font-family: Inter;
31817
+ font-style: normal;
31808
31818
  font-weight: bold;
31809
- color: #fff;
31810
- padding: 0 4px;
31811
- border-radius: 4px;
31812
- display: inline-block;
31813
- background: var(--t1wwio3v-0);
31819
+ text-transform: uppercase;
31820
+ font-feature-settings: "cpsp" on;
31821
+ font-size: 16px;
31822
+ line-height: 24px;
31814
31823
  }
31815
- .E_t1wwio3v:not(:first-child) {
31816
- margin-left: 4px;
31824
+
31825
+ .E_lfuc2qu {
31826
+ font-family: Inter;
31827
+ font-style: normal;
31828
+ font-weight: normal;
31829
+ font-size: 14px;
31830
+ line-height: 22px;
31817
31831
  }
31818
31832
 
31819
- .E_f17jvtfk {
31820
- width: 100%;
31821
- height: 100%;
31822
- display: flex;
31823
- align-items: center;
31824
- justify-content: center;
31833
+ .E_l1jmp8r0 {
31834
+ font-family: Inter;
31835
+ font-style: normal;
31836
+ font-weight: 500;
31837
+ font-size: 14px;
31838
+ line-height: 22px;
31825
31839
  }
31826
31840
 
31827
- .E_nzppkea {
31828
- font-size: 90%;
31841
+ .E_lcnm221 {
31842
+ font-family: Inter;
31843
+ font-style: normal;
31829
31844
  font-weight: bold;
31830
- background-color: rgba(240, 243, 247, 0.6);
31831
- padding: 1px 4px 1px;
31832
- margin-left: 2px;
31833
- margin-right: 2px;
31834
- border: 1px solid rgba(213, 219, 227, 0.6);
31835
- border-radius: 4px;
31845
+ font-size: 14px;
31846
+ line-height: 22px;
31836
31847
  }
31837
31848
 
31838
- .E_f4mi9eq.form-item-general {
31839
- width: 640px;
31840
- }
31841
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31842
- margin-top: 16px;
31843
- }
31844
- .E_f4mi9eq.form-item-compact {
31845
- width: 412px;
31849
+ .E_lu1z2n5 {
31850
+ font-family: Inter;
31851
+ font-style: normal;
31852
+ font-weight: normal;
31853
+ font-size: 14px;
31854
+ line-height: 22px;
31846
31855
  }
31847
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31848
- margin-top: 8px;
31856
+
31857
+ .E_l1r59djn {
31858
+ font-family: Inter;
31859
+ font-style: normal;
31860
+ font-weight: bold;
31861
+ font-size: 14px;
31862
+ line-height: 22px;
31849
31863
  }
31850
- .E_f4mi9eq .form-item {
31851
- width: auto;
31864
+
31865
+ .E_ljm2911 {
31866
+ font-family: Inter;
31867
+ font-style: normal;
31868
+ font-weight: normal;
31869
+ text-transform: uppercase;
31870
+ font-feature-settings: "cpsp" on;
31871
+ font-size: 14px;
31872
+ line-height: 22px;
31852
31873
  }
31853
- .E_f4mi9eq .form-item-main {
31854
- position: relative;
31855
- display: flex;
31874
+
31875
+ .E_l124mzmr {
31876
+ font-family: Inter;
31877
+ font-style: normal;
31878
+ font-weight: bold;
31879
+ text-transform: uppercase;
31880
+ font-feature-settings: "cpsp" on;
31881
+ font-size: 14px;
31882
+ line-height: 22px;
31856
31883
  }
31857
- .E_f4mi9eq .form-item-extra {
31858
- margin-top: 4px;
31859
- width: 100%;
31860
- padding: 14px;
31861
- background: #f2f4f6;
31884
+
31885
+ .E_lb3chel {
31886
+ font-family: Inter;
31887
+ font-style: normal;
31888
+ font-weight: normal;
31862
31889
  font-size: 13px;
31863
- line-height: 1.8;
31864
- color: #8e9aa9;
31890
+ line-height: 20px;
31865
31891
  }
31866
- .E_f4mi9eq .form-item-label {
31867
- padding-right: 12px;
31892
+
31893
+ .E_lv9jstu {
31894
+ font-family: Inter;
31895
+ font-style: normal;
31896
+ font-weight: 600;
31868
31897
  font-size: 13px;
31869
- color: rgba(44, 56, 82, 0.6);
31898
+ line-height: 20px;
31870
31899
  }
31871
- .E_f4mi9eq .form-item-label.label-right {
31872
- text-align: right;
31900
+
31901
+ .E_lwqlh3x {
31902
+ font-family: Inter;
31903
+ font-style: normal;
31904
+ font-weight: bold;
31905
+ font-size: 13px;
31906
+ line-height: 20px;
31873
31907
  }
31874
- .E_f4mi9eq .form-item-label,
31875
- .E_f4mi9eq .form-item-control {
31876
- line-height: 32px;
31908
+
31909
+ .E_lalum9y {
31910
+ font-family: Inter;
31911
+ font-style: normal;
31912
+ font-weight: normal;
31913
+ font-size: 13px;
31914
+ line-height: 20px;
31877
31915
  }
31878
- .E_f4mi9eq .form-item-control .form-item-error {
31879
- line-height: 18px;
31916
+
31917
+ .E_l1t6dj5o {
31918
+ font-family: Inter;
31919
+ font-style: normal;
31920
+ font-weight: 600;
31921
+ font-size: 13px;
31922
+ line-height: 20px;
31880
31923
  }
31881
- .E_f4mi9eq .form-item-children {
31882
- width: 100%;
31924
+
31925
+ .E_l12f6ic {
31926
+ font-family: Inter;
31927
+ font-style: normal;
31928
+ font-weight: bold;
31929
+ font-size: 13px;
31930
+ line-height: 20px;
31883
31931
  }
31884
- .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 {
31885
- width: 100%;
31932
+
31933
+ .E_l7gmukq {
31934
+ font-family: Inter;
31935
+ font-style: normal;
31936
+ font-weight: normal;
31937
+ text-transform: uppercase;
31938
+ font-feature-settings: "cpsp" on;
31939
+ font-size: 13px;
31940
+ line-height: 20px;
31886
31941
  }
31887
- .E_f4mi9eq .form-item-error {
31888
- color: #e75a3a;
31889
- height: 0;
31890
- overflow: hidden;
31942
+
31943
+ .E_lkwl0yp {
31944
+ font-family: Inter;
31945
+ font-style: normal;
31946
+ font-weight: bold;
31947
+ text-transform: uppercase;
31948
+ font-feature-settings: "cpsp" on;
31949
+ font-size: 13px;
31950
+ line-height: 20px;
31891
31951
  }
31892
- .E_f4mi9eq .form-item-error-enter-done {
31893
- margin-top: 4px;
31894
- height: auto;
31895
- overflow: auto;
31952
+
31953
+ .E_l10knv48 {
31954
+ font-family: Inter;
31955
+ font-style: normal;
31956
+ font-weight: normal;
31957
+ font-size: 12px;
31958
+ line-height: 18px;
31896
31959
  }
31897
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31898
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31899
- border: 1px solid #e75a3a;
31900
- color: #e75a3a;
31960
+
31961
+ .E_l6526ld {
31962
+ font-family: Inter;
31963
+ font-style: normal;
31964
+ font-weight: 500;
31965
+ font-size: 12px;
31966
+ line-height: 18px;
31901
31967
  }
31902
31968
 
31903
- .E_fh0ewl8 {
31904
- color: #2d3a56;
31969
+ .E_l1j81vli {
31970
+ font-family: Inter;
31971
+ font-style: normal;
31905
31972
  font-weight: bold;
31906
- padding-bottom: 6px;
31907
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31908
- margin-bottom: 16px;
31973
+ font-size: 12px;
31974
+ line-height: 18px;
31909
31975
  }
31910
- .E_fh0ewl8:not(:first-of-type) {
31911
- margin-top: 16px;
31976
+
31977
+ .E_l1x7n1mk {
31978
+ font-family: Inter;
31979
+ font-style: normal;
31980
+ font-weight: normal;
31981
+ font-size: 12px;
31982
+ line-height: 18px;
31912
31983
  }
31913
31984
 
31914
- .E_e1qrlvot {
31915
- width: 8px;
31916
- height: 24px;
31917
- display: flex;
31918
- justify-content: center;
31919
- align-items: center;
31920
- cursor: pointer;
31921
- transition: all 200ms ease-out 40ms;
31985
+ .E_l9fqufz {
31986
+ font-family: Inter;
31987
+ font-style: normal;
31988
+ font-weight: 500;
31989
+ font-size: 12px;
31990
+ line-height: 18px;
31922
31991
  }
31923
- .E_e1qrlvot:before, .E_e1qrlvot:after {
31924
- content: "";
31925
- width: 1px;
31926
- height: 6px;
31927
- border-radius: 1px;
31928
- background: #ccd4e3;
31929
- position: relative;
31930
- right: 2px;
31931
- transform: rotate(-45deg);
31992
+
31993
+ .E_l1iwnybd {
31994
+ font-family: Inter;
31995
+ font-style: normal;
31996
+ font-weight: bold;
31997
+ font-size: 12px;
31998
+ line-height: 18px;
31932
31999
  }
31933
- .E_e1qrlvot:after {
31934
- transform: rotate(45deg);
31935
- left: 1px;
32000
+
32001
+ .E_lprtm1e {
32002
+ font-family: Inter;
32003
+ font-style: normal;
32004
+ font-weight: normal;
32005
+ text-transform: uppercase;
32006
+ font-feature-settings: "cpsp" on;
32007
+ font-size: 12px;
32008
+ line-height: 18px;
31936
32009
  }
31937
32010
 
31938
- .E_w9ic984.ant-alert-warning {
31939
- border: 0;
31940
- background: rgba(255, 187, 0, 0.1);
31941
- border-radius: 6px;
32011
+ .E_l1lln87h {
32012
+ font-family: Inter;
32013
+ font-style: normal;
32014
+ font-weight: bold;
32015
+ text-transform: uppercase;
32016
+ font-feature-settings: "cpsp" on;
32017
+ font-size: 12px;
32018
+ line-height: 18px;
31942
32019
  }
31943
- .E_w9ic984.ant-alert,
31944
- .E_w9ic984 .ant-alert-message {
31945
- color: #e07f00;
32020
+
32021
+ .E_f2pb48l {
32022
+ font-family: Inter;
32023
+ font-style: normal;
32024
+ font-weight: normal;
32025
+ font-size: 13px;
32026
+ line-height: 20px;
31946
32027
  }
31947
- .E_w9ic984.ant-alert .dashed-border-bottom,
31948
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31949
- border-bottom-color: #e07f00;
32028
+
32029
+ .E_fi9emkw {
32030
+ font-family: Inter;
32031
+ font-style: normal;
32032
+ font-weight: normal;
32033
+ font-size: 13px;
32034
+ line-height: 20px;
31950
32035
  }
31951
32036
 
31952
- .E_n1k9qi4r {
31953
- display: flex;
31954
- flex-direction: row;
31955
- padding: 7px 12px;
31956
- background: rgba(255, 187, 0, 0.1);
31957
- border-radius: 6px;
31958
- color: #e07f00;
32037
+ .E_f1nrg7da {
32038
+ font-family: Inter;
32039
+ font-style: normal;
32040
+ font-weight: normal;
31959
32041
  font-size: 12px;
31960
32042
  line-height: 18px;
31961
32043
  }
31962
- .E_n1k9qi4r .icon-wrapper {
31963
- margin-right: 10px;
31964
- height: 18px;
31965
- }
31966
32044
 
31967
- .E_n16fsg9x {
31968
- display: flex;
31969
- flex-direction: row;
31970
- padding: 7px 12px;
31971
- background: rgba(225, 230, 241, 0.6);
31972
- border-radius: 6px;
31973
- color: rgba(44, 56, 82, 0.6);
32045
+ .E_f17k1i3n {
32046
+ font-family: Inter;
32047
+ font-style: normal;
32048
+ font-weight: normal;
31974
32049
  font-size: 12px;
31975
32050
  line-height: 18px;
31976
32051
  }
31977
- .E_n16fsg9x .icon-wrapper {
31978
- margin-right: 10px;
31979
- height: 18px;
32052
+
32053
+ .E_t1tvuj2e {
32054
+ font-family: Inter;
32055
+ font-style: normal;
32056
+ font-weight: normal;
32057
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32058
+ font-size: 13px;
32059
+ line-height: 20px;
31980
32060
  }
31981
32061
 
31982
- .E_i173wxzw {
31983
- display: flex;
31984
- flex-direction: row;
31985
- padding: 7px 12px;
31986
- background: rgba(0, 136, 255, 0.1);
31987
- border-radius: 6px;
31988
- color: #005ed1;
32062
+ .E_t17uajlu {
32063
+ font-family: Inter;
32064
+ font-style: normal;
32065
+ font-weight: normal;
32066
+ font-feature-settings: "zero" on;
32067
+ font-size: 13px;
32068
+ line-height: 20px;
32069
+ }
32070
+
32071
+ .E_t114zbyz {
32072
+ font-family: Inter;
32073
+ font-style: normal;
32074
+ font-weight: normal;
32075
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31989
32076
  font-size: 12px;
31990
32077
  line-height: 18px;
31991
32078
  }
31992
- .E_i173wxzw .icon-wrapper {
31993
- margin-right: 10px;
31994
- height: 18px;
32079
+
32080
+ .E_t1il0kvi {
32081
+ font-family: Inter;
32082
+ font-style: normal;
32083
+ font-weight: 500;
32084
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32085
+ font-size: 12px;
32086
+ line-height: 18px;
31995
32087
  }
31996
32088
 
31997
- .E_dld369h {
31998
- color: rgba(44, 56, 82, 0.6);
31999
- margin-top: 5px;
32089
+ .E_t10dv8p1 {
32090
+ font-family: Inter;
32091
+ font-style: normal;
32092
+ font-weight: normal;
32093
+ font-feature-settings: "zero" on;
32000
32094
  font-size: 12px;
32001
32095
  line-height: 18px;
32002
32096
  }
32003
32097
 
32004
- .E_s1epv22q {
32005
- color: #f0483e;
32098
+ .E_tc2oqpq {
32099
+ font-family: Inter;
32100
+ font-style: normal;
32101
+ font-weight: 500;
32102
+ font-feature-settings: "zero" on;
32006
32103
  font-size: 12px;
32007
- white-space: pre-wrap;
32104
+ line-height: 18px;
32008
32105
  }
32009
32106
 
32010
- .E_okus5hk {
32011
- display: flex;
32012
- align-items: center;
32013
- justify-content: flex-end;
32107
+ .E_tzvddmc {
32108
+ font-family: Inter;
32109
+ font-style: normal;
32110
+ font-weight: bold;
32111
+ font-feature-settings: "zero" on;
32112
+ font-size: 16px;
32113
+ line-height: 24px;
32014
32114
  }
32015
- .E_okus5hk .icon-wrapper {
32016
- margin-right: 16px;
32115
+
32116
+ .E_u18llj45 {
32117
+ font-family: Inter;
32118
+ font-style: normal;
32119
+ font-weight: normal;
32120
+ font-size: 10px;
32121
+ line-height: 12px;
32017
32122
  }
32018
32123
 
32019
- .E_t1auuzri {
32020
- color: rgba(0, 21, 64, 0.3);
32124
+ .E_m196gn1d {
32125
+ min-width: 1280px;
32021
32126
  }
32022
32127
 
32023
- .E_i74cfyt.ant-input {
32024
- padding: 5px 12px;
32025
- line-height: 20px;
32026
- color: #2d3a56;
32027
- border-radius: 6px;
32028
- border-color: rgba(172, 186, 211, 0.6);
32029
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32128
+ .E_cnujxq2 {
32129
+ display: flex;
32130
+ flex-direction: column;
32030
32131
  }
32031
- .E_i74cfyt.ant-input.ant-input-lg {
32032
- padding: 8px 16px;
32033
- line-height: 22px;
32132
+
32133
+ .E_m7s48ia {
32134
+ max-width: 1120px;
32135
+ width: 100%;
32136
+ margin: 0 auto;
32137
+ height: 100%;
32034
32138
  }
32035
- .E_i74cfyt.ant-input.ant-input-sm {
32036
- padding: 2px 8px;
32037
- line-height: 18px;
32139
+
32140
+ .E_wt5zbg6 {
32141
+ max-width: 1120px;
32142
+ width: 100%;
32143
+ margin: 0 auto;
32144
+ display: flex;
32038
32145
  }
32039
- .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 {
32040
- border-color: rgba(107, 128, 167, 0.6);
32041
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32042
- z-index: 1;
32146
+ .E_wt5zbg6 .left,
32147
+ .E_wt5zbg6 .right {
32148
+ flex-grow: 0;
32149
+ flex-shrink: 0;
32150
+ flex-basis: 21%;
32043
32151
  }
32044
- .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 {
32045
- border-color: #0096ff;
32046
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32047
- z-index: 1;
32152
+ .E_wt5zbg6 .left {
32153
+ display: flex;
32154
+ justify-content: flex-end;
32155
+ padding-right: 44px;
32048
32156
  }
32049
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
32050
- border-color: #e75a3a;
32051
- color: #e75a3a;
32157
+ .E_wt5zbg6 .right {
32158
+ padding-left: 44px;
32052
32159
  }
32053
- .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 {
32054
- border-color: #e75a3a;
32055
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32160
+ .E_wt5zbg6 .middle {
32161
+ margin-bottom: 40px;
32162
+ flex-grow: 0;
32163
+ flex-shrink: 0;
32164
+ flex-basis: 58%;
32056
32165
  }
32057
- .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 {
32058
- border-color: #e75a3a;
32059
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32166
+ .E_wt5zbg6 .middle .form-base-field {
32167
+ width: 100%;
32060
32168
  }
32061
- .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 {
32062
- background: rgba(211, 218, 235, 0.6);
32063
- color: rgba(0, 21, 64, 0.3);
32064
- border-color: rgba(172, 186, 211, 0.6);
32169
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
32170
+ width: auto;
32065
32171
  }
32066
- .E_i74cfyt.ant-input-affix-wrapper {
32067
- padding: 5px 12px;
32068
- border-radius: 6px;
32069
- border-color: rgba(172, 186, 211, 0.6);
32070
- line-height: 20px;
32071
- color: #2d3a56;
32072
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32073
- }
32074
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
32075
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
32076
- color: rgba(44, 56, 82, 0.6);
32172
+
32173
+ .E_h18jprzg .ant-modal-header {
32174
+ margin: 0 auto;
32175
+ width: 100%;
32176
+ max-width: 648px;
32077
32177
  }
32078
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
32079
- padding: 8px 16px;
32080
- line-height: 22px;
32178
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
32179
+ margin-left: 0;
32081
32180
  }
32082
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
32083
- padding: 2px 8px;
32084
- line-height: 18px;
32181
+ .E_h18jprzg .ant-modal-body {
32182
+ margin: 0 auto;
32183
+ padding: 0;
32184
+ width: 100%;
32185
+ max-width: 648px;
32186
+ overflow: hidden;
32085
32187
  }
32086
- .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 {
32087
- border-color: rgba(107, 128, 167, 0.6);
32088
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32188
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
32189
+ margin-bottom: 40px;
32089
32190
  }
32090
- .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 {
32091
- border-color: #0096ff;
32092
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32191
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
32192
+ height: calc(100vh - 225px);
32193
+ overflow-y: auto;
32093
32194
  }
32094
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
32095
- border-color: #e75a3a;
32195
+ .E_h18jprzg .ant-modal-footer .footer-content {
32196
+ margin: 0 auto;
32197
+ max-width: 648px;
32096
32198
  }
32097
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
32098
- color: #e75a3a;
32199
+
32200
+ .E_h16z9xgz .ant-modal-header {
32201
+ margin: 0 auto;
32202
+ width: 100%;
32203
+ max-width: 1024px;
32099
32204
  }
32100
- .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 {
32101
- border-color: #e75a3a;
32102
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32205
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
32206
+ margin-left: 0;
32103
32207
  }
32104
- .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 {
32105
- border-color: #e75a3a;
32106
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32208
+ .E_h16z9xgz .ant-modal-body {
32209
+ margin: 0 auto;
32210
+ padding: 0;
32211
+ width: 100%;
32212
+ max-width: 1024px;
32213
+ overflow: hidden;
32107
32214
  }
32108
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
32109
- background: rgba(211, 218, 235, 0.6);
32110
- color: rgba(0, 21, 64, 0.3);
32111
- border-color: rgba(172, 186, 211, 0.6);
32215
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
32216
+ margin-bottom: 40px;
32112
32217
  }
32113
- textarea.E_i74cfyt.ant-input {
32114
- transition-property: height;
32115
- transition-delay: 50ms;
32218
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
32219
+ height: calc(100vh - 225px);
32220
+ overflow-y: auto;
32116
32221
  }
32117
- textarea.E_i74cfyt.ant-input.textarea-large {
32118
- min-height: 40px;
32119
- height: 40px;
32222
+ .E_h16z9xgz .ant-modal-footer .footer-content {
32223
+ margin: 0 auto;
32224
+ max-width: 1024px;
32120
32225
  }
32121
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
32122
- height: 80px;
32226
+
32227
+ .E_f1lrhghm {
32228
+ flex: 1;
32123
32229
  }
32124
- textarea.E_i74cfyt.ant-input.textarea-middle {
32125
- min-height: 32px;
32126
- height: 32px;
32230
+ .E_f1lrhghm label {
32231
+ font-size: 13px;
32232
+ line-height: 20px;
32233
+ color: rgba(44, 56, 82, 0.6);
32127
32234
  }
32128
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
32129
- height: 64px;
32235
+ .E_f1lrhghm .title {
32236
+ font-size: 14px;
32237
+ line-height: 20px;
32238
+ color: #2d3a56;
32239
+ margin-bottom: 12px;
32130
32240
  }
32131
- textarea.E_i74cfyt.ant-input.textarea-small {
32132
- min-height: 24px;
32133
- height: 24px;
32241
+ .E_f1lrhghm.connect-cluster .title {
32242
+ padding-bottom: 26px;
32134
32243
  }
32135
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
32136
- height: 40px;
32244
+
32245
+ .E_f18ot8em {
32246
+ padding: 25px 0 15px 0;
32247
+ border-bottom: 1px solid #e1e5eb;
32248
+ margin-bottom: 16px;
32137
32249
  }
32138
32250
 
32139
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
32140
- border: 1px solid rgba(213, 219, 227, 0.6);
32141
- border-radius: 4px;
32251
+ .E_f1l1g2k0 {
32252
+ display: flex;
32253
+ align-items: center;
32254
+ margin-bottom: 8px;
32142
32255
  }
32143
- .E_k1ci6977.input-tags {
32144
- position: relative;
32145
- padding: 6px;
32146
- height: 32px;
32147
- cursor: pointer;
32148
- transition: border 150ms;
32256
+ .E_f1l1g2k0 > label {
32257
+ width: 216px;
32149
32258
  }
32150
- .E_k1ci6977.input-tags:hover {
32151
- border-color: #0080ff;
32152
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
32259
+ .E_f1l1g2k0 > label + * {
32260
+ width: 100%;
32153
32261
  }
32154
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
32155
- padding-right: 30px;
32262
+ .E_f1l1g2k0 .ant-select {
32263
+ width: 100%;
32156
32264
  }
32157
- .E_k1ci6977.input-tags .input-tags-inner {
32158
- display: flex;
32265
+
32266
+ .E_e1k89cwg {
32267
+ color: #e75a3a;
32268
+ margin-right: 10px;
32159
32269
  }
32160
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
32270
+
32271
+ .E_d1oui1gf {
32272
+ width: 100%;
32273
+ height: 1px;
32274
+ background: rgba(213, 219, 227, 0.6);
32275
+ margin: 24px 0;
32276
+ }
32277
+
32278
+ .E_l15itdbb {
32161
32279
  display: flex;
32280
+ justify-content: center;
32281
+ align-items: center;
32282
+ height: 100%;
32162
32283
  }
32163
- .E_k1ci6977.input-tags .input-tag-suffix {
32164
- position: absolute;
32165
- right: 12px;
32166
- top: 50%;
32167
- transform: translateY(-50%);
32284
+
32285
+ .E_d1y3z4w {
32286
+ display: inline-block;
32287
+ width: 4px;
32288
+ height: 4px;
32289
+ background: #8e9aa9;
32290
+ opacity: 0.4;
32291
+ border-radius: 50%;
32292
+ margin: 0 4px;
32168
32293
  }
32169
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
32170
- color: rgba(0, 0, 0, 0.25);
32171
- font-size: 12px;
32172
- cursor: pointer;
32294
+
32295
+ .E_m177r7a3 .ant-modal-header,
32296
+ .E_m177r7a3 .ant-modal-footer .footer-content {
32297
+ width: 648px;
32298
+ margin: 0 auto;
32173
32299
  }
32174
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
32175
- color: rgba(0, 0, 0, 0.45);
32300
+ .E_m177r7a3 .ant-modal-header {
32301
+ padding: 35px 0 24px;
32302
+ border: none;
32176
32303
  }
32177
- .E_k1ci6977.has-focus-indicator {
32178
- position: relative;
32179
- overflow: hidden;
32304
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
32305
+ font-size: 30px;
32180
32306
  }
32181
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
32182
- position: absolute;
32183
- top: 50%;
32184
- transform: translateY(-50%);
32185
- left: -16px;
32186
- transition: left 150ms ease;
32187
- opacity: 0;
32307
+ .E_m177r7a3 .ant-modal-body {
32308
+ padding: 4px 0 2px;
32188
32309
  }
32189
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
32190
- left: 8px;
32191
- opacity: 1;
32310
+ .E_m177r7a3 .ant-modal-footer {
32311
+ border: none;
32192
32312
  }
32193
- .E_k1ci6977.has-focus-indicator input {
32194
- transition: margin-left 150ms ease;
32195
- margin-left: 0px;
32313
+
32314
+ .E_t1wwio3v {
32315
+ font-size: 12px;
32316
+ line-height: 18px;
32317
+ font-weight: bold;
32318
+ color: #fff;
32319
+ padding: 0 4px;
32320
+ border-radius: 4px;
32321
+ display: inline-block;
32322
+ background: var(--t1wwio3v-0);
32196
32323
  }
32197
- .E_k1ci6977.has-focus-indicator input:focus {
32198
- margin-left: 16px;
32324
+ .E_t1wwio3v:not(:first-child) {
32325
+ margin-left: 4px;
32199
32326
  }
32200
32327
 
32201
- input.E_l1f7td1d.ant-input {
32202
- border-top-right-radius: 0;
32203
- border-bottom-right-radius: 0;
32328
+ .E_f17jvtfk {
32329
+ width: 100%;
32330
+ height: 100%;
32331
+ display: flex;
32332
+ align-items: center;
32333
+ justify-content: center;
32204
32334
  }
32205
32335
 
32206
- .E_l1f7td1d.ant-input-affix-wrapper {
32207
- border-top-right-radius: 0;
32208
- border-bottom-right-radius: 0;
32336
+ .E_nzppkea {
32337
+ font-size: 90%;
32338
+ font-weight: bold;
32339
+ background-color: rgba(240, 243, 247, 0.6);
32340
+ padding: 1px 4px 1px;
32341
+ margin-left: 2px;
32342
+ margin-right: 2px;
32343
+ border: 1px solid rgba(213, 219, 227, 0.6);
32344
+ border-radius: 4px;
32209
32345
  }
32210
32346
 
32211
- input.E_rf8rlle.ant-input {
32212
- border-top-left-radius: 0;
32213
- border-bottom-left-radius: 0;
32347
+ .E_f4mi9eq.form-item-general {
32348
+ width: 640px;
32214
32349
  }
32215
-
32216
- .E_rf8rlle.ant-input-affix-wrapper {
32217
- border-top-left-radius: 0;
32218
- border-bottom-left-radius: 0;
32350
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
32351
+ margin-top: 16px;
32219
32352
  }
32220
-
32221
- .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
32222
- border-top-right-radius: 0;
32223
- border-bottom-right-radius: 0;
32353
+ .E_f4mi9eq.form-item-compact {
32354
+ width: 412px;
32224
32355
  }
32225
-
32226
- .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
32227
- border-top-left-radius: 0;
32228
- border-bottom-left-radius: 0;
32356
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
32357
+ margin-top: 8px;
32229
32358
  }
32230
-
32231
- .E_c3ni091 {
32232
- display: flex;
32233
- flex-direction: column;
32359
+ .E_f4mi9eq .form-item {
32360
+ width: auto;
32234
32361
  }
32235
- .E_c3ni091 .select-wrapper {
32236
- margin-top: 12px;
32362
+ .E_f4mi9eq .form-item-main {
32363
+ position: relative;
32364
+ display: flex;
32237
32365
  }
32238
- .E_c3ni091 .select-wrapper .select {
32366
+ .E_f4mi9eq .form-item-extra {
32367
+ margin-top: 4px;
32239
32368
  width: 100%;
32369
+ padding: 14px;
32370
+ background: #f2f4f6;
32371
+ font-size: 13px;
32372
+ line-height: 1.8;
32373
+ color: #8e9aa9;
32240
32374
  }
32241
- .E_c3ni091 .radio-wrapper {
32242
- margin-top: 24px;
32375
+ .E_f4mi9eq .form-item-label {
32376
+ padding-right: 12px;
32377
+ font-size: 13px;
32378
+ color: rgba(44, 56, 82, 0.6);
32243
32379
  }
32244
- .E_c3ni091 div.form-item {
32245
- width: 100%;
32380
+ .E_f4mi9eq .form-item-label.label-right {
32381
+ text-align: right;
32246
32382
  }
32247
-
32248
- .E_d105ju2d {
32249
- font-size: 14px;
32250
- font-weight: 500;
32251
- color: #3e4652;
32252
- line-height: 18px;
32383
+ .E_f4mi9eq .form-item-label,
32384
+ .E_f4mi9eq .form-item-control {
32385
+ line-height: 32px;
32253
32386
  }
32254
- .E_d105ju2d + .E_d105ju2d {
32255
- margin-top: 16px;
32387
+ .E_f4mi9eq .form-item-control .form-item-error {
32388
+ line-height: 18px;
32256
32389
  }
32257
- .E_d105ju2d + * {
32258
- margin-top: 16px;
32390
+ .E_f4mi9eq .form-item-children {
32391
+ width: 100%;
32259
32392
  }
32260
-
32261
- .E_lh0l62z.E_d105ju2d {
32262
- font-size: 12px;
32263
- color: rgba(44, 56, 82, 0.6);
32264
- margin-top: 12px;
32393
+ .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 {
32394
+ width: 100%;
32265
32395
  }
32266
-
32267
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32268
- line-height: 18px;
32269
- font-weight: 500;
32270
- margin-top: 0;
32271
- white-space: initial;
32396
+ .E_f4mi9eq .form-item-error {
32397
+ color: #e75a3a;
32398
+ height: 0;
32399
+ overflow: hidden;
32272
32400
  }
32273
-
32274
- .E_r1skkc3l {
32275
- display: block;
32401
+ .E_f4mi9eq .form-item-error-enter-done {
32402
+ margin-top: 4px;
32403
+ height: auto;
32404
+ overflow: auto;
32276
32405
  }
32277
- .E_r1skkc3l span {
32278
- font-size: 14px;
32279
- font-weight: 500;
32280
- line-height: 32px;
32281
- color: #3e4652;
32406
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
32407
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
32408
+ border: 1px solid #e75a3a;
32409
+ color: #e75a3a;
32282
32410
  }
32283
32411
 
32284
- .E_c3cobmo {
32412
+ .E_fh0ewl8 {
32413
+ color: #2d3a56;
32414
+ font-weight: bold;
32415
+ padding-bottom: 6px;
32416
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32417
+ margin-bottom: 16px;
32418
+ }
32419
+ .E_fh0ewl8:not(:first-of-type) {
32285
32420
  margin-top: 16px;
32286
- padding: 8px;
32287
- border-radius: 6px;
32288
- background: rgba(225, 230, 241, 0.6);
32289
- color: rgba(44, 56, 82, 0.6);
32290
- font-size: 12px;
32291
32421
  }
32292
- .E_c3cobmo div {
32293
- line-height: 20px;
32422
+
32423
+ .E_e1qrlvot {
32424
+ width: 8px;
32425
+ height: 24px;
32294
32426
  display: flex;
32427
+ justify-content: center;
32295
32428
  align-items: center;
32296
- word-break: break-all;
32429
+ cursor: pointer;
32430
+ transition: all 200ms ease-out 40ms;
32297
32431
  }
32298
- .E_c3cobmo .title {
32299
- font-weight: 700;
32300
- line-height: 18px;
32301
- margin: 4px 0;
32432
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
32433
+ content: "";
32434
+ width: 1px;
32435
+ height: 6px;
32436
+ border-radius: 1px;
32437
+ background: #ccd4e3;
32438
+ position: relative;
32439
+ right: 2px;
32440
+ transform: rotate(-45deg);
32302
32441
  }
32303
-
32304
- .E_uqv57uv {
32305
- color: rgba(44, 56, 82, 0.7490196078);
32442
+ .E_e1qrlvot:after {
32443
+ transform: rotate(45deg);
32444
+ left: 1px;
32306
32445
  }
32307
32446
 
32308
- .E_a1b5xrg3 .user-icon-inner {
32309
- display: inline-flex;
32310
- align-items: center;
32311
- justify-content: center;
32312
- color: #fff;
32313
- font-weight: bold;
32314
- font-size: 12px;
32315
- width: 24px;
32316
- height: 24px;
32317
- border-radius: 50%;
32318
- background: var(--a1b5xrg3-0);
32319
- }
32320
- .E_a1b5xrg3.btn-item {
32321
- transition: all 160ms ease;
32322
- cursor: pointer;
32323
- width: 56px;
32324
- height: 40px;
32325
- display: inline-flex;
32326
- align-items: center;
32327
- justify-content: center;
32447
+ .E_w9ic984.ant-alert-warning {
32448
+ border: 0;
32449
+ background: rgba(255, 187, 0, 0.1);
32328
32450
  border-radius: 6px;
32329
32451
  }
32330
- .E_a1b5xrg3.btn-item:hover {
32331
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
32452
+ .E_w9ic984.ant-alert,
32453
+ .E_w9ic984 .ant-alert-message {
32454
+ color: #e07f00;
32332
32455
  }
32333
- .E_a1b5xrg3.btn-item:active {
32334
- transform: translateY(2px);
32335
- transition: all 320ms ease;
32456
+ .E_w9ic984.ant-alert .dashed-border-bottom,
32457
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
32458
+ border-bottom-color: #e07f00;
32336
32459
  }
32337
32460
 
32338
- .E_m196gn1d {
32339
- min-width: 1280px;
32461
+ .E_n1k9qi4r {
32462
+ display: flex;
32463
+ flex-direction: row;
32464
+ padding: 7px 12px;
32465
+ background: rgba(255, 187, 0, 0.1);
32466
+ border-radius: 6px;
32467
+ color: #e07f00;
32468
+ font-size: 12px;
32469
+ line-height: 18px;
32470
+ }
32471
+ .E_n1k9qi4r .icon-wrapper {
32472
+ margin-right: 10px;
32473
+ height: 18px;
32340
32474
  }
32341
32475
 
32342
- .E_dsnbhzf {
32343
- font-family: Inter;
32344
- font-style: normal;
32345
- font-weight: bold;
32346
- font-size: 32px;
32347
- line-height: 40px;
32476
+ .E_n16fsg9x {
32477
+ display: flex;
32478
+ flex-direction: row;
32479
+ padding: 7px 12px;
32480
+ background: rgba(225, 230, 241, 0.6);
32481
+ border-radius: 6px;
32482
+ color: rgba(44, 56, 82, 0.6);
32483
+ font-size: 12px;
32484
+ line-height: 18px;
32485
+ }
32486
+ .E_n16fsg9x .icon-wrapper {
32487
+ margin-right: 10px;
32488
+ height: 18px;
32348
32489
  }
32349
32490
 
32350
- .E_d1mvo22k {
32351
- font-family: Inter;
32352
- font-style: normal;
32353
- font-weight: bold;
32354
- font-size: 24px;
32355
- line-height: 32px;
32491
+ .E_i173wxzw {
32492
+ display: flex;
32493
+ flex-direction: row;
32494
+ padding: 7px 12px;
32495
+ background: rgba(0, 136, 255, 0.1);
32496
+ border-radius: 6px;
32497
+ color: #005ed1;
32498
+ font-size: 12px;
32499
+ line-height: 18px;
32500
+ }
32501
+ .E_i173wxzw .icon-wrapper {
32502
+ margin-right: 10px;
32503
+ height: 18px;
32356
32504
  }
32357
32505
 
32358
- .E_d1b444tr {
32359
- font-family: Inter;
32360
- font-style: normal;
32361
- font-weight: normal;
32362
- font-size: 32px;
32363
- line-height: 40px;
32506
+ .E_dld369h {
32507
+ color: rgba(44, 56, 82, 0.6);
32508
+ margin-top: 5px;
32509
+ font-size: 12px;
32510
+ line-height: 18px;
32364
32511
  }
32365
32512
 
32366
- .E_dvs0kue {
32367
- font-family: Inter;
32368
- font-style: normal;
32369
- font-weight: bold;
32370
- font-size: 20px;
32371
- line-height: 24px;
32513
+ .E_s1epv22q {
32514
+ color: #f0483e;
32515
+ font-size: 12px;
32516
+ white-space: pre-wrap;
32372
32517
  }
32373
32518
 
32374
- .E_d1hcbfcq {
32375
- font-family: Inter;
32376
- font-style: normal;
32377
- font-weight: normal;
32378
- font-size: 20px;
32379
- line-height: 24px;
32519
+ .E_okus5hk {
32520
+ display: flex;
32521
+ align-items: center;
32522
+ justify-content: flex-end;
32523
+ }
32524
+ .E_okus5hk .icon-wrapper {
32525
+ margin-right: 16px;
32380
32526
  }
32381
32527
 
32382
- .E_d1cz922v {
32383
- font-family: Inter;
32384
- font-style: normal;
32385
- font-weight: bold;
32386
- font-size: 18px;
32387
- line-height: 22px;
32528
+ .E_t1auuzri {
32529
+ color: rgba(0, 21, 64, 0.3);
32388
32530
  }
32389
32531
 
32390
- .E_d3nzbrm {
32391
- font-family: Inter;
32392
- font-style: normal;
32393
- font-weight: normal;
32394
- font-size: 18px;
32395
- line-height: 22px;
32532
+ .E_i74cfyt.ant-input {
32533
+ padding: 5px 12px;
32534
+ line-height: 20px;
32535
+ color: #2d3a56;
32536
+ border-radius: 6px;
32537
+ border-color: rgba(172, 186, 211, 0.6);
32538
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32396
32539
  }
32397
-
32398
- .E_h1g0p5ob {
32399
- font-family: Inter;
32400
- font-style: normal;
32401
- font-weight: bold;
32402
- font-size: 16px;
32540
+ .E_i74cfyt.ant-input.ant-input-lg {
32541
+ padding: 8px 16px;
32403
32542
  line-height: 22px;
32404
32543
  }
32405
-
32406
- .E_hydo2ej {
32407
- font-family: Inter;
32408
- font-style: normal;
32409
- font-weight: normal;
32410
- font-size: 16px;
32411
- line-height: 22px;
32544
+ .E_i74cfyt.ant-input.ant-input-sm {
32545
+ padding: 2px 8px;
32546
+ line-height: 18px;
32412
32547
  }
32413
-
32414
- .E_h1hbuq0r {
32415
- font-family: Inter;
32416
- font-style: normal;
32417
- font-weight: bold;
32418
- font-size: 14px;
32419
- line-height: 20px;
32548
+ .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 {
32549
+ border-color: rgba(107, 128, 167, 0.6);
32550
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32551
+ z-index: 1;
32420
32552
  }
32421
-
32422
- .E_h13bondg {
32423
- font-family: Inter;
32424
- font-style: normal;
32425
- font-weight: normal;
32426
- font-size: 14px;
32427
- line-height: 20px;
32553
+ .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 {
32554
+ border-color: #0096ff;
32555
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32556
+ z-index: 1;
32428
32557
  }
32429
-
32430
- .E_h1mhvdlx {
32431
- font-family: Inter;
32432
- font-style: normal;
32433
- font-weight: bold;
32434
- font-size: 12px;
32435
- line-height: 18px;
32558
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
32559
+ border-color: #e75a3a;
32560
+ color: #e75a3a;
32436
32561
  }
32437
-
32438
- .E_h1inmfq6 {
32439
- font-family: Inter;
32440
- font-style: normal;
32441
- font-weight: normal;
32442
- font-size: 12px;
32443
- line-height: 18px;
32562
+ .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 {
32563
+ border-color: #e75a3a;
32564
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32444
32565
  }
32445
-
32446
- .E_h1kfc0la {
32447
- font-family: Inter;
32448
- font-style: normal;
32449
- font-weight: bold;
32450
- text-transform: uppercase;
32451
- font-feature-settings: "cpsp" on;
32452
- font-size: 12px;
32453
- line-height: 18px;
32566
+ .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 {
32567
+ border-color: #e75a3a;
32568
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32454
32569
  }
32455
-
32456
- .E_h10xnyuu {
32457
- font-family: Inter;
32458
- font-style: normal;
32459
- font-weight: normal;
32460
- text-transform: uppercase;
32461
- font-feature-settings: "cpsp" on;
32462
- font-size: 12px;
32570
+ .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 {
32571
+ background: rgba(211, 218, 235, 0.6);
32572
+ color: rgba(0, 21, 64, 0.3);
32573
+ border-color: rgba(172, 186, 211, 0.6);
32574
+ }
32575
+ .E_i74cfyt.ant-input-affix-wrapper {
32576
+ padding: 5px 12px;
32577
+ border-radius: 6px;
32578
+ border-color: rgba(172, 186, 211, 0.6);
32579
+ line-height: 20px;
32580
+ color: #2d3a56;
32581
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32582
+ }
32583
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
32584
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
32585
+ color: rgba(44, 56, 82, 0.6);
32586
+ }
32587
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
32588
+ padding: 8px 16px;
32589
+ line-height: 22px;
32590
+ }
32591
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
32592
+ padding: 2px 8px;
32463
32593
  line-height: 18px;
32464
32594
  }
32465
-
32466
- .E_lrcmi0v {
32467
- font-family: Inter;
32468
- font-style: normal;
32469
- font-weight: normal;
32470
- font-size: 16px;
32471
- line-height: 24px;
32595
+ .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 {
32596
+ border-color: rgba(107, 128, 167, 0.6);
32597
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32472
32598
  }
32473
-
32474
- .E_lzt43lp {
32475
- font-family: Inter;
32476
- font-style: normal;
32477
- font-weight: bold;
32478
- font-size: 16px;
32479
- line-height: 24px;
32599
+ .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 {
32600
+ border-color: #0096ff;
32601
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32480
32602
  }
32481
-
32482
- .E_l5yc9nt {
32483
- font-family: Inter;
32484
- font-style: normal;
32485
- font-weight: normal;
32486
- font-size: 16px;
32487
- line-height: 24px;
32603
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
32604
+ border-color: #e75a3a;
32488
32605
  }
32489
-
32490
- .E_l1fbkbzo {
32491
- font-family: Inter;
32492
- font-style: normal;
32493
- font-weight: bold;
32494
- font-size: 16px;
32495
- line-height: 24px;
32606
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
32607
+ color: #e75a3a;
32496
32608
  }
32497
-
32498
- .E_lahvcax {
32499
- font-family: Inter;
32500
- font-style: normal;
32501
- font-weight: normal;
32502
- text-transform: uppercase;
32503
- font-feature-settings: "cpsp" on;
32504
- font-size: 16px;
32505
- line-height: 24px;
32609
+ .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 {
32610
+ border-color: #e75a3a;
32611
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32506
32612
  }
32507
-
32508
- .E_l11q3pxd {
32509
- font-family: Inter;
32510
- font-style: normal;
32511
- font-weight: bold;
32512
- text-transform: uppercase;
32513
- font-feature-settings: "cpsp" on;
32514
- font-size: 16px;
32515
- line-height: 24px;
32613
+ .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 {
32614
+ border-color: #e75a3a;
32615
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32516
32616
  }
32517
-
32518
- .E_lfuc2qu {
32519
- font-family: Inter;
32520
- font-style: normal;
32521
- font-weight: normal;
32522
- font-size: 14px;
32523
- line-height: 22px;
32617
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
32618
+ background: rgba(211, 218, 235, 0.6);
32619
+ color: rgba(0, 21, 64, 0.3);
32620
+ border-color: rgba(172, 186, 211, 0.6);
32524
32621
  }
32525
-
32526
- .E_l1jmp8r0 {
32527
- font-family: Inter;
32528
- font-style: normal;
32529
- font-weight: 500;
32530
- font-size: 14px;
32531
- line-height: 22px;
32622
+ textarea.E_i74cfyt.ant-input {
32623
+ transition-property: height;
32624
+ transition-delay: 50ms;
32532
32625
  }
32533
-
32534
- .E_lcnm221 {
32535
- font-family: Inter;
32536
- font-style: normal;
32537
- font-weight: bold;
32538
- font-size: 14px;
32539
- line-height: 22px;
32626
+ textarea.E_i74cfyt.ant-input.textarea-large {
32627
+ min-height: 40px;
32628
+ height: 40px;
32540
32629
  }
32541
-
32542
- .E_lu1z2n5 {
32543
- font-family: Inter;
32544
- font-style: normal;
32545
- font-weight: normal;
32546
- font-size: 14px;
32547
- line-height: 22px;
32630
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
32631
+ height: 80px;
32548
32632
  }
32549
-
32550
- .E_l1r59djn {
32551
- font-family: Inter;
32552
- font-style: normal;
32553
- font-weight: bold;
32554
- font-size: 14px;
32555
- line-height: 22px;
32633
+ textarea.E_i74cfyt.ant-input.textarea-middle {
32634
+ min-height: 32px;
32635
+ height: 32px;
32556
32636
  }
32557
-
32558
- .E_ljm2911 {
32559
- font-family: Inter;
32560
- font-style: normal;
32561
- font-weight: normal;
32562
- text-transform: uppercase;
32563
- font-feature-settings: "cpsp" on;
32564
- font-size: 14px;
32565
- line-height: 22px;
32637
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
32638
+ height: 64px;
32566
32639
  }
32567
-
32568
- .E_l124mzmr {
32569
- font-family: Inter;
32570
- font-style: normal;
32571
- font-weight: bold;
32572
- text-transform: uppercase;
32573
- font-feature-settings: "cpsp" on;
32574
- font-size: 14px;
32575
- line-height: 22px;
32640
+ textarea.E_i74cfyt.ant-input.textarea-small {
32641
+ min-height: 24px;
32642
+ height: 24px;
32576
32643
  }
32577
-
32578
- .E_lb3chel {
32579
- font-family: Inter;
32580
- font-style: normal;
32581
- font-weight: normal;
32582
- font-size: 13px;
32583
- line-height: 20px;
32644
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
32645
+ height: 40px;
32584
32646
  }
32585
32647
 
32586
- .E_lv9jstu {
32587
- font-family: Inter;
32588
- font-style: normal;
32589
- font-weight: 600;
32590
- font-size: 13px;
32591
- line-height: 20px;
32648
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
32649
+ border: 1px solid rgba(213, 219, 227, 0.6);
32650
+ border-radius: 4px;
32592
32651
  }
32593
-
32594
- .E_lwqlh3x {
32595
- font-family: Inter;
32596
- font-style: normal;
32597
- font-weight: bold;
32598
- font-size: 13px;
32599
- line-height: 20px;
32652
+ .E_k1ci6977.input-tags {
32653
+ position: relative;
32654
+ padding: 6px;
32655
+ height: 32px;
32656
+ cursor: pointer;
32657
+ transition: border 150ms;
32600
32658
  }
32601
-
32602
- .E_lalum9y {
32603
- font-family: Inter;
32604
- font-style: normal;
32605
- font-weight: normal;
32606
- font-size: 13px;
32607
- line-height: 20px;
32659
+ .E_k1ci6977.input-tags:hover {
32660
+ border-color: #0080ff;
32661
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
32608
32662
  }
32609
-
32610
- .E_l1t6dj5o {
32611
- font-family: Inter;
32612
- font-style: normal;
32613
- font-weight: 600;
32614
- font-size: 13px;
32615
- line-height: 20px;
32663
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
32664
+ padding-right: 30px;
32616
32665
  }
32617
-
32618
- .E_l12f6ic {
32619
- font-family: Inter;
32620
- font-style: normal;
32621
- font-weight: bold;
32622
- font-size: 13px;
32623
- line-height: 20px;
32666
+ .E_k1ci6977.input-tags .input-tags-inner {
32667
+ display: flex;
32624
32668
  }
32625
-
32626
- .E_l7gmukq {
32627
- font-family: Inter;
32628
- font-style: normal;
32629
- font-weight: normal;
32630
- text-transform: uppercase;
32631
- font-feature-settings: "cpsp" on;
32632
- font-size: 13px;
32633
- line-height: 20px;
32669
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
32670
+ display: flex;
32634
32671
  }
32635
-
32636
- .E_lkwl0yp {
32637
- font-family: Inter;
32638
- font-style: normal;
32639
- font-weight: bold;
32640
- text-transform: uppercase;
32641
- font-feature-settings: "cpsp" on;
32642
- font-size: 13px;
32643
- line-height: 20px;
32672
+ .E_k1ci6977.input-tags .input-tag-suffix {
32673
+ position: absolute;
32674
+ right: 12px;
32675
+ top: 50%;
32676
+ transform: translateY(-50%);
32644
32677
  }
32645
-
32646
- .E_l10knv48 {
32647
- font-family: Inter;
32648
- font-style: normal;
32649
- font-weight: normal;
32678
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
32679
+ color: rgba(0, 0, 0, 0.25);
32650
32680
  font-size: 12px;
32651
- line-height: 18px;
32681
+ cursor: pointer;
32652
32682
  }
32653
-
32654
- .E_l6526ld {
32655
- font-family: Inter;
32656
- font-style: normal;
32657
- font-weight: 500;
32658
- font-size: 12px;
32659
- line-height: 18px;
32683
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
32684
+ color: rgba(0, 0, 0, 0.45);
32660
32685
  }
32661
-
32662
- .E_l1j81vli {
32663
- font-family: Inter;
32664
- font-style: normal;
32665
- font-weight: bold;
32666
- font-size: 12px;
32667
- line-height: 18px;
32686
+ .E_k1ci6977.has-focus-indicator {
32687
+ position: relative;
32688
+ overflow: hidden;
32668
32689
  }
32669
-
32670
- .E_l1x7n1mk {
32671
- font-family: Inter;
32672
- font-style: normal;
32673
- font-weight: normal;
32674
- font-size: 12px;
32675
- line-height: 18px;
32690
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
32691
+ position: absolute;
32692
+ top: 50%;
32693
+ transform: translateY(-50%);
32694
+ left: -16px;
32695
+ transition: left 150ms ease;
32696
+ opacity: 0;
32676
32697
  }
32677
-
32678
- .E_l9fqufz {
32679
- font-family: Inter;
32680
- font-style: normal;
32681
- font-weight: 500;
32682
- font-size: 12px;
32683
- line-height: 18px;
32698
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
32699
+ left: 8px;
32700
+ opacity: 1;
32684
32701
  }
32685
-
32686
- .E_l1iwnybd {
32687
- font-family: Inter;
32688
- font-style: normal;
32689
- font-weight: bold;
32690
- font-size: 12px;
32691
- line-height: 18px;
32702
+ .E_k1ci6977.has-focus-indicator input {
32703
+ transition: margin-left 150ms ease;
32704
+ margin-left: 0px;
32692
32705
  }
32693
-
32694
- .E_lprtm1e {
32695
- font-family: Inter;
32696
- font-style: normal;
32697
- font-weight: normal;
32698
- text-transform: uppercase;
32699
- font-feature-settings: "cpsp" on;
32700
- font-size: 12px;
32701
- line-height: 18px;
32706
+ .E_k1ci6977.has-focus-indicator input:focus {
32707
+ margin-left: 16px;
32702
32708
  }
32703
32709
 
32704
- .E_l1lln87h {
32705
- font-family: Inter;
32706
- font-style: normal;
32707
- font-weight: bold;
32708
- text-transform: uppercase;
32709
- font-feature-settings: "cpsp" on;
32710
- font-size: 12px;
32711
- line-height: 18px;
32710
+ input.E_l1f7td1d.ant-input {
32711
+ border-top-right-radius: 0;
32712
+ border-bottom-right-radius: 0;
32712
32713
  }
32713
32714
 
32714
- .E_f2pb48l {
32715
- font-family: Inter;
32716
- font-style: normal;
32717
- font-weight: normal;
32718
- font-size: 13px;
32719
- line-height: 20px;
32715
+ .E_l1f7td1d.ant-input-affix-wrapper {
32716
+ border-top-right-radius: 0;
32717
+ border-bottom-right-radius: 0;
32720
32718
  }
32721
32719
 
32722
- .E_fi9emkw {
32723
- font-family: Inter;
32724
- font-style: normal;
32725
- font-weight: normal;
32726
- font-size: 13px;
32727
- line-height: 20px;
32720
+ input.E_rf8rlle.ant-input {
32721
+ border-top-left-radius: 0;
32722
+ border-bottom-left-radius: 0;
32728
32723
  }
32729
32724
 
32730
- .E_f1nrg7da {
32731
- font-family: Inter;
32732
- font-style: normal;
32733
- font-weight: normal;
32734
- font-size: 12px;
32735
- line-height: 18px;
32725
+ .E_rf8rlle.ant-input-affix-wrapper {
32726
+ border-top-left-radius: 0;
32727
+ border-bottom-left-radius: 0;
32736
32728
  }
32737
32729
 
32738
- .E_f17k1i3n {
32739
- font-family: Inter;
32740
- font-style: normal;
32741
- font-weight: normal;
32742
- font-size: 12px;
32743
- line-height: 18px;
32730
+ .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
32731
+ border-top-right-radius: 0;
32732
+ border-bottom-right-radius: 0;
32744
32733
  }
32745
32734
 
32746
- .E_t1tvuj2e {
32747
- font-family: Inter;
32748
- font-style: normal;
32749
- font-weight: normal;
32750
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32751
- font-size: 13px;
32752
- line-height: 20px;
32735
+ .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
32736
+ border-top-left-radius: 0;
32737
+ border-bottom-left-radius: 0;
32753
32738
  }
32754
32739
 
32755
- .E_t17uajlu {
32756
- font-family: Inter;
32757
- font-style: normal;
32758
- font-weight: normal;
32759
- font-feature-settings: "zero" on;
32760
- font-size: 13px;
32761
- line-height: 20px;
32740
+ .E_c3ni091 {
32741
+ display: flex;
32742
+ flex-direction: column;
32762
32743
  }
32763
-
32764
- .E_t114zbyz {
32765
- font-family: Inter;
32766
- font-style: normal;
32767
- font-weight: normal;
32768
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32769
- font-size: 12px;
32770
- line-height: 18px;
32744
+ .E_c3ni091 .select-wrapper {
32745
+ margin-top: 12px;
32746
+ }
32747
+ .E_c3ni091 .select-wrapper .select {
32748
+ width: 100%;
32749
+ }
32750
+ .E_c3ni091 .radio-wrapper {
32751
+ margin-top: 24px;
32752
+ }
32753
+ .E_c3ni091 div.form-item {
32754
+ width: 100%;
32771
32755
  }
32772
32756
 
32773
- .E_t1il0kvi {
32774
- font-family: Inter;
32775
- font-style: normal;
32757
+ .E_d105ju2d {
32758
+ font-size: 14px;
32776
32759
  font-weight: 500;
32777
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
32778
- font-size: 12px;
32760
+ color: #3e4652;
32779
32761
  line-height: 18px;
32780
32762
  }
32763
+ .E_d105ju2d + .E_d105ju2d {
32764
+ margin-top: 16px;
32765
+ }
32766
+ .E_d105ju2d + * {
32767
+ margin-top: 16px;
32768
+ }
32781
32769
 
32782
- .E_t10dv8p1 {
32783
- font-family: Inter;
32784
- font-style: normal;
32785
- font-weight: normal;
32786
- font-feature-settings: "zero" on;
32770
+ .E_lh0l62z.E_d105ju2d {
32787
32771
  font-size: 12px;
32772
+ color: rgba(44, 56, 82, 0.6);
32773
+ margin-top: 12px;
32774
+ }
32775
+
32776
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32788
32777
  line-height: 18px;
32778
+ font-weight: 500;
32779
+ margin-top: 0;
32780
+ white-space: initial;
32789
32781
  }
32790
32782
 
32791
- .E_tc2oqpq {
32792
- font-family: Inter;
32793
- font-style: normal;
32783
+ .E_r1skkc3l {
32784
+ display: block;
32785
+ }
32786
+ .E_r1skkc3l span {
32787
+ font-size: 14px;
32794
32788
  font-weight: 500;
32795
- font-feature-settings: "zero" on;
32789
+ line-height: 32px;
32790
+ color: #3e4652;
32791
+ }
32792
+
32793
+ .E_c3cobmo {
32794
+ margin-top: 16px;
32795
+ padding: 8px;
32796
+ border-radius: 6px;
32797
+ background: rgba(225, 230, 241, 0.6);
32798
+ color: rgba(44, 56, 82, 0.6);
32796
32799
  font-size: 12px;
32800
+ }
32801
+ .E_c3cobmo div {
32802
+ line-height: 20px;
32803
+ display: flex;
32804
+ align-items: center;
32805
+ word-break: break-all;
32806
+ }
32807
+ .E_c3cobmo .title {
32808
+ font-weight: 700;
32797
32809
  line-height: 18px;
32810
+ margin: 4px 0;
32798
32811
  }
32799
32812
 
32800
- .E_tzvddmc {
32801
- font-family: Inter;
32802
- font-style: normal;
32813
+ .E_uqv57uv {
32814
+ color: rgba(44, 56, 82, 0.7490196078);
32815
+ }
32816
+
32817
+ .E_h1ol2wl7 {
32803
32818
  font-weight: bold;
32804
- font-feature-settings: "zero" on;
32805
- font-size: 16px;
32806
- line-height: 24px;
32819
+ background-color: unset;
32820
+ padding: unset;
32807
32821
  }
32808
32822
 
32809
- .E_u18llj45 {
32810
- font-family: Inter;
32811
- font-style: normal;
32812
- font-weight: normal;
32813
- font-size: 10px;
32814
- line-height: 12px;
32823
+ .E_suhck3k {
32824
+ height: 24px;
32825
+ width: 24px;
32826
+ border-radius: 6px;
32827
+ padding: 4px;
32828
+ }
32829
+ .E_suhck3k:hover {
32830
+ background-color: rgba(0, 136, 255, 0.1);
32831
+ }
32832
+ .E_suhck3k:hover svg path {
32833
+ fill: blue;
32815
32834
  }
32816
32835
 
32817
32836
  .E_ryby9ds {
@@ -32830,25 +32849,6 @@ input.E_rf8rlle.ant-input {
32830
32849
  margin-right: 6px;
32831
32850
  }
32832
32851
 
32833
- .E_suhck3k {
32834
- height: 24px;
32835
- width: 24px;
32836
- border-radius: 6px;
32837
- padding: 4px;
32838
- }
32839
- .E_suhck3k:hover {
32840
- background-color: rgba(0, 136, 255, 0.1);
32841
- }
32842
- .E_suhck3k:hover svg path {
32843
- fill: blue;
32844
- }
32845
-
32846
- .E_h1ol2wl7 {
32847
- font-weight: bold;
32848
- background-color: unset;
32849
- padding: unset;
32850
- }
32851
-
32852
32852
  .E_hrhfj7c {
32853
32853
  display: none;
32854
32854
  }
@@ -33765,61 +33765,10 @@ input.E_rf8rlle.ant-input {
33765
33765
  padding: 0;
33766
33766
  }
33767
33767
 
33768
- .E_s11wux3h .antd5-segmented-item:not(:last-child) {
33769
- margin-right: 2px;
33770
- }
33771
-
33772
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
33773
- padding-left: 8px;
33774
- padding-right: 8px;
33775
- }
33776
- .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
33777
- border-radius: 4px;
33778
- }
33779
- .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33780
- border-radius: 4px;
33781
- }
33782
-
33783
- .E_ma64lna .antd5-segmented-item-label {
33784
- padding-left: 12px;
33785
- padding-right: 12px;
33786
- }
33787
-
33788
- .E_ckld275 {
33789
- background-color: rgba(225, 230, 241, 0.6);
33790
- }
33791
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33792
- background-color: rgba(255, 255, 255, 0.6);
33793
- color: rgba(44, 56, 82, 0.75);
33794
- }
33795
- .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33796
- background-color: transparent;
33797
- }
33798
- .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
33799
- background-color: transparent;
33800
- }
33801
-
33802
33768
  .E_c1yd35n {
33803
33769
  padding: 0 12px 14px 12px;
33804
33770
  }
33805
33771
 
33806
- .E_b14q2gmw {
33807
- 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);
33808
- }
33809
-
33810
- .E_c1eym6el {
33811
- border-radius: 8px;
33812
- background-color: white;
33813
- }
33814
- .E_c1eym6el.hoverable {
33815
- cursor: pointer;
33816
- }
33817
- .E_c1eym6el.hoverable:hover {
33818
- transition: all 200ms ease;
33819
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33820
- transform: translateY(-4px);
33821
- }
33822
-
33823
33772
  .E_c1kghdax {
33824
33773
  color: #2d3a56;
33825
33774
  padding: 7px 12px;
@@ -33917,11 +33866,62 @@ input.E_rf8rlle.ant-input {
33917
33866
  margin-left: 28px;
33918
33867
  color: rgba(44, 56, 82, 0.6);
33919
33868
  }
33920
- .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33921
- margin-left: 8px;
33869
+ .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33870
+ margin-left: 8px;
33871
+ }
33872
+ .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33873
+ margin-left: 24px;
33874
+ }
33875
+
33876
+ .E_b14q2gmw {
33877
+ 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);
33878
+ }
33879
+
33880
+ .E_c1eym6el {
33881
+ border-radius: 8px;
33882
+ background-color: white;
33883
+ }
33884
+ .E_c1eym6el.hoverable {
33885
+ cursor: pointer;
33886
+ }
33887
+ .E_c1eym6el.hoverable:hover {
33888
+ transition: all 200ms ease;
33889
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33890
+ transform: translateY(-4px);
33891
+ }
33892
+
33893
+ .E_s11wux3h .antd5-segmented-item:not(:last-child) {
33894
+ margin-right: 2px;
33895
+ }
33896
+
33897
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
33898
+ padding-left: 8px;
33899
+ padding-right: 8px;
33900
+ }
33901
+ .E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
33902
+ border-radius: 4px;
33903
+ }
33904
+ .E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33905
+ border-radius: 4px;
33906
+ }
33907
+
33908
+ .E_ma64lna .antd5-segmented-item-label {
33909
+ padding-left: 12px;
33910
+ padding-right: 12px;
33911
+ }
33912
+
33913
+ .E_ckld275 {
33914
+ background-color: rgba(225, 230, 241, 0.6);
33915
+ }
33916
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33917
+ background-color: rgba(255, 255, 255, 0.6);
33918
+ color: rgba(44, 56, 82, 0.75);
33919
+ }
33920
+ .E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
33921
+ background-color: transparent;
33922
33922
  }
33923
- .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33924
- margin-left: 24px;
33923
+ .E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
33924
+ background-color: transparent;
33925
33925
  }
33926
33926
 
33927
33927
  .E_lht19u8 {
@@ -33982,6 +33982,201 @@ input.E_rf8rlle.ant-input {
33982
33982
  margin-right: 4px;
33983
33983
  }
33984
33984
 
33985
+ .E_sjob3jg {
33986
+ --item-min-width: 60px;
33987
+ }
33988
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33989
+ display: none !important;
33990
+ }
33991
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33992
+ flex-shrink: 0 !important;
33993
+ }
33994
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33995
+ color: #0080ff;
33996
+ }
33997
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33998
+ color: #0080ff;
33999
+ font-weight: normal;
34000
+ }
34001
+ .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
34002
+ color: rgba(44, 56, 82, 0.6);
34003
+ }
34004
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34005
+ color: #00122e;
34006
+ }
34007
+ .E_sjob3jg .step-item-text {
34008
+ display: inline-block;
34009
+ }
34010
+ .E_sjob3jg .step-item-title {
34011
+ overflow: hidden;
34012
+ white-space: nowrap;
34013
+ text-overflow: ellipsis;
34014
+ }
34015
+
34016
+ .E_hjvj6s6 .ant-steps-item-container {
34017
+ min-width: var(--item-min-width);
34018
+ }
34019
+ .E_hjvj6s6 .ant-steps-item-disabled {
34020
+ cursor: not-allowed !important;
34021
+ }
34022
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
34023
+ flex-direction: row;
34024
+ justify-content: stretch;
34025
+ }
34026
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
34027
+ padding: 0;
34028
+ margin-right: 4px;
34029
+ flex: 1;
34030
+ overflow: visible;
34031
+ }
34032
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
34033
+ width: 100%;
34034
+ min-height: unset;
34035
+ }
34036
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
34037
+ height: 26px;
34038
+ line-height: 26px;
34039
+ width: 100%;
34040
+ padding: 0;
34041
+ font-size: 12px;
34042
+ }
34043
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
34044
+ margin-right: 10px;
34045
+ }
34046
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
34047
+ display: none;
34048
+ }
34049
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
34050
+ padding-left: 8px;
34051
+ padding-right: 4px;
34052
+ border-radius: 4px 0 0 4px;
34053
+ }
34054
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
34055
+ margin-right: 0;
34056
+ }
34057
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
34058
+ padding-right: 8px;
34059
+ padding-left: 12px;
34060
+ border-radius: 0 4px 4px 0;
34061
+ }
34062
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
34063
+ content: "";
34064
+ width: 0;
34065
+ height: 0;
34066
+ border: 13px solid transparent;
34067
+ position: absolute;
34068
+ top: 0;
34069
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
34070
+ z-index: 2;
34071
+ position: relative;
34072
+ top: -50%;
34073
+ right: -100%;
34074
+ }
34075
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
34076
+ padding: 0 4px 0 12px;
34077
+ }
34078
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
34079
+ content: "";
34080
+ width: 0;
34081
+ height: 0;
34082
+ border: 13px solid transparent;
34083
+ position: absolute;
34084
+ top: 0;
34085
+ border-left: 8px solid #fff;
34086
+ left: 0;
34087
+ }
34088
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34089
+ max-width: calc(100% - var(--item-min-width) * 2);
34090
+ }
34091
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34092
+ background-color: rgba(0, 136, 255, 0.1);
34093
+ }
34094
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34095
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
34096
+ }
34097
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34098
+ cursor: pointer;
34099
+ min-width: var(--item-min-width);
34100
+ }
34101
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34102
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34103
+ min-width: var(--item-min-width);
34104
+ }
34105
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34106
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34107
+ background-color: rgba(237, 241, 250, 0.6);
34108
+ }
34109
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34110
+ padding: 0;
34111
+ }
34112
+
34113
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
34114
+ width: 192px;
34115
+ row-gap: 2px;
34116
+ }
34117
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34118
+ background-color: rgba(225, 230, 241, 0.6);
34119
+ }
34120
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34121
+ color: #00122e !important;
34122
+ }
34123
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
34124
+ background-color: rgba(225, 230, 241, 0.6);
34125
+ }
34126
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34127
+ padding: 0 8px;
34128
+ border-radius: 4px;
34129
+ height: 32px;
34130
+ display: flex;
34131
+ align-items: center;
34132
+ }
34133
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34134
+ min-height: auto;
34135
+ white-space: nowrap;
34136
+ }
34137
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34138
+ font-size: 13px;
34139
+ line-height: 20px;
34140
+ max-width: 100%;
34141
+ padding-right: 0;
34142
+ }
34143
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34144
+ background: rgba(0, 128, 255, 0.1);
34145
+ }
34146
+
34147
+ .E_h6l1tj4 {
34148
+ width: 100%;
34149
+ display: inline-flex;
34150
+ align-items: center;
34151
+ justify-content: center;
34152
+ column-gap: 4px;
34153
+ }
34154
+ .E_h6l1tj4 .step-item-prefix-container {
34155
+ display: inline-flex;
34156
+ align-items: center;
34157
+ width: 18px;
34158
+ height: 18px;
34159
+ color: rgba(44, 56, 82, 0.75);
34160
+ justify-content: center;
34161
+ }
34162
+
34163
+ .E_v18frne8 {
34164
+ width: 100%;
34165
+ display: flex;
34166
+ align-items: center;
34167
+ justify-content: center;
34168
+ column-gap: 6px;
34169
+ font-size: 13px;
34170
+ }
34171
+ .E_v18frne8 .step-item-prefix-container {
34172
+ display: inline-flex;
34173
+ align-items: center;
34174
+ min-width: 20px;
34175
+ min-height: 20px;
34176
+ color: rgba(44, 56, 82, 0.75);
34177
+ justify-content: center;
34178
+ }
34179
+
33985
34180
  .E_i1g85yz3 {
33986
34181
  margin-right: 4px;
33987
34182
  height: 16px;
@@ -34201,12 +34396,62 @@ input.E_rf8rlle.ant-input {
34201
34396
  .E_a138syjm > span.maximum-desc.disabled {
34202
34397
  display: inline;
34203
34398
  }
34204
-
34205
- .E_d77i8u0 {
34206
- width: 24px;
34207
- height: 24px;
34208
- padding: 4px;
34209
- margin-right: 8px;
34399
+
34400
+ .E_d77i8u0 {
34401
+ width: 24px;
34402
+ height: 24px;
34403
+ padding: 4px;
34404
+ margin-right: 8px;
34405
+ }
34406
+
34407
+ button.E_l48ei06.ant-btn {
34408
+ font-size: 12px;
34409
+ line-height: 18px;
34410
+ height: 18px;
34411
+ }
34412
+
34413
+ button.E_l48ei06 {
34414
+ color: #0080FF;
34415
+ height: unset;
34416
+ }
34417
+ button.E_l48ei06 .button-prefix-icon {
34418
+ margin-right: 4px;
34419
+ }
34420
+ button.E_l48ei06 .button-suffix-icon {
34421
+ margin-left: 4px;
34422
+ }
34423
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
34424
+ color: #009DFF;
34425
+ }
34426
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
34427
+ color: #005ED1;
34428
+ }
34429
+ button.E_l48ei06.ui-kit-link-disabled {
34430
+ color: #0080FF;
34431
+ }
34432
+ button.E_l48ei06.ui-kit-link-primary {
34433
+ color: #00122E;
34434
+ }
34435
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
34436
+ color: #0080FF;
34437
+ }
34438
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
34439
+ color: #005ED1;
34440
+ }
34441
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
34442
+ color: #00122E;
34443
+ }
34444
+ button.E_l48ei06.ui-kit-link-secondary {
34445
+ color: rgba(44, 56, 82, 0.7490196078);
34446
+ }
34447
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
34448
+ color: #0080FF;
34449
+ }
34450
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
34451
+ color: #005ED1;
34452
+ }
34453
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34454
+ color: rgba(44, 56, 82, 0.7490196078);
34210
34455
  }
34211
34456
 
34212
34457
  .E_sddwhm6 {
@@ -34542,385 +34787,140 @@ input.E_rf8rlle.ant-input {
34542
34787
  .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
34543
34788
  padding: unset;
34544
34789
  }
34545
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
34546
- display: none;
34547
- }
34548
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
34549
- width: 100%;
34550
- overflow: hidden;
34551
- white-space: nowrap;
34552
- text-overflow: ellipsis;
34553
- }
34554
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
34555
- overflow: hidden;
34556
- text-overflow: ellipsis;
34557
- flex: 1;
34558
- }
34559
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
34560
- padding: 15px 25px 15px 8px;
34561
- }
34562
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
34563
- padding: 0;
34564
- }
34565
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
34566
- position: absolute;
34567
- right: 6px;
34568
- top: 50%;
34569
- transform: translateY(-50%);
34570
- height: 16px;
34571
- display: none;
34572
- transition: transform 320ms ease;
34573
- }
34574
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
34575
- display: block;
34576
- transform: translateY(-50%) rotateX(180deg);
34577
- }
34578
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
34579
- display: block;
34580
- }
34581
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
34582
- display: none;
34583
- }
34584
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
34585
- transform: translateY(-50%);
34586
- }
34587
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
34588
- transform: translateY(-50%) rotateX(180deg);
34589
- }
34590
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
34591
- background: #f2f5fa;
34592
- }
34593
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
34594
- display: block;
34595
- }
34596
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
34597
- padding-right: 25px;
34598
- }
34599
- .E_t1fisho6 div.ant-table .ant-table-selection-column {
34600
- padding: 0 !important;
34601
- }
34602
- .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
34603
- position: absolute;
34604
- left: 50%;
34605
- top: 50%;
34606
- transform: translate(-50%, -50%);
34607
- }
34608
- .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
34609
- display: none;
34610
- }
34611
- .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
34612
- background: #fff;
34613
- }
34614
- .E_t1fisho6 div.ant-table .ant-table-placeholder {
34615
- background: inherit;
34616
- }
34617
- .E_t1fisho6 div.ant-table .ant-table-placeholder td {
34618
- position: static;
34619
- border: none;
34620
- background: inherit !important;
34621
- height: 100px;
34622
- vertical-align: middle;
34623
- }
34624
- .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
34625
- .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
34626
- font-weight: bold;
34627
- font-size: 20px;
34628
- color: rgba(10, 37, 85, 0.6);
34629
- }
34630
- .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
34631
- .E_t1fisho6 div.ant-table th.cell__action_ {
34632
- z-index: 10;
34633
- }
34634
- .E_t1fisho6 div.ant-table td.cell__action_ {
34635
- padding: 0 !important;
34636
- position: relative;
34637
- background: #fff;
34638
- }
34639
- .E_t1fisho6 div.ant-table td.cell__action_ > * {
34640
- height: 100%;
34641
- display: flex;
34642
- align-items: center;
34643
- justify-content: flex-end;
34644
- padding-right: 8px;
34645
- }
34646
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
34647
- width: 24px;
34648
- height: 24px;
34649
- cursor: pointer;
34650
- justify-content: center;
34651
- border-radius: 4px;
34652
- }
34653
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
34654
- background: #fff;
34655
- }
34656
-
34657
- button.E_l48ei06.ant-btn {
34658
- font-size: 12px;
34659
- line-height: 18px;
34660
- height: 18px;
34661
- }
34662
-
34663
- button.E_l48ei06 {
34664
- color: #0080FF;
34665
- height: unset;
34666
- }
34667
- button.E_l48ei06 .button-prefix-icon {
34668
- margin-right: 4px;
34669
- }
34670
- button.E_l48ei06 .button-suffix-icon {
34671
- margin-left: 4px;
34672
- }
34673
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
34674
- color: #009DFF;
34675
- }
34676
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
34677
- color: #005ED1;
34678
- }
34679
- button.E_l48ei06.ui-kit-link-disabled {
34680
- color: #0080FF;
34681
- }
34682
- button.E_l48ei06.ui-kit-link-primary {
34683
- color: #00122E;
34684
- }
34685
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
34686
- color: #0080FF;
34687
- }
34688
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
34689
- color: #005ED1;
34690
- }
34691
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
34692
- color: #00122E;
34693
- }
34694
- button.E_l48ei06.ui-kit-link-secondary {
34695
- color: rgba(44, 56, 82, 0.7490196078);
34696
- }
34697
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
34698
- color: #0080FF;
34699
- }
34700
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
34701
- color: #005ED1;
34702
- }
34703
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34704
- color: rgba(44, 56, 82, 0.7490196078);
34705
- }
34706
-
34707
- .E_l12xdkhl {
34708
- width: 64px;
34709
- height: 64px;
34710
- max-width: 64px;
34711
- max-height: 64px;
34712
- overflow: hidden;
34713
- display: flex;
34714
- align-items: center;
34715
- justify-content: center;
34716
- position: relative;
34717
- opacity: 0.6;
34718
- }
34719
- .E_l12xdkhl .icon-wrapper {
34720
- animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
34721
- }
34722
- @keyframes rotate {
34723
- from {
34724
- transform: rotate(0deg);
34725
- }
34726
- to {
34727
- transform: rotate(360deg);
34728
- }
34729
- }
34730
-
34731
- .E_sjob3jg {
34732
- --item-min-width: 60px;
34733
- }
34734
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
34735
- display: none !important;
34736
- }
34737
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
34738
- flex-shrink: 0 !important;
34739
- }
34740
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
34741
- color: #0080ff;
34742
- }
34743
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34744
- color: #0080ff;
34745
- font-weight: normal;
34746
- }
34747
- .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
34748
- color: rgba(44, 56, 82, 0.6);
34749
- }
34750
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34751
- color: #00122e;
34752
- }
34753
- .E_sjob3jg .step-item-text {
34754
- display: inline-block;
34755
- }
34756
- .E_sjob3jg .step-item-title {
34757
- overflow: hidden;
34758
- white-space: nowrap;
34759
- text-overflow: ellipsis;
34760
- }
34761
-
34762
- .E_hjvj6s6 .ant-steps-item-container {
34763
- min-width: var(--item-min-width);
34764
- }
34765
- .E_hjvj6s6 .ant-steps-item-disabled {
34766
- cursor: not-allowed !important;
34767
- }
34768
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
34769
- flex-direction: row;
34770
- justify-content: stretch;
34771
- }
34772
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
34773
- padding: 0;
34774
- margin-right: 4px;
34775
- flex: 1;
34776
- overflow: visible;
34777
- }
34778
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
34779
- width: 100%;
34780
- min-height: unset;
34781
- }
34782
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
34783
- height: 26px;
34784
- line-height: 26px;
34785
- width: 100%;
34786
- padding: 0;
34787
- font-size: 12px;
34788
- }
34789
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
34790
- margin-right: 10px;
34791
- }
34792
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
34790
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
34793
34791
  display: none;
34794
34792
  }
34795
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
34796
- padding-left: 8px;
34797
- padding-right: 4px;
34798
- border-radius: 4px 0 0 4px;
34793
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
34794
+ width: 100%;
34795
+ overflow: hidden;
34796
+ white-space: nowrap;
34797
+ text-overflow: ellipsis;
34799
34798
  }
34800
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
34801
- margin-right: 0;
34799
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
34800
+ overflow: hidden;
34801
+ text-overflow: ellipsis;
34802
+ flex: 1;
34802
34803
  }
34803
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
34804
- padding-right: 8px;
34805
- padding-left: 12px;
34806
- border-radius: 0 4px 4px 0;
34804
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
34805
+ padding: 15px 25px 15px 8px;
34807
34806
  }
34808
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
34809
- content: "";
34810
- width: 0;
34811
- height: 0;
34812
- border: 13px solid transparent;
34807
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
34808
+ padding: 0;
34809
+ }
34810
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
34813
34811
  position: absolute;
34814
- top: 0;
34815
- border-left: 8px solid rgba(237, 241, 250, 0.6);
34816
- z-index: 2;
34817
- position: relative;
34818
- top: -50%;
34819
- right: -100%;
34812
+ right: 6px;
34813
+ top: 50%;
34814
+ transform: translateY(-50%);
34815
+ height: 16px;
34816
+ display: none;
34817
+ transition: transform 320ms ease;
34820
34818
  }
34821
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
34822
- padding: 0 4px 0 12px;
34819
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
34820
+ display: block;
34821
+ transform: translateY(-50%) rotateX(180deg);
34823
34822
  }
34824
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
34825
- content: "";
34826
- width: 0;
34827
- height: 0;
34828
- border: 13px solid transparent;
34829
- position: absolute;
34830
- top: 0;
34831
- border-left: 8px solid #fff;
34832
- left: 0;
34823
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
34824
+ display: block;
34833
34825
  }
34834
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34835
- max-width: calc(100% - var(--item-min-width) * 2);
34826
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
34827
+ display: none;
34836
34828
  }
34837
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34838
- background-color: rgba(0, 136, 255, 0.1);
34829
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
34830
+ transform: translateY(-50%);
34839
34831
  }
34840
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34841
- border-left-color: rgba(0, 136, 255, 0.1) !important;
34832
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
34833
+ transform: translateY(-50%) rotateX(180deg);
34842
34834
  }
34843
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34844
- cursor: pointer;
34845
- min-width: var(--item-min-width);
34835
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
34836
+ background: #f2f5fa;
34846
34837
  }
34847
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34848
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34849
- min-width: var(--item-min-width);
34838
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
34839
+ display: block;
34850
34840
  }
34851
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34852
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34853
- background-color: rgba(237, 241, 250, 0.6);
34841
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
34842
+ padding-right: 25px;
34854
34843
  }
34855
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34856
- padding: 0;
34844
+ .E_t1fisho6 div.ant-table .ant-table-selection-column {
34845
+ padding: 0 !important;
34857
34846
  }
34858
-
34859
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
34860
- width: 192px;
34861
- row-gap: 2px;
34847
+ .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
34848
+ position: absolute;
34849
+ left: 50%;
34850
+ top: 50%;
34851
+ transform: translate(-50%, -50%);
34862
34852
  }
34863
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34864
- background-color: rgba(225, 230, 241, 0.6);
34853
+ .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
34854
+ display: none;
34865
34855
  }
34866
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34867
- color: #00122e !important;
34856
+ .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
34857
+ background: #fff;
34868
34858
  }
34869
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
34870
- background-color: rgba(225, 230, 241, 0.6);
34859
+ .E_t1fisho6 div.ant-table .ant-table-placeholder {
34860
+ background: inherit;
34871
34861
  }
34872
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34873
- padding: 0 8px;
34874
- border-radius: 4px;
34875
- height: 32px;
34876
- display: flex;
34877
- align-items: center;
34862
+ .E_t1fisho6 div.ant-table .ant-table-placeholder td {
34863
+ position: static;
34864
+ border: none;
34865
+ background: inherit !important;
34866
+ height: 100px;
34867
+ vertical-align: middle;
34878
34868
  }
34879
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34880
- min-height: auto;
34881
- white-space: nowrap;
34869
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
34870
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
34871
+ font-weight: bold;
34872
+ font-size: 20px;
34873
+ color: rgba(10, 37, 85, 0.6);
34882
34874
  }
34883
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34884
- font-size: 13px;
34885
- line-height: 20px;
34886
- max-width: 100%;
34887
- padding-right: 0;
34875
+ .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
34876
+ .E_t1fisho6 div.ant-table th.cell__action_ {
34877
+ z-index: 10;
34888
34878
  }
34889
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34890
- background: rgba(0, 128, 255, 0.1);
34879
+ .E_t1fisho6 div.ant-table td.cell__action_ {
34880
+ padding: 0 !important;
34881
+ position: relative;
34882
+ background: #fff;
34891
34883
  }
34892
-
34893
- .E_h6l1tj4 {
34894
- width: 100%;
34895
- display: inline-flex;
34884
+ .E_t1fisho6 div.ant-table td.cell__action_ > * {
34885
+ height: 100%;
34886
+ display: flex;
34896
34887
  align-items: center;
34897
- justify-content: center;
34898
- column-gap: 4px;
34888
+ justify-content: flex-end;
34889
+ padding-right: 8px;
34899
34890
  }
34900
- .E_h6l1tj4 .step-item-prefix-container {
34901
- display: inline-flex;
34902
- align-items: center;
34903
- width: 18px;
34904
- height: 18px;
34905
- color: rgba(44, 56, 82, 0.75);
34891
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
34892
+ width: 24px;
34893
+ height: 24px;
34894
+ cursor: pointer;
34906
34895
  justify-content: center;
34896
+ border-radius: 4px;
34897
+ }
34898
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
34899
+ background: #fff;
34907
34900
  }
34908
34901
 
34909
- .E_v18frne8 {
34910
- width: 100%;
34902
+ .E_l12xdkhl {
34903
+ width: 64px;
34904
+ height: 64px;
34905
+ max-width: 64px;
34906
+ max-height: 64px;
34907
+ overflow: hidden;
34911
34908
  display: flex;
34912
34909
  align-items: center;
34913
34910
  justify-content: center;
34914
- column-gap: 6px;
34915
- font-size: 13px;
34911
+ position: relative;
34912
+ opacity: 0.6;
34916
34913
  }
34917
- .E_v18frne8 .step-item-prefix-container {
34918
- display: inline-flex;
34919
- align-items: center;
34920
- min-width: 20px;
34921
- min-height: 20px;
34922
- color: rgba(44, 56, 82, 0.75);
34923
- justify-content: center;
34914
+ .E_l12xdkhl .icon-wrapper {
34915
+ animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
34916
+ }
34917
+ @keyframes rotate {
34918
+ from {
34919
+ transform: rotate(0deg);
34920
+ }
34921
+ to {
34922
+ transform: rotate(360deg);
34923
+ }
34924
34924
  }
34925
34925
 
34926
34926
  .E_r77hffu {
@@ -34970,6 +34970,28 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34970
34970
  background: rgba(163, 180, 204, 0.18);
34971
34971
  }
34972
34972
 
34973
+ .E_t1gvlxt5 {
34974
+ min-width: 0;
34975
+ flex: 1;
34976
+ }
34977
+ .E_t1gvlxt5 .tag {
34978
+ flex: 0 0 auto;
34979
+ }
34980
+ .E_t1gvlxt5 .progress-title {
34981
+ flex: 2;
34982
+ max-width: fit-content;
34983
+ }
34984
+ .E_t1gvlxt5 .progress-desc {
34985
+ flex: 1;
34986
+ max-width: fit-content;
34987
+ }
34988
+
34989
+ .E_a1ji6r68 {
34990
+ display: flex;
34991
+ align-items: center;
34992
+ column-gap: var(--a1ji6r68-0);
34993
+ }
34994
+
34973
34995
  .E_msn7nxt {
34974
34996
  color: rgba(44, 56, 82, 0.6);
34975
34997
  text-align: center;
@@ -35131,26 +35153,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35131
35153
  margin-left: 8px;
35132
35154
  }
35133
35155
 
35134
- .E_t1gvlxt5 {
35135
- min-width: 0;
35136
- flex: 1;
35137
- }
35138
- .E_t1gvlxt5 .tag {
35139
- flex: 0 0 auto;
35140
- }
35141
- .E_t1gvlxt5 .progress-title {
35142
- flex: 2;
35143
- max-width: fit-content;
35144
- }
35145
- .E_t1gvlxt5 .progress-desc {
35146
- flex: 1;
35147
- max-width: fit-content;
35148
- }
35149
-
35150
- .E_a1ji6r68 {
35156
+ .E_s20iney.skeleton-box {
35151
35157
  display: flex;
35152
35158
  align-items: center;
35153
- column-gap: var(--a1ji6r68-0);
35159
+ justify-content: center;
35160
+ position: relative;
35161
+ border-radius: 2px;
35162
+ background: rgba(225, 230, 241, 0.6);
35163
+ overflow: hidden;
35164
+ }
35165
+ .E_s20iney.skeleton-box > .skeleton-shimmer {
35166
+ width: 200%;
35167
+ height: 200%;
35168
+ transform: rotate(15deg);
35169
+ position: absolute;
35170
+ top: -50%;
35171
+ flex-shrink: 0;
35172
+ opacity: 0.8;
35173
+ background: linear-gradient(90deg, #FFFFFF 15%, rgba(255, 255, 255, 0.6) 50%, #FFFFFF 85%);
35174
+ animation: shimmer 1100ms infinite;
35175
+ }
35176
+ @keyframes shimmer {
35177
+ from {
35178
+ left: -120%;
35179
+ }
35180
+ to {
35181
+ left: 100%;
35182
+ }
35154
35183
  }
35155
35184
 
35156
35185
  .E_t1g36k2w {