@cloudtower/eagle 0.27.31 → 0.27.32

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.
@@ -29484,6 +29484,81 @@ html body {
29484
29484
  border-top: 1px solid rgba(211, 218, 235, 0.6);
29485
29485
  }
29486
29486
 
29487
+ .E_iap75of {
29488
+ height: 18px;
29489
+ line-height: 18px;
29490
+ padding: 0 4px;
29491
+ border-radius: 4px;
29492
+ background: rgba(235, 239, 245, 0.6);
29493
+ border: 1px solid rgba(223, 228, 235, 0.6);
29494
+ display: flex;
29495
+ align-items: center;
29496
+ white-space: nowrap;
29497
+ margin-right: 4px;
29498
+ }
29499
+
29500
+ .E_fde5mpd {
29501
+ width: 100%;
29502
+ height: 100%;
29503
+ min-height: 124px;
29504
+ display: flex;
29505
+ flex-direction: column;
29506
+ justify-content: center;
29507
+ align-items: center;
29508
+ }
29509
+ .E_fde5mpd .error-text {
29510
+ color: rgba(10, 37, 85, 0.6);
29511
+ margin-bottom: 16px;
29512
+ font-size: 18px;
29513
+ }
29514
+
29515
+ .E_i1mrf09m {
29516
+ display: inline-flex;
29517
+ align-items: center;
29518
+ }
29519
+ .E_i1mrf09m .icon-inner {
29520
+ display: inline-flex;
29521
+ align-items: center;
29522
+ justify-content: center;
29523
+ }
29524
+ .E_i1mrf09m .icon-inner + span,
29525
+ .E_i1mrf09m span + .icon-inner.suffix {
29526
+ margin-left: 4px;
29527
+ }
29528
+ .E_i1mrf09m.is-rotate img,
29529
+ .E_i1mrf09m.is-rotate svg {
29530
+ animation: rotate 680ms linear infinite;
29531
+ }
29532
+
29533
+ .E_bpq0js6 {
29534
+ padding: 4px 11px;
29535
+ }
29536
+
29537
+ .E_b15sn34c {
29538
+ white-space: nowrap;
29539
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29540
+ }
29541
+ .E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29542
+ --color: #0080ff;
29543
+ }
29544
+ .E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29545
+ --color: #0080ff;
29546
+ }
29547
+ .E_b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29548
+ margin-left: 1px;
29549
+ }
29550
+ .E_b15sn34c > .ant-btn:not(:only-child):first-child {
29551
+ border-top-right-radius: 0;
29552
+ border-bottom-right-radius: 0;
29553
+ }
29554
+ .E_b15sn34c > .ant-btn:not(:only-child):last-child {
29555
+ border-top-left-radius: 0;
29556
+ border-bottom-left-radius: 0;
29557
+ }
29558
+ .E_b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29559
+ border-radius: unset;
29560
+ }
29561
+
29487
29562
  .E_buj61ew.ant-btn-icon-only {
29488
29563
  justify-content: center;
29489
29564
  }
@@ -29734,147 +29809,6 @@ html body {
29734
29809
  padding: 0;
29735
29810
  }
29736
29811
 
