@cloudtower/eagle 0.27.64 → 0.27.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -29792,6 +29792,35 @@ html body {
29792
29792
  margin-right: 4px;
29793
29793
  }
29794
29794
 
29795
+ .E_b1nip9bk {
29796
+ padding: 4px 11px;
29797
+ }
29798
+
29799
+ .E_bqamoqe {
29800
+ white-space: nowrap;
29801
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29802
+ }
29803
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29804
+ --color: #0080ff;
29805
+ }
29806
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29807
+ --color: #0080ff;
29808
+ }
29809
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29810
+ margin-left: 1px;
29811
+ }
29812
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29813
+ border-top-right-radius: 0;
29814
+ border-bottom-right-radius: 0;
29815
+ }
29816
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29817
+ border-top-left-radius: 0;
29818
+ border-bottom-left-radius: 0;
29819
+ }
29820
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29821
+ border-radius: unset;
29822
+ }
29823
+
29795
29824
  .E_fzh9mnb {
29796
29825
  width: 100%;
29797
29826
  height: 100%;
@@ -29807,6 +29836,24 @@ html body {
29807
29836
  font-size: 18px;
29808
29837
  }
29809
29838
 
29839
+ .E_iouxfgt {
29840
+ display: inline-flex;
29841
+ align-items: center;
29842
+ }
29843
+ .E_iouxfgt .icon-inner {
29844
+ display: inline-flex;
29845
+ align-items: center;
29846
+ justify-content: center;
29847
+ }
29848
+ .E_iouxfgt .icon-inner + span,
29849
+ .E_iouxfgt span + .icon-inner.suffix {
29850
+ margin-left: 4px;
29851
+ }
29852
+ .E_iouxfgt.is-rotate img,
29853
+ .E_iouxfgt.is-rotate svg {
29854
+ animation: rotate 680ms linear infinite;
29855
+ }
29856
+
29810
29857
  .E_b1wx3t3t.ant-btn-icon-only {
29811
29858
  justify-content: center;
29812
29859
  }
@@ -30057,214 +30104,211 @@ html body {
30057
30104
  padding: 0;
30058
30105
  }
30059
30106
 
30060
- .E_b1nip9bk {
30061
- padding: 4px 11px;
30062
- }
30063
-
30064
- .E_bqamoqe {
30065
- white-space: nowrap;
30066
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30067
- }
30068
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30069
- --color: #0080ff;
30107
+ .E_t1m2x205 .ant-tooltip-arrow {
30108
+ display: none;
30070
30109
  }
30071
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
30072
- --color: #0080ff;
30110
+ .E_t1m2x205 .ant-tooltip-inner {
30111
+ background: rgba(23, 38, 64, 0.8);
30112
+ border-radius: 4px;
30073
30113
  }
30074
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30075
- margin-left: 1px;
30114
+
30115
+ .E_phljevk {
30116
+ display: flex;
30117
+ justify-content: space-between;
30118
+ align-items: center;
30119
+ padding: 10px 0;
30120
+ color: rgba(44, 56, 82, 0.6);
30121
+ font-size: 12px;
30122
+ line-height: 24px;
30076
30123
  }
30077
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30078
- border-top-right-radius: 0;
30079
- border-bottom-right-radius: 0;
30124
+ .E_phljevk .pagination-left {
30125
+ padding: 2px 8px;
30080
30126
  }
30081
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30082
- border-top-left-radius: 0;
30083
- border-bottom-left-radius: 0;
30127
+ .E_phljevk .dropdown-trigger {
30128
+ display: flex;
30129
+ align-items: center;
30130
+ border-radius: 6px;
30131
+ cursor: pointer;
30132
+ transition: all 0.3s ease;
30084
30133
  }
30085
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30086
- border-radius: unset;
30134
+ .E_phljevk .dropdown-trigger:hover {
30135
+ background: rgba(211, 218, 235, 0.6);
30136
+ color: #0080ff;
30087
30137
  }
30088
-
30089
- .E_iouxfgt {
30090
- display: inline-flex;
30091
- align-items: center;
30138
+ .E_phljevk .dropdown-trigger .icon-inner {
30139
+ margin-left: 4px;
30092
30140
  }
30093
- .E_iouxfgt .icon-inner {
30094
- display: inline-flex;
30141
+ .E_phljevk .pagination-right {
30142
+ display: flex;
30095
30143
  align-items: center;
30096
- justify-content: center;
30144
+ color: #0080ff;
30145
+ font-weight: bold;
30097
30146
  }
30098
- .E_iouxfgt .icon-inner + span,
30099
- .E_iouxfgt span + .icon-inner.suffix {
30147
+ .E_phljevk .pagination-right .icon-inner {
30100
30148
  margin-left: 4px;
30101
30149
  }
30102
- .E_iouxfgt.is-rotate img,
30103
- .E_iouxfgt.is-rotate svg {
30104
- animation: rotate 680ms linear infinite;
30150
+ .E_phljevk .pagination-right .prev-btn,
30151
+ .E_phljevk .pagination-right .next-btn {
30152
+ padding: 0 8px;
30105
30153
  }
30106
-
30107
- .E_t1m2x205 .ant-tooltip-arrow {
30108
- display: none;
30154
+ .E_phljevk .pagination-right .prev-btn > span,
30155
+ .E_phljevk .pagination-right .next-btn > span {
30156
+ color: #0080ff;
30109
30157
  }
30110
- .E_t1m2x205 .ant-tooltip-inner {
30111
- background: rgba(23, 38, 64, 0.8);
30112
- border-radius: 4px;
30158
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30159
+ transform: rotate(180deg);
30113
30160
  }
30114
30161
 
30115
- .E_owd0kml {
30116
- display: inline-block;
30162
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30163
+ max-height: calc(100vh - 128px);
30164
+ overflow-y: auto;
30117
30165
  }
30118
-
30119
- .E_h1jsgezc {
30120
- visibility: hidden;
30121
- position: absolute;
30166
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30167
+ padding: 4px 20px;
30168
+ font-size: 12px;
30169
+ line-height: 18px;
30122
30170
  }
30123
30171
 
30124
- .E_rapgekc.ant-radio-wrapper {
30125
- display: inline-flex;
30126
- align-items: baseline;
30127
- white-space: pre-wrap;
30128
- }
30129
- .E_rapgekc.ant-radio-wrapper .ant-radio {
30130
- position: relative;
30131
- top: 3px;
30172
+ .E_s1ebs0ra {
30173
+ display: flex;
30174
+ align-items: center;
30175
+ justify-content: space-between;
30176
+ background: #edf0f7;
30177
+ padding: 8px 12px;
30178
+ position: sticky;
30179
+ top: 0;
30180
+ z-index: 1;
30181
+ margin-bottom: -52px;
30132
30182
  }
30133
- .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30134
- border-color: rgba(107, 128, 167, 0.6);
30183
+ .E_s1ebs0ra .select-total {
30184
+ display: flex;
30185
+ align-items: center;
30186
+ font-weight: 700;
30187
+ flex-shrink: 0;
30135
30188
  }
30136
- .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30137
- border-color: #0080ff;
30189
+ .E_s1ebs0ra .select-total .icon-wrapper {
30190
+ cursor: pointer;
30191
+ margin-left: 8px;
30192
+ width: 32px;
30193
+ height: 32px;
30194
+ border-radius: 50%;
30195
+ justify-content: center;
30138
30196
  }
30139
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30140
- border-color: #0080ff;
30141
- background: #0080ff;
30197
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
30198
+ background: rgba(225, 230, 241, 0.6);
30142
30199
  }
30143
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30144
- top: 4px;
30145
- left: 4px;
30146
- width: 6px;
30147
- height: 6px;
30148
- background: #fff;
30200
+ .E_s1ebs0ra .action-group {
30201
+ flex: 1;
30202
+ margin-left: 88px;
30203
+ white-space: nowrap;
30204
+ text-align: right;
30205
+ position: relative;
30206
+ padding: 4px 0;
30207
+ margin-top: -4px;
30208
+ overflow: hidden;
30149
30209
  }
30150
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30151
- opacity: 0.5;
30210
+ .E_s1ebs0ra .action-group .sub-menu-delete {
30211
+ transform: translateY(-4px);
30152
30212
  }
30153
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30154
- border-color: rgba(107, 128, 167, 0.6);
30155
- background: rgba(211, 218, 235, 0.6);
30213
+ .E_s1ebs0ra .action-group button {
30214
+ border: none;
30156
30215
  }
30157
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30158
- background: #00122e;
30216
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
30217
+ margin-right: 8px;
30159
30218
  }
30160
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30161
- color: #00122e;
30162
- opacity: 0.5;
30219
+ .E_s1ebs0ra .action-group > button:last-child {
30220
+ margin-right: 4px;
30163
30221
  }
30164
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30165
- color: #00122e;
30222
+ .E_s1ebs0ra .action-group .more-btn {
30223
+ cursor: pointer;
30224
+ width: 32px;
30225
+ height: 32px;
30226
+ justify-content: center;
30227
+ border-radius: 50%;
30166
30228
  }
30167
- .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30168
- display: inline-block;
30169
- padding: 0;
30170
- padding-left: 12px;
30229
+ .E_s1ebs0ra .action-group .more-btn:hover {
30230
+ background: #fff;
30171
30231
  }
30172
- .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30173
- margin-bottom: 0;
30174
- white-space: pre-wrap;
30175
- color: rgba(44, 56, 82, 0.6);
30232
+
30233
+ .E_s1dni7lo {
30234
+ width: 430px !important;
30176
30235
  }
30177
- .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30178
- padding-left: 8px;
30236
+
30237
+ .E_d1wwmmm5 .ant-select-item-group {
30238
+ padding: 8px 16px;
30239
+ line-height: 18px;
30240
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30241
+ height: 34px;
30242
+ min-height: 34px;
30243
+ box-sizing: border-box;
30244
+ margin-top: 8px;
30179
30245
  }
30180
30246
 
30181
- .E_rp906go .ant-radio-button-wrapper:first-child {
30182
- border-radius: 5px 0 0 5px;
30247
+ .E_o1ugr09p {
30248
+ display: flex;
30249
+ flex-direction: column;
30250
+ margin: 1px 8px;
30251
+ padding: 8px;
30252
+ border-radius: 4px;
30183
30253
  }
30184
- .E_rp906go .ant-radio-button-wrapper:last-child {
30185
- border-radius: 0 5px 5px 0;
30254
+ .E_o1ugr09p .selected-icon {
30255
+ display: none;
30186
30256
  }
30187
-
30188
- .E_rcc63c8 {
30189
- color: #00122e;
30190
- border-color: #ccd4e3;
30191
- }
30192
- .E_rcc63c8:first-child {
30193
- border-color: #a3b4cc;
30194
- }
30195
- .E_rcc63c8.ant-radio-button-wrapper {
30196
- padding: 0 12px;
30197
- line-height: 32px;
30198
- height: 32px;
30199
- }
30200
- .E_rcc63c8.ant-radio-button-wrapper > span + span {
30201
- white-space: nowrap;
30202
- }
30203
- .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
30204
- height: 22px;
30205
- padding: 0 7px;
30206
- line-height: 20px;
30257
+ .E_o1ugr09p.ant-select-item-option-grouped {
30258
+ padding-left: 8px;
30207
30259
  }
30208
- .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
30209
- background: #ccd4e3;
30260
+ .E_o1ugr09p.ant-select-item-option-selected {
30261
+ background-color: white;
30210
30262
  }
30211
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
30212
- background: #0080ff;
30263
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30264
+ color: #0080ff;
30213
30265
  }
30214
- .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30215
- background: #ccd4e3;
30216
- opacity: 0.5;
30266
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30267
+ display: block;
30217
30268
  }
30218
- .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30219
- border-right-color: #0080ff;
30269
+ .E_o1ugr09p.ant-select-item-option-active {
30270
+ background: rgba(0, 136, 255, 0.16);
30220
30271
  }
30221
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30222
- border-color: #0080ff;
30272
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30273
+ color: #0080ff;
30223
30274
  }
30224
- .E_rcc63c8.ant-radio-button-wrapper-checked {
30275
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30225
30276
  background: rgba(0, 136, 255, 0.1);
30277
+ color: #0080ff;
30226
30278
  }
30227
- .E_rcc63c8.ant-radio-button-wrapper-disabled {
30228
- background: rgba(211, 218, 235, 0.6);
30229
- border-color: #ccd4e3;
30230
- opacity: 0.5;
30279
+
30280
+ .E_o1ifxsq4 {
30281
+ display: flex;
30282
+ justify-content: space-between;
30283
+ height: 20px;
30284
+ line-height: 20px;
30231
30285
  }
30232
- .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
30233
- color: #00122e;
30234
- border-color: #ccd4e3;
30286
+ .E_o1ifxsq4 .timezone-title {
30287
+ color: #2d3a56;
30288
+ overflow: hidden;
30289
+ text-overflow: ellipsis;
30235
30290
  }
30236
- .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30237
- color: #00122e;
30238
- border-color: #ccd4e3;
30239
- background: rgba(172, 186, 211, 0.6);
30291
+
30292
+ .E_o1zue7 {
30293
+ display: flex;
30294
+ justify-content: space-between;
30295
+ color: rgba(44, 56, 82, 0.6);
30296
+ height: 18px;
30297
+ line-height: 18px;
30298
+ margin-top: 2px;
30240
30299
  }
30241
- .E_rcc63c8 .ant-radio-button-input {
30242
- margin-right: 8px;
30243
- display: inline;
30300
+
30301
+ .E_tyfmlxg {
30244
30302
  border: none;
30245
- padding: 0;
30246
- width: 36px;
30247
- background: transparent;
30248
- }
30249
- .E_rcc63c8 .ant-radio-button-input:focus {
30250
- box-shadow: none;
30251
- }
30252
- .E_rcc63c8 .ant-radio-button-input.ant-input-number {
30253
30303
  margin-right: 0;
30254
- width: initial;
30255
- box-shadow: none;
30256
- }
30257
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
30258
- display: none;
30259
- }
30260
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
30261
- display: inline;
30304
+ background: rgba(225, 230, 241, 0.6);
30262
30305
  }
30263
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
30264
- display: inline;
30265
- margin-right: 8px;
30266
- padding: 0;
30267
- width: 36px;
30306
+
30307
+ .E_o18uybox {
30308
+ pointer-events: none;
30309
+ height: 32px;
30310
+ width: 100%;
30311
+ opacity: 0;
30268
30312
  }
30269
30313
 
30270
30314
  .E_skwah65 {
@@ -30280,63 +30324,6 @@ html body {
30280
30324
  margin-left: 1px;
30281
30325
  }
30282
30326
 
30283
- .E_phljevk {
30284
- display: flex;
30285
- justify-content: space-between;
30286
- align-items: center;
30287
- padding: 10px 0;
30288
- color: rgba(44, 56, 82, 0.6);
30289
- font-size: 12px;
30290
- line-height: 24px;
30291
- }
30292
- .E_phljevk .pagination-left {
30293
- padding: 2px 8px;
30294
- }
30295
- .E_phljevk .dropdown-trigger {
30296
- display: flex;
30297
- align-items: center;
30298
- border-radius: 6px;
30299
- cursor: pointer;
30300
- transition: all 0.3s ease;
30301
- }
30302
- .E_phljevk .dropdown-trigger:hover {
30303
- background: rgba(211, 218, 235, 0.6);
30304
- color: #0080ff;
30305
- }
30306
- .E_phljevk .dropdown-trigger .icon-inner {
30307
- margin-left: 4px;
30308
- }
30309
- .E_phljevk .pagination-right {
30310
- display: flex;
30311
- align-items: center;
30312
- color: #0080ff;
30313
- font-weight: bold;
30314
- }
30315
- .E_phljevk .pagination-right .icon-inner {
30316
- margin-left: 4px;
30317
- }
30318
- .E_phljevk .pagination-right .prev-btn,
30319
- .E_phljevk .pagination-right .next-btn {
30320
- padding: 0 8px;
30321
- }
30322
- .E_phljevk .pagination-right .prev-btn > span,
30323
- .E_phljevk .pagination-right .next-btn > span {
30324
- color: #0080ff;
30325
- }
30326
- .E_phljevk .pagination-right .next-btn .icon-inner {
30327
- transform: rotate(180deg);
30328
- }
30329
-
30330
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30331
- max-height: calc(100vh - 128px);
30332
- overflow-y: auto;
30333
- }
30334
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30335
- padding: 4px 20px;
30336
- font-size: 12px;
30337
- line-height: 18px;
30338
- }
30339
-
30340
30327
  .E_s1dizucg.ant-switch {
30341
30328
  min-width: 40px;
30342
30329
  height: 24px;
@@ -30392,1310 +30379,1323 @@ html body {
30392
30379
  margin-left: 5px;
30393
30380
  }
30394
30381
 
30395
- .E_cnujxq2 {
30396
- display: flex;
30397
- flex-direction: column;
30382
+ .E_owd0kml {
30383
+ display: inline-block;
30398
30384
  }
30399
30385
 
30400
- .E_m7s48ia {
30401
- max-width: 1120px;
30402
- width: 100%;
30403
- margin: 0 auto;
30404
- height: 100%;
30386
+ .E_h1jsgezc {
30387
+ visibility: hidden;
30388
+ position: absolute;
30405
30389
  }
30406
30390
 
30407
- .E_wt5zbg6 {
30408
- max-width: 1120px;
30409
- width: 100%;
30410
- margin: 0 auto;
30411
- display: flex;
30412
- }
30413
- .E_wt5zbg6 .left,
30414
- .E_wt5zbg6 .right {
30415
- flex-grow: 0;
30416
- flex-shrink: 0;
30417
- flex-basis: 21%;
30418
- }
30419
- .E_wt5zbg6 .left {
30420
- display: flex;
30421
- justify-content: flex-end;
30422
- padding-right: 44px;
30391
+ .E_iq1gosr {
30392
+ display: inline-block;
30423
30393
  }
30424
- .E_wt5zbg6 .right {
30425
- padding-left: 44px;
30394
+
30395
+ .E_dsnbhzf {
30396
+ font-family: Inter;
30397
+ font-style: normal;
30398
+ font-weight: bold;
30399
+ font-size: 32px;
30400
+ line-height: 40px;
30426
30401
  }
30427
- .E_wt5zbg6 .middle {
30428
- margin-bottom: 40px;
30429
- flex-grow: 0;
30430
- flex-shrink: 0;
30431
- flex-basis: 58%;
30402
+
30403
+ .E_d1mvo22k {
30404
+ font-family: Inter;
30405
+ font-style: normal;
30406
+ font-weight: bold;
30407
+ font-size: 24px;
30408
+ line-height: 32px;
30432
30409
  }
30433
- .E_wt5zbg6 .middle .form-base-field {
30434
- width: 100%;
30410
+
30411
+ .E_d1b444tr {
30412
+ font-family: Inter;
30413
+ font-style: normal;
30414
+ font-weight: normal;
30415
+ font-size: 32px;
30416
+ line-height: 40px;
30435
30417
  }
30436
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
30437
- width: auto;
30418
+
30419
+ .E_dvs0kue {
30420
+ font-family: Inter;
30421
+ font-style: normal;
30422
+ font-weight: bold;
30423
+ font-size: 20px;
30424
+ line-height: 24px;
30438
30425
  }
30439
30426
 
30440
- .E_h18jprzg .ant-modal-header {
30441
- margin: 0 auto;
30442
- width: 100%;
30443
- max-width: 648px;
30427
+ .E_d1hcbfcq {
30428
+ font-family: Inter;
30429
+ font-style: normal;
30430
+ font-weight: normal;
30431
+ font-size: 20px;
30432
+ line-height: 24px;
30444
30433
  }
30445
- .E_h18jprzg .ant-modal-header .ant-modal-title {
30446
- margin-left: 0;
30447
- }
30448
- .E_h18jprzg .ant-modal-body {
30449
- margin: 0 auto;
30450
- padding: 0;
30451
- width: 100%;
30452
- max-width: 648px;
30453
- overflow: hidden;
30454
- }
30455
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30456
- margin-bottom: 40px;
30457
- }
30458
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
30459
- height: calc(100vh - 225px);
30460
- overflow-y: auto;
30461
- }
30462
- .E_h18jprzg .ant-modal-footer .footer-content {
30463
- margin: 0 auto;
30464
- max-width: 648px;
30434
+
30435
+ .E_d1cz922v {
30436
+ font-family: Inter;
30437
+ font-style: normal;
30438
+ font-weight: bold;
30439
+ font-size: 18px;
30440
+ line-height: 22px;
30465
30441
  }
30466
30442
 
30467
- .E_h16z9xgz .ant-modal-header {
30468
- margin: 0 auto;
30469
- width: 100%;
30470
- max-width: 1024px;
30471
- }
30472
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
30473
- margin-left: 0;
30474
- }
30475
- .E_h16z9xgz .ant-modal-body {
30476
- margin: 0 auto;
30477
- padding: 0;
30478
- width: 100%;
30479
- max-width: 1024px;
30480
- overflow: hidden;
30481
- }
30482
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
30483
- margin-bottom: 40px;
30484
- }
30485
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
30486
- height: calc(100vh - 225px);
30487
- overflow-y: auto;
30443
+ .E_d3nzbrm {
30444
+ font-family: Inter;
30445
+ font-style: normal;
30446
+ font-weight: normal;
30447
+ font-size: 18px;
30448
+ line-height: 22px;
30488
30449
  }
30489
- .E_h16z9xgz .ant-modal-footer .footer-content {
30490
- margin: 0 auto;
30491
- max-width: 1024px;
30450
+
30451
+ .E_h1g0p5ob {
30452
+ font-family: Inter;
30453
+ font-style: normal;
30454
+ font-weight: bold;
30455
+ font-size: 16px;
30456
+ line-height: 22px;
30492
30457
  }
30493
30458
 
30494
- .E_f1lrhghm {
30495
- flex: 1;
30459
+ .E_hydo2ej {
30460
+ font-family: Inter;
30461
+ font-style: normal;
30462
+ font-weight: normal;
30463
+ font-size: 16px;
30464
+ line-height: 22px;
30496
30465
  }
30497
- .E_f1lrhghm label {
30498
- font-size: 13px;
30466
+
30467
+ .E_h1hbuq0r {
30468
+ font-family: Inter;
30469
+ font-style: normal;
30470
+ font-weight: bold;
30471
+ font-size: 14px;
30499
30472
  line-height: 20px;
30500
- color: rgba(44, 56, 82, 0.6);
30501
30473
  }
30502
- .E_f1lrhghm .title {
30474
+
30475
+ .E_h13bondg {
30476
+ font-family: Inter;
30477
+ font-style: normal;
30478
+ font-weight: normal;
30503
30479
  font-size: 14px;
30504
30480
  line-height: 20px;
30505
- color: #2d3a56;
30506
- margin-bottom: 12px;
30507
- }
30508
- .E_f1lrhghm.connect-cluster .title {
30509
- padding-bottom: 26px;
30510
30481
  }
30511
30482
 
30512
- .E_f18ot8em {
30513
- padding: 25px 0 15px 0;
30514
- border-bottom: 1px solid #e1e5eb;
30515
- margin-bottom: 16px;
30483
+ .E_h1mhvdlx {
30484
+ font-family: Inter;
30485
+ font-style: normal;
30486
+ font-weight: bold;
30487
+ font-size: 12px;
30488
+ line-height: 18px;
30516
30489
  }
30517
30490
 
30518
- .E_f1l1g2k0 {
30519
- display: flex;
30520
- align-items: center;
30521
- margin-bottom: 8px;
30522
- }
30523
- .E_f1l1g2k0 > label {
30524
- width: 216px;
30525
- }
30526
- .E_f1l1g2k0 > label + * {
30527
- width: 100%;
30528
- }
30529
- .E_f1l1g2k0 .ant-select {
30530
- width: 100%;
30491
+ .E_h1inmfq6 {
30492
+ font-family: Inter;
30493
+ font-style: normal;
30494
+ font-weight: normal;
30495
+ font-size: 12px;
30496
+ line-height: 18px;
30531
30497
  }
30532
30498
 
30533
- .E_e1k89cwg {
30534
- color: #e75a3a;
30535
- margin-right: 10px;
30499
+ .E_h1kfc0la {
30500
+ font-family: Inter;
30501
+ font-style: normal;
30502
+ font-weight: bold;
30503
+ text-transform: uppercase;
30504
+ font-feature-settings: "cpsp" on;
30505
+ font-size: 12px;
30506
+ line-height: 18px;
30536
30507
  }
30537
30508
 
30538
- .E_d1oui1gf {
30539
- width: 100%;
30540
- height: 1px;
30541
- background: rgba(213, 219, 227, 0.6);
30542
- margin: 24px 0;
30509
+ .E_h10xnyuu {
30510
+ font-family: Inter;
30511
+ font-style: normal;
30512
+ font-weight: normal;
30513
+ text-transform: uppercase;
30514
+ font-feature-settings: "cpsp" on;
30515
+ font-size: 12px;
30516
+ line-height: 18px;
30543
30517
  }
30544
30518
 
30545
- .E_l15itdbb {
30546
- display: flex;
30547
- justify-content: center;
30548
- align-items: center;
30549
- height: 100%;
30519
+ .E_lrcmi0v {
30520
+ font-family: Inter;
30521
+ font-style: normal;
30522
+ font-weight: normal;
30523
+ font-size: 16px;
30524
+ line-height: 24px;
30550
30525
  }
30551
30526
 
30552
- .E_d1y3z4w {
30553
- display: inline-block;
30554
- width: 4px;
30555
- height: 4px;
30556
- background: #8e9aa9;
30557
- opacity: 0.4;
30558
- border-radius: 50%;
30559
- margin: 0 4px;
30527
+ .E_lzt43lp {
30528
+ font-family: Inter;
30529
+ font-style: normal;
30530
+ font-weight: bold;
30531
+ font-size: 16px;
30532
+ line-height: 24px;
30560
30533
  }
30561
30534
 
30562
- .E_m177r7a3 .ant-modal-header,
30563
- .E_m177r7a3 .ant-modal-footer .footer-content {
30564
- width: 648px;
30565
- margin: 0 auto;
30566
- }
30567
- .E_m177r7a3 .ant-modal-header {
30568
- padding: 35px 0 24px;
30569
- border: none;
30570
- }
30571
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
30572
- font-size: 30px;
30535
+ .E_l5yc9nt {
30536
+ font-family: Inter;
30537
+ font-style: normal;
30538
+ font-weight: normal;
30539
+ font-size: 16px;
30540
+ line-height: 24px;
30573
30541
  }
30574
- .E_m177r7a3 .ant-modal-body {
30575
- padding: 4px 0 2px;
30542
+
30543
+ .E_l1fbkbzo {
30544
+ font-family: Inter;
30545
+ font-style: normal;
30546
+ font-weight: bold;
30547
+ font-size: 16px;
30548
+ line-height: 24px;
30576
30549
  }
30577
- .E_m177r7a3 .ant-modal-footer {
30578
- border: none;
30550
+
30551
+ .E_lahvcax {
30552
+ font-family: Inter;
30553
+ font-style: normal;
30554
+ font-weight: normal;
30555
+ text-transform: uppercase;
30556
+ font-feature-settings: "cpsp" on;
30557
+ font-size: 16px;
30558
+ line-height: 24px;
30579
30559
  }
30580
30560
 
30581
- .E_t1wwio3v {
30582
- font-size: 12px;
30583
- line-height: 18px;
30561
+ .E_l11q3pxd {
30562
+ font-family: Inter;
30563
+ font-style: normal;
30584
30564
  font-weight: bold;
30585
- color: #fff;
30586
- padding: 0 4px;
30587
- border-radius: 4px;
30588
- display: inline-block;
30589
- background: var(--t1wwio3v-0);
30565
+ text-transform: uppercase;
30566
+ font-feature-settings: "cpsp" on;
30567
+ font-size: 16px;
30568
+ line-height: 24px;
30590
30569
  }
30591
- .E_t1wwio3v:not(:first-child) {
30592
- margin-left: 4px;
30570
+
30571
+ .E_lfuc2qu {
30572
+ font-family: Inter;
30573
+ font-style: normal;
30574
+ font-weight: normal;
30575
+ font-size: 14px;
30576
+ line-height: 22px;
30593
30577
  }
30594
30578
 
30595
- .E_f17jvtfk {
30596
- width: 100%;
30597
- height: 100%;
30598
- display: flex;
30599
- align-items: center;
30600
- justify-content: center;
30579
+ .E_l1jmp8r0 {
30580
+ font-family: Inter;
30581
+ font-style: normal;
30582
+ font-weight: 500;
30583
+ font-size: 14px;
30584
+ line-height: 22px;
30601
30585
  }
30602
30586
 
30603
- .E_nzppkea {
30604
- font-size: 90%;
30587
+ .E_lcnm221 {
30588
+ font-family: Inter;
30589
+ font-style: normal;
30605
30590
  font-weight: bold;
30606
- background-color: rgba(240, 243, 247, 0.6);
30607
- padding: 1px 4px 1px;
30608
- margin-left: 2px;
30609
- margin-right: 2px;
30610
- border: 1px solid rgba(213, 219, 227, 0.6);
30611
- border-radius: 4px;
30591
+ font-size: 14px;
30592
+ line-height: 22px;
30612
30593
  }
30613
30594
 
30614
- .E_f4mi9eq.form-item-general {
30615
- width: 640px;
30616
- }
30617
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
30618
- margin-top: 16px;
30595
+ .E_lu1z2n5 {
30596
+ font-family: Inter;
30597
+ font-style: normal;
30598
+ font-weight: normal;
30599
+ font-size: 14px;
30600
+ line-height: 22px;
30619
30601
  }
30620
- .E_f4mi9eq.form-item-compact {
30621
- width: 412px;
30622
- }
30623
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
30624
- margin-top: 8px;
30602
+
30603
+ .E_l1r59djn {
30604
+ font-family: Inter;
30605
+ font-style: normal;
30606
+ font-weight: bold;
30607
+ font-size: 14px;
30608
+ line-height: 22px;
30625
30609
  }
30626
- .E_f4mi9eq .form-item {
30627
- width: auto;
30610
+
30611
+ .E_ljm2911 {
30612
+ font-family: Inter;
30613
+ font-style: normal;
30614
+ font-weight: normal;
30615
+ text-transform: uppercase;
30616
+ font-feature-settings: "cpsp" on;
30617
+ font-size: 14px;
30618
+ line-height: 22px;
30628
30619
  }
30629
- .E_f4mi9eq .form-item-main {
30630
- position: relative;
30631
- display: flex;
30620
+
30621
+ .E_l124mzmr {
30622
+ font-family: Inter;
30623
+ font-style: normal;
30624
+ font-weight: bold;
30625
+ text-transform: uppercase;
30626
+ font-feature-settings: "cpsp" on;
30627
+ font-size: 14px;
30628
+ line-height: 22px;
30632
30629
  }
30633
- .E_f4mi9eq .form-item-extra {
30634
- margin-top: 4px;
30635
- width: 100%;
30636
- padding: 14px;
30637
- background: #f2f4f6;
30630
+
30631
+ .E_lb3chel {
30632
+ font-family: Inter;
30633
+ font-style: normal;
30634
+ font-weight: normal;
30638
30635
  font-size: 13px;
30639
- line-height: 1.8;
30640
- color: #8e9aa9;
30636
+ line-height: 20px;
30641
30637
  }
30642
- .E_f4mi9eq .form-item-label {
30643
- padding-right: 12px;
30638
+
30639
+ .E_lv9jstu {
30640
+ font-family: Inter;
30641
+ font-style: normal;
30642
+ font-weight: 600;
30644
30643
  font-size: 13px;
30645
- color: rgba(44, 56, 82, 0.6);
30646
- }
30647
- .E_f4mi9eq .form-item-label.label-right {
30648
- text-align: right;
30649
- }
30650
- .E_f4mi9eq .form-item-label,
30651
- .E_f4mi9eq .form-item-control {
30652
- line-height: 32px;
30653
- }
30654
- .E_f4mi9eq .form-item-control .form-item-error {
30655
- line-height: 18px;
30656
- }
30657
- .E_f4mi9eq .form-item-children {
30658
- width: 100%;
30659
- }
30660
- .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
30661
- width: 100%;
30662
- }
30663
- .E_f4mi9eq .form-item-error {
30664
- color: #e75a3a;
30665
- height: 0;
30666
- overflow: hidden;
30667
- }
30668
- .E_f4mi9eq .form-item-error-enter-done {
30669
- margin-top: 4px;
30670
- height: auto;
30671
- overflow: auto;
30672
- }
30673
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30674
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30675
- border: 1px solid #e75a3a;
30676
- color: #e75a3a;
30644
+ line-height: 20px;
30677
30645
  }
30678
30646
 
30679
- .E_fh0ewl8 {
30680
- color: #2d3a56;
30647
+ .E_lwqlh3x {
30648
+ font-family: Inter;
30649
+ font-style: normal;
30681
30650
  font-weight: bold;
30682
- padding-bottom: 6px;
30683
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30684
- margin-bottom: 16px;
30685
- }
30686
- .E_fh0ewl8:not(:first-of-type) {
30687
- margin-top: 16px;
30651
+ font-size: 13px;
30652
+ line-height: 20px;
30688
30653
  }
30689
30654
 
30690
- .E_e1qrlvot {
30691
- width: 8px;
30692
- height: 24px;
30693
- display: flex;
30694
- justify-content: center;
30695
- align-items: center;
30696
- cursor: pointer;
30697
- transition: all 200ms ease-out 40ms;
30698
- }
30699
- .E_e1qrlvot:before, .E_e1qrlvot:after {
30700
- content: "";
30701
- width: 1px;
30702
- height: 6px;
30703
- border-radius: 1px;
30704
- background: #ccd4e3;
30705
- position: relative;
30706
- right: 2px;
30707
- transform: rotate(-45deg);
30655
+ .E_lalum9y {
30656
+ font-family: Inter;
30657
+ font-style: normal;
30658
+ font-weight: normal;
30659
+ font-size: 13px;
30660
+ line-height: 20px;
30708
30661
  }
30709
- .E_e1qrlvot:after {
30710
- transform: rotate(45deg);
30711
- left: 1px;
30662
+
30663
+ .E_l1t6dj5o {
30664
+ font-family: Inter;
30665
+ font-style: normal;
30666
+ font-weight: 600;
30667
+ font-size: 13px;
30668
+ line-height: 20px;
30712
30669
  }
30713
30670
 
30714
- .E_w9ic984.ant-alert-warning {
30715
- border: 0;
30716
- background: rgba(255, 187, 0, 0.1);
30717
- border-radius: 6px;
30671
+ .E_l12f6ic {
30672
+ font-family: Inter;
30673
+ font-style: normal;
30674
+ font-weight: bold;
30675
+ font-size: 13px;
30676
+ line-height: 20px;
30718
30677
  }
30719
- .E_w9ic984.ant-alert,
30720
- .E_w9ic984 .ant-alert-message {
30721
- color: #e07f00;
30678
+
30679
+ .E_l7gmukq {
30680
+ font-family: Inter;
30681
+ font-style: normal;
30682
+ font-weight: normal;
30683
+ text-transform: uppercase;
30684
+ font-feature-settings: "cpsp" on;
30685
+ font-size: 13px;
30686
+ line-height: 20px;
30722
30687
  }
30723
- .E_w9ic984.ant-alert .dashed-border-bottom,
30724
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
30725
- border-bottom-color: #e07f00;
30688
+
30689
+ .E_lkwl0yp {
30690
+ font-family: Inter;
30691
+ font-style: normal;
30692
+ font-weight: bold;
30693
+ text-transform: uppercase;
30694
+ font-feature-settings: "cpsp" on;
30695
+ font-size: 13px;
30696
+ line-height: 20px;
30726
30697
  }
30727
30698
 
30728
- .E_n1k9qi4r {
30729
- display: flex;
30730
- flex-direction: row;
30731
- padding: 7px 12px;
30732
- background: rgba(255, 187, 0, 0.1);
30733
- border-radius: 6px;
30734
- color: #e07f00;
30699
+ .E_l10knv48 {
30700
+ font-family: Inter;
30701
+ font-style: normal;
30702
+ font-weight: normal;
30735
30703
  font-size: 12px;
30736
30704
  line-height: 18px;
30737
30705
  }
30738
- .E_n1k9qi4r .icon-wrapper {
30739
- margin-right: 10px;
30740
- height: 18px;
30741
- }
30742
30706
 
30743
- .E_n16fsg9x {
30744
- display: flex;
30745
- flex-direction: row;
30746
- padding: 7px 12px;
30747
- background: rgba(225, 230, 241, 0.6);
30748
- border-radius: 6px;
30749
- color: rgba(44, 56, 82, 0.6);
30707
+ .E_l6526ld {
30708
+ font-family: Inter;
30709
+ font-style: normal;
30710
+ font-weight: 500;
30750
30711
  font-size: 12px;
30751
30712
  line-height: 18px;
30752
30713
  }
30753
- .E_n16fsg9x .icon-wrapper {
30754
- margin-right: 10px;
30755
- height: 18px;
30756
- }
30757
30714
 
30758
- .E_i173wxzw {
30759
- display: flex;
30760
- flex-direction: row;
30761
- padding: 7px 12px;
30762
- background: rgba(0, 136, 255, 0.1);
30763
- border-radius: 6px;
30764
- color: #005ed1;
30715
+ .E_l1j81vli {
30716
+ font-family: Inter;
30717
+ font-style: normal;
30718
+ font-weight: bold;
30765
30719
  font-size: 12px;
30766
30720
  line-height: 18px;
30767
30721
  }
30768
- .E_i173wxzw .icon-wrapper {
30769
- margin-right: 10px;
30770
- height: 18px;
30771
- }
30772
30722
 
30773
- .E_dld369h {
30774
- color: rgba(44, 56, 82, 0.6);
30775
- margin-top: 5px;
30723
+ .E_l1x7n1mk {
30724
+ font-family: Inter;
30725
+ font-style: normal;
30726
+ font-weight: normal;
30776
30727
  font-size: 12px;
30777
30728
  line-height: 18px;
30778
30729
  }
30779
30730
 
30780
- .E_s1epv22q {
30781
- color: #f0483e;
30731
+ .E_l9fqufz {
30732
+ font-family: Inter;
30733
+ font-style: normal;
30734
+ font-weight: 500;
30782
30735
  font-size: 12px;
30783
- white-space: pre-wrap;
30736
+ line-height: 18px;
30784
30737
  }
30785
30738
 
30786
- .E_okus5hk {
30787
- display: flex;
30788
- align-items: center;
30789
- justify-content: flex-end;
30790
- }
30791
- .E_okus5hk .icon-wrapper {
30792
- margin-right: 16px;
30739
+ .E_l1iwnybd {
30740
+ font-family: Inter;
30741
+ font-style: normal;
30742
+ font-weight: bold;
30743
+ font-size: 12px;
30744
+ line-height: 18px;
30793
30745
  }
30794
30746
 
30795
- .E_t1auuzri {
30796
- color: rgba(0, 21, 64, 0.3);
30747
+ .E_lprtm1e {
30748
+ font-family: Inter;
30749
+ font-style: normal;
30750
+ font-weight: normal;
30751
+ text-transform: uppercase;
30752
+ font-feature-settings: "cpsp" on;
30753
+ font-size: 12px;
30754
+ line-height: 18px;
30797
30755
  }
30798
30756
 
30799
- .E_i74cfyt.ant-input {
30800
- padding: 5px 12px;
30801
- line-height: 20px;
30802
- color: #2d3a56;
30803
- border-radius: 6px;
30804
- border-color: rgba(172, 186, 211, 0.6);
30805
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30757
+ .E_l1lln87h {
30758
+ font-family: Inter;
30759
+ font-style: normal;
30760
+ font-weight: bold;
30761
+ text-transform: uppercase;
30762
+ font-feature-settings: "cpsp" on;
30763
+ font-size: 12px;
30764
+ line-height: 18px;
30806
30765
  }
30807
- .E_i74cfyt.ant-input.ant-input-lg {
30808
- padding: 8px 16px;
30809
- line-height: 22px;
30766
+
30767
+ .E_f2pb48l {
30768
+ font-family: Inter;
30769
+ font-style: normal;
30770
+ font-weight: normal;
30771
+ font-size: 13px;
30772
+ line-height: 20px;
30810
30773
  }
30811
- .E_i74cfyt.ant-input.ant-input-sm {
30812
- padding: 2px 8px;
30774
+
30775
+ .E_fi9emkw {
30776
+ font-family: Inter;
30777
+ font-style: normal;
30778
+ font-weight: normal;
30779
+ font-size: 13px;
30780
+ line-height: 20px;
30781
+ }
30782
+
30783
+ .E_f1nrg7da {
30784
+ font-family: Inter;
30785
+ font-style: normal;
30786
+ font-weight: normal;
30787
+ font-size: 12px;
30813
30788
  line-height: 18px;
30814
30789
  }
30815
- .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
30816
- border-color: rgba(107, 128, 167, 0.6);
30817
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30818
- z-index: 1;
30790
+
30791
+ .E_f17k1i3n {
30792
+ font-family: Inter;
30793
+ font-style: normal;
30794
+ font-weight: normal;
30795
+ font-size: 12px;
30796
+ line-height: 18px;
30819
30797
  }
30820
- .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
30821
- border-color: #0096ff;
30822
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30823
- z-index: 1;
30798
+
30799
+ .E_t1tvuj2e {
30800
+ font-family: Inter;
30801
+ font-style: normal;
30802
+ font-weight: normal;
30803
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30804
+ font-size: 13px;
30805
+ line-height: 20px;
30824
30806
  }
30825
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
30826
- border-color: #e75a3a;
30827
- color: #e75a3a;
30807
+
30808
+ .E_t17uajlu {
30809
+ font-family: Inter;
30810
+ font-style: normal;
30811
+ font-weight: normal;
30812
+ font-feature-settings: "zero" on;
30813
+ font-size: 13px;
30814
+ line-height: 20px;
30828
30815
  }
30829
- .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
30830
- border-color: #e75a3a;
30831
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30816
+
30817
+ .E_t114zbyz {
30818
+ font-family: Inter;
30819
+ font-style: normal;
30820
+ font-weight: normal;
30821
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30822
+ font-size: 12px;
30823
+ line-height: 18px;
30832
30824
  }
30833
- .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
30834
- border-color: #e75a3a;
30835
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30825
+
30826
+ .E_t1il0kvi {
30827
+ font-family: Inter;
30828
+ font-style: normal;
30829
+ font-weight: 500;
30830
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
30831
+ font-size: 12px;
30832
+ line-height: 18px;
30836
30833
  }
30837
- .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
30838
- background: rgba(211, 218, 235, 0.6);
30839
- color: rgba(0, 21, 64, 0.3);
30840
- border-color: rgba(172, 186, 211, 0.6);
30834
+
30835
+ .E_t10dv8p1 {
30836
+ font-family: Inter;
30837
+ font-style: normal;
30838
+ font-weight: normal;
30839
+ font-feature-settings: "zero" on;
30840
+ font-size: 12px;
30841
+ line-height: 18px;
30841
30842
  }
30842
- .E_i74cfyt.ant-input-affix-wrapper {
30843
- padding: 5px 12px;
30844
- border-radius: 6px;
30845
- border-color: rgba(172, 186, 211, 0.6);
30846
- line-height: 20px;
30847
- color: #2d3a56;
30848
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30843
+
30844
+ .E_tc2oqpq {
30845
+ font-family: Inter;
30846
+ font-style: normal;
30847
+ font-weight: 500;
30848
+ font-feature-settings: "zero" on;
30849
+ font-size: 12px;
30850
+ line-height: 18px;
30849
30851
  }
30850
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
30851
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
30852
- color: rgba(44, 56, 82, 0.6);
30852
+
30853
+ .E_tzvddmc {
30854
+ font-family: Inter;
30855
+ font-style: normal;
30856
+ font-weight: bold;
30857
+ font-feature-settings: "zero" on;
30858
+ font-size: 16px;
30859
+ line-height: 24px;
30853
30860
  }
30854
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30855
- padding: 8px 16px;
30856
- line-height: 22px;
30861
+
30862
+ .E_u18llj45 {
30863
+ font-family: Inter;
30864
+ font-style: normal;
30865
+ font-weight: normal;
30866
+ font-size: 10px;
30867
+ line-height: 12px;
30857
30868
  }
30858
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30859
- padding: 2px 8px;
30860
- line-height: 18px;
30869
+
30870
+ .E_rapgekc.ant-radio-wrapper {
30871
+ display: inline-flex;
30872
+ align-items: baseline;
30873
+ white-space: pre-wrap;
30861
30874
  }
30862
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30863
- border-color: rgba(107, 128, 167, 0.6);
30864
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30875
+ .E_rapgekc.ant-radio-wrapper .ant-radio {
30876
+ position: relative;
30877
+ top: 3px;
30865
30878
  }
30866
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30867
- border-color: #0096ff;
30868
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30879
+ .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30880
+ border-color: rgba(107, 128, 167, 0.6);
30869
30881
  }
30870
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30871
- border-color: #e75a3a;
30882
+ .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30883
+ border-color: #0080ff;
30872
30884
  }
30873
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30874
- color: #e75a3a;
30885
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30886
+ border-color: #0080ff;
30887
+ background: #0080ff;
30875
30888
  }
30876
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30877
- border-color: #e75a3a;
30878
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30889
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30890
+ top: 4px;
30891
+ left: 4px;
30892
+ width: 6px;
30893
+ height: 6px;
30894
+ background: #fff;
30879
30895
  }
30880
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30881
- border-color: #e75a3a;
30882
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30896
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30897
+ opacity: 0.5;
30883
30898
  }
30884
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30899
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30900
+ border-color: rgba(107, 128, 167, 0.6);
30885
30901
  background: rgba(211, 218, 235, 0.6);
30886
- color: rgba(0, 21, 64, 0.3);
30887
- border-color: rgba(172, 186, 211, 0.6);
30888
- }
30889
- textarea.E_i74cfyt.ant-input {
30890
- transition-property: height;
30891
- transition-delay: 50ms;
30892
30902
  }
30893
- textarea.E_i74cfyt.ant-input.textarea-large {
30894
- min-height: 40px;
30895
- height: 40px;
30903
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30904
+ background: #00122e;
30896
30905
  }
30897
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
30898
- height: 80px;
30906
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30907
+ color: #00122e;
30908
+ opacity: 0.5;
30899
30909
  }
30900
- textarea.E_i74cfyt.ant-input.textarea-middle {
30901
- min-height: 32px;
30902
- height: 32px;
30910
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30911
+ color: #00122e;
30903
30912
  }
30904
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
30905
- height: 64px;
30913
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30914
+ display: inline-block;
30915
+ padding: 0;
30916
+ padding-left: 12px;
30906
30917
  }
30907
- textarea.E_i74cfyt.ant-input.textarea-small {
30908
- min-height: 24px;
30909
- height: 24px;
30918
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30919
+ margin-bottom: 0;
30920
+ white-space: pre-wrap;
30921
+ color: rgba(44, 56, 82, 0.6);
30910
30922
  }
30911
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
30912
- height: 40px;
30923
+ .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30924
+ padding-left: 8px;
30913
30925
  }
30914
30926
 
30915
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
30916
- border: 1px solid rgba(213, 219, 227, 0.6);
30917
- border-radius: 4px;
30927
+ .E_rp906go .ant-radio-button-wrapper:first-child {
30928
+ border-radius: 5px 0 0 5px;
30918
30929
  }
30919
- .E_k1ci6977.input-tags {
30920
- position: relative;
30921
- padding: 6px;
30922
- height: 32px;
30923
- cursor: pointer;
30924
- transition: border 150ms;
30930
+ .E_rp906go .ant-radio-button-wrapper:last-child {
30931
+ border-radius: 0 5px 5px 0;
30925
30932
  }
30926
- .E_k1ci6977.input-tags:hover {
30927
- border-color: #0080ff;
30928
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30933
+
30934
+ .E_rcc63c8 {
30935
+ color: #00122e;
30936
+ border-color: #ccd4e3;
30929
30937
  }
30930
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
30931
- padding-right: 30px;
30938
+ .E_rcc63c8:first-child {
30939
+ border-color: #a3b4cc;
30932
30940
  }
30933
- .E_k1ci6977.input-tags .input-tags-inner {
30934
- display: flex;
30941
+ .E_rcc63c8.ant-radio-button-wrapper {
30942
+ padding: 0 12px;
30943
+ line-height: 32px;
30944
+ height: 32px;
30935
30945
  }
30936
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
30937
- display: flex;
30946
+ .E_rcc63c8.ant-radio-button-wrapper > span + span {
30947
+ white-space: nowrap;
30938
30948
  }
30939
- .E_k1ci6977.input-tags .input-tag-suffix {
30940
- position: absolute;
30941
- right: 12px;
30942
- top: 50%;
30943
- transform: translateY(-50%);
30949
+ .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
30950
+ height: 22px;
30951
+ padding: 0 7px;
30952
+ line-height: 20px;
30944
30953
  }
30945
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
30946
- color: rgba(0, 0, 0, 0.25);
30947
- font-size: 12px;
30948
- cursor: pointer;
30954
+ .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
30955
+ background: #ccd4e3;
30949
30956
  }
30950
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
30951
- color: rgba(0, 0, 0, 0.45);
30957
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
30958
+ background: #0080ff;
30952
30959
  }
30953
- .E_k1ci6977.has-focus-indicator {
30954
- position: relative;
30955
- overflow: hidden;
30960
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30961
+ background: #ccd4e3;
30962
+ opacity: 0.5;
30956
30963
  }
30957
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
30958
- position: absolute;
30959
- top: 50%;
30960
- transform: translateY(-50%);
30961
- left: -16px;
30962
- transition: left 150ms ease;
30963
- opacity: 0;
30964
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30965
+ border-right-color: #0080ff;
30964
30966
  }
30965
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30966
- left: 8px;
30967
- opacity: 1;
30967
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30968
+ border-color: #0080ff;
30968
30969
  }
30969
- .E_k1ci6977.has-focus-indicator input {
30970
- transition: margin-left 150ms ease;
30971
- margin-left: 0px;
30970
+ .E_rcc63c8.ant-radio-button-wrapper-checked {
30971
+ background: rgba(0, 136, 255, 0.1);
30972
30972
  }
30973
- .E_k1ci6977.has-focus-indicator input:focus {
30974
- margin-left: 16px;
30973
+ .E_rcc63c8.ant-radio-button-wrapper-disabled {
30974
+ background: rgba(211, 218, 235, 0.6);
30975
+ border-color: #ccd4e3;
30976
+ opacity: 0.5;
30975
30977
  }
30976
-
30977
- input.E_l1f7td1d.ant-input {
30978
- border-top-right-radius: 0;
30979
- border-bottom-right-radius: 0;
30978
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
30979
+ color: #00122e;
30980
+ border-color: #ccd4e3;
30980
30981
  }
30981
-
30982
- .E_l1f7td1d.ant-input-affix-wrapper {
30983
- border-top-right-radius: 0;
30984
- border-bottom-right-radius: 0;
30982
+ .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30983
+ color: #00122e;
30984
+ border-color: #ccd4e3;
30985
+ background: rgba(172, 186, 211, 0.6);
30986
+ }
30987
+ .E_rcc63c8 .ant-radio-button-input {
30988
+ margin-right: 8px;
30989
+ display: inline;
30990
+ border: none;
30991
+ padding: 0;
30992
+ width: 36px;
30993
+ background: transparent;
30985
30994
  }
30986
-
30987
- input.E_rf8rlle.ant-input {
30988
- border-top-left-radius: 0;
30989
- border-bottom-left-radius: 0;
30995
+ .E_rcc63c8 .ant-radio-button-input:focus {
30996
+ box-shadow: none;
30990
30997
  }
30991
-
30992
- .E_rf8rlle.ant-input-affix-wrapper {
30993
- border-top-left-radius: 0;
30994
- border-bottom-left-radius: 0;
30998
+ .E_rcc63c8 .ant-radio-button-input.ant-input-number {
30999
+ margin-right: 0;
31000
+ width: initial;
31001
+ box-shadow: none;
30995
31002
  }
30996
-
30997
- .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
30998
- border-top-right-radius: 0;
30999
- border-bottom-right-radius: 0;
31003
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
31004
+ display: none;
31000
31005
  }
31001
-
31002
- .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
31003
- border-top-left-radius: 0;
31004
- border-bottom-left-radius: 0;
31006
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
31007
+ display: inline;
31008
+ }
31009
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
31010
+ display: inline;
31011
+ margin-right: 8px;
31012
+ padding: 0;
31013
+ width: 36px;
31005
31014
  }
31006
31015
 
31007
- .E_c3ni091 {
31016
+ .E_cnujxq2 {
31008
31017
  display: flex;
31009
31018
  flex-direction: column;
31010
31019
  }
31011
- .E_c3ni091 .select-wrapper {
31012
- margin-top: 12px;
31013
- }
31014
- .E_c3ni091 .select-wrapper .select {
31015
- width: 100%;
31016
- }
31017
- .E_c3ni091 .radio-wrapper {
31018
- margin-top: 24px;
31019
- }
31020
- .E_c3ni091 div.form-item {
31020
+
31021
+ .E_m7s48ia {
31022
+ max-width: 1120px;
31021
31023
  width: 100%;
31024
+ margin: 0 auto;
31025
+ height: 100%;
31022
31026
  }
31023
31027
 
31024
- .E_d105ju2d {
31025
- font-size: 14px;
31026
- font-weight: 500;
31027
- color: #3e4652;
31028
- line-height: 18px;
31028
+ .E_wt5zbg6 {
31029
+ max-width: 1120px;
31030
+ width: 100%;
31031
+ margin: 0 auto;
31032
+ display: flex;
31029
31033
  }
31030
- .E_d105ju2d + .E_d105ju2d {
31031
- margin-top: 16px;
31034
+ .E_wt5zbg6 .left,
31035
+ .E_wt5zbg6 .right {
31036
+ flex-grow: 0;
31037
+ flex-shrink: 0;
31038
+ flex-basis: 21%;
31032
31039
  }
31033
- .E_d105ju2d + * {
31034
- margin-top: 16px;
31040
+ .E_wt5zbg6 .left {
31041
+ display: flex;
31042
+ justify-content: flex-end;
31043
+ padding-right: 44px;
31035
31044
  }
31036
-
31037
- .E_lh0l62z.E_d105ju2d {
31038
- font-size: 12px;
31039
- color: rgba(44, 56, 82, 0.6);
31040
- margin-top: 12px;
31045
+ .E_wt5zbg6 .right {
31046
+ padding-left: 44px;
31041
31047
  }
31042
-
31043
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31044
- line-height: 18px;
31045
- font-weight: 500;
31046
- margin-top: 0;
31047
- white-space: initial;
31048
+ .E_wt5zbg6 .middle {
31049
+ margin-bottom: 40px;
31050
+ flex-grow: 0;
31051
+ flex-shrink: 0;
31052
+ flex-basis: 58%;
31048
31053
  }
31049
-
31050
- .E_r1skkc3l {
31051
- display: block;
31054
+ .E_wt5zbg6 .middle .form-base-field {
31055
+ width: 100%;
31052
31056
  }
31053
- .E_r1skkc3l span {
31054
- font-size: 14px;
31055
- font-weight: 500;
31056
- line-height: 32px;
31057
- color: #3e4652;
31057
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
31058
+ width: auto;
31058
31059
  }
31059
31060
 
31060
- .E_c3cobmo {
31061
- margin-top: 16px;
31062
- padding: 8px;
31063
- border-radius: 6px;
31064
- background: rgba(225, 230, 241, 0.6);
31065
- color: rgba(44, 56, 82, 0.6);
31066
- font-size: 12px;
31061
+ .E_h18jprzg .ant-modal-header {
31062
+ margin: 0 auto;
31063
+ width: 100%;
31064
+ max-width: 648px;
31067
31065
  }
31068
- .E_c3cobmo div {
31069
- line-height: 20px;
31070
- display: flex;
31071
- align-items: center;
31072
- word-break: break-all;
31066
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
31067
+ margin-left: 0;
31073
31068
  }
31074
- .E_c3cobmo .title {
31075
- font-weight: 700;
31076
- line-height: 18px;
31077
- margin: 4px 0;
31069
+ .E_h18jprzg .ant-modal-body {
31070
+ margin: 0 auto;
31071
+ padding: 0;
31072
+ width: 100%;
31073
+ max-width: 648px;
31074
+ overflow: hidden;
31078
31075
  }
31079
-
31080
- .E_dsnbhzf {
31081
- font-family: Inter;
31082
- font-style: normal;
31083
- font-weight: bold;
31084
- font-size: 32px;
31085
- line-height: 40px;
31076
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
31077
+ margin-bottom: 40px;
31086
31078
  }
31087
-
31088
- .E_d1mvo22k {
31089
- font-family: Inter;
31090
- font-style: normal;
31091
- font-weight: bold;
31092
- font-size: 24px;
31093
- line-height: 32px;
31079
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
31080
+ height: calc(100vh - 225px);
31081
+ overflow-y: auto;
31094
31082
  }
31095
-
31096
- .E_d1b444tr {
31097
- font-family: Inter;
31098
- font-style: normal;
31099
- font-weight: normal;
31100
- font-size: 32px;
31101
- line-height: 40px;
31083
+ .E_h18jprzg .ant-modal-footer .footer-content {
31084
+ margin: 0 auto;
31085
+ max-width: 648px;
31102
31086
  }
31103
31087
 
31104
- .E_dvs0kue {
31105
- font-family: Inter;
31106
- font-style: normal;
31107
- font-weight: bold;
31108
- font-size: 20px;
31109
- line-height: 24px;
31088
+ .E_h16z9xgz .ant-modal-header {
31089
+ margin: 0 auto;
31090
+ width: 100%;
31091
+ max-width: 1024px;
31110
31092
  }
31111
-
31112
- .E_d1hcbfcq {
31113
- font-family: Inter;
31114
- font-style: normal;
31115
- font-weight: normal;
31116
- font-size: 20px;
31117
- line-height: 24px;
31093
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
31094
+ margin-left: 0;
31118
31095
  }
31119
-
31120
- .E_d1cz922v {
31121
- font-family: Inter;
31122
- font-style: normal;
31123
- font-weight: bold;
31124
- font-size: 18px;
31125
- line-height: 22px;
31096
+ .E_h16z9xgz .ant-modal-body {
31097
+ margin: 0 auto;
31098
+ padding: 0;
31099
+ width: 100%;
31100
+ max-width: 1024px;
31101
+ overflow: hidden;
31126
31102
  }
31127
-
31128
- .E_d3nzbrm {
31129
- font-family: Inter;
31130
- font-style: normal;
31131
- font-weight: normal;
31132
- font-size: 18px;
31133
- line-height: 22px;
31103
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
31104
+ margin-bottom: 40px;
31134
31105
  }
31135
-
31136
- .E_h1g0p5ob {
31137
- font-family: Inter;
31138
- font-style: normal;
31139
- font-weight: bold;
31140
- font-size: 16px;
31141
- line-height: 22px;
31106
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
31107
+ height: calc(100vh - 225px);
31108
+ overflow-y: auto;
31142
31109
  }
31143
-
31144
- .E_hydo2ej {
31145
- font-family: Inter;
31146
- font-style: normal;
31147
- font-weight: normal;
31148
- font-size: 16px;
31149
- line-height: 22px;
31110
+ .E_h16z9xgz .ant-modal-footer .footer-content {
31111
+ margin: 0 auto;
31112
+ max-width: 1024px;
31150
31113
  }
31151
31114
 
31152
- .E_h1hbuq0r {
31153
- font-family: Inter;
31154
- font-style: normal;
31155
- font-weight: bold;
31156
- font-size: 14px;
31115
+ .E_f1lrhghm {
31116
+ flex: 1;
31117
+ }
31118
+ .E_f1lrhghm label {
31119
+ font-size: 13px;
31157
31120
  line-height: 20px;
31121
+ color: rgba(44, 56, 82, 0.6);
31158
31122
  }
31159
-
31160
- .E_h13bondg {
31161
- font-family: Inter;
31162
- font-style: normal;
31163
- font-weight: normal;
31123
+ .E_f1lrhghm .title {
31164
31124
  font-size: 14px;
31165
31125
  line-height: 20px;
31126
+ color: #2d3a56;
31127
+ margin-bottom: 12px;
31166
31128
  }
31167
-
31168
- .E_h1mhvdlx {
31169
- font-family: Inter;
31170
- font-style: normal;
31171
- font-weight: bold;
31172
- font-size: 12px;
31173
- line-height: 18px;
31174
- }
31175
-
31176
- .E_h1inmfq6 {
31177
- font-family: Inter;
31178
- font-style: normal;
31179
- font-weight: normal;
31180
- font-size: 12px;
31181
- line-height: 18px;
31182
- }
31183
-
31184
- .E_h1kfc0la {
31185
- font-family: Inter;
31186
- font-style: normal;
31187
- font-weight: bold;
31188
- text-transform: uppercase;
31189
- font-feature-settings: "cpsp" on;
31190
- font-size: 12px;
31191
- line-height: 18px;
31129
+ .E_f1lrhghm.connect-cluster .title {
31130
+ padding-bottom: 26px;
31192
31131
  }
31193
31132
 
31194
- .E_h10xnyuu {
31195
- font-family: Inter;
31196
- font-style: normal;
31197
- font-weight: normal;
31198
- text-transform: uppercase;
31199
- font-feature-settings: "cpsp" on;
31200
- font-size: 12px;
31201
- line-height: 18px;
31133
+ .E_f18ot8em {
31134
+ padding: 25px 0 15px 0;
31135
+ border-bottom: 1px solid #e1e5eb;
31136
+ margin-bottom: 16px;
31202
31137
  }
31203
31138
 
31204
- .E_lrcmi0v {
31205
- font-family: Inter;
31206
- font-style: normal;
31207
- font-weight: normal;
31208
- font-size: 16px;
31209
- line-height: 24px;
31139
+ .E_f1l1g2k0 {
31140
+ display: flex;
31141
+ align-items: center;
31142
+ margin-bottom: 8px;
31210
31143
  }
31211
-
31212
- .E_lzt43lp {
31213
- font-family: Inter;
31214
- font-style: normal;
31215
- font-weight: bold;
31216
- font-size: 16px;
31217
- line-height: 24px;
31144
+ .E_f1l1g2k0 > label {
31145
+ width: 216px;
31218
31146
  }
31219
-
31220
- .E_l5yc9nt {
31221
- font-family: Inter;
31222
- font-style: normal;
31223
- font-weight: normal;
31224
- font-size: 16px;
31225
- line-height: 24px;
31147
+ .E_f1l1g2k0 > label + * {
31148
+ width: 100%;
31226
31149
  }
31227
-
31228
- .E_l1fbkbzo {
31229
- font-family: Inter;
31230
- font-style: normal;
31231
- font-weight: bold;
31232
- font-size: 16px;
31233
- line-height: 24px;
31150
+ .E_f1l1g2k0 .ant-select {
31151
+ width: 100%;
31234
31152
  }
31235
31153
 
31236
- .E_lahvcax {
31237
- font-family: Inter;
31238
- font-style: normal;
31239
- font-weight: normal;
31240
- text-transform: uppercase;
31241
- font-feature-settings: "cpsp" on;
31242
- font-size: 16px;
31243
- line-height: 24px;
31154
+ .E_e1k89cwg {
31155
+ color: #e75a3a;
31156
+ margin-right: 10px;
31244
31157
  }
31245
31158
 
31246
- .E_l11q3pxd {
31247
- font-family: Inter;
31248
- font-style: normal;
31249
- font-weight: bold;
31250
- text-transform: uppercase;
31251
- font-feature-settings: "cpsp" on;
31252
- font-size: 16px;
31253
- line-height: 24px;
31159
+ .E_d1oui1gf {
31160
+ width: 100%;
31161
+ height: 1px;
31162
+ background: rgba(213, 219, 227, 0.6);
31163
+ margin: 24px 0;
31254
31164
  }
31255
31165
 
31256
- .E_lfuc2qu {
31257
- font-family: Inter;
31258
- font-style: normal;
31259
- font-weight: normal;
31260
- font-size: 14px;
31261
- line-height: 22px;
31166
+ .E_l15itdbb {
31167
+ display: flex;
31168
+ justify-content: center;
31169
+ align-items: center;
31170
+ height: 100%;
31262
31171
  }
31263
31172
 
31264
- .E_l1jmp8r0 {
31265
- font-family: Inter;
31266
- font-style: normal;
31267
- font-weight: 500;
31268
- font-size: 14px;
31269
- line-height: 22px;
31173
+ .E_d1y3z4w {
31174
+ display: inline-block;
31175
+ width: 4px;
31176
+ height: 4px;
31177
+ background: #8e9aa9;
31178
+ opacity: 0.4;
31179
+ border-radius: 50%;
31180
+ margin: 0 4px;
31270
31181
  }
31271
31182
 
31272
- .E_lcnm221 {
31273
- font-family: Inter;
31274
- font-style: normal;
31275
- font-weight: bold;
31276
- font-size: 14px;
31277
- line-height: 22px;
31183
+ .E_m177r7a3 .ant-modal-header,
31184
+ .E_m177r7a3 .ant-modal-footer .footer-content {
31185
+ width: 648px;
31186
+ margin: 0 auto;
31278
31187
  }
31279
-
31280
- .E_lu1z2n5 {
31281
- font-family: Inter;
31282
- font-style: normal;
31283
- font-weight: normal;
31284
- font-size: 14px;
31285
- line-height: 22px;
31188
+ .E_m177r7a3 .ant-modal-header {
31189
+ padding: 35px 0 24px;
31190
+ border: none;
31191
+ }
31192
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
31193
+ font-size: 30px;
31194
+ }
31195
+ .E_m177r7a3 .ant-modal-body {
31196
+ padding: 4px 0 2px;
31197
+ }
31198
+ .E_m177r7a3 .ant-modal-footer {
31199
+ border: none;
31286
31200
  }
31287
31201
 
31288
- .E_l1r59djn {
31289
- font-family: Inter;
31290
- font-style: normal;
31202
+ .E_t1wwio3v {
31203
+ font-size: 12px;
31204
+ line-height: 18px;
31291
31205
  font-weight: bold;
31292
- font-size: 14px;
31293
- line-height: 22px;
31206
+ color: #fff;
31207
+ padding: 0 4px;
31208
+ border-radius: 4px;
31209
+ display: inline-block;
31210
+ background: var(--t1wwio3v-0);
31211
+ }
31212
+ .E_t1wwio3v:not(:first-child) {
31213
+ margin-left: 4px;
31294
31214
  }
31295
31215
 
31296
- .E_ljm2911 {
31297
- font-family: Inter;
31298
- font-style: normal;
31299
- font-weight: normal;
31300
- text-transform: uppercase;
31301
- font-feature-settings: "cpsp" on;
31302
- font-size: 14px;
31303
- line-height: 22px;
31216
+ .E_f17jvtfk {
31217
+ width: 100%;
31218
+ height: 100%;
31219
+ display: flex;
31220
+ align-items: center;
31221
+ justify-content: center;
31304
31222
  }
31305
31223
 
31306
- .E_l124mzmr {
31307
- font-family: Inter;
31308
- font-style: normal;
31224
+ .E_nzppkea {
31225
+ font-size: 90%;
31309
31226
  font-weight: bold;
31310
- text-transform: uppercase;
31311
- font-feature-settings: "cpsp" on;
31312
- font-size: 14px;
31313
- line-height: 22px;
31227
+ background-color: rgba(240, 243, 247, 0.6);
31228
+ padding: 1px 4px 1px;
31229
+ margin-left: 2px;
31230
+ margin-right: 2px;
31231
+ border: 1px solid rgba(213, 219, 227, 0.6);
31232
+ border-radius: 4px;
31314
31233
  }
31315
31234
 
31316
- .E_lb3chel {
31317
- font-family: Inter;
31318
- font-style: normal;
31319
- font-weight: normal;
31320
- font-size: 13px;
31321
- line-height: 20px;
31235
+ .E_f4mi9eq.form-item-general {
31236
+ width: 640px;
31322
31237
  }
31323
-
31324
- .E_lv9jstu {
31325
- font-family: Inter;
31326
- font-style: normal;
31327
- font-weight: 600;
31328
- font-size: 13px;
31329
- line-height: 20px;
31238
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
31239
+ margin-top: 16px;
31330
31240
  }
31331
-
31332
- .E_lwqlh3x {
31333
- font-family: Inter;
31334
- font-style: normal;
31335
- font-weight: bold;
31241
+ .E_f4mi9eq.form-item-compact {
31242
+ width: 412px;
31243
+ }
31244
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
31245
+ margin-top: 8px;
31246
+ }
31247
+ .E_f4mi9eq .form-item {
31248
+ width: auto;
31249
+ }
31250
+ .E_f4mi9eq .form-item-main {
31251
+ position: relative;
31252
+ display: flex;
31253
+ }
31254
+ .E_f4mi9eq .form-item-extra {
31255
+ margin-top: 4px;
31256
+ width: 100%;
31257
+ padding: 14px;
31258
+ background: #f2f4f6;
31336
31259
  font-size: 13px;
31337
- line-height: 20px;
31260
+ line-height: 1.8;
31261
+ color: #8e9aa9;
31338
31262
  }
31339
-
31340
- .E_lalum9y {
31341
- font-family: Inter;
31342
- font-style: normal;
31343
- font-weight: normal;
31263
+ .E_f4mi9eq .form-item-label {
31264
+ padding-right: 12px;
31344
31265
  font-size: 13px;
31345
- line-height: 20px;
31266
+ color: rgba(44, 56, 82, 0.6);
31267
+ }
31268
+ .E_f4mi9eq .form-item-label.label-right {
31269
+ text-align: right;
31270
+ }
31271
+ .E_f4mi9eq .form-item-label,
31272
+ .E_f4mi9eq .form-item-control {
31273
+ line-height: 32px;
31274
+ }
31275
+ .E_f4mi9eq .form-item-control .form-item-error {
31276
+ line-height: 18px;
31277
+ }
31278
+ .E_f4mi9eq .form-item-children {
31279
+ width: 100%;
31280
+ }
31281
+ .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
31282
+ width: 100%;
31283
+ }
31284
+ .E_f4mi9eq .form-item-error {
31285
+ color: #e75a3a;
31286
+ height: 0;
31287
+ overflow: hidden;
31346
31288
  }
31347
-
31348
- .E_l1t6dj5o {
31349
- font-family: Inter;
31350
- font-style: normal;
31351
- font-weight: 600;
31352
- font-size: 13px;
31353
- line-height: 20px;
31289
+ .E_f4mi9eq .form-item-error-enter-done {
31290
+ margin-top: 4px;
31291
+ height: auto;
31292
+ overflow: auto;
31293
+ }
31294
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
31295
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
31296
+ border: 1px solid #e75a3a;
31297
+ color: #e75a3a;
31354
31298
  }
31355
31299
 
31356
- .E_l12f6ic {
31357
- font-family: Inter;
31358
- font-style: normal;
31300
+ .E_fh0ewl8 {
31301
+ color: #2d3a56;
31359
31302
  font-weight: bold;
31360
- font-size: 13px;
31361
- line-height: 20px;
31303
+ padding-bottom: 6px;
31304
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31305
+ margin-bottom: 16px;
31306
+ }
31307
+ .E_fh0ewl8:not(:first-of-type) {
31308
+ margin-top: 16px;
31362
31309
  }
31363
31310
 
31364
- .E_l7gmukq {
31365
- font-family: Inter;
31366
- font-style: normal;
31367
- font-weight: normal;
31368
- text-transform: uppercase;
31369
- font-feature-settings: "cpsp" on;
31370
- font-size: 13px;
31371
- line-height: 20px;
31311
+ .E_e1qrlvot {
31312
+ width: 8px;
31313
+ height: 24px;
31314
+ display: flex;
31315
+ justify-content: center;
31316
+ align-items: center;
31317
+ cursor: pointer;
31318
+ transition: all 200ms ease-out 40ms;
31319
+ }
31320
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
31321
+ content: "";
31322
+ width: 1px;
31323
+ height: 6px;
31324
+ border-radius: 1px;
31325
+ background: #ccd4e3;
31326
+ position: relative;
31327
+ right: 2px;
31328
+ transform: rotate(-45deg);
31329
+ }
31330
+ .E_e1qrlvot:after {
31331
+ transform: rotate(45deg);
31332
+ left: 1px;
31372
31333
  }
31373
31334
 
31374
- .E_lkwl0yp {
31375
- font-family: Inter;
31376
- font-style: normal;
31377
- font-weight: bold;
31378
- text-transform: uppercase;
31379
- font-feature-settings: "cpsp" on;
31380
- font-size: 13px;
31381
- line-height: 20px;
31335
+ .E_w9ic984.ant-alert-warning {
31336
+ border: 0;
31337
+ background: rgba(255, 187, 0, 0.1);
31338
+ border-radius: 6px;
31339
+ }
31340
+ .E_w9ic984.ant-alert,
31341
+ .E_w9ic984 .ant-alert-message {
31342
+ color: #e07f00;
31343
+ }
31344
+ .E_w9ic984.ant-alert .dashed-border-bottom,
31345
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31346
+ border-bottom-color: #e07f00;
31382
31347
  }
31383
31348
 
31384
- .E_l10knv48 {
31385
- font-family: Inter;
31386
- font-style: normal;
31387
- font-weight: normal;
31349
+ .E_n1k9qi4r {
31350
+ display: flex;
31351
+ flex-direction: row;
31352
+ padding: 7px 12px;
31353
+ background: rgba(255, 187, 0, 0.1);
31354
+ border-radius: 6px;
31355
+ color: #e07f00;
31388
31356
  font-size: 12px;
31389
31357
  line-height: 18px;
31390
31358
  }
31359
+ .E_n1k9qi4r .icon-wrapper {
31360
+ margin-right: 10px;
31361
+ height: 18px;
31362
+ }
31391
31363
 
31392
- .E_l6526ld {
31393
- font-family: Inter;
31394
- font-style: normal;
31395
- font-weight: 500;
31364
+ .E_n16fsg9x {
31365
+ display: flex;
31366
+ flex-direction: row;
31367
+ padding: 7px 12px;
31368
+ background: rgba(225, 230, 241, 0.6);
31369
+ border-radius: 6px;
31370
+ color: rgba(44, 56, 82, 0.6);
31396
31371
  font-size: 12px;
31397
31372
  line-height: 18px;
31398
31373
  }
31374
+ .E_n16fsg9x .icon-wrapper {
31375
+ margin-right: 10px;
31376
+ height: 18px;
31377
+ }
31399
31378
 
31400
- .E_l1j81vli {
31401
- font-family: Inter;
31402
- font-style: normal;
31403
- font-weight: bold;
31379
+ .E_i173wxzw {
31380
+ display: flex;
31381
+ flex-direction: row;
31382
+ padding: 7px 12px;
31383
+ background: rgba(0, 136, 255, 0.1);
31384
+ border-radius: 6px;
31385
+ color: #005ed1;
31404
31386
  font-size: 12px;
31405
31387
  line-height: 18px;
31406
31388
  }
31389
+ .E_i173wxzw .icon-wrapper {
31390
+ margin-right: 10px;
31391
+ height: 18px;
31392
+ }
31407
31393
 
31408
- .E_l1x7n1mk {
31409
- font-family: Inter;
31410
- font-style: normal;
31411
- font-weight: normal;
31394
+ .E_dld369h {
31395
+ color: rgba(44, 56, 82, 0.6);
31396
+ margin-top: 5px;
31412
31397
  font-size: 12px;
31413
31398
  line-height: 18px;
31414
31399
  }
31415
31400
 
31416
- .E_l9fqufz {
31417
- font-family: Inter;
31418
- font-style: normal;
31419
- font-weight: 500;
31401
+ .E_s1epv22q {
31402
+ color: #f0483e;
31420
31403
  font-size: 12px;
31421
- line-height: 18px;
31404
+ white-space: pre-wrap;
31422
31405
  }
31423
31406
 
31424
- .E_l1iwnybd {
31425
- font-family: Inter;
31426
- font-style: normal;
31427
- font-weight: bold;
31428
- font-size: 12px;
31429
- line-height: 18px;
31407
+ .E_okus5hk {
31408
+ display: flex;
31409
+ align-items: center;
31410
+ justify-content: flex-end;
31411
+ }
31412
+ .E_okus5hk .icon-wrapper {
31413
+ margin-right: 16px;
31430
31414
  }
31431
31415
 
31432
- .E_lprtm1e {
31433
- font-family: Inter;
31434
- font-style: normal;
31435
- font-weight: normal;
31436
- text-transform: uppercase;
31437
- font-feature-settings: "cpsp" on;
31438
- font-size: 12px;
31439
- line-height: 18px;
31416
+ .E_t1auuzri {
31417
+ color: rgba(0, 21, 64, 0.3);
31440
31418
  }
31441
31419
 
31442
- .E_l1lln87h {
31443
- font-family: Inter;
31444
- font-style: normal;
31445
- font-weight: bold;
31446
- text-transform: uppercase;
31447
- font-feature-settings: "cpsp" on;
31448
- font-size: 12px;
31420
+ .E_i74cfyt.ant-input {
31421
+ padding: 5px 12px;
31422
+ line-height: 20px;
31423
+ color: #2d3a56;
31424
+ border-radius: 6px;
31425
+ border-color: rgba(172, 186, 211, 0.6);
31426
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31427
+ }
31428
+ .E_i74cfyt.ant-input.ant-input-lg {
31429
+ padding: 8px 16px;
31430
+ line-height: 22px;
31431
+ }
31432
+ .E_i74cfyt.ant-input.ant-input-sm {
31433
+ padding: 2px 8px;
31449
31434
  line-height: 18px;
31450
31435
  }
31451
-
31452
- .E_f2pb48l {
31453
- font-family: Inter;
31454
- font-style: normal;
31455
- font-weight: normal;
31456
- font-size: 13px;
31436
+ .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
31437
+ border-color: rgba(107, 128, 167, 0.6);
31438
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31439
+ z-index: 1;
31440
+ }
31441
+ .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
31442
+ border-color: #0096ff;
31443
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31444
+ z-index: 1;
31445
+ }
31446
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31447
+ border-color: #e75a3a;
31448
+ color: #e75a3a;
31449
+ }
31450
+ .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
31451
+ border-color: #e75a3a;
31452
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31453
+ }
31454
+ .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
31455
+ border-color: #e75a3a;
31456
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31457
+ }
31458
+ .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
31459
+ background: rgba(211, 218, 235, 0.6);
31460
+ color: rgba(0, 21, 64, 0.3);
31461
+ border-color: rgba(172, 186, 211, 0.6);
31462
+ }
31463
+ .E_i74cfyt.ant-input-affix-wrapper {
31464
+ padding: 5px 12px;
31465
+ border-radius: 6px;
31466
+ border-color: rgba(172, 186, 211, 0.6);
31457
31467
  line-height: 20px;
31468
+ color: #2d3a56;
31469
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31470
+ }
31471
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31472
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31473
+ color: rgba(44, 56, 82, 0.6);
31474
+ }
31475
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31476
+ padding: 8px 16px;
31477
+ line-height: 22px;
31478
+ }
31479
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31480
+ padding: 2px 8px;
31481
+ line-height: 18px;
31482
+ }
31483
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31484
+ border-color: rgba(107, 128, 167, 0.6);
31485
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31486
+ }
31487
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31488
+ border-color: #0096ff;
31489
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31490
+ }
31491
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31492
+ border-color: #e75a3a;
31493
+ }
31494
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31495
+ color: #e75a3a;
31496
+ }
31497
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31498
+ border-color: #e75a3a;
31499
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31500
+ }
31501
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31502
+ border-color: #e75a3a;
31503
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31458
31504
  }
31459
-
31460
- .E_fi9emkw {
31461
- font-family: Inter;
31462
- font-style: normal;
31463
- font-weight: normal;
31464
- font-size: 13px;
31465
- line-height: 20px;
31505
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31506
+ background: rgba(211, 218, 235, 0.6);
31507
+ color: rgba(0, 21, 64, 0.3);
31508
+ border-color: rgba(172, 186, 211, 0.6);
31466
31509
  }
31467
-
31468
- .E_f1nrg7da {
31469
- font-family: Inter;
31470
- font-style: normal;
31471
- font-weight: normal;
31472
- font-size: 12px;
31473
- line-height: 18px;
31510
+ textarea.E_i74cfyt.ant-input {
31511
+ transition-property: height;
31512
+ transition-delay: 50ms;
31474
31513
  }
31475
-
31476
- .E_f17k1i3n {
31477
- font-family: Inter;
31478
- font-style: normal;
31479
- font-weight: normal;
31480
- font-size: 12px;
31481
- line-height: 18px;
31514
+ textarea.E_i74cfyt.ant-input.textarea-large {
31515
+ min-height: 40px;
31516
+ height: 40px;
31482
31517
  }
31483
-
31484
- .E_t1tvuj2e {
31485
- font-family: Inter;
31486
- font-style: normal;
31487
- font-weight: normal;
31488
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31489
- font-size: 13px;
31490
- line-height: 20px;
31518
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
31519
+ height: 80px;
31491
31520
  }
31492
-
31493
- .E_t17uajlu {
31494
- font-family: Inter;
31495
- font-style: normal;
31496
- font-weight: normal;
31497
- font-feature-settings: "zero" on;
31498
- font-size: 13px;
31499
- line-height: 20px;
31521
+ textarea.E_i74cfyt.ant-input.textarea-middle {
31522
+ min-height: 32px;
31523
+ height: 32px;
31500
31524
  }
31501
-
31502
- .E_t114zbyz {
31503
- font-family: Inter;
31504
- font-style: normal;
31505
- font-weight: normal;
31506
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31507
- font-size: 12px;
31508
- line-height: 18px;
31525
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31526
+ height: 64px;
31509
31527
  }
31510
-
31511
- .E_t1il0kvi {
31512
- font-family: Inter;
31513
- font-style: normal;
31514
- font-weight: 500;
31515
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31516
- font-size: 12px;
31517
- line-height: 18px;
31528
+ textarea.E_i74cfyt.ant-input.textarea-small {
31529
+ min-height: 24px;
31530
+ height: 24px;
31518
31531
  }
31519
-
31520
- .E_t10dv8p1 {
31521
- font-family: Inter;
31522
- font-style: normal;
31523
- font-weight: normal;
31524
- font-feature-settings: "zero" on;
31525
- font-size: 12px;
31526
- line-height: 18px;
31532
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
31533
+ height: 40px;
31527
31534
  }
31528
31535
 
31529
- .E_tc2oqpq {
31530
- font-family: Inter;
31531
- font-style: normal;
31532
- font-weight: 500;
31533
- font-feature-settings: "zero" on;
31534
- font-size: 12px;
31535
- line-height: 18px;
31536
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
31537
+ border: 1px solid rgba(213, 219, 227, 0.6);
31538
+ border-radius: 4px;
31536
31539
  }
31537
-
31538
- .E_tzvddmc {
31539
- font-family: Inter;
31540
- font-style: normal;
31541
- font-weight: bold;
31542
- font-feature-settings: "zero" on;
31543
- font-size: 16px;
31544
- line-height: 24px;
31540
+ .E_k1ci6977.input-tags {
31541
+ position: relative;
31542
+ padding: 6px;
31543
+ height: 32px;
31544
+ cursor: pointer;
31545
+ transition: border 150ms;
31545
31546
  }
31546
-
31547
- .E_u18llj45 {
31548
- font-family: Inter;
31549
- font-style: normal;
31550
- font-weight: normal;
31551
- font-size: 10px;
31552
- line-height: 12px;
31547
+ .E_k1ci6977.input-tags:hover {
31548
+ border-color: #0080ff;
31549
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31553
31550
  }
31554
-
31555
- .E_s1ebs0ra {
31551
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31552
+ padding-right: 30px;
31553
+ }
31554
+ .E_k1ci6977.input-tags .input-tags-inner {
31556
31555
  display: flex;
31557
- align-items: center;
31558
- justify-content: space-between;
31559
- background: #edf0f7;
31560
- padding: 8px 12px;
31561
- position: sticky;
31562
- top: 0;
31563
- z-index: 1;
31564
- margin-bottom: -52px;
31565
31556
  }
31566
- .E_s1ebs0ra .select-total {
31557
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31567
31558
  display: flex;
31568
- align-items: center;
31569
- font-weight: 700;
31570
- flex-shrink: 0;
31571
31559
  }
31572
- .E_s1ebs0ra .select-total .icon-wrapper {
31560
+ .E_k1ci6977.input-tags .input-tag-suffix {
31561
+ position: absolute;
31562
+ right: 12px;
31563
+ top: 50%;
31564
+ transform: translateY(-50%);
31565
+ }
31566
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31567
+ color: rgba(0, 0, 0, 0.25);
31568
+ font-size: 12px;
31573
31569
  cursor: pointer;
31574
- margin-left: 8px;
31575
- width: 32px;
31576
- height: 32px;
31577
- border-radius: 50%;
31578
- justify-content: center;
31579
31570
  }
31580
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
31581
- background: rgba(225, 230, 241, 0.6);
31571
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31572
+ color: rgba(0, 0, 0, 0.45);
31582
31573
  }
31583
- .E_s1ebs0ra .action-group {
31584
- flex: 1;
31585
- margin-left: 88px;
31586
- white-space: nowrap;
31587
- text-align: right;
31574
+ .E_k1ci6977.has-focus-indicator {
31588
31575
  position: relative;
31589
- padding: 4px 0;
31590
- margin-top: -4px;
31591
31576
  overflow: hidden;
31592
31577
  }
31593
- .E_s1ebs0ra .action-group .sub-menu-delete {
31594
- transform: translateY(-4px);
31578
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31579
+ position: absolute;
31580
+ top: 50%;
31581
+ transform: translateY(-50%);
31582
+ left: -16px;
31583
+ transition: left 150ms ease;
31584
+ opacity: 0;
31595
31585
  }
31596
- .E_s1ebs0ra .action-group button {
31597
- border: none;
31586
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31587
+ left: 8px;
31588
+ opacity: 1;
31598
31589
  }
31599
- .E_s1ebs0ra .action-group > *:not(:last-child) {
31600
- margin-right: 8px;
31590
+ .E_k1ci6977.has-focus-indicator input {
31591
+ transition: margin-left 150ms ease;
31592
+ margin-left: 0px;
31601
31593
  }
31602
- .E_s1ebs0ra .action-group > button:last-child {
31603
- margin-right: 4px;
31594
+ .E_k1ci6977.has-focus-indicator input:focus {
31595
+ margin-left: 16px;
31604
31596
  }
31605
- .E_s1ebs0ra .action-group .more-btn {
31606
- cursor: pointer;
31607
- width: 32px;
31608
- height: 32px;
31609
- justify-content: center;
31610
- border-radius: 50%;
31597
+
31598
+ input.E_l1f7td1d.ant-input {
31599
+ border-top-right-radius: 0;
31600
+ border-bottom-right-radius: 0;
31611
31601
  }
31612
- .E_s1ebs0ra .action-group .more-btn:hover {
31613
- background: #fff;
31602
+
31603
+ .E_l1f7td1d.ant-input-affix-wrapper {
31604
+ border-top-right-radius: 0;
31605
+ border-bottom-right-radius: 0;
31614
31606
  }
31615
31607
 
31616
- .E_iq1gosr {
31617
- display: inline-block;
31608
+ input.E_rf8rlle.ant-input {
31609
+ border-top-left-radius: 0;
31610
+ border-bottom-left-radius: 0;
31618
31611
  }
31619
31612
 
31620
- .E_s1dni7lo {
31621
- width: 430px !important;
31613
+ .E_rf8rlle.ant-input-affix-wrapper {
31614
+ border-top-left-radius: 0;
31615
+ border-bottom-left-radius: 0;
31622
31616
  }
31623
31617
 
31624
- .E_d1wwmmm5 .ant-select-item-group {
31625
- padding: 8px 16px;
31626
- line-height: 18px;
31627
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31628
- height: 34px;
31629
- min-height: 34px;
31630
- box-sizing: border-box;
31631
- margin-top: 8px;
31618
+ .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
31619
+ border-top-right-radius: 0;
31620
+ border-bottom-right-radius: 0;
31632
31621
  }
31633
31622
 
31634
- .E_o1ugr09p {
31623
+ .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
31624
+ border-top-left-radius: 0;
31625
+ border-bottom-left-radius: 0;
31626
+ }
31627
+
31628
+ .E_c3ni091 {
31635
31629
  display: flex;
31636
31630
  flex-direction: column;
31637
- margin: 1px 8px;
31638
- padding: 8px;
31639
- border-radius: 4px;
31640
- }
31641
- .E_o1ugr09p .selected-icon {
31642
- display: none;
31643
- }
31644
- .E_o1ugr09p.ant-select-item-option-grouped {
31645
- padding-left: 8px;
31646
- }
31647
- .E_o1ugr09p.ant-select-item-option-selected {
31648
- background-color: white;
31649
- }
31650
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31651
- color: #0080ff;
31652
31631
  }
31653
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31654
- display: block;
31632
+ .E_c3ni091 .select-wrapper {
31633
+ margin-top: 12px;
31655
31634
  }
31656
- .E_o1ugr09p.ant-select-item-option-active {
31657
- background: rgba(0, 136, 255, 0.16);
31635
+ .E_c3ni091 .select-wrapper .select {
31636
+ width: 100%;
31658
31637
  }
31659
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31660
- color: #0080ff;
31638
+ .E_c3ni091 .radio-wrapper {
31639
+ margin-top: 24px;
31661
31640
  }
31662
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31663
- background: rgba(0, 136, 255, 0.1);
31664
- color: #0080ff;
31641
+ .E_c3ni091 div.form-item {
31642
+ width: 100%;
31665
31643
  }
31666
31644
 
31667
- .E_o1ifxsq4 {
31668
- display: flex;
31669
- justify-content: space-between;
31670
- height: 20px;
31671
- line-height: 20px;
31645
+ .E_d105ju2d {
31646
+ font-size: 14px;
31647
+ font-weight: 500;
31648
+ color: #3e4652;
31649
+ line-height: 18px;
31672
31650
  }
31673
- .E_o1ifxsq4 .timezone-title {
31674
- color: #2d3a56;
31675
- overflow: hidden;
31676
- text-overflow: ellipsis;
31651
+ .E_d105ju2d + .E_d105ju2d {
31652
+ margin-top: 16px;
31653
+ }
31654
+ .E_d105ju2d + * {
31655
+ margin-top: 16px;
31677
31656
  }
31678
31657
 
31679
- .E_o1zue7 {
31680
- display: flex;
31681
- justify-content: space-between;
31658
+ .E_lh0l62z.E_d105ju2d {
31659
+ font-size: 12px;
31682
31660
  color: rgba(44, 56, 82, 0.6);
31683
- height: 18px;
31661
+ margin-top: 12px;
31662
+ }
31663
+
31664
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31684
31665
  line-height: 18px;
31685
- margin-top: 2px;
31666
+ font-weight: 500;
31667
+ margin-top: 0;
31668
+ white-space: initial;
31686
31669
  }
31687
31670
 
31688
- .E_tyfmlxg {
31689
- border: none;
31690
- margin-right: 0;
31691
- background: rgba(225, 230, 241, 0.6);
31671
+ .E_r1skkc3l {
31672
+ display: block;
31673
+ }
31674
+ .E_r1skkc3l span {
31675
+ font-size: 14px;
31676
+ font-weight: 500;
31677
+ line-height: 32px;
31678
+ color: #3e4652;
31692
31679
  }
31693
31680
 
31694
- .E_o18uybox {
31695
- pointer-events: none;
31696
- height: 32px;
31697
- width: 100%;
31698
- opacity: 0;
31681
+ .E_c3cobmo {
31682
+ margin-top: 16px;
31683
+ padding: 8px;
31684
+ border-radius: 6px;
31685
+ background: rgba(225, 230, 241, 0.6);
31686
+ color: rgba(44, 56, 82, 0.6);
31687
+ font-size: 12px;
31688
+ }
31689
+ .E_c3cobmo div {
31690
+ line-height: 20px;
31691
+ display: flex;
31692
+ align-items: center;
31693
+ word-break: break-all;
31694
+ }
31695
+ .E_c3cobmo .title {
31696
+ font-weight: 700;
31697
+ line-height: 18px;
31698
+ margin: 4px 0;
31699
31699
  }
31700
31700
 
31701
31701
  .E_c1up1pdz {
@@ -31860,60 +31860,6 @@ input.E_rf8rlle.ant-input {
31860
31860
  text-align: center;
31861
31861
  }
31862
31862
 
31863
- .E_berrcjl {
31864
- color: rgba(10, 37, 85, 0.6);
31865
- margin-bottom: 4px;
31866
- }
31867
- .E_berrcjl .breadcrumb-link {
31868
- color: rgba(10, 37, 85, 0.6);
31869
- cursor: pointer;
31870
- transition: color 160ms ease;
31871
- }
31872
- .E_berrcjl .breadcrumb-link:hover {
31873
- color: #0080ff;
31874
- }
31875
- .E_berrcjl .breadcrumb-link:active {
31876
- color: #005ed1;
31877
- }
31878
-
31879
- .E_s11wux3h .ant-segmented-item:not(:last-child) {
31880
- margin-right: 2px;
31881
- }
31882
-
31883
- .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
31884
- padding-left: 8px;
31885
- padding-right: 8px;
31886
- }
31887
- .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
31888
- border-radius: 4px;
31889
- }
31890
- .E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
31891
- border-radius: 4px;
31892
- }
31893
-
31894
- .E_ma64lna .ant-segmented-item-label {
31895
- padding-left: 12px;
31896
- padding-right: 12px;
31897
- }
31898
-
31899
- .E_ckld275 {
31900
- background-color: rgba(225, 230, 241, 0.6);
31901
- }
31902
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
31903
- background-color: rgba(255, 255, 255, 0.6);
31904
- color: rgba(44, 56, 82, 0.75);
31905
- }
31906
- .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
31907
- background-color: transparent;
31908
- }
31909
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
31910
- background-color: transparent;
31911
- }
31912
-
31913
- .E_tqjc4ui {
31914
- margin: 0 2px;
31915
- }
31916
-
31917
31863
  .E_c18gxmrl {
31918
31864
  border: 1px solid #d8deeb;
31919
31865
  border-radius: 4px;
@@ -31934,51 +31880,6 @@ input.E_rf8rlle.ant-input {
31934
31880
  padding: 8px 12px;
31935
31881
  }
31936
31882
 
31937
- .E_n12mqh7z {
31938
- display: flex;
31939
- align-items: center;
31940
- font-size: 12px;
31941
- line-height: 18px;
31942
- }
31943
- .E_n12mqh7z:not(:last-child) {
31944
- margin-bottom: 4px;
31945
- }
31946
-
31947
- .E_tf5bynu {
31948
- margin: 0 3px;
31949
- }
31950
-
31951
- .E_tcckoz1 {
31952
- max-height: 400px;
31953
- overflow: "auto";
31954
- }
31955
-
31956
- .E_ou7iq30 {
31957
- overflow: hidden;
31958
- text-overflow: ellipsis;
31959
- }
31960
-
31961
- .E_s1tui002 {
31962
- white-space: nowrap;
31963
- }
31964
-
31965
- .E_mxrc2zg {
31966
- display: -webkit-box;
31967
- -webkit-line-clamp: var(--mxrc2zg-0);
31968
- -webkit-box-orient: vertical;
31969
- word-break: break-all;
31970
- }
31971
-
31972
- .E_gmyahx3 {
31973
- cursor: pointer;
31974
- }
31975
- .E_gmyahx3 .link-text {
31976
- color: rgba(0, 21, 64, 0.3);
31977
- }
31978
- .E_gmyahx3:hover .link-text {
31979
- color: #0080ff;
31980
- }
31981
-
31982
31883
  .E_c1bus5hc {
31983
31884
  --color: white;
31984
31885
  height: 14px;
@@ -32007,16 +31908,105 @@ input.E_rf8rlle.ant-input {
32007
31908
  background: linear-gradient(to right, var(--color) 50%, white 50%);
32008
31909
  transform: rotate(180deg);
32009
31910
  }
32010
- .E_c1bus5hc .circle-child {
32011
- position: absolute;
32012
- height: 100%;
32013
- width: 100%;
32014
- left: 0;
32015
- top: 0;
32016
- margin-left: 50%;
32017
- transform-origin: left;
32018
- background: white;
32019
- transform: rotate(0deg);
31911
+ .E_c1bus5hc .circle-child {
31912
+ position: absolute;
31913
+ height: 100%;
31914
+ width: 100%;
31915
+ left: 0;
31916
+ top: 0;
31917
+ margin-left: 50%;
31918
+ transform-origin: left;
31919
+ background: white;
31920
+ transform: rotate(0deg);
31921
+ }
31922
+
31923
+ .E_berrcjl {
31924
+ color: rgba(10, 37, 85, 0.6);
31925
+ margin-bottom: 4px;
31926
+ }
31927
+ .E_berrcjl .breadcrumb-link {
31928
+ color: rgba(10, 37, 85, 0.6);
31929
+ cursor: pointer;
31930
+ transition: color 160ms ease;
31931
+ }
31932
+ .E_berrcjl .breadcrumb-link:hover {
31933
+ color: #0080ff;
31934
+ }
31935
+ .E_berrcjl .breadcrumb-link:active {
31936
+ color: #005ed1;
31937
+ }
31938
+
31939
+ .E_c18bcrac {
31940
+ display: inline-block;
31941
+ width: 100%;
31942
+ }
31943
+ .E_c18bcrac .recharts-wrapper {
31944
+ margin-left: 4px;
31945
+ }
31946
+
31947
+ .E_cro7kg2 {
31948
+ padding: 4px;
31949
+ }
31950
+
31951
+ .E_c14wcxf0 {
31952
+ display: flex;
31953
+ justify-content: space-between;
31954
+ align-items: center;
31955
+ font-size: 13px;
31956
+ line-height: 24px;
31957
+ color: #cccccc;
31958
+ white-space: nowrap;
31959
+ }
31960
+ .E_c14wcxf0 label {
31961
+ margin-right: 32px;
31962
+ }
31963
+
31964
+ .E_coy29mj.E_c14wcxf0 {
31965
+ font-weight: bold;
31966
+ color: white;
31967
+ }
31968
+
31969
+ .E_s11212zy {
31970
+ width: 8px;
31971
+ height: 8px;
31972
+ border-radius: 2px;
31973
+ display: inline-block;
31974
+ background: var(--s11212zy-0);
31975
+ border: 1px solid #fff;
31976
+ box-sizing: content-box;
31977
+ margin-right: 6px;
31978
+ }
31979
+
31980
+ .E_p1lyky6c > :first-child {
31981
+ font-weight: bold;
31982
+ color: white;
31983
+ margin-right: 4px;
31984
+ }
31985
+
31986
+ .E_gmyahx3 {
31987
+ cursor: pointer;
31988
+ }
31989
+ .E_gmyahx3 .link-text {
31990
+ color: rgba(0, 21, 64, 0.3);
31991
+ }
31992
+ .E_gmyahx3:hover .link-text {
31993
+ color: #0080ff;
31994
+ }
31995
+
31996
+ .E_ou7iq30 {
31997
+ overflow: hidden;
31998
+ text-overflow: ellipsis;
31999
+ }
32000
+
32001
+ .E_s1tui002 {
32002
+ white-space: nowrap;
32003
+ }
32004
+
32005
+ .E_mxrc2zg {
32006
+ display: -webkit-box;
32007
+ -webkit-line-clamp: var(--mxrc2zg-0);
32008
+ -webkit-box-orient: vertical;
32009
+ word-break: break-all;
32020
32010
  }
32021
32011
 
32022
32012
  .E_d1bw7c5z {
@@ -32100,6 +32090,40 @@ input.E_rf8rlle.ant-input {
32100
32090
  width: 102px;
32101
32091
  }
32102
32092
 
32093
+ .E_s11wux3h .ant-segmented-item:not(:last-child) {
32094
+ margin-right: 2px;
32095
+ }
32096
+
32097
+ .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
32098
+ padding-left: 8px;
32099
+ padding-right: 8px;
32100
+ }
32101
+ .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32102
+ border-radius: 4px;
32103
+ }
32104
+ .E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32105
+ border-radius: 4px;
32106
+ }
32107
+
32108
+ .E_ma64lna .ant-segmented-item-label {
32109
+ padding-left: 12px;
32110
+ padding-right: 12px;
32111
+ }
32112
+
32113
+ .E_ckld275 {
32114
+ background-color: rgba(225, 230, 241, 0.6);
32115
+ }
32116
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32117
+ background-color: rgba(255, 255, 255, 0.6);
32118
+ color: rgba(44, 56, 82, 0.75);
32119
+ }
32120
+ .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32121
+ background-color: transparent;
32122
+ }
32123
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32124
+ background-color: transparent;
32125
+ }
32126
+
32103
32127
  .E_clm1wy1 {
32104
32128
  width: 192px;
32105
32129
  height: 246px;
@@ -32193,95 +32217,27 @@ input.E_rf8rlle.ant-input {
32193
32217
  border-radius: 2px;
32194
32218
  }
32195
32219
 
32196
- .E_c18bcrac {
32197
- display: inline-block;
32198
- width: 100%;
32199
- }
32200
- .E_c18bcrac .recharts-wrapper {
32201
- margin-left: 4px;
32202
- }
32203
-
32204
- .E_cro7kg2 {
32205
- padding: 4px;
32206
- }
32207
-
32208
- .E_c14wcxf0 {
32209
- display: flex;
32210
- justify-content: space-between;
32211
- align-items: center;
32212
- font-size: 13px;
32213
- line-height: 24px;
32214
- color: #cccccc;
32215
- white-space: nowrap;
32216
- }
32217
- .E_c14wcxf0 label {
32218
- margin-right: 32px;
32219
- }
32220
-
32221
- .E_coy29mj.E_c14wcxf0 {
32222
- font-weight: bold;
32223
- color: white;
32224
- }
32225
-
32226
- .E_s11212zy {
32227
- width: 8px;
32228
- height: 8px;
32229
- border-radius: 2px;
32230
- display: inline-block;
32231
- background: var(--s11212zy-0);
32232
- border: 1px solid #fff;
32233
- box-sizing: content-box;
32234
- margin-right: 6px;
32235
- }
32236
-
32237
- .E_p1lyky6c > :first-child {
32238
- font-weight: bold;
32239
- color: white;
32240
- margin-right: 4px;
32241
- }
32242
-
32243
- .E_ccrbeuz .ant-collapse-item {
32244
- border: 0px;
32245
- background-color: #fff;
32246
- }
32247
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
32248
- padding-top: 0px;
32249
- padding-bottom: 0px;
32250
- padding-left: 0px !important;
32251
- padding-right: 24px;
32252
- }
32253
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32254
- right: 0px;
32255
- }
32256
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32257
- padding: 0px;
32258
- }
32259
-
32260
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
32261
- padding-right: 0px;
32262
- cursor: default;
32220
+ .E_tqjc4ui {
32221
+ margin: 0 2px;
32263
32222
  }
32264
32223
 
32265
- .E_s1iv0tp1 .enabled-switch {
32224
+ .E_n12mqh7z {
32266
32225
  display: flex;
32267
32226
  align-items: center;
32227
+ font-size: 12px;
32228
+ line-height: 18px;
32268
32229
  }
32269
- .E_s1iv0tp1 .enabled-text {
32270
- margin-right: 8px;
32230
+ .E_n12mqh7z:not(:last-child) {
32231
+ margin-bottom: 4px;
32271
32232
  }
32272
32233
 
32273
- .E_c1yyuluq {
32274
- border-radius: 8px;
32275
- }
32276
- .E_c1yyuluq .ant-card-body {
32277
- padding: 20px 24px 24px 24px;
32234
+ .E_tf5bynu {
32235
+ margin: 0 3px;
32278
32236
  }
32279
32237
 
32280
- .E_tje3huy {
32281
- width: 100%;
32282
- overflow: inherit;
32283
- white-space: inherit;
32284
- text-overflow: ellipsis;
32238
+ .E_tcckoz1 {
32239
+ max-height: 400px;
32240
+ overflow: "auto";
32285
32241
  }
32286
32242
 
32287
32243
  .E_t1sqg15u {
@@ -32374,8 +32330,26 @@ input.E_rf8rlle.ant-input {
32374
32330
  padding-right: 12px;
32375
32331
  }
32376
32332
 
32377
- .E_itxley7.ant-input-group.ant-input-group-compact {
32378
- display: flex;
32333
+ .E_ccrbeuz .ant-collapse-item {
32334
+ border: 0px;
32335
+ background-color: #fff;
32336
+ }
32337
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
32338
+ padding-top: 0px;
32339
+ padding-bottom: 0px;
32340
+ padding-left: 0px !important;
32341
+ padding-right: 24px;
32342
+ }
32343
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32344
+ right: 0px;
32345
+ }
32346
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32347
+ padding: 0px;
32348
+ }
32349
+
32350
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
32351
+ padding-right: 0px;
32352
+ cursor: default;
32379
32353
  }
32380
32354
 
32381
32355
  .E_m74vjol {
@@ -32414,6 +32388,36 @@ input.E_rf8rlle.ant-input {
32414
32388
  color: #00122e !important;
32415
32389
  }
32416
32390
 
32391
+ .E_c1yyuluq {
32392
+ border-radius: 8px;
32393
+ }
32394
+ .E_c1yyuluq .ant-card-body {
32395
+ padding: 20px 24px 24px 24px;
32396
+ }
32397
+
32398
+ .E_s1iv0tp1 .enabled-switch {
32399
+ display: flex;
32400
+ align-items: center;
32401
+ }
32402
+ .E_s1iv0tp1 .enabled-text {
32403
+ margin-right: 8px;
32404
+ }
32405
+
32406
+ .E_tje3huy {
32407
+ width: 100%;
32408
+ overflow: inherit;
32409
+ white-space: inherit;
32410
+ text-overflow: ellipsis;
32411
+ }
32412
+
32413
+ .E_itxley7.ant-input-group.ant-input-group-compact {
32414
+ display: flex;
32415
+ }
32416
+
32417
+ .E_tju3gfj .date {
32418
+ margin-right: 4px;
32419
+ }
32420
+
32417
32421
  .E_s1sck0th {
32418
32422
  padding: 0 8px;
32419
32423
  border-radius: 4px;
@@ -32489,68 +32493,21 @@ input.E_rf8rlle.ant-input {
32489
32493
  .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32490
32494
  background-color: #0080ff;
32491
32495
  }
32492
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32493
- background-color: #6b7d99;
32494
- }
32495
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32496
- background-color: #7E41FF;
32497
- }
32498
-
32499
- .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
32500
- border-radius: 6px;
32501
- }
32502
- .E_s177mls5.ant-select.ant-select-single {
32503
- width: 100%;
32504
- color: #2d3a56;
32505
- border-color: rgba(211, 218, 235, 0.6);
32506
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32507
- font-size: 13px;
32508
- }
32509
- .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
32510
- height: 30px;
32511
- }
32512
- .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
32513
- height: 38px;
32514
- font-size: 13px;
32515
- }
32516
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
32517
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32518
- transition: 160ms ease;
32519
- }
32520
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
32521
- color: #0080ff;
32522
- }
32523
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32524
- border-color: rgba(107, 128, 167, 0.6);
32525
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32526
- }
32527
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32528
- color: #0080ff;
32529
- }
32530
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32531
- border-color: #0080ff;
32532
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32533
- }
32534
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32535
- transform: rotate(180deg);
32536
- }
32537
- .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32538
- background: rgba(211, 218, 235, 0.6);
32539
- border-color: rgba(172, 186, 211, 0.6);
32540
- cursor: "not-allowed";
32541
- }
32542
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32543
- border-color: #f0483e !important;
32496
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32497
+ background-color: #6b7d99;
32544
32498
  }
32545
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32546
- color: #1d326c;
32499
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32500
+ background-color: #7E41FF;
32547
32501
  }
32548
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32549
- border-color: #0080ff;
32550
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32502
+
32503
+ .E_ivqqkzv {
32504
+ height: 24px;
32505
+ width: 56px !important;
32506
+ margin-right: 4px;
32551
32507
  }
32552
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32553
- transform: rotate(180deg);
32508
+
32509
+ .E_c1wk4q29 {
32510
+ color: rgba(44, 56, 82, 0.6);
32554
32511
  }
32555
32512
 
32556
32513
  .E_sddwhm6 {
@@ -32627,18 +32584,61 @@ input.E_rf8rlle.ant-input {
32627
32584
  display: inline-block;
32628
32585
  }
32629
32586
 
32630
- .E_ivqqkzv {
32631
- height: 24px;
32632
- width: 56px !important;
32633
- margin-right: 4px;
32587
+ .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
32588
+ border-radius: 6px;
32634
32589
  }
32635
-
32636
- .E_c1wk4q29 {
32637
- color: rgba(44, 56, 82, 0.6);
32590
+ .E_s177mls5.ant-select.ant-select-single {
32591
+ width: 100%;
32592
+ color: #2d3a56;
32593
+ border-color: rgba(211, 218, 235, 0.6);
32594
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32595
+ font-size: 13px;
32638
32596
  }
32639
-
32640
- .E_tju3gfj .date {
32641
- margin-right: 4px;
32597
+ .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
32598
+ height: 30px;
32599
+ }
32600
+ .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
32601
+ height: 38px;
32602
+ font-size: 13px;
32603
+ }
32604
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
32605
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32606
+ transition: 160ms ease;
32607
+ }
32608
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
32609
+ color: #0080ff;
32610
+ }
32611
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32612
+ border-color: rgba(107, 128, 167, 0.6);
32613
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32614
+ }
32615
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32616
+ color: #0080ff;
32617
+ }
32618
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32619
+ border-color: #0080ff;
32620
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32621
+ }
32622
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32623
+ transform: rotate(180deg);
32624
+ }
32625
+ .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32626
+ background: rgba(211, 218, 235, 0.6);
32627
+ border-color: rgba(172, 186, 211, 0.6);
32628
+ cursor: "not-allowed";
32629
+ }
32630
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32631
+ border-color: #f0483e !important;
32632
+ }
32633
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32634
+ color: #1d326c;
32635
+ }
32636
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32637
+ border-color: #0080ff;
32638
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32639
+ }
32640
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32641
+ transform: rotate(180deg);
32642
32642
  }
32643
32643
 
32644
32644
  .E_h1ol2wl7 {
@@ -32819,42 +32819,237 @@ input.E_rf8rlle.ant-input {
32819
32819
  margin-left: 10px;
32820
32820
  cursor: pointer;
32821
32821
  }
32822
- .E_m1y1hhnr .recharts-xAxis {
32823
- font-size: 12px;
32822
+ .E_m1y1hhnr .recharts-xAxis {
32823
+ font-size: 12px;
32824
+ }
32825
+ .E_m1y1hhnr .pointer-wrapper {
32826
+ position: absolute;
32827
+ bottom: 10px;
32828
+ padding: 0 8px;
32829
+ border-radius: 4px;
32830
+ font-size: 12px;
32831
+ color: #fff;
32832
+ background: rgba(0, 0, 0, 0.75);
32833
+ transform: translateX(-50%);
32834
+ }
32835
+
32836
+ .E_tnvijvs {
32837
+ min-width: 200px;
32838
+ }
32839
+
32840
+ .E_t1ub2aex {
32841
+ display: flex;
32842
+ align-items: center;
32843
+ justify-content: space-between;
32844
+ background-color: rgba(0, 0, 0, 0.75);
32845
+ color: #b4beca;
32846
+ font-size: 12px;
32847
+ padding: 3px 6px;
32848
+ }
32849
+ .E_t1ub2aex:first-child {
32850
+ padding-top: 3px;
32851
+ }
32852
+ .E_t1ub2aex:last-child {
32853
+ padding-bottom: 3px;
32854
+ }
32855
+ .E_t1ub2aex .column-value {
32856
+ color: #fff;
32857
+ margin-left: 8px;
32858
+ }
32859
+
32860
+ .E_sjob3jg {
32861
+ --item-min-width: 60px;
32862
+ }
32863
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
32864
+ display: none !important;
32865
+ }
32866
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
32867
+ flex-shrink: 0 !important;
32868
+ }
32869
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32870
+ color: #0080ff;
32871
+ }
32872
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32873
+ color: #0080ff;
32874
+ font-weight: normal;
32875
+ }
32876
+ .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
32877
+ color: rgba(44, 56, 82, 0.6);
32878
+ }
32879
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32880
+ color: #00122e;
32881
+ }
32882
+ .E_sjob3jg .step-item-text {
32883
+ display: inline-block;
32884
+ }
32885
+ .E_sjob3jg .step-item-title {
32886
+ overflow: hidden;
32887
+ white-space: nowrap;
32888
+ text-overflow: ellipsis;
32889
+ }
32890
+
32891
+ .E_hjvj6s6 .ant-steps-item-container {
32892
+ min-width: var(--item-min-width);
32893
+ }
32894
+ .E_hjvj6s6 .ant-steps-item-disabled {
32895
+ cursor: not-allowed !important;
32896
+ }
32897
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
32898
+ flex-direction: row;
32899
+ justify-content: stretch;
32900
+ }
32901
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32902
+ padding: 0;
32903
+ margin-right: 4px;
32904
+ flex: 1;
32905
+ overflow: visible;
32906
+ }
32907
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32908
+ width: 100%;
32909
+ min-height: unset;
32910
+ }
32911
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32912
+ height: 26px;
32913
+ line-height: 26px;
32914
+ width: 100%;
32915
+ padding: 0;
32916
+ font-size: 12px;
32917
+ }
32918
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
32919
+ margin-right: 10px;
32920
+ }
32921
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
32922
+ display: none;
32923
+ }
32924
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
32925
+ padding-left: 8px;
32926
+ padding-right: 4px;
32927
+ border-radius: 4px 0 0 4px;
32928
+ }
32929
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
32930
+ margin-right: 0;
32931
+ }
32932
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
32933
+ padding-right: 8px;
32934
+ padding-left: 12px;
32935
+ border-radius: 0 4px 4px 0;
32936
+ }
32937
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
32938
+ content: "";
32939
+ width: 0;
32940
+ height: 0;
32941
+ border: 13px solid transparent;
32942
+ position: absolute;
32943
+ top: 0;
32944
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
32945
+ z-index: 2;
32946
+ position: relative;
32947
+ top: -50%;
32948
+ right: -100%;
32949
+ }
32950
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
32951
+ padding: 0 4px 0 12px;
32952
+ }
32953
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
32954
+ content: "";
32955
+ width: 0;
32956
+ height: 0;
32957
+ border: 13px solid transparent;
32958
+ position: absolute;
32959
+ top: 0;
32960
+ border-left: 8px solid #fff;
32961
+ left: 0;
32962
+ }
32963
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
32964
+ max-width: calc(100% - var(--item-min-width) * 2);
32965
+ }
32966
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
32967
+ background-color: rgba(0, 136, 255, 0.1);
32968
+ }
32969
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
32970
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
32971
+ }
32972
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32973
+ cursor: pointer;
32974
+ min-width: var(--item-min-width);
32975
+ }
32976
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
32977
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
32978
+ min-width: var(--item-min-width);
32979
+ }
32980
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
32981
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
32982
+ background-color: rgba(237, 241, 250, 0.6);
32983
+ }
32984
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
32985
+ padding: 0;
32986
+ }
32987
+
32988
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
32989
+ width: 192px;
32990
+ row-gap: 2px;
32991
+ }
32992
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
32993
+ background-color: rgba(225, 230, 241, 0.6);
32994
+ }
32995
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
32996
+ color: #00122e !important;
32997
+ }
32998
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
32999
+ background-color: rgba(225, 230, 241, 0.6);
32824
33000
  }
32825
- .E_m1y1hhnr .pointer-wrapper {
32826
- position: absolute;
32827
- bottom: 10px;
33001
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
32828
33002
  padding: 0 8px;
32829
33003
  border-radius: 4px;
32830
- font-size: 12px;
32831
- color: #fff;
32832
- background: rgba(0, 0, 0, 0.75);
32833
- transform: translateX(-50%);
33004
+ height: 32px;
33005
+ display: flex;
33006
+ align-items: center;
32834
33007
  }
32835
-
32836
- .E_tnvijvs {
32837
- min-width: 200px;
33008
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33009
+ min-height: auto;
33010
+ white-space: nowrap;
33011
+ }
33012
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33013
+ font-size: 13px;
33014
+ line-height: 20px;
33015
+ max-width: 100%;
33016
+ padding-right: 0;
33017
+ }
33018
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33019
+ background: rgba(0, 128, 255, 0.1);
32838
33020
  }
32839
33021
 
32840
- .E_t1ub2aex {
32841
- display: flex;
33022
+ .E_h6l1tj4 {
33023
+ width: 100%;
33024
+ display: inline-flex;
32842
33025
  align-items: center;
32843
- justify-content: space-between;
32844
- background-color: rgba(0, 0, 0, 0.75);
32845
- color: #b4beca;
32846
- font-size: 12px;
32847
- padding: 3px 6px;
33026
+ justify-content: center;
33027
+ column-gap: 4px;
32848
33028
  }
32849
- .E_t1ub2aex:first-child {
32850
- padding-top: 3px;
33029
+ .E_h6l1tj4 .step-item-prefix-container {
33030
+ display: inline-flex;
33031
+ align-items: center;
33032
+ width: 18px;
33033
+ height: 18px;
33034
+ color: rgba(44, 56, 82, 0.75);
33035
+ justify-content: center;
32851
33036
  }
32852
- .E_t1ub2aex:last-child {
32853
- padding-bottom: 3px;
33037
+
33038
+ .E_v18frne8 {
33039
+ width: 100%;
33040
+ display: flex;
33041
+ align-items: center;
33042
+ justify-content: center;
33043
+ column-gap: 6px;
33044
+ font-size: 13px;
32854
33045
  }
32855
- .E_t1ub2aex .column-value {
32856
- color: #fff;
32857
- margin-left: 8px;
33046
+ .E_v18frne8 .step-item-prefix-container {
33047
+ display: inline-flex;
33048
+ align-items: center;
33049
+ min-width: 20px;
33050
+ min-height: 20px;
33051
+ color: rgba(44, 56, 82, 0.75);
33052
+ justify-content: center;
32858
33053
  }
32859
33054
 
32860
33055
  .E_c1kchka8 {
@@ -33298,235 +33493,40 @@ input.E_rf8rlle.ant-input {
33298
33493
  min-width: 200px;
33299
33494
  }
33300
33495
  .E_d1tc7lgk header {
33301
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33302
- padding: 8px 12px;
33303
- color: rgba(44, 56, 82, 0.6);
33304
- }
33305
- .E_d1tc7lgk ul {
33306
- list-style: none;
33307
- padding: 12px;
33308
- }
33309
- .E_d1tc7lgk ul li {
33310
- padding: 5px 8px;
33311
- border-radius: 5px;
33312
- transition: all 0.2s ease-in-out;
33313
- cursor: pointer;
33314
- }
33315
- .E_d1tc7lgk ul li:hover {
33316
- background: rgba(0, 136, 255, 0.16);
33317
- color: #0080ff;
33318
- }
33319
- .E_d1tc7lgk ul li:active {
33320
- background: rgba(0, 136, 255, 0.2);
33321
- color: #0080ff;
33322
- }
33323
- .E_d1tc7lgk ul li + li {
33324
- margin-top: 2px;
33325
- }
33326
-
33327
- .E_rzaik16 {
33328
- padding: 0;
33329
- }
33330
- .E_rzaik16 .ant-popover-arrow {
33331
- display: none;
33332
- }
33333
- .E_rzaik16 .ant-popover-inner-content {
33334
- padding: 0;
33335
- }
33336
-
33337
- .E_sjob3jg {
33338
- --item-min-width: 60px;
33339
- }
33340
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33341
- display: none !important;
33342
- }
33343
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33344
- flex-shrink: 0 !important;
33345
- }
33346
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33347
- color: #0080ff;
33348
- }
33349
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33350
- color: #0080ff;
33351
- font-weight: normal;
33352
- }
33353
- .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
33354
- color: rgba(44, 56, 82, 0.6);
33355
- }
33356
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33357
- color: #00122e;
33358
- }
33359
- .E_sjob3jg .step-item-text {
33360
- display: inline-block;
33361
- }
33362
- .E_sjob3jg .step-item-title {
33363
- overflow: hidden;
33364
- white-space: nowrap;
33365
- text-overflow: ellipsis;
33366
- }
33367
-
33368
- .E_hjvj6s6 .ant-steps-item-container {
33369
- min-width: var(--item-min-width);
33370
- }
33371
- .E_hjvj6s6 .ant-steps-item-disabled {
33372
- cursor: not-allowed !important;
33373
- }
33374
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33375
- flex-direction: row;
33376
- justify-content: stretch;
33377
- }
33378
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33379
- padding: 0;
33380
- margin-right: 4px;
33381
- flex: 1;
33382
- overflow: visible;
33383
- }
33384
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33385
- width: 100%;
33386
- min-height: unset;
33387
- }
33388
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33389
- height: 26px;
33390
- line-height: 26px;
33391
- width: 100%;
33392
- padding: 0;
33393
- font-size: 12px;
33394
- }
33395
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33396
- margin-right: 10px;
33397
- }
33398
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33399
- display: none;
33400
- }
33401
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33402
- padding-left: 8px;
33403
- padding-right: 4px;
33404
- border-radius: 4px 0 0 4px;
33405
- }
33406
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33407
- margin-right: 0;
33408
- }
33409
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33410
- padding-right: 8px;
33411
- padding-left: 12px;
33412
- border-radius: 0 4px 4px 0;
33413
- }
33414
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
33415
- content: "";
33416
- width: 0;
33417
- height: 0;
33418
- border: 13px solid transparent;
33419
- position: absolute;
33420
- top: 0;
33421
- border-left: 8px solid rgba(237, 241, 250, 0.6);
33422
- z-index: 2;
33423
- position: relative;
33424
- top: -50%;
33425
- right: -100%;
33426
- }
33427
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33428
- padding: 0 4px 0 12px;
33429
- }
33430
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
33431
- content: "";
33432
- width: 0;
33433
- height: 0;
33434
- border: 13px solid transparent;
33435
- position: absolute;
33436
- top: 0;
33437
- border-left: 8px solid #fff;
33438
- left: 0;
33439
- }
33440
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33441
- max-width: calc(100% - var(--item-min-width) * 2);
33442
- }
33443
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33444
- background-color: rgba(0, 136, 255, 0.1);
33445
- }
33446
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33447
- border-left-color: rgba(0, 136, 255, 0.1) !important;
33448
- }
33449
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33450
- cursor: pointer;
33451
- min-width: var(--item-min-width);
33452
- }
33453
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33454
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33455
- min-width: var(--item-min-width);
33456
- }
33457
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33458
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33459
- background-color: rgba(237, 241, 250, 0.6);
33460
- }
33461
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33462
- padding: 0;
33463
- }
33464
-
33465
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
33466
- width: 192px;
33467
- row-gap: 2px;
33468
- }
33469
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33470
- background-color: rgba(225, 230, 241, 0.6);
33471
- }
33472
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33473
- color: #00122e !important;
33474
- }
33475
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
33476
- background-color: rgba(225, 230, 241, 0.6);
33477
- }
33478
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33479
- padding: 0 8px;
33480
- border-radius: 4px;
33481
- height: 32px;
33482
- display: flex;
33483
- align-items: center;
33496
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33497
+ padding: 8px 12px;
33498
+ color: rgba(44, 56, 82, 0.6);
33484
33499
  }
