@cloudtower/eagle 0.27.27 → 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,63 @@ 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
+
29487
29544
  .E_i1mrf09m {
29488
29545
  display: inline-flex;
29489
29546
  align-items: center;
@@ -29752,61 +29809,116 @@ html body {
29752
29809
  padding: 0;
29753
29810
  }
29754
29811
 
29755
- .E_bpq0js6 {
29756
- padding: 4px 11px;
29812
+ .E_s34f1qb.ant-switch {
29813
+ min-width: 40px;
29814
+ height: 24px;
29815
+ background: rgba(172, 186, 211, 0.6);
29816
+ overflow: hidden;
29757
29817
  }
29758
-
29759
- .E_b15sn34c {
29760
- white-space: nowrap;
29761
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29818
+ .E_s34f1qb.ant-switch:focus {
29819
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
29762
29820
  }
29763
- .E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29764
- --color: #0080ff;
29821
+ .E_s34f1qb.ant-switch-small {
29822
+ min-width: 26px;
29823
+ height: 16px;
29765
29824
  }
29766
- .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] {
29767
- --color: #0080ff;
29825
+ .E_s34f1qb.ant-switch-large {
29826
+ min-width: 52px;
29827
+ height: 32px;
29768
29828
  }
29769
- .E_b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29770
- margin-left: 1px;
29829
+ .E_s34f1qb.ant-switch .ant-switch-handle {
29830
+ height: 20px;
29831
+ width: 20px;
29771
29832
  }
29772
- .E_b15sn34c > .ant-btn:not(:only-child):first-child {
29773
- border-top-right-radius: 0;
29774
- border-bottom-right-radius: 0;
29833
+ .E_s34f1qb.ant-switch .ant-switch-handle::before {
29834
+ border-radius: 10px;
29835
+ transition-delay: 120ms;
29775
29836
  }
29776
- .E_b15sn34c > .ant-btn:not(:only-child):last-child {
29777
- border-top-left-radius: 0;
29778
- border-bottom-left-radius: 0;
29837
+ .E_s34f1qb.ant-switch-small .ant-switch-handle {
29838
+ height: 14px;
29839
+ width: 14px;
29840
+ top: 1px;
29841
+ left: 1px;
29779
29842
  }
29780
- .E_b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29781
- border-radius: unset;
29843
+ .E_s34f1qb.ant-switch-large .ant-switch-handle {
29844
+ height: 28px;
29845
+ width: 28px;
29846
+ }
29847
+ .E_s34f1qb.ant-switch-large .ant-switch-handle::before {
29848
+ border-radius: 14px;
29849
+ }
29850
+ .E_s34f1qb.ant-switch-checked {
29851
+ background-color: #00ba5d;
29852
+ }
29853
+ .E_s34f1qb.ant-switch-checked .ant-switch-handle {
29854
+ left: calc(100% - 20px - 2px);
29855
+ }
29856
+ .E_s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
29857
+ left: calc(100% - 14px - 1px);
29858
+ }
29859
+ .E_s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
29860
+ left: calc(100% - 28px - 2px);
29782
29861
  }
29783
29862
 
29784
- .E_iap75of {
29785
- height: 18px;
29786
- line-height: 18px;
29787
- padding: 0 4px;
29788
- border-radius: 4px;
29789
- background: rgba(235, 239, 245, 0.6);
29790
- border: 1px solid rgba(223, 228, 235, 0.6);
29863
+ .E_c1to9vb9 {
29864
+ margin-left: 5px;
29865
+ }
29866
+
29867
+ .E_p12gwtiw {
29791
29868
  display: flex;
29869
+ justify-content: space-between;
29792
29870
  align-items: center;
29793
- white-space: nowrap;
29794
- margin-right: 4px;
29871
+ padding: 10px 0;
29872
+ color: rgba(44, 56, 82, 0.6);
29873
+ font-size: 12px;
29874
+ line-height: 24px;
29795
29875
  }
29796
-
29797
- .E_fde5mpd {
29798
- width: 100%;
29799
- height: 100%;
29800
- min-height: 124px;
29876
+ .E_p12gwtiw .pagination-left {
29877
+ padding: 2px 8px;
29878
+ }
29879
+ .E_p12gwtiw .dropdown-trigger {
29801
29880
  display: flex;
29802
- flex-direction: column;
29803
- justify-content: center;
29804
29881
  align-items: center;
29882
+ border-radius: 6px;
29883
+ cursor: pointer;
29884
+ transition: all 0.3s ease;
29805
29885
  }
29806
- .E_fde5mpd .error-text {
29807
- color: rgba(10, 37, 85, 0.6);
29808
- margin-bottom: 16px;
29809
- font-size: 18px;
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;
29897
+ font-weight: bold;
29898
+ }
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);
29912
+ }
29913
+
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;
29810
29922
  }
29811
29923
 
29812
29924
  .E_obf05yr {
@@ -29818,6 +29930,67 @@ html body {
29818
29930
  position: absolute;
29819
29931
  }
29820
29932
 
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;
29943
+ }
29944
+ .E_s1ebs0ra .select-total {
29945
+ display: flex;
29946
+ align-items: center;
29947
+ font-weight: 700;
29948
+ flex-shrink: 0;
29949
+ }
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;
29957
+ }
29958
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
29959
+ background: rgba(225, 230, 241, 0.6);
29960
+ }
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;
29970
+ }
29971
+ .E_s1ebs0ra .action-group .sub-menu-delete {
29972
+ transform: translateY(-4px);
29973
+ }
29974
+ .E_s1ebs0ra .action-group button {
29975
+ border: none;
29976
+ }
29977
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
29978
+ margin-right: 8px;
29979
+ }
29980
+ .E_s1ebs0ra .action-group > button:last-child {
29981
+ margin-right: 4px;
29982
+ }
29983
+ .E_s1ebs0ra .action-group .more-btn {
29984
+ cursor: pointer;
29985
+ width: 32px;
29986
+ height: 32px;
29987
+ justify-content: center;
29988
+ border-radius: 50%;
29989
+ }
29990
+ .E_s1ebs0ra .action-group .more-btn:hover {
29991
+ background: #fff;
29992
+ }
29993
+
29821
29994
  .E_rxbeqvl.ant-radio-wrapper {
29822
29995
  display: inline-flex;
29823
29996
  align-items: baseline;
@@ -29964,745 +30137,158 @@ html body {
29964
30137
  width: 36px;
29965
30138
  }
29966
30139
 
29967
- .E_p12gwtiw {
29968
- display: flex;
29969
- justify-content: space-between;
29970
- align-items: center;
29971
- padding: 10px 0;
29972
- color: rgba(44, 56, 82, 0.6);
29973
- font-size: 12px;
29974
- line-height: 24px;
29975
- }
29976
- .E_p12gwtiw .pagination-left {
29977
- padding: 2px 8px;
30140
+ .E_i1e4sgug {
30141
+ display: inline-block;
29978
30142
  }
29979
- .E_p12gwtiw .dropdown-trigger {
30143
+
30144
+ .E_cz04yix {
29980
30145
  display: flex;
29981
- align-items: center;
29982
- border-radius: 6px;
29983
- cursor: pointer;
29984
- transition: all 0.3s ease;
30146
+ flex-direction: column;
29985
30147
  }
29986
- .E_p12gwtiw .dropdown-trigger:hover {
29987
- background: rgba(211, 218, 235, 0.6);
29988
- color: #0080ff;
30148
+
30149
+ .E_m1if5j39 {
30150
+ max-width: 1120px;
30151
+ width: 100%;
30152
+ margin: 0 auto;
30153
+ height: 100%;
29989
30154
  }
29990
- .E_p12gwtiw .dropdown-trigger .icon-inner {
29991
- margin-left: 4px;
30155
+
30156
+ .E_w1vvwdlp {
30157
+ max-width: 1120px;
30158
+ width: 100%;
30159
+ margin: 0 auto;
30160
+ display: flex;
29992
30161
  }
29993
- .E_p12gwtiw .pagination-right {
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 {
29994
30169
  display: flex;
29995
- align-items: center;
29996
- color: #0080ff;
29997
- font-weight: bold;
30170
+ justify-content: flex-end;
30171
+ padding-right: 44px;
29998
30172
  }
29999
- .E_p12gwtiw .pagination-right .icon-inner {
30000
- margin-left: 4px;
30173
+ .E_w1vvwdlp .right {
30174
+ padding-left: 44px;
30001
30175
  }
30002
- .E_p12gwtiw .pagination-right .prev-btn,
30003
- .E_p12gwtiw .pagination-right .next-btn {
30004
- padding: 0 8px;
30176
+ .E_w1vvwdlp .middle {
30177
+ margin-bottom: 40px;
30178
+ flex-grow: 0;
30179
+ flex-shrink: 0;
30180
+ flex-basis: 58%;
30005
30181
  }
30006
- .E_p12gwtiw .pagination-right .prev-btn > span,
30007
- .E_p12gwtiw .pagination-right .next-btn > span {
30008
- color: #0080ff;
30182
+ .E_w1vvwdlp .middle .form-base-field {
30183
+ width: 100%;
30009
30184
  }
30010
- .E_p12gwtiw .pagination-right .next-btn .icon-inner {
30011
- transform: rotate(180deg);
30185
+ .E_w1vvwdlp .middle .form-base-field .form-base-field {
30186
+ width: auto;
30012
30187
  }
30013
30188
 
30014
- .E_d1bnu0in.ant-dropdown .ant-dropdown-menu {
30015
- max-height: calc(100vh - 128px);
30016
- overflow-y: auto;
30189
+ .E_h1cuopx7 .ant-modal-header {
30190
+ margin: 0 auto;
30191
+ width: 100%;
30192
+ max-width: 648px;
30017
30193
  }
30018
- .E_d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30019
- padding: 4px 20px;
30020
- font-size: 12px;
30021
- line-height: 18px;
30194
+ .E_h1cuopx7 .ant-modal-header .ant-modal-title {
30195
+ margin-left: 0;
30022
30196
  }
30023
-
30024
- .E_i1e4sgug {
30025
- display: inline-block;
30197
+ .E_h1cuopx7 .ant-modal-body {
30198
+ margin: 0 auto;
30199
+ padding: 0;
30200
+ width: 100%;
30201
+ max-width: 648px;
30202
+ overflow: hidden;
30026
30203
  }
30027
-
30028
- .E_d6j0lbj {
30029
- font-family: Inter;
30030
- font-style: normal;
30031
- font-weight: bold;
30032
- font-size: 32px;
30033
- line-height: 40px;
30204
+ .E_h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30205
+ margin-bottom: 40px;
30034
30206
  }
30035
-
30036
- .E_d1xhvvxe {
30037
- font-family: Inter;
30038
- font-style: normal;
30039
- font-weight: bold;
30040
- font-size: 24px;
30041
- line-height: 32px;
30207
+ .E_h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30208
+ height: calc(100vh - 225px);
30209
+ overflow-y: auto;
30042
30210
  }
30043
-
30044
- .E_dk10mxq {
30045
- font-family: Inter;
30046
- font-style: normal;
30047
- font-weight: normal;
30048
- font-size: 32px;
30049
- line-height: 40px;
30211
+ .E_h1cuopx7 .ant-modal-footer .footer-content {
30212
+ margin: 0 auto;
30213
+ max-width: 648px;
30050
30214
  }
30051
30215
 
30052
- .E_dxsait {
30053
- font-family: Inter;
30054
- font-style: normal;
30055
- font-weight: bold;
30056
- font-size: 20px;
30057
- line-height: 24px;
30216
+ .E_h1p6d3y3 .ant-modal-header {
30217
+ margin: 0 auto;
30218
+ width: 100%;
30219
+ max-width: 1024px;
30058
30220
  }
30059
-
30060
- .E_dokn0h3 {
30061
- font-family: Inter;
30062
- font-style: normal;
30063
- font-weight: normal;
30064
- font-size: 20px;
30065
- line-height: 24px;
30221
+ .E_h1p6d3y3 .ant-modal-header .ant-modal-title {
30222
+ margin-left: 0;
30066
30223
  }
30067
-
30068
- .E_dobau4p {
30069
- font-family: Inter;
30070
- font-style: normal;
30071
- font-weight: bold;
30072
- font-size: 18px;
30073
- line-height: 22px;
30224
+ .E_h1p6d3y3 .ant-modal-body {
30225
+ margin: 0 auto;
30226
+ padding: 0;
30227
+ width: 100%;
30228
+ max-width: 1024px;
30229
+ overflow: hidden;
30074
30230
  }
30075
-
30076
- .E_dvolwok {
30077
- font-family: Inter;
30078
- font-style: normal;
30079
- font-weight: normal;
30080
- font-size: 18px;
30081
- line-height: 22px;
30231
+ .E_h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30232
+ margin-bottom: 40px;
30082
30233
  }
30083
-
30084
- .E_h181qhg4 {
30085
- font-family: Inter;
30086
- font-style: normal;
30087
- font-weight: bold;
30088
- font-size: 16px;
30089
- line-height: 22px;
30234
+ .E_h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30235
+ height: calc(100vh - 225px);
30236
+ overflow-y: auto;
30090
30237
  }
30091
-
30092
- .E_h1phgmcq {
30093
- font-family: Inter;
30094
- font-style: normal;
30095
- font-weight: normal;
30096
- font-size: 16px;
30097
- line-height: 22px;
30238
+ .E_h1p6d3y3 .ant-modal-footer .footer-content {
30239
+ margin: 0 auto;
30240
+ max-width: 1024px;
30098
30241
  }
30099
30242
 
30100
- .E_h173xnl1 {
30101
- font-family: Inter;
30102
- font-style: normal;
30103
- font-weight: bold;
30104
- font-size: 14px;
30243
+ .E_fxgckuk {
30244
+ flex: 1;
30245
+ }
30246
+ .E_fxgckuk label {
30247
+ font-size: 13px;
30105
30248
  line-height: 20px;
30249
+ color: rgba(44, 56, 82, 0.6);
30106
30250
  }
30107
-
30108
- .E_hedm4pz {
30109
- font-family: Inter;
30110
- font-style: normal;
30111
- font-weight: normal;
30251
+ .E_fxgckuk .title {
30112
30252
  font-size: 14px;
30113
30253
  line-height: 20px;
30254
+ color: #2d3a56;
30255
+ margin-bottom: 12px;
30256
+ }
30257
+ .E_fxgckuk.connect-cluster .title {
30258
+ padding-bottom: 26px;
30114
30259
  }
30115
30260
 
30116
- .E_h1kd8xld {
30117
- font-family: Inter;
30118
- font-style: normal;
30119
- font-weight: bold;
30120
- font-size: 12px;
30121
- line-height: 18px;
30261
+ .E_f1d0vek1 {
30262
+ padding: 25px 0 15px 0;
30263
+ border-bottom: 1px solid #e1e5eb;
30264
+ margin-bottom: 16px;
30122
30265
  }
30123
30266
 
30124
- .E_hp14fr {
30125
- font-family: Inter;
30126
- font-style: normal;
30127
- font-weight: normal;
30128
- font-size: 12px;
30129
- line-height: 18px;
30267
+ .E_f4u402y {
30268
+ display: flex;
30269
+ align-items: center;
30270
+ margin-bottom: 8px;
30271
+ }
30272
+ .E_f4u402y > label {
30273
+ width: 216px;
30274
+ }
30275
+ .E_f4u402y > label + * {
30276
+ width: 100%;
30277
+ }
30278
+ .E_f4u402y .ant-select {
30279
+ width: 100%;
30130
30280
  }
30131
30281
 
30132
- .E_hgrg7mn {
30133
- font-family: Inter;
30134
- font-style: normal;
30135
- font-weight: bold;
30136
- text-transform: uppercase;
30137
- font-feature-settings: "cpsp" on;
30138
- font-size: 12px;
30139
- line-height: 18px;
30282
+ .E_e1pldf6v {
30283
+ color: #e75a3a;
30284
+ margin-right: 10px;
30140
30285
  }
30141
30286
 
30142
- .E_h6zme9x {
30143
- font-family: Inter;
30144
- font-style: normal;
30145
- font-weight: normal;
30146
- text-transform: uppercase;
30147
- font-feature-settings: "cpsp" on;
30148
- font-size: 12px;
30149
- line-height: 18px;
30150
- }
30151
-
30152
- .E_locjvsv {
30153
- font-family: Inter;
30154
- font-style: normal;
30155
- font-weight: normal;
30156
- font-size: 16px;
30157
- line-height: 24px;
30158
- }
30159
-
30160
- .E_l13gi131 {
30161
- font-family: Inter;
30162
- font-style: normal;
30163
- font-weight: bold;
30164
- font-size: 16px;
30165
- line-height: 24px;
30166
- }
30167
-
30168
- .E_l1ynemsu {
30169
- font-family: Inter;
30170
- font-style: normal;
30171
- font-weight: normal;
30172
- font-size: 16px;
30173
- line-height: 24px;
30174
- }
30175
-
30176
- .E_l1cft1cx {
30177
- font-family: Inter;
30178
- font-style: normal;
30179
- font-weight: bold;
30180
- font-size: 16px;
30181
- line-height: 24px;
30182
- }
30183
-
30184
- .E_l17tqc8p {
30185
- font-family: Inter;
30186
- font-style: normal;
30187
- font-weight: normal;
30188
- text-transform: uppercase;
30189
- font-feature-settings: "cpsp" on;
30190
- font-size: 16px;
30191
- line-height: 24px;
30192
- }
30193
-
30194
- .E_l1j1e5w7 {
30195
- font-family: Inter;
30196
- font-style: normal;
30197
- font-weight: bold;
30198
- text-transform: uppercase;
30199
- font-feature-settings: "cpsp" on;
30200
- font-size: 16px;
30201
- line-height: 24px;
30202
- }
30203
-
30204
- .E_l1gf91jb {
30205
- font-family: Inter;
30206
- font-style: normal;
30207
- font-weight: normal;
30208
- font-size: 14px;
30209
- line-height: 22px;
30210
- }
30211
-
30212
- .E_lu7hlr6 {
30213
- font-family: Inter;
30214
- font-style: normal;
30215
- font-weight: 500;
30216
- font-size: 14px;
30217
- line-height: 22px;
30218
- }
30219
-
30220
- .E_l3l3jf0 {
30221
- font-family: Inter;
30222
- font-style: normal;
30223
- font-weight: bold;
30224
- font-size: 14px;
30225
- line-height: 22px;
30226
- }
30227
-
30228
- .E_l12j5nqp {
30229
- font-family: Inter;
30230
- font-style: normal;
30231
- font-weight: normal;
30232
- font-size: 14px;
30233
- line-height: 22px;
30234
- }
30235
-
30236
- .E_l1tecqht {
30237
- font-family: Inter;
30238
- font-style: normal;
30239
- font-weight: bold;
30240
- font-size: 14px;
30241
- line-height: 22px;
30242
- }
30243
-
30244
- .E_l6sa990 {
30245
- font-family: Inter;
30246
- font-style: normal;
30247
- font-weight: normal;
30248
- text-transform: uppercase;
30249
- font-feature-settings: "cpsp" on;
30250
- font-size: 14px;
30251
- line-height: 22px;
30252
- }
30253
-
30254
- .E_lckqe8j {
30255
- font-family: Inter;
30256
- font-style: normal;
30257
- font-weight: bold;
30258
- text-transform: uppercase;
30259
- font-feature-settings: "cpsp" on;
30260
- font-size: 14px;
30261
- line-height: 22px;
30262
- }
30263
-
30264
- .E_l1kuminb {
30265
- font-family: Inter;
30266
- font-style: normal;
30267
- font-weight: normal;
30268
- font-size: 13px;
30269
- line-height: 20px;
30270
- }
30271
-
30272
- .E_l1pbuf5j {
30273
- font-family: Inter;
30274
- font-style: normal;
30275
- font-weight: 600;
30276
- font-size: 13px;
30277
- line-height: 20px;
30278
- }
30279
-
30280
- .E_l1r4ztu {
30281
- font-family: Inter;
30282
- font-style: normal;
30283
- font-weight: bold;
30284
- font-size: 13px;
30285
- line-height: 20px;
30286
- }
30287
-
30288
- .E_ly8vzok {
30289
- font-family: Inter;
30290
- font-style: normal;
30291
- font-weight: normal;
30292
- font-size: 13px;
30293
- line-height: 20px;
30294
- }
30295
-
30296
- .E_lumfmf {
30297
- font-family: Inter;
30298
- font-style: normal;
30299
- font-weight: 600;
30300
- font-size: 13px;
30301
- line-height: 20px;
30302
- }
30303
-
30304
- .E_l16ujwmv {
30305
- font-family: Inter;
30306
- font-style: normal;
30307
- font-weight: bold;
30308
- font-size: 13px;
30309
- line-height: 20px;
30310
- }
30311
-
30312
- .E_l17o1ffr {
30313
- font-family: Inter;
30314
- font-style: normal;
30315
- font-weight: normal;
30316
- text-transform: uppercase;
30317
- font-feature-settings: "cpsp" on;
30318
- font-size: 13px;
30319
- line-height: 20px;
30320
- }
30321
-
30322
- .E_lngllvn {
30323
- font-family: Inter;
30324
- font-style: normal;
30325
- font-weight: bold;
30326
- text-transform: uppercase;
30327
- font-feature-settings: "cpsp" on;
30328
- font-size: 13px;
30329
- line-height: 20px;
30330
- }
30331
-
30332
- .E_l2i7fo9 {
30333
- font-family: Inter;
30334
- font-style: normal;
30335
- font-weight: normal;
30336
- font-size: 12px;
30337
- line-height: 18px;
30338
- }
30339
-
30340
- .E_l1x7hscx {
30341
- font-family: Inter;
30342
- font-style: normal;
30343
- font-weight: 500;
30344
- font-size: 12px;
30345
- line-height: 18px;
30346
- }
30347
-
30348
- .E_le1jwan {
30349
- font-family: Inter;
30350
- font-style: normal;
30351
- font-weight: bold;
30352
- font-size: 12px;
30353
- line-height: 18px;
30354
- }
30355
-
30356
- .E_lyxynfj {
30357
- font-family: Inter;
30358
- font-style: normal;
30359
- font-weight: normal;
30360
- font-size: 12px;
30361
- line-height: 18px;
30362
- }
30363
-
30364
- .E_lpb2nxv {
30365
- font-family: Inter;
30366
- font-style: normal;
30367
- font-weight: 500;
30368
- font-size: 12px;
30369
- line-height: 18px;
30370
- }
30371
-
30372
- .E_l1r8o3vv {
30373
- font-family: Inter;
30374
- font-style: normal;
30375
- font-weight: bold;
30376
- font-size: 12px;
30377
- line-height: 18px;
30378
- }
30379
-
30380
- .E_lemnjy2 {
30381
- font-family: Inter;
30382
- font-style: normal;
30383
- font-weight: normal;
30384
- text-transform: uppercase;
30385
- font-feature-settings: "cpsp" on;
30386
- font-size: 12px;
30387
- line-height: 18px;
30388
- }
30389
-
30390
- .E_lrc42gb {
30391
- font-family: Inter;
30392
- font-style: normal;
30393
- font-weight: bold;
30394
- text-transform: uppercase;
30395
- font-feature-settings: "cpsp" on;
30396
- font-size: 12px;
30397
- line-height: 18px;
30398
- }
30399
-
30400
- .E_fqaz4mb {
30401
- font-family: Inter;
30402
- font-style: normal;
30403
- font-weight: normal;
30404
- font-size: 13px;
30405
- line-height: 20px;
30406
- }
30407
-
30408
- .E_f13we5o {
30409
- font-family: Inter;
30410
- font-style: normal;
30411
- font-weight: normal;
30412
- font-size: 13px;
30413
- line-height: 20px;
30414
- }
30415
-
30416
- .E_ffmjua2 {
30417
- font-family: Inter;
30418
- font-style: normal;
30419
- font-weight: normal;
30420
- font-size: 12px;
30421
- line-height: 18px;
30422
- }
30423
-
30424
- .E_fz2mxw0 {
30425
- font-family: Inter;
30426
- font-style: normal;
30427
- font-weight: normal;
30428
- font-size: 12px;
30429
- line-height: 18px;
30430
- }
30431
-
30432
- .E_t1ertzoh {
30433
- font-family: Inter;
30434
- font-style: normal;
30435
- font-weight: normal;
30436
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30437
- font-size: 13px;
30438
- line-height: 20px;
30439
- }
30440
-
30441
- .E_t19bge8r {
30442
- font-family: Inter;
30443
- font-style: normal;
30444
- font-weight: normal;
30445
- font-feature-settings: "zero" on;
30446
- font-size: 13px;
30447
- line-height: 20px;
30448
- }
30449
-
30450
- .E_tjrzfyl {
30451
- font-family: Inter;
30452
- font-style: normal;
30453
- font-weight: normal;
30454
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30455
- font-size: 12px;
30456
- line-height: 18px;
30457
- }
30458
-
30459
- .E_tm6s7bo {
30460
- font-family: Inter;
30461
- font-style: normal;
30462
- font-weight: 500;
30463
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
30464
- font-size: 12px;
30465
- line-height: 18px;
30466
- }
30467
-
30468
- .E_t19zq6ic {
30469
- font-family: Inter;
30470
- font-style: normal;
30471
- font-weight: normal;
30472
- font-feature-settings: "zero" on;
30473
- font-size: 12px;
30474
- line-height: 18px;
30475
- }
30476
-
30477
- .E_t1gduru8 {
30478
- font-family: Inter;
30479
- font-style: normal;
30480
- font-weight: 500;
30481
- font-feature-settings: "zero" on;
30482
- font-size: 12px;
30483
- line-height: 18px;
30484
- }
30485
-
30486
- .E_t55raab {
30487
- font-family: Inter;
30488
- font-style: normal;
30489
- font-weight: bold;
30490
- font-feature-settings: "zero" on;
30491
- font-size: 16px;
30492
- line-height: 24px;
30493
- }
30494
-
30495
- .E_u1w9abfe {
30496
- font-family: Inter;
30497
- font-style: normal;
30498
- font-weight: normal;
30499
- font-size: 10px;
30500
- line-height: 12px;
30501
- }
30502
-
30503
- .E_s34f1qb.ant-switch {
30504
- min-width: 40px;
30505
- height: 24px;
30506
- background: rgba(172, 186, 211, 0.6);
30507
- overflow: hidden;
30508
- }
30509
- .E_s34f1qb.ant-switch:focus {
30510
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30511
- }
30512
- .E_s34f1qb.ant-switch-small {
30513
- min-width: 26px;
30514
- height: 16px;
30515
- }
30516
- .E_s34f1qb.ant-switch-large {
30517
- min-width: 52px;
30518
- height: 32px;
30519
- }
30520
- .E_s34f1qb.ant-switch .ant-switch-handle {
30521
- height: 20px;
30522
- width: 20px;
30523
- }
30524
- .E_s34f1qb.ant-switch .ant-switch-handle::before {
30525
- border-radius: 10px;
30526
- transition-delay: 120ms;
30527
- }
30528
- .E_s34f1qb.ant-switch-small .ant-switch-handle {
30529
- height: 14px;
30530
- width: 14px;
30531
- top: 1px;
30532
- left: 1px;
30533
- }
30534
- .E_s34f1qb.ant-switch-large .ant-switch-handle {
30535
- height: 28px;
30536
- width: 28px;
30537
- }
30538
- .E_s34f1qb.ant-switch-large .ant-switch-handle::before {
30539
- border-radius: 14px;
30540
- }
30541
- .E_s34f1qb.ant-switch-checked {
30542
- background-color: #00ba5d;
30543
- }
30544
- .E_s34f1qb.ant-switch-checked .ant-switch-handle {
30545
- left: calc(100% - 20px - 2px);
30546
- }
30547
- .E_s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30548
- left: calc(100% - 14px - 1px);
30549
- }
30550
- .E_s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30551
- left: calc(100% - 28px - 2px);
30552
- }
30553
-
30554
- .E_c1to9vb9 {
30555
- margin-left: 5px;
30556
- }
30557
-
30558
- .E_cz04yix {
30559
- display: flex;
30560
- flex-direction: column;
30561
- }
30562
-
30563
- .E_m1if5j39 {
30564
- max-width: 1120px;
30565
- width: 100%;
30566
- margin: 0 auto;
30567
- height: 100%;
30568
- }
30569
-
30570
- .E_w1vvwdlp {
30571
- max-width: 1120px;
30572
- width: 100%;
30573
- margin: 0 auto;
30574
- display: flex;
30575
- }
30576
- .E_w1vvwdlp .left,
30577
- .E_w1vvwdlp .right {
30578
- flex-grow: 0;
30579
- flex-shrink: 0;
30580
- flex-basis: 21%;
30581
- }
30582
- .E_w1vvwdlp .left {
30583
- display: flex;
30584
- justify-content: flex-end;
30585
- padding-right: 44px;
30586
- }
30587
- .E_w1vvwdlp .right {
30588
- padding-left: 44px;
30589
- }
30590
- .E_w1vvwdlp .middle {
30591
- margin-bottom: 40px;
30592
- flex-grow: 0;
30593
- flex-shrink: 0;
30594
- flex-basis: 58%;
30595
- }
30596
- .E_w1vvwdlp .middle .form-base-field {
30597
- width: 100%;
30598
- }
30599
- .E_w1vvwdlp .middle .form-base-field .form-base-field {
30600
- width: auto;
30601
- }
30602
-
30603
- .E_h1cuopx7 .ant-modal-header {
30604
- margin: 0 auto;
30605
- width: 100%;
30606
- max-width: 648px;
30607
- }
30608
- .E_h1cuopx7 .ant-modal-header .ant-modal-title {
30609
- margin-left: 0;
30610
- }
30611
- .E_h1cuopx7 .ant-modal-body {
30612
- margin: 0 auto;
30613
- padding: 0;
30614
- width: 100%;
30615
- max-width: 648px;
30616
- overflow: hidden;
30617
- }
30618
- .E_h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30619
- margin-bottom: 40px;
30620
- }
30621
- .E_h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30622
- height: calc(100vh - 225px);
30623
- overflow-y: auto;
30624
- }
30625
- .E_h1cuopx7 .ant-modal-footer .footer-content {
30626
- margin: 0 auto;
30627
- max-width: 648px;
30628
- }
30629
-
30630
- .E_h1p6d3y3 .ant-modal-header {
30631
- margin: 0 auto;
30632
- width: 100%;
30633
- max-width: 1024px;
30634
- }
30635
- .E_h1p6d3y3 .ant-modal-header .ant-modal-title {
30636
- margin-left: 0;
30637
- }
30638
- .E_h1p6d3y3 .ant-modal-body {
30639
- margin: 0 auto;
30640
- padding: 0;
30641
- width: 100%;
30642
- max-width: 1024px;
30643
- overflow: hidden;
30644
- }
30645
- .E_h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30646
- margin-bottom: 40px;
30647
- }
30648
- .E_h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30649
- height: calc(100vh - 225px);
30650
- overflow-y: auto;
30651
- }
30652
- .E_h1p6d3y3 .ant-modal-footer .footer-content {
30653
- margin: 0 auto;
30654
- max-width: 1024px;
30655
- }
30656
-
30657
- .E_fxgckuk {
30658
- flex: 1;
30659
- }
30660
- .E_fxgckuk label {
30661
- font-size: 13px;
30662
- line-height: 20px;
30663
- color: rgba(44, 56, 82, 0.6);
30664
- }
30665
- .E_fxgckuk .title {
30666
- font-size: 14px;
30667
- line-height: 20px;
30668
- color: #2d3a56;
30669
- margin-bottom: 12px;
30670
- }
30671
- .E_fxgckuk.connect-cluster .title {
30672
- padding-bottom: 26px;
30673
- }
30674
-
30675
- .E_f1d0vek1 {
30676
- padding: 25px 0 15px 0;
30677
- border-bottom: 1px solid #e1e5eb;
30678
- margin-bottom: 16px;
30679
- }
30680
-
30681
- .E_f4u402y {
30682
- display: flex;
30683
- align-items: center;
30684
- margin-bottom: 8px;
30685
- }
30686
- .E_f4u402y > label {
30687
- width: 216px;
30688
- }
30689
- .E_f4u402y > label + * {
30690
- width: 100%;
30691
- }
30692
- .E_f4u402y .ant-select {
30693
- width: 100%;
30694
- }
30695
-
30696
- .E_e1pldf6v {
30697
- color: #e75a3a;
30698
- margin-right: 10px;
30699
- }
30700
-
30701
- .E_dq0gblh {
30702
- width: 100%;
30703
- height: 1px;
30704
- background: rgba(213, 219, 227, 0.6);
30705
- margin: 24px 0;
30287
+ .E_dq0gblh {
30288
+ width: 100%;
30289
+ height: 1px;
30290
+ background: rgba(213, 219, 227, 0.6);
30291
+ margin: 24px 0;
30706
30292
  }
30707
30293
 
30708
30294
  .E_l1v7sr0n {
@@ -30946,374 +30532,768 @@ html body {
30946
30532
  white-space: pre-wrap;
30947
30533
  }
30948
30534
 
30949
- .E_o1i4orqw {
30535
+ .E_o1i4orqw {
30536
+ display: flex;
30537
+ align-items: center;
30538
+ justify-content: flex-end;
30539
+ }
30540
+ .E_o1i4orqw .icon-wrapper {
30541
+ margin-right: 16px;
30542
+ }
30543
+
30544
+ .E_t79k8o2 {
30545
+ color: rgba(0, 21, 64, 0.3);
30546
+ }
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;
30555
+ }
30556
+ .E_ipd9bk.ant-input.ant-input-lg {
30557
+ padding: 8px 16px;
30558
+ line-height: 22px;
30559
+ }
30560
+ .E_ipd9bk.ant-input.ant-input-sm {
30561
+ padding: 2px 8px;
30562
+ line-height: 18px;
30563
+ }
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;
30568
+ }
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;
30573
+ }
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;
30577
+ }
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);
30581
+ }
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);
30585
+ }
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);
30590
+ }
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;
30598
+ }
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);
30602
+ }
30603
+ .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30604
+ padding: 8px 16px;
30605
+ line-height: 22px;
30606
+ }
30607
+ .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30608
+ padding: 2px 8px;
30609
+ line-height: 18px;
30610
+ }
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);
30614
+ }
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);
30618
+ }
30619
+ .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30620
+ border-color: #e75a3a;
30621
+ }
30622
+ .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30623
+ color: #e75a3a;
30624
+ }
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);
30628
+ }
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);
30632
+ }
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);
30637
+ }
30638
+ textarea.E_ipd9bk.ant-input {
30639
+ transition-property: height;
30640
+ transition-delay: 50ms;
30641
+ }
30642
+ textarea.E_ipd9bk.ant-input.textarea-large {
30643
+ min-height: 40px;
30644
+ height: 40px;
30645
+ }
30646
+ textarea.E_ipd9bk.ant-input.textarea-large:focus {
30647
+ height: 80px;
30648
+ }
30649
+ textarea.E_ipd9bk.ant-input.textarea-middle {
30650
+ min-height: 32px;
30651
+ height: 32px;
30652
+ }
30653
+ textarea.E_ipd9bk.ant-input.textarea-middle:focus {
30654
+ height: 64px;
30655
+ }
30656
+ textarea.E_ipd9bk.ant-input.textarea-small {
30657
+ min-height: 24px;
30658
+ height: 24px;
30659
+ }
30660
+ textarea.E_ipd9bk.ant-input.textarea-small:focus {
30661
+ height: 40px;
30662
+ }
30663
+
30664
+ .E_kypn5o5 input, .E_kypn5o5.input-tags {
30665
+ border: 1px solid rgba(213, 219, 227, 0.6);
30666
+ border-radius: 4px;
30667
+ }
30668
+ .E_kypn5o5.input-tags {
30669
+ position: relative;
30670
+ padding: 6px;
30671
+ height: 32px;
30672
+ cursor: pointer;
30673
+ transition: border 150ms;
30674
+ }
30675
+ .E_kypn5o5.input-tags:hover {
30676
+ border-color: #0080ff;
30677
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30678
+ }
30679
+ .E_kypn5o5.input-tags.kit-input-suffix-wrapper {
30680
+ padding-right: 30px;
30681
+ }
30682
+ .E_kypn5o5.input-tags .input-tags-inner {
30683
+ display: flex;
30684
+ }
30685
+ .E_kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
30686
+ display: flex;
30687
+ }
30688
+ .E_kypn5o5.input-tags .input-tag-suffix {
30689
+ position: absolute;
30690
+ right: 12px;
30691
+ top: 50%;
30692
+ transform: translateY(-50%);
30693
+ }
30694
+ .E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
30695
+ color: rgba(0, 0, 0, 0.25);
30696
+ font-size: 12px;
30697
+ cursor: pointer;
30698
+ }
30699
+ .E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
30700
+ color: rgba(0, 0, 0, 0.45);
30701
+ }
30702
+ .E_kypn5o5.has-focus-indicator {
30703
+ position: relative;
30704
+ overflow: hidden;
30705
+ }
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;
30713
+ }
30714
+ .E_kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30715
+ left: 8px;
30716
+ opacity: 1;
30717
+ }
30718
+ .E_kypn5o5.has-focus-indicator input {
30719
+ transition: margin-left 150ms ease;
30720
+ margin-left: 0px;
30721
+ }
30722
+ .E_kypn5o5.has-focus-indicator input:focus {
30723
+ margin-left: 16px;
30724
+ }
30725
+
30726
+ input.E_l1ki27se.ant-input {
30727
+ border-top-right-radius: 0;
30728
+ border-bottom-right-radius: 0;
30729
+ }
30730
+
30731
+ .E_l1ki27se.ant-input-affix-wrapper {
30732
+ border-top-right-radius: 0;
30733
+ border-bottom-right-radius: 0;
30734
+ }
30735
+
30736
+ input.E_rrg1fkn.ant-input {
30737
+ border-top-left-radius: 0;
30738
+ border-bottom-left-radius: 0;
30739
+ }
30740
+
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 {
30950
30757
  display: flex;
30951
- align-items: center;
30952
- justify-content: flex-end;
30758
+ flex-direction: column;
30953
30759
  }
