@cloudtower/eagle 0.27.25 → 0.27.28

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_fde5mpd {
29488
+ width: 100%;
29489
+ height: 100%;
29490
+ min-height: 124px;
29491
+ display: flex;
29492
+ flex-direction: column;
29493
+ justify-content: center;
29494
+ align-items: center;
29495
+ }
29496
+ .E_fde5mpd .error-text {
29497
+ color: rgba(10, 37, 85, 0.6);
29498
+ margin-bottom: 16px;
29499
+ font-size: 18px;
29500
+ }
29501
+
29502
+ .E_iap75of {
29503
+ height: 18px;
29504
+ line-height: 18px;
29505
+ padding: 0 4px;
29506
+ border-radius: 4px;
29507
+ background: rgba(235, 239, 245, 0.6);
29508
+ border: 1px solid rgba(223, 228, 235, 0.6);
29509
+ display: flex;
29510
+ align-items: center;
29511
+ white-space: nowrap;
29512
+ margin-right: 4px;
29513
+ }
29514
+
29515
+ .E_bpq0js6 {
29516
+ padding: 4px 11px;
29517
+ }
29518
+
29519
+ .E_b15sn34c {
29520
+ white-space: nowrap;
29521
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29522
+ }
29523
+ .E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29524
+ --color: #0080ff;
29525
+ }
29526
+ .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] {
29527
+ --color: #0080ff;
29528
+ }
29529
+ .E_b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29530
+ margin-left: 1px;
29531
+ }
29532
+ .E_b15sn34c > .ant-btn:not(:only-child):first-child {
29533
+ border-top-right-radius: 0;
29534
+ border-bottom-right-radius: 0;
29535
+ }
29536
+ .E_b15sn34c > .ant-btn:not(:only-child):last-child {
29537
+ border-top-left-radius: 0;
29538
+ border-bottom-left-radius: 0;
29539
+ }
29540
+ .E_b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29541
+ border-radius: unset;
29542
+ }
29543
+
29544
+ .E_i1mrf09m {
29545
+ display: inline-flex;
29546
+ align-items: center;
29547
+ }
29548
+ .E_i1mrf09m .icon-inner {
29549
+ display: inline-flex;
29550
+ align-items: center;
29551
+ justify-content: center;
29552
+ }
29553
+ .E_i1mrf09m .icon-inner + span,
29554
+ .E_i1mrf09m span + .icon-inner.suffix {
29555
+ margin-left: 4px;
29556
+ }
29557
+ .E_i1mrf09m.is-rotate img,
29558
+ .E_i1mrf09m.is-rotate svg {
29559
+ animation: rotate 680ms linear infinite;
29560
+ }
29561
+
29487
29562
  .E_buj61ew.ant-btn-icon-only {
29488
29563
  justify-content: center;
29489
29564
  }
@@ -29734,94 +29809,6 @@ html body {
29734
29809
  padding: 0;
29735
29810
  }
29736
29811
 