33485
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33486
- min-height: auto;
33487
- white-space: nowrap;
33500
+ .E_d1tc7lgk ul {
33501
+ list-style: none;
33502
+ padding: 12px;
33488
33503
  }
33489
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33490
- font-size: 13px;
33491
- line-height: 20px;
33492
- max-width: 100%;
33493
- padding-right: 0;
33504
+ .E_d1tc7lgk ul li {
33505
+ padding: 5px 8px;
33506
+ border-radius: 5px;
33507
+ transition: all 0.2s ease-in-out;
33508
+ cursor: pointer;
33494
33509
  }
33495
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33496
- background: rgba(0, 128, 255, 0.1);
33510
+ .E_d1tc7lgk ul li:hover {
33511
+ background: rgba(0, 136, 255, 0.16);
33512
+ color: #0080ff;
33497
33513
  }
33498
-
33499
- .E_h6l1tj4 {
33500
- width: 100%;
33501
- display: inline-flex;
33502
- align-items: center;
33503
- justify-content: center;
33504
- column-gap: 4px;
33514
+ .E_d1tc7lgk ul li:active {
33515
+ background: rgba(0, 136, 255, 0.2);
33516
+ color: #0080ff;
33505
33517
  }
33506
- .E_h6l1tj4 .step-item-prefix-container {
33507
- display: inline-flex;
33508
- align-items: center;
33509
- width: 18px;
33510
- height: 18px;
33511
- color: rgba(44, 56, 82, 0.75);
33512
- justify-content: center;
33518
+ .E_d1tc7lgk ul li + li {
33519
+ margin-top: 2px;
33513
33520
  }
33514
33521
 
33515
- .E_v18frne8 {
33516
- width: 100%;
33517
- display: flex;
33518
- align-items: center;
33519
- justify-content: center;
33520
- column-gap: 6px;
33521
- font-size: 13px;
33522
+ .E_rzaik16 {
33523
+ padding: 0;
33522
33524
  }
33523
- .E_v18frne8 .step-item-prefix-container {
33524
- display: inline-flex;
33525
- align-items: center;
33526
- min-width: 20px;
33527
- min-height: 20px;
33528
- color: rgba(44, 56, 82, 0.75);
33529
- justify-content: center;
33525
+ .E_rzaik16 .ant-popover-arrow {
33526
+ display: none;
33527
+ }
33528
+ .E_rzaik16 .ant-popover-inner-content {
33529
+ padding: 0;
33530
33530
  }
33531
33531
 
33532
33532
  .E_tc97u5y {
@@ -33947,6 +33947,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33947
33947
  color: rgba(44, 56, 82, 0.7490196078);
33948
33948
  }
33949
33949
 
33950
+ .E_b14q2gmw {
33951
+ 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);
33952
+ }
33953
+
33954
+ .E_c1eym6el {
33955
+ border-radius: 8px;
33956
+ background-color: white;
33957
+ }
33958
+ .E_c1eym6el.hoverable {
33959
+ cursor: pointer;
33960
+ }
33961
+ .E_c1eym6el.hoverable:hover {
33962
+ transition: all 200ms ease;
33963
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33964
+ transform: translateY(-4px);
33965
+ }
33966
+
33950
33967
  .E_ryby9ds {
33951
33968
  display: flex;
33952
33969
  align-items: center;
@@ -33976,6 +33993,50 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33976
33993
  fill: blue;
33977
33994
  }
33978
33995
 
33996
+ .E_c1yd35n {
33997
+ padding: 0 12px 14px 12px;
33998
+ }
33999
+
34000
+ .E_c1kghdax {
34001
+ color: #2d3a56;
34002
+ padding: 7px 12px;
34003
+ display: flex;
34004
+ justify-content: space-between;
34005
+ align-items: center;
34006
+ }
34007
+ .E_c1kghdax.has-arrow {
34008
+ padding-left: 10px;
34009
+ }
34010
+ .E_c1kghdax.has-arrow .title-wrapper {
34011
+ cursor: pointer;
34012
+ color: #00122e;
34013
+ }
34014
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
34015
+ color: #2d3a56;
34016
+ font-weight: 600;
34017
+ }
34018
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
34019
+ transform: rotate(90deg);
34020
+ }
34021
+ .E_c1kghdax .sub-info {
34022
+ font-size: 12px;
34023
+ line-height: 18px;
34024
+ }
34025
+ .E_c1kghdax .title-wrapper {
34026
+ display: flex;
34027
+ align-items: center;
34028
+ user-select: none;
34029
+ flex-grow: 1;
34030
+ font-size: 12px;
34031
+ line-height: 18px;
34032
+ color: #2d3a56;
34033
+ font-weight: 700;
34034
+ }
34035
+ .E_c1kghdax .collapse-arrow {
34036
+ transition: all 50ms ease-out 0ms;
34037
+ margin-right: 2px;
34038
+ }
34039
+
33979
34040
  .E_ckui4s7 {
33980
34041
  color: #2d3a56;
33981
34042
  line-height: 22px;
@@ -34040,8 +34101,13 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34040
34101
  margin-left: 24px;
34041
34102
  }
34042
34103
 
34043
- .E_c1yd35n {
34044
- padding: 0 12px 14px 12px;
34104
+ .E_w7ob4th.outside-tag {
34105
+ padding-left: 0;
34106
+ }
34107
+ .E_w7ob4th.outside-tag .inside-tag {
34108
+ border-radius: 4px 0 0 4px;
34109
+ padding-right: 4px;
34110
+ margin-right: 4px;
34045
34111
  }
34046
34112
 
34047
34113
  .E_t13ef470 {
@@ -34074,53 +34140,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34074
34140
  background: rgba(163, 180, 204, 0.18);
34075
34141
  }
34076
34142
 
34077
- .E_c1kghdax {
34078
- color: #2d3a56;
34079
- padding: 7px 12px;
34080
- display: flex;
34081
- justify-content: space-between;
34082
- align-items: center;
34083
- }
34084
- .E_c1kghdax.has-arrow {
34085
- padding-left: 10px;
34086
- }
34087
- .E_c1kghdax.has-arrow .title-wrapper {
34088
- cursor: pointer;
34089
- color: #00122e;
34090
- }
34091
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
34092
- color: #2d3a56;
34093
- font-weight: 600;
34094
- }
34095
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
34096
- transform: rotate(90deg);
34097
- }
34098
- .E_c1kghdax .sub-info {
34099
- font-size: 12px;
34100
- line-height: 18px;
34101
- }
34102
- .E_c1kghdax .title-wrapper {
34103
- display: flex;
34104
- align-items: center;
34105
- user-select: none;
34106
- flex-grow: 1;
34107
- font-size: 12px;
34108
- line-height: 18px;
34109
- color: #2d3a56;
34110
- font-weight: 700;
34143
+ .E_slr2ynn {
34144
+ padding: 0 8px;
34145
+ height: 18px;
34111
34146
  }
34112
- .E_c1kghdax .collapse-arrow {
34113
- transition: all 50ms ease-out 0ms;
34114
- margin-right: 2px;
34147
+
34148
+ .E_m140wbb6 {
34149
+ padding: 2px 8px;
34150
+ height: 24px;
34115
34151
  }
34116
34152
 
34117
- .E_w7ob4th.outside-tag {
34118
- padding-left: 0;
34153
+ .E_t1fozc1i {
34154
+ margin: 0;
34119
34155
  }
34120
- .E_w7ob4th.outside-tag .inside-tag {
34121
- border-radius: 4px 0 0 4px;
34122
- padding-right: 4px;
34156
+
34157
+ .E_i1vxv4ln {
34123
34158
  margin-right: 4px;
34159
+ height: 16px;
34160
+ }
34161
+
34162
+ .E_n1afl31m.ant-tag.ant-tag-gray {
34163
+ font-weight: 700;
34164
+ color: #00122e;
34165
+ background-color: rgba(237, 241, 250, 0.6);
34166
+ border: 1px solid rgba(211, 218, 235, 0.6);
34167
+ word-break: break-all;
34168
+ display: inline;
34169
+ white-space: normal;
34124
34170
  }
34125
34171
 
34126
34172
  .E_t160l1cm {
@@ -34326,57 +34372,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34326
34372
  background: transparent;
34327
34373
  }
34328
34374
 
34329
- .E_b14q2gmw {
34330
- 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);
34331
- }
34332
-
34333
- .E_c1eym6el {
34334
- border-radius: 8px;
34335
- background-color: white;
34336
- }
34337
- .E_c1eym6el.hoverable {
34338
- cursor: pointer;
34339
- }
34340
- .E_c1eym6el.hoverable:hover {
34341
- transition: all 200ms ease;
34342
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34343
- transform: translateY(-4px);
34344
- }
34345
-
34346
34375
  .E_i1g85yz3 {
34347
34376
  margin-right: 4px;
34348
34377
  height: 16px;
34349
34378
  }
34350
34379
 
34351
- .E_slr2ynn {
34352
- padding: 0 8px;
34353
- height: 18px;
34354
- }
34355
-
34356
- .E_m140wbb6 {
34357
- padding: 2px 8px;
34358
- height: 24px;
34359
- }
34360
-
34361
- .E_t1fozc1i {
34362
- margin: 0;
34363
- }
34364
-
34365
- .E_i1vxv4ln {
34366
- margin-right: 4px;
34367
- height: 16px;
34368
- }
34369
-
34370
- .E_n1afl31m.ant-tag.ant-tag-gray {
34371
- font-weight: 700;
34372
- color: #00122e;
34373
- background-color: rgba(237, 241, 250, 0.6);
34374
- border: 1px solid rgba(211, 218, 235, 0.6);
34375
- word-break: break-all;
34376
- display: inline;
34377
- white-space: normal;
34378
- }
34379
-
34380
34380
  .E_t1dtlqs1 {
34381
34381
  margin-bottom: 4px;
34382
34382
  color: rgba(44, 56, 82, 0.6);
@@ -34605,7 +34605,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34605
34605
  display: var(--ai7qkf2-0);
34606
34606
  }
34607
34607
  .E_ai7qkf2 .ant-input-number-input-wrap {
34608
- padding: 5px 12px;
34609
34608
  display: inline-flex;
34610
34609
  line-height: 1.5715;
34611
34610
  height: 100%;
@@ -34645,11 +34644,21 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34645
34644
  box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
34646
34645
  }
34647
34646
  .E_ai7qkf2 .ant-input-number-input {
34648
- padding: 0;
34649
- margin: 0;
34650
- height: auto;
34647
+ height: 30px;
34648
+ border: 1px;
34649
+ padding: 5px 12px;
34651
34650
  font-size: inherit;
34652
34651
  }
34652
+ .E_ai7qkf2.ant-input-number-lg input {
34653
+ height: 38px;
34654
+ border: 1px;
34655
+ padding: 8px 16px;
34656
+ }
34657
+ .E_ai7qkf2.ant-input-number-sm input {
34658
+ height: 22px;
34659
+ border: 1px;
34660
+ padding: 2px 8px;
34661
+ }
34653
34662
 
34654
34663
  .E_a1wfy30z .ant-input-number-handler-wrap {
34655
34664
  display: var(--a1wfy30z-0);