30954
- .E_o1i4orqw .icon-wrapper {
30955
- margin-right: 16px;
30760
+ .E_c1t6wbwv .select-wrapper {
30761
+ margin-top: 12px;
30956
30762
  }
30957
-
30958
- .E_t79k8o2 {
30959
- color: rgba(0, 21, 64, 0.3);
30763
+ .E_c1t6wbwv .select-wrapper .select {
30764
+ width: 100%;
30960
30765
  }
30961
-
30962
- .E_ipd9bk.ant-input {
30963
- padding: 5px 12px;
30964
- line-height: 20px;
30965
- color: #2d3a56;
30966
- border-radius: 6px;
30967
- border-color: rgba(172, 186, 211, 0.6);
30968
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30766
+ .E_c1t6wbwv .radio-wrapper {
30767
+ margin-top: 24px;
30969
30768
  }
30970
- .E_ipd9bk.ant-input.ant-input-lg {
30971
- padding: 8px 16px;
30972
- line-height: 22px;
30769
+ .E_c1t6wbwv div.form-item {
30770
+ width: 100%;
30973
30771
  }
30974
- .E_ipd9bk.ant-input.ant-input-sm {
30975
- padding: 2px 8px;
30772
+
30773
+ .E_d1k7vv5v {
30774
+ font-size: 14px;
30775
+ font-weight: 500;
30776
+ color: #3e4652;
30976
30777
  line-height: 18px;
30977
30778
  }
30978
- .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 {
30979
- border-color: rgba(107, 128, 167, 0.6);
30980
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30981
- z-index: 1;
30779
+ .E_d1k7vv5v + .E_d1k7vv5v {
30780
+ margin-top: 16px;
30982
30781
  }
30983
- .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 {
30984
- border-color: #0096ff;
30985
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30986
- z-index: 1;
30782
+ .E_d1k7vv5v + * {
30783
+ margin-top: 16px;
30987
30784
  }
30988
- .E_ipd9bk.ant-input.error:not([disabled]), .E_ipd9bk.ant-picker.error:not([disabled]), .E_ipd9bk.ant-input-number.error:not([disabled]) {
30989
- border-color: #e75a3a;
30990
- color: #e75a3a;
30785
+
30786
+ .E_le7b9r4.E_d1k7vv5v {
30787
+ font-size: 12px;
30788
+ color: rgba(44, 56, 82, 0.6);
30789
+ margin-top: 12px;
30991
30790
  }
30992
- .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 {
30993
- border-color: #e75a3a;
30994
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30791
+
30792
+ .E_r1dnygxx.E_le7b9r4.E_d1k7vv5v {
30793
+ line-height: 18px;
30794
+ font-weight: 500;
30795
+ margin-top: 0;
30796
+ white-space: initial;
30995
30797
  }
30996
- .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 {
30997
- border-color: #e75a3a;
30998
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30798
+
30799
+ .E_r12ddqmh {
30800
+ display: block;
30999
30801
  }
31000
- .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 {
31001
- background: rgba(211, 218, 235, 0.6);
31002
- color: rgba(0, 21, 64, 0.3);
31003
- border-color: rgba(172, 186, 211, 0.6);
30802
+ .E_r12ddqmh span {
30803
+ font-size: 14px;
30804
+ font-weight: 500;
30805
+ line-height: 32px;
30806
+ color: #3e4652;
31004
30807
  }
31005
- .E_ipd9bk.ant-input-affix-wrapper {
31006
- padding: 5px 12px;
30808
+
30809
+ .E_ctcr26a {
30810
+ margin-top: 8px;
30811
+ padding: 8px;
31007
30812
  border-radius: 6px;
31008
- border-color: rgba(172, 186, 211, 0.6);
31009
- line-height: 20px;
31010
- color: #2d3a56;
31011
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31012
- }
31013
- .E_ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
31014
- .E_ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30813
+ background: rgba(225, 230, 241, 0.6);
31015
30814
  color: rgba(44, 56, 82, 0.6);
30815
+ font-size: 12px;
31016
30816
  }
31017
- .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31018
- padding: 8px 16px;
31019
- line-height: 22px;
31020
- }
31021
- .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31022
- padding: 2px 8px;
31023
- line-height: 18px;
31024
- }
31025
- .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 {
31026
- border-color: rgba(107, 128, 167, 0.6);
31027
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31028
- }
31029
- .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 {
31030
- border-color: #0096ff;
31031
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30817
+ .E_ctcr26a div {
30818
+ line-height: 20px;
30819
+ display: flex;
30820
+ align-items: center;
30821
+ word-break: break-all;
31032
30822
  }
31033
- .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31034
- border-color: #e75a3a;
30823
+
30824
+ .E_d6j0lbj {
30825
+ font-family: Inter;
30826
+ font-style: normal;
30827
+ font-weight: bold;
30828
+ font-size: 32px;
30829
+ line-height: 40px;
31035
30830
  }
31036
- .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31037
- color: #e75a3a;
30831
+
30832
+ .E_d1xhvvxe {
30833
+ font-family: Inter;
30834
+ font-style: normal;
30835
+ font-weight: bold;
30836
+ font-size: 24px;
30837
+ line-height: 32px;
31038
30838
  }
31039
- .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 {
31040
- border-color: #e75a3a;
31041
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30839
+
30840
+ .E_dk10mxq {
30841
+ font-family: Inter;
30842
+ font-style: normal;
30843
+ font-weight: normal;
30844
+ font-size: 32px;
30845
+ line-height: 40px;
31042
30846
  }
31043
- .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 {
31044
- border-color: #e75a3a;
31045
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30847
+
30848
+ .E_dxsait {
30849
+ font-family: Inter;
30850
+ font-style: normal;
30851
+ font-weight: bold;
30852
+ font-size: 20px;
30853
+ line-height: 24px;
31046
30854
  }
31047
- .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31048
- background: rgba(211, 218, 235, 0.6);
31049
- color: rgba(0, 21, 64, 0.3);
31050
- border-color: rgba(172, 186, 211, 0.6);
30855
+
30856
+ .E_dokn0h3 {
30857
+ font-family: Inter;
30858
+ font-style: normal;
30859
+ font-weight: normal;
30860
+ font-size: 20px;
30861
+ line-height: 24px;
31051
30862
  }
31052
- textarea.E_ipd9bk.ant-input {
31053
- transition-property: height;
31054
- transition-delay: 50ms;
30863
+
30864
+ .E_dobau4p {
30865
+ font-family: Inter;
30866
+ font-style: normal;
30867
+ font-weight: bold;
30868
+ font-size: 18px;
30869
+ line-height: 22px;
31055
30870
  }
31056
- textarea.E_ipd9bk.ant-input.textarea-large {
31057
- min-height: 40px;
31058
- height: 40px;
30871
+
30872
+ .E_dvolwok {
30873
+ font-family: Inter;
30874
+ font-style: normal;
30875
+ font-weight: normal;
30876
+ font-size: 18px;
30877
+ line-height: 22px;
31059
30878
  }
31060
- textarea.E_ipd9bk.ant-input.textarea-large:focus {
31061
- height: 80px;
30879
+
30880
+ .E_h181qhg4 {
30881
+ font-family: Inter;
30882
+ font-style: normal;
30883
+ font-weight: bold;
30884
+ font-size: 16px;
30885
+ line-height: 22px;
31062
30886
  }
31063
- textarea.E_ipd9bk.ant-input.textarea-middle {
31064
- min-height: 32px;
31065
- height: 32px;
30887
+
30888
+ .E_h1phgmcq {
30889
+ font-family: Inter;
30890
+ font-style: normal;
30891
+ font-weight: normal;
30892
+ font-size: 16px;
30893
+ line-height: 22px;
31066
30894
  }
31067
- textarea.E_ipd9bk.ant-input.textarea-middle:focus {
31068
- height: 64px;
30895
+
30896
+ .E_h173xnl1 {
30897
+ font-family: Inter;
30898
+ font-style: normal;
30899
+ font-weight: bold;
30900
+ font-size: 14px;
30901
+ line-height: 20px;
31069
30902
  }
31070
- textarea.E_ipd9bk.ant-input.textarea-small {
31071
- min-height: 24px;
31072
- height: 24px;
30903
+
30904
+ .E_hedm4pz {
30905
+ font-family: Inter;
30906
+ font-style: normal;
30907
+ font-weight: normal;
30908
+ font-size: 14px;
30909
+ line-height: 20px;
31073
30910
  }
31074
- textarea.E_ipd9bk.ant-input.textarea-small:focus {
31075
- height: 40px;
30911
+
30912
+ .E_h1kd8xld {
30913
+ font-family: Inter;
30914
+ font-style: normal;
30915
+ font-weight: bold;
30916
+ font-size: 12px;
30917
+ line-height: 18px;
31076
30918
  }
31077
30919
 
31078
- .E_kypn5o5 input, .E_kypn5o5.input-tags {
31079
- border: 1px solid rgba(213, 219, 227, 0.6);
31080
- border-radius: 4px;
30920
+ .E_hp14fr {
30921
+ font-family: Inter;
30922
+ font-style: normal;
30923
+ font-weight: normal;
30924
+ font-size: 12px;
30925
+ line-height: 18px;
31081
30926
  }
31082
- .E_kypn5o5.input-tags {
31083
- position: relative;
31084
- padding: 6px;
31085
- height: 32px;
31086
- cursor: pointer;
31087
- transition: border 150ms;
30927
+
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;
31088
30936
  }
31089
- .E_kypn5o5.input-tags:hover {
31090
- border-color: #0080ff;
31091
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
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;
31092
30946
  }
31093
- .E_kypn5o5.input-tags.kit-input-suffix-wrapper {
31094
- padding-right: 30px;
30947
+
30948
+ .E_locjvsv {
30949
+ font-family: Inter;
30950
+ font-style: normal;
30951
+ font-weight: normal;
30952
+ font-size: 16px;
30953
+ line-height: 24px;
31095
30954
  }
31096
- .E_kypn5o5.input-tags .input-tags-inner {
31097
- display: flex;
30955
+
30956
+ .E_l13gi131 {
30957
+ font-family: Inter;
30958
+ font-style: normal;
30959
+ font-weight: bold;
30960
+ font-size: 16px;
30961
+ line-height: 24px;
31098
30962
  }
31099
- .E_kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31100
- display: flex;
30963
+
30964
+ .E_l1ynemsu {
30965
+ font-family: Inter;
30966
+ font-style: normal;
30967
+ font-weight: normal;
30968
+ font-size: 16px;
30969
+ line-height: 24px;
31101
30970
  }
31102
- .E_kypn5o5.input-tags .input-tag-suffix {
31103
- position: absolute;
31104
- right: 12px;
31105
- top: 50%;
31106
- transform: translateY(-50%);
30971
+
30972
+ .E_l1cft1cx {
30973
+ font-family: Inter;
30974
+ font-style: normal;
30975
+ font-weight: bold;
30976
+ font-size: 16px;
30977
+ line-height: 24px;
31107
30978
  }
31108
- .E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31109
- color: rgba(0, 0, 0, 0.25);
31110
- font-size: 12px;
31111
- cursor: pointer;
30979
+
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;
31112
30988
  }
31113
- .E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31114
- color: rgba(0, 0, 0, 0.45);
30989
+
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;
31115
30998
  }
31116
- .E_kypn5o5.has-focus-indicator {
31117
- position: relative;
31118
- overflow: hidden;
30999
+
31000
+ .E_l1gf91jb {
31001
+ font-family: Inter;
31002
+ font-style: normal;
31003
+ font-weight: normal;
31004
+ font-size: 14px;
31005
+ line-height: 22px;
31119
31006
  }
31120
- .E_kypn5o5.has-focus-indicator .ant-input-prefix {
31121
- position: absolute;
31122
- top: 50%;
31123
- transform: translateY(-50%);
31124
- left: -16px;
31125
- transition: left 150ms ease;
31126
- opacity: 0;
31007
+
31008
+ .E_lu7hlr6 {
31009
+ font-family: Inter;
31010
+ font-style: normal;
31011
+ font-weight: 500;
31012
+ font-size: 14px;
31013
+ line-height: 22px;
31127
31014
  }
31128
- .E_kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31129
- left: 8px;
31130
- opacity: 1;
31015
+
31016
+ .E_l3l3jf0 {
31017
+ font-family: Inter;
31018
+ font-style: normal;
31019
+ font-weight: bold;
31020
+ font-size: 14px;
31021
+ line-height: 22px;
31131
31022
  }
31132
- .E_kypn5o5.has-focus-indicator input {
31133
- transition: margin-left 150ms ease;
31134
- margin-left: 0px;
31023
+
31024
+ .E_l12j5nqp {
31025
+ font-family: Inter;
31026
+ font-style: normal;
31027
+ font-weight: normal;
31028
+ font-size: 14px;
31029
+ line-height: 22px;
31135
31030
  }
31136
- .E_kypn5o5.has-focus-indicator input:focus {
31137
- margin-left: 16px;
31031
+
31032
+ .E_l1tecqht {
31033
+ font-family: Inter;
31034
+ font-style: normal;
31035
+ font-weight: bold;
31036
+ font-size: 14px;
31037
+ line-height: 22px;
31138
31038
  }
31139
31039
 
31140
- input.E_l1ki27se.ant-input {
31141
- border-top-right-radius: 0;
31142
- border-bottom-right-radius: 0;
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;
31143
31048
  }
31144
31049
 
31145
- .E_l1ki27se.ant-input-affix-wrapper {
31146
- border-top-right-radius: 0;
31147
- border-bottom-right-radius: 0;
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;
31148
31058
  }
31149
31059
 
31150
- input.E_rrg1fkn.ant-input {
31151
- border-top-left-radius: 0;
31152
- border-bottom-left-radius: 0;
31060
+ .E_l1kuminb {
31061
+ font-family: Inter;
31062
+ font-style: normal;
31063
+ font-weight: normal;
31064
+ font-size: 13px;
31065
+ line-height: 20px;
31153
31066
  }
31154
31067
 
31155
- .E_rrg1fkn.ant-input-affix-wrapper {
31156
- border-top-left-radius: 0;
31157
- border-bottom-left-radius: 0;
31068
+ .E_l1pbuf5j {
31069
+ font-family: Inter;
31070
+ font-style: normal;
31071
+ font-weight: 600;
31072
+ font-size: 13px;
31073
+ line-height: 20px;
31158
31074
  }
31159
31075
 
31160
- .E_lgr9b02.ant-select, .E_lgr9b02.ant-select .ant-select-selector {
31161
- border-top-right-radius: 0;
31162
- border-bottom-right-radius: 0;
31076
+ .E_l1r4ztu {
31077
+ font-family: Inter;
31078
+ font-style: normal;
31079
+ font-weight: bold;
31080
+ font-size: 13px;
31081
+ line-height: 20px;
31163
31082
  }
31164
31083
 
31165
- .E_r1af6yu8.ant-select, .E_r1af6yu8.ant-select .ant-select-selector {
31166
- border-top-left-radius: 0;
31167
- border-bottom-left-radius: 0;
31084
+ .E_ly8vzok {
31085
+ font-family: Inter;
31086
+ font-style: normal;
31087
+ font-weight: normal;
31088
+ font-size: 13px;
31089
+ line-height: 20px;
31168
31090
  }
31169
31091
 
31170
- .E_c1t6wbwv {
31171
- display: flex;
31172
- flex-direction: column;
31092
+ .E_lumfmf {
31093
+ font-family: Inter;
31094
+ font-style: normal;
31095
+ font-weight: 600;
31096
+ font-size: 13px;
31097
+ line-height: 20px;
31173
31098
  }
31174
- .E_c1t6wbwv .select-wrapper {
31175
- margin-top: 12px;
31099
+
31100
+ .E_l16ujwmv {
31101
+ font-family: Inter;
31102
+ font-style: normal;
31103
+ font-weight: bold;
31104
+ font-size: 13px;
31105
+ line-height: 20px;
31176
31106
  }
31177
- .E_c1t6wbwv .select-wrapper .select {
31178
- width: 100%;
31107
+
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;
31114
+ font-size: 13px;
31115
+ line-height: 20px;
31179
31116
  }
31180
- .E_c1t6wbwv .radio-wrapper {
31181
- margin-top: 24px;
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;
31124
+ font-size: 13px;
31125
+ line-height: 20px;
31182
31126
  }
31183
- .E_c1t6wbwv div.form-item {
31184
- width: 100%;
31127
+
31128
+ .E_l2i7fo9 {
31129
+ font-family: Inter;
31130
+ font-style: normal;
31131
+ font-weight: normal;
31132
+ font-size: 12px;
31133
+ line-height: 18px;
31185
31134
  }
31186
31135
 
31187
- .E_d1k7vv5v {
31188
- font-size: 14px;
31136
+ .E_l1x7hscx {
31137
+ font-family: Inter;
31138
+ font-style: normal;
31189
31139
  font-weight: 500;
31190
- color: #3e4652;
31140
+ font-size: 12px;
31191
31141
  line-height: 18px;
31192
31142
  }
31193
- .E_d1k7vv5v + .E_d1k7vv5v {
31194
- margin-top: 16px;
31195
- }
31196
- .E_d1k7vv5v + * {
31197
- margin-top: 16px;
31143
+
31144
+ .E_le1jwan {
31145
+ font-family: Inter;
31146
+ font-style: normal;
31147
+ font-weight: bold;
31148
+ font-size: 12px;
31149
+ line-height: 18px;
31198
31150
  }
31199
31151
 
31200
- .E_le7b9r4.E_d1k7vv5v {
31152
+ .E_lyxynfj {
31153
+ font-family: Inter;
31154
+ font-style: normal;
31155
+ font-weight: normal;
31201
31156
  font-size: 12px;
31202
- color: rgba(44, 56, 82, 0.6);
31203
- margin-top: 12px;
31157
+ line-height: 18px;
31204
31158
  }
31205
31159
 
31206
- .E_r1dnygxx.E_le7b9r4.E_d1k7vv5v {
31207
- line-height: 18px;
31160
+ .E_lpb2nxv {
31161
+ font-family: Inter;
31162
+ font-style: normal;
31208
31163
  font-weight: 500;
31209
- margin-top: 0;
31210
- white-space: initial;
31164
+ font-size: 12px;
31165
+ line-height: 18px;
31211
31166
  }
31212
31167
 
31213
- .E_r12ddqmh {
31214
- display: block;
31168
+ .E_l1r8o3vv {
31169
+ font-family: Inter;
31170
+ font-style: normal;
31171
+ font-weight: bold;
31172
+ font-size: 12px;
31173
+ line-height: 18px;
31215
31174
  }
31216
- .E_r12ddqmh span {
31217
- font-size: 14px;
31218
- font-weight: 500;
31219
- line-height: 32px;
31220
- color: #3e4652;
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;
31221
31184
  }
31222
31185
 
31223
- .E_ctcr26a {
31224
- margin-top: 8px;
31225
- padding: 8px;
31226
- border-radius: 6px;
31227
- background: rgba(225, 230, 241, 0.6);
31228
- 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;
31229
31192
  font-size: 12px;
31193
+ line-height: 18px;
31230
31194
  }
31231
- .E_ctcr26a div {
31195
+
31196
+ .E_fqaz4mb {
31197
+ font-family: Inter;
31198
+ font-style: normal;
31199
+ font-weight: normal;
31200
+ font-size: 13px;
31232
31201
  line-height: 20px;
31233
- display: flex;
31234
- align-items: center;
31235
- word-break: break-all;
31236
31202
  }
31237
31203
 
31238
- .E_s1fc623g {
31239
- width: 430px !important;
31204
+ .E_f13we5o {
31205
+ font-family: Inter;
31206
+ font-style: normal;
31207
+ font-weight: normal;
31208
+ font-size: 13px;
31209
+ line-height: 20px;
31240
31210
  }
31241
31211
 
31242
- .E_da3mx0o .ant-select-item-group {
31243
- padding: 8px 16px;
31212
+ .E_ffmjua2 {
31213
+ font-family: Inter;
31214
+ font-style: normal;
31215
+ font-weight: normal;
31216
+ font-size: 12px;
31244
31217
  line-height: 18px;
31245
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31246
- height: 34px;
31247
- min-height: 34px;
31248
- box-sizing: border-box;
31249
- margin-top: 8px;
31250
31218
  }
31251
31219
 
31252
- .E_onr9gzt {
31253
- display: flex;
31254
- flex-direction: column;
31255
- margin: 1px 8px;
31256
- padding: 8px;
31257
- border-radius: 4px;
31258
- }
31259
- .E_onr9gzt .selected-icon {
31260
- display: none;
31261
- }
31262
- .E_onr9gzt.ant-select-item-option-grouped {
31263
- padding-left: 8px;
31264
- }
31265
- .E_onr9gzt.ant-select-item-option-selected {
31266
- background-color: white;
31267
- }
31268
- .E_onr9gzt.ant-select-item-option-selected .timezone-title {
31269
- color: #0080ff;
31270
- }
31271
- .E_onr9gzt.ant-select-item-option-selected .selected-icon {
31272
- display: block;
31220
+ .E_fz2mxw0 {
31221
+ font-family: Inter;
31222
+ font-style: normal;
31223
+ font-weight: normal;
31224
+ font-size: 12px;
31225
+ line-height: 18px;
31273
31226
  }
31274
- .E_onr9gzt.ant-select-item-option-active {
31275
- background: rgba(0, 136, 255, 0.16);
31227
+
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;
31276
31235
  }
31277
- .E_onr9gzt.ant-select-item-option-active .timezone-title {
31278
- color: #0080ff;
31236
+
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;
31279
31244
  }
31280
- .E_onr9gzt.ant-select-item-option-active .timezone-tag {
31281
- background: rgba(0, 136, 255, 0.1);
31282
- color: #0080ff;
31245
+
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;
31283
31253
  }
31284
31254
 
31285
- .E_oiy0apc {
31286
- display: flex;
31287
- justify-content: space-between;
31288
- height: 20px;
31289
- line-height: 20px;
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;
31261
+ line-height: 18px;
31290
31262
  }
31291
- .E_oiy0apc .timezone-title {
31292
- color: #2d3a56;
31293
- overflow: hidden;
31294
- text-overflow: ellipsis;
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;
31270
+ line-height: 18px;
31295
31271
  }
31296
31272
 
31297
- .E_of4y382 {
31298
- display: flex;
31299
- justify-content: space-between;
31300
- color: rgba(44, 56, 82, 0.6);
31301
- height: 18px;
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;
31302
31279
  line-height: 18px;
31303
- margin-top: 2px;
31304
31280
  }
31305
31281
 
31306
- .E_t19903l9 {
31307
- border: none;
31308
- margin-right: 0;
31309
- background: rgba(225, 230, 241, 0.6);
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;
31310
31289
  }
31311
31290
 
31312
- .E_ohwbvxu {
31313
- pointer-events: none;
31314
- height: 32px;
31315
- width: 100%;
31316
- opacity: 0;
31291
+ .E_u1w9abfe {
31292
+ font-family: Inter;
31293
+ font-style: normal;
31294
+ font-weight: normal;
31295
+ font-size: 10px;
31296
+ line-height: 12px;
31317
31297
  }
31318
31298
 
31319
31299
  .E_t1upn1sz {
@@ -31680,65 +31660,85 @@ input.E_rrg1fkn.ant-input {
31680
31660
  background: #fff;
31681
31661
  }
31682
31662
 
31683
- .E_s1ebs0ra {
31684
- display: flex;
31685
- align-items: center;
31686
- justify-content: space-between;
31687
- background: #edf0f7;
31688
- padding: 8px 12px;
31689
- position: sticky;
31690
- top: 0;
31691
- z-index: 1;
31692
- margin-bottom: -52px;
31663
+ .E_s1fc623g {
31664
+ width: 430px !important;
31693
31665
  }
31694
- .E_s1ebs0ra .select-total {
31666
+
31667
+ .E_da3mx0o .ant-select-item-group {
31668
+ padding: 8px 16px;
31669
+ line-height: 18px;
31670
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31671
+ height: 34px;
31672
+ min-height: 34px;
31673
+ box-sizing: border-box;
31674
+ margin-top: 8px;
31675
+ }
31676
+
31677
+ .E_onr9gzt {
31695
31678
  display: flex;
31696
- align-items: center;
31697
- font-weight: 700;
31698
- flex-shrink: 0;
31679
+ flex-direction: column;
31680
+ margin: 1px 8px;
31681
+ padding: 8px;
31682
+ border-radius: 4px;
31699
31683
  }
31700
- .E_s1ebs0ra .select-total .icon-wrapper {
31701
- cursor: pointer;
31702
- margin-left: 8px;
31703
- width: 32px;
31704
- height: 32px;
31705
- border-radius: 50%;
31706
- justify-content: center;
31684
+ .E_onr9gzt .selected-icon {
31685
+ display: none;
31686
+ }
31687
+ .E_onr9gzt.ant-select-item-option-grouped {
31688
+ padding-left: 8px;
31689
+ }
31690
+ .E_onr9gzt.ant-select-item-option-selected {
31691
+ background-color: white;
31692
+ }
31693
+ .E_onr9gzt.ant-select-item-option-selected .timezone-title {
31694
+ color: #0080ff;
31695
+ }
31696
+ .E_onr9gzt.ant-select-item-option-selected .selected-icon {
31697
+ display: block;
31698
+ }
31699
+ .E_onr9gzt.ant-select-item-option-active {
31700
+ background: rgba(0, 136, 255, 0.16);
31701
+ }
31702
+ .E_onr9gzt.ant-select-item-option-active .timezone-title {
31703
+ color: #0080ff;
31707
31704
  }
31708
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
31709
- background: rgba(225, 230, 241, 0.6);
31705
+ .E_onr9gzt.ant-select-item-option-active .timezone-tag {
31706
+ background: rgba(0, 136, 255, 0.1);
31707
+ color: #0080ff;
31710
31708
  }
31711
- .E_s1ebs0ra .action-group {
31712
- flex: 1;
31713
- margin-left: 88px;
31714
- white-space: nowrap;
31715
- text-align: right;
31716
- position: relative;
31717
- padding: 4px 0;
31718
- margin-top: -4px;
31709
+
31710
+ .E_oiy0apc {
31711
+ display: flex;
31712
+ justify-content: space-between;
31713
+ height: 20px;
31714
+ line-height: 20px;
31715
+ }
31716
+ .E_oiy0apc .timezone-title {
31717
+ color: #2d3a56;
31719
31718
  overflow: hidden;
31719
+ text-overflow: ellipsis;
31720
31720
  }
31721
- .E_s1ebs0ra .action-group .sub-menu-delete {
31722
- transform: translateY(-4px);
31721
+
31722
+ .E_of4y382 {
31723
+ display: flex;
31724
+ justify-content: space-between;
31725
+ color: rgba(44, 56, 82, 0.6);
31726
+ height: 18px;
31727
+ line-height: 18px;
31728
+ margin-top: 2px;
31723
31729
  }
31724
- .E_s1ebs0ra .action-group button {
31730
+
31731
+ .E_t19903l9 {
31725
31732
  border: none;
31733
+ margin-right: 0;
31734
+ background: rgba(225, 230, 241, 0.6);
31726
31735
  }
31727
- .E_s1ebs0ra .action-group > *:not(:last-child) {
31728
- margin-right: 8px;
31729
- }
31730
- .E_s1ebs0ra .action-group > button:last-child {
31731
- margin-right: 4px;
31732
- }
31733
- .E_s1ebs0ra .action-group .more-btn {
31734
- cursor: pointer;
31735
- width: 32px;
31736
+
31737
+ .E_ohwbvxu {
31738
+ pointer-events: none;
31736
31739
  height: 32px;
31737
- justify-content: center;
31738
- border-radius: 50%;
31739
- }
31740
- .E_s1ebs0ra .action-group .more-btn:hover {
31741
- background: #fff;
31740
+ width: 100%;
31741
+ opacity: 0;
31742
31742
  }
31743
31743
 
31744
31744
  .E_c1up1pdz {
@@ -31881,6 +31881,216 @@ input.E_rrg1fkn.ant-input {
31881
31881
  color: #fff;
31882
31882
  }
31883
31883
 
31884
+ .E_m1thnes4 {
31885
+ color: rgba(44, 56, 82, 0.6);
31886
+ text-align: center;
31887
+ display: flex;
31888
+ align-items: center;
31889
+ justify-content: center;
31890
+ flex-direction: column;
31891
+ height: 100%;
31892
+ }
31893
+ .E_m1thnes4 .link {
31894
+ color: #0080ff;
31895
+ cursor: pointer;
31896
+ }
31897
+
31898
+ .E_m1bixfdy {
31899
+ width: 100%;
31900
+ height: 100%;
31901
+ display: flex;
31902
+ flex-direction: column;
31903
+ }
31904
+ .E_m1bixfdy .name-toolbar {
31905
+ width: 100%;
31906
+ display: flex;
31907
+ line-height: 30px;
31908
+ padding: 0 16px;
31909
+ justify-content: space-between;
31910
+ }
31911
+ .E_m1bixfdy .name-toolbar .metric-extra {
31912
+ display: flex;
31913
+ font-size: 12px;
31914
+ align-items: center;
31915
+ }
31916
+ .E_m1bixfdy .name-toolbar .metric-extra .info-item {
31917
+ color: #a3b4cc;
31918
+ }
31919
+ .E_m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
31920
+ margin-left: 10px;
31921
+ }
31922
+ .E_m1bixfdy .name-toolbar .metric-extra .menu-trigger {
31923
+ margin-left: 10px;
31924
+ cursor: pointer;
31925
+ }
31926
+ .E_m1bixfdy .content {
31927
+ flex: 1;
31928
+ width: 100%;
31929
+ display: flex;
31930
+ justify-content: center;
31931
+ align-items: center;
31932
+ }
31933
+ .E_m1bixfdy .single-content {
31934
+ height: 65px;
31935
+ }
31936
+
31937
+ .E_lfamfcw {
31938
+ display: flex;
31939
+ align-items: center;
31940
+ white-space: nowrap;
31941
+ overflow: hidden;
31942
+ width: 100%;
31943
+ }
31944
+ .E_lfamfcw .ant-dropdown-trigger {
31945
+ margin-left: auto;
31946
+ font-size: 12px;
31947
+ }
31948
+
31949
+ .E_la6u9b4 {
31950
+ display: flex;
31951
+ justify-content: flex-start;
31952
+ align-items: center;
31953
+ font-size: 12px;
31954
+ cursor: pointer;
31955
+ }
31956
+ .E_la6u9b4:not(:last-child) {
31957
+ margin-right: 20px;
31958
+ }
31959
+ .E_la6u9b4.deselected {
31960
+ opacity: 0.4;
31961
+ }
31962
+ .E_la6u9b4.deselected .color-block {
31963
+ background: #b4beca !important;
31964
+ }
31965
+
31966
+ .E_chhvk8b {
31967
+ display: inline-block;
31968
+ height: 8px;
31969
+ width: 8px;
31970
+ margin-right: 8px;
31971
+ }
31972
+
31973
+ .E_e1sdlxq1 .ant-dropdown-menu-item {
31974
+ display: flex;
31975
+ align-items: center;
31976
+ font-size: 12px;
31977
+ margin: 0;
31978
+ }
31979
+
31980
+ .E_m16f7gpb {
31981
+ position: relative;
31982
+ }
31983
+ .E_m16f7gpb.hidden-xaxis .pointer-wrapper {
31984
+ bottom: -12px;
31985
+ }
31986
+ .E_m16f7gpb .metric-toolbar {
31987
+ display: flex;
31988
+ justify-content: space-between;
31989
+ line-height: 30px;
31990
+ margin: 0 16px;
31991
+ }
31992
+ .E_m16f7gpb .metric-toolbar .metric-extra {
31993
+ display: flex;
31994
+ font-size: 12px;
31995
+ align-items: center;
31996
+ }
31997
+ .E_m16f7gpb .metric-toolbar .metric-extra .info-item {
31998
+ color: #a3b4cc;
31999
+ }
32000
+ .E_m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32001
+ margin-left: 10px;
32002
+ }
32003
+ .E_m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32004
+ margin-left: 10px;
32005
+ cursor: pointer;
32006
+ }
32007
+ .E_m16f7gpb .recharts-xAxis {
32008
+ font-size: 12px;
32009
+ }
32010
+ .E_m16f7gpb .pointer-wrapper {
32011
+ position: absolute;
32012
+ bottom: 10px;
32013
+ padding: 0 8px;
32014
+ border-radius: 4px;
32015
+ font-size: 12px;
32016
+ color: #fff;
32017
+ background: rgba(0, 0, 0, 0.75);
32018
+ transform: translateX(-50%);
32019
+ }
32020
+
32021
+ .E_t1ipvk51 {
32022
+ min-width: 200px;
32023
+ }
32024
+
32025
+ .E_t1kgldps {
32026
+ display: flex;
32027
+ align-items: center;
32028
+ justify-content: space-between;
32029
+ background-color: rgba(0, 0, 0, 0.75);
32030
+ color: #b4beca;
32031
+ font-size: 12px;
32032
+ padding: 3px 6px;
32033
+ }
32034
+ .E_t1kgldps:first-child {
32035
+ padding-top: 3px;
32036
+ }
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;
32079
+ }
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
+ }
32093
+
31884
32094
  .E_c18gxmrl {
31885
32095
  border: 1px solid #d8deeb;
31886
32096
  border-radius: 4px;
@@ -31901,22 +32111,6 @@ input.E_rrg1fkn.ant-input {
31901
32111
  padding: 8px 12px;
31902
32112
  }
31903
32113
 
31904
- .E_berrcjl {
31905
- color: rgba(10, 37, 85, 0.6);
31906
- margin-bottom: 4px;
31907
- }
31908
- .E_berrcjl .breadcrumb-link {
31909
- color: rgba(10, 37, 85, 0.6);
31910
- cursor: pointer;
31911
- transition: color 160ms ease;
31912
- }
31913
- .E_berrcjl .breadcrumb-link:hover {
31914
- color: #0080ff;
31915
- }
31916
- .E_berrcjl .breadcrumb-link:active {
31917
- color: #005ed1;
31918
- }
31919
-
31920
32114
  .E_c1uzzomf {
31921
32115
  margin-bottom: 16px;
31922
32116
  }
@@ -31939,6 +32133,109 @@ input.E_rrg1fkn.ant-input {
31939
32133
  text-align: center;
31940
32134
  }
31941
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
+
32183
+ .E_c1bus5hc {
32184
+ --color: white;
32185
+ height: 14px;
32186
+ width: 14px;
32187
+ border-radius: 50%;
32188
+ flex-shrink: 0;
32189
+ display: flex;
32190
+ align-items: center;
32191
+ justify-content: center;
32192
+ border: 1px solid var(--color);
32193
+ }
32194
+ .E_c1bus5hc .circle-inner {
32195
+ position: relative;
32196
+ height: 10px;
32197
+ width: 10px;
32198
+ border-radius: 50%;
32199
+ overflow: hidden;
32200
+ }
32201
+ .E_c1bus5hc .circle-content {
32202
+ position: absolute;
32203
+ height: 100%;
32204
+ width: 100%;
32205
+ left: 0;
32206
+ top: 0;
32207
+ border-radius: 50%;
32208
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
32209
+ transform: rotate(180deg);
32210
+ }
32211
+ .E_c1bus5hc .circle-child {
32212
+ position: absolute;
32213
+ height: 100%;
32214
+ width: 100%;
32215
+ left: 0;
32216
+ top: 0;
32217
+ margin-left: 50%;
32218
+ transform-origin: left;
32219
+ background: white;
32220
+ transform: rotate(0deg);
32221
+ }
32222
+
32223
+ .E_berrcjl {
32224
+ color: rgba(10, 37, 85, 0.6);
32225
+ margin-bottom: 4px;
32226
+ }
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;
32237
+ }
32238
+
31942
32239
  .E_s11wux3h .ant-segmented-item:not(:last-child) {
31943
32240
  margin-right: 2px;
31944
32241
  }
@@ -31962,15 +32259,150 @@ input.E_rrg1fkn.ant-input {
31962
32259
  .E_ckld275 {
31963
32260
  background-color: rgba(225, 230, 241, 0.6);
31964
32261
  }
31965
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
31966
- background-color: rgba(255, 255, 255, 0.6);
31967
- color: rgba(44, 56, 82, 0.75);
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;
32271
+ }
32272
+
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;
32281
+ }
32282
+
32283
+ .E_tf5bynu {
32284
+ margin: 0 3px;
32285
+ }
32286
+
32287
+ .E_tcckoz1 {
32288
+ max-height: 400px;
32289
+ overflow: "auto";
32290
+ }
32291
+
32292
+ .E_s1iv0tp1 .enabled-switch {
32293
+ display: flex;
32294
+ align-items: center;
32295
+ }
32296
+ .E_s1iv0tp1 .enabled-text {
32297
+ margin-right: 8px;
32298
+ }
32299
+
32300
+ .E_tje3huy {
32301
+ width: 100%;
32302
+ overflow: inherit;
32303
+ white-space: inherit;
32304
+ text-overflow: ellipsis;
32305
+ }
32306
+
32307
+ .E_gmyahx3 {
32308
+ cursor: pointer;
32309
+ }
32310
+ .E_gmyahx3 .link-text {
32311
+ color: rgba(0, 21, 64, 0.3);
32312
+ }
32313
+ .E_gmyahx3:hover .link-text {
32314
+ color: #0080ff;
32315
+ }
32316
+
32317
+ .E_m15dvk92 {
32318
+ display: flex;
32319
+ justify-content: space-between;
32320
+ width: 100%;
32321
+ }
32322
+ .E_m15dvk92 .action {
32323
+ margin-left: 16px;
32324
+ }
32325
+
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;
32344
+ display: flex;
32345
+ align-items: center;
32346
+ top: 0;
32347
+ }
32348
+ .E_c198s9j3 .ant-checkbox-checked::after {
32349
+ border: none;
32350
+ }
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;
32354
+ }
32355
+ .E_c198s9j3 .ant-checkbox .ant-checkbox-inner {
32356
+ border: 1px solid rgba(107, 128, 167, 0.6);
32357
+ }
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;
32361
+ }
32362
+ .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32363
+ background: #0080ff;
32364
+ }
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;
32370
+ }
32371
+ .E_c198s9j3.ant-checkbox-wrapper-disabled {
32372
+ opacity: 0.5;
32373
+ }
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;
32377
+ }
32378
+ .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
32379
+ border-color: #2d3a56;
32380
+ }
32381
+ .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32382
+ background: #2d3a56;
32383
+ }
32384
+ .E_c198s9j3 .ant-checkbox + span,
32385
+ .E_c198s9j3 .ant-checkbox-disabled + span {
32386
+ padding: 0;
32387
+ }
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;
31968
32393
  }
31969
- .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
31970
- background-color: transparent;
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);
31971
32398
  }
31972
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
31973
- background-color: transparent;
32399
+ .E_c198s9j3.compact .ant-checkbox + span .main,
32400
+ .E_c198s9j3.compact .ant-checkbox-disabled + span .main {
32401
+ margin-left: 8px;
32402
+ }
32403
+ .E_c198s9j3.compact .ant-checkbox + span .sub,
32404
+ .E_c198s9j3.compact .ant-checkbox-disabled + span .sub {
32405
+ margin-left: 24px;
31974
32406
  }
31975
32407
 
31976
32408
  .E_clm1wy1 {
@@ -32066,122 +32498,6 @@ input.E_rrg1fkn.ant-input {
32066
32498
  border-radius: 2px;
32067
32499
  }
32068
32500
 
32069
- .E_n12mqh7z {
32070
- display: flex;
32071
- align-items: center;
32072
- font-size: 12px;
32073
- line-height: 18px;
32074
- }
32075
- .E_n12mqh7z:not(:last-child) {
32076
- margin-bottom: 4px;
32077
- }
32078
-
32079
- .E_tf5bynu {
32080
- margin: 0 3px;
32081
- }
32082
-
32083
- .E_tcckoz1 {
32084
- max-height: 400px;
32085
- overflow: "auto";
32086
- }
32087
-
32088
- .E_c1bus5hc {
32089
- --color: white;
32090
- height: 14px;
32091
- width: 14px;
32092
- border-radius: 50%;
32093
- flex-shrink: 0;
32094
- display: flex;
32095
- align-items: center;
32096
- justify-content: center;
32097
- border: 1px solid var(--color);
32098
- }
32099
- .E_c1bus5hc .circle-inner {
32100
- position: relative;
32101
- height: 10px;
32102
- width: 10px;
32103
- border-radius: 50%;
32104
- overflow: hidden;
32105
- }
32106
- .E_c1bus5hc .circle-content {
32107
- position: absolute;
32108
- height: 100%;
32109
- width: 100%;
32110
- left: 0;
32111
- top: 0;
32112
- border-radius: 50%;
32113
- background: linear-gradient(to right, var(--color) 50%, white 50%);
32114
- transform: rotate(180deg);
32115
- }
32116
- .E_c1bus5hc .circle-child {
32117
- position: absolute;
32118
- height: 100%;
32119
- width: 100%;
32120
- left: 0;
32121
- top: 0;
32122
- margin-left: 50%;
32123
- transform-origin: left;
32124
- background: white;
32125
- transform: rotate(0deg);
32126
- }
32127
-
32128
- .E_c18bcrac {
32129
- display: inline-block;
32130
- width: 100%;
32131
- }
32132
- .E_c18bcrac .recharts-wrapper {
32133
- margin-left: 4px;
32134
- }
32135
-
32136
- .E_cro7kg2 {
32137
- padding: 4px;
32138
- }
32139
-
32140
- .E_c14wcxf0 {
32141
- display: flex;
32142
- justify-content: space-between;
32143
- align-items: center;
32144
- font-size: 13px;
32145
- line-height: 24px;
32146
- color: #cccccc;
32147
- white-space: nowrap;
32148
- }
32149
- .E_c14wcxf0 label {
32150
- margin-right: 32px;
32151
- }
32152
-
32153
- .E_coy29mj.E_c14wcxf0 {
32154
- font-weight: bold;
32155
- color: white;
32156
- }
32157
-
32158
- .E_s11212zy {
32159
- width: 8px;
32160
- height: 8px;
32161
- border-radius: 2px;
32162
- display: inline-block;
32163
- background: var(--s11212zy-0);
32164
- border: 1px solid #fff;
32165
- box-sizing: content-box;
32166
- margin-right: 6px;
32167
- }
32168
-
32169
- .E_p1lyky6c > :first-child {
32170
- font-weight: bold;
32171
- color: white;
32172
- margin-right: 4px;
32173
- }
32174
-
32175
- .E_gmyahx3 {
32176
- cursor: pointer;
32177
- }
32178
- .E_gmyahx3 .link-text {
32179
- color: rgba(0, 21, 64, 0.3);
32180
- }
32181
- .E_gmyahx3:hover .link-text {
32182
- color: #0080ff;
32183
- }
32184
-
32185
32501
  .E_t1sqg15u {
32186
32502
  background: white;
32187
32503
  }
@@ -32267,138 +32583,32 @@ input.E_rrg1fkn.ant-input {
32267
32583
 
32268
32584
  .E_rhz2uv5 {
32269
32585
  width: var(--rhz2uv5-0);
32270
- flex-shrink: 0;
32271
- color: rgba(44, 56, 82, 0.6);
32272
- padding-right: 12px;
32273
- }
32274
-
32275
- .E_s1iv0tp1 .enabled-switch {
32276
- display: flex;
32277
- align-items: center;
32278
- }
32279
- .E_s1iv0tp1 .enabled-text {
32280
- margin-right: 8px;
32281
- }
32282
-
32283
- .E_tje3huy {
32284
- width: 100%;
32285
- overflow: inherit;
32286
- white-space: inherit;
32287
- text-overflow: ellipsis;
32288
- }
32289
-
32290
- .E_wg1tsps {
32291
- display: flex;
32292
- align-items: center;
32293
- justify-content: flex-end;
32294
- }
32295
-
32296
- .E_b1ctd5xy {
32297
- display: flex;
32298
- align-items: center;
32299
- width: calc(100% - 40px);
32300
- }
32301
- .E_b1ctd5xy .chart {
32302
- display: inline-block;
32303
- width: 100%;
32304
- }
32305
-
32306
- .E_u1p8acpn {
32307
- min-width: 40px;
32308
- }
32309
- .E_u1p8acpn .unit {
32310
- color: #00122e !important;
32311
- }
32312
-
32313
- .E_m15dvk92 {
32314
- display: flex;
32315
- justify-content: space-between;
32316
- width: 100%;
32317
- }
32318
- .E_m15dvk92 .action {
32319
- margin-left: 16px;
32320
- }
32321
-
32322
- .E_aql8iqz .ant-alert-message {
32323
- width: 100%;
32324
- }
32325
-
32326
- .E_c198s9j3 {
32327
- color: #2d3a56;
32328
- line-height: 22px;
32329
- display: inline-flex;
32330
- }
32331
- .E_c198s9j3 .ant-checkbox {
32332
- height: 22px;
32333
- display: flex;
32334
- align-items: center;
32335
- top: 0;
32336
- }
32337
- .E_c198s9j3 .ant-checkbox-checked::after {
32338
- border: none;
32339
- }
32340
- .E_c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
32341
- .E_c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
32342
- border-color: #0080ff;
32343
- }
32344
- .E_c198s9j3 .ant-checkbox .ant-checkbox-inner {
32345
- border: 1px solid rgba(107, 128, 167, 0.6);
32346
- }
32347
- .E_c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
32348
- .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32349
- border: 1px solid #0080ff;
32350
- }
32351
- .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32352
- background: #0080ff;
32353
- }
32354
- .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32355
- background-color: #fff;
32356
- height: 2px;
32357
- width: 10px;
32358
- border-radius: 2px;
32359
- }
32360
- .E_c198s9j3.ant-checkbox-wrapper-disabled {
32361
- opacity: 0.5;
32362
- }
32363
- .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
32364
- background: rgba(211, 218, 235, 0.6);
32365
- border-color: rgba(107, 128, 167, 0.6) !important;
32366
- }
32367
- .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
32368
- border-color: #2d3a56;
32369
- }
32370
- .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32371
- background: #2d3a56;
32372
- }
32373
- .E_c198s9j3 .ant-checkbox + span,
32374
- .E_c198s9j3 .ant-checkbox-disabled + span {
32375
- padding: 0;
32376
- }
32377
- .E_c198s9j3 .ant-checkbox + span .main,
32378
- .E_c198s9j3 .ant-checkbox-disabled + span .main {
32379
- display: inline-block;
32380
- margin-left: 12px;
32381
- color: #2d3a56;
32382
- }
32383
- .E_c198s9j3 .ant-checkbox + span .sub,
32384
- .E_c198s9j3 .ant-checkbox-disabled + span .sub {
32385
- margin-left: 28px;
32586
+ flex-shrink: 0;
32386
32587
  color: rgba(44, 56, 82, 0.6);
32588
+ padding-right: 12px;
32387
32589
  }
32388
- .E_c198s9j3.compact .ant-checkbox + span .main,
32389
- .E_c198s9j3.compact .ant-checkbox-disabled + span .main {
32390
- margin-left: 8px;
32590
+
32591
+ .E_wg1tsps {
32592
+ display: flex;
32593
+ align-items: center;
32594
+ justify-content: flex-end;
32391
32595
  }
32392
- .E_c198s9j3.compact .ant-checkbox + span .sub,
32393
- .E_c198s9j3.compact .ant-checkbox-disabled + span .sub {
32394
- margin-left: 24px;
32596
+
32597
+ .E_b1ctd5xy {
32598
+ display: flex;
32599
+ align-items: center;
32600
+ width: calc(100% - 40px);
32601
+ }
32602
+ .E_b1ctd5xy .chart {
32603
+ display: inline-block;
32604
+ width: 100%;
32395
32605
  }
32396
32606
 
32397
- .E_c10crapj {
32398
- border-radius: 8px;
32607
+ .E_u1p8acpn {
32608
+ min-width: 40px;
32399
32609
  }
32400
- .E_c10crapj .ant-card-body {
32401
- padding: 20px 24px 24px 24px;
32610
+ .E_u1p8acpn .unit {
32611
+ color: #00122e !important;
32402
32612
  }
32403
32613
 
32404
32614
  .E_cav9p2m .ant-collapse-item {
@@ -32427,10 +32637,6 @@ input.E_rrg1fkn.ant-input {
32427
32637
  margin: 0 2px;
32428
32638
  }
32429
32639
 
32430
- .E_iiqau4c.ant-input-group.ant-input-group-compact {
32431
- display: flex;
32432
- }
32433
-
32434
32640
  button.E_lujuy3j {
32435
32641
  color: #0080FF;
32436
32642
  }
@@ -32471,6 +32677,16 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32471
32677
  white-space: nowrap;
32472
32678
  }
32473
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
+
32474
32690
  .E_shq1k1g.ant-select, .E_shq1k1g.ant-select .ant-select-selector {
32475
32691
  border-radius: 6px;
32476
32692
  }
@@ -32528,14 +32744,8 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32528
32744
  transform: rotate(180deg);
32529
32745
  }
32530
32746
 
32531
- .E_igz4le8 {
32532
- height: 24px;
32533
- width: 56px !important;
32534
- margin-right: 4px;
32535
- }
32536
-
32537
- .E_c1riexje {
32538
- color: rgba(44, 56, 82, 0.6);
32747
+ .E_iiqau4c.ant-input-group.ant-input-group-compact {
32748
+ display: flex;
32539
32749
  }
32540
32750
 
32541
32751
  .E_s14dk8r1 {
@@ -32612,55 +32822,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32612
32822
  display: inline-block;
32613
32823
  }
32614
32824
 
32615
- .E_l4bld33 {
32616
- width: 64px;
32617
- height: 64px;
32618
- display: flex;
32619
- align-items: center;
32620
- justify-content: center;
32621
- position: relative;
32622
- opacity: 0.2;
32623
- }
32624
-
32625
- .E_lgitjoj {
32626
- position: absolute;
32627
- width: 5px;
32628
- height: 48px;
32629
- left: 9.33px;
32630
- top: 40.5px;
32631
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32632
- border-radius: 5px;
32633
- transform: rotate(-128deg);
32634
- transform-origin: top left;
32635
- animation: loading-indicator1 1100ms ease-out infinite;
32636
- }
32637
-
32638
- .E_l13g0exg {
32639
- position: absolute;
32640
- width: 5px;
32641
- height: 48px;
32642
- left: 40.8px;
32643
- top: 8.4px;
32644
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32645
- border-radius: 5px;
32646
- transform: rotate(-8deg);
32647
- transform-origin: top left;
32648
- animation: loading-indicator2 1100ms ease-out infinite;
32649
- }
32650
-
32651
- .E_l1exo3h6 {
32652
- position: absolute;
32653
- width: 5px;
32654
- height: 48px;
32655
- left: 52.9px;
32656
- top: 51.8px;
32657
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32658
- border-radius: 5px;
32659
- transform: rotate(112deg);
32660
- transform-origin: top left;
32661
- animation: loading-indicator3 1100ms ease-out infinite;
32662
- }
32663
-
32664
32825
  .E_t19ustft .date {
32665
32826
  margin-right: 4px;
32666
32827
  }
@@ -32709,203 +32870,42 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32709
32870
  color: #f0483e;
32710
32871
  background-color: rgba(255, 74, 74, 0.1);
32711
32872
  }
32712
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32713
- color: #e07f00;
32714
- background-color: rgba(255, 187, 0, 0.1);
32715
- }
32716
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32717
- color: #008f4c;
32718
- background-color: rgba(30, 201, 127, 0.1);
32719
- }
32720
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32721
- color: #1d326c;
32722
- background-color: rgba(225, 230, 241, 0.6);
32723
- }
32724
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32725
- color: #7E41FF;
32726
- background-color: rgba(126, 65, 255, 0.1);
32727
- }
32728
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32729
- color: #fff;
32730
- }
32731
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32732
- background-color: #f0483e;
32733
- }
32734
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32735
- background-color: #fea008;
32736
- }
32737
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32738
- background-color: #00ba5d;
32739
- }
32740
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32741
- background-color: #0080ff;
32742
- }
32743
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32744
- background-color: #6b7d99;
32745
- }
32746
- .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32747
- background-color: #7E41FF;
32748
- }
32749
-
32750
- .E_m1thnes4 {
32751
- color: rgba(44, 56, 82, 0.6);
32752
- text-align: center;
32753
- display: flex;
32754
- align-items: center;
32755
- justify-content: center;
32756
- flex-direction: column;
32757
- height: 100%;
32758
- }
32759
- .E_m1thnes4 .link {
32760
- color: #0080ff;
32761
- cursor: pointer;
32762
- }
32763
-
32764
- .E_m1bixfdy {
32765
- width: 100%;
32766
- height: 100%;
32767
- display: flex;
32768
- flex-direction: column;
32769
- }
32770
- .E_m1bixfdy .name-toolbar {
32771
- width: 100%;
32772
- display: flex;
32773
- line-height: 30px;
32774
- padding: 0 16px;
32775
- justify-content: space-between;
32776
- }
32777
- .E_m1bixfdy .name-toolbar .metric-extra {
32778
- display: flex;
32779
- font-size: 12px;
32780
- align-items: center;
32781
- }
32782
- .E_m1bixfdy .name-toolbar .metric-extra .info-item {
32783
- color: #a3b4cc;
32784
- }
32785
- .E_m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
32786
- margin-left: 10px;
32787
- }
32788
- .E_m1bixfdy .name-toolbar .metric-extra .menu-trigger {
32789
- margin-left: 10px;
32790
- cursor: pointer;
32791
- }
32792
- .E_m1bixfdy .content {
32793
- flex: 1;
32794
- width: 100%;
32795
- display: flex;
32796
- justify-content: center;
32797
- align-items: center;
32798
- }
32799
- .E_m1bixfdy .single-content {
32800
- height: 65px;
32801
- }
32802
-
32803
- .E_lfamfcw {
32804
- display: flex;
32805
- align-items: center;
32806
- white-space: nowrap;
32807
- overflow: hidden;
32808
- width: 100%;
32809
- }
32810
- .E_lfamfcw .ant-dropdown-trigger {
32811
- margin-left: auto;
32812
- font-size: 12px;
32813
- }
32814
-
32815
- .E_la6u9b4 {
32816
- display: flex;
32817
- justify-content: flex-start;
32818
- align-items: center;
32819
- font-size: 12px;
32820
- cursor: pointer;
32821
- }
32822
- .E_la6u9b4:not(:last-child) {
32823
- margin-right: 20px;
32824
- }
32825
- .E_la6u9b4.deselected {
32826
- opacity: 0.4;
32827
- }
32828
- .E_la6u9b4.deselected .color-block {
32829
- background: #b4beca !important;
32830
- }
32831
-
32832
- .E_chhvk8b {
32833
- display: inline-block;
32834
- height: 8px;
32835
- width: 8px;
32836
- margin-right: 8px;
32837
- }
32838
-
32839
- .E_e1sdlxq1 .ant-dropdown-menu-item {
32840
- display: flex;
32841
- align-items: center;
32842
- font-size: 12px;
32843
- margin: 0;
32844
- }
32845
-
32846
- .E_m16f7gpb {
32847
- position: relative;
32848
- }
32849
- .E_m16f7gpb.hidden-xaxis .pointer-wrapper {
32850
- bottom: -12px;
32851
- }
32852
- .E_m16f7gpb .metric-toolbar {
32853
- display: flex;
32854
- justify-content: space-between;
32855
- line-height: 30px;
32856
- margin: 0 16px;
32857
- }
32858
- .E_m16f7gpb .metric-toolbar .metric-extra {
32859
- display: flex;
32860
- font-size: 12px;
32861
- align-items: center;
32862
- }
32863
- .E_m16f7gpb .metric-toolbar .metric-extra .info-item {
32864
- color: #a3b4cc;
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);
32865
32876
  }
32866
- .E_m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32867
- margin-left: 10px;
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);
32868
32880
  }
32869
- .E_m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32870
- margin-left: 10px;
32871
- cursor: pointer;
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);
32872
32884
  }
32873
- .E_m16f7gpb .recharts-xAxis {
32874
- font-size: 12px;
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);
32875
32888
  }
32876
- .E_m16f7gpb .pointer-wrapper {
32877
- position: absolute;
32878
- bottom: 10px;
32879
- padding: 0 8px;
32880
- border-radius: 4px;
32881
- font-size: 12px;
32889
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32882
32890
  color: #fff;
32883
- background: rgba(0, 0, 0, 0.75);
32884
- transform: translateX(-50%);
32885
32891
  }
32886
-
32887
- .E_t1ipvk51 {
32888
- min-width: 200px;
32892
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32893
+ background-color: #f0483e;
32889
32894
  }
32890
-
32891
- .E_t1kgldps {
32892
- display: flex;
32893
- align-items: center;
32894
- justify-content: space-between;
32895
- background-color: rgba(0, 0, 0, 0.75);
32896
- color: #b4beca;
32897
- font-size: 12px;
32898
- padding: 3px 6px;
32895
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32896
+ background-color: #fea008;
32899
32897
  }
32900
- .E_t1kgldps:first-child {
32901
- padding-top: 3px;
32898
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32899
+ background-color: #00ba5d;
32902
32900
  }
32903
- .E_t1kgldps:last-child {
32904
- padding-bottom: 3px;
32901
+ .E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32902
+ background-color: #0080ff;
32905
32903
  }
32906
- .E_t1kgldps .column-value {
32907
- color: #fff;
32908
- margin-left: 8px;
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
32909
  }
32910
32910
 
32911
32911
  .E_sq6vos1 {
@@ -33819,19 +33819,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33819
33819
  background: rgba(163, 180, 204, 0.18);
33820
33820
  }
33821
33821
 
33822
- .E_skwah65 {
33823
- height: 8px;
33824
- box-sizing: border-box;
33825
- border-radius: 2px;
33826
- background: #f5f7fa;
33827
- display: flex;
33828
- width: 100%;
33829
- overflow: hidden;
33830
- }
33831
- .E_skwah65 .stack-bar-item + .stack-bar-item {
33832
- margin-left: 1px;
33833
- }
33834
-
33835
33822
  .E_c1k4vanq {
33836
33823
  padding: 0 12px 14px 12px;
33837
33824
  }
@@ -33876,6 +33863,19 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33876
33863
  margin-right: 2px;
33877
33864
  }
33878
33865
 
33866
+ .E_skwah65 {
33867
+ height: 8px;
33868
+ box-sizing: border-box;
33869
+ border-radius: 2px;
33870
+ background: #f5f7fa;
33871
+ display: flex;
33872
+ width: 100%;
33873
+ overflow: hidden;
33874
+ }
33875
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
33876
+ margin-left: 1px;
33877
+ }
33878
+
33879
33879
  .E_rrwcpby {
33880
33880
  display: flex;
33881
33881
  align-items: center;
@@ -33940,6 +33940,91 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33940
33940
  min-height: 0px;
33941
33941
  }
33942
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
+
33943
34028
  .E_tc40oxa {
33944
34029
  margin-bottom: 4px;
33945
34030
  color: rgba(44, 56, 82, 0.6);
@@ -34133,96 +34218,11 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34133
34218
  margin-right: 8px;
34134
34219
  }
34135
34220
 
34136
- .E_w1xcixj5.outside-tag {
34137
- padding-left: 0;
34138
- }
34139
- .E_w1xcixj5.outside-tag .inside-tag {
34140
- border-radius: 4px 0 0 4px;
34141
- padding-right: 4px;
34142
- margin-right: 4px;
34143
- }
34144
-
34145
- .E_at4ovwe .ant-input-number-handler-wrap {
34146
- display: var(--at4ovwe-0);
34147
- }
34148
- .E_at4ovwe .ant-input-number-input-wrap {
34149
- padding: 5px 12px;
34150
- display: inline-flex;
34151
- line-height: 1.5715;
34152
- height: 100%;
34153
- width: 100%;
34154
- }
34155
- .E_at4ovwe .ant-input-number-input-wrap::after {
34156
- content: var(--at4ovwe-1);
34157
- display: var(--at4ovwe-2);
34158
- flex: none;
34159
- align-items: center;
34160
- margin-left: 4px;
34161
- color: rgba(44, 56, 82, 0.6);
34162
- }
34163
- .E_at4ovwe .ant-input-number-input-wrap::before {
34164
- content: var(--at4ovwe-3);
34165
- display: var(--at4ovwe-4);
34166
- flex: none;
34167
- align-items: center;
34168
- margin-right: 4px;
34169
- cursor: auto;
34170
- color: rgba(44, 56, 82, 0.6);
34171
- }
34172
- .ant-input-group.ant-input-group-compact > .E_at4ovwe {
34173
- border-radius: 0;
34174
- }
34175
- .E_at4ovwe.ant-input-number {
34176
- width: 100%;
34177
- border-radius: 6px;
34178
- }
34179
- .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 {
34180
- border-color: #0096ff;
34181
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
34182
- z-index: 1;
34183
- }
34184
- .E_at4ovwe.ant-input-number.error:not([disabled]):hover, .E_at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
34185
- border-color: #e75a3a;
34186
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
34187
- }
34188
- .E_at4ovwe .ant-input-number-input {
34189
- padding: 0;
34190
- margin: 0;
34191
- height: auto;
34192
- font-size: inherit;
34193
- }
34194
-
34195
34221
  .E_iwsze0q {
34196
34222
  margin-right: 4px;
34197
34223
  height: 16px;
34198
34224
  }
34199
34225
 
34200
- .E_sut42l0 {
34201
- padding: 0 8px;
34202
- height: 18px;
34203
- }
34204
-
34205
- .E_mfsz1jz {
34206
- padding: 2px 8px;
34207
- height: 24px;
34208
- }
34209
-
34210
- .E_tnd6h4m {
34211
- margin: 0;
34212
- }
34213
-
34214
- .E_i1qw4clm {
34215
- margin-right: 4px;
34216
- height: 16px;
34217
- }
34218
-
34219
- .E_n1r5ku5l.ant-tag.ant-tag-gray {
34220
- font-weight: 700;
34221
- color: #00122e;
34222
- background-color: rgba(237, 241, 250, 0.6);
34223
- border: 1px solid rgba(211, 218, 235, 0.6);
34224
- }
34225
-
34226
34226
  .E_a6dbbkm .ant-input-number-handler-wrap {
34227
34227
  display: var(--a6dbbkm-0);
34228
34228
  }