@cloudtower/eagle 0.27.33 → 0.27.37-dry-1

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,19 @@ html body {
29484
29484
  border-top: 1px solid rgba(211, 218, 235, 0.6);
29485
29485
  }
29486
29486
 
29487
+ .E_iap75of {
29488
+ height: 18px;
29489
+ line-height: 18px;
29490
+ padding: 0 4px;
29491
+ border-radius: 4px;
29492
+ background: rgba(235, 239, 245, 0.6);
29493
+ border: 1px solid rgba(223, 228, 235, 0.6);
29494
+ display: flex;
29495
+ align-items: center;
29496
+ white-space: nowrap;
29497
+ margin-right: 4px;
29498
+ }
29499
+
29487
29500
  .E_bpq0js6 {
29488
29501
  padding: 4px 11px;
29489
29502
  }
@@ -29513,17 +29526,37 @@ html body {
29513
29526
  border-radius: unset;
29514
29527
  }
29515
29528
 
29516
- .E_iap75of {
29517
- height: 18px;
29518
- line-height: 18px;
29519
- padding: 0 4px;
29520
- border-radius: 4px;
29521
- background: rgba(235, 239, 245, 0.6);
29522
- border: 1px solid rgba(223, 228, 235, 0.6);
29529
+ .E_fde5mpd {
29530
+ width: 100%;
29531
+ height: 100%;
29532
+ min-height: 124px;
29523
29533
  display: flex;
29534
+ flex-direction: column;
29535
+ justify-content: center;
29524
29536
  align-items: center;
29525
- white-space: nowrap;
29526
- margin-right: 4px;
29537
+ }
29538
+ .E_fde5mpd .error-text {
29539
+ color: rgba(10, 37, 85, 0.6);
29540
+ margin-bottom: 16px;
29541
+ font-size: 18px;
29542
+ }
29543
+
29544
+ .E_i1mrf09m {
29545
+ display: inline-flex;
29546
+ align-items: center;
29547
+ }
29548
+ .E_i1mrf09m .icon-inner {
29549
+ display: inline-flex;
29550
+ align-items: center;
29551
+ justify-content: center;
29552
+ }
29553
+ .E_i1mrf09m .icon-inner + span,
29554
+ .E_i1mrf09m span + .icon-inner.suffix {
29555
+ margin-left: 4px;
29556
+ }
29557
+ .E_i1mrf09m.is-rotate img,
29558
+ .E_i1mrf09m.is-rotate svg {
29559
+ animation: rotate 680ms linear infinite;
29527
29560
  }
29528
29561
 
29529
29562
  .E_buj61ew.ant-btn-icon-only {
@@ -29776,151 +29809,6 @@ html body {
29776
29809
  padding: 0;
29777
29810
  }
29778
29811
 
29779
- .E_fde5mpd {
29780
- width: 100%;
29781
- height: 100%;
29782
- min-height: 124px;
29783
- display: flex;
29784
- flex-direction: column;
29785
- justify-content: center;
29786
- align-items: center;
29787
- }
29788
- .E_fde5mpd .error-text {
29789
- color: rgba(10, 37, 85, 0.6);
29790
- margin-bottom: 16px;
29791
- font-size: 18px;
29792
- }
29793
-
29794
- .E_i1mrf09m {
29795
- display: inline-flex;
29796
- align-items: center;
29797
- }
29798
- .E_i1mrf09m .icon-inner {
29799
- display: inline-flex;
29800
- align-items: center;
29801
- justify-content: center;
29802
- }
29803
- .E_i1mrf09m .icon-inner + span,
29804
- .E_i1mrf09m span + .icon-inner.suffix {
29805
- margin-left: 4px;
29806
- }
29807
- .E_i1mrf09m.is-rotate img,
29808
- .E_i1mrf09m.is-rotate svg {
29809
- animation: rotate 680ms linear infinite;
29810
- }
29811
-
29812
- .E_s34f1qb.ant-switch {
29813
- min-width: 40px;
29814
- height: 24px;
29815
- background: rgba(172, 186, 211, 0.6);
29816
- overflow: hidden;
29817
- }
29818
- .E_s34f1qb.ant-switch:focus {
29819
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
29820
- }
29821
- .E_s34f1qb.ant-switch-small {
29822
- min-width: 26px;
29823
- height: 16px;
29824
- }
29825
- .E_s34f1qb.ant-switch-large {
29826
- min-width: 52px;
29827
- height: 32px;
29828
- }
29829
- .E_s34f1qb.ant-switch .ant-switch-handle {
29830
- height: 20px;
29831
- width: 20px;
29832
- }
29833
- .E_s34f1qb.ant-switch .ant-switch-handle::before {
29834
- border-radius: 10px;
29835
- transition-delay: 120ms;
29836
- }
29837
- .E_s34f1qb.ant-switch-small .ant-switch-handle {
29838
- height: 14px;
29839
- width: 14px;
29840
- top: 1px;
29841
- left: 1px;
29842
- }
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);
29861
- }
29862
-
29863
- .E_c1to9vb9 {
29864
- margin-left: 5px;
29865
- }
29866
-
29867
- .E_p12gwtiw {
29868
- display: flex;
29869
- justify-content: space-between;
29870
- align-items: center;
29871
- padding: 10px 0;
29872
- color: rgba(44, 56, 82, 0.6);
29873
- font-size: 12px;
29874
- line-height: 24px;
29875
- }
29876
- .E_p12gwtiw .pagination-left {
29877
- padding: 2px 8px;
29878
- }
29879
- .E_p12gwtiw .dropdown-trigger {
29880
- display: flex;
29881
- align-items: center;
29882
- border-radius: 6px;
29883
- cursor: pointer;
29884
- transition: all 0.3s ease;
29885
- }
29886
- .E_p12gwtiw .dropdown-trigger:hover {
29887
- background: rgba(211, 218, 235, 0.6);
29888
- color: #0080ff;
29889
- }
29890
- .E_p12gwtiw .dropdown-trigger .icon-inner {
29891
- margin-left: 4px;
29892
- }
29893
- .E_p12gwtiw .pagination-right {
29894
- display: flex;
29895
- align-items: center;
29896
- color: #0080ff;
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;
29922
- }
29923
-
29924
29812
  .E_obf05yr {
29925
29813
  display: inline-block;
29926
29814
  }
@@ -30076,1291 +29964,1120 @@ html body {
30076
29964
  width: 36px;
30077
29965
  }
30078
29966
 