29737
- .E_fde5mpd {
29738
- width: 100%;
29739
- height: 100%;
29740
- min-height: 124px;
29741
- display: flex;
29742
- flex-direction: column;
29743
- justify-content: center;
29744
- align-items: center;
29745
- }
29746
- .E_fde5mpd .error-text {
29747
- color: rgba(10, 37, 85, 0.6);
29748
- margin-bottom: 16px;
29749
- font-size: 18px;
29750
- }
29751
-
29752
- .E_iap75of {
29753
- height: 18px;
29754
- line-height: 18px;
29755
- padding: 0 4px;
29756
- border-radius: 4px;
29757
- background: rgba(235, 239, 245, 0.6);
29758
- border: 1px solid rgba(223, 228, 235, 0.6);
29759
- display: flex;
29760
- align-items: center;
29761
- white-space: nowrap;
29762
- margin-right: 4px;
29763
- }
29764
-
29765
- .E_i1mrf09m {
29766
- display: inline-flex;
29767
- align-items: center;
29768
- }
29769
- .E_i1mrf09m .icon-inner {
29770
- display: inline-flex;
29771
- align-items: center;
29772
- justify-content: center;
29773
- }
29774
- .E_i1mrf09m .icon-inner + span,
29775
- .E_i1mrf09m span + .icon-inner.suffix {
29776
- margin-left: 4px;
29777
- }
29778
- .E_i1mrf09m.is-rotate img,
29779
- .E_i1mrf09m.is-rotate svg {
29780
- animation: rotate 680ms linear infinite;
29781
- }
29782
-
29783
- .E_bpq0js6 {
29784
- padding: 4px 11px;
29785
- }
29786
-
29787
- .E_b15sn34c {
29788
- white-space: nowrap;
29789
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29790
- }
29791
- .E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29792
- --color: #0080ff;
29793
- }
29794
- .E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29795
- --color: #0080ff;
29796
- }
29797
- .E_b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29798
- margin-left: 1px;
29799
- }
29800
- .E_b15sn34c > .ant-btn:not(:only-child):first-child {
29801
- border-top-right-radius: 0;
29802
- border-bottom-right-radius: 0;
29803
- }
29804
- .E_b15sn34c > .ant-btn:not(:only-child):last-child {
29805
- border-top-left-radius: 0;
29806
- border-bottom-left-radius: 0;
29807
- }
29808
- .E_b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29809
- border-radius: unset;
29810
- }
29811
-
29812
- .E_obf05yr {
29813
- display: inline-block;
29814
- }
29815
-
29816
- .E_hsms1n6 {
29817
- visibility: hidden;
29818
- position: absolute;
29819
- }
29820
-
29821
- .E_p12gwtiw {
29822
- display: flex;
29823
- justify-content: space-between;
29824
- align-items: center;
29825
- padding: 10px 0;
29826
- color: rgba(44, 56, 82, 0.6);
29827
- font-size: 12px;
29828
- line-height: 24px;
29829
- }
29830
- .E_p12gwtiw .pagination-left {
29831
- padding: 2px 8px;
29832
- }
29833
- .E_p12gwtiw .dropdown-trigger {
29834
- display: flex;
29835
- align-items: center;
29836
- border-radius: 6px;
29837
- cursor: pointer;
29838
- transition: all 0.3s ease;
29839
- }
29840
- .E_p12gwtiw .dropdown-trigger:hover {
29841
- background: rgba(211, 218, 235, 0.6);
29842
- color: #0080ff;
29843
- }
29844
- .E_p12gwtiw .dropdown-trigger .icon-inner {
29845
- margin-left: 4px;
29846
- }
29847
- .E_p12gwtiw .pagination-right {
29848
- display: flex;
29849
- align-items: center;
29850
- color: #0080ff;
29851
- font-weight: bold;
29852
- }
29853
- .E_p12gwtiw .pagination-right .icon-inner {
29854
- margin-left: 4px;
29855
- }
29856
- .E_p12gwtiw .pagination-right .prev-btn,
29857
- .E_p12gwtiw .pagination-right .next-btn {
29858
- padding: 0 8px;
29859
- }
29860
- .E_p12gwtiw .pagination-right .prev-btn > span,
29861
- .E_p12gwtiw .pagination-right .next-btn > span {
29862
- color: #0080ff;
29863
- }
29864
- .E_p12gwtiw .pagination-right .next-btn .icon-inner {
29865
- transform: rotate(180deg);
29866
- }
29867
-
29868
- .E_d1bnu0in.ant-dropdown .ant-dropdown-menu {
29869
- max-height: calc(100vh - 128px);
29870
- overflow-y: auto;
29871
- }
29872
- .E_d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
29873
- padding: 4px 20px;
29874
- font-size: 12px;
29875
- line-height: 18px;
29876
- }
29877
-
29878
29812
  .E_rxbeqvl.ant-radio-wrapper {
29879
29813
  display: inline-flex;
29880
29814
  align-items: baseline;
@@ -30021,42 +29955,163 @@ html body {
30021
29955
  width: 36px;
30022
29956
  }
30023
29957
 
30024
- .E_i1e4sgug {
29958
+ .E_obf05yr {
30025
29959
  display: inline-block;
30026
29960
  }
30027
29961
 
30028
- .E_d6j0lbj {
30029
- font-family: Inter;
30030
- font-style: normal;
30031
- font-weight: bold;
30032
- font-size: 32px;
30033
- line-height: 40px;
30034
- }
30035
-
30036
- .E_d1xhvvxe {
30037
- font-family: Inter;
30038
- font-style: normal;
30039
- font-weight: bold;
30040
- font-size: 24px;
30041
- line-height: 32px;
30042
- }
30043
-
30044
- .E_dk10mxq {
30045
- font-family: Inter;
30046
- font-style: normal;
30047
- font-weight: normal;
30048
- font-size: 32px;
30049
- line-height: 40px;
29962
+ .E_hsms1n6 {
29963
+ visibility: hidden;
29964
+ position: absolute;
30050
29965
  }
30051
29966
 
30052
- .E_dxsait {
30053
- font-family: Inter;
30054
- font-style: normal;
30055
- font-weight: bold;
30056
- font-size: 20px;
29967
+ .E_p12gwtiw {
29968
+ display: flex;
29969
+ justify-content: space-between;
29970
+ align-items: center;
29971
+ padding: 10px 0;
29972
+ color: rgba(44, 56, 82, 0.6);
29973
+ font-size: 12px;
30057
29974
  line-height: 24px;
30058
29975
  }
30059
-
29976
+ .E_p12gwtiw .pagination-left {
29977
+ padding: 2px 8px;
29978
+ }
29979
+ .E_p12gwtiw .dropdown-trigger {
29980
+ display: flex;
29981
+ align-items: center;
29982
+ border-radius: 6px;
29983
+ cursor: pointer;
29984
+ transition: all 0.3s ease;
29985
+ }
29986
+ .E_p12gwtiw .dropdown-trigger:hover {
29987
+ background: rgba(211, 218, 235, 0.6);
29988
+ color: #0080ff;
29989
+ }
29990
+ .E_p12gwtiw .dropdown-trigger .icon-inner {
29991
+ margin-left: 4px;
29992
+ }
29993
+ .E_p12gwtiw .pagination-right {
29994
+ display: flex;
29995
+ align-items: center;
29996
+ color: #0080ff;
29997
+ font-weight: bold;
29998
+ }
29999
+ .E_p12gwtiw .pagination-right .icon-inner {
30000
+ margin-left: 4px;
30001
+ }
30002
+ .E_p12gwtiw .pagination-right .prev-btn,
30003
+ .E_p12gwtiw .pagination-right .next-btn {
30004
+ padding: 0 8px;
30005
+ }
30006
+ .E_p12gwtiw .pagination-right .prev-btn > span,
30007
+ .E_p12gwtiw .pagination-right .next-btn > span {
30008
+ color: #0080ff;
30009
+ }
30010
+ .E_p12gwtiw .pagination-right .next-btn .icon-inner {
30011
+ transform: rotate(180deg);
30012
+ }
30013
+
30014
+ .E_d1bnu0in.ant-dropdown .ant-dropdown-menu {
30015
+ max-height: calc(100vh - 128px);
30016
+ overflow-y: auto;
30017
+ }
30018
+ .E_d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30019
+ padding: 4px 20px;
30020
+ font-size: 12px;
30021
+ line-height: 18px;
30022
+ }
30023
+
30024
+ .E_i1e4sgug {
30025
+ display: inline-block;
30026
+ }
30027
+
30028
+ .E_s34f1qb.ant-switch {
30029
+ min-width: 40px;
30030
+ height: 24px;
30031
+ background: rgba(172, 186, 211, 0.6);
30032
+ overflow: hidden;
30033
+ }
30034
+ .E_s34f1qb.ant-switch:focus {
30035
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30036
+ }
30037
+ .E_s34f1qb.ant-switch-small {
30038
+ min-width: 26px;
30039
+ height: 16px;
30040
+ }
30041
+ .E_s34f1qb.ant-switch-large {
30042
+ min-width: 52px;
30043
+ height: 32px;
30044
+ }
30045
+ .E_s34f1qb.ant-switch .ant-switch-handle {
30046
+ height: 20px;
30047
+ width: 20px;
30048
+ }
30049
+ .E_s34f1qb.ant-switch .ant-switch-handle::before {
30050
+ border-radius: 10px;
30051
+ transition-delay: 120ms;
30052
+ }
30053
+ .E_s34f1qb.ant-switch-small .ant-switch-handle {
30054
+ height: 14px;
30055
+ width: 14px;
30056
+ top: 1px;
30057
+ left: 1px;
30058
+ }
30059
+ .E_s34f1qb.ant-switch-large .ant-switch-handle {
30060
+ height: 28px;
30061
+ width: 28px;
30062
+ }
30063
+ .E_s34f1qb.ant-switch-large .ant-switch-handle::before {
30064
+ border-radius: 14px;
30065
+ }
30066
+ .E_s34f1qb.ant-switch-checked {
30067
+ background-color: #00ba5d;
30068
+ }
30069
+ .E_s34f1qb.ant-switch-checked .ant-switch-handle {
30070
+ left: calc(100% - 20px - 2px);
30071
+ }
30072
+ .E_s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30073
+ left: calc(100% - 14px - 1px);
30074
+ }
30075
+ .E_s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30076
+ left: calc(100% - 28px - 2px);
30077
+ }
30078
+
30079
+ .E_c1to9vb9 {
30080
+ margin-left: 5px;
30081
+ }
30082
+
30083
+ .E_d6j0lbj {
30084
+ font-family: Inter;
30085
+ font-style: normal;
30086
+ font-weight: bold;
30087
+ font-size: 32px;
30088
+ line-height: 40px;
30089
+ }
30090
+
30091
+ .E_d1xhvvxe {
30092
+ font-family: Inter;
30093
+ font-style: normal;
30094
+ font-weight: bold;
30095
+ font-size: 24px;
30096
+ line-height: 32px;
30097
+ }
30098
+
30099
+ .E_dk10mxq {
30100
+ font-family: Inter;
30101
+ font-style: normal;
30102
+ font-weight: normal;
30103
+ font-size: 32px;
30104
+ line-height: 40px;
30105
+ }
30106
+
30107
+ .E_dxsait {
30108
+ font-family: Inter;
30109
+ font-style: normal;
30110
+ font-weight: bold;
30111
+ font-size: 20px;
30112
+ line-height: 24px;
30113
+ }
30114
+
30060
30115
  .E_dokn0h3 {
30061
30116
  font-family: Inter;
30062
30117
  font-style: normal;
@@ -30500,1243 +30555,1048 @@ html body {
30500
30555
  line-height: 12px;
30501
30556
  }
30502
30557
 
30503
- .E_cz04yix {
30504
- display: flex;
30505
- flex-direction: column;
30506
- }
30507
-
30508
- .E_m1if5j39 {
30509
- max-width: 1120px;
30510
- width: 100%;
30511
- margin: 0 auto;
30558
+ .E_t1upn1sz {
30512
30559
  height: 100%;
30513
30560
  }
30514
30561
 
30515
- .E_w1vvwdlp {
30516
- max-width: 1120px;
30517
- width: 100%;
30518
- margin: 0 auto;
30519
- display: flex;
30562
+ .E_tta5kd2 {
30563
+ height: 100%;
30520
30564
  }
30521
- .E_w1vvwdlp .left,
30522
- .E_w1vvwdlp .right {
30523
- flex-grow: 0;
30524
- flex-shrink: 0;
30525
- flex-basis: 21%;
30565
+ .E_tta5kd2.empty-table .ant-table-content {
30566
+ overflow: visible !important;
30567
+ height: 100%;
30526
30568
  }
30527
- .E_w1vvwdlp .left {
30528
- display: flex;
30529
- justify-content: flex-end;
30530
- padding-right: 44px;
30569
+ .E_tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30570
+ height: 100%;
30531
30571
  }
30532
- .E_w1vvwdlp .right {
30533
- padding-left: 44px;
30572
+ .E_tta5kd2.empty-table .ant-table-content table {
30573
+ width: 100% !important;
30574
+ height: 100%;
30534
30575
  }
30535
- .E_w1vvwdlp .middle {
30536
- margin-bottom: 40px;
30537
- flex-grow: 0;
30538
- flex-shrink: 0;
30539
- flex-basis: 58%;
30576
+ .E_tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30577
+ padding: 15px 0;
30540
30578
  }
30541
- .E_w1vvwdlp .middle .form-base-field {
30542
- width: 100%;
30579
+ .E_tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
30580
+ display: none;
30543
30581
  }
30544
- .E_w1vvwdlp .middle .form-base-field .form-base-field {
30545
- width: auto;
30582
+ .E_tta5kd2 .active-row td:nth-child(1) {
30583
+ font-weight: 700;
30546
30584
  }
30547
-
30548
- .E_h1cuopx7 .ant-modal-header {
30549
- margin: 0 auto;
30550
- width: 100%;
30551
- max-width: 648px;
30585
+ .E_tta5kd2.has-selection .active-row td:nth-child(2) {
30586
+ font-weight: 700;
30552
30587
  }
30553
- .E_h1cuopx7 .ant-modal-header .ant-modal-title {
30554
- margin-left: 0;
30588
+ .E_tta5kd2 .ant-spin-nested-loading {
30589
+ height: 100%;
30555
30590
  }
30556
- .E_h1cuopx7 .ant-modal-body {
30557
- margin: 0 auto;
30558
- padding: 0;
30559
- width: 100%;
30560
- max-width: 648px;
30561
- overflow: hidden;
30591
+ .E_tta5kd2 .ant-spin-nested-loading .ant-spin-container {
30592
+ height: 100%;
30593
+ overflow: visible;
30562
30594
  }
30563
- .E_h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30564
- margin-bottom: 40px;
30595
+ .E_tta5kd2 .ant-spin-nested-loading .ant-spin {
30596
+ max-height: none;
30565
30597
  }
30566
- .E_h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30567
- height: calc(100vh - 225px);
30568
- overflow-y: auto;
30598
+ .E_tta5kd2.table-init-loading .ant-spin-blur thead,
30599
+ .E_tta5kd2.table-init-loading .ant-spin-blur tbody {
30600
+ display: none;
30569
30601
  }
30570
- .E_h1cuopx7 .ant-modal-footer .footer-content {
30571
- margin: 0 auto;
30572
- max-width: 648px;
30602
+ .E_tta5kd2 td.ant-table-column-sort {
30603
+ background: transparent;
30573
30604
  }
30574
-
30575
- .E_h1p6d3y3 .ant-modal-header {
30576
- margin: 0 auto;
30577
- width: 100%;
30578
- max-width: 1024px;
30605
+ .E_tta5kd2 td.ant-table-cell-fix-left,
30606
+ .E_tta5kd2 td.ant-table-cell-fix-right {
30607
+ background: #fff;
30608
+ padding: 0 !important;
30579
30609
  }
30580
- .E_h1p6d3y3 .ant-modal-header .ant-modal-title {
30581
- margin-left: 0;
30610
+ .E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
30611
+ .E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
30612
+ display: flex;
30613
+ align-items: center;
30614
+ height: 100%;
30615
+ padding: 8px;
30582
30616
  }
30583
- .E_h1p6d3y3 .ant-modal-body {
30584
- margin: 0 auto;
30585
- padding: 0;
30586
- width: 100%;
30587
- max-width: 1024px;
30617
+ .E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30618
+ .E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
30588
30619
  overflow: hidden;
30620
+ text-overflow: ellipsis;
30621
+ width: 100%;
30589
30622
  }
30590
- .E_h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30591
- margin-bottom: 40px;
30623
+ .E_tta5kd2 .ant-table-container {
30624
+ height: 100%;
30592
30625
  }
30593
- .E_h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30594
- height: calc(100vh - 225px);
30595
- overflow-y: auto;
30626
+ .E_tta5kd2 .ant-table-container::before, .E_tta5kd2 .ant-table-container::after {
30627
+ box-shadow: none !important;
30596
30628
  }
30597
- .E_h1p6d3y3 .ant-modal-footer .footer-content {
30598
- margin: 0 auto;
30599
- max-width: 1024px;
30629
+ .E_tta5kd2 .ant-table {
30630
+ border-radius: 0px;
30631
+ border-left: none;
30632
+ border-right: none;
30633
+ border-bottom: none;
30634
+ height: 100%;
30635
+ font-size: 12px;
30636
+ background: transparent;
30600
30637
  }
30601
-
30602
- .E_fxgckuk {
30603
- flex: 1;
30638
+ .E_tta5kd2 .ant-table .ant-table-header {
30639
+ position: relative;
30640
+ z-index: 3;
30641
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30642
+ margin-bottom: -1px;
30604
30643
  }
30605
- .E_fxgckuk label {
30606
- font-size: 13px;
30607
- line-height: 20px;
30644
+ .E_tta5kd2 .ant-table .time-wrapper .date,
30645
+ .E_tta5kd2 .ant-table .value {
30646
+ color: #2d3a56;
30647
+ }
30648
+ .E_tta5kd2 .ant-table .time-wrapper .time,
30649
+ .E_tta5kd2 .ant-table .unit {
30608
30650
  color: rgba(44, 56, 82, 0.6);
30609
30651
  }
30610
- .E_fxgckuk .title {
30611
- font-size: 14px;
30612
- line-height: 20px;
30613
- color: #2d3a56;
30614
- margin-bottom: 12px;
30652
+ .E_tta5kd2 .ant-table .ant-table-selection {
30653
+ position: unset;
30654
+ text-align: center;
30615
30655
  }
30616
- .E_fxgckuk.connect-cluster .title {
30617
- padding-bottom: 26px;
30656
+ .E_tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30657
+ background: #fff;
30618
30658
  }
30619
-
30620
- .E_f1d0vek1 {
30621
- padding: 25px 0 15px 0;
30622
- border-bottom: 1px solid #e1e5eb;
30623
- margin-bottom: 16px;
30659
+ .E_tta5kd2 .ant-table .anticon-setting {
30660
+ cursor: pointer;
30661
+ position: absolute;
30662
+ top: 50%;
30663
+ right: 12px;
30664
+ transform: translateY(-50%);
30624
30665
  }
30625
-
30626
- .E_f4u402y {
30627
- display: flex;
30628
- align-items: center;
30629
- margin-bottom: 8px;
30666
+ .E_tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30667
+ box-shadow: none;
30668
+ width: 1px;
30669
+ background: rgba(213, 219, 227, 0.6);
30630
30670
  }
30631
- .E_f4u402y > label {
30632
- width: 216px;
30671
+ .E_tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30672
+ box-shadow: none;
30673
+ width: 1px;
30674
+ background: rgba(213, 219, 227, 0.6);
30633
30675
  }
30634
- .E_f4u402y > label + * {
30635
- width: 100%;
30676
+ .E_tta5kd2 .ant-table .ant-table-tbody {
30677
+ position: relative;
30636
30678
  }
30637
- .E_f4u402y .ant-select {
30638
- width: 100%;
30679
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
30680
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30681
+ border-bottom: 1px solid white;
30682
+ height: 40px;
30683
+ vertical-align: middle;
30684
+ transition: background 0ms;
30685
+ color: #00122e;
30639
30686
  }
30640
-
30641
- .E_e1pldf6v {
30642
- color: #e75a3a;
30643
- margin-right: 10px;
30687
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30688
+ background: #f2f5fa;
30689
+ border-bottom-color: #f2f5fa;
30644
30690
  }
30645
-
30646
- .E_dq0gblh {
30691
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30692
+ height: auto;
30693
+ color: #00122e;
30694
+ font-size: 12px;
30695
+ text-align: left;
30696
+ transition: none;
30697
+ overflow: hidden;
30698
+ text-overflow: ellipsis;
30699
+ white-space: nowrap;
30700
+ }
30701
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30702
+ color: #0096ff;
30703
+ }
30704
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30705
+ overflow: hidden;
30706
+ text-overflow: ellipsis;
30647
30707
  width: 100%;
30648
- height: 1px;
30649
- background: rgba(213, 219, 227, 0.6);
30650
- margin: 24px 0;
30708
+ vertical-align: middle;
30651
30709
  }
30652
-
30653
- .E_l1v7sr0n {
30654
- display: flex;
30655
- justify-content: center;
30656
- align-items: center;
30657
- height: 100%;
30710
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30711
+ line-height: 0px;
30658
30712
  }
30659
-
30660
- .E_d1i4ou6o {
30661
- display: inline-block;
30662
- width: 4px;
30663
- height: 4px;
30664
- background: #8e9aa9;
30665
- opacity: 0.4;
30666
- border-radius: 50%;
30667
- margin: 0 4px;
30713
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
30714
+ padding-right: 25px;
30668
30715
  }
30669
-
30670
- .E_m1jy87hk .ant-modal-header,
30671
- .E_m1jy87hk .ant-modal-footer .footer-content {
30672
- width: 648px;
30673
- margin: 0 auto;
30716
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30717
+ border-top-color: transparent;
30674
30718
  }
30675
- .E_m1jy87hk .ant-modal-header {
30676
- padding: 35px 0 24px;
30677
- border: none;
30719
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
30720
+ background: rgba(225, 230, 241, 0.6);
30721
+ border-color: transparent transparent white;
30678
30722
  }
30679
- .E_m1jy87hk .ant-modal-header .ant-modal-title {
30680
- font-size: 30px;
30723
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30724
+ border-radius: 8px 0 0 8px;
30681
30725
  }
30682
- .E_m1jy87hk .ant-modal-body {
30683
- padding: 4px 0 2px;
30726
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30727
+ border-radius: 8px 0 0 8px;
30684
30728
  }
30685
- .E_m1jy87hk .ant-modal-footer {
30686
- border: none;
30729
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30730
+ content: "";
30731
+ width: 4px;
30732
+ top: -1px;
30733
+ bottom: -1px;
30734
+ background: white;
30687
30735
  }
30688
-
30689
- .E_ti7fpyu {
30690
- font-size: 12px;
30691
- line-height: 18px;
30692
- font-weight: bold;
30693
- color: #fff;
30694
- padding: 0 4px;
30695
- border-radius: 4px;
30696
- display: inline-block;
30697
- background: var(--ti7fpyu-0);
30736
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30737
+ border-radius: 0 8px 8px 0;
30698
30738
  }
30699
- .E_ti7fpyu:not(:first-child) {
30700
- margin-left: 4px;
30739
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30740
+ border-radius: 0;
30741
+ background: white;
30742
+ border-top: none;
30701
30743
  }
30702
-
30703
- .E_f1rest1f {
30704
- width: 100%;
30705
- height: 100%;
30744
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30745
+ border-top: 1px solid transparent;
30746
+ border-radius: 0 8px 8px 0;
30747
+ background: rgba(225, 230, 241, 0.6);
30748
+ }
30749
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30750
+ background: white;
30751
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30752
+ }
30753
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
30706
30754
  display: flex;
30707
30755
  align-items: center;
30708
- justify-content: center;
30756
+ height: 100%;
30757
+ background: rgba(225, 230, 241, 0.6);
30709
30758
  }
30710
-
30711
- .E_n1kbdoln {
30712
- font-size: 90%;
30713
- font-weight: bold;
30714
- background-color: rgba(240, 243, 247, 0.6);
30715
- padding: 1px 4px 1px;
30716
- margin-left: 2px;
30717
- margin-right: 2px;
30718
- border: 1px solid rgba(213, 219, 227, 0.6);
30719
- border-radius: 4px;
30759
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30760
+ background: white;
30761
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30720
30762
  }
30721
-
30722
- .E_f1y3gta0.form-item-general {
30723
- width: 640px;
30763
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
30764
+ display: flex;
30765
+ align-items: center;
30766
+ height: 100%;
30767
+ background: rgba(225, 230, 241, 0.6);
30724
30768
  }
30725
- .E_f1y3gta0.form-item-general.form-item + .E_f1y3gta0.form-item-general.form-item {
30726
- margin-top: 16px;
30769
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
30770
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30727
30771
  }
30728
- .E_f1y3gta0.form-item-compact {
30729
- width: 412px;
30772
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
30773
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
30774
+ border-radius: 8px;
30730
30775
  }
30731
- .E_f1y3gta0.form-item-compact.form-item + .E_f1y3gta0.form-item-compact.form-item {
30732
- margin-top: 8px;
30776
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
30777
+ border-top-color: white;
30733
30778
  }
30734
- .E_f1y3gta0 .form-item {
30735
- width: auto;
30779
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
30780
+ background: rgba(0, 136, 255, 0.1);
30781
+ border-bottom-color: transparent;
30782
+ border-top-color: transparent;
30736
30783
  }
30737
- .E_f1y3gta0 .form-item-main {
30738
- position: relative;
30739
- display: flex;
30784
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
30785
+ border-radius: 8px 0 0 8px;
30740
30786
  }
30741
- .E_f1y3gta0 .form-item-extra {
30742
- margin-top: 4px;
30743
- width: 100%;
30744
- padding: 14px;
30745
- background: #f2f4f6;
30746
- font-size: 13px;
30747
- line-height: 1.8;
30748
- color: #8e9aa9;
30787
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
30788
+ border-radius: 0 8px 8px 0;
30749
30789
  }
30750
- .E_f1y3gta0 .form-item-label {
30751
- padding-right: 12px;
30752
- font-size: 13px;
30753
- color: rgba(44, 56, 82, 0.6);
30790
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
30791
+ background: rgba(0, 136, 255, 0.1);
30754
30792
  }
30755
- .E_f1y3gta0 .form-item-label.label-right {
30756
- text-align: right;
30793
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th {
30794
+ background: #fff;
30795
+ font-weight: 400;
30796
+ position: relative;
30797
+ border-bottom: none;
30798
+ color: #00122e;
30799
+ transition: none;
30800
+ padding: 15px 8px 15px 8px;
30757
30801
  }
30758
- .E_f1y3gta0 .form-item-label,
30759
- .E_f1y3gta0 .form-item-control {
30760
- line-height: 32px;
30802
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
30803
+ content: "";
30804
+ width: 1px;
30805
+ top: 0;
30806
+ bottom: 0;
30807
+ background: rgba(211, 218, 235, 0.6);
30808
+ position: absolute;
30809
+ right: 0;
30761
30810
  }
30762
- .E_f1y3gta0 .form-item-control .form-item-error {
30763
- line-height: 18px;
30811
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
30812
+ padding: unset;
30764
30813
  }
30765
- .E_f1y3gta0 .form-item-children {
30766
- width: 100%;
30814
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
30815
+ display: none;
30767
30816
  }
30768
- .E_f1y3gta0 .form-item-children > *:only-child.ant-select, .E_f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .E_f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
30817
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
30769
30818
  width: 100%;
30819
+ overflow: hidden;
30820
+ white-space: nowrap;
30821
+ text-overflow: ellipsis;
30770
30822
  }
30771
- .E_f1y3gta0 .form-item-error {
30772
- color: #e75a3a;
30773
- height: 0;
30823
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
30774
30824
  overflow: hidden;
30825
+ text-overflow: ellipsis;
30826
+ flex: 1;
30775
30827
  }
30776
- .E_f1y3gta0 .form-item-error-enter-done {
30777
- margin-top: 4px;
30778
- height: auto;
30779
- overflow: auto;
30828
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
30829
+ padding: 15px 25px 15px 8px;
30780
30830
  }
30781
- .E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30782
- .E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30783
- border: 1px solid #e75a3a;
30784
- color: #e75a3a;
30831
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
30832
+ padding: 0;
30785
30833
  }
30786
-
30787
- .E_fujbm7g {
30788
- color: #2d3a56;
30789
- font-weight: bold;
30790
- padding-bottom: 6px;
30791
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30792
- margin-bottom: 16px;
30834
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
30835
+ position: absolute;
30836
+ right: 6px;
30837
+ top: 50%;
30838
+ transform: translateY(-50%);
30839
+ height: 16px;
30840
+ display: none;
30841
+ transition: transform 320ms ease;
30793
30842
  }
30794
- .E_fujbm7g:not(:first-of-type) {
30795
- margin-top: 16px;
30843
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
30844
+ display: block;
30845
+ transform: translateY(-50%) rotateX(180deg);
30796
30846
  }
30797
-
30798
- .E_e5fsw5s {
30799
- width: 8px;
30800
- height: 24px;
30801
- display: flex;
30802
- justify-content: center;
30803
- align-items: center;
30804
- cursor: pointer;
30805
- transition: all 200ms ease-out 40ms;
30847
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
30848
+ display: block;
30806
30849
  }
30807
- .E_e5fsw5s:before, .E_e5fsw5s:after {
30808
- content: "";
30809
- width: 1px;
30810
- height: 6px;
30811
- border-radius: 1px;
30812
- background: #ccd4e3;
30813
- position: relative;
30814
- right: 2px;
30815
- transform: rotate(-45deg);
30850
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
30851
+ display: none;
30816
30852
  }
30817
- .E_e5fsw5s:after {
30818
- transform: rotate(45deg);
30819
- left: 1px;
30853
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
30854
+ transform: translateY(-50%);
30820
30855
  }
30821
-
30822
- .E_w18knsg4.ant-alert-warning {
30823
- border: 0;
30824
- background: rgba(255, 187, 0, 0.1);
30825
- border-radius: 6px;
30856
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
30857
+ transform: translateY(-50%) rotateX(180deg);
30826
30858
  }
30827
- .E_w18knsg4.ant-alert,
30828
- .E_w18knsg4 .ant-alert-message {
30829
- color: #e07f00;
30859
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
30860
+ background: #f2f5fa;
30830
30861
  }
30831
- .E_w18knsg4.ant-alert .dashed-border-bottom,
30832
- .E_w18knsg4 .ant-alert-message .dashed-border-bottom {
30833
- border-bottom-color: #e07f00;
30862
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
30863
+ display: block;
30834
30864
  }
30835
-
30836
- .E_ng31n2o {
30837
- display: flex;
30838
- flex-direction: row;
30839
- padding: 7px 12px;
30840
- background: rgba(255, 187, 0, 0.1);
30841
- border-radius: 6px;
30842
- color: #e07f00;
30843
- font-size: 12px;
30844
- line-height: 18px;
30865
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
30866
+ padding-right: 25px;
30845
30867
  }
30846
- .E_ng31n2o .icon-wrapper {
30847
- margin-right: 10px;
30848
- height: 18px;
30868
+ .E_tta5kd2 .ant-table .ant-table-selection-column {
30869
+ padding: 0 !important;
30849
30870
  }
30850
-
30851
- .E_n15x5f5y {
30852
- display: flex;
30853
- flex-direction: row;
30854
- padding: 7px 12px;
30855
- background: rgba(225, 230, 241, 0.6);
30856
- border-radius: 6px;
30857
- color: rgba(44, 56, 82, 0.6);
30858
- font-size: 12px;
30859
- line-height: 18px;
30871
+ .E_tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
30872
+ position: absolute;
30873
+ left: 50%;
30874
+ top: 50%;
30875
+ transform: translate(-50%, -50%);
30860
30876
  }
30861
- .E_n15x5f5y .icon-wrapper {
30862
- margin-right: 10px;
30863
- height: 18px;
30877
+ .E_tta5kd2 .ant-table .ant-table-selection-column:after {
30878
+ display: none;
30864
30879
  }
30865
-
30866
- .E_i16ozz3f {
30867
- display: flex;
30868
- flex-direction: row;
30869
- padding: 7px 12px;
30870
- background: rgba(0, 136, 255, 0.1);
30871
- border-radius: 6px;
30872
- color: #005ed1;
30873
- font-size: 12px;
30874
- line-height: 18px;
30880
+ .E_tta5kd2 .ant-table .ant-table-hide-scrollbar {
30881
+ background: #fff;
30875
30882
  }
30876
- .E_i16ozz3f .icon-wrapper {
30877
- margin-right: 10px;
30878
- height: 18px;
30883
+ .E_tta5kd2 .ant-table .ant-table-placeholder {
30884
+ background: inherit;
30879
30885
  }
30880
-
30881
- .E_dszu9qr {
30882
- color: rgba(44, 56, 82, 0.6);
30883
- margin-top: 5px;
30884
- font-size: 12px;
30885
- line-height: 18px;
30886
+ .E_tta5kd2 .ant-table .ant-table-placeholder td {
30887
+ position: static;
30888
+ border: none;
30889
+ background: inherit !important;
30890
+ height: 100px;
30891
+ vertical-align: middle;
30886
30892
  }
30887
-
30888
- .E_snxzgx {
30889
- color: #f0483e;
30890
- font-size: 12px;
30891
- white-space: pre-wrap;
30893
+ .E_tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
30894
+ .E_tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
30895
+ font-weight: bold;
30896
+ font-size: 20px;
30897
+ color: rgba(10, 37, 85, 0.6);
30892
30898
  }
30893
-
30894
- .E_o1i4orqw {
30899
+ .E_tta5kd2 .ant-table td.cell__action_ {
30900
+ padding: 0 !important;
30901
+ position: relative;
30902
+ background: #fff;
30903
+ }
30904
+ .E_tta5kd2 .ant-table td.cell__action_ > * {
30905
+ height: 100%;
30895
30906
  display: flex;
30896
30907
  align-items: center;
30897
30908
  justify-content: flex-end;
30909
+ padding-right: 8px;
30898
30910
  }
30899
- .E_o1i4orqw .icon-wrapper {
30900
- margin-right: 16px;
30911
+ .E_tta5kd2 .ant-table td.cell__action_ .menu-button {
30912
+ width: 24px;
30913
+ height: 24px;
30914
+ cursor: pointer;
30915
+ justify-content: center;
30916
+ border-radius: 4px;
30917
+ }
30918
+ .E_tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
30919
+ background: #fff;
30901
30920
  }
30902
30921
 
30903
- .E_t79k8o2 {
30904
- color: rgba(0, 21, 64, 0.3);
30922
+ .E_cz04yix {
30923
+ display: flex;
30924
+ flex-direction: column;
30905
30925
  }
30906
30926
 
30907
- .E_ipd9bk.ant-input {
30908
- padding: 5px 12px;
30909
- line-height: 20px;
30910
- color: #2d3a56;
30911
- border-radius: 6px;
30912
- border-color: rgba(172, 186, 211, 0.6);
30913
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30927
+ .E_m1if5j39 {
30928
+ max-width: 1120px;
30929
+ width: 100%;
30930
+ margin: 0 auto;
30931
+ height: 100%;
30914
30932
  }
30915
- .E_ipd9bk.ant-input.ant-input-lg {
30916
- padding: 8px 16px;
30917
- line-height: 22px;
30933
+
30934
+ .E_w1vvwdlp {
30935
+ max-width: 1120px;
30936
+ width: 100%;
30937
+ margin: 0 auto;
30938
+ display: flex;
30918
30939
  }
30919
- .E_ipd9bk.ant-input.ant-input-sm {
30920
- padding: 2px 8px;
30921
- line-height: 18px;
30940
+ .E_w1vvwdlp .left,
30941
+ .E_w1vvwdlp .right {
30942
+ flex-grow: 0;
30943
+ flex-shrink: 0;
30944
+ flex-basis: 21%;
30922
30945
  }
30923
- .E_ipd9bk.ant-input:not([disabled]):hover, .E_ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .E_ipd9bk.ant-input-number:not([disabled]):hover, .E_ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
30924
- border-color: rgba(107, 128, 167, 0.6);
30925
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30926
- z-index: 1;
30946
+ .E_w1vvwdlp .left {
30947
+ display: flex;
30948
+ justify-content: flex-end;
30949
+ padding-right: 44px;
30927
30950
  }
30928
- .E_ipd9bk.ant-input:not([disabled]):active, .E_ipd9bk.ant-input:not([disabled]):focus, .E_ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .E_ipd9bk.ant-input-number:not([disabled]):active, .E_ipd9bk.ant-input-number:not([disabled]):focus, .E_ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
30929
- border-color: #0096ff;
30930
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30931
- z-index: 1;
30932
- }
30933
- .E_ipd9bk.ant-input.error:not([disabled]), .E_ipd9bk.ant-picker.error:not([disabled]), .E_ipd9bk.ant-input-number.error:not([disabled]) {
30934
- border-color: #e75a3a;
30935
- color: #e75a3a;
30936
- }
30937
- .E_ipd9bk.ant-input.error:not([disabled]):hover, .E_ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .E_ipd9bk.ant-picker.error:not([disabled]):hover, .E_ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_ipd9bk.ant-input-number.error:not([disabled]):hover, .E_ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
30938
- border-color: #e75a3a;
30939
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30940
- }
30941
- .E_ipd9bk.ant-input.error:not([disabled]):active, .E_ipd9bk.ant-input.error:not([disabled]):focus, .E_ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .E_ipd9bk.ant-picker.error:not([disabled]):active, .E_ipd9bk.ant-picker.error:not([disabled]):focus, .E_ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_ipd9bk.ant-input-number.error:not([disabled]):active, .E_ipd9bk.ant-input-number.error:not([disabled]):focus, .E_ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
30942
- border-color: #e75a3a;
30943
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30944
- }
30945
- .E_ipd9bk.ant-input[disabled], .E_ipd9bk.ant-input.ant-input-disabled, .E_ipd9bk.ant-input-number[disabled], .E_ipd9bk.ant-input-number.ant-input-number-disabled {
30946
- background: rgba(211, 218, 235, 0.6);
30947
- color: rgba(0, 21, 64, 0.3);
30948
- border-color: rgba(172, 186, 211, 0.6);
30949
- }
30950
- .E_ipd9bk.ant-input-affix-wrapper {
30951
- padding: 5px 12px;
30952
- border-radius: 6px;
30953
- border-color: rgba(172, 186, 211, 0.6);
30954
- line-height: 20px;
30955
- color: #2d3a56;
30956
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30957
- }
30958
- .E_ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30959
- .E_ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30960
- color: rgba(44, 56, 82, 0.6);
30961
- }
30962
- .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30963
- padding: 8px 16px;
30964
- line-height: 22px;
30951
+ .E_w1vvwdlp .right {
30952
+ padding-left: 44px;
30965
30953
  }
30966
- .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30967
- padding: 2px 8px;
30968
- line-height: 18px;
30954
+ .E_w1vvwdlp .middle {
30955
+ margin-bottom: 40px;
30956
+ flex-grow: 0;
30957
+ flex-shrink: 0;
30958
+ flex-basis: 58%;
30969
30959
  }
30970
- .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30971
- border-color: rgba(107, 128, 167, 0.6);
30972
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30960
+ .E_w1vvwdlp .middle .form-base-field {
30961
+ width: 100%;
30973
30962
  }
30974
- .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30975
- border-color: #0096ff;
30976
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30963
+ .E_w1vvwdlp .middle .form-base-field .form-base-field {
30964
+ width: auto;
30977
30965
  }
30978
- .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30979
- border-color: #e75a3a;
30966
+
30967
+ .E_h1cuopx7 .ant-modal-header {
30968
+ margin: 0 auto;
30969
+ width: 100%;
30970
+ max-width: 648px;
30980
30971
  }
30981
- .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30982
- color: #e75a3a;
30972
+ .E_h1cuopx7 .ant-modal-header .ant-modal-title {
30973
+ margin-left: 0;
30983
30974
  }
30984
- .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30985
- border-color: #e75a3a;
30986
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30975
+ .E_h1cuopx7 .ant-modal-body {
30976
+ margin: 0 auto;
30977
+ padding: 0;
30978
+ width: 100%;
30979
+ max-width: 648px;
30980
+ overflow: hidden;
30987
30981
  }
30988
- .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30989
- border-color: #e75a3a;
30990
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30982
+ .E_h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30983
+ margin-bottom: 40px;
30991
30984
  }
30992
- .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30993
- background: rgba(211, 218, 235, 0.6);
30994
- color: rgba(0, 21, 64, 0.3);
30995
- border-color: rgba(172, 186, 211, 0.6);
30985
+ .E_h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30986
+ height: calc(100vh - 225px);
30987
+ overflow-y: auto;
30996
30988
  }
30997
- textarea.E_ipd9bk.ant-input {
30998
- transition-property: height;
30999
- transition-delay: 50ms;
30989
+ .E_h1cuopx7 .ant-modal-footer .footer-content {
30990
+ margin: 0 auto;
30991
+ max-width: 648px;
31000
30992
  }
31001
- textarea.E_ipd9bk.ant-input.textarea-large {
31002
- min-height: 40px;
31003
- height: 40px;
30993
+
30994
+ .E_h1p6d3y3 .ant-modal-header {
30995
+ margin: 0 auto;
30996
+ width: 100%;
30997
+ max-width: 1024px;
31004
30998
  }
31005
- textarea.E_ipd9bk.ant-input.textarea-large:focus {
31006
- height: 80px;
30999
+ .E_h1p6d3y3 .ant-modal-header .ant-modal-title {
31000
+ margin-left: 0;
31007
31001
  }
31008
- textarea.E_ipd9bk.ant-input.textarea-middle {
31009
- min-height: 32px;
31010
- height: 32px;
31002
+ .E_h1p6d3y3 .ant-modal-body {
31003
+ margin: 0 auto;
31004
+ padding: 0;
31005
+ width: 100%;
31006
+ max-width: 1024px;
31007
+ overflow: hidden;
31011
31008
  }
31012
- textarea.E_ipd9bk.ant-input.textarea-middle:focus {
31013
- height: 64px;
31009
+ .E_h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
31010
+ margin-bottom: 40px;
31014
31011
  }
31015
- textarea.E_ipd9bk.ant-input.textarea-small {
31016
- min-height: 24px;
31017
- height: 24px;
31012
+ .E_h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
31013
+ height: calc(100vh - 225px);
31014
+ overflow-y: auto;
31018
31015
  }
31019
- textarea.E_ipd9bk.ant-input.textarea-small:focus {
31020
- height: 40px;
31016
+ .E_h1p6d3y3 .ant-modal-footer .footer-content {
31017
+ margin: 0 auto;
31018
+ max-width: 1024px;
31021
31019
  }
31022
31020
 
31023
- .E_kypn5o5 input, .E_kypn5o5.input-tags {
31024
- border: 1px solid rgba(213, 219, 227, 0.6);
31025
- border-radius: 4px;
31021
+ .E_fxgckuk {
31022
+ flex: 1;
31026
31023
  }
31027
- .E_kypn5o5.input-tags {
31028
- position: relative;
31029
- padding: 6px;
31030
- height: 32px;
31031
- cursor: pointer;
31032
- transition: border 150ms;
31024
+ .E_fxgckuk label {
31025
+ font-size: 13px;
31026
+ line-height: 20px;
31027
+ color: rgba(44, 56, 82, 0.6);
31033
31028
  }
31034
- .E_kypn5o5.input-tags:hover {
31035
- border-color: #0080ff;
31036
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31029
+ .E_fxgckuk .title {
31030
+ font-size: 14px;
31031
+ line-height: 20px;
31032
+ color: #2d3a56;
31033
+ margin-bottom: 12px;
31037
31034
  }
31038
- .E_kypn5o5.input-tags.kit-input-suffix-wrapper {
31039
- padding-right: 30px;
31035
+ .E_fxgckuk.connect-cluster .title {
31036
+ padding-bottom: 26px;
31040
31037
  }
31041
- .E_kypn5o5.input-tags .input-tags-inner {
31042
- display: flex;
31038
+
31039
+ .E_f1d0vek1 {
31040
+ padding: 25px 0 15px 0;
31041
+ border-bottom: 1px solid #e1e5eb;
31042
+ margin-bottom: 16px;
31043
31043
  }
31044
- .E_kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31044
+
31045
+ .E_f4u402y {
31045
31046
  display: flex;
31047
+ align-items: center;
31048
+ margin-bottom: 8px;
31046
31049
  }
31047
- .E_kypn5o5.input-tags .input-tag-suffix {
31048
- position: absolute;
31049
- right: 12px;
31050
- top: 50%;
31051
- transform: translateY(-50%);
31052
- }
31053
- .E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31054
- color: rgba(0, 0, 0, 0.25);
31055
- font-size: 12px;
31056
- cursor: pointer;
31057
- }
31058
- .E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31059
- color: rgba(0, 0, 0, 0.45);
31060
- }
31061
- .E_kypn5o5.has-focus-indicator {
31062
- position: relative;
31063
- overflow: hidden;
31064
- }
31065
- .E_kypn5o5.has-focus-indicator .ant-input-prefix {
31066
- position: absolute;
31067
- top: 50%;
31068
- transform: translateY(-50%);
31069
- left: -16px;
31070
- transition: left 150ms ease;
31071
- opacity: 0;
31072
- }
31073
- .E_kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31074
- left: 8px;
31075
- opacity: 1;
31050
+ .E_f4u402y > label {
31051
+ width: 216px;
31076
31052
  }
31077
- .E_kypn5o5.has-focus-indicator input {
31078
- transition: margin-left 150ms ease;
31079
- margin-left: 0px;
31053
+ .E_f4u402y > label + * {
31054
+ width: 100%;
31080
31055
  }
31081
- .E_kypn5o5.has-focus-indicator input:focus {
31082
- margin-left: 16px;
31056
+ .E_f4u402y .ant-select {
31057
+ width: 100%;
31083
31058
  }
31084
31059
 
31085
- input.E_l1ki27se.ant-input {
31086
- border-top-right-radius: 0;
31087
- border-bottom-right-radius: 0;
31060
+ .E_e1pldf6v {
31061
+ color: #e75a3a;
31062
+ margin-right: 10px;
31088
31063
  }
31089
31064
 
31090
- .E_l1ki27se.ant-input-affix-wrapper {
31091
- border-top-right-radius: 0;
31092
- border-bottom-right-radius: 0;
31065
+ .E_dq0gblh {
31066
+ width: 100%;
31067
+ height: 1px;
31068
+ background: rgba(213, 219, 227, 0.6);
31069
+ margin: 24px 0;
31093
31070
  }
31094
31071
 
31095
- input.E_rrg1fkn.ant-input {
31096
- border-top-left-radius: 0;
31097
- border-bottom-left-radius: 0;
31072
+ .E_l1v7sr0n {
31073
+ display: flex;
31074
+ justify-content: center;
31075
+ align-items: center;
31076
+ height: 100%;
31098
31077
  }
31099
31078
 
31100
- .E_rrg1fkn.ant-input-affix-wrapper {
31101
- border-top-left-radius: 0;
31102
- border-bottom-left-radius: 0;
31079
+ .E_d1i4ou6o {
31080
+ display: inline-block;
31081
+ width: 4px;
31082
+ height: 4px;
31083
+ background: #8e9aa9;
31084
+ opacity: 0.4;
31085
+ border-radius: 50%;
31086
+ margin: 0 4px;
31103
31087
  }
31104
31088
 
31105
- .E_lgr9b02.ant-select, .E_lgr9b02.ant-select .ant-select-selector {
31106
- border-top-right-radius: 0;
31107
- border-bottom-right-radius: 0;
31089
+ .E_m1jy87hk .ant-modal-header,
31090
+ .E_m1jy87hk .ant-modal-footer .footer-content {
31091
+ width: 648px;
31092
+ margin: 0 auto;
31108
31093
  }
31109
-
31110
- .E_r1af6yu8.ant-select, .E_r1af6yu8.ant-select .ant-select-selector {
31111
- border-top-left-radius: 0;
31112
- border-bottom-left-radius: 0;
31094
+ .E_m1jy87hk .ant-modal-header {
31095
+ padding: 35px 0 24px;
31096
+ border: none;
31113
31097
  }
31114
-
31115
- .E_c1t6wbwv {
31116
- display: flex;
31117
- flex-direction: column;
31118
- }
31119
- .E_c1t6wbwv .select-wrapper {
31120
- margin-top: 12px;
31121
- }
31122
- .E_c1t6wbwv .select-wrapper .select {
31123
- width: 100%;
31124
- }
31125
- .E_c1t6wbwv .radio-wrapper {
31126
- margin-top: 24px;
31127
- }
31128
- .E_c1t6wbwv div.form-item {
31129
- width: 100%;
31130
- }
31131
-
31132
- .E_d1k7vv5v {
31133
- font-size: 14px;
31134
- font-weight: 500;
31135
- color: #3e4652;
31136
- line-height: 18px;
31098
+ .E_m1jy87hk .ant-modal-header .ant-modal-title {
31099
+ font-size: 30px;
31137
31100
  }
31138
- .E_d1k7vv5v + .E_d1k7vv5v {
31139
- margin-top: 16px;
31101
+ .E_m1jy87hk .ant-modal-body {
31102
+ padding: 4px 0 2px;
31140
31103
  }
31141
- .E_d1k7vv5v + * {
31142
- margin-top: 16px;
31104
+ .E_m1jy87hk .ant-modal-footer {
31105
+ border: none;
31143
31106
  }
31144
31107
 
31145
- .E_le7b9r4.E_d1k7vv5v {
31108
+ .E_ti7fpyu {
31146
31109
  font-size: 12px;
31147
- color: rgba(44, 56, 82, 0.6);
31148
- margin-top: 12px;
31149
- }
31150
-
31151
- .E_r1dnygxx.E_le7b9r4.E_d1k7vv5v {
31152
31110
  line-height: 18px;
31153
- font-weight: 500;
31154
- margin-top: 0;
31155
- white-space: initial;
31156
- }
31157
-
31158
- .E_r12ddqmh {
31159
- display: block;
31111
+ font-weight: bold;
31112
+ color: #fff;
31113
+ padding: 0 4px;
31114
+ border-radius: 4px;
31115
+ display: inline-block;
31116
+ background: var(--ti7fpyu-0);
31160
31117
  }
31161
- .E_r12ddqmh span {
31162
- font-size: 14px;
31163
- font-weight: 500;
31164
- line-height: 32px;
31165
- color: #3e4652;
31118
+ .E_ti7fpyu:not(:first-child) {
31119
+ margin-left: 4px;
31166
31120
  }
31167
31121
 
31168
- .E_ctcr26a {
31169
- margin-top: 8px;
31170
- padding: 8px;
31171
- border-radius: 6px;
31172
- background: rgba(225, 230, 241, 0.6);
31173
- color: rgba(44, 56, 82, 0.6);
31174
- font-size: 12px;
31175
- }
31176
- .E_ctcr26a div {
31177
- line-height: 20px;
31122
+ .E_f1rest1f {
31123
+ width: 100%;
31124
+ height: 100%;
31178
31125
  display: flex;
31179
31126
  align-items: center;
31180
- word-break: break-all;
31127
+ justify-content: center;
31181
31128
  }
31182
31129
 
31183
- .E_s34f1qb.ant-switch {
31184
- min-width: 40px;
31185
- height: 24px;
31186
- background: rgba(172, 186, 211, 0.6);
31187
- overflow: hidden;
31188
- }
31189
- .E_s34f1qb.ant-switch:focus {
31190
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31130
+ .E_n1kbdoln {
31131
+ font-size: 90%;
31132
+ font-weight: bold;
31133
+ background-color: rgba(240, 243, 247, 0.6);
31134
+ padding: 1px 4px 1px;
31135
+ margin-left: 2px;
31136
+ margin-right: 2px;
31137
+ border: 1px solid rgba(213, 219, 227, 0.6);
31138
+ border-radius: 4px;
31191
31139
  }
31192
- .E_s34f1qb.ant-switch-small {
31193
- min-width: 26px;
31194
- height: 16px;
31140
+
31141
+ .E_f1y3gta0.form-item-general {
31142
+ width: 640px;
31195
31143
  }
31196
- .E_s34f1qb.ant-switch-large {
31197
- min-width: 52px;
31198
- height: 32px;
31144
+ .E_f1y3gta0.form-item-general.form-item + .E_f1y3gta0.form-item-general.form-item {
31145
+ margin-top: 16px;
31199
31146
  }
31200
- .E_s34f1qb.ant-switch .ant-switch-handle {
31201
- height: 20px;
31202
- width: 20px;
31147
+ .E_f1y3gta0.form-item-compact {
31148
+ width: 412px;
31203
31149
  }
31204
- .E_s34f1qb.ant-switch .ant-switch-handle::before {
31205
- border-radius: 10px;
31206
- transition-delay: 120ms;
31150
+ .E_f1y3gta0.form-item-compact.form-item + .E_f1y3gta0.form-item-compact.form-item {
31151
+ margin-top: 8px;
31207
31152
  }
31208
- .E_s34f1qb.ant-switch-small .ant-switch-handle {
31209
- height: 14px;
31210
- width: 14px;
31211
- top: 1px;
31212
- left: 1px;
31153
+ .E_f1y3gta0 .form-item {
31154
+ width: auto;
31213
31155
  }
31214
- .E_s34f1qb.ant-switch-large .ant-switch-handle {
31215
- height: 28px;
31216
- width: 28px;
31156
+ .E_f1y3gta0 .form-item-main {
31157
+ position: relative;
31158
+ display: flex;
31217
31159
  }
31218
- .E_s34f1qb.ant-switch-large .ant-switch-handle::before {
31219
- border-radius: 14px;
31160
+ .E_f1y3gta0 .form-item-extra {
31161
+ margin-top: 4px;
31162
+ width: 100%;
31163
+ padding: 14px;
31164
+ background: #f2f4f6;
31165
+ font-size: 13px;
31166
+ line-height: 1.8;
31167
+ color: #8e9aa9;
31220
31168
  }
31221
- .E_s34f1qb.ant-switch-checked {
31222
- background-color: #00ba5d;
31169
+ .E_f1y3gta0 .form-item-label {
31170
+ padding-right: 12px;
31171
+ font-size: 13px;
31172
+ color: rgba(44, 56, 82, 0.6);
31223
31173
  }
31224
- .E_s34f1qb.ant-switch-checked .ant-switch-handle {
31225
- left: calc(100% - 20px - 2px);
31174
+ .E_f1y3gta0 .form-item-label.label-right {
31175
+ text-align: right;
31226
31176
  }
31227
- .E_s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31228
- left: calc(100% - 14px - 1px);
31177
+ .E_f1y3gta0 .form-item-label,
31178
+ .E_f1y3gta0 .form-item-control {
31179
+ line-height: 32px;
31229
31180
  }
31230
- .E_s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31231
- left: calc(100% - 28px - 2px);
31181
+ .E_f1y3gta0 .form-item-control .form-item-error {
31182
+ line-height: 18px;
31232
31183
  }
31233
-
31234
- .E_c1to9vb9 {
31235
- margin-left: 5px;
31184
+ .E_f1y3gta0 .form-item-children {
31185
+ width: 100%;
31236
31186
  }
31237
-
31238
- .E_c1up1pdz {
31239
- width: 648px;
31187
+ .E_f1y3gta0 .form-item-children > *:only-child.ant-select, .E_f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .E_f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
31188
+ width: 100%;
31240
31189
  }
31241
- .E_c1up1pdz.active {
31242
- border-color: #0080ff;
31190
+ .E_f1y3gta0 .form-item-error {
31191
+ color: #e75a3a;
31192
+ height: 0;
31193
+ overflow: hidden;
31243
31194
  }
31244
- .E_c1up1pdz.active > header {
31245
- background: rgba(0, 128, 255, 0.1);
31195
+ .E_f1y3gta0 .form-item-error-enter-done {
31196
+ margin-top: 4px;
31197
+ height: auto;
31198
+ overflow: auto;
31246
31199
  }
31247
- .E_c1up1pdz .expand {
31248
- padding: 12px;
31200
+ .E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31201
+ .E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31202
+ border: 1px solid #e75a3a;
31203
+ color: #e75a3a;
31249
31204
  }
31250
- .E_c1up1pdz .field-item {
31251
- display: flex;
31252
- padding: 10px 0;
31205
+
31206
+ .E_fujbm7g {
31207
+ color: #2d3a56;
31208
+ font-weight: bold;
31209
+ padding-bottom: 6px;
31253
31210
  border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31211
+ margin-bottom: 16px;
31254
31212
  }
31255
- .E_c1up1pdz .field-item:last-child {
31256
- border-bottom: none;
31257
- padding-bottom: 0;
31258
- }
31259
- .E_c1up1pdz .field-item label {
31260
- line-height: 32px;
31261
- width: 100px;
31262
- color: rgba(62, 70, 82, 0.6);
31263
- }
31264
- .E_c1up1pdz .help {
31265
- color: rgba(62, 70, 82, 0.6);
31266
- margin-top: 5px;
31267
- }
31268
- .E_c1up1pdz .ant-input-affix-wrapper,
31269
- .E_c1up1pdz .ant-picker {
31270
- width: 128px;
31213
+ .E_fujbm7g:not(:first-of-type) {
31214
+ margin-top: 16px;
31271
31215
  }
31272
31216
 
31273
- .E_c156wh19 {
31217
+ .E_e5fsw5s {
31218
+ width: 8px;
31219
+ height: 24px;
31274
31220
  display: flex;
31221
+ justify-content: center;
31275
31222
  align-items: center;
31276
- justify-content: space-between;
31277
- word-break: keep-all;
31223
+ cursor: pointer;
31224
+ transition: all 200ms ease-out 40ms;
31278
31225
  }
31279
- .E_c156wh19 .title {
31280
- margin: 0 16px 0 8px;
31226
+ .E_e5fsw5s:before, .E_e5fsw5s:after {
31227
+ content: "";
31228
+ width: 1px;
31229
+ height: 6px;
31230
+ border-radius: 1px;
31231
+ background: #ccd4e3;
31232
+ position: relative;
31233
+ right: 2px;
31234
+ transform: rotate(-45deg);
31281
31235
  }
31282
- .E_c156wh19 .retain {
31283
- color: rgba(129, 138, 153, 0.6);
31236
+ .E_e5fsw5s:after {
31237
+ transform: rotate(45deg);
31238
+ left: 1px;
31284
31239
  }
31285
- .E_c156wh19 .left {
31286
- flex: 1;
31287
- display: flex;
31288
- overflow: hidden;
31289
- align-items: center;
31290
- justify-content: flex-start;
31291
- white-space: nowrap;
31240
+
31241
+ .E_w18knsg4.ant-alert-warning {
31242
+ border: 0;
31243
+ background: rgba(255, 187, 0, 0.1);
31244
+ border-radius: 6px;
31292
31245
  }
31293
- .E_c156wh19 .left .title {
31294
- max-width: 100%;
31295
- overflow: hidden;
31296
- text-overflow: ellipsis;
31246
+ .E_w18knsg4.ant-alert,
31247
+ .E_w18knsg4 .ant-alert-message {
31248
+ color: #e07f00;
31297
31249
  }
31298
- .E_c156wh19 .right {
31299
- display: flex;
31300
- align-items: center;
31250
+ .E_w18knsg4.ant-alert .dashed-border-bottom,
31251
+ .E_w18knsg4 .ant-alert-message .dashed-border-bottom {
31252
+ border-bottom-color: #e07f00;
31301
31253
  }
31302
- .E_c156wh19 .reverse {
31254
+
31255
+ .E_ng31n2o {
31303
31256
  display: flex;
31304
- flex-direction: row-reverse;
31305
- align-items: center;
31306
- }
31307
- .E_c156wh19 .reverse .ant-switch {
31308
- margin-left: 8px;
31257
+ flex-direction: row;
31258
+ padding: 7px 12px;
31259
+ background: rgba(255, 187, 0, 0.1);
31260
+ border-radius: 6px;
31261
+ color: #e07f00;
31262
+ font-size: 12px;
31263
+ line-height: 18px;
31309
31264
  }
31310
- .E_c156wh19 .close {
31311
- padding-left: 14px;
31312
- margin-left: 14px;
31313
- border-left: 1px solid rgba(129, 138, 153, 0.6);
31314
- cursor: pointer;
31265
+ .E_ng31n2o .icon-wrapper {
31266
+ margin-right: 10px;
31267
+ height: 18px;
31315
31268
  }
31316
31269
 
31317
- .E_m126spxy {
31318
- padding-bottom: 4px;
31319
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31320
- }
31321
- .E_m126spxy .ant-btn-link {
31322
- padding: 1px 10px;
31323
- color: rgba(62, 70, 82, 0.6);
31324
- border-radius: 4px;
31270
+ .E_n15x5f5y {
31271
+ display: flex;
31272
+ flex-direction: row;
31273
+ padding: 7px 12px;
31274
+ background: rgba(225, 230, 241, 0.6);
31275
+ border-radius: 6px;
31276
+ color: rgba(44, 56, 82, 0.6);
31277
+ font-size: 12px;
31278
+ line-height: 18px;
31325
31279
  }
31326
- .E_m126spxy .ant-btn-link.active {
31327
- background: rgba(0, 128, 255, 0.1);
31328
- color: #0096ff;
31280
+ .E_n15x5f5y .icon-wrapper {
31281
+ margin-right: 10px;
31282
+ height: 18px;
31329
31283
  }
31330
31284
 
31331
- .E_wpbf4pq {
31332
- padding: 10px 0;
31333
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31334
- }
31335
- .E_wpbf4pq .ant-input,
31336
- .E_wpbf4pq .ant-picker {
31337
- width: 80px;
31338
- margin: 0 9px;
31339
- text-align: center;
31340
- }
31341
- .E_wpbf4pq .options {
31342
- padding: 12px 0 12px 16px;
31343
- border-left: 2px solid rgba(129, 138, 153, 0.6);
31344
- margin: 5px 0 5px 8px;
31345
- }
31346
- .E_wpbf4pq .week-day-option,
31347
- .E_wpbf4pq .month-day-option {
31348
- background: #f5f7fa;
31349
- box-sizing: border-box;
31350
- border-radius: 16px;
31351
- margin-right: 8px;
31352
- }
31353
- .E_wpbf4pq .week-day-option:focus,
31354
- .E_wpbf4pq .month-day-option:focus {
31355
- color: inherit;
31356
- border-color: #d9d9d9;
31357
- }
31358
- .E_wpbf4pq .week-day-option.active {
31359
- background-color: #0096ff;
31360
- border-color: #0096ff;
31361
- color: #fff;
31362
- }
31363
- .E_wpbf4pq .week-day-option.en-text {
31364
- width: 110px;
31365
- margin-top: 4px;
31366
- }
31367
- .E_wpbf4pq .month-day-option {
31368
- width: 32px;
31369
- padding: 0;
31370
- margin-bottom: 8px;
31285
+ .E_i16ozz3f {
31286
+ display: flex;
31287
+ flex-direction: row;
31288
+ padding: 7px 12px;
31289
+ background: rgba(0, 136, 255, 0.1);
31290
+ border-radius: 6px;
31291
+ color: #005ed1;
31292
+ font-size: 12px;
31293
+ line-height: 18px;
31371
31294
  }
31372
- .E_wpbf4pq .month-day-option.active {
31373
- background-color: #0096ff;
31374
- border-color: #0096ff;
31375
- color: #fff;
31295
+ .E_i16ozz3f .icon-wrapper {
31296
+ margin-right: 10px;
31297
+ height: 18px;
31376
31298
  }
31377
31299
 
31378
- .E_t1upn1sz {
31379
- height: 100%;
31300
+ .E_dszu9qr {
31301
+ color: rgba(44, 56, 82, 0.6);
31302
+ margin-top: 5px;
31303
+ font-size: 12px;
31304
+ line-height: 18px;
31380
31305
  }
31381
31306
 
31382
- .E_tta5kd2 {
31383
- height: 100%;
31384
- }
31385
- .E_tta5kd2.empty-table .ant-table-content {
31386
- overflow: visible !important;
31387
- height: 100%;
31388
- }
31389
- .E_tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31390
- height: 100%;
31391
- }
31392
- .E_tta5kd2.empty-table .ant-table-content table {
31393
- width: 100% !important;
31394
- height: 100%;
31395
- }
31396
- .E_tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31397
- padding: 15px 0;
31398
- }
31399
- .E_tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31400
- display: none;
31401
- }
31402
- .E_tta5kd2 .active-row td:nth-child(1) {
31403
- font-weight: 700;
31404
- }
31405
- .E_tta5kd2.has-selection .active-row td:nth-child(2) {
31406
- font-weight: 700;
31407
- }
31408
- .E_tta5kd2 .ant-spin-nested-loading {
31409
- height: 100%;
31410
- }
31411
- .E_tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31412
- height: 100%;
31413
- overflow: visible;
31414
- }
31415
- .E_tta5kd2 .ant-spin-nested-loading .ant-spin {
31416
- max-height: none;
31417
- }
31418
- .E_tta5kd2.table-init-loading .ant-spin-blur thead,
31419
- .E_tta5kd2.table-init-loading .ant-spin-blur tbody {
31420
- display: none;
31421
- }
31422
- .E_tta5kd2 td.ant-table-column-sort {
31423
- background: transparent;
31424
- }
31425
- .E_tta5kd2 td.ant-table-cell-fix-left,
31426
- .E_tta5kd2 td.ant-table-cell-fix-right {
31427
- background: #fff;
31428
- padding: 0 !important;
31307
+ .E_snxzgx {
31308
+ color: #f0483e;
31309
+ font-size: 12px;
31310
+ white-space: pre-wrap;
31429
31311
  }
31430
- .E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31431
- .E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31312
+
31313
+ .E_o1i4orqw {
31432
31314
  display: flex;
31433
31315
  align-items: center;
31434
- height: 100%;
31435
- padding: 8px;
31436
- }
31437
- .E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31438
- .E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31439
- overflow: hidden;
31440
- text-overflow: ellipsis;
31441
- width: 100%;
31442
- }
31443
- .E_tta5kd2 .ant-table-container {
31444
- height: 100%;
31445
- }
31446
- .E_tta5kd2 .ant-table-container::before, .E_tta5kd2 .ant-table-container::after {
31447
- box-shadow: none !important;
31316
+ justify-content: flex-end;
31448
31317
  }
31449
- .E_tta5kd2 .ant-table {
31450
- border-radius: 0px;
31451
- border-left: none;
31452
- border-right: none;
31453
- border-bottom: none;
31454
- height: 100%;
31455
- font-size: 12px;
31456
- background: transparent;
31318
+ .E_o1i4orqw .icon-wrapper {
31319
+ margin-right: 16px;
31457
31320
  }
31458
- .E_tta5kd2 .ant-table .ant-table-header {
31459
- position: relative;
31460
- z-index: 3;
31461
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31462
- margin-bottom: -1px;
31321
+
31322
+ .E_t79k8o2 {
31323
+ color: rgba(0, 21, 64, 0.3);
31463
31324
  }
31464
- .E_tta5kd2 .ant-table .time-wrapper .date,
31465
- .E_tta5kd2 .ant-table .value {
31325
+
31326
+ .E_ipd9bk.ant-input {
31327
+ padding: 5px 12px;
31328
+ line-height: 20px;
31466
31329
  color: #2d3a56;
31330
+ border-radius: 6px;
31331
+ border-color: rgba(172, 186, 211, 0.6);
31332
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31467
31333
  }
31468
- .E_tta5kd2 .ant-table .time-wrapper .time,
31469
- .E_tta5kd2 .ant-table .unit {
31470
- color: rgba(44, 56, 82, 0.6);
31471
- }
31472
- .E_tta5kd2 .ant-table .ant-table-selection {
31473
- position: unset;
31474
- text-align: center;
31475
- }
31476
- .E_tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31477
- background: #fff;
31478
- }
31479
- .E_tta5kd2 .ant-table .anticon-setting {
31480
- cursor: pointer;
31481
- position: absolute;
31482
- top: 50%;
31483
- right: 12px;
31484
- transform: translateY(-50%);
31485
- }
31486
- .E_tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31487
- box-shadow: none;
31488
- width: 1px;
31489
- background: rgba(213, 219, 227, 0.6);
31490
- }
31491
- .E_tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31492
- box-shadow: none;
31493
- width: 1px;
31494
- background: rgba(213, 219, 227, 0.6);
31495
- }
31496
- .E_tta5kd2 .ant-table .ant-table-tbody {
31497
- position: relative;
31334
+ .E_ipd9bk.ant-input.ant-input-lg {
31335
+ padding: 8px 16px;
31336
+ line-height: 22px;
31498
31337
  }
31499
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31500
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31501
- border-bottom: 1px solid white;
31502
- height: 40px;
31503
- vertical-align: middle;
31504
- transition: background 0ms;
31505
- color: #00122e;
31338
+ .E_ipd9bk.ant-input.ant-input-sm {
31339
+ padding: 2px 8px;
31340
+ line-height: 18px;
31506
31341
  }
31507
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31508
- background: #f2f5fa;
31509
- border-bottom-color: #f2f5fa;
31342
+ .E_ipd9bk.ant-input:not([disabled]):hover, .E_ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .E_ipd9bk.ant-input-number:not([disabled]):hover, .E_ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
31343
+ border-color: rgba(107, 128, 167, 0.6);
31344
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31345
+ z-index: 1;
31510
31346
  }
31511
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31512
- height: auto;
31513
- color: #00122e;
31514
- font-size: 12px;
31515
- text-align: left;
31516
- transition: none;
31517
- overflow: hidden;
31518
- text-overflow: ellipsis;
31519
- white-space: nowrap;
31347
+ .E_ipd9bk.ant-input:not([disabled]):active, .E_ipd9bk.ant-input:not([disabled]):focus, .E_ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .E_ipd9bk.ant-input-number:not([disabled]):active, .E_ipd9bk.ant-input-number:not([disabled]):focus, .E_ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
31348
+ border-color: #0096ff;
31349
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31350
+ z-index: 1;
31520
31351
  }
31521
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31522
- color: #0096ff;
31352
+ .E_ipd9bk.ant-input.error:not([disabled]), .E_ipd9bk.ant-picker.error:not([disabled]), .E_ipd9bk.ant-input-number.error:not([disabled]) {
31353
+ border-color: #e75a3a;
31354
+ color: #e75a3a;
31523
31355
  }
31524
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31525
- overflow: hidden;
31526
- text-overflow: ellipsis;
31527
- width: 100%;
31528
- vertical-align: middle;
31356
+ .E_ipd9bk.ant-input.error:not([disabled]):hover, .E_ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .E_ipd9bk.ant-picker.error:not([disabled]):hover, .E_ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_ipd9bk.ant-input-number.error:not([disabled]):hover, .E_ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
31357
+ border-color: #e75a3a;
31358
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31529
31359
  }
31530
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31531
- line-height: 0px;
31360
+ .E_ipd9bk.ant-input.error:not([disabled]):active, .E_ipd9bk.ant-input.error:not([disabled]):focus, .E_ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .E_ipd9bk.ant-picker.error:not([disabled]):active, .E_ipd9bk.ant-picker.error:not([disabled]):focus, .E_ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_ipd9bk.ant-input-number.error:not([disabled]):active, .E_ipd9bk.ant-input-number.error:not([disabled]):focus, .E_ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
31361
+ border-color: #e75a3a;
31362
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31532
31363
  }
31533
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31534
- padding-right: 25px;
31364
+ .E_ipd9bk.ant-input[disabled], .E_ipd9bk.ant-input.ant-input-disabled, .E_ipd9bk.ant-input-number[disabled], .E_ipd9bk.ant-input-number.ant-input-number-disabled {
31365
+ background: rgba(211, 218, 235, 0.6);
31366
+ color: rgba(0, 21, 64, 0.3);
31367
+ border-color: rgba(172, 186, 211, 0.6);
31535
31368
  }
31536
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31537
- border-top-color: transparent;
31369
+ .E_ipd9bk.ant-input-affix-wrapper {
31370
+ padding: 5px 12px;
31371
+ border-radius: 6px;
31372
+ border-color: rgba(172, 186, 211, 0.6);
31373
+ line-height: 20px;
31374
+ color: #2d3a56;
31375
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31538
31376
  }
31539
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31540
- background: rgba(225, 230, 241, 0.6);
31541
- border-color: transparent transparent white;
31377
+ .E_ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
31378
+ .E_ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
31379
+ color: rgba(44, 56, 82, 0.6);
31542
31380
  }
31543
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31544
- border-radius: 8px 0 0 8px;
31381
+ .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31382
+ padding: 8px 16px;
31383
+ line-height: 22px;
31545
31384
  }
31546
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31547
- border-radius: 8px 0 0 8px;
31385
+ .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31386
+ padding: 2px 8px;
31387
+ line-height: 18px;
31548
31388
  }
31549
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31550
- content: "";
31551
- width: 4px;
31552
- top: -1px;
31553
- bottom: -1px;
31554
- background: white;
31389
+ .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31390
+ border-color: rgba(107, 128, 167, 0.6);
31391
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31555
31392
  }
31556
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31557
- border-radius: 0 8px 8px 0;
31393
+ .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31394
+ border-color: #0096ff;
31395
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31558
31396
  }
31559
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31560
- border-radius: 0;
31561
- background: white;
31562
- border-top: none;
31397
+ .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31398
+ border-color: #e75a3a;
31563
31399
  }
31564
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31565
- border-top: 1px solid transparent;
31566
- border-radius: 0 8px 8px 0;
31567
- background: rgba(225, 230, 241, 0.6);
31400
+ .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31401
+ color: #e75a3a;
31568
31402
  }
31569
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31570
- background: white;
31571
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31403
+ .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31404
+ border-color: #e75a3a;
31405
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31572
31406
  }
31573
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31574
- display: flex;
31575
- align-items: center;
31576
- height: 100%;
31577
- background: rgba(225, 230, 241, 0.6);
31407
+ .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31408
+ border-color: #e75a3a;
31409
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31578
31410
  }
31579
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31580
- background: white;
31581
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31411
+ .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31412
+ background: rgba(211, 218, 235, 0.6);
31413
+ color: rgba(0, 21, 64, 0.3);
31414
+ border-color: rgba(172, 186, 211, 0.6);
31582
31415
  }
31583
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31584
- display: flex;
31585
- align-items: center;
31586
- height: 100%;
31587
- background: rgba(225, 230, 241, 0.6);
31416
+ textarea.E_ipd9bk.ant-input {
31417
+ transition-property: height;
31418
+ transition-delay: 50ms;
31588
31419
  }
31589
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31590
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31420
+ textarea.E_ipd9bk.ant-input.textarea-large {
31421
+ min-height: 40px;
31422
+ height: 40px;
31591
31423
  }
31592
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31593
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31594
- border-radius: 8px;
31424
+ textarea.E_ipd9bk.ant-input.textarea-large:focus {
31425
+ height: 80px;
31595
31426
  }
31596
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31597
- border-top-color: white;
31427
+ textarea.E_ipd9bk.ant-input.textarea-middle {
31428
+ min-height: 32px;
31429
+ height: 32px;
31598
31430
  }
31599
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31600
- background: rgba(0, 136, 255, 0.1);
31601
- border-bottom-color: transparent;
31602
- border-top-color: transparent;
31431
+ textarea.E_ipd9bk.ant-input.textarea-middle:focus {
31432
+ height: 64px;
31603
31433
  }
31604
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31605
- border-radius: 8px 0 0 8px;
31434
+ textarea.E_ipd9bk.ant-input.textarea-small {
31435
+ min-height: 24px;
31436
+ height: 24px;
31606
31437
  }
31607
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31608
- border-radius: 0 8px 8px 0;
31438
+ textarea.E_ipd9bk.ant-input.textarea-small:focus {
31439
+ height: 40px;
31609
31440
  }
31610
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31611
- background: rgba(0, 136, 255, 0.1);
31441
+
31442
+ .E_kypn5o5 input, .E_kypn5o5.input-tags {
31443
+ border: 1px solid rgba(213, 219, 227, 0.6);
31444
+ border-radius: 4px;
31612
31445
  }
31613
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th {
31614
- background: #fff;
31615
- font-weight: 400;
31446
+ .E_kypn5o5.input-tags {
31616
31447
  position: relative;
31617
- border-bottom: none;
31618
- color: #00122e;
31619
- transition: none;
31620
- padding: 15px 8px 15px 8px;
31448
+ padding: 6px;
31449
+ height: 32px;
31450
+ cursor: pointer;
31451
+ transition: border 150ms;
31621
31452
  }
31622
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31623
- content: "";
31624
- width: 1px;
31625
- top: 0;
31626
- bottom: 0;
31627
- background: rgba(211, 218, 235, 0.6);
31628
- position: absolute;
31629
- right: 0;
31453
+ .E_kypn5o5.input-tags:hover {
31454
+ border-color: #0080ff;
31455
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31630
31456
  }
31631
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31632
- padding: unset;
31457
+ .E_kypn5o5.input-tags.kit-input-suffix-wrapper {
31458
+ padding-right: 30px;
31633
31459
  }
31634
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31635
- display: none;
31460
+ .E_kypn5o5.input-tags .input-tags-inner {
31461
+ display: flex;
31636
31462
  }
31637
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31638
- width: 100%;
31639
- overflow: hidden;
31640
- white-space: nowrap;
31641
- text-overflow: ellipsis;
31463
+ .E_kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31464
+ display: flex;
31642
31465
  }
31643
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31644
- overflow: hidden;
31645
- text-overflow: ellipsis;
31646
- flex: 1;
31466
+ .E_kypn5o5.input-tags .input-tag-suffix {
31467
+ position: absolute;
31468
+ right: 12px;
31469
+ top: 50%;
31470
+ transform: translateY(-50%);
31647
31471
  }
31648
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31649
- padding: 15px 25px 15px 8px;
31472
+ .E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31473
+ color: rgba(0, 0, 0, 0.25);
31474
+ font-size: 12px;
31475
+ cursor: pointer;
31650
31476
  }
31651
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31652
- padding: 0;
31477
+ .E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31478
+ color: rgba(0, 0, 0, 0.45);
31653
31479
  }
31654
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31480
+ .E_kypn5o5.has-focus-indicator {
31481
+ position: relative;
31482
+ overflow: hidden;
31483
+ }
31484
+ .E_kypn5o5.has-focus-indicator .ant-input-prefix {
31655
31485
  position: absolute;
31656
- right: 6px;
31657
31486
  top: 50%;
31658
31487
  transform: translateY(-50%);
31659
- height: 16px;
31660
- display: none;
31661
- transition: transform 320ms ease;
31488
+ left: -16px;
31489
+ transition: left 150ms ease;
31490
+ opacity: 0;
31662
31491
  }
31663
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31664
- display: block;
31665
- transform: translateY(-50%) rotateX(180deg);
31492
+ .E_kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31493
+ left: 8px;
31494
+ opacity: 1;
31666
31495
  }
31667
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31668
- display: block;
31496
+ .E_kypn5o5.has-focus-indicator input {
31497
+ transition: margin-left 150ms ease;
31498
+ margin-left: 0px;
31669
31499
  }
31670
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31671
- display: none;
31500
+ .E_kypn5o5.has-focus-indicator input:focus {
31501
+ margin-left: 16px;
31672
31502
  }
31673
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31674
- transform: translateY(-50%);
31503
+
31504
+ input.E_l1ki27se.ant-input {
31505
+ border-top-right-radius: 0;
31506
+ border-bottom-right-radius: 0;
31675
31507
  }
31676
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31677
- transform: translateY(-50%) rotateX(180deg);
31508
+
31509
+ .E_l1ki27se.ant-input-affix-wrapper {
31510
+ border-top-right-radius: 0;
31511
+ border-bottom-right-radius: 0;
31678
31512
  }
31679
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31680
- background: #f2f5fa;
31513
+
31514
+ input.E_rrg1fkn.ant-input {
31515
+ border-top-left-radius: 0;
31516
+ border-bottom-left-radius: 0;
31681
31517
  }
31682
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31683
- display: block;
31518
+
31519
+ .E_rrg1fkn.ant-input-affix-wrapper {
31520
+ border-top-left-radius: 0;
31521
+ border-bottom-left-radius: 0;
31684
31522
  }
31685
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31686
- padding-right: 25px;
31523
+
31524
+ .E_lgr9b02.ant-select, .E_lgr9b02.ant-select .ant-select-selector {
31525
+ border-top-right-radius: 0;
31526
+ border-bottom-right-radius: 0;
31687
31527
  }
31688
- .E_tta5kd2 .ant-table .ant-table-selection-column {
31689
- padding: 0 !important;
31528
+
31529
+ .E_r1af6yu8.ant-select, .E_r1af6yu8.ant-select .ant-select-selector {
31530
+ border-top-left-radius: 0;
31531
+ border-bottom-left-radius: 0;
31690
31532
  }
31691
- .E_tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31692
- position: absolute;
31693
- left: 50%;
31694
- top: 50%;
31695
- transform: translate(-50%, -50%);
31533
+
31534
+ .E_c1t6wbwv {
31535
+ display: flex;
31536
+ flex-direction: column;
31696
31537
  }
31697
- .E_tta5kd2 .ant-table .ant-table-selection-column:after {
31698
- display: none;
31538
+ .E_c1t6wbwv .select-wrapper {
31539
+ margin-top: 12px;
31699
31540
  }
31700
- .E_tta5kd2 .ant-table .ant-table-hide-scrollbar {
31701
- background: #fff;
31541
+ .E_c1t6wbwv .select-wrapper .select {
31542
+ width: 100%;
31702
31543
  }
31703
- .E_tta5kd2 .ant-table .ant-table-placeholder {
31704
- background: inherit;
31544
+ .E_c1t6wbwv .radio-wrapper {
31545
+ margin-top: 24px;
31705
31546
  }
31706
- .E_tta5kd2 .ant-table .ant-table-placeholder td {
31707
- position: static;
31708
- border: none;
31709
- background: inherit !important;
31710
- height: 100px;
31711
- vertical-align: middle;
31547
+ .E_c1t6wbwv div.form-item {
31548
+ width: 100%;
31712
31549
  }
31713
- .E_tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31714
- .E_tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31715
- font-weight: bold;
31716
- font-size: 20px;
31717
- color: rgba(10, 37, 85, 0.6);
31550
+
31551
+ .E_d1k7vv5v {
31552
+ font-size: 14px;
31553
+ font-weight: 500;
31554
+ color: #3e4652;
31555
+ line-height: 18px;
31718
31556
  }
31719
- .E_tta5kd2 .ant-table td.cell__action_ {
31720
- padding: 0 !important;
31721
- position: relative;
31722
- background: #fff;
31557
+ .E_d1k7vv5v + .E_d1k7vv5v {
31558
+ margin-top: 16px;
31723
31559
  }
31724
- .E_tta5kd2 .ant-table td.cell__action_ > * {
31725
- height: 100%;
31560
+ .E_d1k7vv5v + * {
31561
+ margin-top: 16px;
31562
+ }
31563
+
31564
+ .E_le7b9r4.E_d1k7vv5v {
31565
+ font-size: 12px;
31566
+ color: rgba(44, 56, 82, 0.6);
31567
+ margin-top: 12px;
31568
+ }
31569
+
31570
+ .E_r1dnygxx.E_le7b9r4.E_d1k7vv5v {
31571
+ line-height: 18px;
31572
+ font-weight: 500;
31573
+ margin-top: 0;
31574
+ white-space: initial;
31575
+ }
31576
+
31577
+ .E_r12ddqmh {
31578
+ display: block;
31579
+ }
31580
+ .E_r12ddqmh span {
31581
+ font-size: 14px;
31582
+ font-weight: 500;
31583
+ line-height: 32px;
31584
+ color: #3e4652;
31585
+ }
31586
+
31587
+ .E_ctcr26a {
31588
+ margin-top: 8px;
31589
+ padding: 8px;
31590
+ border-radius: 6px;
31591
+ background: rgba(225, 230, 241, 0.6);
31592
+ color: rgba(44, 56, 82, 0.6);
31593
+ font-size: 12px;
31594
+ }
31595
+ .E_ctcr26a div {
31596
+ line-height: 20px;
31726
31597
  display: flex;
31727
31598
  align-items: center;
31728
- justify-content: flex-end;
31729
- padding-right: 8px;
31730
- }
31731
- .E_tta5kd2 .ant-table td.cell__action_ .menu-button {
31732
- width: 24px;
31733
- height: 24px;
31734
- cursor: pointer;
31735
- justify-content: center;
31736
- border-radius: 4px;
31737
- }
31738
- .E_tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31739
- background: #fff;
31599
+ word-break: break-all;
31740
31600
  }
31741
31601
 
31742
31602
  .E_s1ebs0ra {
@@ -31881,6 +31741,168 @@ input.E_rrg1fkn.ant-input {
31881
31741
  opacity: 0;
31882
31742
  }
31883
31743
 
31744
+ .E_c1up1pdz {
31745
+ width: 648px;
31746
+ }
31747
+ .E_c1up1pdz.active {
31748
+ border-color: #0080ff;
31749
+ }
31750
+ .E_c1up1pdz.active > header {
31751
+ background: rgba(0, 128, 255, 0.1);
31752
+ }
31753
+ .E_c1up1pdz .expand {
31754
+ padding: 12px;
31755
+ }
31756
+ .E_c1up1pdz .field-item {
31757
+ display: flex;
31758
+ padding: 10px 0;
31759
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31760
+ }
31761
+ .E_c1up1pdz .field-item:last-child {
31762
+ border-bottom: none;
31763
+ padding-bottom: 0;
31764
+ }
31765
+ .E_c1up1pdz .field-item label {
31766
+ line-height: 32px;
31767
+ width: 100px;
31768
+ color: rgba(62, 70, 82, 0.6);
31769
+ }
31770
+ .E_c1up1pdz .help {
31771
+ color: rgba(62, 70, 82, 0.6);
31772
+ margin-top: 5px;
31773
+ }
31774
+ .E_c1up1pdz .ant-input-affix-wrapper,
31775
+ .E_c1up1pdz .ant-picker {
31776
+ width: 128px;
31777
+ }
31778
+
31779
+ .E_c156wh19 {
31780
+ display: flex;
31781
+ align-items: center;
31782
+ justify-content: space-between;
31783
+ word-break: keep-all;
31784
+ }
31785
+ .E_c156wh19 .title {
31786
+ margin: 0 16px 0 8px;
31787
+ }
31788
+ .E_c156wh19 .retain {
31789
+ color: rgba(129, 138, 153, 0.6);
31790
+ }
31791
+ .E_c156wh19 .left {
31792
+ flex: 1;
31793
+ display: flex;
31794
+ overflow: hidden;
31795
+ align-items: center;
31796
+ justify-content: flex-start;
31797
+ white-space: nowrap;
31798
+ }
31799
+ .E_c156wh19 .left .title {
31800
+ max-width: 100%;
31801
+ overflow: hidden;
31802
+ text-overflow: ellipsis;
31803
+ }
31804
+ .E_c156wh19 .right {
31805
+ display: flex;
31806
+ align-items: center;
31807
+ }
31808
+ .E_c156wh19 .reverse {
31809
+ display: flex;
31810
+ flex-direction: row-reverse;
31811
+ align-items: center;
31812
+ }
31813
+ .E_c156wh19 .reverse .ant-switch {
31814
+ margin-left: 8px;
31815
+ }
31816
+ .E_c156wh19 .close {
31817
+ padding-left: 14px;
31818
+ margin-left: 14px;
31819
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
31820
+ cursor: pointer;
31821
+ }
31822
+
31823
+ .E_m126spxy {
31824
+ padding-bottom: 4px;
31825
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31826
+ }
31827
+ .E_m126spxy .ant-btn-link {
31828
+ padding: 1px 10px;
31829
+ color: rgba(62, 70, 82, 0.6);
31830
+ border-radius: 4px;
31831
+ }
31832
+ .E_m126spxy .ant-btn-link.active {
31833
+ background: rgba(0, 128, 255, 0.1);
31834
+ color: #0096ff;
31835
+ }
31836
+
31837
+ .E_wpbf4pq {
31838
+ padding: 10px 0;
31839
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31840
+ }
31841
+ .E_wpbf4pq .ant-input,
31842
+ .E_wpbf4pq .ant-picker {
31843
+ width: 80px;
31844
+ margin: 0 9px;
31845
+ text-align: center;
31846
+ }
31847
+ .E_wpbf4pq .options {
31848
+ padding: 12px 0 12px 16px;
31849
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
31850
+ margin: 5px 0 5px 8px;
31851
+ }
31852
+ .E_wpbf4pq .week-day-option,
31853
+ .E_wpbf4pq .month-day-option {
31854
+ background: #f5f7fa;
31855
+ box-sizing: border-box;
31856
+ border-radius: 16px;
31857
+ margin-right: 8px;
31858
+ }
31859
+ .E_wpbf4pq .week-day-option:focus,
31860
+ .E_wpbf4pq .month-day-option:focus {
31861
+ color: inherit;
31862
+ border-color: #d9d9d9;
31863
+ }
31864
+ .E_wpbf4pq .week-day-option.active {
31865
+ background-color: #0096ff;
31866
+ border-color: #0096ff;
31867
+ color: #fff;
31868
+ }
31869
+ .E_wpbf4pq .week-day-option.en-text {
31870
+ width: 110px;
31871
+ margin-top: 4px;
31872
+ }
31873
+ .E_wpbf4pq .month-day-option {
31874
+ width: 32px;
31875
+ padding: 0;
31876
+ margin-bottom: 8px;
31877
+ }
31878
+ .E_wpbf4pq .month-day-option.active {
31879
+ background-color: #0096ff;
31880
+ border-color: #0096ff;
31881
+ color: #fff;
31882
+ }
31883
+
31884
+ .E_c1uzzomf {
31885
+ margin-bottom: 16px;
31886
+ }
31887
+ .E_c1uzzomf .card-title {
31888
+ font-size: 16px;
31889
+ color: rgba(44, 56, 82, 0.6);
31890
+ font-weight: 700;
31891
+ line-height: 32px;
31892
+ }
31893
+ .E_c1uzzomf .card-body {
31894
+ padding: 24px;
31895
+ border-radius: 8px;
31896
+ background: #fff;
31897
+ }
31898
+ .E_c1uzzomf .empty {
31899
+ font-weight: 700;
31900
+ font-size: 14px;
31901
+ line-height: 22px;
31902
+ color: rgba(0, 21, 64, 0.3);
31903
+ text-align: center;
31904
+ }
31905
+
31884
31906
  .E_m1thnes4 {
31885
31907
  color: rgba(44, 56, 82, 0.6);
31886
31908
  text-align: center;
@@ -32042,6 +32064,26 @@ input.E_rrg1fkn.ant-input {
32042
32064
  margin-left: 8px;
32043
32065
  }
32044
32066
 
32067
+ .E_c18gxmrl {
32068
+ border: 1px solid #d8deeb;
32069
+ border-radius: 4px;
32070
+ }
32071
+ .E_c18gxmrl + .E_c18gxmrl {
32072
+ margin-top: 8px;
32073
+ }
32074
+ .E_c18gxmrl:hover {
32075
+ border-color: #0080ff;
32076
+ }
32077
+ .E_c18gxmrl:hover > header {
32078
+ background: rgba(0, 128, 255, 0.1);
32079
+ }
32080
+ .E_c18gxmrl.active header {
32081
+ border-bottom: 1px solid #d8deeb;
32082
+ }
32083
+ .E_c18gxmrl > header {
32084
+ padding: 8px 12px;
32085
+ }
32086
+
32045
32087
  .E_berrcjl {
32046
32088
  color: rgba(10, 37, 85, 0.6);
32047
32089
  margin-bottom: 4px;
@@ -32058,24 +32100,53 @@ input.E_rrg1fkn.ant-input {
32058
32100
  color: #005ed1;
32059
32101
  }
32060
32102
 
32061
- .E_c18gxmrl {
32062
- border: 1px solid #d8deeb;
32063
- border-radius: 4px;
32064
- }
32065
- .E_c18gxmrl + .E_c18gxmrl {
32066
- margin-top: 8px;
32067
- }
32068
- .E_c18gxmrl:hover {
32069
- border-color: #0080ff;
32103
+ .E_l4bld33 {
32104
+ width: 64px;
32105
+ height: 64px;
32106
+ display: flex;
32107
+ align-items: center;
32108
+ justify-content: center;
32109
+ position: relative;
32110
+ opacity: 0.2;
32070
32111
  }
32071
- .E_c18gxmrl:hover > header {
32072
- background: rgba(0, 128, 255, 0.1);
32112
+
32113
+ .E_lgitjoj {
32114
+ position: absolute;
32115
+ width: 5px;
32116
+ height: 48px;
32117
+ left: 9.33px;
32118
+ top: 40.5px;
32119
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32120
+ border-radius: 5px;
32121
+ transform: rotate(-128deg);
32122
+ transform-origin: top left;
32123
+ animation: loading-indicator1 1100ms ease-out infinite;
32073
32124
  }
32074
- .E_c18gxmrl.active header {
32075
- border-bottom: 1px solid #d8deeb;
32125
+
32126
+ .E_l13g0exg {
32127
+ position: absolute;
32128
+ width: 5px;
32129
+ height: 48px;
32130
+ left: 40.8px;
32131
+ top: 8.4px;
32132
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32133
+ border-radius: 5px;
32134
+ transform: rotate(-8deg);
32135
+ transform-origin: top left;
32136
+ animation: loading-indicator2 1100ms ease-out infinite;
32076
32137
  }
32077
- .E_c18gxmrl > header {
32078
- padding: 8px 12px;
32138
+
32139
+ .E_l1exo3h6 {
32140
+ position: absolute;
32141
+ width: 5px;
32142
+ height: 48px;
32143
+ left: 52.9px;
32144
+ top: 51.8px;
32145
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32146
+ border-radius: 5px;
32147
+ transform: rotate(112deg);
32148
+ transform-origin: top left;
32149
+ animation: loading-indicator3 1100ms ease-out infinite;
32079
32150
  }
32080
32151
 
32081
32152
  .E_s11wux3h .ant-segmented-item:not(:last-child) {
@@ -32152,83 +32223,75 @@ input.E_rrg1fkn.ant-input {
32152
32223
  transform: rotate(0deg);
32153
32224
  }
32154
32225
 
32155
- .E_c1uzzomf {
32156
- margin-bottom: 16px;
32226
+ .E_c198s9j3 {
32227
+ color: #2d3a56;
32228
+ line-height: 22px;
32229
+ display: inline-flex;
32157
32230
  }
32158
- .E_c1uzzomf .card-title {
32159
- font-size: 16px;
32160
- color: rgba(44, 56, 82, 0.6);
32161
- font-weight: 700;
32162
- line-height: 32px;
32231
+ .E_c198s9j3 .ant-checkbox {
32232
+ height: 22px;
32233
+ display: flex;
32234
+ align-items: center;
32235
+ top: 0;
32163
32236
  }
32164
- .E_c1uzzomf .card-body {
32165
- padding: 24px;
32166
- border-radius: 8px;
32167
- background: #fff;
32237
+ .E_c198s9j3 .ant-checkbox-checked::after {
32238
+ border: none;
32168
32239
  }
32169
- .E_c1uzzomf .empty {
32170
- font-weight: 700;
32171
- font-size: 14px;
32172
- line-height: 22px;
32173
- color: rgba(0, 21, 64, 0.3);
32174
- text-align: center;
32240
+ .E_c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
32241
+ .E_c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
32242
+ border-color: #0080ff;
32175
32243
  }
32176
-
32177
- .E_c18bcrac {
32178
- display: inline-block;
32179
- width: 100%;
32244
+ .E_c198s9j3 .ant-checkbox .ant-checkbox-inner {
32245
+ border: 1px solid rgba(107, 128, 167, 0.6);
32180
32246
  }
32181
- .E_c18bcrac .recharts-wrapper {
32182
- margin-left: 4px;
32247
+ .E_c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
32248
+ .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32249
+ border: 1px solid #0080ff;
32183
32250
  }
32184
-
32185
- .E_cro7kg2 {
32186
- padding: 4px;
32251
+ .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32252
+ background: #0080ff;
32187
32253
  }
32188
-
32189
- .E_c14wcxf0 {
32190
- display: flex;
32191
- justify-content: space-between;
32192
- align-items: center;
32193
- font-size: 13px;
32194
- line-height: 24px;
32195
- color: #cccccc;
32196
- white-space: nowrap;
32254
+ .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32255
+ background-color: #fff;
32256
+ height: 2px;
32257
+ width: 10px;
32258
+ border-radius: 2px;
32197
32259
  }
32198
- .E_c14wcxf0 label {
32199
- margin-right: 32px;
32260
+ .E_c198s9j3.ant-checkbox-wrapper-disabled {
32261
+ opacity: 0.5;
32200
32262
  }
32201
-
32202
- .E_coy29mj.E_c14wcxf0 {
32203
- font-weight: bold;
32204
- color: white;
32263
+ .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
32264
+ background: rgba(211, 218, 235, 0.6);
32265
+ border-color: rgba(107, 128, 167, 0.6) !important;
32205
32266
  }
32206
-
32207
- .E_s11212zy {
32208
- width: 8px;
32209
- height: 8px;
32210
- border-radius: 2px;
32211
- display: inline-block;
32212
- background: var(--s11212zy-0);
32213
- border: 1px solid #fff;
32214
- box-sizing: content-box;
32215
- margin-right: 6px;
32267
+ .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
32268
+ border-color: #2d3a56;
32216
32269
  }
32217
-
32218
- .E_p1lyky6c > :first-child {
32219
- font-weight: bold;
32220
- color: white;
32221
- margin-right: 4px;
32270
+ .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32271
+ background: #2d3a56;
32222
32272
  }
32223
-
32224
- .E_gmyahx3 {
32225
- cursor: pointer;
32273
+ .E_c198s9j3 .ant-checkbox + span,
32274
+ .E_c198s9j3 .ant-checkbox-disabled + span {
32275
+ padding: 0;
32226
32276
  }
32227
- .E_gmyahx3 .link-text {
32228
- color: rgba(0, 21, 64, 0.3);
32277
+ .E_c198s9j3 .ant-checkbox + span .main,
32278
+ .E_c198s9j3 .ant-checkbox-disabled + span .main {
32279
+ display: inline-block;
32280
+ margin-left: 12px;
32281
+ color: #2d3a56;
32229
32282
  }
32230
- .E_gmyahx3:hover .link-text {
32231
- color: #0080ff;
32283
+ .E_c198s9j3 .ant-checkbox + span .sub,
32284
+ .E_c198s9j3 .ant-checkbox-disabled + span .sub {
32285
+ margin-left: 28px;
32286
+ color: rgba(44, 56, 82, 0.6);
32287
+ }
32288
+ .E_c198s9j3.compact .ant-checkbox + span .main,
32289
+ .E_c198s9j3.compact .ant-checkbox-disabled + span .main {
32290
+ margin-left: 8px;
32291
+ }
32292
+ .E_c198s9j3.compact .ant-checkbox + span .sub,
32293
+ .E_c198s9j3.compact .ant-checkbox-disabled + span .sub {
32294
+ margin-left: 24px;
32232
32295
  }
32233
32296
 
32234
32297
  .E_clm1wy1 {
@@ -32324,144 +32387,51 @@ input.E_rrg1fkn.ant-input {
32324
32387
  border-radius: 2px;
32325
32388
  }
32326
32389
 
32327
- .E_n12mqh7z {
32328
- display: flex;
32329
- align-items: center;
32330
- font-size: 12px;
32331
- line-height: 18px;
32332
- }
32333
- .E_n12mqh7z:not(:last-child) {
32334
- margin-bottom: 4px;
32335
- }
32336
-
32337
- .E_tf5bynu {
32338
- margin: 0 3px;
32339
- }
32340
-
32341
- .E_tcckoz1 {
32342
- max-height: 400px;
32343
- overflow: "auto";
32344
- }
32345
-
32346
- .E_m15dvk92 {
32347
- display: flex;
32348
- justify-content: space-between;
32390
+ .E_c18bcrac {
32391
+ display: inline-block;
32349
32392
  width: 100%;
32350
32393
  }
32351
- .E_m15dvk92 .action {
32352
- margin-left: 16px;
32353
- }
32354
-
32355
- .E_aql8iqz .ant-alert-message {
32356
- width: 100%;
32394
+ .E_c18bcrac .recharts-wrapper {
32395
+ margin-left: 4px;
32357
32396
  }
32358
32397
 
32359
- .E_c10crapj {
32360
- border-radius: 8px;
32361
- }
32362
- .E_c10crapj .ant-card-body {
32363
- padding: 20px 24px 24px 24px;
32398
+ .E_cro7kg2 {
32399
+ padding: 4px;
32364
32400
  }
32365
32401
 
32366
- .E_c198s9j3 {
32367
- color: #2d3a56;
32368
- line-height: 22px;
32369
- display: inline-flex;
32370
- }
32371
- .E_c198s9j3 .ant-checkbox {
32372
- height: 22px;
32402
+ .E_c14wcxf0 {
32373
32403
  display: flex;
32404
+ justify-content: space-between;
32374
32405
  align-items: center;
32375
- top: 0;
32376
- }
32377
- .E_c198s9j3 .ant-checkbox-checked::after {
32378
- border: none;
32379
- }
32380
- .E_c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
32381
- .E_c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
32382
- border-color: #0080ff;
32383
- }
32384
- .E_c198s9j3 .ant-checkbox .ant-checkbox-inner {
32385
- border: 1px solid rgba(107, 128, 167, 0.6);
32386
- }
32387
- .E_c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
32388
- .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32389
- border: 1px solid #0080ff;
32390
- }
32391
- .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32392
- background: #0080ff;
32393
- }
32394
- .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32395
- background-color: #fff;
32396
- height: 2px;
32397
- width: 10px;
32398
- border-radius: 2px;
32399
- }
32400
- .E_c198s9j3.ant-checkbox-wrapper-disabled {
32401
- opacity: 0.5;
32402
- }
32403
- .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
32404
- background: rgba(211, 218, 235, 0.6);
32405
- border-color: rgba(107, 128, 167, 0.6) !important;
32406
- }
32407
- .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
32408
- border-color: #2d3a56;
32409
- }
32410
- .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32411
- background: #2d3a56;
32412
- }
32413
- .E_c198s9j3 .ant-checkbox + span,
32414
- .E_c198s9j3 .ant-checkbox-disabled + span {
32415
- padding: 0;
32416
- }
32417
- .E_c198s9j3 .ant-checkbox + span .main,
32418
- .E_c198s9j3 .ant-checkbox-disabled + span .main {
32419
- display: inline-block;
32420
- margin-left: 12px;
32421
- color: #2d3a56;
32422
- }
32423
- .E_c198s9j3 .ant-checkbox + span .sub,
32424
- .E_c198s9j3 .ant-checkbox-disabled + span .sub {
32425
- margin-left: 28px;
32426
- color: rgba(44, 56, 82, 0.6);
32427
- }
32428
- .E_c198s9j3.compact .ant-checkbox + span .main,
32429
- .E_c198s9j3.compact .ant-checkbox-disabled + span .main {
32430
- margin-left: 8px;
32431
- }
32432
- .E_c198s9j3.compact .ant-checkbox + span .sub,
32433
- .E_c198s9j3.compact .ant-checkbox-disabled + span .sub {
32434
- margin-left: 24px;
32435
- }
32436
-
32437
- .E_tje3huy {
32438
- width: 100%;
32439
- overflow: inherit;
32440
- white-space: inherit;
32441
- text-overflow: ellipsis;
32406
+ font-size: 13px;
32407
+ line-height: 24px;
32408
+ color: #cccccc;
32409
+ white-space: nowrap;
32442
32410
  }
32443
-
32444
- .E_wg1tsps {
32445
- display: flex;
32446
- align-items: center;
32447
- justify-content: flex-end;
32411
+ .E_c14wcxf0 label {
32412
+ margin-right: 32px;
32448
32413
  }
32449
32414
 
32450
- .E_b1ctd5xy {
32451
- display: flex;
32452
- align-items: center;
32453
- width: calc(100% - 40px);
32454
- }
32455
- .E_b1ctd5xy .chart {
32456
- display: inline-block;
32457
- width: 100%;
32415
+ .E_coy29mj.E_c14wcxf0 {
32416
+ font-weight: bold;
32417
+ color: white;
32458
32418
  }
32459
32419
 
32460
- .E_u1p8acpn {
32461
- min-width: 40px;
32420
+ .E_s11212zy {
32421
+ width: 8px;
32422
+ height: 8px;
32423
+ border-radius: 2px;
32424
+ display: inline-block;
32425
+ background: var(--s11212zy-0);
32426
+ border: 1px solid #fff;
32427
+ box-sizing: content-box;
32428
+ margin-right: 6px;
32462
32429
  }
32463
- .E_u1p8acpn .unit {
32464
- color: #00122e !important;
32430
+
32431
+ .E_p1lyky6c > :first-child {
32432
+ font-weight: bold;
32433
+ color: white;
32434
+ margin-right: 4px;
32465
32435
  }
32466
32436
 
32467
32437
  .E_t1sqg15u {
@@ -32554,6 +32524,93 @@ input.E_rrg1fkn.ant-input {
32554
32524
  padding-right: 12px;
32555
32525
  }
32556
32526
 
32527
+ .E_gmyahx3 {
32528
+ cursor: pointer;
32529
+ }
32530
+ .E_gmyahx3 .link-text {
32531
+ color: rgba(0, 21, 64, 0.3);
32532
+ }
32533
+ .E_gmyahx3:hover .link-text {
32534
+ color: #0080ff;
32535
+ }
32536
+
32537
+ .E_s1iv0tp1 .enabled-switch {
32538
+ display: flex;
32539
+ align-items: center;
32540
+ }
32541
+ .E_s1iv0tp1 .enabled-text {
32542
+ margin-right: 8px;
32543
+ }
32544
+
32545
+ .E_m15dvk92 {
32546
+ display: flex;
32547
+ justify-content: space-between;
32548
+ width: 100%;
32549
+ }
32550
+ .E_m15dvk92 .action {
32551
+ margin-left: 16px;
32552
+ }
32553
+
32554
+ .E_aql8iqz .ant-alert-message {
32555
+ width: 100%;
32556
+ }
32557
+
32558
+ .E_n12mqh7z {
32559
+ display: flex;
32560
+ align-items: center;
32561
+ font-size: 12px;
32562
+ line-height: 18px;
32563
+ }
32564
+ .E_n12mqh7z:not(:last-child) {
32565
+ margin-bottom: 4px;
32566
+ }
32567
+
32568
+ .E_tf5bynu {
32569
+ margin: 0 3px;
32570
+ }
32571
+
32572
+ .E_tcckoz1 {
32573
+ max-height: 400px;
32574
+ overflow: "auto";
32575
+ }
32576
+
32577
+ .E_wg1tsps {
32578
+ display: flex;
32579
+ align-items: center;
32580
+ justify-content: flex-end;
32581
+ }
32582
+
32583
+ .E_b1ctd5xy {
32584
+ display: flex;
32585
+ align-items: center;
32586
+ width: calc(100% - 40px);
32587
+ }
32588
+ .E_b1ctd5xy .chart {
32589
+ display: inline-block;
32590
+ width: 100%;
32591
+ }
32592
+
32593
+ .E_u1p8acpn {
32594
+ min-width: 40px;
32595
+ }
32596
+ .E_u1p8acpn .unit {
32597
+ color: #00122e !important;
32598
+ }
32599
+
32600
+ .E_tje3huy {
32601
+ width: 100%;
32602
+ overflow: inherit;
32603
+ white-space: inherit;
32604
+ text-overflow: ellipsis;
32605
+ }
32606
+
32607
+ .E_c10crapj {
32608
+ border-radius: 8px;
32609
+ }
32610
+ .E_c10crapj .ant-card-body {
32611
+ padding: 20px 24px 24px 24px;
32612
+ }
32613
+
32557
32614
  .E_cav9p2m .ant-collapse-item {
32558
32615
  border: 0px;
32559
32616
  background-color: #fff;
@@ -32576,16 +32633,17 @@ input.E_rrg1fkn.ant-input {
32576
32633
  cursor: default;
32577
32634
  }
32578
32635
 
32579
- .E_s1iv0tp1 .enabled-switch {
32580
- display: flex;
32581
- align-items: center;
32636
+ .E_t3qomhu {
32637
+ margin: 0 2px;
32582
32638
  }
32583
- .E_s1iv0tp1 .enabled-text {
32584
- margin-right: 8px;
32639
+
32640
+ .E_o8ocss1 {
32641
+ overflow: hidden;
32642
+ text-overflow: ellipsis;
32585
32643
  }
32586
32644
 
32587
- .E_t3qomhu {
32588
- margin: 0 2px;
32645
+ .E_n17syc35 {
32646
+ white-space: nowrap;
32589
32647
  }
32590
32648
 
32591
32649
  button.E_lujuy3j {
@@ -32630,13 +32688,65 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32630
32688
  color: rgba(44, 56, 82, 0.6);
32631
32689
  }
32632
32690
 
32633
- .E_o8ocss1 {
32634
- overflow: hidden;
32635
- text-overflow: ellipsis;
32691
+ .E_shq1k1g.ant-select, .E_shq1k1g.ant-select .ant-select-selector {
32692
+ border-radius: 6px;
32693
+ }
32694
+ .E_shq1k1g.ant-select.ant-select-single {
32695
+ width: 100%;
32696
+ color: #2d3a56;
32697
+ border-color: rgba(211, 218, 235, 0.6);
32698
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32699
+ font-size: 13px;
32700
+ }
32701
+ .E_shq1k1g.ant-select.ant-select-single[data-size=middle] {
32702
+ height: 30px;
32703
+ }
32704
+ .E_shq1k1g.ant-select.ant-select-single.ant-select-lg {
32705
+ height: 38px;
32706
+ font-size: 13px;
32707
+ }
32708
+ .E_shq1k1g.ant-select.ant-select-single .ant-select-arrow,
32709
+ .E_shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32710
+ transition: 160ms ease;
32711
+ }
32712
+ .E_shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
32713
+ color: #0080ff;
32714
+ }
32715
+ .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32716
+ border-color: rgba(107, 128, 167, 0.6);
32717
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32718
+ }
32719
+ .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32720
+ color: #0080ff;
32721
+ }
32722
+ .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32723
+ border-color: #0080ff;
32724
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32725
+ }
32726
+ .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32727
+ transform: rotate(180deg);
32728
+ }
32729
+ .E_shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32730
+ background: rgba(211, 218, 235, 0.6);
32731
+ border-color: rgba(172, 186, 211, 0.6);
32732
+ cursor: "not-allowed";
32733
+ }
32734
+ .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32735
+ border-color: #f0483e !important;
32736
+ }
32737
+ .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32738
+ color: #1d326c;
32739
+ }
32740
+ .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32741
+ border-color: #0080ff;
32742
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32743
+ }
32744
+ .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32745
+ transform: rotate(180deg);
32636
32746
  }
32637
32747
 
32638
- .E_n17syc35 {
32639
- white-space: nowrap;
32748
+ .E_iiqau4c.ant-input-group.ant-input-group-compact {
32749
+ display: flex;
32640
32750
  }
32641
32751
 
32642
32752
  .E_s14dk8r1 {
@@ -32678,153 +32788,43 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32678
32788
  .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32679
32789
  background-color: rgba(255, 74, 74, 0.16);
32680
32790
  }
32681
- .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32682
- background-color: rgba(254, 160, 8, 0.1);
32683
- }
32684
- .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32685
- background-color: #fea008;
32686
- }
32687
- .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32688
- background-color: rgba(255, 187, 0, 0.16);
32689
- }
32690
- .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32691
- background-color: rgba(30, 201, 127, 0.1);
32692
- }
32693
- .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32694
- background-color: #00ba5d;
32695
- }
32696
- .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32697
- background-color: rgba(30, 201, 127, 0.16);
32698
- }
32699
- .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32700
- background-color: rgba(225, 230, 241, 0.6);
32701
- }
32702
- .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32703
- background-color: #6b7d99;
32704
- }
32705
- .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32706
- background-color: rgba(211, 218, 235, 0.6);
32707
- }
32708
-
32709
- .E_s1uupoto {
32710
- width: 8px;
32711
- height: 8px;
32712
- border-radius: 50%;
32713
- display: inline-block;
32714
- }
32715
-
32716
- .E_t19ustft .date {
32717
- margin-right: 4px;
32718
- }
32719
-
32720
- .E_iiqau4c.ant-input-group.ant-input-group-compact {
32721
- display: flex;
32722
- }
32723
-
32724
- .E_shq1k1g.ant-select, .E_shq1k1g.ant-select .ant-select-selector {
32725
- border-radius: 6px;
32726
- }
32727
- .E_shq1k1g.ant-select.ant-select-single {
32728
- width: 100%;
32729
- color: #2d3a56;
32730
- border-color: rgba(211, 218, 235, 0.6);
32731
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32732
- font-size: 13px;
32733
- }
32734
- .E_shq1k1g.ant-select.ant-select-single[data-size=middle] {
32735
- height: 30px;
32736
- }
32737
- .E_shq1k1g.ant-select.ant-select-single.ant-select-lg {
32738
- height: 38px;
32739
- font-size: 13px;
32740
- }
32741
- .E_shq1k1g.ant-select.ant-select-single .ant-select-arrow,
32742
- .E_shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32743
- transition: 160ms ease;
32744
- }
32745
- .E_shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
32746
- color: #0080ff;
32747
- }
32748
- .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32749
- border-color: rgba(107, 128, 167, 0.6);
32750
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32751
- }
32752
- .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32753
- color: #0080ff;
32754
- }
32755
- .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32756
- border-color: #0080ff;
32757
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32791
+ .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32792
+ background-color: rgba(254, 160, 8, 0.1);
32758
32793
  }
32759
- .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32760
- transform: rotate(180deg);
32794
+ .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32795
+ background-color: #fea008;
32761
32796
  }
32762
- .E_shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32763
- background: rgba(211, 218, 235, 0.6);
32764
- border-color: rgba(172, 186, 211, 0.6);
32765
- cursor: "not-allowed";
32797
+ .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32798
+ background-color: rgba(255, 187, 0, 0.16);
32766
32799
  }
32767
- .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32768
- border-color: #f0483e !important;
32800
+ .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32801
+ background-color: rgba(30, 201, 127, 0.1);
32769
32802
  }
32770
- .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32771
- color: #1d326c;
32803
+ .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32804
+ background-color: #00ba5d;
32772
32805
  }
32773
- .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32774
- border-color: #0080ff;
32775
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32806
+ .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32807
+ background-color: rgba(30, 201, 127, 0.16);
32776
32808
  }
32777
- .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32778
- transform: rotate(180deg);
32809
+ .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32810
+ background-color: rgba(225, 230, 241, 0.6);
32779
32811
  }
32780
-
32781
- .E_l4bld33 {
32782
- width: 64px;
32783
- height: 64px;
32784
- display: flex;
32785
- align-items: center;
32786
- justify-content: center;
32787
- position: relative;
32788
- opacity: 0.2;
32812
+ .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32813
+ background-color: #6b7d99;
32789
32814
  }
32790
-
32791
- .E_lgitjoj {
32792
- position: absolute;
32793
- width: 5px;
32794
- height: 48px;
32795
- left: 9.33px;
32796
- top: 40.5px;
32797
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32798
- border-radius: 5px;
32799
- transform: rotate(-128deg);
32800
- transform-origin: top left;
32801
- animation: loading-indicator1 1100ms ease-out infinite;
32815
+ .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32816
+ background-color: rgba(211, 218, 235, 0.6);
32802
32817
  }
32803
32818
 
32804
- .E_l13g0exg {
32805
- position: absolute;
32806
- width: 5px;
32807
- height: 48px;
32808
- left: 40.8px;
32809
- top: 8.4px;
32810
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32811
- border-radius: 5px;
32812
- transform: rotate(-8deg);
32813
- transform-origin: top left;
32814
- animation: loading-indicator2 1100ms ease-out infinite;
32819
+ .E_s1uupoto {
32820
+ width: 8px;
32821
+ height: 8px;
32822
+ border-radius: 50%;
32823
+ display: inline-block;
32815
32824
  }
32816
32825
 
32817
- .E_l1exo3h6 {
32818
- position: absolute;
32819
- width: 5px;
32820
- height: 48px;
32821
- left: 52.9px;
32822
- top: 51.8px;
32823
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32824
- border-radius: 5px;
32825
- transform: rotate(112deg);
32826
- transform-origin: top left;
32827
- animation: loading-indicator3 1100ms ease-out infinite;
32826
+ .E_t19ustft .date {
32827
+ margin-right: 4px;
32828
32828
  }
32829
32829
 
32830
32830
  .E_s1uupxds {
@@ -32903,235 +32903,40 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32903
32903
  background-color: #0080ff;
32904
32904
  }
32905
32905
  .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32906
- background-color: #6b7d99;
32907
- }
32908
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32909
- background-color: #7E41FF;
32910
- }
32911
-
32912
- .E_t1gz6wqf {
32913
- height: 100%;
32914
- }
32915
- .E_t1gz6wqf .table-loading-item {
32916
- padding: 12px 4px;
32917
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32918
- display: flex;
32919
- }
32920
- .E_t1gz6wqf .table-loading-item > * {
32921
- height: 16px;
32922
- margin: 4px;
32923
- background: rgba(204, 212, 227, 0.18);
32924
- border-radius: 2px;
32925
- }
32926
- .E_t1gz6wqf .table-loading-item .checkbox-loading {
32927
- width: 16px;
32928
- }
32929
- .E_t1gz6wqf .table-loading-item .td-loading {
32930
- flex: 1;
32931
- }
32932
- .E_t1gz6wqf :nth-child(1) {
32933
- padding: 8px 4px;
32934
- }
32935
- .E_t1gz6wqf :nth-child(1) > * {
32936
- background: rgba(107, 125, 153, 0.18);
32937
- }
32938
- .E_t1gz6wqf :nth-child(1) > * {
32939
- background: rgba(163, 180, 204, 0.18);
32940
- }
32941
-
32942
- .E_sq6vos1 {
32943
- --item-min-width: 60px;
32944
- }
32945
- .E_sq6vos1 .ant-steps-item-tail, .E_sq6vos1 .ant-steps-item-icon {
32946
- display: none !important;
32947
- }
32948
- .E_sq6vos1 .ant-steps-item.ant-steps-item-active {
32949
- flex-shrink: 0 !important;
32950
- }
32951
- .E_sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32952
- color: #0080ff;
32953
- }
32954
- .E_sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32955
- color: #0080ff;
32956
- font-weight: normal;
32957
- }
32958
- .E_sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
32959
- color: rgba(44, 56, 82, 0.6);
32960
- }
32961
- .E_sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32962
- color: #00122e;
32963
- }
32964
- .E_sq6vos1 .step-item-text {
32965
- display: inline-block;
32966
- }
32967
- .E_sq6vos1 .step-item-title {
32968
- overflow: hidden;
32969
- white-space: nowrap;
32970
- text-overflow: ellipsis;
32971
- }
32972
-
32973
- .E_hjtnwxg .ant-steps-item-container {
32974
- min-width: var(--item-min-width);
32975
- }
32976
- .E_hjtnwxg .ant-steps-item-disabled {
32977
- cursor: not-allowed !important;
32978
- }
32979
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32980
- flex-direction: row;
32981
- justify-content: stretch;
32982
- }
32983
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32984
- padding: 0;
32985
- margin-right: 4px;
32986
- flex: 1;
32987
- overflow: visible;
32988
- }
32989
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32990
- width: 100%;
32991
- min-height: unset;
32992
- }
32993
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32994
- height: 26px;
32995
- line-height: 26px;
32996
- width: 100%;
32997
- padding: 0;
32998
- font-size: 12px;
32999
- }
33000
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33001
- margin-right: 10px;
33002
- }
33003
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33004
- display: none;
33005
- }
33006
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33007
- padding-left: 8px;
33008
- padding-right: 4px;
33009
- border-radius: 4px 0 0 4px;
33010
- }
33011
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33012
- margin-right: 0;
33013
- }
33014
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33015
- padding-right: 8px;
33016
- padding-left: 12px;
33017
- border-radius: 0 4px 4px 0;
33018
- }
33019
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
33020
- content: "";
33021
- width: 0;
33022
- height: 0;
33023
- border: 13px solid transparent;
33024
- position: absolute;
33025
- top: 0;
33026
- border-left: 8px solid rgba(237, 241, 250, 0.6);
33027
- z-index: 2;
33028
- position: relative;
33029
- top: -50%;
33030
- right: -100%;
33031
- }
33032
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33033
- padding: 0 4px 0 12px;
33034
- }
33035
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
33036
- content: "";
33037
- width: 0;
33038
- height: 0;
33039
- border: 13px solid transparent;
33040
- position: absolute;
33041
- top: 0;
33042
- border-left: 8px solid #fff;
33043
- left: 0;
33044
- }
33045
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33046
- max-width: calc(100% - var(--item-min-width) * 2);
33047
- }
33048
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33049
- background-color: rgba(0, 136, 255, 0.1);
33050
- }
33051
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33052
- border-left-color: rgba(0, 136, 255, 0.1) !important;
33053
- }
33054
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33055
- cursor: pointer;
33056
- min-width: var(--item-min-width);
33057
- }
33058
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33059
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33060
- min-width: var(--item-min-width);
33061
- }
33062
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33063
- .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33064
- background-color: rgba(237, 241, 250, 0.6);
33065
- }
33066
- .E_hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33067
- padding: 0;
33068
- }
33069
-
33070
- .E_v1p8siwu .ant-steps.ant-steps-vertical {
33071
- width: 192px;
33072
- row-gap: 2px;
33073
- }
33074
- .E_v1p8siwu .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33075
- background-color: rgba(225, 230, 241, 0.6);
32906
+ background-color: #6b7d99;
33076
32907
  }
33077
- .E_v1p8siwu .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33078
- color: #00122e !important;
32908
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32909
+ background-color: #7E41FF;
33079
32910
  }
33080
- .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
33081
- background-color: rgba(225, 230, 241, 0.6);
32911
+
32912
+ .E_t1gz6wqf {
32913
+ height: 100%;
33082
32914
  }
33083
- .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
33084
- padding: 0 8px;
33085
- border-radius: 4px;
33086
- height: 32px;
32915
+ .E_t1gz6wqf .table-loading-item {
32916
+ padding: 12px 4px;
32917
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33087
32918
  display: flex;
33088
- align-items: center;
33089
- }
33090
- .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33091
- min-height: auto;
33092
- white-space: nowrap;
33093
32919
  }
33094
- .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33095
- font-size: 13px;
33096
- line-height: 20px;
33097
- max-width: 100%;
33098
- padding-right: 0;
32920
+ .E_t1gz6wqf .table-loading-item > * {
32921
+ height: 16px;
32922
+ margin: 4px;
32923
+ background: rgba(204, 212, 227, 0.18);
32924
+ border-radius: 2px;
33099
32925
  }
33100
- .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33101
- background: rgba(0, 128, 255, 0.1);
32926
+ .E_t1gz6wqf .table-loading-item .checkbox-loading {
32927
+ width: 16px;
33102
32928
  }
33103
-
33104
- .E_h1xo7yjb {
33105
- width: 100%;
33106
- display: inline-flex;
33107
- align-items: center;
33108
- justify-content: center;
33109
- column-gap: 4px;
32929
+ .E_t1gz6wqf .table-loading-item .td-loading {
32930
+ flex: 1;
33110
32931
  }
33111
- .E_h1xo7yjb .step-item-prefix-container {
33112
- display: inline-flex;
33113
- align-items: center;
33114
- width: 18px;
33115
- height: 18px;
33116
- color: rgba(44, 56, 82, 0.75);
33117
- justify-content: center;
32932
+ .E_t1gz6wqf :nth-child(1) {
32933
+ padding: 8px 4px;
33118
32934
  }
33119
-
33120
- .E_v1f2f7cy {
33121
- width: 100%;
33122
- display: flex;
33123
- align-items: center;
33124
- justify-content: center;
33125
- column-gap: 6px;
33126
- font-size: 13px;
32935
+ .E_t1gz6wqf :nth-child(1) > * {
32936
+ background: rgba(107, 125, 153, 0.18);
33127
32937
  }
33128
- .E_v1f2f7cy .step-item-prefix-container {
33129
- display: inline-flex;
33130
- align-items: center;
33131
- min-width: 20px;
33132
- min-height: 20px;
33133
- color: rgba(44, 56, 82, 0.75);
33134
- justify-content: center;
32938
+ .E_t1gz6wqf :nth-child(1) > * {
32939
+ background: rgba(163, 180, 204, 0.18);
33135
32940
  }
33136
32941
 
33137
32942
  .E_t160l1cm {
@@ -33337,14 +33142,199 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33337
33142
  background: transparent;
33338
33143
  }
33339
33144
 
33340
- .E_h1ol2wl7 {
33341
- font-weight: bold;
33342
- background-color: unset;
33343
- padding: unset;
33145
+ .E_sq6vos1 {
33146
+ --item-min-width: 60px;
33147
+ }
33148
+ .E_sq6vos1 .ant-steps-item-tail, .E_sq6vos1 .ant-steps-item-icon {
33149
+ display: none !important;
33150
+ }
33151
+ .E_sq6vos1 .ant-steps-item.ant-steps-item-active {
33152
+ flex-shrink: 0 !important;
33153
+ }
33154
+ .E_sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33155
+ color: #0080ff;
33156
+ }
33157
+ .E_sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33158
+ color: #0080ff;
33159
+ font-weight: normal;
33160
+ }
33161
+ .E_sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
33162
+ color: rgba(44, 56, 82, 0.6);
33163
+ }
33164
+ .E_sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33165
+ color: #00122e;
33166
+ }
33167
+ .E_sq6vos1 .step-item-text {
33168
+ display: inline-block;
33169
+ }
33170
+ .E_sq6vos1 .step-item-title {
33171
+ overflow: hidden;
33172
+ white-space: nowrap;
33173
+ text-overflow: ellipsis;
33174
+ }
33175
+
33176
+ .E_hjtnwxg .ant-steps-item-container {
33177
+ min-width: var(--item-min-width);
33178
+ }
33179
+ .E_hjtnwxg .ant-steps-item-disabled {
33180
+ cursor: not-allowed !important;
33181
+ }
33182
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
33183
+ flex-direction: row;
33184
+ justify-content: stretch;
33185
+ }
33186
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33187
+ padding: 0;
33188
+ margin-right: 4px;
33189
+ flex: 1;
33190
+ overflow: visible;
33191
+ }
33192
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33193
+ width: 100%;
33194
+ min-height: unset;
33195
+ }
33196
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33197
+ height: 26px;
33198
+ line-height: 26px;
33199
+ width: 100%;
33200
+ padding: 0;
33201
+ font-size: 12px;
33202
+ }
33203
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33204
+ margin-right: 10px;
33205
+ }
33206
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33207
+ display: none;
33208
+ }
33209
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33210
+ padding-left: 8px;
33211
+ padding-right: 4px;
33212
+ border-radius: 4px 0 0 4px;
33213
+ }
33214
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33215
+ margin-right: 0;
33216
+ }
33217
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33218
+ padding-right: 8px;
33219
+ padding-left: 12px;
33220
+ border-radius: 0 4px 4px 0;
33221
+ }
33222
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
33223
+ content: "";
33224
+ width: 0;
33225
+ height: 0;
33226
+ border: 13px solid transparent;
33227
+ position: absolute;
33228
+ top: 0;
33229
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
33230
+ z-index: 2;
33231
+ position: relative;
33232
+ top: -50%;
33233
+ right: -100%;
33234
+ }
33235
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33236
+ padding: 0 4px 0 12px;
33237
+ }
33238
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
33239
+ content: "";
33240
+ width: 0;
33241
+ height: 0;
33242
+ border: 13px solid transparent;
33243
+ position: absolute;
33244
+ top: 0;
33245
+ border-left: 8px solid #fff;
33246
+ left: 0;
33247
+ }
33248
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33249
+ max-width: calc(100% - var(--item-min-width) * 2);
33250
+ }
33251
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33252
+ background-color: rgba(0, 136, 255, 0.1);
33253
+ }
33254
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33255
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
33256
+ }
33257
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33258
+ cursor: pointer;
33259
+ min-width: var(--item-min-width);
33260
+ }
33261
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33262
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33263
+ min-width: var(--item-min-width);
33264
+ }
33265
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33266
+ .E_hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33267
+ background-color: rgba(237, 241, 250, 0.6);
33268
+ }
33269
+ .E_hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33270
+ padding: 0;
33271
+ }
33272
+
33273
+ .E_v1p8siwu .ant-steps.ant-steps-vertical {
33274
+ width: 192px;
33275
+ row-gap: 2px;
33276
+ }
33277
+ .E_v1p8siwu .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33278
+ background-color: rgba(225, 230, 241, 0.6);
33279
+ }
33280
+ .E_v1p8siwu .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33281
+ color: #00122e !important;
33282
+ }
33283
+ .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
33284
+ background-color: rgba(225, 230, 241, 0.6);
33285
+ }
33286
+ .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
33287
+ padding: 0 8px;
33288
+ border-radius: 4px;
33289
+ height: 32px;
33290
+ display: flex;
33291
+ align-items: center;
33292
+ }
33293
+ .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33294
+ min-height: auto;
33295
+ white-space: nowrap;
33296
+ }
33297
+ .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33298
+ font-size: 13px;
33299
+ line-height: 20px;
33300
+ max-width: 100%;
33301
+ padding-right: 0;
33302
+ }
33303
+ .E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33304
+ background: rgba(0, 128, 255, 0.1);
33305
+ }
33306
+
33307
+ .E_h1xo7yjb {
33308
+ width: 100%;
33309
+ display: inline-flex;
33310
+ align-items: center;
33311
+ justify-content: center;
33312
+ column-gap: 4px;
33313
+ }
33314
+ .E_h1xo7yjb .step-item-prefix-container {
33315
+ display: inline-flex;
33316
+ align-items: center;
33317
+ width: 18px;
33318
+ height: 18px;
33319
+ color: rgba(44, 56, 82, 0.75);
33320
+ justify-content: center;
33321
+ }
33322
+
33323
+ .E_v1f2f7cy {
33324
+ width: 100%;
33325
+ display: flex;
33326
+ align-items: center;
33327
+ justify-content: center;
33328
+ column-gap: 6px;
33329
+ font-size: 13px;
33344
33330
  }