29737
- .E_bpq0js6 {
29738
- padding: 4px 11px;
29739
- }
29740
-
29741
- .E_b15sn34c {
29742
- white-space: nowrap;
29743
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29744
- }
29745
- .E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29746
- --color: #0080ff;
29747
- }
29748
- .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] {
29749
- --color: #0080ff;
29750
- }
29751
- .E_b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29752
- margin-left: 1px;
29753
- }
29754
- .E_b15sn34c > .ant-btn:not(:only-child):first-child {
29755
- border-top-right-radius: 0;
29756
- border-bottom-right-radius: 0;
29757
- }
29758
- .E_b15sn34c > .ant-btn:not(:only-child):last-child {
29759
- border-top-left-radius: 0;
29760
- border-bottom-left-radius: 0;
29761
- }
29762
- .E_b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29763
- border-radius: unset;
29764
- }
29765
-
29766
- .E_fde5mpd {
29767
- width: 100%;
29768
- height: 100%;
29769
- min-height: 124px;
29770
- display: flex;
29771
- flex-direction: column;
29772
- justify-content: center;
29773
- align-items: center;
29774
- }
29775
- .E_fde5mpd .error-text {
29776
- color: rgba(10, 37, 85, 0.6);
29777
- margin-bottom: 16px;
29778
- font-size: 18px;
29779
- }
29780
-
29781
- .E_iap75of {
29782
- height: 18px;
29783
- line-height: 18px;
29784
- padding: 0 4px;
29785
- border-radius: 4px;
29786
- background: rgba(235, 239, 245, 0.6);
29787
- border: 1px solid rgba(223, 228, 235, 0.6);
29788
- display: flex;
29789
- align-items: center;
29790
- white-space: nowrap;
29791
- margin-right: 4px;
29792
- }
29793
-
29794
- .E_i1mrf09m {
29795
- display: inline-flex;
29796
- align-items: center;
29797
- }
29798
- .E_i1mrf09m .icon-inner {
29799
- display: inline-flex;
29800
- align-items: center;
29801
- justify-content: center;
29802
- }
29803
- .E_i1mrf09m .icon-inner + span,
29804
- .E_i1mrf09m span + .icon-inner.suffix {
29805
- margin-left: 4px;
29806
- }
29807
- .E_i1mrf09m.is-rotate img,
29808
- .E_i1mrf09m.is-rotate svg {
29809
- animation: rotate 680ms linear infinite;
29810
- }
29811
-
29812
- .E_obf05yr {
29813
- display: inline-block;
29814
- }
29815
-
29816
- .E_hsms1n6 {
29817
- visibility: hidden;
29818
- position: absolute;
29819
- }
29820
-
29821
- .E_i1e4sgug {
29822
- display: inline-block;
29823
- }
29824
-
29825
29812
  .E_s34f1qb.ant-switch {
29826
29813
  min-width: 40px;
29827
29814
  height: 24px;
@@ -29877,1787 +29864,1800 @@ html body {
29877
29864
  margin-left: 5px;
29878
29865
  }
29879
29866
 
29880
- .E_d6j0lbj {
29881
- font-family: Inter;
29882
- font-style: normal;
29883
- font-weight: bold;
29884
- font-size: 32px;
29885
- line-height: 40px;
29867
+ .E_p12gwtiw {
29868
+ display: flex;
29869
+ justify-content: space-between;
29870
+ align-items: center;
29871
+ padding: 10px 0;
29872
+ color: rgba(44, 56, 82, 0.6);
29873
+ font-size: 12px;
29874
+ line-height: 24px;
29886
29875
  }
29887
-
29888
- .E_d1xhvvxe {
29889
- font-family: Inter;
29890
- font-style: normal;
29876
+ .E_p12gwtiw .pagination-left {
29877
+ padding: 2px 8px;
29878
+ }
29879
+ .E_p12gwtiw .dropdown-trigger {
29880
+ display: flex;
29881
+ align-items: center;
29882
+ border-radius: 6px;
29883
+ cursor: pointer;
29884
+ transition: all 0.3s ease;
29885
+ }
29886
+ .E_p12gwtiw .dropdown-trigger:hover {
29887
+ background: rgba(211, 218, 235, 0.6);
29888
+ color: #0080ff;
29889
+ }
29890
+ .E_p12gwtiw .dropdown-trigger .icon-inner {
29891
+ margin-left: 4px;
29892
+ }
29893
+ .E_p12gwtiw .pagination-right {
29894
+ display: flex;
29895
+ align-items: center;
29896
+ color: #0080ff;
29891
29897
  font-weight: bold;
29892
- font-size: 24px;
29893
- line-height: 32px;
29894
29898
  }
29895
-
29896
- .E_dk10mxq {
29897
- font-family: Inter;
29898
- font-style: normal;
29899
- font-weight: normal;
29900
- font-size: 32px;
29901
- line-height: 40px;
29899
+ .E_p12gwtiw .pagination-right .icon-inner {
29900
+ margin-left: 4px;
29901
+ }
29902
+ .E_p12gwtiw .pagination-right .prev-btn,
29903
+ .E_p12gwtiw .pagination-right .next-btn {
29904
+ padding: 0 8px;
29905
+ }
29906
+ .E_p12gwtiw .pagination-right .prev-btn > span,
29907
+ .E_p12gwtiw .pagination-right .next-btn > span {
29908
+ color: #0080ff;
29909
+ }
29910
+ .E_p12gwtiw .pagination-right .next-btn .icon-inner {
29911
+ transform: rotate(180deg);
29902
29912
  }
29903
29913
 
29904
- .E_dxsait {
29905
- font-family: Inter;
29906
- font-style: normal;
29907
- font-weight: bold;
29908
- font-size: 20px;
29909
- line-height: 24px;
29914
+ .E_d1bnu0in.ant-dropdown .ant-dropdown-menu {
29915
+ max-height: calc(100vh - 128px);
29916
+ overflow-y: auto;
29917
+ }
29918
+ .E_d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
29919
+ padding: 4px 20px;
29920
+ font-size: 12px;
29921
+ line-height: 18px;
29910
29922
  }
29911
29923
 
29912
- .E_dokn0h3 {
29913
- font-family: Inter;
29914
- font-style: normal;
29915
- font-weight: normal;
29916
- font-size: 20px;
29917
- line-height: 24px;
29924
+ .E_obf05yr {
29925
+ display: inline-block;
29918
29926
  }
29919
29927
 
29920
- .E_dobau4p {
29921
- font-family: Inter;
29922
- font-style: normal;
29923
- font-weight: bold;
29924
- font-size: 18px;
29925
- line-height: 22px;
29928
+ .E_hsms1n6 {
29929
+ visibility: hidden;
29930
+ position: absolute;
29926
29931
  }
29927
29932
 
29928
- .E_dvolwok {
29929
- font-family: Inter;
29930
- font-style: normal;
29931
- font-weight: normal;
29932
- font-size: 18px;
29933
- line-height: 22px;
29934
- }
29935
-
29936
- .E_h181qhg4 {
29937
- font-family: Inter;
29938
- font-style: normal;
29939
- font-weight: bold;
29940
- font-size: 16px;
29941
- line-height: 22px;
29933
+ .E_s1ebs0ra {
29934
+ display: flex;
29935
+ align-items: center;
29936
+ justify-content: space-between;
29937
+ background: #edf0f7;
29938
+ padding: 8px 12px;
29939
+ position: sticky;
29940
+ top: 0;
29941
+ z-index: 1;
29942
+ margin-bottom: -52px;
29942
29943
  }
29943
-
29944
- .E_h1phgmcq {
29945
- font-family: Inter;
29946
- font-style: normal;
29947
- font-weight: normal;
29948
- font-size: 16px;
29949
- line-height: 22px;
29944
+ .E_s1ebs0ra .select-total {
29945
+ display: flex;
29946
+ align-items: center;
29947
+ font-weight: 700;
29948
+ flex-shrink: 0;
29950
29949
  }
29951
-
29952
- .E_h173xnl1 {
29953
- font-family: Inter;
29954
- font-style: normal;
29955
- font-weight: bold;
29956
- font-size: 14px;
29957
- line-height: 20px;
29950
+ .E_s1ebs0ra .select-total .icon-wrapper {
29951
+ cursor: pointer;
29952
+ margin-left: 8px;
29953
+ width: 32px;
29954
+ height: 32px;
29955
+ border-radius: 50%;
29956
+ justify-content: center;
29958
29957
  }
29959
-
29960
- .E_hedm4pz {
29961
- font-family: Inter;
29962
- font-style: normal;
29963
- font-weight: normal;
29964
- font-size: 14px;
29965
- line-height: 20px;
29958
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
29959
+ background: rgba(225, 230, 241, 0.6);
29966
29960
  }
29967
-
29968
- .E_h1kd8xld {
29969
- font-family: Inter;
29970
- font-style: normal;
29971
- font-weight: bold;
29972
- font-size: 12px;
29973
- line-height: 18px;
29961
+ .E_s1ebs0ra .action-group {
29962
+ flex: 1;
29963
+ margin-left: 88px;
29964
+ white-space: nowrap;
29965
+ text-align: right;
29966
+ position: relative;
29967
+ padding: 4px 0;
29968
+ margin-top: -4px;
29969
+ overflow: hidden;
29974
29970
  }
29975
-
29976
- .E_hp14fr {
29977
- font-family: Inter;
29978
- font-style: normal;
29979
- font-weight: normal;
29980
- font-size: 12px;
29981
- line-height: 18px;
29971
+ .E_s1ebs0ra .action-group .sub-menu-delete {
29972
+ transform: translateY(-4px);
29982
29973
  }
29983
-
29984
- .E_hgrg7mn {
29985
- font-family: Inter;
29986
- font-style: normal;
29987
- font-weight: bold;
29988
- text-transform: uppercase;
29989
- font-feature-settings: "cpsp" on;
29990
- font-size: 12px;
29991
- line-height: 18px;
29974
+ .E_s1ebs0ra .action-group button {
29975
+ border: none;
29992
29976
  }
29993
-
29994
- .E_h6zme9x {
29995
- font-family: Inter;
29996
- font-style: normal;
29997
- font-weight: normal;
29998
- text-transform: uppercase;
29999
- font-feature-settings: "cpsp" on;
30000
- font-size: 12px;
30001
- line-height: 18px;
29977
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
29978
+ margin-right: 8px;
30002
29979
  }
30003
-
30004
- .E_locjvsv {
30005
- font-family: Inter;
30006
- font-style: normal;
30007
- font-weight: normal;
30008
- font-size: 16px;
30009
- line-height: 24px;
29980
+ .E_s1ebs0ra .action-group > button:last-child {
29981
+ margin-right: 4px;
30010
29982
  }
30011
-
30012
- .E_l13gi131 {
30013
- font-family: Inter;
30014
- font-style: normal;
30015
- font-weight: bold;
30016
- font-size: 16px;
30017
- line-height: 24px;
29983
+ .E_s1ebs0ra .action-group .more-btn {
29984
+ cursor: pointer;
29985
+ width: 32px;
29986
+ height: 32px;
29987
+ justify-content: center;
29988
+ border-radius: 50%;
30018
29989
  }
30019
-
30020
- .E_l1ynemsu {
30021
- font-family: Inter;
30022
- font-style: normal;
30023
- font-weight: normal;
30024
- font-size: 16px;
30025
- line-height: 24px;
29990
+ .E_s1ebs0ra .action-group .more-btn:hover {
29991
+ background: #fff;
30026
29992
  }
30027
29993
 
30028
- .E_l1cft1cx {
30029
- font-family: Inter;
30030
- font-style: normal;
30031
- font-weight: bold;
30032
- font-size: 16px;
30033
- line-height: 24px;
29994
+ .E_rxbeqvl.ant-radio-wrapper {
29995
+ display: inline-flex;
29996
+ align-items: baseline;
29997
+ white-space: pre-wrap;
30034
29998
  }
30035
-
30036
- .E_l17tqc8p {
30037
- font-family: Inter;
30038
- font-style: normal;
30039
- font-weight: normal;
30040
- text-transform: uppercase;
30041
- font-feature-settings: "cpsp" on;
30042
- font-size: 16px;
30043
- line-height: 24px;
29999
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio {
30000
+ position: relative;
30001
+ top: 3px;
30044
30002
  }
30045
-
30046
- .E_l1j1e5w7 {
30047
- font-family: Inter;
30048
- font-style: normal;
30049
- font-weight: bold;
30050
- text-transform: uppercase;
30051
- font-feature-settings: "cpsp" on;
30052
- font-size: 16px;
30053
- line-height: 24px;
30003
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30004
+ border-color: rgba(107, 128, 167, 0.6);
30054
30005
  }
30055
-
30056
- .E_l1gf91jb {
30057
- font-family: Inter;
30058
- font-style: normal;
30059
- font-weight: normal;
30060
- font-size: 14px;
30061
- line-height: 22px;
30006
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30007
+ border-color: #0080ff;
30062
30008
  }
30063
-
30064
- .E_lu7hlr6 {
30065
- font-family: Inter;
30066
- font-style: normal;
30067
- font-weight: 500;
30068
- font-size: 14px;
30069
- line-height: 22px;
30009
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30010
+ border-color: #0080ff;
30011
+ background: #0080ff;
30070
30012
  }
30071
-
30072
- .E_l3l3jf0 {
30073
- font-family: Inter;
30074
- font-style: normal;
30075
- font-weight: bold;
30076
- font-size: 14px;
30077
- line-height: 22px;
30013
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30014
+ top: 4px;
30015
+ left: 4px;
30016
+ width: 6px;
30017
+ height: 6px;
30018
+ background: #fff;
30078
30019
  }
30079
-
30080
- .E_l12j5nqp {
30081
- font-family: Inter;
30082
- font-style: normal;
30083
- font-weight: normal;
30084
- font-size: 14px;
30085
- line-height: 22px;
30020
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30021
+ opacity: 0.5;
30086
30022
  }
30087
-
30088
- .E_l1tecqht {
30089
- font-family: Inter;
30090
- font-style: normal;
30091
- font-weight: bold;
30092
- font-size: 14px;
30093
- line-height: 22px;
30023
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30024
+ border-color: rgba(107, 128, 167, 0.6);
30025
+ background: rgba(211, 218, 235, 0.6);
30094
30026
  }
30095
-
30096
- .E_l6sa990 {
30097
- font-family: Inter;
30098
- font-style: normal;
30099
- font-weight: normal;
30100
- text-transform: uppercase;
30101
- font-feature-settings: "cpsp" on;
30102
- font-size: 14px;
30103
- line-height: 22px;
30027
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30028
+ background: #00122e;
30104
30029
  }
30105
-
30106
- .E_lckqe8j {
30107
- font-family: Inter;
30108
- font-style: normal;
30109
- font-weight: bold;
30110
- text-transform: uppercase;
30111
- font-feature-settings: "cpsp" on;
30112
- font-size: 14px;
30113
- line-height: 22px;
30030
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30031
+ color: #00122e;
30032
+ opacity: 0.5;
30114
30033
  }
30115
-
30116
- .E_l1kuminb {
30117
- font-family: Inter;
30118
- font-style: normal;
30119
- font-weight: normal;
30120
- font-size: 13px;
30121
- line-height: 20px;
30034
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30035
+ color: #00122e;
30122
30036
  }
30123
-
30124
- .E_l1pbuf5j {
30125
- font-family: Inter;
30126
- font-style: normal;
30127
- font-weight: 600;
30128
- font-size: 13px;
30129
- line-height: 20px;
30037
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio + span {
30038
+ display: inline-block;
30039
+ padding: 0;
30040
+ padding-left: 12px;
30130
30041
  }
30131
-
30132
- .E_l1r4ztu {
30133
- font-family: Inter;
30134
- font-style: normal;
30135
- font-weight: bold;
30136
- font-size: 13px;
30137
- line-height: 20px;
30042
+ .E_rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30043
+ margin-bottom: 0;
30044
+ white-space: pre-wrap;
30045
+ color: rgba(44, 56, 82, 0.6);
30138
30046
  }
30139
-
30140
- .E_ly8vzok {
30141
- font-family: Inter;
30142
- font-style: normal;
30143
- font-weight: normal;
30144
- font-size: 13px;
30145
- line-height: 20px;
30047
+ .E_rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30048
+ padding-left: 8px;
30146
30049
  }
30147
30050
 
30148
- .E_lumfmf {
30149
- font-family: Inter;
30150
- font-style: normal;
30151
- font-weight: 600;
30152
- font-size: 13px;
30153
- line-height: 20px;
30051
+ .E_r5ie79y .ant-radio-button-wrapper:first-child {
30052
+ border-radius: 5px 0 0 5px;
30154
30053
  }
30155
-
30156
- .E_l16ujwmv {
30157
- font-family: Inter;
30158
- font-style: normal;
30159
- font-weight: bold;
30160
- font-size: 13px;
30161
- line-height: 20px;
30054
+ .E_r5ie79y .ant-radio-button-wrapper:last-child {
30055
+ border-radius: 0 5px 5px 0;
30162
30056
  }
30163
30057
 
30164
- .E_l17o1ffr {
30165
- font-family: Inter;
30166
- font-style: normal;
30167
- font-weight: normal;
30168
- text-transform: uppercase;
30169
- font-feature-settings: "cpsp" on;
30170
- font-size: 13px;
30171
- line-height: 20px;
30058
+ .E_r1f0aqcc {
30059
+ color: #00122e;
30060
+ border-color: #ccd4e3;
30172
30061
  }
30173
-
30174
- .E_lngllvn {
30175
- font-family: Inter;
30176
- font-style: normal;
30177
- font-weight: bold;
30178
- text-transform: uppercase;
30179
- font-feature-settings: "cpsp" on;
30180
- font-size: 13px;
30181
- line-height: 20px;
30062
+ .E_r1f0aqcc:first-child {
30063
+ border-color: #a3b4cc;
30182
30064
  }
30183
-
30184
- .E_l2i7fo9 {
30185
- font-family: Inter;
30186
- font-style: normal;
30187
- font-weight: normal;
30188
- font-size: 12px;
30189
- line-height: 18px;
30065
+ .E_r1f0aqcc.ant-radio-button-wrapper {
30066
+ padding: 0 12px;
30067
+ line-height: 32px;
30068
+ height: 32px;
30190
30069
  }
30191
-
30192
- .E_l1x7hscx {
30193
- font-family: Inter;
30194
- font-style: normal;
30195
- font-weight: 500;
30196
- font-size: 12px;
30197
- line-height: 18px;
30070
+ .E_r1f0aqcc.ant-radio-button-wrapper > span + span {
30071
+ white-space: nowrap;
30198
30072
  }
30199
-
30200
- .E_le1jwan {
30201
- font-family: Inter;
30202
- font-style: normal;
30203
- font-weight: bold;
30204
- font-size: 12px;
30205
- line-height: 18px;
30073
+ .ant-radio-group-small .E_r1f0aqcc.ant-radio-button-wrapper {
30074
+ height: 22px;
30075
+ padding: 0 7px;
30076
+ line-height: 20px;
30206
30077
  }
30207
-
30208
- .E_lyxynfj {
30209
- font-family: Inter;
30210
- font-style: normal;
30211
- font-weight: normal;
30212
- font-size: 12px;
30213
- line-height: 18px;
30078
+ .E_r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30079
+ background: #ccd4e3;
30214
30080
  }
30215
-
30216
- .E_lpb2nxv {
30217
- font-family: Inter;
30218
- font-style: normal;
30219
- font-weight: 500;
30220
- font-size: 12px;
30221
- line-height: 18px;
30081
+ .E_r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30082
+ background: #0080ff;
30222
30083
  }
30223
-
30224
- .E_l1r8o3vv {
30225
- font-family: Inter;
30226
- font-style: normal;
30227
- font-weight: bold;
30228
- font-size: 12px;
30229
- line-height: 18px;
30084
+ .E_r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30085
+ background: #ccd4e3;
30086
+ opacity: 0.5;
30230
30087
  }
30231
-
30232
- .E_lemnjy2 {
30233
- font-family: Inter;
30234
- font-style: normal;
30235
- font-weight: normal;
30236
- text-transform: uppercase;
30237
- font-feature-settings: "cpsp" on;
30238
- font-size: 12px;
30239
- line-height: 18px;
30088
+ .E_r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30089
+ border-right-color: #0080ff;
30240
30090
  }
30241
-
30242
- .E_lrc42gb {
30243
- font-family: Inter;
30244
- font-style: normal;
30245
- font-weight: bold;
30246
- text-transform: uppercase;
30247
- font-feature-settings: "cpsp" on;
30248
- font-size: 12px;
30249
- line-height: 18px;
30091
+ .E_r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30092
+ border-color: #0080ff;
30250
30093
  }
30251
-
30252
- .E_fqaz4mb {
30253
- font-family: Inter;
30254
- font-style: normal;
30255
- font-weight: normal;
30256
- font-size: 13px;
30257
- line-height: 20px;
30094
+ .E_r1f0aqcc.ant-radio-button-wrapper-checked {
30095
+ background: rgba(0, 136, 255, 0.1);
30258
30096
  }
30259
-
30260
- .E_f13we5o {
30261
- font-family: Inter;
30262
- font-style: normal;
30263
- font-weight: normal;
30264
- font-size: 13px;
30265
- line-height: 20px;
30097
+ .E_r1f0aqcc.ant-radio-button-wrapper-disabled {
30098
+ background: rgba(211, 218, 235, 0.6);
30099
+ border-color: #ccd4e3;
30100
+ opacity: 0.5;
30266
30101
  }
30267
-
30268
- .E_ffmjua2 {
30269
- font-family: Inter;
30270
- font-style: normal;
30271
- font-weight: normal;
30272
- font-size: 12px;
30273
- line-height: 18px;
30102
+ .E_r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30103
+ color: #00122e;
30104
+ border-color: #ccd4e3;
30274
30105
  }
30275
-
30276
- .E_fz2mxw0 {
30277
- font-family: Inter;
30278
- font-style: normal;
30279
- font-weight: normal;
30280
- font-size: 12px;
30281
- line-height: 18px;
30106
+ .E_r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30107
+ color: #00122e;
30108
+ border-color: #ccd4e3;
30109
+ background: rgba(172, 186, 211, 0.6);
30282
30110
  }
30283
-
30284
- .E_t1ertzoh {
30285
- font-family: Inter;
30286
- font-style: normal;
30287
- font-weight: normal;
30288
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30289
- font-size: 13px;
30290
- line-height: 20px;
30111
+ .E_r1f0aqcc .ant-radio-button-input {
30112
+ margin-right: 8px;
30113
+ display: inline;
30114
+ border: none;
30115
+ padding: 0;
30116
+ width: 36px;
30117
+ background: transparent;
30291
30118
  }
30292
-
30293
- .E_t19bge8r {
30294
- font-family: Inter;
30295
- font-style: normal;
30296
- font-weight: normal;
30297
- font-feature-settings: "zero" on;
30298
- font-size: 13px;
30299
- line-height: 20px;
30119
+ .E_r1f0aqcc .ant-radio-button-input:focus {
30120
+ box-shadow: none;
30300
30121
  }
30301
-
30302
- .E_tjrzfyl {
30303
- font-family: Inter;
30304
- font-style: normal;
30305
- font-weight: normal;
30306
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30307
- font-size: 12px;
30308
- line-height: 18px;
30122
+ .E_r1f0aqcc .ant-radio-button-input.ant-input-number {
30123
+ margin-right: 0;
30124
+ width: initial;
30125
+ box-shadow: none;
30309
30126
  }
30310
-
30311
- .E_tm6s7bo {
30312
- font-family: Inter;
30313
- font-style: normal;
30314
- font-weight: 500;
30315
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30316
- font-size: 12px;
30317
- line-height: 18px;
30127
+ .E_r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30128
+ display: none;
30318
30129
  }
30319
-
30320
- .E_t19zq6ic {
30321
- font-family: Inter;
30322
- font-style: normal;
30323
- font-weight: normal;
30324
- font-feature-settings: "zero" on;
30325
- font-size: 12px;
30326
- line-height: 18px;
30130
+ .E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30131
+ display: inline;
30132
+ }
30133
+ .E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30134
+ display: inline;
30135
+ margin-right: 8px;
30136
+ padding: 0;
30137
+ width: 36px;
30327
30138
  }
30328
30139
 
30329
- .E_t1gduru8 {
30330
- font-family: Inter;
30331
- font-style: normal;
30332
- font-weight: 500;
30333
- font-feature-settings: "zero" on;
30334
- font-size: 12px;
30335
- line-height: 18px;
30140
+ .E_i1e4sgug {
30141
+ display: inline-block;
30336
30142
  }
30337
30143
 
30338
- .E_t55raab {
30339
- font-family: Inter;
30340
- font-style: normal;
30341
- font-weight: bold;
30342
- font-feature-settings: "zero" on;
30343
- font-size: 16px;
30344
- line-height: 24px;
30144
+ .E_cz04yix {
30145
+ display: flex;
30146
+ flex-direction: column;
30345
30147
  }
30346
30148
 
30347
- .E_u1w9abfe {
30348
- font-family: Inter;
30349
- font-style: normal;
30350
- font-weight: normal;
30351
- font-size: 10px;
30352
- line-height: 12px;
30149
+ .E_m1if5j39 {
30150
+ max-width: 1120px;
30151
+ width: 100%;
30152
+ margin: 0 auto;
30153
+ height: 100%;
30353
30154
  }
30354
30155
 
30355
- .E_s1ebs0ra {
30156
+ .E_w1vvwdlp {
30157
+ max-width: 1120px;
30158
+ width: 100%;
30159
+ margin: 0 auto;
30356
30160
  display: flex;
30357
- align-items: center;
30358
- justify-content: space-between;
30359
- background: #edf0f7;
30360
- padding: 8px 12px;
30361
- position: sticky;
30362
- top: 0;
30363
- z-index: 1;
30364
- margin-bottom: -52px;
30365
30161
  }
30366
- .E_s1ebs0ra .select-total {
30162
+ .E_w1vvwdlp .left,
30163
+ .E_w1vvwdlp .right {
30164
+ flex-grow: 0;
30165
+ flex-shrink: 0;
30166
+ flex-basis: 21%;
30167
+ }
30168
+ .E_w1vvwdlp .left {
30367
30169
  display: flex;
30368
- align-items: center;
30369
- font-weight: 700;
30170
+ justify-content: flex-end;
30171
+ padding-right: 44px;
30172
+ }
30173
+ .E_w1vvwdlp .right {
30174
+ padding-left: 44px;
30175
+ }
30176
+ .E_w1vvwdlp .middle {
30177
+ margin-bottom: 40px;
30178
+ flex-grow: 0;
30370
30179
  flex-shrink: 0;
30180
+ flex-basis: 58%;
30371
30181
  }
30372
- .E_s1ebs0ra .select-total .icon-wrapper {
30373
- cursor: pointer;
30374
- margin-left: 8px;
30375
- width: 32px;
30376
- height: 32px;
30377
- border-radius: 50%;
30378
- justify-content: center;
30182
+ .E_w1vvwdlp .middle .form-base-field {
30183
+ width: 100%;
30379
30184
  }
30380
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
30381
- background: rgba(225, 230, 241, 0.6);
30185
+ .E_w1vvwdlp .middle .form-base-field .form-base-field {
30186
+ width: auto;
30382
30187
  }
30383
- .E_s1ebs0ra .action-group {
30384
- flex: 1;
30385
- margin-left: 88px;
30386
- white-space: nowrap;
30387
- text-align: right;
30388
- position: relative;
30389
- padding: 4px 0;
30390
- margin-top: -4px;
30188
+
30189
+ .E_h1cuopx7 .ant-modal-header {
30190
+ margin: 0 auto;
30191
+ width: 100%;
30192
+ max-width: 648px;
30193
+ }
30194
+ .E_h1cuopx7 .ant-modal-header .ant-modal-title {
30195
+ margin-left: 0;
30196
+ }
30197
+ .E_h1cuopx7 .ant-modal-body {
30198
+ margin: 0 auto;
30199
+ padding: 0;
30200
+ width: 100%;
30201
+ max-width: 648px;
30391
30202
  overflow: hidden;
30392
30203
  }
30393
- .E_s1ebs0ra .action-group .sub-menu-delete {
30394
- transform: translateY(-4px);
30204
+ .E_h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30205
+ margin-bottom: 40px;
30395
30206
  }
30396
- .E_s1ebs0ra .action-group button {
30397
- border: none;
30207
+ .E_h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30208
+ height: calc(100vh - 225px);
30209
+ overflow-y: auto;
30398
30210
  }
30399
- .E_s1ebs0ra .action-group > *:not(:last-child) {
30400
- margin-right: 8px;
30211
+ .E_h1cuopx7 .ant-modal-footer .footer-content {
30212
+ margin: 0 auto;
30213
+ max-width: 648px;
30401
30214
  }
30402
- .E_s1ebs0ra .action-group > button:last-child {
30403
- margin-right: 4px;
30215
+
30216
+ .E_h1p6d3y3 .ant-modal-header {
30217
+ margin: 0 auto;
30218
+ width: 100%;
30219
+ max-width: 1024px;
30404
30220
  }
30405
- .E_s1ebs0ra .action-group .more-btn {
30406
- cursor: pointer;
30407
- width: 32px;
30408
- height: 32px;
30409
- justify-content: center;
30410
- border-radius: 50%;
30221
+ .E_h1p6d3y3 .ant-modal-header .ant-modal-title {
30222
+ margin-left: 0;
30411
30223
  }
30412
- .E_s1ebs0ra .action-group .more-btn:hover {
30413
- background: #fff;
30224
+ .E_h1p6d3y3 .ant-modal-body {
30225
+ margin: 0 auto;
30226
+ padding: 0;
30227
+ width: 100%;
30228
+ max-width: 1024px;
30229
+ overflow: hidden;
30230
+ }
30231
+ .E_h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30232
+ margin-bottom: 40px;
30233
+ }
30234
+ .E_h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30235
+ height: calc(100vh - 225px);
30236
+ overflow-y: auto;
30237
+ }
30238
+ .E_h1p6d3y3 .ant-modal-footer .footer-content {
30239
+ margin: 0 auto;
30240
+ max-width: 1024px;
30414
30241
  }
30415
30242
 
30416
- .E_t1upn1sz {
30417
- height: 100%;
30243
+ .E_fxgckuk {
30244
+ flex: 1;
30245
+ }
30246
+ .E_fxgckuk label {
30247
+ font-size: 13px;
30248
+ line-height: 20px;
30249
+ color: rgba(44, 56, 82, 0.6);
30250
+ }
30251
+ .E_fxgckuk .title {
30252
+ font-size: 14px;
30253
+ line-height: 20px;
30254
+ color: #2d3a56;
30255
+ margin-bottom: 12px;
30256
+ }
30257
+ .E_fxgckuk.connect-cluster .title {
30258
+ padding-bottom: 26px;
30418
30259
  }
30419
30260
 
30420
- .E_tta5kd2 {
30421
- height: 100%;
30261
+ .E_f1d0vek1 {
30262
+ padding: 25px 0 15px 0;
30263
+ border-bottom: 1px solid #e1e5eb;
30264
+ margin-bottom: 16px;
30422
30265
  }
30423
- .E_tta5kd2.empty-table .ant-table-content {
30424
- overflow: visible !important;
30425
- height: 100%;
30266
+
30267
+ .E_f4u402y {
30268
+ display: flex;
30269
+ align-items: center;
30270
+ margin-bottom: 8px;
30426
30271
  }
30427
- .E_tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30428
- height: 100%;
30272
+ .E_f4u402y > label {
30273
+ width: 216px;
30429
30274
  }
30430
- .E_tta5kd2.empty-table .ant-table-content table {
30431
- width: 100% !important;
30432
- height: 100%;
30275
+ .E_f4u402y > label + * {
30276
+ width: 100%;
30433
30277
  }
30434
- .E_tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30435
- padding: 15px 0;
30278
+ .E_f4u402y .ant-select {
30279
+ width: 100%;
30436
30280
  }
30437
- .E_tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
30438
- display: none;
30281
+
30282
+ .E_e1pldf6v {
30283
+ color: #e75a3a;
30284
+ margin-right: 10px;
30439
30285
  }
30440
- .E_tta5kd2 .active-row td:nth-child(1) {
30441
- font-weight: 700;
30286
+
30287
+ .E_dq0gblh {
30288
+ width: 100%;
30289
+ height: 1px;
30290
+ background: rgba(213, 219, 227, 0.6);
30291
+ margin: 24px 0;
30442
30292
  }
30443
- .E_tta5kd2.has-selection .active-row td:nth-child(2) {
30444
- font-weight: 700;
30293
+
30294
+ .E_l1v7sr0n {
30295
+ display: flex;
30296
+ justify-content: center;
30297
+ align-items: center;
30298
+ height: 100%;
30299
+ }
30300
+
30301
+ .E_d1i4ou6o {
30302
+ display: inline-block;
30303
+ width: 4px;
30304
+ height: 4px;
30305
+ background: #8e9aa9;
30306
+ opacity: 0.4;
30307
+ border-radius: 50%;
30308
+ margin: 0 4px;
30309
+ }
30310
+
30311
+ .E_m1jy87hk .ant-modal-header,
30312
+ .E_m1jy87hk .ant-modal-footer .footer-content {
30313
+ width: 648px;
30314
+ margin: 0 auto;
30445
30315
  }
30446
- .E_tta5kd2 .ant-spin-nested-loading {
30447
- height: 100%;
30316
+ .E_m1jy87hk .ant-modal-header {
30317
+ padding: 35px 0 24px;
30318
+ border: none;
30448
30319
  }
30449
- .E_tta5kd2 .ant-spin-nested-loading .ant-spin-container {
30450
- height: 100%;
30451
- overflow: visible;
30320
+ .E_m1jy87hk .ant-modal-header .ant-modal-title {
30321
+ font-size: 30px;
30452
30322
  }
30453
- .E_tta5kd2 .ant-spin-nested-loading .ant-spin {
30454
- max-height: none;
30323
+ .E_m1jy87hk .ant-modal-body {
30324
+ padding: 4px 0 2px;
30455
30325
  }
30456
- .E_tta5kd2.table-init-loading .ant-spin-blur thead,
30457
- .E_tta5kd2.table-init-loading .ant-spin-blur tbody {
30458
- display: none;
30326
+ .E_m1jy87hk .ant-modal-footer {
30327
+ border: none;
30459
30328
  }
30460
- .E_tta5kd2 td.ant-table-column-sort {
30461
- background: transparent;
30329
+
30330
+ .E_ti7fpyu {
30331
+ font-size: 12px;
30332
+ line-height: 18px;
30333
+ font-weight: bold;
30334
+ color: #fff;
30335
+ padding: 0 4px;
30336
+ border-radius: 4px;
30337
+ display: inline-block;
30338
+ background: var(--ti7fpyu-0);
30462
30339
  }
30463
- .E_tta5kd2 td.ant-table-cell-fix-left,
30464
- .E_tta5kd2 td.ant-table-cell-fix-right {
30465
- background: #fff;
30466
- padding: 0 !important;
30340
+ .E_ti7fpyu:not(:first-child) {
30341
+ margin-left: 4px;
30467
30342
  }
30468
- .E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
30469
- .E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
30343
+
30344
+ .E_f1rest1f {
30345
+ width: 100%;
30346
+ height: 100%;
30470
30347
  display: flex;
30471
30348
  align-items: center;
30472
- height: 100%;
30473
- padding: 8px;
30349
+ justify-content: center;
30474
30350
  }
30475
- .E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30476
- .E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
30477
- overflow: hidden;
30478
- text-overflow: ellipsis;
30479
- width: 100%;
30351
+
30352
+ .E_n1kbdoln {
30353
+ font-size: 90%;
30354
+ font-weight: bold;
30355
+ background-color: rgba(240, 243, 247, 0.6);
30356
+ padding: 1px 4px 1px;
30357
+ margin-left: 2px;
30358
+ margin-right: 2px;
30359
+ border: 1px solid rgba(213, 219, 227, 0.6);
30360
+ border-radius: 4px;
30480
30361
  }
30481
- .E_tta5kd2 .ant-table-container {
30482
- height: 100%;
30362
+
30363
+ .E_f1y3gta0.form-item-general {
30364
+ width: 640px;
30483
30365
  }
30484
- .E_tta5kd2 .ant-table-container::before, .E_tta5kd2 .ant-table-container::after {
30485
- box-shadow: none !important;
30366
+ .E_f1y3gta0.form-item-general.form-item + .E_f1y3gta0.form-item-general.form-item {
30367
+ margin-top: 16px;
30486
30368
  }
30487
- .E_tta5kd2 .ant-table {
30488
- border-radius: 0px;
30489
- border-left: none;
30490
- border-right: none;
30491
- border-bottom: none;
30492
- height: 100%;
30493
- font-size: 12px;
30494
- background: transparent;
30369
+ .E_f1y3gta0.form-item-compact {
30370
+ width: 412px;
30495
30371
  }
30496
- .E_tta5kd2 .ant-table .ant-table-header {
30497
- position: relative;
30498
- z-index: 3;
30499
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30500
- margin-bottom: -1px;
30372
+ .E_f1y3gta0.form-item-compact.form-item + .E_f1y3gta0.form-item-compact.form-item {
30373
+ margin-top: 8px;
30501
30374
  }
30502
- .E_tta5kd2 .ant-table .time-wrapper .date,
30503
- .E_tta5kd2 .ant-table .value {
30504
- color: #2d3a56;
30375
+ .E_f1y3gta0 .form-item {
30376
+ width: auto;
30505
30377
  }
30506
- .E_tta5kd2 .ant-table .time-wrapper .time,
30507
- .E_tta5kd2 .ant-table .unit {
30508
- color: rgba(44, 56, 82, 0.6);
30378
+ .E_f1y3gta0 .form-item-main {
30379
+ position: relative;
30380
+ display: flex;
30509
30381
  }
30510
- .E_tta5kd2 .ant-table .ant-table-selection {
30511
- position: unset;
30512
- text-align: center;
30382
+ .E_f1y3gta0 .form-item-extra {
30383
+ margin-top: 4px;
30384
+ width: 100%;
30385
+ padding: 14px;
30386
+ background: #f2f4f6;
30387
+ font-size: 13px;
30388
+ line-height: 1.8;
30389
+ color: #8e9aa9;
30513
30390
  }
30514
- .E_tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30515
- background: #fff;
30391
+ .E_f1y3gta0 .form-item-label {
30392
+ padding-right: 12px;
30393
+ font-size: 13px;
30394
+ color: rgba(44, 56, 82, 0.6);
30516
30395
  }
30517
- .E_tta5kd2 .ant-table .anticon-setting {
30518
- cursor: pointer;
30519
- position: absolute;
30520
- top: 50%;
30521
- right: 12px;
30522
- transform: translateY(-50%);
30396
+ .E_f1y3gta0 .form-item-label.label-right {
30397
+ text-align: right;
30523
30398
  }
30524
- .E_tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30525
- box-shadow: none;
30526
- width: 1px;
30527
- background: rgba(213, 219, 227, 0.6);
30399
+ .E_f1y3gta0 .form-item-label,
30400
+ .E_f1y3gta0 .form-item-control {
30401
+ line-height: 32px;
30528
30402
  }
30529
- .E_tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30530
- box-shadow: none;
30531
- width: 1px;
30532
- background: rgba(213, 219, 227, 0.6);
30403
+ .E_f1y3gta0 .form-item-control .form-item-error {
30404
+ line-height: 18px;
30533
30405
  }
30534
- .E_tta5kd2 .ant-table .ant-table-tbody {
30535
- position: relative;
30406
+ .E_f1y3gta0 .form-item-children {
30407
+ width: 100%;
30536
30408
  }
30537
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
30538
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30539
- border-bottom: 1px solid white;
30540
- height: 40px;
30541
- vertical-align: middle;
30542
- transition: background 0ms;
30543
- color: #00122e;
30409
+ .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 {
30410
+ width: 100%;
30544
30411
  }
30545
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30546
- background: #f2f5fa;
30547
- border-bottom-color: #f2f5fa;
30412
+ .E_f1y3gta0 .form-item-error {
30413
+ color: #e75a3a;
30414
+ height: 0;
30415
+ overflow: hidden;
30548
30416
  }
30549
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30417
+ .E_f1y3gta0 .form-item-error-enter-done {
30418
+ margin-top: 4px;
30550
30419
  height: auto;
30551
- color: #00122e;
30552
- font-size: 12px;
30553
- text-align: left;
30554
- transition: none;
30555
- overflow: hidden;
30556
- text-overflow: ellipsis;
30557
- white-space: nowrap;
30420
+ overflow: auto;
30558
30421
  }
30559
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30560
- color: #0096ff;
30422
+ .E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30423
+ .E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30424
+ border: 1px solid #e75a3a;
30425
+ color: #e75a3a;
30561
30426
  }
30562
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30563
- overflow: hidden;
30564
- text-overflow: ellipsis;
30565
- width: 100%;
30566
- vertical-align: middle;
30427
+
30428
+ .E_fujbm7g {
30429
+ color: #2d3a56;
30430
+ font-weight: bold;
30431
+ padding-bottom: 6px;
30432
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30433
+ margin-bottom: 16px;
30567
30434
  }
30568
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30569
- line-height: 0px;
30435
+ .E_fujbm7g:not(:first-of-type) {
30436
+ margin-top: 16px;
30570
30437
  }
30571
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
30572
- padding-right: 25px;
30438
+
30439
+ .E_e5fsw5s {
30440
+ width: 8px;
30441
+ height: 24px;
30442
+ display: flex;
30443
+ justify-content: center;
30444
+ align-items: center;
30445
+ cursor: pointer;
30446
+ transition: all 200ms ease-out 40ms;
30573
30447
  }
30574
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30575
- border-top-color: transparent;
30448
+ .E_e5fsw5s:before, .E_e5fsw5s:after {
30449
+ content: "";
30450
+ width: 1px;
30451
+ height: 6px;
30452
+ border-radius: 1px;
30453
+ background: #ccd4e3;
30454
+ position: relative;
30455
+ right: 2px;
30456
+ transform: rotate(-45deg);
30576
30457
  }
30577
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
30578
- background: rgba(225, 230, 241, 0.6);
30579
- border-color: transparent transparent white;
30458
+ .E_e5fsw5s:after {
30459
+ transform: rotate(45deg);
30460
+ left: 1px;
30580
30461
  }
30581
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30582
- border-radius: 8px 0 0 8px;
30462
+
30463
+ .E_w18knsg4.ant-alert-warning {
30464
+ border: 0;
30465
+ background: rgba(255, 187, 0, 0.1);
30466
+ border-radius: 6px;
30583
30467
  }
30584
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30585
- border-radius: 8px 0 0 8px;
30468
+ .E_w18knsg4.ant-alert,
30469
+ .E_w18knsg4 .ant-alert-message {
30470
+ color: #e07f00;
30586
30471
  }
30587
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30588
- content: "";
30589
- width: 4px;
30590
- top: -1px;
30591
- bottom: -1px;
30592
- background: white;
30472
+ .E_w18knsg4.ant-alert .dashed-border-bottom,
30473
+ .E_w18knsg4 .ant-alert-message .dashed-border-bottom {
30474
+ border-bottom-color: #e07f00;
30593
30475
  }
30594
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30595
- border-radius: 0 8px 8px 0;
30476
+
30477
+ .E_ng31n2o {
30478
+ display: flex;
30479
+ flex-direction: row;
30480
+ padding: 7px 12px;
30481
+ background: rgba(255, 187, 0, 0.1);
30482
+ border-radius: 6px;
30483
+ color: #e07f00;
30484
+ font-size: 12px;
30485
+ line-height: 18px;
30596
30486
  }
30597
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30598
- border-radius: 0;
30599
- background: white;
30600
- border-top: none;
30487
+ .E_ng31n2o .icon-wrapper {
30488
+ margin-right: 10px;
30489
+ height: 18px;
30601
30490
  }
30602
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30603
- border-top: 1px solid transparent;
30604
- border-radius: 0 8px 8px 0;
30491
+
30492
+ .E_n15x5f5y {
30493
+ display: flex;
30494
+ flex-direction: row;
30495
+ padding: 7px 12px;
30605
30496
  background: rgba(225, 230, 241, 0.6);
30497
+ border-radius: 6px;
30498
+ color: rgba(44, 56, 82, 0.6);
30499
+ font-size: 12px;
30500
+ line-height: 18px;
30606
30501
  }
30607
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30608
- background: white;
30609
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30502
+ .E_n15x5f5y .icon-wrapper {
30503
+ margin-right: 10px;
30504
+ height: 18px;
30610
30505
  }
30611
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
30506
+
30507
+ .E_i16ozz3f {
30612
30508
  display: flex;
30613
- align-items: center;
30614
- height: 100%;
30615
- background: rgba(225, 230, 241, 0.6);
30509
+ flex-direction: row;
30510
+ padding: 7px 12px;
30511
+ background: rgba(0, 136, 255, 0.1);
30512
+ border-radius: 6px;
30513
+ color: #005ed1;
30514
+ font-size: 12px;
30515
+ line-height: 18px;
30616
30516
  }
30617
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30618
- background: white;
30619
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30517
+ .E_i16ozz3f .icon-wrapper {
30518
+ margin-right: 10px;
30519
+ height: 18px;
30620
30520
  }
30621
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
30521
+
30522
+ .E_dszu9qr {
30523
+ color: rgba(44, 56, 82, 0.6);
30524
+ margin-top: 5px;
30525
+ font-size: 12px;
30526
+ line-height: 18px;
30527
+ }
30528
+
30529
+ .E_snxzgx {
30530
+ color: #f0483e;
30531
+ font-size: 12px;
30532
+ white-space: pre-wrap;
30533
+ }
30534
+
30535
+ .E_o1i4orqw {
30622
30536
  display: flex;
30623
30537
  align-items: center;
30624
- height: 100%;
30625
- background: rgba(225, 230, 241, 0.6);
30626
- }
30627
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
30628
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30538
+ justify-content: flex-end;
30629
30539
  }
30630
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
30631
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
30632
- border-radius: 8px;
30540
+ .E_o1i4orqw .icon-wrapper {
30541
+ margin-right: 16px;
30633
30542
  }
30634
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
30635
- border-top-color: white;
30543
+
30544
+ .E_t79k8o2 {
30545
+ color: rgba(0, 21, 64, 0.3);
30636
30546
  }
30637
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
30638
- background: rgba(0, 136, 255, 0.1);
30639
- border-bottom-color: transparent;
30640
- border-top-color: transparent;
30547
+
30548
+ .E_ipd9bk.ant-input {
30549
+ padding: 5px 12px;
30550
+ line-height: 20px;
30551
+ color: #2d3a56;
30552
+ border-radius: 6px;
30553
+ border-color: rgba(172, 186, 211, 0.6);
30554
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30641
30555
  }
30642
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
30643
- border-radius: 8px 0 0 8px;
30556
+ .E_ipd9bk.ant-input.ant-input-lg {
30557
+ padding: 8px 16px;
30558
+ line-height: 22px;
30644
30559
  }
30645
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
30646
- border-radius: 0 8px 8px 0;
30560
+ .E_ipd9bk.ant-input.ant-input-sm {
30561
+ padding: 2px 8px;
30562
+ line-height: 18px;
30647
30563
  }
30648
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
30649
- background: rgba(0, 136, 255, 0.1);
30564
+ .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 {
30565
+ border-color: rgba(107, 128, 167, 0.6);
30566
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30567
+ z-index: 1;
30650
30568
  }
30651
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th {
30652
- background: #fff;
30653
- font-weight: 400;
30654
- position: relative;
30655
- border-bottom: none;
30656
- color: #00122e;
30657
- transition: none;
30658
- padding: 15px 8px 15px 8px;
30569
+ .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 {
30570
+ border-color: #0096ff;
30571
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30572
+ z-index: 1;
30659
30573
  }
30660
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
30661
- content: "";
30662
- width: 1px;
30663
- top: 0;
30664
- bottom: 0;
30665
- background: rgba(211, 218, 235, 0.6);
30666
- position: absolute;
30667
- right: 0;
30574
+ .E_ipd9bk.ant-input.error:not([disabled]), .E_ipd9bk.ant-picker.error:not([disabled]), .E_ipd9bk.ant-input-number.error:not([disabled]) {
30575
+ border-color: #e75a3a;
30576
+ color: #e75a3a;
30668
30577
  }
30669
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
30670
- padding: unset;
30578
+ .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 {
30579
+ border-color: #e75a3a;
30580
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30671
30581
  }
30672
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
30673
- display: none;
30582
+ .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 {
30583
+ border-color: #e75a3a;
30584
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30674
30585
  }
30675
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
30676
- width: 100%;
30677
- overflow: hidden;
30678
- white-space: nowrap;
30679
- text-overflow: ellipsis;
30586
+ .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 {
30587
+ background: rgba(211, 218, 235, 0.6);
30588
+ color: rgba(0, 21, 64, 0.3);
30589
+ border-color: rgba(172, 186, 211, 0.6);
30680
30590
  }
30681
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
30682
- overflow: hidden;
30683
- text-overflow: ellipsis;
30684
- flex: 1;
30591
+ .E_ipd9bk.ant-input-affix-wrapper {
30592
+ padding: 5px 12px;
30593
+ border-radius: 6px;
30594
+ border-color: rgba(172, 186, 211, 0.6);
30595
+ line-height: 20px;
30596
+ color: #2d3a56;
30597
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30685
30598
  }
30686
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
30687
- padding: 15px 25px 15px 8px;
30599
+ .E_ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30600
+ .E_ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30601
+ color: rgba(44, 56, 82, 0.6);
30688
30602
  }
30689
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
30690
- padding: 0;
30603
+ .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30604
+ padding: 8px 16px;
30605
+ line-height: 22px;
30691
30606
  }
30692
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
30693
- position: absolute;
30694
- right: 6px;
30695
- top: 50%;
30696
- transform: translateY(-50%);
30697
- height: 16px;
30698
- display: none;
30699
- transition: transform 320ms ease;
30607
+ .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30608
+ padding: 2px 8px;
30609
+ line-height: 18px;
30700
30610
  }
30701
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
30702
- display: block;
30703
- transform: translateY(-50%) rotateX(180deg);
30611
+ .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 {
30612
+ border-color: rgba(107, 128, 167, 0.6);
30613
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30704
30614
  }
30705
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
30706
- display: block;
30615
+ .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 {
30616
+ border-color: #0096ff;
30617
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30707
30618
  }
30708
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
30709
- display: none;
30619
+ .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30620
+ border-color: #e75a3a;
30710
30621
  }
30711
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
30712
- transform: translateY(-50%);
30622
+ .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30623
+ color: #e75a3a;
30713
30624
  }
30714
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
30715
- transform: translateY(-50%) rotateX(180deg);
30625
+ .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 {
30626
+ border-color: #e75a3a;
30627
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30716
30628
  }
30717
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
30718
- background: #f2f5fa;
30629
+ .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 {
30630
+ border-color: #e75a3a;
30631
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30719
30632
  }
30720
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
30721
- display: block;
30633
+ .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30634
+ background: rgba(211, 218, 235, 0.6);
30635
+ color: rgba(0, 21, 64, 0.3);
30636
+ border-color: rgba(172, 186, 211, 0.6);
30722
30637
  }
30723
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
30724
- padding-right: 25px;
30638
+ textarea.E_ipd9bk.ant-input {
30639
+ transition-property: height;
30640
+ transition-delay: 50ms;
30725
30641
  }
30726
- .E_tta5kd2 .ant-table .ant-table-selection-column {
30727
- padding: 0 !important;
30642
+ textarea.E_ipd9bk.ant-input.textarea-large {
30643
+ min-height: 40px;
30644
+ height: 40px;
30728
30645
  }
30729
- .E_tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
30730
- position: absolute;
30731
- left: 50%;
30732
- top: 50%;
30733
- transform: translate(-50%, -50%);
30646
+ textarea.E_ipd9bk.ant-input.textarea-large:focus {
30647
+ height: 80px;
30734
30648
  }
30735
- .E_tta5kd2 .ant-table .ant-table-selection-column:after {
30736
- display: none;
30649
+ textarea.E_ipd9bk.ant-input.textarea-middle {
30650
+ min-height: 32px;
30651
+ height: 32px;
30737
30652
  }
30738
- .E_tta5kd2 .ant-table .ant-table-hide-scrollbar {
30739
- background: #fff;
30653
+ textarea.E_ipd9bk.ant-input.textarea-middle:focus {
30654
+ height: 64px;
30740
30655
  }
30741
- .E_tta5kd2 .ant-table .ant-table-placeholder {
30742
- background: inherit;
30656
+ textarea.E_ipd9bk.ant-input.textarea-small {
30657
+ min-height: 24px;
30658
+ height: 24px;
30743
30659
  }
30744
- .E_tta5kd2 .ant-table .ant-table-placeholder td {
30745
- position: static;
30746
- border: none;
30747
- background: inherit !important;
30748
- height: 100px;
30749
- vertical-align: middle;
30660
+ textarea.E_ipd9bk.ant-input.textarea-small:focus {
30661
+ height: 40px;
30750
30662
  }
30751
- .E_tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
30752
- .E_tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
30753
- font-weight: bold;
30754
- font-size: 20px;
30755
- color: rgba(10, 37, 85, 0.6);
30663
+
30664
+ .E_kypn5o5 input, .E_kypn5o5.input-tags {
30665
+ border: 1px solid rgba(213, 219, 227, 0.6);
30666
+ border-radius: 4px;
30756
30667
  }
30757
- .E_tta5kd2 .ant-table td.cell__action_ {
30758
- padding: 0 !important;
30668
+ .E_kypn5o5.input-tags {
30759
30669
  position: relative;
30760
- background: #fff;
30670
+ padding: 6px;
30671
+ height: 32px;
30672
+ cursor: pointer;
30673
+ transition: border 150ms;
30761
30674
  }
30762
- .E_tta5kd2 .ant-table td.cell__action_ > * {
30763
- height: 100%;
30764
- display: flex;
30765
- align-items: center;
30766
- justify-content: flex-end;
30767
- padding-right: 8px;
30675
+ .E_kypn5o5.input-tags:hover {
30676
+ border-color: #0080ff;
30677
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30768
30678
  }
30769
- .E_tta5kd2 .ant-table td.cell__action_ .menu-button {
30770
- width: 24px;
30771
- height: 24px;
30772
- cursor: pointer;
30773
- justify-content: center;
30774
- border-radius: 4px;
30679
+ .E_kypn5o5.input-tags.kit-input-suffix-wrapper {
30680
+ padding-right: 30px;
30775
30681
  }
30776
- .E_tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
30777
- background: #fff;
30682
+ .E_kypn5o5.input-tags .input-tags-inner {
30683
+ display: flex;
30778
30684
  }
30779
-
30780
- .E_p12gwtiw {
30685
+ .E_kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
30781
30686
  display: flex;
30782
- justify-content: space-between;
30783
- align-items: center;
30784
- padding: 10px 0;
30785
- color: rgba(44, 56, 82, 0.6);
30786
- font-size: 12px;
30787
- line-height: 24px;
30788
30687
  }
30789
- .E_p12gwtiw .pagination-left {
30790
- padding: 2px 8px;
30688
+ .E_kypn5o5.input-tags .input-tag-suffix {
30689
+ position: absolute;
30690
+ right: 12px;
30691
+ top: 50%;
30692
+ transform: translateY(-50%);
30791
30693
  }
30792
- .E_p12gwtiw .dropdown-trigger {
30793
- display: flex;
30794
- align-items: center;
30795
- border-radius: 6px;
30694
+ .E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
30695
+ color: rgba(0, 0, 0, 0.25);
30696
+ font-size: 12px;
30796
30697
  cursor: pointer;
30797
- transition: all 0.3s ease;
30798
30698
  }
30799
- .E_p12gwtiw .dropdown-trigger:hover {
30800
- background: rgba(211, 218, 235, 0.6);
30801
- color: #0080ff;
30699
+ .E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
30700
+ color: rgba(0, 0, 0, 0.45);
30802
30701
  }
30803
- .E_p12gwtiw .dropdown-trigger .icon-inner {
30804
- margin-left: 4px;
30702
+ .E_kypn5o5.has-focus-indicator {
30703
+ position: relative;
30704
+ overflow: hidden;
30805
30705
  }
30806
- .E_p12gwtiw .pagination-right {
30807
- display: flex;
30808
- align-items: center;
30809
- color: #0080ff;
30810
- font-weight: bold;
30706
+ .E_kypn5o5.has-focus-indicator .ant-input-prefix {
30707
+ position: absolute;
30708
+ top: 50%;
30709
+ transform: translateY(-50%);
30710
+ left: -16px;
30711
+ transition: left 150ms ease;
30712
+ opacity: 0;
30811
30713
  }
30812
- .E_p12gwtiw .pagination-right .icon-inner {
30813
- margin-left: 4px;
30714
+ .E_kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30715
+ left: 8px;
30716
+ opacity: 1;
30814
30717
  }
30815
- .E_p12gwtiw .pagination-right .prev-btn,
30816
- .E_p12gwtiw .pagination-right .next-btn {
30817
- padding: 0 8px;
30718
+ .E_kypn5o5.has-focus-indicator input {
30719
+ transition: margin-left 150ms ease;
30720
+ margin-left: 0px;
30818
30721
  }
30819
- .E_p12gwtiw .pagination-right .prev-btn > span,
30820
- .E_p12gwtiw .pagination-right .next-btn > span {
30821
- color: #0080ff;
30722
+ .E_kypn5o5.has-focus-indicator input:focus {
30723
+ margin-left: 16px;
30822
30724
  }
30823
- .E_p12gwtiw .pagination-right .next-btn .icon-inner {
30824
- transform: rotate(180deg);
30725
+
30726
+ input.E_l1ki27se.ant-input {
30727
+ border-top-right-radius: 0;
30728
+ border-bottom-right-radius: 0;
30825
30729
  }
30826
30730
 
30827
- .E_d1bnu0in.ant-dropdown .ant-dropdown-menu {
30828
- max-height: calc(100vh - 128px);
30829
- overflow-y: auto;
30731
+ .E_l1ki27se.ant-input-affix-wrapper {
30732
+ border-top-right-radius: 0;
30733
+ border-bottom-right-radius: 0;
30830
30734
  }
30831
- .E_d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30832
- padding: 4px 20px;
30833
- font-size: 12px;
30834
- line-height: 18px;
30735
+
30736
+ input.E_rrg1fkn.ant-input {
30737
+ border-top-left-radius: 0;
30738
+ border-bottom-left-radius: 0;
30835
30739
  }
30836
30740
 
30837
- .E_cz04yix {
30741
+ .E_rrg1fkn.ant-input-affix-wrapper {
30742
+ border-top-left-radius: 0;
30743
+ border-bottom-left-radius: 0;
30744
+ }
30745
+
30746
+ .E_lgr9b02.ant-select, .E_lgr9b02.ant-select .ant-select-selector {
30747
+ border-top-right-radius: 0;
30748
+ border-bottom-right-radius: 0;
30749
+ }
30750
+
30751
+ .E_r1af6yu8.ant-select, .E_r1af6yu8.ant-select .ant-select-selector {
30752
+ border-top-left-radius: 0;
30753
+ border-bottom-left-radius: 0;
30754
+ }
30755
+
30756
+ .E_c1t6wbwv {
30838
30757
  display: flex;
30839
30758
  flex-direction: column;
30840
30759
  }
30841
-
30842
- .E_m1if5j39 {
30843
- max-width: 1120px;
30760
+ .E_c1t6wbwv .select-wrapper {
30761
+ margin-top: 12px;
30762
+ }
30763
+ .E_c1t6wbwv .select-wrapper .select {
30844
30764
  width: 100%;
30845
- margin: 0 auto;
30846
- height: 100%;
30847
30765
  }
30848
-
30849
- .E_w1vvwdlp {
30850
- max-width: 1120px;
30766
+ .E_c1t6wbwv .radio-wrapper {
30767
+ margin-top: 24px;
30768
+ }
30769
+ .E_c1t6wbwv div.form-item {
30851
30770
  width: 100%;
30852
- margin: 0 auto;
30853
- display: flex;
30854
30771
  }
30855
- .E_w1vvwdlp .left,
30856
- .E_w1vvwdlp .right {
30857
- flex-grow: 0;
30858
- flex-shrink: 0;
30859
- flex-basis: 21%;
30772
+
30773
+ .E_d1k7vv5v {
30774
+ font-size: 14px;
30775
+ font-weight: 500;
30776
+ color: #3e4652;
30777
+ line-height: 18px;
30860
30778
  }
30861
- .E_w1vvwdlp .left {
30862
- display: flex;
30863
- justify-content: flex-end;
30864
- padding-right: 44px;
30779
+ .E_d1k7vv5v + .E_d1k7vv5v {
30780
+ margin-top: 16px;
30865
30781
  }
30866
- .E_w1vvwdlp .right {
30867
- padding-left: 44px;
30782
+ .E_d1k7vv5v + * {
30783
+ margin-top: 16px;
30868
30784
  }
30869
- .E_w1vvwdlp .middle {
30870
- margin-bottom: 40px;
30871
- flex-grow: 0;
30872
- flex-shrink: 0;
30873
- flex-basis: 58%;
30785
+
30786
+ .E_le7b9r4.E_d1k7vv5v {
30787
+ font-size: 12px;
30788
+ color: rgba(44, 56, 82, 0.6);
30789
+ margin-top: 12px;
30874
30790
  }
30875
- .E_w1vvwdlp .middle .form-base-field {
30876
- width: 100%;
30791
+
30792
+ .E_r1dnygxx.E_le7b9r4.E_d1k7vv5v {
30793
+ line-height: 18px;
30794
+ font-weight: 500;
30795
+ margin-top: 0;
30796
+ white-space: initial;
30877
30797
  }
30878
- .E_w1vvwdlp .middle .form-base-field .form-base-field {
30879
- width: auto;
30798
+
30799
+ .E_r12ddqmh {
30800
+ display: block;
30801
+ }
30802
+ .E_r12ddqmh span {
30803
+ font-size: 14px;
30804
+ font-weight: 500;
30805
+ line-height: 32px;
30806
+ color: #3e4652;
30880
30807
  }
30881
30808
 
30882
- .E_h1cuopx7 .ant-modal-header {
30883
- margin: 0 auto;
30884
- width: 100%;
30885
- max-width: 648px;
30809
+ .E_ctcr26a {
30810
+ margin-top: 8px;
30811
+ padding: 8px;
30812
+ border-radius: 6px;
30813
+ background: rgba(225, 230, 241, 0.6);
30814
+ color: rgba(44, 56, 82, 0.6);
30815
+ font-size: 12px;
30886
30816
  }
30887
- .E_h1cuopx7 .ant-modal-header .ant-modal-title {
30888
- margin-left: 0;
30817
+ .E_ctcr26a div {
30818
+ line-height: 20px;
30819
+ display: flex;
30820
+ align-items: center;
30821
+ word-break: break-all;
30889
30822
  }
30890
- .E_h1cuopx7 .ant-modal-body {
30891
- margin: 0 auto;
30892
- padding: 0;
30893
- width: 100%;
30894
- max-width: 648px;
30895
- overflow: hidden;
30823
+
30824
+ .E_d6j0lbj {
30825
+ font-family: Inter;
30826
+ font-style: normal;
30827
+ font-weight: bold;
30828
+ font-size: 32px;
30829
+ line-height: 40px;
30896
30830
  }
30897
- .E_h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30898
- margin-bottom: 40px;
30831
+
30832
+ .E_d1xhvvxe {
30833
+ font-family: Inter;
30834
+ font-style: normal;
30835
+ font-weight: bold;
30836
+ font-size: 24px;
30837
+ line-height: 32px;
30899
30838
  }
30900
- .E_h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30901
- height: calc(100vh - 225px);
30902
- overflow-y: auto;
30839
+
30840
+ .E_dk10mxq {
30841
+ font-family: Inter;
30842
+ font-style: normal;
30843
+ font-weight: normal;
30844
+ font-size: 32px;
30845
+ line-height: 40px;
30903
30846
  }
30904
- .E_h1cuopx7 .ant-modal-footer .footer-content {
30905
- margin: 0 auto;
30906
- max-width: 648px;
30847
+
30848
+ .E_dxsait {
30849
+ font-family: Inter;
30850
+ font-style: normal;
30851
+ font-weight: bold;
30852
+ font-size: 20px;
30853
+ line-height: 24px;
30907
30854
  }
30908
30855
 
30909
- .E_h1p6d3y3 .ant-modal-header {
30910
- margin: 0 auto;
30911
- width: 100%;
30912
- max-width: 1024px;
30913
- }
30914
- .E_h1p6d3y3 .ant-modal-header .ant-modal-title {
30915
- margin-left: 0;
30916
- }
30917
- .E_h1p6d3y3 .ant-modal-body {
30918
- margin: 0 auto;
30919
- padding: 0;
30920
- width: 100%;
30921
- max-width: 1024px;
30922
- overflow: hidden;
30856
+ .E_dokn0h3 {
30857
+ font-family: Inter;
30858
+ font-style: normal;
30859
+ font-weight: normal;
30860
+ font-size: 20px;
30861
+ line-height: 24px;
30923
30862
  }
30924
- .E_h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30925
- margin-bottom: 40px;
30863
+
30864
+ .E_dobau4p {
30865
+ font-family: Inter;
30866
+ font-style: normal;
30867
+ font-weight: bold;
30868
+ font-size: 18px;
30869
+ line-height: 22px;
30926
30870
  }
30927
- .E_h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30928
- height: calc(100vh - 225px);
30929
- overflow-y: auto;
30871
+
30872
+ .E_dvolwok {
30873
+ font-family: Inter;
30874
+ font-style: normal;
30875
+ font-weight: normal;
30876
+ font-size: 18px;
30877
+ line-height: 22px;
30930
30878
  }
30931
- .E_h1p6d3y3 .ant-modal-footer .footer-content {
30932
- margin: 0 auto;
30933
- max-width: 1024px;
30879
+
30880
+ .E_h181qhg4 {
30881
+ font-family: Inter;
30882
+ font-style: normal;
30883
+ font-weight: bold;
30884
+ font-size: 16px;
30885
+ line-height: 22px;
30934
30886
  }
30935
30887
 
30936
- .E_fxgckuk {
30937
- flex: 1;
30888
+ .E_h1phgmcq {
30889
+ font-family: Inter;
30890
+ font-style: normal;
30891
+ font-weight: normal;
30892
+ font-size: 16px;
30893
+ line-height: 22px;
30938
30894
  }
30939
- .E_fxgckuk label {
30940
- font-size: 13px;
30895
+
30896
+ .E_h173xnl1 {
30897
+ font-family: Inter;
30898
+ font-style: normal;
30899
+ font-weight: bold;
30900
+ font-size: 14px;
30941
30901
  line-height: 20px;
30942
- color: rgba(44, 56, 82, 0.6);
30943
30902
  }
30944
- .E_fxgckuk .title {
30903
+
30904
+ .E_hedm4pz {
30905
+ font-family: Inter;
30906
+ font-style: normal;
30907
+ font-weight: normal;
30945
30908
  font-size: 14px;
30946
30909
  line-height: 20px;
30947
- color: #2d3a56;
30948
- margin-bottom: 12px;
30949
30910
  }
30950
- .E_fxgckuk.connect-cluster .title {
30951
- padding-bottom: 26px;
30911
+
30912
+ .E_h1kd8xld {
30913
+ font-family: Inter;
30914
+ font-style: normal;
30915
+ font-weight: bold;
30916
+ font-size: 12px;
30917
+ line-height: 18px;
30952
30918
  }
30953
30919
 
30954
- .E_f1d0vek1 {
30955
- padding: 25px 0 15px 0;
30956
- border-bottom: 1px solid #e1e5eb;
30957
- margin-bottom: 16px;
30920
+ .E_hp14fr {
30921
+ font-family: Inter;
30922
+ font-style: normal;
30923
+ font-weight: normal;
30924
+ font-size: 12px;
30925
+ line-height: 18px;
30958
30926
  }
30959
30927
 
30960
- .E_f4u402y {
30961
- display: flex;
30962
- align-items: center;
30963
- margin-bottom: 8px;
30928
+ .E_hgrg7mn {
30929
+ font-family: Inter;
30930
+ font-style: normal;
30931
+ font-weight: bold;
30932
+ text-transform: uppercase;
30933
+ font-feature-settings: "cpsp" on;
30934
+ font-size: 12px;
30935
+ line-height: 18px;
30964
30936
  }
30965
- .E_f4u402y > label {
30966
- width: 216px;
30937
+
30938
+ .E_h6zme9x {
30939
+ font-family: Inter;
30940
+ font-style: normal;
30941
+ font-weight: normal;
30942
+ text-transform: uppercase;
30943
+ font-feature-settings: "cpsp" on;
30944
+ font-size: 12px;
30945
+ line-height: 18px;
30967
30946
  }
30968
- .E_f4u402y > label + * {
30969
- width: 100%;
30947
+
30948
+ .E_locjvsv {
30949
+ font-family: Inter;
30950
+ font-style: normal;
30951
+ font-weight: normal;
30952
+ font-size: 16px;
30953
+ line-height: 24px;
30970
30954
  }
30971
- .E_f4u402y .ant-select {
30972
- width: 100%;
30955
+
30956
+ .E_l13gi131 {
30957
+ font-family: Inter;
30958
+ font-style: normal;
30959
+ font-weight: bold;
30960
+ font-size: 16px;
30961
+ line-height: 24px;
30973
30962
  }
30974
30963
 
30975
- .E_e1pldf6v {
30976
- color: #e75a3a;
30977
- margin-right: 10px;
30964
+ .E_l1ynemsu {
30965
+ font-family: Inter;
30966
+ font-style: normal;
30967
+ font-weight: normal;
30968
+ font-size: 16px;
30969
+ line-height: 24px;
30978
30970
  }
30979
30971
 
30980
- .E_dq0gblh {
30981
- width: 100%;
30982
- height: 1px;
30983
- background: rgba(213, 219, 227, 0.6);
30984
- margin: 24px 0;
30972
+ .E_l1cft1cx {
30973
+ font-family: Inter;
30974
+ font-style: normal;
30975
+ font-weight: bold;
30976
+ font-size: 16px;
30977
+ line-height: 24px;
30985
30978
  }
30986
30979
 
30987
- .E_l1v7sr0n {
30988
- display: flex;
30989
- justify-content: center;
30990
- align-items: center;
30991
- height: 100%;
30980
+ .E_l17tqc8p {
30981
+ font-family: Inter;
30982
+ font-style: normal;
30983
+ font-weight: normal;
30984
+ text-transform: uppercase;
30985
+ font-feature-settings: "cpsp" on;
30986
+ font-size: 16px;
30987
+ line-height: 24px;
30992
30988
  }
30993
30989
 
30994
- .E_d1i4ou6o {
30995
- display: inline-block;
30996
- width: 4px;
30997
- height: 4px;
30998
- background: #8e9aa9;
30999
- opacity: 0.4;
31000
- border-radius: 50%;
31001
- margin: 0 4px;
30990
+ .E_l1j1e5w7 {
30991
+ font-family: Inter;
30992
+ font-style: normal;
30993
+ font-weight: bold;
30994
+ text-transform: uppercase;
30995
+ font-feature-settings: "cpsp" on;
30996
+ font-size: 16px;
30997
+ line-height: 24px;
31002
30998
  }
31003
30999
 
31004
- .E_m1jy87hk .ant-modal-header,
31005
- .E_m1jy87hk .ant-modal-footer .footer-content {
31006
- width: 648px;
31007
- margin: 0 auto;
31000
+ .E_l1gf91jb {
31001
+ font-family: Inter;
31002
+ font-style: normal;
31003
+ font-weight: normal;
31004
+ font-size: 14px;
31005
+ line-height: 22px;
31008
31006
  }
31009
- .E_m1jy87hk .ant-modal-header {
31010
- padding: 35px 0 24px;
31011
- border: none;
31007
+
31008
+ .E_lu7hlr6 {
31009
+ font-family: Inter;
31010
+ font-style: normal;
31011
+ font-weight: 500;
31012
+ font-size: 14px;
31013
+ line-height: 22px;
31012
31014
  }
31013
- .E_m1jy87hk .ant-modal-header .ant-modal-title {
31014
- font-size: 30px;
31015
+
31016
+ .E_l3l3jf0 {
31017
+ font-family: Inter;
31018
+ font-style: normal;
31019
+ font-weight: bold;
31020
+ font-size: 14px;
31021
+ line-height: 22px;
31015
31022
  }
31016
- .E_m1jy87hk .ant-modal-body {
31017
- padding: 4px 0 2px;
31023
+
31024
+ .E_l12j5nqp {
31025
+ font-family: Inter;
31026
+ font-style: normal;
31027
+ font-weight: normal;
31028
+ font-size: 14px;
31029
+ line-height: 22px;
31030
+ }
31031
+
31032
+ .E_l1tecqht {
31033
+ font-family: Inter;
31034
+ font-style: normal;
31035
+ font-weight: bold;
31036
+ font-size: 14px;
31037
+ line-height: 22px;
31038
+ }
31039
+
31040
+ .E_l6sa990 {
31041
+ font-family: Inter;
31042
+ font-style: normal;
31043
+ font-weight: normal;
31044
+ text-transform: uppercase;
31045
+ font-feature-settings: "cpsp" on;
31046
+ font-size: 14px;
31047
+ line-height: 22px;
31048
+ }
31049
+
31050
+ .E_lckqe8j {
31051
+ font-family: Inter;
31052
+ font-style: normal;
31053
+ font-weight: bold;
31054
+ text-transform: uppercase;
31055
+ font-feature-settings: "cpsp" on;
31056
+ font-size: 14px;
31057
+ line-height: 22px;
31058
+ }
31059
+
31060
+ .E_l1kuminb {
31061
+ font-family: Inter;
31062
+ font-style: normal;
31063
+ font-weight: normal;
31064
+ font-size: 13px;
31065
+ line-height: 20px;
31018
31066
  }
31019
- .E_m1jy87hk .ant-modal-footer {
31020
- border: none;
31067
+
31068
+ .E_l1pbuf5j {
31069
+ font-family: Inter;
31070
+ font-style: normal;
31071
+ font-weight: 600;
31072
+ font-size: 13px;
31073
+ line-height: 20px;
31021
31074
  }
31022
31075
 
31023
- .E_ti7fpyu {
31024
- font-size: 12px;
31025
- line-height: 18px;
31076
+ .E_l1r4ztu {
31077
+ font-family: Inter;
31078
+ font-style: normal;
31026
31079
  font-weight: bold;
31027
- color: #fff;
31028
- padding: 0 4px;
31029
- border-radius: 4px;
31030
- display: inline-block;
31031
- background: var(--ti7fpyu-0);
31080
+ font-size: 13px;
31081
+ line-height: 20px;
31032
31082
  }
31033
- .E_ti7fpyu:not(:first-child) {
31034
- margin-left: 4px;
31083
+
31084
+ .E_ly8vzok {
31085
+ font-family: Inter;
31086
+ font-style: normal;
31087
+ font-weight: normal;
31088
+ font-size: 13px;
31089
+ line-height: 20px;
31035
31090
  }
31036
31091
 
31037
- .E_f1rest1f {
31038
- width: 100%;
31039
- height: 100%;
31040
- display: flex;
31041
- align-items: center;
31042
- justify-content: center;
31092
+ .E_lumfmf {
31093
+ font-family: Inter;
31094
+ font-style: normal;
31095
+ font-weight: 600;
31096
+ font-size: 13px;
31097
+ line-height: 20px;
31043
31098
  }
31044
31099
 
31045
- .E_n1kbdoln {
31046
- font-size: 90%;
31100
+ .E_l16ujwmv {
31101
+ font-family: Inter;
31102
+ font-style: normal;
31047
31103
  font-weight: bold;
31048
- background-color: rgba(240, 243, 247, 0.6);
31049
- padding: 1px 4px 1px;
31050
- margin-left: 2px;
31051
- margin-right: 2px;
31052
- border: 1px solid rgba(213, 219, 227, 0.6);
31053
- border-radius: 4px;
31104
+ font-size: 13px;
31105
+ line-height: 20px;
31054
31106
  }
31055
31107
 
31056
- .E_f1y3gta0.form-item-general {
31057
- width: 640px;
31058
- }
31059
- .E_f1y3gta0.form-item-general.form-item + .E_f1y3gta0.form-item-general.form-item {
31060
- margin-top: 16px;
31061
- }
31062
- .E_f1y3gta0.form-item-compact {
31063
- width: 412px;
31064
- }
31065
- .E_f1y3gta0.form-item-compact.form-item + .E_f1y3gta0.form-item-compact.form-item {
31066
- margin-top: 8px;
31067
- }
31068
- .E_f1y3gta0 .form-item {
31069
- width: auto;
31070
- }
31071
- .E_f1y3gta0 .form-item-main {
31072
- position: relative;
31073
- display: flex;
31074
- }
31075
- .E_f1y3gta0 .form-item-extra {
31076
- margin-top: 4px;
31077
- width: 100%;
31078
- padding: 14px;
31079
- background: #f2f4f6;
31108
+ .E_l17o1ffr {
31109
+ font-family: Inter;
31110
+ font-style: normal;
31111
+ font-weight: normal;
31112
+ text-transform: uppercase;
31113
+ font-feature-settings: "cpsp" on;
31080
31114
  font-size: 13px;
31081
- line-height: 1.8;
31082
- color: #8e9aa9;
31115
+ line-height: 20px;
31083
31116
  }
31084
- .E_f1y3gta0 .form-item-label {
31085
- padding-right: 12px;
31117
+
31118
+ .E_lngllvn {
31119
+ font-family: Inter;
31120
+ font-style: normal;
31121
+ font-weight: bold;
31122
+ text-transform: uppercase;
31123
+ font-feature-settings: "cpsp" on;
31086
31124
  font-size: 13px;
31087
- color: rgba(44, 56, 82, 0.6);
31088
- }
31089
- .E_f1y3gta0 .form-item-label.label-right {
31090
- text-align: right;
31091
- }
31092
- .E_f1y3gta0 .form-item-label,
31093
- .E_f1y3gta0 .form-item-control {
31094
- line-height: 32px;
31125
+ line-height: 20px;
31095
31126
  }
31096
- .E_f1y3gta0 .form-item-control .form-item-error {
31127
+
31128
+ .E_l2i7fo9 {
31129
+ font-family: Inter;
31130
+ font-style: normal;
31131
+ font-weight: normal;
31132
+ font-size: 12px;
31097
31133
  line-height: 18px;
31098
31134
  }
31099
- .E_f1y3gta0 .form-item-children {
31100
- width: 100%;
31101
- }
31102
- .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 {
31103
- width: 100%;
31104
- }
31105
- .E_f1y3gta0 .form-item-error {
31106
- color: #e75a3a;
31107
- height: 0;
31108
- overflow: hidden;
31109
- }
31110
- .E_f1y3gta0 .form-item-error-enter-done {
31111
- margin-top: 4px;
31112
- height: auto;
31113
- overflow: auto;
31114
- }
31115
- .E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31116
- .E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31117
- border: 1px solid #e75a3a;
31118
- color: #e75a3a;
31135
+
31136
+ .E_l1x7hscx {
31137
+ font-family: Inter;
31138
+ font-style: normal;
31139
+ font-weight: 500;
31140
+ font-size: 12px;
31141
+ line-height: 18px;
31119
31142
  }
31120
31143
 
31121
- .E_fujbm7g {
31122
- color: #2d3a56;
31144
+ .E_le1jwan {
31145
+ font-family: Inter;
31146
+ font-style: normal;
31123
31147
  font-weight: bold;
31124
- padding-bottom: 6px;
31125
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31126
- margin-bottom: 16px;
31127
- }
31128
- .E_fujbm7g:not(:first-of-type) {
31129
- margin-top: 16px;
31148
+ font-size: 12px;
31149
+ line-height: 18px;
31130
31150
  }
31131
31151
 
31132
- .E_e5fsw5s {
31133
- width: 8px;
31134
- height: 24px;
31135
- display: flex;
31136
- justify-content: center;
31137
- align-items: center;
31138
- cursor: pointer;
31139
- transition: all 200ms ease-out 40ms;
31140
- }
31141
- .E_e5fsw5s:before, .E_e5fsw5s:after {
31142
- content: "";
31143
- width: 1px;
31144
- height: 6px;
31145
- border-radius: 1px;
31146
- background: #ccd4e3;
31147
- position: relative;
31148
- right: 2px;
31149
- transform: rotate(-45deg);
31150
- }
31151
- .E_e5fsw5s:after {
31152
- transform: rotate(45deg);
31153
- left: 1px;
31152
+ .E_lyxynfj {
31153
+ font-family: Inter;
31154
+ font-style: normal;
31155
+ font-weight: normal;
31156
+ font-size: 12px;
31157
+ line-height: 18px;
31154
31158
  }
31155
31159
 
31156
- .E_w18knsg4.ant-alert-warning {
31157
- border: 0;
31158
- background: rgba(255, 187, 0, 0.1);
31159
- border-radius: 6px;
31160
- }
31161
- .E_w18knsg4.ant-alert,
31162
- .E_w18knsg4 .ant-alert-message {
31163
- color: #e07f00;
31164
- }
31165
- .E_w18knsg4.ant-alert .dashed-border-bottom,
31166
- .E_w18knsg4 .ant-alert-message .dashed-border-bottom {
31167
- border-bottom-color: #e07f00;
31160
+ .E_lpb2nxv {
31161
+ font-family: Inter;
31162
+ font-style: normal;
31163
+ font-weight: 500;
31164
+ font-size: 12px;
31165
+ line-height: 18px;
31168
31166
  }
31169
31167
 
31170
- .E_ng31n2o {
31171
- display: flex;
31172
- flex-direction: row;
31173
- padding: 7px 12px;
31174
- background: rgba(255, 187, 0, 0.1);
31175
- border-radius: 6px;
31176
- color: #e07f00;
31168
+ .E_l1r8o3vv {
31169
+ font-family: Inter;
31170
+ font-style: normal;
31171
+ font-weight: bold;
31177
31172
  font-size: 12px;
31178
31173
  line-height: 18px;
31179
31174
  }
31180
- .E_ng31n2o .icon-wrapper {
31181
- margin-right: 10px;
31182
- height: 18px;
31175
+
31176
+ .E_lemnjy2 {
31177
+ font-family: Inter;
31178
+ font-style: normal;
31179
+ font-weight: normal;
31180
+ text-transform: uppercase;
31181
+ font-feature-settings: "cpsp" on;
31182
+ font-size: 12px;
31183
+ line-height: 18px;
31183
31184
  }
31184
31185
 
31185
- .E_n15x5f5y {
31186
- display: flex;
31187
- flex-direction: row;
31188
- padding: 7px 12px;
31189
- background: rgba(225, 230, 241, 0.6);
31190
- border-radius: 6px;
31191
- color: rgba(44, 56, 82, 0.6);
31186
+ .E_lrc42gb {
31187
+ font-family: Inter;
31188
+ font-style: normal;
31189
+ font-weight: bold;
31190
+ text-transform: uppercase;
31191
+ font-feature-settings: "cpsp" on;
31192
31192
  font-size: 12px;
31193
31193
  line-height: 18px;
31194
31194
  }
31195
- .E_n15x5f5y .icon-wrapper {
31196
- margin-right: 10px;
31197
- height: 18px;
31195
+
31196
+ .E_fqaz4mb {
31197
+ font-family: Inter;
31198
+ font-style: normal;
31199
+ font-weight: normal;
31200
+ font-size: 13px;
31201
+ line-height: 20px;
31202
+ }
31203
+
31204
+ .E_f13we5o {
31205
+ font-family: Inter;
31206
+ font-style: normal;
31207
+ font-weight: normal;
31208
+ font-size: 13px;
31209
+ line-height: 20px;
31198
31210
  }
31199
31211
 
31200
- .E_i16ozz3f {
31201
- display: flex;
31202
- flex-direction: row;
31203
- padding: 7px 12px;
31204
- background: rgba(0, 136, 255, 0.1);
31205
- border-radius: 6px;
31206
- color: #005ed1;
31212
+ .E_ffmjua2 {
31213
+ font-family: Inter;
31214
+ font-style: normal;
31215
+ font-weight: normal;
31207
31216
  font-size: 12px;
31208
31217
  line-height: 18px;
31209
31218
  }
31210
- .E_i16ozz3f .icon-wrapper {
31211
- margin-right: 10px;
31212
- height: 18px;
31213
- }
31214
31219
 
31215
- .E_dszu9qr {
31216
- color: rgba(44, 56, 82, 0.6);
31217
- margin-top: 5px;
31220
+ .E_fz2mxw0 {
31221
+ font-family: Inter;
31222
+ font-style: normal;
31223
+ font-weight: normal;
31218
31224
  font-size: 12px;
31219
31225
  line-height: 18px;
31220
31226
  }
31221
31227
 
31222
- .E_snxzgx {
31223
- color: #f0483e;
31224
- font-size: 12px;
31225
- white-space: pre-wrap;
31228
+ .E_t1ertzoh {
31229
+ font-family: Inter;
31230
+ font-style: normal;
31231
+ font-weight: normal;
31232
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31233
+ font-size: 13px;
31234
+ line-height: 20px;
31226
31235
  }
31227
31236
 
31228
- .E_o1i4orqw {
31229
- display: flex;
31230
- align-items: center;
31231
- justify-content: flex-end;
31232
- }
31233
- .E_o1i4orqw .icon-wrapper {
31234
- margin-right: 16px;
31237
+ .E_t19bge8r {
31238
+ font-family: Inter;
31239
+ font-style: normal;
31240
+ font-weight: normal;
31241
+ font-feature-settings: "zero" on;
31242
+ font-size: 13px;
31243
+ line-height: 20px;
31235
31244
  }
31236
31245
 
31237
- .E_t79k8o2 {
31238
- color: rgba(0, 21, 64, 0.3);
31246
+ .E_tjrzfyl {
31247
+ font-family: Inter;
31248
+ font-style: normal;
31249
+ font-weight: normal;
31250
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31251
+ font-size: 12px;
31252
+ line-height: 18px;
31239
31253
  }
31240
31254
 
31241
- .E_ipd9bk.ant-input {
31242
- padding: 5px 12px;
31243
- line-height: 20px;
31244
- color: #2d3a56;
31245
- border-radius: 6px;
31246
- border-color: rgba(172, 186, 211, 0.6);
31247
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31248
- }
31249
- .E_ipd9bk.ant-input.ant-input-lg {
31250
- padding: 8px 16px;
31251
- line-height: 22px;
31252
- }
31253
- .E_ipd9bk.ant-input.ant-input-sm {
31254
- padding: 2px 8px;
31255
+ .E_tm6s7bo {
31256
+ font-family: Inter;
31257
+ font-style: normal;
31258
+ font-weight: 500;
31259
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31260
+ font-size: 12px;
31255
31261
  line-height: 18px;
31256
31262
  }
31257
- .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 {
31258
- border-color: rgba(107, 128, 167, 0.6);
31259
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31260
- z-index: 1;
31261
- }
31262
- .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 {
31263
- border-color: #0096ff;
31264
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31265
- z-index: 1;
31266
- }
31267
- .E_ipd9bk.ant-input.error:not([disabled]), .E_ipd9bk.ant-picker.error:not([disabled]), .E_ipd9bk.ant-input-number.error:not([disabled]) {
31268
- border-color: #e75a3a;
31269
- color: #e75a3a;
31270
- }
31271
- .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 {
31272
- border-color: #e75a3a;
31273
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31274
- }
31275
- .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 {
31276
- border-color: #e75a3a;
31277
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31278
- }
31279
- .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 {
31280
- background: rgba(211, 218, 235, 0.6);
31281
- color: rgba(0, 21, 64, 0.3);
31282
- border-color: rgba(172, 186, 211, 0.6);
31283
- }
31284
- .E_ipd9bk.ant-input-affix-wrapper {
31285
- padding: 5px 12px;
31286
- border-radius: 6px;
31287
- border-color: rgba(172, 186, 211, 0.6);
31288
- line-height: 20px;
31289
- color: #2d3a56;
31290
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31291
- }
31292
- .E_ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
31293
- .E_ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
31294
- color: rgba(44, 56, 82, 0.6);
31295
- }
31296
- .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31297
- padding: 8px 16px;
31298
- line-height: 22px;
31299
- }
31300
- .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31301
- padding: 2px 8px;
31263
+
31264
+ .E_t19zq6ic {
31265
+ font-family: Inter;
31266
+ font-style: normal;
31267
+ font-weight: normal;
31268
+ font-feature-settings: "zero" on;
31269
+ font-size: 12px;
31302
31270
  line-height: 18px;
31303
31271
  }
31304
- .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 {
31305
- border-color: rgba(107, 128, 167, 0.6);
31306
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31272
+
31273
+ .E_t1gduru8 {
31274
+ font-family: Inter;
31275
+ font-style: normal;
31276
+ font-weight: 500;
31277
+ font-feature-settings: "zero" on;
31278
+ font-size: 12px;
31279
+ line-height: 18px;
31307
31280
  }
31308
- .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 {
31309
- border-color: #0096ff;
31310
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31281
+
31282
+ .E_t55raab {
31283
+ font-family: Inter;
31284
+ font-style: normal;
31285
+ font-weight: bold;
31286
+ font-feature-settings: "zero" on;
31287
+ font-size: 16px;
31288
+ line-height: 24px;
31311
31289
  }
31312
- .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31313
- border-color: #e75a3a;
31290
+
31291
+ .E_u1w9abfe {
31292
+ font-family: Inter;
31293
+ font-style: normal;
31294
+ font-weight: normal;
31295
+ font-size: 10px;
31296
+ line-height: 12px;
31314
31297
  }
31315
- .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31316
- color: #e75a3a;
31298
+
31299
+ .E_t1upn1sz {
31300
+ height: 100%;
31317
31301
  }
31318
- .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 {
31319
- border-color: #e75a3a;
31320
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31302
+
31303
+ .E_tta5kd2 {
31304
+ height: 100%;
31321
31305
  }
31322
- .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 {
31323
- border-color: #e75a3a;
31324
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31306
+ .E_tta5kd2.empty-table .ant-table-content {
31307
+ overflow: visible !important;
31308
+ height: 100%;
31325
31309
  }
31326
- .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31327
- background: rgba(211, 218, 235, 0.6);
31328
- color: rgba(0, 21, 64, 0.3);
31329
- border-color: rgba(172, 186, 211, 0.6);
31310
+ .E_tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31311
+ height: 100%;
31330
31312
  }
31331
- textarea.E_ipd9bk.ant-input {
31332
- transition-property: height;
31333
- transition-delay: 50ms;
31313
+ .E_tta5kd2.empty-table .ant-table-content table {
31314
+ width: 100% !important;
31315
+ height: 100%;
31334
31316
  }
31335
- textarea.E_ipd9bk.ant-input.textarea-large {
31336
- min-height: 40px;
31337
- height: 40px;
31317
+ .E_tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31318
+ padding: 15px 0;
31338
31319
  }
31339
- textarea.E_ipd9bk.ant-input.textarea-large:focus {
31340
- height: 80px;
31320
+ .E_tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31321
+ display: none;
31341
31322
  }
31342
- textarea.E_ipd9bk.ant-input.textarea-middle {
31343
- min-height: 32px;
31344
- height: 32px;
31323
+ .E_tta5kd2 .active-row td:nth-child(1) {
31324
+ font-weight: 700;
31345
31325
  }
31346
- textarea.E_ipd9bk.ant-input.textarea-middle:focus {
31347
- height: 64px;
31326
+ .E_tta5kd2.has-selection .active-row td:nth-child(2) {
31327
+ font-weight: 700;
31348
31328
  }
31349
- textarea.E_ipd9bk.ant-input.textarea-small {
31350
- min-height: 24px;
31351
- height: 24px;
31329
+ .E_tta5kd2 .ant-spin-nested-loading {
31330
+ height: 100%;
31352
31331
  }
31353
- textarea.E_ipd9bk.ant-input.textarea-small:focus {
31354
- height: 40px;
31332
+ .E_tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31333
+ height: 100%;
31334
+ overflow: visible;
31355
31335
  }
31356
-
31357
- .E_kypn5o5 input, .E_kypn5o5.input-tags {
31358
- border: 1px solid rgba(213, 219, 227, 0.6);
31359
- border-radius: 4px;
31336
+ .E_tta5kd2 .ant-spin-nested-loading .ant-spin {
31337
+ max-height: none;
31360
31338
  }
31361
- .E_kypn5o5.input-tags {
31362
- position: relative;
31363
- padding: 6px;
31364
- height: 32px;
31365
- cursor: pointer;
31366
- transition: border 150ms;
31339
+ .E_tta5kd2.table-init-loading .ant-spin-blur thead,
31340
+ .E_tta5kd2.table-init-loading .ant-spin-blur tbody {
31341
+ display: none;
31367
31342
  }
31368
- .E_kypn5o5.input-tags:hover {
31369
- border-color: #0080ff;
31370
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31343
+ .E_tta5kd2 td.ant-table-column-sort {
31344
+ background: transparent;
31371
31345
  }
31372
- .E_kypn5o5.input-tags.kit-input-suffix-wrapper {
31373
- padding-right: 30px;
31346
+ .E_tta5kd2 td.ant-table-cell-fix-left,
31347
+ .E_tta5kd2 td.ant-table-cell-fix-right {
31348
+ background: #fff;
31349
+ padding: 0 !important;
31374
31350
  }
31375
- .E_kypn5o5.input-tags .input-tags-inner {
31351
+ .E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31352
+ .E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31376
31353
  display: flex;
31354
+ align-items: center;
31355
+ height: 100%;
31356
+ padding: 8px;
31377
31357
  }
31378
- .E_kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31379
- display: flex;
31358
+ .E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31359
+ .E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31360
+ overflow: hidden;
31361
+ text-overflow: ellipsis;
31362
+ width: 100%;
31363
+ }
31364
+ .E_tta5kd2 .ant-table-container {
31365
+ height: 100%;
31380
31366
  }
31381
- .E_kypn5o5.input-tags .input-tag-suffix {
31382
- position: absolute;
31383
- right: 12px;
31384
- top: 50%;
31385
- transform: translateY(-50%);
31367
+ .E_tta5kd2 .ant-table-container::before, .E_tta5kd2 .ant-table-container::after {
31368
+ box-shadow: none !important;
31386
31369
  }
31387
- .E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31388
- color: rgba(0, 0, 0, 0.25);
31370
+ .E_tta5kd2 .ant-table {
31371
+ border-radius: 0px;
31372
+ border-left: none;
31373
+ border-right: none;
31374
+ border-bottom: none;
31375
+ height: 100%;
31389
31376
  font-size: 12px;
31390
- cursor: pointer;
31391
- }
31392
- .E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31393
- color: rgba(0, 0, 0, 0.45);
31377
+ background: transparent;
31394
31378
  }
31395
- .E_kypn5o5.has-focus-indicator {
31379
+ .E_tta5kd2 .ant-table .ant-table-header {
31396
31380
  position: relative;
31397
- overflow: hidden;
31381
+ z-index: 3;
31382
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31383
+ margin-bottom: -1px;
31398
31384
  }
31399
- .E_kypn5o5.has-focus-indicator .ant-input-prefix {
31400
- position: absolute;
31401
- top: 50%;
31402
- transform: translateY(-50%);
31403
- left: -16px;
31404
- transition: left 150ms ease;
31405
- opacity: 0;
31385
+ .E_tta5kd2 .ant-table .time-wrapper .date,
31386
+ .E_tta5kd2 .ant-table .value {
31387
+ color: #2d3a56;
31406
31388
  }
31407
- .E_kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31408
- left: 8px;
31409
- opacity: 1;
31389
+ .E_tta5kd2 .ant-table .time-wrapper .time,
31390
+ .E_tta5kd2 .ant-table .unit {
31391
+ color: rgba(44, 56, 82, 0.6);
31410
31392
  }
31411
- .E_kypn5o5.has-focus-indicator input {
31412
- transition: margin-left 150ms ease;
31413
- margin-left: 0px;
31393
+ .E_tta5kd2 .ant-table .ant-table-selection {
31394
+ position: unset;
31395
+ text-align: center;
31414
31396
  }
31415
- .E_kypn5o5.has-focus-indicator input:focus {
31416
- margin-left: 16px;
31397
+ .E_tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31398
+ background: #fff;
31417
31399
  }
31418
-
31419
- input.E_l1ki27se.ant-input {
31420
- border-top-right-radius: 0;
31421
- border-bottom-right-radius: 0;
31400
+ .E_tta5kd2 .ant-table .anticon-setting {
31401
+ cursor: pointer;
31402
+ position: absolute;
31403
+ top: 50%;
31404
+ right: 12px;
31405
+ transform: translateY(-50%);
31422
31406
  }
31423
-
31424
- .E_l1ki27se.ant-input-affix-wrapper {
31425
- border-top-right-radius: 0;
31426
- border-bottom-right-radius: 0;
31407
+ .E_tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31408
+ box-shadow: none;
31409
+ width: 1px;
31410
+ background: rgba(213, 219, 227, 0.6);
31427
31411
  }
31428
-
31429
- input.E_rrg1fkn.ant-input {
31430
- border-top-left-radius: 0;
31431
- border-bottom-left-radius: 0;
31412
+ .E_tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31413
+ box-shadow: none;
31414
+ width: 1px;
31415
+ background: rgba(213, 219, 227, 0.6);
31432
31416
  }
31433
-
31434
- .E_rrg1fkn.ant-input-affix-wrapper {
31435
- border-top-left-radius: 0;
31436
- border-bottom-left-radius: 0;
31417
+ .E_tta5kd2 .ant-table .ant-table-tbody {
31418
+ position: relative;
31437
31419
  }
31438
-
31439
- .E_lgr9b02.ant-select, .E_lgr9b02.ant-select .ant-select-selector {
31440
- border-top-right-radius: 0;
31441
- border-bottom-right-radius: 0;
31420
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31421
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31422
+ border-bottom: 1px solid white;
31423
+ height: 40px;
31424
+ vertical-align: middle;
31425
+ transition: background 0ms;
31426
+ color: #00122e;
31442
31427
  }
31443
-
31444
- .E_r1af6yu8.ant-select, .E_r1af6yu8.ant-select .ant-select-selector {
31445
- border-top-left-radius: 0;
31446
- border-bottom-left-radius: 0;
31428
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31429
+ background: #f2f5fa;
31430
+ border-bottom-color: #f2f5fa;
31447
31431
  }
31448
-
31449
- .E_c1t6wbwv {
31450
- display: flex;
31451
- flex-direction: column;
31432
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31433
+ height: auto;
31434
+ color: #00122e;
31435
+ font-size: 12px;
31436
+ text-align: left;
31437
+ transition: none;
31438
+ overflow: hidden;
31439
+ text-overflow: ellipsis;
31440
+ white-space: nowrap;
31452
31441
  }
31453
- .E_c1t6wbwv .select-wrapper {
31454
- margin-top: 12px;
31442
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31443
+ color: #0096ff;
31455
31444
  }
31456
- .E_c1t6wbwv .select-wrapper .select {
31445
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31446
+ overflow: hidden;
31447
+ text-overflow: ellipsis;
31457
31448
  width: 100%;
31449
+ vertical-align: middle;
31458
31450
  }
31459
- .E_c1t6wbwv .radio-wrapper {
31460
- margin-top: 24px;
31451
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31452
+ line-height: 0px;
31461
31453
  }
31462
- .E_c1t6wbwv div.form-item {
31463
- width: 100%;
31454
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31455
+ padding-right: 25px;
31464
31456
  }
31465
-
31466
- .E_d1k7vv5v {
31467
- font-size: 14px;
31468
- font-weight: 500;
31469
- color: #3e4652;
31470
- line-height: 18px;
31457
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31458
+ border-top-color: transparent;
31471
31459
  }
31472
- .E_d1k7vv5v + .E_d1k7vv5v {
31473
- margin-top: 16px;
31460
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31461
+ background: rgba(225, 230, 241, 0.6);
31462
+ border-color: transparent transparent white;
31474
31463
  }
31475
- .E_d1k7vv5v + * {
31476
- margin-top: 16px;
31464
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31465
+ border-radius: 8px 0 0 8px;
31477
31466
  }
31478
-
31479
- .E_le7b9r4.E_d1k7vv5v {
31480
- font-size: 12px;
31481
- color: rgba(44, 56, 82, 0.6);
31482
- margin-top: 12px;
31467
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31468
+ border-radius: 8px 0 0 8px;
31483
31469
  }
31484
-
31485
- .E_r1dnygxx.E_le7b9r4.E_d1k7vv5v {
31486
- line-height: 18px;
31487
- font-weight: 500;
31488
- margin-top: 0;
31489
- white-space: initial;
31470
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31471
+ content: "";
31472
+ width: 4px;
31473
+ top: -1px;
31474
+ bottom: -1px;
31475
+ background: white;
31490
31476
  }
31491
-
31492
- .E_r12ddqmh {
31493
- display: block;
31477
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31478
+ border-radius: 0 8px 8px 0;
31494
31479
  }
31495
- .E_r12ddqmh span {
31496
- font-size: 14px;
31497
- font-weight: 500;
31498
- line-height: 32px;
31499
- color: #3e4652;
31480
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31481
+ border-radius: 0;
31482
+ background: white;
31483
+ border-top: none;
31500
31484
  }
31501
-
31502
- .E_ctcr26a {
31503
- margin-top: 8px;
31504
- padding: 8px;
31505
- border-radius: 6px;
31485
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31486
+ border-top: 1px solid transparent;
31487
+ border-radius: 0 8px 8px 0;
31506
31488
  background: rgba(225, 230, 241, 0.6);
31507
- color: rgba(44, 56, 82, 0.6);
31508
- font-size: 12px;
31509
31489
  }
31510
- .E_ctcr26a div {
31511
- line-height: 20px;
31490
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31491
+ background: white;
31492
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31493
+ }
31494
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31512
31495
  display: flex;
31513
31496
  align-items: center;
31514
- word-break: break-all;
31497
+ height: 100%;
31498
+ background: rgba(225, 230, 241, 0.6);
31515
31499
  }
31516
-
31517
- .E_rxbeqvl.ant-radio-wrapper {
31518
- display: inline-flex;
31519
- align-items: baseline;
31520
- white-space: pre-wrap;
31500
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31501
+ background: white;
31502
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31521
31503
  }
31522
- .E_rxbeqvl.ant-radio-wrapper .ant-radio {
31523
- position: relative;
31524
- top: 3px;
31504
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31505
+ display: flex;
31506
+ align-items: center;
31507
+ height: 100%;
31508
+ background: rgba(225, 230, 241, 0.6);
31525
31509
  }
31526
- .E_rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
31527
- border-color: rgba(107, 128, 167, 0.6);
31510
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31511
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31528
31512
  }
31529
- .E_rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31530
- border-color: #0080ff;
31513
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31514
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31515
+ border-radius: 8px;
31531
31516
  }
31532
- .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31533
- border-color: #0080ff;
31534
- background: #0080ff;
31517
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31518
+ border-top-color: white;
31535
31519
  }
31536
- .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31537
- top: 4px;
31538
- left: 4px;
31539
- width: 6px;
31540
- height: 6px;
31541
- background: #fff;
31520
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31521
+ background: rgba(0, 136, 255, 0.1);
31522
+ border-bottom-color: transparent;
31523
+ border-top-color: transparent;
31542
31524
  }
31543
- .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31544
- opacity: 0.5;
31525
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31526
+ border-radius: 8px 0 0 8px;
31545
31527
  }
31546
- .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31547
- border-color: rgba(107, 128, 167, 0.6);
31548
- background: rgba(211, 218, 235, 0.6);
31528
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31529
+ border-radius: 0 8px 8px 0;
31549
31530
  }
31550
- .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31551
- background: #00122e;
31531
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31532
+ background: rgba(0, 136, 255, 0.1);
31552
31533
  }
31553
- .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31534
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th {
31535
+ background: #fff;
31536
+ font-weight: 400;
31537
+ position: relative;
31538
+ border-bottom: none;
31554
31539
  color: #00122e;
31555
- opacity: 0.5;
31540
+ transition: none;
31541
+ padding: 15px 8px 15px 8px;
31556
31542
  }
31557
- .E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31558
- color: #00122e;
31543
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31544
+ content: "";
31545
+ width: 1px;
31546
+ top: 0;
31547
+ bottom: 0;
31548
+ background: rgba(211, 218, 235, 0.6);
31549
+ position: absolute;
31550
+ right: 0;
31559
31551
  }
31560
- .E_rxbeqvl.ant-radio-wrapper .ant-radio + span {
31561
- display: inline-block;
31562
- padding: 0;
31563
- padding-left: 12px;
31552
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31553
+ padding: unset;
31564
31554
  }
31565
- .E_rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31566
- margin-bottom: 0;
31567
- white-space: pre-wrap;
31568
- color: rgba(44, 56, 82, 0.6);
31555
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31556
+ display: none;
31569
31557
  }
31570
- .E_rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31571
- padding-left: 8px;
31558
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31559
+ width: 100%;
31560
+ overflow: hidden;
31561
+ white-space: nowrap;
31562
+ text-overflow: ellipsis;
31572
31563
  }
31573
-
31574
- .E_r5ie79y .ant-radio-button-wrapper:first-child {
31575
- border-radius: 5px 0 0 5px;
31564
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31565
+ overflow: hidden;
31566
+ text-overflow: ellipsis;
31567
+ flex: 1;
31576
31568
  }
31577
- .E_r5ie79y .ant-radio-button-wrapper:last-child {
31578
- border-radius: 0 5px 5px 0;
31569
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31570
+ padding: 15px 25px 15px 8px;
31579
31571
  }
31580
-
31581
- .E_r1f0aqcc {
31582
- color: #00122e;
31583
- border-color: #ccd4e3;
31572
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31573
+ padding: 0;
31584
31574
  }
31585
- .E_r1f0aqcc:first-child {
31586
- border-color: #a3b4cc;
31575
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31576
+ position: absolute;
31577
+ right: 6px;
31578
+ top: 50%;
31579
+ transform: translateY(-50%);
31580
+ height: 16px;
31581
+ display: none;
31582
+ transition: transform 320ms ease;
31587
31583
  }
31588
- .E_r1f0aqcc.ant-radio-button-wrapper {
31589
- padding: 0 12px;
31590
- line-height: 32px;
31591
- height: 32px;
31584
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31585
+ display: block;
31586
+ transform: translateY(-50%) rotateX(180deg);
31592
31587
  }
31593
- .E_r1f0aqcc.ant-radio-button-wrapper > span + span {
31594
- white-space: nowrap;
31588
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31589
+ display: block;
31595
31590
  }
31596
- .ant-radio-group-small .E_r1f0aqcc.ant-radio-button-wrapper {
31597
- height: 22px;
31598
- padding: 0 7px;
31599
- line-height: 20px;
31591
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31592
+ display: none;
31600
31593
  }
31601
- .E_r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31602
- background: #ccd4e3;
31594
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31595
+ transform: translateY(-50%);
31603
31596
  }
31604
- .E_r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31605
- background: #0080ff;
31597
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31598
+ transform: translateY(-50%) rotateX(180deg);
31606
31599
  }
31607
- .E_r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31608
- background: #ccd4e3;
31609
- opacity: 0.5;
31600
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31601
+ background: #f2f5fa;
31610
31602
  }
31611
- .E_r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31612
- border-right-color: #0080ff;
31603
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31604
+ display: block;
31613
31605
  }
31614
- .E_r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31615
- border-color: #0080ff;
31606
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31607
+ padding-right: 25px;
31616
31608
  }
31617
- .E_r1f0aqcc.ant-radio-button-wrapper-checked {
31618
- background: rgba(0, 136, 255, 0.1);
31609
+ .E_tta5kd2 .ant-table .ant-table-selection-column {
31610
+ padding: 0 !important;
31619
31611
  }
31620
- .E_r1f0aqcc.ant-radio-button-wrapper-disabled {
31621
- background: rgba(211, 218, 235, 0.6);
31622
- border-color: #ccd4e3;
31623
- opacity: 0.5;
31612
+ .E_tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31613
+ position: absolute;
31614
+ left: 50%;
31615
+ top: 50%;
31616
+ transform: translate(-50%, -50%);
31624
31617
  }
31625
- .E_r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31626
- color: #00122e;
31627
- border-color: #ccd4e3;
31618
+ .E_tta5kd2 .ant-table .ant-table-selection-column:after {
31619
+ display: none;
31628
31620
  }
31629
- .E_r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31630
- color: #00122e;
31631
- border-color: #ccd4e3;
31632
- background: rgba(172, 186, 211, 0.6);
31621
+ .E_tta5kd2 .ant-table .ant-table-hide-scrollbar {
31622
+ background: #fff;
31633
31623
  }
31634
- .E_r1f0aqcc .ant-radio-button-input {
31635
- margin-right: 8px;
31636
- display: inline;
31624
+ .E_tta5kd2 .ant-table .ant-table-placeholder {
31625
+ background: inherit;
31626
+ }
31627
+ .E_tta5kd2 .ant-table .ant-table-placeholder td {
31628
+ position: static;
31637
31629
  border: none;
31638
- padding: 0;
31639
- width: 36px;
31640
- background: transparent;
31630
+ background: inherit !important;
31631
+ height: 100px;
31632
+ vertical-align: middle;
31641
31633
  }
31642
- .E_r1f0aqcc .ant-radio-button-input:focus {
31643
- box-shadow: none;
31634
+ .E_tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31635
+ .E_tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31636
+ font-weight: bold;
31637
+ font-size: 20px;
31638
+ color: rgba(10, 37, 85, 0.6);
31644
31639
  }
31645
- .E_r1f0aqcc .ant-radio-button-input.ant-input-number {
31646
- margin-right: 0;
31647
- width: initial;
31648
- box-shadow: none;
31640
+ .E_tta5kd2 .ant-table td.cell__action_ {
31641
+ padding: 0 !important;
31642
+ position: relative;
31643
+ background: #fff;
31649
31644
  }
31650
- .E_r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31651
- display: none;
31645
+ .E_tta5kd2 .ant-table td.cell__action_ > * {
31646
+ height: 100%;
31647
+ display: flex;
31648
+ align-items: center;
31649
+ justify-content: flex-end;
31650
+ padding-right: 8px;
31652
31651
  }
31653
- .E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31654
- display: inline;
31652
+ .E_tta5kd2 .ant-table td.cell__action_ .menu-button {
31653
+ width: 24px;
31654
+ height: 24px;
31655
+ cursor: pointer;
31656
+ justify-content: center;
31657
+ border-radius: 4px;
31655
31658
  }
31656
- .E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31657
- display: inline;
31658
- margin-right: 8px;
31659
- padding: 0;
31660
- width: 36px;
31659
+ .E_tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31660
+ background: #fff;
31661
31661
  }
31662
31662
 
31663
31663
  .E_s1fc623g {
@@ -31881,55 +31881,6 @@ input.E_rrg1fkn.ant-input {
31881
31881
  color: #fff;
31882
31882
  }
31883
31883
 
31884
- .E_l4bld33 {
31885
- width: 64px;
31886
- height: 64px;
31887
- display: flex;
31888
- align-items: center;
31889
- justify-content: center;
31890
- position: relative;
31891
- opacity: 0.2;
31892
- }
31893
-
31894
- .E_lgitjoj {
31895
- position: absolute;
31896
- width: 5px;
31897
- height: 48px;
31898
- left: 9.33px;
31899
- top: 40.5px;
31900
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
31901
- border-radius: 5px;
31902
- transform: rotate(-128deg);
31903
- transform-origin: top left;
31904
- animation: loading-indicator1 1100ms ease-out infinite;
31905
- }
31906
-
31907
- .E_l13g0exg {
31908
- position: absolute;
31909
- width: 5px;
31910
- height: 48px;
31911
- left: 40.8px;
31912
- top: 8.4px;
31913
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
31914
- border-radius: 5px;
31915
- transform: rotate(-8deg);
31916
- transform-origin: top left;
31917
- animation: loading-indicator2 1100ms ease-out infinite;
31918
- }
31919
-
31920
- .E_l1exo3h6 {
31921
- position: absolute;
31922
- width: 5px;
31923
- height: 48px;
31924
- left: 52.9px;
31925
- top: 51.8px;
31926
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
31927
- border-radius: 5px;
31928
- transform: rotate(112deg);
31929
- transform-origin: top left;
31930
- animation: loading-indicator3 1100ms ease-out infinite;
31931
- }
31932
-
31933
31884
  .E_m1thnes4 {
31934
31885
  color: rgba(44, 56, 82, 0.6);
31935
31886
  text-align: center;
@@ -32083,12 +32034,61 @@ input.E_rrg1fkn.ant-input {
32083
32034
  .E_t1kgldps:first-child {
32084
32035
  padding-top: 3px;
32085
32036
  }
32086
- .E_t1kgldps:last-child {
32087
- padding-bottom: 3px;
32037
+ .E_t1kgldps:last-child {
32038
+ padding-bottom: 3px;
32039
+ }
32040
+ .E_t1kgldps .column-value {
32041
+ color: #fff;
32042
+ margin-left: 8px;
32043
+ }
32044
+
32045
+ .E_l4bld33 {
32046
+ width: 64px;
32047
+ height: 64px;
32048
+ display: flex;
32049
+ align-items: center;
32050
+ justify-content: center;
32051
+ position: relative;
32052
+ opacity: 0.2;
32053
+ }
32054
+
32055
+ .E_lgitjoj {
32056
+ position: absolute;
32057
+ width: 5px;
32058
+ height: 48px;
32059
+ left: 9.33px;
32060
+ top: 40.5px;
32061
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32062
+ border-radius: 5px;
32063
+ transform: rotate(-128deg);
32064
+ transform-origin: top left;
32065
+ animation: loading-indicator1 1100ms ease-out infinite;
32066
+ }
32067
+
32068
+ .E_l13g0exg {
32069
+ position: absolute;
32070
+ width: 5px;
32071
+ height: 48px;
32072
+ left: 40.8px;
32073
+ top: 8.4px;
32074
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32075
+ border-radius: 5px;
32076
+ transform: rotate(-8deg);
32077
+ transform-origin: top left;
32078
+ animation: loading-indicator2 1100ms ease-out infinite;
32088
32079
  }
32089
- .E_t1kgldps .column-value {
32090
- color: #fff;
32091
- margin-left: 8px;
32080
+
32081
+ .E_l1exo3h6 {
32082
+ position: absolute;
32083
+ width: 5px;
32084
+ height: 48px;
32085
+ left: 52.9px;
32086
+ top: 51.8px;
32087
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32088
+ border-radius: 5px;
32089
+ transform: rotate(112deg);
32090
+ transform-origin: top left;
32091
+ animation: loading-indicator3 1100ms ease-out infinite;
32092
32092
  }
32093
32093
 
32094
32094
  .E_c18gxmrl {
@@ -32111,22 +32111,6 @@ input.E_rrg1fkn.ant-input {
32111
32111
  padding: 8px 12px;
32112
32112
  }
32113
32113
 
32114
- .E_berrcjl {
32115
- color: rgba(10, 37, 85, 0.6);
32116
- margin-bottom: 4px;
32117
- }
32118
- .E_berrcjl .breadcrumb-link {
32119
- color: rgba(10, 37, 85, 0.6);
32120
- cursor: pointer;
32121
- transition: color 160ms ease;
32122
- }
32123
- .E_berrcjl .breadcrumb-link:hover {
32124
- color: #0080ff;
32125
- }
32126
- .E_berrcjl .breadcrumb-link:active {
32127
- color: #005ed1;
32128
- }
32129
-
32130
32114
  .E_c1uzzomf {
32131
32115
  margin-bottom: 16px;
32132
32116
  }
@@ -32149,6 +32133,53 @@ input.E_rrg1fkn.ant-input {
32149
32133
  text-align: center;
32150
32134
  }
32151
32135
 
32136
+ .E_c18bcrac {
32137
+ display: inline-block;
32138
+ width: 100%;
32139
+ }
32140
+ .E_c18bcrac .recharts-wrapper {
32141
+ margin-left: 4px;
32142
+ }
32143
+
32144
+ .E_cro7kg2 {
32145
+ padding: 4px;
32146
+ }
32147
+
32148
+ .E_c14wcxf0 {
32149
+ display: flex;
32150
+ justify-content: space-between;
32151
+ align-items: center;
32152
+ font-size: 13px;
32153
+ line-height: 24px;
32154
+ color: #cccccc;
32155
+ white-space: nowrap;
32156
+ }
32157
+ .E_c14wcxf0 label {
32158
+ margin-right: 32px;
32159
+ }
32160
+
32161
+ .E_coy29mj.E_c14wcxf0 {
32162
+ font-weight: bold;
32163
+ color: white;
32164
+ }
32165
+
32166
+ .E_s11212zy {
32167
+ width: 8px;
32168
+ height: 8px;
32169
+ border-radius: 2px;
32170
+ display: inline-block;
32171
+ background: var(--s11212zy-0);
32172
+ border: 1px solid #fff;
32173
+ box-sizing: content-box;
32174
+ margin-right: 6px;
32175
+ }
32176
+
32177
+ .E_p1lyky6c > :first-child {
32178
+ font-weight: bold;
32179
+ color: white;
32180
+ margin-right: 4px;
32181
+ }
32182
+
32152
32183
  .E_c1bus5hc {
32153
32184
  --color: white;
32154
32185
  height: 14px;
@@ -32189,159 +32220,189 @@ input.E_rrg1fkn.ant-input {
32189
32220
  transform: rotate(0deg);
32190
32221
  }
32191
32222
 
32192
- .E_c18bcrac {
32193
- display: inline-block;
32194
- width: 100%;
32223
+ .E_berrcjl {
32224
+ color: rgba(10, 37, 85, 0.6);
32225
+ margin-bottom: 4px;
32195
32226
  }
32196
- .E_c18bcrac .recharts-wrapper {
32197
- margin-left: 4px;
32227
+ .E_berrcjl .breadcrumb-link {
32228
+ color: rgba(10, 37, 85, 0.6);
32229
+ cursor: pointer;
32230
+ transition: color 160ms ease;
32231
+ }
32232
+ .E_berrcjl .breadcrumb-link:hover {
32233
+ color: #0080ff;
32234
+ }
32235
+ .E_berrcjl .breadcrumb-link:active {
32236
+ color: #005ed1;
32198
32237
  }
32199
32238
 
32200
- .E_cro7kg2 {
32201
- padding: 4px;
32239
+ .E_s11wux3h .ant-segmented-item:not(:last-child) {
32240
+ margin-right: 2px;
32202
32241
  }
32203
32242
 
32204
- .E_c14wcxf0 {
32205
- display: flex;
32206
- justify-content: space-between;
32207
- align-items: center;
32208
- font-size: 13px;
32209
- line-height: 24px;
32210
- color: #cccccc;
32211
- white-space: nowrap;
32243
+ .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
32244
+ padding-left: 8px;
32245
+ padding-right: 8px;
32212
32246
  }
32213
- .E_c14wcxf0 label {
32214
- margin-right: 32px;
32247
+ .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32248
+ border-radius: 4px;
32249
+ }
32250
+ .E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32251
+ border-radius: 4px;
32215
32252
  }
32216
32253
 
32217
- .E_coy29mj.E_c14wcxf0 {
32218
- font-weight: bold;
32219
- color: white;
32254
+ .E_ma64lna .ant-segmented-item-label {
32255
+ padding-left: 12px;
32256
+ padding-right: 12px;
32220
32257
  }
32221
32258
 
32222
- .E_s11212zy {
32223
- width: 8px;
32224
- height: 8px;
32225
- border-radius: 2px;
32226
- display: inline-block;
32227
- background: var(--s11212zy-0);
32228
- border: 1px solid #fff;
32229
- box-sizing: content-box;
32230
- margin-right: 6px;
32259
+ .E_ckld275 {
32260
+ background-color: rgba(225, 230, 241, 0.6);
32261
+ }
32262
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32263
+ background-color: rgba(255, 255, 255, 0.6);
32264
+ color: rgba(44, 56, 82, 0.75);
32265
+ }
32266
+ .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32267
+ background-color: transparent;
32268
+ }
32269
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32270
+ background-color: transparent;
32231
32271
  }
32232
32272
 
32233
- .E_p1lyky6c > :first-child {
32234
- font-weight: bold;
32235
- color: white;
32236
- margin-right: 4px;
32273
+ .E_n12mqh7z {
32274
+ display: flex;
32275
+ align-items: center;
32276
+ font-size: 12px;
32277
+ line-height: 18px;
32278
+ }
32279
+ .E_n12mqh7z:not(:last-child) {
32280
+ margin-bottom: 4px;
32237
32281
  }
32238
32282
 
32239
- .E_t1sqg15u {
32240
- background: white;
32283
+ .E_tf5bynu {
32284
+ margin: 0 3px;
32241
32285
  }
32242
- .E_t1sqg15u.inline .table-row {
32243
- flex-direction: column;
32286
+
32287
+ .E_tcckoz1 {
32288
+ max-height: 400px;
32289
+ overflow: "auto";
32244
32290
  }
32245
- .E_t1sqg15u.inline .table-row > label {
32246
- padding: 0 16px 7px 0;
32291
+
32292
+ .E_s1iv0tp1 .enabled-switch {
32293
+ display: flex;
32294
+ align-items: center;
32247
32295
  }
32248
- .E_t1sqg15u.has-border .table-header {
32249
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
32296
+ .E_s1iv0tp1 .enabled-text {
32297
+ margin-right: 8px;
32250
32298
  }
32251
- .E_t1sqg15u.has-border .hiddenBorder {
32252
- border-top: none !important;
32299
+
32300
+ .E_tje3huy {
32301
+ width: 100%;
32302
+ overflow: inherit;
32303
+ white-space: inherit;
32304
+ text-overflow: ellipsis;
32253
32305
  }
32254
- .E_t1sqg15u.has-border .table-row + .table-row {
32255
- border-top: 1px solid rgba(225, 230, 241, 0.6);
32306
+
32307
+ .E_gmyahx3 {
32308
+ cursor: pointer;
32256
32309
  }
32257
- .E_t1sqg15u.has-border .table-row:last-of-type {
32258
- padding-bottom: 0;
32310
+ .E_gmyahx3 .link-text {
32311
+ color: rgba(0, 21, 64, 0.3);
32259
32312
  }
32260
- .E_t1sqg15u.align-right .content {
32261
- text-align: right;
32313
+ .E_gmyahx3:hover .link-text {
32314
+ color: #0080ff;
32262
32315
  }
32263
- .E_t1sqg15u .uuid-row {
32316
+
32317
+ .E_m15dvk92 {
32264
32318
  display: flex;
32265
32319
  justify-content: space-between;
32320
+ width: 100%;
32266
32321
  }
32267
- .E_t1sqg15u .uuid-row .id-text {
32268
- white-space: nowrap;
32269
- overflow: hidden;
32270
- text-overflow: ellipsis;
32322
+ .E_m15dvk92 .action {
32323
+ margin-left: 16px;
32271
32324
  }
32272
32325
 
32273
- .E_t4zczcp {
32326
+ .E_aql8iqz .ant-alert-message {
32327
+ width: 100%;
32328
+ }
32329
+
32330
+ .E_c10crapj {
32331
+ border-radius: 8px;
32332
+ }
32333
+ .E_c10crapj .ant-card-body {
32334
+ padding: 20px 24px 24px 24px;
32335
+ }
32336
+
32337
+ .E_c198s9j3 {
32338
+ color: #2d3a56;
32339
+ line-height: 22px;
32340
+ display: inline-flex;
32341
+ }
32342
+ .E_c198s9j3 .ant-checkbox {
32343
+ height: 22px;
32274
32344
  display: flex;
32275
- justify-content: space-between;
32276
32345
  align-items: center;
32277
- padding: 8px;
32278
- min-height: 32px;
32346
+ top: 0;
32279
32347
  }
32280
- .E_t4zczcp .table-title {
32281
- color: rgba(44, 56, 82, 0.6);
32282
- font-weight: 600;
32283
- font-size: 12px;
32284
- line-height: 8px;
32348
+ .E_c198s9j3 .ant-checkbox-checked::after {
32349
+ border: none;
32285
32350
  }
32286
- .E_t4zczcp .edit-icon {
32287
- font-size: 16px;
32288
- color: rgba(10, 37, 85, 0.6);
32289
- cursor: pointer;
32351
+ .E_c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
32352
+ .E_c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
32353
+ border-color: #0080ff;
32290
32354
  }
32291
-
32292
- .E_t1s7goww {
32293
- font-size: 12px;
32294
- line-height: 18px;
32355
+ .E_c198s9j3 .ant-checkbox .ant-checkbox-inner {
32356
+ border: 1px solid rgba(107, 128, 167, 0.6);
32295
32357
  }
32296
-
32297
- .E_t93e4cf {
32298
- display: flex;
32299
- padding: 8px 0;
32300
- color: #2d3a56;
32358
+ .E_c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
32359
+ .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32360
+ border: 1px solid #0080ff;
32301
32361
  }
32302
- .E_t93e4cf .hidden {
32303
- display: none;
32362
+ .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32363
+ background: #0080ff;
32304
32364
  }
32305
- .E_t93e4cf .ant-btn-link {
32306
- height: auto;
32365
+ .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32366
+ background-color: #fff;
32367
+ height: 2px;
32368
+ width: 10px;
32369
+ border-radius: 2px;
32307
32370
  }
32308
- .E_t93e4cf .content {
32309
- overflow: hidden;
32310
- overflow-x: auto;
32311
- width: 100%;
32312
- white-space: pre-wrap;
32371
+ .E_c198s9j3.ant-checkbox-wrapper-disabled {
32372
+ opacity: 0.5;
32313
32373
  }
32314
- .E_t93e4cf .content .ant-btn {
32315
- white-space: pre-wrap;
32316
- text-align: left;
32374
+ .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
32375
+ background: rgba(211, 218, 235, 0.6);
32376
+ border-color: rgba(107, 128, 167, 0.6) !important;
32317
32377
  }
32318
- .E_t93e4cf .content .unit-chart {
32319
- justify-content: flex-start;
32378
+ .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
32379
+ border-color: #2d3a56;
32320
32380
  }
32321
-
32322
- .E_rhz2uv5 {
32323
- width: var(--rhz2uv5-0);
32324
- flex-shrink: 0;
32325
- color: rgba(44, 56, 82, 0.6);
32326
- padding-right: 12px;
32381
+ .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32382
+ background: #2d3a56;
32327
32383
  }
32328
-
32329
- .E_gmyahx3 {
32330
- cursor: pointer;
32384
+ .E_c198s9j3 .ant-checkbox + span,
32385
+ .E_c198s9j3 .ant-checkbox-disabled + span {
32386
+ padding: 0;
32331
32387
  }
32332
- .E_gmyahx3 .link-text {
32333
- color: rgba(0, 21, 64, 0.3);
32388
+ .E_c198s9j3 .ant-checkbox + span .main,
32389
+ .E_c198s9j3 .ant-checkbox-disabled + span .main {
32390
+ display: inline-block;
32391
+ margin-left: 12px;
32392
+ color: #2d3a56;
32334
32393
  }
32335
- .E_gmyahx3:hover .link-text {
32336
- color: #0080ff;
32394
+ .E_c198s9j3 .ant-checkbox + span .sub,
32395
+ .E_c198s9j3 .ant-checkbox-disabled + span .sub {
32396
+ margin-left: 28px;
32397
+ color: rgba(44, 56, 82, 0.6);
32337
32398
  }
32338
-
32339
- .E_s1iv0tp1 .enabled-switch {
32340
- display: flex;
32341
- align-items: center;
32399
+ .E_c198s9j3.compact .ant-checkbox + span .main,
32400
+ .E_c198s9j3.compact .ant-checkbox-disabled + span .main {
32401
+ margin-left: 8px;
32342
32402
  }
32343
- .E_s1iv0tp1 .enabled-text {
32344
- margin-right: 8px;
32403
+ .E_c198s9j3.compact .ant-checkbox + span .sub,
32404
+ .E_c198s9j3.compact .ant-checkbox-disabled + span .sub {
32405
+ margin-left: 24px;
32345
32406
  }
32346
32407
 
32347
32408
  .E_clm1wy1 {
@@ -32437,144 +32498,117 @@ input.E_rrg1fkn.ant-input {
32437
32498
  border-radius: 2px;
32438
32499
  }
32439
32500
 
32440
- .E_n12mqh7z {
32441
- display: flex;
32442
- align-items: center;
32443
- font-size: 12px;
32444
- line-height: 18px;
32445
- }
32446
- .E_n12mqh7z:not(:last-child) {
32447
- margin-bottom: 4px;
32501
+ .E_t1sqg15u {
32502
+ background: white;
32448
32503
  }
32449
-
32450
- .E_tf5bynu {
32451
- margin: 0 3px;
32504
+ .E_t1sqg15u.inline .table-row {
32505
+ flex-direction: column;
32452
32506
  }
32453
-
32454
- .E_tcckoz1 {
32455
- max-height: 400px;
32456
- overflow: "auto";
32507
+ .E_t1sqg15u.inline .table-row > label {
32508
+ padding: 0 16px 7px 0;
32457
32509
  }
32458
-
32459
- .E_wg1tsps {
32460
- display: flex;
32461
- align-items: center;
32462
- justify-content: flex-end;
32510
+ .E_t1sqg15u.has-border .table-header {
32511
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
32463
32512
  }
32464
-
32465
- .E_b1ctd5xy {
32466
- display: flex;
32467
- align-items: center;
32468
- width: calc(100% - 40px);
32513
+ .E_t1sqg15u.has-border .hiddenBorder {
32514
+ border-top: none !important;
32469
32515
  }
32470
- .E_b1ctd5xy .chart {
32471
- display: inline-block;
32472
- width: 100%;
32516
+ .E_t1sqg15u.has-border .table-row + .table-row {
32517
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
32473
32518
  }
32474
-
32475
- .E_u1p8acpn {
32476
- min-width: 40px;
32519
+ .E_t1sqg15u.has-border .table-row:last-of-type {
32520
+ padding-bottom: 0;
32477
32521
  }
32478
- .E_u1p8acpn .unit {
32479
- color: #00122e !important;
32522
+ .E_t1sqg15u.align-right .content {
32523
+ text-align: right;
32480
32524
  }
32481
-
32482
- .E_m15dvk92 {
32525
+ .E_t1sqg15u .uuid-row {
32483
32526
  display: flex;
32484
32527
  justify-content: space-between;
32485
- width: 100%;
32486
- }
32487
- .E_m15dvk92 .action {
32488
- margin-left: 16px;
32489
- }
32490
-
32491
- .E_aql8iqz .ant-alert-message {
32492
- width: 100%;
32493
32528
  }
32494
-
32495
- .E_tje3huy {
32496
- width: 100%;
32497
- overflow: inherit;
32498
- white-space: inherit;
32529
+ .E_t1sqg15u .uuid-row .id-text {
32530
+ white-space: nowrap;
32531
+ overflow: hidden;
32499
32532
  text-overflow: ellipsis;
32500
32533
  }
32501
32534
 
32502
- .E_c10crapj {
32503
- border-radius: 8px;
32504
- }
32505
- .E_c10crapj .ant-card-body {
32506
- padding: 20px 24px 24px 24px;
32507
- }
32508
-
32509
- .E_c198s9j3 {
32510
- color: #2d3a56;
32511
- line-height: 22px;
32512
- display: inline-flex;
32513
- }
32514
- .E_c198s9j3 .ant-checkbox {
32515
- height: 22px;
32535
+ .E_t4zczcp {
32516
32536
  display: flex;
32537
+ justify-content: space-between;
32517
32538
  align-items: center;
32518
- top: 0;
32539
+ padding: 8px;
32540
+ min-height: 32px;
32519
32541
  }
32520
- .E_c198s9j3 .ant-checkbox-checked::after {
32521
- border: none;
32542
+ .E_t4zczcp .table-title {
32543
+ color: rgba(44, 56, 82, 0.6);
32544
+ font-weight: 600;
32545
+ font-size: 12px;
32546
+ line-height: 8px;
32522
32547
  }
32523
- .E_c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
32524
- .E_c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
32525
- border-color: #0080ff;
32548
+ .E_t4zczcp .edit-icon {
32549
+ font-size: 16px;
32550
+ color: rgba(10, 37, 85, 0.6);
32551
+ cursor: pointer;
32526
32552
  }
32527
- .E_c198s9j3 .ant-checkbox .ant-checkbox-inner {
32528
- border: 1px solid rgba(107, 128, 167, 0.6);
32553
+
32554
+ .E_t1s7goww {
32555
+ font-size: 12px;
32556
+ line-height: 18px;
32529
32557
  }
32530
- .E_c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
32531
- .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32532
- border: 1px solid #0080ff;
32558
+
32559
+ .E_t93e4cf {
32560
+ display: flex;
32561
+ padding: 8px 0;
32562
+ color: #2d3a56;
32533
32563
  }
32534
- .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32535
- background: #0080ff;
32564
+ .E_t93e4cf .hidden {
32565
+ display: none;
32536
32566
  }
32537
- .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32538
- background-color: #fff;
32539
- height: 2px;
32540
- width: 10px;
32541
- border-radius: 2px;
32567
+ .E_t93e4cf .ant-btn-link {
32568
+ height: auto;
32542
32569
  }
32543
- .E_c198s9j3.ant-checkbox-wrapper-disabled {
32544
- opacity: 0.5;
32570
+ .E_t93e4cf .content {
32571
+ overflow: hidden;
32572
+ overflow-x: auto;
32573
+ width: 100%;
32574
+ white-space: pre-wrap;
32545
32575
  }
32546
- .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
32547
- background: rgba(211, 218, 235, 0.6);
32548
- border-color: rgba(107, 128, 167, 0.6) !important;
32576
+ .E_t93e4cf .content .ant-btn {
32577
+ white-space: pre-wrap;
32578
+ text-align: left;
32549
32579
  }
32550
- .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
32551
- border-color: #2d3a56;
32580
+ .E_t93e4cf .content .unit-chart {
32581
+ justify-content: flex-start;
32552
32582
  }
32553
- .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32554
- background: #2d3a56;
32583
+
32584
+ .E_rhz2uv5 {
32585
+ width: var(--rhz2uv5-0);
32586
+ flex-shrink: 0;
32587
+ color: rgba(44, 56, 82, 0.6);
32588
+ padding-right: 12px;
32555
32589
  }
32556
- .E_c198s9j3 .ant-checkbox + span,
32557
- .E_c198s9j3 .ant-checkbox-disabled + span {
32558
- padding: 0;
32590
+
32591
+ .E_wg1tsps {
32592
+ display: flex;
32593
+ align-items: center;
32594
+ justify-content: flex-end;
32559
32595
  }
32560
- .E_c198s9j3 .ant-checkbox + span .main,
32561
- .E_c198s9j3 .ant-checkbox-disabled + span .main {
32562
- display: inline-block;
32563
- margin-left: 12px;
32564
- color: #2d3a56;
32596
+
32597
+ .E_b1ctd5xy {
32598
+ display: flex;
32599
+ align-items: center;
32600
+ width: calc(100% - 40px);
32565
32601
  }
32566
- .E_c198s9j3 .ant-checkbox + span .sub,
32567
- .E_c198s9j3 .ant-checkbox-disabled + span .sub {
32568
- margin-left: 28px;
32569
- color: rgba(44, 56, 82, 0.6);
32602
+ .E_b1ctd5xy .chart {
32603
+ display: inline-block;
32604
+ width: 100%;
32570
32605
  }
32571
- .E_c198s9j3.compact .ant-checkbox + span .main,
32572
- .E_c198s9j3.compact .ant-checkbox-disabled + span .main {
32573
- margin-left: 8px;
32606
+
32607
+ .E_u1p8acpn {
32608
+ min-width: 40px;
32574
32609
  }
32575
- .E_c198s9j3.compact .ant-checkbox + span .sub,
32576
- .E_c198s9j3.compact .ant-checkbox-disabled + span .sub {
32577
- margin-left: 24px;
32610
+ .E_u1p8acpn .unit {
32611
+ color: #00122e !important;
32578
32612
  }
32579
32613
 
32580
32614
  .E_cav9p2m .ant-collapse-item {
@@ -32603,15 +32637,6 @@ input.E_rrg1fkn.ant-input {
32603
32637
  margin: 0 2px;
32604
32638
  }
32605
32639
 
32606
- .E_o8ocss1 {
32607
- overflow: hidden;
32608
- text-overflow: ellipsis;
32609
- }
32610
-
32611
- .E_n17syc35 {
32612
- white-space: nowrap;
32613
- }
32614
-
32615
32640
  button.E_lujuy3j {
32616
32641
  color: #0080FF;
32617
32642
  }
@@ -32643,6 +32668,25 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32643
32668
  color: #00122e;
32644
32669
  }
32645
32670
 
32671
+ .E_o8ocss1 {
32672
+ overflow: hidden;
32673
+ text-overflow: ellipsis;
32674
+ }
32675
+
32676
+ .E_n17syc35 {
32677
+ white-space: nowrap;
32678
+ }
32679
+
32680
+ .E_igz4le8 {
32681
+ height: 24px;
32682
+ width: 56px !important;
32683
+ margin-right: 4px;
32684
+ }
32685
+
32686
+ .E_c1riexje {
32687
+ color: rgba(44, 56, 82, 0.6);
32688
+ }
32689
+
32646
32690
  .E_shq1k1g.ant-select, .E_shq1k1g.ant-select .ant-select-selector {
32647
32691
  border-radius: 6px;
32648
32692
  }
@@ -32700,16 +32744,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32700
32744
  transform: rotate(180deg);
32701
32745
  }
32702
32746
 
32703
- .E_igz4le8 {
32704
- height: 24px;
32705
- width: 56px !important;
32706
- margin-right: 4px;
32707
- }
32708
-
32709
- .E_c1riexje {
32710
- color: rgba(44, 56, 82, 0.6);
32711
- }
32712
-
32713
32747
  .E_iiqau4c.ant-input-group.ant-input-group-compact {
32714
32748
  display: flex;
32715
32749
  }
@@ -32792,6 +32826,88 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32792
32826
  margin-right: 4px;
32793
32827
  }
32794
32828
 
32829
+ .E_s1uupxds {
32830
+ padding: 0 8px;
32831
+ border-radius: 4px;
32832
+ }
32833
+
32834
+ .E_m10sqwut {
32835
+ padding: 2px 8px;
32836
+ border-radius: 3px;
32837
+ }
32838
+
32839
+ .E_l1d492wb {
32840
+ padding: 3px 8px;
32841
+ border-radius: 2px;
32842
+ }
32843
+
32844
+ .E_t1lzavmu.ant-tag:hover {
32845
+ opacity: unset;
32846
+ }
32847
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32848
+ margin: 0;
32849
+ margin-right: 8px;
32850
+ display: inline-flex;
32851
+ align-items: center;
32852
+ border: none;
32853
+ }
32854
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32855
+ width: 16px;
32856
+ height: 16px;
32857
+ color: inherit;
32858
+ margin-left: 4px;
32859
+ opacity: 0.6;
32860
+ display: inline-flex;
32861
+ }
32862
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32863
+ opacity: 1;
32864
+ }
32865
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32866
+ color: #0080ff;
32867
+ background-color: rgba(0, 136, 255, 0.1);
32868
+ }
32869
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32870
+ color: #f0483e;
32871
+ background-color: rgba(255, 74, 74, 0.1);
32872
+ }
32873
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32874
+ color: #e07f00;
32875
+ background-color: rgba(255, 187, 0, 0.1);
32876
+ }
32877
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32878
+ color: #008f4c;
32879
+ background-color: rgba(30, 201, 127, 0.1);
32880
+ }
32881
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32882
+ color: #1d326c;
32883
+ background-color: rgba(225, 230, 241, 0.6);
32884
+ }
32885
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32886
+ color: #7E41FF;
32887
+ background-color: rgba(126, 65, 255, 0.1);
32888
+ }
32889
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32890
+ color: #fff;
32891
+ }
32892
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32893
+ background-color: #f0483e;
32894
+ }
32895
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32896
+ background-color: #fea008;
32897
+ }
32898
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32899
+ background-color: #00ba5d;
32900
+ }
32901
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32902
+ background-color: #0080ff;
32903
+ }
32904
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32905
+ background-color: #6b7d99;
32906
+ }
32907
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32908
+ background-color: #7E41FF;
32909
+ }
32910
+
32795
32911
  .E_sq6vos1 {
32796
32912
  --item-min-width: 60px;
32797
32913
  }
@@ -32963,140 +33079,28 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32963
33079
  }
32964
33080
  .E_h1xo7yjb .step-item-prefix-container {
32965
33081
  display: inline-flex;
32966
- align-items: center;
32967
- width: 18px;
32968
- height: 18px;
32969
- color: rgba(44, 56, 82, 0.75);
32970
- justify-content: center;
32971
- }
32972
-
32973
- .E_v1f2f7cy {
32974
- width: 100%;
32975
- display: flex;
32976
- align-items: center;
32977
- justify-content: center;
32978
- column-gap: 6px;
32979
- font-size: 13px;
32980
- }
32981
- .E_v1f2f7cy .step-item-prefix-container {
32982
- display: inline-flex;
32983
- align-items: center;
32984
- min-width: 20px;
32985
- min-height: 20px;
32986
- color: rgba(44, 56, 82, 0.75);
32987
- justify-content: center;
32988
- }
32989
-
32990
- .E_s1uupxds {
32991
- padding: 0 8px;
32992
- border-radius: 4px;
32993
- }
32994
-
32995
- .E_m10sqwut {
32996
- padding: 2px 8px;
32997
- border-radius: 3px;
32998
- }
32999
-
33000
- .E_l1d492wb {
33001
- padding: 3px 8px;
33002
- border-radius: 2px;
33003
- }
33004
-
33005
- .E_t1lzavmu.ant-tag:hover {
33006
- opacity: unset;
33007
- }
33008
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
33009
- margin: 0;
33010
- margin-right: 8px;
33011
- display: inline-flex;
33012
- align-items: center;
33013
- border: none;
33014
- }
33015
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
33016
- width: 16px;
33017
- height: 16px;
33018
- color: inherit;
33019
- margin-left: 4px;
33020
- opacity: 0.6;
33021
- display: inline-flex;
33022
- }
33023
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
33024
- opacity: 1;
33025
- }
33026
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
33027
- color: #0080ff;
33028
- background-color: rgba(0, 136, 255, 0.1);
33029
- }
33030
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
33031
- color: #f0483e;
33032
- background-color: rgba(255, 74, 74, 0.1);
33033
- }
33034
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
33035
- color: #e07f00;
33036
- background-color: rgba(255, 187, 0, 0.1);
33037
- }
33038
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
33039
- color: #008f4c;
33040
- background-color: rgba(30, 201, 127, 0.1);
33041
- }
33042
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
33043
- color: #1d326c;
33044
- background-color: rgba(225, 230, 241, 0.6);
33045
- }
33046
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
33047
- color: #7E41FF;
33048
- background-color: rgba(126, 65, 255, 0.1);
33049
- }
33050
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
33051
- color: #fff;
33052
- }
33053
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
33054
- background-color: #f0483e;
33055
- }
33056
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
33057
- background-color: #fea008;
33058
- }
33059
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
33060
- background-color: #00ba5d;
33061
- }
33062
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
33063
- background-color: #0080ff;
33064
- }
33065
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
33066
- background-color: #6b7d99;
33067
- }
33068
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
33069
- background-color: #7E41FF;
33070
- }
33071
-
33072
- .E_t1gz6wqf {
33073
- height: 100%;
33074
- }
33075
- .E_t1gz6wqf .table-loading-item {
33076
- padding: 12px 4px;
33077
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33078
- display: flex;
33079
- }
33080
- .E_t1gz6wqf .table-loading-item > * {
33081
- height: 16px;
33082
- margin: 4px;
33083
- background: rgba(204, 212, 227, 0.18);
33084
- border-radius: 2px;
33085
- }
33086
- .E_t1gz6wqf .table-loading-item .checkbox-loading {
33087
- width: 16px;
33088
- }
33089
- .E_t1gz6wqf .table-loading-item .td-loading {
33090
- flex: 1;
33091
- }
33092
- .E_t1gz6wqf :nth-child(1) {
33093
- padding: 8px 4px;
33082
+ align-items: center;
33083
+ width: 18px;
33084
+ height: 18px;
33085
+ color: rgba(44, 56, 82, 0.75);
33086
+ justify-content: center;
33094
33087
  }
33095
- .E_t1gz6wqf :nth-child(1) > * {
33096
- background: rgba(107, 125, 153, 0.18);
33088
+
33089
+ .E_v1f2f7cy {
33090
+ width: 100%;
33091
+ display: flex;
33092
+ align-items: center;
33093
+ justify-content: center;
33094
+ column-gap: 6px;
33095
+ font-size: 13px;
33097
33096
  }
33098
- .E_t1gz6wqf :nth-child(1) > * {
33099
- background: rgba(163, 180, 204, 0.18);
33097
+ .E_v1f2f7cy .step-item-prefix-container {
33098
+ display: inline-flex;
33099
+ align-items: center;
33100
+ min-width: 20px;
33101
+ min-height: 20px;
33102
+ color: rgba(44, 56, 82, 0.75);
33103
+ justify-content: center;
33100
33104
  }
33101
33105
 
33102
33106
  .E_t160l1cm {
@@ -33785,6 +33789,36 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33785
33789
  padding: unset;
33786
33790
  }
33787
33791
 
33792
+ .E_t1gz6wqf {
33793
+ height: 100%;
33794
+ }
33795
+ .E_t1gz6wqf .table-loading-item {
33796
+ padding: 12px 4px;
33797
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33798
+ display: flex;
33799
+ }
33800
+ .E_t1gz6wqf .table-loading-item > * {
33801
+ height: 16px;
33802
+ margin: 4px;
33803
+ background: rgba(204, 212, 227, 0.18);
33804
+ border-radius: 2px;
33805
+ }
33806
+ .E_t1gz6wqf .table-loading-item .checkbox-loading {
33807
+ width: 16px;
33808
+ }
33809
+ .E_t1gz6wqf .table-loading-item .td-loading {
33810
+ flex: 1;
33811
+ }
33812
+ .E_t1gz6wqf :nth-child(1) {
33813
+ padding: 8px 4px;
33814
+ }
33815
+ .E_t1gz6wqf :nth-child(1) > * {
33816
+ background: rgba(107, 125, 153, 0.18);
33817
+ }
33818
+ .E_t1gz6wqf :nth-child(1) > * {
33819
+ background: rgba(163, 180, 204, 0.18);
33820
+ }
33821
+
33788
33822
  .E_c1k4vanq {
33789
33823
  padding: 0 12px 14px 12px;
33790
33824
  }
@@ -33842,6 +33876,22 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33842
33876
  margin-left: 1px;
33843
33877
  }
33844
33878
 
33879
+ .E_rrwcpby {
33880
+ display: flex;
33881
+ align-items: center;
33882
+ }
33883
+ .E_rrwcpby .order {
33884
+ height: 24px;
33885
+ width: 24px;
33886
+ border-radius: 20px;
33887
+ color: #0080ff;
33888
+ background: rgba(0, 136, 255, 0.1);
33889
+ display: flex;
33890
+ align-items: center;
33891
+ justify-content: center;
33892
+ margin-right: 6px;
33893
+ }
33894
+
33845
33895
  .E_bab9xum {
33846
33896
  box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
33847
33897
  }
@@ -33859,22 +33909,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33859
33909
  transform: translateY(-4px);
33860
33910
  }
33861
33911
 
33862
- .E_rrwcpby {
33863
- display: flex;
33864
- align-items: center;
33865
- }
33866
- .E_rrwcpby .order {
33867
- height: 24px;
33868
- width: 24px;
33869
- border-radius: 20px;
33870
- color: #0080ff;
33871
- background: rgba(0, 136, 255, 0.1);
33872
- display: flex;
33873
- align-items: center;
33874
- justify-content: center;
33875
- margin-right: 6px;
33876
- }
33877
-
33878
33912
  .E_f1p9ti6d {
33879
33913
  width: 100%;
33880
33914
  margin-bottom: 0 !important;
@@ -33906,6 +33940,91 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33906
33940
  min-height: 0px;
33907
33941
  }
33908
33942
 
33943
+ .E_w1xcixj5.outside-tag {
33944
+ padding-left: 0;
33945
+ }
33946
+ .E_w1xcixj5.outside-tag .inside-tag {
33947
+ border-radius: 4px 0 0 4px;
33948
+ padding-right: 4px;
33949
+ margin-right: 4px;
33950
+ }
33951
+
33952
+ .E_sut42l0 {
33953
+ padding: 0 8px;
33954
+ height: 18px;
33955
+ }
33956
+
33957
+ .E_mfsz1jz {
33958
+ padding: 2px 8px;
33959
+ height: 24px;
33960
+ }
33961
+
33962
+ .E_tnd6h4m {
33963
+ margin: 0;
33964
+ }
33965
+
33966
+ .E_i1qw4clm {
33967
+ margin-right: 4px;
33968
+ height: 16px;
33969
+ }
33970
+
33971
+ .E_n1r5ku5l.ant-tag.ant-tag-gray {
33972
+ font-weight: 700;
33973
+ color: #00122e;
33974
+ background-color: rgba(237, 241, 250, 0.6);
33975
+ border: 1px solid rgba(211, 218, 235, 0.6);
33976
+ }
33977
+
33978
+ .E_at4ovwe .ant-input-number-handler-wrap {
33979
+ display: var(--at4ovwe-0);
33980
+ }
33981
+ .E_at4ovwe .ant-input-number-input-wrap {
33982
+ padding: 5px 12px;
33983
+ display: inline-flex;
33984
+ line-height: 1.5715;
33985
+ height: 100%;
33986
+ width: 100%;
33987
+ }
33988
+ .E_at4ovwe .ant-input-number-input-wrap::after {
33989
+ content: var(--at4ovwe-1);
33990
+ display: var(--at4ovwe-2);
33991
+ flex: none;
33992
+ align-items: center;
33993
+ margin-left: 4px;
33994
+ color: rgba(44, 56, 82, 0.6);
33995
+ }
33996
+ .E_at4ovwe .ant-input-number-input-wrap::before {
33997
+ content: var(--at4ovwe-3);
33998
+ display: var(--at4ovwe-4);
33999
+ flex: none;
34000
+ align-items: center;
34001
+ margin-right: 4px;
34002
+ cursor: auto;
34003
+ color: rgba(44, 56, 82, 0.6);
34004
+ }
34005
+ .ant-input-group.ant-input-group-compact > .E_at4ovwe {
34006
+ border-radius: 0;
34007
+ }
34008
+ .E_at4ovwe.ant-input-number {
34009
+ width: 100%;
34010
+ border-radius: 6px;
34011
+ }
34012
+ .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 {
34013
+ border-color: #0096ff;
34014
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
34015
+ z-index: 1;
34016
+ }
34017
+ .E_at4ovwe.ant-input-number.error:not([disabled]):hover, .E_at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
34018
+ border-color: #e75a3a;
34019
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
34020
+ }
34021
+ .E_at4ovwe .ant-input-number-input {
34022
+ padding: 0;
34023
+ margin: 0;
34024
+ height: auto;
34025
+ font-size: inherit;
34026
+ }
34027
+
33909
34028
  .E_tc40oxa {
33910
34029
  margin-bottom: 4px;
33911
34030
  color: rgba(44, 56, 82, 0.6);
@@ -34099,91 +34218,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34099
34218
  margin-right: 8px;
34100
34219
  }
34101
34220
 
34102
- .E_sut42l0 {
34103
- padding: 0 8px;
34104
- height: 18px;
34105
- }
34106
-
34107
- .E_mfsz1jz {
34108
- padding: 2px 8px;
34109
- height: 24px;
34110
- }
34111
-
34112
- .E_tnd6h4m {
34113
- margin: 0;
34114
- }
34115
-
34116
- .E_i1qw4clm {
34117
- margin-right: 4px;
34118
- height: 16px;
34119
- }
34120
-
34121
- .E_n1r5ku5l.ant-tag.ant-tag-gray {
34122
- font-weight: 700;
34123
- color: #00122e;
34124
- background-color: rgba(237, 241, 250, 0.6);
34125
- border: 1px solid rgba(211, 218, 235, 0.6);
34126
- }
34127
-
34128
- .E_at4ovwe .ant-input-number-handler-wrap {
34129
- display: var(--at4ovwe-0);
34130
- }
34131
- .E_at4ovwe .ant-input-number-input-wrap {
34132
- padding: 5px 12px;
34133
- display: inline-flex;
34134
- line-height: 1.5715;
34135
- height: 100%;
34136
- width: 100%;
34137
- }
34138
- .E_at4ovwe .ant-input-number-input-wrap::after {
34139
- content: var(--at4ovwe-1);
34140
- display: var(--at4ovwe-2);
34141
- flex: none;
34142
- align-items: center;
34143
- margin-left: 4px;
34144
- color: rgba(44, 56, 82, 0.6);
34145
- }
34146
- .E_at4ovwe .ant-input-number-input-wrap::before {
34147
- content: var(--at4ovwe-3);
34148
- display: var(--at4ovwe-4);
34149
- flex: none;
34150
- align-items: center;
34151
- margin-right: 4px;
34152
- cursor: auto;
34153
- color: rgba(44, 56, 82, 0.6);
34154
- }
34155
- .ant-input-group.ant-input-group-compact > .E_at4ovwe {
34156
- border-radius: 0;
34157
- }
34158
- .E_at4ovwe.ant-input-number {
34159
- width: 100%;
34160
- border-radius: 6px;
34161
- }
34162
- .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 {
34163
- border-color: #0096ff;
34164
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
34165
- z-index: 1;
34166
- }
34167
- .E_at4ovwe.ant-input-number.error:not([disabled]):hover, .E_at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
34168
- border-color: #e75a3a;
34169
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
34170
- }
34171
- .E_at4ovwe .ant-input-number-input {
34172
- padding: 0;
34173
- margin: 0;
34174
- height: auto;
34175
- font-size: inherit;
34176
- }
34177
-
34178
- .E_w1xcixj5.outside-tag {
34179
- padding-left: 0;
34180
- }
34181
- .E_w1xcixj5.outside-tag .inside-tag {
34182
- border-radius: 4px 0 0 4px;
34183
- padding-right: 4px;
34184
- margin-right: 4px;
34185
- }
34186
-
34187
34221
  .E_iwsze0q {
34188
34222
  margin-right: 4px;
34189
34223
  height: 16px;