30079
- .E_t1upn1sz {
30080
- height: 100%;
29967
+ .E_i1e4sgug {
29968
+ display: inline-block;
30081
29969
  }
30082
29970
 
30083
- .E_tta5kd2 {
30084
- height: 100%;
29971
+ .E_p12gwtiw {
29972
+ display: flex;
29973
+ justify-content: space-between;
29974
+ align-items: center;
29975
+ padding: 10px 0;
29976
+ color: rgba(44, 56, 82, 0.6);
29977
+ font-size: 12px;
29978
+ line-height: 24px;
30085
29979
  }
30086
- .E_tta5kd2.empty-table .ant-table-content {
30087
- overflow: visible !important;
30088
- height: 100%;
29980
+ .E_p12gwtiw .pagination-left {
29981
+ padding: 2px 8px;
30089
29982
  }
30090
- .E_tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30091
- height: 100%;
29983
+ .E_p12gwtiw .dropdown-trigger {
29984
+ display: flex;
29985
+ align-items: center;
29986
+ border-radius: 6px;
29987
+ cursor: pointer;
29988
+ transition: all 0.3s ease;
30092
29989
  }
30093
- .E_tta5kd2.empty-table .ant-table-content table {
30094
- width: 100% !important;
30095
- height: 100%;
29990
+ .E_p12gwtiw .dropdown-trigger:hover {
29991
+ background: rgba(211, 218, 235, 0.6);
29992
+ color: #0080ff;
30096
29993
  }
30097
- .E_tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30098
- padding: 15px 0;
29994
+ .E_p12gwtiw .dropdown-trigger .icon-inner {
29995
+ margin-left: 4px;
30099
29996
  }
30100
- .E_tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
30101
- display: none;
29997
+ .E_p12gwtiw .pagination-right {
29998
+ display: flex;
29999
+ align-items: center;
30000
+ color: #0080ff;
30001
+ font-weight: bold;
30102
30002
  }
30103
- .E_tta5kd2 .active-row td:nth-child(1) {
30104
- font-weight: 700;
30003
+ .E_p12gwtiw .pagination-right .icon-inner {
30004
+ margin-left: 4px;
30105
30005
  }
30106
- .E_tta5kd2.has-selection .active-row td:nth-child(2) {
30107
- font-weight: 700;
30006
+ .E_p12gwtiw .pagination-right .prev-btn,
30007
+ .E_p12gwtiw .pagination-right .next-btn {
30008
+ padding: 0 8px;
30108
30009
  }
30109
- .E_tta5kd2 .ant-spin-nested-loading {
30110
- height: 100%;
30010
+ .E_p12gwtiw .pagination-right .prev-btn > span,
30011
+ .E_p12gwtiw .pagination-right .next-btn > span {
30012
+ color: #0080ff;
30111
30013
  }
30112
- .E_tta5kd2 .ant-spin-nested-loading .ant-spin-container {
30113
- height: 100%;
30114
- overflow: visible;
30115
- }
30116
- .E_tta5kd2 .ant-spin-nested-loading .ant-spin {
30117
- max-height: none;
30118
- }
30119
- .E_tta5kd2.table-init-loading .ant-spin-blur thead,
30120
- .E_tta5kd2.table-init-loading .ant-spin-blur tbody {
30121
- display: none;
30014
+ .E_p12gwtiw .pagination-right .next-btn .icon-inner {
30015
+ transform: rotate(180deg);
30122
30016
  }
30123
- .E_tta5kd2 td.ant-table-column-sort {
30124
- background: transparent;
30017
+
30018
+ .E_d1bnu0in.ant-dropdown .ant-dropdown-menu {
30019
+ max-height: calc(100vh - 128px);
30020
+ overflow-y: auto;
30125
30021
  }
30126
- .E_tta5kd2 td.ant-table-cell-fix-left,
30127
- .E_tta5kd2 td.ant-table-cell-fix-right {
30128
- background: #fff;
30129
- padding: 0 !important;
30022
+ .E_d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30023
+ padding: 4px 20px;
30024
+ font-size: 12px;
30025
+ line-height: 18px;
30130
30026
  }
30131
- .E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
30132
- .E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
30027
+
30028
+ .E_cz04yix {
30133
30029
  display: flex;
30134
- align-items: center;
30030
+ flex-direction: column;
30031
+ }
30032
+
30033
+ .E_m1if5j39 {
30034
+ max-width: 1120px;
30035
+ width: 100%;
30036
+ margin: 0 auto;
30135
30037
  height: 100%;
30136
- padding: 8px;
30137
30038
  }
30138
- .E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30139
- .E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
30140
- overflow: hidden;
30141
- text-overflow: ellipsis;
30039
+
30040
+ .E_w1vvwdlp {
30041
+ max-width: 1120px;
30142
30042
  width: 100%;
30043
+ margin: 0 auto;
30044
+ display: flex;
30143
30045
  }
30144
- .E_tta5kd2 .ant-table-container {
30145
- height: 100%;
30046
+ .E_w1vvwdlp .left,
30047
+ .E_w1vvwdlp .right {
30048
+ flex-grow: 0;
30049
+ flex-shrink: 0;
30050
+ flex-basis: 21%;
30146
30051
  }
30147
- .E_tta5kd2 .ant-table-container::before, .E_tta5kd2 .ant-table-container::after {
30148
- box-shadow: none !important;
30052
+ .E_w1vvwdlp .left {
30053
+ display: flex;
30054
+ justify-content: flex-end;
30055
+ padding-right: 44px;
30149
30056
  }
30150
- .E_tta5kd2 .ant-table {
30151
- border-radius: 0px;
30152
- border-left: none;
30153
- border-right: none;
30154
- border-bottom: none;
30155
- height: 100%;
30156
- font-size: 12px;
30157
- background: transparent;
30057
+ .E_w1vvwdlp .right {
30058
+ padding-left: 44px;
30158
30059
  }
30159
- .E_tta5kd2 .ant-table .ant-table-header {
30160
- position: relative;
30161
- z-index: 3;
30162
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30163
- margin-bottom: -1px;
30060
+ .E_w1vvwdlp .middle {
30061
+ margin-bottom: 40px;
30062
+ flex-grow: 0;
30063
+ flex-shrink: 0;
30064
+ flex-basis: 58%;
30164
30065
  }
30165
- .E_tta5kd2 .ant-table .time-wrapper .date,
30166
- .E_tta5kd2 .ant-table .value {
30167
- color: #2d3a56;
30066
+ .E_w1vvwdlp .middle .form-base-field {
30067
+ width: 100%;
30168
30068
  }
30169
- .E_tta5kd2 .ant-table .time-wrapper .time,
30170
- .E_tta5kd2 .ant-table .unit {
30171
- color: rgba(44, 56, 82, 0.6);
30069
+ .E_w1vvwdlp .middle .form-base-field .form-base-field {
30070
+ width: auto;
30172
30071
  }
30173
- .E_tta5kd2 .ant-table .ant-table-selection {
30174
- position: unset;
30175
- text-align: center;
30072
+
30073
+ .E_h1cuopx7 .ant-modal-header {
30074
+ margin: 0 auto;
30075
+ width: 100%;
30076
+ max-width: 648px;
30176
30077
  }
30177
- .E_tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30178
- background: #fff;
30078
+ .E_h1cuopx7 .ant-modal-header .ant-modal-title {
30079
+ margin-left: 0;
30179
30080
  }
30180
- .E_tta5kd2 .ant-table .anticon-setting {
30181
- cursor: pointer;
30182
- position: absolute;
30183
- top: 50%;
30184
- right: 12px;
30185
- transform: translateY(-50%);
30081
+ .E_h1cuopx7 .ant-modal-body {
30082
+ margin: 0 auto;
30083
+ padding: 0;
30084
+ width: 100%;
30085
+ max-width: 648px;
30086
+ overflow: hidden;
30186
30087
  }
30187
- .E_tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30188
- box-shadow: none;
30189
- width: 1px;
30190
- background: rgba(213, 219, 227, 0.6);
30088
+ .E_h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30089
+ margin-bottom: 40px;
30191
30090
  }
30192
- .E_tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30193
- box-shadow: none;
30194
- width: 1px;
30195
- background: rgba(213, 219, 227, 0.6);
30091
+ .E_h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30092
+ height: calc(100vh - 225px);
30093
+ overflow-y: auto;
30196
30094
  }
30197
- .E_tta5kd2 .ant-table .ant-table-tbody {
30198
- position: relative;
30095
+ .E_h1cuopx7 .ant-modal-footer .footer-content {
30096
+ margin: 0 auto;
30097
+ max-width: 648px;
30199
30098
  }
30200
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
30201
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30202
- border-bottom: 1px solid white;
30203
- height: 40px;
30204
- vertical-align: middle;
30205
- transition: background 0ms;
30206
- color: #00122e;
30099
+
30100
+ .E_h1p6d3y3 .ant-modal-header {
30101
+ margin: 0 auto;
30102
+ width: 100%;
30103
+ max-width: 1024px;
30207
30104
  }
30208
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30209
- background: #f2f5fa;
30210
- border-bottom-color: #f2f5fa;
30105
+ .E_h1p6d3y3 .ant-modal-header .ant-modal-title {
30106
+ margin-left: 0;
30211
30107
  }
30212
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30213
- height: auto;
30214
- color: #00122e;
30215
- font-size: 12px;
30216
- text-align: left;
30217
- transition: none;
30108
+ .E_h1p6d3y3 .ant-modal-body {
30109
+ margin: 0 auto;
30110
+ padding: 0;
30111
+ width: 100%;
30112
+ max-width: 1024px;
30218
30113
  overflow: hidden;
30219
- text-overflow: ellipsis;
30220
- white-space: nowrap;
30221
30114
  }
30222
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30223
- color: #0096ff;
30115
+ .E_h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30116
+ margin-bottom: 40px;
30224
30117
  }
30225
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30226
- overflow: hidden;
30227
- text-overflow: ellipsis;
30228
- width: 100%;
30229
- vertical-align: middle;
30118
+ .E_h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30119
+ height: calc(100vh - 225px);
30120
+ overflow-y: auto;
30230
30121
  }
30231
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30232
- line-height: 0px;
30122
+ .E_h1p6d3y3 .ant-modal-footer .footer-content {
30123
+ margin: 0 auto;
30124
+ max-width: 1024px;
30233
30125
  }
30234
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
30235
- padding-right: 25px;
30126
+
30127
+ .E_fxgckuk {
30128
+ flex: 1;
30236
30129
  }
30237
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30238
- border-top-color: transparent;
30130
+ .E_fxgckuk label {
30131
+ font-size: 13px;
30132
+ line-height: 20px;
30133
+ color: rgba(44, 56, 82, 0.6);
30239
30134
  }
30240
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
30241
- background: rgba(225, 230, 241, 0.6);
30242
- border-color: transparent transparent white;
30135
+ .E_fxgckuk .title {
30136
+ font-size: 14px;
30137
+ line-height: 20px;
30138
+ color: #2d3a56;
30139
+ margin-bottom: 12px;
30243
30140
  }
30244
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30245
- border-radius: 8px 0 0 8px;
30141
+ .E_fxgckuk.connect-cluster .title {
30142
+ padding-bottom: 26px;
30246
30143
  }
30247
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30248
- border-radius: 8px 0 0 8px;
30144
+
30145
+ .E_f1d0vek1 {
30146
+ padding: 25px 0 15px 0;
30147
+ border-bottom: 1px solid #e1e5eb;
30148
+ margin-bottom: 16px;
30249
30149
  }
30250
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30251
- content: "";
30252
- width: 4px;
30253
- top: -1px;
30254
- bottom: -1px;
30255
- background: white;
30150
+
30151
+ .E_f4u402y {
30152
+ display: flex;
30153
+ align-items: center;
30154
+ margin-bottom: 8px;
30256
30155
  }
30257
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30258
- border-radius: 0 8px 8px 0;
30156
+ .E_f4u402y > label {
30157
+ width: 216px;
30259
30158
  }
30260
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30261
- border-radius: 0;
30262
- background: white;
30263
- border-top: none;
30159
+ .E_f4u402y > label + * {
30160
+ width: 100%;
30264
30161
  }
30265
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30266
- border-top: 1px solid transparent;
30267
- border-radius: 0 8px 8px 0;
30268
- background: rgba(225, 230, 241, 0.6);
30162
+ .E_f4u402y .ant-select {
30163
+ width: 100%;
30269
30164
  }
30270
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30271
- background: white;
30272
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30165
+
30166
+ .E_e1pldf6v {
30167
+ color: #e75a3a;
30168
+ margin-right: 10px;
30273
30169
  }
30274
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
30170
+
30171
+ .E_dq0gblh {
30172
+ width: 100%;
30173
+ height: 1px;
30174
+ background: rgba(213, 219, 227, 0.6);
30175
+ margin: 24px 0;
30176
+ }
30177
+
30178
+ .E_l1v7sr0n {
30275
30179
  display: flex;
30180
+ justify-content: center;
30276
30181
  align-items: center;
30277
30182
  height: 100%;
30278
- background: rgba(225, 230, 241, 0.6);
30279
30183
  }
30280
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30281
- background: white;
30282
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30283
- }
30284
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
30285
- display: flex;
30286
- align-items: center;
30287
- height: 100%;
30288
- background: rgba(225, 230, 241, 0.6);
30289
- }
30290
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
30291
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30292
- }
30293
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
30294
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
30295
- border-radius: 8px;
30296
- }
30297
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
30298
- border-top-color: white;
30299
- }
30300
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
30301
- background: rgba(0, 136, 255, 0.1);
30302
- border-bottom-color: transparent;
30303
- border-top-color: transparent;
30184
+
30185
+ .E_d1i4ou6o {
30186
+ display: inline-block;
30187
+ width: 4px;
30188
+ height: 4px;
30189
+ background: #8e9aa9;
30190
+ opacity: 0.4;
30191
+ border-radius: 50%;
30192
+ margin: 0 4px;
30304
30193
  }
30305
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
30306
- border-radius: 8px 0 0 8px;
30194
+
30195
+ .E_m1jy87hk .ant-modal-header,
30196
+ .E_m1jy87hk .ant-modal-footer .footer-content {
30197
+ width: 648px;
30198
+ margin: 0 auto;
30307
30199
  }
30308
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
30309
- border-radius: 0 8px 8px 0;
30200
+ .E_m1jy87hk .ant-modal-header {
30201
+ padding: 35px 0 24px;
30202
+ border: none;
30310
30203
  }
30311
- .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
30312
- background: rgba(0, 136, 255, 0.1);
30204
+ .E_m1jy87hk .ant-modal-header .ant-modal-title {
30205
+ font-size: 30px;
30313
30206
  }
30314
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th {
30315
- background: #fff;
30316
- font-weight: 400;
30317
- position: relative;
30318
- border-bottom: none;
30319
- color: #00122e;
30320
- transition: none;
30321
- padding: 15px 8px 15px 8px;
30207
+ .E_m1jy87hk .ant-modal-body {
30208
+ padding: 4px 0 2px;
30322
30209
  }
30323
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
30324
- content: "";
30325
- width: 1px;
30326
- top: 0;
30327
- bottom: 0;
30328
- background: rgba(211, 218, 235, 0.6);
30329
- position: absolute;
30330
- right: 0;
30210
+ .E_m1jy87hk .ant-modal-footer {
30211
+ border: none;
30331
30212
  }
30332
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
30333
- padding: unset;
30213
+
30214
+ .E_ti7fpyu {
30215
+ font-size: 12px;
30216
+ line-height: 18px;
30217
+ font-weight: bold;
30218
+ color: #fff;
30219
+ padding: 0 4px;
30220
+ border-radius: 4px;
30221
+ display: inline-block;
30222
+ background: var(--ti7fpyu-0);
30334
30223
  }
30335
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
30336
- display: none;
30224
+ .E_ti7fpyu:not(:first-child) {
30225
+ margin-left: 4px;
30337
30226
  }
30338
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
30227
+
30228
+ .E_f1rest1f {
30339
30229
  width: 100%;
30340
- overflow: hidden;
30341
- white-space: nowrap;
30342
- text-overflow: ellipsis;
30343
- }
30344
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
30345
- overflow: hidden;
30346
- text-overflow: ellipsis;
30347
- flex: 1;
30230
+ height: 100%;
30231
+ display: flex;
30232
+ align-items: center;
30233
+ justify-content: center;
30348
30234
  }
30349
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
30350
- padding: 15px 25px 15px 8px;
30235
+
30236
+ .E_n1kbdoln {
30237
+ font-size: 90%;
30238
+ font-weight: bold;
30239
+ background-color: rgba(240, 243, 247, 0.6);
30240
+ padding: 1px 4px 1px;
30241
+ margin-left: 2px;
30242
+ margin-right: 2px;
30243
+ border: 1px solid rgba(213, 219, 227, 0.6);
30244
+ border-radius: 4px;
30351
30245
  }
30352
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
30353
- padding: 0;
30246
+
30247
+ .E_f1y3gta0.form-item-general {
30248
+ width: 640px;
30354
30249
  }
30355
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
30356
- position: absolute;
30357
- right: 6px;
30358
- top: 50%;
30359
- transform: translateY(-50%);
30360
- height: 16px;
30361
- display: none;
30362
- transition: transform 320ms ease;
30250
+ .E_f1y3gta0.form-item-general.form-item + .E_f1y3gta0.form-item-general.form-item {
30251
+ margin-top: 16px;
30363
30252
  }
30364
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
30365
- display: block;
30366
- transform: translateY(-50%) rotateX(180deg);
30253
+ .E_f1y3gta0.form-item-compact {
30254
+ width: 412px;
30367
30255
  }
30368
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
30369
- display: block;
30256
+ .E_f1y3gta0.form-item-compact.form-item + .E_f1y3gta0.form-item-compact.form-item {
30257
+ margin-top: 8px;
30370
30258
  }
30371
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
30372
- display: none;
30259
+ .E_f1y3gta0 .form-item {
30260
+ width: auto;
30373
30261
  }
30374
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
30375
- transform: translateY(-50%);
30262
+ .E_f1y3gta0 .form-item-main {
30263
+ position: relative;
30264
+ display: flex;
30376
30265
  }
30377
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
30378
- transform: translateY(-50%) rotateX(180deg);
30266
+ .E_f1y3gta0 .form-item-extra {
30267
+ margin-top: 4px;
30268
+ width: 100%;
30269
+ padding: 14px;
30270
+ background: #f2f4f6;
30271
+ font-size: 13px;
30272
+ line-height: 1.8;
30273
+ color: #8e9aa9;
30379
30274
  }
30380
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
30381
- background: #f2f5fa;
30275
+ .E_f1y3gta0 .form-item-label {
30276
+ padding-right: 12px;
30277
+ font-size: 13px;
30278
+ color: rgba(44, 56, 82, 0.6);
30382
30279
  }
30383
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
30384
- display: block;
30280
+ .E_f1y3gta0 .form-item-label.label-right {
30281
+ text-align: right;
30385
30282
  }
30386
- .E_tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
30387
- padding-right: 25px;
30283
+ .E_f1y3gta0 .form-item-label,
30284
+ .E_f1y3gta0 .form-item-control {
30285
+ line-height: 32px;
30388
30286
  }
30389
- .E_tta5kd2 .ant-table .ant-table-selection-column {
30390
- padding: 0 !important;
30287
+ .E_f1y3gta0 .form-item-control .form-item-error {
30288
+ line-height: 18px;
30391
30289
  }
30392
- .E_tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
30393
- position: absolute;
30394
- left: 50%;
30395
- top: 50%;
30396
- transform: translate(-50%, -50%);
30290
+ .E_f1y3gta0 .form-item-children {
30291
+ width: 100%;
30397
30292
  }
30398
- .E_tta5kd2 .ant-table .ant-table-selection-column:after {
30399
- display: none;
30293
+ .E_f1y3gta0 .form-item-children > *:only-child.ant-select, .E_f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .E_f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
30294
+ width: 100%;
30400
30295
  }
30401
- .E_tta5kd2 .ant-table .ant-table-hide-scrollbar {
30402
- background: #fff;
30296
+ .E_f1y3gta0 .form-item-error {
30297
+ color: #e75a3a;
30298
+ height: 0;
30299
+ overflow: hidden;
30403
30300
  }
30404
- .E_tta5kd2 .ant-table .ant-table-placeholder {
30405
- background: inherit;
30301
+ .E_f1y3gta0 .form-item-error-enter-done {
30302
+ margin-top: 4px;
30303
+ height: auto;
30304
+ overflow: auto;
30406
30305
  }
30407
- .E_tta5kd2 .ant-table .ant-table-placeholder td {
30408
- position: static;
30409
- border: none;
30410
- background: inherit !important;
30411
- height: 100px;
30412
- vertical-align: middle;
30306
+ .E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30307
+ .E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30308
+ border: 1px solid #e75a3a;
30309
+ color: #e75a3a;
30413
30310
  }
30414
- .E_tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
30415
- .E_tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
30311
+
30312
+ .E_fujbm7g {
30313
+ color: #2d3a56;
30416
30314
  font-weight: bold;
30417
- font-size: 20px;
30418
- color: rgba(10, 37, 85, 0.6);
30315
+ padding-bottom: 6px;
30316
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30317
+ margin-bottom: 16px;
30419
30318
  }
30420
- .E_tta5kd2 .ant-table td.cell__action_ {
30421
- padding: 0 !important;
30422
- position: relative;
30423
- background: #fff;
30319
+ .E_fujbm7g:not(:first-of-type) {
30320
+ margin-top: 16px;
30424
30321
  }
30425
- .E_tta5kd2 .ant-table td.cell__action_ > * {
30426
- height: 100%;
30322
+
30323
+ .E_e5fsw5s {
30324
+ width: 8px;
30325
+ height: 24px;
30427
30326
  display: flex;
30327
+ justify-content: center;
30428
30328
  align-items: center;
30429
- justify-content: flex-end;
30430
- padding-right: 8px;
30431
- }
30432
- .E_tta5kd2 .ant-table td.cell__action_ .menu-button {
30433
- width: 24px;
30434
- height: 24px;
30435
30329
  cursor: pointer;
30436
- justify-content: center;
30437
- border-radius: 4px;
30330
+ transition: all 200ms ease-out 40ms;
30438
30331
  }
30439
- .E_tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
30440
- background: #fff;
30332
+ .E_e5fsw5s:before, .E_e5fsw5s:after {
30333
+ content: "";
30334
+ width: 1px;
30335
+ height: 6px;
30336
+ border-radius: 1px;
30337
+ background: #ccd4e3;
30338
+ position: relative;
30339
+ right: 2px;
30340
+ transform: rotate(-45deg);
30441
30341
  }
30442
-
30443
- .E_cz04yix {
30444
- display: flex;
30445
- flex-direction: column;
30342
+ .E_e5fsw5s:after {
30343
+ transform: rotate(45deg);
30344
+ left: 1px;
30446
30345
  }
30447
30346
 
30448
- .E_m1if5j39 {
30449
- max-width: 1120px;
30450
- width: 100%;
30451
- margin: 0 auto;
30452
- height: 100%;
30347
+ .E_w18knsg4.ant-alert-warning {
30348
+ border: 0;
30349
+ background: rgba(255, 187, 0, 0.1);
30350
+ border-radius: 6px;
30351
+ }
30352
+ .E_w18knsg4.ant-alert,
30353
+ .E_w18knsg4 .ant-alert-message {
30354
+ color: #e07f00;
30355
+ }
30356
+ .E_w18knsg4.ant-alert .dashed-border-bottom,
30357
+ .E_w18knsg4 .ant-alert-message .dashed-border-bottom {
30358
+ border-bottom-color: #e07f00;
30453
30359
  }
30454
30360
 
30455
- .E_w1vvwdlp {
30456
- max-width: 1120px;
30457
- width: 100%;
30458
- margin: 0 auto;
30361
+ .E_ng31n2o {
30459
30362
  display: flex;
30363
+ flex-direction: row;
30364
+ padding: 7px 12px;
30365
+ background: rgba(255, 187, 0, 0.1);
30366
+ border-radius: 6px;
30367
+ color: #e07f00;
30368
+ font-size: 12px;
30369
+ line-height: 18px;
30460
30370
  }
30461
- .E_w1vvwdlp .left,
30462
- .E_w1vvwdlp .right {
30463
- flex-grow: 0;
30464
- flex-shrink: 0;
30465
- flex-basis: 21%;
30371
+ .E_ng31n2o .icon-wrapper {
30372
+ margin-right: 10px;
30373
+ height: 18px;
30466
30374
  }
30467
- .E_w1vvwdlp .left {
30375
+
30376
+ .E_n15x5f5y {
30468
30377
  display: flex;
30469
- justify-content: flex-end;
30470
- padding-right: 44px;
30471
- }
30472
- .E_w1vvwdlp .right {
30473
- padding-left: 44px;
30378
+ flex-direction: row;
30379
+ padding: 7px 12px;
30380
+ background: rgba(225, 230, 241, 0.6);
30381
+ border-radius: 6px;
30382
+ color: rgba(44, 56, 82, 0.6);
30383
+ font-size: 12px;
30384
+ line-height: 18px;
30474
30385
  }
30475
- .E_w1vvwdlp .middle {
30476
- margin-bottom: 40px;
30477
- flex-grow: 0;
30478
- flex-shrink: 0;
30479
- flex-basis: 58%;
30386
+ .E_n15x5f5y .icon-wrapper {
30387
+ margin-right: 10px;
30388
+ height: 18px;
30480
30389
  }
30481
- .E_w1vvwdlp .middle .form-base-field {
30482
- width: 100%;
30390
+
30391
+ .E_i16ozz3f {
30392
+ display: flex;
30393
+ flex-direction: row;
30394
+ padding: 7px 12px;
30395
+ background: rgba(0, 136, 255, 0.1);
30396
+ border-radius: 6px;
30397
+ color: #005ed1;
30398
+ font-size: 12px;
30399
+ line-height: 18px;
30483
30400
  }
30484
- .E_w1vvwdlp .middle .form-base-field .form-base-field {
30485
- width: auto;
30401
+ .E_i16ozz3f .icon-wrapper {
30402
+ margin-right: 10px;
30403
+ height: 18px;
30486
30404
  }
30487
30405
 
30488
- .E_h1cuopx7 .ant-modal-header {
30489
- margin: 0 auto;
30490
- width: 100%;
30491
- max-width: 648px;
30492
- }
30493
- .E_h1cuopx7 .ant-modal-header .ant-modal-title {
30494
- margin-left: 0;
30406
+ .E_dszu9qr {
30407
+ color: rgba(44, 56, 82, 0.6);
30408
+ margin-top: 5px;
30409
+ font-size: 12px;
30410
+ line-height: 18px;
30495
30411
  }
30496
- .E_h1cuopx7 .ant-modal-body {
30497
- margin: 0 auto;
30498
- padding: 0;
30499
- width: 100%;
30500
- max-width: 648px;
30501
- overflow: hidden;
30412
+
30413
+ .E_snxzgx {
30414
+ color: #f0483e;
30415
+ font-size: 12px;
30416
+ white-space: pre-wrap;
30502
30417
  }
30503
- .E_h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30504
- margin-bottom: 40px;
30418
+
30419
+ .E_o1i4orqw {
30420
+ display: flex;
30421
+ align-items: center;
30422
+ justify-content: flex-end;
30505
30423
  }
30506
- .E_h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30507
- height: calc(100vh - 225px);
30508
- overflow-y: auto;
30424
+ .E_o1i4orqw .icon-wrapper {
30425
+ margin-right: 16px;
30509
30426
  }
30510
- .E_h1cuopx7 .ant-modal-footer .footer-content {
30511
- margin: 0 auto;
30512
- max-width: 648px;
30427
+
30428
+ .E_t79k8o2 {
30429
+ color: rgba(0, 21, 64, 0.3);
30513
30430
  }
30514
30431
 
30515
- .E_h1p6d3y3 .ant-modal-header {
30516
- margin: 0 auto;
30517
- width: 100%;
30518
- max-width: 1024px;
30432
+ .E_ipd9bk.ant-input {
30433
+ padding: 5px 12px;
30434
+ line-height: 20px;
30435
+ color: #2d3a56;
30436
+ border-radius: 6px;
30437
+ border-color: rgba(172, 186, 211, 0.6);
30438
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30519
30439
  }
30520
- .E_h1p6d3y3 .ant-modal-header .ant-modal-title {
30521
- margin-left: 0;
30440
+ .E_ipd9bk.ant-input.ant-input-lg {
30441
+ padding: 8px 16px;
30442
+ line-height: 22px;
30522
30443
  }
30523
- .E_h1p6d3y3 .ant-modal-body {
30524
- margin: 0 auto;
30525
- padding: 0;
30526
- width: 100%;
30527
- max-width: 1024px;
30528
- overflow: hidden;
30444
+ .E_ipd9bk.ant-input.ant-input-sm {
30445
+ padding: 2px 8px;
30446
+ line-height: 18px;
30529
30447
  }
30530
- .E_h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30531
- margin-bottom: 40px;
30448
+ .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 {
30449
+ border-color: rgba(107, 128, 167, 0.6);
30450
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30451
+ z-index: 1;
30532
30452
  }
30533
- .E_h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30534
- height: calc(100vh - 225px);
30535
- overflow-y: auto;
30453
+ .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 {
30454
+ border-color: #0096ff;
30455
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30456
+ z-index: 1;
30536
30457
  }
30537
- .E_h1p6d3y3 .ant-modal-footer .footer-content {
30538
- margin: 0 auto;
30539
- max-width: 1024px;
30458
+ .E_ipd9bk.ant-input.error:not([disabled]), .E_ipd9bk.ant-picker.error:not([disabled]), .E_ipd9bk.ant-input-number.error:not([disabled]) {
30459
+ border-color: #e75a3a;
30460
+ color: #e75a3a;
30540
30461
  }
30541
-
30542
- .E_fxgckuk {
30543
- flex: 1;
30462
+ .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 {
30463
+ border-color: #e75a3a;
30464
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30544
30465
  }
30545
- .E_fxgckuk label {
30546
- font-size: 13px;
30547
- line-height: 20px;
30548
- color: rgba(44, 56, 82, 0.6);
30466
+ .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 {
30467
+ border-color: #e75a3a;
30468
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30549
30469
  }
30550
- .E_fxgckuk .title {
30551
- font-size: 14px;
30470
+ .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 {
30471
+ background: rgba(211, 218, 235, 0.6);
30472
+ color: rgba(0, 21, 64, 0.3);
30473
+ border-color: rgba(172, 186, 211, 0.6);
30474
+ }
30475
+ .E_ipd9bk.ant-input-affix-wrapper {
30476
+ padding: 5px 12px;
30477
+ border-radius: 6px;
30478
+ border-color: rgba(172, 186, 211, 0.6);
30552
30479
  line-height: 20px;
30553
30480
  color: #2d3a56;
30554
- margin-bottom: 12px;
30481
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30555
30482
  }
30556
- .E_fxgckuk.connect-cluster .title {
30557
- padding-bottom: 26px;
30483
+ .E_ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30484
+ .E_ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30485
+ color: rgba(44, 56, 82, 0.6);
30558
30486
  }
30559
-
30560
- .E_f1d0vek1 {
30561
- padding: 25px 0 15px 0;
30562
- border-bottom: 1px solid #e1e5eb;
30563
- margin-bottom: 16px;
30487
+ .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30488
+ padding: 8px 16px;
30489
+ line-height: 22px;
30564
30490
  }
30565
-
30566
- .E_f4u402y {
30567
- display: flex;
30568
- align-items: center;
30569
- margin-bottom: 8px;
30491
+ .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30492
+ padding: 2px 8px;
30493
+ line-height: 18px;
30570
30494
  }
30571
- .E_f4u402y > label {
30572
- width: 216px;
30495
+ .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 {
30496
+ border-color: rgba(107, 128, 167, 0.6);
30497
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30573
30498
  }
30574
- .E_f4u402y > label + * {
30575
- width: 100%;
30499
+ .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 {
30500
+ border-color: #0096ff;
30501
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30576
30502
  }
30577
- .E_f4u402y .ant-select {
30578
- width: 100%;
30503
+ .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30504
+ border-color: #e75a3a;
30579
30505
  }
30580
-
30581
- .E_e1pldf6v {
30506
+ .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30582
30507
  color: #e75a3a;
30583
- margin-right: 10px;
30584
- }
30585
-
30586
- .E_dq0gblh {
30587
- width: 100%;
30588
- height: 1px;
30589
- background: rgba(213, 219, 227, 0.6);
30590
- margin: 24px 0;
30591
30508
  }
30592
-
30593
- .E_l1v7sr0n {
30594
- display: flex;
30595
- justify-content: center;
30596
- align-items: center;
30597
- height: 100%;
30509
+ .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 {
30510
+ border-color: #e75a3a;
30511
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30598
30512
  }
30599
-
30600
- .E_d1i4ou6o {
30601
- display: inline-block;
30602
- width: 4px;
30603
- height: 4px;
30604
- background: #8e9aa9;
30605
- opacity: 0.4;
30606
- border-radius: 50%;
30607
- margin: 0 4px;
30513
+ .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 {
30514
+ border-color: #e75a3a;
30515
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30608
30516
  }
30609
-
30610
- .E_m1jy87hk .ant-modal-header,
30611
- .E_m1jy87hk .ant-modal-footer .footer-content {
30612
- width: 648px;
30613
- margin: 0 auto;
30517
+ .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30518
+ background: rgba(211, 218, 235, 0.6);
30519
+ color: rgba(0, 21, 64, 0.3);
30520
+ border-color: rgba(172, 186, 211, 0.6);
30614
30521
  }
30615
- .E_m1jy87hk .ant-modal-header {
30616
- padding: 35px 0 24px;
30617
- border: none;
30522
+ textarea.E_ipd9bk.ant-input {
30523
+ transition-property: height;
30524
+ transition-delay: 50ms;
30618
30525
  }
30619
- .E_m1jy87hk .ant-modal-header .ant-modal-title {
30620
- font-size: 30px;
30526
+ textarea.E_ipd9bk.ant-input.textarea-large {
30527
+ min-height: 40px;
30528
+ height: 40px;
30621
30529
  }
30622
- .E_m1jy87hk .ant-modal-body {
30623
- padding: 4px 0 2px;
30530
+ textarea.E_ipd9bk.ant-input.textarea-large:focus {
30531
+ height: 80px;
30624
30532
  }
30625
- .E_m1jy87hk .ant-modal-footer {
30626
- border: none;
30533
+ textarea.E_ipd9bk.ant-input.textarea-middle {
30534
+ min-height: 32px;
30535
+ height: 32px;
30627
30536
  }
30628
-
30629
- .E_ti7fpyu {
30630
- font-size: 12px;
30631
- line-height: 18px;
30632
- font-weight: bold;
30633
- color: #fff;
30634
- padding: 0 4px;
30635
- border-radius: 4px;
30636
- display: inline-block;
30637
- background: var(--ti7fpyu-0);
30537
+ textarea.E_ipd9bk.ant-input.textarea-middle:focus {
30538
+ height: 64px;
30638
30539
  }
30639
- .E_ti7fpyu:not(:first-child) {
30640
- margin-left: 4px;
30540
+ textarea.E_ipd9bk.ant-input.textarea-small {
30541
+ min-height: 24px;
30542
+ height: 24px;
30641
30543
  }
30642
-
30643
- .E_f1rest1f {
30644
- width: 100%;
30645
- height: 100%;
30646
- display: flex;
30647
- align-items: center;
30648
- justify-content: center;
30544
+ textarea.E_ipd9bk.ant-input.textarea-small:focus {
30545
+ height: 40px;
30649
30546
  }
30650
30547
 
30651
- .E_n1kbdoln {
30652
- font-size: 90%;
30653
- font-weight: bold;
30654
- background-color: rgba(240, 243, 247, 0.6);
30655
- padding: 1px 4px 1px;
30656
- margin-left: 2px;
30657
- margin-right: 2px;
30548
+ .E_kypn5o5 input, .E_kypn5o5.input-tags {
30658
30549
  border: 1px solid rgba(213, 219, 227, 0.6);
30659
30550
  border-radius: 4px;
30660
30551
  }
30661
-
30662
- .E_f1y3gta0.form-item-general {
30663
- width: 640px;
30664
- }
30665
- .E_f1y3gta0.form-item-general.form-item + .E_f1y3gta0.form-item-general.form-item {
30666
- margin-top: 16px;
30552
+ .E_kypn5o5.input-tags {
30553
+ position: relative;
30554
+ padding: 6px;
30555
+ height: 32px;
30556
+ cursor: pointer;
30557
+ transition: border 150ms;
30667
30558
  }
30668
- .E_f1y3gta0.form-item-compact {
30669
- width: 412px;
30559
+ .E_kypn5o5.input-tags:hover {
30560
+ border-color: #0080ff;
30561
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30670
30562
  }
30671
- .E_f1y3gta0.form-item-compact.form-item + .E_f1y3gta0.form-item-compact.form-item {
30672
- margin-top: 8px;
30563
+ .E_kypn5o5.input-tags.kit-input-suffix-wrapper {
30564
+ padding-right: 30px;
30673
30565
  }
30674
- .E_f1y3gta0 .form-item {
30675
- width: auto;
30566
+ .E_kypn5o5.input-tags .input-tags-inner {
30567
+ display: flex;
30676
30568
  }
30677
- .E_f1y3gta0 .form-item-main {
30678
- position: relative;
30569
+ .E_kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
30679
30570
  display: flex;
30680
30571
  }
30681
- .E_f1y3gta0 .form-item-extra {
30682
- margin-top: 4px;
30683
- width: 100%;
30684
- padding: 14px;
30685
- background: #f2f4f6;
30686
- font-size: 13px;
30687
- line-height: 1.8;
30688
- color: #8e9aa9;
30572
+ .E_kypn5o5.input-tags .input-tag-suffix {
30573
+ position: absolute;
30574
+ right: 12px;
30575
+ top: 50%;
30576
+ transform: translateY(-50%);
30689
30577
  }
30690
- .E_f1y3gta0 .form-item-label {
30691
- padding-right: 12px;
30692
- font-size: 13px;
30693
- color: rgba(44, 56, 82, 0.6);
30578
+ .E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
30579
+ color: rgba(0, 0, 0, 0.25);
30580
+ font-size: 12px;
30581
+ cursor: pointer;
30694
30582
  }
30695
- .E_f1y3gta0 .form-item-label.label-right {
30696
- text-align: right;
30583
+ .E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
30584
+ color: rgba(0, 0, 0, 0.45);
30697
30585
  }
30698
- .E_f1y3gta0 .form-item-label,
30699
- .E_f1y3gta0 .form-item-control {
30700
- line-height: 32px;
30586
+ .E_kypn5o5.has-focus-indicator {
30587
+ position: relative;
30588
+ overflow: hidden;
30701
30589
  }
30702
- .E_f1y3gta0 .form-item-control .form-item-error {
30703
- line-height: 18px;
30590
+ .E_kypn5o5.has-focus-indicator .ant-input-prefix {
30591
+ position: absolute;
30592
+ top: 50%;
30593
+ transform: translateY(-50%);
30594
+ left: -16px;
30595
+ transition: left 150ms ease;
30596
+ opacity: 0;
30704
30597
  }
30705
- .E_f1y3gta0 .form-item-children {
30706
- width: 100%;
30598
+ .E_kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30599
+ left: 8px;
30600
+ opacity: 1;
30707
30601
  }
30708
- .E_f1y3gta0 .form-item-children > *:only-child.ant-select, .E_f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .E_f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
30709
- width: 100%;
30602
+ .E_kypn5o5.has-focus-indicator input {
30603
+ transition: margin-left 150ms ease;
30604
+ margin-left: 0px;
30710
30605
  }
30711
- .E_f1y3gta0 .form-item-error {
30712
- color: #e75a3a;
30713
- height: 0;
30714
- overflow: hidden;
30606
+ .E_kypn5o5.has-focus-indicator input:focus {
30607
+ margin-left: 16px;
30715
30608
  }
30716
- .E_f1y3gta0 .form-item-error-enter-done {
30717
- margin-top: 4px;
30718
- height: auto;
30719
- overflow: auto;
30609
+
30610
+ input.E_l1ki27se.ant-input {
30611
+ border-top-right-radius: 0;
30612
+ border-bottom-right-radius: 0;
30720
30613
  }
30721
- .E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30722
- .E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30723
- border: 1px solid #e75a3a;
30724
- color: #e75a3a;
30614
+
30615
+ .E_l1ki27se.ant-input-affix-wrapper {
30616
+ border-top-right-radius: 0;
30617
+ border-bottom-right-radius: 0;
30725
30618
  }
30726
30619
 
30727
- .E_fujbm7g {
30728
- color: #2d3a56;
30729
- font-weight: bold;
30730
- padding-bottom: 6px;
30731
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30732
- margin-bottom: 16px;
30620
+ input.E_rrg1fkn.ant-input {
30621
+ border-top-left-radius: 0;
30622
+ border-bottom-left-radius: 0;
30733
30623
  }
30734
- .E_fujbm7g:not(:first-of-type) {
30735
- margin-top: 16px;
30624
+
30625
+ .E_rrg1fkn.ant-input-affix-wrapper {
30626
+ border-top-left-radius: 0;
30627
+ border-bottom-left-radius: 0;
30736
30628
  }
30737
30629
 
30738
- .E_e5fsw5s {
30739
- width: 8px;
30740
- height: 24px;
30630
+ .E_lgr9b02.ant-select, .E_lgr9b02.ant-select .ant-select-selector {
30631
+ border-top-right-radius: 0;
30632
+ border-bottom-right-radius: 0;
30633
+ }
30634
+
30635
+ .E_r1af6yu8.ant-select, .E_r1af6yu8.ant-select .ant-select-selector {
30636
+ border-top-left-radius: 0;
30637
+ border-bottom-left-radius: 0;
30638
+ }
30639
+
30640
+ .E_c1t6wbwv {
30741
30641
  display: flex;
30742
- justify-content: center;
30743
- align-items: center;
30744
- cursor: pointer;
30745
- transition: all 200ms ease-out 40ms;
30642
+ flex-direction: column;
30746
30643
  }
30747
- .E_e5fsw5s:before, .E_e5fsw5s:after {
30748
- content: "";
30749
- width: 1px;
30750
- height: 6px;
30751
- border-radius: 1px;
30752
- background: #ccd4e3;
30753
- position: relative;
30754
- right: 2px;
30755
- transform: rotate(-45deg);
30644
+ .E_c1t6wbwv .select-wrapper {
30645
+ margin-top: 12px;
30756
30646
  }
30757
- .E_e5fsw5s:after {
30758
- transform: rotate(45deg);
30759
- left: 1px;
30647
+ .E_c1t6wbwv .select-wrapper .select {
30648
+ width: 100%;
30649
+ }
30650
+ .E_c1t6wbwv .radio-wrapper {
30651
+ margin-top: 24px;
30652
+ }
30653
+ .E_c1t6wbwv div.form-item {
30654
+ width: 100%;
30760
30655
  }
30761
30656
 
30762
- .E_w18knsg4.ant-alert-warning {
30763
- border: 0;
30764
- background: rgba(255, 187, 0, 0.1);
30765
- border-radius: 6px;
30657
+ .E_d1k7vv5v {
30658
+ font-size: 14px;
30659
+ font-weight: 500;
30660
+ color: #3e4652;
30661
+ line-height: 18px;
30766
30662
  }
30767
- .E_w18knsg4.ant-alert,
30768
- .E_w18knsg4 .ant-alert-message {
30769
- color: #e07f00;
30663
+ .E_d1k7vv5v + .E_d1k7vv5v {
30664
+ margin-top: 16px;
30770
30665
  }
30771
- .E_w18knsg4.ant-alert .dashed-border-bottom,
30772
- .E_w18knsg4 .ant-alert-message .dashed-border-bottom {
30773
- border-bottom-color: #e07f00;
30666
+ .E_d1k7vv5v + * {
30667
+ margin-top: 16px;
30774
30668
  }
30775
30669
 
30776
- .E_ng31n2o {
30777
- display: flex;
30778
- flex-direction: row;
30779
- padding: 7px 12px;
30780
- background: rgba(255, 187, 0, 0.1);
30781
- border-radius: 6px;
30782
- color: #e07f00;
30670
+ .E_le7b9r4.E_d1k7vv5v {
30783
30671
  font-size: 12px;
30784
- line-height: 18px;
30672
+ color: rgba(44, 56, 82, 0.6);
30673
+ margin-top: 12px;
30785
30674
  }
30786
- .E_ng31n2o .icon-wrapper {
30787
- margin-right: 10px;
30788
- height: 18px;
30675
+
30676
+ .E_r1dnygxx.E_le7b9r4.E_d1k7vv5v {
30677
+ line-height: 18px;
30678
+ font-weight: 500;
30679
+ margin-top: 0;
30680
+ white-space: initial;
30789
30681
  }
30790
30682
 
30791
- .E_n15x5f5y {
30792
- display: flex;
30793
- flex-direction: row;
30794
- padding: 7px 12px;
30795
- background: rgba(225, 230, 241, 0.6);
30796
- border-radius: 6px;
30797
- color: rgba(44, 56, 82, 0.6);
30798
- font-size: 12px;
30799
- line-height: 18px;
30683
+ .E_r12ddqmh {
30684
+ display: block;
30800
30685
  }
30801
- .E_n15x5f5y .icon-wrapper {
30802
- margin-right: 10px;
30803
- height: 18px;
30686
+ .E_r12ddqmh span {
30687
+ font-size: 14px;
30688
+ font-weight: 500;
30689
+ line-height: 32px;
30690
+ color: #3e4652;
30804
30691
  }
30805
30692
 
30806
- .E_i16ozz3f {
30807
- display: flex;
30808
- flex-direction: row;
30809
- padding: 7px 12px;
30810
- background: rgba(0, 136, 255, 0.1);
30693
+ .E_ctcr26a {
30694
+ margin-top: 8px;
30695
+ padding: 8px;
30811
30696
  border-radius: 6px;
30812
- color: #005ed1;
30697
+ background: rgba(225, 230, 241, 0.6);
30698
+ color: rgba(44, 56, 82, 0.6);
30813
30699
  font-size: 12px;
30814
- line-height: 18px;
30815
30700
  }
30816
- .E_i16ozz3f .icon-wrapper {
30817
- margin-right: 10px;
30818
- height: 18px;
30701
+ .E_ctcr26a div {
30702
+ line-height: 20px;
30703
+ display: flex;
30704
+ align-items: center;
30705
+ word-break: break-all;
30819
30706
  }
30820
30707
 
30821
- .E_dszu9qr {
30822
- color: rgba(44, 56, 82, 0.6);
30823
- margin-top: 5px;
30824
- font-size: 12px;
30825
- line-height: 18px;
30708
+ .E_d6j0lbj {
30709
+ font-family: Inter;
30710
+ font-style: normal;
30711
+ font-weight: bold;
30712
+ font-size: 32px;
30713
+ line-height: 40px;
30826
30714
  }
30827
30715
 
30828
- .E_snxzgx {
30829
- color: #f0483e;
30830
- font-size: 12px;
30831
- white-space: pre-wrap;
30716
+ .E_d1xhvvxe {
30717
+ font-family: Inter;
30718
+ font-style: normal;
30719
+ font-weight: bold;
30720
+ font-size: 24px;
30721
+ line-height: 32px;
30832
30722
  }
30833
30723
 
30834
- .E_o1i4orqw {
30835
- display: flex;
30836
- align-items: center;
30837
- justify-content: flex-end;
30838
- }
30839
- .E_o1i4orqw .icon-wrapper {
30840
- margin-right: 16px;
30724
+ .E_dk10mxq {
30725
+ font-family: Inter;
30726
+ font-style: normal;
30727
+ font-weight: normal;
30728
+ font-size: 32px;
30729
+ line-height: 40px;
30841
30730
  }
30842
30731
 
30843
- .E_t79k8o2 {
30844
- color: rgba(0, 21, 64, 0.3);
30732
+ .E_dxsait {
30733
+ font-family: Inter;
30734
+ font-style: normal;
30735
+ font-weight: bold;
30736
+ font-size: 20px;
30737
+ line-height: 24px;
30845
30738
  }
30846
30739
 
30847
- .E_ipd9bk.ant-input {
30848
- padding: 5px 12px;
30849
- line-height: 20px;
30850
- color: #2d3a56;
30851
- border-radius: 6px;
30852
- border-color: rgba(172, 186, 211, 0.6);
30853
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30740
+ .E_dokn0h3 {
30741
+ font-family: Inter;
30742
+ font-style: normal;
30743
+ font-weight: normal;
30744
+ font-size: 20px;
30745
+ line-height: 24px;
30854
30746
  }
30855
- .E_ipd9bk.ant-input.ant-input-lg {
30856
- padding: 8px 16px;
30747
+
30748
+ .E_dobau4p {
30749
+ font-family: Inter;
30750
+ font-style: normal;
30751
+ font-weight: bold;
30752
+ font-size: 18px;
30857
30753
  line-height: 22px;
30858
30754
  }
30859
- .E_ipd9bk.ant-input.ant-input-sm {
30860
- padding: 2px 8px;
30861
- line-height: 18px;
30862
- }
30863
- .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 {
30864
- border-color: rgba(107, 128, 167, 0.6);
30865
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30866
- z-index: 1;
30867
- }
30868
- .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 {
30869
- border-color: #0096ff;
30870
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30871
- z-index: 1;
30872
- }
30873
- .E_ipd9bk.ant-input.error:not([disabled]), .E_ipd9bk.ant-picker.error:not([disabled]), .E_ipd9bk.ant-input-number.error:not([disabled]) {
30874
- border-color: #e75a3a;
30875
- color: #e75a3a;
30876
- }
30877
- .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 {
30878
- border-color: #e75a3a;
30879
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30755
+
30756
+ .E_dvolwok {
30757
+ font-family: Inter;
30758
+ font-style: normal;
30759
+ font-weight: normal;
30760
+ font-size: 18px;
30761
+ line-height: 22px;
30880
30762
  }
30881
- .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 {
30882
- border-color: #e75a3a;
30883
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30763
+
30764
+ .E_h181qhg4 {
30765
+ font-family: Inter;
30766
+ font-style: normal;
30767
+ font-weight: bold;
30768
+ font-size: 16px;
30769
+ line-height: 22px;
30884
30770
  }
30885
- .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 {
30886
- background: rgba(211, 218, 235, 0.6);
30887
- color: rgba(0, 21, 64, 0.3);
30888
- border-color: rgba(172, 186, 211, 0.6);
30771
+
30772
+ .E_h1phgmcq {
30773
+ font-family: Inter;
30774
+ font-style: normal;
30775
+ font-weight: normal;
30776
+ font-size: 16px;
30777
+ line-height: 22px;
30889
30778
  }
30890
- .E_ipd9bk.ant-input-affix-wrapper {
30891
- padding: 5px 12px;
30892
- border-radius: 6px;
30893
- border-color: rgba(172, 186, 211, 0.6);
30779
+
30780
+ .E_h173xnl1 {
30781
+ font-family: Inter;
30782
+ font-style: normal;
30783
+ font-weight: bold;
30784
+ font-size: 14px;
30894
30785
  line-height: 20px;
30895
- color: #2d3a56;
30896
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30897
30786
  }
30898
- .E_ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30899
- .E_ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30900
- color: rgba(44, 56, 82, 0.6);
30787
+
30788
+ .E_hedm4pz {
30789
+ font-family: Inter;
30790
+ font-style: normal;
30791
+ font-weight: normal;
30792
+ font-size: 14px;
30793
+ line-height: 20px;
30901
30794
  }
30902
- .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30903
- padding: 8px 16px;
30904
- line-height: 22px;
30795
+
30796
+ .E_h1kd8xld {
30797
+ font-family: Inter;
30798
+ font-style: normal;
30799
+ font-weight: bold;
30800
+ font-size: 12px;
30801
+ line-height: 18px;
30905
30802
  }
30906
- .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30907
- padding: 2px 8px;
30803
+
30804
+ .E_hp14fr {
30805
+ font-family: Inter;
30806
+ font-style: normal;
30807
+ font-weight: normal;
30808
+ font-size: 12px;
30908
30809
  line-height: 18px;
30909
30810
  }
30910
- .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 {
30911
- border-color: rgba(107, 128, 167, 0.6);
30912
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30811
+
30812
+ .E_hgrg7mn {
30813
+ font-family: Inter;
30814
+ font-style: normal;
30815
+ font-weight: bold;
30816
+ text-transform: uppercase;
30817
+ font-feature-settings: "cpsp" on;
30818
+ font-size: 12px;
30819
+ line-height: 18px;
30913
30820
  }
30914
- .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 {
30915
- border-color: #0096ff;
30916
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30821
+
30822
+ .E_h6zme9x {
30823
+ font-family: Inter;
30824
+ font-style: normal;
30825
+ font-weight: normal;
30826
+ text-transform: uppercase;
30827
+ font-feature-settings: "cpsp" on;
30828
+ font-size: 12px;
30829
+ line-height: 18px;
30917
30830
  }
30918
- .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30919
- border-color: #e75a3a;
30831
+
30832
+ .E_locjvsv {
30833
+ font-family: Inter;
30834
+ font-style: normal;
30835
+ font-weight: normal;
30836
+ font-size: 16px;
30837
+ line-height: 24px;
30920
30838
  }
30921
- .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30922
- color: #e75a3a;
30839
+
30840
+ .E_l13gi131 {
30841
+ font-family: Inter;
30842
+ font-style: normal;
30843
+ font-weight: bold;
30844
+ font-size: 16px;
30845
+ line-height: 24px;
30923
30846
  }
30924
- .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 {
30925
- border-color: #e75a3a;
30926
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30847
+
30848
+ .E_l1ynemsu {
30849
+ font-family: Inter;
30850
+ font-style: normal;
30851
+ font-weight: normal;
30852
+ font-size: 16px;
30853
+ line-height: 24px;
30927
30854
  }
30928
- .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 {
30929
- border-color: #e75a3a;
30930
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30931
- }
30932
- .E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30933
- background: rgba(211, 218, 235, 0.6);
30934
- color: rgba(0, 21, 64, 0.3);
30935
- border-color: rgba(172, 186, 211, 0.6);
30936
- }
30937
- textarea.E_ipd9bk.ant-input {
30938
- transition-property: height;
30939
- transition-delay: 50ms;
30940
- }
30941
- textarea.E_ipd9bk.ant-input.textarea-large {
30942
- min-height: 40px;
30943
- height: 40px;
30944
- }
30945
- textarea.E_ipd9bk.ant-input.textarea-large:focus {
30946
- height: 80px;
30947
- }
30948
- textarea.E_ipd9bk.ant-input.textarea-middle {
30949
- min-height: 32px;
30950
- height: 32px;
30951
- }
30952
- textarea.E_ipd9bk.ant-input.textarea-middle:focus {
30953
- height: 64px;
30954
- }
30955
- textarea.E_ipd9bk.ant-input.textarea-small {
30956
- min-height: 24px;
30957
- height: 24px;
30958
- }
30959
- textarea.E_ipd9bk.ant-input.textarea-small:focus {
30960
- height: 40px;
30961
- }
30962
-
30963
- .E_kypn5o5 input, .E_kypn5o5.input-tags {
30964
- border: 1px solid rgba(213, 219, 227, 0.6);
30965
- border-radius: 4px;
30966
- }
30967
- .E_kypn5o5.input-tags {
30968
- position: relative;
30969
- padding: 6px;
30970
- height: 32px;
30971
- cursor: pointer;
30972
- transition: border 150ms;
30973
- }
30974
- .E_kypn5o5.input-tags:hover {
30975
- border-color: #0080ff;
30976
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30977
- }
30978
- .E_kypn5o5.input-tags.kit-input-suffix-wrapper {
30979
- padding-right: 30px;
30980
- }
30981
- .E_kypn5o5.input-tags .input-tags-inner {
30982
- display: flex;
30983
- }
30984
- .E_kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
30985
- display: flex;
30986
- }
30987
- .E_kypn5o5.input-tags .input-tag-suffix {
30988
- position: absolute;
30989
- right: 12px;
30990
- top: 50%;
30991
- transform: translateY(-50%);
30992
- }
30993
- .E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
30994
- color: rgba(0, 0, 0, 0.25);
30995
- font-size: 12px;
30996
- cursor: pointer;
30997
- }
30998
- .E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
30999
- color: rgba(0, 0, 0, 0.45);
31000
- }
31001
- .E_kypn5o5.has-focus-indicator {
31002
- position: relative;
31003
- overflow: hidden;
31004
- }
31005
- .E_kypn5o5.has-focus-indicator .ant-input-prefix {
31006
- position: absolute;
31007
- top: 50%;
31008
- transform: translateY(-50%);
31009
- left: -16px;
31010
- transition: left 150ms ease;
31011
- opacity: 0;
31012
- }
31013
- .E_kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31014
- left: 8px;
31015
- opacity: 1;
31016
- }
31017
- .E_kypn5o5.has-focus-indicator input {
31018
- transition: margin-left 150ms ease;
31019
- margin-left: 0px;
31020
- }
31021
- .E_kypn5o5.has-focus-indicator input:focus {
31022
- margin-left: 16px;
31023
- }
31024
-
31025
- input.E_l1ki27se.ant-input {
31026
- border-top-right-radius: 0;
31027
- border-bottom-right-radius: 0;
31028
- }
31029
-
31030
- .E_l1ki27se.ant-input-affix-wrapper {
31031
- border-top-right-radius: 0;
31032
- border-bottom-right-radius: 0;
31033
- }
31034
-
31035
- input.E_rrg1fkn.ant-input {
31036
- border-top-left-radius: 0;
31037
- border-bottom-left-radius: 0;
31038
- }
31039
-
31040
- .E_rrg1fkn.ant-input-affix-wrapper {
31041
- border-top-left-radius: 0;
31042
- border-bottom-left-radius: 0;
31043
- }
31044
-
31045
- .E_lgr9b02.ant-select, .E_lgr9b02.ant-select .ant-select-selector {
31046
- border-top-right-radius: 0;
31047
- border-bottom-right-radius: 0;
31048
- }
31049
-
31050
- .E_r1af6yu8.ant-select, .E_r1af6yu8.ant-select .ant-select-selector {
31051
- border-top-left-radius: 0;
31052
- border-bottom-left-radius: 0;
31053
- }
31054
-
31055
- .E_c1t6wbwv {
31056
- display: flex;
31057
- flex-direction: column;
31058
- }
31059
- .E_c1t6wbwv .select-wrapper {
31060
- margin-top: 12px;
31061
- }
31062
- .E_c1t6wbwv .select-wrapper .select {
31063
- width: 100%;
31064
- }
31065
- .E_c1t6wbwv .radio-wrapper {
31066
- margin-top: 24px;
31067
- }
31068
- .E_c1t6wbwv div.form-item {
31069
- width: 100%;
31070
- }
31071
-
31072
- .E_d1k7vv5v {
31073
- font-size: 14px;
31074
- font-weight: 500;
31075
- color: #3e4652;
31076
- line-height: 18px;
31077
- }
31078
- .E_d1k7vv5v + .E_d1k7vv5v {
31079
- margin-top: 16px;
31080
- }
31081
- .E_d1k7vv5v + * {
31082
- margin-top: 16px;
31083
- }
31084
-
31085
- .E_le7b9r4.E_d1k7vv5v {
31086
- font-size: 12px;
31087
- color: rgba(44, 56, 82, 0.6);
31088
- margin-top: 12px;
31089
- }
31090
-
31091
- .E_r1dnygxx.E_le7b9r4.E_d1k7vv5v {
31092
- line-height: 18px;
31093
- font-weight: 500;
31094
- margin-top: 0;
31095
- white-space: initial;
31096
- }
31097
-
31098
- .E_r12ddqmh {
31099
- display: block;
31100
- }
31101
- .E_r12ddqmh span {
31102
- font-size: 14px;
31103
- font-weight: 500;
31104
- line-height: 32px;
31105
- color: #3e4652;
31106
- }
31107
-
31108
- .E_ctcr26a {
31109
- margin-top: 8px;
31110
- padding: 8px;
31111
- border-radius: 6px;
31112
- background: rgba(225, 230, 241, 0.6);
31113
- color: rgba(44, 56, 82, 0.6);
31114
- font-size: 12px;
31115
- }
31116
- .E_ctcr26a div {
31117
- line-height: 20px;
31118
- display: flex;
31119
- align-items: center;
31120
- word-break: break-all;
31121
- }
31122
-
31123
- .E_i1e4sgug {
31124
- display: inline-block;
30855
+
30856
+ .E_l1cft1cx {
30857
+ font-family: Inter;
30858
+ font-style: normal;
30859
+ font-weight: bold;
30860
+ font-size: 16px;
30861
+ line-height: 24px;
31125
30862
  }
31126
30863
 
31127
- .E_d6j0lbj {
30864
+ .E_l17tqc8p {
31128
30865
  font-family: Inter;
31129
30866
  font-style: normal;
31130
- font-weight: bold;
31131
- font-size: 32px;
31132
- line-height: 40px;
30867
+ font-weight: normal;
30868
+ text-transform: uppercase;
30869
+ font-feature-settings: "cpsp" on;
30870
+ font-size: 16px;
30871
+ line-height: 24px;
31133
30872
  }
31134
30873
 
31135
- .E_d1xhvvxe {
30874
+ .E_l1j1e5w7 {
31136
30875
  font-family: Inter;
31137
30876
  font-style: normal;
31138
30877
  font-weight: bold;
31139
- font-size: 24px;
31140
- line-height: 32px;
30878
+ text-transform: uppercase;
30879
+ font-feature-settings: "cpsp" on;
30880
+ font-size: 16px;
30881
+ line-height: 24px;
31141
30882
  }
31142
30883
 
31143
- .E_dk10mxq {
30884
+ .E_l1gf91jb {
31144
30885
  font-family: Inter;
31145
30886
  font-style: normal;
31146
30887
  font-weight: normal;
31147
- font-size: 32px;
31148
- line-height: 40px;
31149
- }
31150
-
31151
- .E_dxsait {
31152
- font-family: Inter;
31153
- font-style: normal;
31154
- font-weight: bold;
31155
- font-size: 20px;
31156
- line-height: 24px;
30888
+ font-size: 14px;
30889
+ line-height: 22px;
31157
30890
  }
31158
30891
 
31159
- .E_dokn0h3 {
30892
+ .E_lu7hlr6 {
31160
30893
  font-family: Inter;
31161
30894
  font-style: normal;
31162
- font-weight: normal;
31163
- font-size: 20px;
31164
- line-height: 24px;
30895
+ font-weight: 500;
30896
+ font-size: 14px;
30897
+ line-height: 22px;
31165
30898
  }
31166
30899
 
31167
- .E_dobau4p {
30900
+ .E_l3l3jf0 {
31168
30901
  font-family: Inter;
31169
30902
  font-style: normal;
31170
30903
  font-weight: bold;
31171
- font-size: 18px;
30904
+ font-size: 14px;
31172
30905
  line-height: 22px;
31173
30906
  }
31174
30907
 
31175
- .E_dvolwok {
30908
+ .E_l12j5nqp {
31176
30909
  font-family: Inter;
31177
30910
  font-style: normal;
31178
30911
  font-weight: normal;
31179
- font-size: 18px;
30912
+ font-size: 14px;
31180
30913
  line-height: 22px;
31181
30914
  }
31182
30915
 
31183
- .E_h181qhg4 {
30916
+ .E_l1tecqht {
31184
30917
  font-family: Inter;
31185
30918
  font-style: normal;
31186
30919
  font-weight: bold;
31187
- font-size: 16px;
30920
+ font-size: 14px;
31188
30921
  line-height: 22px;
31189
30922
  }
31190
30923
 
31191
- .E_h1phgmcq {
30924
+ .E_l6sa990 {
31192
30925
  font-family: Inter;
31193
30926
  font-style: normal;
31194
30927
  font-weight: normal;
31195
- font-size: 16px;
30928
+ text-transform: uppercase;
30929
+ font-feature-settings: "cpsp" on;
30930
+ font-size: 14px;
31196
30931
  line-height: 22px;
31197
30932
  }
31198
30933
 
31199
- .E_h173xnl1 {
30934
+ .E_lckqe8j {
31200
30935
  font-family: Inter;
31201
30936
  font-style: normal;
31202
30937
  font-weight: bold;
30938
+ text-transform: uppercase;
30939
+ font-feature-settings: "cpsp" on;
31203
30940
  font-size: 14px;
31204
- line-height: 20px;
30941
+ line-height: 22px;
31205
30942
  }
31206
30943
 
31207
- .E_hedm4pz {
30944
+ .E_l1kuminb {
31208
30945
  font-family: Inter;
31209
30946
  font-style: normal;
31210
30947
  font-weight: normal;
31211
- font-size: 14px;
30948
+ font-size: 13px;
31212
30949
  line-height: 20px;
31213
30950
  }
31214
30951
 
31215
- .E_h1kd8xld {
31216
- font-family: Inter;
31217
- font-style: normal;
31218
- font-weight: bold;
31219
- font-size: 12px;
31220
- line-height: 18px;
31221
- }
31222
-
31223
- .E_hp14fr {
30952
+ .E_l1pbuf5j {
31224
30953
  font-family: Inter;
31225
30954
  font-style: normal;
31226
- font-weight: normal;
31227
- font-size: 12px;
31228
- line-height: 18px;
30955
+ font-weight: 600;
30956
+ font-size: 13px;
30957
+ line-height: 20px;
31229
30958
  }
31230
30959
 
31231
- .E_hgrg7mn {
30960
+ .E_l1r4ztu {
31232
30961
  font-family: Inter;
31233
30962
  font-style: normal;
31234
30963
  font-weight: bold;
31235
- text-transform: uppercase;
31236
- font-feature-settings: "cpsp" on;
31237
- font-size: 12px;
31238
- line-height: 18px;
31239
- }
31240
-
31241
- .E_h6zme9x {
31242
- font-family: Inter;
31243
- font-style: normal;
31244
- font-weight: normal;
31245
- text-transform: uppercase;
31246
- font-feature-settings: "cpsp" on;
31247
- font-size: 12px;
31248
- line-height: 18px;
30964
+ font-size: 13px;
30965
+ line-height: 20px;
31249
30966
  }
31250
30967
 
31251
- .E_locjvsv {
30968
+ .E_ly8vzok {
31252
30969
  font-family: Inter;
31253
30970
  font-style: normal;
31254
30971
  font-weight: normal;
31255
- font-size: 16px;
31256
- line-height: 24px;
31257
- }
31258
-
31259
- .E_l13gi131 {
31260
- font-family: Inter;
31261
- font-style: normal;
31262
- font-weight: bold;
31263
- font-size: 16px;
31264
- line-height: 24px;
30972
+ font-size: 13px;
30973
+ line-height: 20px;
31265
30974
  }
31266
30975
 
31267
- .E_l1ynemsu {
30976
+ .E_lumfmf {
31268
30977
  font-family: Inter;
31269
30978
  font-style: normal;
31270
- font-weight: normal;
31271
- font-size: 16px;
31272
- line-height: 24px;
30979
+ font-weight: 600;
30980
+ font-size: 13px;
30981
+ line-height: 20px;
31273
30982
  }
31274
30983
 
31275
- .E_l1cft1cx {
30984
+ .E_l16ujwmv {
31276
30985
  font-family: Inter;
31277
30986
  font-style: normal;
31278
30987
  font-weight: bold;
31279
- font-size: 16px;
31280
- line-height: 24px;
30988
+ font-size: 13px;
30989
+ line-height: 20px;
31281
30990
  }
31282
30991
 
31283
- .E_l17tqc8p {
30992
+ .E_l17o1ffr {
31284
30993
  font-family: Inter;
31285
30994
  font-style: normal;
31286
30995
  font-weight: normal;
31287
30996
  text-transform: uppercase;
31288
30997
  font-feature-settings: "cpsp" on;
31289
- font-size: 16px;
31290
- line-height: 24px;
30998
+ font-size: 13px;
30999
+ line-height: 20px;
31291
31000
  }
31292
31001
 
31293
- .E_l1j1e5w7 {
31002
+ .E_lngllvn {
31294
31003
  font-family: Inter;
31295
31004
  font-style: normal;
31296
31005
  font-weight: bold;
31297
31006
  text-transform: uppercase;
31298
31007
  font-feature-settings: "cpsp" on;
31299
- font-size: 16px;
31300
- line-height: 24px;
31008
+ font-size: 13px;
31009
+ line-height: 20px;
31301
31010
  }
31302
31011
 
31303
- .E_l1gf91jb {
31012
+ .E_l2i7fo9 {
31304
31013
  font-family: Inter;
31305
31014
  font-style: normal;
31306
31015
  font-weight: normal;
31307
- font-size: 14px;
31308
- line-height: 22px;
31016
+ font-size: 12px;
31017
+ line-height: 18px;
31309
31018
  }
31310
31019
 
31311
- .E_lu7hlr6 {
31020
+ .E_l1x7hscx {
31312
31021
  font-family: Inter;
31313
31022
  font-style: normal;
31314
31023
  font-weight: 500;
31315
- font-size: 14px;
31316
- line-height: 22px;
31024
+ font-size: 12px;
31025
+ line-height: 18px;
31317
31026
  }
31318
31027
 
31319
- .E_l3l3jf0 {
31028
+ .E_le1jwan {
31320
31029
  font-family: Inter;
31321
31030
  font-style: normal;
31322
31031
  font-weight: bold;
31323
- font-size: 14px;
31324
- line-height: 22px;
31032
+ font-size: 12px;
31033
+ line-height: 18px;
31325
31034
  }
31326
31035
 
31327
- .E_l12j5nqp {
31036
+ .E_lyxynfj {
31328
31037
  font-family: Inter;
31329
31038
  font-style: normal;
31330
31039
  font-weight: normal;
31331
- font-size: 14px;
31332
- line-height: 22px;
31040
+ font-size: 12px;
31041
+ line-height: 18px;
31333
31042
  }
31334
31043
 
31335
- .E_l1tecqht {
31044
+ .E_lpb2nxv {
31045
+ font-family: Inter;
31046
+ font-style: normal;
31047
+ font-weight: 500;
31048
+ font-size: 12px;
31049
+ line-height: 18px;
31050
+ }
31051
+
31052
+ .E_l1r8o3vv {
31336
31053
  font-family: Inter;
31337
31054
  font-style: normal;
31338
31055
  font-weight: bold;
31339
- font-size: 14px;
31340
- line-height: 22px;
31056
+ font-size: 12px;
31057
+ line-height: 18px;
31341
31058
  }
31342
31059
 
31343
- .E_l6sa990 {
31060
+ .E_lemnjy2 {
31344
31061
  font-family: Inter;
31345
31062
  font-style: normal;
31346
31063
  font-weight: normal;
31347
31064
  text-transform: uppercase;
31348
31065
  font-feature-settings: "cpsp" on;
31349
- font-size: 14px;
31350
- line-height: 22px;
31066
+ font-size: 12px;
31067
+ line-height: 18px;
31351
31068
  }
31352
31069
 
31353
- .E_lckqe8j {
31070
+ .E_lrc42gb {
31354
31071
  font-family: Inter;
31355
31072
  font-style: normal;
31356
31073
  font-weight: bold;
31357
31074
  text-transform: uppercase;
31358
31075
  font-feature-settings: "cpsp" on;
31359
- font-size: 14px;
31360
- line-height: 22px;
31076
+ font-size: 12px;
31077
+ line-height: 18px;
31361
31078
  }
31362
31079
 
31363
- .E_l1kuminb {
31080
+ .E_fqaz4mb {
31364
31081
  font-family: Inter;
31365
31082
  font-style: normal;
31366
31083
  font-weight: normal;
@@ -31368,23 +31085,7 @@ input.E_rrg1fkn.ant-input {
31368
31085
  line-height: 20px;
31369
31086
  }
31370
31087
 
31371
- .E_l1pbuf5j {
31372
- font-family: Inter;
31373
- font-style: normal;
31374
- font-weight: 600;
31375
- font-size: 13px;
31376
- line-height: 20px;
31377
- }
31378
-
31379
- .E_l1r4ztu {
31380
- font-family: Inter;
31381
- font-style: normal;
31382
- font-weight: bold;
31383
- font-size: 13px;
31384
- line-height: 20px;
31385
- }
31386
-
31387
- .E_ly8vzok {
31088
+ .E_f13we5o {
31388
31089
  font-family: Inter;
31389
31090
  font-style: normal;
31390
31091
  font-weight: normal;
@@ -31392,211 +31093,516 @@ input.E_rrg1fkn.ant-input {
31392
31093
  line-height: 20px;
31393
31094
  }
31394
31095
 
31395
- .E_lumfmf {
31096
+ .E_ffmjua2 {
31396
31097
  font-family: Inter;
31397
31098
  font-style: normal;
31398
- font-weight: 600;
31399
- font-size: 13px;
31400
- line-height: 20px;
31099
+ font-weight: normal;
31100
+ font-size: 12px;
31101
+ line-height: 18px;
31401
31102
  }
31402
31103
 
31403
- .E_l16ujwmv {
31104
+ .E_fz2mxw0 {
31404
31105
  font-family: Inter;
31405
31106
  font-style: normal;
31406
- font-weight: bold;
31407
- font-size: 13px;
31408
- line-height: 20px;
31107
+ font-weight: normal;
31108
+ font-size: 12px;
31109
+ line-height: 18px;
31409
31110
  }
31410
31111
 
31411
- .E_l17o1ffr {
31112
+ .E_t1ertzoh {
31412
31113
  font-family: Inter;
31413
31114
  font-style: normal;
31414
31115
  font-weight: normal;
31415
- text-transform: uppercase;
31416
- font-feature-settings: "cpsp" on;
31116
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31417
31117
  font-size: 13px;
31418
31118
  line-height: 20px;
31419
31119
  }
31420
31120
 
31421
- .E_lngllvn {
31121
+ .E_t19bge8r {
31422
31122
  font-family: Inter;
31423
31123
  font-style: normal;
31424
- font-weight: bold;
31425
- text-transform: uppercase;
31426
- font-feature-settings: "cpsp" on;
31124
+ font-weight: normal;
31125
+ font-feature-settings: "zero" on;
31427
31126
  font-size: 13px;
31428
31127
  line-height: 20px;
31429
31128
  }
31430
31129
 
31431
- .E_l2i7fo9 {
31130
+ .E_tjrzfyl {
31432
31131
  font-family: Inter;
31433
31132
  font-style: normal;
31434
31133
  font-weight: normal;
31134
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31435
31135
  font-size: 12px;
31436
31136
  line-height: 18px;
31437
31137
  }
31438
31138
 
31439
- .E_l1x7hscx {
31139
+ .E_tm6s7bo {
31440
31140
  font-family: Inter;
31441
31141
  font-style: normal;
31442
31142
  font-weight: 500;
31143
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31443
31144
  font-size: 12px;
31444
31145
  line-height: 18px;
31445
31146
  }
31446
31147
 
31447
- .E_le1jwan {
31448
- font-family: Inter;
31449
- font-style: normal;
31450
- font-weight: bold;
31451
- font-size: 12px;
31452
- line-height: 18px;
31453
- }
31454
-
31455
- .E_lyxynfj {
31148
+ .E_t19zq6ic {
31456
31149
  font-family: Inter;
31457
31150
  font-style: normal;
31458
31151
  font-weight: normal;
31152
+ font-feature-settings: "zero" on;
31459
31153
  font-size: 12px;
31460
31154
  line-height: 18px;
31461
31155
  }
31462
31156
 
31463
- .E_lpb2nxv {
31157
+ .E_t1gduru8 {
31464
31158
  font-family: Inter;
31465
31159
  font-style: normal;
31466
31160
  font-weight: 500;
31161
+ font-feature-settings: "zero" on;
31467
31162
  font-size: 12px;
31468
31163
  line-height: 18px;
31469
31164
  }
31470
31165
 
31471
- .E_l1r8o3vv {
31166
+ .E_t55raab {
31472
31167
  font-family: Inter;
31473
31168
  font-style: normal;
31474
31169
  font-weight: bold;
31475
- font-size: 12px;
31476
- line-height: 18px;
31170
+ font-feature-settings: "zero" on;
31171
+ font-size: 16px;
31172
+ line-height: 24px;
31477
31173
  }
31478
31174
 
31479
- .E_lemnjy2 {
31175
+ .E_u1w9abfe {
31480
31176
  font-family: Inter;
31481
31177
  font-style: normal;
31482
31178
  font-weight: normal;
31483
- text-transform: uppercase;
31484
- font-feature-settings: "cpsp" on;
31485
- font-size: 12px;
31486
- line-height: 18px;
31179
+ font-size: 10px;
31180
+ line-height: 12px;
31487
31181
  }
31488
31182
 
31489
- .E_lrc42gb {
31490
- font-family: Inter;
31491
- font-style: normal;
31492
- font-weight: bold;
31493
- text-transform: uppercase;
31494
- font-feature-settings: "cpsp" on;
31495
- font-size: 12px;
31496
- line-height: 18px;
31183
+ .E_t1upn1sz {
31184
+ height: 100%;
31497
31185
  }
31498
31186
 
31499
- .E_fqaz4mb {
31500
- font-family: Inter;
31501
- font-style: normal;
31502
- font-weight: normal;
31503
- font-size: 13px;
31504
- line-height: 20px;
31187
+ .E_tta5kd2 {
31188
+ height: 100%;
31505
31189
  }
31506
-
31507
- .E_f13we5o {
31508
- font-family: Inter;
31509
- font-style: normal;
31510
- font-weight: normal;
31511
- font-size: 13px;
31512
- line-height: 20px;
31190
+ .E_tta5kd2.empty-table .ant-table-content {
31191
+ overflow: visible !important;
31192
+ height: 100%;
31193
+ }
31194
+ .E_tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31195
+ height: 100%;
31196
+ }
31197
+ .E_tta5kd2.empty-table .ant-table-content table {
31198
+ width: 100% !important;
31199
+ height: 100%;
31200
+ }
31201
+ .E_tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31202
+ padding: 15px 0;
31203
+ }
31204
+ .E_tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31205
+ display: none;
31206
+ }
31207
+ .E_tta5kd2 .active-row td:nth-child(1) {
31208
+ font-weight: 700;
31209
+ }
31210
+ .E_tta5kd2.has-selection .active-row td:nth-child(2) {
31211
+ font-weight: 700;
31212
+ }
31213
+ .E_tta5kd2 .ant-spin-nested-loading {
31214
+ height: 100%;
31215
+ }
31216
+ .E_tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31217
+ height: 100%;
31218
+ overflow: visible;
31219
+ }
31220
+ .E_tta5kd2 .ant-spin-nested-loading .ant-spin {
31221
+ max-height: none;
31222
+ }
31223
+ .E_tta5kd2.table-init-loading .ant-spin-blur thead,
31224
+ .E_tta5kd2.table-init-loading .ant-spin-blur tbody {
31225
+ display: none;
31226
+ }
31227
+ .E_tta5kd2 td.ant-table-column-sort {
31228
+ background: transparent;
31229
+ }
31230
+ .E_tta5kd2 td.ant-table-cell-fix-left,
31231
+ .E_tta5kd2 td.ant-table-cell-fix-right {
31232
+ background: #fff;
31233
+ padding: 0 !important;
31234
+ }
31235
+ .E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31236
+ .E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31237
+ display: flex;
31238
+ align-items: center;
31239
+ height: 100%;
31240
+ padding: 8px;
31241
+ }
31242
+ .E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31243
+ .E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31244
+ overflow: hidden;
31245
+ text-overflow: ellipsis;
31246
+ width: 100%;
31247
+ }
31248
+ .E_tta5kd2 .ant-table-container {
31249
+ height: 100%;
31250
+ }
31251
+ .E_tta5kd2 .ant-table-container::before, .E_tta5kd2 .ant-table-container::after {
31252
+ box-shadow: none !important;
31253
+ }
31254
+ .E_tta5kd2 .ant-table {
31255
+ border-radius: 0px;
31256
+ border-left: none;
31257
+ border-right: none;
31258
+ border-bottom: none;
31259
+ height: 100%;
31260
+ font-size: 12px;
31261
+ background: transparent;
31262
+ }
31263
+ .E_tta5kd2 .ant-table .ant-table-header {
31264
+ position: relative;
31265
+ z-index: 3;
31266
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31267
+ margin-bottom: -1px;
31268
+ }
31269
+ .E_tta5kd2 .ant-table .time-wrapper .date,
31270
+ .E_tta5kd2 .ant-table .value {
31271
+ color: #2d3a56;
31272
+ }
31273
+ .E_tta5kd2 .ant-table .time-wrapper .time,
31274
+ .E_tta5kd2 .ant-table .unit {
31275
+ color: rgba(44, 56, 82, 0.6);
31276
+ }
31277
+ .E_tta5kd2 .ant-table .ant-table-selection {
31278
+ position: unset;
31279
+ text-align: center;
31280
+ }
31281
+ .E_tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31282
+ background: #fff;
31283
+ }
31284
+ .E_tta5kd2 .ant-table .anticon-setting {
31285
+ cursor: pointer;
31286
+ position: absolute;
31287
+ top: 50%;
31288
+ right: 12px;
31289
+ transform: translateY(-50%);
31290
+ }
31291
+ .E_tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31292
+ box-shadow: none;
31293
+ width: 1px;
31294
+ background: rgba(213, 219, 227, 0.6);
31295
+ }
31296
+ .E_tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31297
+ box-shadow: none;
31298
+ width: 1px;
31299
+ background: rgba(213, 219, 227, 0.6);
31300
+ }
31301
+ .E_tta5kd2 .ant-table .ant-table-tbody {
31302
+ position: relative;
31303
+ }
31304
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31305
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31306
+ border-bottom: 1px solid white;
31307
+ height: 40px;
31308
+ vertical-align: middle;
31309
+ transition: background 0ms;
31310
+ color: #00122e;
31311
+ }
31312
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31313
+ background: #f2f5fa;
31314
+ border-bottom-color: #f2f5fa;
31315
+ }
31316
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31317
+ height: auto;
31318
+ color: #00122e;
31319
+ font-size: 12px;
31320
+ text-align: left;
31321
+ transition: none;
31322
+ overflow: hidden;
31323
+ text-overflow: ellipsis;
31324
+ white-space: nowrap;
31325
+ }
31326
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31327
+ color: #0096ff;
31328
+ }
31329
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31330
+ overflow: hidden;
31331
+ text-overflow: ellipsis;
31332
+ width: 100%;
31333
+ vertical-align: middle;
31334
+ }
31335
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31336
+ line-height: 0px;
31337
+ }
31338
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31339
+ padding-right: 25px;
31340
+ }
31341
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31342
+ border-top-color: transparent;
31343
+ }
31344
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31345
+ background: rgba(225, 230, 241, 0.6);
31346
+ border-color: transparent transparent white;
31347
+ }
31348
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31349
+ border-radius: 8px 0 0 8px;
31350
+ }
31351
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31352
+ border-radius: 8px 0 0 8px;
31353
+ }
31354
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31355
+ content: "";
31356
+ width: 4px;
31357
+ top: -1px;
31358
+ bottom: -1px;
31359
+ background: white;
31360
+ }
31361
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31362
+ border-radius: 0 8px 8px 0;
31363
+ }
31364
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31365
+ border-radius: 0;
31366
+ background: white;
31367
+ border-top: none;
31368
+ }
31369
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31370
+ border-top: 1px solid transparent;
31371
+ border-radius: 0 8px 8px 0;
31372
+ background: rgba(225, 230, 241, 0.6);
31373
+ }
31374
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31375
+ background: white;
31376
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31377
+ }
31378
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31379
+ display: flex;
31380
+ align-items: center;
31381
+ height: 100%;
31382
+ background: rgba(225, 230, 241, 0.6);
31383
+ }
31384
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31385
+ background: white;
31386
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31387
+ }
31388
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31389
+ display: flex;
31390
+ align-items: center;
31391
+ height: 100%;
31392
+ background: rgba(225, 230, 241, 0.6);
31393
+ }
31394
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31395
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31396
+ }
31397
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31398
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31399
+ border-radius: 8px;
31400
+ }
31401
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31402
+ border-top-color: white;
31403
+ }
31404
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31405
+ background: rgba(0, 136, 255, 0.1);
31406
+ border-bottom-color: transparent;
31407
+ border-top-color: transparent;
31408
+ }
31409
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31410
+ border-radius: 8px 0 0 8px;
31411
+ }
31412
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31413
+ border-radius: 0 8px 8px 0;
31414
+ }
31415
+ .E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31416
+ background: rgba(0, 136, 255, 0.1);
31417
+ }
31418
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th {
31419
+ background: #fff;
31420
+ font-weight: 400;
31421
+ position: relative;
31422
+ border-bottom: none;
31423
+ color: #00122e;
31424
+ transition: none;
31425
+ padding: 15px 8px 15px 8px;
31426
+ }
31427
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31428
+ content: "";
31429
+ width: 1px;
31430
+ top: 0;
31431
+ bottom: 0;
31432
+ background: rgba(211, 218, 235, 0.6);
31433
+ position: absolute;
31434
+ right: 0;
31435
+ }
31436
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31437
+ padding: unset;
31438
+ }
31439
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31440
+ display: none;
31441
+ }
31442
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31443
+ width: 100%;
31444
+ overflow: hidden;
31445
+ white-space: nowrap;
31446
+ text-overflow: ellipsis;
31447
+ }
31448
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31449
+ overflow: hidden;
31450
+ text-overflow: ellipsis;
31451
+ flex: 1;
31452
+ }
31453
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31454
+ padding: 15px 25px 15px 8px;
31455
+ }
31456
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31457
+ padding: 0;
31458
+ }
31459
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31460
+ position: absolute;
31461
+ right: 6px;
31462
+ top: 50%;
31463
+ transform: translateY(-50%);
31464
+ height: 16px;
31465
+ display: none;
31466
+ transition: transform 320ms ease;
31467
+ }
31468
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31469
+ display: block;
31470
+ transform: translateY(-50%) rotateX(180deg);
31471
+ }
31472
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31473
+ display: block;
31474
+ }
31475
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31476
+ display: none;
31477
+ }
31478
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31479
+ transform: translateY(-50%);
31480
+ }
31481
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31482
+ transform: translateY(-50%) rotateX(180deg);
31483
+ }
31484
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31485
+ background: #f2f5fa;
31486
+ }
31487
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31488
+ display: block;
31489
+ }
31490
+ .E_tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31491
+ padding-right: 25px;
31492
+ }
31493
+ .E_tta5kd2 .ant-table .ant-table-selection-column {
31494
+ padding: 0 !important;
31495
+ }
31496
+ .E_tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31497
+ position: absolute;
31498
+ left: 50%;
31499
+ top: 50%;
31500
+ transform: translate(-50%, -50%);
31501
+ }
31502
+ .E_tta5kd2 .ant-table .ant-table-selection-column:after {
31503
+ display: none;
31504
+ }
31505
+ .E_tta5kd2 .ant-table .ant-table-hide-scrollbar {
31506
+ background: #fff;
31507
+ }
31508
+ .E_tta5kd2 .ant-table .ant-table-placeholder {
31509
+ background: inherit;
31510
+ }
31511
+ .E_tta5kd2 .ant-table .ant-table-placeholder td {
31512
+ position: static;
31513
+ border: none;
31514
+ background: inherit !important;
31515
+ height: 100px;
31516
+ vertical-align: middle;
31517
+ }
31518
+ .E_tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31519
+ .E_tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31520
+ font-weight: bold;
31521
+ font-size: 20px;
31522
+ color: rgba(10, 37, 85, 0.6);
31523
+ }
31524
+ .E_tta5kd2 .ant-table td.cell__action_ {
31525
+ padding: 0 !important;
31526
+ position: relative;
31527
+ background: #fff;
31528
+ }
31529
+ .E_tta5kd2 .ant-table td.cell__action_ > * {
31530
+ height: 100%;
31531
+ display: flex;
31532
+ align-items: center;
31533
+ justify-content: flex-end;
31534
+ padding-right: 8px;
31535
+ }
31536
+ .E_tta5kd2 .ant-table td.cell__action_ .menu-button {
31537
+ width: 24px;
31538
+ height: 24px;
31539
+ cursor: pointer;
31540
+ justify-content: center;
31541
+ border-radius: 4px;
31542
+ }
31543
+ .E_tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31544
+ background: #fff;
31513
31545
  }
31514
31546
 
31515
- .E_ffmjua2 {
31516
- font-family: Inter;
31517
- font-style: normal;
31518
- font-weight: normal;
31519
- font-size: 12px;
31520
- line-height: 18px;
31547
+ .E_s1ebs0ra {
31548
+ display: flex;
31549
+ align-items: center;
31550
+ justify-content: space-between;
31551
+ background: #edf0f7;
31552
+ padding: 8px 12px;
31553
+ position: sticky;
31554
+ top: 0;
31555
+ z-index: 1;
31556
+ margin-bottom: -52px;
31521
31557
  }
31522
-
31523
- .E_fz2mxw0 {
31524
- font-family: Inter;
31525
- font-style: normal;
31526
- font-weight: normal;
31527
- font-size: 12px;
31528
- line-height: 18px;
31558
+ .E_s1ebs0ra .select-total {
31559
+ display: flex;
31560
+ align-items: center;
31561
+ font-weight: 700;
31562
+ flex-shrink: 0;
31529
31563
  }
31530
-
31531
- .E_t1ertzoh {
31532
- font-family: Inter;
31533
- font-style: normal;
31534
- font-weight: normal;
31535
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31536
- font-size: 13px;
31537
- line-height: 20px;
31564
+ .E_s1ebs0ra .select-total .icon-wrapper {
31565
+ cursor: pointer;
31566
+ margin-left: 8px;
31567
+ width: 32px;
31568
+ height: 32px;
31569
+ border-radius: 50%;
31570
+ justify-content: center;
31538
31571
  }
31539
-
31540
- .E_t19bge8r {
31541
- font-family: Inter;
31542
- font-style: normal;
31543
- font-weight: normal;
31544
- font-feature-settings: "zero" on;
31545
- font-size: 13px;
31546
- line-height: 20px;
31572
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
31573
+ background: rgba(225, 230, 241, 0.6);
31547
31574
  }
31548
-
31549
- .E_tjrzfyl {
31550
- font-family: Inter;
31551
- font-style: normal;
31552
- font-weight: normal;
31553
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31554
- font-size: 12px;
31555
- line-height: 18px;
31575
+ .E_s1ebs0ra .action-group {
31576
+ flex: 1;
31577
+ margin-left: 88px;
31578
+ white-space: nowrap;
31579
+ text-align: right;
31580
+ position: relative;
31581
+ padding: 4px 0;
31582
+ margin-top: -4px;
31583
+ overflow: hidden;
31556
31584
  }
31557
-
31558
- .E_tm6s7bo {
31559
- font-family: Inter;
31560
- font-style: normal;
31561
- font-weight: 500;
31562
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31563
- font-size: 12px;
31564
- line-height: 18px;
31585
+ .E_s1ebs0ra .action-group .sub-menu-delete {
31586
+ transform: translateY(-4px);
31565
31587
  }
31566
-
31567
- .E_t19zq6ic {
31568
- font-family: Inter;
31569
- font-style: normal;
31570
- font-weight: normal;
31571
- font-feature-settings: "zero" on;
31572
- font-size: 12px;
31573
- line-height: 18px;
31588
+ .E_s1ebs0ra .action-group button {
31589
+ border: none;
31574
31590
  }
31575
-
31576
- .E_t1gduru8 {
31577
- font-family: Inter;
31578
- font-style: normal;
31579
- font-weight: 500;
31580
- font-feature-settings: "zero" on;
31581
- font-size: 12px;
31582
- line-height: 18px;
31591
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
31592
+ margin-right: 8px;
31583
31593
  }
31584
-
31585
- .E_t55raab {
31586
- font-family: Inter;
31587
- font-style: normal;
31588
- font-weight: bold;
31589
- font-feature-settings: "zero" on;
31590
- font-size: 16px;
31591
- line-height: 24px;
31594
+ .E_s1ebs0ra .action-group > button:last-child {
31595
+ margin-right: 4px;
31592
31596
  }
31593
-
31594
- .E_u1w9abfe {
31595
- font-family: Inter;
31596
- font-style: normal;
31597
- font-weight: normal;
31598
- font-size: 10px;
31599
- line-height: 12px;
31597
+ .E_s1ebs0ra .action-group .more-btn {
31598
+ cursor: pointer;
31599
+ width: 32px;
31600
+ height: 32px;
31601
+ justify-content: center;
31602
+ border-radius: 50%;
31603
+ }
31604
+ .E_s1ebs0ra .action-group .more-btn:hover {
31605
+ background: #fff;
31600
31606
  }
31601
31607
 
31602
31608
  .E_s1fc623g {
@@ -31680,6 +31686,61 @@ input.E_rrg1fkn.ant-input {
31680
31686
  opacity: 0;
31681
31687
  }
31682
31688
 
31689
+ .E_s34f1qb.ant-switch {
31690
+ min-width: 40px;
31691
+ height: 24px;
31692
+ background: rgba(172, 186, 211, 0.6);
31693
+ overflow: hidden;
31694
+ }
31695
+ .E_s34f1qb.ant-switch:focus {
31696
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31697
+ }
31698
+ .E_s34f1qb.ant-switch-small {
31699
+ min-width: 26px;
31700
+ height: 16px;
31701
+ }
31702
+ .E_s34f1qb.ant-switch-large {
31703
+ min-width: 52px;
31704
+ height: 32px;
31705
+ }
31706
+ .E_s34f1qb.ant-switch .ant-switch-handle {
31707
+ height: 20px;
31708
+ width: 20px;
31709
+ }
31710
+ .E_s34f1qb.ant-switch .ant-switch-handle::before {
31711
+ border-radius: 10px;
31712
+ transition-delay: 120ms;
31713
+ }
31714
+ .E_s34f1qb.ant-switch-small .ant-switch-handle {
31715
+ height: 14px;
31716
+ width: 14px;
31717
+ top: 1px;
31718
+ left: 1px;
31719
+ }
31720
+ .E_s34f1qb.ant-switch-large .ant-switch-handle {
31721
+ height: 28px;
31722
+ width: 28px;
31723
+ }
31724
+ .E_s34f1qb.ant-switch-large .ant-switch-handle::before {
31725
+ border-radius: 14px;
31726
+ }
31727
+ .E_s34f1qb.ant-switch-checked {
31728
+ background-color: #00ba5d;
31729
+ }
31730
+ .E_s34f1qb.ant-switch-checked .ant-switch-handle {
31731
+ left: calc(100% - 20px - 2px);
31732
+ }
31733
+ .E_s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31734
+ left: calc(100% - 14px - 1px);
31735
+ }
31736
+ .E_s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31737
+ left: calc(100% - 28px - 2px);
31738
+ }
31739
+
31740
+ .E_c1to9vb9 {
31741
+ margin-left: 5px;
31742
+ }
31743
+
31683
31744
  .E_c1up1pdz {
31684
31745
  width: 648px;
31685
31746
  }
@@ -31727,7 +31788,7 @@ input.E_rrg1fkn.ant-input {
31727
31788
  .E_c156wh19 .retain {
31728
31789
  color: rgba(129, 138, 153, 0.6);
31729
31790
  }
31730
- .E_c156wh19 .left {
31791
+ .E_c156wh19 div.left {
31731
31792
  flex: 1;
31732
31793
  display: flex;
31733
31794
  overflow: hidden;
@@ -31735,12 +31796,12 @@ input.E_rrg1fkn.ant-input {
31735
31796
  justify-content: flex-start;
31736
31797
  white-space: nowrap;
31737
31798
  }
31738
- .E_c156wh19 .left .title {
31799
+ .E_c156wh19 div.left .title {
31739
31800
  max-width: 100%;
31740
31801
  overflow: hidden;
31741
31802
  text-overflow: ellipsis;
31742
31803
  }
31743
- .E_c156wh19 .right {
31804
+ .E_c156wh19 div.right {
31744
31805
  display: flex;
31745
31806
  align-items: center;
31746
31807
  }
@@ -31820,65 +31881,40 @@ input.E_rrg1fkn.ant-input {
31820
31881
  color: #fff;
31821
31882
  }
31822
31883
 
31823
- .E_s1ebs0ra {
31824
- display: flex;
31825
- align-items: center;
31826
- justify-content: space-between;
31827
- background: #edf0f7;
31828
- padding: 8px 12px;
31829
- position: sticky;
31830
- top: 0;
31831
- z-index: 1;
31832
- margin-bottom: -52px;
31833
- }
31834
- .E_s1ebs0ra .select-total {
31835
- display: flex;
31836
- align-items: center;
31837
- font-weight: 700;
31838
- flex-shrink: 0;
31839
- }
31840
- .E_s1ebs0ra .select-total .icon-wrapper {
31841
- cursor: pointer;
31842
- margin-left: 8px;
31843
- width: 32px;
31844
- height: 32px;
31845
- border-radius: 50%;
31846
- justify-content: center;
31884
+ .E_c18gxmrl {
31885
+ border: 1px solid #d8deeb;
31886
+ border-radius: 4px;
31847
31887
  }
31848
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
31849
- background: rgba(225, 230, 241, 0.6);
31888
+ .E_c18gxmrl + .E_c18gxmrl {
31889
+ margin-top: 8px;
31850
31890
  }
31851
- .E_s1ebs0ra .action-group {
31852
- flex: 1;
31853
- margin-left: 88px;
31854
- white-space: nowrap;
31855
- text-align: right;
31856
- position: relative;
31857
- padding: 4px 0;
31858
- margin-top: -4px;
31859
- overflow: hidden;
31891
+ .E_c18gxmrl:hover {
31892
+ border-color: #0080ff;
31860
31893
  }
31861
- .E_s1ebs0ra .action-group .sub-menu-delete {
31862
- transform: translateY(-4px);
31894
+ .E_c18gxmrl:hover > header {
31895
+ background: rgba(0, 128, 255, 0.1);
31863
31896
  }
31864
- .E_s1ebs0ra .action-group button {
31865
- border: none;
31897
+ .E_c18gxmrl.active header {
31898
+ border-bottom: 1px solid #d8deeb;
31866
31899
  }
31867
- .E_s1ebs0ra .action-group > *:not(:last-child) {
31868
- margin-right: 8px;
31900
+ .E_c18gxmrl > header {
31901
+ padding: 8px 12px;
31869
31902
  }
31870
- .E_s1ebs0ra .action-group > button:last-child {
31871
- margin-right: 4px;
31903
+
31904
+ .E_berrcjl {
31905
+ color: rgba(10, 37, 85, 0.6);
31906
+ margin-bottom: 4px;
31872
31907
  }
31873
- .E_s1ebs0ra .action-group .more-btn {
31908
+ .E_berrcjl .breadcrumb-link {
31909
+ color: rgba(10, 37, 85, 0.6);
31874
31910
  cursor: pointer;
31875
- width: 32px;
31876
- height: 32px;
31877
- justify-content: center;
31878
- border-radius: 50%;
31911
+ transition: color 160ms ease;
31879
31912
  }
31880
- .E_s1ebs0ra .action-group .more-btn:hover {
31881
- background: #fff;
31913
+ .E_berrcjl .breadcrumb-link:hover {
31914
+ color: #0080ff;
31915
+ }
31916
+ .E_berrcjl .breadcrumb-link:active {
31917
+ color: #005ed1;
31882
31918
  }
31883
31919
 
31884
31920
  .E_c1bus5hc {
@@ -31955,132 +31991,6 @@ input.E_rrg1fkn.ant-input {
31955
31991
  background-color: transparent;
31956
31992
  }
31957
31993
 
31958
- .E_c18gxmrl {
31959
- border: 1px solid #d8deeb;
31960
- border-radius: 4px;
31961
- }
31962
- .E_c18gxmrl + .E_c18gxmrl {
31963
- margin-top: 8px;
31964
- }
31965
- .E_c18gxmrl:hover {
31966
- border-color: #0080ff;
31967
- }
31968
- .E_c18gxmrl:hover > header {
31969
- background: rgba(0, 128, 255, 0.1);
31970
- }
31971
- .E_c18gxmrl.active header {
31972
- border-bottom: 1px solid #d8deeb;
31973
- }
31974
- .E_c18gxmrl > header {
31975
- padding: 8px 12px;
31976
- }
31977
-
31978
- .E_c1uzzomf {
31979
- margin-bottom: 16px;
31980
- }
31981
- .E_c1uzzomf .card-title {
31982
- font-size: 16px;
31983
- color: rgba(44, 56, 82, 0.6);
31984
- font-weight: 700;
31985
- line-height: 32px;
31986
- }
31987
- .E_c1uzzomf .card-body {
31988
- padding: 24px;
31989
- border-radius: 8px;
31990
- background: #fff;
31991
- }
31992
- .E_c1uzzomf .empty {
31993
- font-weight: 700;
31994
- font-size: 14px;
31995
- line-height: 22px;
31996
- color: rgba(0, 21, 64, 0.3);
31997
- text-align: center;
31998
- }
31999
-
32000
- .E_l4bld33 {
32001
- width: 64px;
32002
- height: 64px;
32003
- display: flex;
32004
- align-items: center;
32005
- justify-content: center;
32006
- position: relative;
32007
- opacity: 0.2;
32008
- }
32009
-
32010
- .E_lgitjoj {
32011
- position: absolute;
32012
- width: 5px;
32013
- height: 48px;
32014
- left: 9.33px;
32015
- top: 40.5px;
32016
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32017
- border-radius: 5px;
32018
- transform: rotate(-128deg);
32019
- transform-origin: top left;
32020
- animation: loading-indicator1 1100ms ease-out infinite;
32021
- }
32022
-
32023
- .E_l13g0exg {
32024
- position: absolute;
32025
- width: 5px;
32026
- height: 48px;
32027
- left: 40.8px;
32028
- top: 8.4px;
32029
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32030
- border-radius: 5px;
32031
- transform: rotate(-8deg);
32032
- transform-origin: top left;
32033
- animation: loading-indicator2 1100ms ease-out infinite;
32034
- }
32035
-
32036
- .E_l1exo3h6 {
32037
- position: absolute;
32038
- width: 5px;
32039
- height: 48px;
32040
- left: 52.9px;
32041
- top: 51.8px;
32042
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32043
- border-radius: 5px;
32044
- transform: rotate(112deg);
32045
- transform-origin: top left;
32046
- animation: loading-indicator3 1100ms ease-out infinite;
32047
- }
32048
-
32049
- .E_berrcjl {
32050
- color: rgba(10, 37, 85, 0.6);
32051
- margin-bottom: 4px;
32052
- }
32053
- .E_berrcjl .breadcrumb-link {
32054
- color: rgba(10, 37, 85, 0.6);
32055
- cursor: pointer;
32056
- transition: color 160ms ease;
32057
- }
32058
- .E_berrcjl .breadcrumb-link:hover {
32059
- color: #0080ff;
32060
- }
32061
- .E_berrcjl .breadcrumb-link:active {
32062
- color: #005ed1;
32063
- }
32064
-
32065
- .E_n12mqh7z {
32066
- display: flex;
32067
- align-items: center;
32068
- font-size: 12px;
32069
- line-height: 18px;
32070
- }
32071
- .E_n12mqh7z:not(:last-child) {
32072
- margin-bottom: 4px;
32073
- }
32074
-
32075
- .E_tf5bynu {
32076
- margin: 0 3px;
32077
- }
32078
-
32079
- .E_tcckoz1 {
32080
- max-height: 400px;
32081
- overflow: "auto";
32082
- }
32083
-
32084
31994
  .E_gmyahx3 {
32085
31995
  cursor: pointer;
32086
31996
  }
@@ -32138,6 +32048,47 @@ input.E_rrg1fkn.ant-input {
32138
32048
  margin-right: 4px;
32139
32049
  }
32140
32050
 
32051
+ .E_c1uzzomf {
32052
+ margin-bottom: 16px;
32053
+ }
32054
+ .E_c1uzzomf .card-title {
32055
+ font-size: 16px;
32056
+ color: rgba(44, 56, 82, 0.6);
32057
+ font-weight: 700;
32058
+ line-height: 32px;
32059
+ }
32060
+ .E_c1uzzomf .card-body {
32061
+ padding: 24px;
32062
+ border-radius: 8px;
32063
+ background: #fff;
32064
+ }
32065
+ .E_c1uzzomf .empty {
32066
+ font-weight: 700;
32067
+ font-size: 14px;
32068
+ line-height: 22px;
32069
+ color: rgba(0, 21, 64, 0.3);
32070
+ text-align: center;
32071
+ }
32072
+
32073
+ .E_n12mqh7z {
32074
+ display: flex;
32075
+ align-items: center;
32076
+ font-size: 12px;
32077
+ line-height: 18px;
32078
+ }
32079
+ .E_n12mqh7z:not(:last-child) {
32080
+ margin-bottom: 4px;
32081
+ }
32082
+
32083
+ .E_tf5bynu {
32084
+ margin: 0 3px;
32085
+ }
32086
+
32087
+ .E_tcckoz1 {
32088
+ max-height: 400px;
32089
+ overflow: "auto";
32090
+ }
32091
+
32141
32092
  .E_clm1wy1 {
32142
32093
  width: 192px;
32143
32094
  height: 246px;
@@ -32321,14 +32272,6 @@ input.E_rrg1fkn.ant-input {
32321
32272
  padding-right: 12px;
32322
32273
  }
32323
32274
 
32324
- .E_s1iv0tp1 .enabled-switch {
32325
- display: flex;
32326
- align-items: center;
32327
- }
32328
- .E_s1iv0tp1 .enabled-text {
32329
- margin-right: 8px;
32330
- }
32331
-
32332
32275
  .E_tje3huy {
32333
32276
  width: 100%;
32334
32277
  overflow: inherit;
@@ -32336,6 +32279,19 @@ input.E_rrg1fkn.ant-input {
32336
32279
  text-overflow: ellipsis;
32337
32280
  }
32338
32281
 
32282
+ .E_m15dvk92 {
32283
+ display: flex;
32284
+ justify-content: space-between;
32285
+ width: 100%;
32286
+ }
32287
+ .E_m15dvk92 .action {
32288
+ margin-left: 16px;
32289
+ }
32290
+
32291
+ .E_aql8iqz .ant-alert-message {
32292
+ width: 100%;
32293
+ }
32294
+
32339
32295
  .E_wg1tsps {
32340
32296
  display: flex;
32341
32297
  align-items: center;
@@ -32359,110 +32315,49 @@ input.E_rrg1fkn.ant-input {
32359
32315
  color: #00122e !important;
32360
32316
  }
32361
32317
 
32362
- .E_m15dvk92 {
32318
+ .E_s1iv0tp1 .enabled-switch {
32363
32319
  display: flex;
32364
- justify-content: space-between;
32365
- width: 100%;
32320
+ align-items: center;
32366
32321
  }
32367
- .E_m15dvk92 .action {
32368
- margin-left: 16px;
32322
+ .E_s1iv0tp1 .enabled-text {
32323
+ margin-right: 8px;
32369
32324
  }
32370
32325
 
32371
- .E_aql8iqz .ant-alert-message {
32372
- width: 100%;
32326
+ .E_c10crapj {
32327
+ border-radius: 8px;
32328
+ }
32329
+ .E_c10crapj .ant-card-body {
32330
+ padding: 20px 24px 24px 24px;
32373
32331
  }
32374
32332
 
32375
32333
  .E_cav9p2m .ant-collapse-item {
32376
32334
  border: 0px;
32377
32335
  background-color: #fff;
32378
32336
  }
32379
- .E_cav9p2m .ant-collapse-item .ant-collapse-header {
32380
- padding-top: 0px;
32381
- padding-bottom: 0px;
32382
- padding-left: 0px !important;
32383
- padding-right: 24px;
32384
- }
32385
- .E_cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32386
- right: 0px;
32387
- }
32388
- .E_cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32389
- padding: 0px;
32390
- }
32391
-
32392
- .E_csf0p6c .ant-collapse-item .ant-collapse-header {
32393
- padding-right: 0px;
32394
- cursor: default;
32395
- }
32396
-
32397
- .E_c198s9j3 {
32398
- color: #2d3a56;
32399
- line-height: 22px;
32400
- display: inline-flex;
32401
- }
32402
- .E_c198s9j3 .ant-checkbox {
32403
- height: 22px;
32404
- display: flex;
32405
- align-items: center;
32406
- top: 0;
32407
- }
32408
- .E_c198s9j3 .ant-checkbox-checked::after {
32409
- border: none;
32410
- }
32411
- .E_c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
32412
- .E_c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
32413
- border-color: #0080ff;
32414
- }
32415
- .E_c198s9j3 .ant-checkbox .ant-checkbox-inner {
32416
- border: 1px solid rgba(107, 128, 167, 0.6);
32417
- }
32418
- .E_c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
32419
- .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32420
- border: 1px solid #0080ff;
32421
- }
32422
- .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
32423
- background: #0080ff;
32424
- }
32425
- .E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32426
- background-color: #fff;
32427
- height: 2px;
32428
- width: 10px;
32429
- border-radius: 2px;
32430
- }
32431
- .E_c198s9j3.ant-checkbox-wrapper-disabled {
32432
- opacity: 0.5;
32433
- }
32434
- .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
32435
- background: rgba(211, 218, 235, 0.6);
32436
- border-color: rgba(107, 128, 167, 0.6) !important;
32437
- }
32438
- .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
32439
- border-color: #2d3a56;
32440
- }
32441
- .E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
32442
- background: #2d3a56;
32337
+ .E_cav9p2m .ant-collapse-item .ant-collapse-header {
32338
+ padding-top: 0px;
32339
+ padding-bottom: 0px;
32340
+ padding-left: 0px !important;
32341
+ padding-right: 24px;
32443
32342
  }
32444
- .E_c198s9j3 .ant-checkbox + span,
32445
- .E_c198s9j3 .ant-checkbox-disabled + span {
32446
- padding: 0;
32343
+ .E_cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32344
+ right: 0px;
32447
32345
  }
32448
- .E_c198s9j3 .ant-checkbox + span .main,
32449
- .E_c198s9j3 .ant-checkbox-disabled + span .main {
32450
- display: inline-block;
32451
- margin-left: 12px;
32452
- color: #2d3a56;
32346
+ .E_cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32347
+ padding: 0px;
32453
32348
  }
32454
- .E_c198s9j3 .ant-checkbox + span .sub,
32455
- .E_c198s9j3 .ant-checkbox-disabled + span .sub {
32456
- margin-left: 28px;
32457
- color: rgba(44, 56, 82, 0.6);
32349
+
32350
+ .E_csf0p6c .ant-collapse-item .ant-collapse-header {
32351
+ padding-right: 0px;
32352
+ cursor: default;
32458
32353
  }
32459
- .E_c198s9j3.compact .ant-checkbox + span .main,
32460
- .E_c198s9j3.compact .ant-checkbox-disabled + span .main {
32461
- margin-left: 8px;
32354
+
32355
+ .E_t3qomhu {
32356
+ margin: 0 2px;
32462
32357
  }
32463
- .E_c198s9j3.compact .ant-checkbox + span .sub,
32464
- .E_c198s9j3.compact .ant-checkbox-disabled + span .sub {
32465
- margin-left: 24px;
32358
+
32359
+ .E_iiqau4c.ant-input-group.ant-input-group-compact {
32360
+ display: flex;
32466
32361
  }
32467
32362
 
32468
32363
  button.E_lujuy3j {
@@ -32502,33 +32397,15 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32502
32397
  text-overflow: ellipsis;
32503
32398
  }
32504
32399
 
32505
- .E_n17syc35 {
32400
+ .E_s17syc35 {
32506
32401
  white-space: nowrap;
32507
32402
  }
32508
32403
 
32509
- .E_t3qomhu {
32510
- margin: 0 2px;
32511
- }
32512
-
32513
- .E_c10crapj {
32514
- border-radius: 8px;
32515
- }
32516
- .E_c10crapj .ant-card-body {
32517
- padding: 20px 24px 24px 24px;
32518
- }
32519
-
32520
- .E_iiqau4c.ant-input-group.ant-input-group-compact {
32521
- display: flex;
32522
- }
32523
-
32524
- .E_igz4le8 {
32525
- height: 24px;
32526
- width: 56px !important;
32527
- margin-right: 4px;
32528
- }
32529
-
32530
- .E_c1riexje {
32531
- color: rgba(44, 56, 82, 0.6);
32404
+ .E_m1rk4s1l {
32405
+ display: -webkit-box;
32406
+ -webkit-line-clamp: var(--m1rk4s1l-0);
32407
+ -webkit-box-orient: vertical;
32408
+ word-break: break-all;
32532
32409
  }
32533
32410
 
32534
32411
  .E_shq1k1g.ant-select, .E_shq1k1g.ant-select .ant-select-selector {
@@ -32588,10 +32465,16 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32588
32465
  transform: rotate(180deg);
32589
32466
  }
32590
32467
 
32591
- .E_t19ustft .date {
32468
+ .E_igz4le8 {
32469
+ height: 24px;
32470
+ width: 56px !important;
32592
32471
  margin-right: 4px;
32593
32472
  }
32594
32473
 
32474
+ .E_c1riexje {
32475
+ color: rgba(44, 56, 82, 0.6);
32476
+ }
32477
+
32595
32478
  .E_s14dk8r1 {
32596
32479
  margin: 0;
32597
32480
  border-radius: 20px;
@@ -32666,6 +32549,59 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
32666
32549
  display: inline-block;
32667
32550
  }
32668
32551
 
32552
+ .E_t19ustft .date {
32553
+ margin-right: 4px;
32554
+ }
32555
+
32556
+ .E_l4bld33 {
32557
+ width: 64px;
32558
+ height: 64px;
32559
+ display: flex;
32560
+ align-items: center;
32561
+ justify-content: center;
32562
+ position: relative;
32563
+ opacity: 0.2;
32564
+ }
32565
+
32566
+ .E_lgitjoj {
32567
+ position: absolute;
32568
+ width: 5px;
32569
+ height: 48px;
32570
+ left: 9.33px;
32571
+ top: 40.5px;
32572
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32573
+ border-radius: 5px;
32574
+ transform: rotate(-128deg);
32575
+ transform-origin: top left;
32576
+ animation: loading-indicator1 1100ms ease-out infinite;
32577
+ }
32578
+
32579
+ .E_l13g0exg {
32580
+ position: absolute;
32581
+ width: 5px;
32582
+ height: 48px;
32583
+ left: 40.8px;
32584
+ top: 8.4px;
32585
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32586
+ border-radius: 5px;
32587
+ transform: rotate(-8deg);
32588
+ transform-origin: top left;
32589
+ animation: loading-indicator2 1100ms ease-out infinite;
32590
+ }
32591
+
32592
+ .E_l1exo3h6 {
32593
+ position: absolute;
32594
+ width: 5px;
32595
+ height: 48px;
32596
+ left: 52.9px;
32597
+ top: 51.8px;
32598
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32599
+ border-radius: 5px;
32600
+ transform: rotate(112deg);
32601
+ transform-origin: top left;
32602
+ animation: loading-indicator3 1100ms ease-out infinite;
32603
+ }
32604
+
32669
32605
  .E_s1uupxds {
32670
32606
  padding: 0 8px;
32671
32607
  border-radius: 4px;
@@ -33104,36 +33040,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33104
33040
  justify-content: center;
33105
33041
  }
33106
33042
 
33107
- .E_t1gz6wqf {
33108
- height: 100%;
33109
- }
33110
- .E_t1gz6wqf .table-loading-item {
33111
- padding: 12px 4px;
33112
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33113
- display: flex;
33114
- }
33115
- .E_t1gz6wqf .table-loading-item > * {
33116
- height: 16px;
33117
- margin: 4px;
33118
- background: rgba(204, 212, 227, 0.18);
33119
- border-radius: 2px;
33120
- }
33121
- .E_t1gz6wqf .table-loading-item .checkbox-loading {
33122
- width: 16px;
33123
- }
33124
- .E_t1gz6wqf .table-loading-item .td-loading {
33125
- flex: 1;
33126
- }
33127
- .E_t1gz6wqf :nth-child(1) {
33128
- padding: 8px 4px;
33129
- }
33130
- .E_t1gz6wqf :nth-child(1) > * {
33131
- background: rgba(107, 125, 153, 0.18);
33132
- }
33133
- .E_t1gz6wqf :nth-child(1) > * {
33134
- background: rgba(163, 180, 204, 0.18);
33135
- }
33136
-
33137
33043
  .E_c1kchka8 {
33138
33044
  height: 100%;
33139
33045
  width: 100%;
@@ -33570,51 +33476,183 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33570
33476
  height: 470px;
33571
33477
  overflow: auto;
33572
33478
  }
33573
-
33574
- .E_d1tc7lgk {
33575
- min-width: 200px;
33479
+
33480
+ .E_d1tc7lgk {
33481
+ min-width: 200px;
33482
+ }
33483
+ .E_d1tc7lgk header {
33484
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33485
+ padding: 8px 12px;
33486
+ color: rgba(44, 56, 82, 0.6);
33487
+ }
33488
+ .E_d1tc7lgk ul {
33489
+ list-style: none;
33490
+ padding: 12px;
33491
+ }
33492
+ .E_d1tc7lgk ul li {
33493
+ padding: 5px 8px;
33494
+ border-radius: 5px;
33495
+ transition: all 0.2s ease-in-out;
33496
+ cursor: pointer;
33497
+ }
33498
+ .E_d1tc7lgk ul li:hover {
33499
+ background: rgba(0, 136, 255, 0.16);
33500
+ color: #0080ff;
33501
+ }
33502
+ .E_d1tc7lgk ul li:active {
33503
+ background: rgba(0, 136, 255, 0.2);
33504
+ color: #0080ff;
33505
+ }
33506
+ .E_d1tc7lgk ul li + li {
33507
+ margin-top: 2px;
33508
+ }
33509
+
33510
+ .E_rzaik16 {
33511
+ padding: 0;
33512
+ }
33513
+ .E_rzaik16 .ant-popover-arrow {
33514
+ display: none;
33515
+ }
33516
+ .E_rzaik16 .ant-popover-inner-content {
33517
+ padding: 0;
33518
+ }
33519
+
33520
+ .E_c1igej8b {
33521
+ color: #2d3a56;
33522
+ line-height: 22px;
33523
+ display: inline-flex;
33524
+ }
33525
+ .E_c1igej8b .ant-checkbox {
33526
+ height: 22px;
33527
+ display: flex;
33528
+ align-items: center;
33529
+ top: 0;
33530
+ }
33531
+ .E_c1igej8b .ant-checkbox-checked::after {
33532
+ border: none;
33533
+ }
33534
+ .E_c1igej8b.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_c1igej8b.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_c1igej8b .ant-checkbox:hover .ant-checkbox-inner {
33535
+ border-color: #0080ff;
33536
+ }
33537
+ .E_c1igej8b .ant-checkbox .ant-checkbox-inner {
33538
+ border: 1px solid rgba(107, 128, 167, 0.6);
33539
+ }
33540
+ .E_c1igej8b .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33541
+ border: 1px solid #0080ff;
33542
+ }
33543
+ .E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
33544
+ background: #0080ff;
33545
+ }
33546
+ .E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33547
+ background-color: #fff;
33548
+ height: 2px;
33549
+ width: 10px;
33550
+ border-radius: 2px;
33551
+ }
33552
+ .E_c1igej8b.ant-checkbox-wrapper-disabled {
33553
+ opacity: 0.5;
33554
+ }
33555
+ .E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
33556
+ background: rgba(211, 218, 235, 0.6);
33557
+ border-color: rgba(107, 128, 167, 0.6) !important;
33558
+ }
33559
+ .E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
33560
+ border-color: #2d3a56;
33561
+ }
33562
+ .E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33563
+ background: #2d3a56;
33564
+ }
33565
+ .E_c1igej8b .ant-checkbox + span, .E_c1igej8b .ant-checkbox-disabled + span {
33566
+ padding: 0;
33567
+ }
33568
+ .E_c1igej8b .ant-checkbox + span .main, .E_c1igej8b .ant-checkbox-disabled + span .main {
33569
+ display: inline-block;
33570
+ margin-left: 12px;
33571
+ color: #2d3a56;
33572
+ }
33573
+ .E_c1igej8b .ant-checkbox + span .sub, .E_c1igej8b .ant-checkbox-disabled + span .sub {
33574
+ margin-left: 28px;
33575
+ color: rgba(44, 56, 82, 0.6);
33576
+ }
33577
+ .E_c1igej8b.compact .ant-checkbox + span .main, .E_c1igej8b.compact .ant-checkbox-disabled + span .main {
33578
+ margin-left: 8px;
33579
+ }
33580
+ .E_c1igej8b.compact .ant-checkbox + span .sub, .E_c1igej8b.compact .ant-checkbox-disabled + span .sub {
33581
+ margin-left: 24px;
33582
+ }
33583
+
33584
+ .E_c1k4vanq {
33585
+ padding: 0 12px 14px 12px;
33586
+ }
33587
+
33588
+ .E_t1gz6wqf {
33589
+ height: 100%;
33590
+ }
33591
+ .E_t1gz6wqf .table-loading-item {
33592
+ padding: 12px 4px;
33593
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33594
+ display: flex;
33595
+ }
33596
+ .E_t1gz6wqf .table-loading-item > * {
33597
+ height: 16px;
33598
+ margin: 4px;
33599
+ background: rgba(204, 212, 227, 0.18);
33600
+ border-radius: 2px;
33601
+ }
33602
+ .E_t1gz6wqf .table-loading-item .checkbox-loading {
33603
+ width: 16px;
33604
+ }
33605
+ .E_t1gz6wqf .table-loading-item .td-loading {
33606
+ flex: 1;
33607
+ }
33608
+ .E_t1gz6wqf :nth-child(1) {
33609
+ padding: 8px 4px;
33576
33610
  }
33577
- .E_d1tc7lgk header {
33578
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33579
- padding: 8px 12px;
33580
- color: rgba(44, 56, 82, 0.6);
33611
+ .E_t1gz6wqf :nth-child(1) > * {
33612
+ background: rgba(107, 125, 153, 0.18);
33581
33613
  }
33582
- .E_d1tc7lgk ul {
33583
- list-style: none;
33584
- padding: 12px;
33614
+ .E_t1gz6wqf :nth-child(1) > * {
33615
+ background: rgba(163, 180, 204, 0.18);
33585
33616
  }
33586
- .E_d1tc7lgk ul li {
33587
- padding: 5px 8px;
33588
- border-radius: 5px;
33589
- transition: all 0.2s ease-in-out;
33590
- cursor: pointer;
33617
+
33618
+ .E_c1udgdh2 {
33619
+ color: #2d3a56;
33620
+ padding: 7px 12px;
33621
+ display: flex;
33622
+ justify-content: space-between;
33623
+ align-items: center;
33591
33624
  }
33592
- .E_d1tc7lgk ul li:hover {
33593
- background: rgba(0, 136, 255, 0.16);
33594
- color: #0080ff;
33625
+ .E_c1udgdh2.has-arrow {
33626
+ padding-left: 10px;
33595
33627
  }
33596
- .E_d1tc7lgk ul li:active {
33597
- background: rgba(0, 136, 255, 0.2);
33598
- color: #0080ff;
33628
+ .E_c1udgdh2.has-arrow .title-wrapper {
33629
+ cursor: pointer;
33630
+ color: #00122e;
33599
33631
  }
33600
- .E_d1tc7lgk ul li + li {
33601
- margin-top: 2px;
33632
+ .E_c1udgdh2.has-arrow .title-wrapper.is-open {
33633
+ color: #2d3a56;
33634
+ font-weight: 600;
33602
33635
  }
33603
-
33604
- .E_rzaik16 {
33605
- padding: 0;
33636
+ .E_c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
33637
+ transform: rotate(90deg);
33606
33638
  }
33607
- .E_rzaik16 .ant-popover-arrow {
33608
- display: none;
33639
+ .E_c1udgdh2 .sub-info {
33640
+ font-size: 12px;
33641
+ line-height: 18px;
33609
33642
  }
33610
- .E_rzaik16 .ant-popover-inner-content {
33611
- padding: 0;
33643
+ .E_c1udgdh2 .title-wrapper {
33644
+ display: flex;
33645
+ align-items: center;
33646
+ user-select: none;
33647
+ flex-grow: 1;
33648
+ font-size: 12px;
33649
+ line-height: 18px;
33650
+ color: #2d3a56;
33651
+ font-weight: 700;
33612
33652
  }
33613
-
33614
- .E_h1ol2wl7 {
33615
- font-weight: bold;
33616
- background-color: unset;
33617
- padding: unset;
33653
+ .E_c1udgdh2 .collapse-arrow {
33654
+ transition: all 50ms ease-out 0ms;
33655
+ margin-right: 2px;
33618
33656
  }
33619
33657
 
33620
33658
  .E_t160l1cm {
@@ -33752,85 +33790,309 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33752
33790
  .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
33753
33791
  padding: 0;
33754
33792
  }
33755
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
33756
- padding: 4px 16px;
33793
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
33794
+ padding: 4px 16px;
33795
+ }
33796
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
33797
+ padding: 4px 16px;
33798
+ }
33799
+ .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
33800
+ background: #fff;
33801
+ }
33802
+ .E_t160l1cm .tab-menu-item-light:active {
33803
+ color: #005ed1;
33804
+ }
33805
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
33806
+ background: #fff;
33807
+ color: #1d326c;
33808
+ }
33809
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
33810
+ color: rgba(45, 58, 86, 0.6);
33811
+ }
33812
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
33813
+ color: #1d326c;
33814
+ }
33815
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
33816
+ fill: #d8deeb;
33817
+ }
33818
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
33819
+ fill: #1d326c;
33820
+ }
33821
+ .E_t160l1cm .tab-content {
33822
+ flex: 1;
33823
+ display: flex;
33824
+ flex-direction: column;
33825
+ }
33826
+ .E_t160l1cm.is-overview .tab-content {
33827
+ overflow: visible;
33828
+ }
33829
+
33830
+ .E_t14npdqr {
33831
+ max-width: 240px;
33832
+ animation: none;
33833
+ }
33834
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
33835
+ border: 1px solid #0080ff;
33836
+ padding: 0;
33837
+ }
33838
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
33839
+ margin: 0;
33840
+ height: 32px;
33841
+ line-height: 32px;
33842
+ font-size: 13px;
33843
+ padding: 0 10px;
33844
+ display: block;
33845
+ overflow: hidden;
33846
+ text-overflow: ellipsis;
33847
+ white-space: nowrap;
33848
+ }
33849
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
33850
+ content: " ";
33851
+ height: 1px;
33852
+ width: calc(100% + 10px);
33853
+ background: rgba(172, 186, 211, 0.6);
33854
+ display: block;
33855
+ }
33856
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
33857
+ color: #0080ff;
33858
+ background: transparent;
33859
+ }
33860
+
33861
+ .E_h1ol2wl7 {
33862
+ font-weight: bold;
33863
+ background-color: unset;
33864
+ padding: unset;
33865
+ }
33866
+
33867
+ .E_skwah65 {
33868
+ height: 8px;
33869
+ box-sizing: border-box;
33870
+ border-radius: 2px;
33871
+ background: #f5f7fa;
33872
+ display: flex;
33873
+ width: 100%;
33874
+ overflow: hidden;
33875
+ }
33876
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
33877
+ margin-left: 1px;
33878
+ }
33879
+
33880
+ .E_damzgq8 {
33881
+ width: 400px;
33882
+ }
33883
+ .E_damzgq8 .bottom {
33884
+ color: rgba(44, 56, 82, 0.75);
33885
+ }
33886
+
33887
+ .E_c1t5t7l0 {
33888
+ display: flex;
33889
+ flex-direction: row;
33890
+ justify-content: space-between;
33891
+ }
33892
+ .E_c1t5t7l0 .label {
33893
+ color: rgba(44, 56, 82, 0.6);
33894
+ font-weight: 400;
33895
+ }
33896
+
33897
+ .E_cg9brz0 {
33898
+ display: flex;
33899
+ flex-direction: column;
33900
+ justify-content: center;
33901
+ align-items: center;
33902
+ height: 240px;
33903
+ width: 432px;
33904
+ }
33905
+
33906
+ .E_c1efuzht.ant-input-affix-wrapper {
33907
+ border-radius: 0px;
33908
+ box-shadow: unset;
33909
+ border: 0;
33910
+ border-bottom: 1px solid #e4e9f2;
33911
+ }
33912
+
33913
+ .E_c1sqzi2s.antd5 .antd5-selector {
33914
+ padding: 4px;
33915
+ }
33916
+ .E_c1sqzi2s.antd5 .antd5-selector:after {
33917
+ line-height: normal;
33918
+ }
33919
+ .E_c1sqzi2s.antd5 .antd5-selector .antd5-selection-search-input {
33920
+ height: 22px;
33921
+ }
33922
+ .E_c1sqzi2s.antd5 .antd5-selector .antd5-selection-overflow {
33923
+ row-gap: 2px;
33924
+ }
33925
+ .E_c1sqzi2s.antd5 .antd5-selector .antd5-selection-overflow-item {
33926
+ line-height: normal;
33927
+ }
33928
+
33929
+ .E_cyg2a2l {
33930
+ font-size: 13px;
33931
+ }
33932
+
33933
+ .E_c14uped1 {
33934
+ padding: 7px 14px;
33935
+ height: 20px;
33936
+ font-weight: 400;
33937
+ box-sizing: content-box;
33938
+ color: rgba(44, 56, 82, 0.75);
33939
+ display: flex;
33940
+ flex-direction: row;
33941
+ justify-content: space-between;
33942
+ align-items: center;
33943
+ border-bottom: 1px solid #e4e9f2;
33944
+ }
33945
+
33946
+ .E_cz3vc94 {
33947
+ box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
33948
+ border-radius: 8px;
33949
+ padding: 0px;
33950
+ }
33951
+ .E_cz3vc94 ul.antd5-menu {
33952
+ padding: 6px;
33953
+ height: 240px;
33954
+ }
33955
+ .E_cz3vc94:not(:has(.E_cg9brz0)) li {
33956
+ min-width: 296px;
33957
+ padding: 4px 4px 4px 8px;
33958
+ color: #00122e;
33959
+ margin-bottom: 2px;
33960
+ }
33961
+ .E_cz3vc94:not(:has(.E_cg9brz0)) li .icon-wrapper {
33962
+ vertical-align: middle;
33963
+ }
33964
+ .E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item-active {
33965
+ font-weight: 400;
33966
+ }
33967
+ .E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item-active:hover {
33968
+ font-weight: 400;
33969
+ }
33970
+ .E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item-active:active {
33971
+ background: rgba(0, 136, 255, 0.2);
33972
+ }
33973
+ .E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item-active .icon-wrapper svg path {
33974
+ fill: #0080ff;
33975
+ }
33976
+ .E_cz3vc94:not(:has(.E_cg9brz0)) li:hover {
33977
+ background: rgba(225, 230, 241, 0.6);
33978
+ font-weight: 400;
33979
+ }
33980
+ .E_cz3vc94:not(:has(.E_cg9brz0)) li:hover .icon-wrapper svg path {
33981
+ fill: #0080ff;
33982
+ }
33983
+ .E_cz3vc94:not(:has(.E_cg9brz0)) li:active {
33984
+ background: rgba(211, 218, 235, 0.6);
33985
+ }
33986
+ .E_cz3vc94 li:has(.E_damzgq8) .antd5-checkbox {
33987
+ align-self: flex-start;
33988
+ }
33989
+ .E_cz3vc94:has(.E_cg9brz0) .E_cyg2a2l {
33990
+ display: none;
33991
+ }
33992
+ .E_cz3vc94 .antd5-checkbox {
33993
+ height: 22px;
33994
+ display: flex;
33995
+ align-items: center;
33996
+ top: 0;
33997
+ }
33998
+ .E_cz3vc94 .antd5-checkbox-checked::after {
33999
+ border: none;
34000
+ }
34001
+ .E_cz3vc94.antd5-checkbox-wrapper:hover .antd5-checkbox-inner, .E_cz3vc94.antd5-checkbox-wrapper.__pseudo-states-hover .antd5-checkbox-inner, .E_cz3vc94 .antd5-checkbox:hover .antd5-checkbox-inner {
34002
+ border-color: #0080ff;
34003
+ }
34004
+ .E_cz3vc94 .antd5-checkbox .antd5-checkbox-inner {
34005
+ border: 1px solid rgba(107, 128, 167, 0.6);
34006
+ }
34007
+ .E_cz3vc94 .antd5-checkbox.antd5-checkbox-checked .antd5-checkbox-inner, .E_cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
34008
+ border: 1px solid #0080ff;
34009
+ }
34010
+ .E_cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
34011
+ background: #0080ff;
34012
+ }
34013
+ .E_cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
34014
+ background-color: #fff;
34015
+ height: 2px;
34016
+ width: 10px;
34017
+ border-radius: 2px;
34018
+ }
34019
+ .E_cz3vc94.antd5-checkbox-wrapper-disabled {
34020
+ opacity: 0.5;
34021
+ }
34022
+ .E_cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled .antd5-checkbox-inner {
34023
+ background: rgba(211, 218, 235, 0.6);
34024
+ border-color: rgba(107, 128, 167, 0.6) !important;
33757
34025
  }
33758
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
33759
- padding: 4px 16px;
34026
+ .E_cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-checked .antd5-checkbox-inner:after {
34027
+ border-color: #2d3a56;
33760
34028
  }
33761
- .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
33762
- background: #fff;
34029
+ .E_cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
34030
+ background: #2d3a56;
33763
34031
  }
33764
- .E_t160l1cm .tab-menu-item-light:active {
33765
- color: #005ed1;
34032
+ .E_cz3vc94 .antd5-checkbox + span, .E_cz3vc94 .antd5-checkbox-disabled + span {
34033
+ padding: 0;
33766
34034
  }
33767
- .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
33768
- background: #fff;
33769
- color: #1d326c;
34035
+ .E_cz3vc94 .antd5-checkbox + span .main, .E_cz3vc94 .antd5-checkbox-disabled + span .main {
34036
+ display: inline-block;
34037
+ margin-left: 12px;
34038
+ color: #2d3a56;
33770
34039
  }
33771
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
33772
- color: rgba(45, 58, 86, 0.6);
34040
+ .E_cz3vc94 .antd5-checkbox + span .sub, .E_cz3vc94 .antd5-checkbox-disabled + span .sub {
34041
+ margin-left: 28px;
34042
+ color: rgba(44, 56, 82, 0.6);
33773
34043
  }
33774
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
33775
- color: #1d326c;
34044
+ .E_cz3vc94.compact .antd5-checkbox + span .main, .E_cz3vc94.compact .antd5-checkbox-disabled + span .main {
34045
+ margin-left: 8px;
33776
34046
  }
33777
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
33778
- fill: #d8deeb;
34047
+ .E_cz3vc94.compact .antd5-checkbox + span .sub, .E_cz3vc94.compact .antd5-checkbox-disabled + span .sub {
34048
+ margin-left: 24px;
33779
34049
  }
33780
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
33781
- fill: #1d326c;
34050
+
34051
+ .E_csp3had ul.antd5-menu {
34052
+ padding: 4px;
34053
+ height: 158px;
33782
34054
  }
33783
- .E_t160l1cm .tab-content {
33784
- flex: 1;
33785
- display: flex;
33786
- flex-direction: column;
34055
+ .E_csp3had.E_cz3vc94 {
34056
+ border-radius: 6px;
33787
34057
  }
33788
- .E_t160l1cm.is-overview .tab-content {
33789
- overflow: visible;
34058
+ .E_csp3had.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item {
34059
+ min-width: 200px;
34060
+ font-size: 12px;
33790
34061
  }
33791
-
33792
- .E_t14npdqr {
33793
- max-width: 240px;
33794
- animation: none;
34062
+ .E_csp3had.E_cz3vc94 .E_c14uped1 {
34063
+ padding: 6px 12px;
34064
+ height: 18px;
34065
+ font-size: 12px;
33795
34066
  }
33796
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
33797
- border: 1px solid #0080ff;
33798
- padding: 0;
34067
+
34068
+ .E_c1i4zk1 ul.antd5-menu {
34069
+ padding: 8px;
34070
+ height: 320px;
33799
34071
  }
33800
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
33801
- margin: 0;
33802
- height: 32px;
33803
- line-height: 32px;
33804
- font-size: 13px;
33805
- padding: 0 10px;
33806
- display: block;
33807
- overflow: hidden;
33808
- text-overflow: ellipsis;
33809
- white-space: nowrap;
34072
+ .E_c1i4zk1.E_cz3vc94 {
34073
+ border-radius: 10px;
33810
34074
  }
33811
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
33812
- content: " ";
33813
- height: 1px;
33814
- width: calc(100% + 10px);
33815
- background: rgba(172, 186, 211, 0.6);
33816
- display: block;
34075
+ .E_c1i4zk1.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item {
34076
+ min-width: 296px;
34077
+ padding: 8px;
33817
34078
  }
33818
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
33819
- color: #0080ff;
33820
- background: transparent;
34079
+ .E_c1i4zk1.E_cz3vc94 .E_c14uped1 {
34080
+ height: 22px;
34081
+ padding: 8px 16px;
34082
+ font-size: 14px;
33821
34083
  }
33822
34084
 
33823
- .E_skwah65 {
33824
- height: 8px;
33825
- box-sizing: border-box;
33826
- border-radius: 2px;
33827
- background: #f5f7fa;
33828
- display: flex;
33829
- width: 100%;
33830
- overflow: hidden;
34085
+ .E_s6rjqv7 {
34086
+ height: 24px;
34087
+ width: 24px;
34088
+ border-radius: 6px;
34089
+ padding: 4px;
33831
34090
  }
33832
- .E_skwah65 .stack-bar-item + .stack-bar-item {
33833
- margin-left: 1px;
34091
+ .E_s6rjqv7:hover {
34092
+ background-color: rgba(0, 136, 255, 0.1);
34093
+ }
34094
+ .E_s6rjqv7:hover svg path {
34095
+ fill: blue;
33834
34096
  }
33835
34097
 
33836
34098
  .E_rrwcpby {
@@ -33880,59 +34142,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
33880
34142
  min-height: 0px;
33881
34143
  }
33882
34144
 
33883
- .E_c1k4vanq {
33884
- padding: 0 12px 14px 12px;
33885
- }
33886
-
33887
- .E_c1udgdh2 {
33888
- color: #2d3a56;
33889
- padding: 7px 12px;
33890
- display: flex;
33891
- justify-content: space-between;
33892
- align-items: center;
33893
- }
33894
- .E_c1udgdh2.has-arrow {
33895
- padding-left: 10px;
33896
- }
33897
- .E_c1udgdh2.has-arrow .title-wrapper {
33898
- cursor: pointer;
33899
- color: #00122e;
33900
- }
33901
- .E_c1udgdh2.has-arrow .title-wrapper.is-open {
33902
- color: #2d3a56;
33903
- font-weight: 600;
33904
- }
33905
- .E_c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
33906
- transform: rotate(90deg);
33907
- }
33908
- .E_c1udgdh2 .sub-info {
33909
- font-size: 12px;
33910
- line-height: 18px;
33911
- }
33912
- .E_c1udgdh2 .title-wrapper {
33913
- display: flex;
33914
- align-items: center;
33915
- user-select: none;
33916
- flex-grow: 1;
33917
- font-size: 12px;
33918
- line-height: 18px;
33919
- color: #2d3a56;
33920
- font-weight: 700;
33921
- }
33922
- .E_c1udgdh2 .collapse-arrow {
33923
- transition: all 50ms ease-out 0ms;
33924
- margin-right: 2px;
33925
- }
33926
-
33927
- .E_w1xcixj5.outside-tag {
33928
- padding-left: 0;
33929
- }
33930
- .E_w1xcixj5.outside-tag .inside-tag {
33931
- border-radius: 4px 0 0 4px;
33932
- padding-right: 4px;
33933
- margin-right: 4px;
33934
- }
33935
-
33936
34145
  .E_bab9xum {
33937
34146
  box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
33938
34147
  }
@@ -34000,37 +34209,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34000
34209
  font-size: inherit;
34001
34210
  }
34002
34211
 
34003
- .E_sut42l0 {
34004
- padding: 0 8px;
34005
- height: 18px;
34006
- }
34007
-
34008
- .E_mfsz1jz {
34009
- padding: 2px 8px;
34010
- height: 24px;
34011
- }
34012
-
34013
- .E_tnd6h4m {
34014
- margin: 0;
34015
- }
34016
-
34017
- .E_i1qw4clm {
34018
- margin-right: 4px;
34019
- height: 16px;
34020
- }
34021
-
34022
- .E_n1r5ku5l.ant-tag.ant-tag-gray {
34023
- font-weight: 700;
34024
- color: #00122e;
34025
- background-color: rgba(237, 241, 250, 0.6);
34026
- border: 1px solid rgba(211, 218, 235, 0.6);
34027
- }
34028
-
34029
- .E_iwsze0q {
34030
- margin-right: 4px;
34031
- height: 16px;
34032
- }
34033
-
34034
34212
  .E_tc40oxa {
34035
34213
  margin-bottom: 4px;
34036
34214
  color: rgba(44, 56, 82, 0.6);
@@ -34224,6 +34402,65 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34224
34402
  margin-right: 8px;
34225
34403
  }
34226
34404
 
34405
+ .E_iwsze0q {
34406
+ margin-right: 4px;
34407
+ height: 16px;
34408
+ }
34409
+
34410
+ .E_sut42l0 {
34411
+ padding: 0 8px;
34412
+ height: 18px;
34413
+ }
34414
+
34415
+ .E_mfsz1jz {
34416
+ padding: 2px 8px;
34417
+ height: 24px;
34418
+ }
34419
+
34420
+ .E_tnd6h4m {
34421
+ margin: 0;
34422
+ }
34423
+
34424
+ .E_i1qw4clm {
34425
+ margin-right: 4px;
34426
+ height: 16px;
34427
+ }
34428
+
34429
+ .E_n1r5ku5l.ant-tag.ant-tag-gray {
34430
+ font-weight: 700;
34431
+ color: #00122e;
34432
+ background-color: rgba(237, 241, 250, 0.6);
34433
+ border: 1px solid rgba(211, 218, 235, 0.6);
34434
+ }
34435
+
34436
+ .E_w1xcixj5.outside-tag {
34437
+ padding-left: 0;
34438
+ }
34439
+ .E_w1xcixj5.outside-tag .inside-tag {
34440
+ border-radius: 4px 0 0 4px;
34441
+ padding-right: 4px;
34442
+ margin-right: 4px;
34443
+ }
34444
+
34445
+ .E_feau332.ant-form-item {
34446
+ margin-bottom: 0;
34447
+ }
34448
+ .E_feau332 .ant-form-item-explain {
34449
+ display: none;
34450
+ min-height: 18px;
34451
+ margin-top: 5px;
34452
+ font-family: "Inter";
34453
+ font-weight: 400;
34454
+ font-size: 12px;
34455
+ line-height: 18px;
34456
+ }
34457
+ .E_feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
34458
+ white-space: pre-wrap;
34459
+ }
34460
+ .E_feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
34461
+ display: block;
34462
+ }
34463
+
34227
34464
  .E_a6dbbkm .ant-input-number-handler-wrap {
34228
34465
  display: var(--a6dbbkm-0);
34229
34466
  }
@@ -34253,23 +34490,4 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
34253
34490
  margin: 0;
34254
34491
  height: auto;
34255
34492
  font-size: inherit;
34256
- }
34257
-
34258
- .E_feau332.ant-form-item {
34259
- margin-bottom: 0;
34260
- }
34261
- .E_feau332 .ant-form-item-explain {
34262
- display: none;
34263
- min-height: 18px;
34264
- margin-top: 5px;
34265
- font-family: "Inter";
34266
- font-weight: 400;
34267
- font-size: 12px;
34268
- line-height: 18px;
34269
- }
34270
- .E_feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
34271
- white-space: pre-wrap;
34272
- }
34273
- .E_feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
34274
- display: block;
34275
34493
  }