33345
-
33346
- .E_c1k4vanq {
33347
- padding: 0 12px 14px 12px;
33331
+ .E_v1f2f7cy .step-item-prefix-container {
33332
+ display: inline-flex;
33333
+ align-items: center;
33334
+ min-width: 20px;
33335
+ min-height: 20px;
33336
+ color: rgba(44, 56, 82, 0.75);
33337
+ justify-content: center;
33348
33338
  }
33349
33339
 
33350
33340
  .E_c1kchka8 {
@@ -33824,17 +33814,14 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33824
33814
  padding: 0;
33825
33815
  }
33826
33816
 
33827
- .E_skwah65 {
33828
- height: 8px;
33829
- box-sizing: border-box;
33830
- border-radius: 2px;
33831
- background: #f5f7fa;
33832
- display: flex;
33833
- width: 100%;
33834
- overflow: hidden;
33817
+ .E_h1ol2wl7 {
33818
+ font-weight: bold;
33819
+ background-color: unset;
33820
+ padding: unset;
33835
33821
  }
33836
- .E_skwah65 .stack-bar-item + .stack-bar-item {
33837
- margin-left: 1px;
33822
+
33823
+ .E_c1k4vanq {
33824
+ padding: 0 12px 14px 12px;
33838
33825
  }
33839
33826
 
33840
33827
  .E_c1udgdh2 {
@@ -33877,20 +33864,17 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33877
33864
  margin-right: 2px;
33878
33865
  }
33879
33866
 
33880
- .E_rrwcpby {
33867
+ .E_skwah65 {
33868
+ height: 8px;
33869
+ box-sizing: border-box;
33870
+ border-radius: 2px;
33871
+ background: #f5f7fa;
33881
33872
  display: flex;
33882
- align-items: center;
33873
+ width: 100%;
33874
+ overflow: hidden;
33883
33875
  }
33884
- .E_rrwcpby .order {
33885
- height: 24px;
33886
- width: 24px;
33887
- border-radius: 20px;
33888
- color: #0080ff;
33889
- background: rgba(0, 136, 255, 0.1);
33890
- display: flex;
33891
- align-items: center;
33892
- justify-content: center;
33893
- margin-right: 6px;
33876
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
33877
+ margin-left: 1px;
33894
33878
  }
33895
33879
 
33896
33880
  .E_bab9xum {
@@ -33910,6 +33894,22 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33910
33894
  transform: translateY(-4px);
33911
33895
  }
33912
33896
 
33897
+ .E_rrwcpby {
33898
+ display: flex;
33899
+ align-items: center;
33900
+ }
33901
+ .E_rrwcpby .order {
33902
+ height: 24px;
33903
+ width: 24px;
33904
+ border-radius: 20px;
33905
+ color: #0080ff;
33906
+ background: rgba(0, 136, 255, 0.1);
33907
+ display: flex;
33908
+ align-items: center;
33909
+ justify-content: center;
33910
+ margin-right: 6px;
33911
+ }
33912
+
33913
33913
  .E_f1p9ti6d {
33914
33914
  width: 100%;
33915
33915
  margin-bottom: 0 !important;
@@ -33950,6 +33950,82 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33950
33950
  margin-right: 4px;
33951
33951
  }
33952
33952
 
33953
+ .E_sut42l0 {
33954
+ padding: 0 8px;
33955
+ height: 18px;
33956
+ }
33957
+
33958
+ .E_mfsz1jz {
33959
+ padding: 2px 8px;
33960
+ height: 24px;
33961
+ }
33962
+
33963
+ .E_tnd6h4m {
33964
+ margin: 0;
33965
+ }
33966
+
33967
+ .E_i1qw4clm {
33968
+ margin-right: 4px;
33969
+ height: 16px;
33970
+ }
33971
+
33972
+ .E_n1r5ku5l.ant-tag.ant-tag-gray {
33973
+ font-weight: 700;
33974
+ color: #00122e;
33975
+ background-color: rgba(237, 241, 250, 0.6);
33976
+ border: 1px solid rgba(211, 218, 235, 0.6);
33977
+ }
33978
+
33979
+ .E_at4ovwe .ant-input-number-handler-wrap {
33980
+ display: var(--at4ovwe-0);
33981
+ }
33982
+ .E_at4ovwe .ant-input-number-input-wrap {
33983
+ padding: 5px 12px;
33984
+ display: inline-flex;
33985
+ line-height: 1.5715;
33986
+ height: 100%;
33987
+ width: 100%;
33988
+ }
33989
+ .E_at4ovwe .ant-input-number-input-wrap::after {
33990
+ content: var(--at4ovwe-1);
33991
+ display: var(--at4ovwe-2);
33992
+ flex: none;
33993
+ align-items: center;
33994
+ margin-left: 4px;
33995
+ color: rgba(44, 56, 82, 0.6);
33996
+ }
33997
+ .E_at4ovwe .ant-input-number-input-wrap::before {
33998
+ content: var(--at4ovwe-3);
33999
+ display: var(--at4ovwe-4);
34000
+ flex: none;
34001
+ align-items: center;
34002
+ margin-right: 4px;
34003
+ cursor: auto;
34004
+ color: rgba(44, 56, 82, 0.6);
34005
+ }
34006
+ .ant-input-group.ant-input-group-compact > .E_at4ovwe {
34007
+ border-radius: 0;
34008
+ }
34009
+ .E_at4ovwe.ant-input-number {
34010
+ width: 100%;
34011
+ border-radius: 6px;
34012
+ }
34013
+ .E_at4ovwe.ant-input-number:not([disabled]):focus, .E_at4ovwe.ant-input-number:not([disabled]):active, .E_at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
34014
+ border-color: #0096ff;
34015
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
34016
+ z-index: 1;
34017
+ }
34018
+ .E_at4ovwe.ant-input-number.error:not([disabled]):hover, .E_at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
34019
+ border-color: #e75a3a;
34020
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
34021
+ }
34022
+ .E_at4ovwe .ant-input-number-input {
34023
+ padding: 0;
34024
+ margin: 0;
34025
+ height: auto;
34026
+ font-size: inherit;
34027
+ }
34028
+
33953
34029
  .E_tc40oxa {
33954
34030
  margin-bottom: 4px;
33955
34031
  color: rgba(44, 56, 82, 0.6);
@@ -34143,87 +34219,42 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34143
34219
  margin-right: 8px;
34144
34220
  }
34145
34221
 
34146
- .E_at4ovwe .ant-input-number-handler-wrap {
34147
- display: var(--at4ovwe-0);
34222
+ .E_iwsze0q {
34223
+ margin-right: 4px;
34224
+ height: 16px;
34148
34225
  }
34149
- .E_at4ovwe .ant-input-number-input-wrap {
34150
- padding: 5px 12px;
34226
+
34227
+ .E_a6dbbkm .ant-input-number-handler-wrap {
34228
+ display: var(--a6dbbkm-0);
34229
+ }
34230
+ .E_a6dbbkm .ant-input-number-input-wrap {
34231
+ padding: 4px 11px;
34151
34232
  display: inline-flex;
34152
34233
  line-height: 1.5715;
34153
- height: 100%;
34154
- width: 100%;
34234
+ height: inherit;
34155
34235
  }
34156
- .E_at4ovwe .ant-input-number-input-wrap::after {
34157
- content: var(--at4ovwe-1);
34158
- display: var(--at4ovwe-2);
34236
+ .E_a6dbbkm .ant-input-number-input-wrap::after {
34237
+ content: var(--a6dbbkm-1);
34238
+ display: var(--a6dbbkm-2);
34159
34239
  flex: none;
34160
34240
  align-items: center;
34161
34241
  margin-left: 4px;
34162
- color: rgba(44, 56, 82, 0.6);
34163
34242
  }
34164
- .E_at4ovwe .ant-input-number-input-wrap::before {
34165
- content: var(--at4ovwe-3);
34166
- display: var(--at4ovwe-4);
34243
+ .E_a6dbbkm .ant-input-number-input-wrap::before {
34244
+ content: var(--a6dbbkm-3);
34245
+ display: var(--a6dbbkm-4);
34167
34246
  flex: none;
34168
34247
  align-items: center;
34169
34248
  margin-right: 4px;
34170
34249
  cursor: auto;
34171
- color: rgba(44, 56, 82, 0.6);
34172
- }
34173
- .ant-input-group.ant-input-group-compact > .E_at4ovwe {
34174
- border-radius: 0;
34175
- }
34176
- .E_at4ovwe.ant-input-number {
34177
- width: 100%;
34178
- border-radius: 6px;
34179
- }
34180
- .E_at4ovwe.ant-input-number:not([disabled]):focus, .E_at4ovwe.ant-input-number:not([disabled]):active, .E_at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
34181
- border-color: #0096ff;
34182
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
34183
- z-index: 1;
34184
- }
34185
- .E_at4ovwe.ant-input-number.error:not([disabled]):hover, .E_at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
34186
- border-color: #e75a3a;
34187
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
34188
34250
  }
34189
- .E_at4ovwe .ant-input-number-input {
34251
+ .E_a6dbbkm .ant-input-number-input {
34190
34252
  padding: 0;
34191
34253
  margin: 0;
34192
34254
  height: auto;
34193
34255
  font-size: inherit;
34194
34256
  }
34195
34257
 
34196
- .E_sut42l0 {
34197
- padding: 0 8px;
34198
- height: 18px;
34199
- }
34200
-
34201
- .E_mfsz1jz {
34202
- padding: 2px 8px;
34203
- height: 24px;
34204
- }
34205
-
34206
- .E_tnd6h4m {
34207
- margin: 0;
34208
- }
34209
-
34210
- .E_i1qw4clm {
34211
- margin-right: 4px;
34212
- height: 16px;
34213
- }
34214
-
34215
- .E_n1r5ku5l.ant-tag.ant-tag-gray {
34216
- font-weight: 700;
34217
- color: #00122e;
34218
- background-color: rgba(237, 241, 250, 0.6);
34219
- border: 1px solid rgba(211, 218, 235, 0.6);
34220
- }
34221
-
34222
- .E_iwsze0q {
34223
- margin-right: 4px;
34224
- height: 16px;
34225
- }
34226
-
34227
34258
  .E_feau332.ant-form-item {
34228
34259
  margin-bottom: 0;
34229
34260
  }
@@ -34241,35 +34272,4 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34241
34272
  }
34242
34273
  .E_feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
34243
34274
  display: block;
34244
- }
34245
-
34246
- .E_a6dbbkm .ant-input-number-handler-wrap {
34247
- display: var(--a6dbbkm-0);
34248
- }
34249
- .E_a6dbbkm .ant-input-number-input-wrap {
34250
- padding: 4px 11px;
34251
- display: inline-flex;
34252
- line-height: 1.5715;
34253
- height: inherit;
34254
- }
34255
- .E_a6dbbkm .ant-input-number-input-wrap::after {
34256
- content: var(--a6dbbkm-1);
34257
- display: var(--a6dbbkm-2);
34258
- flex: none;
34259
- align-items: center;
34260
- margin-left: 4px;
34261
- }
34262
- .E_a6dbbkm .ant-input-number-input-wrap::before {
34263
- content: var(--a6dbbkm-3);
34264
- display: var(--a6dbbkm-4);
34265
- flex: none;
34266
- align-items: center;
34267
- margin-right: 4px;
34268
- cursor: auto;
34269
- }
34270
- .E_a6dbbkm .ant-input-number-input {
34271
- padding: 0;
34272
- margin: 0;
34273
- height: auto;
34274
- font-size: inherit;
34275
34275
  }